0byt3m1n1
Path:
/
data
/
21
/
3
/
12
/
116
/
3501605
/
meta
/
3900442
/
mysql.backup
/
[
Home
]
File: wakullatalk.mysqlv104.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv104 Database: wakullatalk -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `access` -- DROP TABLE IF EXISTS `access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `access` ( `userid` int(10) unsigned NOT NULL default '0', `nodeid` smallint(5) unsigned NOT NULL default '0', `accessmask` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `access` -- LOCK TABLES `access` WRITE; /*!40000 ALTER TABLE `access` DISABLE KEYS */; /*!40000 ALTER TABLE `access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ad` -- DROP TABLE IF EXISTS `ad`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ad` ( `adid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `adlocation` varchar(250) NOT NULL default '', `displayorder` int(10) unsigned NOT NULL default '0', `active` smallint(5) unsigned NOT NULL default '0', `snippet` mediumtext, PRIMARY KEY (`adid`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ad` -- LOCK TABLES `ad` WRITE; /*!40000 ALTER TABLE `ad` DISABLE KEYS */; /*!40000 ALTER TABLE `ad` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adcriteria` -- DROP TABLE IF EXISTS `adcriteria`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adcriteria` ( `adid` int(10) unsigned NOT NULL default '0', `criteriaid` varchar(250) NOT NULL default '', `condition1` varchar(250) NOT NULL default '', `condition2` varchar(250) NOT NULL default '', `condition3` varchar(250) NOT NULL default '', PRIMARY KEY (`adid`,`criteriaid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adcriteria` -- LOCK TABLES `adcriteria` WRITE; /*!40000 ALTER TABLE `adcriteria` DISABLE KEYS */; /*!40000 ALTER TABLE `adcriteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminhelp` -- DROP TABLE IF EXISTS `adminhelp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminhelp` ( `adminhelpid` int(10) unsigned NOT NULL auto_increment, `script` varchar(50) NOT NULL default '', `action` varchar(25) NOT NULL default '', `optionname` varchar(100) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '1', `volatile` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default '', PRIMARY KEY (`adminhelpid`), UNIQUE KEY `phraseunique` (`script`,`action`,`optionname`) ) ENGINE=MyISAM AUTO_INCREMENT=1434 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminhelp` -- LOCK TABLES `adminhelp` WRITE; /*!40000 ALTER TABLE `adminhelp` DISABLE KEYS */; INSERT INTO `adminhelp` VALUES (1,'accessmask','','',1,1,'vbulletin'),(2,'accessmask','edit','',1,1,'vbulletin'),(3,'accessmask','modify','',1,1,'vbulletin'),(4,'accessmask','resetall','',1,1,'vbulletin'),(5,'admininfraction','','',1,1,'vbulletin'),(6,'admininfraction','editbangroup','amount',10,1,'vbulletin'),(7,'admininfraction','editbangroup','method',20,1,'vbulletin'),(8,'admininfraction','editbangroup','usergroupid',30,1,'vbulletin'),(9,'admininfraction','editbangroup','banusergroupid',50,1,'vbulletin'),(10,'admininfraction','editbangroup','period',60,1,'vbulletin'),(11,'admininfraction','editgroup','',1,1,'vbulletin'),(12,'admininfraction','editgroup','override',1,1,'vbulletin'),(13,'admininfraction','editgroup','pointlevel',2,1,'vbulletin'),(14,'admininfraction','editgroup','usergroupid',10,1,'vbulletin'),(15,'admininfraction','editgroup','orusergroupid',30,1,'vbulletin'),(16,'admininfraction','editlevel','title',1,1,'vbulletin'),(17,'admininfraction','editlevel','expires',5,1,'vbulletin'),(18,'admininfraction','editlevel','points',7,1,'vbulletin'),(19,'admininfraction','editlevel','reputation_penalty',8,1,'vbulletin'),(20,'admininfraction','editlevel','warning',10,1,'vbulletin'),(21,'admininfraction','editlevel','extend',15,1,'vbulletin'),(22,'admininfraction','modify','',1,1,'vbulletin'),(23,'adminlog','','',1,1,'vbulletin'),(24,'adminlog','choose','',1,1,'vbulletin'),(25,'adminlog','choose','enddate',1,1,'vbulletin'),(26,'adminlog','choose','startdate',1,1,'vbulletin'),(27,'adminlog','choose','perpage',20,1,'vbulletin'),(28,'adminlog','choose','script',30,1,'vbulletin'),(29,'adminlog','choose','userid',40,1,'vbulletin'),(30,'adminlog','choose','orderby',50,1,'vbulletin'),(31,'adminlog','choose','pscript',60,1,'vbulletin'),(32,'adminlog','choose','puserid',70,1,'vbulletin'),(33,'adminlog','choose','daysprune',80,1,'vbulletin'),(34,'adminlog','prunelog','',1,1,'vbulletin'),(35,'adminlog','resolveip','',2,1,'vbulletin'),(36,'adminlog','restrict','',1,1,'vbulletin'),(37,'adminlog','view','',1,1,'vbulletin'),(38,'adminpermissions','','',1,1,'vbulletin'),(39,'adminpermissions','edit','',1,1,'vbulletin'),(40,'adminpermissions','edit','canadminmodlog',1,1,'vbulletin'),(41,'adminpermissions','edit','dismissednews',1,1,'vbulletin'),(42,'adminpermissions','edit','canadminsettings',20,1,'vbulletin'),(43,'adminpermissions','edit','canadminstyles',30,1,'vbulletin'),(44,'adminpermissions','edit','canadminlanguages',40,1,'vbulletin'),(45,'adminpermissions','edit','canadminforums',50,1,'vbulletin'),(46,'adminpermissions','edit','canadminthreads',60,1,'vbulletin'),(47,'adminpermissions','edit','canadminusers',80,1,'vbulletin'),(48,'adminpermissions','edit','canadminfaq',90,1,'vbulletin'),(49,'adminpermissions','edit','canadminpermissions',90,1,'vbulletin'),(50,'adminpermissions','edit','canadminimages',100,1,'vbulletin'),(51,'adminpermissions','edit','canadminbbcodes',110,1,'vbulletin'),(52,'adminpermissions','edit','canadmincron',120,1,'vbulletin'),(53,'adminpermissions','edit','canadminmaintain',130,1,'vbulletin'),(54,'adminpermissions','edit','canadminproducts',135,1,'vbulletin'),(55,'adminpermissions','edit','canadminnotices',136,1,'vbulletin'),(56,'adminpermissions','edit','cssprefs',140,1,'vbulletin'),(57,'adminpermissions','modify','',1,1,'vbulletin'),(58,'adminreputation','','',1,1,'vbulletin'),(59,'adminreputation','add','',1,1,'vbulletin'),(60,'adminreputation','add,edit','level',10,1,'vbulletin'),(61,'adminreputation','add,edit','minimumreputation',20,1,'vbulletin'),(62,'adminreputation','deletereputation','',1,1,'vbulletin'),(63,'adminreputation','dolist','',1,1,'vbulletin'),(64,'adminreputation','edit','',1,1,'vbulletin'),(65,'adminreputation','editreputation','',1,1,'vbulletin'),(66,'adminreputation','editreputation','reason',10,1,'vbulletin'),(67,'adminreputation','editreputation','reputation',20,1,'vbulletin'),(68,'adminreputation','list','',1,1,'vbulletin'),(69,'adminreputation','list,dolist','leftfor',10,1,'vbulletin'),(70,'adminreputation','list,dolist','leftby',20,1,'vbulletin'),(71,'adminreputation','list,dolist','start',30,1,'vbulletin'),(72,'adminreputation','list,dolist','end',40,1,'vbulletin'),(73,'adminreputation','modify','',1,1,'vbulletin'),(74,'adminreputation','remove','',1,1,'vbulletin'),(75,'album','storage','',1,1,'vbulletin'),(76,'album','switchtype','album_picpath',1,1,'vbulletin'),(77,'album','switchtype','album_thumbpath',1,1,'vbulletin'),(78,'album','switchtype','album_thumburl',1,1,'vbulletin'),(79,'album','thumb','perpage',1,1,'vbulletin'),(80,'album','thumb','quality',1,1,'vbulletin'),(81,'announcement','','',1,1,'vbulletin'),(82,'announcement','add','',1,1,'vbulletin'),(83,'announcement','add','signature',120,1,'vbulletin'),(84,'announcement','add,edit','forumid',20,1,'vbulletin'),(85,'announcement','add,edit','title',30,1,'vbulletin'),(86,'announcement','add,edit','startdate',40,1,'vbulletin'),(87,'announcement','add,edit','enddate',50,1,'vbulletin'),(88,'announcement','add,edit','pagetext',60,1,'vbulletin'),(89,'announcement','add,edit','allowbbcode',70,1,'vbulletin'),(90,'announcement','add,edit','allowsmilies',80,1,'vbulletin'),(91,'announcement','add,edit','allowhtml',90,1,'vbulletin'),(92,'announcement','add,edit','parseurl',110,1,'vbulletin'),(93,'announcement','edit','',1,1,'vbulletin'),(94,'announcement','edit','reset_views',100,1,'vbulletin'),(95,'announcement','modify','',1,1,'vbulletin'),(96,'announcement','remove','',1,1,'vbulletin'),(97,'attachment','','',1,1,'vbulletin'),(98,'attachment','delete','',1,1,'vbulletin'),(99,'attachment','edit','',1,1,'vbulletin'),(100,'attachment','edit','upload',1,1,'vbulletin'),(101,'attachment','edit','url',1,1,'vbulletin'),(102,'attachment','edit','a_filename',20,1,'vbulletin'),(103,'attachment','edit','a_counter',30,1,'vbulletin'),(104,'attachment','edit','a_visible',40,1,'vbulletin'),(105,'attachment','intro','',1,1,'vbulletin'),(106,'attachment','intro','prunedate',10,1,'vbulletin'),(107,'attachment','intro','filename',15,1,'vbulletin'),(108,'attachment','intro','attachedby',20,1,'vbulletin'),(109,'attachment','intro','datelinebefore',30,1,'vbulletin'),(110,'attachment','intro','datelineafter',40,1,'vbulletin'),(111,'attachment','intro','downloadsmore',50,1,'vbulletin'),(112,'attachment','intro','downloadsless',60,1,'vbulletin'),(113,'attachment','intro','sizemore',70,1,'vbulletin'),(114,'attachment','intro','sizeless',80,1,'vbulletin'),(115,'attachment','intro','visible',90,1,'vbulletin'),(116,'attachment','intro','orderby',100,1,'vbulletin'),(117,'attachment','intro','results',110,1,'vbulletin'),(118,'attachment','massdelete','',1,1,'vbulletin'),(119,'attachment','removetype','',1,1,'vbulletin'),(120,'attachment','search','',1,1,'vbulletin'),(121,'attachment','stats','',1,1,'vbulletin'),(122,'attachment','storage,switchtype','',1,1,'vbulletin'),(123,'attachment','switchtype','attachpath',1,1,'vbulletin'),(124,'attachment','types','',1,1,'vbulletin'),(125,'attachment','updatetype','',1,1,'vbulletin'),(126,'attachment','updatetype','extension',10,1,'vbulletin'),(127,'attachment','updatetype','size',20,1,'vbulletin'),(128,'attachment','updatetype','height',30,1,'vbulletin'),(129,'attachment','updatetype','width',40,1,'vbulletin'),(130,'attachment','updatetype','mimetype',50,1,'vbulletin'),(131,'attachment','updatetype','enabled',60,1,'vbulletin'),(132,'attachment','updatetype','newwindow',70,1,'vbulletin'),(133,'attachmentpermission','edit','height',1,1,'vbulletin'),(134,'attachmentpermission','edit','size',1,1,'vbulletin'),(135,'attachmentpermission','edit','useextension',1,1,'vbulletin'),(136,'attachmentpermission','edit','width',1,1,'vbulletin'),(137,'avatar','','',1,1,'vbulletin'),(138,'avatar','storage,switchtype','',1,1,'vbulletin'),(139,'avatar','switchtype','avatarpath',1,1,'vbulletin'),(140,'avatar','switchtype','avatarurl',1,1,'vbulletin'),(141,'avatar','switchtype','profilepicpath',1,1,'vbulletin'),(142,'avatar','switchtype','profilepicurl',1,1,'vbulletin'),(143,'avatar','switchtype','sigpicpath',1,1,'vbulletin'),(144,'avatar','switchtype','sigpicurl',1,1,'vbulletin'),(145,'banning','','',1,1,'vbulletin'),(146,'banning','banuser','',1,1,'vbulletin'),(147,'banning','banuser','username',10,1,'vbulletin'),(148,'banning','banuser','usergroupid',20,1,'vbulletin'),(149,'banning','banuser','period',30,1,'vbulletin'),(150,'banning','banuser,editreason','reason',40,1,'vbulletin'),(151,'banning','modify','',1,1,'vbulletin'),(152,'bbcode','','',1,1,'vbulletin'),(153,'bbcode','add','',1,1,'vbulletin'),(154,'bbcode','add,edit','title',10,1,'vbulletin'),(155,'bbcode','add,edit','bbcodetag',20,1,'vbulletin'),(156,'bbcode','add,edit','bbcodereplacement',30,1,'vbulletin'),(157,'bbcode','add,edit','bbcodeexample',50,1,'vbulletin'),(158,'bbcode','add,edit','bbcodeexplanation',60,1,'vbulletin'),(159,'bbcode','add,edit','twoparams',70,1,'vbulletin'),(160,'bbcode','add,edit','buttonimage',80,1,'vbulletin'),(161,'bbcode','add,edit','strip_empty',90,1,'vbulletin'),(162,'bbcode','add,edit','stop_parse',100,1,'vbulletin'),(163,'bbcode','add,edit','disable_smilies',110,1,'vbulletin'),(164,'bbcode','add,edit','disable_wordwrap',120,1,'vbulletin'),(165,'bbcode','edit','',1,1,'vbulletin'),(166,'bbcode','modify','',1,1,'vbulletin'),(167,'bbcode','modify','text',20,1,'vbulletin'),(168,'bbcode','remove','',1,1,'vbulletin'),(169,'bookmarksite','add,edit','active',1,1,'vbulletin'),(170,'bookmarksite','add,edit','displayorder',1,1,'vbulletin'),(171,'bookmarksite','add,edit','iconpath',1,1,'vbulletin'),(172,'bookmarksite','add,edit','title',1,1,'vbulletin'),(173,'bookmarksite','add,edit','url',1,1,'vbulletin'),(174,'bookmarksite','modify','',1,1,'vbulletin'),(175,'cronadmin','','',1,1,'vbulletin'),(176,'cronadmin','add','',1,1,'vbulletin'),(177,'cronadmin','add,edit','active',1,1,'vbulletin'),(178,'cronadmin','add,edit','description',1,1,'vbulletin'),(179,'cronadmin','add,edit','varname',2,1,'vbulletin'),(180,'cronadmin','add,edit','logphrase',3,1,'vbulletin'),(181,'cronadmin','add,edit','title',10,1,'vbulletin'),(182,'cronadmin','add,edit','weekday',20,1,'vbulletin'),(183,'cronadmin','add,edit','day',30,1,'vbulletin'),(184,'cronadmin','add,edit','hour',40,1,'vbulletin'),(185,'cronadmin','add,edit','minute',50,1,'vbulletin'),(186,'cronadmin','add,edit','loglevel',60,1,'vbulletin'),(187,'cronadmin','add,edit','filename',70,1,'vbulletin'),(188,'cronadmin','edit','',1,1,'vbulletin'),(189,'cronadmin','edit','product',1,1,'vbulletin'),(190,'cronadmin','modify','',1,1,'vbulletin'),(191,'cronadmin','remove','',1,1,'vbulletin'),(192,'cronlog','','',1,1,'vbulletin'),(193,'cronlog','choose','',1,1,'vbulletin'),(194,'cronlog','choose','perpage',20,1,'vbulletin'),(195,'cronlog','choose','varname',30,1,'vbulletin'),(196,'cronlog','choose','orderby',40,1,'vbulletin'),(197,'cronlog','choose','daysprune',60,1,'vbulletin'),(198,'cronlog','prunelog','',1,1,'vbulletin'),(199,'cronlog','view','',1,1,'vbulletin'),(200,'css','','',1,1,'vbulletin'),(201,'css','doedit','header',10,1,'vbulletin'),(202,'css','doedit','footer',30,1,'vbulletin'),(203,'diagnostic','','',1,1,'vbulletin'),(204,'diagnostic','domail','',1,1,'vbulletin'),(205,'diagnostic','dosysinfo','',1,1,'vbulletin'),(206,'diagnostic','doupload','',1,1,'vbulletin'),(207,'diagnostic','doversion','',1,1,'vbulletin'),(208,'diagnostic','list','',1,1,'vbulletin'),(209,'diagnostic','list','attachfile',20,1,'vbulletin'),(210,'diagnostic','list','emailaddress',20,1,'vbulletin'),(211,'diagnostic','list','type',20,1,'vbulletin'),(212,'diagnostic','payments','',1,1,'vbulletin'),(213,'email','','',1,1,'vbulletin'),(214,'email','genlist','',1,1,'vbulletin'),(215,'email','genlist','septext',20,1,'vbulletin'),(216,'email','genlist,start','username',70,1,'vbulletin'),(217,'email','genlist,start','usergroupid',90,1,'vbulletin'),(218,'email','genlist,start','membergroup',100,1,'vbulletin'),(219,'email','genlist,start','adminemail',105,1,'vbulletin'),(220,'email','genlist,start','email',110,1,'vbulletin'),(221,'email','genlist,start','parentemail',120,1,'vbulletin'),(222,'email','genlist,start','coppauser',130,1,'vbulletin'),(223,'email','genlist,start','homepage',140,1,'vbulletin'),(224,'email','genlist,start','icq',150,1,'vbulletin'),(225,'email','genlist,start','aim',160,1,'vbulletin'),(226,'email','genlist,start','yahoo',170,1,'vbulletin'),(227,'email','genlist,start','msn',175,1,'vbulletin'),(228,'email','genlist,start','skype',177,1,'vbulletin'),(229,'email','genlist,start','signature',180,1,'vbulletin'),(230,'email','genlist,start','usertitle',190,1,'vbulletin'),(231,'email','genlist,start','joindateafter',200,1,'vbulletin'),(232,'email','genlist,start','joindatebefore',210,1,'vbulletin'),(233,'email','genlist,start','lastactivityafter',213,1,'vbulletin'),(234,'email','genlist,start','lastactivitybefore',217,1,'vbulletin'),(235,'email','genlist,start','lastpostafter',240,1,'vbulletin'),(236,'email','genlist,start','lastpostbefore',250,1,'vbulletin'),(237,'email','genlist,start','birthdayafter',260,1,'vbulletin'),(238,'email','genlist,start','birthdaybefore',270,1,'vbulletin'),(239,'email','genlist,start','postslower',280,1,'vbulletin'),(240,'email','genlist,start','postsupper',290,1,'vbulletin'),(241,'email','genlist,start','reputationlower',300,1,'vbulletin'),(242,'email','genlist,start','reputationupper',310,1,'vbulletin'),(243,'email','genlist,start','warningslower',330,1,'vbulletin'),(244,'email','genlist,start','warningsupper',340,1,'vbulletin'),(245,'email','genlist,start','infractionslower',350,1,'vbulletin'),(246,'email','genlist,start','infractionsupper',360,1,'vbulletin'),(247,'email','genlist,start','pointslower',370,1,'vbulletin'),(248,'email','genlist,start','pointsupper',380,1,'vbulletin'),(249,'email','genlist,start','useridlower',390,1,'vbulletin'),(250,'email','genlist,start','useridupper',395,1,'vbulletin'),(251,'email','genlist,start','ipaddress',400,1,'vbulletin'),(252,'email','start','',1,1,'vbulletin'),(253,'email','start','test',20,1,'vbulletin'),(254,'email','start','perpage',30,1,'vbulletin'),(255,'email','start','from',40,1,'vbulletin'),(256,'email','start','subject',50,1,'vbulletin'),(257,'email','start','message',60,1,'vbulletin'),(258,'faq','','',1,1,'vbulletin'),(259,'faq','add','',1,1,'vbulletin'),(260,'faq','add','product',1,1,'vbulletin'),(261,'faq','add','faq',5,1,'vbulletin'),(262,'faq','add,edit','faqparent',10,1,'vbulletin'),(263,'faq','add,edit','deftitle',20,1,'vbulletin'),(264,'faq','add,edit','deftext',30,1,'vbulletin'),(265,'faq','add,edit','displayorder',40,1,'vbulletin'),(266,'faq','add,edit','1',60,1,'vbulletin'),(267,'faq','delete','',1,1,'vbulletin'),(268,'faq','edit','',1,1,'vbulletin'),(269,'faq','modify','',1,1,'vbulletin'),(270,'forum','','',1,1,'vbulletin'),(271,'forum','add','',1,1,'vbulletin'),(272,'forum','add,edit','title',20,1,'vbulletin'),(273,'forum','add,edit','description',30,1,'vbulletin'),(274,'forum','add,edit','link',40,1,'vbulletin'),(275,'forum','add,edit','displayorder',50,1,'vbulletin'),(276,'forum','add,edit','parentid',60,1,'vbulletin'),(277,'forum','add,edit','daysprune',70,1,'vbulletin'),(278,'forum','add,edit','defaultsortfield',72,1,'vbulletin'),(279,'forum','add,edit','defaultsortorder',73,1,'vbulletin'),(280,'forum','add,edit','showprivate',75,1,'vbulletin'),(281,'forum','add,edit','newpostemail',80,1,'vbulletin'),(282,'forum','add,edit','newthreademail',90,1,'vbulletin'),(283,'forum','add,edit','moderatenewpost',100,1,'vbulletin'),(284,'forum','add,edit','moderatenewthread',105,1,'vbulletin'),(285,'forum','add,edit','moderateattach',110,1,'vbulletin'),(286,'forum','add,edit','styleid',120,1,'vbulletin'),(287,'forum','add,edit','styleoverride',130,1,'vbulletin'),(288,'forum','add,edit','imageprefix',140,1,'vbulletin'),(289,'forum','add,edit','password',150,1,'vbulletin'),(290,'forum','add,edit','canhavepassword',170,1,'vbulletin'),(291,'forum','add,edit','cancontainthreads',180,1,'vbulletin'),(292,'forum','add,edit','active',190,1,'vbulletin'),(293,'forum','add,edit','allowposting',200,1,'vbulletin'),(294,'forum','add,edit','indexposts',210,1,'vbulletin'),(295,'forum','add,edit','allowhtml',220,1,'vbulletin'),(296,'forum','add,edit','allowbbcode',230,1,'vbulletin'),(297,'forum','add,edit','allowimages',240,1,'vbulletin'),(298,'forum','add,edit','allowsmilies',250,1,'vbulletin'),(299,'forum','add,edit','allowicons',260,1,'vbulletin'),(300,'forum','add,edit','allowratings',270,1,'vbulletin'),(301,'forum','add,edit','countposts',280,1,'vbulletin'),(302,'forum','add,edit','showonforumjump',290,1,'vbulletin'),(303,'forum','add,edit','prefixset',300,1,'vbulletin'),(304,'forum','add,edit','prefixrequired',310,1,'vbulletin'),(305,'forum','edit','',1,1,'vbulletin'),(306,'forum','edit','applypwdtochild',160,1,'vbulletin'),(307,'forum','modify','',1,1,'vbulletin'),(308,'forum','remove','',1,1,'vbulletin'),(309,'forumpermission','','',1,1,'vbulletin'),(310,'forumpermission','duplicate','',1,1,'vbulletin'),(311,'forumpermission','duplicate','ugid_from',10,1,'vbulletin'),(312,'forumpermission','duplicate','usergrouplist',20,1,'vbulletin'),(313,'forumpermission','duplicate','limitforumid',30,1,'vbulletin'),(314,'forumpermission','duplicate','overwritedupes_group',40,1,'vbulletin'),(315,'forumpermission','duplicate','overwriteinherited_group',50,1,'vbulletin'),(316,'forumpermission','duplicate','forumid_from',60,1,'vbulletin'),(317,'forumpermission','duplicate','forumlist',70,1,'vbulletin'),(318,'forumpermission','duplicate','overwritedupes_forum',80,1,'vbulletin'),(319,'forumpermission','duplicate','overwriteinherited_forum',90,1,'vbulletin'),(320,'forumpermission','edit','',1,1,'vbulletin'),(321,'forumpermission','edit','canseethumbnails',1,1,'vbulletin'),(322,'forumpermission','edit','mode',20,1,'vbulletin'),(323,'forumpermission','edit,quickforum','canview',30,1,'vbulletin'),(324,'forumpermission','edit,quickforum','canviewthreads',35,1,'vbulletin'),(325,'forumpermission','edit,quickforum','canviewothers',40,1,'vbulletin'),(326,'forumpermission','edit,quickforum','canseedelnotice',45,1,'vbulletin'),(327,'forumpermission','edit,quickforum','cansearch',50,1,'vbulletin'),(328,'forumpermission','edit,quickforum','canemail',60,1,'vbulletin'),(329,'forumpermission','edit,quickforum','cangetattachment',70,1,'vbulletin'),(330,'forumpermission','edit,quickforum','canpostnew',80,1,'vbulletin'),(331,'forumpermission','edit,quickforum','canreply',90,1,'vbulletin'),(332,'forumpermission','edit,quickforum','followforummoderation',110,1,'vbulletin'),(333,'forumpermission','edit,quickforum','canpostattachment',120,1,'vbulletin'),(334,'forumpermission','edit,quickforum','cantagown',120,1,'vbulletin'),(335,'forumpermission','edit,quickforum','cantagothers',130,1,'vbulletin'),(336,'forumpermission','edit,quickforum','candeletetagown',140,1,'vbulletin'),(337,'forumpermission','edit,quickforum','canthreadrate',140,1,'vbulletin'),(338,'forumpermission','edit,quickforum','caneditpost',150,1,'vbulletin'),(339,'forumpermission','edit,quickforum','candeletepost',160,1,'vbulletin'),(340,'forumpermission','edit,quickforum','canmove',170,1,'vbulletin'),(341,'forumpermission','edit,quickforum','canopenclose',180,1,'vbulletin'),(342,'forumpermission','edit,quickforum','candeletethread',190,1,'vbulletin'),(343,'forumpermission','edit,quickforum','canpostpoll',200,1,'vbulletin'),(344,'forumpermission','edit,quickforum','canvote',220,1,'vbulletin'),(345,'forumpermission','modify','',1,1,'vbulletin'),(346,'forumpermission','quickforum','',1,1,'vbulletin'),(347,'forumpermission','quickforum','forumid',10,1,'vbulletin'),(348,'forumpermission','quickforum','usergrouplist',20,1,'vbulletin'),(349,'help','edit','action',1,1,'vbulletin'),(350,'help','edit','displayorder',1,1,'vbulletin'),(351,'help','edit','optionname',1,1,'vbulletin'),(352,'help','edit','product',1,1,'vbulletin'),(353,'help','edit','script',1,1,'vbulletin'),(354,'help','edit','text',1,1,'vbulletin'),(355,'help','edit','title',1,1,'vbulletin'),(356,'help','edit','volatile',1,1,'vbulletin'),(357,'image','','',1,1,'vbulletin'),(358,'image','add','',1,1,'vbulletin'),(359,'image','add','imagespath',70,1,'vbulletin'),(360,'image','add','perpage',80,1,'vbulletin'),(361,'image','add,edit,upload','title',20,1,'vbulletin'),(362,'image','add,edit,upload','minimumposts',30,1,'vbulletin'),(363,'image','add,edit,upload','smilietext',30,1,'vbulletin'),(364,'image','add,edit,upload','path',40,1,'vbulletin'),(365,'image','add,edit,upload','imagecategoryid',50,1,'vbulletin'),(366,'image','add,edit,upload','displayorder',60,1,'vbulletin'),(367,'image','addcategory','',1,1,'vbulletin'),(368,'image','addcategory,editcategory','title',20,1,'vbulletin'),(369,'image','addcategory,editcategory','displayorder',30,1,'vbulletin'),(370,'image','edit','',1,1,'vbulletin'),(371,'image','editcategory','',1,1,'vbulletin'),(372,'image','editpermissions','',1,1,'vbulletin'),(373,'image','modify','',1,1,'vbulletin'),(374,'image','remove','',1,1,'vbulletin'),(375,'image','removecategory','',1,1,'vbulletin'),(376,'image','upload','',1,1,'vbulletin'),(377,'image','upload','imagespath',1,1,'vbulletin'),(378,'image','upload','upload',1,1,'vbulletin'),(379,'image','upload','imagefile',20,1,'vbulletin'),(380,'image','viewimages','',1,1,'vbulletin'),(381,'index','home','',1,1,'vbulletin'),(382,'language','','',1,1,'vbulletin'),(383,'language','add','',1,1,'vbulletin'),(384,'language','add,edit_settings','title',20,1,'vbulletin'),(385,'language','add,edit_settings','userselect',30,1,'vbulletin'),(386,'language','add,edit_settings','direction',50,1,'vbulletin'),(387,'language','add,edit_settings','languagecode',60,1,'vbulletin'),(388,'language','add,edit_settings','charset',70,1,'vbulletin'),(389,'language','add,edit_settings','imagesoverride',80,1,'vbulletin'),(390,'language','add,edit_settings','locale',90,1,'vbulletin'),(391,'language','add,edit_settings','dateoverride',100,1,'vbulletin'),(392,'language','add,edit_settings','timeoverride',110,1,'vbulletin'),(393,'language','add,edit_settings','registereddateoverride',120,1,'vbulletin'),(394,'language','add,edit_settings','calformat1override',130,1,'vbulletin'),(395,'language','add,edit_settings','calformat2override',140,1,'vbulletin'),(396,'language','add,edit_settings','logdateoverride',150,1,'vbulletin'),(397,'language','add,edit_settings','decimalsep',160,1,'vbulletin'),(398,'language','add,edit_settings','thousandsep',170,1,'vbulletin'),(399,'language','add,edit_settings','dirmark',180,1,'vbulletin'),(400,'language','delete','',1,1,'vbulletin'),(401,'language','edit','',1,1,'vbulletin'),(402,'language','edit_settings','',1,1,'vbulletin'),(403,'language','edit_settings','isdefault',40,1,'vbulletin'),(404,'language','files','',1,1,'vbulletin'),(405,'language','files','charset',1,1,'vbulletin'),(406,'language','files','readcharset',1,1,'vbulletin'),(407,'language','files','languageid',10,1,'vbulletin'),(408,'language','files','product',15,1,'vbulletin'),(409,'language','files','filename',20,1,'vbulletin'),(410,'language','files','just_phrases',30,1,'vbulletin'),(411,'language','files','languagefile',40,1,'vbulletin'),(412,'language','files','serverfile',50,1,'vbulletin'),(413,'language','files','olanguageid',60,1,'vbulletin'),(414,'language','files','title',70,1,'vbulletin'),(415,'language','files','anyversion',80,1,'vbulletin'),(416,'language','modify','',1,1,'vbulletin'),(417,'language','rebuild','',1,1,'vbulletin'),(418,'misc','','',1,1,'vbulletin'),(419,'misc','chooser','',1,1,'vbulletin'),(420,'misc','chooser','quality',1,1,'vbulletin'),(421,'misc','chooser','perpage',10,1,'vbulletin'),(422,'misc','chooser','startat',20,1,'vbulletin'),(423,'misc','chooser','doprocess',30,1,'vbulletin'),(424,'misc','chooser','autoredirect',40,1,'vbulletin'),(425,'misc','chooser','install',50,1,'vbulletin'),(426,'misc','chooser','renumber',60,1,'vbulletin'),(427,'misc','chooser','reputation_base',70,1,'vbulletin'),(428,'moderate','','',1,1,'vbulletin'),(429,'moderate','attachments','',1,1,'vbulletin'),(430,'moderate','attachments','attachaction',10,1,'vbulletin'),(431,'moderate','events','',1,1,'vbulletin'),(432,'moderate','events','eventsubject',10,1,'vbulletin'),(433,'moderate','events','eventtext',20,1,'vbulletin'),(434,'moderate','events','eventaction',30,1,'vbulletin'),(435,'moderate','posts','',1,1,'vbulletin'),(436,'moderate','posts','threadtitle',10,1,'vbulletin'),(437,'moderate','posts','threadpagetext',20,1,'vbulletin'),(438,'moderate','posts','threadnotes',30,1,'vbulletin'),(439,'moderate','posts','threadaction',40,1,'vbulletin'),(440,'moderate','posts','posttitle',50,1,'vbulletin'),(441,'moderate','posts','postpagetext',60,1,'vbulletin'),(442,'moderate','posts','postaction',70,1,'vbulletin'),(443,'moderator','','',1,1,'vbulletin'),(444,'moderator','add','',1,1,'vbulletin'),(445,'moderator','add','usergroupid',30,1,'vbulletin'),(446,'moderator','add','membergroupids',40,1,'vbulletin'),(447,'moderator','add,edit','forumid',10,1,'vbulletin'),(448,'moderator','add,edit','modusername',20,1,'vbulletin'),(449,'moderator','add,edit,editglobal','candeletealbumpicture',1,1,'vbulletin'),(450,'moderator','add,edit,editglobal','candeletepicturecomments',1,1,'vbulletin'),(451,'moderator','add,edit,editglobal','caneditpicturecomments',1,1,'vbulletin'),(452,'moderator','add,edit,editglobal','canmoderatepicturecomments',1,1,'vbulletin'),(453,'moderator','add,edit,editglobal','canmoderatepictures',1,1,'vbulletin'),(454,'moderator','add,edit,editglobal','canremovepicturecomments',1,1,'vbulletin'),(455,'moderator','add,edit,editglobal','caneditposts',50,1,'vbulletin'),(456,'moderator','add,edit,editglobal','candeleteposts',60,1,'vbulletin'),(457,'moderator','add,edit,editglobal','canremoveposts',70,1,'vbulletin'),(458,'moderator','add,edit,editglobal','canopenclose',80,1,'vbulletin'),(459,'moderator','add,edit,editglobal','caneditthreads',90,1,'vbulletin'),(460,'moderator','add,edit,editglobal','canmanagethreads',100,1,'vbulletin'),(461,'moderator','add,edit,editglobal','caneditpoll',110,1,'vbulletin'),(462,'moderator','add,edit,editglobal','canannounce',120,1,'vbulletin'),(463,'moderator','add,edit,editglobal','canmoderateposts',130,1,'vbulletin'),(464,'moderator','add,edit,editglobal','canmoderateattachments',140,1,'vbulletin'),(465,'moderator','add,edit,editglobal','canmassmove',150,1,'vbulletin'),(466,'moderator','add,edit,editglobal','canmassprune',160,1,'vbulletin'),(467,'moderator','add,edit,editglobal','cansetpassword',170,1,'vbulletin'),(468,'moderator','add,edit,editglobal','canviewips',180,1,'vbulletin'),(469,'moderator','add,edit,editglobal','canviewprofile',190,1,'vbulletin'),(470,'moderator','add,edit,editglobal','canbanusers',200,1,'vbulletin'),(471,'moderator','add,edit,editglobal','canunbanusers',210,1,'vbulletin'),(472,'moderator','add,edit,editglobal','caneditsigs',220,1,'vbulletin'),(473,'moderator','add,edit,editglobal','caneditavatar',230,1,'vbulletin'),(474,'moderator','add,edit,editglobal','caneditprofilepic',240,1,'vbulletin'),(475,'moderator','add,edit,editglobal','caneditreputation',250,1,'vbulletin'),(476,'moderator','add,edit,editglobal','newthreademail',260,1,'vbulletin'),(477,'moderator','add,edit,editglobal','newpostemail',270,1,'vbulletin'),(478,'moderator','add,edit,editglobal','caneditvisitormessages',300,1,'vbulletin'),(479,'moderator','add,edit,editglobal','candeletevisitormessages',310,1,'vbulletin'),(480,'moderator','add,edit,editglobal','canremovevisitormessages',320,1,'vbulletin'),(481,'moderator','add,edit,editglobal','canmoderatevisitormessages',330,1,'vbulletin'),(482,'moderator','add,edit,editglobal','caneditsocialgroups',350,1,'vbulletin'),(483,'moderator','add,edit,editglobal','candeletesocialgroups',360,1,'vbulletin'),(484,'moderator','add,edit,editglobal','caneditgroupmessages',370,1,'vbulletin'),(485,'moderator','add,edit,editglobal','candeletegroupmessages',380,1,'vbulletin'),(486,'moderator','add,edit,editglobal','canremovegroupmessages',390,1,'vbulletin'),(487,'moderator','add,edit,editglobal','canmoderategroupmessages',400,1,'vbulletin'),(488,'moderator','add,edit,editglobal','caneditalbumpicture',450,1,'vbulletin'),(489,'moderator','edit','',1,1,'vbulletin'),(490,'moderator','edit','candeletediscussions',1,1,'vbulletin'),(491,'moderator','edit','caneditdiscussions',1,1,'vbulletin'),(492,'moderator','edit','canmoderatediscussions',1,1,'vbulletin'),(493,'moderator','edit','canremovediscussions',1,1,'vbulletin'),(494,'moderator','editglobal','candeletediscussions',1,1,'vbulletin'),(495,'moderator','editglobal','caneditdiscussions',1,1,'vbulletin'),(496,'moderator','editglobal','canmoderatediscussions',1,1,'vbulletin'),(497,'moderator','editglobal','canremovediscussions',1,1,'vbulletin'),(498,'moderator','editglobal','cantransfersocialgroups',1,1,'vbulletin'),(499,'moderator','remove','',1,1,'vbulletin'),(500,'moderator','removeall','',1,1,'vbulletin'),(501,'moderator','showlist','',1,1,'vbulletin'),(502,'modlog','','',1,1,'vbulletin'),(503,'modlog','choose','',1,1,'vbulletin'),(504,'modlog','choose','perpage',10,1,'vbulletin'),(505,'modlog','choose','userid',20,1,'vbulletin'),(506,'modlog','choose','orderby',30,1,'vbulletin'),(507,'modlog','choose','daysprune',40,1,'vbulletin'),(508,'modlog','prunelog','',1,1,'vbulletin'),(509,'modlog','view','',1,1,'vbulletin'),(510,'notice','add,edit','title',1,1,'vbulletin'),(511,'notice','add,edit','html',4,1,'vbulletin'),(512,'notice','add,edit','displayorder',6,1,'vbulletin'),(513,'notice','add,edit','active',8,1,'vbulletin'),(514,'notice','add,edit','persistent',10,1,'vbulletin'),(515,'notice','add,edit','criteria',20,1,'vbulletin'),(516,'notice','modify','tableheader',1,1,'vbulletin'),(517,'options','','',1,1,'vbulletin'),(518,'options','options','',1,1,'vbulletin'),(519,'options','options','ajaxheader',1,1,'vbulletin'),(520,'options','options','albums_perpage',1,1,'vbulletin'),(521,'options','options','albums_pictures_moderation',1,1,'vbulletin'),(522,'options','options','album_captionpreviewlen',1,1,'vbulletin'),(523,'options','options','album_maxpicsperalbum',1,1,'vbulletin'),(524,'options','options','album_pictures_perpage',1,1,'vbulletin'),(525,'options','options','album_recentalbumdays',1,1,'vbulletin'),(526,'options','options','album_thumbsize',1,1,'vbulletin'),(527,'options','options','album_uploadamount',1,1,'vbulletin'),(528,'options','options','attachresize',1,1,'vbulletin'),(529,'options','options','bburl_basepath',1,1,'vbulletin'),(530,'options','options','bounceemail',1,1,'vbulletin'),(531,'options','options','checkcoppa',1,1,'vbulletin'),(532,'options','options','cmstitle',1,1,'vbulletin'),(533,'options','options','customjquery_path',1,1,'vbulletin'),(534,'options','options','errorlogemail',1,1,'vbulletin'),(535,'options','options','externalcache',1,1,'vbulletin'),(536,'options','options','externalcount',1,1,'vbulletin'),(537,'options','options','flcache',1,1,'vbulletin'),(538,'options','options','gm_maxperpage',1,1,'vbulletin'),(539,'options','options','gm_perpage',1,1,'vbulletin'),(540,'options','options','hvcheck',1,1,'vbulletin'),(541,'options','options','ie8render7',1,1,'vbulletin'),(542,'options','options','ipcheck',1,1,'vbulletin'),(543,'options','options','nocache',1,1,'vbulletin'),(544,'options','options','paymentemail',1,1,'vbulletin'),(545,'options','options','pc_allowed_bbcode',1,1,'vbulletin'),(546,'options','options','pc_enabled',1,1,'vbulletin'),(547,'options','options','pc_maxperpage',1,1,'vbulletin'),(548,'options','options','pc_moderation',1,1,'vbulletin'),(549,'options','options','pc_perpage',1,1,'vbulletin'),(550,'options','options','player_wmode',1,1,'vbulletin'),(551,'options','options','pmthrottleperiod',1,1,'vbulletin'),(552,'options','options','postcommentthreads',1,1,'vbulletin'),(553,'options','options','postedithistory',1,1,'vbulletin'),(554,'options','options','profile_album_amount',1,1,'vbulletin'),(555,'options','options','redirect_whitelist',1,1,'vbulletin'),(556,'options','options','redirect_whitelist_disable',1,1,'vbulletin'),(557,'options','options','remotejquery',1,1,'vbulletin'),(558,'options','options','rpemail',1,1,'vbulletin'),(559,'options','options','rpforumid',1,1,'vbulletin'),(560,'options','options','rpuserid',1,1,'vbulletin'),(561,'options','options','sgd_maxperpage',1,1,'vbulletin'),(562,'options','options','sgd_perpage',1,1,'vbulletin'),(563,'options','options','sg_allowed_bbcode',1,1,'vbulletin'),(564,'options','options','sg_allow_delete_empty_group',1,1,'vbulletin'),(565,'options','options','sg_allow_join_to_view',1,1,'vbulletin'),(566,'options','options','sg_allow_owner_mod_queue',1,1,'vbulletin'),(567,'options','options','sg_category_cloud_size',1,1,'vbulletin'),(568,'options','options','sg_enablesocialgroupicons',1,1,'vbulletin'),(569,'options','options','sg_enable_owner_only_discussions',1,1,'vbulletin'),(570,'options','options','sg_maxperpage',1,1,'vbulletin'),(571,'options','options','sg_name_maxchars',1,1,'vbulletin'),(572,'options','options','sg_newgroups_count',1,1,'vbulletin'),(573,'options','options','sg_perpage',1,1,'vbulletin'),(574,'options','options','skypeweb_gfx',1,1,'vbulletin'),(575,'options','options','tagbadwords',1,1,'vbulletin'),(576,'options','options','tagcloud_cachetime',1,1,'vbulletin'),(577,'options','options','tagcloud_levels',1,1,'vbulletin'),(578,'options','options','tagcloud_searchcloud',1,1,'vbulletin'),(579,'options','options','tagcloud_searchhistory',1,1,'vbulletin'),(580,'options','options','tagcloud_tags',1,1,'vbulletin'),(581,'options','options','tagcloud_usagehistory',1,1,'vbulletin'),(582,'options','options','tagcloud_usergroup',1,1,'vbulletin'),(583,'options','options','tagdelimiter',1,1,'vbulletin'),(584,'options','options','taggoodwords',1,1,'vbulletin'),(585,'options','options','tagminlen',1,1,'vbulletin'),(586,'options','options','thumbcolor',1,1,'vbulletin'),(587,'options','options','uimessage',1,1,'vbulletin'),(588,'options','options','usercss_allowed_fonts',1,1,'vbulletin'),(589,'options','options','usercss_allowed_padding',1,1,'vbulletin'),(590,'options','options','utf8encode',1,1,'vbulletin'),(591,'options','options','vm_allowed_bbcode',1,1,'vbulletin'),(592,'options','options','welcomepm',1,1,'vbulletin'),(593,'options','options','vb_antispam_key',10,1,'vbulletin'),(594,'options','options','bbactive',20,1,'vbulletin'),(595,'options','options','vb_antispam_posts',20,1,'vbulletin'),(596,'options','options','bbclosedreason',30,1,'vbulletin'),(597,'options','options','bbtitle',40,1,'vbulletin'),(598,'options','options','bburl',50,1,'vbulletin'),(599,'options','options','contactustype',85,1,'vbulletin'),(600,'options','options','contactusoptions',90,1,'vbulletin'),(601,'options','options','lightboxenabled',100,1,'vbulletin'),(602,'options','options','webmasteremail',100,1,'vbulletin'),(603,'options','options','copyrighttext',120,1,'vbulletin'),(604,'options','options','companyname',130,1,'vbulletin'),(605,'options','options','faxnumber',140,1,'vbulletin'),(606,'options','options','address',160,1,'vbulletin'),(607,'options','options','pagenavpages',200,1,'vbulletin'),(608,'options','options','enableaccess',210,1,'vbulletin'),(609,'options','options','showimicons',220,1,'vbulletin'),(610,'options','options','addtemplatename',230,1,'vbulletin'),(611,'options','options','usestrikesystem',235,1,'vbulletin'),(612,'options','options','allowedreferrers',237,1,'vbulletin'),(613,'options','options','threadmarking',238,1,'vbulletin'),(614,'options','options','enable_inlinemod_auth',239,1,'vbulletin'),(615,'options','options','markinglimit',239,1,'vbulletin'),(616,'options','options','threadtagging',240,1,'vbulletin'),(617,'options','options','yestoday',240,1,'vbulletin'),(618,'options','options','tagmaxlen',241,1,'vbulletin'),(619,'options','options','tagforcelower',245,1,'vbulletin'),(620,'options','options','timeoffset',250,1,'vbulletin'),(621,'options','options','dstonoff',260,1,'vbulletin'),(622,'options','options','dateformat',270,1,'vbulletin'),(623,'options','options','timeformat',280,1,'vbulletin'),(624,'options','options','registereddateformat',290,1,'vbulletin'),(625,'options','options','calformat1',300,1,'vbulletin'),(626,'options','options','calformat2',310,1,'vbulletin'),(627,'options','options','logdateformat',315,1,'vbulletin'),(628,'options','options','cookietimeout',320,1,'vbulletin'),(629,'options','options','cookiepath',330,1,'vbulletin'),(630,'options','options','cookiedomain',340,1,'vbulletin'),(631,'options','options','gzipoutput',350,1,'vbulletin'),(632,'options','options','gziplevel',360,1,'vbulletin'),(633,'options','options','addheaders',370,1,'vbulletin'),(634,'options','options','nocacheheaders',375,1,'vbulletin'),(635,'options','options','cachemaxage',400,1,'vbulletin'),(636,'options','options','attachmentviewslive',420,1,'vbulletin'),(637,'options','options','emailsendnum',430,1,'vbulletin'),(638,'options','options','loadlimit',450,1,'vbulletin'),(639,'options','options','imagetype',461,1,'vbulletin'),(640,'options','options','regimagetype',462,1,'vbulletin'),(641,'options','options','magickpath',464,1,'vbulletin'),(642,'options','options','regimageoption',465,1,'vbulletin'),(643,'options','options','safeupload',480,1,'vbulletin'),(644,'options','options','tmppath',490,1,'vbulletin'),(645,'options','options','copypostindex',493,1,'vbulletin'),(646,'options','options','usemailqueue',500,1,'vbulletin'),(647,'options','options','needfromemail',510,1,'vbulletin'),(648,'options','options','languageid',520,1,'vbulletin'),(649,'options','options','styleid',530,1,'vbulletin'),(650,'options','options','allowchangestyles',540,1,'vbulletin'),(651,'options','options','cleargifurl',550,1,'vbulletin'),(652,'options','options','storecssasfile',560,1,'vbulletin'),(653,'options','options','legacypostbit',575,1,'vbulletin'),(654,'options','options','enableemail',580,1,'vbulletin'),(655,'options','options','displayemails',590,1,'vbulletin'),(656,'options','options','secureemail',600,1,'vbulletin'),(657,'options','options','emailfloodtime',610,1,'vbulletin'),(658,'options','options','use_smtp',611,1,'vbulletin'),(659,'options','options','smtp_host',612,1,'vbulletin'),(660,'options','options','smtp_port',613,1,'vbulletin'),(661,'options','options','smtp_user',614,1,'vbulletin'),(662,'options','options','smtp_pass',615,1,'vbulletin'),(663,'options','options','smtp_tls',616,1,'vbulletin'),(664,'options','options','enablecensor',620,1,'vbulletin'),(665,'options','options','censorchar',630,1,'vbulletin'),(666,'options','options','censorwords',640,1,'vbulletin'),(667,'options','options','blankasciistrip',650,1,'vbulletin'),(668,'options','options','allowregistration',660,1,'vbulletin'),(669,'options','options','usecoppa',670,1,'vbulletin'),(670,'options','options','moderatenewmembers',680,1,'vbulletin'),(671,'options','options','welcomemail',700,1,'vbulletin'),(672,'options','options','newuseremail',710,1,'vbulletin'),(673,'options','options','allowmultiregs',720,1,'vbulletin'),(674,'options','options','verifyemail',730,1,'vbulletin'),(675,'options','options','requireuniqueemail',740,1,'vbulletin'),(676,'options','options','minuserlength',750,1,'vbulletin'),(677,'options','options','maxuserlength',760,1,'vbulletin'),(678,'options','options','illegalusernames',770,1,'vbulletin'),(679,'options','options','usernameregex',771,1,'vbulletin'),(680,'options','options','defaultregoptions',780,1,'vbulletin'),(681,'options','options','usernamereusedelay',781,1,'vbulletin'),(682,'options','options','social_moderation',784,1,'vbulletin'),(683,'options','options','reqbirthday',785,1,'vbulletin'),(684,'options','options','ctMaxChars',790,1,'vbulletin'),(685,'options','options','ctCensorWords',800,1,'vbulletin'),(686,'options','options','minifriends_amount',805,1,'vbulletin'),(687,'options','options','ctCensorMod',810,1,'vbulletin'),(688,'options','options','friends_per_page',815,1,'vbulletin'),(689,'options','options','softlinebreakchars',820,1,'vbulletin'),(690,'options','options','allowbbcode',840,1,'vbulletin'),(691,'options','options','allowsmilies',850,1,'vbulletin'),(692,'options','options','allowbbimagecode',860,1,'vbulletin'),(693,'options','options','allowhtml',870,1,'vbulletin'),(694,'options','options','ignoremods',880,1,'vbulletin'),(695,'options','options','avatarenabled',890,1,'vbulletin'),(696,'options','options','numavatarsperpage',910,1,'vbulletin'),(697,'options','options','reputationundefined',945,1,'vbulletin'),(698,'options','options','reputationdefault',950,1,'vbulletin'),(699,'options','options','adminpower',970,1,'vbulletin'),(700,'options','options','rdpower',980,1,'vbulletin'),(701,'options','options','pcpower',990,1,'vbulletin'),(702,'options','options','kppower',1000,1,'vbulletin'),(703,'options','options','minreputationpost',1010,1,'vbulletin'),(704,'options','options','minreputationcount',1020,1,'vbulletin'),(705,'options','options','profilelastpost',1120,1,'vbulletin'),(706,'options','options','enablebanning',1130,1,'vbulletin'),(707,'options','options','banip',1140,1,'vbulletin'),(708,'options','options','banemail',1150,1,'vbulletin'),(709,'options','options','aggressiveemailban',1155,1,'vbulletin'),(710,'options','options','allowkeepbannedemail',1160,1,'vbulletin'),(711,'options','options','globalignore',1170,1,'vbulletin'),(712,'options','options','allowedbbcodes',1173,1,'vbulletin'),(713,'options','options','codemaxlines',1178,1,'vbulletin'),(714,'options','options','mqlimit',1180,1,'vbulletin'),(715,'options','options','multiquote',1180,1,'vbulletin'),(716,'options','options','postminchars',1200,1,'vbulletin'),(717,'options','options','ignorequotechars',1210,1,'vbulletin'),(718,'options','options','titlemaxchars',1215,1,'vbulletin'),(719,'options','options','postmaxchars',1230,1,'vbulletin'),(720,'options','options','maximages',1240,1,'vbulletin'),(721,'options','options','stopshouting',1250,1,'vbulletin'),(722,'options','options','allowdynimg',1260,1,'vbulletin'),(723,'options','options','floodchecktime',1270,1,'vbulletin'),(724,'options','options','editthreadtitlelimit',1280,1,'vbulletin'),(725,'options','options','noeditedbytime',1300,1,'vbulletin'),(726,'options','options','logip',1310,1,'vbulletin'),(727,'options','options','wysiwyg_smtotal',1360,1,'vbulletin'),(728,'options','options','attachtotalspace',1370,1,'vbulletin'),(729,'options','options','attachlimit',1380,1,'vbulletin'),(730,'options','options','attachboxcount',1390,1,'vbulletin'),(731,'options','options','attachurlcount',1395,1,'vbulletin'),(732,'options','options','allowattachdel',1400,1,'vbulletin'),(733,'options','options','allowclosedattachdel',1401,1,'vbulletin'),(734,'options','options','allowduplicates',1410,1,'vbulletin'),(735,'options','options','viewattachedimages',1420,1,'vbulletin'),(736,'options','options','attachthumbs',1430,1,'vbulletin'),(737,'options','options','thumbquality',1445,1,'vbulletin'),(738,'options','options','attachrow',1450,1,'vbulletin'),(739,'options','options','maxpolloptions',1460,1,'vbulletin'),(740,'options','options','maxpolllength',1465,1,'vbulletin'),(741,'options','options','updatelastpost',1470,1,'vbulletin'),(742,'options','options','showvotes',1480,1,'vbulletin'),(743,'options','options','votechange',1490,1,'vbulletin'),(744,'options','options','enablesearches',1500,1,'vbulletin'),(745,'options','options','searchfloodtime',1510,1,'vbulletin'),(746,'options','options','minsearchlength',1520,1,'vbulletin'),(747,'options','options','maxsearchlength',1530,1,'vbulletin'),(748,'options','options','goodwords',1540,1,'vbulletin'),(749,'options','options','maxresults',1560,1,'vbulletin'),(750,'options','options','badwords',1595,1,'vbulletin'),(751,'options','options','multimatchscore',1600,1,'vbulletin'),(752,'options','options','datescore',1610,1,'vbulletin'),(753,'options','options','threadtitlescore',1620,1,'vbulletin'),(754,'options','options','posttitlescore',1630,1,'vbulletin'),(755,'options','options','replyscore',1640,1,'vbulletin'),(756,'options','options','replyfunc',1650,1,'vbulletin'),(757,'options','options','viewscore',1660,1,'vbulletin'),(758,'options','options','viewfunc',1670,1,'vbulletin'),(759,'options','options','ratescore',1680,1,'vbulletin'),(760,'options','options','ratefunc',1690,1,'vbulletin'),(761,'options','options','forumhome',1700,1,'vbulletin'),(762,'options','options','showbirthdays',1720,1,'vbulletin'),(763,'options','options','showforumdescription',1800,1,'vbulletin'),(764,'options','options','showprivateforums',1805,1,'vbulletin'),(765,'options','options','lastthreadchars',1830,1,'vbulletin'),(766,'options','options','showmoderatorcolumn',1840,1,'vbulletin'),(767,'options','options','showprefixlastpost',1845,1,'vbulletin'),(768,'options','options','showstickies',1870,1,'vbulletin'),(769,'options','options','showdots',1880,1,'vbulletin'),(770,'options','options','linktopages',1920,1,'vbulletin'),(771,'options','options','maxmultipage',1930,1,'vbulletin'),(772,'options','options','threadpreview',1940,1,'vbulletin'),(773,'options','options','usermaxposts',1980,1,'vbulletin'),(774,'options','options','showdeficon',1990,1,'vbulletin'),(775,'options','options','wordwrap',2010,1,'vbulletin'),(776,'options','options','threadvoted',2020,1,'vbulletin'),(777,'options','options','threadsubscribed',2030,1,'vbulletin'),(778,'options','options','postelements',2045,1,'vbulletin'),(779,'options','options','enablepms',2090,1,'vbulletin'),(780,'options','options','checknewpm',2100,1,'vbulletin'),(781,'options','options','pmfloodtime',2120,1,'vbulletin'),(782,'options','options','pmmaxperpage',2140,1,'vbulletin'),(783,'options','options','privallowicons',2150,1,'vbulletin'),(784,'options','options','privallowbbcode',2160,1,'vbulletin'),(785,'options','options','privallowsmilies',2170,1,'vbulletin'),(786,'options','options','privallowbbimagecode',2180,1,'vbulletin'),(787,'options','options','privallowhtml',2190,1,'vbulletin'),(788,'options','options','adminquickstats',2300,1,'vbulletin'),(789,'options','options','cpstylefolder',2310,1,'vbulletin'),(790,'options','options','timeoutcontrolpanel',2320,1,'vbulletin'),(791,'options','options','cp_collapse_forums',2330,1,'vbulletin'),(792,'options','options','cp_usereditcolumns',2340,1,'vbulletin'),(793,'options','options','externaljs',2350,1,'vbulletin'),(794,'options','options','externalrss',2360,1,'vbulletin'),(795,'options','options','externalxml',2370,1,'vbulletin'),(796,'options','options','externalcutoff',2375,1,'vbulletin'),(797,'options','options','errorlogdatabase',2380,1,'vbulletin'),(798,'options','options','errorlogsecurity',2390,1,'vbulletin'),(799,'options','options','errorlogphp',2395,1,'vbulletin'),(800,'options','options','errorlogmaxsize',2400,1,'vbulletin'),(801,'options','options','disableerroremail',2410,1,'vbulletin'),(802,'options','options','enablehooks',2470,1,'vbulletin'),(803,'options','options','usercss_allowed_font_sizes',2610,1,'vbulletin'),(804,'options','options','usercss_allowed_border_widths',2620,1,'vbulletin'),(805,'options','options','vm_maxperpage',2730,1,'vbulletin'),(806,'options','options','vm_moderation',2740,1,'vbulletin'),(807,'options','searchtype','',1,1,'vbulletin'),(808,'options','searchtype','deleteindex',10,1,'vbulletin'),(809,'passwordcheck','check','email',1,1,'vbulletin'),(810,'passwordcheck','check','email_from',1,1,'vbulletin'),(811,'passwordcheck','check','email_subject',1,1,'vbulletin'),(812,'passwordcheck','check','period',1,1,'vbulletin'),(813,'passwordcheck','check','quantity',1,1,'vbulletin'),(814,'phrase','','',1,1,'vbulletin'),(815,'phrase','add','',1,1,'vbulletin'),(816,'phrase','add,edit','phrasetypeid',20,1,'vbulletin'),(817,'phrase','add,edit','varname',30,1,'vbulletin'),(818,'phrase','add,edit','text',40,1,'vbulletin'),(819,'phrase','delete','',1,1,'vbulletin'),(820,'phrase','edit','',1,1,'vbulletin'),(821,'phrase','edit','languageid',10,1,'vbulletin'),(822,'phrase','findorphans','',1,1,'vbulletin'),(823,'phrase','findupdates','',1,1,'vbulletin'),(824,'phrase','manageorphans','',1,1,'vbulletin'),(825,'phrase','modify','',1,1,'vbulletin'),(826,'phrase','quickref','',1,1,'vbulletin'),(827,'phrase','search','',1,1,'vbulletin'),(828,'phrase','search','searchstring',20,1,'vbulletin'),(829,'phrase','search','languageid',25,1,'vbulletin'),(830,'phrase','search','searchwhere',30,1,'vbulletin'),(831,'phrase','search','casesensitive',40,1,'vbulletin'),(832,'phrase','search','replacestring',50,1,'vbulletin'),(833,'plugin','productadd','allowoverwrite',4,1,'vbulletin'),(834,'plugin','productadd,productedit','productid',5,1,'vbulletin'),(835,'plugin','productadd,productedit','title',10,1,'vbulletin'),(836,'plugin','productadd,productedit','version',20,1,'vbulletin'),(837,'plugin','productadd,productedit','description',30,1,'vbulletin'),(838,'plugin','productadd,productedit','url',40,1,'vbulletin'),(839,'plugin','productadd,productedit','versioncheckurl',50,1,'vbulletin'),(840,'plugin','productedit','dependencytype',60,1,'vbulletin'),(841,'plugin','productedit','maxversion',70,1,'vbulletin'),(842,'plugin','productedit','minversion',80,1,'vbulletin'),(843,'plugin','productedit','installcode',90,1,'vbulletin'),(844,'plugin','productedit','uninstallcode',100,1,'vbulletin'),(845,'prefix','addprefix,editprefix','prefixid',1,1,'vbulletin'),(846,'prefix','addprefix,editprefix','prefixsetid',10,1,'vbulletin'),(847,'prefix','addprefix,editprefix','title_plain',20,1,'vbulletin'),(848,'prefix','addprefix,editprefix','title_rich',30,1,'vbulletin'),(849,'prefix','addprefix,editprefix','displayorder',40,1,'vbulletin'),(850,'prefix','addset,editset','prefixsetid',1,1,'vbulletin'),(851,'prefix','addset,editset','title',10,1,'vbulletin'),(852,'prefix','addset,editset','forumids',20,1,'vbulletin'),(853,'prefix','addset,editset','displayorder',30,1,'vbulletin'),(854,'prefix','list','',1,1,'vbulletin'),(855,'profilefield','','',1,1,'vbulletin'),(856,'profilefield','add','',1,1,'vbulletin'),(857,'profilefield','add','profilefieldtype',1,1,'vbulletin'),(858,'profilefield','add,edit','title',20,1,'vbulletin'),(859,'profilefield','add,edit','description',30,1,'vbulletin'),(860,'profilefield','add,edit','profilefieldcategoryid',35,1,'vbulletin'),(861,'profilefield','add,edit','data',40,1,'vbulletin'),(862,'profilefield','add,edit','maxlength',50,1,'vbulletin'),(863,'profilefield','add,edit','size',60,1,'vbulletin'),(864,'profilefield','add,edit','newtype',65,1,'vbulletin'),(865,'profilefield','add,edit','height',70,1,'vbulletin'),(866,'profilefield','add,edit','def',120,1,'vbulletin'),(867,'profilefield','add,edit','perline',140,1,'vbulletin'),(868,'profilefield','add,edit','boxheight',150,1,'vbulletin'),(869,'profilefield','add,edit','displayorder',160,1,'vbulletin'),(870,'profilefield','add,edit','required',170,1,'vbulletin'),(871,'profilefield','add,edit','editable',175,1,'vbulletin'),(872,'profilefield','add,edit','hidden',180,1,'vbulletin'),(873,'profilefield','add,edit','searchable',190,1,'vbulletin'),(874,'profilefield','add,edit','memberlist',200,1,'vbulletin'),(875,'profilefield','add,edit','optional',210,1,'vbulletin'),(876,'profilefield','add,edit','regex',240,1,'vbulletin'),(877,'profilefield','add,edit','form',250,1,'vbulletin'),(878,'profilefield','edit','',1,1,'vbulletin'),(879,'profilefield','editcat','',1,1,'vbulletin'),(880,'profilefield','editcat','allowprivacy',1,1,'vbulletin'),(881,'profilefield','editcat','title',1,1,'vbulletin'),(882,'profilefield','editcat','desc',2,1,'vbulletin'),(883,'profilefield','editcat','location',3,1,'vbulletin'),(884,'profilefield','editcat','displayorder',4,1,'vbulletin'),(885,'profilefield','modify','',1,1,'vbulletin'),(886,'profilefield','remove','',1,1,'vbulletin'),(887,'queries','','',1,1,'vbulletin'),(888,'queries','modify','',1,1,'vbulletin'),(889,'queries','modify','autoquery',10,1,'vbulletin'),(890,'queries','modify','query',20,1,'vbulletin'),(891,'queries','modify','perpage',30,1,'vbulletin'),(892,'ranks','','',1,1,'vbulletin'),(893,'ranks','add','',1,1,'vbulletin'),(894,'ranks','add,edit','ranklevel',10,1,'vbulletin'),(895,'ranks','add,edit','minposts',20,1,'vbulletin'),(896,'ranks','add,edit','usergroupid',30,1,'vbulletin'),(897,'ranks','add,edit','rankimg',40,1,'vbulletin'),(898,'ranks','add,edit','rankhtml',50,1,'vbulletin'),(899,'ranks','add,edit','stack',60,1,'vbulletin'),(900,'ranks','add,edit','display',70,1,'vbulletin'),(901,'ranks','edit','',1,1,'vbulletin'),(902,'ranks','modify','',1,1,'vbulletin'),(903,'ranks','remove','',1,1,'vbulletin'),(904,'repair','','',1,1,'vbulletin'),(905,'repair','list','',1,1,'vbulletin'),(906,'repair','list','optimizetables',1,1,'vbulletin'),(907,'repair','list','repairtables',1,1,'vbulletin'),(908,'replacement','','',1,1,'vbulletin'),(909,'replacement','add','',1,1,'vbulletin'),(910,'replacement','add','dostyleid',10,1,'vbulletin'),(911,'replacement','add,edit','findtext',20,1,'vbulletin'),(912,'replacement','add,edit','replacetext',30,1,'vbulletin'),(913,'replacement','edit','',1,1,'vbulletin'),(914,'replacement','modify','',1,1,'vbulletin'),(915,'replacement','remove','',1,1,'vbulletin'),(916,'resources','','',1,1,'vbulletin'),(917,'resources','index','',1,1,'vbulletin'),(918,'resources','index','forumid',10,1,'vbulletin'),(919,'resources','index','usergroupid',20,1,'vbulletin'),(920,'resources','view','',1,1,'vbulletin'),(921,'resources','viewuser','',1,1,'vbulletin'),(922,'rssposter','edit','resetlastrun',10,1,'vbulletin'),(923,'rssposter','edit','enabled',20,1,'vbulletin'),(924,'rssposter','edit','title',30,1,'vbulletin'),(925,'rssposter','edit','url',40,1,'vbulletin'),(926,'rssposter','edit','ttl',50,1,'vbulletin'),(927,'rssposter','edit','maxresults',60,1,'vbulletin'),(928,'rssposter','edit','searchwords',70,1,'vbulletin'),(929,'rssposter','edit','username',80,1,'vbulletin'),(930,'rssposter','edit','forumid',90,1,'vbulletin'),(931,'rssposter','edit','allowsmilies',100,1,'vbulletin'),(932,'rssposter','edit','showsignature',110,1,'vbulletin'),(933,'rssposter','edit','html2bbcode',115,1,'vbulletin'),(934,'rssposter','edit','titletemplate',120,1,'vbulletin'),(935,'rssposter','edit','bodytemplate',130,1,'vbulletin'),(936,'rssposter','edit','itemtype',140,1,'vbulletin'),(937,'rssposter','edit','prefixid',145,1,'vbulletin'),(938,'rssposter','edit','iconid',150,1,'vbulletin'),(939,'rssposter','edit','stickthread',160,1,'vbulletin'),(940,'rssposter','edit','moderatethread',170,1,'vbulletin'),(941,'rssposter','edit','threadactiondelay',180,1,'vbulletin'),(942,'rssposter','edit','unstickthread',190,1,'vbulletin'),(943,'rssposter','edit','closethread',200,1,'vbulletin'),(944,'rssposter','edit','allowhtml',210,1,'vbulletin'),(945,'rssposter','edit','endannouncement',220,1,'vbulletin'),(946,'socialgroup_icon','switchtype','groupiconpath',1,1,'vbulletin'),(947,'socialgroup_icon','switchtype','groupiconurl',1,1,'vbulletin'),(948,'socialgroups','editcategory','description',1,1,'vbulletin'),(949,'socialgroups','editcategory','displayorder',1,1,'vbulletin'),(950,'socialgroups','editcategory','title',1,1,'vbulletin'),(951,'socialgroups','search','category',1,1,'vbulletin'),(952,'socialgroups','search','creator',1,1,'vbulletin'),(953,'socialgroups','search','date_gteq',1,1,'vbulletin'),(954,'socialgroups','search','date_lteq',1,1,'vbulletin'),(955,'socialgroups','search','filtertext',1,1,'vbulletin'),(956,'socialgroups','search','members_gteq',1,1,'vbulletin'),(957,'socialgroups','search','members_lteq',1,1,'vbulletin'),(958,'socialgroups','search','type',1,1,'vbulletin'),(959,'stats','','',1,1,'vbulletin'),(960,'stats','index','',1,1,'vbulletin'),(961,'stats','reg,activity,thread,post','',1,1,'vbulletin'),(962,'stats','reg,activity,thread,post','start',10,1,'vbulletin'),(963,'stats','reg,activity,thread,post','end',20,1,'vbulletin'),(964,'stats','reg,activity,thread,post','scope',30,1,'vbulletin'),(965,'stats','reg,activity,thread,post','sort',40,1,'vbulletin'),(966,'stats','reg,activity,thread,post','nullvalue',50,1,'vbulletin'),(967,'stats','top','',1,1,'vbulletin'),(968,'subscriptionpermission','','',1,1,'vbulletin'),(969,'subscriptionpermission','edit','',1,1,'vbulletin'),(970,'subscriptionpermission','edit','usesub',10,1,'vbulletin'),(971,'subscriptionpermission','modify','',1,1,'vbulletin'),(972,'subscriptions','','',1,1,'vbulletin'),(973,'subscriptions','add','',1,1,'vbulletin'),(974,'subscriptions','add','varname',1,1,'vbulletin'),(975,'subscriptions','add,edit','adminavatar',1,1,'vbulletin'),(976,'subscriptions','add,edit','adminprofilepic',1,1,'vbulletin'),(977,'subscriptions','add,edit','title',10,1,'vbulletin'),(978,'subscriptions','add,edit','description',20,1,'vbulletin'),(979,'subscriptions','add,edit','active',30,1,'vbulletin'),(980,'subscriptions','add,edit','length',40,1,'vbulletin'),(981,'subscriptions','add,edit','sub[cost][usd]',50,1,'vbulletin'),(982,'subscriptions','add,edit','sub[cost][gbp]',60,1,'vbulletin'),(983,'subscriptions','add,edit','sub[cost][eur]',70,1,'vbulletin'),(984,'subscriptions','add,edit','nusergroupid',80,1,'vbulletin'),(985,'subscriptions','add,edit','membergroup',90,1,'vbulletin'),(986,'subscriptions','add,edit','tax',100,1,'vbulletin'),(987,'subscriptions','add,edit','shipping',110,1,'vbulletin'),(988,'subscriptions','add,edit','displayorder',115,1,'vbulletin'),(989,'subscriptions','add,edit','recurring',120,1,'vbulletin'),(990,'subscriptions','adjust','',1,1,'vbulletin'),(991,'subscriptions','adjust','username',5,1,'vbulletin'),(992,'subscriptions','adjust','regdate',10,1,'vbulletin'),(993,'subscriptions','adjust','expirydate',20,1,'vbulletin'),(994,'subscriptions','adjust','status',30,1,'vbulletin'),(995,'subscriptions','api','',1,1,'vbulletin'),(996,'subscriptions','apiadd','',1,1,'vbulletin'),(997,'subscriptions','apiadd,apiedit','title',10,1,'vbulletin'),(998,'subscriptions','apiadd,apiedit','active',20,1,'vbulletin'),(999,'subscriptions','apiadd,apiedit','classname',30,1,'vbulletin'),(1000,'subscriptions','apiadd,apiedit','currency',40,1,'vbulletin'),(1001,'subscriptions','apiadd,apiedit','recurring',50,1,'vbulletin'),(1002,'subscriptions','apiedit','',1,1,'vbulletin'),(1003,'subscriptions','apirem','',1,1,'vbulletin'),(1004,'subscriptions','edit','',1,1,'vbulletin'),(1005,'subscriptions','find','',1,1,'vbulletin'),(1006,'subscriptions','modify','',1,1,'vbulletin'),(1007,'subscriptions','remove','',1,1,'vbulletin'),(1008,'subscriptions','transactions','currency',1,1,'vbulletin'),(1009,'subscriptions','transactions','end',1,1,'vbulletin'),(1010,'subscriptions','transactions','exact',1,1,'vbulletin'),(1011,'subscriptions','transactions','orderby',1,1,'vbulletin'),(1012,'subscriptions','transactions','paymentapiid',1,1,'vbulletin'),(1013,'subscriptions','transactions','scope',1,1,'vbulletin'),(1014,'subscriptions','transactions','start',1,1,'vbulletin'),(1015,'subscriptions','transactions','state',1,1,'vbulletin'),(1016,'subscriptions','transactions','subscriptionid',1,1,'vbulletin'),(1017,'subscriptions','transactions','transactionid',1,1,'vbulletin'),(1018,'subscriptions','transactions','username',1,1,'vbulletin'),(1019,'template','','',1,1,'vbulletin'),(1020,'template','add','dostyleid',10,1,'vbulletin'),(1021,'template','add,edit','',1,1,'vbulletin'),(1022,'template','add,edit','title',20,1,'vbulletin'),(1023,'template','add,edit','template',30,1,'vbulletin'),(1024,'template','addstyle','',1,1,'vbulletin'),(1025,'template','addstyle,editstyle,files','parentid',10,1,'vbulletin'),(1026,'template','addstyle,editstyle,files','title',20,1,'vbulletin'),(1027,'template','addstyle,editstyle,files','userselect',30,1,'vbulletin'),(1028,'template','addstyle,editstyle,files','displayorder',40,1,'vbulletin'),(1029,'template','delete','',1,1,'vbulletin'),(1030,'template','deletestyle','',1,1,'vbulletin'),(1031,'template','edit','oldtemplate_editconflict',100,1,'vbulletin'),(1032,'template','editstyle','',1,1,'vbulletin'),(1033,'template','files','',1,1,'vbulletin'),(1034,'template','files','dostyleid',10,1,'vbulletin'),(1035,'template','files','product',15,1,'vbulletin'),(1036,'template','files','filename',30,1,'vbulletin'),(1037,'template','files','mode',40,1,'vbulletin'),(1038,'template','files','stylefile',50,1,'vbulletin'),(1039,'template','files','serverfile',60,1,'vbulletin'),(1040,'template','files','overwritestyleid',70,1,'vbulletin'),(1041,'template','files','anyversion',80,1,'vbulletin'),(1042,'template','findupdates','',1,1,'vbulletin'),(1043,'template','history','',1,1,'vbulletin'),(1044,'template','historysubmit','',1,1,'vbulletin'),(1045,'template','modify','',1,1,'vbulletin'),(1046,'template','rebuild','',1,1,'vbulletin'),(1047,'template','revertall','',1,1,'vbulletin'),(1048,'template','search','',1,1,'vbulletin'),(1049,'template','search','searchset',10,1,'vbulletin'),(1050,'template','search','searchstring',20,1,'vbulletin'),(1051,'template','search','titlesonly',30,1,'vbulletin'),(1052,'template','search','dostyleid',40,1,'vbulletin'),(1053,'template','search','replacestring',50,1,'vbulletin'),(1054,'template','search','test',60,1,'vbulletin'),(1055,'template','search','regex',70,1,'vbulletin'),(1056,'template','search','case_insensitive',80,1,'vbulletin'),(1057,'template','view','',1,1,'vbulletin'),(1058,'thread','','',1,1,'vbulletin'),(1059,'thread','dothreads,pruneuser','',1,1,'vbulletin'),(1060,'thread','dothreadssel','',1,1,'vbulletin'),(1061,'thread','dovotes','',1,1,'vbulletin'),(1062,'thread','killpoll','',1,1,'vbulletin'),(1063,'thread','killpoll','threadid',10,1,'vbulletin'),(1064,'thread','move','',1,1,'vbulletin'),(1065,'thread','move','destforumid',5,1,'vbulletin'),(1066,'thread','prune','',1,1,'vbulletin'),(1067,'thread','prune','username',180,1,'vbulletin'),(1068,'thread','prune,move','originaldaysolder',10,1,'vbulletin'),(1069,'thread','prune,move','originaldaysnewer',20,1,'vbulletin'),(1070,'thread','prune,move','lastdaysolder',30,1,'vbulletin'),(1071,'thread','prune,move','lastdaysnewer',40,1,'vbulletin'),(1072,'thread','prune,move','repliesleast',50,1,'vbulletin'),(1073,'thread','prune,move','repliesmost',60,1,'vbulletin'),(1074,'thread','prune,move','viewsleast',70,1,'vbulletin'),(1075,'thread','prune,move','viewsmost',80,1,'vbulletin'),(1076,'thread','prune,move','issticky',90,1,'vbulletin'),(1077,'thread','prune,move','state',92,1,'vbulletin'),(1078,'thread','prune,move','status',94,1,'vbulletin'),(1079,'thread','prune,move','posteduser',140,1,'vbulletin'),(1080,'thread','prune,move','titlecontains',150,1,'vbulletin'),(1081,'thread','prune,move','forumid',160,1,'vbulletin'),(1082,'thread','prune,move','subforums',170,1,'vbulletin'),(1083,'thread','prune,move','prefixid',200,1,'vbulletin'),(1084,'thread','pruneusersel','',1,1,'vbulletin'),(1085,'thread','removepoll','',1,1,'vbulletin'),(1086,'thread','tagmerge','tagtext',1,1,'vbulletin'),(1087,'thread','tags','tagtext',1,1,'vbulletin'),(1088,'thread','unsubscribe','',1,1,'vbulletin'),(1089,'thread','unsubscribe','ids',10,1,'vbulletin'),(1090,'thread','unsubscribe','username',20,1,'vbulletin'),(1091,'thread','unsubscribe','daysprune',30,1,'vbulletin'),(1092,'thread','unsubscribe','forumid',40,1,'vbulletin'),(1093,'thread','votes','',1,1,'vbulletin'),(1094,'thread','votes','pollid',10,1,'vbulletin'),(1095,'thread','votes','threadtitle',20,1,'vbulletin'),(1096,'user','','',1,1,'vbulletin'),(1097,'user','add','',1,1,'vbulletin'),(1098,'user','add','password',30,1,'vbulletin'),(1099,'user','add,edit','adminavatar',1,1,'vbulletin'),(1100,'user','add,edit','adminprofilepic',1,1,'vbulletin'),(1101,'user','add,edit','ipoints',1,1,'vbulletin'),(1102,'user','add,edit','vm_enable',1,1,'vbulletin'),(1103,'user','add,edit','warnings',10,1,'vbulletin'),(1104,'user','add,edit','infractions',20,1,'vbulletin'),(1105,'user','add,edit','username',20,1,'vbulletin'),(1106,'user','add,edit','email',40,1,'vbulletin'),(1107,'user','add,edit','languageid',50,1,'vbulletin'),(1108,'user','add,edit','usertitle',60,1,'vbulletin'),(1109,'user','add,edit','customtitle',70,1,'vbulletin'),(1110,'user','add,edit','homepage',80,1,'vbulletin'),(1111,'user','add,edit','birthday',90,1,'vbulletin'),(1112,'user','add,edit','showbirthday',95,1,'vbulletin'),(1113,'user','add,edit','signature',100,1,'vbulletin'),(1114,'user','add,edit','icq',110,1,'vbulletin'),(1115,'user','add,edit','aim',120,1,'vbulletin'),(1116,'user','add,edit','yahoo',130,1,'vbulletin'),(1117,'user','add,edit','msn',140,1,'vbulletin'),(1118,'user','add,edit','skype',145,1,'vbulletin'),(1119,'user','add,edit','coppauser',150,1,'vbulletin'),(1120,'user','add,edit','parentemail',160,1,'vbulletin'),(1121,'user','add,edit','posts',170,1,'vbulletin'),(1122,'user','add,edit','referrerid',180,1,'vbulletin'),(1123,'user','add,edit','ipaddress',190,1,'vbulletin'),(1124,'user','add,edit','usergroupid',200,1,'vbulletin'),(1125,'user','add,edit','membergroupids',210,1,'vbulletin'),(1126,'user','add,edit','showreputation',220,1,'vbulletin'),(1127,'user','add,edit','reputation',230,1,'vbulletin'),(1128,'user','add,edit','reputationpower',235,1,'vbulletin'),(1129,'user','add,edit','adminemail',240,1,'vbulletin'),(1130,'user','add,edit','showemail',250,1,'vbulletin'),(1131,'user','add,edit','invisible',260,1,'vbulletin'),(1132,'user','add,edit','showvcard',265,1,'vbulletin'),(1133,'user','add,edit','receivepm',270,1,'vbulletin'),(1134,'user','add,edit','receivepmbuddies',275,1,'vbulletin'),(1135,'user','add,edit','emailonpm',280,1,'vbulletin'),(1136,'user','add,edit','pmpopup',290,1,'vbulletin'),(1137,'user','add,edit','showsignatures',300,1,'vbulletin'),(1138,'user','add,edit','showavatars',310,1,'vbulletin'),(1139,'user','add,edit','showimages',320,1,'vbulletin'),(1140,'user','add,edit','showusercss',323,1,'vbulletin'),(1141,'user','add,edit','receivefriendemailrequest',326,1,'vbulletin'),(1142,'user','add,edit','autosubscribe',330,1,'vbulletin'),(1143,'user','add,edit','threadedmode',340,1,'vbulletin'),(1144,'user','add,edit','showvbcode',350,1,'vbulletin'),(1145,'user','add,edit','styleid',360,1,'vbulletin'),(1146,'user','add,edit','timezoneoffset',370,1,'vbulletin'),(1147,'user','add,edit','dstauto',380,1,'vbulletin'),(1148,'user','add,edit','dstonoff',390,1,'vbulletin'),(1149,'user','add,edit','daysprune',400,1,'vbulletin'),(1150,'user','add,edit','joindate',410,1,'vbulletin'),(1151,'user','add,edit','lastactivity',430,1,'vbulletin'),(1152,'user','add,edit','lastpost',440,1,'vbulletin'),(1153,'user','changehistory','',1,1,'vbulletin'),(1154,'user','doips','',1,1,'vbulletin'),(1155,'user','doips','ipaddress',10,1,'vbulletin'),(1156,'user','doips','username',20,1,'vbulletin'),(1157,'user','doips','depth',30,1,'vbulletin'),(1158,'user','edit','',1,1,'vbulletin'),(1159,'user','edit','receivepmbuddies',1,1,'vbulletin'),(1160,'user','edit','vm_contactonly',1,1,'vbulletin'),(1161,'user','edit','password',30,1,'vbulletin'),(1162,'user','editaccess','',1,1,'vbulletin'),(1163,'user','emailpassword','',1,1,'vbulletin'),(1164,'user','find','',1,1,'vbulletin'),(1165,'user','find2','',1,1,'vbulletin'),(1166,'user','moderate','',1,1,'vbulletin'),(1167,'user','moderate','send_validated',10,1,'vbulletin'),(1168,'user','moderate','send_deleted',20,1,'vbulletin'),(1169,'user','modify','',1,1,'vbulletin'),(1170,'user','modify','username',70,1,'vbulletin'),(1171,'user','modify','usergroupid',90,1,'vbulletin'),(1172,'user','modify','membergroup',100,1,'vbulletin'),(1173,'user','modify','adminemail',105,1,'vbulletin'),(1174,'user','modify','email',110,1,'vbulletin'),(1175,'user','modify','parentemail',120,1,'vbulletin'),(1176,'user','modify','coppauser',130,1,'vbulletin'),(1177,'user','modify','homepage',140,1,'vbulletin'),(1178,'user','modify','icq',150,1,'vbulletin'),(1179,'user','modify','aim',160,1,'vbulletin'),(1180,'user','modify','yahoo',170,1,'vbulletin'),(1181,'user','modify','msn',175,1,'vbulletin'),(1182,'user','modify','skype',176,1,'vbulletin'),(1183,'user','modify','signature',180,1,'vbulletin'),(1184,'user','modify','usertitle',190,1,'vbulletin'),(1185,'user','modify','joindateafter',200,1,'vbulletin'),(1186,'user','modify','joindatebefore',210,1,'vbulletin'),(1187,'user','modify','lastactivityafter',213,1,'vbulletin'),(1188,'user','modify','lastactivitybefore',217,1,'vbulletin'),(1189,'user','modify','lastvisitafter',220,1,'vbulletin'),(1190,'user','modify','lastvisitbefore',230,1,'vbulletin'),(1191,'user','modify','lastpostafter',240,1,'vbulletin'),(1192,'user','modify','lastpostbefore',250,1,'vbulletin'),(1193,'user','modify','birthdayafter',260,1,'vbulletin'),(1194,'user','modify','birthdaybefore',270,1,'vbulletin'),(1195,'user','modify','postslower',280,1,'vbulletin'),(1196,'user','modify','postsupper',290,1,'vbulletin'),(1197,'user','modify','reputationlower',300,1,'vbulletin'),(1198,'user','modify','reputationupper',310,1,'vbulletin'),(1199,'user','modify','ipaddress',320,1,'vbulletin'),(1200,'user','modify','warningslower',320,1,'vbulletin'),(1201,'user','modify','warningsupper',340,1,'vbulletin'),(1202,'user','modify','infractionslower',350,1,'vbulletin'),(1203,'user','modify','infractionsupper',360,1,'vbulletin'),(1204,'user','modify','pointslower',370,1,'vbulletin'),(1205,'user','modify','pointsupper',380,1,'vbulletin'),(1206,'user','modify','display[username]',390,1,'vbulletin'),(1207,'user','modify','useridlower',390,1,'vbulletin'),(1208,'user','modify','useridupper',395,1,'vbulletin'),(1209,'user','modify','display[options]',400,1,'vbulletin'),(1210,'user','modify','display[usergroup]',410,1,'vbulletin'),(1211,'user','modify','display[email]',420,1,'vbulletin'),(1212,'user','modify','display[parentemail]',430,1,'vbulletin'),(1213,'user','modify','display[coppauser]',440,1,'vbulletin'),(1214,'user','modify','display[homepage]',450,1,'vbulletin'),(1215,'user','modify','display[icq]',460,1,'vbulletin'),(1216,'user','modify','display[aim]',470,1,'vbulletin'),(1217,'user','modify','display[yahoo]',480,1,'vbulletin'),(1218,'user','modify','display[msn]',490,1,'vbulletin'),(1219,'user','modify','display[signature]',500,1,'vbulletin'),(1220,'user','modify','display[usertitle]',510,1,'vbulletin'),(1221,'user','modify','display[joindate]',520,1,'vbulletin'),(1222,'user','modify','display[lastactivity]',523,1,'vbulletin'),(1223,'user','modify','display[lastpost]',540,1,'vbulletin'),(1224,'user','modify','display[posts]',550,1,'vbulletin'),(1225,'user','modify','display[reputation]',560,1,'vbulletin'),(1226,'user','modify','display[ipaddress]',570,1,'vbulletin'),(1227,'user','modify','display[birthday]',580,1,'vbulletin'),(1228,'user','modify','orderby',590,1,'vbulletin'),(1229,'user','modify','limitstart',610,1,'vbulletin'),(1230,'user','modify','limitnumber',620,1,'vbulletin'),(1231,'user','prune','',1,1,'vbulletin'),(1232,'user','prune','usergroupid',20,1,'vbulletin'),(1233,'user','prune','daysprune',30,1,'vbulletin'),(1234,'user','prune','joindate',40,1,'vbulletin'),(1235,'user','prune','minposts',50,1,'vbulletin'),(1236,'user','prune','order',60,1,'vbulletin'),(1237,'user','pruneusers','',1,1,'vbulletin'),(1238,'user','remove','',1,1,'vbulletin'),(1239,'usergroup','','',1,1,'vbulletin'),(1240,'usergroup','add','',1,1,'vbulletin'),(1241,'usergroup','add','ugid_base',750,1,'vbulletin'),(1242,'usergroup','add,edit','cananimateavatar',1,1,'vbulletin'),(1243,'usergroup','add,edit','cangivearbinfraction',1,1,'vbulletin'),(1244,'usergroup','add,edit','canusefriends',1,1,'vbulletin'),(1245,'usergroup','add,edit','canviewthreads',1,1,'vbulletin'),(1246,'usergroup','add,edit','isnotmoderated',1,1,'vbulletin'),(1247,'usergroup','add,edit','title',10,1,'vbulletin'),(1248,'usergroup','add,edit','description',20,1,'vbulletin'),(1249,'usergroup','add,edit','usertitle',30,1,'vbulletin'),(1250,'usergroup','add,edit','htmltags',40,1,'vbulletin'),(1251,'usergroup','add,edit','passwordexpires',50,1,'vbulletin'),(1252,'usergroup','add,edit','passwordhistory',60,1,'vbulletin'),(1253,'usergroup','add,edit','showbirthday',80,1,'vbulletin'),(1254,'usergroup','add,edit','allowmembergroups',100,1,'vbulletin'),(1255,'usergroup','add,edit','isnotbannedgroup',110,1,'vbulletin'),(1256,'usergroup','add,edit','ispublicgroup',120,1,'vbulletin'),(1257,'usergroup','add,edit','canoverride',130,1,'vbulletin'),(1258,'usergroup','add,edit','canseehidden',140,1,'vbulletin'),(1259,'usergroup','add,edit','canviewmembers',150,1,'vbulletin'),(1260,'usergroup','add,edit','canmodifyprofile',160,1,'vbulletin'),(1261,'usergroup','add,edit','caninvisible',170,1,'vbulletin'),(1262,'usergroup','add,edit','showeditedby',180,1,'vbulletin'),(1263,'usergroup','add,edit','canseeraters',190,1,'vbulletin'),(1264,'usergroup','add,edit','canjoingroups',200,1,'vbulletin'),(1265,'usergroup','add,edit','canusecustomtitle',200,1,'vbulletin'),(1266,'usergroup','add,edit','canusesignature',210,1,'vbulletin'),(1267,'usergroup','add,edit','canseehiddencustomfields',225,1,'vbulletin'),(1268,'usergroup','add,edit','canview',230,1,'vbulletin'),(1269,'usergroup','add,edit','canviewothers',240,1,'vbulletin'),(1270,'usergroup','add,edit','canseedelnotice',250,1,'vbulletin'),(1271,'usergroup','add,edit','cansearch',260,1,'vbulletin'),(1272,'usergroup','add,edit','cangetattachment',280,1,'vbulletin'),(1273,'usergroup','add,edit','canpostnew',290,1,'vbulletin'),(1274,'usergroup','add,edit','canreply',300,1,'vbulletin'),(1275,'usergroup','add,edit','caneditpost',320,1,'vbulletin'),(1276,'usergroup','add,edit','candeletepost',330,1,'vbulletin'),(1277,'usergroup','add,edit','canmove',340,1,'vbulletin'),(1278,'usergroup','add,edit','canopenclose',350,1,'vbulletin'),(1279,'usergroup','add,edit','candeletethread',360,1,'vbulletin'),(1280,'usergroup','add,edit','followforummoderation',370,1,'vbulletin'),(1281,'usergroup','add,edit','cantagown',371,1,'vbulletin'),(1282,'usergroup','add,edit','picturefollowforummoderation',371,1,'vbulletin'),(1283,'usergroup','add,edit','cantagothers',372,1,'vbulletin'),(1284,'usergroup','add,edit','candeletetagown',373,1,'vbulletin'),(1285,'usergroup','add,edit','cancreatetag',374,1,'vbulletin'),(1286,'usergroup','add,edit','canpostattachment',390,1,'vbulletin'),(1287,'usergroup','add,edit','attachlimit',400,1,'vbulletin'),(1288,'usergroup','add,edit','canvote',420,1,'vbulletin'),(1289,'usergroup','add,edit','canuseavatar',430,1,'vbulletin'),(1290,'usergroup','add,edit','avatarmaxwidth',440,1,'vbulletin'),(1291,'usergroup','add,edit','avatarmaxheight',450,1,'vbulletin'),(1292,'usergroup','add,edit','avatarmaxsize',460,1,'vbulletin'),(1293,'usergroup','add,edit','cansigpic',465,1,'vbulletin'),(1294,'usergroup','add,edit','cananimatesigpic',470,1,'vbulletin'),(1295,'usergroup','add,edit','sigpicmaxheight',475,1,'vbulletin'),(1296,'usergroup','add,edit','sigpicmaxwidth',475,1,'vbulletin'),(1297,'usergroup','add,edit','sigpicmaxsize',485,1,'vbulletin'),(1298,'usergroup','add,edit','pmquota',510,1,'vbulletin'),(1299,'usergroup','add,edit','canignorequota',515,1,'vbulletin'),(1300,'usergroup','add,edit','pmsendmax',540,1,'vbulletin'),(1301,'usergroup','add,edit','canviewcalendar',550,1,'vbulletin'),(1302,'usergroup','add,edit','canpostevent',560,1,'vbulletin'),(1303,'usergroup','add,edit','caneditevent',570,1,'vbulletin'),(1304,'usergroup','add,edit','candeleteevent',580,1,'vbulletin'),(1305,'usergroup','add,edit','canviewothersevent',590,1,'vbulletin'),(1306,'usergroup','add,edit','canwhosonline',600,1,'vbulletin'),(1307,'usergroup','add,edit','canwhosonlinefull',610,1,'vbulletin'),(1308,'usergroup','add,edit','canwhosonlineip',620,1,'vbulletin'),(1309,'usergroup','add,edit','canwhosonlinebad',630,1,'vbulletin'),(1310,'usergroup','add,edit','canwhosonlinelocation',640,1,'vbulletin'),(1311,'usergroup','add,edit','ismoderator',730,1,'vbulletin'),(1312,'usergroup','add,edit','cancontrolpanel',740,1,'vbulletin'),(1313,'usergroup','add,edit','canuserep',750,1,'vbulletin'),(1314,'usergroup','add,edit','canseewholiked',760,1,'vbulletin'),(1315,'usergroup','add,edit','canhiderep',770,1,'vbulletin'),(1316,'usergroup','add,edit','canseeothersrep',780,1,'vbulletin'),(1317,'usergroup','add,edit','sigmaxrawchars',800,1,'vbulletin'),(1318,'usergroup','add,edit','sigmaxchars',805,1,'vbulletin'),(1319,'usergroup','add,edit','sigmaxlines',810,1,'vbulletin'),(1320,'usergroup','add,edit','canbbcode',815,1,'vbulletin'),(1321,'usergroup','add,edit','canbbcodebasic',815,1,'vbulletin'),(1322,'usergroup','add,edit','canbbcodecolor',820,1,'vbulletin'),(1323,'usergroup','add,edit','canbbcodesize',825,1,'vbulletin'),(1324,'usergroup','add,edit','sigmaxsizebbcode',830,1,'vbulletin'),(1325,'usergroup','add,edit','canbbcodefont',835,1,'vbulletin'),(1326,'usergroup','add,edit','canbbcodealign',840,1,'vbulletin'),(1327,'usergroup','add,edit','canbbcodelist',840,1,'vbulletin'),(1328,'usergroup','add,edit','canbbcodelink',850,1,'vbulletin'),(1329,'usergroup','add,edit','canbbcodecode',855,1,'vbulletin'),(1330,'usergroup','add,edit','canbbcodephp',860,1,'vbulletin'),(1331,'usergroup','add,edit','canbbcodehtml',865,1,'vbulletin'),(1332,'usergroup','add,edit','canbbcodequote',870,1,'vbulletin'),(1333,'usergroup','add,edit','allowimg',875,1,'vbulletin'),(1334,'usergroup','add,edit','sigmaximages',880,1,'vbulletin'),(1335,'usergroup','add,edit','allowsmilies',885,1,'vbulletin'),(1336,'usergroup','add,edit','allowhtml',890,1,'vbulletin'),(1337,'usergroup','add,edit','candeleteownmessages',940,1,'vbulletin'),(1338,'usergroup','add,edit','canalbum',1000,1,'vbulletin'),(1339,'usergroup','add,edit','canviewalbum',1010,1,'vbulletin'),(1340,'usergroup','add,edit','albumpicmaxwidth',1020,1,'vbulletin'),(1341,'usergroup','add,edit','albumpicmaxheight',1030,1,'vbulletin'),(1342,'usergroup','add,edit','albummaxpics',1040,1,'vbulletin'),(1343,'usergroup','add,edit','albumpicmaxsize',1040,1,'vbulletin'),(1344,'usergroup','add,edit','albummaxsize',1050,1,'vbulletin'),(1345,'usergroup','add,edit','caneditfontfamily',1100,1,'vbulletin'),(1346,'usergroup','add,edit','caneditfontsize',1110,1,'vbulletin'),(1347,'usergroup','add,edit','caneditcolors',1120,1,'vbulletin'),(1348,'usergroup','add,edit','caneditbgimage',1130,1,'vbulletin'),(1349,'usergroup','add,edit','caneditborders',1140,1,'vbulletin'),(1350,'usergroup','add,edit','cancreategroups',1210,1,'vbulletin'),(1351,'usergroup','add,edit','caneditowngroups',1220,1,'vbulletin'),(1352,'usergroup','add,edit','candeleteowngroups',1230,1,'vbulletin'),(1353,'usergroup','add,edit','canviewgroups',1240,1,'vbulletin'),(1354,'usergroup','add,edit','canmanagemessages',1250,1,'vbulletin'),(1355,'usergroup','add,edit','canpostnonmembergroup',1260,1,'vbulletin'),(1356,'usergroup','add,edit','canmanageowngroups',1270,1,'vbulletin'),(1357,'usergroup','addleader','',1,1,'vbulletin'),(1358,'usergroup','addleader','usergroupid',10,1,'vbulletin'),(1359,'usergroup','addleader','username',20,1,'vbulletin'),(1360,'usergroup','edit','',1,1,'vbulletin'),(1361,'usergroup','edit','caneditprivacy',1,1,'vbulletin'),(1362,'usergroup','edit,add','canalwayscreatediscussion',1,1,'vbulletin'),(1363,'usergroup','edit,add','canalwayspostmessage',1,1,'vbulletin'),(1364,'usergroup','edit,add','cananimategroupicon',1,1,'vbulletin'),(1365,'usergroup','edit,add','cancreatediscussion',1,1,'vbulletin'),(1366,'usergroup','edit,add','cangiveinfraction',1,1,'vbulletin'),(1367,'usergroup','edit,add','canlimitdiscussion',1,1,'vbulletin'),(1368,'usergroup','edit,add','canmanagediscussions',1,1,'vbulletin'),(1369,'usergroup','edit,add','canpostmessage',1,1,'vbulletin'),(1370,'usergroup','edit,add','canreverseinfraction',1,1,'vbulletin'),(1371,'usergroup','edit,add','canseeinfraction',1,1,'vbulletin'),(1372,'usergroup','edit,add','canseethumbnails',1,1,'vbulletin'),(1373,'usergroup','edit,add','canuploadgroupicon',1,1,'vbulletin'),(1374,'usergroup','edit,add','groupiconmaxsize',1,1,'vbulletin'),(1375,'usergroup','edit,add','maximumsocialgroups',1,1,'vbulletin'),(1376,'usergroup','edit,add','requirehvcheck',1,1,'vbulletin'),(1377,'usergroup','edit,add','canmanageownprofile',900,1,'vbulletin'),(1378,'usergroup','edit,add','canmessageownprofile',910,1,'vbulletin'),(1379,'usergroup','edit,add','canmessageothersprofile',920,1,'vbulletin'),(1380,'usergroup','edit,add','caneditownmessages',930,1,'vbulletin'),(1381,'usergroup','modify','',1,1,'vbulletin'),(1382,'usergroup','modifypromotion','',1,1,'vbulletin'),(1383,'usergroup','remove','',1,1,'vbulletin'),(1384,'usergroup','removeleader','',1,1,'vbulletin'),(1385,'usergroup','removepromotion','',1,1,'vbulletin'),(1386,'usergroup','updatepromotion','',1,1,'vbulletin'),(1387,'usergroup','updatepromotion','usergroupid',5,1,'vbulletin'),(1388,'usergroup','updatepromotion','reputationtype',10,1,'vbulletin'),(1389,'usergroup','updatepromotion','reputation',20,1,'vbulletin'),(1390,'usergroup','updatepromotion','date',30,1,'vbulletin'),(1391,'usergroup','updatepromotion','posts',40,1,'vbulletin'),(1392,'usergroup','updatepromotion','strategy',50,1,'vbulletin'),(1393,'usergroup','updatepromotion','type',60,1,'vbulletin'),(1394,'usergroup','updatepromotion','joinusergroupid',70,1,'vbulletin'),(1395,'usergroup','viewjoinrequests','',1,1,'vbulletin'),(1396,'usertitle','','',1,1,'vbulletin'),(1397,'usertitle','add','',1,1,'vbulletin'),(1398,'usertitle','add,edit','title',10,1,'vbulletin'),(1399,'usertitle','add,edit','minposts',20,1,'vbulletin'),(1400,'usertitle','edit','',1,1,'vbulletin'),(1401,'usertitle','modify','',1,1,'vbulletin'),(1402,'usertitle','remove','',1,1,'vbulletin'),(1403,'usertools','','',1,1,'vbulletin'),(1404,'usertools','doips','',1,1,'vbulletin'),(1405,'usertools','doips','ipaddress',20,1,'vbulletin'),(1406,'usertools','doips','username',30,1,'vbulletin'),(1407,'usertools','doips','depth',40,1,'vbulletin'),(1408,'usertools','domerge','',1,1,'vbulletin'),(1409,'usertools','gethost','',1,1,'vbulletin'),(1410,'usertools','merge','',1,1,'vbulletin'),(1411,'usertools','merge','sourceuser',10,1,'vbulletin'),(1412,'usertools','merge','destuser',20,1,'vbulletin'),(1413,'usertools','pmfolderstats','',1,1,'vbulletin'),(1414,'usertools','pmstats','',1,1,'vbulletin'),(1415,'usertools','pmuserstats','',1,1,'vbulletin'),(1416,'usertools','referrers','',1,1,'vbulletin'),(1417,'usertools','referrers','startdate',10,1,'vbulletin'),(1418,'usertools','referrers','enddate',20,1,'vbulletin'),(1419,'usertools','removepms','',1,1,'vbulletin'),(1420,'usertools','removesentpms','',1,1,'vbulletin'),(1421,'usertools','removesubs','',1,1,'vbulletin'),(1422,'usertools','showreferrals','',1,1,'vbulletin'),(1423,'usertools','showreferrers','',1,1,'vbulletin'),(1424,'verify','intro','',1,1,'vbulletin'),(1425,'verify','intro','hv_recaptcha_privatekey',1,1,'vbulletin'),(1426,'verify','intro','hv_recaptcha_publickey',1,1,'vbulletin'),(1427,'verify','intro','hv_recaptcha_theme',1,1,'vbulletin'),(1428,'verify','intro','hv_type',1,1,'vbulletin'),(1429,'verify','intro','regimagetype',1,1,'vbulletin'),(1430,'verify','intro','regimageoption',2,1,'vbulletin'),(1431,'verify','modifyanswer','answer',1,1,'vbulletin'),(1432,'verify','modifyquestion','question',1,1,'vbulletin'),(1433,'verify','modifyquestion','regex',1,1,'vbulletin'); /*!40000 ALTER TABLE `adminhelp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `administrator` -- DROP TABLE IF EXISTS `administrator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `administrator` ( `userid` int(10) unsigned NOT NULL default '0', `adminpermissions` int(10) unsigned NOT NULL default '0', `navprefs` mediumtext, `cssprefs` varchar(250) NOT NULL default '', `notes` mediumtext, `dismissednews` text, `languageid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `administrator` -- LOCK TABLES `administrator` WRITE; /*!40000 ALTER TABLE `administrator` DISABLE KEYS */; INSERT INTO `administrator` VALUES (1,1069514620,NULL,'',NULL,'185,186,187',0),(2,0,NULL,'',NULL,'187',0); /*!40000 ALTER TABLE `administrator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminlog` -- DROP TABLE IF EXISTS `adminlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminlog` ( `adminlogid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `script` varchar(50) NOT NULL default '', `action` varchar(20) NOT NULL default '', `extrainfo` varchar(200) NOT NULL default '', `ipaddress` char(15) NOT NULL default '', PRIMARY KEY (`adminlogid`), KEY `script_action` (`script`,`action`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminlog` -- LOCK TABLES `adminlog` WRITE; /*!40000 ALTER TABLE `adminlog` DISABLE KEYS */; INSERT INTO `adminlog` VALUES (1,1,1399996661,'index.php','','','67.235.238.250'),(2,1,1399999575,'index.php','','','67.235.238.250'),(3,1,1399999987,'index.php','modify','','67.235.238.250'),(4,1,1400002161,'index.php','','','67.235.238.250'),(5,1,1400002176,'index.php','','','67.235.238.250'),(6,1,1400002422,'index.php','','','67.235.238.250'),(7,1,1400002926,'index.php','add','','67.235.238.250'),(8,1,1400002928,'index.php','add','','67.235.238.250'),(9,1,1400003007,'index.php','update','','67.235.238.250'),(10,1,1400003017,'index.php','update','','67.235.238.250'),(11,1,1400003040,'index.php','update','','67.235.238.250'),(12,1,1400003075,'index.php','','','67.235.238.250'),(13,1,1400003091,'index.php','','','67.235.238.250'),(14,1,1400003169,'index.php','modify','','67.235.238.250'),(15,1,1400003173,'index.php','find','','67.235.238.250'),(16,1,1400003187,'index.php','emailpassword','user id = 2','67.235.238.250'),(17,1,1400003466,'index.php','modify','','67.235.238.250'),(18,1,1400003470,'index.php','find','','67.235.238.250'),(19,1,1400003476,'index.php','edit','user id = 2','67.235.238.250'),(20,1,1400003500,'index.php','update','user id = 2','67.235.238.250'),(21,1,1400003502,'index.php','modify','user id = 2','67.235.238.250'),(22,1,1400003505,'index.php','find','','67.235.238.250'),(23,1,1400003513,'index.php','emailpassword','user id = 2','67.235.238.250'),(24,2,1400003597,'index.php','','','67.235.238.250'),(25,1,1400003634,'index.php','','','67.235.238.250'),(26,1,1400003649,'index.php','modify','','67.235.238.250'),(27,1,1400003652,'index.php','find','','67.235.238.250'),(28,1,1400003656,'index.php','edit','user id = 2','67.235.238.250'),(29,1,1400003761,'index.php','buildsitemap','','67.235.238.250'),(30,1,1400003770,'index.php','dobuildsitemap','','67.235.238.250'),(31,1,1400003770,'index.php','dobuildsitemap','','67.235.238.250'),(32,1,1400003787,'index.php','buildsitemap','','67.235.238.250'); /*!40000 ALTER TABLE `adminlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminmessage` -- DROP TABLE IF EXISTS `adminmessage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminmessage` ( `adminmessageid` int(10) unsigned NOT NULL auto_increment, `varname` varchar(250) NOT NULL default '', `dismissable` smallint(5) unsigned NOT NULL default '0', `script` varchar(50) NOT NULL default '', `action` varchar(20) NOT NULL default '', `execurl` mediumtext, `method` enum('get','post') NOT NULL default 'post', `dateline` int(10) unsigned NOT NULL default '0', `status` enum('undone','done','dismissed') NOT NULL default 'undone', `statususerid` int(10) unsigned NOT NULL default '0', `args` mediumtext, PRIMARY KEY (`adminmessageid`), KEY `script_action` (`script`,`action`), KEY `varname` (`varname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminmessage` -- LOCK TABLES `adminmessage` WRITE; /*!40000 ALTER TABLE `adminmessage` DISABLE KEYS */; /*!40000 ALTER TABLE `adminmessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminutil` -- DROP TABLE IF EXISTS `adminutil`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminutil` ( `title` varchar(50) NOT NULL default '', `text` mediumtext, PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminutil` -- LOCK TABLES `adminutil` WRITE; /*!40000 ALTER TABLE `adminutil` DISABLE KEYS */; INSERT INTO `adminutil` VALUES ('datastorelock','0'),('master_style_import','a:1:{s:11:\"last_import\";i:1399996484;}'); /*!40000 ALTER TABLE `adminutil` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `announcement` ( `announcementid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `userid` int(10) unsigned NOT NULL default '0', `startdate` int(10) unsigned NOT NULL default '0', `enddate` int(10) unsigned NOT NULL default '0', `pagetext` mediumtext, `nodeid` int(11) NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `announcementoptions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`announcementid`), KEY `nodeid` (`nodeid`), KEY `startdate` (`enddate`,`nodeid`,`startdate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcementread` -- DROP TABLE IF EXISTS `announcementread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `announcementread` ( `announcementid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`announcementid`,`userid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `announcementread` -- LOCK TABLES `announcementread` WRITE; /*!40000 ALTER TABLE `announcementread` DISABLE KEYS */; /*!40000 ALTER TABLE `announcementread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `apiclient` -- DROP TABLE IF EXISTS `apiclient`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `apiclient` ( `apiclientid` int(10) unsigned NOT NULL auto_increment, `secret` varchar(32) NOT NULL default '', `apiaccesstoken` varchar(32) NOT NULL default '', `userid` int(10) unsigned NOT NULL default '0', `clienthash` varchar(32) NOT NULL default '', `clientname` varchar(250) NOT NULL default '', `clientversion` varchar(50) NOT NULL default '', `platformname` varchar(250) NOT NULL default '', `platformversion` varchar(50) NOT NULL default '', `uniqueid` varchar(250) NOT NULL default '', `initialipaddress` varchar(15) NOT NULL default '', `dateline` int(10) unsigned NOT NULL, `lastactivity` int(10) unsigned NOT NULL, PRIMARY KEY (`apiclientid`), KEY `clienthash` (`clienthash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `apiclient` -- LOCK TABLES `apiclient` WRITE; /*!40000 ALTER TABLE `apiclient` DISABLE KEYS */; /*!40000 ALTER TABLE `apiclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `apilog` -- DROP TABLE IF EXISTS `apilog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `apilog` ( `apilogid` int(10) unsigned NOT NULL auto_increment, `apiclientid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `method` varchar(32) NOT NULL default '', `paramget` mediumtext, `parampost` mediumtext, `ipaddress` varchar(15) NOT NULL default '', PRIMARY KEY (`apilogid`), KEY `apiclientid` (`apiclientid`,`method`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `apilog` -- LOCK TABLES `apilog` WRITE; /*!40000 ALTER TABLE `apilog` DISABLE KEYS */; /*!40000 ALTER TABLE `apilog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attach` -- DROP TABLE IF EXISTS `attach`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attach` ( `nodeid` int(10) unsigned NOT NULL, `filedataid` int(10) unsigned NOT NULL, `visible` smallint(6) NOT NULL default '1', `counter` int(10) unsigned NOT NULL default '0', `posthash` varchar(32) NOT NULL default '', `filename` varchar(255) NOT NULL default '', `caption` text, `reportthreadid` int(10) unsigned NOT NULL default '0', `settings` mediumtext, KEY `attach_nodeid` (`nodeid`), KEY `attach_filedataid` (`filedataid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attach` -- LOCK TABLES `attach` WRITE; /*!40000 ALTER TABLE `attach` DISABLE KEYS */; /*!40000 ALTER TABLE `attach` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentcategory` -- DROP TABLE IF EXISTS `attachmentcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmentcategory` ( `categoryid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', `parentid` int(10) unsigned NOT NULL default '0', `displayorder` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`categoryid`), KEY `userid` (`userid`,`parentid`,`displayorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmentcategory` -- LOCK TABLES `attachmentcategory` WRITE; /*!40000 ALTER TABLE `attachmentcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentcategoryuser` -- DROP TABLE IF EXISTS `attachmentcategoryuser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmentcategoryuser` ( `filedataid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `categoryid` int(10) unsigned NOT NULL default '0', `filename` varchar(255) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`filedataid`,`userid`), KEY `categoryid` (`categoryid`,`userid`,`filedataid`), KEY `userid` (`userid`,`categoryid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmentcategoryuser` -- LOCK TABLES `attachmentcategoryuser` WRITE; /*!40000 ALTER TABLE `attachmentcategoryuser` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentcategoryuser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentpermission` -- DROP TABLE IF EXISTS `attachmentpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmentpermission` ( `attachmentpermissionid` int(10) unsigned NOT NULL auto_increment, `extension` varchar(20) character set utf8 collate utf8_bin NOT NULL default '', `usergroupid` int(10) unsigned NOT NULL default '0', `size` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', `attachmentpermissions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`attachmentpermissionid`), UNIQUE KEY `extension` (`extension`,`usergroupid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmentpermission` -- LOCK TABLES `attachmentpermission` WRITE; /*!40000 ALTER TABLE `attachmentpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmenttype` -- DROP TABLE IF EXISTS `attachmenttype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmenttype` ( `extension` char(20) character set utf8 collate utf8_bin NOT NULL default '', `mimetype` varchar(255) NOT NULL default '', `size` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', `display` smallint(5) unsigned NOT NULL default '0', `contenttypes` mediumtext, PRIMARY KEY (`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmenttype` -- LOCK TABLES `attachmenttype` WRITE; /*!40000 ALTER TABLE `attachmenttype` DISABLE KEYS */; INSERT INTO `attachmenttype` VALUES ('gif','a:1:{i:0;s:23:\"Content-type: image/gif\";}',20000,620,280,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('jpeg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('jpg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',100000,0,0,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('jpe','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('txt','a:1:{i:0;s:24:\"Content-type: text/plain\";}',20000,0,0,2,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}'),('png','a:1:{i:0;s:23:\"Content-type: image/png\";}',20000,620,280,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('doc','a:1:{i:0;s:32:\"Content-type: application/msword\";}',20000,0,0,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}'),('pdf','a:1:{i:0;s:29:\"Content-type: application/pdf\";}',20000,0,0,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}'),('bmp','a:1:{i:0;s:23:\"Content-type: image/bmp\";}',20000,620,280,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}'),('psd','a:1:{i:0;s:39:\"Content-type: image/vnd.adobe.photoshop\";}',20000,0,0,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}'),('zip','a:1:{i:0;s:29:\"Content-type: application/zip\";}',100000,0,0,0,'a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}'); /*!40000 ALTER TABLE `attachmenttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentviews` -- DROP TABLE IF EXISTS `attachmentviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmentviews` ( `attachmentid` int(10) unsigned NOT NULL default '0', KEY `postid` (`attachmentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmentviews` -- LOCK TABLES `attachmentviews` WRITE; /*!40000 ALTER TABLE `attachmentviews` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `autosavetext` -- DROP TABLE IF EXISTS `autosavetext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `autosavetext` ( `parentid` int(10) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `pagetext` mediumtext, `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`,`parentid`,`userid`), KEY `userid` (`userid`), KEY `parentid` (`parentid`,`userid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `autosavetext` -- LOCK TABLES `autosavetext` WRITE; /*!40000 ALTER TABLE `autosavetext` DISABLE KEYS */; /*!40000 ALTER TABLE `autosavetext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `avatar` -- DROP TABLE IF EXISTS `avatar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `avatar` ( `avatarid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `minimumposts` int(10) unsigned NOT NULL default '0', `avatarpath` varchar(100) NOT NULL default '', `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`avatarid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `avatar` -- LOCK TABLES `avatar` WRITE; /*!40000 ALTER TABLE `avatar` DISABLE KEYS */; /*!40000 ALTER TABLE `avatar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bbcode` -- DROP TABLE IF EXISTS `bbcode`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bbcode` ( `bbcodeid` smallint(5) unsigned NOT NULL auto_increment, `bbcodetag` varchar(200) NOT NULL default '', `bbcodereplacement` mediumtext, `bbcodeexample` varchar(200) NOT NULL default '', `bbcodeexplanation` mediumtext, `twoparams` smallint(6) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `buttonimage` varchar(250) NOT NULL default '', `options` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`bbcodeid`), UNIQUE KEY `uniquetag` (`bbcodetag`,`twoparams`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bbcode` -- LOCK TABLES `bbcode` WRITE; /*!40000 ALTER TABLE `bbcode` DISABLE KEYS */; /*!40000 ALTER TABLE `bbcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bbcode_video` -- DROP TABLE IF EXISTS `bbcode_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bbcode_video` ( `providerid` int(10) unsigned NOT NULL auto_increment, `tagoption` varchar(50) NOT NULL default '', `provider` varchar(50) NOT NULL default '', `url` varchar(100) NOT NULL default '', `regex_url` varchar(254) NOT NULL default '', `regex_scrape` varchar(254) NOT NULL default '', `embed` mediumtext, `priority` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`providerid`), UNIQUE KEY `tagoption` (`tagoption`), KEY `priority` (`priority`), KEY `provider` (`provider`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bbcode_video` -- LOCK TABLES `bbcode_video` WRITE; /*!40000 ALTER TABLE `bbcode_video` DISABLE KEYS */; INSERT INTO `bbcode_video` VALUES (1,'hulu','Hulu','http://www.hulu.com','http:\\/\\/www\\.hulu\\.com\\/watch\\/','<link rel=\"video_src\" href=\"http://www.hulu.com/embed/([^\"]+)\"','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />512</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />296</vb:if>\" data=\"http://www.hulu.com/embed/{vb:raw code}\">\r\n <param name=\"movie\" value=\"http://www.hulu.com/embed/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <!--[if IE 6]>\r\n <embed width=\"512\" height=\"296\" type=\"application/x-shockwave-flash\" src=\"http://www.hulu.com/embed/{vb:raw code}\" />\r\n <![endif]--></object>',0),(2,'youtube','YouTube (Long)','http://www.youtube.com','https?:\\/\\/www\\.youtube\\.com\\/watch\\?.*v=([a-z0-9-_]+)','','<iframe class=\"restrain\" title=\"YouTube video player\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />640</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />390</vb:if>\" src=\"//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw vboptions.player_wmode}&autoplay=1\"></iframe>',0),(3,'youtube_share','YouTube (Short)','http://youtu.be','http:\\/\\/youtu\\.be\\/([a-z0-9\\-_]+)','','<iframe class=\"restrain\" title=\"YouTube video player\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />640</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />390</vb:if>\" src=\"//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw vboptions.player_wmode}&autoplay=1\"></iframe>',0),(4,'vimeo','Vimeo','http://www.vimeo.com','http:\\/\\/(?:www\\.)?vimeo\\.com\\/([0-9]+)','','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />640</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />360</vb:if>\" data=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}&autoplay=1\">\r\n <param name=\"movie\" value=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <!--[if IE 6]>\r\n <embed width=\"640\" height=\"360\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}&autoplay=1\" />\r\n <![endif]--></object>',0),(5,'dailymotion','Dailymotion','http://www.dailymotion.com','http:\\/\\/www\\.dailymotion\\.com(?:\\/[^\\/]+)?\\/video\\/([a-z0-9]+)','','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />420</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />339</vb:if>\" data=\"http://www.dailymotion.com/swf/{vb:raw code}?autoPlay=1\">\r\n <param name=\"movie\" value=\"http://www.dailymotion.com/swf/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <!--[if IE 6]>\r\n <embed width=\"420\" height=\"339\" type=\"application/x-shockwave-flash\" src=\"http://www.dailymotion.com/swf/{vb:raw code}?autoPlay=1\" />\r\n <![endif]--></object>',0),(6,'metacafe','Metacafe','http://www.metacafe.com','http:\\/\\/www\\.metacafe\\.com\\/watch\\/([0-9a-z_\\-\\/]+)','','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />400</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />345</vb:if>\" data=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\">\r\n <param name=\"movie\" value=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <param name=\"flashVars\" value=\"playerVars=autoPlay=yes\" />\r\n <!--[if IE 6]>\r\n <embed width=\"400\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\" flashVars=\"playerVars=autoPlay=yes\"/>\r\n <![endif]--></object>',0),(7,'google','Google','http://video.google.com','http:\\/\\/video\\.google\\.com\\/videoplay\\?docid=([0-9\\-]+)','','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />400</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />326</vb:if>\" data=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}&autoplay=1\">\r\n <param name=\"movie\" value=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <!--[if IE 6]>\r\n <embed width=\"400\" height=\"326\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}&autoplay=1\" />\r\n <![endif]--></object>',0),(8,'facebook','facebook','http://www.facebook.com','https?:\\/\\/www\\.facebook\\.com\\/(?:video\\/video|photo)\\.php\\?v=([0-9]+)','','<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"<vb:if condition=\"isset($width) AND $width > 0\">{vb:raw width}<vb:else />576</vb:if>\" height=\"<vb:if condition=\"$height\">{vb:raw height}<vb:else />432</vb:if>\" data=\"http://www.facebook.com/v/{vb:raw code}\">\r\n <param name=\"movie\" value=\"http://www.facebook.com/v/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"{vb:raw vboptions.player_wmode}\" />\r\n <!--[if IE 6]>\r\n <embed width=\"576\" height=\"432\" type=\"application/x-shockwave-flash\" src=\"http://www.facebook.com/v/{vb:raw code}\" />\r\n <![endif]--></object>',0); /*!40000 ALTER TABLE `bbcode_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookmarksite` -- DROP TABLE IF EXISTS `bookmarksite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bookmarksite` ( `bookmarksiteid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `iconpath` varchar(250) NOT NULL default '', `active` smallint(5) unsigned NOT NULL default '0', `displayorder` int(10) unsigned NOT NULL default '0', `url` varchar(250) NOT NULL default '', `utf8encode` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`bookmarksiteid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bookmarksite` -- LOCK TABLES `bookmarksite` WRITE; /*!40000 ALTER TABLE `bookmarksite` DISABLE KEYS */; INSERT INTO `bookmarksite` VALUES (1,'Digg','bookmarksite_digg.gif',1,10,'http://digg.com/submit?phase=2&url={URL}&title={TITLE}',0),(2,'del.icio.us','bookmarksite_delicious.gif',1,20,'http://del.icio.us/post?url={URL}&title={TITLE}',0),(3,'StumbleUpon','bookmarksite_stumbleupon.gif',1,30,'http://www.stumbleupon.com/submit?url={URL}&title={TITLE}',0),(4,'Google','bookmarksite_google.gif',1,40,'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={URL}&title={TITLE}',0); /*!40000 ALTER TABLE `bookmarksite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache` -- DROP TABLE IF EXISTS `cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache` ( `cacheid` varbinary(64) NOT NULL, `expires` int(10) unsigned NOT NULL, `created` int(10) unsigned NOT NULL, `locktime` int(10) unsigned NOT NULL, `serialized` enum('0','1') NOT NULL default '0', `data` mediumtext, PRIMARY KEY (`cacheid`), KEY `expires` (`expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache` -- LOCK TABLES `cache` WRITE; /*!40000 ALTER TABLE `cache` DISABLE KEYS */; INSERT INTO `cache` VALUES ('d2ff5b1b76fa412e454b18eada8938c9',0,1399996509,0,'1','a:14:{s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('vB_CommonRoutes',1400082909,1399996509,0,'1','a:7:{s:0:\"\";a:14:{s:7:\"routeid\";s:1:\"4\";s:4:\"name\";s:4:\"home\";s:11:\"redirect301\";N;s:6:\"prefix\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:51:\"a:2:{s:9:\"channelid\";s:1:\"1\";s:6:\"pageid\";s:1:\"1\";}\";s:9:\"contentid\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a4ad0.58738735\";s:6:\"length\";i:0;}s:5:\"forum\";a:14:{s:7:\"routeid\";s:2:\"45\";s:4:\"name\";N;s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"forum\";s:5:\"regex\";s:34:\"forum(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:77:\"a:3:{s:9:\"channelid\";s:1:\"2\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:30;}\";s:9:\"contentid\";s:1:\"2\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-5372400bf2b822.23480753\";s:6:\"length\";i:5;}s:16:\"forum/main-forum\";a:14:{s:7:\"routeid\";s:2:\"47\";s:4:\"name\";N;s:11:\"redirect301\";N;s:6:\"prefix\";s:16:\"forum/main-forum\";s:5:\"regex\";s:45:\"forum/main-forum(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:77:\"a:3:{s:9:\"channelid\";s:1:\"3\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:32;}\";s:9:\"contentid\";s:1:\"3\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-5372400d55c558.98232494\";s:6:\"length\";i:16;}s:5:\"blogs\";a:14:{s:7:\"routeid\";s:2:\"31\";s:4:\"name\";s:4:\"blog\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"blogs\";s:5:\"regex\";s:34:\"blogs(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"4\";s:6:\"pageid\";s:2:\"17\";}\";s:9:\"contentid\";s:2:\"17\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909926\";s:6:\"length\";i:5;}s:13:\"social-groups\";a:14:{s:7:\"routeid\";s:2:\"35\";s:4:\"name\";s:6:\"sghome\";s:11:\"redirect301\";N;s:6:\"prefix\";s:13:\"social-groups\";s:5:\"regex\";s:42:\"social-groups(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"5\";s:6:\"pageid\";s:2:\"21\";}\";s:9:\"contentid\";s:2:\"21\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdac93742a5.43676037\";s:6:\"length\";i:13;}s:24:\"special/visitor-messages\";a:14:{s:7:\"routeid\";s:2:\"49\";s:4:\"name\";N;s:11:\"redirect301\";N;s:6:\"prefix\";s:24:\"special/visitor-messages\";s:5:\"regex\";s:53:\"special/visitor-messages(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:77:\"a:3:{s:9:\"channelid\";s:1:\"8\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:34;}\";s:9:\"contentid\";s:1:\"8\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-5372400ec00140.19661515\";s:6:\"length\";i:24;}s:24:\"special/private-messages\";a:14:{s:7:\"routeid\";s:2:\"51\";s:4:\"name\";N;s:11:\"redirect301\";N;s:6:\"prefix\";s:24:\"special/private-messages\";s:5:\"regex\";s:53:\"special/private-messages(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:77:\"a:3:{s:9:\"channelid\";s:1:\"9\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:36;}\";s:9:\"contentid\";s:1:\"9\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-5372400ff11ce3.29505440\";s:6:\"length\";i:24;}}'),('vb_types.types',0,1399996509,0,'1','a:27:{i:0;a:9:{s:9:\"classtype\";s:7:\"package\";s:6:\"typeid\";s:1:\"1\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:9:\"vbulletin\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:7:\"vBForum\";s:12:\"isaggregator\";s:2:\"-1\";s:9:\"cansearch\";s:2:\"-1\";s:9:\"canattach\";s:2:\"-1\";}i:1;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"1\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:4:\"Post\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"1\";}i:2;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"2\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:6:\"Thread\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:3;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"3\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:5:\"Forum\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:4;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"4\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:12:\"Announcement\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:5;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"5\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:18:\"SocialGroupMessage\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:6;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"6\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:21:\"SocialGroupDiscussion\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:7;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"7\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:11:\"SocialGroup\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"1\";}i:8;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"8\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:5:\"Album\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"1\";}i:9;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:1:\"9\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:7:\"Picture\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:10;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"10\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:14:\"PictureComment\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:11;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"11\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:14:\"VisitorMessage\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:12;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"12\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:4:\"User\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:13;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"13\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:5:\"Event\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:14;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"14\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:8:\"Calendar\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:15;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"15\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:6:\"Attach\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"1\";}i:16;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"16\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:5:\"Photo\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"1\";}i:17;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"22\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:4:\"Text\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"1\";}i:18;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"23\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:7:\"Channel\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:19;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"24\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:4:\"Poll\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"0\";}i:20;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"25\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:7:\"Gallery\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"1\";}i:21;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"26\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:5:\"Video\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"1\";}i:22;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"27\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:14:\"PrivateMessage\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"0\";}i:23;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"28\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:4:\"Link\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canattach\";s:1:\"1\";}i:24;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"29\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:6:\"Report\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:25;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"30\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:8:\"Redirect\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}i:26;a:9:{s:9:\"classtype\";s:11:\"contenttype\";s:6:\"typeid\";s:2:\"31\";s:9:\"packageid\";s:1:\"1\";s:9:\"productid\";s:1:\"1\";s:7:\"enabled\";s:1:\"1\";s:5:\"class\";s:10:\"Infraction\";s:12:\"isaggregator\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canattach\";s:1:\"0\";}}'),('vB_NamedRoutes',1400083049,1399996649,0,'1','a:2:{s:4:\"name\";a:32:{s:4:\"home\";a:13:{s:7:\"routeid\";s:1:\"4\";s:4:\"name\";s:4:\"home\";s:11:\"redirect301\";N;s:6:\"prefix\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:51:\"a:2:{s:9:\"channelid\";s:1:\"1\";s:6:\"pageid\";s:1:\"1\";}\";s:9:\"contentid\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a4ad0.58738735\";}s:8:\"register\";a:13:{s:7:\"routeid\";s:2:\"13\";s:4:\"name\";s:8:\"register\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"register\";s:5:\"regex\";s:8:\"register\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:64:\"a:3:{s:7:\"noindex\";b:1;s:8:\"nofollow\";b:1;s:6:\"pageid\";s:1:\"3\";}\";s:9:\"contentid\";s:1:\"3\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635711\";}s:6:\"lostpw\";a:13:{s:7:\"routeid\";s:2:\"14\";s:4:\"name\";s:6:\"lostpw\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"lostpw\";s:5:\"regex\";s:6:\"lostpw\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"4\";}\";s:9:\"contentid\";s:1:\"4\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635712\";}s:10:\"contact-us\";a:13:{s:7:\"routeid\";s:2:\"15\";s:4:\"name\";s:10:\"contact-us\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"contact-us\";s:5:\"regex\";s:10:\"contact-us\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"5\";}\";s:9:\"contentid\";s:1:\"5\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635713\";}s:4:\"help\";a:13:{s:7:\"routeid\";s:2:\"16\";s:4:\"name\";s:4:\"help\";s:11:\"redirect301\";N;s:6:\"prefix\";s:4:\"help\";s:5:\"regex\";s:4:\"help\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"6\";}\";s:9:\"contentid\";s:1:\"6\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635714\";}s:7:\"profile\";a:13:{s:7:\"routeid\";s:2:\"17\";s:4:\"name\";s:7:\"profile\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:139:\"member/(?P<userid>[0-9]+)(?P<username>(-[^\\?/]*)*)(?:/(?P<tab>activities|subscribed|about|media|infractions))?(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Profile\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:104:\"a:4:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:1:\"8\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a7315.96817600\";}s:9:\"editphoto\";a:13:{s:7:\"routeid\";s:2:\"19\";s:4:\"name\";s:9:\"editphoto\";s:11:\"redirect301\";N;s:6:\"prefix\";s:9:\"editphoto\";s:5:\"regex\";s:9:\"editphoto\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"10\";}\";s:9:\"contentid\";s:2:\"10\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a7b06.81753708\";}s:15:\"advanced_search\";a:13:{s:7:\"routeid\";s:2:\"20\";s:4:\"name\";s:15:\"advanced_search\";s:11:\"redirect301\";N;s:6:\"prefix\";s:15:\"advanced_search\";s:5:\"regex\";s:15:\"advanced_search\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:6:\"search\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"2\";}\";s:9:\"contentid\";s:1:\"2\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8335.81846640\";}s:14:\"online_details\";a:13:{s:7:\"routeid\";s:2:\"21\";s:4:\"name\";s:14:\"online_details\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"online\";s:5:\"regex\";s:6:\"online\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"7\";}\";s:9:\"contentid\";s:1:\"7\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8725.49820977\";}s:8:\"settings\";a:13:{s:7:\"routeid\";s:2:\"22\";s:4:\"name\";s:8:\"settings\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"settings\";s:5:\"regex\";s:69:\"settings/(?P<tab>profile|account|privacy|notifications|subscriptions)\";s:5:\"class\";s:18:\"vB5_Route_Settings\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:49:\"a:2:{s:3:\"tab\";s:4:\"$tab\";s:6:\"pageid\";s:2:\"11\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a9307.24480802\";}s:5:\"media\";a:13:{s:7:\"routeid\";s:2:\"23\";s:4:\"name\";s:5:\"media\";s:11:\"redirect301\";N;s:6:\"prefix\";s:11:\"uploadmedia\";s:5:\"regex\";s:11:\"uploadmedia\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"9\";}\";s:9:\"contentid\";s:1:\"9\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a9ee3.66723601\";}s:6:\"search\";a:13:{s:7:\"routeid\";s:2:\"24\";s:4:\"name\";s:6:\"search\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"search\";s:5:\"regex\";s:6:\"search\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:6:\"search\";s:6:\"action\";s:7:\"results\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"12\";}\";s:9:\"contentid\";s:2:\"12\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa3b7.75359902\";}s:7:\"admincp\";a:13:{s:7:\"routeid\";s:2:\"25\";s:4:\"name\";s:7:\"admincp\";s:11:\"redirect301\";N;s:6:\"prefix\";s:7:\"admincp\";s:5:\"regex\";s:33:\"admincp/(?P<file>[a-zA-Z0-9_.-]*)\";s:5:\"class\";s:17:\"vB5_Route_Admincp\";s:10:\"controller\";s:5:\"relay\";s:6:\"action\";s:7:\"admincp\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:29:\"a:1:{s:4:\"file\";s:5:\"$file\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa7c8.79724467\";}s:5:\"modcp\";a:13:{s:7:\"routeid\";s:2:\"26\";s:4:\"name\";s:5:\"modcp\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"modcp\";s:5:\"regex\";s:31:\"modcp/(?P<file>[a-zA-Z0-9_.-]*)\";s:5:\"class\";s:15:\"vB5_Route_Modcp\";s:10:\"controller\";s:5:\"relay\";s:6:\"action\";s:5:\"modcp\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:29:\"a:1:{s:4:\"file\";s:5:\"$file\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa7c8.79724488\";}s:14:\"privatemessage\";a:13:{s:7:\"routeid\";s:2:\"27\";s:4:\"name\";s:14:\"privatemessage\";s:11:\"redirect301\";N;s:6:\"prefix\";s:14:\"privatemessage\";s:5:\"regex\";s:62:\"privatemessage/(?P<action>[A-Za-z0-9_-]+)(?P<params>(/[^?]+)*)\";s:5:\"class\";s:24:\"vB5_Route_PrivateMessage\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"13\";}\";s:9:\"contentid\";s:2:\"13\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909921\";}s:12:\"subscription\";a:13:{s:7:\"routeid\";s:2:\"28\";s:4:\"name\";s:12:\"subscription\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:119:\"member/(?P<userid>[0-9]+)(?P<username>(-[^?]*)*)/(?P<tab>subscriptions|subscribers|groups)(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:22:\"vB5_Route_Subscription\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:123:\"a:5:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"noindex\";b:1;s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:2:\"14\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909922\";}s:5:\"album\";a:13:{s:7:\"routeid\";s:2:\"29\";s:4:\"name\";s:5:\"album\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"album\";s:5:\"regex\";s:78:\"album/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)\";s:5:\"class\";s:15:\"vB5_Route_Album\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"15\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909923\";}s:14:\"visitormessage\";a:13:{s:7:\"routeid\";s:2:\"30\";s:4:\"name\";s:14:\"visitormessage\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:137:\"member/(?P<userid>[0-9]+)(?P<username>(-[^?/]*)*)/visitormessage/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)\";s:5:\"class\";s:24:\"vB5_Route_VisitorMessage\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"16\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909924\";}s:4:\"blog\";a:13:{s:7:\"routeid\";s:2:\"31\";s:4:\"name\";s:4:\"blog\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"blogs\";s:5:\"regex\";s:34:\"blogs(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"4\";s:6:\"pageid\";s:2:\"17\";}\";s:9:\"contentid\";s:2:\"17\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909926\";}s:9:\"blogadmin\";a:13:{s:7:\"routeid\";s:2:\"32\";s:4:\"name\";s:9:\"blogadmin\";s:11:\"redirect301\";N;s:6:\"prefix\";s:9:\"blogadmin\";s:5:\"regex\";s:116:\"blogadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<blogaction>([a-z^/]*)*)\";s:5:\"class\";s:19:\"vB5_Route_Blogadmin\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:105:\"a:4:{s:6:\"pageid\";s:2:\"18\";s:6:\"nodeid\";i:0;s:10:\"blogaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}\";s:9:\"contentid\";s:2:\"18\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909925\";}s:11:\"new-content\";a:13:{s:7:\"routeid\";s:2:\"33\";s:4:\"name\";s:11:\"new-content\";s:11:\"redirect301\";N;s:6:\"prefix\";s:11:\"new-content\";s:5:\"regex\";s:30:\"new-content/(?P<nodeid>[0-9]+)\";s:5:\"class\";s:20:\"vB5_Route_Newcontent\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"19\";}\";s:9:\"contentid\";s:2:\"19\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdaad6aac05.50902379\";}s:7:\"sgadmin\";a:13:{s:7:\"routeid\";s:2:\"34\";s:4:\"name\";s:7:\"sgadmin\";s:11:\"redirect301\";N;s:6:\"prefix\";s:7:\"sgadmin\";s:5:\"regex\";s:112:\"sgadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<sgaction>([a-z^/]*)*)\";s:5:\"class\";s:17:\"vB5_Route_SGAdmin\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:102:\"a:4:{s:6:\"pageid\";s:2:\"20\";s:6:\"nodeid\";i:0;s:8:\"sgaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909980\";}s:6:\"sghome\";a:13:{s:7:\"routeid\";s:2:\"35\";s:4:\"name\";s:6:\"sghome\";s:11:\"redirect301\";N;s:6:\"prefix\";s:13:\"social-groups\";s:5:\"regex\";s:42:\"social-groups(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"5\";s:6:\"pageid\";s:2:\"21\";}\";s:9:\"contentid\";s:2:\"21\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdac93742a5.43676037\";}s:17:\"sgcategorylisting\";a:13:{s:7:\"routeid\";s:2:\"36\";s:4:\"name\";s:17:\"sgcategorylisting\";s:11:\"redirect301\";N;s:6:\"prefix\";s:15:\"sguncategorized\";s:5:\"regex\";s:44:\"sguncategorized(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"6\";s:6:\"pageid\";s:2:\"22\";}\";s:9:\"contentid\";s:1:\"6\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-sgcatlistaac05.50909983\";}s:12:\"activateuser\";a:13:{s:7:\"routeid\";s:2:\"37\";s:4:\"name\";s:12:\"activateuser\";s:11:\"redirect301\";N;s:6:\"prefix\";s:12:\"activateuser\";s:5:\"regex\";s:12:\"activateuser\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"23\";}\";s:9:\"contentid\";s:2:\"23\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909984\";}s:13:\"activateemail\";a:13:{s:7:\"routeid\";s:2:\"38\";s:4:\"name\";s:13:\"activateemail\";s:11:\"redirect301\";N;s:6:\"prefix\";s:13:\"activateemail\";s:5:\"regex\";s:13:\"activateemail\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"24\";}\";s:9:\"contentid\";s:2:\"24\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909985\";}s:10:\"coppa-form\";a:13:{s:7:\"routeid\";s:2:\"39\";s:4:\"name\";s:10:\"coppa-form\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"coppa-form\";s:5:\"regex\";s:10:\"coppa-form\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"25\";}\";s:9:\"contentid\";s:2:\"25\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909986\";}s:4:\"node\";a:13:{s:7:\"routeid\";s:2:\"40\";s:4:\"name\";s:4:\"node\";s:11:\"redirect301\";N;s:6:\"prefix\";s:4:\"node\";s:5:\"regex\";s:23:\"node/(?P<nodeid>[0-9]+)\";s:5:\"class\";s:14:\"vB5_Route_Node\";s:10:\"controller\";s:0:\"\";s:6:\"action\";s:0:\"\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:33:\"a:1:{s:6:\"nodeid\";s:7:\"$nodeid\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909987\";}s:12:\"css-examples\";a:13:{s:7:\"routeid\";s:2:\"41\";s:4:\"name\";s:12:\"css-examples\";s:11:\"redirect301\";N;s:6:\"prefix\";s:20:\"special/css-examples\";s:5:\"regex\";s:20:\"special/css-examples\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:53:\"a:2:{s:9:\"channelid\";s:2:\"13\";s:6:\"pageid\";s:2:\"26\";}\";s:9:\"contentid\";s:2:\"26\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-513e559445fc66.10550504\";}s:11:\"member_list\";a:13:{s:7:\"routeid\";s:2:\"42\";s:4:\"name\";s:11:\"member_list\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"memberlist\";s:5:\"regex\";s:10:\"memberlist\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"27\";}\";s:9:\"contentid\";s:2:\"27\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8725.49820978\";}s:13:\"articles-home\";a:13:{s:7:\"routeid\";s:2:\"43\";s:4:\"name\";s:13:\"articles-home\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"articles\";s:5:\"regex\";s:37:\"articles(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:82:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"28\";}\";s:9:\"contentid\";s:2:\"14\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:42:\"vbulletin-r-cmshome5229f999bcb705.52472433\";}s:30:\"articles-uncategorized-article\";a:13:{s:7:\"routeid\";s:2:\"44\";s:4:\"name\";s:30:\"articles-uncategorized-article\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"articles\";s:5:\"regex\";s:157:\"articles/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= \\[\\]]*)*)(?:/contentpage(?P<contentpagenum>[0-9]+))?(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Article\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:154:\"a:5:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:14:\"contentpagenum\";s:15:\"$contentpagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"29\";}\";s:9:\"contentid\";s:2:\"14\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:45:\"vbulletin-r-cmsarticle522a1d420a59e1.65940114\";}}s:7:\"routeid\";a:32:{i:4;a:13:{s:7:\"routeid\";s:1:\"4\";s:4:\"name\";s:4:\"home\";s:11:\"redirect301\";N;s:6:\"prefix\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:51:\"a:2:{s:9:\"channelid\";s:1:\"1\";s:6:\"pageid\";s:1:\"1\";}\";s:9:\"contentid\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a4ad0.58738735\";}i:13;a:13:{s:7:\"routeid\";s:2:\"13\";s:4:\"name\";s:8:\"register\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"register\";s:5:\"regex\";s:8:\"register\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:64:\"a:3:{s:7:\"noindex\";b:1;s:8:\"nofollow\";b:1;s:6:\"pageid\";s:1:\"3\";}\";s:9:\"contentid\";s:1:\"3\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635711\";}i:14;a:13:{s:7:\"routeid\";s:2:\"14\";s:4:\"name\";s:6:\"lostpw\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"lostpw\";s:5:\"regex\";s:6:\"lostpw\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"4\";}\";s:9:\"contentid\";s:1:\"4\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635712\";}i:15;a:13:{s:7:\"routeid\";s:2:\"15\";s:4:\"name\";s:10:\"contact-us\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"contact-us\";s:5:\"regex\";s:10:\"contact-us\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"5\";}\";s:9:\"contentid\";s:1:\"5\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635713\";}i:16;a:13:{s:7:\"routeid\";s:2:\"16\";s:4:\"name\";s:4:\"help\";s:11:\"redirect301\";N;s:6:\"prefix\";s:4:\"help\";s:5:\"regex\";s:4:\"help\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"6\";}\";s:9:\"contentid\";s:1:\"6\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a6f13.66635714\";}i:17;a:13:{s:7:\"routeid\";s:2:\"17\";s:4:\"name\";s:7:\"profile\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:139:\"member/(?P<userid>[0-9]+)(?P<username>(-[^\\?/]*)*)(?:/(?P<tab>activities|subscribed|about|media|infractions))?(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Profile\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:104:\"a:4:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:1:\"8\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a7315.96817600\";}i:19;a:13:{s:7:\"routeid\";s:2:\"19\";s:4:\"name\";s:9:\"editphoto\";s:11:\"redirect301\";N;s:6:\"prefix\";s:9:\"editphoto\";s:5:\"regex\";s:9:\"editphoto\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"10\";}\";s:9:\"contentid\";s:2:\"10\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a7b06.81753708\";}i:20;a:13:{s:7:\"routeid\";s:2:\"20\";s:4:\"name\";s:15:\"advanced_search\";s:11:\"redirect301\";N;s:6:\"prefix\";s:15:\"advanced_search\";s:5:\"regex\";s:15:\"advanced_search\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:6:\"search\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"2\";}\";s:9:\"contentid\";s:1:\"2\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8335.81846640\";}i:21;a:13:{s:7:\"routeid\";s:2:\"21\";s:4:\"name\";s:14:\"online_details\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"online\";s:5:\"regex\";s:6:\"online\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"7\";}\";s:9:\"contentid\";s:1:\"7\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8725.49820977\";}i:22;a:13:{s:7:\"routeid\";s:2:\"22\";s:4:\"name\";s:8:\"settings\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"settings\";s:5:\"regex\";s:69:\"settings/(?P<tab>profile|account|privacy|notifications|subscriptions)\";s:5:\"class\";s:18:\"vB5_Route_Settings\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:49:\"a:2:{s:3:\"tab\";s:4:\"$tab\";s:6:\"pageid\";s:2:\"11\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a9307.24480802\";}i:23;a:13:{s:7:\"routeid\";s:2:\"23\";s:4:\"name\";s:5:\"media\";s:11:\"redirect301\";N;s:6:\"prefix\";s:11:\"uploadmedia\";s:5:\"regex\";s:11:\"uploadmedia\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:27:\"a:1:{s:6:\"pageid\";s:1:\"9\";}\";s:9:\"contentid\";s:1:\"9\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a9ee3.66723601\";}i:24;a:13:{s:7:\"routeid\";s:2:\"24\";s:4:\"name\";s:6:\"search\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"search\";s:5:\"regex\";s:6:\"search\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:6:\"search\";s:6:\"action\";s:7:\"results\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"12\";}\";s:9:\"contentid\";s:2:\"12\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa3b7.75359902\";}i:25;a:13:{s:7:\"routeid\";s:2:\"25\";s:4:\"name\";s:7:\"admincp\";s:11:\"redirect301\";N;s:6:\"prefix\";s:7:\"admincp\";s:5:\"regex\";s:33:\"admincp/(?P<file>[a-zA-Z0-9_.-]*)\";s:5:\"class\";s:17:\"vB5_Route_Admincp\";s:10:\"controller\";s:5:\"relay\";s:6:\"action\";s:7:\"admincp\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:29:\"a:1:{s:4:\"file\";s:5:\"$file\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa7c8.79724467\";}i:26;a:13:{s:7:\"routeid\";s:2:\"26\";s:4:\"name\";s:5:\"modcp\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"modcp\";s:5:\"regex\";s:31:\"modcp/(?P<file>[a-zA-Z0-9_.-]*)\";s:5:\"class\";s:15:\"vB5_Route_Modcp\";s:10:\"controller\";s:5:\"relay\";s:6:\"action\";s:5:\"modcp\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:29:\"a:1:{s:4:\"file\";s:5:\"$file\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aa7c8.79724488\";}i:27;a:13:{s:7:\"routeid\";s:2:\"27\";s:4:\"name\";s:14:\"privatemessage\";s:11:\"redirect301\";N;s:6:\"prefix\";s:14:\"privatemessage\";s:5:\"regex\";s:62:\"privatemessage/(?P<action>[A-Za-z0-9_-]+)(?P<params>(/[^?]+)*)\";s:5:\"class\";s:24:\"vB5_Route_PrivateMessage\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"13\";}\";s:9:\"contentid\";s:2:\"13\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909921\";}i:28;a:13:{s:7:\"routeid\";s:2:\"28\";s:4:\"name\";s:12:\"subscription\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:119:\"member/(?P<userid>[0-9]+)(?P<username>(-[^?]*)*)/(?P<tab>subscriptions|subscribers|groups)(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:22:\"vB5_Route_Subscription\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:123:\"a:5:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"noindex\";b:1;s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:2:\"14\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909922\";}i:29;a:13:{s:7:\"routeid\";s:2:\"29\";s:4:\"name\";s:5:\"album\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"album\";s:5:\"regex\";s:78:\"album/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)\";s:5:\"class\";s:15:\"vB5_Route_Album\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"15\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909923\";}i:30;a:13:{s:7:\"routeid\";s:2:\"30\";s:4:\"name\";s:14:\"visitormessage\";s:11:\"redirect301\";N;s:6:\"prefix\";s:6:\"member\";s:5:\"regex\";s:137:\"member/(?P<userid>[0-9]+)(?P<username>(-[^?/]*)*)/visitormessage/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)\";s:5:\"class\";s:24:\"vB5_Route_VisitorMessage\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"16\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909924\";}i:31;a:13:{s:7:\"routeid\";s:2:\"31\";s:4:\"name\";s:4:\"blog\";s:11:\"redirect301\";N;s:6:\"prefix\";s:5:\"blogs\";s:5:\"regex\";s:34:\"blogs(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"4\";s:6:\"pageid\";s:2:\"17\";}\";s:9:\"contentid\";s:2:\"17\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909926\";}i:32;a:13:{s:7:\"routeid\";s:2:\"32\";s:4:\"name\";s:9:\"blogadmin\";s:11:\"redirect301\";N;s:6:\"prefix\";s:9:\"blogadmin\";s:5:\"regex\";s:116:\"blogadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<blogaction>([a-z^/]*)*)\";s:5:\"class\";s:19:\"vB5_Route_Blogadmin\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:105:\"a:4:{s:6:\"pageid\";s:2:\"18\";s:6:\"nodeid\";i:0;s:10:\"blogaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}\";s:9:\"contentid\";s:2:\"18\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909925\";}i:33;a:13:{s:7:\"routeid\";s:2:\"33\";s:4:\"name\";s:11:\"new-content\";s:11:\"redirect301\";N;s:6:\"prefix\";s:11:\"new-content\";s:5:\"regex\";s:30:\"new-content/(?P<nodeid>[0-9]+)\";s:5:\"class\";s:20:\"vB5_Route_Newcontent\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:55:\"a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"19\";}\";s:9:\"contentid\";s:2:\"19\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdaad6aac05.50902379\";}i:34;a:13:{s:7:\"routeid\";s:2:\"34\";s:4:\"name\";s:7:\"sgadmin\";s:11:\"redirect301\";N;s:6:\"prefix\";s:7:\"sgadmin\";s:5:\"regex\";s:112:\"sgadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<sgaction>([a-z^/]*)*)\";s:5:\"class\";s:17:\"vB5_Route_SGAdmin\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:102:\"a:4:{s:6:\"pageid\";s:2:\"20\";s:6:\"nodeid\";i:0;s:8:\"sgaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909980\";}i:35;a:13:{s:7:\"routeid\";s:2:\"35\";s:4:\"name\";s:6:\"sghome\";s:11:\"redirect301\";N;s:6:\"prefix\";s:13:\"social-groups\";s:5:\"regex\";s:42:\"social-groups(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"5\";s:6:\"pageid\";s:2:\"21\";}\";s:9:\"contentid\";s:2:\"21\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdac93742a5.43676037\";}i:36;a:13:{s:7:\"routeid\";s:2:\"36\";s:4:\"name\";s:17:\"sgcategorylisting\";s:11:\"redirect301\";N;s:6:\"prefix\";s:15:\"sguncategorized\";s:5:\"regex\";s:44:\"sguncategorized(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:81:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"6\";s:6:\"pageid\";s:2:\"22\";}\";s:9:\"contentid\";s:1:\"6\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-sgcatlistaac05.50909983\";}i:37;a:13:{s:7:\"routeid\";s:2:\"37\";s:4:\"name\";s:12:\"activateuser\";s:11:\"redirect301\";N;s:6:\"prefix\";s:12:\"activateuser\";s:5:\"regex\";s:12:\"activateuser\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"23\";}\";s:9:\"contentid\";s:2:\"23\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909984\";}i:38;a:13:{s:7:\"routeid\";s:2:\"38\";s:4:\"name\";s:13:\"activateemail\";s:11:\"redirect301\";N;s:6:\"prefix\";s:13:\"activateemail\";s:5:\"regex\";s:13:\"activateemail\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"24\";}\";s:9:\"contentid\";s:2:\"24\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909985\";}i:39;a:13:{s:7:\"routeid\";s:2:\"39\";s:4:\"name\";s:10:\"coppa-form\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"coppa-form\";s:5:\"regex\";s:10:\"coppa-form\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"25\";}\";s:9:\"contentid\";s:2:\"25\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909986\";}i:40;a:13:{s:7:\"routeid\";s:2:\"40\";s:4:\"name\";s:4:\"node\";s:11:\"redirect301\";N;s:6:\"prefix\";s:4:\"node\";s:5:\"regex\";s:23:\"node/(?P<nodeid>[0-9]+)\";s:5:\"class\";s:14:\"vB5_Route_Node\";s:10:\"controller\";s:0:\"\";s:6:\"action\";s:0:\"\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:33:\"a:1:{s:6:\"nodeid\";s:7:\"$nodeid\";}\";s:9:\"contentid\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6aac05.50909987\";}i:41;a:13:{s:7:\"routeid\";s:2:\"41\";s:4:\"name\";s:12:\"css-examples\";s:11:\"redirect301\";N;s:6:\"prefix\";s:20:\"special/css-examples\";s:5:\"regex\";s:20:\"special/css-examples\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:53:\"a:2:{s:9:\"channelid\";s:2:\"13\";s:6:\"pageid\";s:2:\"26\";}\";s:9:\"contentid\";s:2:\"26\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-513e559445fc66.10550504\";}i:42;a:13:{s:7:\"routeid\";s:2:\"42\";s:4:\"name\";s:11:\"member_list\";s:11:\"redirect301\";N;s:6:\"prefix\";s:10:\"memberlist\";s:5:\"regex\";s:10:\"memberlist\";s:5:\"class\";s:14:\"vB5_Route_Page\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:28:\"a:1:{s:6:\"pageid\";s:2:\"27\";}\";s:9:\"contentid\";s:2:\"27\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:33:\"vbulletin-4ecbdacd6a8725.49820978\";}i:43;a:13:{s:7:\"routeid\";s:2:\"43\";s:4:\"name\";s:13:\"articles-home\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"articles\";s:5:\"regex\";s:37:\"articles(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Channel\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:82:\"a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"28\";}\";s:9:\"contentid\";s:2:\"14\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:42:\"vbulletin-r-cmshome5229f999bcb705.52472433\";}i:44;a:13:{s:7:\"routeid\";s:2:\"44\";s:4:\"name\";s:30:\"articles-uncategorized-article\";s:11:\"redirect301\";N;s:6:\"prefix\";s:8:\"articles\";s:5:\"regex\";s:157:\"articles/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= \\[\\]]*)*)(?:/contentpage(?P<contentpagenum>[0-9]+))?(?:/page(?P<pagenum>[0-9]+))?\";s:5:\"class\";s:17:\"vB5_Route_Article\";s:10:\"controller\";s:4:\"page\";s:6:\"action\";s:5:\"index\";s:8:\"template\";s:0:\"\";s:9:\"arguments\";s:154:\"a:5:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:14:\"contentpagenum\";s:15:\"$contentpagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"29\";}\";s:9:\"contentid\";s:2:\"14\";s:7:\"product\";s:9:\"vbulletin\";s:4:\"guid\";s:45:\"vbulletin-r-cmsarticle522a1d420a59e1.65940114\";}}}'),('node_1_lvl1data',1400090175,1400003775,0,'1','a:53:{s:6:\"nodeid\";s:1:\"1\";s:7:\"routeid\";s:1:\"4\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";N;s:11:\"description\";s:16:\"Home Description\";s:5:\"title\";s:4:\"Home\";s:9:\"htmltitle\";s:9:\"Home Page\";s:8:\"parentid\";s:1:\"0\";s:8:\"urlident\";N;s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";N;s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:0:\"\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";N;s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:0:\"\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";}'),('channelperms_1',1400090026,1400003626,0,'1','a:5:{i:1;a:15:{s:12:\"permissionid\";s:1:\"9\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"1\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"20\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"1\";s:16:\"forumpermissions\";s:6:\"655407\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"2\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"31\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"1\";s:16:\"forumpermissions\";s:6:\"131084\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"42\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"1\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"53\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"1\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}}'),('stylevar_cache_1',0,1399996509,0,'0','a:278:{s:22:\"bbcode_code_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:18:\"bbcode_code_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:20:\"bbcode_code_fontsize\";a:3:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:8:\"datatype\";s:4:\"size\";}s:23:\"bbcode_code_line_height\";a:3:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"14\";s:8:\"datatype\";s:4:\"size\";}s:23:\"bbcode_quote_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"button_arrow_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:19:\"button_arrow_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"button_disabled_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:22:\"button_disabled_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"button_disabled_text_color\";a:2:{s:5:\"color\";s:7:\"#ADADAD\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_primary_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#37ACFE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-500\";s:8:\"datatype\";s:10:\"background\";}s:21:\"button_primary_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_primary_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#002F50\";s:8:\"datatype\";s:6:\"border\";}s:31:\"button_primary_light_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#D5E8EE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-250\";s:8:\"datatype\";s:10:\"background\";}s:27:\"button_primary_light_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:33:\"button_primary_light_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:31:\"button_primary_light_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_primary_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:27:\"button_secondary_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:23:\"button_secondary_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:29:\"button_secondary_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_secondary_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_special_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F6DBB2\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-351\";s:8:\"datatype\";s:10:\"background\";}s:21:\"button_special_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_special_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:25:\"button_special_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:32:\"contententry_autosave_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#fcf1ae\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:32:\"contententry_autosave_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:29:\"contententry_panel_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:37:\"contententry_panel_section_background\";a:13:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#FCFCFC\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:43:\"contententry_panel_section_title_background\";a:13:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E9E9E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:31:\"contententry_toolbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F3F9FB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:48:\"contententry_toolbar_button_secondary_background\";a:13:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1150\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:55:\"contententry_toolbar_button_secondary_background_active\";a:13:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1200\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:44:\"contententry_toolbar_button_secondary_border\";a:9:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"width\";s:1:\"1\";s:14:\"stylevar_width\";s:0:\"\";s:5:\"style\";s:5:\"solid\";s:14:\"stylevar_style\";s:0:\"\";s:5:\"color\";s:7:\"#A7ABAE\";s:14:\"stylevar_color\";s:0:\"\";s:8:\"datatype\";s:6:\"border\";}s:17:\"footer_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#052733\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:27:\"footer_copyright_text_color\";a:2:{s:5:\"color\";s:7:\"#272727\";s:8:\"datatype\";s:5:\"color\";}s:17:\"footer_font_style\";a:7:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:16:\"Arial,sans-serif\";s:4:\"size\";s:2:\"11\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:22:\"footer_list_item_color\";a:2:{s:5:\"color\";s:7:\"#D2D2D2\";s:8:\"datatype\";s:5:\"color\";}s:30:\"footer_list_item_divider_color\";a:2:{s:5:\"color\";s:7:\"#C2C2C2\";s:8:\"datatype\";s:5:\"color\";}s:15:\"form_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:11:\"form_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:24:\"form_dropdown_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:30:\"form_dropdown_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBEBEB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:20:\"form_dropdown_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:24:\"form_dropdown_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:30:\"form_dropdown_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:21:\"form_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:17:\"form_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:21:\"form_field_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:23:\"announcement_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F7F9EB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:19:\"announcement_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C6CD9F\";s:8:\"datatype\";s:6:\"border\";}s:23:\"announcement_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:22:\"autosuggest_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:15:\"body_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:9:\"body_font\";a:7:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:2:\"13\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:16:\"body_line_height\";a:3:{s:5:\"units\";s:0:\"\";s:4:\"size\";s:5:\"1.231\";s:8:\"datatype\";s:4:\"size\";}s:15:\"body_link_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:21:\"body_link_color_hover\";a:2:{s:5:\"color\";s:7:\"#1C6191\";s:8:\"datatype\";s:5:\"color\";}s:15:\"body_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:35:\"content_entry_box_header_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:17:\"notice_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FCF7D7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:13:\"notice_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E1D47E\";s:8:\"datatype\";s:6:\"border\";}s:17:\"notice_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:38:\"pagination_nextprev_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#CDD1D4\";s:8:\"datatype\";s:5:\"color\";}s:39:\"pagination_nextprev_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#CDD1D4\";s:8:\"datatype\";s:5:\"color\";}s:22:\"placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#556065\";s:8:\"datatype\";s:5:\"color\";}s:18:\"wrapper_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:17:\"header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:31:\"header_search_button_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:27:\"header_search_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:31:\"header_search_button_text_color\";a:2:{s:5:\"color\";s:7:\"#4D5355\";s:8:\"datatype\";s:5:\"color\";}s:30:\"header_search_input_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:26:\"header_search_input_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BDBDBD\";s:8:\"datatype\";s:6:\"border\";}s:30:\"header_search_input_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:36:\"header_search_placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#727272\";s:8:\"datatype\";s:5:\"color\";}s:27:\"header_subtabbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"header_subtabbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D3D5D6\";s:8:\"datatype\";s:6:\"border\";}s:27:\"header_subtabbar_text_color\";a:2:{s:5:\"color\";s:7:\"#13242F\";s:8:\"datatype\";s:5:\"color\";}s:33:\"header_subtabbar_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:24:\"header_tabbar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";s:8:\"datatype\";s:10:\"background\";}s:20:\"header_tabbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";s:8:\"datatype\";s:6:\"border\";}s:21:\"header_tab_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";s:8:\"datatype\";s:10:\"background\";}s:28:\"header_tab_background_active\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-950\";s:8:\"datatype\";s:10:\"background\";}s:27:\"header_tab_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2379B5\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"header_tab_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";s:8:\"datatype\";s:6:\"border\";}s:21:\"header_tab_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:28:\"header_tab_text_color_active\";a:2:{s:5:\"color\";s:7:\"#13242F\";s:8:\"datatype\";s:5:\"color\";}s:27:\"header_tab_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:17:\"header_text_color\";a:2:{s:5:\"color\";s:7:\"#F1F1F1\";s:8:\"datatype\";s:5:\"color\";}s:7:\"favicon\";a:2:{s:3:\"url\";s:11:\"favicon.ico\";s:8:\"datatype\";s:3:\"url\";}s:13:\"imgdir_attach\";a:2:{s:8:\"imagedir\";s:13:\"images/attach\";s:8:\"datatype\";s:8:\"imagedir\";}s:13:\"imgdir_button\";a:2:{s:8:\"imagedir\";s:14:\"images/buttons\";s:8:\"datatype\";s:8:\"imagedir\";}s:11:\"imgdir_misc\";a:2:{s:8:\"imagedir\";s:11:\"images/misc\";s:8:\"datatype\";s:8:\"imagedir\";}s:17:\"imgdir_statusicon\";a:2:{s:8:\"imagedir\";s:17:\"images/statusicon\";s:8:\"datatype\";s:8:\"imagedir\";}s:10:\"titleimage\";a:2:{s:3:\"url\";s:31:\"images/misc/vbulletin5_logo.png\";s:8:\"datatype\";s:3:\"url\";}s:16:\"photo_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#1D2428\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:12:\"photo_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C2C8CC\";s:8:\"datatype\";s:6:\"border\";}s:18:\"photo_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:24:\"photo_preview_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:20:\"photo_preview_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"slideshow_image_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:21:\"content_divider_color\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:19:\"diff_add_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#CCFFCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:14:\"diff_add_color\";a:2:{s:5:\"color\";s:7:\"#009900\";s:8:\"datatype\";s:5:\"color\";}s:22:\"diff_remove_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFCCCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:17:\"diff_remove_color\";a:2:{s:5:\"color\";s:7:\"#CC0000\";s:8:\"datatype\";s:5:\"color\";}s:20:\"list_item_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:4:\"#FFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:42:\"private_messages_mark_as_unread_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECF7FA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:29:\"search_result_highlight_color\";a:2:{s:5:\"color\";s:7:\"#FEF55A\";s:8:\"datatype\";s:5:\"color\";}s:21:\"section_divider_color\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:29:\"sticky_topic_background_color\";a:3:{s:5:\"color\";s:7:\"#FFFFE7\";s:14:\"stylevar_color\";s:0:\"\";s:8:\"datatype\";s:5:\"color\";}s:16:\"time_stamp_color\";a:2:{s:5:\"color\";s:7:\"#6A6A6A\";s:8:\"datatype\";s:5:\"color\";}s:28:\"tooltip_signature_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"tooltip_signature_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:17:\"topic_title_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:25:\"module_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:21:\"module_content_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CCD1D5\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:20:\"module_header_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"2\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#A2AEB3\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_header_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:30:\"module_search_list_item_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#8D9295\";s:8:\"datatype\";s:6:\"border\";}s:21:\"no_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:25:\"primary_module_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:21:\"primary_module_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:32:\"primary_module_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:32:\"primary_module_header_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:35:\"primary_module_subheader_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:31:\"primary_module_subheader_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:35:\"primary_module_subheader_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:21:\"module_tab_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:28:\"module_tab_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:17:\"module_tab_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_tab_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:21:\"module_tab_text_color\";a:2:{s:5:\"color\";s:7:\"#838789\";s:8:\"datatype\";s:5:\"color\";}s:28:\"module_tab_text_color_active\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:27:\"module_tab_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:18:\"poll_result_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9E9E9\";s:8:\"datatype\";s:6:\"border\";}s:20:\"poll_result_color_01\";a:2:{s:5:\"color\";s:7:\"#96C100\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_02\";a:2:{s:5:\"color\";s:7:\"#F7AE00\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_03\";a:2:{s:5:\"color\";s:7:\"#D72424\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_04\";a:2:{s:5:\"color\";s:7:\"#3A8DE8\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_05\";a:2:{s:5:\"color\";s:7:\"#9453A4\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_06\";a:2:{s:5:\"color\";s:7:\"#E7501D\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_07\";a:2:{s:5:\"color\";s:7:\"#47D6DC\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_08\";a:2:{s:5:\"color\";s:7:\"#4BA12A\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_09\";a:2:{s:5:\"color\";s:7:\"#9A82DF\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_10\";a:2:{s:5:\"color\";s:7:\"#F7DD00\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_11\";a:2:{s:5:\"color\";s:7:\"#45B7FF\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_12\";a:2:{s:5:\"color\";s:7:\"#F545FF\";s:8:\"datatype\";s:5:\"color\";}s:33:\"poll_result_percentage_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:27:\"poll_result_vote_count_text\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:16:\"popup_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:12:\"popup_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";s:8:\"datatype\";s:6:\"border\";}s:23:\"popup_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"popup_header_text_color\";a:2:{s:5:\"color\";s:7:\"inherit\";s:8:\"datatype\";s:5:\"color\";}s:24:\"popup_overlay_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:29:\"activity_stream_avatar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#DFDFDF\";s:8:\"datatype\";s:6:\"border\";}s:18:\"comment_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:21:\"comment_divider_color\";a:2:{s:5:\"color\";s:7:\"#D5D8DA\";s:8:\"datatype\";s:5:\"color\";}s:18:\"postbit_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#C8CCCE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:26:\"postbit_deleted_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E9D1D0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:29:\"postbit_unapproved_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E2F0CE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:11:\"post_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:27:\"post_controls_divider_color\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:37:\"post_controls_quote_active_text_color\";a:2:{s:5:\"color\";s:7:\"#FF7800\";s:8:\"datatype\";s:5:\"color\";}s:24:\"post_controls_text_color\";a:2:{s:5:\"color\";s:7:\"#696969\";s:8:\"datatype\";s:5:\"color\";}s:26:\"post_controls_votes_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D1CCCC\";s:8:\"datatype\";s:6:\"border\";}s:19:\"post_deleted_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9D1D0\";s:8:\"datatype\";s:6:\"border\";}s:17:\"post_rating_color\";a:2:{s:5:\"color\";s:7:\"#CFCFCF\";s:8:\"datatype\";s:5:\"color\";}s:19:\"post_username_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:20:\"post_user_info_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:23:\"thread_reply_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:25:\"thread_starter_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBF4F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"thread_view_avatar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:6:\"border\";}s:43:\"profcustom_navbarbuttonsecondary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:39:\"profcustom_navbarbuttonsecondary_border\";a:2:{s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:5:\"color\";}s:38:\"profcustom_navbarbuttonsecondary_color\";a:2:{s:5:\"color\";s:7:\"#343A3d\";s:8:\"datatype\";s:5:\"color\";}s:34:\"profcustom_navbarbutton_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:30:\"profcustom_navbarbutton_border\";a:2:{s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:5:\"color\";}s:29:\"profcustom_navbarbutton_color\";a:2:{s:5:\"color\";s:7:\"#343A3d\";s:8:\"datatype\";s:5:\"color\";}s:28:\"profcustom_navbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:35:\"profcustom_navbar_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"profcustom_navbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:31:\"profcustom_navbar_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:28:\"profcustom_navbar_text_color\";a:2:{s:5:\"color\";s:7:\"#838789\";s:8:\"datatype\";s:5:\"color\";}s:35:\"profcustom_navbar_text_color_active\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:36:\"profcustom_navbar_toolbar_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:32:\"profilesidebar_button_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";s:8:\"datatype\";s:10:\"background\";}s:28:\"profilesidebar_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:6:\"border\";}s:32:\"profilesidebar_button_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:31:\"profilesidebar_count_text_color\";a:2:{s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:5:\"color\";}s:33:\"profile_button_primary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";s:8:\"datatype\";s:10:\"background\";}s:35:\"profile_button_secondary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-550px\";s:8:\"datatype\";s:10:\"background\";}s:26:\"profile_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:22:\"profile_content_border\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:30:\"profile_content_divider_border\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:20:\"profile_content_font\";a:7:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:24:\"profile_content_linktext\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:27:\"profile_content_primarytext\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:29:\"profile_content_secondarytext\";a:2:{s:5:\"color\";s:7:\"#6A6A6A\";s:8:\"datatype\";s:5:\"color\";}s:26:\"profile_section_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:22:\"profile_section_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";s:8:\"datatype\";s:6:\"border\";}s:20:\"profile_section_font\";a:7:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:26:\"profile_section_text_color\";a:2:{s:5:\"color\";s:7:\"inherit\";s:8:\"datatype\";s:5:\"color\";}s:30:\"profile_settings_tab_highlight\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"4\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:6:\"border\";}s:22:\"profile_userpanel_font\";a:7:{s:5:\"units\";s:0:\"\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:1:\"0\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:27:\"profile_userpanel_linkcolor\";a:2:{s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:5:\"color\";}s:27:\"profile_userpanel_textcolor\";a:2:{s:5:\"color\";s:7:\"#09161b\";s:8:\"datatype\";s:5:\"color\";}s:22:\"side_nav_avatar_border\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:19:\"side_nav_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:26:\"side_nav_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#D3D7DA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"side_nav_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:15:\"side_nav_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:27:\"side_nav_item_border_bottom\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACFD3\";s:8:\"datatype\";s:6:\"border\";}s:24:\"side_nav_item_border_top\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:6:\"border\";}s:30:\"side_nav_number_messages_color\";a:2:{s:5:\"color\";s:7:\"#0093D2\";s:8:\"datatype\";s:5:\"color\";}s:19:\"side_nav_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:26:\"side_nav_text_color_active\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:25:\"side_nav_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:22:\"inline_edit_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2F3842\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"inline_edit_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#94B357\";s:8:\"datatype\";s:6:\"border\";}s:38:\"inline_edit_button_disabled_text_color\";a:2:{s:5:\"color\";s:7:\"#717B82\";s:8:\"datatype\";s:5:\"color\";}s:37:\"inline_edit_button_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#2A333C\";s:8:\"datatype\";s:5:\"color\";}s:38:\"inline_edit_button_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#0E1317\";s:8:\"datatype\";s:5:\"color\";}s:34:\"inline_edit_button_flat_text_color\";a:2:{s:5:\"color\";s:7:\"#F4F6F8\";s:8:\"datatype\";s:5:\"color\";}s:37:\"inline_edit_button_primary_text_color\";a:2:{s:5:\"color\";s:7:\"#2C3C12\";s:8:\"datatype\";s:5:\"color\";}s:39:\"inline_edit_button_secondary_text_color\";a:2:{s:5:\"color\";s:7:\"#323B44\";s:8:\"datatype\";s:5:\"color\";}s:24:\"inline_edit_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#1C242B\";s:8:\"datatype\";s:6:\"border\";}s:31:\"inline_edit_folder_active_color\";a:2:{s:5:\"color\";s:7:\"#E1E7EE\";s:8:\"datatype\";s:5:\"color\";}s:40:\"inline_edit_folder_inner_highlight_color\";a:2:{s:5:\"color\";s:7:\"#393C40\";s:8:\"datatype\";s:5:\"color\";}s:42:\"inline_edit_folder_text_color_active_hover\";a:2:{s:5:\"color\";s:7:\"#7A828B\";s:8:\"datatype\";s:5:\"color\";}s:27:\"inline_edit_form_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:34:\"inline_edit_header_body_text_color\";a:2:{s:5:\"color\";s:7:\"#D3D8E2\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_header_line_bottom_color\";a:2:{s:5:\"color\";s:7:\"#21282F\";s:8:\"datatype\";s:5:\"color\";}s:33:\"inline_edit_header_line_top_color\";a:2:{s:5:\"color\";s:7:\"#353E47\";s:8:\"datatype\";s:5:\"color\";}s:35:\"inline_edit_module_title_text_color\";a:2:{s:5:\"color\";s:7:\"#4DCDFF\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_popup_comment_line_color\";a:2:{s:5:\"color\";s:7:\"#3B444D\";s:8:\"datatype\";s:5:\"color\";}s:33:\"inline_edit_search_bar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#5C636B\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:40:\"inline_edit_search_bar_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECECEC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:39:\"inline_edit_search_bar_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#979B9F\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:33:\"inline_edit_search_bar_text_color\";a:2:{s:5:\"color\";s:7:\"#AAAEB2\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_search_text_active_color\";a:2:{s:5:\"color\";s:7:\"#222B34\";s:8:\"datatype\";s:5:\"color\";}s:32:\"inline_edit_subheader_text_color\";a:2:{s:5:\"color\";s:7:\"#F0FDCF\";s:8:\"datatype\";s:5:\"color\";}s:29:\"main_nav_admin_bar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F1EFF0\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-850\";s:8:\"datatype\";s:10:\"background\";}s:37:\"main_nav_admin_bar_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#C7C8C9\";s:8:\"datatype\";s:5:\"color\";}s:38:\"main_nav_admin_bar_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#FAFAFA\";s:8:\"datatype\";s:5:\"color\";}s:29:\"main_nav_admin_bar_text_color\";a:2:{s:5:\"color\";s:7:\"#4D5355\";s:8:\"datatype\";s:5:\"color\";}s:35:\"main_nav_admin_bar_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:38:\"main_nav_admin_bar_text_disabled_color\";a:2:{s:5:\"color\";s:7:\"#8E8E8E\";s:8:\"datatype\";s:5:\"color\";}s:22:\"main_nav_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEAEAE\";s:8:\"datatype\";s:6:\"border\";}s:37:\"main_nav_login_error_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFE0E0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:31:\"main_nav_login_error_text_color\";a:2:{s:5:\"color\";s:7:\"#D30000\";s:8:\"datatype\";s:5:\"color\";}s:16:\"spacing_margin_l\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:16:\"spacing_margin_m\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:16:\"spacing_margin_s\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_margin_xl\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_margin_xs\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:18:\"spacing_margin_xxl\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_padding_l\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:17:\"spacing_padding_m\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:17:\"spacing_padding_s\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"spacing_padding_xl\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"spacing_padding_xs\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:19:\"spacing_padding_xxl\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"toolbar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-100\";s:8:\"datatype\";s:10:\"background\";}s:14:\"toolbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:21:\"toolbar_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:40:\"toolbar_dropdown_background_gradient_end\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EFF3F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:42:\"toolbar_dropdown_background_gradient_start\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:23:\"toolbar_dropdown_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:30:\"toolbar_dropdown_divider_color\";a:2:{s:5:\"color\";s:7:\"#9BA3A9\";s:8:\"datatype\";s:5:\"color\";}s:27:\"toolbar_dropdown_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:34:\"toolbar_dropdown_text_color_active\";a:2:{s:5:\"color\";s:7:\"#0091C1\";s:8:\"datatype\";s:5:\"color\";}s:29:\"toolbar_form_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"toolbar_form_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:41:\"toolbar_form_field_placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#656A6D\";s:8:\"datatype\";s:5:\"color\";}s:18:\"toolbar_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}}'),('89daff14e07f854f772adef11ee6e162',0,1399996509,0,'1','a:16:{s:18:\"phrasegroup_cphome\";s:12855:\"a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('vB_ChannelStructure',1400082909,1399996509,0,'1','a:6:{i:1;a:2:{s:6:\"nodeid\";s:1:\"1\";s:5:\"title\";s:4:\"Home\";}i:2;a:2:{s:6:\"nodeid\";s:1:\"2\";s:5:\"title\";s:5:\"Forum\";}i:3;a:2:{s:6:\"nodeid\";s:1:\"3\";s:5:\"title\";s:10:\"Main Forum\";}i:14;a:2:{s:6:\"nodeid\";s:2:\"14\";s:5:\"title\";s:8:\"Articles\";}i:4;a:2:{s:6:\"nodeid\";s:1:\"4\";s:5:\"title\";s:5:\"Blogs\";}i:7;a:2:{s:6:\"nodeid\";s:1:\"7\";s:5:\"title\";s:7:\"Special\";}}'),('channelperms_6',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"1\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"12\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"23\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:4:\"1007\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"34\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"45\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"56\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"6\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"59906527\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:4:\"8760\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_8',1400090026,1400003626,0,'1','a:5:{i:1;a:15:{s:12:\"permissionid\";s:1:\"2\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"8\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"65536\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"13\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"8\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"65537\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"24\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"8\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"35\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"8\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"46\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"8\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}}'),('channelperms_11',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"3\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"14\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"25\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:10:\"2025583039\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"36\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"47\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"57\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:2:\"11\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_10',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"4\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:8:\"26216671\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"15\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:8:\"26216671\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"26\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:10:\"2025583551\";s:20:\"moderatorpermissions\";s:8:\"26216671\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"37\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"48\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"58\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:2:\"10\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:8:\"26216671\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_9',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"5\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:10:\"2025583039\";s:20:\"moderatorpermissions\";s:8:\"59771103\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"584\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"16\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:10:\"2025583039\";s:20:\"moderatorpermissions\";s:8:\"59771103\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"840\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"27\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:10:\"2025583551\";s:20:\"moderatorpermissions\";s:8:\"59771103\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"840\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"38\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"49\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"59\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"9\";s:16:\"forumpermissions\";s:10:\"2025583023\";s:20:\"moderatorpermissions\";s:8:\"59771103\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"584\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_12',1400090026,1400003626,0,'1','a:1:{i:14;a:15:{s:12:\"permissionid\";s:2:\"65\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:2:\"12\";s:16:\"forumpermissions\";s:7:\"1847315\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:1:\"1\";s:9:\"edit_time\";s:4:\"8760\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}}'),('channelperms_13',1400090026,1400003626,0,'1','a:1:{i:14;a:15:{s:12:\"permissionid\";s:2:\"66\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:2:\"13\";s:16:\"forumpermissions\";s:7:\"4075539\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:4:\"1057\";s:9:\"edit_time\";s:4:\"8760\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}}'),('channelperms_7',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"6\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"17\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"28\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:10:\"2025583551\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"32771\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"39\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"50\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"60\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"7\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_2',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"7\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:9:\"414970303\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"18\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"29\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:10:\"2025583039\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"32771\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"40\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"51\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"61\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"2\";s:16:\"forumpermissions\";s:9:\"414970287\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_5',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:1:\"8\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"522246\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"19\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"30\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:4:\"1007\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"41\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"52\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043071\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"522247\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"62\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"5\";s:16:\"forumpermissions\";s:10:\"2030043055\";s:20:\"moderatorpermissions\";s:8:\"26347743\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"751\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_3',1400090026,1400003626,0,'1','a:6:{i:1;a:15:{s:12:\"permissionid\";s:2:\"10\";s:6:\"nodeid\";s:1:\"1\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"65536\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:4;a:15:{s:12:\"permissionid\";s:2:\"21\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"65537\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"32\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:6:\"131084\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:11;a:15:{s:12:\"permissionid\";s:2:\"43\";s:6:\"nodeid\";s:2:\"11\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:12;a:15:{s:12:\"permissionid\";s:2:\"54\";s:6:\"nodeid\";s:2:\"12\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:1:\"0\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:1:\"0\";s:9:\"edit_time\";s:1:\"1\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:1:\"0\";s:14:\"maxstartertags\";s:1:\"0\";s:12:\"maxothertags\";s:1:\"0\";s:14:\"maxattachments\";s:1:\"0\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:1:\"0\";}i:14;a:15:{s:12:\"permissionid\";s:2:\"63\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"3\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('channelperms_4',1400090026,1400003626,0,'1','a:5:{i:2;N;i:4;a:15:{s:12:\"permissionid\";s:2:\"22\";s:6:\"nodeid\";s:1:\"4\";s:7:\"groupid\";s:1:\"4\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:5:\"65537\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:5;a:15:{s:12:\"permissionid\";s:2:\"33\";s:6:\"nodeid\";s:1:\"5\";s:7:\"groupid\";s:1:\"4\";s:16:\"forumpermissions\";s:6:\"131084\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:1:\"0\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}i:7;N;i:14;a:15:{s:12:\"permissionid\";s:2:\"64\";s:6:\"nodeid\";s:2:\"14\";s:7:\"groupid\";s:1:\"4\";s:16:\"forumpermissions\";s:6:\"655375\";s:20:\"moderatorpermissions\";s:1:\"0\";s:17:\"createpermissions\";s:6:\"194562\";s:17:\"forumpermissions2\";s:3:\"512\";s:9:\"edit_time\";s:1:\"0\";s:16:\"require_moderate\";s:1:\"0\";s:7:\"maxtags\";s:2:\"10\";s:14:\"maxstartertags\";s:1:\"5\";s:12:\"maxothertags\";s:1:\"5\";s:14:\"maxattachments\";s:1:\"5\";s:11:\"maxchannels\";s:1:\"0\";s:18:\"channeliconmaxsize\";s:5:\"65535\";}}'),('vb_readperms',1400090026,1400003626,0,'1','a:13:{i:1;a:6:{s:7:\"canRead\";a:2:{i:0;s:1:\"1\";i:1;s:1:\"4\";}s:8:\"cantRead\";a:3:{i:0;s:1:\"5\";i:1;s:2:\"11\";i:2;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";}}i:2;a:6:{s:7:\"canRead\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:8:\"cantRead\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}}i:3;a:6:{s:7:\"canRead\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:2:\"14\";}s:8:\"cantRead\";a:3:{i:0;s:1:\"5\";i:1;s:2:\"11\";i:2;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}}i:4;a:6:{s:7:\"canRead\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:2:\"14\";}s:8:\"cantRead\";a:3:{i:0;s:1:\"5\";i:1;s:2:\"11\";i:2;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}}i:5;a:6:{s:7:\"canRead\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}s:8:\"cantRead\";a:0:{}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}s:12:\"cantModerate\";a:0:{}}i:6;a:6:{s:7:\"canRead\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}s:8:\"cantRead\";a:0:{}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}s:12:\"cantModerate\";a:0:{}}i:7;a:6:{s:7:\"canRead\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:8:\"cantRead\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}}i:8;a:6:{s:7:\"canRead\";a:0:{}s:8:\"cantRead\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";}}i:9;a:6:{s:7:\"canRead\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:8:\"cantRead\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:12:\"cantModerate\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}}i:10;a:6:{s:7:\"canRead\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:8:\"cantRead\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:12:\"cantModerate\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}}i:11;a:6:{s:7:\"canRead\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"14\";}s:8:\"cantRead\";a:2:{i:0;s:2:\"11\";i:1;s:2:\"12\";}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:2:\"11\";i:4;s:2:\"12\";i:5;s:2:\"14\";}}i:12;a:6:{s:7:\"canRead\";a:1:{i:0;s:2:\"14\";}s:8:\"cantRead\";a:0:{}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:1:{i:0;s:2:\"14\";}}i:13;a:6:{s:7:\"canRead\";a:1:{i:0;s:2:\"14\";}s:8:\"cantRead\";a:0:{}s:8:\"selfOnly\";a:0:{}s:11:\"starterOnly\";a:0:{}s:11:\"canModerate\";a:0:{}s:12:\"cantModerate\";a:1:{i:0;s:2:\"14\";}}}'),('vB_UserPerms0',1400083049,1399996649,0,'1','a:9:{s:12:\"groupintopic\";a:0:{}s:10:\"usergroups\";a:1:{i:0;i:1;}s:14:\"moderatorperms\";a:0:{}s:7:\"primary\";i:1;s:9:\"secondary\";a:0:{}s:10:\"infraction\";a:0:{}s:13:\"channelAccess\";a:7:{s:8:\"selfonly\";a:0:{}s:7:\"canview\";a:10:{i:1;i:1;i:2;i:2;i:3;i:3;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:11:\"canmoderate\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}s:11:\"canmoderate\";a:3:{s:3:\"can\";a:0:{}s:6:\"cannot\";a:10:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:8;i:4;i:14;i:5;i:4;i:6;i:9;i:7;i:10;i:8;i:7;i:9;i:13;}s:10:\"canpublish\";a:0:{}}s:8:\"superMod\";a:2:{s:20:\"moderatorpermissions\";i:0;s:21:\"moderatorpermissions2\";i:0;}}'),('node_2_lvl1data',1400090034,1400003634,0,'1','a:53:{s:6:\"nodeid\";s:1:\"2\";s:7:\"routeid\";s:2:\"45\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:17:\"Forum Description\";s:5:\"title\";s:5:\"Forum\";s:9:\"htmltitle\";s:5:\"Forum\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:5:\"forum\";s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"1024384257\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";}'),('3a21c0ed3503d7ed8a7bf0b5a44d7de6',0,1399996663,0,'1','a:15:{s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('getSearchResults_dba903df782f61f9698b620632e79621',1400005349,1400005289,0,'1','a:1:{i:3;a:1:{s:6:\"nodeid\";s:1:\"3\";}}'),('vBAtchmnts_3',1400090599,1400004199,0,'1','a:0:{}'),('preloadTemplates_13',1405188299,1400004299,0,'1','a:29:{i:0;s:9:\"preheader\";i:1;s:14:\"screenlayout_4\";i:2;s:6:\"header\";i:3;s:22:\"admin_sitebuilder_menu\";i:4;s:17:\"admin_sitebuilder\";i:5;s:19:\"admin_configuresite\";i:6;s:27:\"admin_configuresite_channel\";i:7;s:27:\"admin_configuresite_channel\";i:8;s:9:\"ad_header\";i:9;s:10:\"ad_header2\";i:10;s:12:\"search_popup\";i:11;s:7:\"notices\";i:12;s:19:\"widget_announcement\";i:13;s:12:\"module_title\";i:14;s:16:\"widget_pagetitle\";i:15;s:12:\"module_title\";i:16;s:28:\"widget_privatemessage_search\";i:17;s:12:\"module_title\";i:18;s:32:\"widget_privatemessage_navigation\";i:19;s:12:\"module_title\";i:20;s:29:\"widget_privatemessage_toolbar\";i:21;s:12:\"module_title\";i:22;s:36:\"privatemessage_foldersummary_toolbar\";i:23;s:29:\"widget_privatemessage_display\";i:24;s:12:\"module_title\";i:25;s:28:\"privatemessage_foldersummary\";i:26;s:20:\"admin_screenlayout_2\";i:27;s:20:\"admin_screenlayout_1\";i:28;s:6:\"footer\";}'),('vbPre_',1400022199,1400004199,0,'1','a:2:{s:9:\"cachetime\";i:1400004199;s:4:\"data\";a:1:{s:4:\"node\";a:2:{s:8:\"getNodes\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"3\";}s:18:\"fetchClosureParent\";a:1:{i:0;s:1:\"3\";}}}}'),('node_5_lvl3data',1400091695,1400005295,0,'1','a:85:{s:6:\"nodeid\";s:1:\"5\";s:7:\"routeid\";s:2:\"35\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:6:\"Groups\";s:5:\"title\";s:6:\"Groups\";s:9:\"htmltitle\";s:6:\"Groups\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:6:\"groups\";s:12:\"displayorder\";s:1:\"3\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"4033689968\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"5\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f3a38.99555306\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('vB_Announcements_5',1400610095,1400005295,0,'1','a:0:{}'),('getSearchResults_b9e31c7024bb2bf344a64e4bafb35885',1400005355,1400005295,0,'1','a:1:{i:6;a:1:{s:6:\"nodeid\";s:1:\"6\";}}'),('vBAtchmnts_6',1400091695,1400005295,0,'1','a:0:{}'),('node_6_lvl3data',1400091695,1400005295,0,'1','a:85:{s:6:\"nodeid\";s:1:\"6\";s:7:\"routeid\";s:2:\"36\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:28:\"Group Uncategorized Category\";s:5:\"title\";s:20:\"Uncategorized Groups\";s:9:\"htmltitle\";s:20:\"Uncategorized Groups\";s:8:\"parentid\";s:1:\"5\";s:8:\"urlident\";s:20:\"uncategorized-groups\";s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"3820836336\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"6\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f3a38.99555307\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('getSearchResults_aad1358171ffea2f275388ae1fc01eea',1400005355,1400005295,0,'1','a:0:{}'),('preloadTemplates_21',1405189295,1400005295,0,'1','a:27:{i:0;s:9:\"preheader\";i:1;s:14:\"screenlayout_2\";i:2;s:6:\"header\";i:3;s:22:\"admin_sitebuilder_menu\";i:4;s:17:\"admin_sitebuilder\";i:5;s:19:\"admin_configuresite\";i:6;s:27:\"admin_configuresite_channel\";i:7;s:27:\"admin_configuresite_channel\";i:8;s:9:\"ad_header\";i:9;s:10:\"ad_header2\";i:10;s:12:\"search_popup\";i:11;s:7:\"notices\";i:12;s:19:\"widget_announcement\";i:13;s:12:\"module_title\";i:14;s:16:\"widget_pagetitle\";i:15;s:12:\"module_title\";i:16;s:16:\"widget_sgsidebar\";i:17;s:12:\"module_title\";i:18;s:40:\"display_contenttype_searchwidget_Channel\";i:19;s:13:\"widget_sghome\";i:20;s:20:\"conversation_toolbar\";i:21;s:20:\"conversation_toolbar\";i:22;s:10:\"pagenavnew\";i:23;s:17:\"socialgroup_nodes\";i:24;s:20:\"admin_screenlayout_4\";i:25;s:20:\"admin_screenlayout_1\";i:26;s:6:\"footer\";}'),('vbPre_page35.21',1400023295,1400005295,0,'1','a:2:{s:9:\"cachetime\";i:1400005295;s:4:\"data\";a:1:{s:4:\"node\";a:2:{s:8:\"getNodes\";a:4:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:1:\"5\";i:3;s:1:\"6\";}s:18:\"fetchClosureParent\";a:3:{i:0;s:1:\"3\";i:1;s:1:\"5\";i:2;s:1:\"6\";}}}}'),('getSearchResults_49248dafa00a18b799c2730a6d623805',1400005404,1400005344,0,'1','a:0:{}'),('getSearchResults_7745e736e67fd5ebe08a96057485f221',1400005404,1400005344,0,'1','a:0:{}'),('d0a2eef376483a4e7658e355834964c9',1400059345,1400005345,0,'1','a:3:{s:12:\"lastactivity\";i:1400005345;s:4:\"data\";a:2:{s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"d0a2eef376483a4e7658e355834964c9\";s:13:\"dbsessionhash\";s:32:\"d0a2eef376483a4e7658e355834964c9\";s:6:\"userid\";s:1:\"1\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400005345;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:1;s:10:\"languageid\";i:1;s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}s:8:\"userinfo\";a:146:{s:6:\"userid\";s:1:\"1\";s:4:\"temp\";N;s:6:\"field1\";N;s:6:\"field2\";N;s:6:\"field3\";N;s:6:\"field4\";N;s:10:\"subfolders\";N;s:9:\"pmfolders\";N;s:9:\"buddylist\";N;s:10:\"ignorelist\";N;s:9:\"signature\";N;s:11:\"searchprefs\";N;s:4:\"rank\";N;s:11:\"usergroupid\";s:1:\"6\";s:14:\"membergroupids\";s:0:\"\";s:14:\"displaygroupid\";s:1:\"6\";s:8:\"username\";s:15:\"outsourcedadmin\";s:5:\"token\";s:60:\"$2y$10$faQC0uV8I7Z8AFv9ZxqVr.fXE2j4nkqp5VC2TVxCEjCZWOhQUHR7W\";s:6:\"scheme\";s:11:\"blowfish:10\";s:6:\"secret\";s:30:\"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF\";s:12:\"passworddate\";s:10:\"1399953600\";s:5:\"email\";s:26:\"rbruce@outsourced-tech.net\";s:7:\"styleid\";i:1;s:11:\"parentemail\";s:0:\"\";s:8:\"homepage\";s:0:\"\";s:3:\"icq\";s:0:\"\";s:3:\"aim\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:3:\"msn\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"google\";s:0:\"\";s:6:\"status\";N;s:10:\"showvbcode\";s:1:\"2\";s:12:\"showbirthday\";s:1:\"2\";s:9:\"usertitle\";s:13:\"Administrator\";s:11:\"customtitle\";s:1:\"0\";s:8:\"joindate\";s:10:\"1399996367\";s:9:\"daysprune\";s:1:\"0\";s:9:\"lastvisit\";s:10:\"1399999999\";s:12:\"lastactivity\";s:10:\"1400005344\";s:8:\"lastpost\";s:1:\"0\";s:10:\"lastpostid\";s:1:\"0\";s:5:\"posts\";s:1:\"0\";s:10:\"reputation\";s:2:\"10\";s:17:\"reputationlevelid\";s:1:\"1\";s:14:\"timezoneoffset\";s:0:\"\";s:7:\"pmpopup\";s:1:\"0\";s:8:\"avatarid\";s:1:\"0\";s:14:\"avatarrevision\";s:1:\"0\";s:18:\"profilepicrevision\";s:1:\"0\";s:14:\"sigpicrevision\";s:1:\"0\";s:7:\"options\";i:78661718;s:15:\"privacy_options\";N;s:20:\"notification_options\";s:9:\"268435450\";s:8:\"birthday\";s:0:\"\";s:15:\"birthday_search\";s:10:\"0000-00-00\";s:8:\"maxposts\";s:2:\"-1\";s:11:\"startofweek\";s:1:\"1\";s:9:\"ipaddress\";s:0:\"\";s:10:\"referrerid\";s:1:\"0\";s:10:\"languageid\";s:1:\"0\";s:10:\"emailstamp\";s:10:\"1400003007\";s:12:\"threadedmode\";s:1:\"0\";s:13:\"autosubscribe\";s:1:\"0\";s:7:\"pmtotal\";s:1:\"0\";s:8:\"pmunread\";s:1:\"0\";s:7:\"ipoints\";s:1:\"0\";s:11:\"infractions\";s:1:\"0\";s:8:\"warnings\";s:1:\"0\";s:18:\"infractiongroupids\";s:0:\"\";s:17:\"infractiongroupid\";s:1:\"0\";s:12:\"adminoptions\";s:1:\"0\";s:13:\"profilevisits\";s:1:\"0\";s:11:\"friendcount\";s:1:\"0\";s:14:\"friendreqcount\";s:1:\"0\";s:13:\"vmunreadcount\";s:1:\"0\";s:16:\"vmmoderatedcount\";s:1:\"0\";s:19:\"socgroupinvitecount\";s:1:\"0\";s:16:\"socgroupreqcount\";s:1:\"0\";s:13:\"pcunreadcount\";s:1:\"0\";s:16:\"pcmoderatedcount\";s:1:\"0\";s:16:\"gmmoderatedcount\";s:1:\"0\";s:13:\"assetposthash\";s:0:\"\";s:8:\"fbuserid\";s:0:\"\";s:10:\"fbjoindate\";s:1:\"0\";s:6:\"fbname\";s:0:\"\";s:9:\"logintype\";s:2:\"vb\";s:13:\"fbaccesstoken\";s:0:\"\";s:16:\"saved_languageid\";s:1:\"0\";s:14:\"showsignatures\";i:0;s:11:\"showavatars\";i:1;s:10:\"showimages\";i:1;s:9:\"coppauser\";i:0;s:10:\"adminemail\";i:1;s:9:\"showvcard\";i:0;s:7:\"dstauto\";i:1;s:8:\"dstonoff\";i:0;s:9:\"showemail\";i:0;s:9:\"invisible\";i:0;s:14:\"showreputation\";i:0;s:9:\"receivepm\";i:1;s:9:\"emailonpm\";i:0;s:13:\"hasaccessmask\";i:0;s:14:\"vbasset_enable\";i:1;s:9:\"postorder\";i:0;s:16:\"receivepmbuddies\";i:0;s:17:\"noactivationmails\";i:0;s:12:\"pmboxwarning\";i:0;s:11:\"showusercss\";i:1;s:25:\"receivefriendemailrequest\";i:1;s:9:\"vm_enable\";i:1;s:14:\"vm_contactonly\";i:0;s:17:\"pmdefaultsavecopy\";i:0;s:17:\"moderatefollowers\";i:1;s:11:\"adminavatar\";i:0;s:15:\"adminprofilepic\";i:0;s:11:\"urlusername\";s:15:\"outsourcedadmin\";s:9:\"musername\";s:15:\"outsourcedadmin\";s:17:\"displaygrouptitle\";s:14:\"Administrators\";s:16:\"displayusertitle\";s:13:\"Administrator\";s:11:\"realstyleid\";s:1:\"0\";s:17:\"securitytoken_raw\";s:40:\"b21dabc4a35e5c935be795a6e5ec905d4aeec426\";s:13:\"securitytoken\";s:51:\"1400005345-2b0d425a7091bcf0ae83462e5a3d8fbb4d861e70\";s:10:\"logouthash\";R:145;s:8:\"is_admin\";b:1;s:11:\"is_supermod\";b:0;s:12:\"is_moderator\";b:1;s:19:\"can_use_sitebuilder\";b:1;s:13:\"can_admin_ads\";b:1;s:19:\"is_globally_ignored\";b:0;s:9:\"buddymark\";s:0:\"\";s:13:\"invisiblemark\";s:0:\"\";s:6:\"online\";s:6:\"online\";s:12:\"lang_options\";a:2:{s:9:\"direction\";b:1;s:7:\"dirmark\";b:0;}s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}}s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"d0a2eef376483a4e7658e355834964c9\";s:13:\"dbsessionhash\";s:32:\"d0a2eef376483a4e7658e355834964c9\";s:6:\"userid\";s:1:\"1\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400005345;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:1;s:10:\"languageid\";i:1;s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}}'),('node_4_lvl3data',1400090784,1400004384,0,'1','a:85:{s:6:\"nodeid\";s:1:\"4\";s:7:\"routeid\";s:2:\"31\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:5:\"Blogs\";s:5:\"title\";s:5:\"Blogs\";s:9:\"htmltitle\";s:5:\"Blogs\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:5:\"blogs\";s:12:\"displayorder\";s:1:\"2\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"4095462000\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"4\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f3a38.99555305\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('vB_Announcements_4',1400609184,1400004384,0,'1','a:0:{}'),('getSearchResults_96c7db5038ec0135a7d1c2408920c59a',1400005349,1400005289,0,'1','a:0:{}'),('getSearchResults_c901319a2358e6c7265e885f1152902e',1400005349,1400005289,0,'1','a:0:{}'),('preloadTemplates_17',1405188384,1400004384,0,'1','a:26:{i:0;s:9:\"preheader\";i:1;s:14:\"screenlayout_2\";i:2;s:6:\"header\";i:3;s:22:\"admin_sitebuilder_menu\";i:4;s:17:\"admin_sitebuilder\";i:5;s:19:\"admin_configuresite\";i:6;s:27:\"admin_configuresite_channel\";i:7;s:27:\"admin_configuresite_channel\";i:8;s:9:\"ad_header\";i:9;s:10:\"ad_header2\";i:10;s:12:\"search_popup\";i:11;s:7:\"notices\";i:12;s:19:\"widget_announcement\";i:13;s:12:\"module_title\";i:14;s:16:\"widget_pagetitle\";i:15;s:12:\"module_title\";i:16;s:18:\"widget_blogsidebar\";i:17;s:12:\"module_title\";i:18;s:15:\"widget_bloghome\";i:19;s:20:\"conversation_toolbar\";i:20;s:20:\"conversation_toolbar\";i:21;s:14:\"blogmember_tab\";i:22;s:20:\"conversation_toolbar\";i:23;s:20:\"admin_screenlayout_4\";i:24;s:20:\"admin_screenlayout_1\";i:25;s:6:\"footer\";}'),('vbPre_page31.17',1400023289,1400005289,0,'1','a:2:{s:9:\"cachetime\";i:1400005289;s:4:\"data\";a:1:{s:4:\"node\";a:2:{s:8:\"getNodes\";a:3:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:1:\"4\";}s:18:\"fetchClosureParent\";a:2:{i:0;s:1:\"3\";i:1;s:1:\"4\";}}}}'),('vB_Announcements_14',1400609208,1400004408,0,'1','a:0:{}'),('preloadTemplates_28',1405188408,1400004408,0,'1','a:32:{i:0;s:9:\"preheader\";i:1;s:14:\"screenlayout_2\";i:2;s:6:\"header\";i:3;s:22:\"admin_sitebuilder_menu\";i:4;s:17:\"admin_sitebuilder\";i:5;s:19:\"admin_configuresite\";i:6;s:27:\"admin_configuresite_channel\";i:7;s:27:\"admin_configuresite_channel\";i:8;s:9:\"ad_header\";i:9;s:10:\"ad_header2\";i:10;s:12:\"search_popup\";i:11;s:7:\"notices\";i:12;s:19:\"widget_announcement\";i:13;s:12:\"module_title\";i:14;s:16:\"widget_pagetitle\";i:15;s:12:\"module_title\";i:16;s:27:\"widget_cmschannelnavigation\";i:17;s:12:\"module_title\";i:18;s:32:\"widget_cmschannelnavigation_item\";i:19;s:20:\"widget_tagnavigation\";i:20;s:12:\"module_title\";i:21;s:13:\"widget_search\";i:22;s:12:\"module_title\";i:23;s:24:\"widget_cmschanneldisplay\";i:24;s:12:\"module_title\";i:25;s:20:\"conversation_toolbar\";i:26;s:10:\"pagenavnew\";i:27;s:20:\"conversation_toolbar\";i:28;s:29:\"widget_cmschanneldisplay_list\";i:29;s:20:\"admin_screenlayout_4\";i:30;s:20:\"admin_screenlayout_1\";i:31;s:6:\"footer\";}'),('vbPre_channel43.28.14',1400023217,1400005217,0,'1','a:2:{s:9:\"cachetime\";i:1400005217;s:4:\"data\";a:1:{s:4:\"node\";a:2:{s:18:\"fetchClosureParent\";a:2:{i:0;s:2:\"14\";i:1;s:1:\"3\";}s:8:\"getNodes\";a:4:{i:0;s:1:\"1\";i:1;s:2:\"14\";i:2;s:1:\"2\";i:3;s:1:\"3\";}}}}'),('e789deae0f426474e704492114c9fff8',0,1400003599,0,'1','a:15:{s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'); INSERT INTO `cache` VALUES ('3d67daf117aaa87d2a4e8ca8c8bdd52f',0,1400003091,0,'1','a:24:{s:20:\"phrasegroup_timezone\";s:2567:\"a:33:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:52:\"(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago\";s:23:\"timezone_gmt_minus_0430\";s:19:\"(GMT -4:30) Caracas\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:44:\"(GMT +2:00) Kaliningrad, South Africa, Cairo\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:53:\"(GMT +4:00) Abu Dhabi, Muscat, Yerevan, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi\";s:22:\"timezone_gmt_plus_0545\";s:21:\"(GMT +5:45) Kathmandu\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0630\";s:33:\"(GMT +6:30) Yangon, Cocos Islands\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}\";s:16:\"phrasegroup_user\";s:23165:\"a:306:{s:8:\"about_me\";s:8:\"About Me\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:10:\"add_friend\";s:10:\"Add Friend\";s:22:\"additional_information\";s:22:\"Additional Information\";s:29:\"administrators_may_send_email\";s:206:\"From time to time, the administrators and/or other members may want to send you email notifications or messages. If you do not want to receive email from certain people then you may disable the options here\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:11:\"album_guser\";s:5:\"Album\";s:9:\"all_guser\";s:3:\"All\";s:26:\"allow_vcard_download_guser\";s:20:\"Allow vCard Download\";s:16:\"approve_messages\";s:16:\"Approve Messages\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:12:\"avatar_guser\";s:6:\"Avatar\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:14:\"birthday_guser\";s:8:\"Birthday\";s:21:\"block_display_options\";s:305:\"If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks.<br />\r\n<br />\r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.\";s:31:\"board_can_be_shown_any_language\";s:154:\"Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:9:\"clear_all\";s:9:\"Clear All\";s:29:\"click_button_below_edit_email\";s:121:\"Please click this button to edit your email address and password. Any changes you\'ve made on this page will not be saved.\";s:13:\"comment_guser\";s:7:\"Comment\";s:12:\"contact_info\";s:12:\"Contact Info\";s:28:\"conversation_between_x_and_y\";s:34:\"Conversation Between %1$s and %2$s\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"customize_profile\";s:17:\"Customize Profile\";s:17:\"date_time_options\";s:23:\"Date & Time Options\";s:16:\"deleted_messages\";s:16:\"Deleted Messages\";s:24:\"deleted_visitor_messages\";s:24:\"Deleted Visitor Messages\";s:10:\"disconnect\";s:10:\"Disconnect\";s:17:\"discussions_guser\";s:11:\"Discussions\";s:11:\"display_age\";s:11:\"Display Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:17:\"display_age_guser\";s:16:\"Display Only Age\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";s:28:\"edit_profile_picture_gcpuser\";s:20:\"Edit Profile Picture\";s:17:\"edit_user_profile\";s:12:\"Edit Profile\";s:13:\"edit_value_js\";s:10:\"Edit Value\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:24:\"enable_visitor_messaging\";s:24:\"Enable Visitor Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:42:\"enter_password_to_change_password_or_email\";s:90:\"You must enter your current password if you wish to change your password or email address.\";s:8:\"everyone\";s:8:\"Everyone\";s:21:\"facebook_add_password\";s:141:\"Add a password to your account so that you may login without using Facebook.\r\nAlso, this needs to be set in order to disconnect your account.\";s:23:\"facebook_add_password_x\";s:81:\"Add a password to your %1$s account so that you may login without using Facebook.\";s:15:\"facebook_avatar\";s:15:\"Facebook Avatar\";s:33:\"facebook_disconnect_description_x\";s:52:\"Remove this Facebook account from your %1$s account.\";s:21:\"facebook_login_prompt\";s:34:\"Login to see your Facebook avatar.\";s:13:\"facebook_name\";s:13:\"Facebook Name\";s:10:\"forum_info\";s:10:\"Forum Info\";s:20:\"friends_and_contacts\";s:18:\"Friends & Contacts\";s:16:\"from_all_members\";s:16:\"From all members\";s:13:\"get_connected\";s:13:\"Get Connected\";s:17:\"group_discussions\";s:17:\"Group Discussions\";s:13:\"group_members\";s:7:\"Members\";s:17:\"group_memberships\";s:17:\"Permission Groups\";s:14:\"group_messages\";s:14:\"Group Messages\";s:10:\"group_name\";s:10:\"Group Name\";s:7:\"group_x\";s:30:\"Group: <a href=\"%1$s\">%2$s</a>\";s:33:\"has_no_permission_change_birthday\";s:45:\"has no permission to change the date of birth\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:15:\"hide_reputation\";s:15:\"Hide Reputation\";s:24:\"hide_user_customizations\";s:24:\"Hide User Customizations\";s:15:\"home_page_guser\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:7:\"instant\";s:7:\"Instant\";s:21:\"invisible_mode_allows\";s:92:\"Invisible mode allows you to browse the forums without appearing in the Online Users Module.\";s:20:\"invisible_mode_guser\";s:14:\"Invisible Mode\";s:18:\"join_social_groups\";s:11:\"Join Groups\";s:16:\"last_visit_guser\";s:10:\"Last Visit\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:25:\"limit_vm_to_contacts_only\";s:58:\"Limit usage of Visitor Messages to Contacts and Moderators\";s:6:\"linear\";s:6:\"Linear\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n <br />\r\n If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"%1$s\">administrator</a> with your username, and your account will be changed.\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:21:\"moderated_attachments\";s:21:\"Moderated Attachments\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:20:\"new_visitor_messages\";s:20:\"New Visitor Messages\";s:18:\"newest_first_guser\";s:12:\"Newest First\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"oldest_first_guser\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:16:\"picture_comments\";s:16:\"Picture Comments\";s:21:\"pm_from_contacts_only\";s:58:\"Receive Private Messages only from Contacts and Moderators\";s:8:\"pm_popup\";s:39:\"New Private Message Notification Pop-up\";s:12:\"points_guser\";s:6:\"Points\";s:10:\"post_count\";s:10:\"Post Count\";s:12:\"post_message\";s:12:\"Post Message\";s:15:\"posting_message\";s:15:\"Posting Message\";s:19:\"primary_users_guser\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:13:\"privacy_guser\";s:7:\"Privacy\";s:23:\"private_messaging_guser\";s:17:\"Private Messaging\";s:13:\"profile_guser\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:21:\"profile_picture_guser\";s:15:\"Profile Picture\";s:15:\"profile_privacy\";s:15:\"Profile Privacy\";s:13:\"profile_style\";s:13:\"Profile Style\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:17:\"public_usergroups\";s:17:\"Public Usergroups\";s:26:\"receive_admin_emails_guser\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:30:\"receive_private_messages_guser\";s:24:\"Receive Private Messages\";s:25:\"receive_private_messaging\";s:25:\"Receive Private Messaging\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:15:\"referrals_guser\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:28:\"remove_from_userlist_confirm\";s:46:\"Are you sure you want to remove these user(s)?\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:6:\"report\";s:6:\"Report\";s:26:\"report_bad_visitor_message\";s:22:\"Report Visitor Message\";s:22:\"reputation_level_guser\";s:16:\"Reputation Level\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:16:\"reset_to_default\";s:16:\"Reset to Default\";s:20:\"save_pm_copy_default\";s:82:\"Save a copy of sent messages in my <a href=\"%1$s\">Sent Items</a> folder by default\";s:64:\"send_notification_email_when_a_private_message_is_received_guser\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:31:\"server_failed_respond_try_again\";s:55:\"The server failed to respond in time. Please try again.\";s:14:\"set_to_default\";s:14:\"Set to default\";s:22:\"show_all_threads_guser\";s:15:\"Show all topics\";s:34:\"show_enhanced_editor_toolbar_guser\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:15:\"show_reputation\";s:15:\"Show Reputation\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:34:\"show_standard_editor_toolbar_guser\";s:28:\"Show Standard Editor Toolbar\";s:24:\"show_user_customizations\";s:24:\"Show User Customizations\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:23:\"signature_picture_guser\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:18:\"social_group_guser\";s:5:\"Group\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n <br />\r\n Please note that some forums here may override your skin choice temporarily.\";s:9:\"this_page\";s:9:\"This Page\";s:25:\"thread_display_mode_guser\";s:18:\"Topic Display Mode\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:15:\"time_zone_guser\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:14:\"total_messages\";s:14:\"Total Messages\";s:11:\"transparent\";s:11:\"Transparent\";s:18:\"unapprove_messages\";s:18:\"Unapprove Messages\";s:17:\"undelete_messages\";s:17:\"Undelete Messages\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:27:\"use_can_make_customizations\";s:150:\"Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:19:\"user_customizations\";s:19:\"User Customizations\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_notes\";s:10:\"User Notes\";s:13:\"user_settings\";s:13:\"User Settings\";s:16:\"user_title_guser\";s:10:\"User Title\";s:20:\"usercss_alternating1\";s:21:\"Primary Content Areas\";s:20:\"usercss_alternating2\";s:23:\"Secondary Content Areas\";s:24:\"usercss_background_color\";s:16:\"Background Color\";s:24:\"usercss_background_image\";s:16:\"Background Image\";s:25:\"usercss_background_repeat\";s:6:\"Repeat\";s:20:\"usercss_border_color\";s:12:\"Border Color\";s:20:\"usercss_border_style\";s:12:\"Border Style\";s:20:\"usercss_border_width\";s:12:\"Border Width\";s:26:\"usercss_borderstyle_dashed\";s:6:\"Dashed\";s:26:\"usercss_borderstyle_dotted\";s:6:\"Dotted\";s:26:\"usercss_borderstyle_double\";s:6:\"Double\";s:26:\"usercss_borderstyle_groove\";s:6:\"Groove\";s:26:\"usercss_borderstyle_hidden\";s:6:\"Hidden\";s:25:\"usercss_borderstyle_inset\";s:5:\"Inset\";s:24:\"usercss_borderstyle_none\";s:4:\"None\";s:26:\"usercss_borderstyle_outset\";s:6:\"Outset\";s:25:\"usercss_borderstyle_ridge\";s:5:\"Ridge\";s:25:\"usercss_borderstyle_solid\";s:5:\"Solid\";s:13:\"usercss_color\";s:10:\"Text Color\";s:15:\"usercss_example\";s:31:\"Style Customization Example Key\";s:19:\"usercss_font_family\";s:11:\"Font Family\";s:17:\"usercss_font_size\";s:9:\"Font Size\";s:14:\"usercss_inputs\";s:8:\"Controls\";s:17:\"usercss_linkcolor\";s:15:\"Hyperlink Color\";s:12:\"usercss_main\";s:4:\"Main\";s:15:\"usercss_padding\";s:7:\"Padding\";s:24:\"usercss_repeat_no_repeat\";s:4:\"None\";s:21:\"usercss_repeat_repeat\";s:4:\"Both\";s:23:\"usercss_repeat_repeat_x\";s:10:\"Horizontal\";s:23:\"usercss_repeat_repeat_y\";s:8:\"Vertical\";s:18:\"usercss_shadecolor\";s:17:\"Shaded Text Color\";s:19:\"usercss_tablefooter\";s:13:\"Block Footers\";s:24:\"usercss_tablefooter_desc\";s:97:\"Some <em>but not all</em> blocks may have an additional bar at the bottom containing buttons etc.\";s:19:\"usercss_tableheader\";s:19:\"Minor Block Headers\";s:18:\"usercss_tabletitle\";s:19:\"Major Block Headers\";s:21:\"usersetting_biography\";s:8:\"About Me\";s:26:\"usersetting_biography_desc\";s:29:\"A few details about yourself.\";s:27:\"usersetting_birth_date_desc\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access\r\nto your date of birth should you choose to hide it via the privacy option above.\";s:24:\"usersetting_change_email\";s:25:\"Change your email address\";s:28:\"usersetting_change_email_new\";s:23:\"Enter new email address\";s:30:\"usersetting_change_email_renew\";s:26:\"Re-enter new email address\";s:27:\"usersetting_change_password\";s:20:\"Change your password\";s:35:\"usersetting_change_password_current\";s:22:\"Enter current password\";s:34:\"usersetting_change_password_forget\";s:21:\"Forgot your password?\";s:31:\"usersetting_change_password_new\";s:18:\"Enter new password\";s:33:\"usersetting_change_password_renew\";s:21:\"Re-enter new password\";s:32:\"usersetting_conversation_details\";s:27:\"Conversation Detail Options\";s:23:\"usersetting_displaymode\";s:12:\"Display mode\";s:28:\"usersetting_displaymode_desc\";s:109:\"Use this option to set which display mode you would like to see when you are on the conversation detail page.\";s:26:\"usersetting_dst_correction\";s:14:\"DST Correction\";s:27:\"usersetting_editorinterface\";s:25:\"Advanced Editor Interface\";s:32:\"usersetting_editorinterface_desc\";s:468:\"When you post using the advanced editor, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br /><br />Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting, try switching to a different interface type.\";s:17:\"usersetting_email\";s:13:\"Email Address\";s:29:\"usersetting_emailnotification\";s:19:\"Email Notifications\";s:52:\"usersetting_emailnotification_comments_on_discussion\";s:27:\"Comments on your discussion\";s:47:\"usersetting_emailnotification_comments_on_links\";s:22:\"Comments on your links\";s:55:\"usersetting_emailnotification_comments_on_mixedcontents\";s:41:\"Comments on your advanced editor contents\";s:48:\"usersetting_emailnotification_comments_on_photos\";s:23:\"Comments on your photos\";s:48:\"usersetting_emailnotification_comments_on_videos\";s:23:\"Comments on your videos\";s:35:\"usersetting_emailnotification_daily\";s:9:\"On, daily\";s:34:\"usersetting_emailnotification_desc\";s:184:\"When you post a new conversation, reply to a topic or someone likes your post, you can choose to automatically receive email notification or select the frequency of email notification.\";s:51:\"usersetting_emailnotification_general_followrequest\";s:28:\"Confirms a subscribe request\";s:45:\"usersetting_emailnotification_general_follows\";s:17:\"Subscribes to you\";s:47:\"usersetting_emailnotification_general_likespost\";s:15:\"Likes your post\";s:40:\"usersetting_emailnotification_general_pm\";s:27:\"Sends you a private message\";s:46:\"usersetting_emailnotification_general_siteperm\";s:28:\"Changes your site permission\";s:40:\"usersetting_emailnotification_general_vm\";s:35:\"Posts on your visitor message board\";s:47:\"usersetting_emailnotification_general_votesconv\";s:19:\"Votes on your polls\";s:50:\"usersetting_emailnotification_general_votesreplies\";s:21:\"Votes on your replies\";s:34:\"usersetting_emailnotification_none\";s:35:\"Off, through my Message Center only\";s:32:\"usersetting_emailnotification_on\";s:2:\"On\";s:52:\"usersetting_emailnotification_reply_after_discussion\";s:33:\"Replies after you on a discussion\";s:46:\"usersetting_emailnotification_reply_after_link\";s:27:\"Replies after you on a link\";s:54:\"usersetting_emailnotification_reply_after_mixedcontent\";s:47:\"Replies after you on an advanced editor content\";s:47:\"usersetting_emailnotification_reply_after_photo\";s:28:\"Replies after you on a photo\";s:47:\"usersetting_emailnotification_reply_after_video\";s:28:\"Replies after you on a video\";s:49:\"usersetting_emailnotification_reply_on_discussion\";s:71:\"Replies to your discussion (this also includes comments in your topics)\";s:44:\"usersetting_emailnotification_reply_on_links\";s:21:\"Replies to your links\";s:52:\"usersetting_emailnotification_reply_on_mixedcontents\";s:40:\"Replies to your advanced editor contents\";s:45:\"usersetting_emailnotification_reply_on_photos\";s:22:\"Replies to your photos\";s:44:\"usersetting_emailnotification_reply_on_polls\";s:21:\"Replies to your polls\";s:45:\"usersetting_emailnotification_reply_on_videos\";s:22:\"Replies to your videos\";s:36:\"usersetting_emailnotification_weekly\";s:10:\"On, weekly\";s:28:\"usersetting_enable_invisible\";s:21:\"Enable invisible mode\";s:29:\"usersetting_enable_reputation\";s:23:\"Enable reputation level\";s:28:\"usersetting_facebook_connect\";s:16:\"Facebook Connect\";s:26:\"usersetting_followerequest\";s:31:\"Auto-accept subscriber requests\";s:31:\"usersetting_followerequest_desc\";s:83:\"Auto-accept subscriber requests from other members to subscribe to profile updates.\";s:32:\"usersetting_followerequest_title\";s:18:\"Subscriber Request\";s:27:\"usersetting_ignorelist_desc\";s:130:\"To block certain users\' posts, enter their names into the ignore list. To remove users from the ignore list, click the \'x\' button.\";s:14:\"usersetting_im\";s:19:\"Contact Information\";s:19:\"usersetting_im_desc\";s:23:\"Add another screen name\";s:24:\"usersetting_mixedcontent\";s:13:\"Mixed Content\";s:32:\"usersetting_other_customizations\";s:25:\"Other User Customizations\";s:19:\"usersetting_pm_desc\";s:72:\"If you do not want to send or receive private messages, uncheck the box.\";s:27:\"usersetting_pm_receive_desc\";s:211:\"You may limit the receipt of private messages to just administrator and your <a href=\"%1$s\">followers</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:15:\"usersetting_ppp\";s:14:\"Posts per Page\";s:20:\"usersetting_ppp_desc\";s:130:\"Use this option to set the number of posts to show in a conversation detail page before splitting the display into multiple pages.\";s:24:\"usersetting_profile_desc\";s:108:\"Customize who can see and comment on things you started, replied, followed and following under your profile.\";s:34:\"usersetting_receive_pm_subscribers\";s:40:\"Only from subscribers and administrators\";s:27:\"usersetting_reputation_desc\";s:156:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />\";s:22:\"usersetting_showavatar\";s:11:\"Show Avatar\";s:23:\"usersetting_showusercss\";s:30:\"Show other user customizations\";s:31:\"usersetting_signature_collapsed\";s:9:\"Collapsed\";s:33:\"usersetting_signature_errorsaving\";s:22:\"Error saving signature\";s:28:\"usersetting_signature_inline\";s:6:\"Inline\";s:42:\"usersetting_signature_previewpostsignature\";s:22:\"Preview Post Signature\";s:22:\"usersetting_signatures\";s:19:\"Show post signature\";s:27:\"usersetting_signatures_desc\";s:95:\"Use this option to set which display mode you would like to use for displaying user signatures.\";s:27:\"usersetting_signatures_link\";s:19:\"Edit Post Signature\";s:27:\"usersetting_user_title_desc\";s:134:\"This is the title that appears beneath your name on your posts. If you wish to use the default title, check the\r\n\"Set to default\" box.\";s:19:\"usersetting_vm_desc\";s:185:\"The visitor messaging allows members to leave messages to one another publicly. If you do not want to receive visitor messages, uncheck the box to turn off the visitor messaging system.\";s:20:\"usersetting_web_desc\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:21:\"usersetting_web_title\";s:3:\"Web\";s:5:\"vcard\";s:5:\"vCard\";s:14:\"vcard_download\";s:14:\"vCard Download\";s:17:\"view_conversation\";s:17:\"View Conversation\";s:33:\"view_conversation_between_x_and_y\";s:39:\"View Conversation Between %1$s and %2$s\";s:29:\"view_your_conversation_with_x\";s:32:\"View Your Conversation with %1$s\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:15:\"visitor_message\";s:15:\"Visitor Message\";s:17:\"visitor_messaging\";s:17:\"Visitor Messaging\";s:29:\"x_posted_visitormessage_for_y\";s:38:\"%1$s posted a Visitor Message for %2$s\";s:31:\"x_posted_visitormessage_for_y_2\";s:76:\"<a href=\"%2$s\">%1$s</a> posted a Visitor Message for <a href=\"%4$s\">%3$s</a>\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:36:\"you_lost_activation_code_or_username\";s:166:\"If you have lost your activation code or you have forgotten your username, <a href=\"registration/activateemail\">click here</a> to have the codes emailed to you again.\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:14:\"your_signature\";s:14:\"Your Signature\";}\";s:18:\"phrasegroup_cpuser\";s:19186:\"a:240:{s:10:\"accept_all\";s:10:\"Accept All\";s:14:\"add_new_answer\";s:14:\"Add New Answer\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:16:\"add_new_question\";s:16:\"Add New Question\";s:37:\"add_new_user_infraction_level_gcpuser\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_title_gcpuser\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:24:\"additional_users_gcpuser\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:67:\"All members of this usergroup will revert to the <i>%1$s</i> group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:23:\"allow_access_to_channel\";s:23:\"Allow Access to Channel\";s:6:\"answer\";s:6:\"Answer\";s:7:\"answers\";s:7:\"Answers\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:192:\"Are you <b>sure</b> you want to delete the private messages belonging to the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the private messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:167:\"Are you <b>sure</b> you want to delete the subscriptions called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:158:\"Are you <b>sure</b> you want to delete the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the visitor messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_you_want_to_delete_this_answer\";s:44:\"Are you sure you want to delete this answer?\";s:45:\"are_you_sure_you_want_to_delete_this_question\";s:46:\"Are you sure you want to delete this question?\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge <b>%1$s</b> into <b>%2$s</b>?<br />\r\n<br />\r\n<b>%1$s</b> will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:33:\"Automatic Topic Subscription Mode\";s:32:\"avatars_to_show_per_page_gcpuser\";s:24:\"Avatars to Show Per Page\";s:16:\"ban_user_gcpuser\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:18:\"delete_all_gcpuser\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:34:\"delete_user_transfer_social_groups\";s:397:\"<strong>This user is the maintainer of %1$s group(s)</strong><br />\r\nIf you delete this user, you will also delete their groups as well as all discussions, messages, user memberships, group images and all other content related to their groups.<br /><br />\r\nIf you want to force the transfer of this user\'s groups to yourself so that you may transfer or manage them later then check this checkbox: \";s:36:\"delete_visitor_messages_sent_by_user\";s:36:\"Delete Visitor Messages Sent by User\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:23:\"display_avatars_gcpuser\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:21:\"display_email_gcpuser\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:22:\"display_images_gcpuser\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:27:\"display_infractions_gcpuser\";s:19:\"Display Infractions\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:26:\"display_reputation_gcpuser\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:24:\"Display Signature Inline\";s:26:\"display_signatures_gcpuser\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:27:\"edit_profile_customizations\";s:27:\"Edit Profile Customizations\";s:39:\"edit_profile_style_customizations_for_x\";s:72:\"Edit Profile Style Customizations for \'<span class=\"normal\">%1$s</span>\'\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:23:\"edit_reputation_gcpuser\";s:15:\"Edit Reputation\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:29:\"email_to_send_at_once_gcpuser\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:23:\"enter_image_url_gcpuser\";s:35:\"Please enter the URL of your image:\";s:20:\"external_connections\";s:20:\"External Connections\";s:18:\"facebook_connected\";s:18:\"Facebook Connected\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for user<dfn>Enter Username</dfn>\";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>\";s:25:\"forum_permissions_gcpuser\";s:19:\"Channel Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for <i>x</i> days\";s:34:\"human_verification_manager_gcpuser\";s:26:\"Human Verification Manager\";s:26:\"human_verification_options\";s:26:\"Human Verification Options\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click <a href=\"%1$s\">here</a>.\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:26:\"image_verification_options\";s:26:\"Image Verification Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"</b>%1$s<b>\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \"</b>%1$s<b>\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:534:\"Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process cannot be reversed</b>.\";s:19:\"merge_users_gcpuser\";s:11:\"Merge Users\";s:13:\"message_email\";s:534:\"Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>\";s:26:\"moderate_followers_gcpuser\";s:25:\"Enable Subscriber Request\";s:30:\"move_user_to_usergroup_gcpuser\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:9:\"new_value\";s:9:\"New Value\";s:24:\"no_matches_found_gcpuser\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:9:\"old_value\";s:9:\"Old Value\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:21:\"primary_users_gcpuser\";s:13:\"Primary Users\";s:34:\"private_message_statistics_gcpuser\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:21:\"profile_customization\";s:21:\"Profile Customization\";s:28:\"profile_style_customizations\";s:28:\"Profile Style Customizations\";s:12:\"question_dfn\";s:67:\"Question<dfn>Answers are added after the question is created.</dfn>\";s:29:\"question_verification_options\";s:42:\"Question & Answer Verification Options\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:36:\"receieve_friend_request_notification\";s:35:\"Receive Friend Request Notification\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:5:\"regex\";s:5:\"Regex\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:40:\"regular_expression_require_match_gcpuser\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:94:\"Resize image to user\'s maximum allowed dimensions\r\n<dfn>As defined by their usergroup(s)</dfn>\";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:27:\"search_ip_addresses_gcpuser\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:33:\"show_others_custom_profile_styles\";s:39:\"Show Other Users\' Custom Profile Styles\";s:35:\"showing_avatars_x_to_y_of_z_gcpuser\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?<dfn>(Will not send any email out)</dfn>\";s:29:\"text_to_separate_addresses_by\";s:220:\"Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>\";s:30:\"there_are_no_changes_to_revert\";s:30:\"There are no changes to revert\";s:28:\"there_are_no_changes_to_save\";s:28:\"There are no changes to save\";s:29:\"this_action_is_not_reversible\";s:222:\"Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:23:\"Updating Topics / Posts\";s:28:\"updating_threads_posts_for_x\";s:32:\"Updating Topics / Posts for %1$s\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:36:\"user_no_permission_customize_profile\";s:80:\"This user does not have permission to customize any parts of his or her profile.\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:26:\"user_title_manager_gcpuser\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:25:\"usergroup_options_gcpuser\";s:17:\"Usergroup Options\";s:22:\"userid_is_greater_than\";s:35:\"User ID is greater than or equal to\";s:19:\"userid_is_less_than\";s:20:\"User ID is less than\";s:33:\"users_awaiting_moderation_gcpuser\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:19:\"view_change_history\";s:19:\"View change history\";s:30:\"view_forum_permissions_gcpuser\";s:24:\"View Channel Permissions\";s:24:\"view_infractions_gcpuser\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:26:\"view_join_requests_gcpuser\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:34:\"view_social_groups_created_by_user\";s:27:\"View Groups Created by User\";s:33:\"visitor_messages_sent_by_the_user\";s:33:\"Visitor Messages sent by the User\";s:15:\"warning_gcpuser\";s:7:\"Warning\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:16:\"warnings_gcpuser\";s:8:\"Warnings\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!\";}\";s:19:\"phrasegroup_holiday\";N;s:24:\"phrasegroup_cppermission\";s:23436:\"a:294:{s:34:\"additional_functions_gcppermission\";s:20:\"Additional Functions\";s:13:\"administrator\";s:13:\"Administrator\";s:33:\"administrator_permissions_manager\";s:33:\"Administrator Permissions Manager\";s:18:\"album_max_pictures\";s:32:\"Maximum Number of Album Pictures\";s:14:\"album_max_size\";s:78:\"Maximum Total File Size of Album Pictures (bytes)\r\n<dfn>1KB = 1024 bytes</dfn>\";s:24:\"album_picture_max_height\";s:37:\"Album Picture Maximum Height (pixels)\";s:23:\"album_picture_max_width\";s:36:\"Album Picture Maximum Width (pixels)\";s:18:\"allow_bbcode_align\";s:77:\"<span title=\"[LEFT] [CENTER] [RIGHT] [INDENT]\">Allow Alignment BB Code</span>\";s:18:\"allow_bbcode_basic\";s:52:\"<span title=\"[B] [I] [U]\">Allow Basic BB Code</span>\";s:17:\"allow_bbcode_code\";s:46:\"<span title=\"[CODE]\">Allow Code BB Code</span>\";s:18:\"allow_bbcode_color\";s:48:\"<span title=\"[COLOR]\">Allow Color BB Code</span>\";s:19:\"allow_bbcode_custom\";s:73:\"<span title=\"Administrator-defined BB Codes\">Allow Custom BB Codes</span>\";s:17:\"allow_bbcode_font\";s:46:\"<span title=\"[FONT]\">Allow Font BB Code</span>\";s:17:\"allow_bbcode_html\";s:46:\"<span title=\"[HTML]\">Allow HTML BB Code</span>\";s:16:\"allow_bbcode_img\";s:46:\"<span title=\"[IMG]\">Allow Image BB Code</span>\";s:17:\"allow_bbcode_link\";s:69:\"<span title=\"[URL] [EMAIL] [THREAD] [POST]\">Allow Link BB Code</span>\";s:17:\"allow_bbcode_list\";s:46:\"<span title=\"[LIST]\">Allow List BB Code</span>\";s:16:\"allow_bbcode_php\";s:44:\"<span title=\"[PHP]\">Allow PHP BB Code</span>\";s:18:\"allow_bbcode_quote\";s:48:\"<span title=\"[QUOTE]\">Allow Quote BB Code</span>\";s:17:\"allow_bbcode_size\";s:46:\"<span title=\"[SIZE]\">Allow Size BB Code</span>\";s:19:\"allow_member_groups\";s:157:\"Allow Users to have Member Groups <dfn>(Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)</dfn>\";s:28:\"apply_permissions_to_channel\";s:62:\"Apply Permissions to Channel <dfn>(Includes Sub-Channel)</dfn>\";s:30:\"apply_permissions_to_usergroup\";s:31:\"Apply Permissions to Usergroups\";s:36:\"attachment_permissions_gcppermission\";s:22:\"Attachment Permissions\";s:18:\"birthdays_viewable\";s:139:\"Birthdays Viewable <dfn>(Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)</dfn>\";s:24:\"can_access_control_panel\";s:43:\"Can Access Control Panel (is Administrator)\";s:14:\"can_add_owners\";s:14:\"Can Add Owners\";s:22:\"can_admin_all_settings\";s:27:\"Can Administer All Settings\";s:19:\"can_admin_templates\";s:31:\"Can Administer & Edit Templates\";s:18:\"can_administer_ads\";s:18:\"Can Administer Ads\";s:22:\"can_administer_bbcodes\";s:23:\"Can Administer BB Codes\";s:21:\"can_administer_blocks\";s:28:\"Can Administer Forum Blocks\";s:18:\"can_administer_cms\";s:18:\"Can Administer CMS\";s:19:\"can_administer_cron\";s:19:\"Can Administer CRON\";s:18:\"can_administer_faq\";s:19:\"Can Administer Help\";s:21:\"can_administer_forums\";s:21:\"Can Administer Forums\";s:21:\"can_administer_images\";s:40:\"Can Administer Avatars / Icons / Smilies\";s:24:\"can_administer_languages\";s:24:\"Can Administer Languages\";s:31:\"can_administer_limited_settings\";s:40:\"Can Administer Limited or Basic Settings\";s:28:\"can_administer_moderator_log\";s:28:\"Can Administer Moderator Log\";s:22:\"can_administer_notices\";s:22:\"Can Administer Notices\";s:23:\"can_administer_products\";s:23:\"Can Administer Products\";s:21:\"can_administer_styles\";s:21:\"Can Administer Styles\";s:19:\"can_administer_tags\";s:19:\"Can Administer Tags\";s:22:\"can_administer_threads\";s:21:\"Can Administer Topics\";s:31:\"can_administer_user_permissions\";s:31:\"Can Administer User Permissions\";s:20:\"can_administer_users\";s:20:\"Can Administer Users\";s:26:\"can_administer_xml_sitemap\";s:26:\"Can Administer XML Sitemap\";s:28:\"can_always_create_discussion\";s:120:\"Can Always Create Discussions\r\n<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>\";s:26:\"can_always_post_in_channel\";s:118:\"Can Always Reply<dfn>If enabled, the user will be able to reply in channels, regardless of being a member or not</dfn>\";s:23:\"can_always_post_message\";s:113:\"Can Always Post Messages<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>\";s:30:\"can_always_post_new_in_channel\";s:132:\"Can Always Post Topics<dfn>If enabled, the user will be able to create topics in channels, regardless of being a member or not</dfn>\";s:23:\"can_always_view_channel\";s:108:\"Can Always View Channel<dfn>If enabled, the user will be able to view private and invite only channels</dfn>\";s:13:\"can_ban_users\";s:13:\"Can Ban Users\";s:11:\"can_comment\";s:11:\"Can Comment\";s:21:\"can_configure_channel\";s:21:\"Can Configure Channel\";s:21:\"can_create_discussion\";s:36:\"Can Create New Discussions in Groups\";s:15:\"can_create_link\";s:15:\"Can create link\";s:17:\"can_create_report\";s:17:\"Can create report\";s:24:\"can_create_social_groups\";s:17:\"Can Create Groups\";s:15:\"can_create_tags\";s:15:\"Can Create Tags\";s:16:\"can_create_video\";s:16:\"Can create video\";s:21:\"can_customize_profile\";s:21:\"Can Customize Profile\";s:18:\"can_delete_channel\";s:33:\"User can delete sub-channels here\";s:22:\"can_delete_discussions\";s:22:\"Can Delete Discussions\";s:17:\"can_delete_events\";s:17:\"Can Delete Events\";s:20:\"can_delete_own_posts\";s:20:\"Can Delete Own Posts\";s:28:\"can_delete_own_social_groups\";s:21:\"Can Delete Own Groups\";s:22:\"can_delete_own_threads\";s:21:\"Can Delete Own Topics\";s:31:\"can_delete_own_visitor_messages\";s:31:\"Can Delete Own Visitor Messages\";s:27:\"can_delete_picture_comments\";s:27:\"Can Delete Picture Comments\";s:19:\"can_delete_pictures\";s:19:\"Can Delete Pictures\";s:16:\"can_delete_posts\";s:16:\"Can Delete Posts\";s:24:\"can_delete_social_groups\";s:17:\"Can Delete Groups\";s:27:\"can_delete_tags_own_threads\";s:29:\"Can Delete Tags on Own Topics\";s:24:\"can_download_attachments\";s:24:\"Can Download Attachments\";s:25:\"can_edit_background_image\";s:20:\"Can Edit Backgrounds\";s:16:\"can_edit_borders\";s:16:\"Can Edit Borders\";s:15:\"can_edit_colors\";s:36:\"Can Edit Text Colors and Link Colors\";s:20:\"can_edit_discussions\";s:20:\"Can Edit Discussions\";s:15:\"can_edit_events\";s:15:\"Can Edit Events\";s:20:\"can_edit_font_family\";s:20:\"Can Edit Font Family\";s:18:\"can_edit_font_size\";s:18:\"Can Edit Font Size\";s:23:\"can_edit_others_content\";s:24:\"Can Edit Others\' Content\";s:18:\"can_edit_own_posts\";s:18:\"Can Edit Own Posts\";s:20:\"can_edit_own_profile\";s:20:\"Can Edit Own Profile\";s:26:\"can_edit_own_social_groups\";s:19:\"Can Edit Own Groups\";s:29:\"can_edit_own_visitor_messages\";s:29:\"Can Edit Own Visitor Messages\";s:25:\"can_edit_picture_comments\";s:25:\"Can Edit Picture Comments\";s:17:\"can_edit_pictures\";s:17:\"Can Edit Pictures\";s:14:\"can_edit_polls\";s:14:\"Can Edit Polls\";s:14:\"can_edit_posts\";s:14:\"Can Edit Posts\";s:16:\"can_edit_privacy\";s:100:\"Can Edit Profile Privacy<dfn>Whether the user can hide blocks on their profile page from other users\";s:22:\"can_edit_social_groups\";s:15:\"Can Edit Groups\";s:16:\"can_edit_threads\";s:15:\"Can Edit Topics\";s:21:\"can_edit_user_avatars\";s:21:\"Can Edit User Avatars\";s:30:\"can_edit_user_profile_pictures\";s:30:\"Can Edit User Profile Pictures\";s:47:\"can_edit_user_reputation_comments_gcppermission\";s:33:\"Can Edit User Reputation Comments\";s:24:\"can_edit_user_signatures\";s:24:\"Can Edit User Signatures\";s:30:\"can_give_arbitrary_infractions\";s:36:\"Can Give Arbitrary Value Infractions\";s:20:\"can_give_infractions\";s:30:\"Can Give Infractions to Others\";s:14:\"can_have_album\";s:34:\"Can Have Album and Upload Pictures\";s:19:\"can_hide_reputation\";s:31:\"Can Hide Reputation from Others\";s:16:\"can_ignore_quota\";s:16:\"Can Ignore Quota\";s:8:\"can_join\";s:16:\"Can Join Channel\";s:22:\"can_join_social_groups\";s:15:\"Can Join Groups\";s:20:\"can_limit_discussion\";s:158:\"Can Limit Discussions in Own Groups to the Group Owner<dfn>If enabled, the user can configure their Groups so that only they can create new discussions.</dfn>\";s:28:\"can_manage_group_discussions\";s:26:\"Can Manage Own Discussions\";s:25:\"can_manage_group_messages\";s:23:\"Can Manage Own Messages\";s:28:\"can_manage_own_social_groups\";s:21:\"Can Manage Own Groups\";s:31:\"can_manage_own_visitor_messages\";s:38:\"Can Manage Messages within Own Profile\";s:18:\"can_manage_threads\";s:17:\"Can Manage Topics\";s:21:\"can_mass_move_threads\";s:20:\"Can Mass-Move Topics\";s:22:\"can_mass_prune_threads\";s:21:\"Can Mass-Prune Topics\";s:24:\"can_moderate_attachments\";s:24:\"Can Moderate Attachments\";s:24:\"can_moderate_discussions\";s:24:\"Can Moderate Discussions\";s:19:\"can_moderate_events\";s:19:\"Can Moderate Events\";s:29:\"can_moderate_picture_comments\";s:29:\"Can Moderate Picture Comments\";s:21:\"can_moderate_pictures\";s:21:\"Can Moderate Pictures\";s:18:\"can_moderate_posts\";s:18:\"Can Moderate Posts\";s:17:\"can_moderate_tags\";s:17:\"Can Moderate Tags\";s:15:\"can_move_events\";s:15:\"Can Move Events\";s:20:\"can_move_own_threads\";s:19:\"Can Move Own Topics\";s:26:\"can_open_close_own_threads\";s:27:\"Can Open / Close Own Topics\";s:22:\"can_open_close_threads\";s:23:\"Can Open / Close Topics\";s:32:\"can_override_primary_group_title\";s:39:\"Can override primary group title/markup\";s:33:\"can_physically_delete_discussions\";s:121:\"Can Permanently Delete Discussions <dfn>(Completely removes the discussion and all of it\'s posts from the database)</dfn>\";s:27:\"can_physically_delete_posts\";s:87:\"Can Permanently Delete Posts <dfn>(Completely removes the post from the database)</dfn>\";s:22:\"can_post_announcements\";s:129:\"Can Post Announcements\r\n<dfn>Granting this permission will allow this user to post announcements containing arbitrary HTML.</dfn>\";s:20:\"can_post_attachments\";s:20:\"Can Post Attachments\";s:22:\"can_post_group_message\";s:27:\"Can Post Messages in Groups\";s:14:\"can_post_polls\";s:14:\"Can Post Polls\";s:16:\"can_post_threads\";s:15:\"Can Post Topics\";s:43:\"can_post_visitor_messages_to_others_profile\";s:44:\"Can Post Visitor Messages to Others\' Profile\";s:40:\"can_post_visitor_messages_to_own_profile\";s:40:\"Can Post Visitor Messages to Own Profile\";s:11:\"can_publish\";s:11:\"Can Publish\";s:16:\"can_rate_threads\";s:16:\"Can Rate Threads\";s:27:\"can_remove_picture_comments\";s:102:\"Can Permanently Delete Picture Comments\r\n<dfn>(Completely removes the comment from the database)</dfn>\";s:16:\"can_remove_posts\";s:16:\"Can Remove Posts\";s:27:\"can_reply_to_others_threads\";s:27:\"Can Reply to Others\' Topics\";s:24:\"can_reply_to_own_threads\";s:23:\"Can Reply to Own Topics\";s:20:\"can_reply_to_threads\";s:19:\"Can Reply to Topics\";s:24:\"can_restore_banned_users\";s:24:\"Can Restore Banned Users\";s:23:\"can_reverse_infractions\";s:23:\"Can Reverse Infractions\";s:25:\"can_run_basic_maintenance\";s:31:\"Can Run Basic Maintenance Tools\";s:16:\"can_search_forum\";s:16:\"Can Search Forum\";s:17:\"can_search_forums\";s:17:\"Can Search Forums\";s:24:\"can_see_deletion_notices\";s:24:\"Can See Deletion Notices\";s:23:\"can_see_invisible_users\";s:60:\"Can \'See\' Users Who Have Chosen to be Invisible While Online\";s:31:\"can_see_others_infraction_level\";s:32:\"Can See Others\' Infraction Level\";s:18:\"can_see_thumbnails\";s:18:\"Can See Thumbnails\";s:24:\"can_see_who_liked_a_post\";s:24:\"Can See Who Liked a Post\";s:28:\"can_set_default_user_profile\";s:36:\"Can Set Default User Profile Styling\";s:22:\"can_set_featured_items\";s:22:\"Can Set Featured Items\";s:22:\"can_set_forum_password\";s:22:\"Can Set Forum Password\";s:22:\"can_set_self_invisible\";s:30:\"Can Set Self to Invisible Mode\";s:21:\"can_set_server_config\";s:80:\"Can Set Server Configuration- hardware, software, and storage location settings.\";s:13:\"can_set_theme\";s:13:\"Can Set Theme\";s:22:\"can_tag_others_threads\";s:22:\"Can Tag Others\' Topics\";s:19:\"can_tag_own_threads\";s:18:\"Can Tag Own Topics\";s:26:\"can_transfer_social_groups\";s:19:\"Can Transfer Groups\";s:26:\"can_upload_ani_gif_sig_img\";s:37:\"Can Upload Animated GIF for Signature\";s:26:\"can_upload_animated_avatar\";s:26:\"Can Upload Animated Avatar\";s:30:\"can_upload_animated_group_icon\";s:31:\"Can Upload Animated Group Icons\";s:22:\"can_upload_attachments\";s:22:\"Can Upload Attachments\";s:24:\"can_upload_channel_icons\";s:24:\"Can Upload Channel Icons\";s:25:\"can_upload_custom_avatars\";s:25:\"Can Upload Custom Avatars\";s:18:\"can_upload_sig_img\";s:31:\"Can Upload Images for Signature\";s:28:\"can_upload_social_group_icon\";s:22:\"Can Upload Group Icons\";s:23:\"can_use_all_maintenance\";s:29:\"Can Use All Maintenance Tools\";s:29:\"can_use_animated_channel_icon\";s:33:\"Can Upload Animated Channel Icons\";s:20:\"can_use_custom_title\";s:20:\"Can Use Custom Title\";s:23:\"can_use_email_to_friend\";s:23:\"Can Use Email to Friend\";s:15:\"can_use_friends\";s:28:\"Can Subscribe to Other Users\";s:12:\"can_use_html\";s:12:\"Can Use HTML\";s:18:\"can_use_reputation\";s:18:\"Can Use Reputation\";s:18:\"can_use_signatures\";s:18:\"Can Use Signatures\";s:19:\"can_use_sitebuilder\";s:19:\"Can Use Sitebuilder\";s:15:\"can_view_albums\";s:147:\"Can View Albums\r\n<dfn>Users without this permission will still be able to see picture in public and profile album if they know the exact URL.</dfn>\";s:20:\"can_view_attachments\";s:20:\"Can View Attachments\";s:14:\"can_view_forum\";s:17:\"Can View Channels\";s:29:\"can_view_hidden_custom_fields\";s:30:\"Can View Private Custom Fields\";s:21:\"can_view_ip_addresses\";s:21:\"Can View IP Addresses\";s:20:\"can_view_member_info\";s:20:\"Can View Member Info\";s:23:\"can_view_others_threads\";s:23:\"Can View Others\' Topics\";s:22:\"can_view_social_groups\";s:15:\"Can View Groups\";s:16:\"can_view_threads\";s:22:\"Can View Topic Content\";s:22:\"can_view_whole_profile\";s:42:\"Can View Whole User Profile (but not edit)\";s:20:\"can_view_whos_online\";s:21:\"Can View Who\'s Online\";s:28:\"can_view_wol_actual_location\";s:48:\"Can view actual location of user (filepath/url).\";s:25:\"can_view_wol_bad_location\";s:80:\"Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations\";s:28:\"can_view_wol_detail_location\";s:41:\"Can View Detailed Location Info for Users\";s:17:\"can_vote_on_polls\";s:17:\"Can Vote on Polls\";s:35:\"channel_based_permission_duplicator\";s:35:\"Channel-Based Permission Duplicator\";s:21:\"channel_icon_max_size\";s:135:\"Maximum File Size of Channel Icons (bytes)\r\n<dfn><strong>Note: </strong>Channel Image Icons are always limited to 200px by 200px.</dfn>\";s:33:\"channel_permissions_gcppermission\";s:19:\"Channel Permissions\";s:27:\"channel_permissions_manager\";s:27:\"Channel Permissions Manager\";s:26:\"control_panel_style_choice\";s:26:\"Control Panel Style Choice\";s:29:\"copy_permissions_from_channel\";s:79:\"Copy Permissions from Channel <dfn>(Does <b>not</b> include sub-channels)</dfn>\";s:27:\"copy_permissions_from_group\";s:32:\"Copy Permissions from User Group\";s:28:\"copy_permissions_to_channels\";s:28:\"Copy Permissions to Channels\";s:26:\"copy_permissions_to_groups\";s:31:\"Copy Permissions to User Groups\";s:18:\"create_permissions\";s:18:\"Create Permissions\";s:17:\"createpermissions\";s:18:\"Create Permissions\";s:26:\"custom_avatar_max_filesize\";s:66:\"Custom Avatar Maximum File Size (bytes)<dfn>1KB = 1024 bytes</dfn>\";s:24:\"custom_avatar_max_height\";s:37:\"Custom Avatar Maximum Height (pixels)\";s:23:\"custom_avatar_max_width\";s:36:\"Custom Avatar Maximum Width (pixels)\";s:68:\"customized_using_custom_permissions_for_this_usergroup_gcppermission\";s:62:\"<b>Customized:</b> Using custom permissions for this usergroup\";s:25:\"default_forum_permissions\";s:25:\"Default Forum Permissions\";s:27:\"delete_selected_permissions\";s:27:\"Delete Selected Permissions\";s:8:\"deny_all\";s:8:\"Deny All\";s:23:\"dismissed_news_item_ids\";s:33:\"Dismissed vBulletin News Item IDs\";s:24:\"edit_channel_permissions\";s:24:\"Edit Channel Permissions\";s:53:\"edit_channel_permissions_for_usergroup_x_in_channel_y\";s:78:\"Edit Channel Permissions For Usergroup: </b>\"%1$s\"<b> in Channel </b>\"%2$s\"<b>\";s:22:\"edit_forum_permissions\";s:22:\"Edit Forum Permissions\";s:15:\"edit_time_limit\";s:33:\"Time Limit for Editing Posts (hr)\";s:22:\"exempt_from_spam_check\";s:31:\"Exempt posts from Spam checking\";s:29:\"follow_forum_moderation_rules\";s:94:\"Follow Channel Moderation Rules<dfn>If no, posts are always placed into moderation queue</dfn>\";s:37:\"follow_group_message_moderation_rules\";s:103:\"Follow Group Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>\";s:31:\"follow_picture_moderation_rules\";s:31:\"Follow Picture Moderation Rules\";s:39:\"follow_visitor_message_moderation_rules\";s:105:\"Follow Visitor Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:31:\"forum_permissions_gcppermission\";s:19:\"Channel Permissions\";s:27:\"forum_searching_permissions\";s:27:\"Forum Searching Permissions\";s:25:\"forum_viewing_permissions\";s:25:\"Forum Viewing Permissions\";s:19:\"general_permissions\";s:19:\"General Permissions\";s:32:\"give_admin_access_arbitrary_html\";s:164:\"Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.\";s:26:\"inherit_channel_permission\";s:62:\"Inherit from parent(this will delete any existing permissions)\";s:69:\"inherited_using_custom_permissions_inherited_channel_a_parent_channel\";s:74:\"<b>Inherited:</b> Using custom permissions inherited from a parent channel\";s:15:\"is_banned_group\";s:269:\"This Usergroup is not a \'Banned\' Group <dfn>(Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviors.)</dfn>\";s:18:\"is_super_moderator\";s:44:\"Can Moderate All Forums (is Super Moderator)\";s:15:\"max_attachments\";s:28:\"Maximum Attachments per Post\";s:12:\"max_channels\";s:16:\"Maximum Channels\";s:14:\"max_other_tags\";s:27:\"Maximum Tags by Other Users\";s:16:\"max_starter_tags\";s:29:\"Maximum tags for Starter Post\";s:8:\"max_tags\";s:22:\"Maximum number of tags\";s:22:\"maximum_created_groups\";s:88:\"Maximum Created Groups<dfn>The amount of groups the user can have at any one time.</dfn>\";s:30:\"maximum_recipients_to_send_pms\";s:141:\"Maximum Recipients to Send PMs at a time:<dfn>Do not set this too high for performance reasons (set to 0 to allow unlimited recipients)</dfn>\";s:23:\"maximum_stored_messages\";s:124:\"Maximum Stored Messages:<dfn>If you set this to 0 users from this usergroup will not be able to use private messaging.</dfn>\";s:21:\"moderator_permissions\";s:21:\"Moderator Permissions\";s:30:\"must_enable_custom_permissions\";s:91:\"For this setting to have any effect, custom permissions for this usergroup must be enabled.\";s:9:\"new_forum\";s:9:\"New Forum\";s:34:\"note_groups_marked_with_a_asterisk\";s:153:\"<b>Note</b>: Groups marked with an <b>*</b> can be selected by their members to override the username markup and user title from their primary usergroup.\";s:34:\"only_copy_permissions_from_channel\";s:69:\"Only Copy Permissions from Channel <dfn>(Includes sub-channels)</dfn>\";s:32:\"only_copy_permissions_from_group\";s:37:\"Only Copy Permissions from User Group\";s:16:\"order_by_channel\";s:16:\"Order By Channel\";s:18:\"order_by_usergroup\";s:18:\"Order By Usergroup\";s:27:\"overwrite_duplicate_entries\";s:27:\"Overwrite Duplicate Entries\";s:27:\"overwrite_inherited_entries\";s:27:\"Overwrite Inherited Entries\";s:15:\"password_expiry\";s:171:\"Password Expiry <dfn>(If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)</dfn>\";s:16:\"password_history\";s:243:\"Password History <dfn>(If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.<br />Note: this setting has no effect if password expiry is set to 0 days)</dfn>\";s:28:\"permission_duplication_tools\";s:28:\"Permission Duplication Tools\";s:27:\"permission_overwrite_notice\";s:108:\"Note: These permissions will overwrite any existing permissions for this channel for the selected usergroups\";s:11:\"permissions\";s:11:\"Permissions\";s:24:\"permissions_quick_editor\";s:24:\"Permissions Quick Editor\";s:29:\"picture_uploading_permissions\";s:29:\"Picture Uploading Permissions\";s:16:\"poll_permissions\";s:16:\"Poll Permissions\";s:23:\"post_thread_permissions\";s:24:\"Post / Topic Permissions\";s:27:\"private_message_permissions\";s:27:\"Private Message Permissions\";s:30:\"quick_channel_permission_setup\";s:30:\"Quick Channel Permission Setup\";s:16:\"require_hv_check\";s:209:\"Require Human Verification on Configured Actions\r\n<dfn>Users will have to pass human verification for the configured <a href=\"options.php?dogroup=humanverification\"><strong>Human Verified Actions</strong></a>.\";s:18:\"require_moderation\";s:28:\"Require Moderation for Posts\";s:38:\"show_edited_by_note_on_edited_messages\";s:46:\"Show <i>edited by</i> note on edited messages?\";s:22:\"sig_image_max_filesize\";s:41:\"Signature Image Maximum File-size (bytes)\";s:20:\"sig_image_max_height\";s:39:\"Signature Image Maximum Height (pixels)\";s:19:\"sig_image_max_width\";s:38:\"Signature Image Maximum Width (pixels)\";s:13:\"sig_max_chars\";s:73:\"Maximum Characters in Signature <strong>Excluding</strong> BB Code Markup\";s:14:\"sig_max_images\";s:44:\"Maximum Number of Images/Videos in Signature\";s:13:\"sig_max_lines\";s:26:\"Maximum Lines in Signature\";s:17:\"sig_max_raw_chars\";s:73:\"Maximum Characters in Signature <strong>Including</strong> BB Code Markup\";s:19:\"sig_max_size_bbcode\";s:39:\"Maximum Value of x for [SIZE=x] BB Code\";s:21:\"signature_permissions\";s:21:\"Signature Permissions\";s:26:\"social_group_icon_max_size\";s:131:\"Maximum File Size of Group Icons (bytes)\r\n<dfn><strong>Note: </strong>Group Image Icons are always limited to 200px by 200px.</dfn>\";s:24:\"social_group_permissions\";s:18:\"Groups Permissions\";s:26:\"space_in_bytes_attachlimit\";s:107:\"Space (in bytes) that a user\'s total attachment usage may consume <dfn>(Set to 0 to not have a limit)</dfn>\";s:27:\"update_selected_permissions\";s:27:\"Update Selected Permissions\";s:22:\"use_custom_permissions\";s:22:\"Use Custom Permissions\";s:37:\"use_default_permissions_gcppermission\";s:94:\"Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)\";s:36:\"user_album_permissions_gcppermission\";s:22:\"User Album Permissions\";s:27:\"user_infraction_permissions\";s:27:\"User Infraction Permissions\";s:16:\"user_permissions\";s:16:\"User Permissions\";s:27:\"user_reputation_permissions\";s:27:\"User Reputation Permissions\";s:19:\"usercss_permissions\";s:33:\"Profile Customization Permissions\";s:37:\"usergroup_based_permission_duplicator\";s:38:\"User Group-Based Permission Duplicator\";s:31:\"usergroup_options_gcppermission\";s:17:\"Usergroup Options\";s:20:\"usergroup_user_title\";s:124:\"User Title <dfn>(Use this to override the default \'ladder\' of <a href=\"usertitle.php\" target=\"_blank\">user titles</a>)</dfn>\";s:15:\"username_markup\";s:265:\"Username HTML Markup <dfn>(Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Topic, Posts, Member List etc.)</dfn>\";s:38:\"view_channel_permissions_gcppermission\";s:24:\"View Channel Permissions\";s:22:\"view_control_panel_log\";s:22:\"View Control Panel Log\";s:36:\"view_forum_permissions_gcppermission\";s:24:\"View Channel Permissions\";s:30:\"view_permissions_gcppermission\";s:16:\"View Permissions\";s:27:\"visitor_message_permissions\";s:27:\"Visitor Message Permissions\";s:23:\"whos_online_permissions\";s:24:\"Who\'s Online Permissions\";s:18:\"x_access_masks_set\";s:23:\"%1$s Access Mask(s) set\";}\";s:20:\"phrasegroup_cpoption\";s:8648:\"a:121:{s:15:\"add_new_setting\";s:15:\"Add New Setting\";s:21:\"add_new_setting_group\";s:21:\"Add New Setting Group\";s:11:\"add_setting\";s:11:\"Add Setting\";s:12:\"akismet_desc\";s:715:\"<p>The <a href=\"http://akismet.com/\">Akismet</a> service provides spam detection for user submitted posts. When enabled, suspected posts will be marked as spam, leaving the posts only visible to moderators for approval or deletion.</p>\r\n<p>Content that is not detected as spam can be sent to the Akismet database to improve future detection. This is accomplished via the Inline Moderation Delete Posts option.</p>\r\n<p>Usage of this service requires an Akismet API key, which can be retrieved from <a href=\"http://akismet.com/\">akismet.com</a>.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having their posts scanned for spam.</p>\";s:16:\"akismet_settings\";s:16:\"Akismet Settings\";s:11:\"always_send\";s:18:\"Always send header\";s:37:\"are_you_sure_want_to_delete_setting_x\";s:52:\"Are you sure you want to delete the setting: \'%1$s\'?\";s:42:\"are_you_sure_want_to_delete_settinggroup_x\";s:58:\"Are you sure you want to delete the setting group: \'%1$s\'?\";s:19:\"automoderation_desc\";s:272:\"<p>The settings below are internal methods that can be employed to detect potential spammers.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having these methods utilized on their posts.</p>\";s:23:\"automoderation_settings\";s:24:\"Auto Moderation Settings\";s:6:\"backup\";s:6:\"Backup\";s:23:\"backup_restore_settings\";s:25:\"Backup / Restore Settings\";s:5:\"basic\";s:5:\"Basic\";s:9:\"blacklist\";s:9:\"Blacklist\";s:5:\"blank\";s:7:\"(blank)\";s:23:\"collapse_setting_groups\";s:23:\"Collapse Setting Groups\";s:11:\"collapsible\";s:11:\"Collapsible\";s:9:\"contactus\";s:10:\"Contact Us\";s:14:\"coppa_disabled\";s:13:\"Disable COPPA\";s:13:\"coppa_enabled\";s:12:\"Enable COPPA\";s:14:\"custom_setting\";s:14:\"Custom Setting\";s:32:\"database_automatic_forum_marking\";s:34:\"Database (automatic forum marking)\";s:35:\"database_no_automatic_forum_marking\";s:37:\"Database (no automatic forum marking)\";s:17:\"datatype_bitfield\";s:8:\"Bitfield\";s:16:\"datatype_boolean\";s:7:\"Boolean\";s:13:\"datatype_free\";s:4:\"Free\";s:16:\"datatype_integer\";s:7:\"Integer\";s:16:\"datatype_numeric\";s:7:\"Numeric\";s:15:\"datatype_posint\";s:16:\"Positive Integer\";s:17:\"datatype_username\";s:8:\"Username\";s:24:\"db_search_implementation\";s:9:\"DB Search\";s:26:\"deny_under_13_registration\";s:47:\"Deny registration for users aged under 13 years\";s:18:\"detailed_gcpoption\";s:8:\"Detailed\";s:32:\"display_but_require_admin_or_mod\";s:47:\"Display, but require administrator or moderator\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:16:\"display_publicly\";s:16:\"Display publicly\";s:24:\"display_reputation_power\";s:24:\"Display Reputation Power\";s:13:\"do_not_import\";s:13:\"Do not import\";s:13:\"do_not_log_ip\";s:13:\"Do not log IP\";s:24:\"download_upload_settings\";s:26:\"Download / Upload Settings\";s:16:\"email_moderators\";s:16:\"Email Moderators\";s:35:\"email_moderators_and_administrators\";s:54:\"Email Moderators, Super Moderators, and Administrators\";s:14:\"enable_friends\";s:7:\"Friends\";s:13:\"enable_groups\";s:6:\"Groups\";s:23:\"enable_visitor_tracking\";s:16:\"Visitor Tracking\";s:25:\"error_confirmation_phrase\";s:101:\"There are errors in the settings on this page.\\n\\r\\n\\n\\r\\nAre you sure you want to save the settings?\";s:21:\"expand_setting_groups\";s:21:\"Expand Setting Groups\";s:8:\"expanded\";s:8:\"Expanded\";s:11:\"icon_resize\";s:4:\"Icon\";s:27:\"ignore_blacklisted_settings\";s:27:\"Ignore Blacklisted settings\";s:24:\"import_settings_xml_file\";s:24:\"Import Settings XML File\";s:18:\"importing_settings\";s:18:\"Importing Settings\";s:23:\"inactivity_cookie_based\";s:23:\"Inactivity/Cookie Based\";s:21:\"instant_message_icons\";s:21:\"Instant Message Icons\";s:35:\"language_specific_skypeweb_graphics\";s:39:\"Use Language-Specific SkypeWeb Graphics\";s:12:\"large_resize\";s:5:\"Large\";s:21:\"live_permission_check\";s:21:\"Live Permission Check\";s:6:\"lostpw\";s:21:\"Recover Lost Password\";s:13:\"medium_resize\";s:6:\"Medium\";s:10:\"never_send\";s:17:\"Never send header\";s:8:\"no_email\";s:8:\"No Email\";s:19:\"no_permission_check\";s:19:\"No Permission Check\";s:16:\"normal_gcpoption\";s:6:\"Normal\";s:37:\"not_specified_questions_no_validation\";s:90:\"You have not specified any questions. No validation will happen until a question is added.\";s:17:\"only_one_per_post\";s:56:\"Yes, full size, but only if post has only one attachment\";s:11:\"option_code\";s:68:\"Option Code <dfn>(blank, yesno, textarea, or custom eval code)</dfn>\";s:24:\"profilefield_x_fieldid_y\";s:11:\"%1$s (%2$s)\";s:21:\"question_verification\";s:34:\"Question & Answer Verification\";s:12:\"random_color\";s:12:\"Random Color\";s:11:\"random_font\";s:11:\"Random Font\";s:15:\"random_fontsize\";s:16:\"Random Font Size\";s:12:\"random_shape\";s:13:\"Random Shapes\";s:12:\"random_slant\";s:12:\"Random Slant\";s:9:\"recaptcha\";s:16:\"reCAPTCHA™\";s:20:\"recaptcha_blackglass\";s:11:\"Black Glass\";s:15:\"recaptcha_clean\";s:5:\"Clean\";s:13:\"recaptcha_red\";s:3:\"Red\";s:30:\"recaptcha_verification_options\";s:37:\"reCAPTCHA™ Verification Options\";s:15:\"recaptcha_white\";s:5:\"White\";s:7:\"restore\";s:7:\"Restore\";s:25:\"restore_settings_xml_file\";s:25:\"Restore Settings XML File\";s:16:\"restore_xml_file\";s:40:\"OR restore the XML file from your server\";s:13:\"save_settings\";s:13:\"Save Settings\";s:17:\"search_engine_ask\";s:7:\"Ask.com\";s:20:\"search_engine_google\";s:6:\"Google\";s:25:\"search_engine_live_search\";s:11:\"Live Search\";s:22:\"search_engine_moreover\";s:8:\"Moreover\";s:19:\"search_engine_yahoo\";s:6:\"Yahoo!\";s:23:\"search_reindex_required\";s:354:\"Changing search implementations will require you to rebuild the search index before the search function will return results. This can be done via Maintenance > Update Counters. Reindex can take a long time for large boards. Some high performance search engines may provide a faster alternate method of doing a full reindex, consult your documentation.\";s:28:\"select_search_implementation\";s:28:\"Select Search Implementation\";s:11:\"send_if_iis\";s:32:\"Send header only if IIS detected\";s:7:\"setting\";s:7:\"Setting\";s:23:\"settings_bitfield_error\";s:99:\"An error occurred while processing the bitfield files, the following information was returned: %1$s\";s:17:\"show_all_settings\";s:17:\"Show All Settings\";s:32:\"show_birthdays_active_users_only\";s:36:\"Show birthdays for active users only\";s:32:\"show_total_number_active_members\";s:35:\"Show total number of active members\";s:6:\"single\";s:6:\"Single\";s:12:\"small_resize\";s:5:\"Small\";s:28:\"sphinx_search_implementation\";s:13:\"Sphinx Search\";s:18:\"stopforumspam_desc\";s:779:\"<p>The <a href=\"http://www.stopforumspam.com/\">Stop Forum Spam</a> service provides detection of potential spammers during new user registration. When enabled, users can be detected via their IP address, email address, and username.</p>\r\n<p>Detected users will be blocked from registering.</p>\r\n<p>In addition to handling registration, suspected spammers can be reported to the service via the Inline Moderation Delete Posts option.</p>\r\n<p>The level of false-positives can be controlled by altering the Activity and Confidence check values.</p>\r\n<p>Detecting spammers at registration requires nothing extra to be done but submitting spammers to the service requires an API key, which can be retrieved from <a href=\"http://www.stopforumspam.com\">www.stopforumspam.com</a>.</p>\r\n\";s:22:\"stopforumspam_settings\";s:24:\"Stop Forum Spam Settings\";s:18:\"suggested_settings\";s:18:\"Suggested Settings\";s:16:\"thumbnail_resize\";s:9:\"Thumbnail\";s:18:\"use_custom_setting\";s:34:\"Use Custom Setting (Specify Below)\";s:19:\"validation_php_code\";s:19:\"Validation PHP Code\";s:15:\"yes_ajax_upload\";s:27:\"Yes, Ajax Upload by Default\";s:9:\"yes_click\";s:10:\"Yes, Click\";s:18:\"yes_click_or_hover\";s:19:\"Yes, Click or Hover\";s:33:\"yes_display_post_counts_gcpoption\";s:25:\"Yes - Display Post Counts\";s:16:\"yes_flash_upload\";s:28:\"Yes, Flash Upload by Default\";s:14:\"yes_full_image\";s:14:\"Yes, full size\";s:30:\"yes_hide_post_counts_gcpoption\";s:22:\"Yes - Hide Post Counts\";s:9:\"yes_hover\";s:10:\"Yes, Hover\";s:22:\"yes_plain_text_version\";s:23:\"Yes, plain text version\";s:21:\"yes_rich_text_version\";s:22:\"Yes, rich text version\";s:14:\"yes_thumbnails\";s:23:\"Yes, display thumbnails\";s:15:\"yes_with_border\";s:16:\"Yes, with border\";s:30:\"yes_with_border_and_dimensions\";s:31:\"Yes, with border and dimensions\";s:19:\"yes_with_dimensions\";s:20:\"Yes, with dimensions\";s:16:\"yes_with_locking\";s:17:\"Yes, with locking\";s:15:\"yesterday_today\";s:17:\"Yesterday / Today\";}\";s:18:\"phrasegroup_cphome\";s:12855:\"a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}\";s:28:\"phrasegroup_attachment_image\";s:17159:\"a:157:{s:22:\"add_a_single_post_icon\";s:22:\"Add a Single Post Icon\";s:19:\"add_a_single_smilie\";s:19:\"Add a Single Smilie\";s:23:\"add_multiple_post_icons\";s:23:\"Add Multiple Post Icons\";s:20:\"add_multiple_smilies\";s:20:\"Add Multiple Smilies\";s:17:\"add_new_extension\";s:17:\"Add New Extension\";s:26:\"add_new_post_icon_category\";s:26:\"Add New Post Icon Category\";s:23:\"add_new_smilie_category\";s:23:\"Add New Smilie Category\";s:13:\"add_post_icon\";s:13:\"Add Post Icon\";s:14:\"add_post_icons\";s:14:\"Add Post Icons\";s:10:\"add_smilie\";s:10:\"Add Smilie\";s:11:\"add_smilies\";s:11:\"Add Smilies\";s:41:\"adding_multiple_post_icons_reading_from_x\";s:51:\"Adding Multiple Post Icons </b>Reading from %1$s<b>\";s:38:\"adding_multiple_smilies_reading_from_x\";s:48:\"Adding Multiple Smilies </b>Reading from %1$s<b>\";s:14:\"album_pictures\";s:14:\"Album Pictures\";s:39:\"are_you_sure_want_to_delete_post_icon_x\";s:163:\"Are you <b>sure</b> you want to delete the post icon called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:36:\"are_you_sure_want_to_delete_smilie_x\";s:160:\"Are you <b>sure</b> you want to delete the smilie called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:53:\"are_you_sure_you_want_to_delete_the_attachment_type_x\";s:60:\"Are you sure you want to delete the attachment type: \'%1$s\'?\";s:48:\"are_you_sure_you_want_to_delete_the_attachment_x\";s:55:\"Are you sure you want to delete the attachment: \'%1$s\'?\";s:63:\"are_you_sure_you_want_to_delete_the_post_icon_category_called_x\";s:464:\"Are you sure you want to delete the post icon category called: \'%1$s\'?<br /><br />Delete all Post Icons from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:60:\"are_you_sure_you_want_to_delete_the_smilie_category_called_x\";s:455:\"Are you sure you want to delete the Smilie category called: \'%1$s\'?<br /><br />Delete all Smilies from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:49:\"are_you_sure_you_want_to_delete_these_attachments\";s:50:\"Are you sure you want to delete these attachments?\";s:14:\"attached_after\";s:47:\"Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:15:\"attached_before\";s:48:\"Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:11:\"attached_by\";s:33:\"Attached By <dfn>(username)</dfn>\";s:24:\"attachment_file_path_dfn\";s:118:\"Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:23:\"attachment_filesize_sum\";s:24:\"Attachment File-size Sum\";s:39:\"attachment_is_visible_gattachment_image\";s:21:\"Attachment is Visible\";s:36:\"attachment_manager_gattachment_image\";s:18:\"Attachment Manager\";s:40:\"attachment_permissions_gattachment_image\";s:22:\"Attachment Permissions\";s:30:\"attachment_permissions_manager\";s:30:\"Attachment Permissions Manager\";s:29:\"attachment_rebuild_successful\";s:109:\"Attachment Type Rebuilt successful. The attachments will be rebuilt one by one when they are first displayed.\";s:18:\"attachment_removal\";s:883:\"We have completed moving attachments to the filesystem. Presently, the attachments still remain in the database and are being read from there. If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database. This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.<br /><br />\r\nAttachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be created or are 0 bytes: %3$s<br />\r\n<b>The above value should be 0</b>! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.\";s:15:\"attachment_type\";s:15:\"Attachment Type\";s:21:\"attachmentid_start_at\";s:146:\"Attachmentid to start at:<dfn>Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.</dfn>\";s:54:\"attachments_are_currently_being_stored_in_the_database\";s:54:\"Attachments are currently being stored in the database\";s:61:\"attachments_are_currently_being_stored_in_the_filesystem_at_x\";s:64:\"Attachments are currently being stored in the filesystem at %1$s\";s:28:\"attachments_to_show_per_page\";s:28:\"Attachments to Show Per Page\";s:16:\"avatar_file_path\";s:16:\"Avatar File Path\";s:20:\"avatar_file_path_dfn\";s:114:\"Avatar File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:24:\"avatar_gattachment_image\";s:6:\"Avatar\";s:59:\"avatars_are_currently_being_served_from_the_filesystem_at_x\";s:62:\"Avatars are currently being served from the filesystem at %1$s\";s:27:\"average_attachment_filesize\";s:28:\"Average Attachment File-size\";s:22:\"can_use_this_extension\";s:22:\"Can use this extension\";s:31:\"can_use_this_post_icon_category\";s:31:\"Can Use This Post Icon Category\";s:28:\"can_use_this_smilie_category\";s:28:\"Can Use This Smilie Category\";s:26:\"confirm_attachment_removal\";s:26:\"Confirm Attachment Removal\";s:37:\"confirm_deletion_of_attachment_type_x\";s:69:\"Confirm Deletion of Attachment Type: <span class=\"normal\">%1$s</span>\";s:40:\"confirm_deletion_of_post_icon_category_x\";s:72:\"Confirm Deletion of Post Icon Category: <span class=\"normal\">%1$s</span>\";s:37:\"confirm_deletion_of_smilie_category_x\";s:69:\"Confirm Deletion of Smilie Category: <span class=\"normal\">%1$s</span>\";s:8:\"contains\";s:8:\"Contains\";s:12:\"content_type\";s:12:\"Content Type\";s:25:\"contenttype_vbforum_album\";s:12:\"Forum Albums\";s:31:\"contenttype_vbforum_socialgroup\";s:6:\"Groups\";s:29:\"custom_attachment_permissions\";s:29:\"Custom Attachment Permissions\";s:27:\"delete_selected_attachments\";s:27:\"Delete Selected Attachments\";s:15:\"disk_space_used\";s:15:\"Disk Space Used\";s:27:\"downloads_gattachment_image\";s:9:\"Downloads\";s:22:\"downloads_greater_than\";s:21:\"More Than X Downloads\";s:19:\"downloads_less_than\";s:21:\"Less Than X Downloads\";s:15:\"edit_attachment\";s:15:\"Edit Attachment\";s:58:\"edit_attachment_permissions_for_usergroup_x_in_extension_y\";s:79:\"Edit Attachment Permissions For Usergroup: </b>%1$s<b> in Extension </b>%2$s<b>\";s:25:\"edit_post_icon_categories\";s:25:\"Edit Post Icon Categories\";s:22:\"edit_smilie_categories\";s:22:\"Edit Smilie Categories\";s:17:\"edit_storage_type\";s:17:\"Edit Storage Type\";s:9:\"extension\";s:9:\"Extension\";s:12:\"file_removal\";s:961:\"Attachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be read or are 0 bytes: %3$s<br /><br />\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select \"%4$s\" below to remove the attachments from the filesystem.<br /><br />\r\nThis step cannot be reversed and may take a few minutes depending on the number of attachments. Please be patient.<br /><br />\r\nWe will only be able to remove attachments and attachment directories that we have write permission to. Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.\";s:26:\"filesize_gattachment_image\";s:9:\"File-size\";s:21:\"filesize_greater_than\";s:41:\"File-size Greater Than <dfn>(bytes)</dfn>\";s:18:\"filesize_less_than\";s:38:\"File-size Less Than <dfn>(bytes)</dfn>\";s:26:\"filetype_gattachment_image\";s:8:\"filetype\";s:8:\"finalize\";s:8:\"Finalize\";s:36:\"find_all_attachments_older_than_days\";s:38:\"Find All Attachments Older Than X Days\";s:24:\"five_largest_attachments\";s:24:\"Five Largest Attachments\";s:29:\"five_most_popular_attachments\";s:29:\"Five Most Popular Attachments\";s:32:\"five_users_most_attachment_space\";s:51:\"Five Users Whose Attachments Take Up the Most Space\";s:51:\"images_are_currently_being_served_from_the_database\";s:51:\"Images are currently being served from the database\";s:25:\"invalid_attachment_type_x\";s:30:\"Invalid Attachments Type: %1$s\";s:8:\"location\";s:8:\"Location\";s:14:\"max_height_dfn\";s:166:\"Maximum Height<dfn>(in pixels, 600 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:13:\"max_width_dfn\";s:165:\"Maximum Width<dfn>(in pixels, 800 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:16:\"maximum_filesize\";s:17:\"Maximum File-size\";s:20:\"maximum_filesize_dfn\";s:215:\"Max File-size<dfn>(in bytes)<br /><br />There are several configuration options that limit the maximum size of uploaded files. Consult the Quick Stats on the your main Admin CP page for your current settings.</dfn>\";s:14:\"maximum_height\";s:10:\"Max Height\";s:13:\"maximum_width\";s:9:\"Max Width\";s:13:\"mime_type_dfn\";s:361:\"Mime Type & Headers<dfn>This controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.<br /><br />This option is intended to be filled with HTTP Headers, one per line. To specify a MIME type, please use <br /><br /><em>Content-Type: type/subtype</dfn>\";s:37:\"move_avatars_to_a_different_directory\";s:37:\"Move Avatars to a Different Directory\";s:40:\"move_items_from_database_into_filesystem\";s:41:\"Move Items from Database into File System\";s:40:\"move_items_from_filesystem_into_database\";s:41:\"Move Items from File System into Database\";s:35:\"move_items_to_a_different_directory\";s:35:\"Move Items to a Different Directory\";s:41:\"move_profilepics_to_a_different_directory\";s:46:\"Move Profile Pictures to a Different Directory\";s:37:\"move_sigpics_to_a_different_directory\";s:48:\"Move Signature Pictures to a Different Directory\";s:10:\"new_window\";s:10:\"New Window\";s:60:\"number_of_attachments_to_process_per_cycle_gattachment_image\";s:42:\"Number of attachments to process per cycle\";s:54:\"number_of_users_to_process_per_cycle_gattachment_image\";s:36:\"Number of Users to process per cycle\";s:36:\"permissions_for_post_icon_category_x\";s:67:\"Permissions For Post Icon Category <span class=\"normal\">%1$s</span>\";s:33:\"permissions_for_smilie_category_x\";s:64:\"Permissions For Smilie Category <span class=\"normal\">%1$s</span>\";s:29:\"please_select_a_image_to_crop\";s:29:\"Please select a image to crop\";s:18:\"post_icon_category\";s:18:\"Post Icon Category\";s:19:\"post_icon_file_path\";s:19:\"Post Icon File Path\";s:23:\"post_icon_file_path_dfn\";s:117:\"Post Icon File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:27:\"post_icon_gattachment_image\";s:9:\"Post Icon\";s:35:\"post_icon_manager_gattachment_image\";s:17:\"Post Icon Manager\";s:21:\"post_icon_permissions\";s:21:\"Post Icon Permissions\";s:18:\"post_icons_deleted\";s:18:\"Post Icons Deleted\";s:20:\"post_icons_file_path\";s:20:\"Post Icons File Path\";s:27:\"post_icons_to_show_per_page\";s:27:\"Post Icons to Show Per Page\";s:20:\"processing_post_icon\";s:20:\"Processing Post Icon\";s:17:\"processing_smilie\";s:17:\"Processing Smilie\";s:24:\"profilepic_file_path_dfn\";s:118:\"Profile Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:63:\"profilepics_are_currently_being_served_from_the_filesystem_at_x\";s:71:\"Profile pictures are currently being served from the filesystem at %1$s\";s:17:\"prune_attachments\";s:17:\"Prune Attachments\";s:23:\"rebuild_all_attachments\";s:23:\"Rebuild all attachments\";s:22:\"removing_x_attachments\";s:61:\"Removing <strong>%1$s</strong> attachments from the database.\";s:18:\"removing_x_records\";s:23:\"Removing %1$s record(s)\";s:19:\"show_all_post_icons\";s:19:\"Show All Post Icons\";s:34:\"show_all_smilies_gattachment_image\";s:16:\"Show all Smilies\";s:31:\"showing_attachments_x_to_y_of_z\";s:40:\"Showing Attachments %1$s to %2$s of %3$s\";s:20:\"sigpic_file_path_dfn\";s:120:\"Signature Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:59:\"sigpics_are_currently_being_served_from_the_filesystem_at_x\";s:73:\"Signature pictures are currently being served from the filesystem at %1$s\";s:6:\"smilie\";s:6:\"Smilie\";s:15:\"smilie_category\";s:15:\"Smilie Category\";s:16:\"smilie_file_path\";s:16:\"Smilie File Path\";s:20:\"smilie_file_path_dfn\";s:114:\"Smilie File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:32:\"smilie_manager_gattachment_image\";s:14:\"Smilie Manager\";s:18:\"smilie_permissions\";s:18:\"Smilie Permissions\";s:15:\"smilies_deleted\";s:15:\"Smilies Deleted\";s:17:\"smilies_file_path\";s:17:\"Smilies File Path\";s:24:\"smilies_to_show_per_page\";s:24:\"Smilies to Show Per Page\";s:18:\"smilietext_x_taken\";s:44:\"The replacement text %1$s is already in use!\";s:45:\"standard_using_default_attachment_permissions\";s:53:\"<b>Standard:</b> Using default attachment permissions\";s:12:\"storage_type\";s:12:\"Storage Type\";s:15:\"text_to_replace\";s:15:\"Text to Replace\";s:5:\"thumb\";s:5:\"Thumb\";s:10:\"thumbnails\";s:10:\"Thumbnails\";s:15:\"total_downloads\";s:15:\"Total Downloads\";s:28:\"total_size_gattachment_image\";s:10:\"Total Size\";s:31:\"uncategorized_gattachment_image\";s:13:\"uncategorized\";s:24:\"unique_total_attachments\";s:26:\"Unique / Total Attachments\";s:34:\"upload_post_icon_gattachment_image\";s:16:\"Upload Post Icon\";s:31:\"upload_smilie_gattachment_image\";s:13:\"Upload Smilie\";s:48:\"url_to_avatars_relative_to_your_forums_home_page\";s:61:\"URL to avatars <dfn>(Relative to your forums home page)</dfn>\";s:52:\"url_to_profilepics_relative_to_your_forums_home_page\";s:70:\"URL to Profile Pictures <dfn>(Relative to your forums home page)</dfn>\";s:48:\"url_to_sigpics_relative_to_your_forums_home_page\";s:71:\"URL to Signature Pictures<dfn>(Relative to your forums home page)</dfn>\";s:13:\"user_pictures\";s:13:\"User Pictures\";s:15:\"userpic_manager\";s:20:\"User Picture Manager\";s:16:\"view_attachments\";s:16:\"View Attachments\";s:30:\"view_content_gattachment_image\";s:12:\"View Content\";s:24:\"view_largest_attachments\";s:24:\"View Largest Attachments\";s:29:\"view_most_popular_attachments\";s:29:\"View Most Popular Attachments\";s:23:\"view_newest_attachments\";s:23:\"View Newest Attachments\";s:23:\"view_oldest_attachments\";s:23:\"View Oldest Attachments\";s:34:\"view_permissions_gattachment_image\";s:16:\"View Permissions\";s:25:\"visible_gattachment_image\";s:7:\"Visible\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem\";s:392:\"<p>We are ready to attempt to move your Attachments from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database\";s:382:\"<p>We are ready to attempt to move your Attachments from the Filesystem to the Database.</p> <p>It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem\";s:387:\"<p>We are ready to attempt to move your Images from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database\";s:377:\"<p>We are ready to attempt to move your images from the filesystem to the database.</p>\r\n\r\n<p>It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.</p>\r\n\r\n<p>We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.</p>\";}\";s:25:\"phrasegroup_cprofilefield\";s:345:\"a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:18:\"Where do you live?\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:24:\"Enter your hobbies here.\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:16:\"What\'s your job?\";s:12:\"field4_title\";s:10:\"Occupation\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('fb802445bf0e4179cb11dbae94e9f0e9',0,1399999986,0,'1','a:16:{s:17:\"phrasegroup_style\";s:73955:\"a:836:{s:15:\"0_matches_found\";s:15:\"0 Matches Found\";s:15:\"add_child_style\";s:15:\"Add Child Style\";s:28:\"add_new_replacement_variable\";s:28:\"Add New Replacement Variable\";s:13:\"add_new_style\";s:13:\"Add New Style\";s:16:\"add_new_template\";s:16:\"Add New Template\";s:19:\"align_center_gstyle\";s:12:\"Align Center\";s:17:\"align_left_gstyle\";s:10:\"Align Left\";s:18:\"align_right_gstyle\";s:11:\"Align Right\";s:17:\"all_style_options\";s:17:\"All Style Options\";s:19:\"all_template_groups\";s:19:\"All Template Groups\";s:5:\"angle\";s:5:\"Angle\";s:50:\"are_you_sure_want_to_delete_replacement_variable_x\";s:174:\"Are you <b>sure</b> you want to delete the replacement variable called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:35:\"are_you_sure_want_to_delete_style_x\";s:159:\"Are you <b>sure</b> you want to delete the style called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_revert_stylevar_x\";s:162:\"Are you <b>sure</b> you want to revert the stylevar called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_revert_template_x\";s:162:\"Are you <b>sure</b> you want to revert the template called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:32:\"attempted_merge_failed_conflicts\";s:43:\"The attempted merge failed due to conflicts\";s:10:\"background\";s:10:\"Background\";s:16:\"background_color\";s:16:\"Background Color\";s:16:\"background_image\";s:16:\"Background Image\";s:21:\"background_position_x\";s:34:\"Background Image Horizontal Offset\";s:21:\"background_position_y\";s:32:\"Background Image Vertical Offset\";s:17:\"background_repeat\";s:17:\"Background Repeat\";s:5:\"blink\";s:5:\"blink\";s:11:\"bold_gstyle\";s:4:\"Bold\";s:6:\"bolder\";s:6:\"Bolder\";s:6:\"border\";s:6:\"Border\";s:12:\"border_style\";s:5:\"Style\";s:6:\"bottom\";s:6:\"Bottom\";s:25:\"brightness_and_saturation\";s:26:\"Brightness and Saturation.\";s:30:\"brightness_and_saturation_desc\";s:138:\"Click and drag the spot around the square to adjust brightness (up=lighter, down=darker) and saturation (right=saturate, left=desaturate).\";s:9:\"cancel_js\";s:6:\"Cancel\";s:16:\"case_insensitive\";s:16:\"Case-Insensitive\";s:42:\"changes_automatically_merged_into_template\";s:52:\"Changes were automatically merged into this template\";s:38:\"changes_made_default_merged_customized\";s:272:\"Changes made to the default version of this template have been automatically merged into your customized version.\r\n<ul>\r\n <li><a href=\"%1$s\">View a highlighted version of the changes</a></li>\r\n <li><a href=\"%2$s\">View the pre-merge version of this template</a></li>\r\n</ul>\";s:20:\"choose_primary_color\";s:20:\"Choose Primary Color\";s:25:\"choose_primary_color_desc\";s:53:\"Use this to choose your primary color for your style.\";s:21:\"click_here_to_preview\";s:21:\"Click Here to Preview\";s:32:\"click_the_expand_collapse_button\";s:117:\"Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the %1$s group of templates.\";s:28:\"collapse_all_template_groups\";s:28:\"Collapse All Template Groups\";s:23:\"collapse_template_group\";s:23:\"Collapse Template Group\";s:18:\"collapse_templates\";s:18:\"Collapse Templates\";s:10:\"collapse_x\";s:13:\"Collapse %1$s\";s:12:\"color_gstyle\";s:5:\"Color\";s:22:\"color_picker_not_ready\";s:47:\"The color picker is still loading, please wait.\";s:23:\"color_style_desc_gstyle\";s:47:\"This style has an abundance of color variation.\";s:14:\"comment_gstyle\";s:7:\"Comment\";s:16:\"common_templates\";s:16:\"Common Templates\";s:23:\"compare_versions_gstyle\";s:16:\"Compare Versions\";s:23:\"comparing_versions_of_x\";s:54:\"Comparing Versions of <span class=\"normal\">%1$s</span>\";s:14:\"comparison_key\";s:14:\"Comparison Key\";s:19:\"complementary_color\";s:19:\"Complementary Color\";s:13:\"complex_types\";s:13:\"Complex Types\";s:35:\"confirm_removal_of_copyright_notice\";s:45:\"Confirm Removal of vBulletin Copyright Notice\";s:11:\"copy_gstyle\";s:4:\"Copy\";s:16:\"create_new_style\";s:16:\"Create New Style\";s:29:\"creating_a_new_style_called_x\";s:41:\"Creating a new Style called \'<i>%1$s</i>\'\";s:21:\"css_special_templates\";s:21:\"CSS Special Templates\";s:17:\"css_value_invalid\";s:49:\"Error: %1$s is not a valid value for a CSS entry.\";s:7:\"current\";s:7:\"Current\";s:15:\"current_default\";s:15:\"Current Default\";s:15:\"current_version\";s:15:\"Current Version\";s:12:\"currentcolor\";s:9:\"New Color\";s:17:\"currentcolor_desc\";s:39:\"This displays your new color selection.\";s:16:\"custom_templates\";s:16:\"Custom Templates\";s:17:\"customize_further\";s:17:\"Customize Further\";s:16:\"customize_gstyle\";s:9:\"Customize\";s:32:\"customize_replacement_variable_x\";s:64:\"Customize Replacement Variable: <span class=\"normal\">%1$s</span>\";s:20:\"customize_template_x\";s:52:\"Customize Template: <span class=\"normal\">%1$s</span>\";s:30:\"customized_in_a_parent_style_x\";s:94:\"Customized in a <a href=\"#\" onclick=\"js_show_style_info(%1$s); return false;\">Parent Style</a>\";s:24:\"customized_in_this_style\";s:24:\"Customized in this Style\";s:4:\"dark\";s:4:\"Dark\";s:10:\"dark_style\";s:10:\"Dark Style\";s:15:\"dark_style_desc\";s:64:\"This style uses the primary color and a dark background palette.\";s:9:\"data_type\";s:9:\"Data Type\";s:29:\"default_template_updated_desc\";s:124:\"Default Template Updated in <i>%1$s</i> by <b>%2$s</b><br /> Your Custom Template Last Edited in <i>%3$s</i> by <b>%4$s</b>\";s:36:\"default_version_newer_merging_failed\";s:291:\"The default version of this template is newer than your customized version. Automatic merging failed because conflicts were found.\r\n<ul>\r\n <li><a href=\"%1$s\">Compare your template with the default version</a></li>\r\n <li><a href=\"%2$s\">Edit the merged version of this template</a></li>\r\n</ul>\";s:12:\"delete_style\";s:12:\"Delete Style\";s:9:\"dimension\";s:9:\"Dimension\";s:16:\"disable_wrapping\";s:16:\"Disable Wrapping\";s:30:\"dismiss_selected_notifications\";s:30:\"Dismiss Selected Notifications\";s:36:\"dismiss_template_merge_notifications\";s:36:\"Dismiss Template Merge Notifications\";s:47:\"dismissing_merge_notifications_cause_not_appear\";s:181:\"Note: dismissing merge notifications will cause the selected templates to not appear on this page. Customizations will be maintained and they will be editable via the Style Manager.\";s:18:\"display_order_desc\";s:32:\"The display order of your style.\";s:18:\"download_as_master\";s:18:\"Download as Master\";s:13:\"edit_conflict\";s:13:\"Edit Conflict\";s:21:\"edit_fonts_colors_etc\";s:24:\"Edit Fonts / Colors etc.\";s:20:\"edit_settings_gstyle\";s:13:\"Edit Settings\";s:18:\"edit_style_options\";s:18:\"Edit Style Options\";s:11:\"edit_styles\";s:11:\"Edit Styles\";s:13:\"edit_template\";s:13:\"Edit Template\";s:14:\"edit_templates\";s:14:\"Edit Templates\";s:38:\"edting_merged_version_view_highlighted\";s:203:\"You are editing the merged version of this template. If conflicts were encountered while merging, they will be shown in the template. <a href=\"%1$s\">View a highlighted version of the merged template</a>.\";s:15:\"enable_wrapping\";s:15:\"Enable Wrapping\";s:20:\"enter_complement_hue\";s:20:\"Enter complement hue\";s:20:\"enter_distance_angle\";s:20:\"Enter Distance/Angle\";s:9:\"enter_hex\";s:9:\"Enter Hex\";s:15:\"enter_hex_value\";s:15:\"Enter Hex value\";s:9:\"enter_hue\";s:9:\"Enter Hue\";s:19:\"entry_has_a_comment\";s:56:\"* - Entry has a comment. Hover over the type to view it.\";s:16:\"err_invalid_name\";s:101:\"That name doesn\'t seem right. Please give me a name without quotation marks and under 128 characters.\";s:19:\"err_order_need_name\";s:92:\"I need a style name. Please give me a name without quotation marks and under 128 characters.\";s:20:\"err_order_need_order\";s:80:\"Please give me this styles\' sequence. It must be a number between zero and 1000.\";s:18:\"err_order_negative\";s:85:\"That display order doesn\'t seem valid. Please give me a number between zero and 1000.\";s:19:\"err_order_too_large\";s:68:\"That display order is too large. Please give me a number under 1000.\";s:26:\"expand_all_template_groups\";s:26:\"Expand All Template Groups\";s:21:\"expand_template_group\";s:21:\"Expand Template Group\";s:16:\"expand_templates\";s:16:\"Expand Templates\";s:8:\"expand_x\";s:11:\"Expand %1$s\";s:11:\"export_dark\";s:17:\"Show dark version\";s:16:\"export_dark_desc\";s:36:\"Save the dark version of this style.\";s:11:\"export_grey\";s:17:\"Show grey version\";s:16:\"export_grey_desc\";s:35:\"Save the grey version of this style\";s:15:\"export_light_ps\";s:15:\"Show Full Color\";s:20:\"export_light_ps_desc\";s:42:\"Save the full color version of this style.\";s:15:\"export_light_pt\";s:18:\"Show white version\";s:20:\"export_light_pt_desc\";s:37:\"Save the white version of this style.\";s:28:\"file_inclusion_not_permitted\";s:113:\"File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.\";s:29:\"find_and_replace_in_templates\";s:43:\"Find and Replace in Templates (be careful!)\";s:9:\"fine_tune\";s:16:\"Fine Tune Colors\";s:14:\"fine_tune_desc\";s:50:\"Use this to further edit the colors in your style.\";s:41:\"following_options_apply_only_if_new_style\";s:107:\"The following options apply only if you are creating a new style, rather than overwriting an existing style\";s:18:\"font_family_gstyle\";s:11:\"Font Family\";s:11:\"font_gstyle\";s:4:\"Font\";s:9:\"font_size\";s:9:\"Font Size\";s:10:\"font_style\";s:10:\"Font Style\";s:12:\"font_variant\";s:12:\"Font Variant\";s:11:\"font_weight\";s:11:\"Font Weight\";s:8:\"fontlist\";s:9:\"Font List\";s:16:\"fonts_colors_etc\";s:19:\"Fonts / Colors etc.\";s:18:\"forum_title_gstyle\";s:11:\"Forum Title\";s:13:\"friendly_name\";s:13:\"Friendly Name\";s:13:\"function_name\";s:13:\"Function Name\";s:37:\"get_customizations_from_parent_styles\";s:66:\"Get customizations made in this style <b>and all parent styles</b>\";s:39:\"get_customizations_from_this_style_only\";s:49:\"Get customizations made <b>only in this style</b>\";s:16:\"global_templates\";s:16:\"Global Templates\";s:4:\"grey\";s:4:\"Grey\";s:10:\"grey_style\";s:10:\"Grey Style\";s:15:\"grey_style_desc\";s:60:\"This style uses a primary color and grey background palette.\";s:11:\"group_admin\";s:5:\"Admin\";s:12:\"group_bbcode\";s:7:\"BB Code\";s:10:\"group_blog\";s:4:\"Blog\";s:15:\"group_blogadmin\";s:10:\"Blog Admin\";s:11:\"group_color\";s:5:\"Color\";s:23:\"group_content_templates\";s:7:\"Content\";s:18:\"group_conversation\";s:12:\"Conversation\";s:9:\"group_css\";s:3:\"CSS\";s:13:\"group_display\";s:7:\"Display\";s:12:\"group_editor\";s:6:\"Editor\";s:11:\"group_error\";s:5:\"Error\";s:24:\"group_human_verification\";s:18:\"Human Verification\";s:15:\"group_inlinemod\";s:17:\"Inline Moderation\";s:10:\"group_link\";s:4:\"Link\";s:11:\"group_login\";s:5:\"Login\";s:11:\"group_media\";s:5:\"Media\";s:12:\"group_modify\";s:6:\"Modify\";s:13:\"group_pagenav\";s:7:\"Pagenav\";s:11:\"group_photo\";s:5:\"Photo\";s:23:\"group_picture_templates\";s:7:\"Picture\";s:21:\"group_private_message\";s:15:\"Private Message\";s:13:\"group_profile\";s:7:\"Profile\";s:12:\"group_screen\";s:13:\"Screen Layout\";s:12:\"group_search\";s:6:\"Search\";s:13:\"group_sgadmin\";s:11:\"Group Admin\";s:12:\"group_sgroup\";s:5:\"Group\";s:10:\"group_site\";s:4:\"Site\";s:18:\"group_subscription\";s:12:\"Subscription\";s:9:\"group_tag\";s:3:\"Tag\";s:24:\"group_user_profile_field\";s:18:\"User Profile Field\";s:17:\"group_usersetting\";s:12:\"User Setting\";s:12:\"group_widget\";s:6:\"Widget\";s:6:\"height\";s:6:\"Height\";s:3:\"hex\";s:3:\"Hex\";s:13:\"hide_tooltips\";s:13:\"Hide Tooltips\";s:14:\"hide_variables\";s:14:\"Hide Variables\";s:10:\"historical\";s:10:\"Historical\";s:21:\"history_of_template_x\";s:52:\"History of Template <span class=\"normal\">%1$s</span>\";s:8:\"hue_desc\";s:109:\"Click this tab to display the color wheel pane to adjust hues of Primary, Complementary and Secondary colors.\";s:10:\"hue_gstyle\";s:3:\"Hue\";s:20:\"ignore_style_version\";s:113:\"Ignore Style Version <dfn>Use style file <b>even</b> if it was created by a different version of vBulletin?</dfn>\";s:10:\"image_path\";s:10:\"Image Path\";s:8:\"imagedir\";s:15:\"Image Directory\";s:21:\"import_style_xml_file\";s:21:\"Import Style XML File\";s:15:\"importing_style\";s:15:\"Importing Style\";s:22:\"including_master_style\";s:22:\"Including MASTER STYLE\";s:7:\"inherit\";s:7:\"Inherit\";s:47:\"it_appears_you_are_removing_vbulletin_copyright\";s:252:\"It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.\";s:13:\"italic_gstyle\";s:6:\"Italic\";s:9:\"justified\";s:9:\"Justified\";s:13:\"last_modified\";s:13:\"Last Modified\";s:11:\"left_gstyle\";s:4:\"Left\";s:7:\"lighter\";s:7:\"Lighter\";s:22:\"lines_around_each_diff\";s:22:\"lines around each diff\";s:11:\"linethrough\";s:12:\"Line Through\";s:13:\"main_category\";s:13:\"Main Category\";s:25:\"main_category_description\";s:25:\"Main Category Description\";s:10:\"main_forum\";s:10:\"Main Forum\";s:6:\"margin\";s:6:\"Margin\";s:12:\"master_style\";s:12:\"MASTER STYLE\";s:15:\"merge_edit_link\";s:16:\"Edit Merged Text\";s:28:\"merge_error_invalid_template\";s:19:\"Invalid template ID\";s:21:\"merge_error_nodefault\";s:38:\"No template found in defaults for %1$s\";s:21:\"merge_error_nohistory\";s:45:\"No historical version could be found for %1$s\";s:19:\"merge_error_nomerge\";s:54:\"Template was not merged (or was updated after merging)\";s:20:\"merge_error_noorigin\";s:44:\"No saved origin file could be found for %1$s\";s:22:\"merge_error_notemplate\";s:16:\"No template %1$s\";s:18:\"merge_key_conflict\";s:17:\"Versions Conflict\";s:16:\"merge_key_merged\";s:16:\"Successful Merge\";s:14:\"merge_key_none\";s:9:\"No Change\";s:39:\"merged_template_conflicts_show_original\";s:46:\"Merged Template (conflicts show original text)\";s:16:\"my_color_palette\";s:16:\"My Color Palette\";s:20:\"new_default_template\";s:20:\"New Default Template\";s:17:\"new_default_value\";s:17:\"New Default Value\";s:8:\"new_line\";s:8:\"New Line\";s:16:\"new_thread_image\";s:15:\"New Topic Image\";s:11:\"new_version\";s:11:\"New Version\";s:15:\"no_parent_style\";s:15:\"No Parent Style\";s:9:\"no_repeat\";s:9:\"No Repeat\";s:23:\"no_replacements_defined\";s:51:\"No replacement variables are defined for this style\";s:25:\"no_styles_needed_updating\";s:25:\"No styles needed updating\";s:13:\"normal_gstyle\";s:6:\"Normal\";s:9:\"not_found\";s:9:\"Not Found\";s:21:\"not_supported_browser\";s:75:\"This browser is not supported by this version of vBulletin Style Generator.\";s:37:\"notes_for_using_regex_in_find_replace\";s:57:\"Notes for Using Regular Expressions with Find and Replace\";s:7:\"numeric\";s:7:\"Numeric\";s:7:\"oblique\";s:7:\"Oblique\";s:5:\"ok_js\";s:2:\"Ok\";s:11:\"old_default\";s:11:\"Old Default\";s:17:\"old_default_value\";s:17:\"Old Default Value\";s:8:\"old_line\";s:8:\"Old Line\";s:26:\"old_template_table_dropped\";s:26:\"Old Template Table Dropped\";s:11:\"old_version\";s:11:\"Old Version\";s:13:\"originalcolor\";s:14:\"Original Color\";s:18:\"originalcolor_desc\";s:44:\"This displays your original color selection.\";s:8:\"overline\";s:8:\"Overline\";s:15:\"overwrite_style\";s:190:\"Merge Into Style <dfn>(Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style)</dfn>\";s:19:\"overwriting_style_x\";s:31:\"Overwriting Style \'<i>%1$s</i>\'\";s:7:\"padding\";s:7:\"Padding\";s:20:\"palette_preview_desc\";s:57:\"See how selected colors and their variants work together.\";s:9:\"parent_id\";s:15:\"Parent Style ID\";s:14:\"parent_id_desc\";s:29:\"The parent of your new style.\";s:4:\"path\";s:4:\"Path\";s:49:\"please_be_aware_replacement_variable_is_inherited\";s:162:\"Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.\";s:37:\"please_be_aware_stylevar_is_inherited\";s:138:\"Please be aware that if this stylevar is inherited by child styles, they too will lose any customizations you have made for this template.\";s:37:\"please_be_aware_template_is_inherited\";s:138:\"Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.\";s:49:\"please_be_aware_this_will_delete_custom_templates\";s:167:\"Please be aware that this will also delete all custom templates belonging to this style.<br /><br />Any child styles will attach themselves to this set\'s parent style.\";s:8:\"position\";s:8:\"Position\";s:6:\"preset\";s:6:\"preset\";s:14:\"preview_window\";s:14:\"Preview Window\";s:13:\"primary0_info\";s:21:\"Outer page background\";s:13:\"primary1_info\";s:43:\"Content area background (active navbar tab)\";s:13:\"primary2_info\";s:36:\"Header tabs, Footer, Primary buttons\";s:13:\"primary3_info\";s:54:\"Border for Header navigation, Toolbar, Primary buttons\";s:13:\"primary4_info\";s:67:\"Hover color for Header tabs, Toolbar background, Postbit background\";s:13:\"primary_color\";s:13:\"Primary Color\";s:22:\"primary_color_hex_desc\";s:193:\"Click to type the numeric value. <p><strong>Warning:</strong> due to rounding error during the color conversion, the Hex value used in the scheme may slightly differ from the entered value.</p>\";s:23:\"primary_color_hex_value\";s:24:\"Primary color Hex value.\";s:17:\"primary_color_hue\";s:18:\"Primary color hue.\";s:22:\"primary_color_hue_desc\";s:107:\"Click and drag the spot around the color wheel to change the value. Double-click to type the numeric value.\";s:23:\"primary_color_hue_value\";s:24:\"Primary color hue value.\";s:28:\"primary_color_hue_value_desc\";s:32:\"Click to type the numeric value.\";s:24:\"primary_color_rgb_values\";s:25:\"Primary color RGB values.\";s:18:\"rebuild_all_styles\";s:18:\"Rebuild All Styles\";s:11:\"redo_gstyle\";s:4:\"Redo\";s:10:\"regex_help\";s:428:\"The regular expression option is for <b>advanced users only</b>! Setting this option to \'yes\' will use <a href=\"http://www.php.net/manual-lookup.php?function=preg-replace\" target=\"expl\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"expl\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!\";s:23:\"regular_expression_used\";s:23:\"Regular Expression Used\";s:6:\"repeat\";s:6:\"Repeat\";s:8:\"repeat_x\";s:8:\"repeat-x\";s:8:\"repeat_y\";s:8:\"repeat-y\";s:33:\"replacement_var_special_templates\";s:33:\"Replacement Var Special Templates\";s:20:\"replacement_variable\";s:20:\"Replacement Variable\";s:48:\"replacement_variable_is_customized_in_this_style\";s:48:\"Replacement Variable is Customized in this Style\";s:53:\"replacement_variable_is_inherited_from_a_parent_style\";s:53:\"Replacement Variable is Inherited From a Parent Style\";s:56:\"replacement_variable_is_unchanged_from_the_default_style\";s:56:\"Replacement Variable is Unchanged From the Default Style\";s:35:\"replacement_variable_manager_gstyle\";s:28:\"Replacement Variable Manager\";s:20:\"revert_all_stylevars\";s:20:\"Revert all StyleVars\";s:33:\"revert_all_stylevars_from_style_x\";s:365:\"Are you sure you want to revert all StyleVars from the style called \'%1$s\'?<br />\r\n<br />\r\nThis will cause all StyleVars in this style to revert to their default or inherited status. Custom StyleVars that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following StyleVars will be reverted:\r\n<ul>%2$s</ul>\r\nThis action cannot be undone.\";s:20:\"revert_all_templates\";s:20:\"Revert all Templates\";s:33:\"revert_all_templates_from_style_x\";s:365:\"Are you sure you want to revert all templates from the style called \'%1$s\'?<br />\r\n<br />\r\nThis will cause all templates in this style to revert to their default or inherited status. Custom templates that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following templates will be reverted:\r\n<ul>%2$s</ul>\r\nThis action cannot be undone.\";s:3:\"rgb\";s:3:\"RGB\";s:12:\"right_gstyle\";s:5:\"Right\";s:24:\"save_in_template_history\";s:25:\"Save in Template History?\";s:10:\"save_style\";s:10:\"Save Style\";s:15:\"save_style_desc\";s:54:\"These are your options for saving the generated style.\";s:6:\"scheme\";s:6:\"Scheme\";s:20:\"search_in_all_styles\";s:20:\"Search in all Styles\";s:15:\"search_in_style\";s:15:\"Search in Style\";s:18:\"search_in_template\";s:18:\"Search in Template\";s:26:\"search_in_templates_gstyle\";s:19:\"Search in Templates\";s:15:\"search_stylevar\";s:15:\"Search Stylevar\";s:16:\"search_templates\";s:16:\"Search Templates\";s:15:\"secondary0_info\";s:67:\"Header background for Modules, Popups, Active side navigation items\";s:15:\"secondary1_info\";s:40:\"Border for Module headers, Popup headers\";s:15:\"secondary2_info\";s:54:\"Background for Module content, Popups, Forms, Comments\";s:15:\"secondary4_info\";s:25:\"Special button background\";s:17:\"secondary_color_a\";s:17:\"Secondary Color A\";s:19:\"secondary_color_hue\";s:20:\"Secondary color hue.\";s:24:\"secondary_color_hue_desc\";s:132:\"Click and drag the spot farther or closer to the primary color to change the angle/distance. Double-click to type the numeric value.\";s:20:\"secondary_color_hues\";s:36:\"Secondary color hues angle/distance.\";s:25:\"secondary_color_hues_desc\";s:90:\"Click to type the numeric value. Makes sense only with schemes which use secondary colors.\";s:15:\"settings_gstyle\";s:8:\"Settings\";s:25:\"show_customized_variables\";s:30:\"Show Only Customized StyleVars\";s:12:\"show_default\";s:12:\"Show Default\";s:13:\"show_tooltips\";s:13:\"Show Tooltips\";s:18:\"show_tooltips_desc\";s:93:\"Check and move the cursor over controls and parts of the application to see helpful tooltips.\";s:19:\"show_variable_names\";s:19:\"Show Variable Names\";s:12:\"simple_types\";s:12:\"Simple Types\";s:11:\"size_gstyle\";s:4:\"Size\";s:10:\"small_caps\";s:10:\"Small-caps\";s:6:\"string\";s:6:\"String\";s:40:\"strongly_recommend_testing_regex_replace\";s:108:\"It is <b>strongly</b> recommended that you use the \'test\' option before actually performing a regex replace.\";s:21:\"style_generator_error\";s:54:\"You need Javascript & CSS to run this application.\";s:22:\"style_generator_gstyle\";s:15:\"Style Generator\";s:23:\"style_generator_loading\";s:20:\"Wait please. Loading\";s:20:\"style_manager_gstyle\";s:13:\"Style Manager\";s:50:\"stylevar_activity_stream_avatar_border_description\";s:79:\"Controls the border width, style, and color for avatars in the activity stream.\";s:43:\"stylevar_activity_stream_avatar_border_name\";s:29:\"Activity Stream Avatar Border\";s:44:\"stylevar_announcement_background_description\";s:96:\"Controls the background color and image of announcements within the topic list on forum display.\";s:37:\"stylevar_announcement_background_name\";s:23:\"Announcement Background\";s:40:\"stylevar_announcement_border_description\";s:100:\"Controls the border color, style, and width of announcements within the topic list on forum display.\";s:33:\"stylevar_announcement_border_name\";s:19:\"Announcement Border\";s:44:\"stylevar_announcement_text_color_description\";s:81:\"Controls the text color for announcements within the topic list on forum display.\";s:37:\"stylevar_announcement_text_color_name\";s:23:\"Announcement Text Color\";s:43:\"stylevar_autosuggest_background_description\";s:81:\"Controls the background color and image for the global autosuggest dropdown menu.\";s:36:\"stylevar_autosuggest_background_name\";s:22:\"Autosuggest Background\";s:43:\"stylevar_bbcode_code_background_description\";s:70:\"Controls the background color and image for the Bbcode [code] display.\";s:36:\"stylevar_bbcode_code_background_name\";s:24:\"Bbcode [code] Background\";s:39:\"stylevar_bbcode_code_border_description\";s:74:\"Controls the border width, style, and color for the Bbcode [code] display.\";s:32:\"stylevar_bbcode_code_border_name\";s:20:\"Bbcode [code] Border\";s:41:\"stylevar_bbcode_code_fontsize_description\";s:54:\"This stylevar controls the size of BBCode [code] font.\";s:34:\"stylevar_bbcode_code_fontsize_name\";s:23:\"BBCode [code] Font Size\";s:44:\"stylevar_bbcode_code_line_height_description\";s:164:\"Controls the line height for bbcode [code] blocks. This needs to be set as a pixel line height (set units to px) for the block height calculation to work correctly.\";s:37:\"stylevar_bbcode_code_line_height_name\";s:25:\"BBCode [code] Line Height\";s:44:\"stylevar_bbcode_quote_background_description\";s:71:\"Controls the background color and image for the Bbcode [quote] display.\";s:37:\"stylevar_bbcode_quote_background_name\";s:25:\"Bbcode [quote] Background\";s:36:\"stylevar_body_background_description\";s:74:\"Controls the background color and image of the content frame\'s background.\";s:29:\"stylevar_body_background_name\";s:15:\"Body Background\";s:30:\"stylevar_body_font_description\";s:63:\"Controls the base font family, style, and line height for text.\";s:23:\"stylevar_body_font_name\";s:9:\"Body Font\";s:37:\"stylevar_body_line_height_description\";s:39:\"Controls the base line height for text.\";s:30:\"stylevar_body_line_height_name\";s:16:\"Body Line Height\";s:36:\"stylevar_body_link_color_description\";s:34:\"Controls the text color for links.\";s:42:\"stylevar_body_link_color_hover_description\";s:62:\"Controls the text color for links when the mouse is over them.\";s:35:\"stylevar_body_link_color_hover_name\";s:21:\"Body Link Color Hover\";s:29:\"stylevar_body_link_color_name\";s:15:\"Body Link Color\";s:36:\"stylevar_body_text_color_description\";s:53:\"Controls the general default text color for the site.\";s:29:\"stylevar_body_text_color_name\";s:15:\"Body Text Color\";s:44:\"stylevar_button_arrow_background_description\";s:117:\"Controls the background color and image for the small arrow buttons, for example the pagination buttons for comments.\";s:37:\"stylevar_button_arrow_background_name\";s:23:\"Button Arrow Background\";s:40:\"stylevar_button_arrow_border_description\";s:116:\"Controls the border width, style, and color for the small arrow buttons, for example the comment pagination buttons.\";s:33:\"stylevar_button_arrow_border_name\";s:19:\"Button Arrow Border\";s:47:\"stylevar_button_disabled_background_description\";s:61:\"Controls the background color and image for disabled buttons.\";s:40:\"stylevar_button_disabled_background_name\";s:26:\"Button Disabled Background\";s:43:\"stylevar_button_disabled_border_description\";s:65:\"Controls the border width, style, and color for disabled buttons.\";s:36:\"stylevar_button_disabled_border_name\";s:22:\"Button Disabled Border\";s:47:\"stylevar_button_disabled_text_color_description\";s:45:\"Controls the text color for disabled buttons.\";s:40:\"stylevar_button_disabled_text_color_name\";s:26:\"Button Disabled Text Color\";s:46:\"stylevar_button_primary_background_description\";s:60:\"Controls the background color and image for primary buttons.\";s:39:\"stylevar_button_primary_background_name\";s:25:\"Button Primary Background\";s:42:\"stylevar_button_primary_border_description\";s:64:\"Controls the border width, style, and color for primary buttons.\";s:48:\"stylevar_button_primary_border_hover_description\";s:92:\"Controls the border width, style, and color for primary buttons when the mouse is over them.\";s:41:\"stylevar_button_primary_border_hover_name\";s:27:\"Button Primary Border Hover\";s:35:\"stylevar_button_primary_border_name\";s:21:\"Button Primary Border\";s:52:\"stylevar_button_primary_light_background_description\";s:66:\"Controls the background color and image for primary light buttons.\";s:45:\"stylevar_button_primary_light_background_name\";s:31:\"Button Primary Light Background\";s:48:\"stylevar_button_primary_light_border_description\";s:70:\"Controls the border width, style, and color for primary light buttons.\";s:54:\"stylevar_button_primary_light_border_hover_description\";s:98:\"Controls the border width, style, and color for primary light buttons when the mouse is over them.\";s:47:\"stylevar_button_primary_light_border_hover_name\";s:33:\"Button Primary Light Border Hover\";s:41:\"stylevar_button_primary_light_border_name\";s:27:\"Button Primary Light Border\";s:52:\"stylevar_button_primary_light_text_color_description\";s:50:\"Controls the text color for primary light buttons.\";s:45:\"stylevar_button_primary_light_text_color_name\";s:31:\"Button Primary Light Text Color\";s:46:\"stylevar_button_primary_text_color_description\";s:44:\"Controls the text color for primary buttons.\";s:39:\"stylevar_button_primary_text_color_name\";s:25:\"Button Primary Text Color\";s:48:\"stylevar_button_secondary_background_description\";s:62:\"Controls the background color and image for secondary buttons.\";s:41:\"stylevar_button_secondary_background_name\";s:27:\"Button Secondary Background\";s:44:\"stylevar_button_secondary_border_description\";s:66:\"Controls the border width, style, and color for secondary buttons.\";s:50:\"stylevar_button_secondary_border_hover_description\";s:94:\"Controls the border width, style, and color for secondary buttons when the mouse is over them.\";s:43:\"stylevar_button_secondary_border_hover_name\";s:29:\"Button Secondary Border Hover\";s:37:\"stylevar_button_secondary_border_name\";s:23:\"Button Secondary Border\";s:48:\"stylevar_button_secondary_text_color_description\";s:46:\"Controls the text color for secondary buttons.\";s:41:\"stylevar_button_secondary_text_color_name\";s:27:\"Button Secondary Text Color\";s:46:\"stylevar_button_special_background_description\";s:60:\"Controls the background color and image for special buttons.\";s:39:\"stylevar_button_special_background_name\";s:25:\"Button Special Background\";s:42:\"stylevar_button_special_border_description\";s:64:\"Controls the border width, style, and color for special buttons.\";s:48:\"stylevar_button_special_border_hover_description\";s:92:\"Controls the border width, style, and color for special buttons when the mouse is over them.\";s:41:\"stylevar_button_special_border_hover_name\";s:27:\"Button Special Border Hover\";s:35:\"stylevar_button_special_border_name\";s:21:\"Button Special Border\";s:46:\"stylevar_button_special_text_color_description\";s:44:\"Controls the text color for special buttons.\";s:39:\"stylevar_button_special_text_color_name\";s:25:\"Button Special Text Color\";s:39:\"stylevar_comment_background_description\";s:53:\"Controls the background color and image for comments.\";s:32:\"stylevar_comment_background_name\";s:18:\"Comment Background\";s:42:\"stylevar_comment_divider_color_description\";s:52:\"Controls the color for the divider between comments.\";s:35:\"stylevar_comment_divider_color_name\";s:21:\"Comment Divider Color\";s:56:\"stylevar_content_entry_box_header_text_color_description\";s:55:\"Controls the text color of the content entry box header\";s:49:\"stylevar_content_entry_box_header_text_color_name\";s:35:\"Content Entry box header text color\";s:62:\"stylevar_content_entry_box_selected_tab_text_color_description\";s:69:\"Controls the text color of the selected tab in the contenet entry box\";s:55:\"stylevar_content_entry_box_selected_tab_text_color_name\";s:41:\"Content entry box selected tab text color\";s:53:\"stylevar_contententry_autosave_background_description\";s:53:\"Color of the background of the Auto Save notice popup\";s:46:\"stylevar_contententry_autosave_background_name\";s:41:\"Content Entry Auto Save Notice Background\";s:53:\"stylevar_contententry_autosave_text_color_description\";s:47:\"Color of the Text of the Auto Save notice popup\";s:46:\"stylevar_contententry_autosave_text_color_name\";s:41:\"Content Entry Auto Save Notice Text Color\";s:50:\"stylevar_contententry_panel_background_description\";s:86:\"Controls the background color and image for the panels in the content entry interface.\";s:43:\"stylevar_contententry_panel_background_name\";s:30:\"Content Entry Panel Background\";s:58:\"stylevar_contententry_panel_section_background_description\";s:77:\"Controls the background color and image for the content entry panel sections.\";s:51:\"stylevar_contententry_panel_section_background_name\";s:38:\"Content Entry Panel Section Background\";s:64:\"stylevar_contententry_panel_section_title_background_description\";s:83:\"Controls the background color and image for the content entry panel section titles.\";s:57:\"stylevar_contententry_panel_section_title_background_name\";s:44:\"Content Entry Panel Section Title Background\";s:52:\"stylevar_contententry_toolbar_background_description\";s:59:\"Control the background color for the content entry toolbar.\";s:45:\"stylevar_contententry_toolbar_background_name\";s:32:\"Content Entry Toolbar Background\";s:76:\"stylevar_contententry_toolbar_button_secondary_background_active_description\";s:100:\"Controls the background color and image for the secondary content entry toolbar buttons when active.\";s:69:\"stylevar_contententry_toolbar_button_secondary_background_active_name\";s:56:\"Content Entry Toolbar Button Secondary Background Active\";s:69:\"stylevar_contententry_toolbar_button_secondary_background_description\";s:88:\"Controls the background color and image for the secondary content entry toolbar buttons.\";s:62:\"stylevar_contententry_toolbar_button_secondary_background_name\";s:49:\"Content Entry Toolbar Button Secondary Background\";s:65:\"stylevar_contententry_toolbar_button_secondary_border_description\";s:90:\"Controls the border color style and width for the secondary content entry toolbar buttons.\";s:58:\"stylevar_contententry_toolbar_button_secondary_border_name\";s:45:\"Content Entry Toolbar Button Secondary Border\";s:40:\"stylevar_diff_add_background_description\";s:77:\"This stylevar controls the background of added text in the post edit history.\";s:33:\"stylevar_diff_add_background_name\";s:41:\"Post Editor History Added Text Background\";s:35:\"stylevar_diff_add_color_description\";s:77:\"This stylevar controls the text color of added text in the post edit history.\";s:28:\"stylevar_diff_add_color_name\";s:36:\"Post Editor History Added Text Color\";s:43:\"stylevar_diff_remove_background_description\";s:79:\"This stylevar controls the background of removed text in the post edit history.\";s:36:\"stylevar_diff_remove_background_name\";s:43:\"Post Editor History Removed Text Background\";s:38:\"stylevar_diff_remove_color_description\";s:79:\"This stylevar controls the text color of removed text in the post edit history.\";s:31:\"stylevar_diff_remove_color_name\";s:38:\"Post Editor History Removed Text Color\";s:34:\"stylevar_diffadd_color_description\";s:77:\"This stylevar controls the text color of added text in the post edit history.\";s:27:\"stylevar_diffadd_color_name\";s:36:\"Post Editor History Added Text Color\";s:28:\"stylevar_favicon_description\";s:149:\"This stylevar controls the file path of the favicon. The favicon is the small image displayed in the browser address bar and near browser page title.\";s:21:\"stylevar_favicon_name\";s:17:\"Favicon File Path\";s:38:\"stylevar_footer_background_description\";s:59:\"Controls the background color and image for the footer bar.\";s:31:\"stylevar_footer_background_name\";s:21:\"Footer Bar Background\";s:48:\"stylevar_footer_copyright_text_color_description\";s:54:\"Controls the text color for the footer copyright text.\";s:41:\"stylevar_footer_copyright_text_color_name\";s:27:\"Footer Copyright Text Color\";s:38:\"stylevar_footer_font_style_description\";s:57:\"Controls the font family, size, and style for the footer.\";s:31:\"stylevar_footer_font_style_name\";s:17:\"Footer Font Style\";s:43:\"stylevar_footer_list_item_color_description\";s:45:\"Controls the text color for the footer links.\";s:36:\"stylevar_footer_list_item_color_name\";s:22:\"Footer List Item Color\";s:51:\"stylevar_footer_list_item_divider_color_description\";s:48:\"Controls the divider color between footer links.\";s:44:\"stylevar_footer_list_item_divider_color_name\";s:30:\"Footer List Item Divider Color\";s:36:\"stylevar_form_background_description\";s:50:\"Controls the background color and image for forms.\";s:29:\"stylevar_form_background_name\";s:15:\"Form Background\";s:32:\"stylevar_form_border_description\";s:54:\"Controls the border width, style, and color for forms.\";s:25:\"stylevar_form_border_name\";s:11:\"Form Border\";s:45:\"stylevar_form_dropdown_background_description\";s:128:\"Controls the background color and image Controls the border width, style, and color for the dropdown (select) elements in forms.\";s:51:\"stylevar_form_dropdown_background_hover_description\";s:112:\"Controls the background color and image for the dropdown (select) elements in forms when the mouse is over them.\";s:44:\"stylevar_form_dropdown_background_hover_name\";s:30:\"Form Dropdown Background Hover\";s:38:\"stylevar_form_dropdown_background_name\";s:24:\"Form Dropdown Background\";s:41:\"stylevar_form_dropdown_border_description\";s:88:\"Controls the border width, style, and color for the dropdown (select) elements in forms.\";s:34:\"stylevar_form_dropdown_border_name\";s:20:\"Form Dropdown Border\";s:45:\"stylevar_form_dropdown_text_color_description\";s:68:\"Controls the text color for the dropdown (select) elements in forms.\";s:51:\"stylevar_form_dropdown_text_color_hover_description\";s:96:\"Controls the text color for the dropdown (select) elements in forms when the mouse is over them.\";s:44:\"stylevar_form_dropdown_text_color_hover_name\";s:30:\"Form Dropdown Text Color Hover\";s:38:\"stylevar_form_dropdown_text_color_name\";s:24:\"Form Dropdown Text Color\";s:42:\"stylevar_form_field_background_description\";s:56:\"Controls the background color and image for form fields.\";s:35:\"stylevar_form_field_background_name\";s:21:\"Form Field Background\";s:38:\"stylevar_form_field_border_description\";s:74:\"Controls the border width, style, and color for the input fields in forms.\";s:31:\"stylevar_form_field_border_name\";s:19:\"Filter Field Border\";s:42:\"stylevar_form_field_text_color_description\";s:39:\"Controls the text color in form fields.\";s:35:\"stylevar_form_field_text_color_name\";s:21:\"Form Field Text Color\";s:38:\"stylevar_header_background_description\";s:60:\"Controls the background color and image for the header area.\";s:31:\"stylevar_header_background_name\";s:17:\"Header Background\";s:52:\"stylevar_header_search_button_background_description\";s:76:\"Controls the background color and image for the search button in the header.\";s:45:\"stylevar_header_search_button_background_name\";s:31:\"Header Search Button Background\";s:48:\"stylevar_header_search_button_border_description\";s:76:\"Controls the border width, style, and color for search button in the header.\";s:41:\"stylevar_header_search_button_border_name\";s:27:\"Header Search Button Border\";s:52:\"stylevar_header_search_button_text_color_description\";s:60:\"Controls the text color for the search button in the header.\";s:45:\"stylevar_header_search_button_text_color_name\";s:31:\"Header Search Button Text Color\";s:51:\"stylevar_header_search_input_background_description\";s:73:\"Controls the background color and image for the search box in the header.\";s:44:\"stylevar_header_search_input_background_name\";s:30:\"Header Search Input Background\";s:47:\"stylevar_header_search_input_border_description\";s:73:\"Controls the border width, style, and color for search box in the header.\";s:40:\"stylevar_header_search_input_border_name\";s:26:\"Header Search Input Border\";s:51:\"stylevar_header_search_input_text_color_description\";s:57:\"Controls the text color for the search box in the header.\";s:44:\"stylevar_header_search_input_text_color_name\";s:30:\"Header Search Input Text Color\";s:57:\"stylevar_header_search_placeholder_text_color_description\";s:80:\"Controls the text color for the placeholder text in the search box in the header\";s:50:\"stylevar_header_search_placeholder_text_color_name\";s:36:\"Header Search Placeholder Text Color\";s:48:\"stylevar_header_subtabbar_background_description\";s:103:\"Controls the background color and image for the sub navigation links under the tabs in the header area.\";s:41:\"stylevar_header_subtabbar_background_name\";s:27:\"Header Subtabbar Background\";s:44:\"stylevar_header_subtabbar_border_description\";s:107:\"Controls the border width, style, and color for the sub navigation links under the tabs in the header area.\";s:37:\"stylevar_header_subtabbar_border_name\";s:23:\"Header Subtabbar Border\";s:48:\"stylevar_header_subtabbar_text_color_description\";s:72:\"Controls the text color for the links under the tabs in the header area.\";s:54:\"stylevar_header_subtabbar_text_color_hover_description\";s:100:\"Controls the text color for the links under the tabs in the header area when the mouse is over them.\";s:47:\"stylevar_header_subtabbar_text_color_hover_name\";s:33:\"Header Subtabbar Text Color Hover\";s:41:\"stylevar_header_subtabbar_text_color_name\";s:27:\"Header Subtabbar Text Color\";s:49:\"stylevar_header_tab_background_active_description\";s:115:\"Controls the background color and image for the navigation tabs in the header area, for the currently selected tab.\";s:42:\"stylevar_header_tab_background_active_name\";s:28:\"Header Tab Background Active\";s:42:\"stylevar_header_tab_background_description\";s:83:\"Controls the background color and image for the navigation tabs in the header area.\";s:48:\"stylevar_header_tab_background_hover_description\";s:101:\"Controls the background color for the navigation tabs in the header area when the mouse is over them.\";s:41:\"stylevar_header_tab_background_hover_name\";s:27:\"Header Tab Background Hover\";s:35:\"stylevar_header_tab_background_name\";s:21:\"Header Tab Background\";s:45:\"stylevar_header_tab_border_active_description\";s:112:\"Controls the border width, style, and color for the currently selected tab in the navigation tabs in the header.\";s:38:\"stylevar_header_tab_border_active_name\";s:24:\"Header Tab Border Active\";s:49:\"stylevar_header_tab_text_color_active_description\";s:83:\"Controls the text color for a header navigation tab, when it is currently selected.\";s:42:\"stylevar_header_tab_text_color_active_name\";s:28:\"Header Tab Text Color Active\";s:42:\"stylevar_header_tab_text_color_description\";s:67:\"Controls the text color for the navigation tabs in the header area.\";s:48:\"stylevar_header_tab_text_color_hover_description\";s:79:\"Controls the text color for header navigation tabs when the mouse is over them.\";s:41:\"stylevar_header_tab_text_color_hover_name\";s:27:\"Header Tab Text Color Hover\";s:35:\"stylevar_header_tab_text_color_name\";s:21:\"Header Tab Text Color\";s:45:\"stylevar_header_tabbar_background_description\";s:83:\"Controls the background color and image for the navigation tabs area in the header.\";s:38:\"stylevar_header_tabbar_background_name\";s:24:\"Header Tabbar Background\";s:41:\"stylevar_header_tabbar_border_description\";s:66:\"Controls the border width, style, and color for the header tabbar.\";s:34:\"stylevar_header_tabbar_border_name\";s:20:\"Header Tabbar Border\";s:38:\"stylevar_header_text_color_description\";s:51:\"Controls the text color for any text in the header.\";s:31:\"stylevar_header_text_color_name\";s:17:\"Header Text Color\";s:34:\"stylevar_imgdir_attach_description\";s:0:\"\";s:27:\"stylevar_imgdir_attach_name\";s:0:\"\";s:34:\"stylevar_imgdir_button_description\";s:0:\"\";s:27:\"stylevar_imgdir_button_name\";s:22:\"Button Image Directory\";s:32:\"stylevar_imgdir_misc_description\";s:0:\"\";s:25:\"stylevar_imgdir_misc_name\";s:21:\"Misc Images Directory\";s:38:\"stylevar_imgdir_statusicon_description\";s:0:\"\";s:31:\"stylevar_imgdir_statusicon_name\";s:23:\"Item Status Icon Folder\";s:46:\"stylevar_inline_edit_button_border_description\";s:0:\"\";s:39:\"stylevar_inline_edit_button_border_name\";s:25:\"Inline edit button border\";s:45:\"stylevar_inline_edit_field_border_description\";s:0:\"\";s:38:\"stylevar_inline_edit_field_border_name\";s:24:\"Inline edit field border\";s:56:\"stylevar_inline_edit_module_title_text_color_description\";s:0:\"\";s:49:\"stylevar_inline_edit_module_title_text_color_name\";s:0:\"\";s:36:\"stylevar_is_customized_in_this_style\";s:36:\"StyleVar is Customized in this Style\";s:41:\"stylevar_is_inherited_from_a_parent_style\";s:41:\"StyleVar is Inherited From a Parent Style\";s:44:\"stylevar_is_unchanged_from_the_default_style\";s:44:\"StyleVar is Unchanged From the Default Style\";s:41:\"stylevar_list_item_background_description\";s:0:\"\";s:34:\"stylevar_list_item_background_name\";s:20:\"List item background\";s:50:\"stylevar_main_nav_admin_bar_background_description\";s:74:\"Controls the background color and image for the main navigation admin bar.\";s:43:\"stylevar_main_nav_admin_bar_background_name\";s:36:\"Main Navigation Admin Bar Background\";s:50:\"stylevar_main_nav_admin_bar_text_color_description\";s:65:\"Controls the text color for the sitebuilder admin navigation bar.\";s:56:\"stylevar_main_nav_admin_bar_text_color_hover_description\";s:97:\"Controls the text color for the sitebuilder admin navigation bar when mouse pointer is over them.\";s:49:\"stylevar_main_nav_admin_bar_text_color_hover_name\";s:44:\"Main Navigation Admin Bar Text Color (Hover)\";s:43:\"stylevar_main_nav_admin_bar_text_color_name\";s:36:\"Main Navigation Admin Bar Text Color\";s:59:\"stylevar_main_nav_admin_bar_text_disabled_color_description\";s:87:\"Controls the text color for the sitebuilder admin navigation bar for disabled elements.\";s:52:\"stylevar_main_nav_admin_bar_text_disabled_color_name\";s:47:\"Main Navigation Admin Bar Text Color (Disabled)\";s:43:\"stylevar_main_nav_button_border_description\";s:100:\"Controls the border width, style, and color for the buttons in the sitebuilder admin navigation bar.\";s:36:\"stylevar_main_nav_button_border_name\";s:22:\"Main Nav Button Border\";s:46:\"stylevar_module_content_background_description\";s:65:\"Controls the background color and image for module content areas.\";s:39:\"stylevar_module_content_background_name\";s:25:\"Module Content Background\";s:42:\"stylevar_module_content_border_description\";s:76:\"Controls the border width, style, and color for the content area of modules.\";s:35:\"stylevar_module_content_border_name\";s:21:\"Module Content Border\";s:45:\"stylevar_module_header_background_description\";s:59:\"Controls the background color and image for module headers.\";s:38:\"stylevar_module_header_background_name\";s:24:\"Module Header Background\";s:41:\"stylevar_module_header_border_description\";s:63:\"Controls the border width, style, and color for module headers.\";s:34:\"stylevar_module_header_border_name\";s:20:\"Module Header Border\";s:45:\"stylevar_module_header_text_color_description\";s:43:\"Controls the text color for module headers.\";s:38:\"stylevar_module_header_text_color_name\";s:24:\"Module Header Text Color\";s:51:\"stylevar_module_search_list_item_border_description\";s:56:\"Defines the border of the items inside the search module\";s:44:\"stylevar_module_search_list_item_border_name\";s:25:\"Search module item border\";s:49:\"stylevar_module_tab_background_active_description\";s:78:\"Controls the background color and image for the currently selected module tab.\";s:42:\"stylevar_module_tab_background_active_name\";s:28:\"Module Tab Background Active\";s:42:\"stylevar_module_tab_background_description\";s:56:\"Controls the background color and image for module tabs.\";s:35:\"stylevar_module_tab_background_name\";s:21:\"Module Tab Background\";s:45:\"stylevar_module_tab_border_active_description\";s:86:\"Controls the border width, style, and color for the currently selected tab in modules.\";s:38:\"stylevar_module_tab_border_active_name\";s:24:\"Module Tab Border Active\";s:38:\"stylevar_module_tab_border_description\";s:64:\"Controls the border width, style, and color for tabs in modules.\";s:31:\"stylevar_module_tab_border_name\";s:17:\"Module Tab Border\";s:49:\"stylevar_module_tab_text_color_active_description\";s:62:\"Controls the text color for the currently selected module tab.\";s:42:\"stylevar_module_tab_text_color_active_name\";s:28:\"Module Tab Text Color Active\";s:42:\"stylevar_module_tab_text_color_description\";s:49:\"Controls the text color for inactive module tabs.\";s:48:\"stylevar_module_tab_text_color_hover_description\";s:77:\"Controls the text color for inactive module tabs when the mouse is over them.\";s:41:\"stylevar_module_tab_text_color_hover_name\";s:27:\"Module Tab Text Color Hover\";s:35:\"stylevar_module_tab_text_color_name\";s:21:\"Module Tab Text Color\";s:42:\"stylevar_no_content_background_description\";s:90:\"Controls the background color and image for the "no content" message in modules.\";s:35:\"stylevar_no_content_background_name\";s:21:\"No Content Background\";s:38:\"stylevar_notice_background_description\";s:52:\"Controls the background color and image for notices.\";s:31:\"stylevar_notice_background_name\";s:17:\"Notice Background\";s:34:\"stylevar_notice_border_description\";s:56:\"Controls the border width, style, and color for notices.\";s:27:\"stylevar_notice_border_name\";s:13:\"Notice Border\";s:38:\"stylevar_notice_text_color_description\";s:36:\"Controls the text color for notices.\";s:31:\"stylevar_notice_text_color_name\";s:17:\"Notice Text Color\";s:37:\"stylevar_photo_background_description\";s:51:\"Controls the background color and image for photos.\";s:30:\"stylevar_photo_background_name\";s:16:\"Photo Background\";s:33:\"stylevar_photo_border_description\";s:55:\"Controls the border width, style, and color for photos.\";s:39:\"stylevar_photo_border_hover_description\";s:83:\"Controls the border width, style, and color for photos when the mouse is over them.\";s:32:\"stylevar_photo_border_hover_name\";s:18:\"Photo Border Hover\";s:26:\"stylevar_photo_border_name\";s:12:\"Photo Border\";s:45:\"stylevar_photo_preview_background_description\";s:67:\"Controls the background color and image for the photo preview area.\";s:38:\"stylevar_photo_preview_background_name\";s:24:\"Photo Preview Background\";s:41:\"stylevar_photo_preview_border_description\";s:71:\"Controls the border width, style, and color for the photo preview area.\";s:34:\"stylevar_photo_preview_border_name\";s:20:\"Photo Preview Border\";s:43:\"stylevar_placeholder_text_color_description\";s:79:\"Controls the text color for the placeholder text in form inputs and text areas.\";s:36:\"stylevar_placeholder_text_color_name\";s:22:\"Placeholder Text Color\";s:39:\"stylevar_poll_result_border_description\";s:65:\"Controls the border width, style, and color for poll result bars.\";s:32:\"stylevar_poll_result_border_name\";s:18:\"Poll Result Border\";s:54:\"stylevar_poll_result_percentage_background_description\";s:64:\"Controls the background of the percentage number in poll results\";s:47:\"stylevar_poll_result_percentage_background_name\";s:33:\"Poll result percentage background\";s:48:\"stylevar_poll_result_vote_count_text_description\";s:57:\"Controls the colour of the text displaying the vote count\";s:41:\"stylevar_poll_result_vote_count_text_name\";s:28:\"Poll results vote count text\";s:37:\"stylevar_popup_background_description\";s:51:\"Controls the background color and image for popups.\";s:30:\"stylevar_popup_background_name\";s:16:\"Popup Background\";s:33:\"stylevar_popup_border_description\";s:55:\"Controls the border width, style, and color for popups.\";s:26:\"stylevar_popup_border_name\";s:12:\"Popup Border\";s:44:\"stylevar_popup_header_background_description\";s:57:\"Controls the background color and image of popup headers.\";s:37:\"stylevar_popup_header_background_name\";s:23:\"Popup Header Background\";s:44:\"stylevar_popup_header_text_color_description\";s:41:\"Controls the text color of popup headers.\";s:37:\"stylevar_popup_header_text_color_name\";s:23:\"Popup Header Text Color\";s:45:\"stylevar_popup_overlay_background_description\";s:70:\"Controls the background color and image for the overlay behind popups.\";s:38:\"stylevar_popup_overlay_background_name\";s:24:\"Popup Overlay Background\";s:32:\"stylevar_post_border_description\";s:74:\"Controls the border width, style, and color for the content area of posts.\";s:25:\"stylevar_post_border_name\";s:11:\"Post Border\";s:47:\"stylevar_post_controls_votes_border_description\";s:80:\"Controls the border width, style, and color for votes in the post controls area.\";s:40:\"stylevar_post_controls_votes_border_name\";s:26:\"Post Controls Votes Border\";s:40:\"stylevar_post_deleted_border_description\";s:97:\"Controls the border width, style, and color for the deleted message that shows for deleted posts.\";s:33:\"stylevar_post_deleted_border_name\";s:19:\"Post Deleted Border\";s:39:\"stylevar_postbit_background_description\";s:79:\"Controls the background color and image for the user information area of posts.\";s:32:\"stylevar_postbit_background_name\";s:18:\"Postbit Background\";s:47:\"stylevar_postbit_deleted_background_description\";s:0:\"\";s:40:\"stylevar_postbit_deleted_background_name\";s:0:\"\";s:50:\"stylevar_postbit_unapproved_background_description\";s:49:\"The background color to show for unapproved posts\";s:43:\"stylevar_postbit_unapproved_background_name\";s:29:\"Postbit Unapproved Background\";s:46:\"stylevar_primary_module_background_description\";s:64:\"Controls the background color and image for the primary modules.\";s:39:\"stylevar_primary_module_background_name\";s:25:\"Primary Module Background\";s:42:\"stylevar_primary_module_border_description\";s:67:\"Controls the border width, style, and color for the primary module.\";s:35:\"stylevar_primary_module_border_name\";s:21:\"Primary Module Border\";s:53:\"stylevar_primary_module_header_background_description\";s:67:\"Controls the background color and image for primary module headers.\";s:46:\"stylevar_primary_module_header_background_name\";s:32:\"Primary Module Header Background\";s:53:\"stylevar_primary_module_header_text_color_description\";s:51:\"Controls the text color for primary module headers.\";s:46:\"stylevar_primary_module_header_text_color_name\";s:32:\"Primary Module Header Text Color\";s:56:\"stylevar_primary_module_subheader_background_description\";s:70:\"Controls the background color and image for primary module subheaders.\";s:49:\"stylevar_primary_module_subheader_background_name\";s:35:\"Primary Module Subheader Background\";s:52:\"stylevar_primary_module_subheader_border_description\";s:74:\"Controls the border width, style, and color for primary module subheaders.\";s:45:\"stylevar_primary_module_subheader_border_name\";s:31:\"Primary Module Subheader Border\";s:56:\"stylevar_primary_module_subheader_text_color_description\";s:54:\"Controls the text color for primary module subheaders.\";s:49:\"stylevar_primary_module_subheader_text_color_name\";s:35:\"Primary Module Subheader Text Color\";s:56:\"stylevar_profcustom_navbar_background_active_description\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_background_active_name\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_background_description\";s:0:\"\";s:42:\"stylevar_profcustom_navbar_background_name\";s:0:\"\";s:52:\"stylevar_profcustom_navbar_border_active_description\";s:0:\"\";s:45:\"stylevar_profcustom_navbar_border_active_name\";s:0:\"\";s:45:\"stylevar_profcustom_navbar_border_description\";s:0:\"\";s:38:\"stylevar_profcustom_navbar_border_name\";s:0:\"\";s:56:\"stylevar_profcustom_navbar_text_color_active_description\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_text_color_active_name\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_text_color_description\";s:0:\"\";s:42:\"stylevar_profcustom_navbar_text_color_name\";s:0:\"\";s:57:\"stylevar_profcustom_navbar_toolbar_text_color_description\";s:0:\"\";s:50:\"stylevar_profcustom_navbar_toolbar_text_color_name\";s:0:\"\";s:55:\"stylevar_profcustom_navbarbutton_background_description\";s:0:\"\";s:48:\"stylevar_profcustom_navbarbutton_background_name\";s:32:\"Profile Navbar Button Background\";s:51:\"stylevar_profcustom_navbarbutton_border_description\";s:0:\"\";s:44:\"stylevar_profcustom_navbarbutton_border_name\";s:28:\"Profile Navbar Button Border\";s:50:\"stylevar_profcustom_navbarbutton_color_description\";s:0:\"\";s:43:\"stylevar_profcustom_navbarbutton_color_name\";s:32:\"Profile Navbar Button Text Color\";s:64:\"stylevar_profcustom_navbarbuttonsecondary_background_description\";s:0:\"\";s:57:\"stylevar_profcustom_navbarbuttonsecondary_background_name\";s:42:\"Profile Navbar Secondary Button Background\";s:60:\"stylevar_profcustom_navbarbuttonsecondary_border_description\";s:0:\"\";s:53:\"stylevar_profcustom_navbarbuttonsecondary_border_name\";s:38:\"Profile Navbar Secondary Button Border\";s:59:\"stylevar_profcustom_navbarbuttonsecondary_color_description\";s:0:\"\";s:52:\"stylevar_profcustom_navbarbuttonsecondary_color_name\";s:42:\"Profile Navbar Secondary Button Text Color\";s:54:\"stylevar_profile_button_primary_background_description\";s:45:\"Background for button in profile content area\";s:47:\"stylevar_profile_button_primary_background_name\";s:33:\"Profile Button Primary Background\";s:56:\"stylevar_profile_button_secondary_background_description\";s:45:\"Background for button in profile content area\";s:49:\"stylevar_profile_button_secondary_background_name\";s:35:\"Profile Secondary Button Background\";s:47:\"stylevar_profile_content_background_description\";s:0:\"\";s:40:\"stylevar_profile_content_background_name\";s:26:\"Profile Content Background\";s:43:\"stylevar_profile_content_border_description\";s:0:\"\";s:36:\"stylevar_profile_content_border_name\";s:28:\"Profile Content Border Color\";s:45:\"stylevar_profile_content_linktext_description\";s:0:\"\";s:38:\"stylevar_profile_content_linktext_name\";s:31:\"Profile Content Link Text Color\";s:48:\"stylevar_profile_content_primarytext_description\";s:0:\"\";s:41:\"stylevar_profile_content_primarytext_name\";s:34:\"Profile Content Primary Text Color\";s:50:\"stylevar_profile_content_secondarytext_description\";s:0:\"\";s:43:\"stylevar_profile_content_secondarytext_name\";s:36:\"Profile Content Secondary Text Color\";s:43:\"stylevar_profile_section_border_description\";s:0:\"\";s:36:\"stylevar_profile_section_border_name\";s:22:\"Profile section border\";s:51:\"stylevar_profile_settings_tab_highlight_description\";s:78:\"Controls the border width, style, and color for the tabs in the user settings.\";s:44:\"stylevar_profile_settings_tab_highlight_name\";s:27:\"User settings tab highlight\";s:43:\"stylevar_profile_userpanel_font_description\";s:67:\"Controls the font face, size, and style for the profile user panel.\";s:36:\"stylevar_profile_userpanel_font_name\";s:22:\"Profile Userpanel Font\";s:48:\"stylevar_profile_userpanel_textcolor_description\";s:0:\"\";s:41:\"stylevar_profile_userpanel_textcolor_name\";s:29:\"Profile User Panel Text Color\";s:53:\"stylevar_profilesidebar_button_background_description\";s:0:\"\";s:46:\"stylevar_profilesidebar_button_background_name\";s:33:\"Profile Sidebar Button Background\";s:49:\"stylevar_profilesidebar_button_border_description\";s:0:\"\";s:42:\"stylevar_profilesidebar_button_border_name\";s:35:\"Profile Sidebar Button Border Color\";s:53:\"stylevar_profilesidebar_button_text_color_description\";s:6:\"FFFFFF\";s:46:\"stylevar_profilesidebar_button_text_color_name\";s:33:\"Profile Sidebar Button Text Color\";s:52:\"stylevar_profilesidebar_count_text_color_description\";s:0:\"\";s:45:\"stylevar_profilesidebar_count_text_color_name\";s:32:\"Profile Sidebar Count Text Color\";s:47:\"stylevar_side_nav_background_active_description\";s:103:\"Controls the background color and image for the currently selected item in the sidebar navigation area.\";s:40:\"stylevar_side_nav_background_active_name\";s:26:\"Side Nav Background Active\";s:40:\"stylevar_side_nav_background_description\";s:72:\"Controls the background color and image for the sidebar navigation area.\";s:46:\"stylevar_side_nav_background_hover_description\";s:98:\"Controls the background color and image for the sidebar navigation area when the mouse is over it.\";s:39:\"stylevar_side_nav_background_hover_name\";s:25:\"Side Nav Background Hover\";s:33:\"stylevar_side_nav_background_name\";s:19:\"Side Nav Background\";s:36:\"stylevar_side_nav_border_description\";s:76:\"Controls the border width, style, and color for the sidebar navigation area.\";s:29:\"stylevar_side_nav_border_name\";s:15:\"Side Nav Border\";s:48:\"stylevar_side_nav_item_border_bottom_description\";s:91:\"Controls the border width, style, and color for the bottom of each sidebar navigation item.\";s:41:\"stylevar_side_nav_item_border_bottom_name\";s:27:\"Side Nav Item Border Bottom\";s:45:\"stylevar_side_nav_item_border_top_description\";s:88:\"Controls the border width, style, and color for the top of each sidebar navigation item.\";s:38:\"stylevar_side_nav_item_border_top_name\";s:24:\"Side Nav Item Border Top\";s:47:\"stylevar_side_nav_text_color_active_description\";s:72:\"Controls the text color for currently selected sidebar navigation items.\";s:40:\"stylevar_side_nav_text_color_active_name\";s:26:\"Side Nav Text Color Active\";s:40:\"stylevar_side_nav_text_color_description\";s:53:\"Controls the text color for sidebar navigation items.\";s:46:\"stylevar_side_nav_text_color_hover_description\";s:81:\"Controls the text color for sidebar navigation items when the mouse is over them.\";s:39:\"stylevar_side_nav_text_color_hover_name\";s:25:\"Side Nav Text Color Hover\";s:33:\"stylevar_side_nav_text_color_name\";s:19:\"Side Nav Text Color\";s:37:\"stylevar_spacing_margin_l_description\";s:54:\"Sets margin spacing for large margin helper css class.\";s:30:\"stylevar_spacing_margin_l_name\";s:19:\"Large Margin Helper\";s:37:\"stylevar_spacing_margin_m_description\";s:55:\"Sets margin spacing for medium margin helper css class.\";s:30:\"stylevar_spacing_margin_m_name\";s:20:\"Medium Margin Helper\";s:37:\"stylevar_spacing_margin_s_description\";s:54:\"Sets margin spacing for small margin helper css class.\";s:30:\"stylevar_spacing_margin_s_name\";s:19:\"Small Margin Helper\";s:38:\"stylevar_spacing_margin_xl_description\";s:60:\"Sets margin spacing for extra large margin helper css class.\";s:31:\"stylevar_spacing_margin_xl_name\";s:25:\"Extra Large Margin Helper\";s:38:\"stylevar_spacing_margin_xs_description\";s:60:\"Sets margin spacing for extra small margin helper css class.\";s:31:\"stylevar_spacing_margin_xs_name\";s:25:\"Extra Small Margin Helper\";s:39:\"stylevar_spacing_margin_xxl_description\";s:66:\"Sets margin spacing for extra extra large margin helper css class.\";s:32:\"stylevar_spacing_margin_xxl_name\";s:17:\"XXL Margin Helper\";s:38:\"stylevar_spacing_padding_l_description\";s:56:\"Sets padding spacing for large padding helper css class.\";s:31:\"stylevar_spacing_padding_l_name\";s:20:\"Large Padding Helper\";s:38:\"stylevar_spacing_padding_m_description\";s:57:\"Sets padding spacing for medium padding helper css class.\";s:31:\"stylevar_spacing_padding_m_name\";s:21:\"Medium Padding Helper\";s:38:\"stylevar_spacing_padding_s_description\";s:56:\"Sets padding spacing for small padding helper css class.\";s:31:\"stylevar_spacing_padding_s_name\";s:20:\"Small Padding Helper\";s:39:\"stylevar_spacing_padding_xl_description\";s:62:\"Sets padding spacing for extra large padding helper css class.\";s:32:\"stylevar_spacing_padding_xl_name\";s:26:\"Extra Large Padding Helper\";s:39:\"stylevar_spacing_padding_xs_description\";s:62:\"Sets padding spacing for extra small padding helper css class.\";s:32:\"stylevar_spacing_padding_xs_name\";s:26:\"Extra Small Padding Helper\";s:40:\"stylevar_spacing_padding_xxl_description\";s:68:\"Sets padding spacing for extra extra large padding helper css class.\";s:33:\"stylevar_spacing_padding_xxl_name\";s:18:\"XXL Padding Helper\";s:50:\"stylevar_sticky_topic_background_color_description\";s:46:\"Controls the background color of sticky topics\";s:43:\"stylevar_sticky_topic_background_color_name\";s:29:\"Sticky topic background color\";s:46:\"stylevar_thread_view_avatar_border_description\";s:71:\"Controls the border width, style, and color for avatars in thread view.\";s:39:\"stylevar_thread_view_avatar_border_name\";s:25:\"Thread View Avatar Border\";s:31:\"stylevar_titleimage_description\";s:78:\"This is your logo or title image. Set to the path of the logo you want to use.\";s:24:\"stylevar_titleimage_name\";s:11:\"Title Image\";s:39:\"stylevar_toolbar_background_description\";s:53:\"Controls the background color and image for toolbars.\";s:32:\"stylevar_toolbar_background_name\";s:18:\"Toolbar Background\";s:35:\"stylevar_toolbar_border_description\";s:57:\"Controls the border width, style, and color for toolbars.\";s:28:\"stylevar_toolbar_border_name\";s:14:\"Toolbar Border\";s:42:\"stylevar_toolbar_button_border_description\";s:72:\"Controls the border width, style, and color for the buttons in toolbars.\";s:35:\"stylevar_toolbar_button_border_name\";s:21:\"Toolbar Button Border\";s:61:\"stylevar_toolbar_dropdown_background_gradient_end_description\";s:69:\"Controls the gradient end background color in toolbar dropdown menus.\";s:54:\"stylevar_toolbar_dropdown_background_gradient_end_name\";s:40:\"Toolbar Dropdown Background Gradient End\";s:63:\"stylevar_toolbar_dropdown_background_gradient_start_description\";s:71:\"Controls the gradient start background color in toolbar dropdown menus.\";s:56:\"stylevar_toolbar_dropdown_background_gradient_start_name\";s:42:\"Toolbar Dropdown Background Gradient Start\";s:44:\"stylevar_toolbar_dropdown_border_description\";s:79:\"Controls the border width, style, and color for the dropdown menus in toolbars.\";s:37:\"stylevar_toolbar_dropdown_border_name\";s:23:\"Toolbar Dropdown Border\";s:51:\"stylevar_toolbar_dropdown_divider_color_description\";s:61:\"Controls the divider color in the dropdown menus in toolbars.\";s:44:\"stylevar_toolbar_dropdown_divider_color_name\";s:30:\"Toolbar Dropdown Divider Color\";s:55:\"stylevar_toolbar_dropdown_text_color_active_description\";s:78:\"Controls the text color for text in currently selected menu items in toolbars.\";s:48:\"stylevar_toolbar_dropdown_text_color_active_name\";s:34:\"Toolbar Dropdown Text Color Active\";s:48:\"stylevar_toolbar_dropdown_text_color_description\";s:59:\"Controls the text color for the dropdown menus in toolbars.\";s:41:\"stylevar_toolbar_dropdown_text_color_name\";s:27:\"Toolbar Dropdown Text Color\";s:50:\"stylevar_toolbar_form_field_background_description\";s:72:\"Controls the background color and image for the form fields in toolbars.\";s:43:\"stylevar_toolbar_form_field_background_name\";s:29:\"Toolbar Form Field Background\";s:46:\"stylevar_toolbar_form_field_border_description\";s:76:\"Controls the border width, style, and color for the form fields in toolbars.\";s:39:\"stylevar_toolbar_form_field_border_name\";s:25:\"Toolbar Form Field Border\";s:62:\"stylevar_toolbar_form_field_placeholder_text_color_description\";s:80:\"Controls the text color for the placeholder text in the form fields in toolbars.\";s:55:\"stylevar_toolbar_form_field_placeholder_text_color_name\";s:41:\"Toolbar Form Field Placeholder Text Color\";s:39:\"stylevar_toolbar_text_color_description\";s:45:\"Controls the text color for text in toolbars.\";s:32:\"stylevar_toolbar_text_color_name\";s:18:\"Toolbar Text Color\";s:49:\"stylevar_tooltip_signature_background_description\";s:48:\"Controls the background of the signature tooltip\";s:42:\"stylevar_tooltip_signature_background_name\";s:28:\"Tooltip signature background\";s:45:\"stylevar_tooltip_signature_border_description\";s:67:\"Controls the border width, style, and color for signature tooltips.\";s:38:\"stylevar_tooltip_signature_border_name\";s:24:\"Tooltip Signature Border\";s:38:\"stylevar_topic_title_color_description\";s:0:\"\";s:31:\"stylevar_topic_title_color_name\";s:17:\"Topic Title Color\";s:39:\"stylevar_wrapper_background_description\";s:111:\"Controls the background color and image for the content wrapper (everything between the header and the footer).\";s:32:\"stylevar_wrapper_background_name\";s:18:\"Wrapper Background\";s:14:\"stylevareditor\";s:21:\"Style Variable Editor\";s:10:\"stylevarid\";s:11:\"StyleVar ID\";s:5:\"sub_1\";s:5:\"Sub 1\";s:5:\"sub_2\";s:5:\"Sub 2\";s:5:\"sub_3\";s:5:\"Sub 3\";s:34:\"sure_dismiss_x_merge_notifications\";s:82:\"Are you sure you want to dismiss the %1$s selected template merge notification(s)?\";s:21:\"template_conflict_x_y\";s:50:\"Conflict when merging template: %1$s (style: %2$s)\";s:33:\"template_contains_unsafe_function\";s:84:\"The template contains a conditional expression using a function not defined as safe.\";s:35:\"template_current_version_merge_here\";s:70:\"<b>Current version of the template — Merge your changes here</b>\";s:19:\"template_eval_error\";s:261:\"The following error occurred when attempting to evaluate this template:<br /><i>%1$s</i><br />This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.\";s:16:\"template_group_x\";s:20:\"Template Group: %1$s\";s:36:\"template_is_customized_in_this_style\";s:36:\"Template is Customized in this Style\";s:41:\"template_is_inherited_from_a_parent_style\";s:41:\"Template is Inherited From a Parent Style\";s:44:\"template_is_unchanged_from_the_default_style\";s:44:\"Template is Unchanged From the Default Style\";s:23:\"template_last_edited_js\";s:47:\"Last edited %1$s %2$s %3$s at %4$s:%5$s by %6$s\";s:19:\"template_merged_x_y\";s:48:\"Merged template successfully: %1$s (style: %2$s)\";s:16:\"template_options\";s:16:\"Template Options\";s:20:\"template_was_changed\";s:301:\"This template was changed by someone else while you were editing it. <b class=\"modlasttendays\">Your changes have not been saved.</b> Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved.\";s:26:\"template_was_changed_again\";s:305:\"<b class=\"modlasttendays\">Edit Conflict Again:</b> While submitting your merged version of the template, there was an edit conflict again. Please repeat the process below. The top editor has been updated to the latest version of the template, and the bottom editor contains the version you just submitted.\";s:23:\"template_x_exists_error\";s:124:\"A template named <em>%1$s</em> already exists.<br />\r\n<br />\r\nIf you click \'Save\' the existing template will be overwritten.\";s:37:\"template_your_version_merge_from_here\";s:147:\"Your version of the template — Merge your changes from here to the editor above. Upon saving, only what is in the editor above will be saved.\";s:32:\"temporary_template_table_created\";s:32:\"Temporary Template Table Created\";s:51:\"temporary_template_table_populated_with_x_templates\";s:54:\"Temporary Template Table Populated with %1$s Templates\";s:32:\"temporary_template_table_renamed\";s:32:\"Temporary Template Table Renamed\";s:17:\"test_replace_only\";s:133:\"Test Replacement Only <dfn>(This will show you the results of doing this find/replace, without actually updating the templates)</dfn>\";s:25:\"text_added_in_new_version\";s:25:\"Text added in new version\";s:29:\"text_changed_between_versions\";s:29:\"Text changed between versions\";s:15:\"text_decoration\";s:15:\"Text Decoration\";s:19:\"text_in_new_version\";s:19:\"Text in New Version\";s:19:\"text_in_old_version\";s:19:\"Text in Old Version\";s:29:\"text_removed_from_old_version\";s:29:\"Text removed from old version\";s:24:\"text_surrounding_changes\";s:24:\"Text Surrounding Changes\";s:52:\"this_item_is_customized_in_the_parent_style_called_x\";s:61:\"This item is customized in the parent style called\\n\\n\'%1$s\'.\";s:51:\"this_template_has_been_customized_in_a_parent_style\";s:350:\"This template has been customized within the %1$s style, (a parent set of the %2$s style).<br /><br />You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the %1$s style.<br /><br />If you would like to edit the %3$s template within the %1$s parent style, <a href=\"%4$s\">Click Here</a>.\";s:47:\"this_template_has_been_customized_in_this_style\";s:281:\"This template has been customized in the current style.<br /><br />Double-click the template name or click the \'Edit\' button to modify the template.<br /><br />You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.\";s:37:\"this_template_has_not_been_customized\";s:240:\"This template has not been customized in this style or any of its parent styles.<br /><br />Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.\";s:24:\"title_for_uploaded_style\";s:100:\"Title for Uploaded Style <dfn>(Leave blank to use the style title specified in the style file)</dfn>\";s:21:\"title_generated_style\";s:25:\"Title for generated style\";s:26:\"title_generated_style_desc\";s:28:\"The title of your new style.\";s:10:\"top_gstyle\";s:3:\"Top\";s:11:\"type_gstyle\";s:4:\"Type\";s:16:\"underline_gstyle\";s:9:\"Underline\";s:11:\"undo_gstyle\";s:4:\"Undo\";s:21:\"ungrouped_templates_x\";s:24:\"Ungrouped Templates %1$s\";s:5:\"units\";s:5:\"Units\";s:7:\"unknown\";s:7:\"Unknown\";s:24:\"unsaved_data_may_be_lost\";s:53:\"There is unsaved data on the page and it may be lost.\";s:25:\"updated_default_templates\";s:25:\"Updated Default Templates\";s:30:\"updated_default_templates_desc\";s:457:\"The templates shown on this page have been updated in the default template set since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin %1$s. <strong>If you do not do this, some sections of vBulletin may not function!</strong> Please see the release announcements at the <a href=\"http://www.vbulletin.com/forum/\">vBulletin.com Forums</a> for more information.\";s:41:\"updating_style_information_for_each_style\";s:44:\"Updating style information for each style...\";s:32:\"updating_style_information_for_x\";s:57:\"Updating Style Information for \'%1$s\' and child styles...\";s:31:\"updating_styles_with_no_parents\";s:46:\"Updating style sets with no parent information\";s:21:\"updating_template_ids\";s:21:\"Updating Template IDs\";s:10:\"url_gstyle\";s:3:\"URL\";s:19:\"usage_in_expression\";s:19:\"Usage in Expression\";s:23:\"use_regular_expressions\";s:52:\"Use Regular Expressions <dfn>(see notes below)</dfn>\";s:23:\"use_same_padding_margin\";s:33:\"Use the \'top\' value for all sides\";s:14:\"user_selection\";s:14:\"User Selection\";s:19:\"user_selection_desc\";s:39:\"Whether to display this style to users.\";s:22:\"validation_re_optional\";s:67:\"Optional, may cause problem if conflict with data type fundamental.\";s:29:\"validation_regular_expression\";s:29:\"Validation Regular Expression\";s:14:\"version_gstyle\";s:7:\"Version\";s:44:\"view_comparison_your_version_current_version\";s:51:\"View Comparison of your Version and Current Version\";s:24:\"view_highlighted_changes\";s:24:\"View Highlighted Changes\";s:19:\"view_history_gstyle\";s:12:\"View History\";s:11:\"view_inline\";s:11:\"View Inline\";s:13:\"view_original\";s:13:\"View Original\";s:22:\"view_pre_merge_version\";s:21:\"View Unmerged Version\";s:20:\"view_quickref_gstyle\";s:13:\"View QuickRef\";s:17:\"view_side_by_side\";s:17:\"View Side by Side\";s:32:\"view_your_forum_using_this_style\";s:32:\"View Your Forum Using this Style\";s:20:\"viewing_version_of_x\";s:51:\"Viewing Version of <span class=\"normal\">%1$s</span>\";s:5:\"white\";s:5:\"White\";s:11:\"white_style\";s:11:\"White Style\";s:16:\"white_style_desc\";s:78:\"This style is representative of the default style with minor color variations.\";s:5:\"width\";s:5:\"Width\";s:9:\"wrap_text\";s:9:\"Wrap Text\";s:11:\"x_templates\";s:14:\"%1$s Templates\";s:24:\"your_customized_template\";s:24:\"Your Customized Template\";s:21:\"your_customized_value\";s:21:\"Your Customized Value\";s:24:\"your_version_of_template\";s:28:\"Your Version of the Template\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('vb_UserWPerms_2_0',1400090033,1400003633,0,'1','a:3:{s:6:\"groups\";a:3:{s:7:\"groupid\";s:1:\"2\";s:9:\"secondary\";a:1:{i:0;s:1:\"6\";}s:10:\"infraction\";a:0:{}}s:3:\"git\";a:0:{}s:10:\"moderators\";a:1:{i:0;a:5:{s:11:\"moderatorid\";s:1:\"2\";s:6:\"userid\";s:1:\"2\";s:6:\"nodeid\";s:1:\"0\";s:11:\"permissions\";s:8:\"67108863\";s:12:\"permissions2\";s:8:\"33554431\";}}}'),('vB_UserPerms1',1400089987,1400003587,0,'1','a:9:{s:12:\"groupintopic\";a:0:{}s:10:\"usergroups\";a:1:{i:0;s:1:\"6\";}s:14:\"moderatorperms\";a:1:{i:-1;a:5:{s:11:\"moderatorid\";s:1:\"1\";s:6:\"userid\";s:1:\"1\";s:6:\"nodeid\";s:2:\"-1\";s:11:\"permissions\";s:1:\"0\";s:12:\"permissions2\";s:1:\"0\";}}s:7:\"primary\";s:1:\"6\";s:9:\"secondary\";a:0:{}s:10:\"infraction\";a:0:{}s:13:\"channelAccess\";a:7:{s:8:\"selfonly\";a:0:{}s:7:\"canview\";a:1:{i:0;s:2:\"11\";}s:13:\"canalwaysview\";a:0:{}s:11:\"canmoderate\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:10:\"canpublish\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}}s:11:\"canmoderate\";a:3:{s:3:\"can\";a:14:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;i:5;i:14;i:6;i:4;i:7;i:9;i:8;i:12;i:9;i:5;i:10;i:10;i:11;i:7;i:12;i:11;i:13;i:13;}s:6:\"cannot\";a:0:{}s:10:\"canpublish\";a:0:{}}s:8:\"superMod\";a:2:{s:20:\"moderatorpermissions\";i:0;s:21:\"moderatorpermissions2\";i:0;}}'),('d3704c0224f2a1058410accbf664039c',1400057587,1400003587,0,'1','a:3:{s:12:\"lastactivity\";i:1400003587;s:4:\"data\";a:2:{s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"d3704c0224f2a1058410accbf664039c\";s:13:\"dbsessionhash\";s:32:\"d3704c0224f2a1058410accbf664039c\";s:6:\"userid\";s:1:\"1\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400003587;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:0;s:10:\"languageid\";i:1;s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}s:8:\"userinfo\";a:159:{s:6:\"userid\";s:1:\"1\";s:16:\"adminpermissions\";s:10:\"1069514620\";s:8:\"navprefs\";N;s:8:\"cssprefs\";s:0:\"\";s:5:\"notes\";N;s:13:\"dismissednews\";s:11:\"185,186,187\";s:10:\"languageid\";i:0;s:4:\"temp\";N;s:6:\"field1\";N;s:6:\"field2\";N;s:6:\"field3\";N;s:6:\"field4\";N;s:10:\"subfolders\";N;s:9:\"pmfolders\";N;s:9:\"buddylist\";N;s:10:\"ignorelist\";N;s:9:\"signature\";N;s:11:\"searchprefs\";N;s:4:\"rank\";N;s:11:\"usergroupid\";s:1:\"6\";s:14:\"membergroupids\";s:0:\"\";s:14:\"displaygroupid\";s:1:\"6\";s:8:\"username\";s:15:\"outsourcedadmin\";s:5:\"token\";s:60:\"$2y$10$faQC0uV8I7Z8AFv9ZxqVr.fXE2j4nkqp5VC2TVxCEjCZWOhQUHR7W\";s:6:\"scheme\";s:11:\"blowfish:10\";s:6:\"secret\";s:30:\"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF\";s:12:\"passworddate\";s:10:\"1399953600\";s:5:\"email\";s:26:\"rbruce@outsourced-tech.net\";s:7:\"styleid\";i:1;s:11:\"parentemail\";s:0:\"\";s:8:\"homepage\";s:0:\"\";s:3:\"icq\";s:0:\"\";s:3:\"aim\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:3:\"msn\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"google\";s:0:\"\";s:6:\"status\";N;s:10:\"showvbcode\";s:1:\"2\";s:12:\"showbirthday\";s:1:\"2\";s:9:\"usertitle\";s:13:\"Administrator\";s:11:\"customtitle\";s:1:\"0\";s:8:\"joindate\";s:10:\"1399996367\";s:9:\"daysprune\";s:1:\"0\";s:9:\"lastvisit\";s:10:\"1399999999\";s:12:\"lastactivity\";s:10:\"1400003586\";s:8:\"lastpost\";s:1:\"0\";s:10:\"lastpostid\";s:1:\"0\";s:5:\"posts\";s:1:\"0\";s:10:\"reputation\";s:2:\"10\";s:17:\"reputationlevelid\";s:1:\"1\";s:14:\"timezoneoffset\";s:0:\"\";s:7:\"pmpopup\";s:1:\"0\";s:8:\"avatarid\";s:1:\"0\";s:14:\"avatarrevision\";s:1:\"0\";s:18:\"profilepicrevision\";s:1:\"0\";s:14:\"sigpicrevision\";s:1:\"0\";s:7:\"options\";i:78661718;s:15:\"privacy_options\";N;s:20:\"notification_options\";s:9:\"268435450\";s:8:\"birthday\";s:0:\"\";s:15:\"birthday_search\";s:10:\"0000-00-00\";s:8:\"maxposts\";s:2:\"-1\";s:11:\"startofweek\";s:1:\"1\";s:9:\"ipaddress\";s:0:\"\";s:10:\"referrerid\";s:1:\"0\";s:10:\"emailstamp\";s:10:\"1400003007\";s:12:\"threadedmode\";s:1:\"0\";s:13:\"autosubscribe\";s:1:\"0\";s:7:\"pmtotal\";s:1:\"0\";s:8:\"pmunread\";s:1:\"0\";s:7:\"ipoints\";s:1:\"0\";s:11:\"infractions\";s:1:\"0\";s:8:\"warnings\";s:1:\"0\";s:18:\"infractiongroupids\";s:0:\"\";s:17:\"infractiongroupid\";s:1:\"0\";s:12:\"adminoptions\";s:1:\"0\";s:13:\"profilevisits\";s:1:\"0\";s:11:\"friendcount\";s:1:\"0\";s:14:\"friendreqcount\";s:1:\"0\";s:13:\"vmunreadcount\";s:1:\"0\";s:16:\"vmmoderatedcount\";s:1:\"0\";s:19:\"socgroupinvitecount\";s:1:\"0\";s:16:\"socgroupreqcount\";s:1:\"0\";s:13:\"pcunreadcount\";s:1:\"0\";s:16:\"pcmoderatedcount\";s:1:\"0\";s:16:\"gmmoderatedcount\";s:1:\"0\";s:13:\"assetposthash\";s:0:\"\";s:8:\"fbuserid\";s:0:\"\";s:10:\"fbjoindate\";s:1:\"0\";s:6:\"fbname\";s:0:\"\";s:9:\"logintype\";s:2:\"vb\";s:13:\"fbaccesstoken\";s:0:\"\";s:16:\"saved_languageid\";s:1:\"0\";s:14:\"showsignatures\";i:0;s:11:\"showavatars\";i:1;s:10:\"showimages\";i:1;s:9:\"coppauser\";i:0;s:10:\"adminemail\";i:1;s:9:\"showvcard\";i:0;s:7:\"dstauto\";i:1;s:8:\"dstonoff\";i:0;s:9:\"showemail\";i:0;s:9:\"invisible\";i:0;s:14:\"showreputation\";i:0;s:9:\"receivepm\";i:1;s:9:\"emailonpm\";i:0;s:13:\"hasaccessmask\";i:0;s:14:\"vbasset_enable\";i:1;s:9:\"postorder\";i:0;s:16:\"receivepmbuddies\";i:0;s:17:\"noactivationmails\";i:0;s:12:\"pmboxwarning\";i:0;s:11:\"showusercss\";i:1;s:25:\"receivefriendemailrequest\";i:1;s:9:\"vm_enable\";i:1;s:14:\"vm_contactonly\";i:0;s:17:\"pmdefaultsavecopy\";i:0;s:17:\"moderatefollowers\";i:1;s:11:\"adminavatar\";i:0;s:15:\"adminprofilepic\";i:0;s:11:\"urlusername\";s:15:\"outsourcedadmin\";s:9:\"musername\";s:15:\"outsourcedadmin\";s:17:\"displaygrouptitle\";s:14:\"Administrators\";s:16:\"displayusertitle\";s:13:\"Administrator\";s:11:\"realstyleid\";s:1:\"0\";s:17:\"securitytoken_raw\";s:40:\"b21dabc4a35e5c935be795a6e5ec905d4aeec426\";s:13:\"securitytoken\";s:51:\"1400003587-d2fe54480c35d2d21ab69c49f17ec8b9e9f4d88a\";s:10:\"logouthash\";R:150;s:8:\"is_admin\";b:1;s:11:\"is_supermod\";b:0;s:12:\"is_moderator\";b:1;s:19:\"can_use_sitebuilder\";b:1;s:13:\"can_admin_ads\";b:1;s:19:\"is_globally_ignored\";b:0;s:9:\"buddymark\";s:0:\"\";s:13:\"invisiblemark\";s:0:\"\";s:6:\"online\";s:6:\"online\";s:12:\"lang_options\";a:2:{s:9:\"direction\";b:1;s:7:\"dirmark\";b:0;}s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";s:18:\"phrasegroup_cphome\";s:12855:\"a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:11:\"permissions\";a:48:{s:11:\"usergroupid\";i:6;s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:13:\"Administrator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:360;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:2030043071;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:31;s:16:\"adminpermissions\";i:3;s:18:\"genericpermissions\";i:2147483583;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:55;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:0;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:0;s:14:\"sigmaxrawchars\";i:0;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:6;}s:18:\"channelpermissions\";a:6:{i:1;i:1;i:2;i:0;i:3;i:0;i:14;i:1;i:4;i:1;i:7;i:0;}s:20:\"attachmentextensions\";s:44:\"bmp doc gif jpe jpeg jpg pdf png psd txt zip\";s:21:\"attachmentpermissions\";a:11:{s:3:\"bmp\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"doc\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"gif\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpe\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:4:\"jpeg\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpg\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:6:\"100000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"pdf\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"png\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"psd\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"txt\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"zip\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:6:\"100000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}}s:8:\"tzoffset\";s:0:\"\";s:11:\"badlocation\";i:1;}}s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"d3704c0224f2a1058410accbf664039c\";s:13:\"dbsessionhash\";s:32:\"d3704c0224f2a1058410accbf664039c\";s:6:\"userid\";s:1:\"1\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400003587;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:0;s:10:\"languageid\";i:1;s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}}'),('vb_UserWPerms_1_0',1400089996,1400003596,0,'1','a:3:{s:6:\"groups\";a:3:{s:7:\"groupid\";s:1:\"6\";s:9:\"secondary\";a:0:{}s:10:\"infraction\";a:0:{}}s:3:\"git\";a:0:{}s:10:\"moderators\";a:1:{i:-1;a:5:{s:11:\"moderatorid\";s:1:\"1\";s:6:\"userid\";s:1:\"1\";s:6:\"nodeid\";s:2:\"-1\";s:11:\"permissions\";s:1:\"0\";s:12:\"permissions2\";s:1:\"0\";}}}'),('vB_UserPerms2',1400090026,1400003626,0,'1','a:9:{s:12:\"groupintopic\";a:0:{}s:10:\"usergroups\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"6\";}s:14:\"moderatorperms\";a:1:{i:0;a:5:{s:11:\"moderatorid\";s:1:\"2\";s:6:\"userid\";s:1:\"2\";s:6:\"nodeid\";s:1:\"0\";s:11:\"permissions\";s:8:\"67108863\";s:12:\"permissions2\";s:8:\"33554431\";}}s:7:\"primary\";s:1:\"2\";s:9:\"secondary\";a:1:{i:0;s:1:\"6\";}s:10:\"infraction\";a:0:{}s:13:\"channelAccess\";a:7:{s:8:\"selfonly\";a:0:{}s:7:\"canview\";a:1:{i:15;s:2:\"11\";}s:13:\"canalwaysview\";a:0:{}s:11:\"canmoderate\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:10:\"canpublish\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}}s:11:\"canmoderate\";a:3:{s:3:\"can\";a:14:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"6\";i:4;s:1:\"8\";i:5;s:2:\"14\";i:6;s:1:\"4\";i:7;s:1:\"9\";i:8;s:2:\"12\";i:9;s:1:\"5\";i:10;s:2:\"10\";i:11;s:1:\"7\";i:12;s:2:\"11\";i:13;s:2:\"13\";}s:6:\"cannot\";a:0:{}s:10:\"canpublish\";a:0:{}}s:8:\"superMod\";a:2:{s:20:\"moderatorpermissions\";s:8:\"67108863\";s:21:\"moderatorpermissions2\";s:8:\"33554431\";}}'),('9214b52a77231076a18e75e693b92316',1400057626,1400003626,0,'1','a:3:{s:12:\"lastactivity\";i:1400003626;s:4:\"data\";a:2:{s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"9214b52a77231076a18e75e693b92316\";s:13:\"dbsessionhash\";s:32:\"9214b52a77231076a18e75e693b92316\";s:6:\"userid\";s:1:\"2\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400003626;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:0;s:10:\"languageid\";s:1:\"1\";s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}s:8:\"userinfo\";a:159:{s:6:\"userid\";s:1:\"2\";s:16:\"adminpermissions\";s:1:\"0\";s:8:\"navprefs\";N;s:8:\"cssprefs\";s:0:\"\";s:5:\"notes\";N;s:13:\"dismissednews\";s:3:\"187\";s:10:\"languageid\";i:0;s:4:\"temp\";N;s:6:\"field1\";s:0:\"\";s:6:\"field2\";s:0:\"\";s:6:\"field3\";s:0:\"\";s:6:\"field4\";s:0:\"\";s:10:\"subfolders\";N;s:9:\"pmfolders\";N;s:9:\"buddylist\";s:0:\"\";s:10:\"ignorelist\";s:0:\"\";s:9:\"signature\";s:0:\"\";s:11:\"searchprefs\";N;s:4:\"rank\";N;s:11:\"usergroupid\";s:1:\"2\";s:14:\"membergroupids\";s:1:\"6\";s:14:\"displaygroupid\";s:1:\"2\";s:8:\"username\";s:13:\"Administrator\";s:5:\"token\";s:60:\"$2y$10$iwqE6Znb1xwkMNaup6md0uAkavovf4Nkt.Tm8NtxzWJFJx/UOiGd6\";s:6:\"scheme\";s:11:\"blowfish:10\";s:6:\"secret\";s:30:\"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\";s:12:\"passworddate\";s:10:\"1399953600\";s:5:\"email\";s:25:\"webmaster@wakullatalk.com\";s:7:\"styleid\";i:1;s:11:\"parentemail\";s:0:\"\";s:8:\"homepage\";s:0:\"\";s:3:\"icq\";s:0:\"\";s:3:\"aim\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:3:\"msn\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"google\";s:0:\"\";s:6:\"status\";N;s:10:\"showvbcode\";s:1:\"1\";s:12:\"showbirthday\";s:1:\"0\";s:9:\"usertitle\";s:13:\"Junior Member\";s:11:\"customtitle\";s:1:\"0\";s:8:\"joindate\";s:10:\"1400031720\";s:9:\"daysprune\";s:2:\"-1\";s:9:\"lastvisit\";s:10:\"1400003007\";s:12:\"lastactivity\";s:10:\"1400003626\";s:8:\"lastpost\";s:1:\"0\";s:10:\"lastpostid\";s:1:\"0\";s:5:\"posts\";s:1:\"0\";s:10:\"reputation\";s:2:\"10\";s:17:\"reputationlevelid\";s:1:\"5\";s:14:\"timezoneoffset\";s:1:\"0\";s:7:\"pmpopup\";s:1:\"0\";s:8:\"avatarid\";s:1:\"0\";s:14:\"avatarrevision\";s:1:\"0\";s:18:\"profilepicrevision\";s:1:\"0\";s:14:\"sigpicrevision\";s:1:\"0\";s:7:\"options\";i:112217175;s:15:\"privacy_options\";N;s:20:\"notification_options\";s:9:\"268435450\";s:8:\"birthday\";s:0:\"\";s:15:\"birthday_search\";s:10:\"0000-00-00\";s:8:\"maxposts\";s:2:\"-1\";s:11:\"startofweek\";s:2:\"-1\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:10:\"referrerid\";s:1:\"0\";s:10:\"emailstamp\";s:1:\"0\";s:12:\"threadedmode\";s:1:\"0\";s:13:\"autosubscribe\";s:2:\"-1\";s:7:\"pmtotal\";s:1:\"0\";s:8:\"pmunread\";s:1:\"0\";s:7:\"ipoints\";s:1:\"0\";s:11:\"infractions\";s:1:\"0\";s:8:\"warnings\";s:1:\"0\";s:18:\"infractiongroupids\";s:0:\"\";s:17:\"infractiongroupid\";s:1:\"0\";s:12:\"adminoptions\";s:1:\"0\";s:13:\"profilevisits\";s:1:\"0\";s:11:\"friendcount\";s:1:\"0\";s:14:\"friendreqcount\";s:1:\"0\";s:13:\"vmunreadcount\";s:1:\"0\";s:16:\"vmmoderatedcount\";s:1:\"0\";s:19:\"socgroupinvitecount\";s:1:\"0\";s:16:\"socgroupreqcount\";s:1:\"0\";s:13:\"pcunreadcount\";s:1:\"0\";s:16:\"pcmoderatedcount\";s:1:\"0\";s:16:\"gmmoderatedcount\";s:1:\"0\";s:13:\"assetposthash\";s:0:\"\";s:8:\"fbuserid\";s:0:\"\";s:10:\"fbjoindate\";s:1:\"0\";s:6:\"fbname\";s:0:\"\";s:9:\"logintype\";s:2:\"vb\";s:13:\"fbaccesstoken\";s:0:\"\";s:16:\"saved_languageid\";s:1:\"1\";s:14:\"showsignatures\";i:1;s:11:\"showavatars\";i:1;s:10:\"showimages\";i:1;s:9:\"coppauser\";i:0;s:10:\"adminemail\";i:1;s:9:\"showvcard\";i:0;s:7:\"dstauto\";i:1;s:8:\"dstonoff\";i:0;s:9:\"showemail\";i:0;s:9:\"invisible\";i:0;s:14:\"showreputation\";i:1;s:9:\"receivepm\";i:1;s:9:\"emailonpm\";i:0;s:13:\"hasaccessmask\";i:0;s:14:\"vbasset_enable\";i:1;s:9:\"postorder\";i:0;s:16:\"receivepmbuddies\";i:0;s:17:\"noactivationmails\";i:0;s:12:\"pmboxwarning\";i:0;s:11:\"showusercss\";i:1;s:25:\"receivefriendemailrequest\";i:1;s:9:\"vm_enable\";i:1;s:14:\"vm_contactonly\";i:0;s:17:\"pmdefaultsavecopy\";i:1;s:17:\"moderatefollowers\";i:1;s:11:\"adminavatar\";i:0;s:15:\"adminprofilepic\";i:0;s:11:\"urlusername\";s:13:\"Administrator\";s:9:\"musername\";s:13:\"Administrator\";s:17:\"displaygrouptitle\";s:16:\"Registered Users\";s:16:\"displayusertitle\";s:0:\"\";s:11:\"realstyleid\";s:1:\"0\";s:17:\"securitytoken_raw\";s:40:\"bee315a1f6d3aa3998cc45df0511da5ff48d5eb3\";s:13:\"securitytoken\";s:51:\"1400003626-5d010abd21692fe166d1f70c1c7bbf03124f47ab\";s:10:\"logouthash\";R:150;s:8:\"is_admin\";b:1;s:11:\"is_supermod\";b:0;s:12:\"is_moderator\";b:1;s:19:\"can_use_sitebuilder\";b:0;s:13:\"can_admin_ads\";b:0;s:19:\"is_globally_ignored\";b:0;s:9:\"buddymark\";s:0:\"\";s:13:\"invisiblemark\";s:0:\"\";s:6:\"online\";s:6:\"online\";s:12:\"lang_options\";a:2:{s:9:\"direction\";b:1;s:7:\"dirmark\";b:0;}s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";s:18:\"phrasegroup_cphome\";s:12855:\"a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:11:\"permissions\";a:50:{s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:11:\"usergroupid\";i:2;s:5:\"title\";s:16:\"Registered Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:2030043071;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:31;s:16:\"adminpermissions\";i:3;s:18:\"genericpermissions\";i:2147483647;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:63;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:12:\"sigmaximages\";i:0;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:0;s:14:\"sigmaxrawchars\";i:0;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:2;s:17:\"forumpermissions2\";i:0;s:17:\"createpermissions\";i:0;}s:18:\"channelpermissions\";a:6:{i:1;i:1;i:2;i:0;i:3;i:0;i:14;i:1;i:4;i:1;i:7;i:0;}s:20:\"attachmentextensions\";s:44:\"bmp doc gif jpe jpeg jpg pdf png psd txt zip\";s:21:\"attachmentpermissions\";a:11:{s:3:\"bmp\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"doc\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"gif\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpe\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:4:\"jpeg\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpg\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:6:\"100000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"pdf\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"png\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:3:\"280\";s:5:\"width\";s:3:\"620\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"psd\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"txt\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:5:\"20000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"zip\";a:5:{s:11:\"permissions\";i:1;s:4:\"size\";s:6:\"100000\";s:6:\"height\";s:1:\"0\";s:5:\"width\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}}s:8:\"tzoffset\";s:1:\"0\";s:11:\"badlocation\";i:1;}}s:4:\"vars\";a:17:{s:11:\"sessionhash\";s:32:\"9214b52a77231076a18e75e693b92316\";s:13:\"dbsessionhash\";s:32:\"9214b52a77231076a18e75e693b92316\";s:6:\"userid\";s:1:\"2\";s:4:\"host\";s:14:\"67.235.238.250\";s:6:\"idhash\";s:32:\"d057d0905015afeb64db10dc54cc8983\";s:12:\"lastactivity\";i:1400003626;s:8:\"location\";s:0:\"\";s:7:\"styleid\";i:0;s:10:\"languageid\";s:1:\"1\";s:8:\"loggedin\";i:1;s:7:\"inforum\";i:0;s:8:\"inthread\";i:0;s:10:\"incalendar\";i:0;s:11:\"badlocation\";i:0;s:13:\"profileupdate\";i:0;s:9:\"useragent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:6:\"bypass\";b:0;}}'),('7121fb2952ce9b5ae2267319ab166e62',0,1399999999,0,'1','a:16:{s:17:\"phrasegroup_cpcms\";s:2708:\"a:45:{s:22:\"add_cms_child_category\";s:18:\"Add Child Category\";s:20:\"add_new_cms_category\";s:16:\"Add New Category\";s:5:\"apply\";s:5:\"Apply\";s:17:\"articles_per_page\";s:17:\"Articles Per Page\";s:12:\"categorylist\";s:13:\"Category List\";s:12:\"cms_category\";s:8:\"Category\";s:24:\"cms_category_description\";s:20:\"Category Description\";s:17:\"cms_category_name\";s:13:\"Category Name\";s:18:\"cms_category_title\";s:14:\"Category Title\";s:19:\"cms_parent_category\";s:15:\"Parent Category\";s:13:\"cms_published\";s:9:\"Published\";s:18:\"content_break_type\";s:17:\"Content<br />Type\";s:20:\"content_link_date_by\";s:126:\"<div class=\"h-wordwrap\"><a href=\"%1$s\" target=\"_blank\">%2$s</a></div><div class=\"h-wordwrap h-margin-top-xs\">%3$sby %4$s</div>\";s:18:\"content_management\";s:18:\"Content Management\";s:11:\"contentlist\";s:12:\"Content List\";s:11:\"contenttype\";s:12:\"Content Type\";s:7:\"control\";s:7:\"Control\";s:31:\"delete_article_confirm_multiple\";s:77:\"Are you sure you want to delete these articles? This action cannot be undone.\";s:29:\"delete_article_confirm_single\";s:75:\"Are you sure you want to delete this article? This action cannot be undone.\";s:32:\"delete_category_confirm_multiple\";s:79:\"Are you sure you want to delete these categories? This action cannot be undone.\";s:30:\"delete_category_confirm_single\";s:76:\"Are you sure you want to delete this category? This action cannot be undone.\";s:19:\"delete_cms_category\";s:15:\"Delete Category\";s:13:\"deletecontent\";s:14:\"Delete Content\";s:19:\"display_break_order\";s:18:\"Display<br />Order\";s:12:\"displayorder\";s:13:\"Display Order\";s:17:\"edit_cms_category\";s:13:\"Edit Category\";s:11:\"editcontent\";s:12:\"Edit Content\";s:23:\"invalid_parent_category\";s:181:\"Invalid parent category was selected. Please go back and select another category. If editing an existing category, please note that you cannot select a child category as the parent.\";s:16:\"no_authors_found\";s:19:\"No authors found...\";s:20:\"no_category_selected\";s:59:\"No category selected. Please go back and choose a category.\";s:13:\"no_tags_found\";s:16:\"No tags found...\";s:12:\"notpublished\";s:13:\"Not Published\";s:33:\"please_choose_a_category_for_move\";s:51:\"Please select a category to move the articles into.\";s:22:\"please_choose_a_filter\";s:22:\"Please select a filter\";s:13:\"plus_category\";s:10:\"+ Category\";s:20:\"public_break_preview\";s:19:\"Public<br />Preview\";s:13:\"publicpreview\";s:14:\"Public Preview\";s:16:\"savedisplayorder\";s:18:\"Save Display Order\";s:15:\"select_a_filter\";s:15:\"Select a filter\";s:16:\"select_an_action\";s:16:\"Select an action\";s:7:\"taglist\";s:8:\"Tag List\";s:7:\"tagname\";s:8:\"Tag Name\";s:9:\"unpublish\";s:10:\"Un-publish\";s:11:\"unpublished\";s:13:\"Not Published\";s:11:\"viewcontent\";s:12:\"View Content\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('vBAdminCP_CMS_Categories',1400086399,1399999999,0,'1','a:1:{i:0;a:9:{s:6:\"nodeid\";s:2:\"14\";s:9:\"htmltitle\";s:8:\"Articles\";s:5:\"title\";s:8:\"Articles\";s:8:\"parentid\";s:1:\"1\";s:13:\"showpublished\";s:1:\"1\";s:9:\"textcount\";s:1:\"0\";s:12:\"displayorder\";s:1:\"1\";s:11:\"description\";s:13:\"CMS Home Page\";s:5:\"depth\";s:1:\"0\";}}'),('b6e1657ee08f4cdf0d952cf7e7034dfd',0,1400003050,0,'1','a:16:{s:18:\"phrasegroup_cphome\";s:12855:\"a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'); INSERT INTO `cache` VALUES ('59c469fb92830938b18474102a5c36e3',0,1400003016,0,'1','a:23:{s:18:\"phrasegroup_cpuser\";s:19186:\"a:240:{s:10:\"accept_all\";s:10:\"Accept All\";s:14:\"add_new_answer\";s:14:\"Add New Answer\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:16:\"add_new_question\";s:16:\"Add New Question\";s:37:\"add_new_user_infraction_level_gcpuser\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_title_gcpuser\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:24:\"additional_users_gcpuser\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:67:\"All members of this usergroup will revert to the <i>%1$s</i> group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:23:\"allow_access_to_channel\";s:23:\"Allow Access to Channel\";s:6:\"answer\";s:6:\"Answer\";s:7:\"answers\";s:7:\"Answers\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:192:\"Are you <b>sure</b> you want to delete the private messages belonging to the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the private messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:167:\"Are you <b>sure</b> you want to delete the subscriptions called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:158:\"Are you <b>sure</b> you want to delete the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the visitor messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_you_want_to_delete_this_answer\";s:44:\"Are you sure you want to delete this answer?\";s:45:\"are_you_sure_you_want_to_delete_this_question\";s:46:\"Are you sure you want to delete this question?\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge <b>%1$s</b> into <b>%2$s</b>?<br />\r\n<br />\r\n<b>%1$s</b> will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:33:\"Automatic Topic Subscription Mode\";s:32:\"avatars_to_show_per_page_gcpuser\";s:24:\"Avatars to Show Per Page\";s:16:\"ban_user_gcpuser\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:18:\"delete_all_gcpuser\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:34:\"delete_user_transfer_social_groups\";s:397:\"<strong>This user is the maintainer of %1$s group(s)</strong><br />\r\nIf you delete this user, you will also delete their groups as well as all discussions, messages, user memberships, group images and all other content related to their groups.<br /><br />\r\nIf you want to force the transfer of this user\'s groups to yourself so that you may transfer or manage them later then check this checkbox: \";s:36:\"delete_visitor_messages_sent_by_user\";s:36:\"Delete Visitor Messages Sent by User\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:23:\"display_avatars_gcpuser\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:21:\"display_email_gcpuser\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:22:\"display_images_gcpuser\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:27:\"display_infractions_gcpuser\";s:19:\"Display Infractions\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:26:\"display_reputation_gcpuser\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:24:\"Display Signature Inline\";s:26:\"display_signatures_gcpuser\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:27:\"edit_profile_customizations\";s:27:\"Edit Profile Customizations\";s:39:\"edit_profile_style_customizations_for_x\";s:72:\"Edit Profile Style Customizations for \'<span class=\"normal\">%1$s</span>\'\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:23:\"edit_reputation_gcpuser\";s:15:\"Edit Reputation\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:29:\"email_to_send_at_once_gcpuser\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:23:\"enter_image_url_gcpuser\";s:35:\"Please enter the URL of your image:\";s:20:\"external_connections\";s:20:\"External Connections\";s:18:\"facebook_connected\";s:18:\"Facebook Connected\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for user<dfn>Enter Username</dfn>\";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>\";s:25:\"forum_permissions_gcpuser\";s:19:\"Channel Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for <i>x</i> days\";s:34:\"human_verification_manager_gcpuser\";s:26:\"Human Verification Manager\";s:26:\"human_verification_options\";s:26:\"Human Verification Options\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click <a href=\"%1$s\">here</a>.\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:26:\"image_verification_options\";s:26:\"Image Verification Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"</b>%1$s<b>\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \"</b>%1$s<b>\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:534:\"Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process cannot be reversed</b>.\";s:19:\"merge_users_gcpuser\";s:11:\"Merge Users\";s:13:\"message_email\";s:534:\"Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>\";s:26:\"moderate_followers_gcpuser\";s:25:\"Enable Subscriber Request\";s:30:\"move_user_to_usergroup_gcpuser\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:9:\"new_value\";s:9:\"New Value\";s:24:\"no_matches_found_gcpuser\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:9:\"old_value\";s:9:\"Old Value\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:21:\"primary_users_gcpuser\";s:13:\"Primary Users\";s:34:\"private_message_statistics_gcpuser\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:21:\"profile_customization\";s:21:\"Profile Customization\";s:28:\"profile_style_customizations\";s:28:\"Profile Style Customizations\";s:12:\"question_dfn\";s:67:\"Question<dfn>Answers are added after the question is created.</dfn>\";s:29:\"question_verification_options\";s:42:\"Question & Answer Verification Options\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:36:\"receieve_friend_request_notification\";s:35:\"Receive Friend Request Notification\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:5:\"regex\";s:5:\"Regex\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:40:\"regular_expression_require_match_gcpuser\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:94:\"Resize image to user\'s maximum allowed dimensions\r\n<dfn>As defined by their usergroup(s)</dfn>\";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:27:\"search_ip_addresses_gcpuser\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:33:\"show_others_custom_profile_styles\";s:39:\"Show Other Users\' Custom Profile Styles\";s:35:\"showing_avatars_x_to_y_of_z_gcpuser\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?<dfn>(Will not send any email out)</dfn>\";s:29:\"text_to_separate_addresses_by\";s:220:\"Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>\";s:30:\"there_are_no_changes_to_revert\";s:30:\"There are no changes to revert\";s:28:\"there_are_no_changes_to_save\";s:28:\"There are no changes to save\";s:29:\"this_action_is_not_reversible\";s:222:\"Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:23:\"Updating Topics / Posts\";s:28:\"updating_threads_posts_for_x\";s:32:\"Updating Topics / Posts for %1$s\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:36:\"user_no_permission_customize_profile\";s:80:\"This user does not have permission to customize any parts of his or her profile.\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:26:\"user_title_manager_gcpuser\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:25:\"usergroup_options_gcpuser\";s:17:\"Usergroup Options\";s:22:\"userid_is_greater_than\";s:35:\"User ID is greater than or equal to\";s:19:\"userid_is_less_than\";s:20:\"User ID is less than\";s:33:\"users_awaiting_moderation_gcpuser\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:19:\"view_change_history\";s:19:\"View change history\";s:30:\"view_forum_permissions_gcpuser\";s:24:\"View Channel Permissions\";s:24:\"view_infractions_gcpuser\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:26:\"view_join_requests_gcpuser\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:34:\"view_social_groups_created_by_user\";s:27:\"View Groups Created by User\";s:33:\"visitor_messages_sent_by_the_user\";s:33:\"Visitor Messages sent by the User\";s:15:\"warning_gcpuser\";s:7:\"Warning\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:16:\"warnings_gcpuser\";s:8:\"Warnings\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!\";}\";s:17:\"phrasegroup_forum\";s:5409:\"a:60:{s:14:\"access_options\";s:14:\"Access Options\";s:12:\"act_as_forum\";s:54:\"Act as Channel <dfn>(Will act as category if no)</dfn>\";s:16:\"add_announcement\";s:16:\"Add Announcement\";s:15:\"add_child_forum\";s:17:\"Add Child Channel\";s:20:\"add_moderator_gforum\";s:13:\"Add Moderator\";s:20:\"add_new_forum_gforum\";s:13:\"Add New Forum\";s:11:\"allow_icons\";s:16:\"Allow Post Icons\";s:26:\"apply_password_to_children\";s:64:\"Apply This Password to Child Forums <dfn>(Only if changed)</dfn>\";s:37:\"are_you_sure_want_to_delete_channel_x\";s:161:\"Are you <b>sure</b> you want to delete the channel called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:44:\"are_you_sure_you_want_to_delete_this_channel\";s:94:\"Are you sure you want to delete this channel? Note that any sub-channels will also be deleted!\";s:42:\"are_you_sure_you_want_to_delete_this_forum\";s:90:\"Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!\";s:17:\"can_have_password\";s:178:\"Can Have Password <dfn>(Setting this to no will prevent a password from being inherited and from being set by moderators)<br />(Note: You may still set a password manually)</dfn>\";s:15:\"category_gforum\";s:8:\"Category\";s:22:\"channel_manager_gforum\";s:15:\"Channel Manager\";s:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:35:\"create_channel_based_off_of_channel\";s:36:\"Create Channel Based off of Channel:\";s:18:\"custom_forum_style\";s:29:\"Custom Style for this Channel\";s:18:\"default_sort_field\";s:18:\"Default Sort Field\";s:18:\"default_sort_order\";s:18:\"Default Sort Order\";s:12:\"delete_forum\";s:14:\"Delete Channel\";s:23:\"do_not_change_usergroup\";s:23:\"DO NOT CHANGE USERGROUP\";s:18:\"edit_display_order\";s:18:\"Edit Display Order\";s:10:\"edit_forum\";s:12:\"Edit Channel\";s:20:\"edit_password_gforum\";s:13:\"Edit Password\";s:26:\"emails_to_notify_when_post\";s:98:\"Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>\";s:28:\"emails_to_notify_when_thread\";s:99:\"Email Addresses to Notify When there is a New Topic <dfn>(Separate each address with a SPACE)</dfn>\";s:6:\"expand\";s:6:\"Expand\";s:15:\"forum_is_active\";s:109:\"Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>\";s:10:\"forum_link\";s:114:\"Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>\";s:10:\"forum_open\";s:100:\"Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>\";s:14:\"forum_password\";s:103:\"Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>\";s:45:\"forums_marked_asterisk_are_password_protected\";s:45:\"Forums Marked <b>*</b> are Password-Protected\";s:15:\"index_new_posts\";s:126:\"Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>\";s:11:\"link_gforum\";s:4:\"Link\";s:15:\"list_moderators\";s:15:\"List Moderators\";s:27:\"moderate_attachments_gforum\";s:20:\"Moderate Attachments\";s:21:\"moderate_posts_gforum\";s:14:\"Moderate Posts\";s:23:\"moderate_threads_gforum\";s:15:\"Moderate Topics\";s:25:\"moderation_options_gforum\";s:18:\"Moderation Options\";s:21:\"override_style_choice\";s:185:\"Override Users\' Style Choice <dfn>(If this channel uses a custom style, this will force users with a different style choice to see the channel with the style <i>you</i> specified)</dfn>\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";s:15:\"posting_options\";s:15:\"Posting Options\";s:30:\"prefix_for_forum_status_images\";s:161:\"Prefix for Forum Status Images\r\n<dfn>(This prefix will be used on status image filenames for a forum, it can only contain <em>A-Z, 0-9, -, _, . and /</em>)</dfn>\";s:65:\"require_moderator_validation_before_new_attachments_are_displayed\";s:65:\"Require moderator validation before new attachments are displayed\";s:59:\"require_moderator_validation_before_new_posts_are_displayed\";s:59:\"Require moderator validation before new posts are displayed\";s:61:\"require_moderator_validation_before_new_threads_are_displayed\";s:60:\"Require moderator validation before new topics are displayed\";s:27:\"require_threads_have_prefix\";s:31:\"Require Topics to have a Prefix\";s:23:\"show_all_threads_gforum\";s:15:\"Show all topics\";s:24:\"show_forum_on_forum_jump\";s:61:\"Show this Forum and Child Forums on the Quick Navigation menu\";s:18:\"show_private_forum\";s:414:\"Show Private Forum<dfn>(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.<br /> This option applies to any forum listing, including the Quick Navigation menu, and Search Results.<br /> Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)</dfn>\";s:13:\"style_options\";s:13:\"Style Options\";s:7:\"summary\";s:7:\"Summary\";s:11:\"use_default\";s:11:\"Use Default\";s:24:\"use_default_style_gforum\";s:17:\"Use Default Style\";s:24:\"use_selected_prefix_sets\";s:24:\"Use Selected Prefix Sets\";s:10:\"view_forum\";s:12:\"View Channel\";s:23:\"view_permissions_gforum\";s:16:\"View Permissions\";s:30:\"yes_display_post_counts_gforum\";s:25:\"Yes - Display Post Counts\";s:27:\"yes_hide_post_counts_gforum\";s:22:\"Yes - Hide Post Counts\";}\";s:20:\"phrasegroup_timezone\";s:2567:\"a:33:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:52:\"(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago\";s:23:\"timezone_gmt_minus_0430\";s:19:\"(GMT -4:30) Caracas\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:44:\"(GMT +2:00) Kaliningrad, South Africa, Cairo\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:53:\"(GMT +4:00) Abu Dhabi, Muscat, Yerevan, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi\";s:22:\"timezone_gmt_plus_0545\";s:21:\"(GMT +5:45) Kathmandu\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0630\";s:33:\"(GMT +6:30) Yangon, Cocos Islands\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}\";s:16:\"phrasegroup_user\";s:23165:\"a:306:{s:8:\"about_me\";s:8:\"About Me\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:10:\"add_friend\";s:10:\"Add Friend\";s:22:\"additional_information\";s:22:\"Additional Information\";s:29:\"administrators_may_send_email\";s:206:\"From time to time, the administrators and/or other members may want to send you email notifications or messages. If you do not want to receive email from certain people then you may disable the options here\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:11:\"album_guser\";s:5:\"Album\";s:9:\"all_guser\";s:3:\"All\";s:26:\"allow_vcard_download_guser\";s:20:\"Allow vCard Download\";s:16:\"approve_messages\";s:16:\"Approve Messages\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:12:\"avatar_guser\";s:6:\"Avatar\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:14:\"birthday_guser\";s:8:\"Birthday\";s:21:\"block_display_options\";s:305:\"If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks.<br />\r\n<br />\r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.\";s:31:\"board_can_be_shown_any_language\";s:154:\"Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:9:\"clear_all\";s:9:\"Clear All\";s:29:\"click_button_below_edit_email\";s:121:\"Please click this button to edit your email address and password. Any changes you\'ve made on this page will not be saved.\";s:13:\"comment_guser\";s:7:\"Comment\";s:12:\"contact_info\";s:12:\"Contact Info\";s:28:\"conversation_between_x_and_y\";s:34:\"Conversation Between %1$s and %2$s\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"customize_profile\";s:17:\"Customize Profile\";s:17:\"date_time_options\";s:23:\"Date & Time Options\";s:16:\"deleted_messages\";s:16:\"Deleted Messages\";s:24:\"deleted_visitor_messages\";s:24:\"Deleted Visitor Messages\";s:10:\"disconnect\";s:10:\"Disconnect\";s:17:\"discussions_guser\";s:11:\"Discussions\";s:11:\"display_age\";s:11:\"Display Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:17:\"display_age_guser\";s:16:\"Display Only Age\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";s:28:\"edit_profile_picture_gcpuser\";s:20:\"Edit Profile Picture\";s:17:\"edit_user_profile\";s:12:\"Edit Profile\";s:13:\"edit_value_js\";s:10:\"Edit Value\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:24:\"enable_visitor_messaging\";s:24:\"Enable Visitor Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:42:\"enter_password_to_change_password_or_email\";s:90:\"You must enter your current password if you wish to change your password or email address.\";s:8:\"everyone\";s:8:\"Everyone\";s:21:\"facebook_add_password\";s:141:\"Add a password to your account so that you may login without using Facebook.\r\nAlso, this needs to be set in order to disconnect your account.\";s:23:\"facebook_add_password_x\";s:81:\"Add a password to your %1$s account so that you may login without using Facebook.\";s:15:\"facebook_avatar\";s:15:\"Facebook Avatar\";s:33:\"facebook_disconnect_description_x\";s:52:\"Remove this Facebook account from your %1$s account.\";s:21:\"facebook_login_prompt\";s:34:\"Login to see your Facebook avatar.\";s:13:\"facebook_name\";s:13:\"Facebook Name\";s:10:\"forum_info\";s:10:\"Forum Info\";s:20:\"friends_and_contacts\";s:18:\"Friends & Contacts\";s:16:\"from_all_members\";s:16:\"From all members\";s:13:\"get_connected\";s:13:\"Get Connected\";s:17:\"group_discussions\";s:17:\"Group Discussions\";s:13:\"group_members\";s:7:\"Members\";s:17:\"group_memberships\";s:17:\"Permission Groups\";s:14:\"group_messages\";s:14:\"Group Messages\";s:10:\"group_name\";s:10:\"Group Name\";s:7:\"group_x\";s:30:\"Group: <a href=\"%1$s\">%2$s</a>\";s:33:\"has_no_permission_change_birthday\";s:45:\"has no permission to change the date of birth\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:15:\"hide_reputation\";s:15:\"Hide Reputation\";s:24:\"hide_user_customizations\";s:24:\"Hide User Customizations\";s:15:\"home_page_guser\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:7:\"instant\";s:7:\"Instant\";s:21:\"invisible_mode_allows\";s:92:\"Invisible mode allows you to browse the forums without appearing in the Online Users Module.\";s:20:\"invisible_mode_guser\";s:14:\"Invisible Mode\";s:18:\"join_social_groups\";s:11:\"Join Groups\";s:16:\"last_visit_guser\";s:10:\"Last Visit\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:25:\"limit_vm_to_contacts_only\";s:58:\"Limit usage of Visitor Messages to Contacts and Moderators\";s:6:\"linear\";s:6:\"Linear\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n <br />\r\n If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"%1$s\">administrator</a> with your username, and your account will be changed.\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:21:\"moderated_attachments\";s:21:\"Moderated Attachments\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:20:\"new_visitor_messages\";s:20:\"New Visitor Messages\";s:18:\"newest_first_guser\";s:12:\"Newest First\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"oldest_first_guser\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:16:\"picture_comments\";s:16:\"Picture Comments\";s:21:\"pm_from_contacts_only\";s:58:\"Receive Private Messages only from Contacts and Moderators\";s:8:\"pm_popup\";s:39:\"New Private Message Notification Pop-up\";s:12:\"points_guser\";s:6:\"Points\";s:10:\"post_count\";s:10:\"Post Count\";s:12:\"post_message\";s:12:\"Post Message\";s:15:\"posting_message\";s:15:\"Posting Message\";s:19:\"primary_users_guser\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:13:\"privacy_guser\";s:7:\"Privacy\";s:23:\"private_messaging_guser\";s:17:\"Private Messaging\";s:13:\"profile_guser\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:21:\"profile_picture_guser\";s:15:\"Profile Picture\";s:15:\"profile_privacy\";s:15:\"Profile Privacy\";s:13:\"profile_style\";s:13:\"Profile Style\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:17:\"public_usergroups\";s:17:\"Public Usergroups\";s:26:\"receive_admin_emails_guser\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:30:\"receive_private_messages_guser\";s:24:\"Receive Private Messages\";s:25:\"receive_private_messaging\";s:25:\"Receive Private Messaging\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:15:\"referrals_guser\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:28:\"remove_from_userlist_confirm\";s:46:\"Are you sure you want to remove these user(s)?\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:6:\"report\";s:6:\"Report\";s:26:\"report_bad_visitor_message\";s:22:\"Report Visitor Message\";s:22:\"reputation_level_guser\";s:16:\"Reputation Level\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:16:\"reset_to_default\";s:16:\"Reset to Default\";s:20:\"save_pm_copy_default\";s:82:\"Save a copy of sent messages in my <a href=\"%1$s\">Sent Items</a> folder by default\";s:64:\"send_notification_email_when_a_private_message_is_received_guser\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:31:\"server_failed_respond_try_again\";s:55:\"The server failed to respond in time. Please try again.\";s:14:\"set_to_default\";s:14:\"Set to default\";s:22:\"show_all_threads_guser\";s:15:\"Show all topics\";s:34:\"show_enhanced_editor_toolbar_guser\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:15:\"show_reputation\";s:15:\"Show Reputation\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:34:\"show_standard_editor_toolbar_guser\";s:28:\"Show Standard Editor Toolbar\";s:24:\"show_user_customizations\";s:24:\"Show User Customizations\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:23:\"signature_picture_guser\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:18:\"social_group_guser\";s:5:\"Group\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n <br />\r\n Please note that some forums here may override your skin choice temporarily.\";s:9:\"this_page\";s:9:\"This Page\";s:25:\"thread_display_mode_guser\";s:18:\"Topic Display Mode\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:15:\"time_zone_guser\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:14:\"total_messages\";s:14:\"Total Messages\";s:11:\"transparent\";s:11:\"Transparent\";s:18:\"unapprove_messages\";s:18:\"Unapprove Messages\";s:17:\"undelete_messages\";s:17:\"Undelete Messages\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:27:\"use_can_make_customizations\";s:150:\"Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:19:\"user_customizations\";s:19:\"User Customizations\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_notes\";s:10:\"User Notes\";s:13:\"user_settings\";s:13:\"User Settings\";s:16:\"user_title_guser\";s:10:\"User Title\";s:20:\"usercss_alternating1\";s:21:\"Primary Content Areas\";s:20:\"usercss_alternating2\";s:23:\"Secondary Content Areas\";s:24:\"usercss_background_color\";s:16:\"Background Color\";s:24:\"usercss_background_image\";s:16:\"Background Image\";s:25:\"usercss_background_repeat\";s:6:\"Repeat\";s:20:\"usercss_border_color\";s:12:\"Border Color\";s:20:\"usercss_border_style\";s:12:\"Border Style\";s:20:\"usercss_border_width\";s:12:\"Border Width\";s:26:\"usercss_borderstyle_dashed\";s:6:\"Dashed\";s:26:\"usercss_borderstyle_dotted\";s:6:\"Dotted\";s:26:\"usercss_borderstyle_double\";s:6:\"Double\";s:26:\"usercss_borderstyle_groove\";s:6:\"Groove\";s:26:\"usercss_borderstyle_hidden\";s:6:\"Hidden\";s:25:\"usercss_borderstyle_inset\";s:5:\"Inset\";s:24:\"usercss_borderstyle_none\";s:4:\"None\";s:26:\"usercss_borderstyle_outset\";s:6:\"Outset\";s:25:\"usercss_borderstyle_ridge\";s:5:\"Ridge\";s:25:\"usercss_borderstyle_solid\";s:5:\"Solid\";s:13:\"usercss_color\";s:10:\"Text Color\";s:15:\"usercss_example\";s:31:\"Style Customization Example Key\";s:19:\"usercss_font_family\";s:11:\"Font Family\";s:17:\"usercss_font_size\";s:9:\"Font Size\";s:14:\"usercss_inputs\";s:8:\"Controls\";s:17:\"usercss_linkcolor\";s:15:\"Hyperlink Color\";s:12:\"usercss_main\";s:4:\"Main\";s:15:\"usercss_padding\";s:7:\"Padding\";s:24:\"usercss_repeat_no_repeat\";s:4:\"None\";s:21:\"usercss_repeat_repeat\";s:4:\"Both\";s:23:\"usercss_repeat_repeat_x\";s:10:\"Horizontal\";s:23:\"usercss_repeat_repeat_y\";s:8:\"Vertical\";s:18:\"usercss_shadecolor\";s:17:\"Shaded Text Color\";s:19:\"usercss_tablefooter\";s:13:\"Block Footers\";s:24:\"usercss_tablefooter_desc\";s:97:\"Some <em>but not all</em> blocks may have an additional bar at the bottom containing buttons etc.\";s:19:\"usercss_tableheader\";s:19:\"Minor Block Headers\";s:18:\"usercss_tabletitle\";s:19:\"Major Block Headers\";s:21:\"usersetting_biography\";s:8:\"About Me\";s:26:\"usersetting_biography_desc\";s:29:\"A few details about yourself.\";s:27:\"usersetting_birth_date_desc\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access\r\nto your date of birth should you choose to hide it via the privacy option above.\";s:24:\"usersetting_change_email\";s:25:\"Change your email address\";s:28:\"usersetting_change_email_new\";s:23:\"Enter new email address\";s:30:\"usersetting_change_email_renew\";s:26:\"Re-enter new email address\";s:27:\"usersetting_change_password\";s:20:\"Change your password\";s:35:\"usersetting_change_password_current\";s:22:\"Enter current password\";s:34:\"usersetting_change_password_forget\";s:21:\"Forgot your password?\";s:31:\"usersetting_change_password_new\";s:18:\"Enter new password\";s:33:\"usersetting_change_password_renew\";s:21:\"Re-enter new password\";s:32:\"usersetting_conversation_details\";s:27:\"Conversation Detail Options\";s:23:\"usersetting_displaymode\";s:12:\"Display mode\";s:28:\"usersetting_displaymode_desc\";s:109:\"Use this option to set which display mode you would like to see when you are on the conversation detail page.\";s:26:\"usersetting_dst_correction\";s:14:\"DST Correction\";s:27:\"usersetting_editorinterface\";s:25:\"Advanced Editor Interface\";s:32:\"usersetting_editorinterface_desc\";s:468:\"When you post using the advanced editor, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br /><br />Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting, try switching to a different interface type.\";s:17:\"usersetting_email\";s:13:\"Email Address\";s:29:\"usersetting_emailnotification\";s:19:\"Email Notifications\";s:52:\"usersetting_emailnotification_comments_on_discussion\";s:27:\"Comments on your discussion\";s:47:\"usersetting_emailnotification_comments_on_links\";s:22:\"Comments on your links\";s:55:\"usersetting_emailnotification_comments_on_mixedcontents\";s:41:\"Comments on your advanced editor contents\";s:48:\"usersetting_emailnotification_comments_on_photos\";s:23:\"Comments on your photos\";s:48:\"usersetting_emailnotification_comments_on_videos\";s:23:\"Comments on your videos\";s:35:\"usersetting_emailnotification_daily\";s:9:\"On, daily\";s:34:\"usersetting_emailnotification_desc\";s:184:\"When you post a new conversation, reply to a topic or someone likes your post, you can choose to automatically receive email notification or select the frequency of email notification.\";s:51:\"usersetting_emailnotification_general_followrequest\";s:28:\"Confirms a subscribe request\";s:45:\"usersetting_emailnotification_general_follows\";s:17:\"Subscribes to you\";s:47:\"usersetting_emailnotification_general_likespost\";s:15:\"Likes your post\";s:40:\"usersetting_emailnotification_general_pm\";s:27:\"Sends you a private message\";s:46:\"usersetting_emailnotification_general_siteperm\";s:28:\"Changes your site permission\";s:40:\"usersetting_emailnotification_general_vm\";s:35:\"Posts on your visitor message board\";s:47:\"usersetting_emailnotification_general_votesconv\";s:19:\"Votes on your polls\";s:50:\"usersetting_emailnotification_general_votesreplies\";s:21:\"Votes on your replies\";s:34:\"usersetting_emailnotification_none\";s:35:\"Off, through my Message Center only\";s:32:\"usersetting_emailnotification_on\";s:2:\"On\";s:52:\"usersetting_emailnotification_reply_after_discussion\";s:33:\"Replies after you on a discussion\";s:46:\"usersetting_emailnotification_reply_after_link\";s:27:\"Replies after you on a link\";s:54:\"usersetting_emailnotification_reply_after_mixedcontent\";s:47:\"Replies after you on an advanced editor content\";s:47:\"usersetting_emailnotification_reply_after_photo\";s:28:\"Replies after you on a photo\";s:47:\"usersetting_emailnotification_reply_after_video\";s:28:\"Replies after you on a video\";s:49:\"usersetting_emailnotification_reply_on_discussion\";s:71:\"Replies to your discussion (this also includes comments in your topics)\";s:44:\"usersetting_emailnotification_reply_on_links\";s:21:\"Replies to your links\";s:52:\"usersetting_emailnotification_reply_on_mixedcontents\";s:40:\"Replies to your advanced editor contents\";s:45:\"usersetting_emailnotification_reply_on_photos\";s:22:\"Replies to your photos\";s:44:\"usersetting_emailnotification_reply_on_polls\";s:21:\"Replies to your polls\";s:45:\"usersetting_emailnotification_reply_on_videos\";s:22:\"Replies to your videos\";s:36:\"usersetting_emailnotification_weekly\";s:10:\"On, weekly\";s:28:\"usersetting_enable_invisible\";s:21:\"Enable invisible mode\";s:29:\"usersetting_enable_reputation\";s:23:\"Enable reputation level\";s:28:\"usersetting_facebook_connect\";s:16:\"Facebook Connect\";s:26:\"usersetting_followerequest\";s:31:\"Auto-accept subscriber requests\";s:31:\"usersetting_followerequest_desc\";s:83:\"Auto-accept subscriber requests from other members to subscribe to profile updates.\";s:32:\"usersetting_followerequest_title\";s:18:\"Subscriber Request\";s:27:\"usersetting_ignorelist_desc\";s:130:\"To block certain users\' posts, enter their names into the ignore list. To remove users from the ignore list, click the \'x\' button.\";s:14:\"usersetting_im\";s:19:\"Contact Information\";s:19:\"usersetting_im_desc\";s:23:\"Add another screen name\";s:24:\"usersetting_mixedcontent\";s:13:\"Mixed Content\";s:32:\"usersetting_other_customizations\";s:25:\"Other User Customizations\";s:19:\"usersetting_pm_desc\";s:72:\"If you do not want to send or receive private messages, uncheck the box.\";s:27:\"usersetting_pm_receive_desc\";s:211:\"You may limit the receipt of private messages to just administrator and your <a href=\"%1$s\">followers</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:15:\"usersetting_ppp\";s:14:\"Posts per Page\";s:20:\"usersetting_ppp_desc\";s:130:\"Use this option to set the number of posts to show in a conversation detail page before splitting the display into multiple pages.\";s:24:\"usersetting_profile_desc\";s:108:\"Customize who can see and comment on things you started, replied, followed and following under your profile.\";s:34:\"usersetting_receive_pm_subscribers\";s:40:\"Only from subscribers and administrators\";s:27:\"usersetting_reputation_desc\";s:156:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />\";s:22:\"usersetting_showavatar\";s:11:\"Show Avatar\";s:23:\"usersetting_showusercss\";s:30:\"Show other user customizations\";s:31:\"usersetting_signature_collapsed\";s:9:\"Collapsed\";s:33:\"usersetting_signature_errorsaving\";s:22:\"Error saving signature\";s:28:\"usersetting_signature_inline\";s:6:\"Inline\";s:42:\"usersetting_signature_previewpostsignature\";s:22:\"Preview Post Signature\";s:22:\"usersetting_signatures\";s:19:\"Show post signature\";s:27:\"usersetting_signatures_desc\";s:95:\"Use this option to set which display mode you would like to use for displaying user signatures.\";s:27:\"usersetting_signatures_link\";s:19:\"Edit Post Signature\";s:27:\"usersetting_user_title_desc\";s:134:\"This is the title that appears beneath your name on your posts. If you wish to use the default title, check the\r\n\"Set to default\" box.\";s:19:\"usersetting_vm_desc\";s:185:\"The visitor messaging allows members to leave messages to one another publicly. If you do not want to receive visitor messages, uncheck the box to turn off the visitor messaging system.\";s:20:\"usersetting_web_desc\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:21:\"usersetting_web_title\";s:3:\"Web\";s:5:\"vcard\";s:5:\"vCard\";s:14:\"vcard_download\";s:14:\"vCard Download\";s:17:\"view_conversation\";s:17:\"View Conversation\";s:33:\"view_conversation_between_x_and_y\";s:39:\"View Conversation Between %1$s and %2$s\";s:29:\"view_your_conversation_with_x\";s:32:\"View Your Conversation with %1$s\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:15:\"visitor_message\";s:15:\"Visitor Message\";s:17:\"visitor_messaging\";s:17:\"Visitor Messaging\";s:29:\"x_posted_visitormessage_for_y\";s:38:\"%1$s posted a Visitor Message for %2$s\";s:31:\"x_posted_visitormessage_for_y_2\";s:76:\"<a href=\"%2$s\">%1$s</a> posted a Visitor Message for <a href=\"%4$s\">%3$s</a>\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:36:\"you_lost_activation_code_or_username\";s:166:\"If you have lost your activation code or you have forgotten your username, <a href=\"registration/activateemail\">click here</a> to have the codes emailed to you again.\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:14:\"your_signature\";s:14:\"Your Signature\";}\";s:25:\"phrasegroup_cprofilefield\";s:345:\"a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:18:\"Where do you live?\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:24:\"Enter your hobbies here.\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:16:\"What\'s your job?\";s:12:\"field4_title\";s:10:\"Occupation\";}\";s:24:\"phrasegroup_subscription\";s:12965:\"a:143:{s:28:\"2checkout_order_instructions\";s:103:\"To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.\";s:20:\"active_gsubscription\";s:6:\"Active\";s:15:\"add_more_prices\";s:15:\"Add more prices\";s:18:\"add_new_paymentapi\";s:19:\"Add New Payment API\";s:34:\"add_new_subscription_gsubscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:12:\"all_currency\";s:12:\"All Currency\";s:14:\"all_processors\";s:14:\"All Processors\";s:17:\"all_subscriptions\";s:17:\"All Subscriptions\";s:23:\"all_types_gsubscription\";s:9:\"All Types\";s:31:\"allowed_can_access_subscription\";s:47:\"Allowed: Usergroup can access this subscription\";s:20:\"amount_gsubscription\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_paymentapi_x\";s:165:\"Are you <b>sure</b> you want to delete the Payment API called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:166:\"Are you <b>sure</b> you want to delete the subscription called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:11:\"aus_dollars\";s:18:\"Australian Dollars\";s:31:\"authorizenet_order_instructions\";s:109:\"To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.\";s:23:\"available_subscriptions\";s:23:\"Available Subscriptions\";s:11:\"cad_dollars\";s:16:\"Canadian Dollars\";s:20:\"can_use_subscription\";s:20:\"Can Use Subscription\";s:25:\"ccbill_order_instructions\";s:100:\"To pay for your subscription via CCBill click the button below and follow the onscreen instructions.\";s:12:\"ccbill_subid\";s:12:\"CCBill SubID\";s:6:\"charge\";s:6:\"Charge\";s:9:\"classname\";s:9:\"Classname\";s:28:\"clickbank_order_instructions\";s:160:\"To pay for your subscription using <a href=\"http://www.clickbank.com\" target=\"_blank\">ClickBank</a> click the button below and follow the onscreen instructions.\";s:4:\"cost\";s:4:\"Cost\";s:8:\"currency\";s:8:\"Currency\";s:21:\"current_subscriptions\";s:21:\"Current Subscriptions\";s:34:\"denied_can_not_access_subscription\";s:49:\"Denied: Usergroup cannot access this subscription\";s:40:\"display_subscription_during_registration\";s:27:\"Display during registration\";s:53:\"doing_this_will_remove_additional_access_subscription\";s:92:\"Doing this will remove any additional access given to users who purchased this subscription!\";s:8:\"duration\";s:8:\"Duration\";s:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:60:\"edit_usergroup_permissions_for_usergroup_x_in_subscription_y\";s:84:\"Edit Subscription Permissions For Usergroup: </b>%1$s<b> in Subscription </b>%2$s<b>\";s:16:\"end_subscription\";s:16:\"End Subscription\";s:24:\"end_subscription_confirm\";s:149:\"You are about to end your paid subscription. Your subscription will end right away and you won\'t get charged again if your subscription is recurring.\";s:5:\"euros\";s:5:\"Euros\";s:11:\"expiry_date\";s:11:\"Expiry Date\";s:7:\"failure\";s:7:\"Failure\";s:25:\"google_order_instructions\";s:109:\"To pay for your subscription via Google Checkout click the button below and follow the onscreen instructions.\";s:41:\"here_you_can_select_which_forums_the_user\";s:408:\"Here you can select which forums the user will be able to access once subscribed.<br /><br />Selecting \"yes\" will allow this user access to the forum.<br /><br />Selecting \"default\" will use default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:28:\"length_x_units_y_recurring_z\";s:13:\"%1$s %2$s%3$s\";s:31:\"moneybookers_order_instructions\";s:166:\"To pay for your subscription using <a href=\"http://www.moneybookers.com\" target=\"_blank\">MoneyBookers</a> click the button below and follow the onscreen instructions.\";s:11:\"new_pricing\";s:11:\"New Pricing\";s:17:\"new_subscriptions\";s:17:\"New Subscriptions\";s:9:\"no_change\";s:9:\"No Change\";s:50:\"no_subscribed_discussions_to_display_gsubscription\";s:57:\"There are no subscribed discussions for this time period.\";s:25:\"nochex_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.nochex.com\" target=\"_blank\">NOCHEX</a> click the button below and follow the onscreen instructions.\";s:13:\"order_using_x\";s:16:\"Order Using %1$s\";s:19:\"payment_api_manager\";s:19:\"Payment API Manager\";s:10:\"paymentapi\";s:11:\"Payment API\";s:19:\"paymentmenthod_desc\";s:150:\"To pay your subscription, please select your preferred payment method below and you will be sent to the\r\npayment page after complete the registration.\";s:25:\"paypal_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.paypal.com\" target=\"_blank\">PayPal</a> click the button below and follow the onscreen instructions.\";s:30:\"please_select_a_payment_method\";s:31:\"Please select a payment method.\";s:15:\"pounds_sterling\";s:15:\"Pounds Sterling\";s:5:\"price\";s:5:\"Price\";s:7:\"pricing\";s:7:\"Pricing\";s:9:\"processor\";s:9:\"Processor\";s:21:\"purchase_subscription\";s:21:\"Purchase Subscription\";s:9:\"recurring\";s:9:\"Recurring\";s:19:\"remove_subscription\";s:19:\"Remove Subscription\";s:8:\"reversal\";s:8:\"Reversal\";s:25:\"save_subscription_manager\";s:25:\"Save Subscription Manager\";s:34:\"setting_2checkout_secret_word_desc\";s:79:\"The secret word as set within the Look and Feel page of your 2Checkout account.\";s:35:\"setting_2checkout_secret_word_title\";s:21:\"2Checkout Secret Word\";s:37:\"setting_2checkout_twocheckout_id_desc\";s:25:\"Your numerical vendor ID.\";s:38:\"setting_2checkout_twocheckout_id_title\";s:26:\"2Checkout Vendor ID Number\";s:43:\"setting_authorizenet_authorize_loginid_desc\";s:32:\"Your Login ID for Authorize.Net.\";s:44:\"setting_authorizenet_authorize_loginid_title\";s:22:\"Authorize.Net Login ID\";s:45:\"setting_authorizenet_authorize_md5secret_desc\";s:177:\"The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)\";s:46:\"setting_authorizenet_authorize_md5secret_title\";s:21:\"MD5 Hash Security Key\";s:32:\"setting_authorizenet_txnkey_desc\";s:106:\"The transaction key as specified within the Security section of the Authorize.Net merchant account system.\";s:33:\"setting_authorizenet_txnkey_title\";s:29:\"Authorize.Net Transaction Key\";s:32:\"setting_ccbill_clientAccnum_desc\";s:56:\"This is the main account number for your CCBill account.\";s:33:\"setting_ccbill_clientAccnum_title\";s:33:\"CCBill Client Main Account Number\";s:32:\"setting_ccbill_clientSubacc_desc\";s:123:\"This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.\";s:33:\"setting_ccbill_clientSubacc_title\";s:32:\"CCBill Client Sub Account Number\";s:28:\"setting_ccbill_formName_desc\";s:118:\"The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.\";s:29:\"setting_ccbill_formName_title\";s:26:\"CCBill Form Character Code\";s:28:\"setting_ccbill_password_desc\";s:233:\"This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_password_title\";s:17:\"Datalink Password\";s:30:\"setting_ccbill_secretword_desc\";s:106:\"A secret word can be used to increase the security of accepting CCBill transactions. This is not required.\";s:31:\"setting_ccbill_secretword_title\";s:18:\"CCBill Secret Word\";s:28:\"setting_ccbill_username_desc\";s:233:\"This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_username_title\";s:17:\"Datalink Username\";s:38:\"setting_google_google_merchant_id_desc\";s:94:\"The Google Merchant ID is listed on the integration page of the Google Merchant Settings page.\";s:39:\"setting_google_google_merchant_id_title\";s:18:\"Google Merchant ID\";s:39:\"setting_google_google_merchant_key_desc\";s:95:\"The Google Merchant Key is listed on the integration page of the Google Merchant Settings page.\";s:40:\"setting_google_google_merchant_key_title\";s:19:\"Google Merchant Key\";s:27:\"setting_google_sandbox_desc\";s:251:\"This setting allows you to test Google checkout with a \"fake\" credit card. See <a href=\"https://developers.google.com/checkout/developer/Google_Checkout_Basic_HTML_Sandbox\" target=\"_blank\">Sandbox Setup</a> to create a test account to check out with.\";s:28:\"setting_google_sandbox_title\";s:16:\"Use Sandbox mode\";s:33:\"setting_moneybookers_mbemail_desc\";s:101:\"Please enter your MoneyBookers email, all references to the subscription service will use this email.\";s:34:\"setting_moneybookers_mbemail_title\";s:18:\"MoneyBookers Email\";s:34:\"setting_moneybookers_mbsecret_desc\";s:64:\"Secret Word in lowercase as typed into your Moneybookers Profile\";s:35:\"setting_moneybookers_mbsecret_title\";s:24:\"Moneybookers Secret Word\";s:28:\"setting_nochex_ncxemail_desc\";s:95:\"Please enter your NoChex email, all references to the subscription service will use this email.\";s:29:\"setting_nochex_ncxemail_title\";s:12:\"NoChex Email\";s:27:\"setting_paypal_ppemail_desc\";s:95:\"Please enter your PayPal email, all references to the subscription service will use this email.\";s:28:\"setting_paypal_ppemail_title\";s:12:\"PayPal Email\";s:32:\"setting_paypal_primaryemail_desc\";s:130:\"Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.\";s:33:\"setting_paypal_primaryemail_title\";s:28:\"PayPal Primary Account Email\";s:37:\"setting_worldpay_worldpay_instid_desc\";s:154:\"The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.\";s:38:\"setting_worldpay_worldpay_instid_title\";s:24:\"WorldPay Installation ID\";s:39:\"setting_worldpay_worldpay_password_desc\";s:94:\"The password entered during the creation of the subscription callback within the WorldPay CMS.\";s:40:\"setting_worldpay_worldpay_password_title\";s:26:\"WorldPay Callback Password\";s:16:\"shipping_address\";s:16:\"Shipping Address\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %1$s to %2$s of %3$s\";s:32:\"showing_transactions_x_to_y_of_z\";s:41:\"Showing Transactions %1$s to %2$s of %3$s\";s:24:\"subscription_information\";s:24:\"Subscription Information\";s:19:\"subscription_length\";s:19:\"Subscription Length\";s:34:\"subscription_manager_gsubscription\";s:20:\"Subscription Manager\";s:27:\"subscription_payment_method\";s:27:\"Subscription Payment Method\";s:38:\"subscription_permissions_gsubscription\";s:24:\"Subscription Permissions\";s:32:\"subscription_permissions_manager\";s:32:\"Subscription Permissions Manager\";s:19:\"subscriptions_users\";s:21:\"Subscriptions - Users\";s:31:\"subsetting_2checkout_show_title\";s:27:\"Display this payment option\";s:34:\"subsetting_authorizenet_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_ccbill_show_title\";s:27:\"Display this payment option\";s:31:\"subsetting_google_message_title\";s:86:\"Message displayed to user upon successful transaction<dfn>This must not be empty</dfn>\";s:28:\"subsetting_google_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_google_tax_title\";s:77:\"Tax<dfn>Define your tax tables in the Google Merchant Settings Tax page</dfn>\";s:34:\"subsetting_moneybookers_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_nochex_show_title\";s:27:\"Display this payment option\";s:52:\"subsetting_paypal_shipping_address_none_selectoption\";s:4:\"None\";s:56:\"subsetting_paypal_shipping_address_optional_selectoption\";s:8:\"Optional\";s:56:\"subsetting_paypal_shipping_address_required_selectoption\";s:8:\"Required\";s:40:\"subsetting_paypal_shipping_address_title\";s:16:\"Shipping Address\";s:28:\"subsetting_paypal_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_paypal_tax_title\";s:3:\"Tax\";s:30:\"subsetting_worldpay_show_title\";s:27:\"Display this payment option\";s:18:\"supported_currency\";s:18:\"Supported Currency\";s:18:\"supports_recurring\";s:27:\"Supports Recurring Payments\";s:3:\"tax\";s:3:\"Tax\";s:19:\"transaction_details\";s:19:\"Transaction Details\";s:29:\"transaction_log_gsubscription\";s:15:\"Transaction Log\";s:18:\"transaction_lookup\";s:18:\"Transaction Lookup\";s:31:\"transaction_stats_gsubscription\";s:17:\"Transaction Stats\";s:13:\"transactionid\";s:14:\"Transaction ID\";s:18:\"twocheckout_prodid\";s:10:\"2CO ProdID\";s:18:\"type_gsubscription\";s:4:\"Type\";s:10:\"us_dollars\";s:12:\"U.S. Dollars\";s:10:\"view_users\";s:10:\"View Users\";s:27:\"worldpay_order_instructions\";s:104:\"To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.\";s:14:\"x_subscription\";s:17:\"%1$s Subscription\";}\";s:19:\"phrasegroup_banning\";s:1110:\"a:22:{s:11:\"ban_options\";s:11:\"Ban Options\";s:10:\"ban_period\";s:10:\"Ban Period\";s:10:\"ban_reason\";s:10:\"Ban Reason\";s:18:\"ban_time_remaining\";s:18:\"Ban Time Remaining\";s:17:\"ban_user_gbanning\";s:8:\"Ban User\";s:21:\"ban_will_be_lifted_on\";s:21:\"Ban Will Be Lifted On\";s:9:\"banned_by\";s:9:\"Banned By\";s:9:\"banned_on\";s:9:\"Banned On\";s:7:\"banning\";s:7:\"Banning\";s:13:\"click_proceed\";s:46:\"Click the <em>Proceed</em> button to continue.\";s:21:\"confirm_ban_lift_on_x\";s:46:\"Are you sure you want to lift the ban on %1$s?\";s:7:\"forever\";s:7:\"Forever\";s:8:\"lift_ban\";s:8:\"Lift Ban\";s:14:\"lift_ban_after\";s:112:\"Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>\";s:14:\"never_lift_ban\";s:14:\"Never Lift Ban\";s:13:\"permanent_ban\";s:13:\"Permanent Ban\";s:21:\"permanent_ban_options\";s:21:\"Permanent Ban Options\";s:13:\"temporary_ban\";s:13:\"Temporary Ban\";s:21:\"temporary_ban_options\";s:21:\"Temporary Ban Options\";s:15:\"user_ban_reason\";s:23:\"Reason to show the user\";s:12:\"user_banning\";s:12:\"User Banning\";s:19:\"will_be_lifted_soon\";s:19:\"Will be lifted soon\";}\";s:24:\"phrasegroup_profilefield\";s:8261:\"a:113:{s:14:\"add_new_option\";s:14:\"Add New Option\";s:30:\"add_new_profile_field_category\";s:30:\"Add New Profile Field Category\";s:40:\"add_new_user_profile_field_gprofilefield\";s:26:\"Add New User Profile Field\";s:7:\"after_x\";s:12:\"After \'%1$s\'\";s:51:\"allow_user_to_input_their_own_value_for_this_option\";s:51:\"Allow user to input their own value for this option\";s:55:\"are_you_sure_you_want_to_delete_this_user_profile_field\";s:56:\"Are you sure you want to delete this User Profile Field?\";s:61:\"are_you_sure_you_want_to_delete_user_profile_field_category_x\";s:326:\"Are you sure you want to delete this user profile field category?\r\n<blockquote>\r\n <strong>%1$s</strong>\r\n <div class=\"smallfont\">(Contains <strong>%2$s</strong> Profile Fields)</div>\r\n</blockquote>\r\nAny profile fields belonging to this category will become <em>%3$s</em> but will <strong>not</strong> be deleted.\";s:12:\"asset_picker\";s:12:\"Asset Picker\";s:26:\"blocks_column_after_albums\";s:21:\"Sidebar, After Albums\";s:27:\"blocks_column_after_friends\";s:22:\"Sidebar, After Friends\";s:26:\"blocks_column_after_groups\";s:21:\"Sidebar, After Groups\";s:30:\"blocks_column_after_mini_stats\";s:25:\"Sidebar, After Mini Stats\";s:19:\"blocks_column_first\";s:14:\"Sidebar, First\";s:18:\"blocks_column_last\";s:13:\"Sidebar, Last\";s:4:\"both\";s:4:\"Both\";s:10:\"box_height\";s:90:\"Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>\";s:17:\"button_background\";s:17:\"Button Background\";s:13:\"button_border\";s:13:\"Button Border\";s:17:\"button_text_color\";s:17:\"Button Text Color\";s:29:\"choose_limit_choices_add_info\";s:112:\"If you choose to limit the number of choices in the next option, please add that information to the description.\";s:17:\"contains_x_fields\";s:20:\"Contains %1$s Fields\";s:18:\"content_background\";s:18:\"Content Background\";s:14:\"content_border\";s:14:\"Content Border\";s:18:\"content_link_color\";s:18:\"Content Link Color\";s:18:\"content_text_color\";s:18:\"Content Text Color\";s:20:\"customize_my_profile\";s:20:\"Customize My Profile\";s:18:\"customize_my_theme\";s:18:\"Customize My Theme\";s:58:\"default_value_you_may_specify_a_default_registration_value\";s:116:\"Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>\";s:12:\"display_page\";s:12:\"Display Page\";s:28:\"drag_the_conner_crop_profile\";s:66:\"Drag the corner to set how you want your profile picture to appear\";s:32:\"edit_user_profile_field_category\";s:32:\"Edit User Profile Field Category\";s:8:\"editable\";s:8:\"Editable\";s:4:\"exit\";s:4:\"Exit\";s:22:\"field_editable_by_user\";s:22:\"Field Editable by User\";s:23:\"field_hidden_on_profile\";s:13:\"Private Field\";s:12:\"field_length\";s:12:\"Field Length\";s:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:18:\"fields_from_form_x\";s:59:\"Profile Fields from Form \'<span class=\"normal\">%1$s</span>\'\";s:17:\"header_background\";s:18:\"Header Background\";s:13:\"header_border\";s:13:\"Header Border\";s:17:\"header_text_color\";s:17:\"Header Text Color\";s:7:\"headers\";s:7:\"Headers\";s:6:\"hidden\";s:6:\"Hidden\";s:10:\"horizontal\";s:10:\"Horizontal\";s:15:\"limit_selection\";s:142:\"Limit Selection<dfn>Maximum number of options the user may select.</dfn><dfn> Enter <b>0</b> to allow them to choose all of the options.</dfn>\";s:28:\"location_on_profile_page_dfn\";s:140:\"Location on Profile Page\r\n<dfn>Profile fields will always be shown on the \'About Me\' tab, in addition to any location you select here.</dfn>\";s:21:\"main_column_first_tab\";s:22:\"Main Column, First Tab\";s:20:\"main_column_last_tab\";s:21:\"Main Column, Last Tab\";s:9:\"messaging\";s:9:\"Messaging\";s:17:\"module_background\";s:17:\"Module Background\";s:13:\"module_border\";s:13:\"Module Border\";s:17:\"module_link_color\";s:17:\"Module Link Color\";s:17:\"module_text_color\";s:17:\"Module Text Color\";s:25:\"moduleinactive_background\";s:26:\"Inactive Module Background\";s:21:\"moduleinactive_border\";s:22:\"Inactive Module Border\";s:25:\"moduleinactive_link_color\";s:26:\"Inactive Module Link Color\";s:25:\"moduleinactive_text_color\";s:26:\"Inactive Module Text Color\";s:7:\"modules\";s:7:\"Modules\";s:22:\"multiple_line_text_box\";s:22:\"Multiple-Line Text Box\";s:27:\"multiple_selection_checkbox\";s:27:\"Multiple-Selection Checkbox\";s:23:\"multiple_selection_menu\";s:23:\"Multiple-Selection Menu\";s:4:\"name\";s:4:\"Name\";s:22:\"need_public_album_text\";s:227:\"To use the asset picker you need to have a publicly accessible album with at least one image in it. Please create such an album if you want to select an image. You can still enter an image location in the edit box if you like.\";s:18:\"no_but_on_register\";s:31:\"No, but display at registration\";s:50:\"no_user_profile_field_categories_have_been_created\";s:113:\"No user profile field categories have been created.<br />\r\n<br />\r\nClick the link below to create a new category.\";s:19:\"note_max_31_options\";s:66:\"<em>Note:</em> You may have a maximum of 31 options in this field.\";s:20:\"only_at_registration\";s:20:\"Only at registration\";s:20:\"only_in_about_me_tab\";s:26:\"Only in the \'About Me\' Tab\";s:14:\"optional_input\";s:14:\"Optional Input\";s:19:\"other_gprofilefield\";s:5:\"Other\";s:34:\"other_please_specify_gprofilefield\";s:22:\"Other (please specify)\";s:15:\"page_link_color\";s:15:\"Page Link Color\";s:9:\"postition\";s:8:\"Position\";s:22:\"profile_field_category\";s:22:\"Profile Field Category\";s:18:\"profile_field_type\";s:18:\"Profile Field Type\";s:32:\"profile_theme_reset_confirmation\";s:118:\"Do you really want to set your profile theme to default?\r\nWarning! All changes made to the profile theme will be lost.\";s:46:\"regular_expression_require_match_gprofilefield\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:20:\"rename_gprofilefield\";s:6:\"Rename\";s:22:\"required_gprofilefield\";s:8:\"Required\";s:9:\"reverting\";s:9:\"Reverting\";s:20:\"save_as_site_default\";s:20:\"Save as Site Default\";s:10:\"searchable\";s:10:\"Searchable\";s:20:\"select_album_to_view\";s:36:\"Select an album to view its contents\";s:24:\"set_default_if_yes_first\";s:74:\"Set Default <dfn>Will set the first non blank option as the default.</dfn>\";s:20:\"show_on_members_list\";s:20:\"Show on Members List\";s:20:\"single_line_text_box\";s:20:\"Single-Line Text Box\";s:21:\"single_selection_menu\";s:21:\"Single-Selection Menu\";s:30:\"single_selection_radio_buttons\";s:30:\"Single-Selection Radio Buttons\";s:5:\"small\";s:5:\"small\";s:16:\"text_area_height\";s:16:\"Text Area Height\";s:6:\"themes\";s:6:\"Themes\";s:30:\"this_profile_fields_no_options\";s:39:\"This user profile field has no options.\";s:14:\"thread_viewing\";s:13:\"Topic Viewing\";s:16:\"title_text_color\";s:16:\"Title Text Color\";s:27:\"uncategorized_gprofilefield\";s:13:\"Uncategorized\";s:13:\"update_failed\";s:155:\"There was an error saving your data. Please contact the site administrator or technical support and explain what you were doing when you got this message.\";s:43:\"user_profile_field_categories_gprofilefield\";s:29:\"User Profile Field Categories\";s:40:\"user_profile_field_manager_gprofilefield\";s:26:\"User Profile Field Manager\";s:29:\"user_profile_fields_in_area_x\";s:64:\"User Profile Fields in Area: <span class=\"smallfont\">%1$s</span>\";s:29:\"user_profile_reset_to_default\";s:46:\"User profile has been reset to default values.\";s:18:\"user_profile_saved\";s:53:\"Your user profile display settings have been updated.\";s:8:\"vertical\";s:8:\"Vertical\";s:26:\"which_page_displays_option\";s:257:\"Which page displays this option?<dfn>If you select \"Edit Your Details\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.</dfn>\";s:6:\"xlarge\";s:7:\"x-large\";s:6:\"xsmall\";s:7:\"x-small\";s:7:\"xxlarge\";s:8:\"xx-large\";s:7:\"xxsmall\";s:8:\"xx-small\";s:10:\"yes_always\";s:11:\"Yes, Always\";s:19:\"yes_at_registration\";s:41:\"Yes, at registration and profile updating\";s:23:\"yes_but_no_blank_option\";s:30:\"Yes, but No First Blank Option\";s:21:\"yes_including_a_blank\";s:35:\"Yes, Including a First Blank Option\";s:37:\"you_close_before_modifying_checkboxes\";s:61:\"You should close your forum before modifying checkbox fields.\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('9e9637635204ec686bfa811d61c9954c',0,1400002924,0,'1','a:23:{s:18:\"phrasegroup_cpuser\";s:19186:\"a:240:{s:10:\"accept_all\";s:10:\"Accept All\";s:14:\"add_new_answer\";s:14:\"Add New Answer\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:16:\"add_new_question\";s:16:\"Add New Question\";s:37:\"add_new_user_infraction_level_gcpuser\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_title_gcpuser\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:24:\"additional_users_gcpuser\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:67:\"All members of this usergroup will revert to the <i>%1$s</i> group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:23:\"allow_access_to_channel\";s:23:\"Allow Access to Channel\";s:6:\"answer\";s:6:\"Answer\";s:7:\"answers\";s:7:\"Answers\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:192:\"Are you <b>sure</b> you want to delete the private messages belonging to the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the private messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:167:\"Are you <b>sure</b> you want to delete the subscriptions called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:158:\"Are you <b>sure</b> you want to delete the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the visitor messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_you_want_to_delete_this_answer\";s:44:\"Are you sure you want to delete this answer?\";s:45:\"are_you_sure_you_want_to_delete_this_question\";s:46:\"Are you sure you want to delete this question?\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge <b>%1$s</b> into <b>%2$s</b>?<br />\r\n<br />\r\n<b>%1$s</b> will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:33:\"Automatic Topic Subscription Mode\";s:32:\"avatars_to_show_per_page_gcpuser\";s:24:\"Avatars to Show Per Page\";s:16:\"ban_user_gcpuser\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:18:\"delete_all_gcpuser\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:34:\"delete_user_transfer_social_groups\";s:397:\"<strong>This user is the maintainer of %1$s group(s)</strong><br />\r\nIf you delete this user, you will also delete their groups as well as all discussions, messages, user memberships, group images and all other content related to their groups.<br /><br />\r\nIf you want to force the transfer of this user\'s groups to yourself so that you may transfer or manage them later then check this checkbox: \";s:36:\"delete_visitor_messages_sent_by_user\";s:36:\"Delete Visitor Messages Sent by User\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:23:\"display_avatars_gcpuser\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:21:\"display_email_gcpuser\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:22:\"display_images_gcpuser\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:27:\"display_infractions_gcpuser\";s:19:\"Display Infractions\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:26:\"display_reputation_gcpuser\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:24:\"Display Signature Inline\";s:26:\"display_signatures_gcpuser\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:27:\"edit_profile_customizations\";s:27:\"Edit Profile Customizations\";s:39:\"edit_profile_style_customizations_for_x\";s:72:\"Edit Profile Style Customizations for \'<span class=\"normal\">%1$s</span>\'\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:23:\"edit_reputation_gcpuser\";s:15:\"Edit Reputation\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:29:\"email_to_send_at_once_gcpuser\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:23:\"enter_image_url_gcpuser\";s:35:\"Please enter the URL of your image:\";s:20:\"external_connections\";s:20:\"External Connections\";s:18:\"facebook_connected\";s:18:\"Facebook Connected\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for user<dfn>Enter Username</dfn>\";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>\";s:25:\"forum_permissions_gcpuser\";s:19:\"Channel Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for <i>x</i> days\";s:34:\"human_verification_manager_gcpuser\";s:26:\"Human Verification Manager\";s:26:\"human_verification_options\";s:26:\"Human Verification Options\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click <a href=\"%1$s\">here</a>.\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:26:\"image_verification_options\";s:26:\"Image Verification Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"</b>%1$s<b>\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \"</b>%1$s<b>\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:534:\"Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process cannot be reversed</b>.\";s:19:\"merge_users_gcpuser\";s:11:\"Merge Users\";s:13:\"message_email\";s:534:\"Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>\";s:26:\"moderate_followers_gcpuser\";s:25:\"Enable Subscriber Request\";s:30:\"move_user_to_usergroup_gcpuser\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:9:\"new_value\";s:9:\"New Value\";s:24:\"no_matches_found_gcpuser\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:9:\"old_value\";s:9:\"Old Value\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:21:\"primary_users_gcpuser\";s:13:\"Primary Users\";s:34:\"private_message_statistics_gcpuser\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:21:\"profile_customization\";s:21:\"Profile Customization\";s:28:\"profile_style_customizations\";s:28:\"Profile Style Customizations\";s:12:\"question_dfn\";s:67:\"Question<dfn>Answers are added after the question is created.</dfn>\";s:29:\"question_verification_options\";s:42:\"Question & Answer Verification Options\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:36:\"receieve_friend_request_notification\";s:35:\"Receive Friend Request Notification\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:5:\"regex\";s:5:\"Regex\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:40:\"regular_expression_require_match_gcpuser\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:94:\"Resize image to user\'s maximum allowed dimensions\r\n<dfn>As defined by their usergroup(s)</dfn>\";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:27:\"search_ip_addresses_gcpuser\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:33:\"show_others_custom_profile_styles\";s:39:\"Show Other Users\' Custom Profile Styles\";s:35:\"showing_avatars_x_to_y_of_z_gcpuser\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?<dfn>(Will not send any email out)</dfn>\";s:29:\"text_to_separate_addresses_by\";s:220:\"Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>\";s:30:\"there_are_no_changes_to_revert\";s:30:\"There are no changes to revert\";s:28:\"there_are_no_changes_to_save\";s:28:\"There are no changes to save\";s:29:\"this_action_is_not_reversible\";s:222:\"Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:23:\"Updating Topics / Posts\";s:28:\"updating_threads_posts_for_x\";s:32:\"Updating Topics / Posts for %1$s\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:36:\"user_no_permission_customize_profile\";s:80:\"This user does not have permission to customize any parts of his or her profile.\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:26:\"user_title_manager_gcpuser\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:25:\"usergroup_options_gcpuser\";s:17:\"Usergroup Options\";s:22:\"userid_is_greater_than\";s:35:\"User ID is greater than or equal to\";s:19:\"userid_is_less_than\";s:20:\"User ID is less than\";s:33:\"users_awaiting_moderation_gcpuser\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:19:\"view_change_history\";s:19:\"View change history\";s:30:\"view_forum_permissions_gcpuser\";s:24:\"View Channel Permissions\";s:24:\"view_infractions_gcpuser\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:26:\"view_join_requests_gcpuser\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:34:\"view_social_groups_created_by_user\";s:27:\"View Groups Created by User\";s:33:\"visitor_messages_sent_by_the_user\";s:33:\"Visitor Messages sent by the User\";s:15:\"warning_gcpuser\";s:7:\"Warning\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:16:\"warnings_gcpuser\";s:8:\"Warnings\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!\";}\";s:17:\"phrasegroup_forum\";s:5409:\"a:60:{s:14:\"access_options\";s:14:\"Access Options\";s:12:\"act_as_forum\";s:54:\"Act as Channel <dfn>(Will act as category if no)</dfn>\";s:16:\"add_announcement\";s:16:\"Add Announcement\";s:15:\"add_child_forum\";s:17:\"Add Child Channel\";s:20:\"add_moderator_gforum\";s:13:\"Add Moderator\";s:20:\"add_new_forum_gforum\";s:13:\"Add New Forum\";s:11:\"allow_icons\";s:16:\"Allow Post Icons\";s:26:\"apply_password_to_children\";s:64:\"Apply This Password to Child Forums <dfn>(Only if changed)</dfn>\";s:37:\"are_you_sure_want_to_delete_channel_x\";s:161:\"Are you <b>sure</b> you want to delete the channel called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:44:\"are_you_sure_you_want_to_delete_this_channel\";s:94:\"Are you sure you want to delete this channel? Note that any sub-channels will also be deleted!\";s:42:\"are_you_sure_you_want_to_delete_this_forum\";s:90:\"Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!\";s:17:\"can_have_password\";s:178:\"Can Have Password <dfn>(Setting this to no will prevent a password from being inherited and from being set by moderators)<br />(Note: You may still set a password manually)</dfn>\";s:15:\"category_gforum\";s:8:\"Category\";s:22:\"channel_manager_gforum\";s:15:\"Channel Manager\";s:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:35:\"create_channel_based_off_of_channel\";s:36:\"Create Channel Based off of Channel:\";s:18:\"custom_forum_style\";s:29:\"Custom Style for this Channel\";s:18:\"default_sort_field\";s:18:\"Default Sort Field\";s:18:\"default_sort_order\";s:18:\"Default Sort Order\";s:12:\"delete_forum\";s:14:\"Delete Channel\";s:23:\"do_not_change_usergroup\";s:23:\"DO NOT CHANGE USERGROUP\";s:18:\"edit_display_order\";s:18:\"Edit Display Order\";s:10:\"edit_forum\";s:12:\"Edit Channel\";s:20:\"edit_password_gforum\";s:13:\"Edit Password\";s:26:\"emails_to_notify_when_post\";s:98:\"Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>\";s:28:\"emails_to_notify_when_thread\";s:99:\"Email Addresses to Notify When there is a New Topic <dfn>(Separate each address with a SPACE)</dfn>\";s:6:\"expand\";s:6:\"Expand\";s:15:\"forum_is_active\";s:109:\"Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>\";s:10:\"forum_link\";s:114:\"Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>\";s:10:\"forum_open\";s:100:\"Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>\";s:14:\"forum_password\";s:103:\"Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>\";s:45:\"forums_marked_asterisk_are_password_protected\";s:45:\"Forums Marked <b>*</b> are Password-Protected\";s:15:\"index_new_posts\";s:126:\"Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>\";s:11:\"link_gforum\";s:4:\"Link\";s:15:\"list_moderators\";s:15:\"List Moderators\";s:27:\"moderate_attachments_gforum\";s:20:\"Moderate Attachments\";s:21:\"moderate_posts_gforum\";s:14:\"Moderate Posts\";s:23:\"moderate_threads_gforum\";s:15:\"Moderate Topics\";s:25:\"moderation_options_gforum\";s:18:\"Moderation Options\";s:21:\"override_style_choice\";s:185:\"Override Users\' Style Choice <dfn>(If this channel uses a custom style, this will force users with a different style choice to see the channel with the style <i>you</i> specified)</dfn>\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";s:15:\"posting_options\";s:15:\"Posting Options\";s:30:\"prefix_for_forum_status_images\";s:161:\"Prefix for Forum Status Images\r\n<dfn>(This prefix will be used on status image filenames for a forum, it can only contain <em>A-Z, 0-9, -, _, . and /</em>)</dfn>\";s:65:\"require_moderator_validation_before_new_attachments_are_displayed\";s:65:\"Require moderator validation before new attachments are displayed\";s:59:\"require_moderator_validation_before_new_posts_are_displayed\";s:59:\"Require moderator validation before new posts are displayed\";s:61:\"require_moderator_validation_before_new_threads_are_displayed\";s:60:\"Require moderator validation before new topics are displayed\";s:27:\"require_threads_have_prefix\";s:31:\"Require Topics to have a Prefix\";s:23:\"show_all_threads_gforum\";s:15:\"Show all topics\";s:24:\"show_forum_on_forum_jump\";s:61:\"Show this Forum and Child Forums on the Quick Navigation menu\";s:18:\"show_private_forum\";s:414:\"Show Private Forum<dfn>(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.<br /> This option applies to any forum listing, including the Quick Navigation menu, and Search Results.<br /> Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)</dfn>\";s:13:\"style_options\";s:13:\"Style Options\";s:7:\"summary\";s:7:\"Summary\";s:11:\"use_default\";s:11:\"Use Default\";s:24:\"use_default_style_gforum\";s:17:\"Use Default Style\";s:24:\"use_selected_prefix_sets\";s:24:\"Use Selected Prefix Sets\";s:10:\"view_forum\";s:12:\"View Channel\";s:23:\"view_permissions_gforum\";s:16:\"View Permissions\";s:30:\"yes_display_post_counts_gforum\";s:25:\"Yes - Display Post Counts\";s:27:\"yes_hide_post_counts_gforum\";s:22:\"Yes - Hide Post Counts\";}\";s:20:\"phrasegroup_timezone\";s:2567:\"a:33:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:52:\"(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago\";s:23:\"timezone_gmt_minus_0430\";s:19:\"(GMT -4:30) Caracas\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:44:\"(GMT +2:00) Kaliningrad, South Africa, Cairo\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:53:\"(GMT +4:00) Abu Dhabi, Muscat, Yerevan, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi\";s:22:\"timezone_gmt_plus_0545\";s:21:\"(GMT +5:45) Kathmandu\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0630\";s:33:\"(GMT +6:30) Yangon, Cocos Islands\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}\";s:16:\"phrasegroup_user\";s:23165:\"a:306:{s:8:\"about_me\";s:8:\"About Me\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:10:\"add_friend\";s:10:\"Add Friend\";s:22:\"additional_information\";s:22:\"Additional Information\";s:29:\"administrators_may_send_email\";s:206:\"From time to time, the administrators and/or other members may want to send you email notifications or messages. If you do not want to receive email from certain people then you may disable the options here\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:11:\"album_guser\";s:5:\"Album\";s:9:\"all_guser\";s:3:\"All\";s:26:\"allow_vcard_download_guser\";s:20:\"Allow vCard Download\";s:16:\"approve_messages\";s:16:\"Approve Messages\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:12:\"avatar_guser\";s:6:\"Avatar\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:14:\"birthday_guser\";s:8:\"Birthday\";s:21:\"block_display_options\";s:305:\"If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks.<br />\r\n<br />\r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.\";s:31:\"board_can_be_shown_any_language\";s:154:\"Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:9:\"clear_all\";s:9:\"Clear All\";s:29:\"click_button_below_edit_email\";s:121:\"Please click this button to edit your email address and password. Any changes you\'ve made on this page will not be saved.\";s:13:\"comment_guser\";s:7:\"Comment\";s:12:\"contact_info\";s:12:\"Contact Info\";s:28:\"conversation_between_x_and_y\";s:34:\"Conversation Between %1$s and %2$s\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"customize_profile\";s:17:\"Customize Profile\";s:17:\"date_time_options\";s:23:\"Date & Time Options\";s:16:\"deleted_messages\";s:16:\"Deleted Messages\";s:24:\"deleted_visitor_messages\";s:24:\"Deleted Visitor Messages\";s:10:\"disconnect\";s:10:\"Disconnect\";s:17:\"discussions_guser\";s:11:\"Discussions\";s:11:\"display_age\";s:11:\"Display Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:17:\"display_age_guser\";s:16:\"Display Only Age\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";s:28:\"edit_profile_picture_gcpuser\";s:20:\"Edit Profile Picture\";s:17:\"edit_user_profile\";s:12:\"Edit Profile\";s:13:\"edit_value_js\";s:10:\"Edit Value\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:24:\"enable_visitor_messaging\";s:24:\"Enable Visitor Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:42:\"enter_password_to_change_password_or_email\";s:90:\"You must enter your current password if you wish to change your password or email address.\";s:8:\"everyone\";s:8:\"Everyone\";s:21:\"facebook_add_password\";s:141:\"Add a password to your account so that you may login without using Facebook.\r\nAlso, this needs to be set in order to disconnect your account.\";s:23:\"facebook_add_password_x\";s:81:\"Add a password to your %1$s account so that you may login without using Facebook.\";s:15:\"facebook_avatar\";s:15:\"Facebook Avatar\";s:33:\"facebook_disconnect_description_x\";s:52:\"Remove this Facebook account from your %1$s account.\";s:21:\"facebook_login_prompt\";s:34:\"Login to see your Facebook avatar.\";s:13:\"facebook_name\";s:13:\"Facebook Name\";s:10:\"forum_info\";s:10:\"Forum Info\";s:20:\"friends_and_contacts\";s:18:\"Friends & Contacts\";s:16:\"from_all_members\";s:16:\"From all members\";s:13:\"get_connected\";s:13:\"Get Connected\";s:17:\"group_discussions\";s:17:\"Group Discussions\";s:13:\"group_members\";s:7:\"Members\";s:17:\"group_memberships\";s:17:\"Permission Groups\";s:14:\"group_messages\";s:14:\"Group Messages\";s:10:\"group_name\";s:10:\"Group Name\";s:7:\"group_x\";s:30:\"Group: <a href=\"%1$s\">%2$s</a>\";s:33:\"has_no_permission_change_birthday\";s:45:\"has no permission to change the date of birth\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:15:\"hide_reputation\";s:15:\"Hide Reputation\";s:24:\"hide_user_customizations\";s:24:\"Hide User Customizations\";s:15:\"home_page_guser\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:7:\"instant\";s:7:\"Instant\";s:21:\"invisible_mode_allows\";s:92:\"Invisible mode allows you to browse the forums without appearing in the Online Users Module.\";s:20:\"invisible_mode_guser\";s:14:\"Invisible Mode\";s:18:\"join_social_groups\";s:11:\"Join Groups\";s:16:\"last_visit_guser\";s:10:\"Last Visit\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:25:\"limit_vm_to_contacts_only\";s:58:\"Limit usage of Visitor Messages to Contacts and Moderators\";s:6:\"linear\";s:6:\"Linear\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n <br />\r\n If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"%1$s\">administrator</a> with your username, and your account will be changed.\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:21:\"moderated_attachments\";s:21:\"Moderated Attachments\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:20:\"new_visitor_messages\";s:20:\"New Visitor Messages\";s:18:\"newest_first_guser\";s:12:\"Newest First\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"oldest_first_guser\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:16:\"picture_comments\";s:16:\"Picture Comments\";s:21:\"pm_from_contacts_only\";s:58:\"Receive Private Messages only from Contacts and Moderators\";s:8:\"pm_popup\";s:39:\"New Private Message Notification Pop-up\";s:12:\"points_guser\";s:6:\"Points\";s:10:\"post_count\";s:10:\"Post Count\";s:12:\"post_message\";s:12:\"Post Message\";s:15:\"posting_message\";s:15:\"Posting Message\";s:19:\"primary_users_guser\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:13:\"privacy_guser\";s:7:\"Privacy\";s:23:\"private_messaging_guser\";s:17:\"Private Messaging\";s:13:\"profile_guser\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:21:\"profile_picture_guser\";s:15:\"Profile Picture\";s:15:\"profile_privacy\";s:15:\"Profile Privacy\";s:13:\"profile_style\";s:13:\"Profile Style\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:17:\"public_usergroups\";s:17:\"Public Usergroups\";s:26:\"receive_admin_emails_guser\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:30:\"receive_private_messages_guser\";s:24:\"Receive Private Messages\";s:25:\"receive_private_messaging\";s:25:\"Receive Private Messaging\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:15:\"referrals_guser\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:28:\"remove_from_userlist_confirm\";s:46:\"Are you sure you want to remove these user(s)?\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:6:\"report\";s:6:\"Report\";s:26:\"report_bad_visitor_message\";s:22:\"Report Visitor Message\";s:22:\"reputation_level_guser\";s:16:\"Reputation Level\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:16:\"reset_to_default\";s:16:\"Reset to Default\";s:20:\"save_pm_copy_default\";s:82:\"Save a copy of sent messages in my <a href=\"%1$s\">Sent Items</a> folder by default\";s:64:\"send_notification_email_when_a_private_message_is_received_guser\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:31:\"server_failed_respond_try_again\";s:55:\"The server failed to respond in time. Please try again.\";s:14:\"set_to_default\";s:14:\"Set to default\";s:22:\"show_all_threads_guser\";s:15:\"Show all topics\";s:34:\"show_enhanced_editor_toolbar_guser\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:15:\"show_reputation\";s:15:\"Show Reputation\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:34:\"show_standard_editor_toolbar_guser\";s:28:\"Show Standard Editor Toolbar\";s:24:\"show_user_customizations\";s:24:\"Show User Customizations\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:23:\"signature_picture_guser\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:18:\"social_group_guser\";s:5:\"Group\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n <br />\r\n Please note that some forums here may override your skin choice temporarily.\";s:9:\"this_page\";s:9:\"This Page\";s:25:\"thread_display_mode_guser\";s:18:\"Topic Display Mode\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:15:\"time_zone_guser\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:14:\"total_messages\";s:14:\"Total Messages\";s:11:\"transparent\";s:11:\"Transparent\";s:18:\"unapprove_messages\";s:18:\"Unapprove Messages\";s:17:\"undelete_messages\";s:17:\"Undelete Messages\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:27:\"use_can_make_customizations\";s:150:\"Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:19:\"user_customizations\";s:19:\"User Customizations\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_notes\";s:10:\"User Notes\";s:13:\"user_settings\";s:13:\"User Settings\";s:16:\"user_title_guser\";s:10:\"User Title\";s:20:\"usercss_alternating1\";s:21:\"Primary Content Areas\";s:20:\"usercss_alternating2\";s:23:\"Secondary Content Areas\";s:24:\"usercss_background_color\";s:16:\"Background Color\";s:24:\"usercss_background_image\";s:16:\"Background Image\";s:25:\"usercss_background_repeat\";s:6:\"Repeat\";s:20:\"usercss_border_color\";s:12:\"Border Color\";s:20:\"usercss_border_style\";s:12:\"Border Style\";s:20:\"usercss_border_width\";s:12:\"Border Width\";s:26:\"usercss_borderstyle_dashed\";s:6:\"Dashed\";s:26:\"usercss_borderstyle_dotted\";s:6:\"Dotted\";s:26:\"usercss_borderstyle_double\";s:6:\"Double\";s:26:\"usercss_borderstyle_groove\";s:6:\"Groove\";s:26:\"usercss_borderstyle_hidden\";s:6:\"Hidden\";s:25:\"usercss_borderstyle_inset\";s:5:\"Inset\";s:24:\"usercss_borderstyle_none\";s:4:\"None\";s:26:\"usercss_borderstyle_outset\";s:6:\"Outset\";s:25:\"usercss_borderstyle_ridge\";s:5:\"Ridge\";s:25:\"usercss_borderstyle_solid\";s:5:\"Solid\";s:13:\"usercss_color\";s:10:\"Text Color\";s:15:\"usercss_example\";s:31:\"Style Customization Example Key\";s:19:\"usercss_font_family\";s:11:\"Font Family\";s:17:\"usercss_font_size\";s:9:\"Font Size\";s:14:\"usercss_inputs\";s:8:\"Controls\";s:17:\"usercss_linkcolor\";s:15:\"Hyperlink Color\";s:12:\"usercss_main\";s:4:\"Main\";s:15:\"usercss_padding\";s:7:\"Padding\";s:24:\"usercss_repeat_no_repeat\";s:4:\"None\";s:21:\"usercss_repeat_repeat\";s:4:\"Both\";s:23:\"usercss_repeat_repeat_x\";s:10:\"Horizontal\";s:23:\"usercss_repeat_repeat_y\";s:8:\"Vertical\";s:18:\"usercss_shadecolor\";s:17:\"Shaded Text Color\";s:19:\"usercss_tablefooter\";s:13:\"Block Footers\";s:24:\"usercss_tablefooter_desc\";s:97:\"Some <em>but not all</em> blocks may have an additional bar at the bottom containing buttons etc.\";s:19:\"usercss_tableheader\";s:19:\"Minor Block Headers\";s:18:\"usercss_tabletitle\";s:19:\"Major Block Headers\";s:21:\"usersetting_biography\";s:8:\"About Me\";s:26:\"usersetting_biography_desc\";s:29:\"A few details about yourself.\";s:27:\"usersetting_birth_date_desc\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access\r\nto your date of birth should you choose to hide it via the privacy option above.\";s:24:\"usersetting_change_email\";s:25:\"Change your email address\";s:28:\"usersetting_change_email_new\";s:23:\"Enter new email address\";s:30:\"usersetting_change_email_renew\";s:26:\"Re-enter new email address\";s:27:\"usersetting_change_password\";s:20:\"Change your password\";s:35:\"usersetting_change_password_current\";s:22:\"Enter current password\";s:34:\"usersetting_change_password_forget\";s:21:\"Forgot your password?\";s:31:\"usersetting_change_password_new\";s:18:\"Enter new password\";s:33:\"usersetting_change_password_renew\";s:21:\"Re-enter new password\";s:32:\"usersetting_conversation_details\";s:27:\"Conversation Detail Options\";s:23:\"usersetting_displaymode\";s:12:\"Display mode\";s:28:\"usersetting_displaymode_desc\";s:109:\"Use this option to set which display mode you would like to see when you are on the conversation detail page.\";s:26:\"usersetting_dst_correction\";s:14:\"DST Correction\";s:27:\"usersetting_editorinterface\";s:25:\"Advanced Editor Interface\";s:32:\"usersetting_editorinterface_desc\";s:468:\"When you post using the advanced editor, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br /><br />Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting, try switching to a different interface type.\";s:17:\"usersetting_email\";s:13:\"Email Address\";s:29:\"usersetting_emailnotification\";s:19:\"Email Notifications\";s:52:\"usersetting_emailnotification_comments_on_discussion\";s:27:\"Comments on your discussion\";s:47:\"usersetting_emailnotification_comments_on_links\";s:22:\"Comments on your links\";s:55:\"usersetting_emailnotification_comments_on_mixedcontents\";s:41:\"Comments on your advanced editor contents\";s:48:\"usersetting_emailnotification_comments_on_photos\";s:23:\"Comments on your photos\";s:48:\"usersetting_emailnotification_comments_on_videos\";s:23:\"Comments on your videos\";s:35:\"usersetting_emailnotification_daily\";s:9:\"On, daily\";s:34:\"usersetting_emailnotification_desc\";s:184:\"When you post a new conversation, reply to a topic or someone likes your post, you can choose to automatically receive email notification or select the frequency of email notification.\";s:51:\"usersetting_emailnotification_general_followrequest\";s:28:\"Confirms a subscribe request\";s:45:\"usersetting_emailnotification_general_follows\";s:17:\"Subscribes to you\";s:47:\"usersetting_emailnotification_general_likespost\";s:15:\"Likes your post\";s:40:\"usersetting_emailnotification_general_pm\";s:27:\"Sends you a private message\";s:46:\"usersetting_emailnotification_general_siteperm\";s:28:\"Changes your site permission\";s:40:\"usersetting_emailnotification_general_vm\";s:35:\"Posts on your visitor message board\";s:47:\"usersetting_emailnotification_general_votesconv\";s:19:\"Votes on your polls\";s:50:\"usersetting_emailnotification_general_votesreplies\";s:21:\"Votes on your replies\";s:34:\"usersetting_emailnotification_none\";s:35:\"Off, through my Message Center only\";s:32:\"usersetting_emailnotification_on\";s:2:\"On\";s:52:\"usersetting_emailnotification_reply_after_discussion\";s:33:\"Replies after you on a discussion\";s:46:\"usersetting_emailnotification_reply_after_link\";s:27:\"Replies after you on a link\";s:54:\"usersetting_emailnotification_reply_after_mixedcontent\";s:47:\"Replies after you on an advanced editor content\";s:47:\"usersetting_emailnotification_reply_after_photo\";s:28:\"Replies after you on a photo\";s:47:\"usersetting_emailnotification_reply_after_video\";s:28:\"Replies after you on a video\";s:49:\"usersetting_emailnotification_reply_on_discussion\";s:71:\"Replies to your discussion (this also includes comments in your topics)\";s:44:\"usersetting_emailnotification_reply_on_links\";s:21:\"Replies to your links\";s:52:\"usersetting_emailnotification_reply_on_mixedcontents\";s:40:\"Replies to your advanced editor contents\";s:45:\"usersetting_emailnotification_reply_on_photos\";s:22:\"Replies to your photos\";s:44:\"usersetting_emailnotification_reply_on_polls\";s:21:\"Replies to your polls\";s:45:\"usersetting_emailnotification_reply_on_videos\";s:22:\"Replies to your videos\";s:36:\"usersetting_emailnotification_weekly\";s:10:\"On, weekly\";s:28:\"usersetting_enable_invisible\";s:21:\"Enable invisible mode\";s:29:\"usersetting_enable_reputation\";s:23:\"Enable reputation level\";s:28:\"usersetting_facebook_connect\";s:16:\"Facebook Connect\";s:26:\"usersetting_followerequest\";s:31:\"Auto-accept subscriber requests\";s:31:\"usersetting_followerequest_desc\";s:83:\"Auto-accept subscriber requests from other members to subscribe to profile updates.\";s:32:\"usersetting_followerequest_title\";s:18:\"Subscriber Request\";s:27:\"usersetting_ignorelist_desc\";s:130:\"To block certain users\' posts, enter their names into the ignore list. To remove users from the ignore list, click the \'x\' button.\";s:14:\"usersetting_im\";s:19:\"Contact Information\";s:19:\"usersetting_im_desc\";s:23:\"Add another screen name\";s:24:\"usersetting_mixedcontent\";s:13:\"Mixed Content\";s:32:\"usersetting_other_customizations\";s:25:\"Other User Customizations\";s:19:\"usersetting_pm_desc\";s:72:\"If you do not want to send or receive private messages, uncheck the box.\";s:27:\"usersetting_pm_receive_desc\";s:211:\"You may limit the receipt of private messages to just administrator and your <a href=\"%1$s\">followers</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:15:\"usersetting_ppp\";s:14:\"Posts per Page\";s:20:\"usersetting_ppp_desc\";s:130:\"Use this option to set the number of posts to show in a conversation detail page before splitting the display into multiple pages.\";s:24:\"usersetting_profile_desc\";s:108:\"Customize who can see and comment on things you started, replied, followed and following under your profile.\";s:34:\"usersetting_receive_pm_subscribers\";s:40:\"Only from subscribers and administrators\";s:27:\"usersetting_reputation_desc\";s:156:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />\";s:22:\"usersetting_showavatar\";s:11:\"Show Avatar\";s:23:\"usersetting_showusercss\";s:30:\"Show other user customizations\";s:31:\"usersetting_signature_collapsed\";s:9:\"Collapsed\";s:33:\"usersetting_signature_errorsaving\";s:22:\"Error saving signature\";s:28:\"usersetting_signature_inline\";s:6:\"Inline\";s:42:\"usersetting_signature_previewpostsignature\";s:22:\"Preview Post Signature\";s:22:\"usersetting_signatures\";s:19:\"Show post signature\";s:27:\"usersetting_signatures_desc\";s:95:\"Use this option to set which display mode you would like to use for displaying user signatures.\";s:27:\"usersetting_signatures_link\";s:19:\"Edit Post Signature\";s:27:\"usersetting_user_title_desc\";s:134:\"This is the title that appears beneath your name on your posts. If you wish to use the default title, check the\r\n\"Set to default\" box.\";s:19:\"usersetting_vm_desc\";s:185:\"The visitor messaging allows members to leave messages to one another publicly. If you do not want to receive visitor messages, uncheck the box to turn off the visitor messaging system.\";s:20:\"usersetting_web_desc\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:21:\"usersetting_web_title\";s:3:\"Web\";s:5:\"vcard\";s:5:\"vCard\";s:14:\"vcard_download\";s:14:\"vCard Download\";s:17:\"view_conversation\";s:17:\"View Conversation\";s:33:\"view_conversation_between_x_and_y\";s:39:\"View Conversation Between %1$s and %2$s\";s:29:\"view_your_conversation_with_x\";s:32:\"View Your Conversation with %1$s\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:15:\"visitor_message\";s:15:\"Visitor Message\";s:17:\"visitor_messaging\";s:17:\"Visitor Messaging\";s:29:\"x_posted_visitormessage_for_y\";s:38:\"%1$s posted a Visitor Message for %2$s\";s:31:\"x_posted_visitormessage_for_y_2\";s:76:\"<a href=\"%2$s\">%1$s</a> posted a Visitor Message for <a href=\"%4$s\">%3$s</a>\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:36:\"you_lost_activation_code_or_username\";s:166:\"If you have lost your activation code or you have forgotten your username, <a href=\"registration/activateemail\">click here</a> to have the codes emailed to you again.\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:14:\"your_signature\";s:14:\"Your Signature\";}\";s:25:\"phrasegroup_cprofilefield\";s:345:\"a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:18:\"Where do you live?\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:24:\"Enter your hobbies here.\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:16:\"What\'s your job?\";s:12:\"field4_title\";s:10:\"Occupation\";}\";s:24:\"phrasegroup_subscription\";s:12965:\"a:143:{s:28:\"2checkout_order_instructions\";s:103:\"To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.\";s:20:\"active_gsubscription\";s:6:\"Active\";s:15:\"add_more_prices\";s:15:\"Add more prices\";s:18:\"add_new_paymentapi\";s:19:\"Add New Payment API\";s:34:\"add_new_subscription_gsubscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:12:\"all_currency\";s:12:\"All Currency\";s:14:\"all_processors\";s:14:\"All Processors\";s:17:\"all_subscriptions\";s:17:\"All Subscriptions\";s:23:\"all_types_gsubscription\";s:9:\"All Types\";s:31:\"allowed_can_access_subscription\";s:47:\"Allowed: Usergroup can access this subscription\";s:20:\"amount_gsubscription\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_paymentapi_x\";s:165:\"Are you <b>sure</b> you want to delete the Payment API called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:166:\"Are you <b>sure</b> you want to delete the subscription called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:11:\"aus_dollars\";s:18:\"Australian Dollars\";s:31:\"authorizenet_order_instructions\";s:109:\"To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.\";s:23:\"available_subscriptions\";s:23:\"Available Subscriptions\";s:11:\"cad_dollars\";s:16:\"Canadian Dollars\";s:20:\"can_use_subscription\";s:20:\"Can Use Subscription\";s:25:\"ccbill_order_instructions\";s:100:\"To pay for your subscription via CCBill click the button below and follow the onscreen instructions.\";s:12:\"ccbill_subid\";s:12:\"CCBill SubID\";s:6:\"charge\";s:6:\"Charge\";s:9:\"classname\";s:9:\"Classname\";s:28:\"clickbank_order_instructions\";s:160:\"To pay for your subscription using <a href=\"http://www.clickbank.com\" target=\"_blank\">ClickBank</a> click the button below and follow the onscreen instructions.\";s:4:\"cost\";s:4:\"Cost\";s:8:\"currency\";s:8:\"Currency\";s:21:\"current_subscriptions\";s:21:\"Current Subscriptions\";s:34:\"denied_can_not_access_subscription\";s:49:\"Denied: Usergroup cannot access this subscription\";s:40:\"display_subscription_during_registration\";s:27:\"Display during registration\";s:53:\"doing_this_will_remove_additional_access_subscription\";s:92:\"Doing this will remove any additional access given to users who purchased this subscription!\";s:8:\"duration\";s:8:\"Duration\";s:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:60:\"edit_usergroup_permissions_for_usergroup_x_in_subscription_y\";s:84:\"Edit Subscription Permissions For Usergroup: </b>%1$s<b> in Subscription </b>%2$s<b>\";s:16:\"end_subscription\";s:16:\"End Subscription\";s:24:\"end_subscription_confirm\";s:149:\"You are about to end your paid subscription. Your subscription will end right away and you won\'t get charged again if your subscription is recurring.\";s:5:\"euros\";s:5:\"Euros\";s:11:\"expiry_date\";s:11:\"Expiry Date\";s:7:\"failure\";s:7:\"Failure\";s:25:\"google_order_instructions\";s:109:\"To pay for your subscription via Google Checkout click the button below and follow the onscreen instructions.\";s:41:\"here_you_can_select_which_forums_the_user\";s:408:\"Here you can select which forums the user will be able to access once subscribed.<br /><br />Selecting \"yes\" will allow this user access to the forum.<br /><br />Selecting \"default\" will use default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:28:\"length_x_units_y_recurring_z\";s:13:\"%1$s %2$s%3$s\";s:31:\"moneybookers_order_instructions\";s:166:\"To pay for your subscription using <a href=\"http://www.moneybookers.com\" target=\"_blank\">MoneyBookers</a> click the button below and follow the onscreen instructions.\";s:11:\"new_pricing\";s:11:\"New Pricing\";s:17:\"new_subscriptions\";s:17:\"New Subscriptions\";s:9:\"no_change\";s:9:\"No Change\";s:50:\"no_subscribed_discussions_to_display_gsubscription\";s:57:\"There are no subscribed discussions for this time period.\";s:25:\"nochex_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.nochex.com\" target=\"_blank\">NOCHEX</a> click the button below and follow the onscreen instructions.\";s:13:\"order_using_x\";s:16:\"Order Using %1$s\";s:19:\"payment_api_manager\";s:19:\"Payment API Manager\";s:10:\"paymentapi\";s:11:\"Payment API\";s:19:\"paymentmenthod_desc\";s:150:\"To pay your subscription, please select your preferred payment method below and you will be sent to the\r\npayment page after complete the registration.\";s:25:\"paypal_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.paypal.com\" target=\"_blank\">PayPal</a> click the button below and follow the onscreen instructions.\";s:30:\"please_select_a_payment_method\";s:31:\"Please select a payment method.\";s:15:\"pounds_sterling\";s:15:\"Pounds Sterling\";s:5:\"price\";s:5:\"Price\";s:7:\"pricing\";s:7:\"Pricing\";s:9:\"processor\";s:9:\"Processor\";s:21:\"purchase_subscription\";s:21:\"Purchase Subscription\";s:9:\"recurring\";s:9:\"Recurring\";s:19:\"remove_subscription\";s:19:\"Remove Subscription\";s:8:\"reversal\";s:8:\"Reversal\";s:25:\"save_subscription_manager\";s:25:\"Save Subscription Manager\";s:34:\"setting_2checkout_secret_word_desc\";s:79:\"The secret word as set within the Look and Feel page of your 2Checkout account.\";s:35:\"setting_2checkout_secret_word_title\";s:21:\"2Checkout Secret Word\";s:37:\"setting_2checkout_twocheckout_id_desc\";s:25:\"Your numerical vendor ID.\";s:38:\"setting_2checkout_twocheckout_id_title\";s:26:\"2Checkout Vendor ID Number\";s:43:\"setting_authorizenet_authorize_loginid_desc\";s:32:\"Your Login ID for Authorize.Net.\";s:44:\"setting_authorizenet_authorize_loginid_title\";s:22:\"Authorize.Net Login ID\";s:45:\"setting_authorizenet_authorize_md5secret_desc\";s:177:\"The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)\";s:46:\"setting_authorizenet_authorize_md5secret_title\";s:21:\"MD5 Hash Security Key\";s:32:\"setting_authorizenet_txnkey_desc\";s:106:\"The transaction key as specified within the Security section of the Authorize.Net merchant account system.\";s:33:\"setting_authorizenet_txnkey_title\";s:29:\"Authorize.Net Transaction Key\";s:32:\"setting_ccbill_clientAccnum_desc\";s:56:\"This is the main account number for your CCBill account.\";s:33:\"setting_ccbill_clientAccnum_title\";s:33:\"CCBill Client Main Account Number\";s:32:\"setting_ccbill_clientSubacc_desc\";s:123:\"This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.\";s:33:\"setting_ccbill_clientSubacc_title\";s:32:\"CCBill Client Sub Account Number\";s:28:\"setting_ccbill_formName_desc\";s:118:\"The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.\";s:29:\"setting_ccbill_formName_title\";s:26:\"CCBill Form Character Code\";s:28:\"setting_ccbill_password_desc\";s:233:\"This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_password_title\";s:17:\"Datalink Password\";s:30:\"setting_ccbill_secretword_desc\";s:106:\"A secret word can be used to increase the security of accepting CCBill transactions. This is not required.\";s:31:\"setting_ccbill_secretword_title\";s:18:\"CCBill Secret Word\";s:28:\"setting_ccbill_username_desc\";s:233:\"This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_username_title\";s:17:\"Datalink Username\";s:38:\"setting_google_google_merchant_id_desc\";s:94:\"The Google Merchant ID is listed on the integration page of the Google Merchant Settings page.\";s:39:\"setting_google_google_merchant_id_title\";s:18:\"Google Merchant ID\";s:39:\"setting_google_google_merchant_key_desc\";s:95:\"The Google Merchant Key is listed on the integration page of the Google Merchant Settings page.\";s:40:\"setting_google_google_merchant_key_title\";s:19:\"Google Merchant Key\";s:27:\"setting_google_sandbox_desc\";s:251:\"This setting allows you to test Google checkout with a \"fake\" credit card. See <a href=\"https://developers.google.com/checkout/developer/Google_Checkout_Basic_HTML_Sandbox\" target=\"_blank\">Sandbox Setup</a> to create a test account to check out with.\";s:28:\"setting_google_sandbox_title\";s:16:\"Use Sandbox mode\";s:33:\"setting_moneybookers_mbemail_desc\";s:101:\"Please enter your MoneyBookers email, all references to the subscription service will use this email.\";s:34:\"setting_moneybookers_mbemail_title\";s:18:\"MoneyBookers Email\";s:34:\"setting_moneybookers_mbsecret_desc\";s:64:\"Secret Word in lowercase as typed into your Moneybookers Profile\";s:35:\"setting_moneybookers_mbsecret_title\";s:24:\"Moneybookers Secret Word\";s:28:\"setting_nochex_ncxemail_desc\";s:95:\"Please enter your NoChex email, all references to the subscription service will use this email.\";s:29:\"setting_nochex_ncxemail_title\";s:12:\"NoChex Email\";s:27:\"setting_paypal_ppemail_desc\";s:95:\"Please enter your PayPal email, all references to the subscription service will use this email.\";s:28:\"setting_paypal_ppemail_title\";s:12:\"PayPal Email\";s:32:\"setting_paypal_primaryemail_desc\";s:130:\"Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.\";s:33:\"setting_paypal_primaryemail_title\";s:28:\"PayPal Primary Account Email\";s:37:\"setting_worldpay_worldpay_instid_desc\";s:154:\"The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.\";s:38:\"setting_worldpay_worldpay_instid_title\";s:24:\"WorldPay Installation ID\";s:39:\"setting_worldpay_worldpay_password_desc\";s:94:\"The password entered during the creation of the subscription callback within the WorldPay CMS.\";s:40:\"setting_worldpay_worldpay_password_title\";s:26:\"WorldPay Callback Password\";s:16:\"shipping_address\";s:16:\"Shipping Address\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %1$s to %2$s of %3$s\";s:32:\"showing_transactions_x_to_y_of_z\";s:41:\"Showing Transactions %1$s to %2$s of %3$s\";s:24:\"subscription_information\";s:24:\"Subscription Information\";s:19:\"subscription_length\";s:19:\"Subscription Length\";s:34:\"subscription_manager_gsubscription\";s:20:\"Subscription Manager\";s:27:\"subscription_payment_method\";s:27:\"Subscription Payment Method\";s:38:\"subscription_permissions_gsubscription\";s:24:\"Subscription Permissions\";s:32:\"subscription_permissions_manager\";s:32:\"Subscription Permissions Manager\";s:19:\"subscriptions_users\";s:21:\"Subscriptions - Users\";s:31:\"subsetting_2checkout_show_title\";s:27:\"Display this payment option\";s:34:\"subsetting_authorizenet_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_ccbill_show_title\";s:27:\"Display this payment option\";s:31:\"subsetting_google_message_title\";s:86:\"Message displayed to user upon successful transaction<dfn>This must not be empty</dfn>\";s:28:\"subsetting_google_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_google_tax_title\";s:77:\"Tax<dfn>Define your tax tables in the Google Merchant Settings Tax page</dfn>\";s:34:\"subsetting_moneybookers_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_nochex_show_title\";s:27:\"Display this payment option\";s:52:\"subsetting_paypal_shipping_address_none_selectoption\";s:4:\"None\";s:56:\"subsetting_paypal_shipping_address_optional_selectoption\";s:8:\"Optional\";s:56:\"subsetting_paypal_shipping_address_required_selectoption\";s:8:\"Required\";s:40:\"subsetting_paypal_shipping_address_title\";s:16:\"Shipping Address\";s:28:\"subsetting_paypal_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_paypal_tax_title\";s:3:\"Tax\";s:30:\"subsetting_worldpay_show_title\";s:27:\"Display this payment option\";s:18:\"supported_currency\";s:18:\"Supported Currency\";s:18:\"supports_recurring\";s:27:\"Supports Recurring Payments\";s:3:\"tax\";s:3:\"Tax\";s:19:\"transaction_details\";s:19:\"Transaction Details\";s:29:\"transaction_log_gsubscription\";s:15:\"Transaction Log\";s:18:\"transaction_lookup\";s:18:\"Transaction Lookup\";s:31:\"transaction_stats_gsubscription\";s:17:\"Transaction Stats\";s:13:\"transactionid\";s:14:\"Transaction ID\";s:18:\"twocheckout_prodid\";s:10:\"2CO ProdID\";s:18:\"type_gsubscription\";s:4:\"Type\";s:10:\"us_dollars\";s:12:\"U.S. Dollars\";s:10:\"view_users\";s:10:\"View Users\";s:27:\"worldpay_order_instructions\";s:104:\"To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.\";s:14:\"x_subscription\";s:17:\"%1$s Subscription\";}\";s:19:\"phrasegroup_banning\";s:1110:\"a:22:{s:11:\"ban_options\";s:11:\"Ban Options\";s:10:\"ban_period\";s:10:\"Ban Period\";s:10:\"ban_reason\";s:10:\"Ban Reason\";s:18:\"ban_time_remaining\";s:18:\"Ban Time Remaining\";s:17:\"ban_user_gbanning\";s:8:\"Ban User\";s:21:\"ban_will_be_lifted_on\";s:21:\"Ban Will Be Lifted On\";s:9:\"banned_by\";s:9:\"Banned By\";s:9:\"banned_on\";s:9:\"Banned On\";s:7:\"banning\";s:7:\"Banning\";s:13:\"click_proceed\";s:46:\"Click the <em>Proceed</em> button to continue.\";s:21:\"confirm_ban_lift_on_x\";s:46:\"Are you sure you want to lift the ban on %1$s?\";s:7:\"forever\";s:7:\"Forever\";s:8:\"lift_ban\";s:8:\"Lift Ban\";s:14:\"lift_ban_after\";s:112:\"Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>\";s:14:\"never_lift_ban\";s:14:\"Never Lift Ban\";s:13:\"permanent_ban\";s:13:\"Permanent Ban\";s:21:\"permanent_ban_options\";s:21:\"Permanent Ban Options\";s:13:\"temporary_ban\";s:13:\"Temporary Ban\";s:21:\"temporary_ban_options\";s:21:\"Temporary Ban Options\";s:15:\"user_ban_reason\";s:23:\"Reason to show the user\";s:12:\"user_banning\";s:12:\"User Banning\";s:19:\"will_be_lifted_soon\";s:19:\"Will be lifted soon\";}\";s:24:\"phrasegroup_profilefield\";s:8261:\"a:113:{s:14:\"add_new_option\";s:14:\"Add New Option\";s:30:\"add_new_profile_field_category\";s:30:\"Add New Profile Field Category\";s:40:\"add_new_user_profile_field_gprofilefield\";s:26:\"Add New User Profile Field\";s:7:\"after_x\";s:12:\"After \'%1$s\'\";s:51:\"allow_user_to_input_their_own_value_for_this_option\";s:51:\"Allow user to input their own value for this option\";s:55:\"are_you_sure_you_want_to_delete_this_user_profile_field\";s:56:\"Are you sure you want to delete this User Profile Field?\";s:61:\"are_you_sure_you_want_to_delete_user_profile_field_category_x\";s:326:\"Are you sure you want to delete this user profile field category?\r\n<blockquote>\r\n <strong>%1$s</strong>\r\n <div class=\"smallfont\">(Contains <strong>%2$s</strong> Profile Fields)</div>\r\n</blockquote>\r\nAny profile fields belonging to this category will become <em>%3$s</em> but will <strong>not</strong> be deleted.\";s:12:\"asset_picker\";s:12:\"Asset Picker\";s:26:\"blocks_column_after_albums\";s:21:\"Sidebar, After Albums\";s:27:\"blocks_column_after_friends\";s:22:\"Sidebar, After Friends\";s:26:\"blocks_column_after_groups\";s:21:\"Sidebar, After Groups\";s:30:\"blocks_column_after_mini_stats\";s:25:\"Sidebar, After Mini Stats\";s:19:\"blocks_column_first\";s:14:\"Sidebar, First\";s:18:\"blocks_column_last\";s:13:\"Sidebar, Last\";s:4:\"both\";s:4:\"Both\";s:10:\"box_height\";s:90:\"Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>\";s:17:\"button_background\";s:17:\"Button Background\";s:13:\"button_border\";s:13:\"Button Border\";s:17:\"button_text_color\";s:17:\"Button Text Color\";s:29:\"choose_limit_choices_add_info\";s:112:\"If you choose to limit the number of choices in the next option, please add that information to the description.\";s:17:\"contains_x_fields\";s:20:\"Contains %1$s Fields\";s:18:\"content_background\";s:18:\"Content Background\";s:14:\"content_border\";s:14:\"Content Border\";s:18:\"content_link_color\";s:18:\"Content Link Color\";s:18:\"content_text_color\";s:18:\"Content Text Color\";s:20:\"customize_my_profile\";s:20:\"Customize My Profile\";s:18:\"customize_my_theme\";s:18:\"Customize My Theme\";s:58:\"default_value_you_may_specify_a_default_registration_value\";s:116:\"Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>\";s:12:\"display_page\";s:12:\"Display Page\";s:28:\"drag_the_conner_crop_profile\";s:66:\"Drag the corner to set how you want your profile picture to appear\";s:32:\"edit_user_profile_field_category\";s:32:\"Edit User Profile Field Category\";s:8:\"editable\";s:8:\"Editable\";s:4:\"exit\";s:4:\"Exit\";s:22:\"field_editable_by_user\";s:22:\"Field Editable by User\";s:23:\"field_hidden_on_profile\";s:13:\"Private Field\";s:12:\"field_length\";s:12:\"Field Length\";s:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:18:\"fields_from_form_x\";s:59:\"Profile Fields from Form \'<span class=\"normal\">%1$s</span>\'\";s:17:\"header_background\";s:18:\"Header Background\";s:13:\"header_border\";s:13:\"Header Border\";s:17:\"header_text_color\";s:17:\"Header Text Color\";s:7:\"headers\";s:7:\"Headers\";s:6:\"hidden\";s:6:\"Hidden\";s:10:\"horizontal\";s:10:\"Horizontal\";s:15:\"limit_selection\";s:142:\"Limit Selection<dfn>Maximum number of options the user may select.</dfn><dfn> Enter <b>0</b> to allow them to choose all of the options.</dfn>\";s:28:\"location_on_profile_page_dfn\";s:140:\"Location on Profile Page\r\n<dfn>Profile fields will always be shown on the \'About Me\' tab, in addition to any location you select here.</dfn>\";s:21:\"main_column_first_tab\";s:22:\"Main Column, First Tab\";s:20:\"main_column_last_tab\";s:21:\"Main Column, Last Tab\";s:9:\"messaging\";s:9:\"Messaging\";s:17:\"module_background\";s:17:\"Module Background\";s:13:\"module_border\";s:13:\"Module Border\";s:17:\"module_link_color\";s:17:\"Module Link Color\";s:17:\"module_text_color\";s:17:\"Module Text Color\";s:25:\"moduleinactive_background\";s:26:\"Inactive Module Background\";s:21:\"moduleinactive_border\";s:22:\"Inactive Module Border\";s:25:\"moduleinactive_link_color\";s:26:\"Inactive Module Link Color\";s:25:\"moduleinactive_text_color\";s:26:\"Inactive Module Text Color\";s:7:\"modules\";s:7:\"Modules\";s:22:\"multiple_line_text_box\";s:22:\"Multiple-Line Text Box\";s:27:\"multiple_selection_checkbox\";s:27:\"Multiple-Selection Checkbox\";s:23:\"multiple_selection_menu\";s:23:\"Multiple-Selection Menu\";s:4:\"name\";s:4:\"Name\";s:22:\"need_public_album_text\";s:227:\"To use the asset picker you need to have a publicly accessible album with at least one image in it. Please create such an album if you want to select an image. You can still enter an image location in the edit box if you like.\";s:18:\"no_but_on_register\";s:31:\"No, but display at registration\";s:50:\"no_user_profile_field_categories_have_been_created\";s:113:\"No user profile field categories have been created.<br />\r\n<br />\r\nClick the link below to create a new category.\";s:19:\"note_max_31_options\";s:66:\"<em>Note:</em> You may have a maximum of 31 options in this field.\";s:20:\"only_at_registration\";s:20:\"Only at registration\";s:20:\"only_in_about_me_tab\";s:26:\"Only in the \'About Me\' Tab\";s:14:\"optional_input\";s:14:\"Optional Input\";s:19:\"other_gprofilefield\";s:5:\"Other\";s:34:\"other_please_specify_gprofilefield\";s:22:\"Other (please specify)\";s:15:\"page_link_color\";s:15:\"Page Link Color\";s:9:\"postition\";s:8:\"Position\";s:22:\"profile_field_category\";s:22:\"Profile Field Category\";s:18:\"profile_field_type\";s:18:\"Profile Field Type\";s:32:\"profile_theme_reset_confirmation\";s:118:\"Do you really want to set your profile theme to default?\r\nWarning! All changes made to the profile theme will be lost.\";s:46:\"regular_expression_require_match_gprofilefield\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:20:\"rename_gprofilefield\";s:6:\"Rename\";s:22:\"required_gprofilefield\";s:8:\"Required\";s:9:\"reverting\";s:9:\"Reverting\";s:20:\"save_as_site_default\";s:20:\"Save as Site Default\";s:10:\"searchable\";s:10:\"Searchable\";s:20:\"select_album_to_view\";s:36:\"Select an album to view its contents\";s:24:\"set_default_if_yes_first\";s:74:\"Set Default <dfn>Will set the first non blank option as the default.</dfn>\";s:20:\"show_on_members_list\";s:20:\"Show on Members List\";s:20:\"single_line_text_box\";s:20:\"Single-Line Text Box\";s:21:\"single_selection_menu\";s:21:\"Single-Selection Menu\";s:30:\"single_selection_radio_buttons\";s:30:\"Single-Selection Radio Buttons\";s:5:\"small\";s:5:\"small\";s:16:\"text_area_height\";s:16:\"Text Area Height\";s:6:\"themes\";s:6:\"Themes\";s:30:\"this_profile_fields_no_options\";s:39:\"This user profile field has no options.\";s:14:\"thread_viewing\";s:13:\"Topic Viewing\";s:16:\"title_text_color\";s:16:\"Title Text Color\";s:27:\"uncategorized_gprofilefield\";s:13:\"Uncategorized\";s:13:\"update_failed\";s:155:\"There was an error saving your data. Please contact the site administrator or technical support and explain what you were doing when you got this message.\";s:43:\"user_profile_field_categories_gprofilefield\";s:29:\"User Profile Field Categories\";s:40:\"user_profile_field_manager_gprofilefield\";s:26:\"User Profile Field Manager\";s:29:\"user_profile_fields_in_area_x\";s:64:\"User Profile Fields in Area: <span class=\"smallfont\">%1$s</span>\";s:29:\"user_profile_reset_to_default\";s:46:\"User profile has been reset to default values.\";s:18:\"user_profile_saved\";s:53:\"Your user profile display settings have been updated.\";s:8:\"vertical\";s:8:\"Vertical\";s:26:\"which_page_displays_option\";s:257:\"Which page displays this option?<dfn>If you select \"Edit Your Details\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.</dfn>\";s:6:\"xlarge\";s:7:\"x-large\";s:6:\"xsmall\";s:7:\"x-small\";s:7:\"xxlarge\";s:8:\"xx-large\";s:7:\"xxsmall\";s:8:\"xx-small\";s:10:\"yes_always\";s:11:\"Yes, Always\";s:19:\"yes_at_registration\";s:41:\"Yes, at registration and profile updating\";s:23:\"yes_but_no_blank_option\";s:30:\"Yes, but No First Blank Option\";s:21:\"yes_including_a_blank\";s:35:\"Yes, Including a First Blank Option\";s:37:\"you_close_before_modifying_checkboxes\";s:61:\"You should close your forum before modifying checkbox fields.\";}\";s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:20:\"phrasegroup_cpglobal\";s:17570:\"a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('8a0f7ac8995713734b8d3fc9f60f6f9d',0,1400003016,0,'1','a:14:{s:18:\"phrasegroup_global\";s:140103:\"a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}\";s:12:\"lang_options\";s:1:\"1\";s:9:\"lang_code\";s:2:\"en\";s:12:\"lang_charset\";s:5:\"UTF-8\";s:11:\"lang_locale\";s:0:\"\";s:19:\"lang_imagesoverride\";s:0:\"\";s:17:\"lang_dateoverride\";s:0:\"\";s:17:\"lang_timeoverride\";s:0:\"\";s:27:\"lang_registereddateoverride\";s:0:\"\";s:23:\"lang_calformat1override\";s:0:\"\";s:23:\"lang_calformat2override\";s:0:\"\";s:20:\"lang_logdateoverride\";s:0:\"\";s:15:\"lang_decimalsep\";s:1:\".\";s:16:\"lang_thousandsep\";s:1:\",\";}'),('node_1_lvl3data',1400090170,1400003770,0,'1','a:85:{s:6:\"nodeid\";s:1:\"1\";s:7:\"routeid\";s:1:\"4\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";N;s:11:\"description\";s:16:\"Home Description\";s:5:\"title\";s:4:\"Home\";s:9:\"htmltitle\";s:9:\"Home Page\";s:8:\"parentid\";s:1:\"0\";s:8:\"urlident\";N;s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";N;s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:0:\"\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";N;s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:0:\"\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"1\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:1:\"0\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f2773.55528984\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('node_2_lvl3data',1400090170,1400003770,0,'1','a:85:{s:6:\"nodeid\";s:1:\"2\";s:7:\"routeid\";s:2:\"45\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:17:\"Forum Description\";s:5:\"title\";s:5:\"Forum\";s:9:\"htmltitle\";s:5:\"Forum\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:5:\"forum\";s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"1024384257\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"2\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f2c35.70389590\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('node_3_lvl3data',1400090170,1400003770,0,'1','a:85:{s:6:\"nodeid\";s:1:\"3\";s:7:\"routeid\";s:2:\"47\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:22:\"Main Forum Description\";s:5:\"title\";s:10:\"Main Forum\";s:9:\"htmltitle\";s:10:\"Main Forum\";s:8:\"parentid\";s:1:\"2\";s:8:\"urlident\";s:10:\"main-forum\";s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"1697595228\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"3\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f3341.44450667\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('node_7_lvl3data',1400090170,1400003770,0,'1','a:85:{s:6:\"nodeid\";s:1:\"7\";s:7:\"routeid\";s:2:\"46\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:7:\"Special\";s:5:\"title\";s:7:\"Special\";s:9:\"htmltitle\";s:7:\"Special\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:7:\"special\";s:12:\"displayorder\";s:1:\"4\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"1282097123\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:1:\"7\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:33:\"vbulletin-4ecbdf567f3341.44451100\";s:7:\"options\";s:4:\"1984\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"1\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'),('node_14_lvl3data',1400090170,1400003770,0,'1','a:85:{s:6:\"nodeid\";s:2:\"14\";s:7:\"routeid\";s:2:\"43\";s:13:\"contenttypeid\";s:2:\"23\";s:11:\"publishdate\";s:10:\"1321982542\";s:13:\"unpublishdate\";N;s:6:\"userid\";s:1:\"1\";s:7:\"groupid\";N;s:10:\"authorname\";s:15:\"outsourcedadmin\";s:11:\"description\";s:13:\"CMS Home Page\";s:5:\"title\";s:8:\"Articles\";s:9:\"htmltitle\";s:8:\"Articles\";s:8:\"parentid\";s:1:\"1\";s:8:\"urlident\";s:8:\"articles\";s:12:\"displayorder\";s:1:\"1\";s:7:\"starter\";s:1:\"0\";s:7:\"created\";s:10:\"1399996411\";s:11:\"lastcontent\";s:1:\"0\";s:13:\"lastcontentid\";s:1:\"0\";s:17:\"lastcontentauthor\";s:0:\"\";s:12:\"lastauthorid\";s:1:\"0\";s:12:\"lastprefixid\";s:0:\"\";s:9:\"textcount\";s:1:\"0\";s:14:\"textunpubcount\";s:1:\"0\";s:10:\"totalcount\";s:1:\"0\";s:15:\"totalunpubcount\";s:1:\"0\";s:9:\"ipaddress\";s:14:\"67.235.238.250\";s:13:\"showpublished\";s:1:\"1\";s:5:\"oldid\";N;s:16:\"oldcontenttypeid\";N;s:10:\"nextupdate\";N;s:10:\"lastupdate\";s:10:\"1399996411\";s:8:\"featured\";s:1:\"0\";s:5:\"CRC32\";s:10:\"3023029096\";s:7:\"taglist\";N;s:6:\"inlist\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:6:\"setfor\";s:1:\"0\";s:5:\"votes\";s:1:\"0\";s:8:\"hasphoto\";s:1:\"0\";s:8:\"hasvideo\";s:1:\"0\";s:12:\"deleteuserid\";N;s:12:\"deletereason\";N;s:4:\"open\";s:1:\"1\";s:8:\"showopen\";s:1:\"1\";s:6:\"sticky\";s:1:\"0\";s:8:\"approved\";s:1:\"1\";s:12:\"showapproved\";s:1:\"1\";s:9:\"viewperms\";s:1:\"2\";s:12:\"commentperms\";s:1:\"1\";s:11:\"nodeoptions\";s:3:\"138\";s:8:\"prefixid\";s:0:\"\";s:6:\"iconid\";s:1:\"0\";s:14:\"public_preview\";s:1:\"0\";s:14:\"channel_nodeid\";s:2:\"14\";s:7:\"styleid\";s:1:\"0\";s:9:\"daysprune\";s:2:\"-1\";s:15:\"newcontentemail\";N;s:16:\"defaultsortfield\";s:11:\"lastcontent\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:4:\"guid\";s:42:\"vbulletin-c-cmshome5229fa38b251e2.92227401\";s:7:\"options\";s:7:\"4196288\";s:10:\"filedataid\";N;s:8:\"category\";s:1:\"0\";s:7:\"product\";s:9:\"vbulletin\";s:12:\"channelroute\";N;s:12:\"channeltitle\";N;s:9:\"channelid\";N;s:12:\"starterroute\";N;s:12:\"startertitle\";N;s:17:\"starterauthorname\";N;s:15:\"starterprefixid\";N;s:13:\"starteruserid\";N;s:20:\"starterlastcontentid\";N;s:17:\"startertotalcount\";N;s:15:\"starterurlident\";N;s:14:\"deleteusername\";N;s:14:\"lastauthorname\";N;s:11:\"edit_reason\";N;s:11:\"edit_userid\";N;s:13:\"edit_username\";N;s:13:\"edit_dateline\";N;s:10:\"hashistory\";N;s:18:\"starternodeoptions\";N;s:18:\"channelnodeoptions\";N;}'); /*!40000 ALTER TABLE `cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cacheevent` -- DROP TABLE IF EXISTS `cacheevent`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cacheevent` ( `cacheid` varbinary(64) NOT NULL, `event` varbinary(50) NOT NULL, PRIMARY KEY (`cacheid`,`event`), KEY `event` (`event`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cacheevent` -- LOCK TABLES `cacheevent` WRITE; /*!40000 ALTER TABLE `cacheevent` DISABLE KEYS */; INSERT INTO `cacheevent` VALUES ('00f68f37515da3437393cb78523c3c45','perms_changed'),('0865bd780a1392a452e6000267505103','perms_changed'),('096d52b56ad82d1aaa83b1a906a62d29','perms_changed'),('1338322ef0d809fa64a6cf67a5164382','perms_changed'),('1411c3922799d8bbc23142211e92cda9','perms_changed'),('1b7a6aeb7ddecc4aeeae9893349702e3','perms_changed'),('1f3fdfdaabbe425a0f37858fa0a9e92f','perms_changed'),('22379eb2661aa64f6b6984f07a943212','perms_changed'),('32b50c66b44b4cd4b761754065b2cd2f','perms_changed'),('346d7b20f58fcb53be3dca75da52e832','perms_changed'),('3a21c0ed3503d7ed8a7bf0b5a44d7de6','vB_Language_languageCache'),('3d67daf117aaa87d2a4e8ca8c8bdd52f','vB_Language_languageCache'),('484b65c7778cadab40dabaa83e2038b1','perms_changed'),('4a49701d8f3f04db5f42c1784894099b','perms_changed'),('52cc37233f83f10b3168f2e14cd8404b','perms_changed'),('59c469fb92830938b18474102a5c36e3','vB_Language_languageCache'),('67d2db542e8efb9074f759f652f8f603','perms_changed'),('7121fb2952ce9b5ae2267319ab166e62','vB_Language_languageCache'),('7e96c6f81e87b06a8c98516f490bda1e','perms_changed'),('8101d6eb6540b203cf4f5e6a7abb4805','perms_changed'),('83b29d30b8fa8b1148340875ce4afbe5','perms_changed'),('8499db5d458ece81abe56291c1da1610','perms_changed'),('89daff14e07f854f772adef11ee6e162','vB_Language_languageCache'),('8a0f7ac8995713734b8d3fc9f60f6f9d','vB_Language_languageCache'),('9214b52a77231076a18e75e693b92316','perms_changed'),('9214b52a77231076a18e75e693b92316','userChg_2'),('9214b52a77231076a18e75e693b92316','userPerms_2'),('93626b2b34d104342462779a36f48ab8','perms_changed'),('93626b2b34d104342462779a36f48ab8','userChg_1'),('9e9637635204ec686bfa811d61c9954c','vB_Language_languageCache'),('a199f39f5c5807f56afb2c8a2c9be718','perms_changed'),('b3a322e87cbc2087f73f1fa21e262803','perms_changed'),('b6e1657ee08f4cdf0d952cf7e7034dfd','vB_Language_languageCache'),('bb8092d547843bb8bff513afcce75612','perms_changed'),('channelperms_1','perms_changed'),('channelperms_10','perms_changed'),('channelperms_11','perms_changed'),('channelperms_12','perms_changed'),('channelperms_13','perms_changed'),('channelperms_2','perms_changed'),('channelperms_3','perms_changed'),('channelperms_4','perms_changed'),('channelperms_5','perms_changed'),('channelperms_6','perms_changed'),('channelperms_7','perms_changed'),('channelperms_8','perms_changed'),('channelperms_9','perms_changed'),('d0a2eef376483a4e7658e355834964c9','perms_changed'),('d0a2eef376483a4e7658e355834964c9','userChg_1'),('d0a2eef376483a4e7658e355834964c9','userPerms_1'),('d2ff5b1b76fa412e454b18eada8938c9','vB_Language_languageCache'),('d3704c0224f2a1058410accbf664039c','perms_changed'),('d3704c0224f2a1058410accbf664039c','userChg_1'),('d3704c0224f2a1058410accbf664039c','userPerms_1'),('d875465b6b67ee1d25083aa0ace2111b','perms_changed'),('e789deae0f426474e704492114c9fff8','vB_Language_languageCache'),('f137c739051bd9cc70123df49a7ff234','perms_changed'),('f4e8cb17136686b8f16b88052a4155d0','perms_changed'),('f9eac64c9aee73a4babb6bff935e3351','perms_changed'),('fb802445bf0e4179cb11dbae94e9f0e9','vB_Language_languageCache'),('fd1b4ef5c4a8bdb64baad593fa573eb4','perms_changed'),('fe4e0c91d02119cc385586ae0eb5dc5f','perms_changed'),('getSearchResults_49248dafa00a18b799c2730a6d623805','perms_changed'),('getSearchResults_49248dafa00a18b799c2730a6d623805','vB_ChannelStructure_chg'),('getSearchResults_49248dafa00a18b799c2730a6d623805','vB_SearchResults_chg_1'),('getSearchResults_7745e736e67fd5ebe08a96057485f221','perms_changed'),('getSearchResults_7745e736e67fd5ebe08a96057485f221','vB_ChannelStructure_chg'),('getSearchResults_7745e736e67fd5ebe08a96057485f221','vB_SearchResults_chg_1'),('getSearchResults_96c7db5038ec0135a7d1c2408920c59a','perms_changed'),('getSearchResults_96c7db5038ec0135a7d1c2408920c59a','vB_ChannelStructure_chg'),('getSearchResults_96c7db5038ec0135a7d1c2408920c59a','vB_SearchResults_chg_1'),('getSearchResults_aad1358171ffea2f275388ae1fc01eea','perms_changed'),('getSearchResults_aad1358171ffea2f275388ae1fc01eea','vB_ChannelStructure_chg'),('getSearchResults_aad1358171ffea2f275388ae1fc01eea','vB_SearchResults_chg_1'),('getSearchResults_b9e31c7024bb2bf344a64e4bafb35885','perms_changed'),('getSearchResults_b9e31c7024bb2bf344a64e4bafb35885','vB_ChannelStructure_chg'),('getSearchResults_b9e31c7024bb2bf344a64e4bafb35885','vB_SearchResults_chg_1'),('getSearchResults_c901319a2358e6c7265e885f1152902e','perms_changed'),('getSearchResults_c901319a2358e6c7265e885f1152902e','vB_ChannelStructure_chg'),('getSearchResults_c901319a2358e6c7265e885f1152902e','vB_SearchResults_chg_1'),('getSearchResults_dba903df782f61f9698b620632e79621','perms_changed'),('getSearchResults_dba903df782f61f9698b620632e79621','vB_ChannelStructure_chg'),('getSearchResults_dba903df782f61f9698b620632e79621','vB_SearchResults_chg_1'),('node_14_lvl3data','nodeChg_14'),('node_1_lvl1data','nodeChg_1'),('node_1_lvl3data','nodeChg_1'),('node_2_lvl1data','nodeChg_2'),('node_2_lvl3data','nodeChg_2'),('node_3_lvl3data','nodeChg_3'),('node_4_lvl3data','nodeChg_4'),('node_5_lvl3data','nodeChg_5'),('node_6_lvl3data','nodeChg_6'),('node_7_lvl3data','nodeChg_7'),('preloadTemplates_13','pageChg_<meta http-equiv=\"content-type\" content=\"t'),('preloadTemplates_17','pageChg_<meta http-equiv=\"content-type\" content=\"t'),('preloadTemplates_21','pageChg_<meta http-equiv=\"content-type\" content=\"t'),('preloadTemplates_28','pageChg_<meta http-equiv=\"content-type\" content=\"t'),('stylevar_cache_1','vB_Library_Style_stylevar_cache'),('vBAdminCP_CMS_Categories','nodeChg_14'),('vBAtchmnts_3','nodeChg_3'),('vBAtchmnts_6','nodeChg_6'),('vB_Announcements_14','nodeChg_14'),('vB_Announcements_14','vB_AnnouncementChg'),('vB_Announcements_4','nodeChg_4'),('vB_Announcements_4','vB_AnnouncementChg'),('vB_Announcements_5','nodeChg_5'),('vB_Announcements_5','vB_AnnouncementChg'),('vB_ChannelStructure','vB_ChannelStructure_chg'),('vB_CommonRoutes','vB_routesChgMultiple'),('vB_NamedRoutes','vB_Route_AddNamedUrl'),('vB_UserPerms0','perms_changed'),('vB_UserPerms0','userChg_0'),('vB_UserPerms0','userPerms_0'),('vB_UserPerms0','vB_ChannelStructure_chg'),('vB_UserPerms1','perms_changed'),('vB_UserPerms1','userChg_1'),('vB_UserPerms1','userPerms_1'),('vB_UserPerms1','vB_ChannelStructure_chg'),('vB_UserPerms2','perms_changed'),('vB_UserPerms2','userChg_2'),('vB_UserPerms2','userPerms_2'),('vB_UserPerms2','vB_ChannelStructure_chg'),('vbPre_',''),('vbPre_channel43.28.14',''),('vbPre_page31.17',''),('vbPre_page35.21',''),('vb_UserWPerms_1_0','userChg_1'),('vb_UserWPerms_1_0','userPerms_1'),('vb_UserWPerms_1_1','userChg_1'),('vb_UserWPerms_2_0','userChg_2'),('vb_UserWPerms_2_0','userPerms_2'),('vb_readperms','perms_changed'),('vb_types.types','vb_types.contenttype_updated'),('vb_types.types','vb_types.package_updated'),('vb_types.types','vb_types.type_updated'); /*!40000 ALTER TABLE `cacheevent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar` -- DROP TABLE IF EXISTS `calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendar` ( `calendarid` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` varchar(100) NOT NULL default '', `displayorder` smallint(6) NOT NULL default '0', `neweventemail` text, `moderatenew` smallint(6) NOT NULL default '0', `startofweek` smallint(6) NOT NULL default '0', `options` int(10) unsigned NOT NULL default '0', `cutoff` smallint(5) unsigned NOT NULL default '0', `eventcount` smallint(5) unsigned NOT NULL default '0', `birthdaycount` smallint(5) unsigned NOT NULL default '0', `startyear` smallint(5) unsigned NOT NULL default '2000', `endyear` smallint(5) unsigned NOT NULL default '2006', `holidays` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`calendarid`), KEY `displayorder` (`displayorder`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendar` -- LOCK TABLES `calendar` WRITE; /*!40000 ALTER TABLE `calendar` DISABLE KEYS */; INSERT INTO `calendar` VALUES (1,'Default Calendar','',1,'a:0:{}',0,1,631,40,4,4,2011,2017,0); /*!40000 ALTER TABLE `calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarcustomfield` -- DROP TABLE IF EXISTS `calendarcustomfield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendarcustomfield` ( `calendarcustomfieldid` int(10) unsigned NOT NULL auto_increment, `calendarid` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', `description` mediumtext, `options` mediumtext, `allowentry` smallint(6) NOT NULL default '1', `required` smallint(6) NOT NULL default '0', `length` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`calendarcustomfieldid`), KEY `calendarid` (`calendarid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarcustomfield` -- LOCK TABLES `calendarcustomfield` WRITE; /*!40000 ALTER TABLE `calendarcustomfield` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarcustomfield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarmoderator` -- DROP TABLE IF EXISTS `calendarmoderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendarmoderator` ( `calendarmoderatorid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `calendarid` int(10) unsigned NOT NULL default '0', `neweventemail` smallint(6) NOT NULL default '0', `permissions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`calendarmoderatorid`), KEY `userid` (`userid`,`calendarid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarmoderator` -- LOCK TABLES `calendarmoderator` WRITE; /*!40000 ALTER TABLE `calendarmoderator` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarmoderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarpermission` -- DROP TABLE IF EXISTS `calendarpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendarpermission` ( `calendarpermissionid` int(10) unsigned NOT NULL auto_increment, `calendarid` int(10) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', `calendarpermissions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`calendarpermissionid`), KEY `calendarid` (`calendarid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarpermission` -- LOCK TABLES `calendarpermission` WRITE; /*!40000 ALTER TABLE `calendarpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channel` -- DROP TABLE IF EXISTS `channel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `channel` ( `nodeid` int(10) unsigned NOT NULL, `styleid` smallint(6) NOT NULL default '0', `options` int(10) unsigned NOT NULL default '1984', `daysprune` smallint(6) NOT NULL default '0', `newcontentemail` text, `defaultsortfield` varchar(50) NOT NULL default 'lastcontent', `defaultsortorder` enum('asc','desc') NOT NULL default 'desc', `imageprefix` varchar(100) NOT NULL default '', `guid` char(150) default NULL, `filedataid` int(11) default NULL, `category` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default 'vbulletin', PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `channel` -- LOCK TABLES `channel` WRITE; /*!40000 ALTER TABLE `channel` DISABLE KEYS */; INSERT INTO `channel` VALUES (1,0,1984,0,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f2773.55528984',NULL,1,'vbulletin'),(2,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f2c35.70389590',NULL,1,'vbulletin'),(3,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3341.44450667',NULL,0,'vbulletin'),(4,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555305',NULL,1,'vbulletin'),(5,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555306',NULL,1,'vbulletin'),(6,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555307',NULL,1,'vbulletin'),(7,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3341.44451100',NULL,1,'vbulletin'),(8,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f36c3.90966558',NULL,0,'vbulletin'),(9,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3da8.31769341',NULL,0,'vbulletin'),(10,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555303',NULL,0,'vbulletin'),(11,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555304',NULL,0,'vbulletin'),(12,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-4ecbdf567f3a38.99555308',NULL,0,'vbulletin'),(13,0,1984,-1,NULL,'lastcontent','desc','','vbulletin-513e54868e7187.11394545',NULL,1,'vbulletin'),(14,0,4196288,-1,NULL,'lastcontent','desc','','vbulletin-c-cmshome5229fa38b251e2.92227401',NULL,0,'vbulletin'); /*!40000 ALTER TABLE `channel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelprefixset` -- DROP TABLE IF EXISTS `channelprefixset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `channelprefixset` ( `nodeid` int(10) unsigned NOT NULL default '0', `prefixsetid` varchar(25) NOT NULL default '', PRIMARY KEY (`nodeid`,`prefixsetid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `channelprefixset` -- LOCK TABLES `channelprefixset` WRITE; /*!40000 ALTER TABLE `channelprefixset` DISABLE KEYS */; /*!40000 ALTER TABLE `channelprefixset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `closure` -- DROP TABLE IF EXISTS `closure`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `closure` ( `parent` int(10) unsigned NOT NULL, `child` int(10) unsigned NOT NULL, `depth` smallint(6) default NULL, `displayorder` smallint(6) NOT NULL default '0', `publishdate` int(11) default NULL, UNIQUE KEY `closure_uniq` (`parent`,`child`), KEY `parent_2` (`parent`,`depth`,`publishdate`,`child`), KEY `publishdate` (`publishdate`,`child`), KEY `child` (`child`,`depth`), KEY `displayorder` (`displayorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `closure` -- LOCK TABLES `closure` WRITE; /*!40000 ALTER TABLE `closure` DISABLE KEYS */; INSERT INTO `closure` VALUES (1,1,0,0,NULL),(2,2,0,0,1321982542),(1,2,1,0,1321982542),(3,3,0,0,1321982542),(2,3,1,0,1321982542),(1,3,2,0,1321982542),(4,4,0,0,1321982542),(1,4,1,0,1321982542),(5,5,0,0,1321982542),(1,5,1,0,1321982542),(6,6,0,0,1321982542),(5,6,1,0,1321982542),(1,6,2,0,1321982542),(7,7,0,0,1321982542),(1,7,1,0,1321982542),(8,8,0,0,1321982542),(7,8,1,0,1321982542),(1,8,2,0,1321982542),(9,9,0,0,1321982542),(7,9,1,0,1321982542),(1,9,2,0,1321982542),(10,10,0,0,1321982542),(7,10,1,0,1321982542),(1,10,2,0,1321982542),(11,11,0,0,1321982542),(7,11,1,0,1321982542),(1,11,2,0,1321982542),(12,12,0,0,1321982542),(7,12,1,0,1321982542),(1,12,2,0,1321982542),(13,13,0,0,1363038414),(7,13,1,0,1363038414),(1,13,2,0,1363038414),(14,14,0,0,1321982542),(1,14,1,0,1321982542); /*!40000 ALTER TABLE `closure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contentpriority` -- DROP TABLE IF EXISTS `contentpriority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `contentpriority` ( `contenttypeid` varchar(20) NOT NULL, `sourceid` int(10) unsigned NOT NULL, `prioritylevel` double(2,1) unsigned NOT NULL, PRIMARY KEY (`contenttypeid`,`sourceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `contentpriority` -- LOCK TABLES `contentpriority` WRITE; /*!40000 ALTER TABLE `contentpriority` DISABLE KEYS */; /*!40000 ALTER TABLE `contentpriority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contenttype` -- DROP TABLE IF EXISTS `contenttype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `contenttype` ( `contenttypeid` int(10) unsigned NOT NULL auto_increment, `class` varbinary(50) NOT NULL, `packageid` int(10) unsigned NOT NULL, `canplace` enum('0','1') NOT NULL default '0', `cansearch` enum('0','1') NOT NULL default '0', `cantag` enum('0','1') default '0', `canattach` enum('0','1') default '0', `isaggregator` enum('0','1') NOT NULL default '0', PRIMARY KEY (`contenttypeid`), UNIQUE KEY `packageclass` (`packageid`,`class`) ) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `contenttype` -- LOCK TABLES `contenttype` WRITE; /*!40000 ALTER TABLE `contenttype` DISABLE KEYS */; INSERT INTO `contenttype` VALUES (1,'Post',1,'0','0','0','1','0'),(2,'Thread',1,'0','0','1','0','0'),(3,'Forum',1,'0','0','0','0','0'),(4,'Announcement',1,'0','0','0','0','0'),(5,'SocialGroupMessage',1,'0','0','0','0','0'),(6,'SocialGroupDiscussion',1,'0','0','0','0','0'),(7,'SocialGroup',1,'0','0','0','1','0'),(8,'Album',1,'0','0','0','1','0'),(9,'Picture',1,'0','0','0','0','0'),(10,'PictureComment',1,'0','0','0','0','0'),(11,'VisitorMessage',1,'0','0','0','0','0'),(12,'User',1,'0','0','0','0','0'),(13,'Event',1,'0','0','0','0','0'),(14,'Calendar',1,'0','0','0','0','0'),(15,'Attach',1,'0','0','1','1','0'),(16,'Photo',1,'0','1','1','1','0'),(22,'Text',1,'1','1','1','1','0'),(23,'Channel',1,'1','0','0','0','0'),(24,'Poll',1,'1','1','0','0','0'),(25,'Gallery',1,'1','1','1','1','0'),(26,'Video',1,'1','1','1','1','0'),(27,'PrivateMessage',1,'0','1','0','0','0'),(28,'Link',1,'1','1','1','1','0'),(29,'Report',1,'0','0','0','0','0'),(30,'Redirect',1,'0','0','0','0','0'),(31,'Infraction',1,'0','0','0','0','0'); /*!40000 ALTER TABLE `contenttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpsession` -- DROP TABLE IF EXISTS `cpsession`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cpsession` ( `userid` int(10) unsigned NOT NULL default '0', `hash` varchar(32) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`hash`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cpsession` -- LOCK TABLES `cpsession` WRITE; /*!40000 ALTER TABLE `cpsession` DISABLE KEYS */; INSERT INTO `cpsession` VALUES (1,'fd91df1a137aa3acf57b80fa00640088',1400005258); /*!40000 ALTER TABLE `cpsession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron` -- DROP TABLE IF EXISTS `cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron` ( `cronid` int(10) unsigned NOT NULL auto_increment, `nextrun` int(10) unsigned NOT NULL default '0', `weekday` smallint(6) NOT NULL default '0', `day` smallint(6) NOT NULL default '0', `hour` smallint(6) NOT NULL default '0', `minute` varchar(100) NOT NULL default '', `filename` char(50) NOT NULL default '', `loglevel` smallint(6) NOT NULL default '0', `active` smallint(6) NOT NULL default '1', `varname` varchar(100) NOT NULL default '', `volatile` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default '', PRIMARY KEY (`cronid`), UNIQUE KEY `varname` (`varname`), KEY `nextrun` (`nextrun`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron` -- LOCK TABLES `cron` WRITE; /*!40000 ALTER TABLE `cron` DISABLE KEYS */; INSERT INTO `cron` VALUES (1,1400040060,-1,-1,0,'a:1:{i:0;i:1;}','./includes/cron/birthday.php',1,1,'birthday',1,'vbulletin'),(2,1400005500,-1,-1,-1,'a:1:{i:0;i:25;}','./includes/cron/promotion.php',1,1,'promotion',1,'vbulletin'),(3,1400040120,-1,-1,0,'a:1:{i:0;i:2;}','./includes/cron/digestdaily.php',1,1,'digestdaily',1,'vbulletin'),(4,1053991800,1,-1,0,'a:1:{i:0;i:30;}','./includes/cron/digestweekly.php',1,1,'digestweekly',1,'vbulletin'),(5,1400040120,-1,-1,0,'a:1:{i:0;i:2;}','./includes/cron/subscriptions.php',1,1,'subscriptions',1,'vbulletin'),(6,1400007900,-1,-1,-1,'a:1:{i:0;i:5;}','./includes/cron/cleanup.php',0,1,'cleanup',1,'vbulletin'),(7,1053990180,-1,-1,0,'a:1:{i:0;i:3;}','./includes/cron/activate.php',1,1,'activate',1,'vbulletin'),(8,1400004900,-1,-1,-1,'a:1:{i:0;i:15;}','./includes/cron/removebans.php',1,1,'removebans',1,'vbulletin'),(9,1400008800,-1,-1,-1,'a:1:{i:0;i:20;}','./includes/cron/cleanup2.php',0,1,'cleanup2',1,'vbulletin'),(10,1400040000,-1,-1,0,'a:1:{i:0;i:0;}','./includes/cron/stats.php',0,1,'stats',1,'vbulletin'),(11,1400040600,-1,-1,0,'a:1:{i:0;i:10;}','./includes/cron/dailycleanup.php',0,1,'dailycleanup',1,'vbulletin'),(12,1400005200,-1,-1,-1,'a:2:{i:0;i:20;i:1;i:50;}','./includes/cron/infractions.php',1,1,'infractions',1,'vbulletin'),(13,1400004600,-1,-1,-1,'a:1:{i:0;i:10;}','./includes/cron/ccbill.php',1,1,'ccbill',1,'vbulletin'),(14,1400004600,-1,-1,-1,'a:6:{i:0;i:0;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;}','./includes/cron/rssposter.php',1,1,'rssposter',1,'vbulletin'),(15,1232082000,-1,-1,5,'a:1:{i:0;i:0;}','./includes/cron/sitemap.php',1,1,'sitemap',1,'vbulletin'),(16,1232082000,-1,-1,5,'a:6:{i:0;i:0;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;}','./includes/cron/privatemessage_cleanup.php',1,1,'privatemessages',1,'vbulletin'),(17,1232082000,-1,-1,5,'a:1:{i:0;i:1;}','./includes/cron/node_dailycleanup.php',1,1,'nodestats',1,'vbulletin'),(18,1232082000,-1,-1,-1,'a:6:{i:0;i:0;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;}','./includes/cron/unpublished.php',1,1,'scheduled_publish',1,'vbulletin'); /*!40000 ALTER TABLE `cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cronlog` -- DROP TABLE IF EXISTS `cronlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cronlog` ( `cronlogid` int(10) unsigned NOT NULL auto_increment, `varname` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `description` mediumtext, `type` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`cronlogid`), KEY `varname` (`varname`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cronlog` -- LOCK TABLES `cronlog` WRITE; /*!40000 ALTER TABLE `cronlog` DISABLE KEYS */; INSERT INTO `cronlog` VALUES (1,'digestdaily',1400005222,'',1),(2,'subscriptions',1400005286,'',1); /*!40000 ALTER TABLE `cronlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customavatar` -- DROP TABLE IF EXISTS `customavatar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customavatar` ( `userid` int(10) unsigned NOT NULL default '0', `filedata` mediumblob, `dateline` int(10) unsigned NOT NULL default '0', `filename` varchar(100) NOT NULL default '', `visible` smallint(6) NOT NULL default '1', `filesize` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', `filedata_thumb` mediumblob, `width_thumb` int(10) unsigned NOT NULL default '0', `height_thumb` int(10) unsigned NOT NULL default '0', `extension` varchar(10) NOT NULL, PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customavatar` -- LOCK TABLES `customavatar` WRITE; /*!40000 ALTER TABLE `customavatar` DISABLE KEYS */; /*!40000 ALTER TABLE `customavatar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customprofile` -- DROP TABLE IF EXISTS `customprofile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customprofile` ( `customprofileid` int(11) NOT NULL auto_increment, `title` varchar(100) default NULL, `thumbnail` varchar(255) default NULL, `userid` int(11) NOT NULL, `themeid` int(11) default NULL, `font_family` varchar(255) default NULL, `fontsize` varchar(20) default NULL, `title_text_color` varchar(20) default NULL, `page_background_color` varchar(20) default NULL, `page_background_image` varchar(255) default NULL, `page_background_repeat` varchar(20) default NULL, `module_text_color` varchar(20) default NULL, `module_link_color` varchar(20) default NULL, `module_background_color` varchar(20) default NULL, `module_background_image` varchar(255) default NULL, `module_background_repeat` varchar(20) default NULL, `module_border` varchar(20) default NULL, `content_text_color` varchar(20) default NULL, `content_link_color` varchar(20) default NULL, `content_background_color` varchar(20) default NULL, `content_background_image` varchar(255) default NULL, `content_background_repeat` varchar(20) default NULL, `content_border` varchar(20) default NULL, `button_text_color` varchar(20) default NULL, `button_background_color` varchar(20) default NULL, `button_background_image` varchar(255) default NULL, `button_background_repeat` varchar(20) default NULL, `button_border` varchar(20) default NULL, `moduleinactive_text_color` varchar(20) default NULL, `moduleinactive_link_color` varchar(20) default NULL, `moduleinactive_background_color` varchar(20) default NULL, `moduleinactive_background_image` varchar(255) default NULL, `moduleinactive_background_repeat` varchar(20) default NULL, `moduleinactive_border` varchar(20) default NULL, `headers_text_color` varchar(20) default NULL, `headers_link_color` varchar(20) default NULL, `headers_background_color` varchar(20) default NULL, `headers_background_image` varchar(255) default NULL, `headers_background_repeat` varchar(20) default NULL, `headers_border` varchar(20) default NULL, `page_link_color` varchar(20) default NULL, PRIMARY KEY (`customprofileid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customprofile` -- LOCK TABLES `customprofile` WRITE; /*!40000 ALTER TABLE `customprofile` DISABLE KEYS */; /*!40000 ALTER TABLE `customprofile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customprofilepic` -- DROP TABLE IF EXISTS `customprofilepic`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customprofilepic` ( `userid` int(10) unsigned NOT NULL default '0', `filedata` mediumblob, `dateline` int(10) unsigned NOT NULL default '0', `filename` varchar(100) NOT NULL default '', `visible` smallint(6) NOT NULL default '1', `filesize` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customprofilepic` -- LOCK TABLES `customprofilepic` WRITE; /*!40000 ALTER TABLE `customprofilepic` DISABLE KEYS */; /*!40000 ALTER TABLE `customprofilepic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `datastore` -- DROP TABLE IF EXISTS `datastore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `datastore` ( `title` char(50) NOT NULL default '', `data` mediumtext, `unserialize` smallint(6) NOT NULL default '0', PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `datastore` -- LOCK TABLES `datastore` WRITE; /*!40000 ALTER TABLE `datastore` DISABLE KEYS */; INSERT INTO `datastore` VALUES ('noticecache','a:1:{i:1;a:3:{s:14:\"in_usergroup_x\";a:3:{i:0;s:1:\"1\";i:1;s:0:\"\";i:2;s:0:\"\";}s:10:\"persistent\";s:1:\"1\";s:11:\"dismissible\";s:1:\"1\";}}',1),('options','a:402:{s:15:\"templateversion\";s:5:\"5.1.0\";s:21:\"default_route_segment\";s:7:\"content\";s:19:\"subscriptionmethods\";i:0;s:10:\"attachfile\";s:0:\"\";s:10:\"attachpath\";s:34:\"/path/to/your/attachment/directory\";s:13:\"usefileavatar\";i:0;s:10:\"avatarpath\";s:15:\"./customavatars\";s:9:\"avatarurl\";s:13:\"customavatars\";s:14:\"profilepicpath\";s:19:\"./customprofilepics\";s:13:\"profilepicurl\";s:17:\"customprofilepics\";s:10:\"sigpicpath\";s:15:\"./signaturepics\";s:9:\"sigpicurl\";s:13:\"signaturepics\";s:14:\"fulltextsearch\";i:1;s:20:\"searchimplementation\";s:15:\"vBDBSearch_Core\";s:13:\"album_dataloc\";s:2:\"db\";s:13:\"album_picpath\";s:0:\"\";s:15:\"album_thumbpath\";s:0:\"\";s:14:\"album_thumburl\";s:0:\"\";s:16:\"usefilegroupicon\";i:0;s:13:\"groupiconpath\";s:18:\"./customgroupicons\";s:12:\"groupiconurl\";s:16:\"customgroupicons\";s:6:\"apikey\";s:0:\"\";s:11:\"headeradnum\";i:1;s:7:\"hv_type\";s:5:\"Image\";s:22:\"hv_recaptcha_publickey\";s:0:\"\";s:23:\"hv_recaptcha_privatekey\";s:0:\"\";s:18:\"hv_recaptcha_theme\";s:5:\"white\";s:12:\"regimagetype\";s:5:\"GDttf\";s:14:\"regimageoption\";i:15;s:8:\"bbactive\";i:1;s:14:\"bbclosedreason\";s:147:\"<div class=\"forum-off restore\">Sorry, the board is unavailable at the moment while we are testing some functionality. We will be back soon...</div>\";s:7:\"bbtitle\";s:11:\"WakullaTalk\";s:11:\"frontendurl\";s:26:\"http://www.wakullatalk.com\";s:17:\"frontendurl_login\";s:26:\"http://www.wakullatalk.com\";s:5:\"bburl\";s:31:\"http://www.wakullatalk.com/core\";s:14:\"bburl_basepath\";i:1;s:18:\"redirect_whitelist\";s:0:\"\";s:26:\"redirect_whitelist_disable\";i:0;s:13:\"contactustype\";i:1;s:16:\"contactusoptions\";s:35:\"Site Feedback\r\nRegistration Problem\";s:14:\"contactusother\";i:1;s:14:\"webmasteremail\";s:25:\"webmaster@wakullatalk.com\";s:14:\"contactusemail\";s:0:\"\";s:10:\"privacyurl\";s:0:\"\";s:13:\"copyrighttext\";s:0:\"\";s:11:\"companyname\";s:0:\"\";s:9:\"faxnumber\";s:0:\"\";s:7:\"address\";s:0:\"\";s:12:\"enableaccess\";i:1;s:15:\"addtemplatename\";i:0;s:15:\"usestrikesystem\";i:1;s:16:\"allowedreferrers\";s:0:\"\";s:13:\"threadmarking\";s:1:\"2\";s:12:\"markinglimit\";i:10;s:21:\"enable_inlinemod_auth\";i:1;s:21:\"disable_php_rendering\";i:0;s:12:\"pagenavpages\";i:3;s:8:\"pagenavs\";s:18:\"10 50 100 500 1000\";s:21:\"enablefacebookconnect\";i:0;s:13:\"facebookappid\";s:0:\"\";s:14:\"facebooksecret\";s:0:\"\";s:19:\"facebookusergroupid\";i:0;s:20:\"facebookautoregister\";i:0;s:20:\"facebookfeedimageurl\";s:0:\"\";s:15:\"fbfeednewthread\";i:0;s:15:\"fbfeedpostreply\";i:0;s:15:\"fbfeedblogentry\";i:0;s:17:\"fbfeedblogcomment\";i:0;s:16:\"fbfeednewarticle\";i:0;s:20:\"fbfeedarticlecomment\";i:0;s:19:\"facebooklikethreads\";i:0;s:23:\"facebooklikeblogentries\";i:0;s:23:\"facebooklikecmsarticles\";i:0;s:22:\"fb_userfield_biography\";s:6:\"field1\";s:21:\"fb_userfield_location\";s:6:\"field2\";s:22:\"fb_userfield_interests\";s:6:\"field3\";s:23:\"fb_userfield_occupation\";s:6:\"field4\";s:9:\"imagetype\";s:2:\"GD\";s:10:\"magickpath\";s:0:\"\";s:7:\"hvcheck\";i:27;s:8:\"yestoday\";i:1;s:10:\"timeoffset\";i:0;s:8:\"dstonoff\";i:0;s:10:\"dateformat\";s:5:\"m-d-Y\";s:10:\"timeformat\";s:5:\"h:i A\";s:20:\"registereddateformat\";s:3:\"M Y\";s:10:\"calformat1\";s:6:\"F j, Y\";s:10:\"calformat2\";s:3:\"F j\";s:13:\"logdateformat\";s:11:\"H:i, jS M Y\";s:13:\"cookietimeout\";i:900;s:10:\"cookiepath\";s:1:\"/\";s:12:\"cookiedomain\";s:0:\"\";s:10:\"gzipoutput\";i:1;s:9:\"gziplevel\";i:1;s:10:\"addheaders\";i:0;s:14:\"nocacheheaders\";i:0;s:11:\"cachemaxage\";i:7;s:19:\"attachmentviewslive\";i:0;s:9:\"loadlimit\";i:0;s:16:\"recheckfrequency\";i:60;s:10:\"safeupload\";i:0;s:7:\"tmppath\";s:4:\"/tmp\";s:13:\"copypostindex\";i:1;s:7:\"ipcheck\";i:1;s:12:\"remotejquery\";i:1;s:17:\"customjquery_path\";s:0:\"\";s:7:\"nocache\";i:0;s:10:\"ajaxheader\";i:2;s:7:\"crontab\";i:1;s:15:\"cache_node_data\";i:1;s:13:\"useearlyflush\";i:1;s:17:\"guestcacheminutes\";i:10;s:6:\"cdnurl\";s:0:\"\";s:10:\"languageid\";i:1;s:7:\"styleid\";i:1;s:17:\"allowchangestyles\";i:1;s:11:\"cleargifurl\";s:9:\"clear.gif\";s:14:\"storecssasfile\";i:0;s:15:\"cssfilelocation\";s:0:\"\";s:13:\"legacypostbit\";i:1;s:11:\"showimicons\";i:1;s:12:\"skypeweb_gfx\";i:1;s:21:\"searchenginereferrers\";s:32:\".google.\r\n.live.\r\n.msn.\r\n.yahoo.\";s:24:\"cache_templates_as_files\";i:0;s:19:\"template_cache_path\";s:14:\"cache/template\";s:12:\"enablecensor\";i:1;s:10:\"censorchar\";s:1:\"*\";s:11:\"censorwords\";s:0:\"\";s:15:\"blankasciistrip\";s:31:\"160 173 u8205 u8204 u8237 u8238\";s:11:\"enableemail\";i:1;s:13:\"displayemails\";i:1;s:11:\"secureemail\";i:1;s:14:\"emailfloodtime\";i:60;s:12:\"usemailqueue\";i:1;s:12:\"emailsendnum\";i:10;s:11:\"bounceemail\";s:0:\"\";s:13:\"needfromemail\";i:0;s:13:\"usebulkheader\";i:0;s:10:\"utf8encode\";i:0;s:8:\"use_smtp\";i:0;s:9:\"smtp_host\";s:0:\"\";s:9:\"smtp_port\";i:25;s:9:\"smtp_user\";s:0:\"\";s:9:\"smtp_pass\";s:0:\"\";s:8:\"smtp_tls\";s:4:\"none\";s:18:\"extra_smtp_headers\";s:0:\"\";s:21:\"def_cms_previewlength\";i:500;s:19:\"cmspreviewimagesize\";s:5:\"thumb\";s:17:\"allowregistration\";i:1;s:8:\"usecoppa\";i:0;s:10:\"checkcoppa\";i:1;s:17:\"regrequirepaidsub\";i:0;s:18:\"moderatenewmembers\";i:0;s:11:\"welcomemail\";i:1;s:9:\"welcomepm\";s:0:\"\";s:12:\"newuseremail\";s:0:\"\";s:14:\"allowmultiregs\";i:0;s:11:\"verifyemail\";i:0;s:18:\"requireuniqueemail\";i:1;s:13:\"minuserlength\";i:3;s:13:\"maxuserlength\";i:25;s:16:\"illegalusernames\";s:0:\"\";s:13:\"usernameregex\";s:0:\"\";s:17:\"defaultregoptions\";i:180847241;s:18:\"usernamereusedelay\";i:365;s:9:\"uimessage\";i:1;s:9:\"rpforumid\";i:0;s:8:\"rpuserid\";s:0:\"\";s:7:\"rpemail\";i:1;s:11:\"reqbirthday\";i:0;s:10:\"ctMaxChars\";i:25;s:13:\"ctCensorWords\";s:38:\"admin forum moderator vbulletin leader\";s:11:\"ctCensorMod\";i:1;s:18:\"minifriends_amount\";i:6;s:16:\"friends_per_page\";i:10;s:15:\"profilelastpost\";i:0;s:18:\"softlinebreakchars\";i:90;s:10:\"ignoremods\";i:0;s:16:\"allow_signatures\";i:1;s:22:\"enable_profile_styling\";i:1;s:14:\"statusMaxChars\";i:140;s:21:\"usercss_allowed_fonts\";s:446:\"arial|Arial, Helvetica, sans-serif\r\ntimes_new_roman|\'Times New Roman\', Times, serif\r\ncourier_new|\'Courier New\', Courier, monospace\r\ngeorgia|Georgia, \'Times New Roman\', Times, serif\r\nverdana|Verdana, Arial, Helvetica, sans-serif\r\ntahoma|Tahoma, Verdana, Arial, Helvetica, sans-serif\r\ngeneva|Geneva, Arial, Helvetica, sans-serif\r\ntrebuchet_ms|\'Trebuchet MS\', Arial, Helvetica, sans-serif\r\ncomic_sans_ms|\'Comic Sans MS\', Arial, Helvetica, sans-serif\";s:26:\"usercss_allowed_font_sizes\";s:107:\"xx-small|xxsmall\r\nx-small|xsmall\r\nsmall|small\r\nmedium|medium\r\nlarge|large\r\nx-large|xlarge\r\nxx-large|xxlarge\";s:29:\"usercss_allowed_border_widths\";s:32:\"small|1px\r\nmedium|2px\r\nlarge|3px\";s:23:\"usercss_allowed_padding\";s:80:\"none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px\";s:14:\"albums_perpage\";i:10;s:22:\"album_pictures_perpage\";i:25;s:20:\"profile_album_amount\";i:2;s:26:\"albums_pictures_moderation\";i:0;s:23:\"album_captionpreviewlen\";i:150;s:21:\"album_maxpicsperalbum\";i:60;s:21:\"album_recentalbumdays\";i:7;s:10:\"pc_enabled\";i:1;s:13:\"pc_moderation\";i:0;s:10:\"pc_perpage\";i:10;s:13:\"pc_maxperpage\";i:50;s:17:\"pc_allowed_bbcode\";i:1091;s:13:\"vm_maxperpage\";i:50;s:13:\"vm_moderation\";i:0;s:17:\"vm_allowed_bbcode\";i:1091;s:16:\"sg_name_maxchars\";i:100;s:17:\"social_moderation\";i:0;s:10:\"sg_perpage\";i:10;s:13:\"sg_maxperpage\";i:50;s:10:\"gm_perpage\";i:10;s:13:\"gm_maxperpage\";i:50;s:14:\"sgd_maxperpage\";i:50;s:11:\"sgd_perpage\";i:10;s:21:\"sg_allow_join_to_view\";i:0;s:26:\"groups_pictures_moderation\";i:0;s:24:\"sg_allow_owner_mod_queue\";i:0;s:32:\"sg_enable_owner_only_discussions\";s:1:\"0\";s:17:\"sg_allowed_bbcode\";i:1091;s:27:\"sg_allow_delete_empty_group\";i:1;s:25:\"sg_enablesocialgroupicons\";i:1;s:18:\"sg_newgroups_count\";i:15;s:22:\"sg_category_cloud_size\";i:40;s:13:\"avatarenabled\";i:1;s:17:\"numavatarsperpage\";i:10;s:17:\"reputationdefault\";i:10;s:19:\"reputationundefined\";s:16:\"is off the scale\";s:10:\"adminpower\";i:10;s:7:\"rdpower\";i:365;s:7:\"pcpower\";i:1000;s:7:\"kppower\";i:100;s:17:\"minreputationpost\";i:50;s:18:\"minreputationcount\";i:10;s:13:\"enablebanning\";i:1;s:5:\"banip\";s:0:\"\";s:8:\"banemail\";s:0:\"\";s:18:\"aggressiveemailban\";i:0;s:20:\"allowkeepbannedemail\";i:1;s:12:\"globalignore\";s:0:\"\";s:14:\"allowedbbcodes\";i:1023;s:12:\"codemaxlines\";i:30;s:11:\"allowbbcode\";i:1;s:12:\"allowsmilies\";i:1;s:16:\"allowbbimagecode\";i:0;s:9:\"allowhtml\";i:0;s:12:\"url_nofollow\";i:0;s:22:\"url_nofollow_whitelist\";s:0:\"\";s:19:\"bbcode_video_scrape\";i:3;s:12:\"player_wmode\";s:6:\"opaque\";s:10:\"multiquote\";s:1:\"1\";s:7:\"mqlimit\";i:0;s:12:\"postminchars\";i:10;s:12:\"postmaxchars\";i:10000;s:13:\"titlemaxchars\";i:85;s:15:\"commentminchars\";i:10;s:15:\"commentmaxchars\";i:10000;s:16:\"ignorequotechars\";i:1;s:9:\"maximages\";i:4;s:12:\"stopshouting\";i:3;s:14:\"floodchecktime\";i:30;s:20:\"editthreadtitlelimit\";i:5;s:14:\"noeditedbytime\";i:2;s:5:\"logip\";i:1;s:15:\"postedithistory\";i:1;s:18:\"postcommentthreads\";i:1;s:8:\"autosave\";i:60;s:15:\"wysiwyg_smtotal\";i:15;s:16:\"attachtotalspace\";i:0;s:14:\"attachboxcount\";i:1;s:14:\"attachurlcount\";i:1;s:14:\"allowattachdel\";i:1;s:20:\"allowclosedattachdel\";i:0;s:15:\"allowduplicates\";i:1;s:12:\"attachresize\";i:1;s:18:\"viewattachedimages\";i:1;s:12:\"attachthumbs\";i:1;s:12:\"thumbquality\";i:75;s:9:\"attachrow\";i:5;s:10:\"thumbcolor\";s:7:\"#000000\";s:15:\"lightboxenabled\";i:1;s:14:\"vbasset_enable\";i:1;s:15:\"vbasset_perpage\";i:20;s:20:\"advimagepopup_enable\";i:1;s:13:\"attachresizes\";s:93:\"a:5:{s:4:\"icon\";i:32;s:5:\"thumb\";i:121;s:5:\"small\";i:204;s:6:\"medium\";i:330;s:5:\"large\";i:0;}\";s:14:\"maxpolloptions\";i:10;s:13:\"maxpolllength\";i:100;s:14:\"updatelastpost\";i:0;s:9:\"showvotes\";i:1;s:10:\"votechange\";i:0;s:14:\"enablesearches\";i:1;s:18:\"searchqueueupdates\";i:0;s:15:\"searchfloodtime\";i:0;s:10:\"maxresults\";i:500;s:15:\"minsearchlength\";i:4;s:15:\"maxsearchlength\";i:20;s:8:\"badwords\";s:0:\"\";s:9:\"goodwords\";s:14:\"vb vbb php sql\";s:15:\"multimatchscore\";i:15;s:9:\"datescore\";i:15;s:16:\"threadtitlescore\";i:5;s:14:\"posttitlescore\";i:5;s:10:\"replyscore\";d:0.10000000000000001;s:9:\"replyfunc\";s:4:\"none\";s:9:\"viewscore\";d:0.01;s:8:\"viewfunc\";s:4:\"none\";s:9:\"ratescore\";d:0.5;s:8:\"ratefunc\";s:4:\"none\";s:13:\"threadtagging\";i:1;s:9:\"tagminlen\";i:3;s:9:\"tagmaxlen\";i:25;s:11:\"tagbadwords\";s:0:\"\";s:12:\"taggoodwords\";s:0:\"\";s:12:\"tagdelimiter\";s:0:\"\";s:13:\"tagforcelower\";i:1;s:13:\"tagcloud_tags\";i:70;s:15:\"tagcloud_levels\";i:5;s:18:\"tagcloud_cachetime\";i:30;s:21:\"tagcloud_usagehistory\";i:365;s:18:\"tagcloud_usergroup\";i:2;s:20:\"tagcloud_searchcloud\";i:1;s:22:\"tagcloud_searchhistory\";i:30;s:20:\"showforumdescription\";i:1;s:17:\"showprivateforums\";s:1:\"0\";s:15:\"lastthreadchars\";i:30;s:19:\"showmoderatorcolumn\";i:0;s:18:\"showprefixlastpost\";i:2;s:12:\"showstickies\";i:0;s:8:\"showdots\";i:1;s:11:\"linktopages\";i:1;s:12:\"maxmultipage\";i:3;s:13:\"threadpreview\";i:150;s:15:\"channeltreelife\";i:1;s:12:\"usermaxposts\";s:13:\"5,10,20,30,40\";s:11:\"showdeficon\";s:0:\"\";s:8:\"wordwrap\";i:50;s:11:\"threadvoted\";i:0;s:16:\"threadsubscribed\";i:1;s:12:\"postelements\";i:0;s:13:\"nextprevlinks\";i:0;s:20:\"showsignaturesinline\";i:0;s:13:\"schemaenabled\";i:1;s:13:\"previewLength\";i:200;s:9:\"enablepms\";i:1;s:10:\"checknewpm\";i:1;s:11:\"pmfloodtime\";i:60;s:16:\"pmthrottleperiod\";i:0;s:12:\"pmmaxperpage\";i:100;s:14:\"privallowicons\";i:1;s:15:\"privallowbbcode\";i:1;s:16:\"privallowsmilies\";i:1;s:20:\"privallowbbimagecode\";i:1;s:13:\"privallowhtml\";i:0;s:13:\"cpstylefolder\";s:19:\"vBulletin_5_Default\";s:15:\"cpstyleimageext\";s:3:\"png\";s:19:\"timeoutcontrolpanel\";i:0;s:15:\"adminquickstats\";i:0;s:18:\"cp_collapse_forums\";i:0;s:18:\"cp_usereditcolumns\";i:2;s:10:\"externaljs\";i:0;s:11:\"externalrss\";i:0;s:11:\"externalxml\";i:0;s:14:\"externalcutoff\";i:30;s:13:\"externalcache\";i:60;s:13:\"externalcount\";i:15;s:16:\"errorlogdatabase\";s:0:\"\";s:16:\"errorlogsecurity\";s:0:\"\";s:11:\"errorlogphp\";s:0:\"\";s:13:\"errorlogemail\";s:0:\"\";s:15:\"errorlogmaxsize\";i:1048576;s:17:\"disableerroremail\";i:0;s:11:\"enablehooks\";i:0;s:12:\"paymentemail\";s:0:\"\";s:16:\"vb_antispam_type\";i:0;s:15:\"vb_antispam_key\";s:0:\"\";s:19:\"vb_antispam_sfs_key\";s:0:\"\";s:27:\"vb_antispam_sfs_unavailable\";s:1:\"1\";s:18:\"vb_antispam_sfs_ip\";s:1:\"0\";s:22:\"vb_antispam_sfs_iplist\";s:0:\"\";s:21:\"vb_antispam_sfs_email\";s:1:\"0\";s:25:\"vb_antispam_sfs_emaillist\";s:0:\"\";s:24:\"vb_antispam_sfs_username\";s:1:\"0\";s:20:\"vb_antispam_sfs_days\";i:30;s:26:\"vb_antispam_sfs_confidence\";i:25;s:20:\"vb_antispam_badwords\";s:0:\"\";s:18:\"vb_antispam_maxurl\";i:9999;s:19:\"sitemap_cron_enable\";i:0;s:22:\"sitemap_cron_frequency\";i:14;s:16:\"sitemap_priority\";d:0.5;s:17:\"sitemap_se_submit\";i:31;s:12:\"sitemap_path\";s:15:\"./store_sitemap\";s:19:\"sitemap_url_perpage\";i:30000;s:9:\"enableapi\";i:0;s:12:\"enableapilog\";i:0;s:15:\"apilogpostparam\";i:0;s:18:\"mobilehomemaxitems\";i:10;s:23:\"mobilehomethreaddatecut\";i:30;s:24:\"mobilehomethreadforumids\";s:0:\"\";s:21:\"mobilehomeblogdatecut\";i:60;s:20:\"mobilehomeblogcatids\";s:0:\"\";s:21:\"mobilehomebloguserids\";s:0:\"\";s:24:\"mobilehomearticledatecut\";i:60;s:23:\"mobilehomearticlecatids\";s:0:\"\";s:27:\"mobilehomearticlesectionids\";s:0:\"\";s:17:\"blog_pagetemplate\";i:0;s:15:\"max_age_channel\";i:60;s:13:\"max_age_topic\";i:60;s:10:\"ga_enabled\";i:0;s:7:\"ga_code\";s:0:\"\";}',1),('publicoptions','a:112:{s:15:\"templateversion\";s:5:\"5.1.0\";s:11:\"headeradnum\";i:1;s:8:\"bbactive\";i:1;s:14:\"bbclosedreason\";s:147:\"<div class=\"forum-off restore\">Sorry, the board is unavailable at the moment while we are testing some functionality. We will be back soon...</div>\";s:7:\"bbtitle\";s:11:\"WakullaTalk\";s:11:\"frontendurl\";s:26:\"http://www.wakullatalk.com\";s:17:\"frontendurl_login\";s:26:\"http://www.wakullatalk.com\";s:5:\"bburl\";s:31:\"http://www.wakullatalk.com/core\";s:18:\"redirect_whitelist\";s:0:\"\";s:26:\"redirect_whitelist_disable\";i:0;s:14:\"webmasteremail\";s:25:\"webmaster@wakullatalk.com\";s:10:\"privacyurl\";s:0:\"\";s:13:\"copyrighttext\";s:0:\"\";s:11:\"companyname\";s:0:\"\";s:9:\"faxnumber\";s:0:\"\";s:7:\"address\";s:0:\"\";s:15:\"addtemplatename\";i:0;s:13:\"threadmarking\";s:1:\"2\";s:12:\"markinglimit\";i:10;s:21:\"disable_php_rendering\";i:0;s:21:\"enablefacebookconnect\";i:0;s:13:\"facebookappid\";s:0:\"\";s:20:\"facebookautoregister\";i:0;s:15:\"fbfeednewthread\";i:0;s:15:\"fbfeedpostreply\";i:0;s:15:\"fbfeedblogentry\";i:0;s:17:\"fbfeedblogcomment\";i:0;s:16:\"fbfeednewarticle\";i:0;s:20:\"fbfeedarticlecomment\";i:0;s:19:\"facebooklikethreads\";i:0;s:23:\"facebooklikeblogentries\";i:0;s:23:\"facebooklikecmsarticles\";i:0;s:22:\"fb_userfield_biography\";s:6:\"field1\";s:21:\"fb_userfield_location\";s:6:\"field2\";s:22:\"fb_userfield_interests\";s:6:\"field3\";s:23:\"fb_userfield_occupation\";s:6:\"field4\";s:7:\"hvcheck\";i:27;s:8:\"yestoday\";i:1;s:10:\"timeoffset\";i:0;s:8:\"dstonoff\";i:0;s:10:\"dateformat\";s:5:\"m-d-Y\";s:10:\"timeformat\";s:5:\"h:i A\";s:20:\"registereddateformat\";s:3:\"M Y\";s:10:\"calformat1\";s:6:\"F j, Y\";s:10:\"calformat2\";s:3:\"F j\";s:10:\"cookiepath\";s:1:\"/\";s:12:\"cookiedomain\";s:0:\"\";s:14:\"nocacheheaders\";i:0;s:12:\"remotejquery\";i:1;s:17:\"customjquery_path\";s:0:\"\";s:7:\"crontab\";i:1;s:6:\"cdnurl\";s:0:\"\";s:10:\"languageid\";i:1;s:7:\"styleid\";i:1;s:11:\"cleargifurl\";s:9:\"clear.gif\";s:14:\"storecssasfile\";i:0;s:15:\"cssfilelocation\";s:0:\"\";s:24:\"cache_templates_as_files\";i:0;s:19:\"template_cache_path\";s:14:\"cache/template\";s:12:\"enablecensor\";i:1;s:10:\"censorchar\";s:1:\"*\";s:11:\"censorwords\";s:0:\"\";s:15:\"blankasciistrip\";s:31:\"160 173 u8205 u8204 u8237 u8238\";s:21:\"def_cms_previewlength\";i:500;s:19:\"cmspreviewimagesize\";s:5:\"thumb\";s:8:\"usecoppa\";i:0;s:10:\"checkcoppa\";i:1;s:17:\"regrequirepaidsub\";i:0;s:18:\"moderatenewmembers\";i:0;s:11:\"verifyemail\";i:0;s:13:\"minuserlength\";i:3;s:13:\"maxuserlength\";i:25;s:13:\"usernameregex\";s:0:\"\";s:9:\"uimessage\";i:1;s:11:\"reqbirthday\";i:0;s:10:\"ctMaxChars\";i:25;s:16:\"allow_signatures\";i:1;s:22:\"enable_profile_styling\";i:1;s:14:\"statusMaxChars\";i:140;s:13:\"avatarenabled\";i:1;s:12:\"codemaxlines\";i:30;s:12:\"player_wmode\";s:6:\"opaque\";s:10:\"multiquote\";s:1:\"1\";s:7:\"mqlimit\";i:0;s:12:\"postminchars\";i:10;s:13:\"titlemaxchars\";i:85;s:15:\"commentminchars\";i:10;s:15:\"commentmaxchars\";i:10000;s:16:\"ignorequotechars\";i:1;s:9:\"maximages\";i:4;s:15:\"postedithistory\";i:1;s:8:\"autosave\";i:60;s:15:\"wysiwyg_smtotal\";i:15;s:13:\"attachresizes\";s:93:\"a:5:{s:4:\"icon\";i:32;s:5:\"thumb\";i:121;s:5:\"small\";i:204;s:6:\"medium\";i:330;s:5:\"large\";i:0;}\";s:14:\"maxpolloptions\";i:10;s:13:\"maxpolllength\";i:100;s:9:\"tagminlen\";i:3;s:9:\"tagmaxlen\";i:25;s:13:\"tagforcelower\";i:1;s:15:\"lastthreadchars\";i:30;s:12:\"showstickies\";i:0;s:13:\"threadpreview\";i:150;s:20:\"showsignaturesinline\";i:0;s:13:\"schemaenabled\";i:1;s:9:\"enablepms\";i:1;s:10:\"checknewpm\";i:1;s:11:\"externalrss\";i:0;s:16:\"vb_antispam_type\";i:0;s:15:\"max_age_channel\";i:60;s:13:\"max_age_topic\";i:60;s:10:\"ga_enabled\";i:0;s:7:\"ga_code\";s:0:\"\";}',1),('miscoptions','a:6:{s:11:\"optionsdate\";i:1399998592;s:10:\"phrasedate\";i:1399996485;s:7:\"tmtdate\";i:1399996486;s:7:\"cssdate\";i:1399996486;s:6:\"dsdate\";i:1399996485;s:6:\"tmdate\";i:1399996485;}',1),('attachmentcache','a:11:{s:3:\"bmp\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"doc\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"gif\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpe\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:4:\"jpeg\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"jpg\";a:4:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"pdf\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"png\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}}}s:3:\"psd\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"txt\";a:4:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}s:3:\"zip\";a:4:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:12:\"contenttypes\";a:3:{i:1;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:1;}i:7;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}i:8;a:2:{s:1:\"n\";i:0;s:1:\"e\";i:0;}}}}',1),('products','a:1:{s:9:\"vbulletin\";s:1:\"1\";}',1),('profilefield','a:3:{s:6:\"hidden\";s:0:\"\";s:8:\"required\";a:0:{}s:3:\"all\";a:4:{i:0;a:20:{s:22:\"profilefieldcategoryid\";s:1:\"0\";s:8:\"location\";N;s:14:\"profilefieldid\";s:1:\"1\";s:8:\"required\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"maxlength\";s:5:\"16384\";s:4:\"size\";s:2:\"50\";s:12:\"displayorder\";s:1:\"1\";s:8:\"editable\";s:1:\"1\";s:4:\"type\";s:8:\"textarea\";s:4:\"data\";s:0:\"\";s:6:\"height\";s:1:\"0\";s:3:\"def\";s:1:\"0\";s:8:\"optional\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:10:\"memberlist\";s:1:\"1\";s:5:\"regex\";s:0:\"\";s:4:\"form\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:7:\"perline\";s:1:\"0\";}i:1;a:20:{s:22:\"profilefieldcategoryid\";s:1:\"0\";s:8:\"location\";N;s:14:\"profilefieldid\";s:1:\"2\";s:8:\"required\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"maxlength\";s:3:\"100\";s:4:\"size\";s:2:\"25\";s:12:\"displayorder\";s:1:\"2\";s:8:\"editable\";s:1:\"1\";s:4:\"type\";s:5:\"input\";s:4:\"data\";s:0:\"\";s:6:\"height\";s:1:\"0\";s:3:\"def\";s:1:\"0\";s:8:\"optional\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:10:\"memberlist\";s:1:\"1\";s:5:\"regex\";s:0:\"\";s:4:\"form\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:7:\"perline\";s:1:\"0\";}i:2;a:20:{s:22:\"profilefieldcategoryid\";s:1:\"0\";s:8:\"location\";N;s:14:\"profilefieldid\";s:1:\"3\";s:8:\"required\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"maxlength\";s:3:\"100\";s:4:\"size\";s:2:\"25\";s:12:\"displayorder\";s:1:\"3\";s:8:\"editable\";s:1:\"1\";s:4:\"type\";s:5:\"input\";s:4:\"data\";s:0:\"\";s:6:\"height\";s:1:\"0\";s:3:\"def\";s:1:\"0\";s:8:\"optional\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:10:\"memberlist\";s:1:\"1\";s:5:\"regex\";s:0:\"\";s:4:\"form\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:7:\"perline\";s:1:\"0\";}i:3;a:20:{s:22:\"profilefieldcategoryid\";s:1:\"0\";s:8:\"location\";N;s:14:\"profilefieldid\";s:1:\"4\";s:8:\"required\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"maxlength\";s:3:\"100\";s:4:\"size\";s:2:\"25\";s:12:\"displayorder\";s:1:\"4\";s:8:\"editable\";s:1:\"1\";s:4:\"type\";s:5:\"input\";s:4:\"data\";s:0:\"\";s:6:\"height\";s:1:\"0\";s:3:\"def\";s:1:\"0\";s:8:\"optional\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:10:\"memberlist\";s:1:\"1\";s:5:\"regex\";s:0:\"\";s:4:\"form\";s:1:\"0\";s:4:\"html\";s:1:\"0\";s:7:\"perline\";s:1:\"0\";}}}',1),('bitfields','a:2:{s:3:\"ugp\";a:15:{s:16:\"forumpermissions\";a:27:{s:7:\"canview\";i:1;s:14:\"canviewthreads\";i:524288;s:13:\"canviewothers\";i:2;s:9:\"cansearch\";i:4;s:8:\"canemail\";i:8;s:10:\"canpostnew\";i:16;s:8:\"canreply\";i:32;s:11:\"caneditpost\";i:128;s:13:\"candeletepost\";i:256;s:15:\"candeletethread\";i:512;s:12:\"canopenclose\";i:1024;s:7:\"canmove\";i:2048;s:16:\"cangetattachment\";i:4096;s:17:\"canpostattachment\";i:8192;s:11:\"canpostpoll\";i:16384;s:7:\"canvote\";i:32768;s:13:\"canthreadrate\";i:65536;s:21:\"followforummoderation\";i:131072;s:15:\"canseedelnotice\";i:262144;s:9:\"cantagown\";i:1048576;s:12:\"cantagothers\";i:2097152;s:15:\"candeletetagown\";i:4194304;s:16:\"canseethumbnails\";i:8388608;s:13:\"cancreateblog\";i:134217728;s:7:\"canjoin\";i:268435456;s:20:\"canuploadchannelicon\";i:536870912;s:22:\"cananimatedchannelicon\";i:1073741824;}s:17:\"forumpermissions2\";a:12:{s:13:\"canalwaysview\";i:1;s:13:\"canalwayspost\";i:2;s:16:\"canalwayspostnew\";i:4;s:16:\"canconfigchannel\";i:8;s:10:\"canusehtml\";i:16;s:10:\"canpublish\";i:32;s:20:\"canmanageownchannels\";i:64;s:19:\"exemptfromspamcheck\";i:128;s:16:\"candeletechannel\";i:256;s:10:\"cancomment\";i:512;s:13:\"caneditothers\";i:1024;s:15:\"candeleteothers\";i:2048;}s:13:\"pmpermissions\";a:3:{s:10:\"cantrackpm\";i:1;s:17:\"candenypmreceipts\";i:2;s:14:\"canignorequota\";i:4;}s:19:\"calendarpermissions\";a:6:{s:15:\"canviewcalendar\";i:1;s:12:\"canpostevent\";i:2;s:12:\"caneditevent\";i:4;s:14:\"candeleteevent\";i:8;s:18:\"canviewothersevent\";i:16;s:14:\"isnotmoderated\";i:32;}s:14:\"wolpermissions\";a:5:{s:13:\"canwhosonline\";i:1;s:15:\"canwhosonlineip\";i:2;s:17:\"canwhosonlinefull\";i:4;s:16:\"canwhosonlinebad\";i:8;s:21:\"canwhosonlinelocation\";i:16;}s:16:\"adminpermissions\";a:27:{s:11:\"ismoderator\";i:1;s:15:\"cancontrolpanel\";i:2;s:16:\"canadminsettings\";i:4;s:14:\"canadminstyles\";i:8;s:17:\"canadminlanguages\";i:16;s:14:\"canadminforums\";i:32;s:15:\"canadminthreads\";i:64;s:13:\"canadminusers\";i:256;s:19:\"canadminpermissions\";i:512;s:11:\"canadminfaq\";i:1024;s:14:\"canadminimages\";i:2048;s:15:\"canadminbbcodes\";i:4096;s:12:\"canadmincron\";i:8192;s:16:\"canadminmaintain\";i:16384;s:16:\"canadminproducts\";i:65536;s:15:\"canadminnotices\";i:131072;s:14:\"canadminmodlog\";i:262144;s:10:\"cansitemap\";i:524288;s:11:\"canadminads\";i:1048576;s:12:\"canadmintags\";i:2097152;s:20:\"cansetdefaultprofile\";i:8388608;s:17:\"canusesitebuilder\";i:16777216;s:17:\"canadmintemplates\";i:33554432;s:19:\"canadminsettingsall\";i:67108864;s:18:\"cansetserverconfig\";i:134217728;s:20:\"canuseallmaintenance\";i:268435456;s:11:\"canadmincms\";i:536870912;}s:18:\"genericpermissions\";a:31:{s:14:\"canviewmembers\";i:1;s:16:\"canmodifyprofile\";i:2;s:12:\"caninvisible\";i:4;s:22:\"canviewothersusernotes\";i:8;s:21:\"canmanageownusernotes\";i:16;s:12:\"canseehidden\";i:32;s:14:\"canbeusernoted\";i:64;s:13:\"canprofilepic\";i:128;s:20:\"cananimateprofilepic\";i:134217728;s:12:\"canuseavatar\";i:512;s:16:\"cananimateavatar\";i:67108864;s:15:\"canusesignature\";i:1024;s:17:\"canusecustomtitle\";i:2048;s:16:\"canseeprofilepic\";i:4096;s:19:\"canviewownusernotes\";i:8192;s:24:\"canmanageothersusernotes\";i:16384;s:19:\"canpostownusernotes\";i:32768;s:22:\"canpostothersusernotes\";i:65536;s:19:\"caneditownusernotes\";i:131072;s:24:\"canseehiddencustomfields\";i:262144;s:14:\"canseewholiked\";i:256;s:9:\"canuserep\";i:524288;s:10:\"canhiderep\";i:1048576;s:14:\"cannegativerep\";i:2097152;s:17:\"cangiveinfraction\";i:4194304;s:16:\"canseeinfraction\";i:8388608;s:20:\"cangivearbinfraction\";i:536870912;s:20:\"canreverseinfraction\";i:16777216;s:16:\"cansearchft_bool\";i:33554432;s:14:\"canemailmember\";i:268435456;s:12:\"cancreatetag\";i:1073741824;}s:19:\"genericpermissions2\";a:1:{s:13:\"canusefriends\";i:1;}s:16:\"albumpermissions\";a:8:{s:8:\"canalbum\";i:1;s:12:\"canviewalbum\";i:2;s:28:\"picturefollowforummoderation\";i:128;s:13:\"canpiccomment\";i:4;s:20:\"caneditownpiccomment\";i:8;s:22:\"candeleteownpiccomment\";i:16;s:19:\"canmanagepiccomment\";i:32;s:28:\"commentfollowforummoderation\";i:64;}s:18:\"usercsspermissions\";a:7:{s:17:\"caneditfontfamily\";i:1;s:15:\"caneditfontsize\";i:2;s:13:\"caneditcolors\";i:4;s:14:\"caneditbgimage\";i:8;s:14:\"caneditborders\";i:16;s:14:\"caneditprivacy\";i:32;s:12:\"cancustomize\";i:128;}s:14:\"genericoptions\";a:7:{s:9:\"showgroup\";i:1;s:12:\"showbirthday\";i:2;s:14:\"showmemberlist\";i:4;s:12:\"showeditedby\";i:8;s:17:\"allowmembergroups\";i:16;s:16:\"isnotbannedgroup\";i:32;s:14:\"requirehvcheck\";i:64;}s:20:\"signaturepermissions\";a:17:{s:9:\"canbbcode\";i:131072;s:14:\"canbbcodebasic\";i:1;s:14:\"canbbcodecolor\";i:2;s:13:\"canbbcodesize\";i:4;s:13:\"canbbcodefont\";i:8;s:14:\"canbbcodealign\";i:16;s:13:\"canbbcodelist\";i:32;s:13:\"canbbcodelink\";i:64;s:13:\"canbbcodecode\";i:128;s:12:\"canbbcodephp\";i:256;s:13:\"canbbcodehtml\";i:512;s:14:\"canbbcodequote\";i:1024;s:8:\"allowimg\";i:2048;s:12:\"allowsmilies\";i:4096;s:9:\"allowhtml\";i:8192;s:9:\"cansigpic\";i:32768;s:16:\"cananimatesigpic\";i:65536;}s:25:\"visitormessagepermissions\";a:6:{s:20:\"canmessageownprofile\";i:1;s:23:\"canmessageothersprofile\";i:2;s:18:\"caneditownmessages\";i:4;s:20:\"candeleteownmessages\";i:8;s:19:\"canmanageownprofile\";i:32;s:21:\"followforummoderation\";i:16;}s:22:\"socialgrouppermissions\";a:18:{s:13:\"canjoingroups\";i:1;s:15:\"cancreategroups\";i:2;s:18:\"canmanageowngroups\";i:256;s:16:\"caneditowngroups\";i:4;s:18:\"candeleteowngroups\";i:8;s:13:\"canviewgroups\";i:16;s:14:\"canpostmessage\";i:512;s:20:\"canalwayspostmessage\";i:128;s:17:\"canmanagemessages\";i:32;s:19:\"cancreatediscussion\";i:1024;s:25:\"canalwayscreatediscussion\";i:2048;s:18:\"canlimitdiscussion\";i:4096;s:20:\"canmanagediscussions\";i:8192;s:21:\"followforummoderation\";i:64;s:18:\"canuploadgroupicon\";i:16384;s:19:\"cananimategroupicon\";i:32768;s:9:\"canupload\";i:65536;s:26:\"groupfollowforummoderation\";i:131072;}s:17:\"createpermissions\";a:11:{s:15:\"vbforum_channel\";i:1;s:12:\"vbforum_text\";i:2;s:14:\"vbforum_report\";i:4;s:16:\"vbforum_calendar\";i:2048;s:15:\"vbforum_gallery\";i:4096;s:12:\"vbforum_poll\";i:8192;s:14:\"vbforum_attach\";i:16384;s:13:\"vbforum_photo\";i:32768;s:22:\"vbforum_privatemessage\";i:65536;s:13:\"vbforum_video\";i:131072;s:12:\"vbforum_link\";i:262144;}}s:4:\"misc\";a:16:{s:8:\"intperms\";a:24:{s:11:\"attachlimit\";i:1;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:1;s:18:\"pmthrottlequantity\";i:1;s:18:\"profilepicmaxwidth\";i:1;s:19:\"profilepicmaxheight\";i:1;s:17:\"profilepicmaxsize\";i:1;s:14:\"avatarmaxwidth\";i:1;s:15:\"avatarmaxheight\";i:1;s:13:\"avatarmaxsize\";i:1;s:16:\"albumpicmaxwidth\";i:1;s:17:\"albumpicmaxheight\";i:1;s:12:\"albummaxpics\";i:1;s:12:\"albummaxsize\";i:1;s:14:\"sigmaxrawchars\";i:1;s:11:\"sigmaxchars\";i:1;s:11:\"sigmaxlines\";i:1;s:16:\"sigmaxsizebbcode\";i:1;s:12:\"sigmaximages\";i:1;s:14:\"sigpicmaxwidth\";i:1;s:15:\"sigpicmaxheight\";i:1;s:13:\"sigpicmaxsize\";i:1;s:19:\"maximumsocialgroups\";i:1;s:16:\"groupiconmaxsize\";i:1;}s:13:\"bbcodeoptions\";a:5:{s:11:\"strip_empty\";i:1;s:10:\"stop_parse\";i:2;s:15:\"disable_smilies\";i:4;s:16:\"disable_wordwrap\";i:8;s:21:\"disable_urlconversion\";i:16;}s:23:\"calmoderatorpermissions\";a:5:{s:13:\"caneditevents\";i:1;s:15:\"candeleteevents\";i:2;s:17:\"canmoderateevents\";i:4;s:10:\"canviewips\";i:8;s:13:\"canmoveevents\";i:16;}s:20:\"moderatorpermissions\";a:26:{s:12:\"caneditposts\";i:1;s:14:\"candeleteposts\";i:2;s:12:\"canopenclose\";i:4;s:14:\"caneditthreads\";i:8;s:16:\"canmanagethreads\";i:16;s:11:\"canannounce\";i:32;s:16:\"canmoderateposts\";i:64;s:22:\"canmoderateattachments\";i:128;s:11:\"canmassmove\";i:256;s:12:\"canmassprune\";i:512;s:10:\"canviewips\";i:1024;s:14:\"canviewprofile\";i:2048;s:11:\"canbanusers\";i:4096;s:13:\"canunbanusers\";i:8192;s:14:\"newthreademail\";i:16384;s:12:\"newpostemail\";i:32768;s:14:\"cansetpassword\";i:65536;s:14:\"canremoveposts\";i:131072;s:11:\"caneditsigs\";i:262144;s:13:\"caneditavatar\";i:524288;s:11:\"caneditpoll\";i:1048576;s:17:\"caneditprofilepic\";i:2097152;s:17:\"caneditreputation\";i:4194304;s:14:\"cansetfeatured\";i:8388608;s:15:\"canmoderatetags\";i:16777216;s:12:\"canaddowners\";i:33554432;}s:21:\"moderatorpermissions2\";a:25:{s:22:\"caneditvisitormessages\";i:1;s:24:\"candeletevisitormessages\";i:2;s:24:\"canremovevisitormessages\";i:4;s:26:\"canmoderatevisitormessages\";i:8;s:19:\"caneditalbumpicture\";i:16;s:21:\"candeletealbumpicture\";i:32;s:19:\"caneditsocialgroups\";i:64;s:21:\"candeletesocialgroups\";i:128;s:20:\"caneditgroupmessages\";i:256;s:22:\"candeletegroupmessages\";i:512;s:22:\"canremovegroupmessages\";i:1024;s:24:\"canmoderategroupmessages\";i:2048;s:26:\"canmoderatepicturecomments\";i:4096;s:24:\"candeletepicturecomments\";i:8192;s:24:\"canremovepicturecomments\";i:16384;s:22:\"caneditpicturecomments\";i:32768;s:19:\"canmoderatepictures\";i:65536;s:18:\"caneditdiscussions\";i:131072;s:20:\"candeletediscussions\";i:262144;s:20:\"canremovediscussions\";i:524288;s:22:\"canmoderatediscussions\";i:1048576;s:23:\"cantransfersocialgroups\";i:2097152;s:19:\"caneditgrouppicture\";i:4194304;s:21:\"candeletegrouppicture\";i:8388608;s:23:\"canmoderategrouppicture\";i:16777216;}s:15:\"languageoptions\";a:2:{s:9:\"direction\";i:1;s:7:\"dirmark\";i:2;}s:12:\"adminoptions\";a:2:{s:11:\"adminavatar\";i:1;s:15:\"adminprofilepic\";i:2;}s:11:\"useroptions\";a:25:{s:14:\"showsignatures\";i:1;s:11:\"showavatars\";i:2;s:10:\"showimages\";i:4;s:9:\"coppauser\";i:8;s:10:\"adminemail\";i:16;s:9:\"showvcard\";i:32;s:7:\"dstauto\";i:64;s:8:\"dstonoff\";i:128;s:9:\"showemail\";i:256;s:9:\"invisible\";i:512;s:14:\"showreputation\";i:1024;s:9:\"receivepm\";i:2048;s:9:\"emailonpm\";i:4096;s:13:\"hasaccessmask\";i:8192;s:14:\"vbasset_enable\";i:16384;s:9:\"postorder\";i:32768;s:16:\"receivepmbuddies\";i:131072;s:17:\"noactivationmails\";i:262144;s:12:\"pmboxwarning\";i:524288;s:11:\"showusercss\";i:1048576;s:25:\"receivefriendemailrequest\";i:2097152;s:9:\"vm_enable\";i:8388608;s:14:\"vm_contactonly\";i:16777216;s:17:\"pmdefaultsavecopy\";i:33554432;s:17:\"moderatefollowers\";i:67108864;}s:23:\"usernotificationoptions\";a:26:{s:10:\"general_pm\";i:1;s:18:\"general_followsyou\";i:2;s:21:\"general_followrequest\";i:4;s:10:\"general_vm\";i:8;s:17:\"general_voteconvs\";i:16;s:19:\"general_votereplies\";i:32;s:22:\"general_changesiteperm\";i:64;s:14:\"discussions_on\";i:128;s:16:\"discussion_after\";i:256;s:18:\"discussion_comment\";i:512;s:9:\"photos_on\";i:1024;s:12:\"photos_after\";i:2048;s:14:\"photos_comment\";i:4096;s:9:\"videos_on\";i:8192;s:12:\"videos_after\";i:16384;s:14:\"videos_comment\";i:32768;s:8:\"links_on\";i:131072;s:11:\"links_after\";i:262144;s:13:\"links_comment\";i:524288;s:8:\"polls_on\";i:1048576;s:11:\"polls_after\";i:2097152;s:13:\"polls_comment\";i:8388608;s:15:\"mixedcontent_on\";i:16777216;s:18:\"mixedcontent_after\";i:33554432;s:20:\"mixedcontent_comment\";i:67108864;s:17:\"general_likespost\";i:134217728;}s:12:\"forumoptions\";a:19:{s:6:\"active\";i:1;s:12:\"allowposting\";i:2;s:17:\"cancontainthreads\";i:4;s:15:\"moderatenewpost\";i:8;s:17:\"moderatenewthread\";i:16;s:14:\"moderateattach\";i:32;s:11:\"allowbbcode\";i:64;s:11:\"allowimages\";i:128;s:9:\"allowhtml\";i:256;s:12:\"allowsmilies\";i:512;s:10:\"allowicons\";i:1024;s:12:\"allowratings\";i:2048;s:10:\"countposts\";i:4096;s:15:\"canhavepassword\";i:8192;s:10:\"indexposts\";i:16384;s:13:\"styleoverride\";i:32768;s:15:\"showonforumjump\";i:65536;s:14:\"prefixrequired\";i:131072;s:15:\"moderatepublish\";i:4194304;}s:10:\"regoptions\";a:29:{s:10:\"adminemail\";i:1;s:13:\"invisiblemode\";i:2;s:12:\"receiveemail\";i:4;s:8:\"enablepm\";i:8;s:9:\"emailonpm\";i:16;s:7:\"pmpopup\";i:32;s:11:\"vbcode_none\";i:64;s:15:\"vbcode_standard\";i:128;s:15:\"vbcode_enhanced\";i:256;s:14:\"subscribe_none\";i:512;s:18:\"subscribe_nonotify\";i:1024;s:17:\"subscribe_instant\";i:2048;s:15:\"subscribe_daily\";i:4096;s:16:\"subscribe_weekly\";i:8192;s:5:\"vcard\";i:16384;s:9:\"signature\";i:32768;s:6:\"avatar\";i:65536;s:5:\"image\";i:131072;s:20:\"thread_linear_oldest\";i:262144;s:20:\"thread_linear_newest\";i:524288;s:15:\"thread_threaded\";i:1048576;s:13:\"thread_hybrid\";i:2097152;s:14:\"showreputation\";i:4194304;s:9:\"vm_enable\";i:8388608;s:14:\"vm_contactonly\";i:16777216;s:17:\"pmdefaultsavecopy\";i:33554432;s:14:\"vbasset_enable\";i:67108864;s:17:\"moderatefollowers\";i:134217728;s:13:\"thread_stream\";i:268435456;}s:19:\"announcementoptions\";a:5:{s:11:\"allowbbcode\";i:1;s:9:\"allowhtml\";i:2;s:12:\"allowsmilies\";i:4;s:8:\"parseurl\";i:8;s:9:\"signature\";i:16;}s:11:\"feedoptions\";a:11:{s:7:\"enabled\";i:1;s:10:\"searchboth\";i:2;s:11:\"stickthread\";i:8;s:13:\"unstickthread\";i:16;s:11:\"closethread\";i:32;s:12:\"allowsmilies\";i:64;s:13:\"showsignature\";i:128;s:9:\"allowhtml\";i:256;s:14:\"moderatethread\";i:512;s:11:\"html2bbcode\";i:1024;s:8:\"matchall\";i:2048;}s:18:\"socialgroupoptions\";a:5:{s:15:\"owner_mod_queue\";i:1;s:12:\"join_to_view\";i:2;s:21:\"enable_group_messages\";i:4;s:19:\"enable_group_albums\";i:8;s:22:\"only_owner_discussions\";i:16;}s:13:\"prefixoptions\";a:1:{s:15:\"deny_by_default\";i:1;}s:7:\"hvcheck\";a:5:{s:8:\"register\";i:1;s:4:\"post\";i:2;s:6:\"search\";i:4;s:9:\"contactus\";i:8;s:6:\"lostpw\";i:16;}}}',1),('pwschemes','a:2:{s:11:\"blowfish:10\";a:1:{s:8:\"priority\";s:2:\"10\";}s:6:\"legacy\";a:1:{s:8:\"priority\";s:1:\"1\";}}',1),('smiliecache','a:11:{i:10;a:7:{s:8:\"smilieid\";s:2:\"10\";s:5:\"title\";s:8:\"Confused\";s:10:\"smilietext\";s:10:\":confused:\";s:10:\"smiliepath\";s:27:\"images/smilies/confused.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:2:\"10\";}i:7;a:7:{s:8:\"smilieid\";s:1:\"7\";s:5:\"title\";s:21:\"Roll Eyes (Sarcastic)\";s:10:\"smilietext\";s:10:\":rolleyes:\";s:10:\"smiliepath\";s:27:\"images/smilies/rolleyes.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"3\";s:9:\"smilielen\";s:2:\"10\";}i:6;a:7:{s:8:\"smilieid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:10:\"smilietext\";s:6:\":cool:\";s:10:\"smiliepath\";s:23:\"images/smilies/cool.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"5\";s:9:\"smilielen\";s:1:\"6\";}i:9;a:7:{s:8:\"smilieid\";s:1:\"9\";s:5:\"title\";s:4:\"EEK!\";s:10:\"smilietext\";s:5:\":eek:\";s:10:\"smiliepath\";s:22:\"images/smilies/eek.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"7\";s:9:\"smilielen\";s:1:\"5\";}i:8;a:7:{s:8:\"smilieid\";s:1:\"8\";s:5:\"title\";s:3:\"Mad\";s:10:\"smilietext\";s:5:\":mad:\";s:10:\"smiliepath\";s:22:\"images/smilies/mad.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"5\";}i:1;a:7:{s:8:\"smilieid\";s:1:\"1\";s:5:\"title\";s:5:\"Smile\";s:10:\"smilietext\";s:2:\":)\";s:10:\"smiliepath\";s:24:\"images/smilies/smile.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:5;a:7:{s:8:\"smilieid\";s:1:\"5\";s:5:\"title\";s:16:\"Stick Out Tongue\";s:10:\"smilietext\";s:2:\":p\";s:10:\"smiliepath\";s:25:\"images/smilies/tongue.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:4;a:7:{s:8:\"smilieid\";s:1:\"4\";s:5:\"title\";s:4:\"Wink\";s:10:\"smilietext\";s:2:\";)\";s:10:\"smiliepath\";s:23:\"images/smilies/wink.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:3;a:7:{s:8:\"smilieid\";s:1:\"3\";s:5:\"title\";s:8:\"Big Grin\";s:10:\"smilietext\";s:2:\":D\";s:10:\"smiliepath\";s:26:\"images/smilies/biggrin.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:2;a:7:{s:8:\"smilieid\";s:1:\"2\";s:5:\"title\";s:13:\"Embarrassment\";s:10:\"smilietext\";s:2:\":o\";s:10:\"smiliepath\";s:26:\"images/smilies/redface.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:11;a:7:{s:8:\"smilieid\";s:2:\"11\";s:5:\"title\";s:5:\"Frown\";s:10:\"smilietext\";s:2:\":(\";s:10:\"smiliepath\";s:24:\"images/smilies/frown.png\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}}',1),('iconcache','a:14:{i:1;a:5:{s:6:\"iconid\";s:1:\"1\";s:5:\"title\";s:4:\"Post\";s:8:\"iconpath\";s:22:\"images/icons/icon1.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:13;a:5:{s:6:\"iconid\";s:2:\"13\";s:5:\"title\";s:9:\"Thumbs up\";s:8:\"iconpath\";s:23:\"images/icons/icon13.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:12;a:5:{s:6:\"iconid\";s:2:\"12\";s:5:\"title\";s:4:\"Wink\";s:8:\"iconpath\";s:23:\"images/icons/icon12.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:11;a:5:{s:6:\"iconid\";s:2:\"11\";s:5:\"title\";s:8:\"Red face\";s:8:\"iconpath\";s:23:\"images/icons/icon11.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:10;a:5:{s:6:\"iconid\";s:2:\"10\";s:5:\"title\";s:7:\"Talking\";s:8:\"iconpath\";s:23:\"images/icons/icon10.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:9;a:5:{s:6:\"iconid\";s:1:\"9\";s:5:\"title\";s:7:\"Unhappy\";s:8:\"iconpath\";s:22:\"images/icons/icon9.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:8;a:5:{s:6:\"iconid\";s:1:\"8\";s:5:\"title\";s:5:\"Angry\";s:8:\"iconpath\";s:22:\"images/icons/icon8.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:7;a:5:{s:6:\"iconid\";s:1:\"7\";s:5:\"title\";s:5:\"Smile\";s:8:\"iconpath\";s:22:\"images/icons/icon7.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:6;a:5:{s:6:\"iconid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:8:\"iconpath\";s:22:\"images/icons/icon6.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:5;a:5:{s:6:\"iconid\";s:1:\"5\";s:5:\"title\";s:8:\"Question\";s:8:\"iconpath\";s:22:\"images/icons/icon5.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:4;a:5:{s:6:\"iconid\";s:1:\"4\";s:5:\"title\";s:11:\"Exclamation\";s:8:\"iconpath\";s:22:\"images/icons/icon4.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:3;a:5:{s:6:\"iconid\";s:1:\"3\";s:5:\"title\";s:9:\"Lightbulb\";s:8:\"iconpath\";s:22:\"images/icons/icon3.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:2;a:5:{s:6:\"iconid\";s:1:\"2\";s:5:\"title\";s:5:\"Arrow\";s:8:\"iconpath\";s:22:\"images/icons/icon2.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:14;a:5:{s:6:\"iconid\";s:2:\"14\";s:5:\"title\";s:0:\"\";s:8:\"iconpath\";s:23:\"images/icons/icon14.png\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}}',1),('bbcodecache','a:0:{}',1),('userstats','a:4:{s:13:\"numbermembers\";s:1:\"2\";s:13:\"activemembers\";i:0;s:11:\"newusername\";s:13:\"Administrator\";s:9:\"newuserid\";s:1:\"2\";}',1),('vBUgChannelPermissionsFrom','a:13:{i:6;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:8;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;s:1:\"1\";i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:11;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:10;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:9;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:12;a:14:{i:1;b:0;i:2;b:0;i:3;b:0;i:6;b:0;i:8;b:0;i:14;i:14;i:4;b:0;i:9;b:0;i:12;b:0;i:5;b:0;i:10;b:0;i:7;b:0;i:11;b:0;i:13;b:0;}i:13;a:14:{i:1;b:0;i:2;b:0;i:3;b:0;i:6;b:0;i:8;b:0;i:14;i:14;i:4;b:0;i:9;b:0;i:12;b:0;i:5;b:0;i:10;b:0;i:7;b:0;i:11;b:0;i:13;b:0;}i:7;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:2;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:5;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:1;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;s:1:\"1\";i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:3;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}i:4;a:14:{i:1;i:1;i:2;s:1:\"1\";i:3;s:1:\"1\";i:6;s:1:\"5\";i:8;s:1:\"1\";i:14;i:14;i:4;i:4;i:9;s:1:\"1\";i:12;i:12;i:5;i:5;i:10;s:1:\"1\";i:7;s:1:\"1\";i:11;i:11;i:13;s:1:\"1\";}}',1),('vBUgChannelAccess','a:13:{i:6;a:8:{s:7:\"canview\";a:0:{}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:10:\"canpublish\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:11:\"canmoderate\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}}i:8;a:7:{s:7:\"canview\";a:0:{}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:11;a:7:{s:7:\"canview\";a:12:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:5;i:5;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:10;a:8:{s:7:\"canview\";a:0:{}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}s:11:\"canmoderate\";a:12:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:5;i:5;i:10;i:10;i:7;i:7;i:13;i:13;}}i:9;a:8:{s:7:\"canview\";a:0:{}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}s:11:\"canmoderate\";a:12:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:5;i:5;i:10;i:10;i:7;i:7;i:13;i:13;}}i:12;a:7:{s:7:\"canview\";a:1:{i:14;i:14;}s:13:\"canalwaysview\";a:1:{i:14;i:14;}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:1:{i:14;i:14;}s:10:\"canpublish\";a:0:{}}i:13;a:7:{s:7:\"canview\";a:1:{i:14;i:14;}s:13:\"canalwaysview\";a:1:{i:14;i:14;}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:1:{i:14;i:14;}s:10:\"canpublish\";a:1:{i:14;i:14;}}i:7;a:7:{s:7:\"canview\";a:12:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:5;i:5;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:2;a:7:{s:7:\"canview\";a:12:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:5;i:5;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:5;a:8:{s:7:\"canview\";a:0:{}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:10:\"canpublish\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}s:11:\"canmoderate\";a:14:{i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:6;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:12;i:12;i:5;i:5;i:10;i:10;i:7;i:7;i:11;i:11;i:13;i:13;}}i:1;a:7:{s:7:\"canview\";a:10:{i:1;i:1;i:2;i:2;i:3;i:3;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:3;a:7:{s:7:\"canview\";a:10:{i:1;i:1;i:2;i:2;i:3;i:3;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}i:4;a:7:{s:7:\"canview\";a:10:{i:1;i:1;i:2;i:2;i:3;i:3;i:8;i:8;i:14;i:14;i:4;i:4;i:9;i:9;i:10;i:10;i:7;i:7;i:13;i:13;}s:13:\"canalwaysview\";a:0:{}s:9:\"canaccess\";a:0:{}s:8:\"selfonly\";a:0:{}s:11:\"starteronly\";a:0:{}s:15:\"canseedelnotice\";a:0:{}s:10:\"canpublish\";a:0:{}}}',1),('usergroupcache','a:13:{i:6;a:48:{s:11:\"usergroupid\";i:6;s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:13:\"Administrator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:360;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:2030043071;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:31;s:16:\"adminpermissions\";i:3;s:18:\"genericpermissions\";i:2147483583;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:55;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:0;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:0;s:14:\"sigmaxrawchars\";i:0;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:6;}i:8;a:48:{s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:12:\"sigmaximages\";i:-1;s:20:\"signaturepermissions\";i:0;s:11:\"usergroupid\";i:8;s:5:\"title\";s:12:\"Banned Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:6:\"Banned\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:0;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:0;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:0;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:0;s:25:\"visitormessagepermissions\";i:0;s:11:\"attachlimit\";i:0;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:0;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:0;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:8;}i:11;a:48:{s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:11:\"usergroupid\";i:11;s:5:\"title\";s:14:\"Channel Member\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1579685575;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:251767;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:11;}i:10;a:48:{s:11:\"usergroupid\";i:10;s:5:\"title\";s:17:\"Channel Moderator\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1609504463;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:10;}i:9;a:48:{s:11:\"usergroupid\";i:9;s:5:\"title\";s:13:\"Channel Owner\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1609504463;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:9;}i:12;a:48:{s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:11:\"usergroupid\";i:12;s:5:\"title\";s:10:\"CMS Author\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1579685575;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:251767;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:15;}i:13;a:48:{s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:11:\"usergroupid\";i:13;s:5:\"title\";s:10:\"CMS Editor\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1579685575;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:251767;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:16;}i:7;a:48:{s:11:\"usergroupid\";i:7;s:5:\"title\";s:10:\"Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:9:\"Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1609504463;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:7;}i:2;a:48:{s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:11:\"usergroupid\";i:2;s:5:\"title\";s:16:\"Registered Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:414970303;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1579685575;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:251767;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:2;}i:5;a:48:{s:11:\"usergroupid\";i:5;s:5:\"title\";s:16:\"Super Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:15:\"Super Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:2030043071;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:1;s:18:\"genericpermissions\";i:1609520879;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:63;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:200;s:15:\"avatarmaxheight\";i:200;s:13:\"avatarmaxsize\";i:100000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:191;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:262143;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:5;}i:1;a:48:{s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:12:\"sigmaximages\";i:-1;s:20:\"signaturepermissions\";i:0;s:11:\"usergroupid\";i:1;s:5:\"title\";s:28:\"Unregistered / Not Logged In\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:5:\"Guest\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33558529;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:104;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:131136;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:0;s:13:\"systemgroupid\";i:1;}i:3;a:48:{s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:12:\"sigmaximages\";i:-1;s:20:\"signaturepermissions\";i:0;s:11:\"usergroupid\";i:3;s:5:\"title\";s:33:\"Users Awaiting Email Confirmation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:1;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:56;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:131136;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:3;}i:4;a:48:{s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:12:\"sigmaximages\";i:-1;s:20:\"signaturepermissions\";i:0;s:11:\"usergroupid\";i:4;s:5:\"title\";s:25:\"Users Awaiting Moderation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:1;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:56;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:131136;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;s:13:\"systemgroupid\";i:4;}}',1),('cron','1053990180',0),('vBChannelTypes','a:11:{i:2;s:5:\"forum\";i:3;s:5:\"forum\";i:4;s:4:\"blog\";i:5;s:5:\"group\";i:6;s:5:\"group\";i:8;s:2:\"vm\";i:9;s:2:\"pm\";i:10;s:5:\"album\";i:11;s:6:\"report\";i:12;s:10:\"infraction\";i:14;s:7:\"article\";}',1),('languagecache','a:1:{i:1;a:6:{s:10:\"languageid\";s:1:\"1\";s:5:\"title\";s:12:\"English (US)\";s:10:\"userselect\";s:1:\"1\";s:7:\"charset\";s:5:\"UTF-8\";s:7:\"options\";s:1:\"1\";s:9:\"direction\";s:3:\"ltr\";}}',1),('defaultchannelpermissions','a:6:{s:6:\"node_1\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_8\";a:12:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65536;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_11\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_10\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:26216671;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_9\";a:12:{s:16:\"forumpermissions\";i:2025583039;s:17:\"forumpermissions2\";i:584;s:20:\"moderatorpermissions\";i:59771103;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_7\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_2\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_1\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_3\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65536;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_4\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65536;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}}s:6:\"node_4\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_8\";a:12:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65537;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_11\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_10\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:26216671;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_9\";a:12:{s:16:\"forumpermissions\";i:2025583039;s:17:\"forumpermissions2\";i:840;s:20:\"moderatorpermissions\";i:59771103;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_7\";a:12:{s:16:\"forumpermissions\";i:414970303;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_2\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_1\";a:12:{s:16:\"forumpermissions\";i:655407;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:2;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_3\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65537;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_4\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:65537;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}}s:6:\"node_5\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:1007;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_8\";a:12:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_11\";a:12:{s:16:\"forumpermissions\";i:2025583039;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_10\";a:12:{s:16:\"forumpermissions\";i:2025583551;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:26216671;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_9\";a:12:{s:16:\"forumpermissions\";i:2025583551;s:17:\"forumpermissions2\";i:840;s:20:\"moderatorpermissions\";i:59771103;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_7\";a:12:{s:16:\"forumpermissions\";i:2025583551;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:32771;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_2\";a:12:{s:16:\"forumpermissions\";i:2025583039;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:32771;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:1007;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_1\";a:12:{s:16:\"forumpermissions\";i:131084;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_3\";a:12:{s:16:\"forumpermissions\";i:131084;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_4\";a:12:{s:16:\"forumpermissions\";i:131084;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}}s:7:\"node_11\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_8\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:8:\"group_11\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:8:\"group_10\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_9\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_7\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_2\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_1\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_3\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_4\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}}s:7:\"node_12\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_8\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:8:\"group_11\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:8:\"group_10\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_9\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_7\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_2\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_1\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_3\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}s:7:\"group_4\";a:9:{s:16:\"forumpermissions\";i:0;s:17:\"forumpermissions2\";i:0;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:0;s:9:\"edit_time\";i:1;s:7:\"maxtags\";i:0;s:14:\"maxstartertags\";i:0;s:12:\"maxothertags\";i:0;s:14:\"maxattachments\";i:0;}}s:7:\"node_14\";a:11:{s:7:\"group_6\";a:12:{s:16:\"forumpermissions\";i:2030043071;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:59906527;s:17:\"createpermissions\";i:522247;s:9:\"edit_time\";i:8760;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_11\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_10\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:26216671;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_9\";a:12:{s:16:\"forumpermissions\";i:2025583023;s:17:\"forumpermissions2\";i:584;s:20:\"moderatorpermissions\";i:59771103;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_7\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_2\";a:12:{s:16:\"forumpermissions\";i:414970287;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_5\";a:12:{s:16:\"forumpermissions\";i:2030043055;s:17:\"forumpermissions2\";i:751;s:20:\"moderatorpermissions\";i:26347743;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_3\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:7:\"group_4\";a:12:{s:16:\"forumpermissions\";i:655375;s:17:\"forumpermissions2\";i:512;s:20:\"moderatorpermissions\";i:0;s:17:\"createpermissions\";i:194562;s:9:\"edit_time\";i:0;s:16:\"require_moderate\";b:0;s:7:\"maxtags\";i:10;s:14:\"maxstartertags\";i:5;s:12:\"maxothertags\";i:5;s:14:\"maxattachments\";i:5;s:11:\"maxchannels\";i:0;s:18:\"channeliconmaxsize\";i:65535;}s:8:\"group_12\";a:4:{s:16:\"forumpermissions\";i:1847315;s:17:\"forumpermissions2\";i:1;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:8760;}s:8:\"group_13\";a:4:{s:16:\"forumpermissions\";i:4075539;s:17:\"forumpermissions2\";i:1057;s:17:\"createpermissions\";i:522246;s:9:\"edit_time\";i:8760;}}}',1),('stylecache','a:1:{i:1;a:11:{s:7:\"styleid\";s:1:\"1\";s:8:\"parentid\";s:2:\"-1\";s:5:\"title\";s:13:\"Default Style\";s:10:\"parentlist\";s:4:\"1,-1\";s:12:\"templatelist\";s:18200:\"a:450:{s:19:\"admin_configuresite\";s:1:\"1\";s:27:\"admin_configuresite_channel\";s:1:\"2\";s:20:\"admin_screenlayout_1\";s:1:\"3\";s:20:\"admin_screenlayout_2\";s:1:\"4\";s:20:\"admin_screenlayout_4\";s:1:\"5\";s:17:\"admin_sitebuilder\";s:1:\"6\";s:22:\"admin_sitebuilder_menu\";s:1:\"7\";s:20:\"admin_subscriberlist\";s:1:\"8\";s:27:\"admin_widget_activitystream\";s:1:\"9\";s:20:\"admin_widget_default\";s:2:\"10\";s:11:\"album_photo\";s:3:\"417\";s:23:\"article_content_pagenav\";s:3:\"407\";s:18:\"article_title_info\";s:3:\"408\";s:11:\"banned_page\";s:3:\"418\";s:22:\"bbcode_attachment_list\";s:2:\"11\";s:11:\"bbcode_code\";s:2:\"12\";s:19:\"bbcode_code_styleid\";s:2:\"-1\";s:11:\"bbcode_html\";s:2:\"13\";s:19:\"bbcode_html_styleid\";s:2:\"-1\";s:10:\"bbcode_php\";s:2:\"14\";s:18:\"bbcode_php_styleid\";s:2:\"-1\";s:12:\"bbcode_quote\";s:2:\"15\";s:20:\"bbcode_quote_styleid\";s:2:\"-1\";s:12:\"bbcode_video\";s:3:\"459\";s:27:\"blogadmin_admincontributors\";s:2:\"32\";s:21:\"blogadmin_admindelete\";s:2:\"33\";s:21:\"blogadmin_admininvite\";s:2:\"34\";s:37:\"blogadmin_admininvite_subscriberslist\";s:2:\"35\";s:26:\"blogadmin_adminpermissions\";s:2:\"36\";s:23:\"blogadmin_adminsettings\";s:2:\"37\";s:22:\"blogadmin_adminsidebar\";s:2:\"38\";s:20:\"blogadmin_adminstats\";s:2:\"39\";s:26:\"blogadmin_adminsubscribers\";s:2:\"40\";s:16:\"blogadmin_header\";s:2:\"41\";s:17:\"blogadmin_sidebar\";s:2:\"42\";s:24:\"blogadmin_subscriberlist\";s:2:\"43\";s:27:\"blogadmin_transferownership\";s:2:\"44\";s:14:\"blogmember_tab\";s:2:\"29\";s:24:\"blog_administrative_menu\";s:2:\"30\";s:9:\"blog_list\";s:2:\"31\";s:18:\"channel_radio_item\";s:3:\"447\";s:8:\"ckeditor\";s:3:\"437\";s:19:\"ckeditor_javascript\";s:3:\"448\";s:11:\"color_style\";s:2:\"45\";s:15:\"color_style.css\";s:2:\"46\";s:24:\"construct_select_options\";s:3:\"427\";s:12:\"contententry\";s:2:\"47\";s:18:\"contententry_basic\";s:2:\"48\";s:20:\"contententry_buttons\";s:2:\"49\";s:19:\"contententry_editor\";s:2:\"50\";s:33:\"contententry_panel_articleoptions\";s:2:\"51\";s:30:\"contententry_panel_attachments\";s:2:\"52\";s:35:\"contententry_panel_attachments_item\";s:2:\"53\";s:30:\"contententry_panel_blogoptions\";s:2:\"54\";s:29:\"contententry_panel_editreason\";s:2:\"55\";s:26:\"contententry_panel_gallery\";s:2:\"56\";s:23:\"contententry_panel_link\";s:2:\"57\";s:23:\"contententry_panel_poll\";s:2:\"58\";s:26:\"contententry_panel_smilies\";s:2:\"59\";s:23:\"contententry_panel_tags\";s:2:\"60\";s:18:\"contententry_title\";s:2:\"61\";s:20:\"contententry_toolbar\";s:2:\"62\";s:25:\"conversation_comment_item\";s:2:\"63\";s:19:\"conversation_footer\";s:2:\"64\";s:24:\"conversation_posthistory\";s:2:\"65\";s:22:\"conversation_signature\";s:2:\"66\";s:20:\"conversation_toolbar\";s:2:\"67\";s:21:\"conversation_userinfo\";s:2:\"68\";s:18:\"css_additional.css\";s:2:\"69\";s:20:\"css_blogs_groups.css\";s:2:\"70\";s:32:\"css_b_ajax_loading_indicator.css\";s:2:\"71\";s:33:\"css_b_article_content_pagenav.css\";s:2:\"72\";s:21:\"css_b_attach_item.css\";s:2:\"73\";s:16:\"css_b_avatar.css\";s:2:\"74\";s:16:\"css_b_button.css\";s:2:\"75\";s:22:\"css_b_button_group.css\";s:2:\"76\";s:21:\"css_b_channel_nav.css\";s:2:\"77\";s:17:\"css_b_comment.css\";s:2:\"78\";s:18:\"css_b_comments.css\";s:2:\"79\";s:23:\"css_b_comment_entry.css\";s:2:\"80\";s:21:\"css_b_config_site.css\";s:2:\"81\";s:23:\"css_b_content_entry.css\";s:2:\"82\";s:29:\"css_b_content_entry_panel.css\";s:2:\"83\";s:20:\"css_b_datepicker.css\";s:2:\"84\";s:17:\"css_b_divider.css\";s:2:\"85\";s:16:\"css_b_editor.css\";s:2:\"86\";s:22:\"css_b_file_chooser.css\";s:2:\"87\";s:22:\"css_b_form_control.css\";s:2:\"88\";s:20:\"css_b_form_input.css\";s:2:\"89\";s:21:\"css_b_form_select.css\";s:2:\"90\";s:23:\"css_b_form_textarea.css\";s:2:\"91\";s:32:\"css_b_gallery_thumbnail_list.css\";s:2:\"92\";s:20:\"css_b_help_table.css\";s:2:\"93\";s:14:\"css_b_icon.css\";s:2:\"94\";s:19:\"css_b_inlinemod.css\";s:2:\"95\";s:16:\"css_b_layout.css\";s:2:\"96\";s:14:\"css_b_link.css\";s:2:\"97\";s:22:\"css_b_link_content.css\";s:2:\"98\";s:20:\"css_b_link_input.css\";s:2:\"99\";s:29:\"css_b_link_thumbnail_list.css\";s:3:\"100\";s:15:\"css_b_media.css\";s:3:\"101\";s:20:\"css_b_memberlist.css\";s:3:\"102\";s:15:\"css_b_meter.css\";s:3:\"103\";s:21:\"css_b_photo_count.css\";s:3:\"104\";s:23:\"css_b_poll_fieldset.css\";s:3:\"105\";s:14:\"css_b_post.css\";s:3:\"106\";s:26:\"css_b_post_attachments.css\";s:3:\"107\";s:21:\"css_b_post_column.css\";s:3:\"108\";s:22:\"css_b_post_control.css\";s:3:\"109\";s:17:\"css_b_post_sm.css\";s:3:\"110\";s:16:\"css_b_smilie.css\";s:3:\"111\";s:21:\"css_b_tabbed_pane.css\";s:3:\"112\";s:15:\"css_b_table.css\";s:3:\"113\";s:23:\"css_b_thumbnail_nav.css\";s:3:\"114\";s:23:\"css_b_toggle_slider.css\";s:3:\"115\";s:17:\"css_b_toolbar.css\";s:3:\"116\";s:22:\"css_b_topicpreview.css\";s:3:\"117\";s:18:\"css_b_userinfo.css\";s:3:\"118\";s:14:\"css_editor.css\";s:3:\"119\";s:12:\"css_form.css\";s:3:\"120\";s:14:\"css_global.css\";s:3:\"121\";s:12:\"css_help.css\";s:3:\"122\";s:30:\"css_imgareaselect-animated.css\";s:3:\"123\";s:29:\"css_imgareaselect-default.css\";s:3:\"124\";s:31:\"css_jquery-ui-1_8_14_custom.css\";s:3:\"125\";s:25:\"css_jquery_datatables.css\";s:3:\"126\";s:28:\"css_jquery_fileupload-ui.css\";s:3:\"127\";s:23:\"css_jquery_qtip_min.css\";s:3:\"128\";s:24:\"css_jquery_selectBox.css\";s:3:\"129\";s:39:\"css_jquery_thumbnail-radio-checkbox.css\";s:3:\"130\";s:9:\"css_links\";s:3:\"131\";s:13:\"css_login.css\";s:3:\"132\";s:18:\"css_memberlist.css\";s:3:\"133\";s:22:\"css_message_center.css\";s:3:\"134\";s:15:\"css_profile.css\";s:3:\"135\";s:13:\"css_reset.css\";s:3:\"136\";s:18:\"css_responsive.css\";s:3:\"137\";s:14:\"css_search.css\";s:3:\"138\";s:19:\"css_sitebuilder.css\";s:3:\"139\";s:15:\"css_unreset.css\";s:3:\"140\";s:17:\"css_utilities.css\";s:3:\"141\";s:10:\"debug_info\";s:3:\"409\";s:14:\"defaultavatars\";s:3:\"449\";s:16:\"delete_post_form\";s:3:\"410\";s:17:\"dialog_axd_config\";s:3:\"438\";s:15:\"dialog_axd_list\";s:3:\"439\";s:20:\"dialog_photo_display\";s:3:\"428\";s:20:\"dialog_search_config\";s:3:\"419\";s:16:\"display_Comments\";s:3:\"142\";s:49:\"display_contenttype_conversationreply_BlogChannel\";s:3:\"143\";s:45:\"display_contenttype_conversationreply_Channel\";s:3:\"144\";s:45:\"display_contenttype_conversationreply_Gallery\";s:3:\"145\";s:48:\"display_contenttype_conversationreply_Infraction\";s:3:\"146\";s:42:\"display_contenttype_conversationreply_Link\";s:3:\"147\";s:43:\"display_contenttype_conversationreply_Photo\";s:3:\"148\";s:42:\"display_contenttype_conversationreply_Poll\";s:3:\"149\";s:52:\"display_contenttype_conversationreply_PrivateMessage\";s:3:\"150\";s:47:\"display_contenttype_conversationreply_SGChannel\";s:3:\"151\";s:42:\"display_contenttype_conversationreply_Text\";s:3:\"152\";s:56:\"display_contenttype_conversationreply_threadview_Gallery\";s:3:\"153\";s:53:\"display_contenttype_conversationreply_threadview_Link\";s:3:\"154\";s:53:\"display_contenttype_conversationreply_threadview_Poll\";s:3:\"155\";s:53:\"display_contenttype_conversationreply_threadview_Text\";s:3:\"156\";s:54:\"display_contenttype_conversationreply_threadview_Video\";s:3:\"157\";s:43:\"display_contenttype_conversationreply_Video\";s:3:\"158\";s:44:\"display_contenttype_conversationstarter_Poll\";s:3:\"159\";s:58:\"display_contenttype_conversationstarter_threadview_Gallery\";s:3:\"160\";s:61:\"display_contenttype_conversationstarter_threadview_Infraction\";s:3:\"161\";s:55:\"display_contenttype_conversationstarter_threadview_Link\";s:3:\"162\";s:55:\"display_contenttype_conversationstarter_threadview_Poll\";s:3:\"163\";s:55:\"display_contenttype_conversationstarter_threadview_Text\";s:3:\"164\";s:56:\"display_contenttype_conversationstarter_threadview_Video\";s:3:\"165\";s:34:\"display_contenttype_inchannel_Link\";s:3:\"166\";s:40:\"display_contenttype_searchwidget_Gallery\";s:3:\"167\";s:43:\"display_contenttype_searchwidget_Infraction\";s:3:\"168\";s:44:\"display_contenttype_searchwidget_item_footer\";s:3:\"169\";s:44:\"display_contenttype_searchwidget_item_header\";s:3:\"170\";s:37:\"display_contenttype_searchwidget_Link\";s:3:\"171\";s:38:\"display_contenttype_searchwidget_Photo\";s:3:\"172\";s:37:\"display_contenttype_searchwidget_Poll\";s:3:\"173\";s:37:\"display_contenttype_searchwidget_Text\";s:3:\"174\";s:38:\"display_contenttype_searchwidget_Video\";s:3:\"175\";s:37:\"display_contenttype_threadview_footer\";s:3:\"176\";s:37:\"display_contenttype_threadview_header\";s:3:\"177\";s:14:\"display_Forums\";s:3:\"178\";s:19:\"display_Forums_item\";s:3:\"179\";s:19:\"display_Forums_list\";s:3:\"180\";s:18:\"display_Forums_tab\";s:3:\"181\";s:19:\"display_posthistory\";s:3:\"182\";s:14:\"display_Topics\";s:3:\"183\";s:19:\"display_Topics_item\";s:3:\"184\";s:31:\"editor_contenttype_Text_comment\";s:3:\"185\";s:25:\"editor_gallery_photoblock\";s:3:\"186\";s:20:\"editor_prefixchooser\";s:3:\"187\";s:13:\"error_message\";s:3:\"188\";s:10:\"error_page\";s:3:\"189\";s:15:\"error_page_form\";s:3:\"190\";s:15:\"facebook_footer\";s:3:\"440\";s:6:\"footer\";s:3:\"420\";s:20:\"give_infraction_form\";s:3:\"441\";s:11:\"groups_list\";s:3:\"191\";s:25:\"group_administrative_menu\";s:3:\"192\";s:6:\"header\";s:3:\"442\";s:9:\"help_item\";s:3:\"457\";s:11:\"humanverify\";s:3:\"193\";s:17:\"humanverify_image\";s:3:\"194\";s:20:\"humanverify_question\";s:3:\"195\";s:21:\"humanverify_recaptcha\";s:3:\"196\";s:14:\"inlinemod_auth\";s:3:\"197\";s:19:\"inlinemod_copyPosts\";s:3:\"198\";s:21:\"inlinemod_delete_form\";s:3:\"199\";s:21:\"inlinemod_delete_spam\";s:3:\"200\";s:24:\"inlinemod_manage_deleted\";s:3:\"201\";s:14:\"inlinemod_menu\";s:3:\"202\";s:20:\"inlinemod_mergePosts\";s:3:\"203\";s:22:\"inlinemod_mergeThreads\";s:3:\"204\";s:19:\"inlinemod_movePosts\";s:3:\"205\";s:19:\"inlinemod_move_form\";s:3:\"206\";s:4:\"link\";s:3:\"207\";s:9:\"link_edit\";s:3:\"208\";s:10:\"login_form\";s:3:\"209\";s:14:\"login_redirect\";s:3:\"210\";s:17:\"mediabbcode_video\";s:3:\"211\";s:15:\"media_addphotos\";s:3:\"212\";s:15:\"memberlist_item\";s:3:\"443\";s:16:\"memberlist_items\";s:3:\"450\";s:12:\"message_page\";s:3:\"429\";s:13:\"modifyprofile\";s:3:\"213\";s:20:\"modifyprofileprivacy\";s:3:\"214\";s:13:\"modifyusercss\";s:3:\"215\";s:12:\"module_title\";s:3:\"444\";s:15:\"newpost_preview\";s:3:\"421\";s:7:\"notices\";s:3:\"411\";s:18:\"no_permission_page\";s:3:\"451\";s:18:\"onlineuser_details\";s:3:\"458\";s:7:\"pagenav\";s:3:\"216\";s:10:\"pagenavnew\";s:3:\"217\";s:17:\"pagenavnew_client\";s:3:\"218\";s:9:\"pagenavpm\";s:3:\"219\";s:10:\"photo_edit\";s:3:\"220\";s:10:\"photo_item\";s:3:\"221\";s:19:\"picturecomment_form\";s:3:\"222\";s:22:\"picturecomment_preview\";s:3:\"223\";s:9:\"pm_showpm\";s:3:\"452\";s:17:\"post_history_form\";s:3:\"453\";s:9:\"preheader\";s:3:\"430\";s:32:\"privatemessage_deleteditems_main\";s:3:\"224\";s:27:\"privatemessage_deleted_item\";s:3:\"225\";s:21:\"privatemessage_detail\";s:3:\"226\";s:29:\"privatemessage_detail_toolbar\";s:3:\"227\";s:28:\"privatemessage_foldersummary\";s:3:\"228\";s:36:\"privatemessage_foldersummary_toolbar\";s:3:\"229\";s:22:\"privatemessage_forward\";s:3:\"230\";s:30:\"privatemessage_forward_toolbar\";s:3:\"231\";s:30:\"privatemessage_infraction_item\";s:3:\"232\";s:30:\"privatemessage_infraction_main\";s:3:\"233\";s:33:\"privatemessage_infraction_overlay\";s:3:\"234\";s:31:\"privatemessage_listdeletedItems\";s:3:\"235\";s:39:\"privatemessage_listdeletedItems_toolbar\";s:3:\"236\";s:25:\"privatemessage_listfolder\";s:3:\"237\";s:26:\"privatemessage_listfolders\";s:3:\"238\";s:34:\"privatemessage_listfolders_toolbar\";s:3:\"239\";s:33:\"privatemessage_listfolder_toolbar\";s:3:\"240\";s:30:\"privatemessage_listinfractions\";s:3:\"241\";s:38:\"privatemessage_listinfractions_toolbar\";s:3:\"242\";s:29:\"privatemessage_listinractions\";s:3:\"243\";s:32:\"privatemessage_listnotifications\";s:3:\"244\";s:40:\"privatemessage_listnotifications_toolbar\";s:3:\"245\";s:26:\"privatemessage_listpending\";s:3:\"246\";s:34:\"privatemessage_listpending_toolbar\";s:3:\"247\";s:27:\"privatemessage_listrequests\";s:3:\"248\";s:35:\"privatemessage_listrequests_toolbar\";s:3:\"249\";s:23:\"privatemessage_listsent\";s:3:\"250\";s:31:\"privatemessage_listsent_toolbar\";s:3:\"251\";s:20:\"privatemessage_newpm\";s:3:\"252\";s:28:\"privatemessage_newpm_toolbar\";s:3:\"253\";s:34:\"privatemessage_notificationcontent\";s:3:\"254\";s:42:\"privatemessage_notificationcontent_toolbar\";s:3:\"255\";s:33:\"privatemessage_notificationdetail\";s:3:\"256\";s:41:\"privatemessage_notificationdetail_toolbar\";s:3:\"257\";s:27:\"privatemessage_participants\";s:3:\"258\";s:35:\"privatemessage_participants_toolbar\";s:3:\"259\";s:31:\"privatemessage_pendingpost_item\";s:3:\"260\";s:31:\"privatemessage_pendingpost_main\";s:3:\"261\";s:34:\"privatemessage_pendingpost_overlay\";s:3:\"262\";s:22:\"privatemessage_preview\";s:3:\"263\";s:30:\"privatemessage_preview_toolbar\";s:3:\"264\";s:20:\"privatemessage_reply\";s:3:\"265\";s:28:\"privatemessage_reply_toolbar\";s:3:\"266\";s:21:\"privatemessage_report\";s:3:\"267\";s:28:\"privatemessage_reportpreview\";s:3:\"268\";s:36:\"privatemessage_reportpreview_toolbar\";s:3:\"269\";s:25:\"privatemessage_reportview\";s:3:\"270\";s:33:\"privatemessage_reportview_toolbar\";s:3:\"271\";s:29:\"privatemessage_report_toolbar\";s:3:\"272\";s:28:\"privatemessage_requestdetail\";s:3:\"273\";s:36:\"privatemessage_requestdetail_toolbar\";s:3:\"274\";s:25:\"privatemessage_sentdetail\";s:3:\"275\";s:33:\"privatemessage_subscribedchannels\";s:3:\"276\";s:41:\"privatemessage_subscribedchannels_toolbar\";s:3:\"277\";s:30:\"privatemessage_subscribedposts\";s:3:\"278\";s:38:\"privatemessage_subscribedposts_toolbar\";s:3:\"279\";s:26:\"privatemessage_subscribers\";s:3:\"280\";s:34:\"privatemessage_subscribers_toolbar\";s:3:\"281\";s:20:\"privatemessage_trash\";s:3:\"282\";s:28:\"privatemessage_trash_toolbar\";s:3:\"283\";s:19:\"privatemessage_view\";s:3:\"284\";s:29:\"privatemessage_viewinfraction\";s:3:\"285\";s:37:\"privatemessage_viewinfraction_toolbar\";s:3:\"286\";s:27:\"privatemessage_view_toolbar\";s:3:\"287\";s:13:\"profilefields\";s:3:\"288\";s:13:\"profile_about\";s:3:\"289\";s:16:\"profile_activity\";s:3:\"290\";s:19:\"profile_custom_edit\";s:3:\"291\";s:17:\"profile_following\";s:3:\"292\";s:29:\"profile_following_unsubscribe\";s:3:\"293\";s:13:\"profile_media\";s:3:\"294\";s:21:\"profile_media_content\";s:3:\"295\";s:25:\"profile_media_galleryitem\";s:3:\"296\";s:23:\"profile_media_videoitem\";s:3:\"297\";s:23:\"profile_media_videolist\";s:3:\"298\";s:23:\"profile_textphotodetail\";s:3:\"299\";s:29:\"profile_textphotodetail_block\";s:3:\"300\";s:24:\"received_infraction_form\";s:3:\"454\";s:14:\"screenlayout_1\";s:3:\"301\";s:14:\"screenlayout_2\";s:3:\"302\";s:14:\"screenlayout_4\";s:3:\"303\";s:18:\"search-tips-dialog\";s:3:\"304\";s:13:\"search_config\";s:3:\"305\";s:12:\"search_popup\";s:3:\"306\";s:18:\"sgadmin_addicondlg\";s:3:\"307\";s:25:\"sgadmin_admincontributors\";s:3:\"308\";s:19:\"sgadmin_admindelete\";s:3:\"309\";s:19:\"sgadmin_adminevents\";s:3:\"310\";s:19:\"sgadmin_admininvite\";s:3:\"311\";s:35:\"sgadmin_admininvite_subscriberslist\";s:3:\"312\";s:23:\"sgadmin_adminmemberlist\";s:3:\"313\";s:20:\"sgadmin_adminmembers\";s:3:\"314\";s:24:\"sgadmin_adminpermissions\";s:3:\"315\";s:21:\"sgadmin_adminsettings\";s:3:\"316\";s:20:\"sgadmin_adminsidebar\";s:3:\"317\";s:18:\"sgadmin_adminstats\";s:3:\"318\";s:24:\"sgadmin_adminsubscribers\";s:3:\"319\";s:14:\"sgadmin_header\";s:3:\"320\";s:18:\"sgadmin_memberlist\";s:3:\"321\";s:15:\"sgadmin_sidebar\";s:3:\"322\";s:22:\"sgadmin_subscriberlist\";s:3:\"323\";s:25:\"sgadmin_transferownership\";s:3:\"324\";s:11:\"sg_category\";s:3:\"431\";s:17:\"socialgroup_nodes\";s:3:\"422\";s:17:\"STANDARD_REDIRECT\";s:3:\"432\";s:16:\"stylesheet_block\";s:3:\"412\";s:15:\"style_generator\";s:3:\"413\";s:16:\"subscribers_list\";s:3:\"433\";s:17:\"subscriptions_one\";s:3:\"325\";s:17:\"subscriptions_two\";s:3:\"326\";s:23:\"subscription_paymentbit\";s:3:\"423\";s:30:\"subscription_payment_2checkout\";s:3:\"414\";s:33:\"subscription_payment_authorizenet\";s:3:\"445\";s:27:\"subscription_payment_ccbill\";s:3:\"455\";s:27:\"subscription_payment_google\";s:3:\"424\";s:33:\"subscription_payment_moneybookers\";s:3:\"434\";s:27:\"subscription_payment_nochex\";s:3:\"415\";s:27:\"subscription_payment_paypal\";s:3:\"456\";s:29:\"subscription_payment_worldpay\";s:3:\"435\";s:15:\"taglist_display\";s:3:\"327\";s:9:\"tag_cloud\";s:3:\"328\";s:10:\"tag_dialog\";s:3:\"329\";s:10:\"tag_editor\";s:3:\"330\";s:13:\"toggle_slider\";s:3:\"436\";s:9:\"topnavbar\";s:3:\"425\";s:15:\"userfield_radio\";s:3:\"331\";s:16:\"userfield_select\";s:3:\"332\";s:25:\"userfield_select_multiple\";s:3:\"333\";s:18:\"userfield_textarea\";s:3:\"334\";s:17:\"userfield_textbox\";s:3:\"335\";s:20:\"usersettings_account\";s:3:\"336\";s:26:\"usersettings_notifications\";s:3:\"337\";s:20:\"usersettings_privacy\";s:3:\"338\";s:20:\"usersettings_profile\";s:3:\"339\";s:26:\"usersettings_subscriptions\";s:3:\"340\";s:16:\"user_infractions\";s:3:\"426\";s:10:\"video_edit\";s:3:\"416\";s:11:\"video_frame\";s:3:\"446\";s:18:\"widget_aboutauthor\";s:3:\"341\";s:21:\"widget_activate_email\";s:3:\"342\";s:20:\"widget_activate_user\";s:3:\"343\";s:21:\"widget_activitystream\";s:3:\"344\";s:9:\"widget_ad\";s:3:\"345\";s:12:\"widget_album\";s:3:\"346\";s:19:\"widget_announcement\";s:3:\"347\";s:21:\"widget_articledisplay\";s:3:\"348\";s:15:\"widget_birthday\";s:3:\"349\";s:16:\"widget_blogadmin\";s:3:\"350\";s:21:\"widget_blogcategories\";s:3:\"351\";s:25:\"widget_blogchanneldisplay\";s:3:\"352\";s:15:\"widget_bloghome\";s:3:\"353\";s:16:\"widget_blognodes\";s:3:\"354\";s:18:\"widget_blogsidebar\";s:3:\"355\";s:16:\"widget_blogstats\";s:3:\"356\";s:18:\"widget_blogsummary\";s:3:\"357\";s:21:\"widget_channeldisplay\";s:3:\"358\";s:24:\"widget_cmschanneldisplay\";s:3:\"359\";s:29:\"widget_cmschanneldisplay_list\";s:3:\"360\";s:27:\"widget_cmschannelnavigation\";s:3:\"361\";s:32:\"widget_cmschannelnavigation_item\";s:3:\"362\";s:16:\"widget_contactus\";s:3:\"363\";s:16:\"widget_container\";s:3:\"364\";s:26:\"widget_conversationdisplay\";s:3:\"365\";s:17:\"widget_coppa_form\";s:3:\"366\";s:19:\"widget_css_examples\";s:3:\"367\";s:12:\"widget_error\";s:3:\"368\";s:22:\"widget_forgot_password\";s:3:\"369\";s:19:\"widget_groupsummary\";s:3:\"370\";s:11:\"widget_help\";s:3:\"371\";s:12:\"widget_media\";s:3:\"372\";s:17:\"widget_memberlist\";s:3:\"373\";s:17:\"widget_newcontent\";s:3:\"374\";s:24:\"widget_onlineuserdetails\";s:3:\"375\";s:18:\"widget_onlineusers\";s:3:\"376\";s:16:\"widget_pagetitle\";s:3:\"377\";s:13:\"widget_photos\";s:3:\"378\";s:10:\"widget_php\";s:3:\"379\";s:22:\"widget_privatemessages\";s:3:\"380\";s:29:\"widget_privatemessage_display\";s:3:\"381\";s:32:\"widget_privatemessage_navigation\";s:3:\"382\";s:28:\"widget_privatemessage_search\";s:3:\"383\";s:29:\"widget_privatemessage_toolbar\";s:3:\"384\";s:14:\"widget_profile\";s:3:\"385\";s:22:\"widget_profile_sidebar\";s:3:\"386\";s:15:\"widget_register\";s:3:\"387\";s:13:\"widget_search\";s:3:\"388\";s:22:\"widget_search_criteria\";s:3:\"389\";s:21:\"widget_search_results\";s:3:\"390\";s:15:\"widget_settings\";s:3:\"391\";s:14:\"widget_sgadmin\";s:3:\"392\";s:19:\"widget_sgcategories\";s:3:\"393\";s:21:\"widget_sgcategorylist\";s:3:\"394\";s:23:\"widget_sgchanneldisplay\";s:3:\"395\";s:13:\"widget_sghome\";s:3:\"396\";s:14:\"widget_sgnodes\";s:3:\"397\";s:16:\"widget_sgsidebar\";s:3:\"398\";s:17:\"widget_statichtml\";s:3:\"399\";s:25:\"widget_subchannelsdisplay\";s:3:\"400\";s:19:\"widget_subscription\";s:3:\"401\";s:15:\"widget_tagcloud\";s:3:\"402\";s:20:\"widget_tagnavigation\";s:3:\"403\";s:23:\"widget_top_active_users\";s:3:\"404\";s:12:\"widget_video\";s:3:\"405\";s:29:\"widget_visitormessage_display\";s:3:\"406\";}\";s:12:\"replacements\";s:2:\"\'\'\";s:12:\"editorstyles\";N;s:10:\"userselect\";i:1;s:12:\"displayorder\";s:1:\"1\";s:8:\"dateline\";s:1:\"0\";s:5:\"depth\";i:0;}}',1),('maxloggedin','a:2:{s:9:\"maxonline\";i:1;s:13:\"maxonlinedate\";i:1400003635;}',1),('ranks','a:0:{}',1),('mailqueue','',0),('wol_spiders','',1),('banemail','',0),('loadcache','a:2:{s:7:\"loadavg\";i:0;s:9:\"lastcheck\";i:1399996650;}',1),('prefixcache','a:0:{}',1),('birthdaycache','a:4:{s:4:\"day1\";s:10:\"2014-05-13\";s:4:\"day2\";s:10:\"2014-05-14\";s:6:\"users1\";a:0:{}s:6:\"users2\";a:0:{}}',1),('spiders','a:2:{s:6:\"agents\";a:11:{s:37:\"http://www.almaden.ibm.com/cs/crawler\";a:2:{s:4:\"name\";s:15:\"Almaden Crawler\";s:4:\"type\";N;}s:10:\"ask jeeves\";a:2:{s:4:\"name\";s:9:\"AskJeeves\";s:4:\"type\";N;}s:9:\"googlebot\";a:2:{s:4:\"name\";s:6:\"Google\";s:4:\"type\";N;}s:20:\"mediapartners-google\";a:2:{s:4:\"name\";s:14:\"Google AdSense\";s:4:\"type\";N;}s:13:\"slurp@inktomi\";a:2:{s:4:\"name\";s:7:\"Inktomi\";s:4:\"type\";N;}s:5:\"lycos\";a:2:{s:4:\"name\";s:5:\"Lycos\";s:4:\"type\";N;}s:6:\"msnbot\";a:2:{s:4:\"name\";s:6:\"MSNBot\";s:4:\"type\";N;}s:5:\"npbot\";a:2:{s:4:\"name\";s:11:\"NameProtect\";s:4:\"type\";N;}s:11:\"turnitinbot\";a:2:{s:4:\"name\";s:12:\"Turnitin.com\";s:4:\"type\";N;}s:12:\"yahoo! slurp\";a:2:{s:4:\"name\";s:12:\"Yahoo! Slurp\";s:4:\"type\";N;}s:7:\"scooter\";a:2:{s:4:\"name\";s:9:\"AltaVista\";s:4:\"type\";N;}}s:12:\"spiderstring\";s:151:\"http\\://www\\.almaden\\.ibm\\.com/cs/crawler|Ask Jeeves|Googlebot|Mediapartners\\-Google|slurp@inktomi|Lycos|MSNBOT|NPBot|turnitinbot|Yahoo\\! Slurp|scooter\";}',1); /*!40000 ALTER TABLE `datastore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deletionlog` -- DROP TABLE IF EXISTS `deletionlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `deletionlog` ( `primaryid` int(10) unsigned NOT NULL default '0', `type` enum('post','thread','visitormessage','groupmessage','picturecomment') NOT NULL default 'post', `userid` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', `reason` varchar(125) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`primaryid`,`type`), KEY `type` (`type`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `deletionlog` -- LOCK TABLES `deletionlog` WRITE; /*!40000 ALTER TABLE `deletionlog` DISABLE KEYS */; /*!40000 ALTER TABLE `deletionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discussion` -- DROP TABLE IF EXISTS `discussion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discussion` ( `discussionid` int(10) unsigned NOT NULL auto_increment, `groupid` int(10) unsigned NOT NULL, `firstpostid` int(10) unsigned NOT NULL, `lastpostid` int(10) unsigned NOT NULL, `lastpost` int(10) unsigned NOT NULL, `lastposter` varchar(255) NOT NULL, `lastposterid` int(10) unsigned NOT NULL, `visible` int(10) unsigned NOT NULL default '0', `deleted` int(10) unsigned NOT NULL default '0', `moderation` int(10) unsigned NOT NULL default '0', `subscribers` enum('0','1') default '0', PRIMARY KEY (`discussionid`), KEY `groupid` (`groupid`,`lastpost`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discussion` -- LOCK TABLES `discussion` WRITE; /*!40000 ALTER TABLE `discussion` DISABLE KEYS */; /*!40000 ALTER TABLE `discussion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discussionread` -- DROP TABLE IF EXISTS `discussionread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discussionread` ( `userid` int(10) unsigned NOT NULL, `discussionid` int(10) unsigned NOT NULL, `readtime` int(10) unsigned NOT NULL, PRIMARY KEY (`userid`,`discussionid`), KEY `readtime` (`readtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discussionread` -- LOCK TABLES `discussionread` WRITE; /*!40000 ALTER TABLE `discussionread` DISABLE KEYS */; /*!40000 ALTER TABLE `discussionread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `editlog` -- DROP TABLE IF EXISTS `editlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `editlog` ( `nodeid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `reason` varchar(200) NOT NULL default '', `hashistory` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`), KEY `postid` (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `editlog` -- LOCK TABLES `editlog` WRITE; /*!40000 ALTER TABLE `editlog` DISABLE KEYS */; /*!40000 ALTER TABLE `editlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event` -- DROP TABLE IF EXISTS `event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `event` ( `eventid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `event` mediumtext, `title` varchar(250) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '1', `recurring` smallint(6) NOT NULL default '0', `recuroption` char(6) NOT NULL default '', `calendarid` int(10) unsigned NOT NULL default '0', `customfields` mediumtext, `visible` smallint(6) NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `utc` decimal(4,2) NOT NULL default '0.00', `dst` smallint(6) NOT NULL default '1', `dateline_from` int(10) unsigned NOT NULL default '0', `dateline_to` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`eventid`), KEY `userid` (`userid`), KEY `calendarid` (`calendarid`), KEY `visible` (`visible`), KEY `daterange` (`dateline_to`,`dateline_from`,`visible`,`calendarid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `event` -- LOCK TABLES `event` WRITE; /*!40000 ALTER TABLE `event` DISABLE KEYS */; /*!40000 ALTER TABLE `event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `externalcache` -- DROP TABLE IF EXISTS `externalcache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `externalcache` ( `cachehash` char(32) NOT NULL default '', `text` mediumtext, `headers` mediumtext, `dateline` int(10) unsigned NOT NULL default '0', `forumid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`cachehash`), KEY `dateline` (`dateline`,`cachehash`), KEY `forumid` (`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `externalcache` -- LOCK TABLES `externalcache` WRITE; /*!40000 ALTER TABLE `externalcache` DISABLE KEYS */; /*!40000 ALTER TABLE `externalcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq` -- DROP TABLE IF EXISTS `faq`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `faq` ( `faqname` varchar(250) character set utf8 collate utf8_bin NOT NULL default '', `faqparent` varchar(50) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default '', PRIMARY KEY (`faqname`), KEY `faqparent` (`faqparent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `faq` -- LOCK TABLES `faq` WRITE; /*!40000 ALTER TABLE `faq` DISABLE KEYS */; INSERT INTO `faq` VALUES ('account_avatar','account_overview',2,1,'vbulletin'),('account_customizeprofile','account_overview',3,1,'vbulletin'),('account_ignore','account_overview',10,1,'vbulletin'),('account_notifications','account_overview',8,1,'vbulletin'),('account_overview','faqroot',20,1,'vbulletin'),('account_privacy','account_overview',7,1,'vbulletin'),('account_privatemessages','account_overview',11,1,'vbulletin'),('account_reputation','account_overview',13,1,'vbulletin'),('account_resetprofile','account_overview',4,1,'vbulletin'),('account_settings','account_overview',1,1,'vbulletin'),('account_signature_new','account_overview',5,1,'vbulletin'),('account_signatureimage','account_overview',6,1,'vbulletin'),('account_subscribers','account_overview',9,1,'vbulletin'),('account_visitormessages','account_overview',12,1,'vbulletin'),('albums_add_photos','albums_overview',2,1,'vbulletin'),('albums_create_new','albums_overview',1,1,'vbulletin'),('albums_create_video','albums_overview',3,1,'vbulletin'),('albums_delete_album','albums_overview',5,1,'vbulletin'),('albums_overview','faqroot',60,1,'vbulletin'),('albums_posted_photos','albums_overview',4,1,'vbulletin'),('albums_reuse_photo','albums_overview',5,1,'vbulletin'),('bbcode_basic','bbcode_reference',2,1,'vbulletin'),('bbcode_code','bbcode_reference',9,1,'vbulletin'),('bbcode_links','bbcode_reference',3,1,'vbulletin'),('bbcode_lists','bbcode_reference',7,1,'vbulletin'),('bbcode_media','bbcode_reference',5,1,'vbulletin'),('bbcode_quotes','bbcode_reference',4,1,'vbulletin'),('bbcode_reference','faqroot',80,1,'vbulletin'),('bbcode_smilies','bbcode_reference',6,1,'vbulletin'),('bbcode_tables','bbcode_reference',8,1,'vbulletin'),('bbcode_why','bbcode_reference',1,1,'vbulletin'),('blog_create','blog_overview',1,1,'vbulletin'),('blog_manage_privacy','blog_overview',4,1,'vbulletin'),('blog_members','blog_overview',3,1,'vbulletin'),('blog_overview','faqroot',40,1,'vbulletin'),('blog_owners','blog_overview',2,1,'vbulletin'),('community_overview','faqroot',10,1,'vbulletin'),('content_advanced','content_overview',5,1,'vbulletin'),('content_attachments','content_overview',7,1,'vbulletin'),('content_flag','content_overview',8,1,'vbulletin'),('content_links','content_overview',3,1,'vbulletin'),('content_messages','content_overview',6,1,'vbulletin'),('content_overview','faqroot',30,1,'vbulletin'),('content_photos','content_overview',2,1,'vbulletin'),('content_polls','content_overview',4,1,'vbulletin'),('content_subscriptions','content_overview',9,1,'vbulletin'),('content_topics','content_overview',1,1,'vbulletin'),('general_cookies_clear','community_overview',11,1,'vbulletin'),('general_cookies_usage','community_overview',10,1,'vbulletin'),('general_facebook_connect','community_overview',6,1,'vbulletin'),('general_facebook_publish','community_overview',7,1,'vbulletin'),('general_forums_topics_posts','community_overview',1,1,'vbulletin'),('general_loginlogoff','community_overview',3,1,'vbulletin'),('general_lostpassword','community_overview',5,1,'vbulletin'),('general_new_content','community_overview',9,1,'vbulletin'),('general_registration','community_overview',2,1,'vbulletin'),('general_search','community_overview',8,1,'vbulletin'),('general_tos','community_overview',12,1,'vbulletin'),('group_add_owner','group_overview',2,1,'vbulletin'),('group_create_new','group_overview',1,1,'vbulletin'),('group_manage_members','group_overview',4,1,'vbulletin'),('group_overview','faqroot',50,1,'vbulletin'),('group_share','group_overview',5,1,'vbulletin'); /*!40000 ALTER TABLE `faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filedata` -- DROP TABLE IF EXISTS `filedata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `filedata` ( `filedataid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `filedata` mediumblob, `filesize` int(10) unsigned NOT NULL default '0', `filehash` char(32) NOT NULL default '', `extension` varchar(20) character set utf8 collate utf8_bin NOT NULL default '', `refcount` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', `publicview` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`filedataid`), KEY `filesize` (`filesize`), KEY `filehash` (`filehash`), KEY `userid` (`userid`), KEY `refcount` (`refcount`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `filedata` -- LOCK TABLES `filedata` WRITE; /*!40000 ALTER TABLE `filedata` DISABLE KEYS */; /*!40000 ALTER TABLE `filedata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filedataresize` -- DROP TABLE IF EXISTS `filedataresize`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `filedataresize` ( `filedataid` int(10) unsigned NOT NULL, `resize_type` enum('icon','thumb','small','medium','large') NOT NULL default 'thumb', `resize_filedata` mediumblob, `resize_filesize` int(10) unsigned NOT NULL default '0', `resize_dateline` int(10) unsigned NOT NULL default '0', `resize_width` smallint(5) unsigned NOT NULL default '0', `resize_height` smallint(5) unsigned NOT NULL default '0', `reload` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`filedataid`,`resize_type`), KEY `type` (`resize_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `filedataresize` -- LOCK TABLES `filedataresize` WRITE; /*!40000 ALTER TABLE `filedataresize` DISABLE KEYS */; /*!40000 ALTER TABLE `filedataresize` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forumpermission` -- DROP TABLE IF EXISTS `forumpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forumpermission` ( `forumpermissionid` int(10) unsigned NOT NULL auto_increment, `forumid` smallint(5) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', `forumpermissions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`forumpermissionid`), UNIQUE KEY `ugid_fid` (`usergroupid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forumpermission` -- LOCK TABLES `forumpermission` WRITE; /*!40000 ALTER TABLE `forumpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `forumpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gallery` -- DROP TABLE IF EXISTS `gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `gallery` ( `nodeid` int(10) unsigned NOT NULL, `caption` varchar(512) default NULL, PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `gallery` -- LOCK TABLES `gallery` WRITE; /*!40000 ALTER TABLE `gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupintopic` -- DROP TABLE IF EXISTS `groupintopic`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `groupintopic` ( `userid` int(10) unsigned NOT NULL, `groupid` int(10) unsigned NOT NULL, `nodeid` int(10) unsigned NOT NULL, UNIQUE KEY `userid` (`userid`,`groupid`,`nodeid`), KEY `userid_2` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `groupintopic` -- LOCK TABLES `groupintopic` WRITE; /*!40000 ALTER TABLE `groupintopic` DISABLE KEYS */; /*!40000 ALTER TABLE `groupintopic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `holiday` -- DROP TABLE IF EXISTS `holiday`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `holiday` ( `holidayid` int(10) unsigned NOT NULL auto_increment, `varname` varchar(100) NOT NULL default '', `recurring` smallint(5) unsigned NOT NULL default '0', `recuroption` char(6) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '1', PRIMARY KEY (`holidayid`), KEY `varname` (`varname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `holiday` -- LOCK TABLES `holiday` WRITE; /*!40000 ALTER TABLE `holiday` DISABLE KEYS */; /*!40000 ALTER TABLE `holiday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hook` -- DROP TABLE IF EXISTS `hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hook` ( `hookid` int(10) unsigned NOT NULL auto_increment, `product` varchar(25) NOT NULL default 'vbulletin', `hookname` varchar(30) NOT NULL default '', `title` varchar(50) NOT NULL default '', `active` tinyint(3) unsigned NOT NULL default '0', `hookorder` tinyint(3) unsigned NOT NULL default '10', `template` varchar(30) NOT NULL default '', `arguments` text NOT NULL, PRIMARY KEY (`hookid`), KEY `product` (`product`,`active`,`hookorder`), KEY `hookorder` (`hookorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hook` -- LOCK TABLES `hook` WRITE; /*!40000 ALTER TABLE `hook` DISABLE KEYS */; /*!40000 ALTER TABLE `hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `humanverify` -- DROP TABLE IF EXISTS `humanverify`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `humanverify` ( `hash` char(32) NOT NULL default '', `answer` mediumtext, `dateline` int(10) unsigned NOT NULL default '0', `viewed` smallint(5) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `humanverify` -- LOCK TABLES `humanverify` WRITE; /*!40000 ALTER TABLE `humanverify` DISABLE KEYS */; /*!40000 ALTER TABLE `humanverify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hvanswer` -- DROP TABLE IF EXISTS `hvanswer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hvanswer` ( `answerid` int(11) NOT NULL auto_increment, `questionid` int(11) NOT NULL default '0', `answer` varchar(255) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`answerid`), KEY `questionid` (`questionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hvanswer` -- LOCK TABLES `hvanswer` WRITE; /*!40000 ALTER TABLE `hvanswer` DISABLE KEYS */; /*!40000 ALTER TABLE `hvanswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hvquestion` -- DROP TABLE IF EXISTS `hvquestion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hvquestion` ( `questionid` int(10) unsigned NOT NULL auto_increment, `regex` varchar(255) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`questionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hvquestion` -- LOCK TABLES `hvquestion` WRITE; /*!40000 ALTER TABLE `hvquestion` DISABLE KEYS */; /*!40000 ALTER TABLE `hvquestion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `icon` -- DROP TABLE IF EXISTS `icon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `icon` ( `iconid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `iconpath` varchar(100) NOT NULL default '', `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`iconid`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `icon` -- LOCK TABLES `icon` WRITE; /*!40000 ALTER TABLE `icon` DISABLE KEYS */; INSERT INTO `icon` VALUES (1,'Post','images/icons/icon1.png',2,1),(2,'Arrow','images/icons/icon2.png',2,1),(3,'Lightbulb','images/icons/icon3.png',2,1),(4,'Exclamation','images/icons/icon4.png',2,1),(5,'Question','images/icons/icon5.png',2,1),(6,'Cool','images/icons/icon6.png',2,1),(7,'Smile','images/icons/icon7.png',2,1),(8,'Angry','images/icons/icon8.png',2,1),(9,'Unhappy','images/icons/icon9.png',2,1),(10,'Talking','images/icons/icon10.png',2,1),(11,'Red face','images/icons/icon11.png',2,1),(12,'Wink','images/icons/icon12.png',2,1),(13,'Thumbs up','images/icons/icon13.png',2,1),(14,'','images/icons/icon14.png',2,1); /*!40000 ALTER TABLE `icon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `imagecategory` -- DROP TABLE IF EXISTS `imagecategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `imagecategory` ( `imagecategoryid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `imagetype` smallint(5) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`imagecategoryid`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `imagecategory` -- LOCK TABLES `imagecategory` WRITE; /*!40000 ALTER TABLE `imagecategory` DISABLE KEYS */; INSERT INTO `imagecategory` VALUES (1,'Smilies',3,1),(2,'Generic Icons',2,1),(3,'Generic Avatars',1,1); /*!40000 ALTER TABLE `imagecategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `imagecategorypermission` -- DROP TABLE IF EXISTS `imagecategorypermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `imagecategorypermission` ( `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', KEY `imagecategoryid` (`imagecategoryid`,`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `imagecategorypermission` -- LOCK TABLES `imagecategorypermission` WRITE; /*!40000 ALTER TABLE `imagecategorypermission` DISABLE KEYS */; /*!40000 ALTER TABLE `imagecategorypermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `indexqueue` -- DROP TABLE IF EXISTS `indexqueue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `indexqueue` ( `queueid` int(10) unsigned NOT NULL auto_increment, `contenttype` varchar(45) NOT NULL, `newid` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `package` varchar(64) NOT NULL, `operation` varchar(64) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`queueid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `indexqueue` -- LOCK TABLES `indexqueue` WRITE; /*!40000 ALTER TABLE `indexqueue` DISABLE KEYS */; /*!40000 ALTER TABLE `indexqueue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `infraction` -- DROP TABLE IF EXISTS `infraction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `infraction` ( `nodeid` int(10) unsigned NOT NULL default '0', `infractionlevelid` int(10) unsigned NOT NULL default '0', `infractednodeid` int(10) unsigned NOT NULL default '0', `infracteduserid` int(10) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `reputation_penalty` int(10) unsigned NOT NULL default '0', `note` varchar(255) NOT NULL default '', `action` smallint(5) unsigned NOT NULL default '0', `actiondateline` int(10) unsigned NOT NULL default '0', `actionuserid` int(10) unsigned NOT NULL default '0', `actionreason` varchar(255) NOT NULL default '0', `expires` int(10) unsigned NOT NULL default '0', `customreason` varchar(255) NOT NULL default '', PRIMARY KEY (`nodeid`), KEY `expires` (`expires`,`action`), KEY `infracteduserid` (`infracteduserid`,`action`), KEY `infractonlevelid` (`infractionlevelid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `infraction` -- LOCK TABLES `infraction` WRITE; /*!40000 ALTER TABLE `infraction` DISABLE KEYS */; /*!40000 ALTER TABLE `infraction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `infractionban` -- DROP TABLE IF EXISTS `infractionban`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `infractionban` ( `infractionbanid` int(10) unsigned NOT NULL auto_increment, `usergroupid` int(11) NOT NULL default '0', `banusergroupid` int(10) unsigned NOT NULL default '0', `amount` int(10) unsigned NOT NULL default '0', `period` char(5) NOT NULL default '', `method` enum('points','infractions') NOT NULL default 'infractions', PRIMARY KEY (`infractionbanid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `infractionban` -- LOCK TABLES `infractionban` WRITE; /*!40000 ALTER TABLE `infractionban` DISABLE KEYS */; /*!40000 ALTER TABLE `infractionban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `infractiongroup` -- DROP TABLE IF EXISTS `infractiongroup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `infractiongroup` ( `infractiongroupid` int(10) unsigned NOT NULL auto_increment, `usergroupid` int(11) NOT NULL default '0', `orusergroupid` smallint(5) unsigned NOT NULL default '0', `pointlevel` int(10) unsigned NOT NULL default '0', `override` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`infractiongroupid`), KEY `usergroupid` (`usergroupid`,`pointlevel`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `infractiongroup` -- LOCK TABLES `infractiongroup` WRITE; /*!40000 ALTER TABLE `infractiongroup` DISABLE KEYS */; /*!40000 ALTER TABLE `infractiongroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `infractionlevel` -- DROP TABLE IF EXISTS `infractionlevel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `infractionlevel` ( `infractionlevelid` int(10) unsigned NOT NULL auto_increment, `points` int(10) unsigned NOT NULL default '0', `reputation_penalty` int(10) unsigned NOT NULL default '0', `expires` int(10) unsigned NOT NULL default '0', `period` enum('H','D','M','N') NOT NULL default 'H', `warning` smallint(5) unsigned NOT NULL default '0', `extend` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`infractionlevelid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `infractionlevel` -- LOCK TABLES `infractionlevel` WRITE; /*!40000 ALTER TABLE `infractionlevel` DISABLE KEYS */; INSERT INTO `infractionlevel` VALUES (1,1,0,10,'D',1,0),(2,1,0,10,'D',1,0),(3,1,0,10,'D',1,0),(4,1,0,10,'D',1,0); /*!40000 ALTER TABLE `infractionlevel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `language` -- DROP TABLE IF EXISTS `language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `language` ( `languageid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `userselect` smallint(5) unsigned NOT NULL default '1', `options` smallint(5) unsigned NOT NULL default '1', `languagecode` varchar(12) NOT NULL default '', `charset` varchar(15) NOT NULL default '', `imagesoverride` varchar(150) NOT NULL default '', `dateoverride` varchar(50) NOT NULL default '', `timeoverride` varchar(50) NOT NULL default '', `registereddateoverride` varchar(50) NOT NULL default '', `calformat1override` varchar(50) NOT NULL default '', `calformat2override` varchar(50) NOT NULL default '', `logdateoverride` varchar(50) NOT NULL default '', `locale` varchar(20) NOT NULL default '', `decimalsep` char(1) NOT NULL default '.', `thousandsep` char(1) NOT NULL default ',', `phrasegroup_global` mediumtext, `phrasegroup_cpglobal` mediumtext, `phrasegroup_cppermission` mediumtext, `phrasegroup_forum` mediumtext, `phrasegroup_calendar` mediumtext, `phrasegroup_attachment_image` mediumtext, `phrasegroup_style` mediumtext, `phrasegroup_logging` mediumtext, `phrasegroup_cphome` mediumtext, `phrasegroup_promotion` mediumtext, `phrasegroup_user` mediumtext, `phrasegroup_help_faq` mediumtext, `phrasegroup_sql` mediumtext, `phrasegroup_subscription` mediumtext, `phrasegroup_language` mediumtext, `phrasegroup_bbcode` mediumtext, `phrasegroup_stats` mediumtext, `phrasegroup_diagnostic` mediumtext, `phrasegroup_maintenance` mediumtext, `phrasegroup_profilefield` mediumtext, `phrasegroup_thread` mediumtext, `phrasegroup_timezone` mediumtext, `phrasegroup_banning` mediumtext, `phrasegroup_reputation` mediumtext, `phrasegroup_wol` mediumtext, `phrasegroup_threadmanage` mediumtext, `phrasegroup_pm` mediumtext, `phrasegroup_cpuser` mediumtext, `phrasegroup_accessmask` mediumtext, `phrasegroup_cron` mediumtext, `phrasegroup_moderator` mediumtext, `phrasegroup_cpoption` mediumtext, `phrasegroup_cprank` mediumtext, `phrasegroup_cpusergroup` mediumtext, `phrasegroup_holiday` mediumtext, `phrasegroup_posting` mediumtext, `phrasegroup_poll` mediumtext, `phrasegroup_fronthelp` mediumtext, `phrasegroup_register` mediumtext, `phrasegroup_search` mediumtext, `phrasegroup_showthread` mediumtext, `phrasegroup_postbit` mediumtext, `phrasegroup_forumdisplay` mediumtext, `phrasegroup_messaging` mediumtext, `phrasegroup_inlinemod` mediumtext, `phrasegroup_hooks` mediumtext, `phrasegroup_cprofilefield` mediumtext, `phrasegroup_reputationlevel` mediumtext, `phrasegroup_infraction` mediumtext, `phrasegroup_infractionlevel` mediumtext, `phrasegroup_notice` mediumtext, `phrasegroup_prefix` mediumtext, `phrasegroup_prefixadmin` mediumtext, `phrasegroup_album` mediumtext, `phrasegroup_socialgroups` mediumtext, `phrasegroup_advertising` mediumtext, `phrasegroup_tagscategories` mediumtext, `phrasegroup_contenttypes` mediumtext, `phrasegroup_vbblock` mediumtext, `phrasegroup_vbblocksettings` mediumtext, `phrasegroup_vb5blog` mediumtext, `vblangcode` varchar(12) NOT NULL default '', `revision` smallint(5) unsigned NOT NULL default '0', `phrasegroup_ckeditor` mediumtext NOT NULL, `phrasegroup_cpcms` mediumtext NOT NULL, `phrasegroup_navbarlinks` mediumtext NOT NULL, PRIMARY KEY (`languageid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `language` -- LOCK TABLES `language` WRITE; /*!40000 ALTER TABLE `language` DISABLE KEYS */; INSERT INTO `language` VALUES (1,'English (US)',1,1,'en','UTF-8','','','','','','','','','.',',','a:2047:{s:8:\"1_column\";s:10:\"One Column\";s:15:\"1_comment_lower\";s:9:\"1 comment\";s:9:\"1_day_ago\";s:9:\"1 day ago\";s:10:\"1_hour_ago\";s:10:\"1 hour ago\";s:12:\"1_minute_ago\";s:12:\"1 minute ago\";s:6:\"1_view\";s:6:\"1 view\";s:10:\"1_week_ago\";s:10:\"1 week ago\";s:11:\"1x2_columns\";s:42:\"First Article Full Width, then Two Columns\";s:11:\"1x3_columns\";s:44:\"First Article Full Width, then Three Columns\";s:9:\"2_columns\";s:11:\"Two Columns\";s:11:\"2x1_columns\";s:42:\"Two Articles Side-by-side, then One Column\";s:9:\"3_columns\";s:13:\"Three Columns\";s:5:\"about\";s:5:\"About\";s:16:\"about_the_author\";s:16:\"About the Author\";s:15:\"about_this_blog\";s:15:\"About this Blog\";s:16:\"about_this_group\";s:16:\"About this Group\";s:6:\"accept\";s:6:\"Accept\";s:7:\"account\";s:7:\"Account\";s:6:\"action\";s:6:\"Action\";s:6:\"active\";s:6:\"Active\";s:14:\"active_members\";s:14:\"Active Members\";s:10:\"activities\";s:10:\"Activities\";s:15:\"activity_stream\";s:15:\"Activity Stream\";s:2:\"ad\";s:2:\"Ad\";s:12:\"add_a_folder\";s:12:\"Add a folder\";s:29:\"add_a_moderator_to_be_coowner\";s:100:\"Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.\";s:35:\"add_a_moderator_to_be_group_coowner\";s:142:\"Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.\";s:22:\"add_a_poll_answer_here\";s:17:\"Add a poll answer\";s:11:\"add_caption\";s:11:\"Add Caption\";s:29:\"add_custom_html_for_header_ad\";s:88:\"Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.\";s:14:\"add_files_dots\";s:12:\"Add Files...\";s:10:\"add_folder\";s:10:\"Add Folder\";s:18:\"add_group_managers\";s:18:\"Add Group Managers\";s:8:\"add_icon\";s:8:\"Add Icon\";s:8:\"add_link\";s:8:\"Add Link\";s:16:\"add_main_channel\";s:16:\"Add Main Channel\";s:11:\"add_modules\";s:11:\"Add Modules\";s:16:\"add_modules_desc\";s:134:\"Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.\";s:15:\"add_more_answer\";s:18:\"Add another answer\";s:10:\"add_photos\";s:10:\"Add Photos\";s:28:\"add_pm_recipient_instruction\";s:108:\"Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.\";s:12:\"add_subforum\";s:13:\"Add sub-forum\";s:9:\"add_video\";s:9:\"Add Video\";s:19:\"added_via_ajax_call\";s:19:\"Added via AJAX call\";s:35:\"adding_multiple_modules_not_allowed\";s:56:\"Adding multiple instances of %1$s module is not allowed.\";s:18:\"additional_options\";s:18:\"Additional Options\";s:5:\"admin\";s:5:\"Admin\";s:10:\"admin_auth\";s:20:\"Admin Authentication\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:8:\"admin_cp\";s:8:\"Admin CP\";s:10:\"admin_help\";s:10:\"Admin Help\";s:7:\"admincp\";s:7:\"AdminCP\";s:14:\"administrative\";s:14:\"Administrative\";s:8:\"advanced\";s:8:\"Advanced\";s:15:\"advanced_editor\";s:15:\"Advanced Editor\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:3:\"aim\";s:3:\"AIM\";s:13:\"ajax_requests\";s:13:\"AJAX Requests\";s:5:\"album\";s:5:\"Album\";s:11:\"album_saved\";s:11:\"Album Saved\";s:6:\"albums\";s:6:\"Albums\";s:15:\"alert_board_off\";s:50:\"<b>Alert:</b> The forums are currently turned off!\";s:3:\"all\";s:3:\"All\";s:56:\"all_changes_made_will_be_lost_would_you_like_to_continue\";s:58:\"All changes made will be lost. Would you like to continue?\";s:12:\"all_channels\";s:12:\"All Channels\";s:10:\"all_forums\";s:10:\"All Forums\";s:10:\"all_styles\";s:10:\"All Styles\";s:8:\"all_time\";s:8:\"All Time\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is <span class=\"time\">%2$s</span>.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:14:\"allow_comments\";s:14:\"Allow Comments\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:21:\"allow_multiple_choice\";s:21:\"Allow multiple choice\";s:22:\"allow_posting_comments\";s:27:\"Allow comments to be posted\";s:26:\"allow_replies_and_comments\";s:39:\"Allow replies and comments to be posted\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:17:\"allowed_filetypes\";s:17:\"Allowed Filetypes\";s:2:\"am\";s:2:\"AM\";s:9:\"and_other\";s:11:\"and 1 other\";s:5:\"and_x\";s:8:\"and %1$s\";s:12:\"and_x_others\";s:15:\"and %1$s others\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:15:\"any_prefix_meta\";s:10:\"Any Prefix\";s:8:\"any_time\";s:8:\"Any Time\";s:14:\"any_topic_meta\";s:9:\"Any Topic\";s:21:\"applying_new_template\";s:137:\"You are applying a new template. The new template \"%1$s\" will be applied ONLY to this page.<br />Do you want to continue saving the page?\";s:7:\"approve\";s:7:\"Approve\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:26:\"are_you_sure_move_to_trash\";s:70:\"Are you sure that you want to send the selected message(s) into trash?\";s:40:\"are_you_sure_permanently_delete_messages\";s:91:\"Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>\";s:9:\"arguments\";s:9:\"Arguments\";s:15:\"article_display\";s:15:\"Article Display\";s:12:\"article_tags\";s:12:\"Article Tags\";s:8:\"articles\";s:8:\"Articles\";s:9:\"ascending\";s:9:\"Ascending\";s:4:\"at_x\";s:7:\"At %1$s\";s:6:\"attach\";s:6:\"Attach\";s:11:\"attach_link\";s:11:\"Attach Link\";s:12:\"attach_video\";s:12:\"Attach Video\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:6:\"author\";s:6:\"Author\";s:32:\"author_information_not_available\";s:41:\"There is no author information available.\";s:26:\"auto_accept_subscribe_text\";s:80:\"Auto-accept subscriber requests from other members to subscribe to blog updates.\";s:30:\"autoaccept_subscriber_requests\";s:31:\"Auto-accept subscriber requests\";s:41:\"autoaccept_subscriber_requests_group_text\";s:81:\"Auto-accept subscriber requests from other members to subscribe to group updates.\";s:13:\"avatar_border\";s:13:\"Avatar Border\";s:7:\"avatars\";s:7:\"Avatars\";s:13:\"back_to_blogs\";s:13:\"Back to Blogs\";s:11:\"back_to_faq\";s:12:\"Back to help\";s:13:\"back_to_media\";s:13:\"Back To Media\";s:16:\"back_to_messages\";s:16:\"Back to messages\";s:12:\"back_to_poll\";s:12:\"Back to Poll\";s:21:\"back_to_previous_page\";s:21:\"Back to Previous Page\";s:15:\"back_to_profile\";s:15:\"Back to Profile\";s:20:\"back_to_socialgroups\";s:14:\"Back to Groups\";s:8:\"ban_user\";s:8:\"Ban User\";s:8:\"base_url\";s:8:\"Base URL\";s:9:\"basicinfo\";s:17:\"Basic Information\";s:14:\"bbcode_allowed\";s:42:\"<span class=\"shade\">BB Code Allowed</span>\";s:10:\"block_user\";s:18:\"Also ban this user\";s:20:\"blog_comment_entries\";s:21:\"Total comment entries\";s:9:\"blog_icon\";s:9:\"Blog Icon\";s:10:\"blog_owner\";s:10:\"Blog Owner\";s:16:\"blog_permissions\";s:16:\"Blog Permissions\";s:24:\"blog_see_all_subscribers\";s:19:\"See all subscribers\";s:15:\"blog_statistics\";s:15:\"Blog Statistics\";s:16:\"blog_subscribers\";s:11:\"Subscribers\";s:21:\"blog_subscribers_list\";s:16:\"Subscribers List\";s:12:\"blog_summary\";s:12:\"Blog Summary\";s:17:\"blog_title_exists\";s:74:\"There is already a blog using this title. Please choose a different title.\";s:18:\"blog_total_entries\";s:18:\"Total blog entries\";s:13:\"blog_visitors\";s:8:\"Visitors\";s:21:\"blogadmin_invite_desc\";s:147:\"Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\";s:40:\"blogadmin_invite_row_mysubscribers_title\";s:19:\"My Subscribers List\";s:34:\"blogadmin_invite_row_username_desc\";s:232:\"To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.\";s:35:\"blogadmin_invite_row_username_title\";s:16:\"Enter User Names\";s:15:\"blogentry_small\";s:10:\"blog entry\";s:5:\"blogs\";s:5:\"Blogs\";s:10:\"blogs_name\";s:10:\"Blogs Name\";s:8:\"bookmark\";s:8:\"Bookmark\";s:12:\"border_color\";s:12:\"Border Color\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browse_image_from_hard_drive\";s:48:\"Browse an image from your hard drive and upload.\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"by_guest\";s:8:\"by Guest\";s:13:\"by_my_friends\";s:13:\"By my Friends\";s:18:\"by_people_i_follow\";s:18:\"By people I Follow\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:25:\"can_delete_others_content\";s:26:\"Can Delete Others\' Content\";s:23:\"can_manage_own_channels\";s:23:\"Can manage own channels\";s:19:\"can_mass_move_nodes\";s:19:\"Can Mass Move Nodes\";s:8:\"can_post\";s:8:\"Can Post\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:11:\"cancel_edit\";s:12:\"Cancel Edit?\";s:21:\"cancel_new_with_quote\";s:22:\"Cancel New with Quote?\";s:15:\"cancel_transfer\";s:15:\"Cancel Transfer\";s:13:\"cancel_upload\";s:13:\"Cancel upload\";s:24:\"cannot_add_system_module\";s:52:\"You cannot add a system module to the page template.\";s:22:\"cannot_convert_channel\";s:47:\"You cannot convert a channel that is not empty.\";s:30:\"cannot_delete_infraction_nodes\";s:31:\"Cannot delete infraction nodes.\";s:28:\"cannot_move_infraction_nodes\";s:29:\"Cannot move infraction nodes.\";s:27:\"cannot_remove_system_module\";s:57:\"You cannot remove a system module from the page template.\";s:24:\"cannot_reply_to_redirect\";s:100:\"You cannot reply to a redirect. Please follow the redirect and add your content to the new location.\";s:31:\"cant_edit_in_simple_search_form\";s:65:\"The search criteria cannot be edited with the simple search form.\";s:15:\"caps_lock_is_on\";s:191:\"<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:13:\"change_layout\";s:13:\"Change Layout\";s:18:\"change_layout_desc\";s:68:\"You can change the layout and the number of columns to be displayed.\";s:7:\"channel\";s:7:\"Channel\";s:15:\"channel_display\";s:15:\"Channel Display\";s:10:\"channel_id\";s:10:\"Channel ID\";s:12:\"channel_only\";s:12:\"Channel Only\";s:13:\"channel_title\";s:13:\"Channel Title\";s:25:\"channel_title_placeholder\";s:56:\"Enter something like \'Fishing\', \'Frequent Flyer Program\'\";s:8:\"channels\";s:8:\"Channels\";s:20:\"check_to_hide_module\";s:20:\"Check to hide module\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:14:\"choose_a_style\";s:14:\"Choose a style\";s:18:\"choose_base_module\";s:18:\"Choose Base Module\";s:47:\"choose_howmany_results_display_in_search_module\";s:65:\"Choose how many results you want to display in the search module.\";s:18:\"choose_option_icon\";s:46:\"Choose one of the options to update your icon.\";s:20:\"choose_option_update\";s:67:\"Choose one of the following options to update your profile picture.\";s:24:\"choose_options_site_logo\";s:60:\"Choose one of the following options to update the site logo.\";s:30:\"choose_which_styles_apply_logo\";s:43:\"Choose which style(s) to apply the logo to.\";s:27:\"click_edit_to_config_module\";s:36:\"Click Edit to configure this module.\";s:20:\"click_page_name_jump\";s:43:\"Click on the page name to jump to that page\";s:21:\"click_text_edit_title\";s:24:\"Click text to edit title\";s:20:\"click_to_add_caption\";s:20:\"Click to add caption\";s:38:\"click_to_see_who_voted_for_this_option\";s:38:\"Click to see who voted for this option\";s:5:\"close\";s:5:\"Close\";s:13:\"close_preview\";s:13:\"Close Preview\";s:13:\"closed_thread\";s:12:\"Closed Topic\";s:3:\"cms\";s:3:\"CMS\";s:4:\"code\";s:4:\"Code\";s:8:\"collapse\";s:8:\"Collapse\";s:5:\"color\";s:5:\"Color\";s:11:\"color_style\";s:11:\"Color Style\";s:16:\"color_style_desc\";s:37:\"Select your color style for the page.\";s:7:\"comment\";s:7:\"Comment\";s:18:\"comment_in_a_topic\";s:19:\"Comment in a topic:\";s:9:\"commented\";s:9:\"commented\";s:12:\"commented_to\";s:13:\"Commented to \";s:8:\"comments\";s:8:\"Comments\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"compact\";s:7:\"Compact\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:15:\"complete_signup\";s:15:\"Complete Signup\";s:11:\"compose_new\";s:11:\"Compose New\";s:14:\"confirm_delete\";s:16:\"Confirm Deletion\";s:27:\"confirm_delete_blog_channel\";s:147:\"You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.\";s:43:\"confirm_delete_channel_has_x_posts_y_forums\";s:82:\"Are you sure you want to delete this forum? It has %1$s posts and %2$s sub-forums.\";s:28:\"confirm_delete_group_channel\";s:141:\"You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.\";s:13:\"confirm_email\";s:13:\"Confirm Email\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:19:\"connect_to_facebook\";s:19:\"Connect to Facebook\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Friends & Contacts\";s:7:\"content\";s:7:\"Content\";s:13:\"content_entry\";s:13:\"Content Entry\";s:56:\"content_for_group_event_administration_would_you_go_here\";s:52:\"Content for Group Event Administration would go here\";s:22:\"content_no_description\";s:51:\"Description cannot be empty. Please set this field.\";s:16:\"content_no_title\";s:45:\"Title cannot be empty. Please set this field.\";s:20:\"content_type_Gallery\";s:7:\"Gallery\";s:17:\"content_type_Link\";s:4:\"Link\";s:18:\"content_type_Photo\";s:5:\"Photo\";s:17:\"content_type_Poll\";s:4:\"Poll\";s:27:\"content_type_PrivateMessage\";s:15:\"Private Message\";s:17:\"content_type_Text\";s:10:\"Discussion\";s:18:\"content_type_Video\";s:5:\"Video\";s:13:\"contents_only\";s:13:\"Contents Only\";s:13:\"control_panel\";s:8:\"Settings\";s:10:\"controller\";s:10:\"Controller\";s:12:\"conversation\";s:12:\"Conversation\";s:19:\"conversation_detail\";s:19:\"Conversation Detail\";s:22:\"conversation_new_posts\";s:9:\"new posts\";s:13:\"conversations\";s:13:\"Conversations\";s:21:\"coppa_permission_form\";s:15:\"Permission Form\";s:33:\"copy_and_paste_from_image_hosting\";s:49:\"Copy and paste the image URL from a hosting site.\";s:13:\"create_a_blog\";s:13:\"Create a Blog\";s:26:\"create_a_blog_channel_desc\";s:127:\"Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.\";s:25:\"create_a_description_here\";s:25:\"Create a description here\";s:17:\"create_a_new_blog\";s:17:\"Create A New Blog\";s:27:\"create_a_search_module_name\";s:27:\"Create a search module name\";s:19:\"create_a_title_here\";s:19:\"Create a title here\";s:16:\"create_blog_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:17:\"create_forum_desc\";s:102:\"Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.\";s:17:\"create_forum_info\";s:100:\"For more advanced settings, go to the <a href=\"%1$s\">Channel Manager</a> in the Admin Control Panel.\";s:17:\"create_group_info\";s:74:\"For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.\";s:22:\"create_module_based_on\";s:56:\"Choose an existing module to base your custom module on.\";s:18:\"create_new_article\";s:18:\"Create New Article\";s:21:\"create_new_blog_entry\";s:21:\"Create New Blog Entry\";s:34:\"create_new_conversation_with_quote\";s:34:\"Create New Conversation with Quote\";s:24:\"create_new_custom_module\";s:24:\"Create New Custom Module\";s:16:\"create_new_topic\";s:16:\"Create New Topic\";s:16:\"created_by_guest\";s:17:\"Created by: Guest\";s:23:\"created_by_guest_avatar\";s:60:\"Created by: <img class=\"avatar\" src=\"%1$s\" alt=\"\" /> Guest\r\n\";s:12:\"created_by_x\";s:35:\"Created by: <a href=\"%1$s\">%2$s</a>\";s:19:\"created_by_x_avatar\";s:76:\"Created by: <img class=\"avatar\" src=\"%3$s\" alt=\"\" /> <a href=\"%1$s\">%2$s</a>\";s:13:\"css_templates\";s:13:\"CSS Templates\";s:12:\"current_list\";s:12:\"Current List\";s:20:\"current_online_users\";s:20:\"Current Online Users\";s:13:\"current_style\";s:13:\"Current Style\";s:12:\"current_time\";s:12:\"Current Time\";s:6:\"custom\";s:6:\"Custom\";s:14:\"custom_content\";s:14:\"Custom Content\";s:11:\"custom_html\";s:11:\"Custom HTML\";s:15:\"custom_priority\";s:38:\"<font color=red>Custom priority</font>\";s:15:\"customer_number\";s:15:\"Customer Number\";s:5:\"daily\";s:5:\"Daily\";s:16:\"database_asserts\";s:16:\"Database Asserts\";s:4:\"date\";s:4:\"Date\";s:16:\"date_last_update\";s:18:\"Date - last update\";s:10:\"date_range\";s:10:\"Date Range\";s:17:\"date_started_post\";s:19:\"Date - started post\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:17:\"debug_error_x_y_z\";s:64:\"Debug: Error <br />%1$s <br />occurred in file %2$s on line %3$s\";s:17:\"debug_information\";s:17:\"Debug Information\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:21:\"default_entry_options\";s:21:\"Default Entry Options\";s:20:\"default_post_options\";s:20:\"Default Post Options\";s:13:\"default_style\";s:13:\"Default Style\";s:6:\"delete\";s:6:\"Delete\";s:21:\"delete_a_blog_channel\";s:21:\"Delete a Blog Channel\";s:22:\"delete_a_group_channel\";s:22:\"Delete a Group Channel\";s:11:\"delete_blog\";s:11:\"Delete Blog\";s:12:\"delete_files\";s:12:\"Delete files\";s:13:\"delete_folder\";s:13:\"Delete Folder\";s:14:\"delete_options\";s:14:\"Delete Options\";s:20:\"delete_pending_posts\";s:20:\"Delete Pending Posts\";s:18:\"delete_permanently\";s:18:\"Delete Permanently\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:9:\"delete_sg\";s:12:\"Delete Group\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:12:\"Delete Topic\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:4:\"deny\";s:4:\"Deny\";s:10:\"descending\";s:10:\"Descending\";s:18:\"describe_your_blog\";s:59:\"Tell people what your blog is about. BBCode is not allowed.\";s:19:\"describe_your_group\";s:61:\"Tell people what your group is about. BB code is not allowed.\";s:11:\"description\";s:11:\"Description\";s:19:\"destination_channel\";s:19:\"Destination Channel\";s:9:\"directory\";s:9:\"Directory\";s:14:\"disable_bbcode\";s:14:\"Disable BBCode\";s:8:\"disabled\";s:8:\"Disabled\";s:24:\"disconnect_from_facebook\";s:24:\"Disconnect from Facebook\";s:10:\"discussion\";s:10:\"Discussion\";s:27:\"discussion_thread_created_x\";s:43:\"A discussion topic has been created at %1$s\";s:16:\"discussions_only\";s:16:\"Discussions only\";s:7:\"dismiss\";s:7:\"Dismiss\";s:7:\"display\";s:7:\"Display\";s:14:\"display_author\";s:14:\"Display Author\";s:21:\"display_comment_count\";s:21:\"Display Comment Count\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"display_pageviews\";s:17:\"Display Pageviews\";s:22:\"display_published_date\";s:22:\"Display Published Date\";s:16:\"display_settings\";s:16:\"Display Settings\";s:13:\"display_title\";s:13:\"Display Title\";s:17:\"display_widgetcat\";s:7:\"Display\";s:13:\"divider_color\";s:13:\"Divider Color\";s:52:\"do_you_want_to_cancel_editing_blog_categories_module\";s:93:\"Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.\";s:43:\"do_you_want_to_cancel_editing_search_module\";s:96:\"Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.\";s:39:\"do_you_want_to_exit_without_saving_page\";s:91:\"Do you really want to exit without saving the page?<br />Warning! All changes will be lost.\";s:29:\"do_you_want_to_remove_channel\";s:98:\"Do you really want to remove the <strong>%1$s</strong><br />Warning! This action cannot be undone.\";s:27:\"do_you_want_to_remove_forum\";s:109:\"Do you really want to remove the <strong>%1$s</strong> forum?%2$s<br />Warning! This action cannot be undone.\";s:28:\"do_you_want_to_remove_module\";s:99:\"Do you really want to remove the <strong>%1$s</strong>?<br />Warning! This action cannot be undone.\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:9:\"downloads\";s:9:\"Downloads\";s:25:\"drag_and_drop_module_here\";s:25:\"Drag and drop module here\";s:14:\"drop_page_here\";s:14:\"Drop page here\";s:59:\"dropping_container_module_into_container_module_not_allowed\";s:73:\"Dropping a container module into another container module is not allowed.\";s:4:\"edit\";s:4:\"Edit\";s:10:\"edit_album\";s:10:\"Edit Album\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:20:\"edit_blog_categories\";s:20:\"Edit Blog Categories\";s:14:\"edit_blog_icon\";s:14:\"Edit Blog Icon\";s:31:\"edit_blog_title_and_description\";s:70:\"Edit the title and description for your blog as displayed to visitors.\";s:17:\"edit_conversation\";s:17:\"Edit Conversation\";s:23:\"edit_custom_html_module\";s:23:\"Edit Custom HTML Module\";s:11:\"edit_folder\";s:11:\"Edit folder\";s:14:\"edit_following\";s:15:\"Edit Subscribed\";s:11:\"edit_footer\";s:11:\"Edit Footer\";s:16:\"edit_footer_desc\";s:57:\"Drag and drop the items within the footer navigation bar.\";s:17:\"edit_locationx_ad\";s:12:\"Edit %1$s Ad\";s:11:\"edit_module\";s:11:\"Edit module\";s:19:\"edit_navigation_bar\";s:19:\"Edit Navigation Bar\";s:24:\"edit_navigation_bar_desc\";s:88:\"Drag and drop the pages within the navigation bar or between main and subnavigation bar.\";s:20:\"edit_navigation_item\";s:20:\"Edit Navigation Item\";s:12:\"edit_options\";s:16:\"General Settings\";s:9:\"edit_page\";s:9:\"Edit Page\";s:24:\"edit_permission_for_blog\";s:25:\"Edit Permissions for Blog\";s:31:\"edit_permission_for_socialgroup\";s:47:\"Edit preferences and permissions for your Group\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:11:\"edit_photos\";s:11:\"Edit Photos\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:18:\"edit_search_module\";s:18:\"Edit Search Module\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:33:\"edit_sgroup_title_and_description\";s:71:\"Edit the title and description for your group as displayed to visitors.\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:9:\"edit_site\";s:9:\"Edit Site\";s:14:\"edit_site_logo\";s:14:\"Edit Site Logo\";s:11:\"edit_thread\";s:10:\"Edit Topic\";s:17:\"edit_your_details\";s:12:\"Edit Profile\";s:17:\"editing_a_comment\";s:17:\"Editing a comment\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:26:\"email_addresses_must_match\";s:26:\"Email addresses must match\";s:8:\"emailing\";s:8:\"Emailing\";s:19:\"empty_file_uploaded\";s:24:\"Empty file upload result\";s:11:\"empty_index\";s:11:\"Empty Index\";s:14:\"empty_response\";s:14:\"Empty Response\";s:15:\"enable_comments\";s:15:\"Enable Comments\";s:8:\"end_date\";s:8:\"End Date\";s:25:\"enter_a_new_template_here\";s:25:\"Enter a new template here\";s:15:\"enter_edit_tags\";s:15:\"Enter/Edit Tags\";s:20:\"enter_edit_tags_desc\";s:41:\"Enter new tags or click the \"X\" to remove\";s:16:\"enter_link_title\";s:16:\"Enter link title\";s:28:\"enter_message_and_recipients\";s:132:\"The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.\";s:25:\"enter_photo_gallery_title\";s:25:\"Enter photo gallery title\";s:19:\"enter_poll_question\";s:19:\"Enter poll question\";s:25:\"enter_reason_for_deleting\";s:35:\"Optional: Enter reason for deleting\";s:13:\"enter_subject\";s:13:\"Enter subject\";s:10:\"enter_tags\";s:10:\"Enter tags\";s:15:\"enter_tags_desc\";s:36:\"Type a tag and hit <kbd>Enter</kbd>.\";s:13:\"enter_the_url\";s:13:\"Enter the URL\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:17:\"enter_video_title\";s:17:\"Enter video title\";s:22:\"enter_your_status_here\";s:22:\"Enter your status here\";s:22:\"error_adding_moderator\";s:95:\"Error adding moderator. Please ensure you have permission to perform this action and try again.\";s:31:\"error_adding_search_tips_code_x\";s:72:\"Error adding search tips. (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_adding_tags_code_x\";s:65:\"Error adding tags. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_adding_widgets\";s:68:\"Error adding the widget(s). (Error code %1$s)<br />Please try again.\";s:20:\"error_cloning_widget\";s:62:\"Error cloning widget. (Error code %1$s)<br />Please try again.\";s:18:\"error_copy_posts_x\";s:64:\"Error copy posts. (Error code %1$s)<br /><br />Please try again.\";s:32:\"error_creating_user_blog_channel\";s:33:\"Error creating user blog channel.\";s:21:\"error_deleting_folder\";s:21:\"Error deleting folder\";s:20:\"error_deleting_forum\";s:20:\"Error Deleting Forum\";s:32:\"error_deleting_one_or_more_posts\";s:46:\"There was an error deleting one or more posts.\";s:19:\"error_deleting_page\";s:66:\"Error deleting page.<br />(Error code %1$s)<br />Please try again.\";s:22:\"error_deleting_posts_x\";s:68:\"Error deleting posts. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_editing_folder\";s:20:\"Error editing folder\";s:24:\"error_featuring_topics_x\";s:72:\"Error featuring topic(s). (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_fetching_channels\";s:51:\"Error fetching the channels.<br />Please try again.\";s:23:\"error_fetching_comments\";s:24:\"Error fetching comments.\";s:21:\"error_fetching_dialog\";s:22:\"Error fetching dialog.\";s:21:\"error_fetching_forums\";s:22:\"Error fetching forums.\";s:21:\"error_fetching_groups\";s:22:\"Error fetching groups.\";s:29:\"error_fetching_online_users_x\";s:75:\"Error fetching online users. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_fetching_popular_tags\";s:28:\"Error fetching popular tags.\";s:21:\"error_fetching_quotes\";s:51:\"Error fetching quotes.<br /><br />Please try again.\";s:21:\"error_fetching_topics\";s:22:\"Error fetching topics.\";s:33:\"error_fetching_user_blog_channels\";s:34:\"Error fetching user blog channels.\";s:25:\"error_getting_suggestions\";s:26:\"Error getting suggestions.\";s:29:\"error_loading_ckeditor_script\";s:183:\"There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.\";s:31:\"error_loading_copy_posts_form_x\";s:77:\"Error loading copy posts form. (Error code %1$s)<br /><br />Please try again.\";s:27:\"error_loading_delete_form_x\";s:73:\"Error loading delete form. (Error code %1$s)<br /><br />Please try again.\";s:30:\"error_loading_inlinemod_script\";s:142:\"There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.\";s:26:\"error_loading_merge_form_x\";s:72:\"Error loading merge form. (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_loading_move_form_x\";s:71:\"Error loading move form. (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_loading_photo_albums_x\";s:74:\"Error loading photo albums. (Error code %1$s)<br /><br />Please try again.\";s:18:\"error_loading_post\";s:19:\"Error loading post.\";s:34:\"error_loading_search_config_script\";s:49:\"Error loading Search Module configuration script.\";s:21:\"error_merging_posts_x\";s:67:\"Error merging posts. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_merging_threads_x\";s:68:\"Error merging topics. (Error code %1$s)<br /><br />Please try again.\";s:23:\"error_moderating_post_x\";s:70:\"Error moderating nodes. (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_moving_posts_x\";s:66:\"Error moving posts. (Error code %1$s)<br /><br />Please try again.\";s:22:\"error_moving_threads_x\";s:68:\"Error moving threads. (Error code %1$s)<br /><br />Please try again.\";s:17:\"error_no_criteria\";s:33:\"Please provide a search criteria.\";s:24:\"error_open_close_topic_x\";s:78:\"Error opening/closing topic(s). (Error code %1$s)<br /><br />Please try again.\";s:28:\"error_posting_comment_code_x\";s:69:\"Error posting comment. (Error code %1$s)<br /><br />Please try again.\";s:26:\"error_processing_site_logo\";s:54:\"Error processing the site logo.<br />Please try again.\";s:40:\"error_processing_site_logo_image_hosting\";s:114:\"Error processing the site logo from the image hosting site you specified. (Error code %1$s)<br />Please try again.\";s:27:\"error_renaming_module_title\";s:57:\"Error renaming module title.<br />Please try again later.\";s:39:\"error_retrieving_cloned_widget_template\";s:81:\"Error retrieving cloned widget template. (Error code %1$s)<br />Please try again.\";s:30:\"error_retrieving_configuration\";s:76:\"Error retrieving the configuration for \'%1$s\' module.<br />Please try again.\";s:33:\"error_retrieving_list_user_groups\";s:70:\"Error retrieving the list of user groups.<br /><br />Please try again.\";s:24:\"error_retrieving_modules\";s:67:\"Error retrieving modules. (Error code %1$s).<br />Please try again.\";s:45:\"error_retrieving_navigation_bar_configuration\";s:79:\"Error retrieving the navigation bar configuration.<br /><br />Please try again.\";s:25:\"error_retrieving_page_map\";s:67:\"Error retrieving page map. (Error code %1$s)<br />Please try again.\";s:26:\"error_retrieving_templates\";s:27:\"Error retrieving templates.\";s:26:\"error_reversing_infraction\";s:45:\"There was an error reversing this infraction.\";s:28:\"error_saving_blog_categories\";s:29:\"Error saving Blog Categories.\";s:33:\"error_saving_configuration_module\";s:78:\"Error saving the configuration for \"%1$s\" module.<br />Please try again later.\";s:27:\"error_saving_customizations\";s:27:\"Error saving customizations\";s:19:\"error_saving_forums\";s:47:\"Error saving the forums.<br />Please try again.\";s:24:\"error_saving_forums_code\";s:70:\"Error saving the forums.<br />(Error code %1$s)<br />Please try again.\";s:41:\"error_saving_navigation_bar_configuration\";s:75:\"Error saving the navigation bar configuration.<br /><br />Please try again.\";s:17:\"error_saving_page\";s:64:\"Error saving page.<br />(Error code %1$s)<br />Please try again.\";s:26:\"error_saving_search_config\";s:54:\"Error saving the search config.<br />Please try again.\";s:31:\"error_saving_search_config_code\";s:77:\"Error saving the search config.<br />(Error code %1$s)<br />Please try again.\";s:28:\"error_saving_search_module_x\";s:54:\"Error saving the Search module.<br />(Error code %1$s)\";s:22:\"error_saving_signature\";s:22:\"Error saving signature\";s:22:\"error_saving_site_logo\";s:50:\"Error saving the site logo.<br />Please try again.\";s:27:\"error_saving_site_logo_code\";s:68:\"Error saving the site logo. (Error code %1$s)<br />Please try again.\";s:23:\"error_sticking_topics_x\";s:71:\"Error sticking topic(s). (Error code %1$s)<br /><br />Please try again.\";s:24:\"error_transfer_ownership\";s:54:\"There was an error during the ownership transfer: %1$s\";s:34:\"error_trying_to_change_user_status\";s:53:\"Error trying to change user status, please try again.\";s:25:\"error_un_approve_topics_x\";s:78:\"Failed to (un)approve topic(s). (Error code %1$s)<br /><br />Please try again.\";s:25:\"error_undeleting_topics_x\";s:73:\"Error undeleting topic(s). (Error code %1$s)<br /><br />Please try again.\";s:20:\"error_updating_forum\";s:20:\"Error Updating Forum\";s:21:\"error_uploading_image\";s:21:\"Error uploading image\";s:20:\"error_uploading_logo\";s:48:\"Error uploading the logo.<br />Please try again.\";s:7:\"error_x\";s:11:\"Error: %1$s\";s:28:\"error_x_while_saving_content\";s:32:\"Error while saving content: %1$s\";s:6:\"errors\";s:6:\"Errors\";s:30:\"errors_occurred_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:17:\"example_video_url\";s:47:\"Example: http://www.youtube.com/watch?v=1234567\";s:14:\"excluded_words\";s:14:\"Excluded Words\";s:19:\"excluded_words_desc\";s:253:\"<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>\";s:8:\"existing\";s:8:\"Existing\";s:32:\"existing_message_will_be_deleted\";s:60:\"Existing message will be erased. Would you like to continue?\";s:30:\"existing_reply_will_be_deleted\";s:58:\"Existing reply will be erased. Would you like to continue?\";s:19:\"exit_without_saving\";s:19:\"Exit without Saving\";s:24:\"exit_without_saving_page\";s:25:\"Exit Without Saving Page?\";s:6:\"export\";s:6:\"Export\";s:8:\"facebook\";s:8:\"Facebook\";s:15:\"facebook_active\";s:15:\"Facebook Active\";s:16:\"facebook_connect\";s:21:\"The Facebook Platform\";s:17:\"facebook_language\";s:5:\"en_US\";s:20:\"failed_write_to_disk\";s:28:\"Failed to write file to disk\";s:3:\"faq\";s:4:\"Help\";s:23:\"feature_not_implemented\";s:179:\"Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.\";s:8:\"featured\";s:8:\"Featured\";s:8:\"february\";s:8:\"February\";s:13:\"fewer_smilies\";s:21:\"« Fewer Smilies\";s:12:\"fewer_videos\";s:12:\"Fewer Videos\";s:23:\"fields_denoted_required\";s:76:\"Fields denoted with <span class=\"config-required-mark\">*</span> are required\";s:26:\"file_exceeds_max_file_size\";s:48:\"File exceeds MAX_FILE_SIZE (HTML form directive)\";s:32:\"file_exceeds_upload_max_filesize\";s:52:\"File exceeds upload_max_filesize (php.ini directive)\";s:17:\"file_is_too_small\";s:17:\"File is too small\";s:32:\"file_upload_stopped_by_extension\";s:32:\"File upload stopped by extension\";s:20:\"filetype_not_allowed\";s:20:\"Filetype not allowed\";s:6:\"filter\";s:6:\"Filter\";s:14:\"filter_results\";s:14:\"Filter results\";s:13:\"filter_search\";s:13:\"Filter search\";s:11:\"filtered_by\";s:11:\"Filtered by\";s:21:\"find_all_blog_entries\";s:21:\"Find all blog entries\";s:16:\"find_all_content\";s:16:\"Find all content\";s:21:\"find_all_group_topics\";s:21:\"Find all group topics\";s:14:\"find_all_posts\";s:14:\"Find all posts\";s:24:\"find_all_started_threads\";s:23:\"Find all started topics\";s:21:\"find_out_more_about_x\";s:43:\"Find out more about <a href=\"%1$s\">%2$s</a>\";s:10:\"find_posts\";s:10:\"Find Posts\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:10:\"find_users\";s:10:\"Find Users\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:4:\"flag\";s:4:\"Flag\";s:11:\"flag_a_post\";s:11:\"Flag a Post\";s:12:\"flag_reports\";s:12:\"Flag Reports\";s:6:\"folder\";s:6:\"Folder\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:6:\"follow\";s:9:\"Subscribe\";s:12:\"follow_error\";s:41:\"Can not subscribe.<br />Please try again.\";s:14:\"follow_request\";s:15:\"Follow Request.\";s:23:\"follow_request_accepted\";s:33:\"Follow request has been accepted.\";s:21:\"follow_request_denied\";s:31:\"Follow request has been denied.\";s:9:\"followers\";s:11:\"Subscribers\";s:9:\"following\";s:10:\"Subscribed\";s:17:\"following_pending\";s:7:\"Pending\";s:16:\"following_remove\";s:11:\"Unsubscribe\";s:6:\"footer\";s:6:\"Footer\";s:15:\"forgot_password\";s:29:\"Forgot password or user name?\";s:21:\"forgot_password_title\";s:15:\"Forgot Password\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:5:\"forum\";s:5:\"Forum\";s:26:\"forum_changes_will_be_lost\";s:70:\"All forum changes you made will be lost.<br />Do you want to continue?\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:10:\"friday_min\";s:2:\"Fr\";s:6:\"friend\";s:6:\"Friend\";s:7:\"friends\";s:7:\"Friends\";s:4:\"from\";s:4:\"From\";s:8:\"from_url\";s:8:\"From Url\";s:11:\"from_x_days\";s:14:\"From %1$s days\";s:11:\"from_x_to_y\";s:18:\"From: %1$s to %2$s\";s:10:\"fullscreen\";s:37:\"Fullscreen (Press Esc or F11 to exit)\";s:5:\"fwd_x\";s:9:\"FWD: %1$s\";s:17:\"gallery_slideshow\";s:17:\"Gallery Slideshow\";s:7:\"general\";s:7:\"General\";s:19:\"general_information\";s:19:\"General Information\";s:17:\"generic_widgetcat\";s:7:\"Generic\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:17:\"go_to_ignore_list\";s:17:\"Go to Ignore List\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:10:\"go_to_post\";s:10:\"Go to post\";s:22:\"go_to_subscribers_list\";s:22:\"Go to Subscribers List\";s:24:\"go_to_subscriptions_list\";s:24:\"Go to Subscriptions List\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:27:\"goto_blog_advanced_settings\";s:101:\"Want to see more blog settings? Go to <a href=\"%1$s\" class=\"blog-adv-settings\">Advanced Settings</a>.\";s:29:\"grant_member_request_accepted\";s:39:\"Grant member request has been accepted.\";s:32:\"grant_moderator_request_accepted\";s:42:\"Grant moderator request has been accepted.\";s:28:\"grant_owner_request_accepted\";s:38:\"Grant owner request has been accepted.\";s:5:\"group\";s:5:\"Group\";s:14:\"group_category\";s:14:\"Group Category\";s:21:\"group_comment_entries\";s:21:\"Total comment entries\";s:13:\"group_content\";s:13:\"Group Content\";s:10:\"group_icon\";s:10:\"Group Icon\";s:28:\"group_members_and_registered\";s:28:\"Group Members and Registered\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:11:\"group_owner\";s:11:\"Group Owner\";s:17:\"group_permissions\";s:17:\"Group Permissions\";s:25:\"group_see_all_subscribers\";s:15:\"See all members\";s:16:\"group_statistics\";s:16:\"Group Statistics\";s:22:\"group_subscribers_list\";s:12:\"Members List\";s:13:\"group_summary\";s:13:\"Group Summary\";s:19:\"group_topic_options\";s:19:\"Group Topic Options\";s:12:\"group_topics\";s:12:\"Group Topics\";s:19:\"group_total_entries\";s:18:\"Total group topics\";s:6:\"groups\";s:6:\"Groups\";s:11:\"groups_name\";s:11:\"Groups Name\";s:16:\"grouptopic_small\";s:11:\"group topic\";s:5:\"guest\";s:5:\"Guest\";s:12:\"guest_avatar\";s:14:\"Guest\'s Avatar\";s:15:\"guest_commented\";s:15:\"Guest commented\";s:31:\"guest_commented_on_guests_reply\";s:85:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link animate-scroll\">reply</a>\";s:36:\"guest_commented_on_guests_reply_to_z\";s:124:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:48:\"guest_commented_on_guests_reply_to_z_with_prefix\";s:206:\"Guest commented on Guest\'s <a href=\"%1$s\" class=\"reply-link\">reply</a> to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:28:\"guest_commented_on_vm_from_y\";s:65:\"Guest commented on a <a href=\"%1$s\">Visitor Message From %2$s</a>\";s:27:\"guest_commented_on_ys_reply\";s:130:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"guest_commented_on_ys_reply_to_z\";s:169:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"guest_commented_on_ys_reply_to_z_with_prefix\";s:252:\"Guest commented on <a href=\"%1$s\" class=\"user-profile reply\">%2$s</a>\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:35:\"guest_posted_visitormessage_for_y_2\";s:58:\"Guest posted a Visitor Message for <a href=\"%2$s\">%1$s</a>\";s:13:\"guest_replied\";s:13:\"Guest replied\";s:18:\"guest_replied_to_y\";s:67:\"Guest replied to <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:25:\"guest_started_a_article_y\";s:76:\"A guest posted an article <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:27:\"guest_started_a_blog_post_y\";s:76:\"Guest started a blog post <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:39:\"guest_started_a_blog_post_y_with_prefix\";s:158:\"Guest started a blog post <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:20:\"guest_started_a_poll\";s:20:\"Guest started a poll\";s:22:\"guest_started_a_poll_y\";s:71:\"Guest started a poll <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:34:\"guest_started_a_poll_y_with_prefix\";s:153:\"Guest started a poll <a href=\"%4$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%5$s%%22%%5D%%7D\">%6$s</a> <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"guest_started_a_topic\";s:21:\"Guest started a topic\";s:23:\"guest_started_a_topic_y\";s:72:\"Guest started a topic <a href=\"%1$s\" class=\"post-title starter\">%3$s</a>\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:6:\"header\";s:6:\"Header\";s:21:\"header_ad_html_module\";s:21:\"Header Ad HTML Module\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:11:\"hide_module\";s:11:\"Hide module\";s:4:\"home\";s:4:\"Home\";s:12:\"host_name_is\";s:11:\"Hostname is\";s:5:\"hours\";s:5:\"Hours\";s:15:\"href_x_y_and_me\";s:29:\"<a href=\"%1$s\">%2$s</a> and I\";s:35:\"href_x_y_and_me_are_in_this_message\";s:54:\"<a href=\"%1$s\">%2$s</a> and I are in this conversation\";s:18:\"href_x_y_and_other\";s:63:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and 1 other</span>\";s:42:\"href_x_y_and_y_1_other_are_in_this_message\";s:149:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:21:\"href_x_y_and_y_others\";s:67:\"<a href=\"%1$s\">%2$s</a><span class=\"others\"> and %3$s others</span>\";s:43:\"href_x_y_and_y_z_others_are_in_this_message\";s:153:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:27:\"href_x_y_is_in_this_message\";s:47:\"<a href=\"%1$s\">%2$s</a> is in this conversation\";s:21:\"href_x_y_me_and_other\";s:67:\"<a href=\"%1$s\">%2$s</a>, me <span class=\"others\">and 1 other</span>\";s:45:\"href_x_y_me_and_y_1_other_are_in_this_message\";s:152:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> are in this conversation\";s:24:\"href_x_y_me_and_y_others\";s:70:\"<a href=\"%1$s\">%2$s</a>, I <span class=\"others\">and %3$s others</span>\";s:46:\"href_x_y_me_and_y_z_others_are_in_this_message\";s:156:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> are in this conversation\";s:4:\"html\";s:4:\"HTML\";s:9:\"html_code\";s:9:\"HTML Code\";s:8:\"html_off\";s:9:\"HTML: Off\";s:7:\"html_on\";s:8:\"HTML: On\";s:14:\"html_title_tag\";s:22:\"HTML <title> Tag\";s:13:\"htmlstate_off\";s:8:\"HTML Off\";s:12:\"htmlstate_on\";s:34:\"HTML On - Don\'t Convert Linebreaks\";s:18:\"htmlstate_on_nl2br\";s:28:\"HTML On - Convert Linebreaks\";s:3:\"hue\";s:4:\"Hue.\";s:6:\"hybrid\";s:6:\"Hybrid\";s:23:\"i_have_read_agree_terms\";s:102:\"I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>\";s:11:\"icon_legend\";s:11:\"Icon Legend\";s:3:\"icq\";s:3:\"ICQ\";s:24:\"if_blog_title_left_blank\";s:72:\"If blog channel title is left blank, your username will be used instead.\";s:6:\"ignore\";s:6:\"Ignore\";s:28:\"image_exceeded_max_file_size\";s:41:\"Image exceeded maximum file-size of %1$s.\";s:18:\"image_hosting_site\";s:18:\"Image hosting site\";s:23:\"image_hosting_site_desc\";s:48:\"Copy and paste an image URL from a hosting site.\";s:23:\"image_hosting_site_note\";s:56:\"Note: The maximum width of your site logo is 320 pixels.\";s:18:\"image_verification\";s:18:\"Image Verification\";s:11:\"in_progress\";s:11:\"In Progress\";s:4:\"in_x\";s:26:\"in <a href=\"%1$s\">%2$s</a>\";s:12:\"in_x_channel\";s:43:\"in <a href=\"%1$s\" class=\"ellipsis\">%2$s</a>\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:14:\"Message Center\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:18:\"infraction_for_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:29:\"infraction_for_x_y_in_topic_z\";s:41:\"Infraction for %1$s: %2$s, in topic: %3$s\";s:21:\"infraction_topic_post\";s:236:\"Topic: [url=%1$s]%2$s[/url]\r\nUser: [url=%3$s]%4$s[/url]\r\nInfraction: %5$s\r\nPoints: %6$s\r\nReputation Penalty: %10$s\r\n\r\nAdministrative Note:[quote]%7$s[/quote]\r\n\r\nMessage to User:[quote]%8$s[/quote]\r\n\r\nOriginal Post: [quote]%9$s[/quote]\r\n\";s:24:\"infraction_topic_profile\";s:168:\"User: [url=%1$s]%2$s[/url]\r\nInfraction: %3$s\r\nPoints: %4$s\r\nReputation Penalty: %7$s\r\n\r\nAdministrative Note:[quote]%5$s[/quote]\r\n\r\nMessage to User:[quote]%6$s[/quote]\r\n\";s:11:\"infractions\";s:11:\"Infractions\";s:10:\"inline_mod\";s:10:\"Inline Mod\";s:29:\"inlinemod_auth_enter_password\";s:26:\"Please enter your password\";s:22:\"inlinemodauth_required\";s:46:\"This action require a moderator authentication\";s:26:\"input_navigation_item_name\";s:34:\"Please input Navigation Item Name.\";s:16:\"input_target_url\";s:24:\"Please input Target URL.\";s:6:\"insert\";s:6:\"Insert\";s:17:\"insert_page_break\";s:17:\"Insert Page Break\";s:11:\"insert_poll\";s:11:\"Insert Poll\";s:20:\"insert_preview_break\";s:20:\"Insert Preview Break\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:25:\"invalid_channel_requested\";s:46:\"Information was request for an invalid channel\";s:20:\"invalid_content_info\";s:21:\"Invalid content info.\";s:18:\"invalid_custom_url\";s:156:\"Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n%1$s\";s:21:\"invalid_email_address\";s:22:\"Invalid email address.\";s:16:\"invalid_end_date\";s:68:\"You entered an invalid end date. Please use four-digit year numbers.\";s:35:\"invalid_image_allowed_filetypes_are\";s:58:\"Invalid image. Allowed file types are: jpg, jpeg, png, gif\";s:17:\"invalid_image_url\";s:47:\"Invalid image URL.<br />Please try another one.\";s:19:\"invalid_json_string\";s:19:\"Invalid JSON string\";s:17:\"invalid_link_type\";s:23:\"Invalid Link Type: %1$s\";s:22:\"invalid_msgfolder_name\";s:90:\"Invalid folder name. The folder name must have at least one char and maximum of 512 chars.\";s:15:\"invalid_node_id\";s:26:\"Invalid node id specified.\";s:21:\"invalid_pm_recipients\";s:123:\"Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names\";s:15:\"invalid_request\";s:15:\"Invalid Request\";s:29:\"invalid_search_implementation\";s:98:\"The selected search implementation is not valid. Please contact vBulletin support for assistance.\";s:40:\"invalid_server_response_please_try_again\";s:53:\"Invalid server response.<br /><br />Please try again.\";s:41:\"invalid_special_channel_subscribe_request\";s:76:\"Invalid subscribe request. You have to join this channel before subscribing.\";s:18:\"invalid_start_date\";s:70:\"You entered an invalid start date. Please use four-digit year numbers.\";s:18:\"invalid_table_sort\";s:34:\"The sort parameters are not valid.\";s:24:\"invalid_user_permissions\";s:43:\"Invalid user permissions for page requested\";s:17:\"invalid_video_url\";s:33:\"Invalid or unsupported video URL.\";s:20:\"invalid_x_tag_length\";s:26:\"Tag length should be %1$s.\";s:33:\"invitations_to_join_social_groups\";s:17:\"Group Invitations\";s:14:\"invite_members\";s:14:\"Invite Members\";s:11:\"invite_only\";s:11:\"Invite Only\";s:10:\"ip_address\";s:10:\"IP Address\";s:13:\"ip_address_is\";s:13:\"IP address is\";s:7:\"ip_info\";s:14:\"IP Information\";s:2:\"is\";s:2:\"is\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:10:\"join_error\";s:36:\"Can not join.<br />Please try again.\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:6:\"joined\";s:6:\"Joined\";s:9:\"joined_at\";s:9:\"Joined at\";s:11:\"joined_date\";s:11:\"Joined Date\";s:14:\"joined_members\";s:14:\"Joined Members\";s:4:\"july\";s:4:\"July\";s:4:\"june\";s:4:\"June\";s:8:\"keywords\";s:8:\"Keywords\";s:18:\"keywords_ignored_x\";s:35:\"Common keywords were ignored: %1$s.\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:10:\"last_month\";s:10:\"Last Month\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:12:\"last_post_by\";s:12:\"Last Post By\";s:10:\"last_visit\";s:10:\"Last Visit\";s:19:\"last_visited_x_at_y\";s:30:\"You last visited: %1$s at %2$s\";s:9:\"last_week\";s:9:\"Last Week\";s:15:\"latest_activity\";s:15:\"Latest Activity\";s:11:\"layout_full\";s:4:\"Full\";s:18:\"layout_narrow_wide\";s:11:\"Narrow/Wide\";s:18:\"layout_wide_narrow\";s:11:\"Wide/Narrow\";s:15:\"leave_a_comment\";s:15:\"Leave a comment\";s:25:\"leave_reason_for_deletion\";s:25:\"Leave reason for deletion\";s:12:\"less_options\";s:14:\"- Less Options\";s:4:\"like\";s:4:\"Like\";s:10:\"like_lower\";s:4:\"like\";s:5:\"likes\";s:5:\"Likes\";s:11:\"likes_lower\";s:5:\"likes\";s:4:\"link\";s:4:\"Link\";s:15:\"link_attributes\";s:15:\"Link Attributes\";s:12:\"link_content\";s:12:\"Link Content\";s:16:\"link_x_y_replied\";s:59:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied\";s:5:\"links\";s:5:\"Links\";s:10:\"links_only\";s:10:\"Links only\";s:22:\"load_from_current_page\";s:22:\"Load from Current Page\";s:7:\"loading\";s:7:\"Loading\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:10:\"logging_in\";s:10:\"Logging in\";s:5:\"login\";s:5:\"Login\";s:16:\"login_or_sign_up\";s:16:\"Login or Sign Up\";s:14:\"login_redirect\";s:14:\"Login Redirect\";s:24:\"login_success_admin_auth\";s:39:\"Login Successful. Now reloading page...\";s:4:\"logo\";s:4:\"Logo\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:17:\"lostpw_email_sent\";s:182:\"We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.\";s:19:\"main_navigation_bar\";s:19:\"Main Navigation Bar\";s:13:\"make_category\";s:13:\"Make Category\";s:10:\"make_forum\";s:10:\"Make Forum\";s:17:\"make_votes_public\";s:17:\"Make votes public\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:14:\"manage_content\";s:14:\"Manage Content\";s:19:\"manage_contributors\";s:19:\"Manage Contributors\";s:14:\"manage_deleted\";s:22:\"Manage Deleted Content\";s:21:\"manage_group_managers\";s:21:\"Manage Group Managers\";s:21:\"manage_joined_members\";s:21:\"Manage Joined Members\";s:17:\"manage_moderators\";s:17:\"Manage Moderators\";s:18:\"manage_subscribers\";s:18:\"Manage Subscribers\";s:5:\"march\";s:5:\"March\";s:14:\"mark_as_closed\";s:14:\"Mark as Closed\";s:12:\"mark_as_open\";s:12:\"Mark as Open\";s:18:\"mark_channels_read\";s:18:\"Mark Channels Read\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:35:\"mark_message_status_text_for_delete\";s:32:\"Message has been moved to Trash.\";s:47:\"mark_message_status_text_for_delete_permanently\";s:37:\"Message has been permanently deleted.\";s:33:\"mark_message_status_text_for_move\";s:46:\"Message has been moved to the selected folder.\";s:33:\"mark_message_status_text_for_read\";s:29:\"Message has been marked read.\";s:37:\"mark_message_status_text_for_undelete\";s:27:\"Message has been undeleted.\";s:35:\"mark_message_status_text_for_unread\";s:31:\"Message has been marked unread.\";s:32:\"mark_message_status_text_generic\";s:25:\"Message has been updated.\";s:36:\"mark_messages_status_text_for_delete\";s:34:\"Messages have been moved to Trash.\";s:48:\"mark_messages_status_text_for_delete_permanently\";s:39:\"Messages have been permanently deleted.\";s:34:\"mark_messages_status_text_for_move\";s:48:\"Messages have been moved to the selected folder.\";s:34:\"mark_messages_status_text_for_read\";s:31:\"Messages have been marked read.\";s:38:\"mark_messages_status_text_for_undelete\";s:29:\"Messages have been undeleted.\";s:36:\"mark_messages_status_text_for_unread\";s:33:\"Messages have been marked unread.\";s:33:\"mark_messages_status_text_generic\";s:27:\"Messages have been updated.\";s:34:\"mark_report_status_text_for_closed\";s:23:\"Report has been closed.\";s:34:\"mark_report_status_text_for_delete\";s:24:\"Report has been deleted.\";s:32:\"mark_report_status_text_for_open\";s:23:\"Report has been opened.\";s:31:\"mark_report_status_text_generic\";s:24:\"Report has been updated.\";s:35:\"mark_reports_status_text_for_closed\";s:25:\"Reports have been closed.\";s:35:\"mark_reports_status_text_for_delete\";s:26:\"Reports have been deleted.\";s:33:\"mark_reports_status_text_for_open\";s:25:\"Reports have been opened.\";s:32:\"mark_reports_status_text_generic\";s:26:\"Reports have been updated.\";s:23:\"max_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:28:\"max_number_of_files_exceeded\";s:28:\"Max number of files exceeded\";s:27:\"maxchars_exceeded_x_title_y\";s:132:\"Maximum number of characters exceeded in the title. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:21:\"maxchars_exceeded_x_y\";s:119:\"Maximum number of characters exceeded. It cannot be more than %1$s characters. The current number of characters is %2$s\";s:3:\"may\";s:3:\"May\";s:5:\"media\";s:5:\"Media\";s:9:\"megabytes\";s:2:\"MB\";s:6:\"member\";s:6:\"member\";s:11:\"member_list\";s:11:\"Member list\";s:11:\"member_name\";s:11:\"Member Name\";s:7:\"members\";s:7:\"Members\";s:23:\"members_in_this_message\";s:28:\"Members in this Conversation\";s:12:\"members_list\";s:11:\"Member List\";s:12:\"members_only\";s:12:\"Members Only\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by <a href=\"%1$s\">%2$s</a>.\";s:18:\"message_navigation\";s:18:\"Message Navigation\";s:14:\"message_search\";s:14:\"Message Search\";s:15:\"message_toolbar\";s:15:\"Message Toolbar\";s:8:\"messages\";s:5:\"Inbox\";s:15:\"messages_header\";s:8:\"Messages\";s:14:\"messages_lower\";s:8:\"messages\";s:21:\"messages_updated_desc\";s:27:\"Messages have been updated.\";s:16:\"meta_description\";s:16:\"Meta Description\";s:16:\"meta_information\";s:16:\"Meta Information\";s:6:\"method\";s:6:\"Method\";s:4:\"mine\";s:4:\"mine\";s:19:\"missing_temp_folder\";s:26:\"Missing a temporary folder\";s:3:\"mod\";s:3:\"Mod\";s:35:\"moderate_comments_before_displaying\";s:35:\"Moderate comments before displaying\";s:30:\"moderate_topics_before_display\";s:55:\"Moderate topics, replies and comments before displaying\";s:9:\"moderated\";s:9:\"Moderated\";s:15:\"moderatepublish\";s:85:\"Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>\";s:10:\"moderation\";s:10:\"Moderation\";s:16:\"moderation_tools\";s:16:\"Moderation Tools\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:20:\"module_configuration\";s:20:\"Module Configuration\";s:16:\"module_container\";s:16:\"Container Module\";s:11:\"module_icon\";s:11:\"Module icon\";s:38:\"module_layout_changes_affect_all_pages\";s:91:\"Module and layout changes to a template affect ALL the pages associated with that template.\";s:6:\"monday\";s:6:\"Monday\";s:10:\"monday_min\";s:2:\"Mo\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:12:\"more_options\";s:14:\"+ More Options\";s:12:\"more_smilies\";s:20:\"More Smilies »\";s:11:\"more_videos\";s:11:\"More Videos\";s:11:\"most_recent\";s:11:\"Most recent\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:48:\"Most users ever online was %1$s at %3$s on %2$s.\";s:4:\"move\";s:4:\"Move\";s:10:\"move_items\";s:10:\"Move Items\";s:11:\"move_module\";s:11:\"Move module\";s:16:\"move_not_allowed\";s:16:\"Move Not Allowed\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:36:\"moving_main_nav_to_own_sub_nav_error\";s:70:\"Main navigation items cannot be moved into its own sub navigation bar.\";s:34:\"moving_main_nav_with_sub_nav_error\";s:116:\"Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.\";s:3:\"msn\";s:3:\"MSN\";s:14:\"multiple_words\";s:14:\"Multiple Words\";s:19:\"multiple_words_desc\";s:264:\"<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\";s:8:\"my_blogs\";s:8:\"My Blogs\";s:17:\"my_custom_modules\";s:17:\"My Custom Modules\";s:10:\"my_profile\";s:10:\"My Profile\";s:16:\"my_subscriptions\";s:16:\"My Subscriptions\";s:3:\"n_a\";s:3:\"N/A\";s:10:\"navigation\";s:10:\"Navigation\";s:14:\"navigation_bar\";s:14:\"Navigation Bar\";s:19:\"navigation_bar_desc\";s:88:\"Select from the available page list to add to the navigation bar and sub-navigation bar.\";s:20:\"navigation_item_name\";s:20:\"Navigation Item Name\";s:16:\"need_folder_name\";s:35:\"First, please enter a folder title.\";s:24:\"need_privatemessage_text\";s:26:\"Please enter message text.\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"New\";s:11:\"new_channel\";s:11:\"New Channel\";s:11:\"new_message\";s:11:\"New Message\";s:19:\"new_navigation_item\";s:19:\"New Navigation Item\";s:8:\"new_page\";s:8:\"New Page\";s:9:\"new_posts\";s:21:\"Contains unread posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:22:\"new_subnavigation_item\";s:23:\"New Sub Navigation Item\";s:10:\"new_topics\";s:10:\"New Topics\";s:14:\"new_with_quote\";s:14:\"New with Quote\";s:5:\"newer\";s:5:\"Newer\";s:12:\"newest_first\";s:12:\"Newest first\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:11:\"no_activity\";s:30:\"No activity results to display\";s:11:\"no_ad_added\";s:25:\"No Ad has been added yet.\";s:15:\"no_announcement\";s:20:\"No announcement yet.\";s:17:\"no_articles_found\";s:18:\"No articles found.\";s:22:\"no_articles_in_channel\";s:39:\"There are no articles in this category.\";s:19:\"no_background_image\";s:19:\"No Background Image\";s:12:\"no_birthdays\";s:13:\"No birthdays.\";s:23:\"no_configurations_found\";s:24:\"No configurations found.\";s:16:\"no_content_found\";s:16:\"No content found\";s:14:\"no_content_yet\";s:36:\"No Content Yet, but it will go here!\";s:27:\"no_conversations_in_channel\";s:43:\"There are no conversations in this channel.\";s:21:\"no_delete_permissions\";s:44:\"User has no permissions to remove this post.\";s:17:\"no_file_to_upload\";s:18:\"No file to upload.\";s:16:\"no_file_uploaded\";s:20:\"No file was uploaded\";s:12:\"no_followers\";s:37:\"User has no subscribers to display...\";s:12:\"no_following\";s:34:\"No new updates in subscriptions...\";s:15:\"no_forums_found\";s:16:\"No forums found.\";s:7:\"no_icon\";s:7:\"No Icon\";s:19:\"no_media_to_display\";s:20:\"No media to display.\";s:16:\"no_message_found\";s:17:\"No message found.\";s:23:\"no_moderate_permissions\";s:57:\"User has not enough moderate permissions for this action.\";s:10:\"no_modules\";s:17:\"No modules found.\";s:16:\"no_modules_found\";s:58:\"No modules found. Please change the module name to search.\";s:12:\"no_new_posts\";s:24:\"Contains no unread posts\";s:18:\"no_permission_blog\";s:47:\"Sorry, you are not authorized to view this blog\";s:24:\"no_permission_use_avatar\";s:37:\"You have no permission to use avatar.\";s:15:\"no_photos_found\";s:16:\"No photos found.\";s:31:\"no_photos_found_or_post_deleted\";s:70:\"No photos found or this post has been deleted. Try reloading the page.\";s:19:\"no_photos_or_albums\";s:52:\"You have no uploaded photos or albums to choose from\";s:26:\"no_post_content_to_preview\";s:87:\"There is no post content to preview. Please type something in the editor to preview it.\";s:14:\"no_prefix_meta\";s:9:\"No Prefix\";s:25:\"no_preview_text_available\";s:26:\"No preview text available.\";s:20:\"no_preview_thumbnail\";s:20:\"No preview thumbnail\";s:22:\"no_publish_permissions\";s:46:\"User has no publish permissions for this post.\";s:33:\"no_subscribed_articles_to_display\";s:34:\"No subscribed articles to display.\";s:30:\"no_subscribed_posts_to_display\";s:31:\"No subscribed posts to display.\";s:11:\"no_tags_yet\";s:22:\"There are no tags yet.\";s:18:\"no_templates_found\";s:62:\"No templates found. Please change the template name to search.\";s:15:\"no_topics_found\";s:16:\"No topics found.\";s:14:\"no_user_online\";s:22:\"No user is online now.\";s:7:\"node_id\";s:7:\"Node ID\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:34:\"not_enabled_or_no_appid_secret_set\";s:40:\"Not enabled or no appid & secret set\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:13:\"not_published\";s:13:\"Not Published\";s:29:\"not_published_scheduled_for_x\";s:34:\"Not published, scheduled for: %1$s\";s:4:\"note\";s:4:\"Note\";s:13:\"notice_1_html\";s:380:\"If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:17:\"notification_type\";s:17:\"Notification Type\";s:13:\"notifications\";s:13:\"Notifications\";s:19:\"notifications_lower\";s:13:\"notifications\";s:21:\"notify_abbrev_comment\";s:3:\"Com\";s:20:\"notify_abbrev_follow\";s:2:\"FR\";s:18:\"notify_abbrev_rate\";s:4:\"Rate\";s:19:\"notify_abbrev_reply\";s:2:\"Re\";s:28:\"notify_abbrev_visitormessage\";s:2:\"VM\";s:18:\"notify_abbrev_vote\";s:4:\"Vote\";s:8:\"november\";s:8:\"November\";s:3:\"now\";s:3:\"Now\";s:11:\"nr_of_posts\";s:10:\"# of Posts\";s:17:\"number_of_results\";s:17:\"Number of results\";s:7:\"october\";s:7:\"October\";s:13:\"of_pagination\";s:2:\"of\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:12:\"oldest_first\";s:12:\"Oldest first\";s:2:\"on\";s:2:\"On\";s:41:\"onbeforeunload_message_while_editing_post\";s:171:\"You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?\";s:13:\"one_header_ad\";s:13:\"One header Ad\";s:6:\"online\";s:6:\"Online\";s:25:\"online_error_resolving_ip\";s:18:\"Error resolving IP\";s:12:\"online_users\";s:12:\"Online Users\";s:4:\"only\";s:4:\"Only\";s:19:\"only_used_to_report\";s:139:\"<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:18:\"open_in_new_window\";s:18:\"Open in New Window\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"openid\";s:6:\"OpenID\";s:6:\"option\";s:6:\"Option\";s:20:\"option_title_toolong\";s:23:\"Poll option is too long\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:6:\"or_cap\";s:2:\"OR\";s:10:\"or_sign_up\";s:84:\"or <a id=\"idLoginSignup\" href=\"%1$s/register?urlpath=%2$s\" target=\"_top\">Sign Up</a>\";s:5:\"order\";s:5:\"Order\";s:16:\"organize_sidebar\";s:16:\"Organize Sidebar\";s:29:\"organize_sidebar_modules_desc\";s:75:\"Organize Sidebar Modules by moving them up and down to adjust the position.\";s:17:\"originally_posted\";s:17:\"Originally posted\";s:22:\"originally_posted_by_x\";s:42:\"Originally posted by <strong>%1$s</strong>\";s:18:\"overwrite_template\";s:19:\"Overwrite Template?\";s:27:\"overwrite_template_continue\";s:143:\"You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?\";s:5:\"owner\";s:5:\"Owner\";s:4:\"page\";s:4:\"Page\";s:19:\"page_does_not_exist\";s:53:\"That page does not exist. Please select a valid page.\";s:7:\"page_id\";s:7:\"Page ID\";s:9:\"page_list\";s:9:\"Page List\";s:12:\"page_manager\";s:12:\"Page Manager\";s:8:\"page_map\";s:8:\"Page Map\";s:14:\"page_parent_id\";s:9:\"Parent ID\";s:13:\"page_template\";s:13:\"Page Template\";s:16:\"page_template_id\";s:16:\"Page Template ID\";s:35:\"page_template_title_cannot_be_empty\";s:81:\"The page template title cannot be empty. Please go back and correct this problem.\";s:10:\"page_title\";s:10:\"Page Title\";s:26:\"page_title_cannot_be_empty\";s:72:\"The page title cannot be empty. Please go back and correct this problem.\";s:9:\"page_type\";s:9:\"Page Type\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:5:\"pages\";s:5:\"Pages\";s:26:\"paid_subscription_required\";s:48:\"You must select a paid subscription to purchase.\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:6:\"parent\";s:6:\"parent\";s:12:\"parent_email\";s:21:\"Parent/Guardian Email\";s:8:\"password\";s:8:\"Password\";s:36:\"password_must_be_at_least_four_chars\";s:46:\"Password must be at least four characters long\";s:14:\"password_reset\";s:14:\"Password Reset\";s:20:\"passwords_must_match\";s:20:\"Passwords must match\";s:13:\"pending_posts\";s:13:\"Pending Posts\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:9:\"permalink\";s:9:\"Permalink\";s:31:\"permanently_remove_blog_entries\";s:49:\"This will permanently remove all the blog entries\";s:38:\"permanently_remove_socialgroup_entries\";s:81:\"Physical remove all the group topics, replies and comments and delete this group.\";s:22:\"permission_and_privacy\";s:24:\"Permission & Privacy\";s:5:\"photo\";s:5:\"Photo\";s:6:\"photos\";s:6:\"Photos\";s:23:\"photos_by_x_in_y_linked\";s:60:\"Photos By <a href=\"%1$s\">%2$s</a> in <a href=\"%3$s\">%4$s</a>\";s:18:\"photos_in_href_x_y\";s:33:\"Photos in <a href=\"%1$s\">%2$s</a>\";s:11:\"photos_in_x\";s:14:\"Photos in %1$s\";s:11:\"photos_only\";s:11:\"Photos only\";s:8:\"php_code\";s:8:\"PHP Code\";s:7:\"picture\";s:7:\"Picture\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:10:\"My Albums \";s:20:\"please_add_signature\";s:21:\"Please add signature.\";s:40:\"please_choose_overwrite_template_options\";s:55:\"Please choose Yes or No for Overwrite Template options.\";s:60:\"please_click_on_the_quote_icon_of_the_post_you_want_to_quote\";s:61:\"Please click on the Quote icon of the post you want to quote.\";s:23:\"please_enter_a_username\";s:25:\"Please enter a user name.\";s:41:\"please_enter_a_valid_url_and_click_attach\";s:25:\"Please enter a valid URL.\";s:36:\"please_enter_at_least_x_poll_answers\";s:40:\"Please enter at least %1$s Poll answers.\";s:26:\"please_enter_channel_title\";s:27:\"Please enter Channel Title.\";s:21:\"please_enter_link_url\";s:25:\"Please enter the link URL\";s:28:\"please_enter_message_x_chars\";s:52:\"Please enter a message with at least %1$s characters\";s:29:\"please_enter_new_module_title\";s:32:\"Please enter a new module title.\";s:30:\"please_enter_new_template_name\";s:31:\"Please enter new Template name.\";s:22:\"please_enter_page_name\";s:27:\"Please enter the Page Name.\";s:31:\"please_enter_search_module_name\";s:32:\"Please enter Search module name.\";s:21:\"please_enter_the_text\";s:70:\"Please enter the six letters or digits that appear in the image below.\";s:18:\"please_enter_title\";s:20:\"Please Enter a Title\";s:27:\"please_enter_title_of_topic\";s:28:\"Please enter title of topic.\";s:26:\"please_enter_title_x_chars\";s:50:\"Please enter a title with at least %1$s characters\";s:50:\"please_enter_user_status_with_at_most_x_characters\";s:50:\"User status cannot have more than %1$s characters.\";s:22:\"please_enter_video_url\";s:26:\"Please enter the video URL\";s:25:\"please_enter_your_comment\";s:24:\"Please enter you comment\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:31:\"please_enter_your_email_address\";s:32:\"Please enter your email address.\";s:51:\"please_enter_your_parent_or_guardians_email_address\";s:53:\"Please enter your parent or guardian\'s email address.\";s:55:\"please_enter_your_reason_why_you_want_to_flag_this_post\";s:192:\"Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:18:\"please_login_first\";s:29:\"First log in to your account.\";s:37:\"please_login_to_view_private_messages\";s:60:\"Please log in to your account to view your private messages.\";s:37:\"please_login_to_view_subscribed_posts\";s:60:\"Please log in to your account to view your subscribed posts.\";s:28:\"please_provide_search_string\";s:30:\"Please provide a search string\";s:19:\"please_select_a_day\";s:20:\"Please select a day.\";s:21:\"please_select_a_month\";s:22:\"Please select a month.\";s:20:\"please_select_a_year\";s:21:\"Please select a year.\";s:31:\"please_select_at_least_one_post\";s:31:\"Please select at least one post\";s:32:\"please_select_at_least_two_posts\";s:33:\"Please select at least two posts.\";s:22:\"please_select_category\";s:24:\"Please select a category\";s:22:\"please_select_messages\";s:74:\"Please select one or more messages first, then select one of the actions. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:23:\"please_select_past_date\";s:26:\"Please select a past date.\";s:30:\"please_select_valid_date_range\";s:33:\"Please select a valid date range.\";s:32:\"please_upload_at_least_one_photo\";s:33:\"Please upload at least one photo.\";s:16:\"plus_new_article\";s:13:\"+ New Article\";s:18:\"plus_new_blog_post\";s:12:\"+ Blog Entry\";s:21:\"plus_new_conversation\";s:11:\"+ New Topic\";s:16:\"plus_new_sg_post\";s:11:\"+ New Topic\";s:2:\"pm\";s:2:\"PM\";s:18:\"pm_ajax_error_desc\";s:158:\"That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.\";s:7:\"pm_sent\";s:35:\"Your private message has been sent.\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_expired\";s:20:\"The poll is expired.\";s:12:\"poll_options\";s:12:\"Poll Options\";s:21:\"poll_set_timeout_help\";s:178:\"If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:10:\"polls_only\";s:10:\"Polls only\";s:7:\"popular\";s:7:\"Popular\";s:18:\"popular_tags_cloud\";s:18:\"Popular tags cloud\";s:4:\"post\";s:4:\"Post\";s:24:\"post_avaiting_moderation\";s:99:\"Thank you for posting! Your posting will not be visible until a moderator has approved for posting.\";s:12:\"post_comment\";s:12:\"Post Comment\";s:12:\"post_history\";s:12:\"Post History\";s:10:\"post_icons\";s:10:\"Post Icons\";s:9:\"post_link\";s:9:\"Post Link\";s:10:\"post_lower\";s:4:\"post\";s:25:\"post_needs_to_be_approved\";s:25:\"Post needs to be approved\";s:10:\"post_reply\";s:10:\"Post Reply\";s:13:\"post_settings\";s:13:\"Post Settings\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:10:\"post_video\";s:12:\"Post a Video\";s:6:\"post_x\";s:9:\"Post %1$s\";s:28:\"post_x_needs_moderation_link\";s:44:\"<a href=\"%2$s\">Post by %1$s needs review</a>\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posted_photos\";s:13:\"Posted Photos\";s:26:\"posting_blog_settings_text\";s:48:\"When posting a new blog entry I would like to...\";s:27:\"posting_comment_is_disabled\";s:29:\"Posting comments is disabled.\";s:28:\"posting_new_group_topic_desc\";s:50:\"When posting a new group topic, I would like to...\";s:5:\"posts\";s:5:\"Posts\";s:11:\"posts_lower\";s:5:\"posts\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:16:\"posttype_article\";s:7:\"Article\";s:13:\"posttype_blog\";s:4:\"Blog\";s:16:\"posttype_comment\";s:7:\"Comment\";s:14:\"posttype_media\";s:5:\"Media\";s:14:\"posttype_reply\";s:5:\"Reply\";s:23:\"posttype_selected_posts\";s:14:\"Selected Posts\";s:14:\"posttype_topic\";s:5:\"Topic\";s:23:\"posttype_visitorMessage\";s:15:\"Visitor Message\";s:20:\"powered_by_vbulletin\";s:175:\"Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version %1$s <br />Copyright © %2$s vBulletin Solutions, Inc. All rights reserved. \";s:26:\"powered_by_vbulletin_title\";s:20:\"Powered by vBulletin\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:7:\"preview\";s:7:\"Preview\";s:8:\"previous\";s:8:\"Previous\";s:13:\"previous_page\";s:13:\"Previous Page\";s:7:\"primary\";s:7:\"Primary\";s:14:\"primary_button\";s:14:\"Primary Button\";s:25:\"primary_content_widgetcat\";s:15:\"Primary Content\";s:21:\"print_permission_form\";s:105:\"To print out a new permissions form, please click <a href=\"%1$s\">here</a> to display the permission form.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:58:\"<a href=\"private.php%3$s\">Private Messages</a>: %1$s, %2$s\";s:7:\"proceed\";s:7:\"Proceed\";s:16:\"proceed_ellipsis\";s:15:\"Proceed…\";s:7:\"profile\";s:7:\"Profile\";s:13:\"profile_media\";s:15:\"Profile - Media\";s:18:\"profile_photo_note\";s:174:\"<strong>Note:</strong> The maximum size of your profile picture image is %1$s by %2$s. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.\";s:20:\"profile_picture_note\";s:227:\"<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"%1$s\">%1$s</a>\";s:16:\"profile_settings\";s:13:\"User Settings\";s:15:\"profile_sidebar\";s:15:\"Profile Sidebar\";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:7:\"promote\";s:9:\"Promote: \";s:7:\"publish\";s:7:\"Publish\";s:12:\"publish_date\";s:12:\"Publish Date\";s:11:\"publish_now\";s:11:\"Publish Now\";s:12:\"publish_time\";s:12:\"Publish Time\";s:19:\"publish_to_facebook\";s:19:\"Publish to Facebook\";s:29:\"publish_to_facebook_with_icon\";s:33:\"Publish to <span></span> Facebook\";s:9:\"published\";s:10:\"Published:\";s:18:\"publishing_options\";s:18:\"Publishing Options\";s:11:\"quick_links\";s:11:\"Quick Links\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:10:\"Rate Topic\";s:4:\"re_x\";s:8:\"RE: %1$s\";s:6:\"reason\";s:6:\"Reason\";s:30:\"received_follow_request_from_x\";s:44:\"You have received a follow request from %1$s\";s:37:\"received_follow_request_from_x_link_y\";s:63:\"You have received a follow request from <a href=\"%2$s\">%1$s</a>\";s:51:\"received_member_request_from_x_link_y_for_channel_z\";s:80:\"<a href=\"%2$s\">%1$s</a> requested to become a member of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_member_request_from_x_link_y_to_channel_z\";s:98:\"<a href=\"%2$s\" alt=\"user link\">%1$s</a> has invited you to be a member of <a href=\"%4$s\">%3$s</a>.\";s:54:\"received_moderator_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a moderator of <a href=\"%4$s\">%3$s</a>.\";s:53:\"received_moderator_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a moderator of <a href=\"%4$s\">%3$s</a>.\";s:50:\"received_owner_request_from_x_link_y_for_channel_z\";s:79:\"<a href=\"%2$s\">%1$s</a> requested to become an owner of <a href=\"%4$s\">%3$s</a>\";s:49:\"received_owner_request_from_x_link_y_to_channel_z\";s:81:\"<a href=\"%2$s\">%1$s</a> has invited you to be an owner of <a href=\"%4$s\">%3$s</a>\";s:55:\"received_subscriber_request_from_x_link_y_for_channel_z\";s:83:\"<a href=\"%2$s\">%1$s</a> requested to become a subscriber of <a href=\"%4$s\">%3$s</a>\";s:54:\"received_subscriber_request_from_x_link_y_to_channel_z\";s:85:\"<a href=\"%2$s\">%1$s</a> has invited you to be a subscriber of <a href=\"%4$s\">%3$s</a>\";s:11:\"recommended\";s:11:\"Recommended\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:9:\"referrals\";s:9:\"Referrals\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:12:\"registration\";s:12:\"Registration\";s:28:\"registration_birthday_notice\";s:56:\"Your date of birth cannot be changed after registration.\";s:23:\"registration_coppa_fail\";s:118:\"This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.\";s:35:\"registration_parent_guardian_notice\";s:261:\"Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.\";s:29:\"registration_parentemail_desc\";s:150:\"Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.\";s:25:\"registration_start_failed\";s:224:\"Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.\";s:26:\"registration_username_desc\";s:82:\"Please enter the name by which you would like to log-in and be known on this site.\";s:9:\"relevance\";s:9:\"Relevance\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:11:\"Remember me\";s:6:\"remove\";s:6:\"Remove\";s:10:\"remove_all\";s:10:\"Remove All\";s:38:\"remove_all_photos_confirmation_message\";s:55:\"All photos will be removed. Would you like to continue?\";s:19:\"remove_all_photos_q\";s:18:\"Remove All Photos?\";s:14:\"remove_channel\";s:14:\"Remove channel\";s:16:\"remove_channel_q\";s:15:\"Remove Channel?\";s:12:\"remove_forum\";s:12:\"Remove forum\";s:14:\"remove_forum_q\";s:13:\"Remove Forum?\";s:13:\"remove_module\";s:13:\"Remove module\";s:15:\"remove_module_q\";s:14:\"Remove Module?\";s:12:\"remove_video\";s:12:\"Remove Video\";s:6:\"rename\";s:6:\"Rename\";s:20:\"rename_custom_module\";s:20:\"Rename Custom Module\";s:17:\"rendering_options\";s:17:\"Rendering Options\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replied\";s:7:\"replied\";s:10:\"replied_to\";s:10:\"Replied to\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:11:\"reply_lower\";s:5:\"reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:8:\"reply_to\";s:9:\"Reply to:\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:7:\"reports\";s:7:\"Reports\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:8:\"requests\";s:8:\"Requests\";s:14:\"requests_lower\";s:8:\"requests\";s:35:\"requests_to_join_your_social_groups\";s:20:\"Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:14:\"reset_password\";s:14:\"Reset Password\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:6:\"revert\";s:6:\"Revert\";s:4:\"role\";s:4:\"Role\";s:6:\"rollup\";s:6:\"Rollup\";s:8:\"route_id\";s:8:\"Route ID\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:4:\"said\";s:4:\"said\";s:8:\"saturday\";s:8:\"Saturday\";s:12:\"saturday_min\";s:2:\"Sa\";s:4:\"save\";s:4:\"Save\";s:16:\"save_and_publish\";s:14:\"Save & Publish\";s:21:\"save_as_search_module\";s:21:\"Save as Search Module\";s:25:\"save_as_site_default_text\";s:250:\"Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.\";s:12:\"save_changes\";s:12:\"Save Changes\";s:10:\"save_draft\";s:10:\"Save Draft\";s:13:\"save_new_page\";s:13:\"Save New Page\";s:9:\"save_page\";s:9:\"Save Page\";s:18:\"save_the_page_name\";s:18:\"Save the page name\";s:17:\"save_the_page_url\";s:40:\"Save the page URL based on the page name\";s:24:\"saved_search_module_as_x\";s:44:\"Saved Search Module as <strong>%1$s</strong>\";s:6:\"saving\";s:9:\"Saving...\";s:13:\"screen_layout\";s:13:\"Screen Layout\";s:16:\"screen_layout_id\";s:16:\"Screen Layout ID\";s:22:\"screen_layout_template\";s:22:\"Screen Layout Template\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:27:\"search_in_my_following_only\";s:31:\"Search in my subscriptions only\";s:25:\"search_in_posts_by_x_only\";s:28:\"Search in posts by %1$s only\";s:21:\"search_in_titles_only\";s:21:\"Search in titles only\";s:16:\"search_in_x_only\";s:19:\"Search in %1$s only\";s:11:\"search_json\";s:11:\"Search JSON\";s:15:\"search_messages\";s:15:\"Search Messages\";s:13:\"search_module\";s:13:\"Search module\";s:28:\"search_module_already_exists\";s:56:\"A Search module with the specified title already exists.\";s:18:\"search_module_desc\";s:175:\"You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.\";s:23:\"search_module_not_found\";s:24:\"Search module not found.\";s:37:\"search_module_topic_link_comment_on_x\";s:34:\"Comment on <a href=\"%1$s\">%2$s</a>\";s:35:\"search_module_topic_link_reply_to_x\";s:32:\"Reply to <a href=\"%1$s\">%2$s</a>\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:14:\"search_results\";s:14:\"Search Results\";s:15:\"search_template\";s:15:\"Search Template\";s:11:\"search_tips\";s:11:\"Search Tips\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:9:\"secondary\";s:9:\"Secondary\";s:16:\"secondary_button\";s:16:\"Secondary Button\";s:8:\"sections\";s:8:\"SECTIONS\";s:7:\"see_all\";s:7:\"See all\";s:16:\"see_all_messages\";s:16:\"See All Messages\";s:9:\"see_all_x\";s:12:\"See All %1$s\";s:8:\"see_less\";s:8:\"See less\";s:8:\"see_more\";s:8:\"See more\";s:17:\"see_next_comments\";s:17:\"See next comments\";s:21:\"see_previous_comments\";s:21:\"See previous comments\";s:6:\"select\";s:6:\"Select\";s:13:\"select_a_blog\";s:13:\"Select a Blog\";s:18:\"select_a_blog_desc\";s:104:\"It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.\";s:23:\"select_edit_link_header\";s:81:\"Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.\";s:23:\"select_from_photo_album\";s:23:\"Select from Photo Album\";s:26:\"select_messages_to_forward\";s:42:\"Select from following messages to forward.\";s:15:\"select_template\";s:15:\"Select Template\";s:20:\"select_template_desc\";s:155:\"Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.\";s:31:\"select_usergroups_can_view_link\";s:47:\"Select the user groups that can view this link.\";s:29:\"select_who_can_view_blog_text\";s:50:\"Select who can view and comment on the blog entry.\";s:44:\"selected_folder_and_contents_will_be_deleted\";s:81:\"The selected folder and its contents will be deleted. Would you like to continue?\";s:16:\"selected_threads\";s:15:\"Selected Topics\";s:4:\"send\";s:4:\"Send\";s:10:\"send_email\";s:10:\"Send Email\";s:7:\"send_pm\";s:7:\"Send PM\";s:20:\"send_private_message\";s:20:\"Send Private Message\";s:11:\"send_report\";s:11:\"Send Report\";s:19:\"sent_follow_request\";s:34:\"Your follow request has been sent.\";s:24:\"sent_follow_request_to_x\";s:38:\"You have sent a follow request to %1$s\";s:10:\"sent_items\";s:10:\"Sent Items\";s:34:\"sent_moderation_request_for_x_to_y\";s:51:\"You have sent a moderation request for %1$s to %2$s\";s:42:\"sent_ownership_transfer_request_for_x_to_y\";s:60:\"You have sent an ownership transfer request for %1$s to %2$s\";s:30:\"sent_subscription_request_to_x\";s:42:\"You have sent subscription request to %1$s\";s:13:\"seo_url_alias\";s:13:\"SEO URL Alias\";s:9:\"separator\";s:9:\"Separator\";s:9:\"september\";s:9:\"September\";s:16:\"set_poll_timeout\";s:16:\"Set poll timeout\";s:15:\"sg_title_exists\";s:83:\"There is already a social group using this title. Please choose a different title. \";s:19:\"sgadmin_invite_desc\";s:150:\"Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n\";s:32:\"sgadmin_invite_row_username_desc\";s:239:\"To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n\";s:5:\"share\";s:5:\"Share\";s:12:\"share_photos\";s:12:\"Share Photos\";s:15:\"share_post_link\";s:15:\"Share Post Link\";s:4:\"show\";s:4:\"Show\";s:8:\"show_all\";s:8:\"Show All\";s:12:\"show_details\";s:12:\"Show Details\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_posts\";s:10:\"Show Posts\";s:19:\"show_results_x_to_y\";s:25:\"Show results %1$s to %2$s\";s:14:\"show_sub_forum\";s:17:\"Show Sub-Forum(s)\";s:12:\"show_threads\";s:11:\"Show Topics\";s:26:\"show_threads_from_last_day\";s:25:\"Show topics from last day\";s:28:\"show_threads_from_last_month\";s:27:\"Show topics from last month\";s:27:\"show_threads_from_last_week\";s:26:\"Show topics from last week\";s:29:\"show_threads_from_last_x_days\";s:31:\"Show topics from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:33:\"Show topics from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:32:\"Show topics from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:26:\"Show topics from last year\";s:10:\"show_title\";s:10:\"Show Title\";s:20:\"showing_1_subscriber\";s:33:\"Showing <span>1</span> Subscriber\";s:22:\"showing_1_subscription\";s:35:\"Showing <span>1</span> Subscription\";s:22:\"showing_results_x_to_y\";s:28:\"Showing results %1$s to %2$s\";s:27:\"showing_results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:21:\"showing_x_subscribers\";s:37:\"Showing <span>%1$s</span> Subscribers\";s:23:\"showing_x_subscriptions\";s:39:\"Showing <span>%1$s</span> Subscriptions\";s:33:\"showing_x_to_y_of_z_results_for_t\";s:47:\"Showing %1$s to %2$s of %3$s results for \'%4$s\'\";s:7:\"sign_up\";s:7:\"Sign Up\";s:9:\"signature\";s:9:\"Signature\";s:15:\"signature_saved\";s:15:\"Signature Saved\";s:38:\"signing_up_but_currently_logged_in_msg\";s:169:\"You are currently logged in as <strong>%1$s</strong>. If you want to register for a new account, you must <a href=\"%2$s\">log out</a> first and then go back to this page.\";s:4:\"site\";s:4:\"Home\";s:16:\"site_get_support\";s:11:\"Get Support\";s:14:\"site_home_page\";s:14:\"Site Home Page\";s:9:\"site_logo\";s:9:\"Site Logo\";s:12:\"site_manager\";s:12:\"Site Manager\";s:9:\"site_name\";s:9:\"Site Name\";s:15:\"site_report_bug\";s:10:\"Report Bug\";s:20:\"site_terms_and_rules\";s:3349:\"<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:%1$s\">%1$s</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"%2$s\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>\";s:26:\"site_terms_and_rules_title\";s:18:\"Site Terms & Rules\";s:4:\"size\";s:4:\"Size\";s:5:\"skype\";s:5:\"Skype\";s:7:\"smilies\";s:7:\"Smilies\";s:17:\"social_group_icon\";s:10:\"Group Icon\";s:13:\"social_groups\";s:6:\"Groups\";s:7:\"sort_by\";s:7:\"Sort By\";s:13:\"sort_featured\";s:13:\"Sort Featured\";s:12:\"sort_popular\";s:12:\"Sort Popular\";s:6:\"source\";s:6:\"Source\";s:7:\"sources\";s:7:\"Sources\";s:4:\"spam\";s:4:\"Spam\";s:7:\"special\";s:7:\"Special\";s:15:\"special_options\";s:15:\"Special Options\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_upload\";s:12:\"Start upload\";s:25:\"start_your_signup_process\";s:27:\"Start your sign up process.\";s:24:\"started_a_new_discussion\";s:24:\"started a new discussion\";s:15:\"started_a_topic\";s:15:\"started a topic\";s:18:\"started_by_guest_x\";s:48:\"Started by Guest, <span class=\"date\">%1$s</span>\";s:21:\"started_by_link_x_y_z\";s:66:\"Started by <a href=\"%1$s\">%2$s</a>, <span class=\"date\">%3$s</span>\";s:18:\"started_posts_only\";s:18:\"Started posts only\";s:10:\"statistics\";s:10:\"Statistics\";s:20:\"statistics_widgetcat\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:11:\"step_x_of_y\";s:17:\"Step %1$s of %2$s\";s:11:\"sticky_node\";s:6:\"Sticky\";s:13:\"sticky_thread\";s:12:\"Sticky Topic\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:11:\"stream_view\";s:11:\"Stream View\";s:15:\"style_generator\";s:15:\"Style Generator\";s:8:\"style_id\";s:8:\"Style ID\";s:13:\"style_manager\";s:13:\"Style Manager\";s:3:\"sub\";s:4:\"Sub-\";s:9:\"sub_forum\";s:12:\"Sub-Forum(s)\";s:10:\"sub_forums\";s:10:\"Sub-Forums\";s:14:\"sub_navigation\";s:14:\"Sub Navigation\";s:18:\"sub_navigation_bar\";s:18:\"Sub Navigation Bar\";s:27:\"subchannels_will_be_deleted\";s:41:\"All its subchannels will also be deleted.\";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subscribed\";s:10:\"Subscribed\";s:28:\"subscribed_threads_in_folder\";s:27:\"Subscribed Topics in Folder\";s:19:\"subscriber_requests\";s:19:\"Subscriber Requests\";s:11:\"subscribers\";s:11:\"Subscribers\";s:26:\"subscribers_and_registered\";s:32:\"Subscribers and Registered Users\";s:16:\"subscribers_list\";s:16:\"Subscribers List\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:22:\"subscriptions_channels\";s:24:\"Subscriptions - Channels\";s:19:\"subscriptions_posts\";s:21:\"Subscriptions - Posts\";s:6:\"sunday\";s:6:\"Sunday\";s:10:\"sunday_min\";s:2:\"Su\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:15:\"switch_template\";s:16:\"Switch Template?\";s:25:\"switch_to_advanced_editor\";s:25:\"Switch to Advanced Editor\";s:23:\"switch_to_simple_editor\";s:23:\"Switch to Simple Editor\";s:16:\"system_widgetcat\";s:6:\"System\";s:3:\"tag\";s:3:\"Tag\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:28:\"take_member_request_accepted\";s:38:\"Take member request has been accepted.\";s:31:\"take_moderator_request_accepted\";s:41:\"Take moderator request has been accepted.\";s:27:\"take_owner_request_accepted\";s:37:\"Take owner request has been accepted.\";s:10:\"target_url\";s:10:\"Target URL\";s:30:\"tell_people_reason_for_editing\";s:44:\"Optional: Tell people the reason for editing\";s:8:\"template\";s:8:\"Template\";s:29:\"template_changes_will_be_lost\";s:148:\"All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?\";s:15:\"template_option\";s:15:\"Template option\";s:17:\"templates_renders\";s:17:\"Templates/Renders\";s:13:\"text_required\";s:13:\"Text required\";s:28:\"thanks_for_signing_up_log_in\";s:95:\"Thank you for signing up. You can now log into the system using your new username and password.\";s:24:\"the_report_has_been_sent\";s:25:\"The Report has been sent.\";s:18:\"there_are_no_new_x\";s:22:\"There are no new %1$s.\";s:26:\"there_are_no_results_for_x\";s:31:\"There are no results for \'%1$s\'\";s:39:\"there_are_no_results_that_meet_criteria\";s:45:\"There are no results that meet this criteria.\";s:18:\"there_are_x_online\";s:38:\"There are currently %1$s users online.\";s:17:\"there_is_x_online\";s:36:\"There is currently %1$s user online.\";s:44:\"this_article_by_x_has_been_deleted_by_y_link\";s:64:\"This article by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:46:\"this_blog_post_by_x_has_been_deleted_by_y_link\";s:66:\"This blog post by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:22:\"this_is_a_sticky_topic\";s:23:\"This is a sticky topic.\";s:40:\"this_post_has_been_successfully_approved\";s:87:\"This post has been successfully changed to approved. All members now can see this post.\";s:42:\"this_post_has_been_successfully_unapproved\";s:100:\"This post has been successfully changed to unapproved. Only admins and moderators can see this post.\";s:34:\"this_post_has_no_active_infraction\";s:73:\"This post has no active infraction. Please reload the page and try again.\";s:28:\"this_topic_has_been_featured\";s:28:\"This topic has been featured\";s:25:\"this_topic_has_been_stuck\";s:60:\"This topic has been stuck and will appear on top of the list\";s:41:\"this_topic_has_been_successfully_approved\";s:89:\"This topic has been successfully changed to approved. All members now can see this topic.\";s:39:\"this_topic_has_been_successfully_opened\";s:39:\"This topic has been successfully opened\";s:43:\"this_topic_has_been_successfully_unapproved\";s:55:\"This topic has been successfully changed to unapproved.\";s:40:\"this_topic_has_been_successfully_unstuck\";s:40:\"This topic has been successfully unstuck\";s:30:\"this_topic_has_been_unfeatured\";s:30:\"This topic has been unfeatured\";s:20:\"this_topic_is_closed\";s:21:\"This topic is closed.\";s:21:\"this_topic_is_deleted\";s:21:\"This topic is deleted\";s:23:\"this_topic_is_undeleted\";s:23:\"This topic is undeleted\";s:24:\"this_url_is_already_used\";s:55:\"This URL is already used. Please correct this problem.\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:31:\"thread_rating_x_votes_y_average\";s:39:\"Topic Rating: %1$s votes, %2$s average.\";s:12:\"thread_small\";s:6:\"thread\";s:14:\"thread_starter\";s:13:\"Topic Starter\";s:11:\"thread_view\";s:10:\"Topic View\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:12:\"thursday_min\";s:2:\"Th\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:10:\"title_only\";s:10:\"Title Only\";s:2:\"to\";s:2:\"To\";s:34:\"to_add_a_member_to_coown_this_blog\";s:191:\"To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n\";s:35:\"to_add_a_member_to_coown_this_group\";s:190:\"To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\";s:4:\"to_x\";s:27:\"To: <a href=\"%2$s\">%1$s</a>\";s:14:\"to_x_and_other\";s:39:\"To: <a href=\"%2$s\">%1$s</a> and 1 other\";s:15:\"to_x_and_others\";s:43:\"To: <a href=\"%2$s\">%1$s</a> and %3$s others\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:22:\"toggle_advanced_editor\";s:22:\"Toggle Advanced Editor\";s:22:\"toggle_raw_html_editor\";s:22:\"Toggle Raw HTML Editor\";s:3:\"top\";s:3:\"Top\";s:16:\"top_active_users\";s:16:\"Top Active Users\";s:23:\"topic_deleted_by_x_link\";s:40:\"Topic deleted by <a href=\"%1$s\">%2$s</a>\";s:20:\"topic_in_the_x_forum\";s:36:\"Topic in the <span>%1$s</span> forum\";s:13:\"topic_is_open\";s:43:\"Topic is open: Users can post in this topic\";s:15:\"topic_is_sticky\";s:51:\"Topic is sticky: Topic remains at top of topic list\";s:16:\"topic_is_visible\";s:78:\"Topic is visible: Un-check this box to send this topic to the moderation queue\";s:15:\"topic_not_found\";s:116:\"Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.\";s:11:\"topic_small\";s:5:\"topic\";s:11:\"topic_title\";s:11:\"Topic title\";s:6:\"topics\";s:6:\"Topics\";s:12:\"topics_small\";s:6:\"topics\";s:5:\"total\";s:5:\"Total\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:11:\"total_posts\";s:11:\"Total Posts\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:5:\"trace\";s:5:\"Trace\";s:11:\"trace_x_y_z\";s:36:\"Function %1$s in file %2$s line %3$s\";s:8:\"transfer\";s:8:\"Transfer\";s:23:\"transfer_blog_ownership\";s:23:\"Transfer Blog Ownership\";s:28:\"transfer_blog_ownership_info\";s:473:\"If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.\";s:5:\"trash\";s:5:\"Trash\";s:7:\"tuesday\";s:7:\"Tuesday\";s:11:\"tuesday_min\";s:2:\"Tu\";s:7:\"twitter\";s:7:\"Twitter\";s:14:\"two_header_ads\";s:14:\"Two header Ads\";s:4:\"type\";s:4:\"Type\";s:21:\"type_member_name_here\";s:21:\"Type Member Name Here\";s:22:\"type_your_comment_here\";s:22:\"Type your comment here\";s:5:\"types\";s:5:\"Types\";s:33:\"unable_to_check_admin_permissions\";s:33:\"Unable to check admin permissions\";s:41:\"unable_to_contact_server_please_try_again\";s:117:\"Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.\";s:33:\"unable_to_delete_widget_instances\";s:33:\"Unable to delete widget instances\";s:30:\"unable_to_upload_profile_photo\";s:124:\"Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.\";s:23:\"uncategorized_widgetcat\";s:13:\"Uncategorized\";s:24:\"uncheck_to_unhide_module\";s:24:\"Uncheck to unhide module\";s:8:\"undelete\";s:8:\"Undelete\";s:16:\"unfollow_channel\";s:19:\"Unsubscribe Channel\";s:16:\"unfollow_content\";s:19:\"Unsubscribe Content\";s:19:\"unfollow_discussion\";s:22:\"Unsubscribe Discussion\";s:14:\"unfollow_error\";s:43:\"Can not unsubscribe.<br />Please try again.\";s:15:\"unfollow_member\";s:18:\"Unsubscribe Member\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:15:\"unsubscribe_all\";s:15:\"Unsubscribe all\";s:25:\"unsubscribe_overlay_error\";s:46:\"Please choose at least one unsubscribe option.\";s:21:\"unsubscribe_text_five\";s:190:\"You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.\";s:21:\"unsubscribe_text_four\";s:380:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_one\";s:104:\"You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.\";s:22:\"unsubscribe_text_three\";s:239:\"You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.\";s:20:\"unsubscribe_text_two\";s:184:\"You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:19:\"upload_a_logo_image\";s:19:\"Upload a logo image\";s:24:\"upload_a_logo_image_desc\";s:52:\"Browse a logo image from your hard drive and upload.\";s:17:\"upload_attachment\";s:17:\"Upload Attachment\";s:18:\"upload_attachments\";s:18:\"Upload Attachments\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:15:\"upload_from_url\";s:15:\"Upload from URL\";s:11:\"upload_more\";s:11:\"Upload More\";s:17:\"uploaded_by_guest\";s:17:\"Uploaded by Guest\";s:20:\"uploaded_by_href_x_y\";s:36:\"Uploaded by <a href=\"%1$s\"> %2$s</a>\";s:31:\"uploaded_bytes_exceed_file_size\";s:31:\"Uploaded bytes exceed file size\";s:9:\"uploading\";s:9:\"Uploading\";s:6:\"upto_x\";s:10:\"up to %1$s\";s:3:\"url\";s:3:\"URL\";s:12:\"url_too_long\";s:103:\"The URL that you have entered is too long (%1$s characters). Please shorten it to %2$s characters long.\";s:26:\"use_current_channel_parens\";s:21:\"(Use Current Channel)\";s:21:\"use_save_draft_button\";s:70:\"Use the \"Save Draft\" button to save the article without publishing it.\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:8:\"Settings\";s:7:\"user_cp\";s:7:\"User CP\";s:19:\"user_default_avatar\";s:20:\"Use a default avatar\";s:28:\"user_default_profile_picture\";s:27:\"Use default profile picture\";s:19:\"user_group_settings\";s:19:\"User Group Settings\";s:11:\"user_groups\";s:11:\"User Groups\";s:9:\"user_name\";s:9:\"User Name\";s:48:\"user_name_x_already_in_use_choose_different_name\";s:82:\"User Name <strong>%1$s</strong> is already in use. Please select a different name.\";s:9:\"user_only\";s:9:\"User Only\";s:10:\"user_panel\";s:10:\"User Panel\";s:15:\"usercss_toolbar\";s:7:\"Toolbar\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:9:\"vbulletin\";s:9:\"vBulletin\";s:19:\"vbulletin_copyright\";s:109:\"Powered by vBulletin™ Version %1$s Copyright © %2$s vBulletin Solutions, Inc. All rights reserved.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:5:\"video\";s:5:\"Video\";s:17:\"video_in_link_x_y\";s:32:\"Video in <a href=\"%1$s\">%2$s</a>\";s:18:\"videos_in_href_x_y\";s:33:\"Videos in <a href=\"%1$s\">%2$s</a>\";s:11:\"videos_in_x\";s:14:\"Videos in %1$s\";s:11:\"videos_only\";s:11:\"Videos only\";s:4:\"view\";s:4:\"View\";s:8:\"view_all\";s:8:\"View All\";s:9:\"view_less\";s:9:\"View Less\";s:17:\"view_less_answers\";s:17:\"View less answers\";s:18:\"view_less_comments\";s:18:\"View less comments\";s:10:\"view_lower\";s:4:\"view\";s:17:\"view_more_answers\";s:17:\"View more answers\";s:16:\"view_more_videos\";s:16:\"View more videos\";s:15:\"view_perm_group\";s:21:\"Who Can View My Group\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:17:\"view_site_leaders\";s:17:\"View Site Leaders\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:7:\"viewing\";s:7:\"Viewing\";s:5:\"views\";s:5:\"Views\";s:11:\"views_lower\";s:5:\"views\";s:22:\"visitor_message_from_x\";s:25:\"Visitor message from %1$s\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:21:\"visitor_messages_only\";s:21:\"Visitor Messages Only\";s:20:\"visitor_messages_tab\";s:16:\"Visitor Messages\";s:4:\"vote\";s:4:\"Vote\";s:11:\"vote_a_post\";s:11:\"Like a Post\";s:8:\"vote_cap\";s:4:\"Like\";s:11:\"vote_failed\";s:29:\"Please select an option first\";s:10:\"vote_lower\";s:4:\"vote\";s:8:\"vote_now\";s:8:\"Vote Now\";s:5:\"voter\";s:5:\"voter\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:11:\"votes_lower\";s:5:\"votes\";s:22:\"votes_on_conversations\";s:22:\"Votes on Conversations\";s:16:\"votes_on_replies\";s:16:\"Votes on Replies\";s:11:\"votes_small\";s:5:\"Likes\";s:7:\"warning\";s:7:\"Warning\";s:15:\"warning_for_x_y\";s:22:\"Warning for %1$s: %2$s\";s:26:\"warning_for_x_y_in_topic_z\";s:38:\"Warning for %1$s: %2$s, in topic: %3$s\";s:3:\"web\";s:3:\"Web\";s:9:\"wednesday\";s:9:\"Wednesday\";s:13:\"wednesday_min\";s:2:\"We\";s:4:\"week\";s:4:\"Week\";s:5:\"weeks\";s:5:\"Weeks\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:32:\"Welcome, <a href=\"%2$s\">%1$s</a>\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:35:\"widget_aboutauthor_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_aboutauthor_profile_field_label\";s:56:\"Profile Field (Displayed as the \"About the Author\" text)\";s:30:\"widget_aboutauthor_title_label\";s:5:\"Title\";s:30:\"widget_aboutauthor_widgettitle\";s:12:\"About Author\";s:38:\"widget_activate_email_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_activate_email_widgettitle\";s:22:\"Email Activation Codes\";s:37:\"widget_activate_user_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_activate_user_widgettitle\";s:21:\"Activate Your Account\";s:39:\"widget_activitystream_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_activitystream_display_tabs_label\";s:15:\"Tabs to Display\";s:45:\"widget_activitystream_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_activitystream_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_activitystream_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:49:\"widget_activitystream_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:38:\"widget_activitystream_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_activitystream_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_activitystream_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:57:\"widget_activitystream_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_activitystream_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:55:\"widget_activitystream_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_activitystream_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_activitystream_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_activitystream_widgettitle\";s:15:\"Activity Stream\";s:19:\"widget_ad_axd_label\";s:9:\"Config Ad\";s:26:\"widget_ad_hide_title_label\";s:10:\"Hide Title\";s:21:\"widget_ad_title_label\";s:5:\"Title\";s:21:\"widget_ad_widgettitle\";s:2:\"Ad\";s:29:\"widget_album_hide_title_label\";s:10:\"Hide Title\";s:24:\"widget_album_widgettitle\";s:12:\"Album Detail\";s:31:\"widget_announcement_widgettitle\";s:12:\"Announcement\";s:43:\"widget_articledisplay_commentsPerPage_label\";s:17:\"Comments per Page\";s:38:\"widget_articledisplay_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_articledisplay_initialCommentsPerPage_label\";s:25:\"Initial Comments per Page\";s:33:\"widget_articledisplay_widgettitle\";s:15:\"Article Display\";s:32:\"widget_birthday_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_birthday_widgettitle\";s:16:\"Today\'s Birthday\";s:33:\"widget_blogadmin_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_blogadmin_widgettitle\";s:10:\"Blog Admin\";s:38:\"widget_blogcategories_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_blogcategories_widgettitle\";s:15:\"Blog Categories\";s:43:\"widget_blogchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_blogchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:43:\"widget_blogchanneldisplay_filter_show_label\";s:11:\"Show Filter\";s:57:\"widget_blogchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:53:\"widget_blogchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:48:\"widget_blogchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:42:\"widget_blogchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_blogchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:51:\"widget_blogchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:46:\"widget_blogchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:61:\"widget_blogchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:57:\"widget_blogchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:52:\"widget_blogchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:59:\"widget_blogchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:57:\"widget_blogchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:41:\"widget_blogchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:37:\"widget_blogchanneldisplay_widgettitle\";s:20:\"Blog Channel Display\";s:33:\"widget_bloghome_default_tab_label\";s:11:\"Default Tab\";s:34:\"widget_bloghome_display_tabs_label\";s:15:\"Tabs to Display\";s:34:\"widget_bloghome_filter_blogs_label\";s:5:\"Blogs\";s:33:\"widget_bloghome_filter_show_label\";s:11:\"Show Filter\";s:47:\"widget_bloghome_filtertime_activitystream_label\";s:21:\"Blog Posts Date Range\";s:43:\"widget_bloghome_filtertime_subscribed_label\";s:21:\"Subscribed Date Range\";s:32:\"widget_bloghome_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_bloghome_maxpages_activitystream_label\";s:20:\"Blog Posts Max Pages\";s:41:\"widget_bloghome_maxpages_subscribed_label\";s:20:\"Subscribed Max Pages\";s:51:\"widget_bloghome_resultsperpage_activitystream_label\";s:27:\"Blog Posts Results per Page\";s:47:\"widget_bloghome_resultsperpage_subscribed_label\";s:27:\"Subscribed Results per Page\";s:49:\"widget_bloghome_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:47:\"widget_bloghome_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:31:\"widget_bloghome_tab_order_label\";s:9:\"Tab Order\";s:27:\"widget_bloghome_widgettitle\";s:9:\"Blog Home\";s:35:\"widget_blogsidebar_hide_title_label\";s:10:\"Hide Title\";s:39:\"widget_blogsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:35:\"widget_blogsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:36:\"widget_blogsidebar_searchTitle_label\";s:12:\"Widget Title\";s:30:\"widget_blogsidebar_widgettitle\";s:12:\"Blog Sidebar\";s:35:\"widget_blogsummary_hide_title_label\";s:10:\"Hide Title\";s:30:\"widget_blogsummary_widgettitle\";s:12:\"Blog Summary\";s:39:\"widget_channeldisplay_default_tab_label\";s:11:\"Default Tab\";s:40:\"widget_channeldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:40:\"widget_channeldisplay_filter_depth_label\";s:18:\"Show Sub-Forum(s)?\";s:45:\"widget_channeldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:39:\"widget_channeldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:53:\"widget_channeldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:45:\"widget_channeldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:49:\"widget_channeldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:44:\"widget_channeldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:38:\"widget_channeldisplay_hide_title_label\";s:10:\"Hide Title\";s:51:\"widget_channeldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:47:\"widget_channeldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:42:\"widget_channeldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:39:\"widget_channeldisplay_order_topic_label\";s:17:\"Topics Sort Order\";s:57:\"widget_channeldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:53:\"widget_channeldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:48:\"widget_channeldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:38:\"widget_channeldisplay_sort_topic_label\";s:14:\"Topics Sort By\";s:55:\"widget_channeldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:53:\"widget_channeldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:37:\"widget_channeldisplay_tab_order_label\";s:9:\"Tab Order\";s:33:\"widget_channeldisplay_widgettitle\";s:15:\"Channel Display\";s:42:\"widget_cmschanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:46:\"widget_cmschanneldisplay_display_columns_label\";s:15:\"Display Columns\";s:50:\"widget_cmschanneldisplay_display_description_label\";s:28:\"Display Category Description\";s:43:\"widget_cmschanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:42:\"widget_cmschanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:50:\"widget_cmschanneldisplay_filtertime_articles_label\";s:19:\"Articles Date Range\";s:52:\"widget_cmschanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:41:\"widget_cmschanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:58:\"widget_cmschanneldisplay_include_subcategory_content_label\";s:36:\"Include Content from Sub-Categories?\";s:48:\"widget_cmschanneldisplay_maxpages_articles_label\";s:18:\"Articles Max Pages\";s:50:\"widget_cmschanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:54:\"widget_cmschanneldisplay_resultsperpage_articles_label\";s:25:\"Articles Results per Page\";s:56:\"widget_cmschanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:58:\"widget_cmschanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:56:\"widget_cmschanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:40:\"widget_cmschanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:36:\"widget_cmschanneldisplay_widgettitle\";s:23:\"Article Channel Display\";s:39:\"widget_cmschannelnavigation_depth_label\";s:40:\"Depth (0 to show unlimited sub-channels)\";s:51:\"widget_cmschannelnavigation_hide_root_channel_label\";s:86:\"Show sub-channels only (This hides the root channel if there are sub-channels present)\";s:44:\"widget_cmschannelnavigation_hide_title_label\";s:10:\"Hide Title\";s:46:\"widget_cmschannelnavigation_root_channel_label\";s:12:\"Root Channel\";s:39:\"widget_cmschannelnavigation_title_label\";s:5:\"Title\";s:39:\"widget_cmschannelnavigation_widgettitle\";s:18:\"Channel Navigation\";s:33:\"widget_contactus_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_contactus_widgettitle\";s:10:\"Contact Us\";s:38:\"widget_container_display_modules_label\";s:18:\"Modules to Display\";s:36:\"widget_container_display_order_label\";s:13:\"Modules order\";s:33:\"widget_container_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_container_widgettitle\";s:16:\"Container Module\";s:48:\"widget_conversationdisplay_commentsPerPage_label\";s:50:\"Comments per Page in a Post (for Thread View only)\";s:44:\"widget_conversationdisplay_default_tab_label\";s:11:\"Default Tab\";s:44:\"widget_conversationdisplay_filter_show_label\";s:11:\"Show Filter\";s:51:\"widget_conversationdisplay_filter_sort_stream_label\";s:32:\"Sort By Filter (for Stream View)\";s:44:\"widget_conversationdisplay_filter_time_label\";s:11:\"Time Filter\";s:43:\"widget_conversationdisplay_hide_title_label\";s:10:\"Hide Title\";s:55:\"widget_conversationdisplay_initialCommentsPerPage_label\";s:58:\"Initial Comments per Page in a Post (for Thread View only)\";s:47:\"widget_conversationdisplay_resultsPerPage_label\";s:16:\"Results per Page\";s:38:\"widget_conversationdisplay_widgettitle\";s:20:\"Conversation Display\";s:29:\"widget_coppa_form_widgettitle\";s:21:\"Coppa Permission Form\";s:31:\"widget_css_examples_widgettitle\";s:17:\"Live CSS Examples\";s:12:\"widget_error\";s:66:\"An internal error has occurred and the module cannot be displayed.\";s:39:\"widget_forgot_password_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_forgot_password_widgettitle\";s:15:\"Forgot Password\";s:36:\"widget_groupsummary_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_groupsummary_widgettitle\";s:13:\"Group Summary\";s:28:\"widget_help_hide_title_label\";s:10:\"Hide Title\";s:23:\"widget_help_widgettitle\";s:4:\"Help\";s:29:\"widget_media_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_media_resultsPerPage_label\";s:16:\"Results per Page\";s:24:\"widget_media_widgettitle\";s:5:\"Media\";s:34:\"widget_memberlist_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_memberlist_resultsPerPage_label\";s:16:\"Results per Page\";s:29:\"widget_memberlist_widgettitle\";s:11:\"Member List\";s:34:\"widget_newcontent_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_newcontent_widgettitle\";s:11:\"New Content\";s:40:\"widget_onlineuserdetails_WOLguests_label\";s:61:\"Display Guest (non-registered user) activity on Who\'s Online?\";s:41:\"widget_onlineuserdetails_WOLrefresh_label\";s:99:\"Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)\";s:41:\"widget_onlineuserdetails_WOLresolve_label\";s:60:\"Resolve IP addresses for those who have access to view them?\";s:41:\"widget_onlineuserdetails_hide_title_label\";s:10:\"Hide Title\";s:45:\"widget_onlineuserdetails_resultsPerPage_label\";s:16:\"Results per Page\";s:43:\"widget_onlineuserdetails_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:36:\"widget_onlineuserdetails_widgettitle\";s:19:\"Online User Details\";s:39:\"widget_onlineusers_displayAvatars_label\";s:16:\"Display Avatars?\";s:35:\"widget_onlineusers_hide_title_label\";s:10:\"Hide Title\";s:33:\"widget_onlineusers_maxUsers_label\";s:25:\"Max online users to show:\";s:37:\"widget_onlineusers_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:30:\"widget_onlineusers_widgettitle\";s:12:\"Online Users\";s:33:\"widget_pagetitle_hide_title_label\";s:10:\"Hide Title\";s:28:\"widget_pagetitle_widgettitle\";s:10:\"Page Title\";s:30:\"widget_photos_hide_title_label\";s:10:\"Hide Title\";s:25:\"widget_photos_widgettitle\";s:11:\"Edit Photos\";s:28:\"widget_php_code_defaultvalue\";s:18:\"PHP Widget Content\";s:21:\"widget_php_code_label\";s:8:\"PHP Code\";s:27:\"widget_php_hide_title_label\";s:10:\"Hide Title\";s:29:\"widget_php_title_defaultvalue\";s:23:\"Unconfigured PHP Widget\";s:22:\"widget_php_title_label\";s:5:\"Title\";s:22:\"widget_php_widgettitle\";s:3:\"PHP\";s:46:\"widget_privatemessage_display_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_display_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_display_widgettitle\";s:23:\"Private Message Display\";s:44:\"widget_privatemessage_navigation_widgettitle\";s:26:\"Private Message Navigation\";s:40:\"widget_privatemessage_search_widgettitle\";s:22:\"Private Message Search\";s:46:\"widget_privatemessage_toolbar_hide_title_label\";s:10:\"Hide Title\";s:50:\"widget_privatemessage_toolbar_resultsPerPage_label\";s:16:\"Results per Page\";s:41:\"widget_privatemessage_toolbar_widgettitle\";s:23:\"Private Message Toolbar\";s:32:\"widget_profile_default_tab_label\";s:11:\"Default Tab\";s:33:\"widget_profile_display_tabs_label\";s:15:\"Tabs to Display\";s:32:\"widget_profile_filter_show_label\";s:11:\"Show Filter\";s:34:\"widget_profile_filter_source_label\";s:13:\"Source Filter\";s:46:\"widget_profile_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:42:\"widget_profile_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:31:\"widget_profile_hide_title_label\";s:10:\"Hide Title\";s:44:\"widget_profile_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:40:\"widget_profile_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:50:\"widget_profile_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:46:\"widget_profile_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:39:\"widget_profile_sidebar_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_profile_sidebar_widgettitle\";s:15:\"Profile Sidebar\";s:48:\"widget_profile_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:46:\"widget_profile_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:30:\"widget_profile_tab_order_label\";s:9:\"Tab Order\";s:26:\"widget_profile_widgettitle\";s:7:\"Profile\";s:32:\"widget_register_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_register_widgettitle\";s:8:\"Register\";s:39:\"widget_search_criteria_hide_title_label\";s:10:\"Hide Title\";s:48:\"widget_search_criteria_searchCriteriaTitle_label\";s:11:\"WidgetTitle\";s:41:\"widget_search_criteria_thisPageOnly_label\";s:30:\"Show Users For This Page Only?\";s:34:\"widget_search_criteria_widgettitle\";s:15:\"Search Criteria\";s:32:\"widget_search_hide_avatars_label\";s:36:\"Hide User Avatars in Search Results?\";s:30:\"widget_search_hide_title_label\";s:10:\"Hide Title\";s:34:\"widget_search_resultsPerPage_label\";s:25:\"Number of results at once\";s:38:\"widget_search_results_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_search_results_resultsPerPage_label\";s:26:\"Number of results per page\";s:45:\"widget_search_results_searchResultTitle_label\";s:11:\"WidgetTitle\";s:33:\"widget_search_results_widgettitle\";s:14:\"Search Results\";s:30:\"widget_search_searchJSON_label\";s:21:\"Search Filters - JSON\";s:31:\"widget_search_searchTitle_label\";s:12:\"Widget Title\";s:25:\"widget_search_widgettitle\";s:6:\"Search\";s:32:\"widget_settings_hide_title_label\";s:10:\"Hide Title\";s:27:\"widget_settings_widgettitle\";s:8:\"Settings\";s:31:\"widget_sgadmin_hide_title_label\";s:10:\"Hide Title\";s:26:\"widget_sgadmin_widgettitle\";s:11:\"Group Admin\";s:36:\"widget_sgcategories_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_sgcategories_widgettitle\";s:16:\"Group Categories\";s:38:\"widget_sgcategorylist_hide_title_label\";s:10:\"Hide Title\";s:42:\"widget_sgcategorylist_resultsPerPage_label\";s:16:\"Results per Page\";s:33:\"widget_sgcategorylist_widgettitle\";s:22:\"Group Category Listing\";s:41:\"widget_sgchanneldisplay_default_tab_label\";s:11:\"Default Tab\";s:42:\"widget_sgchanneldisplay_display_tabs_label\";s:15:\"Tabs to Display\";s:47:\"widget_sgchanneldisplay_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:41:\"widget_sgchanneldisplay_filter_show_label\";s:23:\"Show Stream View Filter\";s:55:\"widget_sgchanneldisplay_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:47:\"widget_sgchanneldisplay_filtertime_photos_label\";s:17:\"Photos Date Range\";s:51:\"widget_sgchanneldisplay_filtertime_subscribed_label\";s:27:\"My Subscriptions Date Range\";s:46:\"widget_sgchanneldisplay_filtertime_topic_label\";s:17:\"Topics Date Range\";s:40:\"widget_sgchanneldisplay_hide_title_label\";s:10:\"Hide Title\";s:53:\"widget_sgchanneldisplay_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sgchanneldisplay_maxpages_subscribed_label\";s:26:\"My Subscriptions Max Pages\";s:44:\"widget_sgchanneldisplay_maxpages_topic_label\";s:16:\"Topics Max Pages\";s:59:\"widget_sgchanneldisplay_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:55:\"widget_sgchanneldisplay_resultsperpage_subscribed_label\";s:33:\"My Subscriptions Results per Page\";s:50:\"widget_sgchanneldisplay_resultsperpage_topic_label\";s:23:\"Topics Results per Page\";s:57:\"widget_sgchanneldisplay_subscriptions_filter_follow_label\";s:34:\"My Subscriptions Subscribed Filter\";s:55:\"widget_sgchanneldisplay_subscriptions_filter_show_label\";s:28:\"My Subscriptions Show Filter\";s:39:\"widget_sgchanneldisplay_tab_order_label\";s:9:\"Tab Order\";s:35:\"widget_sgchanneldisplay_widgettitle\";s:21:\"Group Channel Display\";s:31:\"widget_sghome_default_tab_label\";s:11:\"Default Tab\";s:32:\"widget_sghome_display_tabs_label\";s:15:\"Tabs to Display\";s:37:\"widget_sghome_filter_new_topics_label\";s:27:\"Show Stream View New Topics\";s:31:\"widget_sghome_filter_show_label\";s:23:\"Show Stream View Filter\";s:45:\"widget_sghome_filtertime_activitystream_label\";s:26:\"Latest Activity Date Range\";s:30:\"widget_sghome_hide_title_label\";s:10:\"Hide Title\";s:43:\"widget_sghome_maxpages_activitystream_label\";s:25:\"Latest Activity Max Pages\";s:49:\"widget_sghome_resultsperpage_activitystream_label\";s:32:\"Latest Activity Results per Page\";s:41:\"widget_sghome_resultsperpage_groups_label\";s:23:\"Groups Results per Page\";s:29:\"widget_sghome_tab_order_label\";s:9:\"Tab Order\";s:25:\"widget_sghome_widgettitle\";s:10:\"Group Home\";s:26:\"widget_sgnodes_widgettitle\";s:11:\"Group Topic\";s:33:\"widget_sgsidebar_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_sgsidebar_resultsPerPage_label\";s:25:\"Number of results at once\";s:33:\"widget_sgsidebar_searchJSON_label\";s:21:\"Search Filters - JSON\";s:34:\"widget_sgsidebar_searchTitle_label\";s:12:\"Widget Title\";s:28:\"widget_sgsidebar_widgettitle\";s:13:\"Group Sidebar\";s:34:\"widget_statichtml_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_statichtml_html_defaultvalue\";s:26:\"Static HTML Widget Content\";s:28:\"widget_statichtml_html_label\";s:4:\"HTML\";s:36:\"widget_statichtml_title_defaultvalue\";s:31:\"Unconfigured Static HTML Widget\";s:29:\"widget_statichtml_title_label\";s:5:\"Title\";s:29:\"widget_statichtml_widgettitle\";s:11:\"Static HTML\";s:42:\"widget_subchannelsdisplay_hide_title_label\";s:10:\"Hide Title\";s:37:\"widget_subchannelsdisplay_widgettitle\";s:20:\"Sub-Channels Display\";s:36:\"widget_subscription_hide_title_label\";s:10:\"Hide Title\";s:40:\"widget_subscription_resultsPerPage_label\";s:16:\"Results per Page\";s:31:\"widget_subscription_widgettitle\";s:12:\"Subscription\";s:32:\"widget_tagcloud_hide_title_label\";s:10:\"Hide Title\";s:35:\"widget_tagcloud_tagCloudTitle_label\";s:11:\"WidgetTitle\";s:27:\"widget_tagcloud_widgettitle\";s:9:\"Tag Cloud\";s:37:\"widget_tagnavigation_display_as_label\";s:13:\"Display as...\";s:37:\"widget_tagnavigation_hide_title_label\";s:10:\"Hide Title\";s:32:\"widget_tagnavigation_limit_label\";s:22:\"Maximum Number of Tags\";s:39:\"widget_tagnavigation_root_channel_label\";s:12:\"Root Channel\";s:38:\"widget_tagnavigation_show_counts_label\";s:15:\"Show Tag Counts\";s:32:\"widget_tagnavigation_title_label\";s:5:\"Title\";s:32:\"widget_tagnavigation_widgettitle\";s:14:\"Tag Navigation\";s:12:\"widget_title\";s:12:\"Widget Title\";s:31:\"widget_title_search_placeholder\";s:37:\"This will be the title of this widget\";s:40:\"widget_top_active_users_hide_title_label\";s:10:\"Hide Title\";s:38:\"widget_top_active_users_maxUsers_label\";s:29:\"Max top online users to show:\";s:35:\"widget_top_active_users_widgettitle\";s:16:\"Top Active Users\";s:29:\"widget_video_hide_title_label\";s:10:\"Hide Title\";s:31:\"widget_video_title_defaultvalue\";s:11:\"Video Title\";s:24:\"widget_video_title_label\";s:11:\"Video Title\";s:22:\"widget_video_url_label\";s:10:\"Video Link\";s:24:\"widget_video_widgettitle\";s:5:\"Video\";s:46:\"widget_visitormessage_display_hide_title_label\";s:10:\"Hide Title\";s:41:\"widget_visitormessage_display_widgettitle\";s:24:\"Visitor Messages Display\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:16:\"working_ellipsis\";s:10:\"Working...\";s:26:\"write_a_poll_question_here\";s:26:\"Write a poll question here\";s:15:\"write_something\";s:15:\"Write Something\";s:20:\"write_something_here\";s:18:\"Write something...\";s:37:\"write_something_here_about_this_photo\";s:37:\"Write something here about this photo\";s:29:\"write_something_here_optional\";s:29:\"Write something (optional)...\";s:25:\"x_accepted_follow_request\";s:80:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> accepted your follow request\";s:34:\"x_and_y_others_are_in_this_message\";s:153:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> are in this conversation\";s:30:\"x_and_y_others_commented_on_zs\";s:200:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on %7$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:26:\"x_and_y_others_commented_z\";s:198:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> commented on your reply at <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:28:\"x_and_y_others_rated_reply_z\";s:192:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your reply <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:22:\"x_and_y_others_rated_z\";s:199:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> like your conversation <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:27:\"x_and_y_others_replied_to_z\";s:182:\"<a href=\"%6$s\" class=\"user-profile author\">%1$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%4$s\">%2$s others</span> replied to <a href=\"%5$s\" class=\"post-title\">%3$s</a>\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:6:\"x_blog\";s:11:\"%1$s\'s Blog\";s:6:\"x_by_y\";s:50:\"<a href=\"%1$s\">%2$s</a> by <a href=\"%3$s\">%4$s</a>\";s:9:\"x_comment\";s:12:\"%1$s comment\";s:11:\"x_commented\";s:61:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented\";s:24:\"x_commented_on_article_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:36:\"x_commented_on_article_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_commented_on_blog_post_y\";s:115:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:38:\"x_commented_on_blog_post_y_with_prefix\";s:197:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:27:\"x_commented_on_guests_reply\";s:131:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link animate-scroll\">reply</a>\";s:32:\"x_commented_on_guests_reply_to_z\";s:170:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:44:\"x_commented_on_guests_reply_to_z_with_prefix\";s:253:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on Guest\'s <a href=\"%3$s\" class=\"reply-link\">reply</a> to <a href=\"%8$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%9$s%%22%%5D%%7D\">%10$s</a> <a href=\"%5$s\" class=\"post-title starter\">%7$s</a>\";s:24:\"x_commented_on_vm_from_y\";s:111:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on a <a href=\"%3$s\">Visitor Message From %4$s</a>\";s:30:\"x_commented_on_your_reply_at_y\";s:121:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on your reply at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:23:\"x_commented_on_ys_reply\";s:176:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link animate-scroll\">reply</a>\";s:28:\"x_commented_on_ys_reply_at_z\";s:123:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> commented on %6$s\'s reply at <a href=\"%5$s\" class=\"post-title\">%2$s</a>\";s:28:\"x_commented_on_ys_reply_to_z\";s:215:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:40:\"x_commented_on_ys_reply_to_z_with_prefix\";s:300:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> commented on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%10$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%11$s%%22%%5D%%7D\">%12$s</a> <a href=\"%7$s\" class=\"post-title starter\">%9$s</a>\";s:10:\"x_comments\";s:13:\"%1$s Comments\";s:16:\"x_comments_lower\";s:13:\"%1$s comments\";s:10:\"x_days_ago\";s:13:\"%1$s days ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:36:\"x_flagged_a_comment_on_ys_reply_to_z\";s:223:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a comment on <a href=\"%3$s\" class=\"user-profile reply\">%4$s</a>\'s <a href=\"%5$s\" class=\"reply-link\">reply</a> to <a href=\"%7$s\" class=\"post-title starter\">%8$s</a>\";s:22:\"x_flagged_a_reply_to_x\";s:121:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a reply to <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:19:\"x_flagged_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> flagged a topic <a href=\"%3$s\" class=\"post-title starter\">%4$s</a>\";s:11:\"x_hours_ago\";s:14:\"%1$s hours ago\";s:8:\"x_images\";s:11:\"%1$s Images\";s:18:\"x_is_following_you\";s:69:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> is following you.\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:105:\"<strong>%1$s</strong> is on your <a href=\"profile.php?%2$sdo=ignorelist\" target=\"_blank\">ignore list</a>.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:10:\"x_is_y_now\";s:17:\"%1$s is %2$s now.\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:25:\"x_members_y_guests_online\";s:32:\"%1$s member(s) and %2$s guest(s)\";s:13:\"x_minutes_ago\";s:16:\"%1$s minutes ago\";s:8:\"x_module\";s:11:\"%1$s Module\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:7:\"x_photo\";s:94:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photo</span>\";s:8:\"x_photos\";s:95:\"<span class=\"b-photo-count__count\">%1$s</span> <span class=\"b-photo-count__label\">Photos</span>\";s:23:\"x_posted_visitormessage\";s:82:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a visitor message\";s:27:\"x_posted_visitormessage_url\";s:102:\"<a href=\"%2$s\" class=\"user-profile author\">%1$s</a> has left you a <a href=\"%3$s\">visitor message</a>.\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:9:\"x_preview\";s:12:\"%1$s Preview\";s:22:\"x_rated_conversation_y\";s:118:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your conversation <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:15:\"x_rated_reply_y\";s:111:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> likes your reply <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_replied\";s:12:\"%1$s Replied\";s:14:\"x_replied_to_y\";s:113:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:26:\"x_replied_to_y_with_prefix\";s:195:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> replied to <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:7:\"x_reply\";s:10:\"%1$s reply\";s:21:\"x_result_in_y_seconds\";s:28:\"%1$s result in %2$s seconds.\";s:9:\"x_results\";s:35:\"<span class=\"count\"></span> results\";s:22:\"x_results_in_y_seconds\";s:29:\"%1$s results in %2$s seconds.\";s:18:\"x_results_per_page\";s:21:\"%1$s results per page\";s:6:\"x_said\";s:41:\"<a href=\"%1$s\" title=\"%2$s\">%3$s</a> said\";s:10:\"x_selected\";s:13:\"%1$s selected\";s:21:\"x_started_a_article_y\";s:127:\"<h2><a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:33:\"x_started_a_article_y_with_prefix\";s:209:\"<h2><a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"b-post__title starter\">%5$s</a></h2>\r\nCreated by: <a href=\"%1$s\" class=\"user-profile author\">%2$s</a>\";s:21:\"x_started_a_blog_post\";s:71:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post\";s:23:\"x_started_a_blog_post_y\";s:122:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:35:\"x_started_a_blog_post_y_with_prefix\";s:204:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a blog post <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:19:\"x_started_a_message\";s:22:\"%1$s started a message\";s:16:\"x_started_a_poll\";s:66:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll\";s:18:\"x_started_a_poll_y\";s:117:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:30:\"x_started_a_poll_y_with_prefix\";s:199:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a poll <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:17:\"x_started_a_topic\";s:67:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic\";s:19:\"x_started_a_topic_y\";s:118:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:31:\"x_started_a_topic_y_with_prefix\";s:200:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> started a topic <a href=\"%6$s?searchJSON=%%7B%%22prefix%%22%%3A%%5B%%22%7$s%%22%%5D%%7D\">%8$s</a> <a href=\"%3$s\" class=\"post-title starter\">%5$s</a>\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:19:\"x_unpublished_posts\";s:24:\"%1$s unpublished post(s)\";s:28:\"x_user_rated_conversation_yz\";s:76:\"%1$s user likes your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:29:\"x_users_rated_conversation_yz\";s:76:\"%1$s users like your conversation <a href=\"%3$s\" class=\"post-title\">%2$s</a>\";s:7:\"x_video\";s:10:\"%1$s Video\";s:8:\"x_videos\";s:11:\"%1$s Videos\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:7:\"x_views\";s:10:\"%1$s views\";s:15:\"x_voted_reply_y\";s:147:\"<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%1$s users</span> voted on a poll in your topic at <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:9:\"x_voted_y\";s:113:\"<a href=\"%3$s\" class=\"user-profile author\">%1$s</a> voted on your poll <a href=\"%4$s\" class=\"post-title\">%2$s</a>\";s:11:\"x_weeks_ago\";s:14:\"%1$s weeks ago\";s:30:\"x_will_show_up_here_when_saved\";s:34:\"%1$s will show up here when saved.\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:16:\"x_y_user_voted_z\";s:186:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">1 other</span> voted on your poll <a href=\"%4$s\" class=\"post-title\">%5$s</a>\";s:17:\"x_y_users_voted_z\";s:190:\"<a href=\"%1$s\" class=\"user-profile author\">%2$s</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_%3$s\">%4$s others</span> voted on your poll <a href=\"%5$s\" class=\"post-title\">%6$s</a>\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:32:\"you_are_already_editing_continue\";s:99:\"You are already editing, and this will cancel any pending edits- are you sure you want to continue?\";s:12:\"you_are_here\";s:12:\"You are here\";s:40:\"you_can_also_choose_from_popular_taglist\";s:46:\"You can also choose from the popular tag list.\";s:42:\"you_can_also_choose_from_popular_tags_link\";s:94:\"You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.\";s:39:\"you_can_also_drag_and_drop_modules_here\";s:39:\"You can also drag and drop modules here\";s:21:\"you_can_also_login_as\";s:11:\"Log in with\";s:30:\"you_can_choose_to_display_type\";s:65:\"You can choose to display individual type only or multiple types.\";s:20:\"you_can_send_invites\";s:49:\"You can send invites by entering email addresses.\";s:33:\"you_dont_have_any_subscribers_yet\";s:35:\"You don\'t have any subscribers yet.\";s:31:\"you_have_a_pending_edit_unsaved\";s:76:\"You have a pending edit unsaved. Please save or cancel it before proceeding.\";s:24:\"you_may_add_one_more_tag\";s:42:\"You may add <strong>one</strong> more tag.\";s:23:\"you_may_add_x_more_tags\";s:44:\"You may add <strong>%1$s</strong> more tags.\";s:18:\"you_may_add_x_tags\";s:49:\"You may add <span>%1$s</span> tags to this topic.\";s:29:\"you_may_not_add_any_more_tags\";s:30:\"You may not add any more tags.\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:37:\"you_must_be_logged_in_to_post_comment\";s:40:\"You must be logged in to post a comment.\";s:38:\"you_must_be_logged_in_to_upload_photos\";s:38:\"You must be logged in to upload photos\";s:32:\"you_must_specify_a_screen_layout\";s:74:\"You must specify a screen layout. Please go back and correct this problem.\";s:34:\"you_must_subscribe_to_post_comment\";s:190:\"You must <span class=\"follow-btn %1$s jsPseudoLink\" data-node-id=\"%2$s\" data-owner-id=\"%3$s\">subscribe</span> to <a href=\"%4$s\" class=\"channel-link\">%5$s</a> to leave a comment to this post.\";s:48:\"you_must_subscribe_to_profile_to_view_activities\";s:71:\"You must subscribe to this profile in order to view Activities content.\";s:17:\"your_current_site\";s:17:\"Your current site\";s:18:\"your_notifications\";s:13:\"Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:67:\"your_post_is_now_being_reviewed_and_waiting_for_moderators_approval\";s:94:\"Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.\";s:12:\"your_profile\";s:10:\"My Profile\";}','a:242:{s:12:\"access_masks\";s:12:\"Access Masks\";s:16:\"active_gcpglobal\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_forums\";s:14:\"Add New Forums\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:16:\"add_new_stylevar\";s:16:\"Add New Stylevar\";s:20:\"add_per_ten_comments\";s:57:\"Add this amount for every ten visible comments (0 - 1.00)\";s:20:\"add_this_many_points\";s:82:\"Add this many points. You should avoid adding a lot of entries with high priority.\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:20:\"after_upgrade_from_4\";s:762:\"Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. \";s:26:\"after_upgrade_from_505_cms\";s:324:\"After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. \";s:23:\"age_and_popularity_desc\";s:62:\"These settings adjust priority based on post age & popularity.\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:19:\"already_has_api_key\";s:67:\"An API Key has been generated already. You can\'t generate it again.\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:3:\"api\";s:13:\"vBulletin API\";s:20:\"api_disabled_options\";s:212:\"<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.\";s:7:\"api_key\";s:7:\"API Key\";s:19:\"api_key_description\";s:101:\"The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.\";s:13:\"api_key_empty\";s:208:\"You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.\";s:7:\"api_log\";s:7:\"API Log\";s:9:\"api_stats\";s:14:\"API Statistics\";s:35:\"are_you_sure_remove_sitemap_session\";s:182:\"Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you <b>sure</b> you want to delete the announcement called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:6:\"avatar\";s:6:\"Avatar\";s:17:\"avatars_gcpglobal\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:13:\"build_sitemap\";s:13:\"Build Sitemap\";s:17:\"but_not_more_than\";s:61:\"But the most points to be adjusted for this parameter will be\";s:17:\"can_create_attach\";s:21:\"Can create attachment\";s:15:\"can_create_blog\";s:15:\"Can Create Blog\";s:19:\"can_create_calendar\";s:19:\"Can create calendar\";s:18:\"can_create_channel\";s:18:\"Can create channel\";s:18:\"can_create_gallery\";s:24:\"Can create photo gallery\";s:16:\"can_create_photo\";s:16:\"Can create photo\";s:25:\"can_create_privatemessage\";s:26:\"Can create private message\";s:15:\"can_create_text\";s:20:\"Can create text/post\";s:22:\"can_drop_node_keywords\";s:484:\"You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.\";s:8:\"can_poll\";s:15:\"Can create poll\";s:23:\"channel_and_subchannels\";s:49:\"Channel <dfn>(Also applies to sub-channels)</dfn>\";s:28:\"channel_deleted_confirmation\";s:48:\"That forum and all sub-forums have been deleted.\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:18:\"clear_system_cache\";s:18:\"Clear System Cache\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:15:\"close_gcpglobal\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:14:\"configure_site\";s:11:\"Quick Setup\";s:14:\"confirm_action\";s:14:\"Confirm Action\";s:26:\"confirm_deletion_gcpglobal\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: <span class=\"normal\">%1$s</span>\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:32:\"could_not_create_reputationlevel\";s:45:\"Could not create reputation level due errors.\";s:7:\"creator\";s:7:\"Creator\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:35:\"default_invite_email_content_at_x_y\";s:118:\"Hello!\r\n\r\nI have set up a new vBulletin forum at %1$s. I think you will like it. Please come to %2$s and take a look!\";s:24:\"default_sitemap_priority\";s:86:\"If none of the other settings below apply, each entry will have this sitemap priority.\";s:16:\"default_view_age\";s:68:\"Default View Age <dfn>(Default date cut-off for topic display)</dfn>\";s:20:\"delete_all_gcpglobal\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:24:\"delete_or_modify_authors\";s:71:\"You can delete or modify priority for currently featured authors below.\";s:15:\"delete_stylevar\";s:15:\"Delete Stylevar\";s:21:\"description_gcpglobal\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:13:\"edit_stylevar\";s:13:\"Edit Stylevar\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:17:\"enter_author_name\";s:73:\"Enter the name of an author for whom you want to adjust the weight below.\";s:23:\"enter_forum_description\";s:27:\"Enter the forum description\";s:32:\"enter_forum_name_and_description\";s:32:\"Enter Forum Name and Description\";s:17:\"enter_forum_title\";s:21:\"Enter the forum title\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:27:\"execute_sql_query_gcpglobal\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:16:\"featured_authors\";s:74:\"Featured authors- posts by these authors will receive additional priority.\";s:14:\"field_required\";s:14:\"Field Required\";s:18:\"filename_gcpglobal\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:18:\"forum_and_children\";s:47:\"Forum <dfn>(Also applies to child forums)</dfn>\";s:22:\"forum_priority_manager\";s:22:\"Forum Priority Manager\";s:26:\"forum_update_runs_multiple\";s:219:\"If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:25:\"group_requires_admin_perm\";s:250:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>\";s:56:\"here_you_may_edit_channel_access_on_a_user_by_user_basis\";s:567:\"Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:19:\"home_page_gcpglobal\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:4:\"icon\";s:4:\"Icon\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please <a href=\"%1$s\">click here</a>.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"<b>OR</b> import the XML file from your server\";s:29:\"inlinemod_auth_enter_username\";s:26:\"Please enter your username\";s:34:\"invalid_action_specified_gcpglobal\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:19:\"invalid_permissions\";s:45:\"Invalid permissions for the action specified.\";s:23:\"invite_members_to_forum\";s:28:\"Invite members to this forum\";s:8:\"ispublic\";s:69:\"Is Public? <dfn>(If public, this setting is accessible via API)</dfn>\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:12:\"manage_pages\";s:12:\"Manage Pages\";s:32:\"manage_priority_for_content_type\";s:32:\"Manage priority for content type\";s:19:\"mass_move_gcpglobal\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:35:\"moderator_add_edit_canannounce_text\";s:112:\"Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.\";s:36:\"moderator_add_edit_canannounce_title\";s:12:\"Can Announce\";s:23:\"moderator_log_gcpglobal\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:11:\"more_forums\";s:11:\"More Forums\";s:14:\"move_gcpglobal\";s:4:\"Move\";s:50:\"no_file_uploaded_and_no_local_file_found_gcpglobal\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:16:\"or_stylevar_part\";s:17:\"or stylevar part:\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:18:\"order_by_gcpglobal\";s:8:\"Order By\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:14:\"page_gcpglobal\";s:4:\"Page\";s:12:\"parent_forum\";s:14:\"Parent Channel\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:18:\"priority_default_x\";s:24:\"Priority (Default: %1$s)\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:18:\"reminder_gcpglobal\";s:8:\"Reminder\";s:22:\"remove_sitemap_session\";s:22:\"Remove Sitemap Session\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:26:\"reputation_level_gcpglobal\";s:16:\"Reputation Level\";s:19:\"requires_admin_perm\";s:185:\"Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:16:\"revert_gcpglobal\";s:6:\"Revert\";s:43:\"rss_91_forum_w_posted_by_x_post_time_y_at_z\";s:46:\"Forum: %1$s Posted By: %2$s Time: %3$s at %4$s\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:21:\"rssposter_post_from_x\";s:14:\"Post from %1$s\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:41:\"Save open navigation groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:13:\"save_priority\";s:13:\"Save Priority\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:21:\"search_type_gcpglobal\";s:11:\"Search Type\";s:14:\"select_channel\";s:14:\"Select Channel\";s:12:\"select_forum\";s:12:\"Select Forum\";s:16:\"send_failed_to_x\";s:20:\"Send failed to %1$s.\";s:9:\"sent_to_x\";s:14:\"Sent to %1$s. \";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:36:\"sitemap_built_successfully_view_here\";s:86:\"Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.\";s:27:\"sitemap_forum_priority_desc\";s:333:\"This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.\";s:24:\"sitemap_priority_manager\";s:24:\"Sitemap Priority Manager\";s:10:\"skipping_x\";s:14:\"Skipping: %1$s\";s:42:\"standard_using_default_channel_permissions\";s:50:\"<b>Standard:</b> Using default channel permissions\";s:20:\"statistics_gcpglobal\";s:10:\"Statistics\";s:5:\"style\";s:5:\"Style\";s:16:\"styles_gcpglobal\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:23:\"stylevar_template_usage\";s:23:\"Stylevar Template Usage\";s:9:\"stylevars\";s:9:\"StyleVars\";s:6:\"system\";s:6:\"System\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:14:\"text_gcpglobal\";s:4:\"Text\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"<b>EITHER</b> upload the XML file from your computer\";s:20:\"use_to_build_sitemap\";s:343:\"This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:27:\"usergroup_options_gcpglobal\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:7:\"varname\";s:7:\"Varname\";s:7:\"vb5blog\";s:5:\"Blogs\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$s<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>\";s:21:\"x_from_the_calendar_y\";s:41:\"<i>%1$s</i> from the calendar <i>%2$s</i>\";s:18:\"x_from_the_forum_y\";s:38:\"<i>%1$s</i> from the forum <i>%2$s</i>\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"x_to_y_of_z\";s:20:\"%1$s to %2$s of %3$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: <span class=\"normal\">%2$s (id: %3$s)</span>\";s:19:\"xml_sitemap_manager\";s:19:\"XML Sitemap Manager\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}','a:294:{s:34:\"additional_functions_gcppermission\";s:20:\"Additional Functions\";s:13:\"administrator\";s:13:\"Administrator\";s:33:\"administrator_permissions_manager\";s:33:\"Administrator Permissions Manager\";s:18:\"album_max_pictures\";s:32:\"Maximum Number of Album Pictures\";s:14:\"album_max_size\";s:78:\"Maximum Total File Size of Album Pictures (bytes)\r\n<dfn>1KB = 1024 bytes</dfn>\";s:24:\"album_picture_max_height\";s:37:\"Album Picture Maximum Height (pixels)\";s:23:\"album_picture_max_width\";s:36:\"Album Picture Maximum Width (pixels)\";s:18:\"allow_bbcode_align\";s:77:\"<span title=\"[LEFT] [CENTER] [RIGHT] [INDENT]\">Allow Alignment BB Code</span>\";s:18:\"allow_bbcode_basic\";s:52:\"<span title=\"[B] [I] [U]\">Allow Basic BB Code</span>\";s:17:\"allow_bbcode_code\";s:46:\"<span title=\"[CODE]\">Allow Code BB Code</span>\";s:18:\"allow_bbcode_color\";s:48:\"<span title=\"[COLOR]\">Allow Color BB Code</span>\";s:19:\"allow_bbcode_custom\";s:73:\"<span title=\"Administrator-defined BB Codes\">Allow Custom BB Codes</span>\";s:17:\"allow_bbcode_font\";s:46:\"<span title=\"[FONT]\">Allow Font BB Code</span>\";s:17:\"allow_bbcode_html\";s:46:\"<span title=\"[HTML]\">Allow HTML BB Code</span>\";s:16:\"allow_bbcode_img\";s:46:\"<span title=\"[IMG]\">Allow Image BB Code</span>\";s:17:\"allow_bbcode_link\";s:69:\"<span title=\"[URL] [EMAIL] [THREAD] [POST]\">Allow Link BB Code</span>\";s:17:\"allow_bbcode_list\";s:46:\"<span title=\"[LIST]\">Allow List BB Code</span>\";s:16:\"allow_bbcode_php\";s:44:\"<span title=\"[PHP]\">Allow PHP BB Code</span>\";s:18:\"allow_bbcode_quote\";s:48:\"<span title=\"[QUOTE]\">Allow Quote BB Code</span>\";s:17:\"allow_bbcode_size\";s:46:\"<span title=\"[SIZE]\">Allow Size BB Code</span>\";s:19:\"allow_member_groups\";s:157:\"Allow Users to have Member Groups <dfn>(Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)</dfn>\";s:28:\"apply_permissions_to_channel\";s:62:\"Apply Permissions to Channel <dfn>(Includes Sub-Channel)</dfn>\";s:30:\"apply_permissions_to_usergroup\";s:31:\"Apply Permissions to Usergroups\";s:36:\"attachment_permissions_gcppermission\";s:22:\"Attachment Permissions\";s:18:\"birthdays_viewable\";s:139:\"Birthdays Viewable <dfn>(Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)</dfn>\";s:24:\"can_access_control_panel\";s:43:\"Can Access Control Panel (is Administrator)\";s:14:\"can_add_owners\";s:14:\"Can Add Owners\";s:22:\"can_admin_all_settings\";s:27:\"Can Administer All Settings\";s:19:\"can_admin_templates\";s:31:\"Can Administer & Edit Templates\";s:18:\"can_administer_ads\";s:18:\"Can Administer Ads\";s:22:\"can_administer_bbcodes\";s:23:\"Can Administer BB Codes\";s:21:\"can_administer_blocks\";s:28:\"Can Administer Forum Blocks\";s:18:\"can_administer_cms\";s:18:\"Can Administer CMS\";s:19:\"can_administer_cron\";s:19:\"Can Administer CRON\";s:18:\"can_administer_faq\";s:19:\"Can Administer Help\";s:21:\"can_administer_forums\";s:21:\"Can Administer Forums\";s:21:\"can_administer_images\";s:40:\"Can Administer Avatars / Icons / Smilies\";s:24:\"can_administer_languages\";s:24:\"Can Administer Languages\";s:31:\"can_administer_limited_settings\";s:40:\"Can Administer Limited or Basic Settings\";s:28:\"can_administer_moderator_log\";s:28:\"Can Administer Moderator Log\";s:22:\"can_administer_notices\";s:22:\"Can Administer Notices\";s:23:\"can_administer_products\";s:23:\"Can Administer Products\";s:21:\"can_administer_styles\";s:21:\"Can Administer Styles\";s:19:\"can_administer_tags\";s:19:\"Can Administer Tags\";s:22:\"can_administer_threads\";s:21:\"Can Administer Topics\";s:31:\"can_administer_user_permissions\";s:31:\"Can Administer User Permissions\";s:20:\"can_administer_users\";s:20:\"Can Administer Users\";s:26:\"can_administer_xml_sitemap\";s:26:\"Can Administer XML Sitemap\";s:28:\"can_always_create_discussion\";s:120:\"Can Always Create Discussions\r\n<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>\";s:26:\"can_always_post_in_channel\";s:118:\"Can Always Reply<dfn>If enabled, the user will be able to reply in channels, regardless of being a member or not</dfn>\";s:23:\"can_always_post_message\";s:113:\"Can Always Post Messages<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>\";s:30:\"can_always_post_new_in_channel\";s:132:\"Can Always Post Topics<dfn>If enabled, the user will be able to create topics in channels, regardless of being a member or not</dfn>\";s:23:\"can_always_view_channel\";s:108:\"Can Always View Channel<dfn>If enabled, the user will be able to view private and invite only channels</dfn>\";s:13:\"can_ban_users\";s:13:\"Can Ban Users\";s:11:\"can_comment\";s:11:\"Can Comment\";s:21:\"can_configure_channel\";s:21:\"Can Configure Channel\";s:21:\"can_create_discussion\";s:36:\"Can Create New Discussions in Groups\";s:15:\"can_create_link\";s:15:\"Can create link\";s:17:\"can_create_report\";s:17:\"Can create report\";s:24:\"can_create_social_groups\";s:17:\"Can Create Groups\";s:15:\"can_create_tags\";s:15:\"Can Create Tags\";s:16:\"can_create_video\";s:16:\"Can create video\";s:21:\"can_customize_profile\";s:21:\"Can Customize Profile\";s:18:\"can_delete_channel\";s:33:\"User can delete sub-channels here\";s:22:\"can_delete_discussions\";s:22:\"Can Delete Discussions\";s:17:\"can_delete_events\";s:17:\"Can Delete Events\";s:20:\"can_delete_own_posts\";s:20:\"Can Delete Own Posts\";s:28:\"can_delete_own_social_groups\";s:21:\"Can Delete Own Groups\";s:22:\"can_delete_own_threads\";s:21:\"Can Delete Own Topics\";s:31:\"can_delete_own_visitor_messages\";s:31:\"Can Delete Own Visitor Messages\";s:27:\"can_delete_picture_comments\";s:27:\"Can Delete Picture Comments\";s:19:\"can_delete_pictures\";s:19:\"Can Delete Pictures\";s:16:\"can_delete_posts\";s:16:\"Can Delete Posts\";s:24:\"can_delete_social_groups\";s:17:\"Can Delete Groups\";s:27:\"can_delete_tags_own_threads\";s:29:\"Can Delete Tags on Own Topics\";s:24:\"can_download_attachments\";s:24:\"Can Download Attachments\";s:25:\"can_edit_background_image\";s:20:\"Can Edit Backgrounds\";s:16:\"can_edit_borders\";s:16:\"Can Edit Borders\";s:15:\"can_edit_colors\";s:36:\"Can Edit Text Colors and Link Colors\";s:20:\"can_edit_discussions\";s:20:\"Can Edit Discussions\";s:15:\"can_edit_events\";s:15:\"Can Edit Events\";s:20:\"can_edit_font_family\";s:20:\"Can Edit Font Family\";s:18:\"can_edit_font_size\";s:18:\"Can Edit Font Size\";s:23:\"can_edit_others_content\";s:24:\"Can Edit Others\' Content\";s:18:\"can_edit_own_posts\";s:18:\"Can Edit Own Posts\";s:20:\"can_edit_own_profile\";s:20:\"Can Edit Own Profile\";s:26:\"can_edit_own_social_groups\";s:19:\"Can Edit Own Groups\";s:29:\"can_edit_own_visitor_messages\";s:29:\"Can Edit Own Visitor Messages\";s:25:\"can_edit_picture_comments\";s:25:\"Can Edit Picture Comments\";s:17:\"can_edit_pictures\";s:17:\"Can Edit Pictures\";s:14:\"can_edit_polls\";s:14:\"Can Edit Polls\";s:14:\"can_edit_posts\";s:14:\"Can Edit Posts\";s:16:\"can_edit_privacy\";s:100:\"Can Edit Profile Privacy<dfn>Whether the user can hide blocks on their profile page from other users\";s:22:\"can_edit_social_groups\";s:15:\"Can Edit Groups\";s:16:\"can_edit_threads\";s:15:\"Can Edit Topics\";s:21:\"can_edit_user_avatars\";s:21:\"Can Edit User Avatars\";s:30:\"can_edit_user_profile_pictures\";s:30:\"Can Edit User Profile Pictures\";s:47:\"can_edit_user_reputation_comments_gcppermission\";s:33:\"Can Edit User Reputation Comments\";s:24:\"can_edit_user_signatures\";s:24:\"Can Edit User Signatures\";s:30:\"can_give_arbitrary_infractions\";s:36:\"Can Give Arbitrary Value Infractions\";s:20:\"can_give_infractions\";s:30:\"Can Give Infractions to Others\";s:14:\"can_have_album\";s:34:\"Can Have Album and Upload Pictures\";s:19:\"can_hide_reputation\";s:31:\"Can Hide Reputation from Others\";s:16:\"can_ignore_quota\";s:16:\"Can Ignore Quota\";s:8:\"can_join\";s:16:\"Can Join Channel\";s:22:\"can_join_social_groups\";s:15:\"Can Join Groups\";s:20:\"can_limit_discussion\";s:158:\"Can Limit Discussions in Own Groups to the Group Owner<dfn>If enabled, the user can configure their Groups so that only they can create new discussions.</dfn>\";s:28:\"can_manage_group_discussions\";s:26:\"Can Manage Own Discussions\";s:25:\"can_manage_group_messages\";s:23:\"Can Manage Own Messages\";s:28:\"can_manage_own_social_groups\";s:21:\"Can Manage Own Groups\";s:31:\"can_manage_own_visitor_messages\";s:38:\"Can Manage Messages within Own Profile\";s:18:\"can_manage_threads\";s:17:\"Can Manage Topics\";s:21:\"can_mass_move_threads\";s:20:\"Can Mass-Move Topics\";s:22:\"can_mass_prune_threads\";s:21:\"Can Mass-Prune Topics\";s:24:\"can_moderate_attachments\";s:24:\"Can Moderate Attachments\";s:24:\"can_moderate_discussions\";s:24:\"Can Moderate Discussions\";s:19:\"can_moderate_events\";s:19:\"Can Moderate Events\";s:29:\"can_moderate_picture_comments\";s:29:\"Can Moderate Picture Comments\";s:21:\"can_moderate_pictures\";s:21:\"Can Moderate Pictures\";s:18:\"can_moderate_posts\";s:18:\"Can Moderate Posts\";s:17:\"can_moderate_tags\";s:17:\"Can Moderate Tags\";s:15:\"can_move_events\";s:15:\"Can Move Events\";s:20:\"can_move_own_threads\";s:19:\"Can Move Own Topics\";s:26:\"can_open_close_own_threads\";s:27:\"Can Open / Close Own Topics\";s:22:\"can_open_close_threads\";s:23:\"Can Open / Close Topics\";s:32:\"can_override_primary_group_title\";s:39:\"Can override primary group title/markup\";s:33:\"can_physically_delete_discussions\";s:121:\"Can Permanently Delete Discussions <dfn>(Completely removes the discussion and all of it\'s posts from the database)</dfn>\";s:27:\"can_physically_delete_posts\";s:87:\"Can Permanently Delete Posts <dfn>(Completely removes the post from the database)</dfn>\";s:22:\"can_post_announcements\";s:129:\"Can Post Announcements\r\n<dfn>Granting this permission will allow this user to post announcements containing arbitrary HTML.</dfn>\";s:20:\"can_post_attachments\";s:20:\"Can Post Attachments\";s:22:\"can_post_group_message\";s:27:\"Can Post Messages in Groups\";s:14:\"can_post_polls\";s:14:\"Can Post Polls\";s:16:\"can_post_threads\";s:15:\"Can Post Topics\";s:43:\"can_post_visitor_messages_to_others_profile\";s:44:\"Can Post Visitor Messages to Others\' Profile\";s:40:\"can_post_visitor_messages_to_own_profile\";s:40:\"Can Post Visitor Messages to Own Profile\";s:11:\"can_publish\";s:11:\"Can Publish\";s:16:\"can_rate_threads\";s:16:\"Can Rate Threads\";s:27:\"can_remove_picture_comments\";s:102:\"Can Permanently Delete Picture Comments\r\n<dfn>(Completely removes the comment from the database)</dfn>\";s:16:\"can_remove_posts\";s:16:\"Can Remove Posts\";s:27:\"can_reply_to_others_threads\";s:27:\"Can Reply to Others\' Topics\";s:24:\"can_reply_to_own_threads\";s:23:\"Can Reply to Own Topics\";s:20:\"can_reply_to_threads\";s:19:\"Can Reply to Topics\";s:24:\"can_restore_banned_users\";s:24:\"Can Restore Banned Users\";s:23:\"can_reverse_infractions\";s:23:\"Can Reverse Infractions\";s:25:\"can_run_basic_maintenance\";s:31:\"Can Run Basic Maintenance Tools\";s:16:\"can_search_forum\";s:16:\"Can Search Forum\";s:17:\"can_search_forums\";s:17:\"Can Search Forums\";s:24:\"can_see_deletion_notices\";s:24:\"Can See Deletion Notices\";s:23:\"can_see_invisible_users\";s:60:\"Can \'See\' Users Who Have Chosen to be Invisible While Online\";s:31:\"can_see_others_infraction_level\";s:32:\"Can See Others\' Infraction Level\";s:18:\"can_see_thumbnails\";s:18:\"Can See Thumbnails\";s:24:\"can_see_who_liked_a_post\";s:24:\"Can See Who Liked a Post\";s:28:\"can_set_default_user_profile\";s:36:\"Can Set Default User Profile Styling\";s:22:\"can_set_featured_items\";s:22:\"Can Set Featured Items\";s:22:\"can_set_forum_password\";s:22:\"Can Set Forum Password\";s:22:\"can_set_self_invisible\";s:30:\"Can Set Self to Invisible Mode\";s:21:\"can_set_server_config\";s:80:\"Can Set Server Configuration- hardware, software, and storage location settings.\";s:13:\"can_set_theme\";s:13:\"Can Set Theme\";s:22:\"can_tag_others_threads\";s:22:\"Can Tag Others\' Topics\";s:19:\"can_tag_own_threads\";s:18:\"Can Tag Own Topics\";s:26:\"can_transfer_social_groups\";s:19:\"Can Transfer Groups\";s:26:\"can_upload_ani_gif_sig_img\";s:37:\"Can Upload Animated GIF for Signature\";s:26:\"can_upload_animated_avatar\";s:26:\"Can Upload Animated Avatar\";s:30:\"can_upload_animated_group_icon\";s:31:\"Can Upload Animated Group Icons\";s:22:\"can_upload_attachments\";s:22:\"Can Upload Attachments\";s:24:\"can_upload_channel_icons\";s:24:\"Can Upload Channel Icons\";s:25:\"can_upload_custom_avatars\";s:25:\"Can Upload Custom Avatars\";s:18:\"can_upload_sig_img\";s:31:\"Can Upload Images for Signature\";s:28:\"can_upload_social_group_icon\";s:22:\"Can Upload Group Icons\";s:23:\"can_use_all_maintenance\";s:29:\"Can Use All Maintenance Tools\";s:29:\"can_use_animated_channel_icon\";s:33:\"Can Upload Animated Channel Icons\";s:20:\"can_use_custom_title\";s:20:\"Can Use Custom Title\";s:23:\"can_use_email_to_friend\";s:23:\"Can Use Email to Friend\";s:15:\"can_use_friends\";s:28:\"Can Subscribe to Other Users\";s:12:\"can_use_html\";s:12:\"Can Use HTML\";s:18:\"can_use_reputation\";s:18:\"Can Use Reputation\";s:18:\"can_use_signatures\";s:18:\"Can Use Signatures\";s:19:\"can_use_sitebuilder\";s:19:\"Can Use Sitebuilder\";s:15:\"can_view_albums\";s:147:\"Can View Albums\r\n<dfn>Users without this permission will still be able to see picture in public and profile album if they know the exact URL.</dfn>\";s:20:\"can_view_attachments\";s:20:\"Can View Attachments\";s:14:\"can_view_forum\";s:17:\"Can View Channels\";s:29:\"can_view_hidden_custom_fields\";s:30:\"Can View Private Custom Fields\";s:21:\"can_view_ip_addresses\";s:21:\"Can View IP Addresses\";s:20:\"can_view_member_info\";s:20:\"Can View Member Info\";s:23:\"can_view_others_threads\";s:23:\"Can View Others\' Topics\";s:22:\"can_view_social_groups\";s:15:\"Can View Groups\";s:16:\"can_view_threads\";s:22:\"Can View Topic Content\";s:22:\"can_view_whole_profile\";s:42:\"Can View Whole User Profile (but not edit)\";s:20:\"can_view_whos_online\";s:21:\"Can View Who\'s Online\";s:28:\"can_view_wol_actual_location\";s:48:\"Can view actual location of user (filepath/url).\";s:25:\"can_view_wol_bad_location\";s:80:\"Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations\";s:28:\"can_view_wol_detail_location\";s:41:\"Can View Detailed Location Info for Users\";s:17:\"can_vote_on_polls\";s:17:\"Can Vote on Polls\";s:35:\"channel_based_permission_duplicator\";s:35:\"Channel-Based Permission Duplicator\";s:21:\"channel_icon_max_size\";s:135:\"Maximum File Size of Channel Icons (bytes)\r\n<dfn><strong>Note: </strong>Channel Image Icons are always limited to 200px by 200px.</dfn>\";s:33:\"channel_permissions_gcppermission\";s:19:\"Channel Permissions\";s:27:\"channel_permissions_manager\";s:27:\"Channel Permissions Manager\";s:26:\"control_panel_style_choice\";s:26:\"Control Panel Style Choice\";s:29:\"copy_permissions_from_channel\";s:79:\"Copy Permissions from Channel <dfn>(Does <b>not</b> include sub-channels)</dfn>\";s:27:\"copy_permissions_from_group\";s:32:\"Copy Permissions from User Group\";s:28:\"copy_permissions_to_channels\";s:28:\"Copy Permissions to Channels\";s:26:\"copy_permissions_to_groups\";s:31:\"Copy Permissions to User Groups\";s:18:\"create_permissions\";s:18:\"Create Permissions\";s:17:\"createpermissions\";s:18:\"Create Permissions\";s:26:\"custom_avatar_max_filesize\";s:66:\"Custom Avatar Maximum File Size (bytes)<dfn>1KB = 1024 bytes</dfn>\";s:24:\"custom_avatar_max_height\";s:37:\"Custom Avatar Maximum Height (pixels)\";s:23:\"custom_avatar_max_width\";s:36:\"Custom Avatar Maximum Width (pixels)\";s:68:\"customized_using_custom_permissions_for_this_usergroup_gcppermission\";s:62:\"<b>Customized:</b> Using custom permissions for this usergroup\";s:25:\"default_forum_permissions\";s:25:\"Default Forum Permissions\";s:27:\"delete_selected_permissions\";s:27:\"Delete Selected Permissions\";s:8:\"deny_all\";s:8:\"Deny All\";s:23:\"dismissed_news_item_ids\";s:33:\"Dismissed vBulletin News Item IDs\";s:24:\"edit_channel_permissions\";s:24:\"Edit Channel Permissions\";s:53:\"edit_channel_permissions_for_usergroup_x_in_channel_y\";s:78:\"Edit Channel Permissions For Usergroup: </b>\"%1$s\"<b> in Channel </b>\"%2$s\"<b>\";s:22:\"edit_forum_permissions\";s:22:\"Edit Forum Permissions\";s:15:\"edit_time_limit\";s:33:\"Time Limit for Editing Posts (hr)\";s:22:\"exempt_from_spam_check\";s:31:\"Exempt posts from Spam checking\";s:29:\"follow_forum_moderation_rules\";s:94:\"Follow Channel Moderation Rules<dfn>If no, posts are always placed into moderation queue</dfn>\";s:37:\"follow_group_message_moderation_rules\";s:103:\"Follow Group Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>\";s:31:\"follow_picture_moderation_rules\";s:31:\"Follow Picture Moderation Rules\";s:39:\"follow_visitor_message_moderation_rules\";s:105:\"Follow Visitor Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:31:\"forum_permissions_gcppermission\";s:19:\"Channel Permissions\";s:27:\"forum_searching_permissions\";s:27:\"Forum Searching Permissions\";s:25:\"forum_viewing_permissions\";s:25:\"Forum Viewing Permissions\";s:19:\"general_permissions\";s:19:\"General Permissions\";s:32:\"give_admin_access_arbitrary_html\";s:164:\"Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.\";s:26:\"inherit_channel_permission\";s:62:\"Inherit from parent(this will delete any existing permissions)\";s:69:\"inherited_using_custom_permissions_inherited_channel_a_parent_channel\";s:74:\"<b>Inherited:</b> Using custom permissions inherited from a parent channel\";s:15:\"is_banned_group\";s:269:\"This Usergroup is not a \'Banned\' Group <dfn>(Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviors.)</dfn>\";s:18:\"is_super_moderator\";s:44:\"Can Moderate All Forums (is Super Moderator)\";s:15:\"max_attachments\";s:28:\"Maximum Attachments per Post\";s:12:\"max_channels\";s:16:\"Maximum Channels\";s:14:\"max_other_tags\";s:27:\"Maximum Tags by Other Users\";s:16:\"max_starter_tags\";s:29:\"Maximum tags for Starter Post\";s:8:\"max_tags\";s:22:\"Maximum number of tags\";s:22:\"maximum_created_groups\";s:88:\"Maximum Created Groups<dfn>The amount of groups the user can have at any one time.</dfn>\";s:30:\"maximum_recipients_to_send_pms\";s:141:\"Maximum Recipients to Send PMs at a time:<dfn>Do not set this too high for performance reasons (set to 0 to allow unlimited recipients)</dfn>\";s:23:\"maximum_stored_messages\";s:124:\"Maximum Stored Messages:<dfn>If you set this to 0 users from this usergroup will not be able to use private messaging.</dfn>\";s:21:\"moderator_permissions\";s:21:\"Moderator Permissions\";s:30:\"must_enable_custom_permissions\";s:91:\"For this setting to have any effect, custom permissions for this usergroup must be enabled.\";s:9:\"new_forum\";s:9:\"New Forum\";s:34:\"note_groups_marked_with_a_asterisk\";s:153:\"<b>Note</b>: Groups marked with an <b>*</b> can be selected by their members to override the username markup and user title from their primary usergroup.\";s:34:\"only_copy_permissions_from_channel\";s:69:\"Only Copy Permissions from Channel <dfn>(Includes sub-channels)</dfn>\";s:32:\"only_copy_permissions_from_group\";s:37:\"Only Copy Permissions from User Group\";s:16:\"order_by_channel\";s:16:\"Order By Channel\";s:18:\"order_by_usergroup\";s:18:\"Order By Usergroup\";s:27:\"overwrite_duplicate_entries\";s:27:\"Overwrite Duplicate Entries\";s:27:\"overwrite_inherited_entries\";s:27:\"Overwrite Inherited Entries\";s:15:\"password_expiry\";s:171:\"Password Expiry <dfn>(If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)</dfn>\";s:16:\"password_history\";s:243:\"Password History <dfn>(If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.<br />Note: this setting has no effect if password expiry is set to 0 days)</dfn>\";s:28:\"permission_duplication_tools\";s:28:\"Permission Duplication Tools\";s:27:\"permission_overwrite_notice\";s:108:\"Note: These permissions will overwrite any existing permissions for this channel for the selected usergroups\";s:11:\"permissions\";s:11:\"Permissions\";s:24:\"permissions_quick_editor\";s:24:\"Permissions Quick Editor\";s:29:\"picture_uploading_permissions\";s:29:\"Picture Uploading Permissions\";s:16:\"poll_permissions\";s:16:\"Poll Permissions\";s:23:\"post_thread_permissions\";s:24:\"Post / Topic Permissions\";s:27:\"private_message_permissions\";s:27:\"Private Message Permissions\";s:30:\"quick_channel_permission_setup\";s:30:\"Quick Channel Permission Setup\";s:16:\"require_hv_check\";s:209:\"Require Human Verification on Configured Actions\r\n<dfn>Users will have to pass human verification for the configured <a href=\"options.php?dogroup=humanverification\"><strong>Human Verified Actions</strong></a>.\";s:18:\"require_moderation\";s:28:\"Require Moderation for Posts\";s:38:\"show_edited_by_note_on_edited_messages\";s:46:\"Show <i>edited by</i> note on edited messages?\";s:22:\"sig_image_max_filesize\";s:41:\"Signature Image Maximum File-size (bytes)\";s:20:\"sig_image_max_height\";s:39:\"Signature Image Maximum Height (pixels)\";s:19:\"sig_image_max_width\";s:38:\"Signature Image Maximum Width (pixels)\";s:13:\"sig_max_chars\";s:73:\"Maximum Characters in Signature <strong>Excluding</strong> BB Code Markup\";s:14:\"sig_max_images\";s:44:\"Maximum Number of Images/Videos in Signature\";s:13:\"sig_max_lines\";s:26:\"Maximum Lines in Signature\";s:17:\"sig_max_raw_chars\";s:73:\"Maximum Characters in Signature <strong>Including</strong> BB Code Markup\";s:19:\"sig_max_size_bbcode\";s:39:\"Maximum Value of x for [SIZE=x] BB Code\";s:21:\"signature_permissions\";s:21:\"Signature Permissions\";s:26:\"social_group_icon_max_size\";s:131:\"Maximum File Size of Group Icons (bytes)\r\n<dfn><strong>Note: </strong>Group Image Icons are always limited to 200px by 200px.</dfn>\";s:24:\"social_group_permissions\";s:18:\"Groups Permissions\";s:26:\"space_in_bytes_attachlimit\";s:107:\"Space (in bytes) that a user\'s total attachment usage may consume <dfn>(Set to 0 to not have a limit)</dfn>\";s:27:\"update_selected_permissions\";s:27:\"Update Selected Permissions\";s:22:\"use_custom_permissions\";s:22:\"Use Custom Permissions\";s:37:\"use_default_permissions_gcppermission\";s:94:\"Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)\";s:36:\"user_album_permissions_gcppermission\";s:22:\"User Album Permissions\";s:27:\"user_infraction_permissions\";s:27:\"User Infraction Permissions\";s:16:\"user_permissions\";s:16:\"User Permissions\";s:27:\"user_reputation_permissions\";s:27:\"User Reputation Permissions\";s:19:\"usercss_permissions\";s:33:\"Profile Customization Permissions\";s:37:\"usergroup_based_permission_duplicator\";s:38:\"User Group-Based Permission Duplicator\";s:31:\"usergroup_options_gcppermission\";s:17:\"Usergroup Options\";s:20:\"usergroup_user_title\";s:124:\"User Title <dfn>(Use this to override the default \'ladder\' of <a href=\"usertitle.php\" target=\"_blank\">user titles</a>)</dfn>\";s:15:\"username_markup\";s:265:\"Username HTML Markup <dfn>(Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Topic, Posts, Member List etc.)</dfn>\";s:38:\"view_channel_permissions_gcppermission\";s:24:\"View Channel Permissions\";s:22:\"view_control_panel_log\";s:22:\"View Control Panel Log\";s:36:\"view_forum_permissions_gcppermission\";s:24:\"View Channel Permissions\";s:30:\"view_permissions_gcppermission\";s:16:\"View Permissions\";s:27:\"visitor_message_permissions\";s:27:\"Visitor Message Permissions\";s:23:\"whos_online_permissions\";s:24:\"Who\'s Online Permissions\";s:18:\"x_access_masks_set\";s:23:\"%1$s Access Mask(s) set\";}','a:60:{s:14:\"access_options\";s:14:\"Access Options\";s:12:\"act_as_forum\";s:54:\"Act as Channel <dfn>(Will act as category if no)</dfn>\";s:16:\"add_announcement\";s:16:\"Add Announcement\";s:15:\"add_child_forum\";s:17:\"Add Child Channel\";s:20:\"add_moderator_gforum\";s:13:\"Add Moderator\";s:20:\"add_new_forum_gforum\";s:13:\"Add New Forum\";s:11:\"allow_icons\";s:16:\"Allow Post Icons\";s:26:\"apply_password_to_children\";s:64:\"Apply This Password to Child Forums <dfn>(Only if changed)</dfn>\";s:37:\"are_you_sure_want_to_delete_channel_x\";s:161:\"Are you <b>sure</b> you want to delete the channel called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:44:\"are_you_sure_you_want_to_delete_this_channel\";s:94:\"Are you sure you want to delete this channel? Note that any sub-channels will also be deleted!\";s:42:\"are_you_sure_you_want_to_delete_this_forum\";s:90:\"Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!\";s:17:\"can_have_password\";s:178:\"Can Have Password <dfn>(Setting this to no will prevent a password from being inherited and from being set by moderators)<br />(Note: You may still set a password manually)</dfn>\";s:15:\"category_gforum\";s:8:\"Category\";s:22:\"channel_manager_gforum\";s:15:\"Channel Manager\";s:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:35:\"create_channel_based_off_of_channel\";s:36:\"Create Channel Based off of Channel:\";s:18:\"custom_forum_style\";s:29:\"Custom Style for this Channel\";s:18:\"default_sort_field\";s:18:\"Default Sort Field\";s:18:\"default_sort_order\";s:18:\"Default Sort Order\";s:12:\"delete_forum\";s:14:\"Delete Channel\";s:23:\"do_not_change_usergroup\";s:23:\"DO NOT CHANGE USERGROUP\";s:18:\"edit_display_order\";s:18:\"Edit Display Order\";s:10:\"edit_forum\";s:12:\"Edit Channel\";s:20:\"edit_password_gforum\";s:13:\"Edit Password\";s:26:\"emails_to_notify_when_post\";s:98:\"Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>\";s:28:\"emails_to_notify_when_thread\";s:99:\"Email Addresses to Notify When there is a New Topic <dfn>(Separate each address with a SPACE)</dfn>\";s:6:\"expand\";s:6:\"Expand\";s:15:\"forum_is_active\";s:109:\"Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>\";s:10:\"forum_link\";s:114:\"Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>\";s:10:\"forum_open\";s:100:\"Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>\";s:14:\"forum_password\";s:103:\"Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>\";s:45:\"forums_marked_asterisk_are_password_protected\";s:45:\"Forums Marked <b>*</b> are Password-Protected\";s:15:\"index_new_posts\";s:126:\"Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>\";s:11:\"link_gforum\";s:4:\"Link\";s:15:\"list_moderators\";s:15:\"List Moderators\";s:27:\"moderate_attachments_gforum\";s:20:\"Moderate Attachments\";s:21:\"moderate_posts_gforum\";s:14:\"Moderate Posts\";s:23:\"moderate_threads_gforum\";s:15:\"Moderate Topics\";s:25:\"moderation_options_gforum\";s:18:\"Moderation Options\";s:21:\"override_style_choice\";s:185:\"Override Users\' Style Choice <dfn>(If this channel uses a custom style, this will force users with a different style choice to see the channel with the style <i>you</i> specified)</dfn>\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";s:15:\"posting_options\";s:15:\"Posting Options\";s:30:\"prefix_for_forum_status_images\";s:161:\"Prefix for Forum Status Images\r\n<dfn>(This prefix will be used on status image filenames for a forum, it can only contain <em>A-Z, 0-9, -, _, . and /</em>)</dfn>\";s:65:\"require_moderator_validation_before_new_attachments_are_displayed\";s:65:\"Require moderator validation before new attachments are displayed\";s:59:\"require_moderator_validation_before_new_posts_are_displayed\";s:59:\"Require moderator validation before new posts are displayed\";s:61:\"require_moderator_validation_before_new_threads_are_displayed\";s:60:\"Require moderator validation before new topics are displayed\";s:27:\"require_threads_have_prefix\";s:31:\"Require Topics to have a Prefix\";s:23:\"show_all_threads_gforum\";s:15:\"Show all topics\";s:24:\"show_forum_on_forum_jump\";s:61:\"Show this Forum and Child Forums on the Quick Navigation menu\";s:18:\"show_private_forum\";s:414:\"Show Private Forum<dfn>(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.<br /> This option applies to any forum listing, including the Quick Navigation menu, and Search Results.<br /> Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)</dfn>\";s:13:\"style_options\";s:13:\"Style Options\";s:7:\"summary\";s:7:\"Summary\";s:11:\"use_default\";s:11:\"Use Default\";s:24:\"use_default_style_gforum\";s:17:\"Use Default Style\";s:24:\"use_selected_prefix_sets\";s:24:\"Use Selected Prefix Sets\";s:10:\"view_forum\";s:12:\"View Channel\";s:23:\"view_permissions_gforum\";s:16:\"View Permissions\";s:30:\"yes_display_post_counts_gforum\";s:25:\"Yes - Display Post Counts\";s:27:\"yes_hide_post_counts_gforum\";s:22:\"Yes - Hide Post Counts\";}','a:23:{s:9:\"birthdays\";s:9:\"Birthdays\";s:10:\"date_first\";s:5:\"First\";s:9:\"date_last\";s:4:\"Last\";s:11:\"eight_hours\";s:11:\"Eight Hours\";s:14:\"eighteen_hours\";s:14:\"Eighteen Hours\";s:3:\"end\";s:3:\"End\";s:6:\"events\";s:6:\"Events\";s:5:\"every\";s:5:\"Every\";s:10:\"four_hours\";s:10:\"Four Hours\";s:6:\"fourth\";s:6:\"Fourth\";s:7:\"holiday\";s:7:\"Holiday\";s:8:\"midnight\";s:8:\"Midnight\";s:2:\"of\";s:2:\"of\";s:7:\"one_day\";s:7:\"One Day\";s:8:\"one_hour\";s:8:\"One Hour\";s:9:\"six_hours\";s:9:\"Six Hours\";s:5:\"start\";s:5:\"Start\";s:5:\"third\";s:5:\"Third\";s:10:\"three_days\";s:10:\"Three Days\";s:11:\"three_hours\";s:11:\"Three Hours\";s:12:\"twelve_hours\";s:12:\"Twelve Hours\";s:8:\"two_days\";s:8:\"Two Days\";s:9:\"two_hours\";s:9:\"Two Hours\";}','a:157:{s:22:\"add_a_single_post_icon\";s:22:\"Add a Single Post Icon\";s:19:\"add_a_single_smilie\";s:19:\"Add a Single Smilie\";s:23:\"add_multiple_post_icons\";s:23:\"Add Multiple Post Icons\";s:20:\"add_multiple_smilies\";s:20:\"Add Multiple Smilies\";s:17:\"add_new_extension\";s:17:\"Add New Extension\";s:26:\"add_new_post_icon_category\";s:26:\"Add New Post Icon Category\";s:23:\"add_new_smilie_category\";s:23:\"Add New Smilie Category\";s:13:\"add_post_icon\";s:13:\"Add Post Icon\";s:14:\"add_post_icons\";s:14:\"Add Post Icons\";s:10:\"add_smilie\";s:10:\"Add Smilie\";s:11:\"add_smilies\";s:11:\"Add Smilies\";s:41:\"adding_multiple_post_icons_reading_from_x\";s:51:\"Adding Multiple Post Icons </b>Reading from %1$s<b>\";s:38:\"adding_multiple_smilies_reading_from_x\";s:48:\"Adding Multiple Smilies </b>Reading from %1$s<b>\";s:14:\"album_pictures\";s:14:\"Album Pictures\";s:39:\"are_you_sure_want_to_delete_post_icon_x\";s:163:\"Are you <b>sure</b> you want to delete the post icon called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:36:\"are_you_sure_want_to_delete_smilie_x\";s:160:\"Are you <b>sure</b> you want to delete the smilie called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:53:\"are_you_sure_you_want_to_delete_the_attachment_type_x\";s:60:\"Are you sure you want to delete the attachment type: \'%1$s\'?\";s:48:\"are_you_sure_you_want_to_delete_the_attachment_x\";s:55:\"Are you sure you want to delete the attachment: \'%1$s\'?\";s:63:\"are_you_sure_you_want_to_delete_the_post_icon_category_called_x\";s:464:\"Are you sure you want to delete the post icon category called: \'%1$s\'?<br /><br />Delete all Post Icons from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:60:\"are_you_sure_you_want_to_delete_the_smilie_category_called_x\";s:455:\"Are you sure you want to delete the Smilie category called: \'%1$s\'?<br /><br />Delete all Smilies from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n%2$s\\t\\t</select>\";s:49:\"are_you_sure_you_want_to_delete_these_attachments\";s:50:\"Are you sure you want to delete these attachments?\";s:14:\"attached_after\";s:47:\"Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:15:\"attached_before\";s:48:\"Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>\";s:11:\"attached_by\";s:33:\"Attached By <dfn>(username)</dfn>\";s:24:\"attachment_file_path_dfn\";s:118:\"Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:23:\"attachment_filesize_sum\";s:24:\"Attachment File-size Sum\";s:39:\"attachment_is_visible_gattachment_image\";s:21:\"Attachment is Visible\";s:36:\"attachment_manager_gattachment_image\";s:18:\"Attachment Manager\";s:40:\"attachment_permissions_gattachment_image\";s:22:\"Attachment Permissions\";s:30:\"attachment_permissions_manager\";s:30:\"Attachment Permissions Manager\";s:29:\"attachment_rebuild_successful\";s:109:\"Attachment Type Rebuilt successful. The attachments will be rebuilt one by one when they are first displayed.\";s:18:\"attachment_removal\";s:883:\"We have completed moving attachments to the filesystem. Presently, the attachments still remain in the database and are being read from there. If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database. This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.<br /><br />\r\nAttachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be created or are 0 bytes: %3$s<br />\r\n<b>The above value should be 0</b>! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.\";s:15:\"attachment_type\";s:15:\"Attachment Type\";s:21:\"attachmentid_start_at\";s:146:\"Attachmentid to start at:<dfn>Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.</dfn>\";s:54:\"attachments_are_currently_being_stored_in_the_database\";s:54:\"Attachments are currently being stored in the database\";s:61:\"attachments_are_currently_being_stored_in_the_filesystem_at_x\";s:64:\"Attachments are currently being stored in the filesystem at %1$s\";s:28:\"attachments_to_show_per_page\";s:28:\"Attachments to Show Per Page\";s:16:\"avatar_file_path\";s:16:\"Avatar File Path\";s:20:\"avatar_file_path_dfn\";s:114:\"Avatar File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:24:\"avatar_gattachment_image\";s:6:\"Avatar\";s:59:\"avatars_are_currently_being_served_from_the_filesystem_at_x\";s:62:\"Avatars are currently being served from the filesystem at %1$s\";s:27:\"average_attachment_filesize\";s:28:\"Average Attachment File-size\";s:22:\"can_use_this_extension\";s:22:\"Can use this extension\";s:31:\"can_use_this_post_icon_category\";s:31:\"Can Use This Post Icon Category\";s:28:\"can_use_this_smilie_category\";s:28:\"Can Use This Smilie Category\";s:26:\"confirm_attachment_removal\";s:26:\"Confirm Attachment Removal\";s:37:\"confirm_deletion_of_attachment_type_x\";s:69:\"Confirm Deletion of Attachment Type: <span class=\"normal\">%1$s</span>\";s:40:\"confirm_deletion_of_post_icon_category_x\";s:72:\"Confirm Deletion of Post Icon Category: <span class=\"normal\">%1$s</span>\";s:37:\"confirm_deletion_of_smilie_category_x\";s:69:\"Confirm Deletion of Smilie Category: <span class=\"normal\">%1$s</span>\";s:8:\"contains\";s:8:\"Contains\";s:12:\"content_type\";s:12:\"Content Type\";s:25:\"contenttype_vbforum_album\";s:12:\"Forum Albums\";s:31:\"contenttype_vbforum_socialgroup\";s:6:\"Groups\";s:29:\"custom_attachment_permissions\";s:29:\"Custom Attachment Permissions\";s:27:\"delete_selected_attachments\";s:27:\"Delete Selected Attachments\";s:15:\"disk_space_used\";s:15:\"Disk Space Used\";s:27:\"downloads_gattachment_image\";s:9:\"Downloads\";s:22:\"downloads_greater_than\";s:21:\"More Than X Downloads\";s:19:\"downloads_less_than\";s:21:\"Less Than X Downloads\";s:15:\"edit_attachment\";s:15:\"Edit Attachment\";s:58:\"edit_attachment_permissions_for_usergroup_x_in_extension_y\";s:79:\"Edit Attachment Permissions For Usergroup: </b>%1$s<b> in Extension </b>%2$s<b>\";s:25:\"edit_post_icon_categories\";s:25:\"Edit Post Icon Categories\";s:22:\"edit_smilie_categories\";s:22:\"Edit Smilie Categories\";s:17:\"edit_storage_type\";s:17:\"Edit Storage Type\";s:9:\"extension\";s:9:\"Extension\";s:12:\"file_removal\";s:961:\"Attachments in Database: %1$s<br />\r\nTotal Attachments Processed: %2$s<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be read or are 0 bytes: %3$s<br /><br />\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select \"%4$s\" below to remove the attachments from the filesystem.<br /><br />\r\nThis step cannot be reversed and may take a few minutes depending on the number of attachments. Please be patient.<br /><br />\r\nWe will only be able to remove attachments and attachment directories that we have write permission to. Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.\";s:26:\"filesize_gattachment_image\";s:9:\"File-size\";s:21:\"filesize_greater_than\";s:41:\"File-size Greater Than <dfn>(bytes)</dfn>\";s:18:\"filesize_less_than\";s:38:\"File-size Less Than <dfn>(bytes)</dfn>\";s:26:\"filetype_gattachment_image\";s:8:\"filetype\";s:8:\"finalize\";s:8:\"Finalize\";s:36:\"find_all_attachments_older_than_days\";s:38:\"Find All Attachments Older Than X Days\";s:24:\"five_largest_attachments\";s:24:\"Five Largest Attachments\";s:29:\"five_most_popular_attachments\";s:29:\"Five Most Popular Attachments\";s:32:\"five_users_most_attachment_space\";s:51:\"Five Users Whose Attachments Take Up the Most Space\";s:51:\"images_are_currently_being_served_from_the_database\";s:51:\"Images are currently being served from the database\";s:25:\"invalid_attachment_type_x\";s:30:\"Invalid Attachments Type: %1$s\";s:8:\"location\";s:8:\"Location\";s:14:\"max_height_dfn\";s:166:\"Maximum Height<dfn>(in pixels, 600 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:13:\"max_width_dfn\";s:165:\"Maximum Width<dfn>(in pixels, 800 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>\";s:16:\"maximum_filesize\";s:17:\"Maximum File-size\";s:20:\"maximum_filesize_dfn\";s:215:\"Max File-size<dfn>(in bytes)<br /><br />There are several configuration options that limit the maximum size of uploaded files. Consult the Quick Stats on the your main Admin CP page for your current settings.</dfn>\";s:14:\"maximum_height\";s:10:\"Max Height\";s:13:\"maximum_width\";s:9:\"Max Width\";s:13:\"mime_type_dfn\";s:361:\"Mime Type & Headers<dfn>This controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.<br /><br />This option is intended to be filled with HTTP Headers, one per line. To specify a MIME type, please use <br /><br /><em>Content-Type: type/subtype</dfn>\";s:37:\"move_avatars_to_a_different_directory\";s:37:\"Move Avatars to a Different Directory\";s:40:\"move_items_from_database_into_filesystem\";s:41:\"Move Items from Database into File System\";s:40:\"move_items_from_filesystem_into_database\";s:41:\"Move Items from File System into Database\";s:35:\"move_items_to_a_different_directory\";s:35:\"Move Items to a Different Directory\";s:41:\"move_profilepics_to_a_different_directory\";s:46:\"Move Profile Pictures to a Different Directory\";s:37:\"move_sigpics_to_a_different_directory\";s:48:\"Move Signature Pictures to a Different Directory\";s:10:\"new_window\";s:10:\"New Window\";s:60:\"number_of_attachments_to_process_per_cycle_gattachment_image\";s:42:\"Number of attachments to process per cycle\";s:54:\"number_of_users_to_process_per_cycle_gattachment_image\";s:36:\"Number of Users to process per cycle\";s:36:\"permissions_for_post_icon_category_x\";s:67:\"Permissions For Post Icon Category <span class=\"normal\">%1$s</span>\";s:33:\"permissions_for_smilie_category_x\";s:64:\"Permissions For Smilie Category <span class=\"normal\">%1$s</span>\";s:29:\"please_select_a_image_to_crop\";s:29:\"Please select a image to crop\";s:18:\"post_icon_category\";s:18:\"Post Icon Category\";s:19:\"post_icon_file_path\";s:19:\"Post Icon File Path\";s:23:\"post_icon_file_path_dfn\";s:117:\"Post Icon File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:27:\"post_icon_gattachment_image\";s:9:\"Post Icon\";s:35:\"post_icon_manager_gattachment_image\";s:17:\"Post Icon Manager\";s:21:\"post_icon_permissions\";s:21:\"Post Icon Permissions\";s:18:\"post_icons_deleted\";s:18:\"Post Icons Deleted\";s:20:\"post_icons_file_path\";s:20:\"Post Icons File Path\";s:27:\"post_icons_to_show_per_page\";s:27:\"Post Icons to Show Per Page\";s:20:\"processing_post_icon\";s:20:\"Processing Post Icon\";s:17:\"processing_smilie\";s:17:\"Processing Smilie\";s:24:\"profilepic_file_path_dfn\";s:118:\"Profile Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:63:\"profilepics_are_currently_being_served_from_the_filesystem_at_x\";s:71:\"Profile pictures are currently being served from the filesystem at %1$s\";s:17:\"prune_attachments\";s:17:\"Prune Attachments\";s:23:\"rebuild_all_attachments\";s:23:\"Rebuild all attachments\";s:22:\"removing_x_attachments\";s:61:\"Removing <strong>%1$s</strong> attachments from the database.\";s:18:\"removing_x_records\";s:23:\"Removing %1$s record(s)\";s:19:\"show_all_post_icons\";s:19:\"Show All Post Icons\";s:34:\"show_all_smilies_gattachment_image\";s:16:\"Show all Smilies\";s:31:\"showing_attachments_x_to_y_of_z\";s:40:\"Showing Attachments %1$s to %2$s of %3$s\";s:20:\"sigpic_file_path_dfn\";s:120:\"Signature Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:59:\"sigpics_are_currently_being_served_from_the_filesystem_at_x\";s:73:\"Signature pictures are currently being served from the filesystem at %1$s\";s:6:\"smilie\";s:6:\"Smilie\";s:15:\"smilie_category\";s:15:\"Smilie Category\";s:16:\"smilie_file_path\";s:16:\"Smilie File Path\";s:20:\"smilie_file_path_dfn\";s:114:\"Smilie File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>\";s:32:\"smilie_manager_gattachment_image\";s:14:\"Smilie Manager\";s:18:\"smilie_permissions\";s:18:\"Smilie Permissions\";s:15:\"smilies_deleted\";s:15:\"Smilies Deleted\";s:17:\"smilies_file_path\";s:17:\"Smilies File Path\";s:24:\"smilies_to_show_per_page\";s:24:\"Smilies to Show Per Page\";s:18:\"smilietext_x_taken\";s:44:\"The replacement text %1$s is already in use!\";s:45:\"standard_using_default_attachment_permissions\";s:53:\"<b>Standard:</b> Using default attachment permissions\";s:12:\"storage_type\";s:12:\"Storage Type\";s:15:\"text_to_replace\";s:15:\"Text to Replace\";s:5:\"thumb\";s:5:\"Thumb\";s:10:\"thumbnails\";s:10:\"Thumbnails\";s:15:\"total_downloads\";s:15:\"Total Downloads\";s:28:\"total_size_gattachment_image\";s:10:\"Total Size\";s:31:\"uncategorized_gattachment_image\";s:13:\"uncategorized\";s:24:\"unique_total_attachments\";s:26:\"Unique / Total Attachments\";s:34:\"upload_post_icon_gattachment_image\";s:16:\"Upload Post Icon\";s:31:\"upload_smilie_gattachment_image\";s:13:\"Upload Smilie\";s:48:\"url_to_avatars_relative_to_your_forums_home_page\";s:61:\"URL to avatars <dfn>(Relative to your forums home page)</dfn>\";s:52:\"url_to_profilepics_relative_to_your_forums_home_page\";s:70:\"URL to Profile Pictures <dfn>(Relative to your forums home page)</dfn>\";s:48:\"url_to_sigpics_relative_to_your_forums_home_page\";s:71:\"URL to Signature Pictures<dfn>(Relative to your forums home page)</dfn>\";s:13:\"user_pictures\";s:13:\"User Pictures\";s:15:\"userpic_manager\";s:20:\"User Picture Manager\";s:16:\"view_attachments\";s:16:\"View Attachments\";s:30:\"view_content_gattachment_image\";s:12:\"View Content\";s:24:\"view_largest_attachments\";s:24:\"View Largest Attachments\";s:29:\"view_most_popular_attachments\";s:29:\"View Most Popular Attachments\";s:23:\"view_newest_attachments\";s:23:\"View Newest Attachments\";s:23:\"view_oldest_attachments\";s:23:\"View Oldest Attachments\";s:34:\"view_permissions_gattachment_image\";s:16:\"View Permissions\";s:25:\"visible_gattachment_image\";s:7:\"Visible\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem\";s:392:\"<p>We are ready to attempt to move your Attachments from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database\";s:382:\"<p>We are ready to attempt to move your Attachments from the Filesystem to the Database.</p> <p>It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem\";s:387:\"<p>We are ready to attempt to move your Images from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database\";s:377:\"<p>We are ready to attempt to move your images from the filesystem to the database.</p>\r\n\r\n<p>It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.</p>\r\n\r\n<p>We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.</p>\";}','a:836:{s:15:\"0_matches_found\";s:15:\"0 Matches Found\";s:15:\"add_child_style\";s:15:\"Add Child Style\";s:28:\"add_new_replacement_variable\";s:28:\"Add New Replacement Variable\";s:13:\"add_new_style\";s:13:\"Add New Style\";s:16:\"add_new_template\";s:16:\"Add New Template\";s:19:\"align_center_gstyle\";s:12:\"Align Center\";s:17:\"align_left_gstyle\";s:10:\"Align Left\";s:18:\"align_right_gstyle\";s:11:\"Align Right\";s:17:\"all_style_options\";s:17:\"All Style Options\";s:19:\"all_template_groups\";s:19:\"All Template Groups\";s:5:\"angle\";s:5:\"Angle\";s:50:\"are_you_sure_want_to_delete_replacement_variable_x\";s:174:\"Are you <b>sure</b> you want to delete the replacement variable called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:35:\"are_you_sure_want_to_delete_style_x\";s:159:\"Are you <b>sure</b> you want to delete the style called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_revert_stylevar_x\";s:162:\"Are you <b>sure</b> you want to revert the stylevar called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_revert_template_x\";s:162:\"Are you <b>sure</b> you want to revert the template called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:32:\"attempted_merge_failed_conflicts\";s:43:\"The attempted merge failed due to conflicts\";s:10:\"background\";s:10:\"Background\";s:16:\"background_color\";s:16:\"Background Color\";s:16:\"background_image\";s:16:\"Background Image\";s:21:\"background_position_x\";s:34:\"Background Image Horizontal Offset\";s:21:\"background_position_y\";s:32:\"Background Image Vertical Offset\";s:17:\"background_repeat\";s:17:\"Background Repeat\";s:5:\"blink\";s:5:\"blink\";s:11:\"bold_gstyle\";s:4:\"Bold\";s:6:\"bolder\";s:6:\"Bolder\";s:6:\"border\";s:6:\"Border\";s:12:\"border_style\";s:5:\"Style\";s:6:\"bottom\";s:6:\"Bottom\";s:25:\"brightness_and_saturation\";s:26:\"Brightness and Saturation.\";s:30:\"brightness_and_saturation_desc\";s:138:\"Click and drag the spot around the square to adjust brightness (up=lighter, down=darker) and saturation (right=saturate, left=desaturate).\";s:9:\"cancel_js\";s:6:\"Cancel\";s:16:\"case_insensitive\";s:16:\"Case-Insensitive\";s:42:\"changes_automatically_merged_into_template\";s:52:\"Changes were automatically merged into this template\";s:38:\"changes_made_default_merged_customized\";s:272:\"Changes made to the default version of this template have been automatically merged into your customized version.\r\n<ul>\r\n <li><a href=\"%1$s\">View a highlighted version of the changes</a></li>\r\n <li><a href=\"%2$s\">View the pre-merge version of this template</a></li>\r\n</ul>\";s:20:\"choose_primary_color\";s:20:\"Choose Primary Color\";s:25:\"choose_primary_color_desc\";s:53:\"Use this to choose your primary color for your style.\";s:21:\"click_here_to_preview\";s:21:\"Click Here to Preview\";s:32:\"click_the_expand_collapse_button\";s:117:\"Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the %1$s group of templates.\";s:28:\"collapse_all_template_groups\";s:28:\"Collapse All Template Groups\";s:23:\"collapse_template_group\";s:23:\"Collapse Template Group\";s:18:\"collapse_templates\";s:18:\"Collapse Templates\";s:10:\"collapse_x\";s:13:\"Collapse %1$s\";s:12:\"color_gstyle\";s:5:\"Color\";s:22:\"color_picker_not_ready\";s:47:\"The color picker is still loading, please wait.\";s:23:\"color_style_desc_gstyle\";s:47:\"This style has an abundance of color variation.\";s:14:\"comment_gstyle\";s:7:\"Comment\";s:16:\"common_templates\";s:16:\"Common Templates\";s:23:\"compare_versions_gstyle\";s:16:\"Compare Versions\";s:23:\"comparing_versions_of_x\";s:54:\"Comparing Versions of <span class=\"normal\">%1$s</span>\";s:14:\"comparison_key\";s:14:\"Comparison Key\";s:19:\"complementary_color\";s:19:\"Complementary Color\";s:13:\"complex_types\";s:13:\"Complex Types\";s:35:\"confirm_removal_of_copyright_notice\";s:45:\"Confirm Removal of vBulletin Copyright Notice\";s:11:\"copy_gstyle\";s:4:\"Copy\";s:16:\"create_new_style\";s:16:\"Create New Style\";s:29:\"creating_a_new_style_called_x\";s:41:\"Creating a new Style called \'<i>%1$s</i>\'\";s:21:\"css_special_templates\";s:21:\"CSS Special Templates\";s:17:\"css_value_invalid\";s:49:\"Error: %1$s is not a valid value for a CSS entry.\";s:7:\"current\";s:7:\"Current\";s:15:\"current_default\";s:15:\"Current Default\";s:15:\"current_version\";s:15:\"Current Version\";s:12:\"currentcolor\";s:9:\"New Color\";s:17:\"currentcolor_desc\";s:39:\"This displays your new color selection.\";s:16:\"custom_templates\";s:16:\"Custom Templates\";s:17:\"customize_further\";s:17:\"Customize Further\";s:16:\"customize_gstyle\";s:9:\"Customize\";s:32:\"customize_replacement_variable_x\";s:64:\"Customize Replacement Variable: <span class=\"normal\">%1$s</span>\";s:20:\"customize_template_x\";s:52:\"Customize Template: <span class=\"normal\">%1$s</span>\";s:30:\"customized_in_a_parent_style_x\";s:94:\"Customized in a <a href=\"#\" onclick=\"js_show_style_info(%1$s); return false;\">Parent Style</a>\";s:24:\"customized_in_this_style\";s:24:\"Customized in this Style\";s:4:\"dark\";s:4:\"Dark\";s:10:\"dark_style\";s:10:\"Dark Style\";s:15:\"dark_style_desc\";s:64:\"This style uses the primary color and a dark background palette.\";s:9:\"data_type\";s:9:\"Data Type\";s:29:\"default_template_updated_desc\";s:124:\"Default Template Updated in <i>%1$s</i> by <b>%2$s</b><br /> Your Custom Template Last Edited in <i>%3$s</i> by <b>%4$s</b>\";s:36:\"default_version_newer_merging_failed\";s:291:\"The default version of this template is newer than your customized version. Automatic merging failed because conflicts were found.\r\n<ul>\r\n <li><a href=\"%1$s\">Compare your template with the default version</a></li>\r\n <li><a href=\"%2$s\">Edit the merged version of this template</a></li>\r\n</ul>\";s:12:\"delete_style\";s:12:\"Delete Style\";s:9:\"dimension\";s:9:\"Dimension\";s:16:\"disable_wrapping\";s:16:\"Disable Wrapping\";s:30:\"dismiss_selected_notifications\";s:30:\"Dismiss Selected Notifications\";s:36:\"dismiss_template_merge_notifications\";s:36:\"Dismiss Template Merge Notifications\";s:47:\"dismissing_merge_notifications_cause_not_appear\";s:181:\"Note: dismissing merge notifications will cause the selected templates to not appear on this page. Customizations will be maintained and they will be editable via the Style Manager.\";s:18:\"display_order_desc\";s:32:\"The display order of your style.\";s:18:\"download_as_master\";s:18:\"Download as Master\";s:13:\"edit_conflict\";s:13:\"Edit Conflict\";s:21:\"edit_fonts_colors_etc\";s:24:\"Edit Fonts / Colors etc.\";s:20:\"edit_settings_gstyle\";s:13:\"Edit Settings\";s:18:\"edit_style_options\";s:18:\"Edit Style Options\";s:11:\"edit_styles\";s:11:\"Edit Styles\";s:13:\"edit_template\";s:13:\"Edit Template\";s:14:\"edit_templates\";s:14:\"Edit Templates\";s:38:\"edting_merged_version_view_highlighted\";s:203:\"You are editing the merged version of this template. If conflicts were encountered while merging, they will be shown in the template. <a href=\"%1$s\">View a highlighted version of the merged template</a>.\";s:15:\"enable_wrapping\";s:15:\"Enable Wrapping\";s:20:\"enter_complement_hue\";s:20:\"Enter complement hue\";s:20:\"enter_distance_angle\";s:20:\"Enter Distance/Angle\";s:9:\"enter_hex\";s:9:\"Enter Hex\";s:15:\"enter_hex_value\";s:15:\"Enter Hex value\";s:9:\"enter_hue\";s:9:\"Enter Hue\";s:19:\"entry_has_a_comment\";s:56:\"* - Entry has a comment. Hover over the type to view it.\";s:16:\"err_invalid_name\";s:101:\"That name doesn\'t seem right. Please give me a name without quotation marks and under 128 characters.\";s:19:\"err_order_need_name\";s:92:\"I need a style name. Please give me a name without quotation marks and under 128 characters.\";s:20:\"err_order_need_order\";s:80:\"Please give me this styles\' sequence. It must be a number between zero and 1000.\";s:18:\"err_order_negative\";s:85:\"That display order doesn\'t seem valid. Please give me a number between zero and 1000.\";s:19:\"err_order_too_large\";s:68:\"That display order is too large. Please give me a number under 1000.\";s:26:\"expand_all_template_groups\";s:26:\"Expand All Template Groups\";s:21:\"expand_template_group\";s:21:\"Expand Template Group\";s:16:\"expand_templates\";s:16:\"Expand Templates\";s:8:\"expand_x\";s:11:\"Expand %1$s\";s:11:\"export_dark\";s:17:\"Show dark version\";s:16:\"export_dark_desc\";s:36:\"Save the dark version of this style.\";s:11:\"export_grey\";s:17:\"Show grey version\";s:16:\"export_grey_desc\";s:35:\"Save the grey version of this style\";s:15:\"export_light_ps\";s:15:\"Show Full Color\";s:20:\"export_light_ps_desc\";s:42:\"Save the full color version of this style.\";s:15:\"export_light_pt\";s:18:\"Show white version\";s:20:\"export_light_pt_desc\";s:37:\"Save the white version of this style.\";s:28:\"file_inclusion_not_permitted\";s:113:\"File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.\";s:29:\"find_and_replace_in_templates\";s:43:\"Find and Replace in Templates (be careful!)\";s:9:\"fine_tune\";s:16:\"Fine Tune Colors\";s:14:\"fine_tune_desc\";s:50:\"Use this to further edit the colors in your style.\";s:41:\"following_options_apply_only_if_new_style\";s:107:\"The following options apply only if you are creating a new style, rather than overwriting an existing style\";s:18:\"font_family_gstyle\";s:11:\"Font Family\";s:11:\"font_gstyle\";s:4:\"Font\";s:9:\"font_size\";s:9:\"Font Size\";s:10:\"font_style\";s:10:\"Font Style\";s:12:\"font_variant\";s:12:\"Font Variant\";s:11:\"font_weight\";s:11:\"Font Weight\";s:8:\"fontlist\";s:9:\"Font List\";s:16:\"fonts_colors_etc\";s:19:\"Fonts / Colors etc.\";s:18:\"forum_title_gstyle\";s:11:\"Forum Title\";s:13:\"friendly_name\";s:13:\"Friendly Name\";s:13:\"function_name\";s:13:\"Function Name\";s:37:\"get_customizations_from_parent_styles\";s:66:\"Get customizations made in this style <b>and all parent styles</b>\";s:39:\"get_customizations_from_this_style_only\";s:49:\"Get customizations made <b>only in this style</b>\";s:16:\"global_templates\";s:16:\"Global Templates\";s:4:\"grey\";s:4:\"Grey\";s:10:\"grey_style\";s:10:\"Grey Style\";s:15:\"grey_style_desc\";s:60:\"This style uses a primary color and grey background palette.\";s:11:\"group_admin\";s:5:\"Admin\";s:12:\"group_bbcode\";s:7:\"BB Code\";s:10:\"group_blog\";s:4:\"Blog\";s:15:\"group_blogadmin\";s:10:\"Blog Admin\";s:11:\"group_color\";s:5:\"Color\";s:23:\"group_content_templates\";s:7:\"Content\";s:18:\"group_conversation\";s:12:\"Conversation\";s:9:\"group_css\";s:3:\"CSS\";s:13:\"group_display\";s:7:\"Display\";s:12:\"group_editor\";s:6:\"Editor\";s:11:\"group_error\";s:5:\"Error\";s:24:\"group_human_verification\";s:18:\"Human Verification\";s:15:\"group_inlinemod\";s:17:\"Inline Moderation\";s:10:\"group_link\";s:4:\"Link\";s:11:\"group_login\";s:5:\"Login\";s:11:\"group_media\";s:5:\"Media\";s:12:\"group_modify\";s:6:\"Modify\";s:13:\"group_pagenav\";s:7:\"Pagenav\";s:11:\"group_photo\";s:5:\"Photo\";s:23:\"group_picture_templates\";s:7:\"Picture\";s:21:\"group_private_message\";s:15:\"Private Message\";s:13:\"group_profile\";s:7:\"Profile\";s:12:\"group_screen\";s:13:\"Screen Layout\";s:12:\"group_search\";s:6:\"Search\";s:13:\"group_sgadmin\";s:11:\"Group Admin\";s:12:\"group_sgroup\";s:5:\"Group\";s:10:\"group_site\";s:4:\"Site\";s:18:\"group_subscription\";s:12:\"Subscription\";s:9:\"group_tag\";s:3:\"Tag\";s:24:\"group_user_profile_field\";s:18:\"User Profile Field\";s:17:\"group_usersetting\";s:12:\"User Setting\";s:12:\"group_widget\";s:6:\"Widget\";s:6:\"height\";s:6:\"Height\";s:3:\"hex\";s:3:\"Hex\";s:13:\"hide_tooltips\";s:13:\"Hide Tooltips\";s:14:\"hide_variables\";s:14:\"Hide Variables\";s:10:\"historical\";s:10:\"Historical\";s:21:\"history_of_template_x\";s:52:\"History of Template <span class=\"normal\">%1$s</span>\";s:8:\"hue_desc\";s:109:\"Click this tab to display the color wheel pane to adjust hues of Primary, Complementary and Secondary colors.\";s:10:\"hue_gstyle\";s:3:\"Hue\";s:20:\"ignore_style_version\";s:113:\"Ignore Style Version <dfn>Use style file <b>even</b> if it was created by a different version of vBulletin?</dfn>\";s:10:\"image_path\";s:10:\"Image Path\";s:8:\"imagedir\";s:15:\"Image Directory\";s:21:\"import_style_xml_file\";s:21:\"Import Style XML File\";s:15:\"importing_style\";s:15:\"Importing Style\";s:22:\"including_master_style\";s:22:\"Including MASTER STYLE\";s:7:\"inherit\";s:7:\"Inherit\";s:47:\"it_appears_you_are_removing_vbulletin_copyright\";s:252:\"It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.\";s:13:\"italic_gstyle\";s:6:\"Italic\";s:9:\"justified\";s:9:\"Justified\";s:13:\"last_modified\";s:13:\"Last Modified\";s:11:\"left_gstyle\";s:4:\"Left\";s:7:\"lighter\";s:7:\"Lighter\";s:22:\"lines_around_each_diff\";s:22:\"lines around each diff\";s:11:\"linethrough\";s:12:\"Line Through\";s:13:\"main_category\";s:13:\"Main Category\";s:25:\"main_category_description\";s:25:\"Main Category Description\";s:10:\"main_forum\";s:10:\"Main Forum\";s:6:\"margin\";s:6:\"Margin\";s:12:\"master_style\";s:12:\"MASTER STYLE\";s:15:\"merge_edit_link\";s:16:\"Edit Merged Text\";s:28:\"merge_error_invalid_template\";s:19:\"Invalid template ID\";s:21:\"merge_error_nodefault\";s:38:\"No template found in defaults for %1$s\";s:21:\"merge_error_nohistory\";s:45:\"No historical version could be found for %1$s\";s:19:\"merge_error_nomerge\";s:54:\"Template was not merged (or was updated after merging)\";s:20:\"merge_error_noorigin\";s:44:\"No saved origin file could be found for %1$s\";s:22:\"merge_error_notemplate\";s:16:\"No template %1$s\";s:18:\"merge_key_conflict\";s:17:\"Versions Conflict\";s:16:\"merge_key_merged\";s:16:\"Successful Merge\";s:14:\"merge_key_none\";s:9:\"No Change\";s:39:\"merged_template_conflicts_show_original\";s:46:\"Merged Template (conflicts show original text)\";s:16:\"my_color_palette\";s:16:\"My Color Palette\";s:20:\"new_default_template\";s:20:\"New Default Template\";s:17:\"new_default_value\";s:17:\"New Default Value\";s:8:\"new_line\";s:8:\"New Line\";s:16:\"new_thread_image\";s:15:\"New Topic Image\";s:11:\"new_version\";s:11:\"New Version\";s:15:\"no_parent_style\";s:15:\"No Parent Style\";s:9:\"no_repeat\";s:9:\"No Repeat\";s:23:\"no_replacements_defined\";s:51:\"No replacement variables are defined for this style\";s:25:\"no_styles_needed_updating\";s:25:\"No styles needed updating\";s:13:\"normal_gstyle\";s:6:\"Normal\";s:9:\"not_found\";s:9:\"Not Found\";s:21:\"not_supported_browser\";s:75:\"This browser is not supported by this version of vBulletin Style Generator.\";s:37:\"notes_for_using_regex_in_find_replace\";s:57:\"Notes for Using Regular Expressions with Find and Replace\";s:7:\"numeric\";s:7:\"Numeric\";s:7:\"oblique\";s:7:\"Oblique\";s:5:\"ok_js\";s:2:\"Ok\";s:11:\"old_default\";s:11:\"Old Default\";s:17:\"old_default_value\";s:17:\"Old Default Value\";s:8:\"old_line\";s:8:\"Old Line\";s:26:\"old_template_table_dropped\";s:26:\"Old Template Table Dropped\";s:11:\"old_version\";s:11:\"Old Version\";s:13:\"originalcolor\";s:14:\"Original Color\";s:18:\"originalcolor_desc\";s:44:\"This displays your original color selection.\";s:8:\"overline\";s:8:\"Overline\";s:15:\"overwrite_style\";s:190:\"Merge Into Style <dfn>(Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style)</dfn>\";s:19:\"overwriting_style_x\";s:31:\"Overwriting Style \'<i>%1$s</i>\'\";s:7:\"padding\";s:7:\"Padding\";s:20:\"palette_preview_desc\";s:57:\"See how selected colors and their variants work together.\";s:9:\"parent_id\";s:15:\"Parent Style ID\";s:14:\"parent_id_desc\";s:29:\"The parent of your new style.\";s:4:\"path\";s:4:\"Path\";s:49:\"please_be_aware_replacement_variable_is_inherited\";s:162:\"Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.\";s:37:\"please_be_aware_stylevar_is_inherited\";s:138:\"Please be aware that if this stylevar is inherited by child styles, they too will lose any customizations you have made for this template.\";s:37:\"please_be_aware_template_is_inherited\";s:138:\"Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.\";s:49:\"please_be_aware_this_will_delete_custom_templates\";s:167:\"Please be aware that this will also delete all custom templates belonging to this style.<br /><br />Any child styles will attach themselves to this set\'s parent style.\";s:8:\"position\";s:8:\"Position\";s:6:\"preset\";s:6:\"preset\";s:14:\"preview_window\";s:14:\"Preview Window\";s:13:\"primary0_info\";s:21:\"Outer page background\";s:13:\"primary1_info\";s:43:\"Content area background (active navbar tab)\";s:13:\"primary2_info\";s:36:\"Header tabs, Footer, Primary buttons\";s:13:\"primary3_info\";s:54:\"Border for Header navigation, Toolbar, Primary buttons\";s:13:\"primary4_info\";s:67:\"Hover color for Header tabs, Toolbar background, Postbit background\";s:13:\"primary_color\";s:13:\"Primary Color\";s:22:\"primary_color_hex_desc\";s:193:\"Click to type the numeric value. <p><strong>Warning:</strong> due to rounding error during the color conversion, the Hex value used in the scheme may slightly differ from the entered value.</p>\";s:23:\"primary_color_hex_value\";s:24:\"Primary color Hex value.\";s:17:\"primary_color_hue\";s:18:\"Primary color hue.\";s:22:\"primary_color_hue_desc\";s:107:\"Click and drag the spot around the color wheel to change the value. Double-click to type the numeric value.\";s:23:\"primary_color_hue_value\";s:24:\"Primary color hue value.\";s:28:\"primary_color_hue_value_desc\";s:32:\"Click to type the numeric value.\";s:24:\"primary_color_rgb_values\";s:25:\"Primary color RGB values.\";s:18:\"rebuild_all_styles\";s:18:\"Rebuild All Styles\";s:11:\"redo_gstyle\";s:4:\"Redo\";s:10:\"regex_help\";s:428:\"The regular expression option is for <b>advanced users only</b>! Setting this option to \'yes\' will use <a href=\"http://www.php.net/manual-lookup.php?function=preg-replace\" target=\"expl\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"expl\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!\";s:23:\"regular_expression_used\";s:23:\"Regular Expression Used\";s:6:\"repeat\";s:6:\"Repeat\";s:8:\"repeat_x\";s:8:\"repeat-x\";s:8:\"repeat_y\";s:8:\"repeat-y\";s:33:\"replacement_var_special_templates\";s:33:\"Replacement Var Special Templates\";s:20:\"replacement_variable\";s:20:\"Replacement Variable\";s:48:\"replacement_variable_is_customized_in_this_style\";s:48:\"Replacement Variable is Customized in this Style\";s:53:\"replacement_variable_is_inherited_from_a_parent_style\";s:53:\"Replacement Variable is Inherited From a Parent Style\";s:56:\"replacement_variable_is_unchanged_from_the_default_style\";s:56:\"Replacement Variable is Unchanged From the Default Style\";s:35:\"replacement_variable_manager_gstyle\";s:28:\"Replacement Variable Manager\";s:20:\"revert_all_stylevars\";s:20:\"Revert all StyleVars\";s:33:\"revert_all_stylevars_from_style_x\";s:365:\"Are you sure you want to revert all StyleVars from the style called \'%1$s\'?<br />\r\n<br />\r\nThis will cause all StyleVars in this style to revert to their default or inherited status. Custom StyleVars that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following StyleVars will be reverted:\r\n<ul>%2$s</ul>\r\nThis action cannot be undone.\";s:20:\"revert_all_templates\";s:20:\"Revert all Templates\";s:33:\"revert_all_templates_from_style_x\";s:365:\"Are you sure you want to revert all templates from the style called \'%1$s\'?<br />\r\n<br />\r\nThis will cause all templates in this style to revert to their default or inherited status. Custom templates that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following templates will be reverted:\r\n<ul>%2$s</ul>\r\nThis action cannot be undone.\";s:3:\"rgb\";s:3:\"RGB\";s:12:\"right_gstyle\";s:5:\"Right\";s:24:\"save_in_template_history\";s:25:\"Save in Template History?\";s:10:\"save_style\";s:10:\"Save Style\";s:15:\"save_style_desc\";s:54:\"These are your options for saving the generated style.\";s:6:\"scheme\";s:6:\"Scheme\";s:20:\"search_in_all_styles\";s:20:\"Search in all Styles\";s:15:\"search_in_style\";s:15:\"Search in Style\";s:18:\"search_in_template\";s:18:\"Search in Template\";s:26:\"search_in_templates_gstyle\";s:19:\"Search in Templates\";s:15:\"search_stylevar\";s:15:\"Search Stylevar\";s:16:\"search_templates\";s:16:\"Search Templates\";s:15:\"secondary0_info\";s:67:\"Header background for Modules, Popups, Active side navigation items\";s:15:\"secondary1_info\";s:40:\"Border for Module headers, Popup headers\";s:15:\"secondary2_info\";s:54:\"Background for Module content, Popups, Forms, Comments\";s:15:\"secondary4_info\";s:25:\"Special button background\";s:17:\"secondary_color_a\";s:17:\"Secondary Color A\";s:19:\"secondary_color_hue\";s:20:\"Secondary color hue.\";s:24:\"secondary_color_hue_desc\";s:132:\"Click and drag the spot farther or closer to the primary color to change the angle/distance. Double-click to type the numeric value.\";s:20:\"secondary_color_hues\";s:36:\"Secondary color hues angle/distance.\";s:25:\"secondary_color_hues_desc\";s:90:\"Click to type the numeric value. Makes sense only with schemes which use secondary colors.\";s:15:\"settings_gstyle\";s:8:\"Settings\";s:25:\"show_customized_variables\";s:30:\"Show Only Customized StyleVars\";s:12:\"show_default\";s:12:\"Show Default\";s:13:\"show_tooltips\";s:13:\"Show Tooltips\";s:18:\"show_tooltips_desc\";s:93:\"Check and move the cursor over controls and parts of the application to see helpful tooltips.\";s:19:\"show_variable_names\";s:19:\"Show Variable Names\";s:12:\"simple_types\";s:12:\"Simple Types\";s:11:\"size_gstyle\";s:4:\"Size\";s:10:\"small_caps\";s:10:\"Small-caps\";s:6:\"string\";s:6:\"String\";s:40:\"strongly_recommend_testing_regex_replace\";s:108:\"It is <b>strongly</b> recommended that you use the \'test\' option before actually performing a regex replace.\";s:21:\"style_generator_error\";s:54:\"You need Javascript & CSS to run this application.\";s:22:\"style_generator_gstyle\";s:15:\"Style Generator\";s:23:\"style_generator_loading\";s:20:\"Wait please. Loading\";s:20:\"style_manager_gstyle\";s:13:\"Style Manager\";s:50:\"stylevar_activity_stream_avatar_border_description\";s:79:\"Controls the border width, style, and color for avatars in the activity stream.\";s:43:\"stylevar_activity_stream_avatar_border_name\";s:29:\"Activity Stream Avatar Border\";s:44:\"stylevar_announcement_background_description\";s:96:\"Controls the background color and image of announcements within the topic list on forum display.\";s:37:\"stylevar_announcement_background_name\";s:23:\"Announcement Background\";s:40:\"stylevar_announcement_border_description\";s:100:\"Controls the border color, style, and width of announcements within the topic list on forum display.\";s:33:\"stylevar_announcement_border_name\";s:19:\"Announcement Border\";s:44:\"stylevar_announcement_text_color_description\";s:81:\"Controls the text color for announcements within the topic list on forum display.\";s:37:\"stylevar_announcement_text_color_name\";s:23:\"Announcement Text Color\";s:43:\"stylevar_autosuggest_background_description\";s:81:\"Controls the background color and image for the global autosuggest dropdown menu.\";s:36:\"stylevar_autosuggest_background_name\";s:22:\"Autosuggest Background\";s:43:\"stylevar_bbcode_code_background_description\";s:70:\"Controls the background color and image for the Bbcode [code] display.\";s:36:\"stylevar_bbcode_code_background_name\";s:24:\"Bbcode [code] Background\";s:39:\"stylevar_bbcode_code_border_description\";s:74:\"Controls the border width, style, and color for the Bbcode [code] display.\";s:32:\"stylevar_bbcode_code_border_name\";s:20:\"Bbcode [code] Border\";s:41:\"stylevar_bbcode_code_fontsize_description\";s:54:\"This stylevar controls the size of BBCode [code] font.\";s:34:\"stylevar_bbcode_code_fontsize_name\";s:23:\"BBCode [code] Font Size\";s:44:\"stylevar_bbcode_code_line_height_description\";s:164:\"Controls the line height for bbcode [code] blocks. This needs to be set as a pixel line height (set units to px) for the block height calculation to work correctly.\";s:37:\"stylevar_bbcode_code_line_height_name\";s:25:\"BBCode [code] Line Height\";s:44:\"stylevar_bbcode_quote_background_description\";s:71:\"Controls the background color and image for the Bbcode [quote] display.\";s:37:\"stylevar_bbcode_quote_background_name\";s:25:\"Bbcode [quote] Background\";s:36:\"stylevar_body_background_description\";s:74:\"Controls the background color and image of the content frame\'s background.\";s:29:\"stylevar_body_background_name\";s:15:\"Body Background\";s:30:\"stylevar_body_font_description\";s:63:\"Controls the base font family, style, and line height for text.\";s:23:\"stylevar_body_font_name\";s:9:\"Body Font\";s:37:\"stylevar_body_line_height_description\";s:39:\"Controls the base line height for text.\";s:30:\"stylevar_body_line_height_name\";s:16:\"Body Line Height\";s:36:\"stylevar_body_link_color_description\";s:34:\"Controls the text color for links.\";s:42:\"stylevar_body_link_color_hover_description\";s:62:\"Controls the text color for links when the mouse is over them.\";s:35:\"stylevar_body_link_color_hover_name\";s:21:\"Body Link Color Hover\";s:29:\"stylevar_body_link_color_name\";s:15:\"Body Link Color\";s:36:\"stylevar_body_text_color_description\";s:53:\"Controls the general default text color for the site.\";s:29:\"stylevar_body_text_color_name\";s:15:\"Body Text Color\";s:44:\"stylevar_button_arrow_background_description\";s:117:\"Controls the background color and image for the small arrow buttons, for example the pagination buttons for comments.\";s:37:\"stylevar_button_arrow_background_name\";s:23:\"Button Arrow Background\";s:40:\"stylevar_button_arrow_border_description\";s:116:\"Controls the border width, style, and color for the small arrow buttons, for example the comment pagination buttons.\";s:33:\"stylevar_button_arrow_border_name\";s:19:\"Button Arrow Border\";s:47:\"stylevar_button_disabled_background_description\";s:61:\"Controls the background color and image for disabled buttons.\";s:40:\"stylevar_button_disabled_background_name\";s:26:\"Button Disabled Background\";s:43:\"stylevar_button_disabled_border_description\";s:65:\"Controls the border width, style, and color for disabled buttons.\";s:36:\"stylevar_button_disabled_border_name\";s:22:\"Button Disabled Border\";s:47:\"stylevar_button_disabled_text_color_description\";s:45:\"Controls the text color for disabled buttons.\";s:40:\"stylevar_button_disabled_text_color_name\";s:26:\"Button Disabled Text Color\";s:46:\"stylevar_button_primary_background_description\";s:60:\"Controls the background color and image for primary buttons.\";s:39:\"stylevar_button_primary_background_name\";s:25:\"Button Primary Background\";s:42:\"stylevar_button_primary_border_description\";s:64:\"Controls the border width, style, and color for primary buttons.\";s:48:\"stylevar_button_primary_border_hover_description\";s:92:\"Controls the border width, style, and color for primary buttons when the mouse is over them.\";s:41:\"stylevar_button_primary_border_hover_name\";s:27:\"Button Primary Border Hover\";s:35:\"stylevar_button_primary_border_name\";s:21:\"Button Primary Border\";s:52:\"stylevar_button_primary_light_background_description\";s:66:\"Controls the background color and image for primary light buttons.\";s:45:\"stylevar_button_primary_light_background_name\";s:31:\"Button Primary Light Background\";s:48:\"stylevar_button_primary_light_border_description\";s:70:\"Controls the border width, style, and color for primary light buttons.\";s:54:\"stylevar_button_primary_light_border_hover_description\";s:98:\"Controls the border width, style, and color for primary light buttons when the mouse is over them.\";s:47:\"stylevar_button_primary_light_border_hover_name\";s:33:\"Button Primary Light Border Hover\";s:41:\"stylevar_button_primary_light_border_name\";s:27:\"Button Primary Light Border\";s:52:\"stylevar_button_primary_light_text_color_description\";s:50:\"Controls the text color for primary light buttons.\";s:45:\"stylevar_button_primary_light_text_color_name\";s:31:\"Button Primary Light Text Color\";s:46:\"stylevar_button_primary_text_color_description\";s:44:\"Controls the text color for primary buttons.\";s:39:\"stylevar_button_primary_text_color_name\";s:25:\"Button Primary Text Color\";s:48:\"stylevar_button_secondary_background_description\";s:62:\"Controls the background color and image for secondary buttons.\";s:41:\"stylevar_button_secondary_background_name\";s:27:\"Button Secondary Background\";s:44:\"stylevar_button_secondary_border_description\";s:66:\"Controls the border width, style, and color for secondary buttons.\";s:50:\"stylevar_button_secondary_border_hover_description\";s:94:\"Controls the border width, style, and color for secondary buttons when the mouse is over them.\";s:43:\"stylevar_button_secondary_border_hover_name\";s:29:\"Button Secondary Border Hover\";s:37:\"stylevar_button_secondary_border_name\";s:23:\"Button Secondary Border\";s:48:\"stylevar_button_secondary_text_color_description\";s:46:\"Controls the text color for secondary buttons.\";s:41:\"stylevar_button_secondary_text_color_name\";s:27:\"Button Secondary Text Color\";s:46:\"stylevar_button_special_background_description\";s:60:\"Controls the background color and image for special buttons.\";s:39:\"stylevar_button_special_background_name\";s:25:\"Button Special Background\";s:42:\"stylevar_button_special_border_description\";s:64:\"Controls the border width, style, and color for special buttons.\";s:48:\"stylevar_button_special_border_hover_description\";s:92:\"Controls the border width, style, and color for special buttons when the mouse is over them.\";s:41:\"stylevar_button_special_border_hover_name\";s:27:\"Button Special Border Hover\";s:35:\"stylevar_button_special_border_name\";s:21:\"Button Special Border\";s:46:\"stylevar_button_special_text_color_description\";s:44:\"Controls the text color for special buttons.\";s:39:\"stylevar_button_special_text_color_name\";s:25:\"Button Special Text Color\";s:39:\"stylevar_comment_background_description\";s:53:\"Controls the background color and image for comments.\";s:32:\"stylevar_comment_background_name\";s:18:\"Comment Background\";s:42:\"stylevar_comment_divider_color_description\";s:52:\"Controls the color for the divider between comments.\";s:35:\"stylevar_comment_divider_color_name\";s:21:\"Comment Divider Color\";s:56:\"stylevar_content_entry_box_header_text_color_description\";s:55:\"Controls the text color of the content entry box header\";s:49:\"stylevar_content_entry_box_header_text_color_name\";s:35:\"Content Entry box header text color\";s:62:\"stylevar_content_entry_box_selected_tab_text_color_description\";s:69:\"Controls the text color of the selected tab in the contenet entry box\";s:55:\"stylevar_content_entry_box_selected_tab_text_color_name\";s:41:\"Content entry box selected tab text color\";s:53:\"stylevar_contententry_autosave_background_description\";s:53:\"Color of the background of the Auto Save notice popup\";s:46:\"stylevar_contententry_autosave_background_name\";s:41:\"Content Entry Auto Save Notice Background\";s:53:\"stylevar_contententry_autosave_text_color_description\";s:47:\"Color of the Text of the Auto Save notice popup\";s:46:\"stylevar_contententry_autosave_text_color_name\";s:41:\"Content Entry Auto Save Notice Text Color\";s:50:\"stylevar_contententry_panel_background_description\";s:86:\"Controls the background color and image for the panels in the content entry interface.\";s:43:\"stylevar_contententry_panel_background_name\";s:30:\"Content Entry Panel Background\";s:58:\"stylevar_contententry_panel_section_background_description\";s:77:\"Controls the background color and image for the content entry panel sections.\";s:51:\"stylevar_contententry_panel_section_background_name\";s:38:\"Content Entry Panel Section Background\";s:64:\"stylevar_contententry_panel_section_title_background_description\";s:83:\"Controls the background color and image for the content entry panel section titles.\";s:57:\"stylevar_contententry_panel_section_title_background_name\";s:44:\"Content Entry Panel Section Title Background\";s:52:\"stylevar_contententry_toolbar_background_description\";s:59:\"Control the background color for the content entry toolbar.\";s:45:\"stylevar_contententry_toolbar_background_name\";s:32:\"Content Entry Toolbar Background\";s:76:\"stylevar_contententry_toolbar_button_secondary_background_active_description\";s:100:\"Controls the background color and image for the secondary content entry toolbar buttons when active.\";s:69:\"stylevar_contententry_toolbar_button_secondary_background_active_name\";s:56:\"Content Entry Toolbar Button Secondary Background Active\";s:69:\"stylevar_contententry_toolbar_button_secondary_background_description\";s:88:\"Controls the background color and image for the secondary content entry toolbar buttons.\";s:62:\"stylevar_contententry_toolbar_button_secondary_background_name\";s:49:\"Content Entry Toolbar Button Secondary Background\";s:65:\"stylevar_contententry_toolbar_button_secondary_border_description\";s:90:\"Controls the border color style and width for the secondary content entry toolbar buttons.\";s:58:\"stylevar_contententry_toolbar_button_secondary_border_name\";s:45:\"Content Entry Toolbar Button Secondary Border\";s:40:\"stylevar_diff_add_background_description\";s:77:\"This stylevar controls the background of added text in the post edit history.\";s:33:\"stylevar_diff_add_background_name\";s:41:\"Post Editor History Added Text Background\";s:35:\"stylevar_diff_add_color_description\";s:77:\"This stylevar controls the text color of added text in the post edit history.\";s:28:\"stylevar_diff_add_color_name\";s:36:\"Post Editor History Added Text Color\";s:43:\"stylevar_diff_remove_background_description\";s:79:\"This stylevar controls the background of removed text in the post edit history.\";s:36:\"stylevar_diff_remove_background_name\";s:43:\"Post Editor History Removed Text Background\";s:38:\"stylevar_diff_remove_color_description\";s:79:\"This stylevar controls the text color of removed text in the post edit history.\";s:31:\"stylevar_diff_remove_color_name\";s:38:\"Post Editor History Removed Text Color\";s:34:\"stylevar_diffadd_color_description\";s:77:\"This stylevar controls the text color of added text in the post edit history.\";s:27:\"stylevar_diffadd_color_name\";s:36:\"Post Editor History Added Text Color\";s:28:\"stylevar_favicon_description\";s:149:\"This stylevar controls the file path of the favicon. The favicon is the small image displayed in the browser address bar and near browser page title.\";s:21:\"stylevar_favicon_name\";s:17:\"Favicon File Path\";s:38:\"stylevar_footer_background_description\";s:59:\"Controls the background color and image for the footer bar.\";s:31:\"stylevar_footer_background_name\";s:21:\"Footer Bar Background\";s:48:\"stylevar_footer_copyright_text_color_description\";s:54:\"Controls the text color for the footer copyright text.\";s:41:\"stylevar_footer_copyright_text_color_name\";s:27:\"Footer Copyright Text Color\";s:38:\"stylevar_footer_font_style_description\";s:57:\"Controls the font family, size, and style for the footer.\";s:31:\"stylevar_footer_font_style_name\";s:17:\"Footer Font Style\";s:43:\"stylevar_footer_list_item_color_description\";s:45:\"Controls the text color for the footer links.\";s:36:\"stylevar_footer_list_item_color_name\";s:22:\"Footer List Item Color\";s:51:\"stylevar_footer_list_item_divider_color_description\";s:48:\"Controls the divider color between footer links.\";s:44:\"stylevar_footer_list_item_divider_color_name\";s:30:\"Footer List Item Divider Color\";s:36:\"stylevar_form_background_description\";s:50:\"Controls the background color and image for forms.\";s:29:\"stylevar_form_background_name\";s:15:\"Form Background\";s:32:\"stylevar_form_border_description\";s:54:\"Controls the border width, style, and color for forms.\";s:25:\"stylevar_form_border_name\";s:11:\"Form Border\";s:45:\"stylevar_form_dropdown_background_description\";s:128:\"Controls the background color and image Controls the border width, style, and color for the dropdown (select) elements in forms.\";s:51:\"stylevar_form_dropdown_background_hover_description\";s:112:\"Controls the background color and image for the dropdown (select) elements in forms when the mouse is over them.\";s:44:\"stylevar_form_dropdown_background_hover_name\";s:30:\"Form Dropdown Background Hover\";s:38:\"stylevar_form_dropdown_background_name\";s:24:\"Form Dropdown Background\";s:41:\"stylevar_form_dropdown_border_description\";s:88:\"Controls the border width, style, and color for the dropdown (select) elements in forms.\";s:34:\"stylevar_form_dropdown_border_name\";s:20:\"Form Dropdown Border\";s:45:\"stylevar_form_dropdown_text_color_description\";s:68:\"Controls the text color for the dropdown (select) elements in forms.\";s:51:\"stylevar_form_dropdown_text_color_hover_description\";s:96:\"Controls the text color for the dropdown (select) elements in forms when the mouse is over them.\";s:44:\"stylevar_form_dropdown_text_color_hover_name\";s:30:\"Form Dropdown Text Color Hover\";s:38:\"stylevar_form_dropdown_text_color_name\";s:24:\"Form Dropdown Text Color\";s:42:\"stylevar_form_field_background_description\";s:56:\"Controls the background color and image for form fields.\";s:35:\"stylevar_form_field_background_name\";s:21:\"Form Field Background\";s:38:\"stylevar_form_field_border_description\";s:74:\"Controls the border width, style, and color for the input fields in forms.\";s:31:\"stylevar_form_field_border_name\";s:19:\"Filter Field Border\";s:42:\"stylevar_form_field_text_color_description\";s:39:\"Controls the text color in form fields.\";s:35:\"stylevar_form_field_text_color_name\";s:21:\"Form Field Text Color\";s:38:\"stylevar_header_background_description\";s:60:\"Controls the background color and image for the header area.\";s:31:\"stylevar_header_background_name\";s:17:\"Header Background\";s:52:\"stylevar_header_search_button_background_description\";s:76:\"Controls the background color and image for the search button in the header.\";s:45:\"stylevar_header_search_button_background_name\";s:31:\"Header Search Button Background\";s:48:\"stylevar_header_search_button_border_description\";s:76:\"Controls the border width, style, and color for search button in the header.\";s:41:\"stylevar_header_search_button_border_name\";s:27:\"Header Search Button Border\";s:52:\"stylevar_header_search_button_text_color_description\";s:60:\"Controls the text color for the search button in the header.\";s:45:\"stylevar_header_search_button_text_color_name\";s:31:\"Header Search Button Text Color\";s:51:\"stylevar_header_search_input_background_description\";s:73:\"Controls the background color and image for the search box in the header.\";s:44:\"stylevar_header_search_input_background_name\";s:30:\"Header Search Input Background\";s:47:\"stylevar_header_search_input_border_description\";s:73:\"Controls the border width, style, and color for search box in the header.\";s:40:\"stylevar_header_search_input_border_name\";s:26:\"Header Search Input Border\";s:51:\"stylevar_header_search_input_text_color_description\";s:57:\"Controls the text color for the search box in the header.\";s:44:\"stylevar_header_search_input_text_color_name\";s:30:\"Header Search Input Text Color\";s:57:\"stylevar_header_search_placeholder_text_color_description\";s:80:\"Controls the text color for the placeholder text in the search box in the header\";s:50:\"stylevar_header_search_placeholder_text_color_name\";s:36:\"Header Search Placeholder Text Color\";s:48:\"stylevar_header_subtabbar_background_description\";s:103:\"Controls the background color and image for the sub navigation links under the tabs in the header area.\";s:41:\"stylevar_header_subtabbar_background_name\";s:27:\"Header Subtabbar Background\";s:44:\"stylevar_header_subtabbar_border_description\";s:107:\"Controls the border width, style, and color for the sub navigation links under the tabs in the header area.\";s:37:\"stylevar_header_subtabbar_border_name\";s:23:\"Header Subtabbar Border\";s:48:\"stylevar_header_subtabbar_text_color_description\";s:72:\"Controls the text color for the links under the tabs in the header area.\";s:54:\"stylevar_header_subtabbar_text_color_hover_description\";s:100:\"Controls the text color for the links under the tabs in the header area when the mouse is over them.\";s:47:\"stylevar_header_subtabbar_text_color_hover_name\";s:33:\"Header Subtabbar Text Color Hover\";s:41:\"stylevar_header_subtabbar_text_color_name\";s:27:\"Header Subtabbar Text Color\";s:49:\"stylevar_header_tab_background_active_description\";s:115:\"Controls the background color and image for the navigation tabs in the header area, for the currently selected tab.\";s:42:\"stylevar_header_tab_background_active_name\";s:28:\"Header Tab Background Active\";s:42:\"stylevar_header_tab_background_description\";s:83:\"Controls the background color and image for the navigation tabs in the header area.\";s:48:\"stylevar_header_tab_background_hover_description\";s:101:\"Controls the background color for the navigation tabs in the header area when the mouse is over them.\";s:41:\"stylevar_header_tab_background_hover_name\";s:27:\"Header Tab Background Hover\";s:35:\"stylevar_header_tab_background_name\";s:21:\"Header Tab Background\";s:45:\"stylevar_header_tab_border_active_description\";s:112:\"Controls the border width, style, and color for the currently selected tab in the navigation tabs in the header.\";s:38:\"stylevar_header_tab_border_active_name\";s:24:\"Header Tab Border Active\";s:49:\"stylevar_header_tab_text_color_active_description\";s:83:\"Controls the text color for a header navigation tab, when it is currently selected.\";s:42:\"stylevar_header_tab_text_color_active_name\";s:28:\"Header Tab Text Color Active\";s:42:\"stylevar_header_tab_text_color_description\";s:67:\"Controls the text color for the navigation tabs in the header area.\";s:48:\"stylevar_header_tab_text_color_hover_description\";s:79:\"Controls the text color for header navigation tabs when the mouse is over them.\";s:41:\"stylevar_header_tab_text_color_hover_name\";s:27:\"Header Tab Text Color Hover\";s:35:\"stylevar_header_tab_text_color_name\";s:21:\"Header Tab Text Color\";s:45:\"stylevar_header_tabbar_background_description\";s:83:\"Controls the background color and image for the navigation tabs area in the header.\";s:38:\"stylevar_header_tabbar_background_name\";s:24:\"Header Tabbar Background\";s:41:\"stylevar_header_tabbar_border_description\";s:66:\"Controls the border width, style, and color for the header tabbar.\";s:34:\"stylevar_header_tabbar_border_name\";s:20:\"Header Tabbar Border\";s:38:\"stylevar_header_text_color_description\";s:51:\"Controls the text color for any text in the header.\";s:31:\"stylevar_header_text_color_name\";s:17:\"Header Text Color\";s:34:\"stylevar_imgdir_attach_description\";s:0:\"\";s:27:\"stylevar_imgdir_attach_name\";s:0:\"\";s:34:\"stylevar_imgdir_button_description\";s:0:\"\";s:27:\"stylevar_imgdir_button_name\";s:22:\"Button Image Directory\";s:32:\"stylevar_imgdir_misc_description\";s:0:\"\";s:25:\"stylevar_imgdir_misc_name\";s:21:\"Misc Images Directory\";s:38:\"stylevar_imgdir_statusicon_description\";s:0:\"\";s:31:\"stylevar_imgdir_statusicon_name\";s:23:\"Item Status Icon Folder\";s:46:\"stylevar_inline_edit_button_border_description\";s:0:\"\";s:39:\"stylevar_inline_edit_button_border_name\";s:25:\"Inline edit button border\";s:45:\"stylevar_inline_edit_field_border_description\";s:0:\"\";s:38:\"stylevar_inline_edit_field_border_name\";s:24:\"Inline edit field border\";s:56:\"stylevar_inline_edit_module_title_text_color_description\";s:0:\"\";s:49:\"stylevar_inline_edit_module_title_text_color_name\";s:0:\"\";s:36:\"stylevar_is_customized_in_this_style\";s:36:\"StyleVar is Customized in this Style\";s:41:\"stylevar_is_inherited_from_a_parent_style\";s:41:\"StyleVar is Inherited From a Parent Style\";s:44:\"stylevar_is_unchanged_from_the_default_style\";s:44:\"StyleVar is Unchanged From the Default Style\";s:41:\"stylevar_list_item_background_description\";s:0:\"\";s:34:\"stylevar_list_item_background_name\";s:20:\"List item background\";s:50:\"stylevar_main_nav_admin_bar_background_description\";s:74:\"Controls the background color and image for the main navigation admin bar.\";s:43:\"stylevar_main_nav_admin_bar_background_name\";s:36:\"Main Navigation Admin Bar Background\";s:50:\"stylevar_main_nav_admin_bar_text_color_description\";s:65:\"Controls the text color for the sitebuilder admin navigation bar.\";s:56:\"stylevar_main_nav_admin_bar_text_color_hover_description\";s:97:\"Controls the text color for the sitebuilder admin navigation bar when mouse pointer is over them.\";s:49:\"stylevar_main_nav_admin_bar_text_color_hover_name\";s:44:\"Main Navigation Admin Bar Text Color (Hover)\";s:43:\"stylevar_main_nav_admin_bar_text_color_name\";s:36:\"Main Navigation Admin Bar Text Color\";s:59:\"stylevar_main_nav_admin_bar_text_disabled_color_description\";s:87:\"Controls the text color for the sitebuilder admin navigation bar for disabled elements.\";s:52:\"stylevar_main_nav_admin_bar_text_disabled_color_name\";s:47:\"Main Navigation Admin Bar Text Color (Disabled)\";s:43:\"stylevar_main_nav_button_border_description\";s:100:\"Controls the border width, style, and color for the buttons in the sitebuilder admin navigation bar.\";s:36:\"stylevar_main_nav_button_border_name\";s:22:\"Main Nav Button Border\";s:46:\"stylevar_module_content_background_description\";s:65:\"Controls the background color and image for module content areas.\";s:39:\"stylevar_module_content_background_name\";s:25:\"Module Content Background\";s:42:\"stylevar_module_content_border_description\";s:76:\"Controls the border width, style, and color for the content area of modules.\";s:35:\"stylevar_module_content_border_name\";s:21:\"Module Content Border\";s:45:\"stylevar_module_header_background_description\";s:59:\"Controls the background color and image for module headers.\";s:38:\"stylevar_module_header_background_name\";s:24:\"Module Header Background\";s:41:\"stylevar_module_header_border_description\";s:63:\"Controls the border width, style, and color for module headers.\";s:34:\"stylevar_module_header_border_name\";s:20:\"Module Header Border\";s:45:\"stylevar_module_header_text_color_description\";s:43:\"Controls the text color for module headers.\";s:38:\"stylevar_module_header_text_color_name\";s:24:\"Module Header Text Color\";s:51:\"stylevar_module_search_list_item_border_description\";s:56:\"Defines the border of the items inside the search module\";s:44:\"stylevar_module_search_list_item_border_name\";s:25:\"Search module item border\";s:49:\"stylevar_module_tab_background_active_description\";s:78:\"Controls the background color and image for the currently selected module tab.\";s:42:\"stylevar_module_tab_background_active_name\";s:28:\"Module Tab Background Active\";s:42:\"stylevar_module_tab_background_description\";s:56:\"Controls the background color and image for module tabs.\";s:35:\"stylevar_module_tab_background_name\";s:21:\"Module Tab Background\";s:45:\"stylevar_module_tab_border_active_description\";s:86:\"Controls the border width, style, and color for the currently selected tab in modules.\";s:38:\"stylevar_module_tab_border_active_name\";s:24:\"Module Tab Border Active\";s:38:\"stylevar_module_tab_border_description\";s:64:\"Controls the border width, style, and color for tabs in modules.\";s:31:\"stylevar_module_tab_border_name\";s:17:\"Module Tab Border\";s:49:\"stylevar_module_tab_text_color_active_description\";s:62:\"Controls the text color for the currently selected module tab.\";s:42:\"stylevar_module_tab_text_color_active_name\";s:28:\"Module Tab Text Color Active\";s:42:\"stylevar_module_tab_text_color_description\";s:49:\"Controls the text color for inactive module tabs.\";s:48:\"stylevar_module_tab_text_color_hover_description\";s:77:\"Controls the text color for inactive module tabs when the mouse is over them.\";s:41:\"stylevar_module_tab_text_color_hover_name\";s:27:\"Module Tab Text Color Hover\";s:35:\"stylevar_module_tab_text_color_name\";s:21:\"Module Tab Text Color\";s:42:\"stylevar_no_content_background_description\";s:90:\"Controls the background color and image for the "no content" message in modules.\";s:35:\"stylevar_no_content_background_name\";s:21:\"No Content Background\";s:38:\"stylevar_notice_background_description\";s:52:\"Controls the background color and image for notices.\";s:31:\"stylevar_notice_background_name\";s:17:\"Notice Background\";s:34:\"stylevar_notice_border_description\";s:56:\"Controls the border width, style, and color for notices.\";s:27:\"stylevar_notice_border_name\";s:13:\"Notice Border\";s:38:\"stylevar_notice_text_color_description\";s:36:\"Controls the text color for notices.\";s:31:\"stylevar_notice_text_color_name\";s:17:\"Notice Text Color\";s:37:\"stylevar_photo_background_description\";s:51:\"Controls the background color and image for photos.\";s:30:\"stylevar_photo_background_name\";s:16:\"Photo Background\";s:33:\"stylevar_photo_border_description\";s:55:\"Controls the border width, style, and color for photos.\";s:39:\"stylevar_photo_border_hover_description\";s:83:\"Controls the border width, style, and color for photos when the mouse is over them.\";s:32:\"stylevar_photo_border_hover_name\";s:18:\"Photo Border Hover\";s:26:\"stylevar_photo_border_name\";s:12:\"Photo Border\";s:45:\"stylevar_photo_preview_background_description\";s:67:\"Controls the background color and image for the photo preview area.\";s:38:\"stylevar_photo_preview_background_name\";s:24:\"Photo Preview Background\";s:41:\"stylevar_photo_preview_border_description\";s:71:\"Controls the border width, style, and color for the photo preview area.\";s:34:\"stylevar_photo_preview_border_name\";s:20:\"Photo Preview Border\";s:43:\"stylevar_placeholder_text_color_description\";s:79:\"Controls the text color for the placeholder text in form inputs and text areas.\";s:36:\"stylevar_placeholder_text_color_name\";s:22:\"Placeholder Text Color\";s:39:\"stylevar_poll_result_border_description\";s:65:\"Controls the border width, style, and color for poll result bars.\";s:32:\"stylevar_poll_result_border_name\";s:18:\"Poll Result Border\";s:54:\"stylevar_poll_result_percentage_background_description\";s:64:\"Controls the background of the percentage number in poll results\";s:47:\"stylevar_poll_result_percentage_background_name\";s:33:\"Poll result percentage background\";s:48:\"stylevar_poll_result_vote_count_text_description\";s:57:\"Controls the colour of the text displaying the vote count\";s:41:\"stylevar_poll_result_vote_count_text_name\";s:28:\"Poll results vote count text\";s:37:\"stylevar_popup_background_description\";s:51:\"Controls the background color and image for popups.\";s:30:\"stylevar_popup_background_name\";s:16:\"Popup Background\";s:33:\"stylevar_popup_border_description\";s:55:\"Controls the border width, style, and color for popups.\";s:26:\"stylevar_popup_border_name\";s:12:\"Popup Border\";s:44:\"stylevar_popup_header_background_description\";s:57:\"Controls the background color and image of popup headers.\";s:37:\"stylevar_popup_header_background_name\";s:23:\"Popup Header Background\";s:44:\"stylevar_popup_header_text_color_description\";s:41:\"Controls the text color of popup headers.\";s:37:\"stylevar_popup_header_text_color_name\";s:23:\"Popup Header Text Color\";s:45:\"stylevar_popup_overlay_background_description\";s:70:\"Controls the background color and image for the overlay behind popups.\";s:38:\"stylevar_popup_overlay_background_name\";s:24:\"Popup Overlay Background\";s:32:\"stylevar_post_border_description\";s:74:\"Controls the border width, style, and color for the content area of posts.\";s:25:\"stylevar_post_border_name\";s:11:\"Post Border\";s:47:\"stylevar_post_controls_votes_border_description\";s:80:\"Controls the border width, style, and color for votes in the post controls area.\";s:40:\"stylevar_post_controls_votes_border_name\";s:26:\"Post Controls Votes Border\";s:40:\"stylevar_post_deleted_border_description\";s:97:\"Controls the border width, style, and color for the deleted message that shows for deleted posts.\";s:33:\"stylevar_post_deleted_border_name\";s:19:\"Post Deleted Border\";s:39:\"stylevar_postbit_background_description\";s:79:\"Controls the background color and image for the user information area of posts.\";s:32:\"stylevar_postbit_background_name\";s:18:\"Postbit Background\";s:47:\"stylevar_postbit_deleted_background_description\";s:0:\"\";s:40:\"stylevar_postbit_deleted_background_name\";s:0:\"\";s:50:\"stylevar_postbit_unapproved_background_description\";s:49:\"The background color to show for unapproved posts\";s:43:\"stylevar_postbit_unapproved_background_name\";s:29:\"Postbit Unapproved Background\";s:46:\"stylevar_primary_module_background_description\";s:64:\"Controls the background color and image for the primary modules.\";s:39:\"stylevar_primary_module_background_name\";s:25:\"Primary Module Background\";s:42:\"stylevar_primary_module_border_description\";s:67:\"Controls the border width, style, and color for the primary module.\";s:35:\"stylevar_primary_module_border_name\";s:21:\"Primary Module Border\";s:53:\"stylevar_primary_module_header_background_description\";s:67:\"Controls the background color and image for primary module headers.\";s:46:\"stylevar_primary_module_header_background_name\";s:32:\"Primary Module Header Background\";s:53:\"stylevar_primary_module_header_text_color_description\";s:51:\"Controls the text color for primary module headers.\";s:46:\"stylevar_primary_module_header_text_color_name\";s:32:\"Primary Module Header Text Color\";s:56:\"stylevar_primary_module_subheader_background_description\";s:70:\"Controls the background color and image for primary module subheaders.\";s:49:\"stylevar_primary_module_subheader_background_name\";s:35:\"Primary Module Subheader Background\";s:52:\"stylevar_primary_module_subheader_border_description\";s:74:\"Controls the border width, style, and color for primary module subheaders.\";s:45:\"stylevar_primary_module_subheader_border_name\";s:31:\"Primary Module Subheader Border\";s:56:\"stylevar_primary_module_subheader_text_color_description\";s:54:\"Controls the text color for primary module subheaders.\";s:49:\"stylevar_primary_module_subheader_text_color_name\";s:35:\"Primary Module Subheader Text Color\";s:56:\"stylevar_profcustom_navbar_background_active_description\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_background_active_name\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_background_description\";s:0:\"\";s:42:\"stylevar_profcustom_navbar_background_name\";s:0:\"\";s:52:\"stylevar_profcustom_navbar_border_active_description\";s:0:\"\";s:45:\"stylevar_profcustom_navbar_border_active_name\";s:0:\"\";s:45:\"stylevar_profcustom_navbar_border_description\";s:0:\"\";s:38:\"stylevar_profcustom_navbar_border_name\";s:0:\"\";s:56:\"stylevar_profcustom_navbar_text_color_active_description\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_text_color_active_name\";s:0:\"\";s:49:\"stylevar_profcustom_navbar_text_color_description\";s:0:\"\";s:42:\"stylevar_profcustom_navbar_text_color_name\";s:0:\"\";s:57:\"stylevar_profcustom_navbar_toolbar_text_color_description\";s:0:\"\";s:50:\"stylevar_profcustom_navbar_toolbar_text_color_name\";s:0:\"\";s:55:\"stylevar_profcustom_navbarbutton_background_description\";s:0:\"\";s:48:\"stylevar_profcustom_navbarbutton_background_name\";s:32:\"Profile Navbar Button Background\";s:51:\"stylevar_profcustom_navbarbutton_border_description\";s:0:\"\";s:44:\"stylevar_profcustom_navbarbutton_border_name\";s:28:\"Profile Navbar Button Border\";s:50:\"stylevar_profcustom_navbarbutton_color_description\";s:0:\"\";s:43:\"stylevar_profcustom_navbarbutton_color_name\";s:32:\"Profile Navbar Button Text Color\";s:64:\"stylevar_profcustom_navbarbuttonsecondary_background_description\";s:0:\"\";s:57:\"stylevar_profcustom_navbarbuttonsecondary_background_name\";s:42:\"Profile Navbar Secondary Button Background\";s:60:\"stylevar_profcustom_navbarbuttonsecondary_border_description\";s:0:\"\";s:53:\"stylevar_profcustom_navbarbuttonsecondary_border_name\";s:38:\"Profile Navbar Secondary Button Border\";s:59:\"stylevar_profcustom_navbarbuttonsecondary_color_description\";s:0:\"\";s:52:\"stylevar_profcustom_navbarbuttonsecondary_color_name\";s:42:\"Profile Navbar Secondary Button Text Color\";s:54:\"stylevar_profile_button_primary_background_description\";s:45:\"Background for button in profile content area\";s:47:\"stylevar_profile_button_primary_background_name\";s:33:\"Profile Button Primary Background\";s:56:\"stylevar_profile_button_secondary_background_description\";s:45:\"Background for button in profile content area\";s:49:\"stylevar_profile_button_secondary_background_name\";s:35:\"Profile Secondary Button Background\";s:47:\"stylevar_profile_content_background_description\";s:0:\"\";s:40:\"stylevar_profile_content_background_name\";s:26:\"Profile Content Background\";s:43:\"stylevar_profile_content_border_description\";s:0:\"\";s:36:\"stylevar_profile_content_border_name\";s:28:\"Profile Content Border Color\";s:45:\"stylevar_profile_content_linktext_description\";s:0:\"\";s:38:\"stylevar_profile_content_linktext_name\";s:31:\"Profile Content Link Text Color\";s:48:\"stylevar_profile_content_primarytext_description\";s:0:\"\";s:41:\"stylevar_profile_content_primarytext_name\";s:34:\"Profile Content Primary Text Color\";s:50:\"stylevar_profile_content_secondarytext_description\";s:0:\"\";s:43:\"stylevar_profile_content_secondarytext_name\";s:36:\"Profile Content Secondary Text Color\";s:43:\"stylevar_profile_section_border_description\";s:0:\"\";s:36:\"stylevar_profile_section_border_name\";s:22:\"Profile section border\";s:51:\"stylevar_profile_settings_tab_highlight_description\";s:78:\"Controls the border width, style, and color for the tabs in the user settings.\";s:44:\"stylevar_profile_settings_tab_highlight_name\";s:27:\"User settings tab highlight\";s:43:\"stylevar_profile_userpanel_font_description\";s:67:\"Controls the font face, size, and style for the profile user panel.\";s:36:\"stylevar_profile_userpanel_font_name\";s:22:\"Profile Userpanel Font\";s:48:\"stylevar_profile_userpanel_textcolor_description\";s:0:\"\";s:41:\"stylevar_profile_userpanel_textcolor_name\";s:29:\"Profile User Panel Text Color\";s:53:\"stylevar_profilesidebar_button_background_description\";s:0:\"\";s:46:\"stylevar_profilesidebar_button_background_name\";s:33:\"Profile Sidebar Button Background\";s:49:\"stylevar_profilesidebar_button_border_description\";s:0:\"\";s:42:\"stylevar_profilesidebar_button_border_name\";s:35:\"Profile Sidebar Button Border Color\";s:53:\"stylevar_profilesidebar_button_text_color_description\";s:6:\"FFFFFF\";s:46:\"stylevar_profilesidebar_button_text_color_name\";s:33:\"Profile Sidebar Button Text Color\";s:52:\"stylevar_profilesidebar_count_text_color_description\";s:0:\"\";s:45:\"stylevar_profilesidebar_count_text_color_name\";s:32:\"Profile Sidebar Count Text Color\";s:47:\"stylevar_side_nav_background_active_description\";s:103:\"Controls the background color and image for the currently selected item in the sidebar navigation area.\";s:40:\"stylevar_side_nav_background_active_name\";s:26:\"Side Nav Background Active\";s:40:\"stylevar_side_nav_background_description\";s:72:\"Controls the background color and image for the sidebar navigation area.\";s:46:\"stylevar_side_nav_background_hover_description\";s:98:\"Controls the background color and image for the sidebar navigation area when the mouse is over it.\";s:39:\"stylevar_side_nav_background_hover_name\";s:25:\"Side Nav Background Hover\";s:33:\"stylevar_side_nav_background_name\";s:19:\"Side Nav Background\";s:36:\"stylevar_side_nav_border_description\";s:76:\"Controls the border width, style, and color for the sidebar navigation area.\";s:29:\"stylevar_side_nav_border_name\";s:15:\"Side Nav Border\";s:48:\"stylevar_side_nav_item_border_bottom_description\";s:91:\"Controls the border width, style, and color for the bottom of each sidebar navigation item.\";s:41:\"stylevar_side_nav_item_border_bottom_name\";s:27:\"Side Nav Item Border Bottom\";s:45:\"stylevar_side_nav_item_border_top_description\";s:88:\"Controls the border width, style, and color for the top of each sidebar navigation item.\";s:38:\"stylevar_side_nav_item_border_top_name\";s:24:\"Side Nav Item Border Top\";s:47:\"stylevar_side_nav_text_color_active_description\";s:72:\"Controls the text color for currently selected sidebar navigation items.\";s:40:\"stylevar_side_nav_text_color_active_name\";s:26:\"Side Nav Text Color Active\";s:40:\"stylevar_side_nav_text_color_description\";s:53:\"Controls the text color for sidebar navigation items.\";s:46:\"stylevar_side_nav_text_color_hover_description\";s:81:\"Controls the text color for sidebar navigation items when the mouse is over them.\";s:39:\"stylevar_side_nav_text_color_hover_name\";s:25:\"Side Nav Text Color Hover\";s:33:\"stylevar_side_nav_text_color_name\";s:19:\"Side Nav Text Color\";s:37:\"stylevar_spacing_margin_l_description\";s:54:\"Sets margin spacing for large margin helper css class.\";s:30:\"stylevar_spacing_margin_l_name\";s:19:\"Large Margin Helper\";s:37:\"stylevar_spacing_margin_m_description\";s:55:\"Sets margin spacing for medium margin helper css class.\";s:30:\"stylevar_spacing_margin_m_name\";s:20:\"Medium Margin Helper\";s:37:\"stylevar_spacing_margin_s_description\";s:54:\"Sets margin spacing for small margin helper css class.\";s:30:\"stylevar_spacing_margin_s_name\";s:19:\"Small Margin Helper\";s:38:\"stylevar_spacing_margin_xl_description\";s:60:\"Sets margin spacing for extra large margin helper css class.\";s:31:\"stylevar_spacing_margin_xl_name\";s:25:\"Extra Large Margin Helper\";s:38:\"stylevar_spacing_margin_xs_description\";s:60:\"Sets margin spacing for extra small margin helper css class.\";s:31:\"stylevar_spacing_margin_xs_name\";s:25:\"Extra Small Margin Helper\";s:39:\"stylevar_spacing_margin_xxl_description\";s:66:\"Sets margin spacing for extra extra large margin helper css class.\";s:32:\"stylevar_spacing_margin_xxl_name\";s:17:\"XXL Margin Helper\";s:38:\"stylevar_spacing_padding_l_description\";s:56:\"Sets padding spacing for large padding helper css class.\";s:31:\"stylevar_spacing_padding_l_name\";s:20:\"Large Padding Helper\";s:38:\"stylevar_spacing_padding_m_description\";s:57:\"Sets padding spacing for medium padding helper css class.\";s:31:\"stylevar_spacing_padding_m_name\";s:21:\"Medium Padding Helper\";s:38:\"stylevar_spacing_padding_s_description\";s:56:\"Sets padding spacing for small padding helper css class.\";s:31:\"stylevar_spacing_padding_s_name\";s:20:\"Small Padding Helper\";s:39:\"stylevar_spacing_padding_xl_description\";s:62:\"Sets padding spacing for extra large padding helper css class.\";s:32:\"stylevar_spacing_padding_xl_name\";s:26:\"Extra Large Padding Helper\";s:39:\"stylevar_spacing_padding_xs_description\";s:62:\"Sets padding spacing for extra small padding helper css class.\";s:32:\"stylevar_spacing_padding_xs_name\";s:26:\"Extra Small Padding Helper\";s:40:\"stylevar_spacing_padding_xxl_description\";s:68:\"Sets padding spacing for extra extra large padding helper css class.\";s:33:\"stylevar_spacing_padding_xxl_name\";s:18:\"XXL Padding Helper\";s:50:\"stylevar_sticky_topic_background_color_description\";s:46:\"Controls the background color of sticky topics\";s:43:\"stylevar_sticky_topic_background_color_name\";s:29:\"Sticky topic background color\";s:46:\"stylevar_thread_view_avatar_border_description\";s:71:\"Controls the border width, style, and color for avatars in thread view.\";s:39:\"stylevar_thread_view_avatar_border_name\";s:25:\"Thread View Avatar Border\";s:31:\"stylevar_titleimage_description\";s:78:\"This is your logo or title image. Set to the path of the logo you want to use.\";s:24:\"stylevar_titleimage_name\";s:11:\"Title Image\";s:39:\"stylevar_toolbar_background_description\";s:53:\"Controls the background color and image for toolbars.\";s:32:\"stylevar_toolbar_background_name\";s:18:\"Toolbar Background\";s:35:\"stylevar_toolbar_border_description\";s:57:\"Controls the border width, style, and color for toolbars.\";s:28:\"stylevar_toolbar_border_name\";s:14:\"Toolbar Border\";s:42:\"stylevar_toolbar_button_border_description\";s:72:\"Controls the border width, style, and color for the buttons in toolbars.\";s:35:\"stylevar_toolbar_button_border_name\";s:21:\"Toolbar Button Border\";s:61:\"stylevar_toolbar_dropdown_background_gradient_end_description\";s:69:\"Controls the gradient end background color in toolbar dropdown menus.\";s:54:\"stylevar_toolbar_dropdown_background_gradient_end_name\";s:40:\"Toolbar Dropdown Background Gradient End\";s:63:\"stylevar_toolbar_dropdown_background_gradient_start_description\";s:71:\"Controls the gradient start background color in toolbar dropdown menus.\";s:56:\"stylevar_toolbar_dropdown_background_gradient_start_name\";s:42:\"Toolbar Dropdown Background Gradient Start\";s:44:\"stylevar_toolbar_dropdown_border_description\";s:79:\"Controls the border width, style, and color for the dropdown menus in toolbars.\";s:37:\"stylevar_toolbar_dropdown_border_name\";s:23:\"Toolbar Dropdown Border\";s:51:\"stylevar_toolbar_dropdown_divider_color_description\";s:61:\"Controls the divider color in the dropdown menus in toolbars.\";s:44:\"stylevar_toolbar_dropdown_divider_color_name\";s:30:\"Toolbar Dropdown Divider Color\";s:55:\"stylevar_toolbar_dropdown_text_color_active_description\";s:78:\"Controls the text color for text in currently selected menu items in toolbars.\";s:48:\"stylevar_toolbar_dropdown_text_color_active_name\";s:34:\"Toolbar Dropdown Text Color Active\";s:48:\"stylevar_toolbar_dropdown_text_color_description\";s:59:\"Controls the text color for the dropdown menus in toolbars.\";s:41:\"stylevar_toolbar_dropdown_text_color_name\";s:27:\"Toolbar Dropdown Text Color\";s:50:\"stylevar_toolbar_form_field_background_description\";s:72:\"Controls the background color and image for the form fields in toolbars.\";s:43:\"stylevar_toolbar_form_field_background_name\";s:29:\"Toolbar Form Field Background\";s:46:\"stylevar_toolbar_form_field_border_description\";s:76:\"Controls the border width, style, and color for the form fields in toolbars.\";s:39:\"stylevar_toolbar_form_field_border_name\";s:25:\"Toolbar Form Field Border\";s:62:\"stylevar_toolbar_form_field_placeholder_text_color_description\";s:80:\"Controls the text color for the placeholder text in the form fields in toolbars.\";s:55:\"stylevar_toolbar_form_field_placeholder_text_color_name\";s:41:\"Toolbar Form Field Placeholder Text Color\";s:39:\"stylevar_toolbar_text_color_description\";s:45:\"Controls the text color for text in toolbars.\";s:32:\"stylevar_toolbar_text_color_name\";s:18:\"Toolbar Text Color\";s:49:\"stylevar_tooltip_signature_background_description\";s:48:\"Controls the background of the signature tooltip\";s:42:\"stylevar_tooltip_signature_background_name\";s:28:\"Tooltip signature background\";s:45:\"stylevar_tooltip_signature_border_description\";s:67:\"Controls the border width, style, and color for signature tooltips.\";s:38:\"stylevar_tooltip_signature_border_name\";s:24:\"Tooltip Signature Border\";s:38:\"stylevar_topic_title_color_description\";s:0:\"\";s:31:\"stylevar_topic_title_color_name\";s:17:\"Topic Title Color\";s:39:\"stylevar_wrapper_background_description\";s:111:\"Controls the background color and image for the content wrapper (everything between the header and the footer).\";s:32:\"stylevar_wrapper_background_name\";s:18:\"Wrapper Background\";s:14:\"stylevareditor\";s:21:\"Style Variable Editor\";s:10:\"stylevarid\";s:11:\"StyleVar ID\";s:5:\"sub_1\";s:5:\"Sub 1\";s:5:\"sub_2\";s:5:\"Sub 2\";s:5:\"sub_3\";s:5:\"Sub 3\";s:34:\"sure_dismiss_x_merge_notifications\";s:82:\"Are you sure you want to dismiss the %1$s selected template merge notification(s)?\";s:21:\"template_conflict_x_y\";s:50:\"Conflict when merging template: %1$s (style: %2$s)\";s:33:\"template_contains_unsafe_function\";s:84:\"The template contains a conditional expression using a function not defined as safe.\";s:35:\"template_current_version_merge_here\";s:70:\"<b>Current version of the template — Merge your changes here</b>\";s:19:\"template_eval_error\";s:261:\"The following error occurred when attempting to evaluate this template:<br /><i>%1$s</i><br />This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.\";s:16:\"template_group_x\";s:20:\"Template Group: %1$s\";s:36:\"template_is_customized_in_this_style\";s:36:\"Template is Customized in this Style\";s:41:\"template_is_inherited_from_a_parent_style\";s:41:\"Template is Inherited From a Parent Style\";s:44:\"template_is_unchanged_from_the_default_style\";s:44:\"Template is Unchanged From the Default Style\";s:23:\"template_last_edited_js\";s:47:\"Last edited %1$s %2$s %3$s at %4$s:%5$s by %6$s\";s:19:\"template_merged_x_y\";s:48:\"Merged template successfully: %1$s (style: %2$s)\";s:16:\"template_options\";s:16:\"Template Options\";s:20:\"template_was_changed\";s:301:\"This template was changed by someone else while you were editing it. <b class=\"modlasttendays\">Your changes have not been saved.</b> Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved.\";s:26:\"template_was_changed_again\";s:305:\"<b class=\"modlasttendays\">Edit Conflict Again:</b> While submitting your merged version of the template, there was an edit conflict again. Please repeat the process below. The top editor has been updated to the latest version of the template, and the bottom editor contains the version you just submitted.\";s:23:\"template_x_exists_error\";s:124:\"A template named <em>%1$s</em> already exists.<br />\r\n<br />\r\nIf you click \'Save\' the existing template will be overwritten.\";s:37:\"template_your_version_merge_from_here\";s:147:\"Your version of the template — Merge your changes from here to the editor above. Upon saving, only what is in the editor above will be saved.\";s:32:\"temporary_template_table_created\";s:32:\"Temporary Template Table Created\";s:51:\"temporary_template_table_populated_with_x_templates\";s:54:\"Temporary Template Table Populated with %1$s Templates\";s:32:\"temporary_template_table_renamed\";s:32:\"Temporary Template Table Renamed\";s:17:\"test_replace_only\";s:133:\"Test Replacement Only <dfn>(This will show you the results of doing this find/replace, without actually updating the templates)</dfn>\";s:25:\"text_added_in_new_version\";s:25:\"Text added in new version\";s:29:\"text_changed_between_versions\";s:29:\"Text changed between versions\";s:15:\"text_decoration\";s:15:\"Text Decoration\";s:19:\"text_in_new_version\";s:19:\"Text in New Version\";s:19:\"text_in_old_version\";s:19:\"Text in Old Version\";s:29:\"text_removed_from_old_version\";s:29:\"Text removed from old version\";s:24:\"text_surrounding_changes\";s:24:\"Text Surrounding Changes\";s:52:\"this_item_is_customized_in_the_parent_style_called_x\";s:61:\"This item is customized in the parent style called\\n\\n\'%1$s\'.\";s:51:\"this_template_has_been_customized_in_a_parent_style\";s:350:\"This template has been customized within the %1$s style, (a parent set of the %2$s style).<br /><br />You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the %1$s style.<br /><br />If you would like to edit the %3$s template within the %1$s parent style, <a href=\"%4$s\">Click Here</a>.\";s:47:\"this_template_has_been_customized_in_this_style\";s:281:\"This template has been customized in the current style.<br /><br />Double-click the template name or click the \'Edit\' button to modify the template.<br /><br />You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.\";s:37:\"this_template_has_not_been_customized\";s:240:\"This template has not been customized in this style or any of its parent styles.<br /><br />Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.\";s:24:\"title_for_uploaded_style\";s:100:\"Title for Uploaded Style <dfn>(Leave blank to use the style title specified in the style file)</dfn>\";s:21:\"title_generated_style\";s:25:\"Title for generated style\";s:26:\"title_generated_style_desc\";s:28:\"The title of your new style.\";s:10:\"top_gstyle\";s:3:\"Top\";s:11:\"type_gstyle\";s:4:\"Type\";s:16:\"underline_gstyle\";s:9:\"Underline\";s:11:\"undo_gstyle\";s:4:\"Undo\";s:21:\"ungrouped_templates_x\";s:24:\"Ungrouped Templates %1$s\";s:5:\"units\";s:5:\"Units\";s:7:\"unknown\";s:7:\"Unknown\";s:24:\"unsaved_data_may_be_lost\";s:53:\"There is unsaved data on the page and it may be lost.\";s:25:\"updated_default_templates\";s:25:\"Updated Default Templates\";s:30:\"updated_default_templates_desc\";s:457:\"The templates shown on this page have been updated in the default template set since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin %1$s. <strong>If you do not do this, some sections of vBulletin may not function!</strong> Please see the release announcements at the <a href=\"http://www.vbulletin.com/forum/\">vBulletin.com Forums</a> for more information.\";s:41:\"updating_style_information_for_each_style\";s:44:\"Updating style information for each style...\";s:32:\"updating_style_information_for_x\";s:57:\"Updating Style Information for \'%1$s\' and child styles...\";s:31:\"updating_styles_with_no_parents\";s:46:\"Updating style sets with no parent information\";s:21:\"updating_template_ids\";s:21:\"Updating Template IDs\";s:10:\"url_gstyle\";s:3:\"URL\";s:19:\"usage_in_expression\";s:19:\"Usage in Expression\";s:23:\"use_regular_expressions\";s:52:\"Use Regular Expressions <dfn>(see notes below)</dfn>\";s:23:\"use_same_padding_margin\";s:33:\"Use the \'top\' value for all sides\";s:14:\"user_selection\";s:14:\"User Selection\";s:19:\"user_selection_desc\";s:39:\"Whether to display this style to users.\";s:22:\"validation_re_optional\";s:67:\"Optional, may cause problem if conflict with data type fundamental.\";s:29:\"validation_regular_expression\";s:29:\"Validation Regular Expression\";s:14:\"version_gstyle\";s:7:\"Version\";s:44:\"view_comparison_your_version_current_version\";s:51:\"View Comparison of your Version and Current Version\";s:24:\"view_highlighted_changes\";s:24:\"View Highlighted Changes\";s:19:\"view_history_gstyle\";s:12:\"View History\";s:11:\"view_inline\";s:11:\"View Inline\";s:13:\"view_original\";s:13:\"View Original\";s:22:\"view_pre_merge_version\";s:21:\"View Unmerged Version\";s:20:\"view_quickref_gstyle\";s:13:\"View QuickRef\";s:17:\"view_side_by_side\";s:17:\"View Side by Side\";s:32:\"view_your_forum_using_this_style\";s:32:\"View Your Forum Using this Style\";s:20:\"viewing_version_of_x\";s:51:\"Viewing Version of <span class=\"normal\">%1$s</span>\";s:5:\"white\";s:5:\"White\";s:11:\"white_style\";s:11:\"White Style\";s:16:\"white_style_desc\";s:78:\"This style is representative of the default style with minor color variations.\";s:5:\"width\";s:5:\"Width\";s:9:\"wrap_text\";s:9:\"Wrap Text\";s:11:\"x_templates\";s:14:\"%1$s Templates\";s:24:\"your_customized_template\";s:24:\"Your Customized Template\";s:21:\"your_customized_value\";s:21:\"Your Customized Value\";s:24:\"your_version_of_template\";s:28:\"Your Version of the Template\";}','a:95:{s:33:\"admin_control_panel_failed_logins\";s:33:\"Admin Control Panel Failed Logins\";s:20:\"album_x_by_y_deleted\";s:28:\"Album \'%1$s\' by %2$s Deleted\";s:19:\"album_x_by_y_edited\";s:27:\"Album \'%1$s\' by %2$s Edited\";s:15:\"all_api_clients\";s:11:\"All Clients\";s:15:\"all_log_entries\";s:15:\"All Log Entries\";s:19:\"all_scheduled_tasks\";s:19:\"All Scheduled Tasks\";s:20:\"all_scripts_glogging\";s:11:\"All Scripts\";s:13:\"api_client_id\";s:31:\"or Input a Known Client ID here\";s:19:\"api_client_uniqueid\";s:53:\"or Input a Known Client ID here (Such as iPhone UDID)\";s:14:\"api_log_viewer\";s:14:\"API Log Viewer\";s:53:\"api_log_viewer_page_x_y_there_are_z_total_log_entries\";s:67:\"API Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:9:\"apiclient\";s:10:\"API Client\";s:24:\"apiclient_apiaccesstoken\";s:19:\"Client Access Token\";s:20:\"apiclient_clienthash\";s:11:\"Client Hash\";s:26:\"apiclient_initialipaddress\";s:18:\"Initial IP Address\";s:21:\"apiclient_initialtime\";s:16:\"Client Reg. Time\";s:22:\"apiclient_lastactivity\";s:20:\"Client Last Activity\";s:22:\"apiclient_platformname\";s:13:\"Platform Name\";s:25:\"apiclient_platformversion\";s:16:\"Platform Version\";s:24:\"apiclient_remembereduser\";s:22:\"Client Remembered User\";s:16:\"apiclient_secret\";s:13:\"Client Secret\";s:18:\"apiclient_uniqueid\";s:9:\"Unique ID\";s:11:\"apiclientid\";s:9:\"Client ID\";s:13:\"apiclientname\";s:11:\"Client Name\";s:16:\"apiclientversion\";s:14:\"Client Version\";s:23:\"apilog_disabled_options\";s:208:\"<b>Warning:</b> vBulletin API Log is currently disabled in your options. In order for API Log and Statistic to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable API Log</a>.\";s:9:\"apimethod\";s:6:\"Method\";s:57:\"are_you_sure_you_want_to_prune_x_log_entries_from_api_log\";s:65:\"Are you sure you want to prune %1$s log entries from the API log?\";s:67:\"are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log\";s:75:\"Are you sure you want to prune %1$s log entries from the control panel log?\";s:63:\"are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log\";s:71:\"Are you sure you want to prune %1$s log entries from the moderator log?\";s:68:\"are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log\";s:76:\"Are you sure you want to prune %1$s log entries from the scheduled task log?\";s:47:\"control_panel_log_pruning_permission_restricted\";s:48:\"Control Panel log pruning permission restricted.\";s:24:\"control_panel_log_viewer\";s:24:\"Control Panel Log Viewer\";s:63:\"control_panel_log_viewer_page_x_y_there_are_z_total_log_entries\";s:77:\"Control Panel Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:36:\"control_panel_log_viewing_restricted\";s:37:\"Control Panel log viewing restricted.\";s:30:\"discussion_by_x_for_y_approved\";s:36:\"Discussion by %1$s for %2$s Approved\";s:29:\"discussion_by_x_for_y_removed\";s:41:\"Group Discussion by %1$s for %2$s Removed\";s:34:\"discussion_by_x_for_y_soft_deleted\";s:46:\"Group Discussion by %1$s for %2$s Soft Deleted\";s:32:\"discussion_by_x_for_y_unapproved\";s:38:\"Discussion by %1$s for %2$s unapproved\";s:31:\"discussion_by_x_for_y_undeleted\";s:37:\"Discussion %1$s for \'%2$s\' Undeleted.\";s:27:\"gm_by_x_in_y_for_z_approved\";s:51:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Approved\";s:25:\"gm_by_x_in_y_for_z_edited\";s:49:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Edited\";s:26:\"gm_by_x_in_y_for_z_removed\";s:50:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Removed\";s:31:\"gm_by_x_in_y_for_z_soft_deleted\";s:55:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Soft Deleted\";s:29:\"gm_by_x_in_y_for_z_unapproved\";s:53:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Unapproved\";s:28:\"gm_by_x_in_y_for_z_undeleted\";s:52:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Undeleted\";s:2:\"id\";s:2:\"ID\";s:11:\"log_entries\";s:11:\"Log Entries\";s:28:\"log_entries_to_show_per_page\";s:28:\"Log Entries to Show Per Page\";s:28:\"log_file_deletion_restricted\";s:29:\"Log file deletion restricted.\";s:20:\"moderator_log_viewer\";s:20:\"Moderator Log Viewer\";s:59:\"moderator_log_viewer_page_x_y_there_are_z_total_log_entries\";s:73:\"Moderator Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:15:\"order_by_action\";s:15:\"Order By Action\";s:19:\"order_by_clientname\";s:20:\"Order by Client Name\";s:15:\"order_by_script\";s:15:\"Order By Script\";s:8:\"paramget\";s:19:\"HTTP GET Parameters\";s:21:\"pc_by_x_on_y_approved\";s:50:\"Picture Comment by %1$s on Picture \'%2$s\' Approved\";s:19:\"pc_by_x_on_y_edited\";s:48:\"Picture Comment by %1$s on Picture \'%2$s\' Edited\";s:20:\"pc_by_x_on_y_removed\";s:49:\"Picture Comment by %1$s on Picture \'%2$s\' Removed\";s:25:\"pc_by_x_on_y_soft_deleted\";s:54:\"Picture Comment by %1$s on Picture \'%2$s\' Soft Deleted\";s:23:\"pc_by_x_on_y_unapproved\";s:52:\"Picture Comment by %1$s on Picture \'%2$s\' Unapproved\";s:22:\"pc_by_x_on_y_undeleted\";s:51:\"Picture Comment by %1$s on Picture \'%2$s\' Undeleted\";s:28:\"picture_x_in_y_by_z_approved\";s:47:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Approved\";s:27:\"picture_x_in_y_by_z_deleted\";s:46:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Deleted\";s:26:\"picture_x_in_y_by_z_edited\";s:45:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Edited\";s:13:\"prune_api_log\";s:13:\"Prune API Log\";s:23:\"prune_control_panel_log\";s:23:\"Prune Control Panel Log\";s:17:\"prune_log_entries\";s:17:\"Prune Log Entries\";s:19:\"prune_moderator_log\";s:19:\"Prune Moderator Log\";s:24:\"prune_scheduled_task_log\";s:24:\"Prune Scheduled Task Log\";s:36:\"remove_entries_logged_by_apiclientid\";s:34:\"Remove Entries Logged by Client ID\";s:29:\"remove_entries_logged_by_user\";s:29:\"Remove Entries Logged by User\";s:30:\"remove_entries_older_than_days\";s:32:\"Remove Entries Older Than (Days)\";s:32:\"remove_entries_related_to_action\";s:33:\"Remove Entries Relating to Action\";s:33:\"remove_entries_relating_to_script\";s:33:\"Remove Entries Relating to Script\";s:25:\"scheduled_task_log_viewer\";s:25:\"Scheduled Task Log Viewer\";s:64:\"scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries\";s:78:\"Scheduled Task Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:30:\"show_only_entries_generated_by\";s:30:\"Show Only Entries Generated By\";s:44:\"show_only_entries_generated_by_apiclientname\";s:48:\"Show Only Entries Generated By Clients with Name\";s:44:\"show_only_entries_related_to_remembered_user\";s:45:\"Show Only Entries Relating to Remembered User\";s:36:\"show_only_entries_relating_to_script\";s:36:\"Show Only Entries Relating to Script\";s:35:\"social_group_picture_x_in_y_removed\";s:38:\"Group Picture \'%1$s\' in \'%2$s\' Removed\";s:22:\"social_group_x_deleted\";s:20:\"Group \'%1$s\' Deleted\";s:21:\"social_group_x_edited\";s:19:\"Group \'%1$s\' Edited\";s:30:\"social_group_x_members_managed\";s:28:\"Group \'%1$s\' Members Managed\";s:8:\"untitled\";s:8:\"Untitled\";s:25:\"vbulletin_database_errors\";s:25:\"vBulletin Database Errors\";s:9:\"view_logs\";s:9:\"View Logs\";s:22:\"vm_by_x_for_y_approved\";s:41:\"Visitor Message by %1$s for %2$s Approved\";s:20:\"vm_by_x_for_y_edited\";s:39:\"Visitor Message by %1$s for %2$s Edited\";s:21:\"vm_by_x_for_y_removed\";s:40:\"Visitor Message by %1$s for %2$s Removed\";s:26:\"vm_by_x_for_y_soft_deleted\";s:45:\"Visitor Message by %1$s for %2$s Soft Deleted\";s:24:\"vm_by_x_for_y_unapproved\";s:43:\"Visitor Message by %1$s for %2$s Unapproved\";s:23:\"vm_by_x_for_y_undeleted\";s:42:\"Visitor Message by %1$s for %2$s Undeleted\";s:42:\"want_to_access_grant_access_to_this_script\";s:45:\"Want to restrict/grant access to this script?\";}','a:201:{s:29:\"add_new_automatic_ban_gcphome\";s:21:\"Add New Automatic Ban\";s:23:\"add_new_bb_code_gcphome\";s:15:\"Add New BB Code\";s:24:\"add_new_faq_item_gcphome\";s:17:\"Add New Help Item\";s:21:\"add_new_forum_gcphome\";s:13:\"Add New Forum\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:30:\"add_new_scheduled_task_gcphome\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:22:\"Add New Group Category\";s:28:\"add_new_subscription_gcphome\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:37:\"add_new_user_infraction_group_gcphome\";s:29:\"Add New User Infraction Group\";s:37:\"add_new_user_infraction_level_gcphome\";s:29:\"Add New User Infraction Level\";s:34:\"add_new_user_profile_field_gcphome\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:26:\"add_new_user_title_gcphome\";s:18:\"Add New User Title\";s:25:\"add_new_usergroup_gcphome\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:26:\"admin_help_manager_gcphome\";s:18:\"Admin Help Manager\";s:19:\"admincpdir_mismatch\";s:266:\"<b>Warning:</b> The Admin Control Panel directory (<b>%1$s</b>) does not match the directory set in config.php (<b>%2$s</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"apc_too_old\";s:212:\"Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.\";s:26:\"attachment_manager_gcphome\";s:18:\"Attachment Manager\";s:30:\"attachment_permissions_gcphome\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:16:\"ban_user_gcphome\";s:8:\"Ban User\";s:23:\"bb_code_manager_gcphome\";s:15:\"BB Code Manager\";s:51:\"bussines_operations_management_and_customer_support\";s:40:\"Business Operations and Customer Support\";s:28:\"calendar_permissions_gcphome\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:23:\"channel_manager_gcphome\";s:15:\"Channel Manager\";s:17:\"cms_category_list\";s:13:\"Category List\";s:16:\"cms_content_list\";s:12:\"Content List\";s:12:\"cms_tag_list\";s:8:\"Tag List\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"<strong>Fatal Error</strong> Could not open <em>%1$s</em>\";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently <strong>%1$s</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates%2$s\">Click here to view these templates!</a>\";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:11:\"development\";s:11:\"Development\";s:16:\"development_lead\";s:14:\"Lead Developer\";s:15:\"dismiss_gcphome\";s:7:\"Dismiss\";s:13:\"documentation\";s:13:\"Documentation\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:180:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:11:\"engineering\";s:11:\"Engineering\";s:34:\"events_awaiting_moderation_gcphome\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:19:\"faq_manager_gcphome\";s:12:\"Help Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:28:\"find_updated_phrases_gcphome\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:25:\"forum_permissions_gcphome\";s:19:\"Channel Permissions\";s:21:\"forums_and_moderators\";s:18:\"Channel Management\";s:20:\"general_update_tools\";s:20:\"General Update Tools\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:34:\"human_verification_manager_gcphome\";s:26:\"Human Verification Manager\";s:24:\"language_manager_gcphome\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:15:\"list_extensions\";s:15:\"List Extensions\";s:11:\"log_manager\";s:11:\"Log Manager\";s:23:\"manage_content_priority\";s:23:\"Manage Content Priority\";s:12:\"manage_hooks\";s:12:\"Manage Hooks\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:19:\"merge_users_gcphome\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:223:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.\";s:22:\"moderate_posts_gcphome\";s:14:\"Moderate Posts\";s:24:\"moderate_threads_gcphome\";s:15:\"Moderate Topics\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:21:\"mysql_version_gcphome\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:16:\"New Topics Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:22:\"phrase_manager_gcphome\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"<b>Please note</b>: deleting this item will also remove any child entries of this item.\";s:25:\"post_icon_manager_gcphome\";s:17:\"Post Icon Manager\";s:29:\"post_new_announcement_gcphome\";s:21:\"Post New Announcement\";s:33:\"posts_awaiting_moderation_gcphome\";s:17:\"Posts to Moderate\";s:34:\"private_message_statistics_gcphome\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:48:\"product_management_user_experience_visual_design\";s:29:\"Product Management and Design\";s:14:\"products_hooks\";s:16:\"Products & Hooks\";s:18:\"project_management\";s:15:\"Project Manager\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:2:\"qa\";s:2:\"QA\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:7:\"rebuild\";s:7:\"Rebuild\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:15:\"rebuild_sitemap\";s:15:\"Rebuild Sitemap\";s:20:\"rebuild_video_bbcode\";s:22:\"Rebuild Video BB Codes\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:30:\"repair_optimize_tables_gcphome\";s:24:\"Repair / Optimize Tables\";s:36:\"replacement_variable_manager_gcphome\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:30:\"scheduled_task_manager_gcphome\";s:22:\"Scheduled Task Manager\";s:23:\"scheduled_tasks_gcphome\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:25:\"search_in_phrases_gcphome\";s:17:\"Search in Phrases\";s:27:\"search_in_templates_gcphome\";s:19:\"Search in Templates\";s:27:\"search_ip_addresses_gcphome\";s:19:\"Search IP Addresses\";s:28:\"search_social_groups_gcphome\";s:13:\"Search Groups\";s:19:\"search_type_gcphome\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:16:\"settings_gcphome\";s:8:\"Settings\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:22:\"smilie_manager_gcphome\";s:14:\"Smilie Manager\";s:31:\"social_group_categories_gcphome\";s:16:\"Group Categories\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:13:\"spam_settings\";s:13:\"Spam Settings\";s:32:\"special_thanks_and_contributions\";s:17:\"Special Thanks To\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:21:\"style_manager_gcphome\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:28:\"subscription_manager_gcphome\";s:20:\"Subscription Manager\";s:32:\"subscription_permissions_gcphome\";s:24:\"Subscription Permissions\";s:7:\"support\";s:7:\"Support\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:7:\"tagging\";s:7:\"Tagging\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:29:\"thread_prefix_manager_gcphome\";s:20:\"Topic Prefix Manager\";s:23:\"thread_prefixes_gcphome\";s:14:\"Topic Prefixes\";s:35:\"threads_awaiting_moderation_gcphome\";s:18:\"Topics to Moderate\";s:23:\"transaction_log_gcphome\";s:15:\"Transaction Log\";s:25:\"transaction_stats_gcphome\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:24:\"upload_post_icon_gcphome\";s:16:\"Upload Post Icon\";s:21:\"upload_smilie_gcphome\";s:13:\"Upload Smilie\";s:12:\"useful_links\";s:12:\"Useful Links\";s:31:\"user_infraction_manager_gcphome\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:37:\"user_profile_field_categories_gcphome\";s:29:\"User Profile Field Categories\";s:34:\"user_profile_field_manager_gcphome\";s:26:\"User Profile Field Manager\";s:25:\"user_rank_manager_gcphome\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:31:\"user_reputation_manager_gcphome\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:26:\"user_title_manager_gcphome\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:25:\"usergroup_manager_gcphome\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:33:\"users_awaiting_moderation_gcphome\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:18:\"vbulletin_settings\";s:18:\"vBulletin Settings\";s:16:\"verticalresponse\";s:16:\"VerticalResponse\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:24:\"view_infractions_gcphome\";s:16:\"View Infractions\";s:24:\"view_permissions_gcphome\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:11:\"xml_sitemap\";s:11:\"XML Sitemap\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}','a:20:{s:17:\"add_new_promotion\";s:17:\"Add New Promotion\";s:15:\"edit_promotions\";s:15:\"Edit Promotions\";s:19:\"greater_or_equal_to\";s:19:\"Greater or Equal to\";s:9:\"less_than\";s:9:\"Less Than\";s:34:\"move_user_to_usergroup_description\";s:293:\"Promotions are effected based on the time period defined for the User Promotions Scheduled Task in the <a href=\"cronadmin.php?do=modify\">Scheduled Tasks Manager</a> (Default: Every 1 Hour). <b>NOTE:</b> Users who are not active will not be promoted until such time as they become active again.\";s:33:\"move_user_to_usergroup_gpromotion\";s:22:\"Move User to Usergroup\";s:18:\"promotion_strategy\";s:18:\"Promotion Strategy\";s:19:\"promotion_strategy1\";s:29:\"Posts and Reputation and Date\";s:19:\"promotion_strategy2\";s:27:\"Posts or Reputation or Date\";s:19:\"promotion_strategy3\";s:30:\"(Posts and Reputation) or Date\";s:19:\"promotion_strategy4\";s:30:\"Posts and (Reputation or Date)\";s:19:\"promotion_strategy5\";s:30:\"(Posts or Reputation) and Date\";s:19:\"promotion_strategy6\";s:30:\"Posts or (Reputation and Date)\";s:19:\"promotion_strategy7\";s:30:\"Reputation and (Posts or Date)\";s:19:\"promotion_strategy8\";s:30:\"Reputation or (Posts and Date)\";s:30:\"promotion_strategy_description\";s:61:\"Choose the way that you wish the above values to be evaluated\";s:14:\"promotion_type\";s:14:\"Promotion Type\";s:45:\"promotion_type_description_primary_additional\";s:225:\"Type of promotion that the user is to receive. Select \'<b>Primary Usergroup</b>\' to change the user\'s main usergroup to this group or select \'<b>Additional Usergroups</b>\' to add this group to the user\'s additional usergroups\";s:26:\"reputation_comparison_type\";s:26:\"Reputation Comparison Type\";s:31:\"reputation_comparison_type_desc\";s:139:\"This option only applies to reputation and only when reputation has been selected as part of the <strong>Promotion Strategy</strong> above.\";}','a:306:{s:8:\"about_me\";s:8:\"About Me\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:10:\"add_friend\";s:10:\"Add Friend\";s:22:\"additional_information\";s:22:\"Additional Information\";s:29:\"administrators_may_send_email\";s:206:\"From time to time, the administrators and/or other members may want to send you email notifications or messages. If you do not want to receive email from certain people then you may disable the options here\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:11:\"album_guser\";s:5:\"Album\";s:9:\"all_guser\";s:3:\"All\";s:26:\"allow_vcard_download_guser\";s:20:\"Allow vCard Download\";s:16:\"approve_messages\";s:16:\"Approve Messages\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:12:\"avatar_guser\";s:6:\"Avatar\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:14:\"birthday_guser\";s:8:\"Birthday\";s:21:\"block_display_options\";s:305:\"If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks.<br />\r\n<br />\r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.\";s:31:\"board_can_be_shown_any_language\";s:154:\"Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:9:\"clear_all\";s:9:\"Clear All\";s:29:\"click_button_below_edit_email\";s:121:\"Please click this button to edit your email address and password. Any changes you\'ve made on this page will not be saved.\";s:13:\"comment_guser\";s:7:\"Comment\";s:12:\"contact_info\";s:12:\"Contact Info\";s:28:\"conversation_between_x_and_y\";s:34:\"Conversation Between %1$s and %2$s\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"customize_profile\";s:17:\"Customize Profile\";s:17:\"date_time_options\";s:23:\"Date & Time Options\";s:16:\"deleted_messages\";s:16:\"Deleted Messages\";s:24:\"deleted_visitor_messages\";s:24:\"Deleted Visitor Messages\";s:10:\"disconnect\";s:10:\"Disconnect\";s:17:\"discussions_guser\";s:11:\"Discussions\";s:11:\"display_age\";s:11:\"Display Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:17:\"display_age_guser\";s:16:\"Display Only Age\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";s:28:\"edit_profile_picture_gcpuser\";s:20:\"Edit Profile Picture\";s:17:\"edit_user_profile\";s:12:\"Edit Profile\";s:13:\"edit_value_js\";s:10:\"Edit Value\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:24:\"enable_visitor_messaging\";s:24:\"Enable Visitor Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:42:\"enter_password_to_change_password_or_email\";s:90:\"You must enter your current password if you wish to change your password or email address.\";s:8:\"everyone\";s:8:\"Everyone\";s:21:\"facebook_add_password\";s:141:\"Add a password to your account so that you may login without using Facebook.\r\nAlso, this needs to be set in order to disconnect your account.\";s:23:\"facebook_add_password_x\";s:81:\"Add a password to your %1$s account so that you may login without using Facebook.\";s:15:\"facebook_avatar\";s:15:\"Facebook Avatar\";s:33:\"facebook_disconnect_description_x\";s:52:\"Remove this Facebook account from your %1$s account.\";s:21:\"facebook_login_prompt\";s:34:\"Login to see your Facebook avatar.\";s:13:\"facebook_name\";s:13:\"Facebook Name\";s:10:\"forum_info\";s:10:\"Forum Info\";s:20:\"friends_and_contacts\";s:18:\"Friends & Contacts\";s:16:\"from_all_members\";s:16:\"From all members\";s:13:\"get_connected\";s:13:\"Get Connected\";s:17:\"group_discussions\";s:17:\"Group Discussions\";s:13:\"group_members\";s:7:\"Members\";s:17:\"group_memberships\";s:17:\"Permission Groups\";s:14:\"group_messages\";s:14:\"Group Messages\";s:10:\"group_name\";s:10:\"Group Name\";s:7:\"group_x\";s:30:\"Group: <a href=\"%1$s\">%2$s</a>\";s:33:\"has_no_permission_change_birthday\";s:45:\"has no permission to change the date of birth\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:15:\"hide_reputation\";s:15:\"Hide Reputation\";s:24:\"hide_user_customizations\";s:24:\"Hide User Customizations\";s:15:\"home_page_guser\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:7:\"instant\";s:7:\"Instant\";s:21:\"invisible_mode_allows\";s:92:\"Invisible mode allows you to browse the forums without appearing in the Online Users Module.\";s:20:\"invisible_mode_guser\";s:14:\"Invisible Mode\";s:18:\"join_social_groups\";s:11:\"Join Groups\";s:16:\"last_visit_guser\";s:10:\"Last Visit\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:25:\"limit_vm_to_contacts_only\";s:58:\"Limit usage of Visitor Messages to Contacts and Moderators\";s:6:\"linear\";s:6:\"Linear\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n <br />\r\n If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"%1$s\">administrator</a> with your username, and your account will be changed.\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:21:\"moderated_attachments\";s:21:\"Moderated Attachments\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:20:\"new_visitor_messages\";s:20:\"New Visitor Messages\";s:18:\"newest_first_guser\";s:12:\"Newest First\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"oldest_first_guser\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:16:\"picture_comments\";s:16:\"Picture Comments\";s:21:\"pm_from_contacts_only\";s:58:\"Receive Private Messages only from Contacts and Moderators\";s:8:\"pm_popup\";s:39:\"New Private Message Notification Pop-up\";s:12:\"points_guser\";s:6:\"Points\";s:10:\"post_count\";s:10:\"Post Count\";s:12:\"post_message\";s:12:\"Post Message\";s:15:\"posting_message\";s:15:\"Posting Message\";s:19:\"primary_users_guser\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:13:\"privacy_guser\";s:7:\"Privacy\";s:23:\"private_messaging_guser\";s:17:\"Private Messaging\";s:13:\"profile_guser\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:21:\"profile_picture_guser\";s:15:\"Profile Picture\";s:15:\"profile_privacy\";s:15:\"Profile Privacy\";s:13:\"profile_style\";s:13:\"Profile Style\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:17:\"public_usergroups\";s:17:\"Public Usergroups\";s:26:\"receive_admin_emails_guser\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:30:\"receive_private_messages_guser\";s:24:\"Receive Private Messages\";s:25:\"receive_private_messaging\";s:25:\"Receive Private Messaging\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:15:\"referrals_guser\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:28:\"remove_from_userlist_confirm\";s:46:\"Are you sure you want to remove these user(s)?\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:6:\"report\";s:6:\"Report\";s:26:\"report_bad_visitor_message\";s:22:\"Report Visitor Message\";s:22:\"reputation_level_guser\";s:16:\"Reputation Level\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:16:\"reset_to_default\";s:16:\"Reset to Default\";s:20:\"save_pm_copy_default\";s:82:\"Save a copy of sent messages in my <a href=\"%1$s\">Sent Items</a> folder by default\";s:64:\"send_notification_email_when_a_private_message_is_received_guser\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:31:\"server_failed_respond_try_again\";s:55:\"The server failed to respond in time. Please try again.\";s:14:\"set_to_default\";s:14:\"Set to default\";s:22:\"show_all_threads_guser\";s:15:\"Show all topics\";s:34:\"show_enhanced_editor_toolbar_guser\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:15:\"show_reputation\";s:15:\"Show Reputation\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:34:\"show_standard_editor_toolbar_guser\";s:28:\"Show Standard Editor Toolbar\";s:24:\"show_user_customizations\";s:24:\"Show User Customizations\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:23:\"signature_picture_guser\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:18:\"social_group_guser\";s:5:\"Group\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n <br />\r\n Please note that some forums here may override your skin choice temporarily.\";s:9:\"this_page\";s:9:\"This Page\";s:25:\"thread_display_mode_guser\";s:18:\"Topic Display Mode\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:15:\"time_zone_guser\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:14:\"total_messages\";s:14:\"Total Messages\";s:11:\"transparent\";s:11:\"Transparent\";s:18:\"unapprove_messages\";s:18:\"Unapprove Messages\";s:17:\"undelete_messages\";s:17:\"Undelete Messages\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:27:\"use_can_make_customizations\";s:150:\"Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:19:\"user_customizations\";s:19:\"User Customizations\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_notes\";s:10:\"User Notes\";s:13:\"user_settings\";s:13:\"User Settings\";s:16:\"user_title_guser\";s:10:\"User Title\";s:20:\"usercss_alternating1\";s:21:\"Primary Content Areas\";s:20:\"usercss_alternating2\";s:23:\"Secondary Content Areas\";s:24:\"usercss_background_color\";s:16:\"Background Color\";s:24:\"usercss_background_image\";s:16:\"Background Image\";s:25:\"usercss_background_repeat\";s:6:\"Repeat\";s:20:\"usercss_border_color\";s:12:\"Border Color\";s:20:\"usercss_border_style\";s:12:\"Border Style\";s:20:\"usercss_border_width\";s:12:\"Border Width\";s:26:\"usercss_borderstyle_dashed\";s:6:\"Dashed\";s:26:\"usercss_borderstyle_dotted\";s:6:\"Dotted\";s:26:\"usercss_borderstyle_double\";s:6:\"Double\";s:26:\"usercss_borderstyle_groove\";s:6:\"Groove\";s:26:\"usercss_borderstyle_hidden\";s:6:\"Hidden\";s:25:\"usercss_borderstyle_inset\";s:5:\"Inset\";s:24:\"usercss_borderstyle_none\";s:4:\"None\";s:26:\"usercss_borderstyle_outset\";s:6:\"Outset\";s:25:\"usercss_borderstyle_ridge\";s:5:\"Ridge\";s:25:\"usercss_borderstyle_solid\";s:5:\"Solid\";s:13:\"usercss_color\";s:10:\"Text Color\";s:15:\"usercss_example\";s:31:\"Style Customization Example Key\";s:19:\"usercss_font_family\";s:11:\"Font Family\";s:17:\"usercss_font_size\";s:9:\"Font Size\";s:14:\"usercss_inputs\";s:8:\"Controls\";s:17:\"usercss_linkcolor\";s:15:\"Hyperlink Color\";s:12:\"usercss_main\";s:4:\"Main\";s:15:\"usercss_padding\";s:7:\"Padding\";s:24:\"usercss_repeat_no_repeat\";s:4:\"None\";s:21:\"usercss_repeat_repeat\";s:4:\"Both\";s:23:\"usercss_repeat_repeat_x\";s:10:\"Horizontal\";s:23:\"usercss_repeat_repeat_y\";s:8:\"Vertical\";s:18:\"usercss_shadecolor\";s:17:\"Shaded Text Color\";s:19:\"usercss_tablefooter\";s:13:\"Block Footers\";s:24:\"usercss_tablefooter_desc\";s:97:\"Some <em>but not all</em> blocks may have an additional bar at the bottom containing buttons etc.\";s:19:\"usercss_tableheader\";s:19:\"Minor Block Headers\";s:18:\"usercss_tabletitle\";s:19:\"Major Block Headers\";s:21:\"usersetting_biography\";s:8:\"About Me\";s:26:\"usersetting_biography_desc\";s:29:\"A few details about yourself.\";s:27:\"usersetting_birth_date_desc\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access\r\nto your date of birth should you choose to hide it via the privacy option above.\";s:24:\"usersetting_change_email\";s:25:\"Change your email address\";s:28:\"usersetting_change_email_new\";s:23:\"Enter new email address\";s:30:\"usersetting_change_email_renew\";s:26:\"Re-enter new email address\";s:27:\"usersetting_change_password\";s:20:\"Change your password\";s:35:\"usersetting_change_password_current\";s:22:\"Enter current password\";s:34:\"usersetting_change_password_forget\";s:21:\"Forgot your password?\";s:31:\"usersetting_change_password_new\";s:18:\"Enter new password\";s:33:\"usersetting_change_password_renew\";s:21:\"Re-enter new password\";s:32:\"usersetting_conversation_details\";s:27:\"Conversation Detail Options\";s:23:\"usersetting_displaymode\";s:12:\"Display mode\";s:28:\"usersetting_displaymode_desc\";s:109:\"Use this option to set which display mode you would like to see when you are on the conversation detail page.\";s:26:\"usersetting_dst_correction\";s:14:\"DST Correction\";s:27:\"usersetting_editorinterface\";s:25:\"Advanced Editor Interface\";s:32:\"usersetting_editorinterface_desc\";s:468:\"When you post using the advanced editor, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br /><br />Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting, try switching to a different interface type.\";s:17:\"usersetting_email\";s:13:\"Email Address\";s:29:\"usersetting_emailnotification\";s:19:\"Email Notifications\";s:52:\"usersetting_emailnotification_comments_on_discussion\";s:27:\"Comments on your discussion\";s:47:\"usersetting_emailnotification_comments_on_links\";s:22:\"Comments on your links\";s:55:\"usersetting_emailnotification_comments_on_mixedcontents\";s:41:\"Comments on your advanced editor contents\";s:48:\"usersetting_emailnotification_comments_on_photos\";s:23:\"Comments on your photos\";s:48:\"usersetting_emailnotification_comments_on_videos\";s:23:\"Comments on your videos\";s:35:\"usersetting_emailnotification_daily\";s:9:\"On, daily\";s:34:\"usersetting_emailnotification_desc\";s:184:\"When you post a new conversation, reply to a topic or someone likes your post, you can choose to automatically receive email notification or select the frequency of email notification.\";s:51:\"usersetting_emailnotification_general_followrequest\";s:28:\"Confirms a subscribe request\";s:45:\"usersetting_emailnotification_general_follows\";s:17:\"Subscribes to you\";s:47:\"usersetting_emailnotification_general_likespost\";s:15:\"Likes your post\";s:40:\"usersetting_emailnotification_general_pm\";s:27:\"Sends you a private message\";s:46:\"usersetting_emailnotification_general_siteperm\";s:28:\"Changes your site permission\";s:40:\"usersetting_emailnotification_general_vm\";s:35:\"Posts on your visitor message board\";s:47:\"usersetting_emailnotification_general_votesconv\";s:19:\"Votes on your polls\";s:50:\"usersetting_emailnotification_general_votesreplies\";s:21:\"Votes on your replies\";s:34:\"usersetting_emailnotification_none\";s:35:\"Off, through my Message Center only\";s:32:\"usersetting_emailnotification_on\";s:2:\"On\";s:52:\"usersetting_emailnotification_reply_after_discussion\";s:33:\"Replies after you on a discussion\";s:46:\"usersetting_emailnotification_reply_after_link\";s:27:\"Replies after you on a link\";s:54:\"usersetting_emailnotification_reply_after_mixedcontent\";s:47:\"Replies after you on an advanced editor content\";s:47:\"usersetting_emailnotification_reply_after_photo\";s:28:\"Replies after you on a photo\";s:47:\"usersetting_emailnotification_reply_after_video\";s:28:\"Replies after you on a video\";s:49:\"usersetting_emailnotification_reply_on_discussion\";s:71:\"Replies to your discussion (this also includes comments in your topics)\";s:44:\"usersetting_emailnotification_reply_on_links\";s:21:\"Replies to your links\";s:52:\"usersetting_emailnotification_reply_on_mixedcontents\";s:40:\"Replies to your advanced editor contents\";s:45:\"usersetting_emailnotification_reply_on_photos\";s:22:\"Replies to your photos\";s:44:\"usersetting_emailnotification_reply_on_polls\";s:21:\"Replies to your polls\";s:45:\"usersetting_emailnotification_reply_on_videos\";s:22:\"Replies to your videos\";s:36:\"usersetting_emailnotification_weekly\";s:10:\"On, weekly\";s:28:\"usersetting_enable_invisible\";s:21:\"Enable invisible mode\";s:29:\"usersetting_enable_reputation\";s:23:\"Enable reputation level\";s:28:\"usersetting_facebook_connect\";s:16:\"Facebook Connect\";s:26:\"usersetting_followerequest\";s:31:\"Auto-accept subscriber requests\";s:31:\"usersetting_followerequest_desc\";s:83:\"Auto-accept subscriber requests from other members to subscribe to profile updates.\";s:32:\"usersetting_followerequest_title\";s:18:\"Subscriber Request\";s:27:\"usersetting_ignorelist_desc\";s:130:\"To block certain users\' posts, enter their names into the ignore list. To remove users from the ignore list, click the \'x\' button.\";s:14:\"usersetting_im\";s:19:\"Contact Information\";s:19:\"usersetting_im_desc\";s:23:\"Add another screen name\";s:24:\"usersetting_mixedcontent\";s:13:\"Mixed Content\";s:32:\"usersetting_other_customizations\";s:25:\"Other User Customizations\";s:19:\"usersetting_pm_desc\";s:72:\"If you do not want to send or receive private messages, uncheck the box.\";s:27:\"usersetting_pm_receive_desc\";s:211:\"You may limit the receipt of private messages to just administrator and your <a href=\"%1$s\">followers</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:15:\"usersetting_ppp\";s:14:\"Posts per Page\";s:20:\"usersetting_ppp_desc\";s:130:\"Use this option to set the number of posts to show in a conversation detail page before splitting the display into multiple pages.\";s:24:\"usersetting_profile_desc\";s:108:\"Customize who can see and comment on things you started, replied, followed and following under your profile.\";s:34:\"usersetting_receive_pm_subscribers\";s:40:\"Only from subscribers and administrators\";s:27:\"usersetting_reputation_desc\";s:156:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />\";s:22:\"usersetting_showavatar\";s:11:\"Show Avatar\";s:23:\"usersetting_showusercss\";s:30:\"Show other user customizations\";s:31:\"usersetting_signature_collapsed\";s:9:\"Collapsed\";s:33:\"usersetting_signature_errorsaving\";s:22:\"Error saving signature\";s:28:\"usersetting_signature_inline\";s:6:\"Inline\";s:42:\"usersetting_signature_previewpostsignature\";s:22:\"Preview Post Signature\";s:22:\"usersetting_signatures\";s:19:\"Show post signature\";s:27:\"usersetting_signatures_desc\";s:95:\"Use this option to set which display mode you would like to use for displaying user signatures.\";s:27:\"usersetting_signatures_link\";s:19:\"Edit Post Signature\";s:27:\"usersetting_user_title_desc\";s:134:\"This is the title that appears beneath your name on your posts. If you wish to use the default title, check the\r\n\"Set to default\" box.\";s:19:\"usersetting_vm_desc\";s:185:\"The visitor messaging allows members to leave messages to one another publicly. If you do not want to receive visitor messages, uncheck the box to turn off the visitor messaging system.\";s:20:\"usersetting_web_desc\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:21:\"usersetting_web_title\";s:3:\"Web\";s:5:\"vcard\";s:5:\"vCard\";s:14:\"vcard_download\";s:14:\"vCard Download\";s:17:\"view_conversation\";s:17:\"View Conversation\";s:33:\"view_conversation_between_x_and_y\";s:39:\"View Conversation Between %1$s and %2$s\";s:29:\"view_your_conversation_with_x\";s:32:\"View Your Conversation with %1$s\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:15:\"visitor_message\";s:15:\"Visitor Message\";s:17:\"visitor_messaging\";s:17:\"Visitor Messaging\";s:29:\"x_posted_visitormessage_for_y\";s:38:\"%1$s posted a Visitor Message for %2$s\";s:31:\"x_posted_visitormessage_for_y_2\";s:76:\"<a href=\"%2$s\">%1$s</a> posted a Visitor Message for <a href=\"%4$s\">%3$s</a>\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:36:\"you_lost_activation_code_or_username\";s:166:\"If you have lost your activation code or you have forgotten your username, <a href=\"registration/activateemail\">click here</a> to have the codes emailed to you again.\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:14:\"your_signature\";s:14:\"Your Signature\";}','a:29:{s:18:\"action_leave_blank\";s:102:\"Action:<dfn>- leave blank to make a general topic<br />- use commas to separate multiple actions</dfn>\";s:22:\"action_specific_topics\";s:22:\"Action Specific Topics\";s:18:\"add_child_faq_item\";s:19:\"Add Child Help Item\";s:26:\"add_new_faq_item_ghelp_faq\";s:17:\"Add New Help Item\";s:13:\"add_new_topic\";s:13:\"Add New Topic\";s:28:\"admin_help_manager_ghelp_faq\";s:18:\"Admin Help Manager\";s:21:\"all_scripts_ghelp_faq\";s:11:\"All Scripts\";s:38:\"are_you_sure_want_to_delete_faq_item_x\";s:163:\"Are you <b>sure</b> you want to delete the help item called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:14:\"delete_old_faq\";s:26:\"Delete Selected Help Items\";s:19:\"delete_old_faq_desc\";s:604:\"A new vBulletin help tree was added to your board.\r\n This means that you now have both the old and new help trees installed.<br />\r\n <br />\r\n Below is a list of all help items attached to the old help tree.\r\n If you have never changed any of these, leave them all selected for deletion.\r\n If you have added new help items yourself, or have modified any of the existing entries, simply deselect those items you wish to keep.<br />\r\n <br />\r\n When you have finished making your selection, click the <strong>Delete</strong> button at the bottom of the list.\r\n If no items are selected, none will be deleted.\";s:25:\"download_upload_adminhelp\";s:28:\"Download / Upload Admin Help\";s:12:\"edit_comment\";s:12:\"Edit Comment\";s:10:\"edit_reply\";s:10:\"Edit Reply\";s:10:\"edit_topic\";s:10:\"Edit Topic\";s:11:\"edit_topics\";s:11:\"Edit Topics\";s:21:\"faq_link_name_changed\";s:22:\"Help Link Name Changed\";s:21:\"faq_manager_ghelp_faq\";s:12:\"Help Manager\";s:14:\"general_topics\";s:14:\"General Topics\";s:26:\"import_admin_help_xml_file\";s:26:\"Import Admin Help XML File\";s:32:\"imported_admin_help_successfully\";s:32:\"Imported Admin Help Successfully\";s:20:\"importing_admin_help\";s:20:\"Importing Admin Help\";s:18:\"no_parent_faq_item\";s:19:\"No Parent Help Item\";s:15:\"parent_faq_item\";s:16:\"Parent Help Item\";s:22:\"quick_help_topic_links\";s:22:\"Quick Help Topic Links\";s:22:\"show_child_faq_entries\";s:23:\"Show Child Help Entries\";s:37:\"sorry_there_is_already_an_item_called\";s:38:\"Sorry, there is already an item called\";s:54:\"to_maintain_compatibility_with_the_system_name_changed\";s:260:\"To maintain compatibility with the system, your specified link name:<br /> <blockquote><div><b>%1$s</b></div></blockquote> has been replaced with the following:<br /> <blockquote><div><b>%2$s</b></div></blockquote> You may edit the replacement link name below.\";s:5:\"topic\";s:6:\"Topics\";s:13:\"topic_manager\";s:13:\"Topic Manager\";}','a:47:{s:13:\"affected_rows\";s:27:\"Affected Rows: %1$s (%2$ss)\";s:26:\"all_unique_indexes_checked\";s:134:\"All unique indexes checked and corrected as necessary.<br /><br />Click the <em>Proceed</em> button to return to the main repair page.\";s:25:\"allow_vcard_download_gsql\";s:20:\"Allow vCard Download\";s:52:\"an_error_occurred_while_attempting_to_run_your_query\";s:147:\"An error occurred while attempting to execute your query. The following information was returned.\r\n<br />error number: %1$s\r\n<br />error desc: %2$s\";s:10:\"auto_query\";s:160:\"Automatic Query<dfn>Helpful, predefined queries for mass updating the settings of users and posts. Once a query is executed it can <b>not</b> be reversed.</dfn>\";s:23:\"confirm_query_execution\";s:23:\"Confirm Query Execution\";s:26:\"convert_tables_from_x_to_y\";s:32:\"Convert Tables From %1$s to %2$s\";s:21:\"convert_x_from_y_to_z\";s:30:\"Convert %1$s From %2$s to %3$s\";s:21:\"creating_unique_index\";s:24:\"Creating unique index...\";s:11:\"data_length\";s:11:\"Data Length\";s:27:\"deleted_duplicate_occurence\";s:28:\"Deleted duplicate occurrence\";s:20:\"display_avatars_gsql\";s:15:\"Display Avatars\";s:18:\"display_email_gsql\";s:13:\"Display Email\";s:19:\"display_images_gsql\";s:14:\"Display Images\";s:23:\"display_reputation_gsql\";s:18:\"Display Reputation\";s:23:\"display_signatures_gsql\";s:18:\"Display Signatures\";s:25:\"dropping_non_unique_index\";s:28:\"Dropping non-unique index...\";s:29:\"enahnced_attachment_uploading\";s:29:\"Enhanced Attachment Uploading\";s:22:\"execute_sql_query_gsql\";s:17:\"Execute SQL Query\";s:18:\"fix_unique_indexes\";s:18:\"Fix Unique Indexes\";s:24:\"fix_unique_indexes_intro\";s:496:\" If for whatever reason the UNIQUE indexes in your database\r\n have been lost (usually this happens after importing an\r\n incomplete or corrupt SQL dump) you may find strange behavior,\r\n particularly when using the language and template systems.<br />\r\n <br />\r\n This system will attempt to correct the problem and rebuild your\r\n UNIQUE indexes.<br />\r\n <br />\r\n Please ensure that the <em>mysql-schema.php</em> file is present\r\n in the <em>install</em> folder on your web server before continuing.\";s:35:\"found_x_duplicate_record_occurences\";s:39:\"Found %1$s duplicate record occurrences\";s:12:\"index_length\";s:12:\"Index Length\";s:19:\"invisible_mode_gsql\";s:14:\"Invisible Mode\";s:11:\"isam_tables\";s:11:\"ISAM Tables\";s:12:\"manual_query\";s:114:\"Manual Query<dfn>Only one query can be run at a time. Once a query is executed it can <b>not</b> be reversed</dfn>\";s:17:\"newest_first_gsql\";s:12:\"Newest First\";s:17:\"oldest_first_gsql\";s:12:\"Oldest First\";s:15:\"optimize_tables\";s:15:\"Optimize Tables\";s:8:\"overhead\";s:8:\"Overhead\";s:5:\"query\";s:5:\"Query\";s:25:\"query_may_modify_database\";s:182:\"This query may modify data in your database. If this change is done in error, it is possible that you will not be able to recover from this change. Are you sure you wish to continue?\";s:15:\"quote_character\";s:15:\"Quote Character\";s:25:\"receive_admin_emails_gsql\";s:20:\"Receive Admin Emails\";s:29:\"receive_private_messages_gsql\";s:24:\"Receive Private Messages\";s:27:\"repair_optimize_tables_gsql\";s:24:\"Repair / Optimize Tables\";s:13:\"repair_tables\";s:13:\"Repair Tables\";s:33:\"replacing_unique_index_on_table_x\";s:36:\"Replacing unique index on table %1$s\";s:24:\"results_to_show_per_page\";s:24:\"Results to Show Per Page\";s:11:\"results_x_y\";s:21:\"Results: %1$s (%2$ss)\";s:63:\"send_notification_email_when_a_private_message_is_received_gsql\";s:58:\"Send Notification Email When a Private Message is Received\";s:33:\"show_enhanced_editor_toolbar_gsql\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:33:\"show_standard_editor_toolbar_gsql\";s:28:\"Show Standard Editor Toolbar\";s:24:\"table_x_has_unique_index\";s:37:\"Table %1$s already has a unique index\";s:43:\"this_table_does_not_support_repair_optimize\";s:45:\"This Table Does Not Support Repair / Optimize\";s:24:\"thread_display_mode_gsql\";s:18:\"Topic Display Mode\";s:49:\"you_are_running_mysql_version_x_convert_to_myisam\";s:337:\"You are running MySQL version <b>%1$s</b> which supports a new table format called <i>MyISAM</i>.<br />\r\n<br />\r\nThe <i>ISAM</i>format does not support repair/optimize so you will need to convert tables to <i>MyISAM</i> before they can be repaired/optimized.<br />\r\n<br />\r\nThe following tables are using the obsolete <i>ISAM</i> format.\";}','a:143:{s:28:\"2checkout_order_instructions\";s:103:\"To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.\";s:20:\"active_gsubscription\";s:6:\"Active\";s:15:\"add_more_prices\";s:15:\"Add more prices\";s:18:\"add_new_paymentapi\";s:19:\"Add New Payment API\";s:34:\"add_new_subscription_gsubscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:12:\"all_currency\";s:12:\"All Currency\";s:14:\"all_processors\";s:14:\"All Processors\";s:17:\"all_subscriptions\";s:17:\"All Subscriptions\";s:23:\"all_types_gsubscription\";s:9:\"All Types\";s:31:\"allowed_can_access_subscription\";s:47:\"Allowed: Usergroup can access this subscription\";s:20:\"amount_gsubscription\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_paymentapi_x\";s:165:\"Are you <b>sure</b> you want to delete the Payment API called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:166:\"Are you <b>sure</b> you want to delete the subscription called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:11:\"aus_dollars\";s:18:\"Australian Dollars\";s:31:\"authorizenet_order_instructions\";s:109:\"To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.\";s:23:\"available_subscriptions\";s:23:\"Available Subscriptions\";s:11:\"cad_dollars\";s:16:\"Canadian Dollars\";s:20:\"can_use_subscription\";s:20:\"Can Use Subscription\";s:25:\"ccbill_order_instructions\";s:100:\"To pay for your subscription via CCBill click the button below and follow the onscreen instructions.\";s:12:\"ccbill_subid\";s:12:\"CCBill SubID\";s:6:\"charge\";s:6:\"Charge\";s:9:\"classname\";s:9:\"Classname\";s:28:\"clickbank_order_instructions\";s:160:\"To pay for your subscription using <a href=\"http://www.clickbank.com\" target=\"_blank\">ClickBank</a> click the button below and follow the onscreen instructions.\";s:4:\"cost\";s:4:\"Cost\";s:8:\"currency\";s:8:\"Currency\";s:21:\"current_subscriptions\";s:21:\"Current Subscriptions\";s:34:\"denied_can_not_access_subscription\";s:49:\"Denied: Usergroup cannot access this subscription\";s:40:\"display_subscription_during_registration\";s:27:\"Display during registration\";s:53:\"doing_this_will_remove_additional_access_subscription\";s:92:\"Doing this will remove any additional access given to users who purchased this subscription!\";s:8:\"duration\";s:8:\"Duration\";s:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:60:\"edit_usergroup_permissions_for_usergroup_x_in_subscription_y\";s:84:\"Edit Subscription Permissions For Usergroup: </b>%1$s<b> in Subscription </b>%2$s<b>\";s:16:\"end_subscription\";s:16:\"End Subscription\";s:24:\"end_subscription_confirm\";s:149:\"You are about to end your paid subscription. Your subscription will end right away and you won\'t get charged again if your subscription is recurring.\";s:5:\"euros\";s:5:\"Euros\";s:11:\"expiry_date\";s:11:\"Expiry Date\";s:7:\"failure\";s:7:\"Failure\";s:25:\"google_order_instructions\";s:109:\"To pay for your subscription via Google Checkout click the button below and follow the onscreen instructions.\";s:41:\"here_you_can_select_which_forums_the_user\";s:408:\"Here you can select which forums the user will be able to access once subscribed.<br /><br />Selecting \"yes\" will allow this user access to the forum.<br /><br />Selecting \"default\" will use default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)\";s:28:\"length_x_units_y_recurring_z\";s:13:\"%1$s %2$s%3$s\";s:31:\"moneybookers_order_instructions\";s:166:\"To pay for your subscription using <a href=\"http://www.moneybookers.com\" target=\"_blank\">MoneyBookers</a> click the button below and follow the onscreen instructions.\";s:11:\"new_pricing\";s:11:\"New Pricing\";s:17:\"new_subscriptions\";s:17:\"New Subscriptions\";s:9:\"no_change\";s:9:\"No Change\";s:50:\"no_subscribed_discussions_to_display_gsubscription\";s:57:\"There are no subscribed discussions for this time period.\";s:25:\"nochex_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.nochex.com\" target=\"_blank\">NOCHEX</a> click the button below and follow the onscreen instructions.\";s:13:\"order_using_x\";s:16:\"Order Using %1$s\";s:19:\"payment_api_manager\";s:19:\"Payment API Manager\";s:10:\"paymentapi\";s:11:\"Payment API\";s:19:\"paymentmenthod_desc\";s:150:\"To pay your subscription, please select your preferred payment method below and you will be sent to the\r\npayment page after complete the registration.\";s:25:\"paypal_order_instructions\";s:154:\"To pay for your subscription using <a href=\"http://www.paypal.com\" target=\"_blank\">PayPal</a> click the button below and follow the onscreen instructions.\";s:30:\"please_select_a_payment_method\";s:31:\"Please select a payment method.\";s:15:\"pounds_sterling\";s:15:\"Pounds Sterling\";s:5:\"price\";s:5:\"Price\";s:7:\"pricing\";s:7:\"Pricing\";s:9:\"processor\";s:9:\"Processor\";s:21:\"purchase_subscription\";s:21:\"Purchase Subscription\";s:9:\"recurring\";s:9:\"Recurring\";s:19:\"remove_subscription\";s:19:\"Remove Subscription\";s:8:\"reversal\";s:8:\"Reversal\";s:25:\"save_subscription_manager\";s:25:\"Save Subscription Manager\";s:34:\"setting_2checkout_secret_word_desc\";s:79:\"The secret word as set within the Look and Feel page of your 2Checkout account.\";s:35:\"setting_2checkout_secret_word_title\";s:21:\"2Checkout Secret Word\";s:37:\"setting_2checkout_twocheckout_id_desc\";s:25:\"Your numerical vendor ID.\";s:38:\"setting_2checkout_twocheckout_id_title\";s:26:\"2Checkout Vendor ID Number\";s:43:\"setting_authorizenet_authorize_loginid_desc\";s:32:\"Your Login ID for Authorize.Net.\";s:44:\"setting_authorizenet_authorize_loginid_title\";s:22:\"Authorize.Net Login ID\";s:45:\"setting_authorizenet_authorize_md5secret_desc\";s:177:\"The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)\";s:46:\"setting_authorizenet_authorize_md5secret_title\";s:21:\"MD5 Hash Security Key\";s:32:\"setting_authorizenet_txnkey_desc\";s:106:\"The transaction key as specified within the Security section of the Authorize.Net merchant account system.\";s:33:\"setting_authorizenet_txnkey_title\";s:29:\"Authorize.Net Transaction Key\";s:32:\"setting_ccbill_clientAccnum_desc\";s:56:\"This is the main account number for your CCBill account.\";s:33:\"setting_ccbill_clientAccnum_title\";s:33:\"CCBill Client Main Account Number\";s:32:\"setting_ccbill_clientSubacc_desc\";s:123:\"This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.\";s:33:\"setting_ccbill_clientSubacc_title\";s:32:\"CCBill Client Sub Account Number\";s:28:\"setting_ccbill_formName_desc\";s:118:\"The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.\";s:29:\"setting_ccbill_formName_title\";s:26:\"CCBill Form Character Code\";s:28:\"setting_ccbill_password_desc\";s:233:\"This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_password_title\";s:17:\"Datalink Password\";s:30:\"setting_ccbill_secretword_desc\";s:106:\"A secret word can be used to increase the security of accepting CCBill transactions. This is not required.\";s:31:\"setting_ccbill_secretword_title\";s:18:\"CCBill Secret Word\";s:28:\"setting_ccbill_username_desc\";s:233:\"This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_username_title\";s:17:\"Datalink Username\";s:38:\"setting_google_google_merchant_id_desc\";s:94:\"The Google Merchant ID is listed on the integration page of the Google Merchant Settings page.\";s:39:\"setting_google_google_merchant_id_title\";s:18:\"Google Merchant ID\";s:39:\"setting_google_google_merchant_key_desc\";s:95:\"The Google Merchant Key is listed on the integration page of the Google Merchant Settings page.\";s:40:\"setting_google_google_merchant_key_title\";s:19:\"Google Merchant Key\";s:27:\"setting_google_sandbox_desc\";s:251:\"This setting allows you to test Google checkout with a \"fake\" credit card. See <a href=\"https://developers.google.com/checkout/developer/Google_Checkout_Basic_HTML_Sandbox\" target=\"_blank\">Sandbox Setup</a> to create a test account to check out with.\";s:28:\"setting_google_sandbox_title\";s:16:\"Use Sandbox mode\";s:33:\"setting_moneybookers_mbemail_desc\";s:101:\"Please enter your MoneyBookers email, all references to the subscription service will use this email.\";s:34:\"setting_moneybookers_mbemail_title\";s:18:\"MoneyBookers Email\";s:34:\"setting_moneybookers_mbsecret_desc\";s:64:\"Secret Word in lowercase as typed into your Moneybookers Profile\";s:35:\"setting_moneybookers_mbsecret_title\";s:24:\"Moneybookers Secret Word\";s:28:\"setting_nochex_ncxemail_desc\";s:95:\"Please enter your NoChex email, all references to the subscription service will use this email.\";s:29:\"setting_nochex_ncxemail_title\";s:12:\"NoChex Email\";s:27:\"setting_paypal_ppemail_desc\";s:95:\"Please enter your PayPal email, all references to the subscription service will use this email.\";s:28:\"setting_paypal_ppemail_title\";s:12:\"PayPal Email\";s:32:\"setting_paypal_primaryemail_desc\";s:130:\"Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.\";s:33:\"setting_paypal_primaryemail_title\";s:28:\"PayPal Primary Account Email\";s:37:\"setting_worldpay_worldpay_instid_desc\";s:154:\"The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.\";s:38:\"setting_worldpay_worldpay_instid_title\";s:24:\"WorldPay Installation ID\";s:39:\"setting_worldpay_worldpay_password_desc\";s:94:\"The password entered during the creation of the subscription callback within the WorldPay CMS.\";s:40:\"setting_worldpay_worldpay_password_title\";s:26:\"WorldPay Callback Password\";s:16:\"shipping_address\";s:16:\"Shipping Address\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %1$s to %2$s of %3$s\";s:32:\"showing_transactions_x_to_y_of_z\";s:41:\"Showing Transactions %1$s to %2$s of %3$s\";s:24:\"subscription_information\";s:24:\"Subscription Information\";s:19:\"subscription_length\";s:19:\"Subscription Length\";s:34:\"subscription_manager_gsubscription\";s:20:\"Subscription Manager\";s:27:\"subscription_payment_method\";s:27:\"Subscription Payment Method\";s:38:\"subscription_permissions_gsubscription\";s:24:\"Subscription Permissions\";s:32:\"subscription_permissions_manager\";s:32:\"Subscription Permissions Manager\";s:19:\"subscriptions_users\";s:21:\"Subscriptions - Users\";s:31:\"subsetting_2checkout_show_title\";s:27:\"Display this payment option\";s:34:\"subsetting_authorizenet_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_ccbill_show_title\";s:27:\"Display this payment option\";s:31:\"subsetting_google_message_title\";s:86:\"Message displayed to user upon successful transaction<dfn>This must not be empty</dfn>\";s:28:\"subsetting_google_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_google_tax_title\";s:77:\"Tax<dfn>Define your tax tables in the Google Merchant Settings Tax page</dfn>\";s:34:\"subsetting_moneybookers_show_title\";s:27:\"Display this payment option\";s:28:\"subsetting_nochex_show_title\";s:27:\"Display this payment option\";s:52:\"subsetting_paypal_shipping_address_none_selectoption\";s:4:\"None\";s:56:\"subsetting_paypal_shipping_address_optional_selectoption\";s:8:\"Optional\";s:56:\"subsetting_paypal_shipping_address_required_selectoption\";s:8:\"Required\";s:40:\"subsetting_paypal_shipping_address_title\";s:16:\"Shipping Address\";s:28:\"subsetting_paypal_show_title\";s:27:\"Display this payment option\";s:27:\"subsetting_paypal_tax_title\";s:3:\"Tax\";s:30:\"subsetting_worldpay_show_title\";s:27:\"Display this payment option\";s:18:\"supported_currency\";s:18:\"Supported Currency\";s:18:\"supports_recurring\";s:27:\"Supports Recurring Payments\";s:3:\"tax\";s:3:\"Tax\";s:19:\"transaction_details\";s:19:\"Transaction Details\";s:29:\"transaction_log_gsubscription\";s:15:\"Transaction Log\";s:18:\"transaction_lookup\";s:18:\"Transaction Lookup\";s:31:\"transaction_stats_gsubscription\";s:17:\"Transaction Stats\";s:13:\"transactionid\";s:14:\"Transaction ID\";s:18:\"twocheckout_prodid\";s:10:\"2CO ProdID\";s:18:\"type_gsubscription\";s:4:\"Type\";s:10:\"us_dollars\";s:12:\"U.S. Dollars\";s:10:\"view_users\";s:10:\"View Users\";s:27:\"worldpay_order_instructions\";s:104:\"To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.\";s:14:\"x_subscription\";s:17:\"%1$s Subscription\";}','a:88:{s:16:\"add_new_language\";s:16:\"Add New Language\";s:14:\"add_new_phrase\";s:14:\"Add New Phrase\";s:13:\"all_languages\";s:13:\"All Languages\";s:17:\"all_phrase_groups\";s:17:\"ALL PHRASE GROUPS\";s:12:\"all_products\";s:12:\"All Products\";s:38:\"are_you_sure_want_to_delete_language_x\";s:162:\"Are you <b>sure</b> you want to delete the language called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:36:\"are_you_sure_want_to_delete_phrase_x\";s:160:\"Are you <b>sure</b> you want to delete the phrase called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:26:\"calformat1_format_override\";s:113:\"Birthday Date Format Override <dfn>Use this to override the default birthday (<b>with Year</b>) date format</dfn>\";s:26:\"calformat2_format_override\";s:162:\"Birthday Date Format Override <dfn>Use this to override the default birthday (<b>without Year</b>) date format<br /><i>DO NOT put in a code for the year</i></dfn>\";s:14:\"case_sensitive\";s:14:\"Case-Sensitive\";s:7:\"charset\";s:7:\"Charset\";s:17:\"copy_default_text\";s:17:\"Copy Default Text\";s:19:\"create_new_language\";s:19:\"Create New Language\";s:32:\"creating_a_new_language_called_x\";s:44:\"Creating a new language called \'<i>%1$s</i>\'\";s:15:\"custom_language\";s:15:\"Custom Language\";s:13:\"custom_phrase\";s:13:\"Custom Phrase\";s:20:\"date_format_override\";s:352:\"Date Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nEuropean Format (e.g., 25-04-98): %d-%m-%y (\'d-m-y\' if a locale is <b>not</b> specified)<br />\r\nDefault Date Format for this Locale: %x\r\n</dfn>\";s:20:\"date_time_formatting\";s:294:\"Date / Time Formatting<dfn>If a locale is defined, you must use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>, otherwise use the formatting found <a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">here</a></dfn>\";s:17:\"decimal_separator\";s:192:\"Decimal Separator <dfn>(The character used to separate integers from floating point number components, such as the . used in 0.01. To specify a space, please use the underscore <b>_</b>)</dfn>\";s:27:\"default_phrase_updated_desc\";s:120:\"Default Phrase Updated in <i>%1$s</i> by <b>%2$s</b><br />\r\nYour Custom Phrase Last Edited in <i>%3$s</i> by <b>%4$s</b>\";s:12:\"default_text\";s:12:\"Default Text\";s:21:\"default_text_is_empty\";s:76:\"Copying the default text would be tricky, as you haven\'t typed anything yet!\";s:24:\"delete_all_orphans_notes\";s:81:\"You have chosen to delete all orphan phrases. Click the button below to continue.\";s:49:\"deleting_this_language_will_delete_custom_phrases\";s:93:\"Deleting this language will delete any customized phrases you have created for this language.\";s:24:\"download_upload_language\";s:26:\"Download / Upload Language\";s:23:\"edit_settings_glanguage\";s:13:\"Edit Settings\";s:26:\"edit_translate_x_y_phrases\";s:34:\"Edit / Translate %1$s %2$s Phrases\";s:29:\"enable_directional_markup_fix\";s:29:\"Enable Directional Markup Fix\";s:29:\"find_and_replace_in_languages\";s:29:\"Find and Replace in Languages\";s:19:\"find_orphan_phrases\";s:19:\"Find Orphan Phrases\";s:30:\"find_updated_phrases_glanguage\";s:20:\"Find Updated Phrases\";s:16:\"general_settings\";s:16:\"General Settings\";s:12:\"html_charset\";s:140:\"HTML Character Set\r\n<dfn>This is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template.</dfn>\";s:54:\"if_you_delete_this_phrase_translations_will_be_deleted\";s:117:\"If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.\";s:39:\"if_you_would_like_to_remove_this_phrase\";s:39:\"If You Would Like to Remove this Phrase\";s:23:\"ignore_language_version\";s:119:\"Ignore Language Version <dfn>Use language file <b>even</b> if it was created by a different version of vBulletin?</dfn>\";s:21:\"image_folder_override\";s:257:\"Button Images Folder Override\r\n<dfn>Use this to override the button images folder associated with the style being used. By default, this folder is images/buttons.</dfn>\r\n<dfn>You may use <#> to represent the style ID the user is currently using.</dfn>\";s:24:\"import_language_xml_file\";s:24:\"Import Language XML File\";s:18:\"importing_language\";s:18:\"Importing Language\";s:22:\"include_custom_phrases\";s:22:\"Include Custom Phrases\";s:44:\"insert_into_master_language_developer_option\";s:57:\"Insert into MASTER LANGUAGE <dfn>(Developer Option)</dfn>\";s:19:\"is_default_language\";s:19:\"Is Default Language\";s:18:\"just_fetch_phrases\";s:91:\"Just fetch phrases\r\n<dfn>(No language settings will be included if \'Yes\' is selected)</dfn>\";s:4:\"keep\";s:4:\"Keep\";s:8:\"keep_all\";s:8:\"Keep All\";s:18:\"keep_orphans_notes\";s:169:\"Shown here are all the translations for the orphan phrases you want to keep. You must choose one translation of each phrase to become the default version of that phrase.\";s:13:\"language_code\";s:234:\"Language Code <dfn>This is the abbreviation your language uses, such as "en" or "en-US". See <a href=\"http://www.loc.gov/standards/iso639-2/php/English_list.php\" target=\"_blank\">here</a> for more information.</dfn>\";s:26:\"language_manager_glanguage\";s:16:\"Language Manager\";s:13:\"left_to_right\";s:13:\"Left to Right\";s:6:\"locale\";s:809:\"Locale<dfn>You can define a locale so that dates are properly translated. The setting for your locale will depend on your server OS and not all locales are supported on all systems. Windows servers need to look <a href=\"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_language_strings.asp\" target=\"_blank\">here</a> and everyone else needs to look <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm\" target=\"_blank\">here</a> and <a href=\"http://www.faqs.org/rfcs/rfc1766\" target=\"_blank\">here</a>. You must fill in all of the override fields below and use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>.<br /><br />Examples for windows are \'Chinese\' and \'deu\'.<br />Examples for Linux are \'de_DE\' and \'fr_FR\'.</dfn>\";s:23:\"logdate_format_override\";s:87:\"Log Date Format Override<dfn>Use this to override the default Admin CP Log format</dfn>\";s:15:\"master_language\";s:15:\"MASTER LANGUAGE\";s:20:\"no_x_phrases_defined\";s:33:\"There are no %1$s phrases defined\";s:17:\"number_formatting\";s:17:\"Number Formatting\";s:22:\"overwrite_language_dfn\";s:163:\"Overwrite Language <dfn>(Selecting a language here will cause the imported language to overwrite an existing language. Leave blank to create a new language.)</dfn>\";s:22:\"overwriting_language_x\";s:34:\"Overwriting Language \'<i>%1$s</i>\'\";s:24:\"phrase_manager_glanguage\";s:14:\"Phrase Manager\";s:16:\"phrase_name_only\";s:25:\"Phrase Variable Name Only\";s:27:\"phrase_text_and_phrase_name\";s:43:\"Phrase Text <b>and</b> Phrase Variable Name\";s:16:\"phrase_text_only\";s:16:\"Phrase Text Only\";s:25:\"phrase_translation_desc_1\";s:113:\"When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.\";s:25:\"phrase_translation_desc_2\";s:95:\"If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box\";s:25:\"phrase_translation_desc_3\";s:55:\"You may customize the translations further at any time.\";s:24:\"phrases_to_show_per_page\";s:24:\"Phrases to Show Per Page\";s:8:\"quickref\";s:8:\"QuickRef\";s:22:\"read_charset_from_file\";s:26:\"Read Charset from XML File\";s:21:\"rebuild_all_languages\";s:21:\"Rebuild All Languages\";s:28:\"rebuild_language_information\";s:28:\"Rebuild Language Information\";s:21:\"rebuilding_language_x\";s:24:\"Rebuilding Language %1$s\";s:30:\"registereddate_format_override\";s:102:\"Registration Date Format Override <dfn>Use this to override the default registration date format</dfn>\";s:8:\"revision\";s:8:\"Revision\";s:13:\"right_to_left\";s:13:\"Right to Left\";s:18:\"search_in_language\";s:18:\"Search in Language\";s:27:\"search_in_phrases_glanguage\";s:17:\"Search in Phrases\";s:14:\"search_phrases\";s:14:\"Search Phrases\";s:30:\"search_translated_phrases_only\";s:161:\"Search Translated Phrases Only\r\n<dfn>When selecting a specific language, select \'Yes\' here to search translated phrases only, excluding untranslated items.</dfn>\";s:15:\"standard_phrase\";s:15:\"Standard Phrase\";s:14:\"text_direction\";s:14:\"Text Direction\";s:19:\"thousands_separator\";s:179:\"Thousands Separator <dfn>(The character used to separate thousands in formatted numbers, such as the , used in 1,024. To specify a space, please use the underscore <b>_</b>)</dfn>\";s:20:\"time_format_override\";s:450:\"Time Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nAM/PM Time Format (eg, 11:15 PM): %I:%M %p (\'h:i A\' if a locale is <b>not</b> specified)<br />\r\n<br />\r\n24-Hour Format Time (eg, 23:15): %H:%M (\'H:i\' if a locale is <b>not</b> specified)<br />\r\nDefault Time Format for this Locale: %X\r\n</dfn>\";s:27:\"title_for_uploaded_language\";s:109:\"Title for Uploaded Language <dfn>(Leave blank to use the language title specified in the language file)</dfn>\";s:28:\"updated_default_phrases_desc\";s:315:\"The phrases shown on this page have been updated in the default language since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom phrases or otherwise check that they fully support vBulletin %1$s. <strong>If you do not do this, some sections of vBulletin may not function!</strong>\";s:10:\"vblangcode\";s:22:\"Internal Language Code\";s:13:\"view_language\";s:13:\"View Language\";s:23:\"view_quickref_glanguage\";s:13:\"View QuickRef\";s:12:\"view_summary\";s:12:\"View Summary\";s:9:\"x_phrases\";s:12:\"%1$s Phrases\";s:22:\"x_phrases_containing_y\";s:58:\"%1$s Phrases Containing <span class=\"normal\">\'%2$s\'</span>\";}','a:29:{s:23:\"add_new_bb_code_gbbcode\";s:15:\"Add New BB Code\";s:37:\"are_you_sure_want_to_delete_bb_code_x\";s:161:\"Are you <b>sure</b> you want to delete the BB code called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:20:\"bb_code_explanations\";s:1375:\"<b>Explanations:</b><br /><br />\r\n<b>Title:</b> The title of your tag, which will be used to generate the <a href=\"../misc.php?do=bbcode\">BB code list</a>.<br /><br />\r\n<b>Tag:</b> This is the text for the BB code, which goes inside the square brackets.<br />\r\ne.g. you would use \'b\' for [b] tags, \'url\' (without quotes) for [url] tags.<br /><br />\r\n<b>Replacement:</b> This is the HTML code for the BB code replacement. Make sure that you include \'{param}\' (without the quotes) to insert the text between the opening and closing BB code tags, and \'{option}\' for the parameter within the BB code tag. You can only use {option} if \'Use Option\' is set to yes.<br />\r\ne.g. you would use <b>{param}</b> for tags, <a href=\"{option}\">{param}</a> for [url=xxx] . You will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes.\"<br /><br />\r\n<b>Example:</b> This is a sample piece of BB code to use as an example for this particular BB code.<br />\r\ne.g. you would use [b]Bold[/b] for [b] tags, [url=http://www.example.com]Example Web Site[/url] for [url] tags<br /><br />\r\n<b>Description:</b> This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.<br /><br />\r\n<b>Use Option:</b> Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.\";s:15:\"bb_code_gbbcode\";s:7:\"BB Code\";s:23:\"bb_code_manager_gbbcode\";s:15:\"BB Code Manager\";s:24:\"bb_code_replacement_desc\";s:579:\"Replacement\r\n<dfn>Please be careful to use well formed HTML for your BB Code replacement. Failure to do so, can result in your bbcode being exploited by users. All HTML tag attributes should be enclosed in double quotes. Examples:</dfn>\r\n<ul>\r\n <li><img <strong>src="{param}"</strong> style="border:1px solid black" /></li>\r\n <li><a <strong>href="{option}"</strong> style="border-color:red;border-style:outset;" />{param}</a></li>\r\n</ul>\r\n\r\n<dfn>Note that the highlighted attributes are enclosed in double quotes.\r\n</dfn>\";s:16:\"bb_code_tag_name\";s:16:\"BB Code Tag Name\";s:20:\"bbcode_param_warning\";s:130:\"The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.\r\n\r\n%1$s\";s:29:\"bbcode_plaintext_attachment_x\";s:15:\"Attachment %1$s\";s:23:\"bbcode_plaintext_code_x\";s:33:\"Code:\r\n---------\r\n%1$s\r\n---------\";s:23:\"bbcode_plaintext_html_x\";s:33:\"HTML:\r\n---------\r\n%1$s\r\n---------\";s:24:\"bbcode_plaintext_image_x\";s:11:\"Image: %1$s\";s:22:\"bbcode_plaintext_php_x\";s:32:\"PHP:\r\n---------\r\n%1$s\r\n---------\";s:35:\"bbcode_plaintext_quote_username_x_y\";s:55:\"---Quote (Originally by %1$s)---\r\n%2$s\r\n---End Quote---\";s:24:\"bbcode_plaintext_quote_x\";s:34:\"---Quote---\r\n%1$s\r\n---End Quote---\";s:12:\"button_image\";s:12:\"Button Image\";s:17:\"button_image_desc\";s:236:\"Button Image <i>(Optional)</i> <dfn>If you would like this BB code to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this BB code.</dfn>\";s:24:\"disable_bbcode_in_bbcode\";s:35:\"Disable BB Code Within This BB Code\";s:25:\"disable_smilies_in_bbcode\";s:35:\"Disable Smilies Within This BB Code\";s:31:\"disable_urlconversion_in_bbcode\";s:50:\"Disable Automatic Link Parsing Within This BB Code\";s:26:\"disable_wordwrap_in_bbcode\";s:41:\"Disable Word Wrapping Within This BB Code\";s:23:\"enter_text_with_bb_code\";s:27:\"Enter text with BB code(s):\";s:7:\"example\";s:7:\"Example\";s:12:\"html_gbbcode\";s:4:\"HTML\";s:19:\"remove_tag_if_empty\";s:19:\"Remove Tag If Empty\";s:11:\"replacement\";s:11:\"Replacement\";s:17:\"test_your_bb_code\";s:17:\"Test your BB Code\";s:54:\"this_is_how_your_test_appeard_after_bb_code_formatting\";s:54:\"This is how your text appears after BB code formatting\";s:10:\"use_option\";s:12:\"Use {option}\";}','a:28:{s:11:\"api_x_calls\";s:10:\"%1$s calls\";s:8:\"apicalls\";s:5:\"Calls\";s:29:\"apiclient_activity_statistics\";s:26:\"Client Activity Statistics\";s:14:\"date_ascending\";s:14:\"Date Ascending\";s:15:\"date_descending\";s:15:\"Date Descending\";s:21:\"include_empty_results\";s:21:\"Include empty results\";s:18:\"most_popular_forum\";s:18:\"Most popular forum\";s:19:\"most_replied_thread\";s:21:\"Most replied to topic\";s:18:\"most_viewed_thread\";s:17:\"Most viewed topic\";s:19:\"new_post_statistics\";s:19:\"New Post Statistics\";s:21:\"new_thread_statistics\";s:20:\"New Topic Statistics\";s:13:\"newest_member\";s:27:\"Newest member to the forums\";s:19:\"record_online_users\";s:19:\"Record online users\";s:23:\"registration_statistics\";s:23:\"Registration Statistics\";s:5:\"scope\";s:5:\"Scope\";s:27:\"start_date_after_end_gstats\";s:32:\"Start date is after the end date\";s:57:\"top_api_clients_viewer_page_x_y_there_are_z_total_clients\";s:71:\"Top API Clients Viewer (page %1$s/%2$s) | There are %3$s total clients.\";s:57:\"top_api_methods_viewer_page_x_y_there_are_z_total_methods\";s:71:\"Top API Methods Viewer (page %1$s/%2$s) | There are %3$s total methods.\";s:13:\"top_apiclient\";s:10:\"Top Client\";s:14:\"top_apiclients\";s:15:\"Top API Clients\";s:13:\"top_apimethod\";s:14:\"Top API Method\";s:14:\"top_apimethods\";s:15:\"Top API Methods\";s:10:\"top_poster\";s:10:\"Top poster\";s:14:\"top_statistics\";s:14:\"Top Statistics\";s:15:\"total_ascending\";s:15:\"Total Ascending\";s:16:\"total_descending\";s:16:\"Total Descending\";s:24:\"user_activity_statistics\";s:24:\"User Activity Statistics\";s:13:\"weekly_gstats\";s:6:\"Weekly\";}','a:51:{s:38:\"check_mail_server_configured_correctly\";s:178:\"Check your mail server to ensure it is configured correctly to allow PHP to send mail from it. You should also check your mail server\'s error log for more diagnostic information.\";s:24:\"email_sent_check_shortly\";s:248:\"No errors were returned while attempting to send the email. Check %1$s shortly to confirm you\'ve received the email. If you don\'t receive the email, try sending the test to a different address. If that fails, check your mail server\'s configuration.\";s:20:\"email_test_explained\";s:238:\"The goal of this test is to determine whether any vBulletin or PHP settings must be changed to allow the sending of email through vBulletin. To begin, simply enter an email address that you have the ability to access and click Send Email.\";s:34:\"facebook_connect_ssl_req_explained\";s:193:\"The Facebook OpenGraph API requires all communication to use Transport Layer Security or Secure Socket layer (TLS/SSL) for security. This test will check if TLS/SSL is available on your server.\";s:22:\"file_contents_mismatch\";s:39:\"File does not contain expected contents\";s:35:\"file_copied_to_tmp_dir_now_readable\";s:160:\"After copying the file into the specified \"Safe Mode Temp Directory\", it became readable. Uploads will function, but only when uploading in safe mode is enable.\";s:37:\"file_copied_to_tmp_dir_now_unreadable\";s:218:\"After copying the file into the specified \"Safe Mode Temp Directory,\" it remained unreadable. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.\";s:14:\"file_not_found\";s:14:\"File not found\";s:17:\"file_not_readable\";s:17:\"File not readable\";s:19:\"file_not_recognized\";s:40:\"File not recognized as part of vBulletin\";s:23:\"file_upload_setting_off\";s:165:\"File uploads have been turned off via PHP\'s file_uploads setting. This can only be handled by contacting your host and asking them to enable the file_upload setting.\";s:34:\"file_version_mismatch_x_expected_y\";s:48:\"File version mismatch: found %1$s, expected %2$s\";s:23:\"file_versions_explained\";s:290:\"This function will list each of your vBulletin files that is tagged with a different version than your forum is currently at, which is <b>%1$s</b>.<br />\r\n<br />\r\nThis tool is intended to verify the integrity of your vBulletin files and only scans files with a limited number of extensions.\";s:34:\"mail_function_errors_returned_were\";s:72:\"The following errors were outputted by PHP when attempting to send mail:\";s:28:\"mail_function_returned_error\";s:69:\"The mailing function returned an error while trying to send the mail.\";s:23:\"mod_security_ajax_issue\";s:18:\"AJAX Unicode Issue\";s:25:\"mod_security_problem_desc\";s:267:\"The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features.\";s:13:\"module_loaded\";s:13:\"Module Loaded\";s:12:\"mysql_status\";s:12:\"MySQL Status\";s:15:\"mysql_variables\";s:15:\"MySQL Variables\";s:33:\"no_errors_occurred_opening_upload\";s:63:\"No errors occurred while opening the uploaded file for reading.\";s:22:\"open_basedir_in_effect\";s:306:\"PHP\'s <b>open_basedir</b> setting has been set to %1$s. The uploaded file was stored outside of this directory and is not readable. You will need to contact your host and ask them to specify <b>upload_tmp_dir</b> with a directory inside %1$s. Note that PHP must be able to read and write to this directory.\";s:4:\"pass\";s:4:\"Pass\";s:17:\"payment_api_tests\";s:17:\"Payment API Tests\";s:22:\"pertinent_php_settings\";s:22:\"Pertinent PHP Settings\";s:23:\"pertinent_smtp_settings\";s:23:\"Pertinent SMTP Settings\";s:26:\"problematic_server_modules\";s:29:\"Problematic Webserver Modules\";s:36:\"problematic_server_modules_explained\";s:134:\"Some server modules can cause asymptomatic problems with vBulletin, these diagnostics will help identify if the modules are installed.\";s:21:\"safe_mode_dir_not_dir\";s:157:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) does not appear to be a directory. Please specify the correct directory and attempt this test again.\";s:28:\"safe_mode_enabled_no_tmp_dir\";s:155:\"You have safe mode uploading enabled but have not specified \"Safe Mode Temp Directory\". Please specify one on the options page and attempt this test again.\";s:23:\"safe_mode_not_writeable\";s:189:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.\";s:15:\"scanned_x_files\";s:18:\"Scanned %1$s files\";s:23:\"server_information_desc\";s:154:\"While not exactly a test, this function is helpful for tracking down server issues. Simply select the appropriate type of information and submit the form.\";s:13:\"smtp_username\";s:14:\"SMTP Username:\";s:13:\"ssl_available\";s:31:\"TLS/SSL Communication Available\";s:20:\"ssl_unavailable_desc\";s:216:\"If the above test shows \"No\", then you will need to contact your hosting provider and ask for cURL to be installed with TLS/SSL support or for OpenSSL to be enabled in PHP to be able to use Facebook Connect features.\";s:20:\"suhosin_problem_desc\";s:118:\"Suhosin can limit the amount of data submitted and encrypt cookies causing problems with several aspects of vBulletin.\";s:21:\"suspect_file_versions\";s:21:\"Suspect File Versions\";s:18:\"system_information\";s:18:\"System Information\";s:12:\"table_status\";s:12:\"Table Status\";s:20:\"test_cannot_continue\";s:25:\"The test cannot continue.\";s:31:\"test_indeterminate_contact_host\";s:295:\"The test was indeterminate. There were problems reading the uploaded file, but none of PHP\'s settings were identified as causing a problem. At this point, you should attempt to attach a file to a post. If that fails, contact your host as no one will know their own server setup better than them.\";s:7:\"tls_ssl\";s:7:\"TLS/SSL\";s:25:\"turn_safe_mode_option_off\";s:93:\"You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.\";s:28:\"unable_to_copy_attached_file\";s:171:\"The attached file could not be copied to %1$s. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.\";s:28:\"unable_to_find_attached_file\";s:70:\"The attached file\'s temporary location (%1$s) could not be found. %2$s\";s:16:\"unable_to_open_x\";s:32:\"Unable to open file: <b>%1$s</b>\";s:16:\"upload_test_desc\";s:260:\"This test\'s purpose is to determine if there are any vBulletin/PHP options you need to change for uploads to function correctly. To begin, simply attach a small file using the box below and submit the form. vBulletin will not save the attached file in any way.\";s:20:\"vbulletin_email_test\";s:20:\"vBulletin Email Test\";s:24:\"vbulletin_email_test_msg\";s:590:\"You are receiving this email because your email address was entered as an email test at %1$s.\r\n\r\nThe first step of this email test script has been completed. However, a formatting test is still necessary:\r\n\r\nA paragraph break.\r\nA single line break.\r\n\r\nAnother paragraph break.\r\nAnother single line break.\r\nAnother single line break.\r\n\r\nIf the above lines look correct, you are finished. The email features on your server are setup correctly.\r\nIf this email is run together on one line, there is possibly a configuration error with your mail server. Please ensure it is configured correctly.\";s:26:\"vbulletin_email_test_withf\";s:40:\"vBulletin Email Test (With -f Parameter)\";}','a:138:{s:43:\"affected_accounts_that_were_last_active_x_y\";s:67:\"<strong>Affected accounts that were last active %1$s: %2$s</strong>\";s:19:\"affected_accounts_x\";s:23:\"Affected Accounts: %1$s\";s:18:\"anon_server_survey\";s:23:\"Anonymous Server Survey\";s:23:\"anon_server_survey_desc\";s:891:\"<p class=\"smallfont\">In order to provide products that are well-suited to the servers and sites that currently run vBulletin,\r\n we are running a survey to find out what kind of capabilities our customers\' servers have, and what scale\r\n of bulletin boards they run.</p>\r\n <p class=\"smallfont\">By submitting this survey to vBulletin.com you will help us to ensure that our forthcoming releases\r\n are both compatible with and make full use of the services available on your servers.</p>\r\n <p class=\"smallfont\">There is some data at the bottom of the form that is optional for you to submit. This information\r\n describes your own board, and lets us know how busy etc. your site is.</p>\r\n <p class=\"smallfont\">The information submitted in this survey is <strong>entirely anonymous</strong> and no information that can identify\r\n the site that posted the survey data will be collected.</p>\";s:14:\"apache_modules\";s:14:\"Apache Modules\";s:24:\"are_you_sure_empty_index\";s:48:\"Are you sure you wish to empty the search index?\";s:26:\"building_avatar_thumbnails\";s:214:\"Building Avatar Thumbnails<dfn>If you receive a fatal error or if the process seems to hang, you will need to delete the last avatar thumbnail listed on the screen then <a href=\"%1$s\">refresh</a> this window.</dfn>\";s:21:\"building_search_index\";s:21:\"Building Search Index\";s:13:\"cache_cleared\";s:34:\"The System Cache has been cleared.\";s:36:\"change_output_signatures_empty_cache\";s:156:\"If you have made changes that affect the output of signatures, you may use this to empty the cache and force signatures to be rebuilt with the new settings.\";s:20:\"character_sets_usage\";s:21:\"Character Sets in Use\";s:33:\"check_accounts_with_last_activity\";s:33:\"Check Accounts with Last Activity\";s:23:\"check_affected_accounts\";s:23:\"Check Affected Accounts\";s:22:\"check_styles_no_parent\";s:31:\"Check For Styles With No Parent\";s:28:\"confirm_prefix_change_x_to_y\";s:53:\"Confirm Table Prefix Change (From \'%1$s\' to \'%2$s\')\r\n\";s:24:\"delete_duplicate_threads\";s:23:\"Delete Duplicate Topics\";s:8:\"delete_x\";s:11:\"Delete %1$s\";s:48:\"deleted_orphan_threads_successfully_gmaintenance\";s:34:\"Deleted Orphan Topics Successfully\";s:10:\"email_from\";s:10:\"Email From\";s:30:\"email_permanently_banned_users\";s:196:\"Email Permanently Banned Users\r\n<dfn>If you select no, permanently banned users\' passwords will be reset, but they will not receive an email. Temporarily banned users will always be emailed.</dfn>\";s:26:\"email_subject_gmaintenance\";s:13:\"Email Subject\";s:34:\"email_to_send_at_once_gmaintenance\";s:21:\"Email to Send At Once\";s:21:\"empty_signature_cache\";s:21:\"Empty Signature Cache\";s:24:\"error_attachment_missing\";s:25:\"Error: Attachment Missing\";s:31:\"error_thumbnail_notcorrectimage\";s:33:\"Incorrect extension for this file\";s:31:\"error_thumbnail_notenoughmemory\";s:24:\"Error: Not Enough Memory\";s:22:\"error_thumbnailalready\";s:34:\"Image is already <= thumbnail size\";s:36:\"finds_users_without_complete_entries\";s:204:\"Finds any users who do not have complete entries in the database. Sometimes the data is not inserted correctly and the user\'s profile becomes unusable. Running this should correct any incomplete profiles.\";s:15:\"first_post_date\";s:15:\"First Post Date\";s:24:\"fix_broken_user_profiles\";s:24:\"Fix broken user profiles\";s:38:\"function_allows_rebuild_all_style_info\";s:173:\"This function allows you to completely rebuild all style information. This is necessary after a major upgrade, or if you have manually edited any of the \'special\' templates.\";s:28:\"function_rebuilds_reputation\";s:239:\"This function recalculates user reputation using the value that you specify below then adds the total reputation the user has received so far. This will remove any custom reputation that has been given to the user through the user editor.\";s:29:\"function_removes_orphan_posts\";s:75:\"This function removes all posts that belong to topics that no longer exist.\";s:31:\"function_removes_orphan_threads\";s:76:\"This function removes all topics that belong to forums that no longer exist.\";s:37:\"include_automatic_javascript_redirect\";s:51:\"Include automatic JavaScript redirect to next page?\";s:17:\"last_upgrade_date\";s:17:\"Last Upgrade Date\";s:26:\"list_of_tables_in_db_below\";s:218:\"<p>Below is a list of all the tables in your database.\r\nYou should make sure that you select <b>only</b> tables that are part of vBulletin.</p>\r\n<p><b>If you are not sure, do not continue with this operation.</b></p>\r\n\";s:22:\"new_prefix_same_as_old\";s:148:\"You have not chosen a new table prefix, this script cannot continue.<br /><br />\r\n(Old table prefix: \'<b>%1$s</b>\', new table prefix: \'<b>%2$s</b>\')\";s:14:\"new_table_name\";s:16:\"New Table Name\r\n\";s:16:\"new_table_prefix\";s:18:\"New Table Prefix\r\n\";s:32:\"note_duplicate_threads_have_same\";s:211:\"<b>Note:</b> Duplicate topics are topics that have the same title, post name, post time and are posted in the same channel as another topic. This applies to all channels that are not under the \"Special\" Channel.\";s:32:\"note_rebuild_similar_thread_list\";s:165:\"<b>Note:</b> This will rebuild the similar topic list regardless of whether they are enabled or not. However, they will not be displayed until the option is enabled.\";s:31:\"note_reindexing_empty_indexes_x\";s:548:\"<b>Note:</b>\r\nYou should not normally need to empty the search index, however if items are showing in search results after they have been permanently deleted then emptying the index and rebuilding the search index will fix this. Search will not work correctly after emptying the index until the index is fully rebuilt.\r\n<a href=\"misc.php?%1$sdo=emptyindex\">Click Here to empty the search index.</a> You can rebuild the whole search index by clicking <a href=\"misc.php?%1$sdo=rebuildindex\">here</a> if it is supported by your choice of search type.\";s:21:\"note_server_intensive\";s:48:\"<b>Note:</b> This is a server intensive process.\";s:38:\"number_of_avatars_to_process_per_cycle\";s:38:\"Number of avatars to process per cycle\";s:37:\"number_of_forums_to_process_per_cycle\";s:37:\"Number of forums to process per cycle\";s:36:\"number_of_icons_to_process_per_cycle\";s:36:\"Number of icons to process per cycle\";s:36:\"number_of_posts_to_process_per_cycle\";s:36:\"Number of posts to process per cycle\";s:38:\"number_of_threads_to_process_per_cycle\";s:37:\"Number of topics to process per cycle\";s:49:\"number_of_users_to_process_per_cycle_gmaintenance\";s:36:\"Number of users to process per cycle\";s:16:\"old_table_prefix\";s:18:\"Old Table Prefix\r\n\";s:45:\"only_accounts_using_language_x_were_processed\";s:80:\"Only accounts configured to use the language \'%1$s\' were processed and notified.\";s:13:\"optional_info\";s:20:\"Optional Information\";s:19:\"original_table_name\";s:21:\"Original Table Name\r\n\";s:20:\"other_prefix_warning\";s:202:\"<b>WARNING!</b><br />The following tables do <b>not</b> have the\r\noriginal table prefix! These tables may not be part of vBulletin.\r\n<ul>%1$s</ul>\r\nAre you <b>absolutely sure</b> you want to continue?\r\n\";s:16:\"over_1_month_ago\";s:16:\"Over 1 month ago\";s:15:\"over_1_week_ago\";s:15:\"Over 1 week ago\";s:15:\"over_any_period\";s:15:\"Over any period\";s:15:\"over_x_days_ago\";s:18:\"Over %1$s days ago\";s:17:\"over_x_months_ago\";s:20:\"Over %1$s months ago\";s:16:\"over_x_weeks_ago\";s:19:\"Over %1$s weeks ago\";s:21:\"password_check_notice\";s:1479:\"Some users may have created accounts with vulnerable passwords. Vulnerable passwords can be passwords that are:<br />\r\n<ul><li>The same as the account username</li></ul>\r\nSuch passwords make accounts vulnerable to exploitation from automated scripts and programs that can guess the password to access your board under the guise of the\r\naffected users. This may be done for the purposes of spam or online identity theft.<br /><br />\r\nUsers can no longer create accounts with the above vulnerabilities, but older accounts may still be affected. Affected users will be prompted to change their current password the next time they login. However, older accounts may still be vulnerable where the user no longer uses the account to access your board. Note that if you force a reset of an account and the email address associated with the account is no longer valid, the user may effectively be locked out of that account.<br /><br />\r\nFor this reason you may choose which accounts to reset based on the users\' last activity. Users who have recently logged in are more likely to change their password and email settings themselves.\r\nIt is advised that accounts that have not been accessed recently are reset first. You can check at a later time or date how many affected accounts remain before deciding to force a password reset.<br /><br />\r\nWhen you perform a reset, an email will be sent to the affected users. You will have an option to change the email message.<br /><br />\";s:42:\"password_vulnerability_email_message_label\";s:324:\"Email Message<dfn>You can change the default message that is sent to users when their password is reset.<br /><br />The tokens {username} and {password} can be placed in the message and will be replaced by their values for each individual user.<br /><br /><strong>You must insert the token {password} in the email.</strong>\";s:15:\"passwords_reset\";s:15:\"Passwords Reset\";s:14:\"php_extensions\";s:14:\"PHP Extensions\";s:16:\"php_openbase_dir\";s:16:\"PHP Open Basedir\";s:13:\"php_safe_mode\";s:13:\"PHP Safe Mode\";s:34:\"please_read_notes_after_completion\";s:77:\"Please read the notes at the bottom of this page when processing is complete.\";s:21:\"prefix_change_confirm\";s:326:\"<p>If you are <b>sure</b> you want to continue and rename the tables listed\r\nabove, click the rename button below.</p>\r\n<p><b>Note:</b> This is your final chance to stop. Clicking the button below will alter\r\nall the tables listed above, requiring you to edit your config.php file\r\nbefore your vBulletin will work again.</p>\r\n\";s:17:\"processing_time_x\";s:21:\"Processing Time: %1$s\";s:21:\"rebuild_album_updates\";s:21:\"Rebuild Album Updates\";s:25:\"rebuild_avatar_thumbnails\";s:25:\"Rebuild Avatar Thumbnails\";s:32:\"rebuild_custom_avatar_thumbnails\";s:32:\"Rebuild Custom Avatar Thumbnails\";s:25:\"rebuild_forum_information\";s:25:\"Rebuild Forum Information\";s:18:\"rebuild_post_cache\";s:18:\"Rebuild Post Cache\";s:43:\"rebuild_recently_updated_albums_description\";s:258:\"This will recalculate the albums to display in the Recently Updated Albums list, effectively removing any albums that are no longer accessible. This may be the case if any users recently made album updates but have since had their album permissions revoked.\";s:36:\"rebuild_recently_updated_albums_list\";s:31:\"Rebuild Recently Updated Albums\";s:20:\"rebuild_search_index\";s:20:\"Rebuild Search Index\";s:25:\"rebuild_sgicon_thumbnails\";s:29:\"Rebuild Group Icon Thumbnails\";s:23:\"rebuild_similar_threads\";s:22:\"Rebuild Similar Topics\";s:18:\"rebuild_statistics\";s:18:\"Rebuild Statistics\";s:26:\"rebuild_statistics_warning\";s:212:\"Rebuilding statistics will cause the loss of the total forum view and active users data. Only run this if you believe you really need to! Once the data has been replaced, there is no way to restore your database.\";s:14:\"rebuild_styles\";s:14:\"Rebuild Styles\";s:26:\"rebuild_thread_information\";s:25:\"Rebuild Topic Information\";s:23:\"rebuild_user_reputation\";s:23:\"Rebuild User Reputation\";s:37:\"recalculate_users_post_counts_warning\";s:497:\"This will recalculate all of your user\'s post counts based on their CURRENT posts in the database. Do not run this if you have pruned posts, manually changed post counts, or imported from another forum package and you wish to maintain your users\' current counts. Your members\' post counts will PROBABLY decrease so only run this if you believe you really need to! Once they decrease you cannot bring them back up without restoring your database or manually editing each user. You have been warned!\";s:19:\"remove_orphan_posts\";s:19:\"Remove Orphan Posts\";s:21:\"remove_orphan_threads\";s:20:\"Remove Orphan Topics\";s:26:\"removing_duplicate_threads\";s:28:\"Removing duplicate topics...\";s:23:\"removing_orphan_threads\";s:22:\"Removing Orphan Topics\";s:17:\"rename_sql_tables\";s:17:\"Rename SQL Tables\";s:14:\"rename_table_x\";s:27:\"Rename Table <b>%1$s</b>?\r\n\";s:13:\"rename_tables\";s:15:\"Rename Tables\r\n\";s:25:\"renaming_process_complete\";s:27:\"Renaming Process Complete\r\n\";s:30:\"renaming_table_with_new_prefix\";s:37:\"Renaming Tables With New Table Prefix\";s:15:\"renaming_x_to_y\";s:40:\"Renaming <b>%1$s</b> to <b>%2$s</b> ... \";s:31:\"renumber_all_templates_from_one\";s:187:\"Renumber all templates from 1 <dfn><b>Note:</b> this option requires that your MySQL account has ALTER, CREATE and DROP privileges.<br />If you are not sure, do not use this option!</dfn>\";s:15:\"reputation_base\";s:21:\"Base Reputation Value\";s:33:\"reset_accounts_with_last_activity\";s:33:\"Reset Accounts with Last Activity\";s:30:\"reset_password_if_email_failed\";s:193:\"Reset Password if Email Failed\r\n<dfn>This option allows you to reset the password even if the email attempt failed. Only choose this option if the email attempts are failing consistently.</dfn>\";s:15:\"reset_passwords\";s:15:\"Reset Passwords\";s:39:\"reset_passwords_for_users_with_language\";s:138:\"Reset Passwords for Accounts Using Language<dfn>Only reset and notify users who have their accounts configured to use this language.</dfn>\";s:26:\"reset_vulnerable_passwords\";s:26:\"Reset Vulnerable Passwords\";s:28:\"search_content_type_to_index\";s:21:\"Content type to index\";s:18:\"search_items_batch\";s:36:\"Number of items to process per batch\";s:23:\"search_items_to_process\";s:84:\"Total number of items to process\r\n(0 to process till end, 1 to just index that item)\";s:20:\"search_start_item_id\";s:19:\"Item id to start at\";s:9:\"send_info\";s:16:\"Send Information\";s:10:\"set_all_no\";s:10:\"Set All No\";s:11:\"set_all_yes\";s:13:\"Set All Yes\r\n\";s:46:\"some_errors_occurred_while_resetting_passwords\";s:105:\"Some errors occurred while resetting passwords. The affected accounts did not have their password reset.\";s:41:\"some_errors_occurred_while_sending_emails\";s:179:\"Some errors occurred while sending emails to the users. The affected accounts did not have their password reset, unless you chose to reset the password even when emailing failed.\";s:19:\"system_architecture\";s:19:\"System Architecture\";s:23:\"table_name_gmaintenance\";s:19:\"<b>Table Name</b>\r\n\";s:22:\"table_x_does_not_exist\";s:37:\"Table \'<i>%1$s</i>\' does not exist!\r\n\";s:28:\"tableprefix_change_completed\";s:346:\"<p>This script has now completed.<br />\r\nYour table prefix has been changed from \'<b>%1$s</b>\' to \'<b>%2$s</b>\'.</p>\r\n<p>You must now edit your <i>includes/config.php</i> file to include the line:</p>\r\n<pre>$config[\'Database\'][\'tableprefix\'] = \'%2$s\';</pre>\r\n<p><b><u>Your vBulletin installation will not function until you do this.</u></b></p>\r\n\";s:51:\"this_script_will_allow_you_to_rename_your_vb_tables\";s:378:\"<p>This script will allow you to rename your vBulletin SQL tables in order to accommodate a new table prefix value in <i>includes/config.php</i>.</p>\r\n<p><b>Note:</b> Do not alter the <b>tableprefix</b> value in config.php until this script has completed and you are given a message telling you to edit the value.</p>\r\n<p>Your table prefix is currently set to <b>\'%1$s\'</b>.</p>\";s:19:\"threaded_mode_usage\";s:19:\"Threaded Mode Usage\";s:30:\"thumbnail_quality_gmaintenance\";s:36:\"Quality of JPG thumbnails (0 .. 100)\";s:12:\"total_forums\";s:12:\"Total Forums\";s:24:\"total_posts_gmaintenance\";s:11:\"Total Posts\";s:16:\"total_usergroups\";s:16:\"Total Usergroups\";s:11:\"total_users\";s:11:\"Total Users\";s:21:\"unable_to_read_avatar\";s:21:\"Unable to read avatar\";s:18:\"update_post_counts\";s:18:\"Update Post Counts\";s:18:\"update_user_titles\";s:28:\"Update User Titles and Ranks\";s:16:\"update_usernames\";s:17:\"Update User Names\";s:15:\"updating_forums\";s:15:\"Updating Forums\";s:16:\"updating_threads\";s:15:\"Updating Topics\";s:18:\"updating_user_info\";s:21:\"Updating user info...\";s:18:\"updating_usernames\";s:19:\"Updating User Names\";s:36:\"vbulletin_table_prefix_rename_system\";s:36:\"vBulletin Table Prefix Rename System\";s:30:\"vbulletin_version_gmaintenance\";s:17:\"vBulletin Version\";s:31:\"vulnerable_password_reset_email\";s:860:\"Dear {username},\r\n\r\nA vulnerability has been found with your password at %1$s. Some passwords are vulnerable to exploitation which may allow a third party to hijack your account.\r\n\r\nThis may lead to your account being used without your knowledge or permission, and actions being performed under your name.\r\n\r\nVulnerable accounts can also be bad for the board as a whole as they may enable access for automated tools to spam both the forums and other user accounts,\r\nusing your username.\r\n\r\nAs such we have had to reset your password.\r\nYou can find your new login details below.\r\n\r\nUsername: {username}\r\nPassword: {password}\r\n\r\nIf you want to change your password, login with the above details at the following location:\r\n%2$s/settings/account\r\n\r\n\r\nWe apologize for any inconvenience this may cause and appreciate your understanding.\r\n\r\n\r\n\r\nAll the best,\r\n%1$s\";s:39:\"vulnerable_password_reset_email_subject\";s:37:\"%1$s - Account Password Vulnerability\";s:20:\"x_accounts_processed\";s:23:\"%1$s accounts processed\";s:27:\"x_of_y_passwords_were_reset\";s:52:\"<strong>%1$s of %2$s password(s) were reset</strong>\";s:46:\"you_have_chosen_to_rename_the_following_tables\";s:46:\"You have chosen to rename the following tables\";}','a:113:{s:14:\"add_new_option\";s:14:\"Add New Option\";s:30:\"add_new_profile_field_category\";s:30:\"Add New Profile Field Category\";s:40:\"add_new_user_profile_field_gprofilefield\";s:26:\"Add New User Profile Field\";s:7:\"after_x\";s:12:\"After \'%1$s\'\";s:51:\"allow_user_to_input_their_own_value_for_this_option\";s:51:\"Allow user to input their own value for this option\";s:55:\"are_you_sure_you_want_to_delete_this_user_profile_field\";s:56:\"Are you sure you want to delete this User Profile Field?\";s:61:\"are_you_sure_you_want_to_delete_user_profile_field_category_x\";s:326:\"Are you sure you want to delete this user profile field category?\r\n<blockquote>\r\n <strong>%1$s</strong>\r\n <div class=\"smallfont\">(Contains <strong>%2$s</strong> Profile Fields)</div>\r\n</blockquote>\r\nAny profile fields belonging to this category will become <em>%3$s</em> but will <strong>not</strong> be deleted.\";s:12:\"asset_picker\";s:12:\"Asset Picker\";s:26:\"blocks_column_after_albums\";s:21:\"Sidebar, After Albums\";s:27:\"blocks_column_after_friends\";s:22:\"Sidebar, After Friends\";s:26:\"blocks_column_after_groups\";s:21:\"Sidebar, After Groups\";s:30:\"blocks_column_after_mini_stats\";s:25:\"Sidebar, After Mini Stats\";s:19:\"blocks_column_first\";s:14:\"Sidebar, First\";s:18:\"blocks_column_last\";s:13:\"Sidebar, Last\";s:4:\"both\";s:4:\"Both\";s:10:\"box_height\";s:90:\"Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>\";s:17:\"button_background\";s:17:\"Button Background\";s:13:\"button_border\";s:13:\"Button Border\";s:17:\"button_text_color\";s:17:\"Button Text Color\";s:29:\"choose_limit_choices_add_info\";s:112:\"If you choose to limit the number of choices in the next option, please add that information to the description.\";s:17:\"contains_x_fields\";s:20:\"Contains %1$s Fields\";s:18:\"content_background\";s:18:\"Content Background\";s:14:\"content_border\";s:14:\"Content Border\";s:18:\"content_link_color\";s:18:\"Content Link Color\";s:18:\"content_text_color\";s:18:\"Content Text Color\";s:20:\"customize_my_profile\";s:20:\"Customize My Profile\";s:18:\"customize_my_theme\";s:18:\"Customize My Theme\";s:58:\"default_value_you_may_specify_a_default_registration_value\";s:116:\"Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>\";s:12:\"display_page\";s:12:\"Display Page\";s:28:\"drag_the_conner_crop_profile\";s:66:\"Drag the corner to set how you want your profile picture to appear\";s:32:\"edit_user_profile_field_category\";s:32:\"Edit User Profile Field Category\";s:8:\"editable\";s:8:\"Editable\";s:4:\"exit\";s:4:\"Exit\";s:22:\"field_editable_by_user\";s:22:\"Field Editable by User\";s:23:\"field_hidden_on_profile\";s:13:\"Private Field\";s:12:\"field_length\";s:12:\"Field Length\";s:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:18:\"fields_from_form_x\";s:59:\"Profile Fields from Form \'<span class=\"normal\">%1$s</span>\'\";s:17:\"header_background\";s:18:\"Header Background\";s:13:\"header_border\";s:13:\"Header Border\";s:17:\"header_text_color\";s:17:\"Header Text Color\";s:7:\"headers\";s:7:\"Headers\";s:6:\"hidden\";s:6:\"Hidden\";s:10:\"horizontal\";s:10:\"Horizontal\";s:15:\"limit_selection\";s:142:\"Limit Selection<dfn>Maximum number of options the user may select.</dfn><dfn> Enter <b>0</b> to allow them to choose all of the options.</dfn>\";s:28:\"location_on_profile_page_dfn\";s:140:\"Location on Profile Page\r\n<dfn>Profile fields will always be shown on the \'About Me\' tab, in addition to any location you select here.</dfn>\";s:21:\"main_column_first_tab\";s:22:\"Main Column, First Tab\";s:20:\"main_column_last_tab\";s:21:\"Main Column, Last Tab\";s:9:\"messaging\";s:9:\"Messaging\";s:17:\"module_background\";s:17:\"Module Background\";s:13:\"module_border\";s:13:\"Module Border\";s:17:\"module_link_color\";s:17:\"Module Link Color\";s:17:\"module_text_color\";s:17:\"Module Text Color\";s:25:\"moduleinactive_background\";s:26:\"Inactive Module Background\";s:21:\"moduleinactive_border\";s:22:\"Inactive Module Border\";s:25:\"moduleinactive_link_color\";s:26:\"Inactive Module Link Color\";s:25:\"moduleinactive_text_color\";s:26:\"Inactive Module Text Color\";s:7:\"modules\";s:7:\"Modules\";s:22:\"multiple_line_text_box\";s:22:\"Multiple-Line Text Box\";s:27:\"multiple_selection_checkbox\";s:27:\"Multiple-Selection Checkbox\";s:23:\"multiple_selection_menu\";s:23:\"Multiple-Selection Menu\";s:4:\"name\";s:4:\"Name\";s:22:\"need_public_album_text\";s:227:\"To use the asset picker you need to have a publicly accessible album with at least one image in it. Please create such an album if you want to select an image. You can still enter an image location in the edit box if you like.\";s:18:\"no_but_on_register\";s:31:\"No, but display at registration\";s:50:\"no_user_profile_field_categories_have_been_created\";s:113:\"No user profile field categories have been created.<br />\r\n<br />\r\nClick the link below to create a new category.\";s:19:\"note_max_31_options\";s:66:\"<em>Note:</em> You may have a maximum of 31 options in this field.\";s:20:\"only_at_registration\";s:20:\"Only at registration\";s:20:\"only_in_about_me_tab\";s:26:\"Only in the \'About Me\' Tab\";s:14:\"optional_input\";s:14:\"Optional Input\";s:19:\"other_gprofilefield\";s:5:\"Other\";s:34:\"other_please_specify_gprofilefield\";s:22:\"Other (please specify)\";s:15:\"page_link_color\";s:15:\"Page Link Color\";s:9:\"postition\";s:8:\"Position\";s:22:\"profile_field_category\";s:22:\"Profile Field Category\";s:18:\"profile_field_type\";s:18:\"Profile Field Type\";s:32:\"profile_theme_reset_confirmation\";s:118:\"Do you really want to set your profile theme to default?\r\nWarning! All changes made to the profile theme will be lost.\";s:46:\"regular_expression_require_match_gprofilefield\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:20:\"rename_gprofilefield\";s:6:\"Rename\";s:22:\"required_gprofilefield\";s:8:\"Required\";s:9:\"reverting\";s:9:\"Reverting\";s:20:\"save_as_site_default\";s:20:\"Save as Site Default\";s:10:\"searchable\";s:10:\"Searchable\";s:20:\"select_album_to_view\";s:36:\"Select an album to view its contents\";s:24:\"set_default_if_yes_first\";s:74:\"Set Default <dfn>Will set the first non blank option as the default.</dfn>\";s:20:\"show_on_members_list\";s:20:\"Show on Members List\";s:20:\"single_line_text_box\";s:20:\"Single-Line Text Box\";s:21:\"single_selection_menu\";s:21:\"Single-Selection Menu\";s:30:\"single_selection_radio_buttons\";s:30:\"Single-Selection Radio Buttons\";s:5:\"small\";s:5:\"small\";s:16:\"text_area_height\";s:16:\"Text Area Height\";s:6:\"themes\";s:6:\"Themes\";s:30:\"this_profile_fields_no_options\";s:39:\"This user profile field has no options.\";s:14:\"thread_viewing\";s:13:\"Topic Viewing\";s:16:\"title_text_color\";s:16:\"Title Text Color\";s:27:\"uncategorized_gprofilefield\";s:13:\"Uncategorized\";s:13:\"update_failed\";s:155:\"There was an error saving your data. Please contact the site administrator or technical support and explain what you were doing when you got this message.\";s:43:\"user_profile_field_categories_gprofilefield\";s:29:\"User Profile Field Categories\";s:40:\"user_profile_field_manager_gprofilefield\";s:26:\"User Profile Field Manager\";s:29:\"user_profile_fields_in_area_x\";s:64:\"User Profile Fields in Area: <span class=\"smallfont\">%1$s</span>\";s:29:\"user_profile_reset_to_default\";s:46:\"User profile has been reset to default values.\";s:18:\"user_profile_saved\";s:53:\"Your user profile display settings have been updated.\";s:8:\"vertical\";s:8:\"Vertical\";s:26:\"which_page_displays_option\";s:257:\"Which page displays this option?<dfn>If you select \"Edit Your Details\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.</dfn>\";s:6:\"xlarge\";s:7:\"x-large\";s:6:\"xsmall\";s:7:\"x-small\";s:7:\"xxlarge\";s:8:\"xx-large\";s:7:\"xxsmall\";s:8:\"xx-small\";s:10:\"yes_always\";s:11:\"Yes, Always\";s:19:\"yes_at_registration\";s:41:\"Yes, at registration and profile updating\";s:23:\"yes_but_no_blank_option\";s:30:\"Yes, but No First Blank Option\";s:21:\"yes_including_a_blank\";s:35:\"Yes, Including a First Blank Option\";s:37:\"you_close_before_modifying_checkboxes\";s:61:\"You should close your forum before modifying checkbox fields.\";}','a:3:{s:10:\"deleted_by\";s:10:\"Deleted By\";s:12:\"user_profile\";s:12:\"User Profile\";s:8:\"validate\";s:8:\"Validate\";}','a:33:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:52:\"(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago\";s:23:\"timezone_gmt_minus_0430\";s:19:\"(GMT -4:30) Caracas\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:44:\"(GMT +2:00) Kaliningrad, South Africa, Cairo\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:53:\"(GMT +4:00) Abu Dhabi, Muscat, Yerevan, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi\";s:22:\"timezone_gmt_plus_0545\";s:21:\"(GMT +5:45) Kathmandu\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0630\";s:33:\"(GMT +6:30) Yangon, Cocos Islands\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}','a:22:{s:11:\"ban_options\";s:11:\"Ban Options\";s:10:\"ban_period\";s:10:\"Ban Period\";s:10:\"ban_reason\";s:10:\"Ban Reason\";s:18:\"ban_time_remaining\";s:18:\"Ban Time Remaining\";s:17:\"ban_user_gbanning\";s:8:\"Ban User\";s:21:\"ban_will_be_lifted_on\";s:21:\"Ban Will Be Lifted On\";s:9:\"banned_by\";s:9:\"Banned By\";s:9:\"banned_on\";s:9:\"Banned On\";s:7:\"banning\";s:7:\"Banning\";s:13:\"click_proceed\";s:46:\"Click the <em>Proceed</em> button to continue.\";s:21:\"confirm_ban_lift_on_x\";s:46:\"Are you sure you want to lift the ban on %1$s?\";s:7:\"forever\";s:7:\"Forever\";s:8:\"lift_ban\";s:8:\"Lift Ban\";s:14:\"lift_ban_after\";s:112:\"Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>\";s:14:\"never_lift_ban\";s:14:\"Never Lift Ban\";s:13:\"permanent_ban\";s:13:\"Permanent Ban\";s:21:\"permanent_ban_options\";s:21:\"Permanent Ban Options\";s:13:\"temporary_ban\";s:13:\"Temporary Ban\";s:21:\"temporary_ban_options\";s:21:\"Temporary Ban Options\";s:15:\"user_ban_reason\";s:23:\"Reason to show the user\";s:12:\"user_banning\";s:12:\"User Banning\";s:19:\"will_be_lifted_soon\";s:19:\"Will be lifted soon\";}','a:14:{s:24:\"add_new_reputation_level\";s:24:\"Add New Reputation Level\";s:40:\"are_you_sure_want_to_delete_reputation_x\";s:48:\"Are you sure you want to delete reputation %1$s?\";s:54:\"are_you_sure_you_want_to_delete_the_reputation_level_x\";s:61:\"Are you sure you want to delete the Reputation Level: \'%1$s\'?\";s:27:\"edit_reputation_greputation\";s:15:\"Edit Reputation\";s:17:\"error_saving_vote\";s:17:\"Error Saving Like\";s:4:\"even\";s:4:\"Even\";s:6:\"leftby\";s:7:\"Left By\";s:7:\"leftfor\";s:8:\"Left For\";s:24:\"minimum_reputation_level\";s:24:\"Minimum Reputation Level\";s:8:\"negative\";s:8:\"Negative\";s:12:\"no_one_voted\";s:13:\"No likes yet.\";s:16:\"people_who_liked\";s:16:\"People Who Liked\";s:8:\"positive\";s:8:\"Positive\";s:35:\"user_reputation_manager_greputation\";s:23:\"User Reputation Manager\";}','a:25:{s:14:\"creating_album\";s:14:\"Creating Album\";s:15:\"merging_threads\";s:14:\"Merging Topics\";s:10:\"moderating\";s:10:\"Moderating\";s:17:\"open_close_thread\";s:21:\"Opening/Closing Topic\";s:7:\"query_x\";s:11:\"Query: %1$s\";s:11:\"registering\";s:11:\"Registering\";s:23:\"request_activation_code\";s:26:\"Requesting Activation Code\";s:20:\"reversing_infraction\";s:20:\"Reversing Infraction\";s:16:\"searching_forums\";s:16:\"Searching Forums\";s:7:\"spiders\";s:7:\"Spiders\";s:20:\"subscribing_to_forum\";s:20:\"Subscribing to Forum\";s:10:\"user_agent\";s:10:\"User Agent\";s:6:\"user_x\";s:10:\"User: %1$s\";s:13:\"viewing_album\";s:13:\"Viewing Album\";s:17:\"viewing_blog_home\";s:17:\"Viewing Blog Home\";s:13:\"viewing_forum\";s:13:\"Viewing Forum\";s:15:\"viewing_forum_x\";s:37:\"Viewing Forum <a href=\"%2$s\">%1$s</a>\";s:29:\"viewing_no_permission_message\";s:31:\"Viewing \'No Permission\' Message\";s:23:\"viewing_private_message\";s:47:\"Viewing Private Message <a href=\"%2$s\">%1$s</a>\";s:15:\"viewing_topic_x\";s:37:\"Viewing Topic <a href=\"%2$s\">%1$s</a>\";s:20:\"viewing_user_profile\";s:44:\"Viewing User Profile <a href=\"%2$s\">%1$s</a>\";s:19:\"viewing_whos_online\";s:20:\"Viewing Who\'s Online\";s:9:\"viewing_x\";s:31:\"Viewing <a href=\"%2$s\">%1$s</a>\";s:6:\"voting\";s:6:\"voting\";s:7:\"x_posts\";s:10:\"%1$s posts\";}','a:137:{s:3:\"any\";s:3:\"Any\";s:19:\"approved_attachment\";s:19:\"Approved Attachment\";s:13:\"approved_post\";s:13:\"Approved Post\";s:15:\"approved_thread\";s:14:\"Approved Topic\";s:18:\"attachment_removed\";s:18:\"Attachment Removed\";s:19:\"attachment_uploaded\";s:19:\"Attachment Uploaded\";s:19:\"awaiting_moderation\";s:19:\"Awaiting Moderation\";s:11:\"child_posts\";s:11:\"Child Posts\";s:6:\"closed\";s:6:\"Closed\";s:15:\"copy_posts_note\";s:196:\"Use the field below to specify the URL of the topic that the selected posts are to be copied into. Note that the copied posts will be inserted into their chronological positions within this topic.\";s:29:\"copy_posts_to_existing_thread\";s:28:\"Copy Posts to Existing Topic\";s:24:\"copy_posts_to_new_thread\";s:23:\"Copy Posts to New Topic\";s:25:\"copy_thread_gthreadmanage\";s:10:\"Copy Topic\";s:20:\"delete_notes_article\";s:118:\"<span>Note:</span> Deleting this article will result in the deletion of the entire article including all its comments.\";s:17:\"delete_notes_blog\";s:122:\"<span>Note:</span> Deleting this blog post will result in the deletion of the entire blog post including all its comments.\";s:18:\"delete_notes_media\";s:131:\"<span>Note:</span> Deleting this topic will result in the deletion of the entire topic because this is the first post in the topic.\";s:18:\"delete_notes_reply\";s:97:\"<span>Note:</span> Deleting this reply post will also result in the deletion of all its comments.\";s:27:\"delete_notes_selected_posts\";s:107:\"<span>Note:</span> Deleting these posts will also result in the deletion of all their replies and comments.\";s:18:\"delete_notes_topic\";s:131:\"<span>Note:</span> Deleting this topic will result in the deletion of the entire topic because this is the first post in the topic.\";s:22:\"delete_types_explained\";s:166:\"Soft Delete will allow the content to be restored later, whereas Permanently Removing the content will permanently remove it from the database. Please choose wisely.\";s:7:\"deleted\";s:7:\"Deleted\";s:14:\"deleted_thread\";s:13:\"Deleted Topic\";s:16:\"deleting_x_posts\";s:22:\"Deleting %1$s post(s).\";s:8:\"deselect\";s:8:\"Deselect\";s:18:\"destination_thread\";s:17:\"Destination Topic\";s:26:\"edit_topic_title_explained\";s:59:\"You may edit the topic title if you think it\'s appropriate.\";s:10:\"expires_in\";s:10:\"Expires in\";s:30:\"keep_attachments_gthreadmanage\";s:16:\"Keep Attachments\";s:23:\"leave_expiring_redirect\";s:23:\"Leave Expiring Redirect\";s:30:\"leave_it_deleted_gthreadmanage\";s:16:\"Leave it deleted\";s:24:\"leave_permanent_redirect\";s:24:\"Leave Permanent Redirect\";s:5:\"merge\";s:5:\"Merge\";s:26:\"merge_invalid_contenttypes\";s:54:\"You cannot merge the selected posts due to their type.\";s:35:\"merge_invalid_contenttypes_multiple\";s:101:\"Except for text and galleries, you cannot merge multiple content of the same type into a single post.\";s:15:\"merging_x_posts\";s:21:\"Merging %1$s post(s).\";s:16:\"moderated_thread\";s:15:\"Moderated Topic\";s:27:\"moderator_log_gthreadmanage\";s:13:\"Moderator Log\";s:15:\"moderator_notes\";s:15:\"Moderator Notes\";s:15:\"move_posts_note\";s:189:\"Use the field below to specify the URL of the topic that the selected posts are to be merged into. Note that all posts will be inserted into their chronological positions within this topic.\";s:29:\"move_posts_to_existing_thread\";s:28:\"Move Posts to Existing Topic\";s:24:\"move_posts_to_new_thread\";s:23:\"Move Posts to New Topic\";s:25:\"move_thread_gthreadmanage\";s:10:\"Move Topic\";s:41:\"moving_moderated_and_soft_deleted_threads\";s:66:\"Moving moderated and soft deleted topics will not leave redirects.\";s:14:\"moving_x_posts\";s:20:\"Moving %1$s post(s).\";s:16:\"moving_x_threads\";s:21:\"Moving %1$s topic(s).\";s:24:\"no_posting_gthreadmanage\";s:10:\"No Posting\";s:18:\"node_approved_by_x\";s:22:\"Node approved by %1$s.\";s:16:\"node_closed_by_x\";s:20:\"Node closed by %1$s.\";s:16:\"node_copied_by_x\";s:20:\"Node copied by %1$s.\";s:16:\"node_edited_by_x\";s:20:\"Node edited by %1$s.\";s:18:\"node_featured_by_x\";s:22:\"Node featured by %1$s.\";s:22:\"node_hard_deleted_by_x\";s:21:\"Node removed by %1$s.\";s:16:\"node_merged_by_x\";s:20:\"Node merged by %1$s.\";s:15:\"node_moved_by_x\";s:19:\"Node moved by %1$s.\";s:16:\"node_opened_by_x\";s:20:\"Node opened by %1$s.\";s:18:\"node_restored_by_x\";s:22:\"Node restored by %1$s.\";s:22:\"node_soft_deleted_by_x\";s:21:\"Node deleted by %1$s.\";s:15:\"node_stuck_by_x\";s:19:\"Node stuck by %1$s.\";s:20:\"node_unapproved_by_x\";s:24:\"Node unapproved by %1$s.\";s:20:\"node_unfeatured_by_x\";s:24:\"Node unfeatured by %1$s.\";s:17:\"node_unstuck_by_x\";s:21:\"Node unstuck by %1$s.\";s:19:\"notes_gthreadmanage\";s:5:\"Notes\";s:4:\"open\";s:4:\"Open\";s:6:\"opened\";s:6:\"Opened\";s:13:\"opened_thread\";s:12:\"Opened Topic\";s:17:\"physically_remove\";s:18:\"Permanently remove\";s:25:\"physically_remove_article\";s:26:\"Permanently Remove Article\";s:22:\"physically_remove_blog\";s:28:\"Permanently Remove Blog Post\";s:25:\"physically_remove_comment\";s:26:\"Permanently Remove Comment\";s:23:\"physically_remove_media\";s:24:\"Permanently Remove Media\";s:23:\"physically_remove_reply\";s:24:\"Permanently Remove Reply\";s:32:\"physically_remove_selected_posts\";s:33:\"Permanently Remove Selected Posts\";s:23:\"physically_remove_topic\";s:24:\"Permanently Remove Topic\";s:32:\"physically_remove_visitorMessage\";s:34:\"Permanently Remove Visitor Message\";s:11:\"poll_edited\";s:11:\"Poll Edited\";s:5:\"polls\";s:5:\"Polls\";s:31:\"post_merged_from_multiple_posts\";s:31:\"Post merged from multiple posts\";s:19:\"post_x_by_y_removed\";s:32:\"Post <i>%1$s</i> by %2$s Removed\";s:23:\"post_x_by_y_softdeleted\";s:37:\"Post <i>%1$s</i> by %2$s Soft Deleted\";s:13:\"post_x_edited\";s:23:\"Post <i>%1$s</i> Edited\";s:21:\"post_y_by_x_undeleted\";s:34:\"Post <i>%1$s</i> by %2$s Undeleted\";s:17:\"posts_copied_to_x\";s:29:\"Posts copied to threadid %1$s\";s:45:\"select_option_and_click_delete_button_article\";s:72:\"Select the appropriate options and then click the Delete Article button.\";s:42:\"select_option_and_click_delete_button_blog\";s:69:\"Select the appropriate options and then click the Delete Blog button.\";s:45:\"select_option_and_click_delete_button_comment\";s:72:\"Select the appropriate options and then click the Delete Comment button.\";s:43:\"select_option_and_click_delete_button_media\";s:70:\"Select the appropriate options and then click the Delete Media button.\";s:43:\"select_option_and_click_delete_button_reply\";s:70:\"Select the appropriate options and then click the Delete Reply button.\";s:52:\"select_option_and_click_delete_button_selected_posts\";s:79:\"Select the appropriate options and then click the Delete Selected Posts button.\";s:43:\"select_option_and_click_delete_button_topic\";s:70:\"Select the appropriate options and then click the Delete Topic button.\";s:52:\"select_option_and_click_delete_button_visitorMessage\";s:80:\"Select the appropriate options and then click the Delete Visitor Message button.\";s:19:\"soft_delete_article\";s:19:\"Soft Delete Article\";s:16:\"soft_delete_blog\";s:21:\"Soft Delete Blog Post\";s:19:\"soft_delete_comment\";s:19:\"Soft Delete Comment\";s:21:\"soft_delete_explained\";s:111:\"Soft Delete will allow the content to be restored later. You may also give a reason for soft deleting content.\";s:33:\"soft_delete_leave_deleted_message\";s:49:\"\'Soft\' delete - Leave "Deleted" Message\";s:17:\"soft_delete_media\";s:17:\"Soft Delete Media\";s:25:\"soft_delete_notes_article\";s:128:\"<span>Note:</span> You can soft delete this article so no one can see it or comment on it. You can reinstate this article later.\";s:22:\"soft_delete_notes_blog\";s:132:\"<span>Note:</span> You can soft delete this blog post so no one can see it or comment on it. You can reinstate this blog post later.\";s:25:\"soft_delete_notes_comment\";s:121:\"<span>Note:</span> You can soft delete this blog comment so no one can see it. You can reinstate this blog comment later.\";s:23:\"soft_delete_notes_media\";s:111:\"<span>Note:</span> You can soft delete these media so no one can see them. You can reinstate these media later.\";s:23:\"soft_delete_notes_reply\";s:124:\"<span>Note:</span> You can soft delete this reply so no one can see it or comment on it. You can reinstate this reply later.\";s:32:\"soft_delete_notes_selected_posts\";s:128:\"<span>Note:</span> You can soft delete these posts so no one can see them or reply on them. You can reinstate these posts later.\";s:23:\"soft_delete_notes_topic\";s:122:\"<span>Note:</span> You can soft delete this topic so no one can see it or reply on it. You can reinstate this topic later.\";s:32:\"soft_delete_notes_visitorMessage\";s:142:\"<span>Note:</span> You can soft delete this visitor message so no one can see it or reply on it. You can reinstate this visitor message later.\";s:17:\"soft_delete_reply\";s:17:\"Soft Delete Reply\";s:26:\"soft_delete_selected_posts\";s:26:\"Soft Delete Selected Posts\";s:17:\"soft_delete_topic\";s:17:\"Soft Delete Topic\";s:26:\"soft_delete_visitorMessage\";s:27:\"Soft Delete Visitor Message\";s:5:\"split\";s:5:\"Split\";s:12:\"stuck_thread\";s:11:\"Stuck Topic\";s:44:\"this_comment_by_x_has_been_deleted_by_y_link\";s:64:\"This comment by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:42:\"this_reply_by_x_has_been_deleted_by_y_link\";s:62:\"This reply by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:42:\"this_topic_by_x_has_been_deleted_by_y_link\";s:62:\"This topic by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:51:\"this_visitorMessage_by_x_has_been_deleted_by_y_link\";s:72:\"This visitor message by %1$s has been deleted by <a href=\"%2$s\">%3$s</a>\";s:18:\"thread_copied_to_x\";s:23:\"Topic copied to \'%1$s\'.\";s:39:\"thread_edited_visible_x_open_y_sticky_z\";s:55:\"Topic edited. (visible: %1$s; open: %2$s; sticky: %3$s)\";s:35:\"thread_merged_from_multiple_threads\";s:33:\"Topic merged from multiple topics\";s:20:\"thread_merged_with_x\";s:25:\"Topic merged with \'%1$s\'.\";s:17:\"thread_moved_to_x\";s:22:\"Topic moved to \'%1$s\'.\";s:31:\"thread_moved_with_redirect_to_a\";s:36:\"Topic moved with redirect to \'%1$s\'.\";s:11:\"thread_open\";s:4:\"Open\";s:23:\"thread_redirect_removed\";s:22:\"Topic Redirect Removed\";s:14:\"thread_removed\";s:13:\"Topic Removed\";s:18:\"thread_softdeleted\";s:18:\"Topic Soft Deleted\";s:17:\"thread_split_to_x\";s:29:\"Topic split to threadid %1$s.\";s:22:\"thread_title_x_changed\";s:37:\"Topic title (original \'%1$s\') changed\";s:16:\"thread_undeleted\";s:15:\"Topic Undeleted\";s:10:\"unapproved\";s:10:\"Unapproved\";s:21:\"unapproved_attachment\";s:21:\"Unapproved Attachment\";s:15:\"unapproved_post\";s:15:\"Unapproved Post\";s:17:\"unapproved_thread\";s:16:\"Unapproved Topic\";s:19:\"undelete_it_restore\";s:21:\"Undelete it (restore)\";s:7:\"unstuck\";s:7:\"Unstuck\";s:14:\"unstuck_thread\";s:13:\"Unstuck Topic\";s:26:\"url_of_thread_to_be_merged\";s:25:\"URL of Topic to be Merged\";s:37:\"you_must_have_the_required_permission\";s:113:\"You must have the required permission for this action in all forums from which you have selected topics or posts.\";s:45:\"you_must_have_the_required_permission_channel\";s:115:\"You must have the required permission for this action in all channels from which you have selected topics or posts.\";}','a:25:{s:6:\"0_to_9\";s:5:\"0 - 9\";s:6:\"a_to_h\";s:5:\"A - H\";s:12:\"all_messages\";s:12:\"All Messages\";s:3:\"bcc\";s:14:\"BCC Recipients\";s:27:\"confirm_outstanding_receipt\";s:27:\"Confirm Outstanding Receipt\";s:3:\"csv\";s:3:\"CSV\";s:11:\"date_filter\";s:11:\"Date Filter\";s:27:\"delete_message_click_button\";s:107:\"To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.\";s:9:\"file_type\";s:9:\"File Type\";s:15:\"forward_message\";s:15:\"Forward Message\";s:14:\"forward_prefix\";s:3:\"Fw:\";s:6:\"i_to_p\";s:5:\"I - P\";s:12:\"mark_as_read\";s:12:\"Mark as read\";s:14:\"mark_as_unread\";s:14:\"Mark as unread\";s:15:\"message_history\";s:15:\"Message History\";s:16:\"message_tracking\";s:16:\"Message Tracking\";s:19:\"new_private_message\";s:19:\"New Private Message\";s:6:\"q_to_z\";s:5:\"Q - Z\";s:4:\"read\";s:4:\"Read\";s:10:\"recipients\";s:15:\"Recipient Users\";s:6:\"sender\";s:6:\"Sender\";s:7:\"sent_to\";s:7:\"Sent to\";s:12:\"view_message\";s:12:\"View Message\";s:24:\"x_requested_read_receipt\";s:114:\"<strong>%1$s</strong> has requested a read receipt - Confirm? <!-- phrase name: x_has_requested_a_read_receipt -->\";s:3:\"xml\";s:3:\"XML\";}','a:240:{s:10:\"accept_all\";s:10:\"Accept All\";s:14:\"add_new_answer\";s:14:\"Add New Answer\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:16:\"add_new_question\";s:16:\"Add New Question\";s:37:\"add_new_user_infraction_level_gcpuser\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_title_gcpuser\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:24:\"additional_users_gcpuser\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:67:\"All members of this usergroup will revert to the <i>%1$s</i> group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:23:\"allow_access_to_channel\";s:23:\"Allow Access to Channel\";s:6:\"answer\";s:6:\"Answer\";s:7:\"answers\";s:7:\"Answers\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:192:\"Are you <b>sure</b> you want to delete the private messages belonging to the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the private messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:167:\"Are you <b>sure</b> you want to delete the subscriptions called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:158:\"Are you <b>sure</b> you want to delete the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x\";s:187:\"Are you <b>sure</b> you want to delete the visitor messages sent by the user called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:43:\"are_you_sure_you_want_to_delete_this_answer\";s:44:\"Are you sure you want to delete this answer?\";s:45:\"are_you_sure_you_want_to_delete_this_question\";s:46:\"Are you sure you want to delete this question?\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge <b>%1$s</b> into <b>%2$s</b>?<br />\r\n<br />\r\n<b>%1$s</b> will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:33:\"Automatic Topic Subscription Mode\";s:32:\"avatars_to_show_per_page_gcpuser\";s:24:\"Avatars to Show Per Page\";s:16:\"ban_user_gcpuser\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:18:\"delete_all_gcpuser\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:34:\"delete_user_transfer_social_groups\";s:397:\"<strong>This user is the maintainer of %1$s group(s)</strong><br />\r\nIf you delete this user, you will also delete their groups as well as all discussions, messages, user memberships, group images and all other content related to their groups.<br /><br />\r\nIf you want to force the transfer of this user\'s groups to yourself so that you may transfer or manage them later then check this checkbox: \";s:36:\"delete_visitor_messages_sent_by_user\";s:36:\"Delete Visitor Messages Sent by User\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:23:\"display_avatars_gcpuser\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:21:\"display_email_gcpuser\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:22:\"display_images_gcpuser\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:27:\"display_infractions_gcpuser\";s:19:\"Display Infractions\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:26:\"display_reputation_gcpuser\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:24:\"Display Signature Inline\";s:26:\"display_signatures_gcpuser\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:27:\"edit_profile_customizations\";s:27:\"Edit Profile Customizations\";s:39:\"edit_profile_style_customizations_for_x\";s:72:\"Edit Profile Style Customizations for \'<span class=\"normal\">%1$s</span>\'\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:23:\"edit_reputation_gcpuser\";s:15:\"Edit Reputation\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:29:\"email_to_send_at_once_gcpuser\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:23:\"enter_image_url_gcpuser\";s:35:\"Please enter the URL of your image:\";s:20:\"external_connections\";s:20:\"External Connections\";s:18:\"facebook_connected\";s:18:\"Facebook Connected\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for user<dfn>Enter Username</dfn>\";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>\";s:25:\"forum_permissions_gcpuser\";s:19:\"Channel Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for <i>x</i> days\";s:34:\"human_verification_manager_gcpuser\";s:26:\"Human Verification Manager\";s:26:\"human_verification_options\";s:26:\"Human Verification Options\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click <a href=\"%1$s\">here</a>.\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:26:\"image_verification_options\";s:26:\"Image Verification Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"</b>%1$s<b>\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \"</b>%1$s<b>\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:534:\"Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process cannot be reversed</b>.\";s:19:\"merge_users_gcpuser\";s:11:\"Merge Users\";s:13:\"message_email\";s:534:\"Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>\";s:26:\"moderate_followers_gcpuser\";s:25:\"Enable Subscriber Request\";s:30:\"move_user_to_usergroup_gcpuser\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:9:\"new_value\";s:9:\"New Value\";s:24:\"no_matches_found_gcpuser\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:9:\"old_value\";s:9:\"Old Value\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:21:\"primary_users_gcpuser\";s:13:\"Primary Users\";s:34:\"private_message_statistics_gcpuser\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:21:\"profile_customization\";s:21:\"Profile Customization\";s:28:\"profile_style_customizations\";s:28:\"Profile Style Customizations\";s:12:\"question_dfn\";s:67:\"Question<dfn>Answers are added after the question is created.</dfn>\";s:29:\"question_verification_options\";s:42:\"Question & Answer Verification Options\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:36:\"receieve_friend_request_notification\";s:35:\"Receive Friend Request Notification\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:5:\"regex\";s:5:\"Regex\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:40:\"regular_expression_require_match_gcpuser\";s:185:\"Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>\";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:94:\"Resize image to user\'s maximum allowed dimensions\r\n<dfn>As defined by their usergroup(s)</dfn>\";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:27:\"search_ip_addresses_gcpuser\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:33:\"show_others_custom_profile_styles\";s:39:\"Show Other Users\' Custom Profile Styles\";s:35:\"showing_avatars_x_to_y_of_z_gcpuser\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?<dfn>(Will not send any email out)</dfn>\";s:29:\"text_to_separate_addresses_by\";s:220:\"Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>\";s:30:\"there_are_no_changes_to_revert\";s:30:\"There are no changes to revert\";s:28:\"there_are_no_changes_to_save\";s:28:\"There are no changes to save\";s:29:\"this_action_is_not_reversible\";s:222:\"Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:23:\"Updating Topics / Posts\";s:28:\"updating_threads_posts_for_x\";s:32:\"Updating Topics / Posts for %1$s\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:36:\"user_no_permission_customize_profile\";s:80:\"This user does not have permission to customize any parts of his or her profile.\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:26:\"user_title_manager_gcpuser\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:25:\"usergroup_options_gcpuser\";s:17:\"Usergroup Options\";s:22:\"userid_is_greater_than\";s:35:\"User ID is greater than or equal to\";s:19:\"userid_is_less_than\";s:20:\"User ID is less than\";s:33:\"users_awaiting_moderation_gcpuser\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:19:\"view_change_history\";s:19:\"View change history\";s:30:\"view_forum_permissions_gcpuser\";s:24:\"View Channel Permissions\";s:24:\"view_infractions_gcpuser\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:26:\"view_join_requests_gcpuser\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:34:\"view_social_groups_created_by_user\";s:27:\"View Groups Created by User\";s:33:\"visitor_messages_sent_by_the_user\";s:33:\"Visitor Messages sent by the User\";s:15:\"warning_gcpuser\";s:7:\"Warning\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:16:\"warnings_gcpuser\";s:8:\"Warnings\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!\";}','a:18:{s:13:\"access_denied\";s:13:\"Access Denied\";s:21:\"access_denied_x_users\";s:27:\"Access Denied: %1$s User(s)\";s:14:\"access_granted\";s:14:\"Access Granted\";s:22:\"access_granted_x_users\";s:28:\"Access Granted: %1$s User(s)\";s:19:\"access_mask_manager\";s:19:\"Access Mask Manager\";s:25:\"access_masks_quick_editor\";s:25:\"Access Masks Quick Editor\";s:20:\"coppa_perm_form_desc\";s:148:\"Due to the age requirement to access to this site, we would have to get a sign agreement from a parent or guardian\r\nbefore you can access this site.\";s:23:\"delete_all_access_masks\";s:23:\"Delete All Access Masks\";s:17:\"display_all_users\";s:17:\"Display All Users\";s:13:\"display_users\";s:13:\"Display Users\";s:24:\"enter_email_content_here\";s:40:\"Enter the content you wish to send here.\";s:34:\"enter_email_message_and_recipients\";s:109:\"Please enter at least an email message and at least one recipient. A subject is recommended but not required.\";s:19:\"enter_email_subject\";s:19:\"Enter Email Subject\";s:14:\"public_preview\";s:14:\"Public Preview\";s:20:\"share_post_link_help\";s:53:\"Share this post by copying and pasting the link below\";s:4:\"sort\";s:4:\"Sort\";s:30:\"type_email_semicolon_separated\";s:56:\"Type emails addresses and separate them with a semicolon\";s:25:\"user_channel_access_for_x\";s:28:\"User Channel Access for %1$s\";}','a:116:{s:12:\"active_gcron\";s:6:\"Active\";s:28:\"add_new_scheduled_task_gcron\";s:22:\"Add New Scheduled Task\";s:27:\"allow_html_in_announcements\";s:75:\"Allow HTML in Announcements\r\n<dfn>Strongly not recommended - see Help</dfn>\";s:37:\"are_you_sure_want_to_delete_rssfeed_x\";s:252:\"Are you sure you want to delete the RSS feed called \'%1$s\'?<br />\r\n<br />\r\nDeleting this item will <strong>not</strong> remove any topics, posts or announcements posted from the feed. Please use the regular moderation tools if you wish to remove these.\";s:51:\"are_you_sure_you_want_to_delete_this_scheduled_task\";s:52:\"Are you sure you want to delete this Scheduled Task?\";s:13:\"body_template\";s:13:\"Body Template\";s:16:\"check_feed_every\";s:19:\"Check Feed Every...\";s:24:\"close_thread_after_delay\";s:23:\"Close Topic After Delay\";s:22:\"convert_html_to_bbcode\";s:118:\"Convert HTML to BB Code.\r\n<dfn>If this is enabled then the setting \"Allow HTML in Announcements\" will be ignored</dfn>\";s:8:\"day_abbr\";s:1:\"D\";s:12:\"day_of_month\";s:16:\"Day of the Month\";s:11:\"day_of_week\";s:79:\"Day of the Week <dfn>(Note: this overrides the \'day of the month\' option)</dfn>\";s:38:\"days_for_announcement_to_remain_active\";s:38:\"Days for Announcement to Remain Active\";s:11:\"dow_acronym\";s:3:\"DoW\";s:13:\"edit_rss_feed\";s:13:\"Edit RSS Feed\";s:15:\"feed_is_enabled\";s:15:\"Feed is Enabled\";s:29:\"feed_supports_content_encoded\";s:256:\"This feed supports <em>content:encoded</em>. Your imported feeds may appear nicer if you use <strong>{feed:content:encoded}</strong> in your bodytemplate instead of <strong>{feed:description}</strong> and enable the <em>Convert HTML to BB Code</em> option.\";s:17:\"friday_abbr_gcron\";s:3:\"Fri\";s:9:\"hour_abbr\";s:1:\"h\";s:21:\"indexing_parent_nodes\";s:21:\"indexing parent nodes\";s:12:\"last_checked\";s:12:\"Last Checked\";s:10:\"log_phrase\";s:10:\"Log Phrase\";s:18:\"make_thread_sticky\";s:17:\"Make Topic Sticky\";s:21:\"match_all_words_gcron\";s:15:\"Match All Words\";s:22:\"maximum_items_to_fetch\";s:97:\"Maximum Items to Fetch\r\n<dfn>Any items above this number found in the feed will be ignored.</dfn>\";s:8:\"min_abbr\";s:1:\"m\";s:15:\"moderate_thread\";s:122:\"Moderate Topic\r\n<dfn>If set to \'Yes\', topics will be invisible when posted until authorized by a board staff member.</dfn>\";s:17:\"monday_abbr_gcron\";s:3:\"Mon\";s:10:\"month_abbr\";s:1:\"M\";s:9:\"next_time\";s:9:\"Next Time\";s:30:\"note_prefix_must_allowed_forum\";s:69:\"Note: the prefix you choose must be allowed in the destination forum!\";s:27:\"post_items_as_announcements\";s:27:\"Post Items as Announcements\";s:21:\"post_items_as_threads\";s:20:\"Post Items as Topics\";s:12:\"preview_feed\";s:12:\"Preview Feed\";s:23:\"reset_last_checked_time\";s:23:\"Reset Last Checked Time\";s:14:\"rss_feed_gcron\";s:8:\"RSS Feed\";s:25:\"rss_templates_description\";s:405:\"The two templates listed here are used for the title (title template) and body (body template) of messages posted by the RSS poster.<br />\r\n<br />\r\nYou can specify exactly how these items appear and any item from a feed can be inserted by using {feed:<strong>fieldname</strong>} where \'fieldname\' corresponds to one of the following: title, description, link, id, date, enclosure_href and content:encoded.\";s:21:\"rssfeed_body_template\";s:52:\"{feed:description}\r\n\r\n[url={feed:link}]More...[/url]\";s:22:\"rssfeed_title_template\";s:12:\"{feed:title}\";s:7:\"run_now\";s:7:\"Run Now\";s:22:\"run_scheduled_task_now\";s:22:\"Run Scheduled Task Now\";s:19:\"saturday_abbr_gcron\";s:3:\"Sat\";s:14:\"scheduled_task\";s:14:\"Scheduled Task\";s:28:\"scheduled_task_manager_gcron\";s:22:\"Scheduled Task Manager\";s:21:\"scheduled_tasks_gcron\";s:15:\"Scheduled Tasks\";s:16:\"search_item_body\";s:16:\"Search Item Body\";s:22:\"search_items_for_words\";s:229:\"Search Items for Words\r\n<dfn>Only insert items if they contain one or more of these words. Put a space or a new line between each search word. You can create a phrase with multiple words by enclosing them in double quotes.</dfn>\";s:17:\"sunday_abbr_gcron\";s:3:\"Sun\";s:18:\"task_activate_desc\";s:161:\"This script sends reminder emails to users in the Awaiting Confirmation usergroup. An email is sent one day after the user has registered and again at five days.\";s:17:\"task_activate_log\";s:40:\"Activation Reminder Emails sent to: %1$s\";s:19:\"task_activate_title\";s:25:\"Activation Reminder Email\";s:18:\"task_birthday_desc\";s:40:\"Sends emails to users on their birthday.\";s:17:\"task_birthday_log\";s:28:\"Birthday Email Sent to: %1$s\";s:19:\"task_birthday_title\";s:9:\"Birthdays\";s:16:\"task_ccbill_desc\";s:178:\"This script is only needed if you enable the CCBill payment processor. It will contact the CCBill server to check for reversed payments and update your subscriptions accordingly.\";s:15:\"task_ccbill_log\";s:12:\"CCBill: %1$s\";s:17:\"task_ccbill_title\";s:21:\"CCBill Reversal Check\";s:18:\"task_cleanup2_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:17:\"task_cleanup2_log\";s:27:\"Hourly Cleanup #2 Completed\";s:19:\"task_cleanup2_title\";s:17:\"Hourly Cleanup #2\";s:17:\"task_cleanup_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:16:\"task_cleanup_log\";s:27:\"Hourly Cleanup #1 Completed\";s:18:\"task_cleanup_title\";s:14:\"Hourly Cleanup\";s:22:\"task_dailycleanup_desc\";s:56:\"This script performs various cleanup tasks once per day.\";s:21:\"task_dailycleanup_log\";s:23:\"Daily Cleanup Completed\";s:23:\"task_dailycleanup_title\";s:13:\"Daily Cleanup\";s:21:\"task_digestdaily_desc\";s:66:\"This script sends out new post and new topic digests once per day.\";s:20:\"task_digestdaily_log\";s:17:\"Daily Digest Sent\";s:22:\"task_digestdaily_title\";s:12:\"Daily Digest\";s:22:\"task_digestweekly_desc\";s:67:\"This script sends out new post and new topic digests once per week.\";s:21:\"task_digestweekly_log\";s:18:\"Weekly Digest Sent\";s:23:\"task_digestweekly_title\";s:13:\"Weekly Digest\";s:21:\"task_infractions_desc\";s:42:\"Removes expired infractions twice an hour.\";s:20:\"task_infractions_log\";s:28:\"Infraction Expired for: %1$s\";s:22:\"task_infractions_title\";s:19:\"Infractions Cleanup\";s:19:\"task_nodestats_desc\";s:100:\"This script keep up to date stats on visits and comments for nodes as well as cleanup older stats.\r\n\";s:18:\"task_nodestats_log\";s:27:\"Node Stats Update Completed\";s:20:\"task_nodestats_title\";s:17:\"Node Stats Update\";s:25:\"task_privatemessages_desc\";s:139:\"This task will look for up to 200 Private Messages which have been in the Trash folder for more than 30 days and automatically delete them.\";s:24:\"task_privatemessages_log\";s:32:\"Remove deleted private messages.\";s:26:\"task_privatemessages_title\";s:34:\"Remove Private Messages from Trash\";s:19:\"task_promotion_desc\";s:56:\"This script performs usergroup promotions once per hour.\";s:18:\"task_promotion_log\";s:107:\"Usergroup: <strong>%1$s</strong>%2$s; Users: %3$s<dfn>* = Primary Usergroup, %% = Secondary Usergroup</dfn>\";s:20:\"task_promotion_title\";s:15:\"User Promotions\";s:20:\"task_removebans_desc\";s:73:\"This script restores the access of temporarily banned users once an hour.\";s:19:\"task_removebans_log\";s:25:\"Lifted Ban on Users: %1$s\";s:21:\"task_removebans_title\";s:32:\"Restore Temporarily Banned Users\";s:19:\"task_rssposter_desc\";s:94:\"Reads RSS feeds from the internet and inserts them into your board as topics or announcements.\";s:18:\"task_rssposter_log\";s:28:\"Inserted the following: %1$s\";s:20:\"task_rssposter_title\";s:16:\"RSS Poster Robot\";s:27:\"task_scheduled_publish_desc\";s:99:\"If Articles have been scheduled for future unattended publish or unpublish, this task handles them.\";s:26:\"task_scheduled_publish_log\";s:36:\"Scheduled publish task has completed\";s:28:\"task_scheduled_publish_title\";s:28:\"Scheduled Unattended Publish\";s:28:\"task_searchqueueupdates_desc\";s:169:\"Queue updates for search?\r\nThis MUST be enabled if updates are queued in Settings > Options > Message Searching Options. Otherwise search will find only old information.\";s:27:\"task_searchqueueupdates_log\";s:11:\"Index Queue\";s:29:\"task_searchqueueupdates_title\";s:20:\"Search Queue Updates\";s:17:\"task_sitemap_desc\";s:134:\"Generates each part of the XML sitemap one of the time. This task only actually runs if the option to generate the sitemap is enabled.\";s:16:\"task_sitemap_log\";s:38:\"XML sitemap run. File(s) created: %1$s\";s:18:\"task_sitemap_title\";s:20:\"Generate XML Sitemap\";s:15:\"task_stats_desc\";s:163:\"This script updates forum stats once per day. These are the stats that are accessed from the Admin Control Panel (New Users, New Topics, New Posts, Active Users).\";s:14:\"task_stats_log\";s:24:\"Daily Statistics Updated\";s:16:\"task_stats_title\";s:20:\"Daily Statistics Log\";s:23:\"task_subscriptions_desc\";s:127:\"Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire subscriptions.\";s:22:\"task_subscriptions_log\";s:26:\"Paid Subscriptions Updated\";s:24:\"task_subscriptions_title\";s:13:\"Subscriptions\";s:19:\"thread_action_delay\";s:204:\"Topic Action Delay (Hours)\r\n<dfn>If you specify a number of hours here, the actions checked below will be performed on the inserted topic after the delay specified. Set to 0 to disable this feature.</dfn>\";s:19:\"thursday_abbr_gcron\";s:3:\"Thu\";s:14:\"title_template\";s:14:\"Title Template\";s:18:\"tuesday_abbr_gcron\";s:3:\"Tue\";s:26:\"unstick_thread_after_delay\";s:32:\"Unstick Sticky Topic After Delay\";s:11:\"url_of_feed\";s:11:\"URL of Feed\";s:20:\"wednesday_abbr_gcron\";s:3:\"Wed\";s:13:\"x_hours_gcron\";s:10:\"%1$s Hours\";s:9:\"x_minutes\";s:12:\"%1$s Minutes\";s:20:\"x_unable_to_open_url\";s:59:\"<p><em>%1$s</em> Unable to open URL or no data returned</p>\";s:23:\"x_xml_error_y_at_line_z\";s:49:\"<p><em>%1$s</em> XML Error: %2$s at line %3$s</p>\";}','a:21:{s:30:\"add_new_moderator_to_channel_x\";s:61:\"Add New Moderator to Channel <span class=\"normal\">%1$s</span>\";s:39:\"are_you_sure_want_to_delete_moderator_x\";s:235:\"Are you <b>sure</b> you want to delete the moderator called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone and may cause this user to be returned to the default, registered group.\";s:46:\"are_you_sure_you_want_to_delete_this_moderator\";s:128:\"Are you sure you want to delete this Moderator? This action may cause this user to be returned to the default, registered group.\";s:26:\"can_delete_albums_pictures\";s:26:\"Can Delete Albums/Pictures\";s:24:\"can_edit_albums_pictures\";s:24:\"Can Edit Albums/Pictures\";s:37:\"change_moderator_primary_usergroup_to\";s:39:\"Change Moderator\'s Primary Usergroup to\";s:30:\"edit_moderator_x_for_channel_y\";s:50:\"Edit Moderator </b>%1$s<b> for Channel </b>%2$s<b>\";s:17:\"email_preferences\";s:17:\"Email Preferences\";s:44:\"error_occurred_while_making_users_moderators\";s:62:\"An error occurred while making the following users moderators:\";s:53:\"if_you_would_like_to_remove_this_moderator_gmoderator\";s:42:\"If You Would Like to Remove this Moderator\";s:26:\"make_moderator_a_member_of\";s:26:\"Make Moderator a Member of\";s:17:\"moderator_manager\";s:17:\"Moderator Manager\";s:20:\"more_than_x_days_ago\";s:23:\"More Than %1$s Days Ago\";s:25:\"receive_email_on_new_post\";s:40:\"Receive Email When a New Post is Created\";s:27:\"receive_email_on_new_thread\";s:41:\"Receive Email When a New Topic is Created\";s:34:\"remove_moderator_from_all_channels\";s:39:\"Remove this Moderator from All Channels\";s:27:\"super_moderator_permissions\";s:27:\"Super Moderator Permissions\";s:16:\"super_moderators\";s:16:\"Super Moderators\";s:40:\"the_following_users_were_made_moderators\";s:54:\"The following users were successfully made moderators:\";s:23:\"there_are_no_moderators\";s:33:\"There are no assigned moderators.\";s:33:\"user_album_permissions_gmoderator\";s:22:\"User Album Permissions\";}','a:121:{s:15:\"add_new_setting\";s:15:\"Add New Setting\";s:21:\"add_new_setting_group\";s:21:\"Add New Setting Group\";s:11:\"add_setting\";s:11:\"Add Setting\";s:12:\"akismet_desc\";s:715:\"<p>The <a href=\"http://akismet.com/\">Akismet</a> service provides spam detection for user submitted posts. When enabled, suspected posts will be marked as spam, leaving the posts only visible to moderators for approval or deletion.</p>\r\n<p>Content that is not detected as spam can be sent to the Akismet database to improve future detection. This is accomplished via the Inline Moderation Delete Posts option.</p>\r\n<p>Usage of this service requires an Akismet API key, which can be retrieved from <a href=\"http://akismet.com/\">akismet.com</a>.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having their posts scanned for spam.</p>\";s:16:\"akismet_settings\";s:16:\"Akismet Settings\";s:11:\"always_send\";s:18:\"Always send header\";s:37:\"are_you_sure_want_to_delete_setting_x\";s:52:\"Are you sure you want to delete the setting: \'%1$s\'?\";s:42:\"are_you_sure_want_to_delete_settinggroup_x\";s:58:\"Are you sure you want to delete the setting group: \'%1$s\'?\";s:19:\"automoderation_desc\";s:272:\"<p>The settings below are internal methods that can be employed to detect potential spammers.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having these methods utilized on their posts.</p>\";s:23:\"automoderation_settings\";s:24:\"Auto Moderation Settings\";s:6:\"backup\";s:6:\"Backup\";s:23:\"backup_restore_settings\";s:25:\"Backup / Restore Settings\";s:5:\"basic\";s:5:\"Basic\";s:9:\"blacklist\";s:9:\"Blacklist\";s:5:\"blank\";s:7:\"(blank)\";s:23:\"collapse_setting_groups\";s:23:\"Collapse Setting Groups\";s:11:\"collapsible\";s:11:\"Collapsible\";s:9:\"contactus\";s:10:\"Contact Us\";s:14:\"coppa_disabled\";s:13:\"Disable COPPA\";s:13:\"coppa_enabled\";s:12:\"Enable COPPA\";s:14:\"custom_setting\";s:14:\"Custom Setting\";s:32:\"database_automatic_forum_marking\";s:34:\"Database (automatic forum marking)\";s:35:\"database_no_automatic_forum_marking\";s:37:\"Database (no automatic forum marking)\";s:17:\"datatype_bitfield\";s:8:\"Bitfield\";s:16:\"datatype_boolean\";s:7:\"Boolean\";s:13:\"datatype_free\";s:4:\"Free\";s:16:\"datatype_integer\";s:7:\"Integer\";s:16:\"datatype_numeric\";s:7:\"Numeric\";s:15:\"datatype_posint\";s:16:\"Positive Integer\";s:17:\"datatype_username\";s:8:\"Username\";s:24:\"db_search_implementation\";s:9:\"DB Search\";s:26:\"deny_under_13_registration\";s:47:\"Deny registration for users aged under 13 years\";s:18:\"detailed_gcpoption\";s:8:\"Detailed\";s:32:\"display_but_require_admin_or_mod\";s:47:\"Display, but require administrator or moderator\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:16:\"display_publicly\";s:16:\"Display publicly\";s:24:\"display_reputation_power\";s:24:\"Display Reputation Power\";s:13:\"do_not_import\";s:13:\"Do not import\";s:13:\"do_not_log_ip\";s:13:\"Do not log IP\";s:24:\"download_upload_settings\";s:26:\"Download / Upload Settings\";s:16:\"email_moderators\";s:16:\"Email Moderators\";s:35:\"email_moderators_and_administrators\";s:54:\"Email Moderators, Super Moderators, and Administrators\";s:14:\"enable_friends\";s:7:\"Friends\";s:13:\"enable_groups\";s:6:\"Groups\";s:23:\"enable_visitor_tracking\";s:16:\"Visitor Tracking\";s:25:\"error_confirmation_phrase\";s:101:\"There are errors in the settings on this page.\\n\\r\\n\\n\\r\\nAre you sure you want to save the settings?\";s:21:\"expand_setting_groups\";s:21:\"Expand Setting Groups\";s:8:\"expanded\";s:8:\"Expanded\";s:11:\"icon_resize\";s:4:\"Icon\";s:27:\"ignore_blacklisted_settings\";s:27:\"Ignore Blacklisted settings\";s:24:\"import_settings_xml_file\";s:24:\"Import Settings XML File\";s:18:\"importing_settings\";s:18:\"Importing Settings\";s:23:\"inactivity_cookie_based\";s:23:\"Inactivity/Cookie Based\";s:21:\"instant_message_icons\";s:21:\"Instant Message Icons\";s:35:\"language_specific_skypeweb_graphics\";s:39:\"Use Language-Specific SkypeWeb Graphics\";s:12:\"large_resize\";s:5:\"Large\";s:21:\"live_permission_check\";s:21:\"Live Permission Check\";s:6:\"lostpw\";s:21:\"Recover Lost Password\";s:13:\"medium_resize\";s:6:\"Medium\";s:10:\"never_send\";s:17:\"Never send header\";s:8:\"no_email\";s:8:\"No Email\";s:19:\"no_permission_check\";s:19:\"No Permission Check\";s:16:\"normal_gcpoption\";s:6:\"Normal\";s:37:\"not_specified_questions_no_validation\";s:90:\"You have not specified any questions. No validation will happen until a question is added.\";s:17:\"only_one_per_post\";s:56:\"Yes, full size, but only if post has only one attachment\";s:11:\"option_code\";s:68:\"Option Code <dfn>(blank, yesno, textarea, or custom eval code)</dfn>\";s:24:\"profilefield_x_fieldid_y\";s:11:\"%1$s (%2$s)\";s:21:\"question_verification\";s:34:\"Question & Answer Verification\";s:12:\"random_color\";s:12:\"Random Color\";s:11:\"random_font\";s:11:\"Random Font\";s:15:\"random_fontsize\";s:16:\"Random Font Size\";s:12:\"random_shape\";s:13:\"Random Shapes\";s:12:\"random_slant\";s:12:\"Random Slant\";s:9:\"recaptcha\";s:16:\"reCAPTCHA™\";s:20:\"recaptcha_blackglass\";s:11:\"Black Glass\";s:15:\"recaptcha_clean\";s:5:\"Clean\";s:13:\"recaptcha_red\";s:3:\"Red\";s:30:\"recaptcha_verification_options\";s:37:\"reCAPTCHA™ Verification Options\";s:15:\"recaptcha_white\";s:5:\"White\";s:7:\"restore\";s:7:\"Restore\";s:25:\"restore_settings_xml_file\";s:25:\"Restore Settings XML File\";s:16:\"restore_xml_file\";s:40:\"OR restore the XML file from your server\";s:13:\"save_settings\";s:13:\"Save Settings\";s:17:\"search_engine_ask\";s:7:\"Ask.com\";s:20:\"search_engine_google\";s:6:\"Google\";s:25:\"search_engine_live_search\";s:11:\"Live Search\";s:22:\"search_engine_moreover\";s:8:\"Moreover\";s:19:\"search_engine_yahoo\";s:6:\"Yahoo!\";s:23:\"search_reindex_required\";s:354:\"Changing search implementations will require you to rebuild the search index before the search function will return results. This can be done via Maintenance > Update Counters. Reindex can take a long time for large boards. Some high performance search engines may provide a faster alternate method of doing a full reindex, consult your documentation.\";s:28:\"select_search_implementation\";s:28:\"Select Search Implementation\";s:11:\"send_if_iis\";s:32:\"Send header only if IIS detected\";s:7:\"setting\";s:7:\"Setting\";s:23:\"settings_bitfield_error\";s:99:\"An error occurred while processing the bitfield files, the following information was returned: %1$s\";s:17:\"show_all_settings\";s:17:\"Show All Settings\";s:32:\"show_birthdays_active_users_only\";s:36:\"Show birthdays for active users only\";s:32:\"show_total_number_active_members\";s:35:\"Show total number of active members\";s:6:\"single\";s:6:\"Single\";s:12:\"small_resize\";s:5:\"Small\";s:28:\"sphinx_search_implementation\";s:13:\"Sphinx Search\";s:18:\"stopforumspam_desc\";s:779:\"<p>The <a href=\"http://www.stopforumspam.com/\">Stop Forum Spam</a> service provides detection of potential spammers during new user registration. When enabled, users can be detected via their IP address, email address, and username.</p>\r\n<p>Detected users will be blocked from registering.</p>\r\n<p>In addition to handling registration, suspected spammers can be reported to the service via the Inline Moderation Delete Posts option.</p>\r\n<p>The level of false-positives can be controlled by altering the Activity and Confidence check values.</p>\r\n<p>Detecting spammers at registration requires nothing extra to be done but submitting spammers to the service requires an API key, which can be retrieved from <a href=\"http://www.stopforumspam.com\">www.stopforumspam.com</a>.</p>\r\n\";s:22:\"stopforumspam_settings\";s:24:\"Stop Forum Spam Settings\";s:18:\"suggested_settings\";s:18:\"Suggested Settings\";s:16:\"thumbnail_resize\";s:9:\"Thumbnail\";s:18:\"use_custom_setting\";s:34:\"Use Custom Setting (Specify Below)\";s:19:\"validation_php_code\";s:19:\"Validation PHP Code\";s:15:\"yes_ajax_upload\";s:27:\"Yes, Ajax Upload by Default\";s:9:\"yes_click\";s:10:\"Yes, Click\";s:18:\"yes_click_or_hover\";s:19:\"Yes, Click or Hover\";s:33:\"yes_display_post_counts_gcpoption\";s:25:\"Yes - Display Post Counts\";s:16:\"yes_flash_upload\";s:28:\"Yes, Flash Upload by Default\";s:14:\"yes_full_image\";s:14:\"Yes, full size\";s:30:\"yes_hide_post_counts_gcpoption\";s:22:\"Yes - Hide Post Counts\";s:9:\"yes_hover\";s:10:\"Yes, Hover\";s:22:\"yes_plain_text_version\";s:23:\"Yes, plain text version\";s:21:\"yes_rich_text_version\";s:22:\"Yes, rich text version\";s:14:\"yes_thumbnails\";s:23:\"Yes, display thumbnails\";s:15:\"yes_with_border\";s:16:\"Yes, with border\";s:30:\"yes_with_border_and_dimensions\";s:31:\"Yes, with border and dimensions\";s:19:\"yes_with_dimensions\";s:20:\"Yes, with dimensions\";s:16:\"yes_with_locking\";s:17:\"Yes, with locking\";s:15:\"yesterday_today\";s:17:\"Yesterday / Today\";}','a:12:{s:6:\"always\";s:6:\"Always\";s:46:\"are_you_sure_you_want_to_delete_this_user_rank\";s:47:\"Are you sure you want to delete this User Rank?\";s:12:\"display_type\";s:12:\"Display Type\";s:12:\"displaygroup\";s:12:\"Displaygroup\";s:33:\"if_displaygroup_equals_this_group\";s:28:\"If Displaygroup = This Group\";s:14:\"images_gcprank\";s:6:\"Images\";s:21:\"or_you_may_enter_text\";s:54:\"<b>OR</b> you may enter text<dfn>HTML is allowed</dfn>\";s:9:\"rank_type\";s:9:\"Rank Type\";s:10:\"stack_rank\";s:10:\"Stack Rank\";s:20:\"times_to_repeat_rank\";s:31:\"Number of times to repeat rank:\";s:19:\"user_rank_file_path\";s:19:\"User Rank File Path\";s:25:\"user_rank_manager_gcprank\";s:17:\"User Rank Manager\";}','a:21:{s:30:\"add_new_usergroup_gcpusergroup\";s:17:\"Add New Usergroup\";s:24:\"add_new_usergroup_leader\";s:24:\"Add New Usergroup Leader\";s:20:\"add_usergroup_leader\";s:20:\"Add Usergroup Leader\";s:49:\"are_you_sure_want_to_delete_promotion_usergroup_x\";s:182:\"Are you <b>sure</b> you want to delete the promotion from the usergroup called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:46:\"are_you_sure_want_to_delete_usergroup_leader_x\";s:170:\"Are you <b>sure</b> you want to delete the usergroup leader called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:39:\"are_you_sure_want_to_delete_usergroup_x\";s:163:\"Are you <b>sure</b> you want to delete the usergroup called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:37:\"create_permissions_based_off_of_forum\";s:48:\"Create Forum Permissions Based off of Usergroup:\";s:39:\"create_usergroup_based_off_of_usergroup\";s:40:\"Create Usergroup Based off of Usergroup:\";s:17:\"custom_usergroups\";s:17:\"Custom Usergroups\";s:15:\"days_registered\";s:15:\"Days Registered\";s:18:\"default_usergroups\";s:18:\"Default Usergroups\";s:16:\"delete_usergroup\";s:16:\"Delete Usergroup\";s:14:\"edit_usergroup\";s:14:\"Edit Usergroup\";s:9:\"promotion\";s:9:\"Promotion\";s:21:\"public_group_settings\";s:21:\"Public Group Settings\";s:32:\"public_joinable_custom_usergroup\";s:35:\"Public (Joinable) Custom Usergroups\";s:25:\"show_all_additional_users\";s:25:\"Show All Additional Users\";s:22:\"show_all_primary_users\";s:22:\"Show All Primary Users\";s:30:\"usergroup_manager_gcpusergroup\";s:17:\"Usergroup Manager\";s:31:\"view_join_requests_gcpusergroup\";s:18:\"View Join Requests\";s:15:\"view_reputation\";s:15:\"View Reputation\";}',NULL,'a:100:{s:9:\"add_files\";s:9:\"Add Files\";s:8:\"add_tags\";s:8:\"Add Tags\";s:13:\"album_picture\";s:13:\"Album Picture\";s:3:\"asc\";s:3:\"Asc\";s:12:\"attach_files\";s:12:\"Attach Files\";s:10:\"auto_saved\";s:10:\"Auto-Saved\";s:33:\"automatically_parse_links_in_text\";s:33:\"Automatically parse links in text\";s:28:\"browser_is_safari_no_wysiwyg\";s:49:\"The Safari browser does not support WYSIWYG mode.\";s:11:\"choose_file\";s:11:\"Choose File\";s:6:\"colors\";s:6:\"Colors\";s:27:\"complete_image_verification\";s:43:\"You did not complete the Image Verification\";s:8:\"computer\";s:8:\"Computer\";s:11:\"content_url\";s:11:\"Content URL\";s:3:\"cut\";s:3:\"Cut\";s:12:\"delete_table\";s:12:\"Delete Table\";s:4:\"desc\";s:4:\"Desc\";s:17:\"detailed_gposting\";s:8:\"Detailed\";s:23:\"disable_smilies_in_text\";s:23:\"Disable smilies in text\";s:9:\"edit_tags\";s:15:\"Add / Edit Tags\";s:16:\"enter_email_link\";s:44:\"Please enter the email address for the link:\";s:15:\"enter_link_text\";s:55:\"Enter the text to be displayed for the link (optional):\";s:14:\"enter_link_url\";s:34:\"Please enter the URL of your link:\";s:15:\"enter_list_item\";s:81:\"Enter a list item.\\r\\nLeave the box empty or press \'Cancel\' to complete the list:\";s:15:\"enter_list_type\";s:143:\"What type of list do you want? Enter \'1\' for a numbered list, enter \'a\' for an alphabetical list, or leave blank for a list with bullet points:\";s:18:\"enter_option_x_tag\";s:36:\"Enter the option for the [%1$s] tag:\";s:16:\"enter_tag_option\";s:42:\"Please enter the option for your %1$s tag:\";s:26:\"enter_text_to_be_formatted\";s:30:\"Enter the text to be formatted\";s:11:\"enter_title\";s:11:\"Enter title\";s:14:\"enter_url_file\";s:21:\"Enter URL of the file\";s:21:\"enter_video_url_below\";s:32:\"Enter your video clip URL below.\";s:32:\"fbpublish_message_articlecomment\";s:42:\"just posted a new article comment at %1$s:\";s:29:\"fbpublish_message_blogcomment\";s:39:\"just posted a new blog comment at %1$s:\";s:27:\"fbpublish_message_blogentry\";s:37:\"just posted a new blog entry at %1$s:\";s:26:\"fbpublish_message_newreply\";s:32:\"just replied to a topic at %1$s:\";s:27:\"fbpublish_message_newthread\";s:29:\"just started a topic at %1$s:\";s:4:\"file\";s:4:\"File\";s:17:\"file_is_too_large\";s:17:\"File is too Large\";s:5:\"files\";s:5:\"Files\";s:5:\"fonts\";s:5:\"Fonts\";s:10:\"forum_post\";s:10:\"Forum Post\";s:13:\"from_computer\";s:13:\"From Computer\";s:11:\"go_advanced\";s:11:\"Go Advanced\";s:13:\"group_picture\";s:13:\"Group Picture\";s:21:\"iespell_not_installed\";s:196:\"ieSpell is a spell-checking tool for Internet Explorer.\\r\\n\\r\\nIf you would like to download ieSpell, click OK; otherwise click Cancel.\\r\\n\\r\\nieSpell can be downloaded from http://www.iespell.com\";s:10:\"insert_all\";s:10:\"Insert All\";s:15:\"insert_fullsize\";s:8:\"Fullsize\";s:12:\"insert_image\";s:12:\"Insert Image\";s:12:\"insert_large\";s:5:\"Large\";s:13:\"insert_medium\";s:6:\"Medium\";s:12:\"insert_small\";s:5:\"Small\";s:16:\"insert_thumbnail\";s:9:\"Thumbnail\";s:12:\"insert_video\";s:12:\"Insert Video\";s:17:\"insert_video_clip\";s:17:\"Insert Video Clip\";s:12:\"invalid_file\";s:12:\"Invalid File\";s:17:\"invalid_file_data\";s:17:\"Invalid file data\";s:13:\"link_to_image\";s:13:\"Link to Image\";s:8:\"link_url\";s:8:\"Link URL\";s:4:\"list\";s:4:\"List\";s:12:\"max_filesize\";s:13:\"Max File-size\";s:7:\"maximum\";s:7:\"Maximum\";s:37:\"maximum_number_of_attachments_reached\";s:37:\"Maximum number of attachments reached\";s:17:\"message_too_short\";s:100:\"The message you have entered is too short. Please lengthen your message to at least %1$s characters.\";s:4:\"more\";s:4:\"More\";s:20:\"moz_edit_config_file\";s:63:\"You need to edit your Mozilla config file to allow this action.\";s:20:\"moz_must_select_text\";s:73:\"Mozilla requires that you must select some text for this function to work\";s:18:\"must_enter_subject\";s:33:\"You must enter a title / subject!\";s:23:\"must_select_text_to_use\";s:47:\"You must select some text to use this function.\";s:2:\"ok\";s:2:\"OK\";s:12:\"ordered_list\";s:12:\"Ordered List\";s:5:\"paste\";s:5:\"Paste\";s:24:\"please_select_attachment\";s:101:\"Please select at least one attachment to insert inline by clicking the checkbox in the bottom corner.\";s:15:\"post_comparison\";s:15:\"Post Comparison\";s:30:\"post_new_announcement_gposting\";s:21:\"Post New Announcement\";s:13:\"preview_break\";s:13:\"Preview Break\";s:26:\"previously_entered_content\";s:173:\"Previously entered content was automatically saved. <a href=\"#\" data-action=\"restore\" tabindex=\"1\">Restore</a> or <a href=\"#\" data-action=\"discard\" tabindex=\"1\">Discard</a>.\";s:18:\"reason_for_editing\";s:18:\"Reason for Editing\";s:11:\"remove_link\";s:11:\"Remove Link\";s:19:\"reset_views_counter\";s:27:\"Reset Views Counter to Zero\";s:34:\"retrieve_remote_file_and_ref_local\";s:42:\"Retrieve remote file and reference locally\";s:25:\"saving_of_settings_failed\";s:44:\"Saving of settings failed, please try again.\";s:23:\"select_a_file_to_attach\";s:31:\"Please select a file to attach.\";s:20:\"select_none_gposting\";s:11:\"Select None\";s:20:\"selected_attachments\";s:21:\"Selected Attachments:\";s:25:\"separate_tags_using_comma\";s:28:\"Separate tags using a comma.\";s:28:\"show_your_signature_gposting\";s:19:\"Show your signature\";s:5:\"sizes\";s:5:\"Sizes\";s:14:\"stuck_gposting\";s:5:\"Stuck\";s:14:\"submit_message\";s:14:\"Submit Message\";s:16:\"supported_videos\";s:25:\"Supported videos include:\";s:14:\"tag_management\";s:14:\"Tag Management\";s:45:\"this_message_already_contains_a_preview_break\";s:45:\"This message already contains a preview break\";s:12:\"time_of_edit\";s:12:\"Time of Edit\";s:39:\"unable_to_parse_attachmentid_from_image\";s:40:\"Unable to parse Attachmentid from image.\";s:13:\"upload_failed\";s:13:\"Upload Failed\";s:11:\"upload_file\";s:14:\"Upload File(s)\";s:7:\"website\";s:7:\"Website\";s:11:\"wrap_x_tags\";s:37:\"Wrap [%1$s] tags around selected text\";s:23:\"wysiwyg_command_invalid\";s:43:\"This command is invalid or not implemented.\";s:19:\"wysiwyg_initialized\";s:52:\"WYSIWYG Editor initialized for %1$s in %2$s seconds.\";s:19:\"wysiwyg_please_wait\";s:55:\"Please wait for the WYSIWYG editor to finish loading...\";}','a:5:{s:8:\"option_x\";s:11:\"Option %1$s\";s:13:\"poll_question\";s:13:\"Poll Question\";s:12:\"poll_results\";s:12:\"Poll Results\";s:12:\"poll_timeout\";s:12:\"Poll Timeout\";s:16:\"too_many_options\";s:32:\"There are too many poll options.\";}','a:24:{s:12:\"attachmentid\";s:12:\"attachmentid\";s:11:\"bbcode_list\";s:12:\"BB Code List\";s:11:\"explanation\";s:11:\"Explanation\";s:8:\"faq_item\";s:9:\"Help Item\";s:9:\"highlight\";s:9:\"Highlight\";s:6:\"linked\";s:6:\"Linked\";s:26:\"match_all_words_gfronthelp\";s:9:\"All words\";s:15:\"match_any_words\";s:9:\"Any words\";s:21:\"match_complete_phrase\";s:15:\"Complete phrase\";s:20:\"matching_description\";s:261:\"Select an option here to specify how you would like your search query to be treated. \'Any words\' will return the most numerous but possibly least relevant results, while \'Complete phrase\' will return only results that contain exactly what you are searching for.\";s:7:\"meaning\";s:7:\"Meaning\";s:6:\"postid\";s:6:\"postid\";s:10:\"search_faq\";s:11:\"Search Help\";s:16:\"search_faq_title\";s:11:\"Titles Only\";s:20:\"search_in_gfronthelp\";s:9:\"Search In\";s:22:\"search_titles_and_text\";s:30:\"Both help item titles and text\";s:34:\"search_titles_and_text_description\";s:107:\"Select this option if you would like your search to look in the text of help items as well as their titles.\";s:28:\"show_only_items_that_contain\";s:36:\"Show only help items that contain...\";s:8:\"threadid\";s:8:\"threadid\";s:5:\"usage\";s:5:\"Usage\";s:5:\"value\";s:5:\"value\";s:13:\"vbulletin_faq\";s:9:\"%1$s help\";s:25:\"vbulletin_faq_description\";s:124:\"Here you can find answers to questions about how the board works. Use the links or search box below to find your way around.\";s:6:\"videos\";s:6:\"Videos\";}','a:32:{s:38:\"additional_required_information_option\";s:40:\"Additional Required Information (option)\";s:39:\"additional_required_information_profile\";s:41:\"Additional Required Information (profile)\";s:16:\"already_a_member\";s:17:\"Already a member?\";s:33:\"associate_facebook_with_x_account\";s:119:\"If you are already a member of %1$s, you can associate your facebook account with your %1$s account by logging in here.\";s:27:\"contact_webmaster_questions\";s:66:\"Please contact <a href=\"%1$s\">the webmaster</a> with any questions\";s:5:\"coppa\";s:5:\"COPPA\";s:11:\"coppa_rules\";s:11:\"COPPA Rules\";s:23:\"coppa_rules_description\";s:873:\"<p><strong>COPPA Policy</strong></p>\r\n<p>All users under the age of 13 must seek permission from their parent or guardian\r\nin order to gain membership of the %1$s forums.\r\nWhile we welcome participation from members under 13,\r\nwe require that a parent or guardian fax or mail back a signed permission form before we grant membership.</p>\r\n\r\n<p>If you would like to start the registration process prior to us receiving a permission form,\r\ncheck the \'I agree\' checkbox and press the \'Register\' button below. If you would like to cancel the registration,\r\nclick <a href=\"%2$s\">here</a> to return to the forums index.</p>\r\n\r\n<p>A copy of the permission form can be downloaded <a href=\"register.php?%3$sdo=coppaform\">here</a>.</p>\r\n\r\n<p>For more information about the registration process, or the %1$s forums in general,\r\nplease send email to <a href=\"mailto:%4$s\">%4$s</a>.</p>\";s:11:\"forum_rules\";s:11:\"Forum Rules\";s:23:\"forum_rules_description\";s:664:\"<p>Although the administrators and moderators of %1$s will attempt to keep all objectionable\r\nmessages off this site, it is impossible for us to review all messages. All messages express the views of\r\nthe author, and neither the owners of %1$s, nor vBulletin Solutions, Inc. (developers of vBulletin)\r\nwill be held responsible for the content of any message.</p>\r\n\r\n<p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar,\r\nsexually-oriented, hateful, threatening, or otherwise violative of any laws.</p>\r\n\r\n<p>The owners of %1$s reserve the right to remove, edit, move or close any content item for any reason.</p>\";s:24:\"forum_rules_registration\";s:384:\"<p><strong>Forum Rules</strong></p>\r\n\r\n<p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed\r\nbelow. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Registration\' button below.\r\nIf you would like to cancel the registration, click <a href=\"%1$s.php%2$s\">here</a>\r\nto return to the forums index.</p>\";s:32:\"instructions_for_parent_guardian\";s:301:\"<strong>Instructions for a Parent or Guardian</strong><br /><br />\r\n Please print out this page, sign it and fax it to:<br />\r\n <strong>%1$s</strong> at <strong>%2$s</strong><br /><br />\r\n Or mail it to:<br />\r\n %3$s<br /><br />\r\n If approval is not received in 7 days the information will be deleted.\";s:18:\"logout_of_facebook\";s:18:\"Logout of Facebook\";s:26:\"make_changes_profile_visit\";s:108:\"To make changes to the profile information below, please visit this page and enter the username and password\";s:6:\"nolink\";s:11:\"Do not Link\";s:20:\"optional_information\";s:20:\"Optional Information\";s:25:\"parent_guardian_full_name\";s:27:\"Parent / Guardian Full Name\";s:16:\"parent_signature\";s:9:\"Signature\";s:30:\"permission_to_participate_at_x\";s:39:\"Permission to Participate at:<br />%1$s\";s:26:\"please_enter_a_proper_year\";s:26:\"Please enter a proper year\";s:32:\"please_enter_a_valid_page_number\";s:33:\"Please enter a valid page number.\";s:12:\"privacy_mode\";s:12:\"Privacy Mode\";s:22:\"registration_gregister\";s:12:\"Registration\";s:18:\"registration_image\";s:18:\"Registration Image\";s:17:\"relation_to_child\";s:17:\"Relation to Child\";s:20:\"required_information\";s:20:\"Required Information\";s:12:\"select_a_day\";s:12:\"Select a day\";s:14:\"select_a_month\";s:14:\"Select a month\";s:31:\"sign_form_and_send_with_privacy\";s:358:\"Please sign the form below and send it to us.<br /><br />\r\n I have reviewed the information my child has supplied and I have read the <a href=\"%1$s\">Privacy Policy</a> (%1$s) for the web site.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.\";s:34:\"sign_form_and_send_without_privacy\";s:280:\"Please sign the form below and send it to us.<br /><br />\r\n I have reviewed the information my child has supplied.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.\";s:16:\"telephone_number\";s:16:\"Telephone Number\";s:23:\"yes_hides_email_icq_etc\";s:125:\"Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.\";}','a:37:{s:9:\"and_newer\";s:9:\"and Newer\";s:9:\"any_group\";s:9:\"Any Group\";s:8:\"any_type\";s:8:\"Any Type\";s:26:\"are_you_sure_rebuild_index\";s:50:\"Are you sure you want to rebuild the search index?\";s:8:\"at_least\";s:8:\"At Least\";s:7:\"at_most\";s:7:\"At Most\";s:17:\"calculating_total\";s:33:\"Calculating total nodes to index.\";s:12:\"date_created\";s:12:\"Date Created\";s:15:\"empty_the_index\";s:15:\"empty the index\";s:37:\"fetching_parent_nodes_for_attachments\";s:37:\"fetching parent nodes for attachments\";s:16:\"fetching_x_nodes\";s:19:\"fetching %1$s nodes\";s:9:\"in_thread\";s:8:\"In Topic\";s:21:\"indexing_failed_for_x\";s:45:\"indexing failed for the following nodes: %1$s\";s:20:\"indexing_from_x_to_y\";s:26:\"indexing from %1$s to %2$s\";s:25:\"indexing_from_x_to_y_in_z\";s:34:\"indexing from %1$s to %2$s in %3$s\";s:23:\"indexing_parents_took_x\";s:27:\"indexing parents took: %1$s\";s:29:\"indexing_rest_of_contenttypes\";s:33:\"indexing rest of the contenttypes\";s:16:\"indexing_x_nodes\";s:19:\"indexing %1$s nodes\";s:33:\"indexing_x_nodes_from_y_to_z_of_t\";s:45:\"indexing %1$s nodes from %2$s to %3$s of %4$s\";s:23:\"indexing_x_nodes_took_y\";s:30:\"indexing %1$s nodes took: %2$s\";s:38:\"indexing_x_nodes_y_percent_speed_z_eta\";s:58:\"indexing %1$s nodes, %2$s%% , speed %3$s nodes/s, ETA %4$s\";s:8:\"is_after\";s:8:\"is After\";s:9:\"is_before\";s:9:\"is Before\";s:12:\"is_less_than\";s:12:\"is Less than\";s:9:\"key_words\";s:10:\"Keyword(s)\";s:17:\"no_prefix_defined\";s:19:\"No Prefixes Defined\";s:14:\"reindexing_all\";s:28:\"Re-indexing all the content.\";s:9:\"relevancy\";s:9:\"Relevancy\";s:10:\"search_for\";s:10:\"Search For\";s:11:\"search_from\";s:4:\"From\";s:16:\"search_tag_cloud\";s:16:\"Search Tag Cloud\";s:24:\"searchtype_social_groups\";s:6:\"Groups\";s:10:\"trackbacks\";s:10:\"Trackbacks\";s:31:\"x_hours_y_minutes_and_z_seconds\";s:41:\"%1$s hours, %2$s minutes and %3$s seconds\";s:23:\"x_minutes_and_y_seconds\";s:29:\"%1$s minutes and %2$s seconds\";s:12:\"x_months_ago\";s:15:\"%1$s months ago\";s:9:\"x_seconds\";s:12:\"%1$s seconds\";}','a:40:{s:10:\"add_a_poll\";s:10:\"Add a Poll\";s:25:\"add_a_poll_to_this_thread\";s:24:\"Add a Poll to this Topic\";s:25:\"already_rated_this_thread\";s:33:\"You have already rated this topic\";s:14:\"approve_thread\";s:13:\"Approve Topic\";s:22:\"click_quick_reply_icon\";s:85:\"Please click one of the Quick Reply icons in the posts above to activate Quick Reply.\";s:12:\"close_thread\";s:11:\"Close Topic\";s:13:\"display_modes\";s:13:\"Display Modes\";s:15:\"email_this_page\";s:15:\"Email this Page\";s:14:\"feature_thread\";s:13:\"Feature Topic\";s:15:\"feature_threads\";s:14:\"Feature Topics\";s:11:\"hybrid_mode\";s:11:\"Hybrid Mode\";s:11:\"linear_mode\";s:11:\"Linear Mode\";s:11:\"next_thread\";s:10:\"Next Topic\";s:11:\"open_thread\";s:10:\"Open Topic\";s:12:\"post_deleted\";s:14:\"(Post Deleted)\";s:16:\"post_quick_reply\";s:16:\"Post Quick Reply\";s:31:\"posting_quick_reply_please_wait\";s:33:\"Posting Quick Reply - Please Wait\";s:11:\"prev_thread\";s:14:\"Previous Topic\";s:22:\"quote_message_in_reply\";s:23:\"Quote message in reply?\";s:16:\"rate_this_thread\";s:15:\"Rate This Topic\";s:16:\"remove_redirects\";s:16:\"Remove Redirects\";s:18:\"search_this_thread\";s:17:\"Search this Topic\";s:22:\"show_printable_version\";s:22:\"Show Printable Version\";s:15:\"similar_threads\";s:14:\"Similar Topics\";s:12:\"stick_thread\";s:11:\"Stick Topic\";s:24:\"subscribe_to_this_thread\";s:23:\"Subscribe to this Topic\";s:21:\"switch_to_hybrid_mode\";s:21:\"Switch to Hybrid Mode\";s:21:\"switch_to_linear_mode\";s:21:\"Switch to Linear Mode\";s:23:\"switch_to_threaded_mode\";s:23:\"Switch to Threaded Mode\";s:18:\"thread_information\";s:17:\"Topic Information\";s:12:\"thread_tools\";s:11:\"Topic Tools\";s:13:\"threaded_mode\";s:13:\"Threaded Mode\";s:16:\"unapprove_thread\";s:15:\"Unapprove Topic\";s:16:\"unfeature_thread\";s:15:\"Unfeature Topic\";s:17:\"unfeature_threads\";s:16:\"Unfeature Topics\";s:14:\"unstick_thread\";s:13:\"Unstick Topic\";s:28:\"unsubscribe_from_this_thread\";s:27:\"Unsubscribe from this Topic\";s:10:\"unvote_cap\";s:6:\"Unlike\";s:17:\"view_first_unread\";s:17:\"View First Unread\";s:21:\"you_rated_this_thread\";s:20:\"You Rated this Topic\";}','a:9:{s:28:\"attachments_pending_approval\";s:28:\"Attachments Pending Approval\";s:7:\"forward\";s:7:\"Forward\";s:26:\"image_larger_version_x_y_z\";s:79:\"Click image for larger version\r\n\r\nName: %1$s\r\nViews: %2$s\r\nSize: %3$s\r\nID: %4$s\";s:11:\"image_x_y_z\";s:37:\"Name: %1$s\r\nViews: %2$s\r\nSize: %3$s\";s:26:\"last_edited_by_x_on_y_at_z\";s:71:\"Last edited by <a href=\"%2$s\">%1$s</a>; <span class=\"time\">%3$s</span>.\";s:38:\"last_edited_link_by_x_on_y_at_z_nodeid\";s:52:\"Last edited by %1$s; <span class=\"time\">%2$s</span>.\";s:19:\"received_infraction\";s:19:\"Received Infraction\";s:16:\"received_warning\";s:16:\"Received Warning\";s:8:\"reppower\";s:9:\"Rep Power\";}','a:19:{s:27:\"add_moderator_gforumdisplay\";s:13:\"Add Moderator\";s:9:\"beginning\";s:9:\"Beginning\";s:8:\"from_the\";s:8:\"From The\";s:8:\"last_day\";s:8:\"Last Day\";s:9:\"last_year\";s:9:\"Last Year\";s:22:\"mark_this_channel_read\";s:22:\"Mark This Channel Read\";s:10:\"mass_prune\";s:10:\"Mass Prune\";s:16:\"massmove_threads\";s:16:\"Mass-Move Topics\";s:17:\"massprune_threads\";s:17:\"Mass-Prune Topics\";s:15:\"sort_threads_by\";s:15:\"Sort topics by:\";s:14:\"sticky_threads\";s:13:\"Sticky Topics\";s:40:\"thread_contains_a_message_written_by_you\";s:39:\"Topic Contains a Message Written By You\";s:16:\"thread_is_closed\";s:15:\"Topic is closed\";s:13:\"thread_rating\";s:12:\"Topic Rating\";s:34:\"try_controls_below_for_older_posts\";s:74:\"Try using the controls below to search for any older posts that may exist.\";s:21:\"view_attachment_queue\";s:21:\"View Attachment Queue\";s:16:\"view_posts_queue\";s:16:\"View Posts Queue\";s:18:\"x_members_y_guests\";s:30:\"%1$s members & %2$s guests\";s:30:\"you_have_posted_in_this_thread\";s:29:\"You have posted in this topic\";}','a:11:{s:15:\"email_to_friend\";s:15:\"Email to Friend\";s:15:\"from_gmessaging\";s:4:\"From\";s:14:\"google_talk_im\";s:11:\"Google Talk\";s:29:\"msn_functions_only_work_in_ie\";s:178:\"The MSN Messenger / Windows Messenger / Live Messenger functions only work when launched from Internet Explorer on a system with the Messenger application configured and running.\";s:13:\"online_status\";s:13:\"Online Status\";s:26:\"report_bad_private_message\";s:22:\"Report Private Message\";s:33:\"send_email_to_forum_administrator\";s:40:\"Send an Email to the Forum Administrator\";s:8:\"yahoo_im\";s:16:\"Yahoo! Messenger\";s:45:\"you_must_be_logged_into_msn_before_doing_this\";s:67:\"You must be logged into MSN or Windows Messenger before doing this.\";s:12:\"your_details\";s:12:\"Your Details\";s:9:\"your_name\";s:9:\"Your Name\";}','a:60:{s:14:\"affected_users\";s:14:\"Affected Users\";s:18:\"affected_users_are\";s:36:\"The user(s) who posted the spam are:\";s:27:\"applying_punitive_action_to\";s:27:\"Applying Punitive Action To\";s:19:\"approve_attachments\";s:19:\"Approve Attachments\";s:13:\"approve_posts\";s:13:\"Approve Posts\";s:15:\"approve_threads\";s:14:\"Approve Topics\";s:9:\"ban_users\";s:15:\"Ban these users\";s:15:\"clear_post_list\";s:18:\"Deselect All Posts\";s:17:\"clear_thread_list\";s:19:\"Deselect All Topics\";s:13:\"close_threads\";s:12:\"Close Topics\";s:10:\"copy_posts\";s:10:\"Copy Posts\";s:15:\"copying_x_posts\";s:18:\"Copying %1$s Posts\";s:26:\"delete_messages_ginlinemod\";s:15:\"Delete Messages\";s:48:\"delete_other_posts_and_threads_by_affected_users\";s:59:\"Delete other posts and topics started by the affected users\";s:20:\"delete_posts_as_spam\";s:20:\"Delete Posts as Spam\";s:11:\"delete_spam\";s:11:\"Delete Spam\";s:14:\"delete_threads\";s:13:\"Delete Topics\";s:22:\"delete_threads_as_spam\";s:21:\"Delete Topics as Spam\";s:23:\"deleting_the_first_post\";s:76:\"Deleting the first post of a topic will result in the deletion of the topic.\";s:23:\"deselect_all_ginlinemod\";s:12:\"Deselect All\";s:10:\"do_nothing\";s:10:\"Do nothing\";s:27:\"do_what_with_affected_users\";s:52:\"What do you want to do to the %1$s affected user(s)?\";s:14:\"inlinemod_auth\";s:32:\"Confirm Authorization for Change\";s:27:\"inlinemod_auth_login_failed\";s:31:\"Login failed. Please try again.\";s:26:\"inlinemod_auth_login_first\";s:19:\"Please login first.\";s:29:\"inlinemod_auth_password_empty\";s:27:\"Please enter your password.\";s:27:\"invert_selection_ginlinemod\";s:33:\"<strong>Invert</strong> Selection\";s:11:\"merge_posts\";s:11:\"Merge Posts\";s:12:\"merge_thread\";s:11:\"Merge Topic\";s:24:\"merge_threads_ginlinemod\";s:12:\"Merge Topics\";s:17:\"merging_x_threads\";s:19:\"Merging %1$s Topics\";s:23:\"moderated_thread_prefix\";s:10:\"Moderated:\";s:14:\"moderation_log\";s:14:\"Moderation Log\";s:10:\"move_posts\";s:10:\"Move Posts\";s:23:\"move_threads_ginlinemod\";s:11:\"Move Topics\";s:12:\"open_threads\";s:11:\"Open Topics\";s:18:\"place_ban_users_in\";s:24:\"Place banned users in to\";s:15:\"punitive_action\";s:15:\"Punitive Action\";s:30:\"reason_for_deletion_ginlinemod\";s:19:\"Reason for deletion\";s:21:\"select_all_ginlinemod\";s:10:\"Select All\";s:31:\"select_deleted_posts_ginlinemod\";s:37:\"Select <strong>Deleted</strong> Posts\";s:22:\"select_deleted_threads\";s:38:\"Select <strong>Deleted</strong> Topics\";s:29:\"select_posts_with_attachments\";s:46:\"Select Posts with <strong>Attachments</strong>\";s:31:\"select_threads_with_attachments\";s:47:\"Select Topics with <strong>Attachments</strong>\";s:34:\"select_unapproved_posts_ginlinemod\";s:40:\"Select <strong>Unapproved</strong> Posts\";s:25:\"select_unapproved_threads\";s:41:\"Select <strong>Unapproved</strong> Topics\";s:15:\"spam_management\";s:15:\"Spam Management\";s:13:\"stick_threads\";s:12:\"Stick Topics\";s:31:\"submit_data_to_antispam_service\";s:32:\"Submit data to Anti-Spam Service\";s:21:\"unapprove_attachments\";s:21:\"Unapprove Attachments\";s:15:\"unapprove_posts\";s:15:\"Unapprove Posts\";s:17:\"unapprove_threads\";s:16:\"Unapprove Topics\";s:14:\"undelete_posts\";s:14:\"Undelete Posts\";s:16:\"undelete_threads\";s:15:\"Undelete Topics\";s:15:\"unstick_threads\";s:14:\"Unstick Topics\";s:19:\"view_selected_posts\";s:19:\"View Selected Posts\";s:21:\"view_selected_threads\";s:20:\"View Selected Topics\";s:26:\"which_channel_moved_thread\";s:53:\"Which channel should the moved topic(s) be placed in?\";s:24:\"which_thread_main_thread\";s:115:\"Which topic should become the main topic? If multiple topics contains polls, only the destination one will be kept.\";s:8:\"x_y_by_z\";s:19:\"(%1$s) %2$s by %3$s\";}','a:84:{s:18:\"add_import_product\";s:18:\"Add/Import Product\";s:12:\"add_new_hook\";s:12:\"Add New Hook\";s:30:\"add_new_install_uninstall_code\";s:30:\"Add New Install/Uninstall Code\";s:15:\"add_new_product\";s:15:\"Add New Product\";s:26:\"add_new_product_dependency\";s:26:\"Add New Product Dependency\";s:31:\"allow_overwrite_upgrade_product\";s:91:\"Allow Overwrite<br /><dfn>If you wish to upgrade a product, you must set this to yes.</dfn>\";s:34:\"are_you_sure_want_to_delete_hook_x\";s:162:\"Are you <b>sure</b> you want to delete the hook called \'%1$s\' ?<br />\r\n<span class=\"smallfont\">(%2$s: %3$s)</span><br /><br />\r\n%4$s This action cannot be undone.\";s:37:\"are_you_sure_want_to_delete_product_x\";s:239:\"Are you <b>sure</b> you want to uninstall the product called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s <b>Warning</b>: This may delete all content created by this product.<br /> This action cannot be undone.\";s:13:\"check_version\";s:13:\"Check Version\";s:5:\"class\";s:5:\"Class\";s:24:\"click_here_for_more_info\";s:32:\"Click here for more information!\";s:20:\"compatibility_starts\";s:20:\"Compatibility Starts\";s:33:\"compatibility_starts_with_version\";s:33:\"Compatibility Starts With Version\";s:10:\"compatible\";s:10:\"Compatible\";s:26:\"compatible_starting_with_x\";s:29:\"Compatible starting with %1$s\";s:15:\"dependency_type\";s:15:\"Dependency Type\";s:11:\"edit_hook_x\";s:42:\"Edit Hook <span class=\"normal\">%1$s</span>\";s:14:\"edit_product_x\";s:45:\"Edit Product <span class=\"normal\">%1$s</span>\";s:31:\"existing_install_uninstall_code\";s:31:\"Existing Install/Uninstall Code\";s:29:\"existing_product_dependencies\";s:29:\"Existing Product Dependencies\";s:17:\"failed_extensions\";s:17:\"Failed Extensions\";s:16:\"hook_active_desc\";s:118:\"If this hook is marked as inactive, it will not be called by vBulletin. Use this to temporarily turn hooks on and off.\";s:14:\"hook_arguments\";s:14:\"Hook Arguments\";s:19:\"hook_arguments_desc\";s:340:\"Use this field to enter any arguments to be passed from the parent template to the called template.<br />Enter each variable assignment on a new line as \"varname=var-to-pass\". For example<br /><br />userinfo=userinfo<br />userid=userinfo.userid<br /><br />Note that only variables can be passed, use the dot syntax to pass array elements.\r\n\";s:20:\"hook_execution_order\";s:15:\"Execution Order\";s:37:\"hook_inactive_due_to_product_disabled\";s:97:\"<strong>This hook is currently inactive due to the product <em>%1$s</em> being disabled.</strong>\";s:14:\"hook_is_active\";s:14:\"Hook is Active\";s:13:\"hook_location\";s:13:\"Hook Location\";s:18:\"hook_location_desc\";s:85:\"This specifies the location within the vBulletin templates that this hook is located.\";s:15:\"hook_order_desc\";s:82:\"Use this field to enter the order in which code at the same hook will be executed.\";s:20:\"hook_products_system\";s:23:\"Hooks & Products System\";s:11:\"hook_select\";s:17:\"Select a hook ...\";s:15:\"hook_title_desc\";s:39:\"Enter a title that describes this hook.\";s:20:\"hooks_disable_config\";s:91:\"<b>Warning:</b> Hooks and Products are currently disabled via a setting in your config.php.\";s:22:\"hooks_disabled_options\";s:284:\"<b>Warning:</b> Hooks and Products are currently disabled in your options. <br />In order for hooks and products to function correctly, you must <a href=\"options.php?do=options&dogroup=plugin\">enable the products system</a>. Importing a product will do this for you automatically.\";s:12:\"hooks_system\";s:21:\"Template Hooks System\";s:21:\"hooktype_announcement\";s:12:\"Announcement\";s:21:\"hooktype_conversation\";s:12:\"Conversation\";s:15:\"hooktype_editor\";s:6:\"Editor\";s:15:\"hooktype_footer\";s:6:\"Footer\";s:16:\"hooktype_general\";s:7:\"General\";s:15:\"hooktype_header\";s:6:\"Header\";s:16:\"hooktype_profile\";s:12:\"User Profile\";s:15:\"hooktype_screen\";s:13:\"Screen Layout\";s:17:\"hooktype_settings\";s:13:\"User Settings\";s:18:\"hooktype_subscribe\";s:12:\"Subcriptions\";s:16:\"hooktype_widgets\";s:7:\"Widgets\";s:14:\"import_product\";s:14:\"Import Product\";s:17:\"importing_product\";s:17:\"Importing Product\";s:17:\"incompatible_with\";s:17:\"Incompatible With\";s:35:\"incompatible_with_version_and_newer\";s:58:\"Incompatible With Version\r\n<dfn>(And newer versions)</dfn>\";s:31:\"incompatible_with_x_and_greater\";s:34:\"Incompatible with %1$s and greater\";s:12:\"install_code\";s:12:\"Install Code\";s:18:\"installed_products\";s:18:\"Installed Products\";s:17:\"installed_version\";s:17:\"Installed Version\";s:14:\"latest_version\";s:14:\"Latest Version\";s:23:\"list_extensions_version\";s:64:\"List of Package API Extensions (Current vBulletin Version: %1$s)\";s:6:\"maxver\";s:11:\"Max Version\";s:6:\"minver\";s:11:\"Min Version\";s:22:\"mysql_version_products\";s:13:\"MySQL Version\";s:6:\"no_dep\";s:8:\"No (Dep)\";s:13:\"no_extensions\";s:19:\"No Extensions Found\";s:7:\"package\";s:7:\"Package\";s:11:\"php_version\";s:11:\"PHP Version\";s:10:\"product_id\";s:10:\"Product ID\";s:36:\"product_incompatible_version_x_mysql\";s:63:\"This product is not compatible with version %1$s of MySQL. %2$s\";s:34:\"product_incompatible_version_x_php\";s:61:\"This product is not compatible with version %1$s of PHP. %2$s\";s:40:\"product_incompatible_version_x_product_y\";s:83:\"This product is not compatible with version %1$s of the product <em>%3$s</em>. %2$s\";s:40:\"product_incompatible_version_x_vbulletin\";s:67:\"This product is not compatible with version %1$s of vBulletin. %2$s\";s:11:\"product_url\";s:11:\"Product URL\";s:27:\"product_x_must_be_activated\";s:81:\"The product <em>%1$s</em> must be activated before this product may be installed.\";s:27:\"product_x_must_be_installed\";s:86:\"The product <em>%1$s</em> must be installed before this product may be installed. %2$s\";s:21:\"product_x_out_of_date\";s:56:\"Product <span class=\"normal\">%1$s</span> is out of date.\";s:20:\"product_x_up_to_date\";s:55:\"Product <span class=\"normal\">%1$s</span> is up to date.\";s:11:\"save_status\";s:11:\"Save Status\";s:13:\"template_name\";s:13:\"Template Name\";s:18:\"template_name_desc\";s:97:\"Enter the name of the template this hook will trigger. This can be a custom or existing template.\";s:9:\"uninstall\";s:9:\"Uninstall\";s:14:\"uninstall_code\";s:14:\"Uninstall Code\";s:34:\"uninstall_product_break_products_x\";s:92:\"If you uninstall this product, the following products may no longer function:\r\n<ol>%1$s</ol>\";s:18:\"vb_prefix_reserved\";s:237:\"The product ID prefix <strong>vb</strong> is reserved for official vBulletin products.<br />\r\n<br />\r\nIf you have not received express permission from the vBulletin development team to use the vb prefix, please alter your product ID now.\";s:26:\"vbulletin_version_products\";s:17:\"vBulletin Version\";s:17:\"version_check_url\";s:17:\"Version Check URL\";s:16:\"version_products\";s:7:\"Version\";}','a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:18:\"Where do you live?\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:24:\"Enter your hobbies here.\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:16:\"What\'s your job?\";s:12:\"field4_title\";s:10:\"Occupation\";}','a:15:{s:11:\"reputation1\";s:30:\"is infamous around these parts\";s:12:\"reputation10\";s:29:\"is a glorious beacon of light\";s:12:\"reputation11\";s:22:\"is a name known to all\";s:12:\"reputation12\";s:27:\"is a splendid one to behold\";s:12:\"reputation13\";s:23:\"has much to be proud of\";s:12:\"reputation14\";s:22:\"has a brilliant future\";s:12:\"reputation15\";s:30:\"has a reputation beyond repute\";s:11:\"reputation2\";s:24:\"can only hope to improve\";s:11:\"reputation3\";s:44:\"has a little shameless behaviour in the past\";s:11:\"reputation4\";s:36:\"is an unknown quantity at this point\";s:11:\"reputation5\";s:26:\"is on a distinguished road\";s:11:\"reputation6\";s:30:\"will become famous soon enough\";s:11:\"reputation7\";s:28:\"has a spectacular aura about\";s:11:\"reputation8\";s:23:\"is a jewel in the rough\";s:11:\"reputation9\";s:19:\"is just really nice\";}','a:109:{s:18:\"active_ginfraction\";s:6:\"Active\";s:26:\"active_infraction_x_points\";s:32:\"Active Infraction (Points: %1$s)\";s:36:\"active_infraction_x_points_y_penalty\";s:59:\"Active Infraction (Points: %1$s) (Reputation Penalty: %2$s)\";s:14:\"active_warning\";s:14:\"Active Warning\";s:33:\"add_new_automatic_ban_ginfraction\";s:21:\"Add New Automatic Ban\";s:41:\"add_new_user_infraction_group_ginfraction\";s:29:\"Add New User Infraction Group\";s:10:\"admin_note\";s:10:\"Admin Note\";s:19:\"administrative_note\";s:19:\"Administrative Note\";s:24:\"all_user_groups_x_points\";s:31:\"All user groups - %1$s point(s)\";s:18:\"amount_ginfraction\";s:6:\"Amount\";s:24:\"and_x_reputation_penalty\";s:28:\" and %1$s reputation penalty\";s:31:\"are_you_sure_delete_infractions\";s:59:\"Are you sure you want to delete the selected infraction(s)?\";s:40:\"are_you_sure_want_to_delete_infraction_x\";s:54:\"Are you sure you want to delete this Infraction?\r\n%1$s\";s:50:\"are_you_sure_you_want_to_delete_this_automatic_ban\";s:51:\"Are you sure you want to delete this automatic ban?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_group\";s:54:\"Are you sure you want to delete this infraction group?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_level\";s:54:\"Are you sure you want to delete this infraction level?\";s:23:\"assign_infraction_level\";s:23:\"Assign Infraction Level\";s:13:\"automatic_ban\";s:13:\"Automatic Ban\";s:19:\"back_to_infractions\";s:19:\"Back to Infractions\";s:13:\"ban_usergroup\";s:13:\"Ban Usergroup\";s:33:\"cannot_give_node_infraction_error\";s:101:\"You do not have permission to give infraction to this post or this had already been given infraction.\";s:33:\"cannot_give_user_infraction_error\";s:59:\"You do not have permission to give infraction to this user.\";s:17:\"custom_infraction\";s:17:\"Custom Infraction\";s:17:\"discussion_thread\";s:16:\"Discussion Topic\";s:25:\"enter_the_ban_reason_here\";s:25:\"Enter the ban reason here\";s:23:\"error_adding_infraction\";s:24:\"Error adding infraction.\";s:20:\"error_adding_warning\";s:20:\"Error adding warning\";s:29:\"error_sending_private_message\";s:29:\"Error sending private message\";s:19:\"expired_ginfraction\";s:7:\"Expired\";s:27:\"expired_infraction_x_points\";s:33:\"Expired Infraction (Points: %1$s)\";s:37:\"expired_infraction_x_points_y_penalty\";s:60:\"Expired Infraction (Points: %1$s) (Reputation Penalty: %2$s)\";s:15:\"expired_warning\";s:15:\"Expired Warning\";s:19:\"expires_ginfraction\";s:7:\"Expires\";s:6:\"extend\";s:6:\"Extend\";s:27:\"give_infraction_ginfraction\";s:15:\"Give Infraction\";s:24:\"href_x_y_gave_infraction\";s:39:\"<a href=\"%1$s\">%2$s</a> gave infraction\";s:10:\"infraction\";s:10:\"Infraction\";s:26:\"infraction_dashboard_for_x\";s:29:\"Infraction Dashboard for %1$s\";s:16:\"infraction_group\";s:16:\"Infraction Group\";s:27:\"infraction_group_x_y_points\";s:20:\"%1$s - %2$s point(s)\";s:16:\"infraction_level\";s:16:\"Infraction Level\";s:49:\"infraction_level_title_x_points_expires_in_y_days\";s:44:\"%1$s - %2$s point(s), expires in %3$s day(s)\";s:50:\"infraction_level_title_x_points_expires_in_y_hours\";s:45:\"%1$s - %2$s point(s), expires in %3$s hour(s)\";s:51:\"infraction_level_title_x_points_expires_in_y_months\";s:46:\"%1$s - %2$s point(s), expires in %3$s month(s)\";s:45:\"infraction_level_title_x_points_never_expires\";s:35:\"%1$s - %2$s point(s), never expires\";s:17:\"infraction_reason\";s:17:\"Infraction Reason\";s:31:\"infraction_received_ginfraction\";s:25:\"Infraction Received: %1$s\";s:21:\"infraction_statistics\";s:21:\"Infraction Statistics\";s:15:\"infraction_type\";s:4:\"Type\";s:15:\"infraction_view\";s:4:\"View\";s:56:\"infraction_viewer_page_x_y_there_are_z_total_log_entries\";s:66:\"Infraction Viewer (page %1$s/%2$s) | There are %3$s total entries.\";s:24:\"infractions_active_total\";s:28:\"Infractions (Active / Total)\";s:7:\"left_by\";s:7:\"Left By\";s:17:\"leftby_infraction\";s:7:\"Left By\";s:18:\"leftfor_infraction\";s:8:\"Left For\";s:31:\"make_this_infraction_as_warning\";s:38:\"Give this infraction as a warning only\";s:15:\"message_to_user\";s:15:\"Message to User\";s:18:\"method_ginfraction\";s:6:\"Method\";s:32:\"no_permission_to_view_infraction\";s:47:\"You have no permission to view this infraction.\";s:8:\"no_title\";s:16:\"<No Title>\";s:19:\"order_by_expiration\";s:19:\"Order by Expiration\";s:15:\"order_by_points\";s:15:\"Order by Points\";s:27:\"order_by_reputation_penalty\";s:27:\"Order by Reputation Penalty\";s:16:\"override_display\";s:16:\"Override Display\";s:18:\"override_usergroup\";s:18:\"Override Usergroup\";s:25:\"override_with_permissions\";s:40:\"Override with Permissions from Usergroup\";s:9:\"penalties\";s:9:\"Penalties\";s:42:\"please_check_the_box_to_reverse_infraction\";s:56:\"Please check the box to reverse this warning/infraction.\";s:29:\"please_specify_custom_expires\";s:50:\"Please specify valid custom infraction expiration.\";s:28:\"please_specify_custom_points\";s:46:\"Please specify valid custom infraction points.\";s:28:\"please_specify_custom_reason\";s:40:\"Please specify custom infraction reason.\";s:28:\"please_specify_infraction_pm\";s:57:\"Please specify the message that will be sent to the user.\";s:43:\"please_specify_reason_to_reverse_infraction\";s:57:\"Please specify reason to reverse this warning/infraction.\";s:18:\"points_ginfraction\";s:6:\"Points\";s:26:\"possible_infraction_groups\";s:26:\"Possible Infraction Groups\";s:26:\"removal_of_this_infraction\";s:171:\"Removal of this infraction will remove the infraction points and reputation penalty that were incurred for this offense and decrease the user\'s infractions/warnings total.\";s:13:\"replied_by_me\";s:13:\"Replied by Me\";s:13:\"reply_content\";s:13:\"Reply content\";s:18:\"reputation_penalty\";s:18:\"Reputation Penalty\";s:15:\"reversal_reason\";s:44:\"Reverse Infraction with the following reason\";s:19:\"reverse_ginfraction\";s:7:\"Reverse\";s:18:\"reverse_infraction\";s:26:\"Reverse Infraction/Warning\";s:23:\"reverse_this_infraction\";s:23:\"Reverse this Infraction\";s:20:\"reversed_ginfraction\";s:8:\"Reversed\";s:28:\"reversed_infraction_x_points\";s:34:\"Reversed Infraction (Points: %1$s)\";s:38:\"reversed_infraction_x_points_y_penalty\";s:61:\"Reversed Infraction (Points: %1$s) (Reputation Penalty: %2$s)\";s:26:\"select_an_infraction_level\";s:26:\"Select an Infraction Level\";s:23:\"send_an_infraction_note\";s:22:\"Send a Private Message\";s:18:\"status_ginfraction\";s:6:\"Status\";s:27:\"this_user_has_no_infraction\";s:28:\"This user has no infraction.\";s:26:\"to_reverse_this_infraction\";s:82:\"To reverse this warning/infraction, click this box and press the \'Reverse\' button.\";s:23:\"total_infraction_points\";s:23:\"Total Infraction Points\";s:15:\"user_infraction\";s:15:\"User Infraction\";s:22:\"user_infraction_groups\";s:22:\"User Infraction Groups\";s:21:\"user_infraction_level\";s:21:\"User Infraction Level\";s:22:\"user_infraction_levels\";s:22:\"User Infraction Levels\";s:35:\"user_infraction_manager_ginfraction\";s:23:\"User Infraction Manager\";s:15:\"view_infraction\";s:23:\"View Infraction/Warning\";s:28:\"view_infractions_ginfraction\";s:16:\"View Infractions\";s:13:\"warning_added\";s:38:\"Warning has been issued for this user.\";s:19:\"warning_ginfraction\";s:7:\"Warning\";s:28:\"warning_received_ginfraction\";s:22:\"Warning Received: %1$s\";s:20:\"warnings_ginfraction\";s:8:\"Warnings\";s:6:\"x_days\";s:11:\"%1$s Day(s)\";s:25:\"x_gave_infraction_for_y_z\";s:38:\"%1$s gave an infraction for %2$s: %3$s\";s:19:\"x_hours_ginfraction\";s:12:\"%1$s Hour(s)\";s:8:\"x_months\";s:13:\"%1$s Month(s)\";s:7:\"x_weeks\";s:12:\"%1$s Week(s)\";s:7:\"x_years\";s:12:\"%1$s Year(s)\";}','a:4:{s:22:\"infractionlevel1_title\";s:22:\"Spammed Advertisements\";s:22:\"infractionlevel2_title\";s:24:\"Insulted Other Member(s)\";s:22:\"infractionlevel3_title\";s:24:\"Signature Rule Violation\";s:22:\"infractionlevel4_title\";s:22:\"Inappropriate Language\";}','a:32:{s:36:\"are_you_sure_want_to_delete_notice_x\";s:166:\"Are you sure you want to permanently delete the notice <em>%1$s</em>?<br /><span class=\"smallfont\">(%2$s=%3$s)</span><br />\r\n<br />\r\nThis operation cannot be un-done.\";s:38:\"browsing_forum_x_and_children_criteria\";s:54:\"User is browsing forum %1$s or one of its child forums\";s:25:\"browsing_forum_x_criteria\";s:27:\"User is browsing forum %1$s\";s:32:\"came_from_search_engine_criteria\";s:42:\"User landed on this page via search engine\";s:19:\"criterion_is_active\";s:19:\"Criterion is Active\";s:11:\"dismissible\";s:11:\"Dismissible\";s:25:\"display_notice_if_elipsis\";s:25:\"Display this notice if...\";s:11:\"edit_notice\";s:11:\"Edit Notice\";s:25:\"has_never_posted_criteria\";s:21:\"User has never posted\";s:32:\"has_x_infraction_points_criteria\";s:48:\"User has between %1$s and %2$s infraction points\";s:24:\"has_x_postcount_criteria\";s:48:\"User\'s post-count is between %1$s and %2$s posts\";s:25:\"has_x_reputation_criteria\";s:48:\"User has between %1$s and %2$s reputation points\";s:20:\"in_coventry_criteria\";s:24:\"User is in Global Ignore\";s:23:\"in_usergroup_x_criteria\";s:30:\"User belongs to usergroup %1$s\";s:20:\"is_birthday_criteria\";s:24:\"User\'s birthday is today\";s:16:\"is_date_criteria\";s:45:\"The date is %1$s %2$s (Use dd-mm-yyyy format)\";s:16:\"is_time_criteria\";s:65:\"The time is between %1$s and %2$s %3$s (Use hh:mm 24 hour format)\";s:27:\"no_posts_in_x_days_criteria\";s:69:\"User has not posted for %1$s days or more (but has posted previously)\";s:27:\"no_visit_in_x_days_criteria\";s:42:\"User has not visited for %1$s days or more\";s:27:\"not_in_usergroup_x_criteria\";s:38:\"User does not belong to usergroup %1$s\";s:25:\"notice_active_description\";s:62:\"If active and no criteria are set, notice will display to all.\";s:11:\"notice_html\";s:11:\"Notice HTML\";s:23:\"notice_html_description\";s:276:\"This is the HTML that will be shown to visitors when the conditions set below are met.<br />\r\n<br />\r\nYou may include the following special variables in the HTML:<br />\r\n<code>{userid}, {username}, {musername}, {sessionurl}, {sessionurl_q}, {register_page}, {help_page}</code>\";s:24:\"notice_title_description\";s:40:\"This text is used solely in the Admin CP\";s:31:\"notice_x_not_displayed_criteria\";s:36:\"Criteria for notice %1$s are not met\";s:10:\"persistent\";s:10:\"Persistent\";s:22:\"persistent_description\";s:89:\"If this option is set to \'No\', the notice will be shown only once per visit to each user.\";s:34:\"pm_storage_x_percent_full_criteria\";s:64:\"User\'s private message storage is between %1$s%% and %2$s%% full\";s:19:\"style_is_x_criteria\";s:33:\"User is browsing using style %1$s\";s:13:\"user_timezone\";s:15:\"User\'s Timezone\";s:20:\"username_is_criteria\";s:23:\"User\'s username is %1$s\";s:18:\"utc_universal_time\";s:20:\"UTC / Universal Time\";}','a:4:{s:23:\"any_prefix_meta_gprefix\";s:12:\"(any prefix)\";s:15:\"any_thread_meta\";s:11:\"(any topic)\";s:22:\"no_prefix_meta_gprefix\";s:11:\"(no prefix)\";s:6:\"prefix\";s:6:\"Prefix\";}','a:33:{s:10:\"add_prefix\";s:10:\"Add Prefix\";s:14:\"add_prefix_set\";s:14:\"Add Prefix Set\";s:13:\"adding_prefix\";s:13:\"Adding Prefix\";s:17:\"adding_prefix_set\";s:17:\"Adding Prefix Set\";s:41:\"allow_new_groups_to_use_selected_prefixes\";s:59:\"Allow Newly Created Usergroups To Use The Selected Prefixes\";s:36:\"are_you_sure_want_to_delete_prefix_x\";s:160:\"Are you <b>sure</b> you want to delete the prefix called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:39:\"are_you_sure_want_to_delete_prefixset_x\";s:164:\"Are you <b>sure</b> you want to delete the prefix set called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action cannot be undone.\";s:21:\"copy_permissions_from\";s:21:\"Copy Permissions From\";s:19:\"copy_permissions_to\";s:19:\"Copy Permissions To\";s:37:\"deny_permission_for_selected_prefixes\";s:41:\"Deny Permission For All Selected Prefixes\";s:34:\"do_not_resolve_permission_conflict\";s:34:\"Do Not Resolve Permission Conflict\";s:32:\"edit_selected_prefix_permissions\";s:32:\"Edit Selected Prefix Permissions\";s:30:\"edit_thread_prefix_permissions\";s:29:\"Edit Topic Prefix Permissions\";s:25:\"editing_permissions_for_x\";s:28:\"Editing permissions for %1$s\";s:14:\"editing_prefix\";s:14:\"Editing Prefix\";s:18:\"editing_prefix_set\";s:18:\"Editing Prefix Set\";s:38:\"grant_permission_for_selected_prefixes\";s:42:\"Grant Permission For All Selected Prefixes\";s:35:\"leave_default_permissions_unchanged\";s:35:\"Leave Default Permissions Unchanged\";s:40:\"new_groups_may_not_use_selected_prefixes\";s:40:\"New Groups May Not Use Selected Prefixes\";s:36:\"new_groups_may_use_selected_prefixes\";s:36:\"New Groups May Use Selected Prefixes\";s:35:\"no_prefix_sets_defined_click_create\";s:152:\"There are no prefix sets defined. To create a prefix, you must first create a prefix set. Click <a href=\"prefix.php?do=addset\">here</a> to create a set!\";s:32:\"no_prefixes_defined_click_create\";s:123:\"No prefixes defined for this set. Click <a href=\"prefix.php?do=addprefix&prefixsetid=%1$s\">here</a> to create a prefix!\";s:48:\"overwrite_customized_permissions_no_restrictions\";s:168:\"Overwrite Customized Permissions\r\n<dfn>If you select no, only target prefixes with no restrictions will be updated. Selecting yes will update all target prefixes.</dfn>\";s:27:\"prefix_id_alphanumeric_note\";s:60:\"Prefix ID\r\n<dfn>A-Z, a-z, 0-9, and _ (underscore) only</dfn>\";s:10:\"prefix_set\";s:10:\"Prefix Set\";s:31:\"prefix_set_id_alphanumeric_note\";s:64:\"Prefix Set ID\r\n<dfn>A-Z, a-z, 0-9, and _ (underscore) only</dfn>\";s:27:\"resolve_permission_conflict\";s:27:\"Resolve Permission Conflict\";s:23:\"set_default_permissions\";s:23:\"Set Default Permissions\";s:34:\"thread_prefix_manager_gprefixadmin\";s:20:\"Topic Prefix Manager\";s:28:\"thread_prefixes_gprefixadmin\";s:14:\"Topic Prefixes\";s:16:\"title_plain_text\";s:18:\"Title (Plain Text)\";s:15:\"title_rich_text\";s:17:\"Title (Rich Text)\";s:32:\"use_prefix_set_in_these_channels\";s:32:\"Use Prefix Set in These Channels\";}','a:16:{s:13:\"first_picture\";s:13:\"First Picture\";s:12:\"last_picture\";s:12:\"Last Picture\";s:13:\"move_to_album\";s:13:\"Move to album\";s:12:\"next_picture\";s:20:\"Next Picture »\";s:37:\"note_comment_may_be_visible_locations\";s:60:\"(Note: your comment may be visible in alternative locations)\";s:34:\"only_report_inappropriate_pictures\";s:80:\"<strong>Note</strong>: This is ONLY to be used to report inappropriate pictures.\";s:8:\"overview\";s:8:\"Overview\";s:16:\"previous_picture\";s:24:\"« Previous Picture\";s:19:\"private_album_paren\";s:15:\"(Private Album)\";s:19:\"profile_album_paren\";s:15:\"(Profile Album)\";s:6:\"public\";s:6:\"Public\";s:23:\"recently_updated_albums\";s:23:\"Recently Updated Albums\";s:14:\"report_picture\";s:14:\"Report Picture\";s:22:\"report_picture_comment\";s:22:\"Report Picture Comment\";s:9:\"unlimited\";s:9:\"Unlimited\";s:15:\"upload_pictures\";s:15:\"Upload Pictures\";}','a:96:{s:16:\"add_new_category\";s:16:\"Add New Category\";s:28:\"add_new_socialgroup_category\";s:22:\"Add New Group Category\";s:10:\"all_groups\";s:10:\"All Groups\";s:51:\"are_you_sure_you_want_to_delete_category_x_y_groups\";s:236:\"Are you sure you want to delete the group category <em>%1$s</em>?<br /><br />\r\nIf you choose to delete this category, you must choose a different category into which the %2$s groups belonging to the <em>%1$s</em> category will be moved.\";s:40:\"are_you_sure_you_want_to_delete_x_groups\";s:46:\"Are you sure you want to delete %1$s group(s)?\";s:19:\"cancel_join_request\";s:19:\"Cancel Join Request\";s:27:\"cannot_display_content_join\";s:55:\"You need to join this group before viewing any content.\";s:24:\"categories_gsocialgroups\";s:10:\"Categories\";s:11:\"category_is\";s:11:\"Category is\";s:18:\"create_a_new_group\";s:12:\"Create Group\";s:12:\"create_group\";s:12:\"Create Group\";s:22:\"creation_date_is_after\";s:22:\"Creation Date is After\";s:23:\"creation_date_is_before\";s:23:\"Creation Date is Before\";s:23:\"decline_join_invitation\";s:18:\"Decline Invitation\";s:17:\"delete_discussion\";s:17:\"Delete Discussion\";s:12:\"delete_group\";s:12:\"Delete Group\";s:22:\"delete_selected_groups\";s:22:\"Delete Selected Groups\";s:15:\"deleting_groups\";s:15:\"Deleting groups\";s:10:\"deleting_x\";s:16:\"Deleting %1$s...\";s:15:\"edit_discussion\";s:15:\"Edit Discussion\";s:10:\"edit_group\";s:10:\"Edit Group\";s:21:\"edit_group_discussion\";s:21:\"Edit Group Discussion\";s:15:\"edit_group_icon\";s:15:\"Edit Group Icon\";s:26:\"edit_social_group_category\";s:19:\"Edit Group Category\";s:6:\"from_x\";s:55:\"<span class=\"shade\">From</span> <a href=\"%1$s\">%2$s</a>\";s:16:\"group_created_by\";s:16:\"Group Created By\";s:18:\"group_created_by_x\";s:40:\"Group Created by <a href=\"%1$s\">%2$s</a>\";s:21:\"group_desc_inviteonly\";s:46:\"This is an <strong>invite only</strong> group.\";s:20:\"group_desc_moderated\";s:43:\"This is a <strong>moderated</strong> group.\";s:17:\"group_desc_public\";s:40:\"This is a <strong>public</strong> group.\";s:17:\"group_description\";s:17:\"Group Description\";s:19:\"group_gsocialgroups\";s:5:\"Group\";s:13:\"group_options\";s:13:\"Group Options\";s:10:\"group_type\";s:10:\"Group Type\";s:21:\"group_type_inviteonly\";s:11:\"Invite Only\";s:20:\"group_type_moderated\";s:9:\"Moderated\";s:17:\"group_type_public\";s:6:\"Public\";s:27:\"invalid_invite_only_request\";s:44:\"Invalid action. This is a invite only group.\";s:17:\"invalid_sg_parent\";s:33:\"Invalid Group Category specified.\";s:16:\"invalid_username\";s:42:\"The user you have specified was not found.\";s:6:\"invite\";s:6:\"Invite\";s:11:\"invite_user\";s:11:\"Invite User\";s:4:\"join\";s:4:\"Join\";s:20:\"last_member_of_group\";s:101:\"The only member left in this group is the owner.<br /><br />The owner cannot be removed from a group.\";s:12:\"last_updated\";s:12:\"Last Updated\";s:19:\"latest_group_topics\";s:19:\"Latest Group Topics\";s:13:\"latest_topics\";s:13:\"Latest Topics\";s:5:\"leave\";s:5:\"Leave\";s:18:\"leave_social_group\";s:11:\"Leave Group\";s:14:\"manage_members\";s:14:\"Manage Members\";s:20:\"members_greater_than\";s:20:\"Members Greater Than\";s:17:\"members_less_than\";s:17:\"Members Less Than\";s:14:\"new_discussion\";s:19:\"Post New Discussion\";s:10:\"new_groups\";s:10:\"New Groups\";s:14:\"no_description\";s:14:\"No Description\";s:15:\"no_groups_found\";s:16:\"No Groups found.\";s:35:\"no_groups_selected_or_invalid_input\";s:55:\"No groups selected, or you have provided invalid input.\";s:10:\"no_results\";s:17:\"No results found.\";s:19:\"post_new_discussion\";s:19:\"Post New Discussion\";s:12:\"random_group\";s:12:\"Random Group\";s:13:\"random_groups\";s:13:\"Random Groups\";s:16:\"recently_updated\";s:16:\"Recently Updated\";s:20:\"report_group_message\";s:20:\"Report Group Message\";s:18:\"search_discussions\";s:18:\"Search Discussions\";s:34:\"search_social_groups_gsocialgroups\";s:13:\"Search Groups\";s:17:\"select_a_category\";s:17:\"Select a Category\";s:27:\"select_destination_category\";s:27:\"Select Destination Category\";s:15:\"selected_groups\";s:15:\"Selected Groups\";s:4:\"skip\";s:4:\"Skip\";s:23:\"social_group_categories\";s:16:\"Group Categories\";s:46:\"social_group_categories_go_here_non_functional\";s:41:\"Group Categories go here (non-functional)\";s:37:\"social_group_categories_gsocialgroups\";s:16:\"Group Categories\";s:21:\"social_group_category\";s:14:\"Group Category\";s:26:\"social_group_category_list\";s:19:\"Group Category List\";s:25:\"social_group_category_x_y\";s:33:\"Category: <a href=\"%1$s\">%2$s</a>\";s:29:\"social_group_count_comments_x\";s:14:\"Comments: %1$s\";s:28:\"social_group_count_members_x\";s:13:\"Members: %1$s\";s:27:\"social_group_count_topics_x\";s:12:\"Topics: %1$s\";s:19:\"social_group_create\";s:14:\"+ Create Group\";s:23:\"social_group_discussion\";s:16:\"Group Discussion\";s:26:\"social_group_gsocialgroups\";s:5:\"Group\";s:17:\"social_group_home\";s:11:\"Groups Home\";s:20:\"social_group_manager\";s:8:\"Manager:\";s:21:\"social_group_managers\";s:9:\"Managers:\";s:20:\"social_group_members\";s:13:\"Group Members\";s:22:\"social_group_viewing_x\";s:14:\"(%1$s viewing)\";s:27:\"social_groups_gsocialgroups\";s:6:\"Groups\";s:14:\"transfer_group\";s:14:\"Transfer Group\";s:24:\"transfer_group_ownership\";s:24:\"Transfer Group Ownership\";s:29:\"transfer_group_ownership_info\";s:436:\"If you no longer wish to maintain this Group, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Group to.<br /><br />\r\nThe user that you request to transfer the group to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Group for you.\";s:16:\"undelete_message\";s:26:\"Undelete message (restore)\";s:21:\"x_awaiting_moderation\";s:24:\"%1$s awaiting moderation\";s:8:\"x_groups\";s:11:\"%1$s groups\";s:9:\"x_members\";s:14:\"%1$s member(s)\";s:29:\"you_did_not_select_any_groups\";s:30:\"You did not select any groups.\";s:11:\"your_groups\";s:9:\"My Groups\";}','a:12:{s:7:\"ad_html\";s:7:\"Ad HTML\";s:19:\"ad_list_description\";s:66:\"Choose from existing %1$s ad list to edit or create a new %1$s ad.\";s:11:\"ad_location\";s:11:\"Ad Location\";s:25:\"add_first_post_content_ad\";s:25:\"Add First Post Content Ad\";s:24:\"add_last_post_content_ad\";s:24:\"Add Last Post Content Ad\";s:23:\"add_new_ad_gadvertising\";s:10:\"Add New Ad\";s:32:\"are_you_sure_want_to_delete_ad_x\";s:157:\"Are you sure you want to permanently delete the ad <em>%1$s</em>? <span class=\"smallfont\">(%2$s=%3$s)</span><br />\r\n<br />\r\nThis operation cannot be un-done.\";s:30:\"browsing_content_page_criteria\";s:29:\"User is browsing a %1$s page.\";s:26:\"copy_html_from_ad_provider\";s:53:\"Copy and paste the Ad HTML code from your Ad provider\";s:7:\"edit_ad\";s:7:\"Edit Ad\";s:19:\"enter_ad_title_here\";s:22:\"Enter an Ad title here\";s:11:\"non_content\";s:11:\"Non-Content\";}','a:14:{s:7:\"add_tag\";s:7:\"Add Tag\";s:17:\"deselect_all_tags\";s:17:\"Deselect All Tags\";s:26:\"display_alphabetically_all\";s:23:\"Synonyms Alphabetically\";s:14:\"display_newest\";s:14:\"Display Newest\";s:9:\"labelhtml\";s:10:\"Label Html\";s:9:\"labeltext\";s:10:\"Label Text\";s:22:\"merge_selected_synonym\";s:26:\"Merge Selected as Synonyms\";s:10:\"merge_tags\";s:10:\"Merge Tags\";s:7:\"new_tag\";s:7:\"New Tag\";s:15:\"no_tags_defined\";s:16:\"No tags defined.\";s:25:\"promote_synonyms_selected\";s:24:\"Promote Synonyms to Tags\";s:8:\"tag_list\";s:8:\"Tag List\";s:11:\"tag_manager\";s:11:\"Tag Manager\";s:21:\"tag_merge_description\";s:381:\"The tag(s) listed below will be merged with the new tag that you specify. The old tags will be considered synonyms of the new tag. Any content associations for the affected tags will be updated to use the new tag and synonyms will automatically replaced by the main tag when they are added to content items in the future. If the new tag does not already exist, it will be created.\";}',NULL,'a:2:{s:3:\"php\";s:3:\"PHP\";s:9:\"pure_text\";s:4:\"Text\";}',NULL,'a:28:{s:12:\"blog_addBlog\";s:6:\"Blog +\";s:13:\"blog_addowner\";s:9:\"Add Owner\";s:10:\"blog_admin\";s:10:\"Blog Admin\";s:17:\"blog_allblogposts\";s:3:\"All\";s:31:\"blog_allow_comments_explanation\";s:263:\"You are allowing other members to comment on this blog post. When this option is disabled, only you and blog contributors will be able to comment on the post. If you are allowed to edit entries, you may turn this option on and off after a post has been published.\";s:17:\"blog_blogcomments\";s:10:\"Comments: \";s:16:\"blog_blogentries\";s:13:\"Blog Entries:\";s:13:\"blog_blogshow\";s:6:\"Show: \";s:16:\"blog_blogsidebar\";s:20:\"Blog Latest Comments\";s:15:\"blog_categories\";s:15:\"Blog Categories\";s:16:\"blog_contributor\";s:16:\"Blog Contributor\";s:17:\"blog_contributors\";s:13:\"Contributors:\";s:10:\"blog_daily\";s:5:\"Daily\";s:19:\"blog_enter_username\";s:18:\"Enter a User Name:\";s:9:\"blog_home\";s:9:\"Blog Home\";s:18:\"blog_lastPostLabel\";s:9:\"Last Post\";s:20:\"blog_memberblogLabel\";s:12:\"Member Blogs\";s:16:\"blog_memberblogs\";s:12:\"Member Blogs\";s:12:\"blog_monthly\";s:7:\"Monthly\";s:16:\"blog_myblogposts\";s:13:\"My Blog Posts\";s:14:\"blog_ownerblog\";s:6:\"Owner:\";s:10:\"blog_posts\";s:10:\"Blog Posts\";s:23:\"blog_select_a_moderator\";s:19:\"Select a Moderator:\";s:21:\"blog_select_moderator\";s:16:\"Select Moderator\";s:15:\"blog_statsLabel\";s:10:\"Statistics\";s:15:\"blog_subscribed\";s:10:\"Subscribed\";s:20:\"error_fetching_blogs\";s:21:\"Error fetching blogs.\";s:14:\"no_blogs_found\";s:15:\"No blogs found.\";}','',0,'a:256:{s:16:\"basicstyles.bold\";s:4:\"Bold\";s:18:\"basicstyles.italic\";s:6:\"Italic\";s:18:\"basicstyles.strike\";s:14:\"Strike Through\";s:21:\"basicstyles.subscript\";s:9:\"Subscript\";s:23:\"basicstyles.superscript\";s:11:\"Superscript\";s:21:\"basicstyles.underline\";s:9:\"Underline\";s:8:\"bidi.ltr\";s:33:\"Text direction from left to right\";s:8:\"bidi.rtl\";s:33:\"Text direction from right to left\";s:10:\"blockquote\";s:11:\"Block Quote\";s:11:\"button.text\";s:12:\"Text (Value)\";s:12:\"button.title\";s:17:\"Button Properties\";s:11:\"button.type\";s:4:\"Type\";s:14:\"button.typeBtn\";s:6:\"Button\";s:14:\"button.typeRst\";s:5:\"Reset\";s:14:\"button.typeSbm\";s:6:\"Submit\";s:19:\"clipboard.copyError\";s:146:\"Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).\";s:18:\"clipboard.cutError\";s:146:\"Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).\";s:19:\"clipboard.pasteArea\";s:10:\"Paste Area\";s:18:\"clipboard.pasteMsg\";s:97:\"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK\";s:21:\"clipboard.securityMsg\";s:156:\"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.\";s:15:\"clipboard.title\";s:5:\"Paste\";s:16:\"colorbutton.auto\";s:9:\"Automatic\";s:24:\"colorbutton.bgColorTitle\";s:16:\"Background Color\";s:22:\"colorbutton.colors.000\";s:5:\"Black\";s:25:\"colorbutton.colors.000080\";s:4:\"Navy\";s:25:\"colorbutton.colors.0000CD\";s:11:\"Medium Blue\";s:25:\"colorbutton.colors.006400\";s:10:\"Dark Green\";s:25:\"colorbutton.colors.008000\";s:5:\"Green\";s:25:\"colorbutton.colors.008080\";s:4:\"Teal\";s:22:\"colorbutton.colors.00F\";s:4:\"Blue\";s:25:\"colorbutton.colors.00FF00\";s:4:\"Lime\";s:22:\"colorbutton.colors.0FF\";s:4:\"Cyan\";s:25:\"colorbutton.colors.2F4F4F\";s:15:\"Dark Slate Gray\";s:25:\"colorbutton.colors.40E0D0\";s:9:\"Turquoise\";s:25:\"colorbutton.colors.4B0082\";s:6:\"Indigo\";s:25:\"colorbutton.colors.696969\";s:9:\"Dark Gray\";s:25:\"colorbutton.colors.800000\";s:6:\"Maroon\";s:25:\"colorbutton.colors.800080\";s:6:\"Purple\";s:25:\"colorbutton.colors.808080\";s:4:\"Gray\";s:25:\"colorbutton.colors.8B4513\";s:12:\"Saddle Brown\";s:25:\"colorbutton.colors.A52A2A\";s:5:\"Brown\";s:25:\"colorbutton.colors.A9A9A9\";s:8:\"Dim Gray\";s:25:\"colorbutton.colors.ADD8E6\";s:10:\"Light Blue\";s:25:\"colorbutton.colors.AFEEEE\";s:14:\"Pale Turquoise\";s:25:\"colorbutton.colors.B22222\";s:10:\"Fire Brick\";s:25:\"colorbutton.colors.D3D3D3\";s:10:\"Light Grey\";s:25:\"colorbutton.colors.DAA520\";s:10:\"Golden Rod\";s:25:\"colorbutton.colors.DDA0DD\";s:4:\"Plum\";s:25:\"colorbutton.colors.E6E6FA\";s:8:\"Lavender\";s:25:\"colorbutton.colors.EE82EE\";s:6:\"Violet\";s:22:\"colorbutton.colors.F00\";s:3:\"Red\";s:25:\"colorbutton.colors.F0F8FF\";s:10:\"Alice Blue\";s:25:\"colorbutton.colors.F0FFF0\";s:8:\"Honeydew\";s:25:\"colorbutton.colors.F0FFFF\";s:5:\"Azure\";s:25:\"colorbutton.colors.FAEBD7\";s:13:\"Antique White\";s:25:\"colorbutton.colors.FF8C00\";s:11:\"Dark Orange\";s:25:\"colorbutton.colors.FFA07A\";s:12:\"Light Salmon\";s:25:\"colorbutton.colors.FFA500\";s:6:\"Orange\";s:25:\"colorbutton.colors.FFD700\";s:4:\"Gold\";s:22:\"colorbutton.colors.FFF\";s:5:\"White\";s:25:\"colorbutton.colors.FFF0F5\";s:14:\"Lavender Blush\";s:25:\"colorbutton.colors.FFFF00\";s:6:\"Yellow\";s:25:\"colorbutton.colors.FFFFE0\";s:12:\"Light Yellow\";s:16:\"colorbutton.more\";s:14:\"More Colors...\";s:22:\"colorbutton.panelTitle\";s:6:\"Colors\";s:26:\"colorbutton.textColorTitle\";s:10:\"Text Color\";s:17:\"colordialog.clear\";s:5:\"Clear\";s:21:\"colordialog.highlight\";s:9:\"Highlight\";s:19:\"colordialog.options\";s:13:\"Color Options\";s:20:\"colordialog.selected\";s:14:\"Selected Color\";s:17:\"colordialog.title\";s:12:\"Select color\";s:18:\"common.advancedTab\";s:8:\"Advanced\";s:20:\"common.advisoryTitle\";s:14:\"Advisory Title\";s:12:\"common.align\";s:9:\"Alignment\";s:18:\"common.alignBottom\";s:6:\"Bottom\";s:18:\"common.alignCenter\";s:6:\"Center\";s:16:\"common.alignLeft\";s:4:\"Left\";s:18:\"common.alignMiddle\";s:6:\"Middle\";s:17:\"common.alignRight\";s:5:\"Right\";s:15:\"common.alignTop\";s:3:\"Top\";s:19:\"common.browseServer\";s:13:\"Browse Server\";s:13:\"common.button\";s:6:\"Button\";s:13:\"common.cancel\";s:6:\"Cancel\";s:15:\"common.checkbox\";s:8:\"Checkbox\";s:12:\"common.close\";s:5:\"Close\";s:20:\"common.confirmCancel\";s:72:\"Some of the options have been changed. Are you sure to close the dialog?\";s:21:\"common.confirmNewPage\";s:89:\"Any unsaved changes to this content will be lost. Are you sure you want to load new page?\";s:15:\"common.cssClass\";s:18:\"Stylesheet Classes\";s:17:\"common.cssClasses\";s:18:\"Stylesheet Classes\";s:23:\"common.cssLengthTooltip\";s:110:\"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).\";s:15:\"common.cssStyle\";s:5:\"Style\";s:12:\"common.flash\";s:5:\"Flash\";s:11:\"common.form\";s:4:\"Form\";s:17:\"common.generalTab\";s:7:\"General\";s:13:\"common.height\";s:6:\"Height\";s:18:\"common.hiddenField\";s:12:\"Hidden Field\";s:9:\"common.id\";s:2:\"Id\";s:12:\"common.image\";s:5:\"Image\";s:18:\"common.imageButton\";s:12:\"Image Button\";s:23:\"common.invalidCssLength\";s:145:\"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).\";s:20:\"common.invalidHeight\";s:23:\"Height must be a number\";s:24:\"common.invalidHtmlLength\";s:117:\"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).\";s:25:\"common.invalidInlineStyle\";s:132:\"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.\";s:19:\"common.invalidValue\";s:14:\"Invalid value.\";s:19:\"common.invalidWidth\";s:22:\"Width must be a number\";s:15:\"common.langCode\";s:13:\"Language Code\";s:14:\"common.langDir\";s:18:\"Language Direction\";s:17:\"common.langDirLTR\";s:19:\"Left to Right (LTR)\";s:17:\"common.langDirLtr\";s:19:\"Left to Right (LTR)\";s:17:\"common.langDirRTL\";s:19:\"Right to Left (RTL)\";s:17:\"common.langDirRtl\";s:19:\"Right to Left (RTL)\";s:16:\"common.longDescr\";s:20:\"Long Description URL\";s:11:\"common.name\";s:4:\"Name\";s:13:\"common.notSet\";s:9:\"<not set>\";s:9:\"common.ok\";s:2:\"OK\";s:14:\"common.options\";s:7:\"Options\";s:14:\"common.preview\";s:7:\"Preview\";s:15:\"common.protocol\";s:8:\"Protocol\";s:12:\"common.radio\";s:12:\"Radio Button\";s:13:\"common.resize\";s:6:\"Resize\";s:13:\"common.select\";s:15:\"Selection Field\";s:13:\"common.styles\";s:5:\"Style\";s:13:\"common.target\";s:6:\"Target\";s:16:\"common.targetNew\";s:19:\"New Window (_blank)\";s:19:\"common.targetParent\";s:23:\"Parent Window (_parent)\";s:17:\"common.targetSelf\";s:19:\"Same Window (_self)\";s:16:\"common.targetTop\";s:21:\"Topmost Window (_top)\";s:16:\"common.textField\";s:10:\"Text Field\";s:15:\"common.textarea\";s:8:\"Textarea\";s:18:\"common.unavailable\";s:54:\"%1<span class=\"cke_accessibility\">, unavailable</span>\";s:13:\"common.upload\";s:6:\"Upload\";s:19:\"common.uploadSubmit\";s:21:\"Send it to the Server\";s:10:\"common.url\";s:3:\"URL\";s:27:\"common.validateNumberFailed\";s:27:\"This value is not a number.\";s:12:\"common.width\";s:5:\"Width\";s:3:\"dir\";s:3:\"ltr\";s:6:\"editor\";s:16:\"Rich Text Editor\";s:19:\"font.fontSize.label\";s:4:\"Size\";s:24:\"font.fontSize.panelTitle\";s:9:\"Font Size\";s:24:\"font.fontSize.voiceLabel\";s:9:\"Font Size\";s:10:\"font.label\";s:4:\"Font\";s:15:\"font.panelTitle\";s:9:\"Font Name\";s:15:\"font.voiceLabel\";s:4:\"Font\";s:22:\"horizontalrule.toolbar\";s:22:\"Insert Horizontal Line\";s:14:\"image.alertUrl\";s:25:\"Please type the image URL\";s:9:\"image.alt\";s:16:\"Alternative Text\";s:12:\"image.border\";s:6:\"Border\";s:15:\"image.btnUpload\";s:21:\"Send it to the Server\";s:16:\"image.button2Img\";s:69:\"Do you want to transform the selected image button on a simple image?\";s:12:\"image.hSpace\";s:6:\"HSpace\";s:16:\"image.img2Button\";s:62:\"Do you want to transform the selected image on a image button?\";s:13:\"image.infoTab\";s:10:\"Image Info\";s:13:\"image.linkTab\";s:4:\"Link\";s:15:\"image.lockRatio\";s:10:\"Lock Ratio\";s:10:\"image.menu\";s:16:\"Image Properties\";s:15:\"image.resetSize\";s:10:\"Reset Size\";s:11:\"image.title\";s:16:\"Image Properties\";s:17:\"image.titleButton\";s:23:\"Image Button Properties\";s:12:\"image.upload\";s:6:\"Upload\";s:16:\"image.urlMissing\";s:28:\"Image source URL is missing.\";s:12:\"image.vSpace\";s:6:\"VSpace\";s:20:\"image.validateBorder\";s:30:\"Border must be a whole number.\";s:20:\"image.validateHSpace\";s:30:\"HSpace must be a whole number.\";s:20:\"image.validateVSpace\";s:30:\"VSpace must be a whole number.\";s:13:\"indent.indent\";s:15:\"Increase Indent\";s:14:\"indent.outdent\";s:15:\"Decrease Indent\";s:13:\"justify.block\";s:7:\"Justify\";s:14:\"justify.center\";s:6:\"Center\";s:12:\"justify.left\";s:10:\"Align Left\";s:13:\"justify.right\";s:11:\"Align Right\";s:17:\"link.emailAddress\";s:14:\"E-Mail Address\";s:10:\"link.noUrl\";s:24:\"Please type the link URL\";s:10:\"link.title\";s:4:\"Link\";s:12:\"link.toEmail\";s:6:\"E-mail\";s:10:\"link.toUrl\";s:3:\"URL\";s:12:\"link.toolbar\";s:4:\"Link\";s:9:\"link.type\";s:9:\"Link Type\";s:11:\"link.unlink\";s:6:\"Unlink\";s:17:\"list.bulletedlist\";s:27:\"Insert/Remove Bulleted List\";s:17:\"list.numberedlist\";s:27:\"Insert/Remove Numbered List\";s:15:\"magicline.title\";s:21:\"Insert paragraph here\";s:28:\"pastefromword.confirmcleanup\";s:96:\"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?\";s:19:\"pastefromword.error\";s:72:\"It was not possible to clean up the pasted data due to an internal error\";s:19:\"pastefromword.title\";s:15:\"Paste from Word\";s:21:\"pastefromword.toolbar\";s:15:\"Paste from Word\";s:16:\"pastetext.button\";s:19:\"Paste as Plain text\";s:15:\"pastetext.title\";s:19:\"Paste as Plain Text\";s:20:\"removeformat.toolbar\";s:13:\"Remove Format\";s:12:\"smiley.title\";s:15:\"Insert a Smiley\";s:14:\"smiley.toolbar\";s:6:\"Smiley\";s:18:\"sourcearea.toolbar\";s:6:\"Source\";s:12:\"table.border\";s:11:\"Border size\";s:13:\"table.caption\";s:7:\"Caption\";s:24:\"table.cell.alignBaseline\";s:8:\"Baseline\";s:18:\"table.cell.bgColor\";s:16:\"Background Color\";s:22:\"table.cell.borderColor\";s:12:\"Border Color\";s:19:\"table.cell.cellType\";s:9:\"Cell Type\";s:22:\"table.cell.chooseColor\";s:6:\"Choose\";s:18:\"table.cell.colSpan\";s:12:\"Columns Span\";s:15:\"table.cell.data\";s:4:\"Data\";s:21:\"table.cell.deleteCell\";s:12:\"Delete Cells\";s:17:\"table.cell.hAlign\";s:20:\"Horizontal Alignment\";s:17:\"table.cell.header\";s:6:\"Header\";s:22:\"table.cell.insertAfter\";s:17:\"Insert Cell After\";s:23:\"table.cell.insertBefore\";s:18:\"Insert Cell Before\";s:25:\"table.cell.invalidColSpan\";s:36:\"Columns span must be a whole number.\";s:24:\"table.cell.invalidHeight\";s:29:\"Cell height must be a number.\";s:25:\"table.cell.invalidRowSpan\";s:33:\"Rows span must be a whole number.\";s:23:\"table.cell.invalidWidth\";s:28:\"Cell width must be a number.\";s:15:\"table.cell.menu\";s:4:\"Cell\";s:16:\"table.cell.merge\";s:11:\"Merge Cells\";s:20:\"table.cell.mergeDown\";s:10:\"Merge Down\";s:21:\"table.cell.mergeRight\";s:11:\"Merge Right\";s:13:\"table.cell.no\";s:2:\"No\";s:18:\"table.cell.rowSpan\";s:9:\"Rows Span\";s:26:\"table.cell.splitHorizontal\";s:23:\"Split Cell Horizontally\";s:24:\"table.cell.splitVertical\";s:21:\"Split Cell Vertically\";s:16:\"table.cell.title\";s:15:\"Cell Properties\";s:17:\"table.cell.vAlign\";s:18:\"Vertical Alignment\";s:19:\"table.cell.wordWrap\";s:9:\"Word Wrap\";s:14:\"table.cell.yes\";s:3:\"Yes\";s:13:\"table.cellPad\";s:12:\"Cell padding\";s:15:\"table.cellSpace\";s:12:\"Cell spacing\";s:25:\"table.column.deleteColumn\";s:14:\"Delete Columns\";s:24:\"table.column.insertAfter\";s:19:\"Insert Column After\";s:25:\"table.column.insertBefore\";s:20:\"Insert Column Before\";s:17:\"table.column.menu\";s:6:\"Column\";s:13:\"table.columns\";s:7:\"Columns\";s:17:\"table.deleteTable\";s:12:\"Delete Table\";s:13:\"table.headers\";s:7:\"Headers\";s:17:\"table.headersBoth\";s:4:\"Both\";s:19:\"table.headersColumn\";s:12:\"First column\";s:17:\"table.headersNone\";s:4:\"None\";s:16:\"table.headersRow\";s:9:\"First Row\";s:19:\"table.invalidBorder\";s:29:\"Border size must be a number.\";s:24:\"table.invalidCellPadding\";s:39:\"Cell padding must be a positive number.\";s:24:\"table.invalidCellSpacing\";s:39:\"Cell spacing must be a positive number.\";s:17:\"table.invalidCols\";s:50:\"Number of columns must be a number greater than 0.\";s:19:\"table.invalidHeight\";s:30:\"Table height must be a number.\";s:17:\"table.invalidRows\";s:47:\"Number of rows must be a number greater than 0.\";s:18:\"table.invalidWidth\";s:29:\"Table width must be a number.\";s:10:\"table.menu\";s:16:\"Table Properties\";s:19:\"table.row.deleteRow\";s:11:\"Delete Rows\";s:21:\"table.row.insertAfter\";s:16:\"Insert Row After\";s:22:\"table.row.insertBefore\";s:17:\"Insert Row Before\";s:14:\"table.row.menu\";s:3:\"Row\";s:10:\"table.rows\";s:4:\"Rows\";s:13:\"table.summary\";s:7:\"Summary\";s:11:\"table.title\";s:16:\"Table Properties\";s:13:\"table.toolbar\";s:5:\"Table\";s:11:\"table.width\";s:5:\"Width\";s:13:\"table.widthPc\";s:7:\"percent\";s:13:\"table.widthPx\";s:6:\"pixels\";s:15:\"table.widthUnit\";s:10:\"width unit\";s:9:\"undo.redo\";s:4:\"Redo\";s:9:\"undo.undo\";s:4:\"Undo\";}','a:45:{s:22:\"add_cms_child_category\";s:18:\"Add Child Category\";s:20:\"add_new_cms_category\";s:16:\"Add New Category\";s:5:\"apply\";s:5:\"Apply\";s:17:\"articles_per_page\";s:17:\"Articles Per Page\";s:12:\"categorylist\";s:13:\"Category List\";s:12:\"cms_category\";s:8:\"Category\";s:24:\"cms_category_description\";s:20:\"Category Description\";s:17:\"cms_category_name\";s:13:\"Category Name\";s:18:\"cms_category_title\";s:14:\"Category Title\";s:19:\"cms_parent_category\";s:15:\"Parent Category\";s:13:\"cms_published\";s:9:\"Published\";s:18:\"content_break_type\";s:17:\"Content<br />Type\";s:20:\"content_link_date_by\";s:126:\"<div class=\"h-wordwrap\"><a href=\"%1$s\" target=\"_blank\">%2$s</a></div><div class=\"h-wordwrap h-margin-top-xs\">%3$sby %4$s</div>\";s:18:\"content_management\";s:18:\"Content Management\";s:11:\"contentlist\";s:12:\"Content List\";s:11:\"contenttype\";s:12:\"Content Type\";s:7:\"control\";s:7:\"Control\";s:31:\"delete_article_confirm_multiple\";s:77:\"Are you sure you want to delete these articles? This action cannot be undone.\";s:29:\"delete_article_confirm_single\";s:75:\"Are you sure you want to delete this article? This action cannot be undone.\";s:32:\"delete_category_confirm_multiple\";s:79:\"Are you sure you want to delete these categories? This action cannot be undone.\";s:30:\"delete_category_confirm_single\";s:76:\"Are you sure you want to delete this category? This action cannot be undone.\";s:19:\"delete_cms_category\";s:15:\"Delete Category\";s:13:\"deletecontent\";s:14:\"Delete Content\";s:19:\"display_break_order\";s:18:\"Display<br />Order\";s:12:\"displayorder\";s:13:\"Display Order\";s:17:\"edit_cms_category\";s:13:\"Edit Category\";s:11:\"editcontent\";s:12:\"Edit Content\";s:23:\"invalid_parent_category\";s:181:\"Invalid parent category was selected. Please go back and select another category. If editing an existing category, please note that you cannot select a child category as the parent.\";s:16:\"no_authors_found\";s:19:\"No authors found...\";s:20:\"no_category_selected\";s:59:\"No category selected. Please go back and choose a category.\";s:13:\"no_tags_found\";s:16:\"No tags found...\";s:12:\"notpublished\";s:13:\"Not Published\";s:33:\"please_choose_a_category_for_move\";s:51:\"Please select a category to move the articles into.\";s:22:\"please_choose_a_filter\";s:22:\"Please select a filter\";s:13:\"plus_category\";s:10:\"+ Category\";s:20:\"public_break_preview\";s:19:\"Public<br />Preview\";s:13:\"publicpreview\";s:14:\"Public Preview\";s:16:\"savedisplayorder\";s:18:\"Save Display Order\";s:15:\"select_a_filter\";s:15:\"Select a filter\";s:16:\"select_an_action\";s:16:\"Select an action\";s:7:\"taglist\";s:8:\"Tag List\";s:7:\"tagname\";s:8:\"Tag Name\";s:9:\"unpublish\";s:10:\"Un-publish\";s:11:\"unpublished\";s:13:\"Not Published\";s:11:\"viewcontent\";s:12:\"View Content\";}','a:17:{s:12:\"navbar_admin\";s:5:\"Admin\";s:15:\"navbar_articles\";s:8:\"Articles\";s:12:\"navbar_blogs\";s:5:\"Blogs\";s:17:\"navbar_contact_us\";s:10:\"Contact Us\";s:24:\"navbar_create_a_new_blog\";s:17:\"Create a New Blog\";s:25:\"navbar_create_a_new_group\";s:16:\"Create New Group\";s:11:\"navbar_help\";s:4:\"Help\";s:11:\"navbar_home\";s:6:\"Forums\";s:25:\"navbar_mark_channels_read\";s:18:\"Mark Channels Read\";s:18:\"navbar_member_list\";s:11:\"Member List\";s:10:\"navbar_mod\";s:3:\"Mod\";s:17:\"navbar_newentries\";s:11:\"New Entries\";s:16:\"navbar_newtopics\";s:10:\"New Topics\";s:14:\"navbar_profile\";s:7:\"Profile\";s:20:\"navbar_social_groups\";s:6:\"Groups\";s:19:\"navbar_todays_posts\";s:13:\"Today\'s Posts\";s:18:\"navbar_whos_online\";s:12:\"Who\'s Online\";}'); /*!40000 ALTER TABLE `language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `link` -- DROP TABLE IF EXISTS `link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `link` ( `nodeid` int(10) unsigned NOT NULL, `filedataid` int(10) unsigned NOT NULL default '0', `url` varchar(255) default NULL, `url_title` varchar(255) default NULL, `meta` mediumtext, PRIMARY KEY (`nodeid`), KEY `filedataid` (`filedataid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `link` -- LOCK TABLES `link` WRITE; /*!40000 ALTER TABLE `link` DISABLE KEYS */; /*!40000 ALTER TABLE `link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailqueue` -- DROP TABLE IF EXISTS `mailqueue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailqueue` ( `mailqueueid` int(10) unsigned NOT NULL auto_increment, `dateline` int(10) unsigned NOT NULL default '0', `toemail` mediumtext, `fromemail` mediumtext, `subject` mediumtext, `message` mediumtext, `header` mediumtext, PRIMARY KEY (`mailqueueid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailqueue` -- LOCK TABLES `mailqueue` WRITE; /*!40000 ALTER TABLE `mailqueue` DISABLE KEYS */; /*!40000 ALTER TABLE `mailqueue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mapiposthash` -- DROP TABLE IF EXISTS `mapiposthash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mapiposthash` ( `posthashid` int(10) unsigned NOT NULL auto_increment, `posthash` varchar(32) NOT NULL default '', `filedataid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`posthashid`), KEY `posthash` (`posthash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mapiposthash` -- LOCK TABLES `mapiposthash` WRITE; /*!40000 ALTER TABLE `mapiposthash` DISABLE KEYS */; /*!40000 ALTER TABLE `mapiposthash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messagefolder` -- DROP TABLE IF EXISTS `messagefolder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messagefolder` ( `folderid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL, `title` varchar(512) default NULL, `titlephrase` varchar(250) default NULL, `oldfolderid` tinyint(4) default NULL, PRIMARY KEY (`folderid`), UNIQUE KEY `userid_oldfolderid` (`userid`,`oldfolderid`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messagefolder` -- LOCK TABLES `messagefolder` WRITE; /*!40000 ALTER TABLE `messagefolder` DISABLE KEYS */; INSERT INTO `messagefolder` VALUES (1,1,'','trash',NULL),(2,1,'','messages',NULL),(3,1,'','sent_items',NULL),(4,1,'','your_notifications',NULL),(5,1,'','requests',NULL),(6,1,'','pending_posts',NULL),(7,1,'','infractions',NULL),(8,1,'','deleted_items',NULL); /*!40000 ALTER TABLE `messagefolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderation` -- DROP TABLE IF EXISTS `moderation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderation` ( `primaryid` int(10) unsigned NOT NULL default '0', `type` enum('thread','reply','visitormessage','groupmessage','picturecomment') NOT NULL default 'thread', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`primaryid`,`type`), KEY `type` (`type`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderation` -- LOCK TABLES `moderation` WRITE; /*!40000 ALTER TABLE `moderation` DISABLE KEYS */; /*!40000 ALTER TABLE `moderation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderator` -- DROP TABLE IF EXISTS `moderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderator` ( `moderatorid` smallint(5) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `nodeid` smallint(6) NOT NULL default '0', `permissions` int(10) unsigned NOT NULL default '0', `permissions2` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`moderatorid`), UNIQUE KEY `userid_nodeid` (`userid`,`nodeid`), KEY `nodeid` (`nodeid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderator` -- LOCK TABLES `moderator` WRITE; /*!40000 ALTER TABLE `moderator` DISABLE KEYS */; INSERT INTO `moderator` VALUES (1,1,-1,0,0),(2,2,0,67108863,33554431); /*!40000 ALTER TABLE `moderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderatorlog` -- DROP TABLE IF EXISTS `moderatorlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderatorlog` ( `moderatorlogid` int(10) unsigned NOT NULL auto_increment, `dateline` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `action` varchar(250) NOT NULL default '', `type` smallint(5) unsigned NOT NULL default '0', `nodetitle` varchar(250) NOT NULL default '', `ipaddress` char(15) NOT NULL default '', `product` varchar(25) NOT NULL default '', `id1` int(10) unsigned NOT NULL default '0', `id2` int(10) unsigned NOT NULL default '0', `id3` int(10) unsigned NOT NULL default '0', `id4` int(10) unsigned NOT NULL default '0', `id5` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`moderatorlogid`), KEY `nodeid` (`nodeid`), KEY `product` (`product`), KEY `id1` (`id1`), KEY `id2` (`id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderatorlog` -- LOCK TABLES `moderatorlog` WRITE; /*!40000 ALTER TABLE `moderatorlog` DISABLE KEYS */; /*!40000 ALTER TABLE `moderatorlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `node` -- DROP TABLE IF EXISTS `node`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `node` ( `nodeid` int(10) unsigned NOT NULL auto_increment, `routeid` int(10) unsigned NOT NULL, `contenttypeid` smallint(6) NOT NULL, `publishdate` int(11) default NULL, `unpublishdate` int(11) default NULL, `userid` int(10) unsigned default NULL, `groupid` int(10) unsigned default NULL, `authorname` varchar(100) default NULL, `description` varchar(1024) default NULL, `title` varchar(512) default NULL, `htmltitle` varchar(512) default NULL, `parentid` int(11) NOT NULL, `urlident` varchar(512) default NULL, `displayorder` smallint(6) default NULL, `starter` int(11) NOT NULL default '0', `created` int(11) default NULL, `lastcontent` int(11) NOT NULL default '0', `lastcontentid` int(11) NOT NULL default '0', `lastcontentauthor` varchar(100) NOT NULL default '', `lastauthorid` int(10) unsigned NOT NULL default '0', `lastprefixid` varchar(25) NOT NULL default '', `textcount` mediumint(8) unsigned NOT NULL default '0', `textunpubcount` mediumint(8) unsigned NOT NULL default '0', `totalcount` mediumint(8) unsigned NOT NULL default '0', `totalunpubcount` mediumint(8) unsigned NOT NULL default '0', `ipaddress` char(15) NOT NULL default '', `showpublished` smallint(5) unsigned NOT NULL default '0', `oldid` int(10) unsigned default NULL, `oldcontenttypeid` int(10) unsigned default NULL, `nextupdate` int(11) default NULL, `lastupdate` int(11) default NULL, `featured` smallint(6) NOT NULL default '0', `CRC32` varchar(10) NOT NULL default '', `taglist` mediumtext, `inlist` smallint(5) unsigned NOT NULL default '1', `protected` smallint(5) unsigned NOT NULL default '0', `setfor` int(11) NOT NULL default '0', `votes` smallint(5) unsigned NOT NULL default '0', `hasphoto` smallint(6) NOT NULL default '0', `hasvideo` smallint(6) NOT NULL default '0', `deleteuserid` int(10) unsigned default NULL, `deletereason` varchar(125) default NULL, `open` smallint(6) NOT NULL default '1', `showopen` smallint(6) NOT NULL default '1', `sticky` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `showapproved` tinyint(1) NOT NULL default '1', `viewperms` tinyint(4) NOT NULL default '2', `commentperms` tinyint(4) NOT NULL default '1', `nodeoptions` int(10) unsigned NOT NULL default '138', `prefixid` varchar(25) NOT NULL default '', `iconid` smallint(6) NOT NULL default '0', `public_preview` smallint(6) NOT NULL default '0', PRIMARY KEY (`nodeid`), KEY `node_lastauthorid` (`lastauthorid`), KEY `node_lastcontent` (`lastcontent`), KEY `node_textcount` (`textcount`), KEY `node_ip` (`ipaddress`), KEY `node_pubdate` (`publishdate`,`nodeid`), KEY `node_unpubdate` (`unpublishdate`), KEY `node_parent` (`parentid`), KEY `node_nextupdate` (`nextupdate`), KEY `node_lastupdate` (`lastupdate`), KEY `node_user` (`userid`), KEY `node_oldinfo` (`oldcontenttypeid`,`oldid`), KEY `node_urlident` (`urlident`(333)), KEY `node_sticky` (`sticky`), KEY `node_starter` (`starter`), KEY `node_approved` (`approved`), KEY `node_ppreview` (`public_preview`), KEY `node_showapproved` (`showapproved`), KEY `node_ctypid_userid_dispo_idx` (`contenttypeid`,`userid`,`displayorder`), KEY `node_setfor_pubdt_idx` (`setfor`,`publishdate`), KEY `prefixid` (`prefixid`,`nodeid`), KEY `nodeid` (`nodeid`,`contenttypeid`), KEY `contenttypeid_parentid` (`contenttypeid`,`parentid`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `node` -- LOCK TABLES `node` WRITE; /*!40000 ALTER TABLE `node` DISABLE KEYS */; INSERT INTO `node` VALUES (1,4,23,1321982542,NULL,1,NULL,NULL,'Home Description','Home','Home Page',0,NULL,1,0,NULL,0,0,'',0,'',0,0,0,0,'',1,NULL,NULL,NULL,NULL,0,'',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(2,45,23,1321982542,NULL,1,NULL,'outsourcedadmin','Forum Description','Forum','Forum',1,'forum',1,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1024384257',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(3,47,23,1321982542,NULL,1,NULL,'outsourcedadmin','Main Forum Description','Main Forum','Main Forum',2,'main-forum',1,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1697595228',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(4,31,23,1321982542,NULL,1,NULL,'outsourcedadmin','Blogs','Blogs','Blogs',1,'blogs',2,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'4095462000',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(5,35,23,1321982542,NULL,1,NULL,'outsourcedadmin','Groups','Groups','Groups',1,'groups',3,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'4033689968',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(6,36,23,1321982542,NULL,1,NULL,'outsourcedadmin','Group Uncategorized Category','Uncategorized Groups','Uncategorized Groups',5,'uncategorized-groups',1,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'3820836336',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(7,46,23,1321982542,NULL,1,NULL,'outsourcedadmin','Special','Special','Special',1,'special',4,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1282097123',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(8,49,23,1321982542,NULL,1,NULL,'outsourcedadmin','Visitor Messages','Visitor Messages','Visitor Messages',7,'visitor-messages',1,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1634028416',NULL,0,1,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(9,51,23,1321982542,NULL,1,NULL,'outsourcedadmin','Private Messages','Private Messages','Private Messages',7,'private-messages',2,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1401867583',NULL,0,1,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(10,53,23,1321982542,NULL,1,NULL,'outsourcedadmin','User Albums','Albums','Albums',7,'albums',3,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'2917293607',NULL,0,1,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(11,55,23,1321982542,NULL,1,NULL,'outsourcedadmin','Reports / Flags','Reports','Reports',7,'reports',4,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1520931909',NULL,1,1,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(12,57,23,1321982542,NULL,1,NULL,'outsourcedadmin','Infractions','Infractions','Infractions',7,'infractions',2,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'3591925184',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(13,4,23,1363038414,NULL,1,NULL,'outsourcedadmin','A page to show live examples of how to use our CSS and HTML to create the elements you need.','CSS Examples','CSS Examples',7,'css-examples',6,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'1775346304',NULL,0,1,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0),(14,43,23,1321982542,NULL,1,NULL,'outsourcedadmin','CMS Home Page','Articles','Articles',1,'articles',1,0,1399996411,0,0,'',0,'',0,0,0,0,'67.235.238.250',1,NULL,NULL,NULL,1399996411,0,'3023029096',NULL,1,0,0,0,0,0,NULL,NULL,1,1,0,1,1,2,1,138,'',0,0); /*!40000 ALTER TABLE `node` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodehash` -- DROP TABLE IF EXISTS `nodehash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodehash` ( `userid` int(10) unsigned NOT NULL, `nodeid` int(10) unsigned NOT NULL, `dupehash` char(32) NOT NULL, `dateline` int(10) unsigned NOT NULL, KEY `userid` (`userid`,`dupehash`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodehash` -- LOCK TABLES `nodehash` WRITE; /*!40000 ALTER TABLE `nodehash` DISABLE KEYS */; /*!40000 ALTER TABLE `nodehash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noderead` -- DROP TABLE IF EXISTS `noderead`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `noderead` ( `userid` int(10) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `readtime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`nodeid`), KEY `readtime` (`readtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `noderead` -- LOCK TABLES `noderead` WRITE; /*!40000 ALTER TABLE `noderead` DISABLE KEYS */; /*!40000 ALTER TABLE `noderead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodestatreplies` -- DROP TABLE IF EXISTS `nodestatreplies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodestatreplies` ( `nodeid` int(10) unsigned NOT NULL, `replies` int(10) unsigned NOT NULL, PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodestatreplies` -- LOCK TABLES `nodestatreplies` WRITE; /*!40000 ALTER TABLE `nodestatreplies` DISABLE KEYS */; /*!40000 ALTER TABLE `nodestatreplies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodestats` -- DROP TABLE IF EXISTS `nodestats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodestats` ( `nodestatsid` int(10) NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL, `dateline` int(10) unsigned NOT NULL, `replies` int(10) unsigned NOT NULL, `visitors` int(10) unsigned NOT NULL, PRIMARY KEY (`nodestatsid`), UNIQUE KEY `nodeid` (`nodeid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodestats` -- LOCK TABLES `nodestats` WRITE; /*!40000 ALTER TABLE `nodestats` DISABLE KEYS */; /*!40000 ALTER TABLE `nodestats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodeview` -- DROP TABLE IF EXISTS `nodeview`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodeview` ( `nodeid` int(10) unsigned NOT NULL default '0', `count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodeview` -- LOCK TABLES `nodeview` WRITE; /*!40000 ALTER TABLE `nodeview` DISABLE KEYS */; /*!40000 ALTER TABLE `nodeview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodevisits` -- DROP TABLE IF EXISTS `nodevisits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodevisits` ( `nodevisitid` int(10) NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL, `visitorid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL, `totalcount` int(10) unsigned default NULL, PRIMARY KEY (`nodevisitid`), UNIQUE KEY `nodeid` (`nodeid`,`visitorid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodevisits` -- LOCK TABLES `nodevisits` WRITE; /*!40000 ALTER TABLE `nodevisits` DISABLE KEYS */; /*!40000 ALTER TABLE `nodevisits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nodevote` -- DROP TABLE IF EXISTS `nodevote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `nodevote` ( `nodevoteid` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned default NULL, `votedate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`nodevoteid`), UNIQUE KEY `nodeid` (`nodeid`,`userid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `nodevote` -- LOCK TABLES `nodevote` WRITE; /*!40000 ALTER TABLE `nodevote` DISABLE KEYS */; /*!40000 ALTER TABLE `nodevote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notice` -- DROP TABLE IF EXISTS `notice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `notice` ( `noticeid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `displayorder` int(10) unsigned NOT NULL default '0', `persistent` smallint(5) unsigned NOT NULL default '0', `active` smallint(5) unsigned NOT NULL default '0', `dismissible` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`noticeid`), KEY `active` (`active`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `notice` -- LOCK TABLES `notice` WRITE; /*!40000 ALTER TABLE `notice` DISABLE KEYS */; INSERT INTO `notice` VALUES (1,'default_guest_message',10,1,1,1); /*!40000 ALTER TABLE `notice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noticecriteria` -- DROP TABLE IF EXISTS `noticecriteria`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `noticecriteria` ( `noticeid` int(10) unsigned NOT NULL default '0', `criteriaid` varchar(250) NOT NULL default '', `condition1` varchar(250) NOT NULL default '', `condition2` varchar(250) NOT NULL default '', `condition3` varchar(250) NOT NULL default '', PRIMARY KEY (`noticeid`,`criteriaid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `noticecriteria` -- LOCK TABLES `noticecriteria` WRITE; /*!40000 ALTER TABLE `noticecriteria` DISABLE KEYS */; INSERT INTO `noticecriteria` VALUES (1,'in_usergroup_x','1','',''); /*!40000 ALTER TABLE `noticecriteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noticedismissed` -- DROP TABLE IF EXISTS `noticedismissed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `noticedismissed` ( `noticeid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`noticeid`,`userid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `noticedismissed` -- LOCK TABLES `noticedismissed` WRITE; /*!40000 ALTER TABLE `noticedismissed` DISABLE KEYS */; /*!40000 ALTER TABLE `noticedismissed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `package` -- DROP TABLE IF EXISTS `package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `package` ( `packageid` int(10) unsigned NOT NULL auto_increment, `productid` varchar(25) NOT NULL, `class` varbinary(50) NOT NULL, PRIMARY KEY (`packageid`), UNIQUE KEY `class` (`class`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `package` -- LOCK TABLES `package` WRITE; /*!40000 ALTER TABLE `package` DISABLE KEYS */; INSERT INTO `package` VALUES (1,'vbulletin','vBForum'); /*!40000 ALTER TABLE `package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `page` -- DROP TABLE IF EXISTS `page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `page` ( `pageid` int(10) unsigned NOT NULL auto_increment, `parentid` int(10) unsigned NOT NULL, `pagetemplateid` int(10) unsigned NOT NULL, `title` varchar(200) NOT NULL, `metadescription` varchar(200) NOT NULL, `routeid` int(10) unsigned NOT NULL, `moderatorid` int(10) unsigned NOT NULL, `displayorder` int(11) NOT NULL, `pagetype` enum('default','custom') NOT NULL default 'custom', `product` varchar(25) NOT NULL default 'vbulletin', `guid` char(150) default NULL, PRIMARY KEY (`pageid`) ) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `page` -- LOCK TABLES `page` WRITE; /*!40000 ALTER TABLE `page` DISABLE KEYS */; INSERT INTO `page` VALUES (1,0,1,'Forums','vBulletin Forums',4,0,1,'custom','vbulletin','vbulletin-4ecbdac82ef5d4.12817784'),(2,0,5,'Advanced Search','vBulletin Search',20,0,1,'custom','vbulletin','vbulletin-4ecbdac82efb61.17736147'),(3,1,6,'Register','Forgot and Retrieve Password',13,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0396.95291105'),(4,1,7,'Forgot Password','Forum Registration',14,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0396.95291106'),(5,1,8,'Contact Us','Contact Us',15,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0396.95291107'),(6,1,9,'Help','Help',16,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0396.95291108'),(7,0,10,'Online','Online Users',21,0,0,'custom','vbulletin','vbulletin-4ecbdac82f07a5.18983925'),(8,1,11,'User Profile','User Profile',17,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0bb4.37025811'),(9,1,12,'Media','Upload Media',23,0,0,'custom','vbulletin','vbulletin-4ecbdac82f0fd1.78471901'),(10,1,13,'Edit Photos','Edit Photos',19,0,0,'custom','vbulletin','vbulletin-4ecbdac82f13d1.77590572'),(11,1,14,'User Settings','User Profile Settings',22,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2408.19539885'),(12,0,15,'Search Result','vBulletin Search',24,0,1,'custom','vbulletin','vbulletin-4ecbdac82f2815.04471586'),(13,0,16,'Message Center','vBulletin Message Center',27,0,1,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323361'),(14,1,17,'Subscription','Subscriptions',28,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323362'),(15,0,18,'Album','vBulletin Photo Album',29,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323364'),(16,0,19,'Visitor Message Display','Visitor Message',30,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323365'),(17,0,21,'Blogs','Blogs',31,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323366'),(18,0,22,'Blog Admin','Blog Administration',32,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323367'),(19,0,23,'Create New Content','create new content',33,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323369'),(20,0,24,'Group Admin','Group Administration',34,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323370'),(21,0,25,'Group Home','Groups',35,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323372'),(22,21,28,'Group Category','Group Category',36,0,0,'custom','vbulletin','vbulletin-vbsgcatlistf2c27.60323373'),(23,1,29,'Activate Your Account','Forum User Activation',37,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323374'),(24,1,30,'Email Activation Codes','Forum User Activation',38,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323375'),(25,1,31,'Coppa Permission Form','Coppa Permission Form',39,0,0,'custom','vbulletin','vbulletin-4ecbdac82f2c27.60323376'),(26,0,32,'CSS Examples Page','A page to show live examples of how to use our CSS and HTML to create the elements you need.',41,0,0,'custom','vbulletin','vbulletin-513e3ae1ecdf97.38916583'),(27,0,33,'Member List','Member List',42,0,0,'custom','vbulletin','vbulletin-4ecbdac82f07a5.18983926'),(28,0,34,'Articles','This is the top level CMS page that shows all categories that hold the articles on this site',43,0,0,'custom','vbulletin','vbulletin-p-cmshome5229f4e0c2ea71.91676461'),(29,28,36,'Article','Articles under the root Articles Channel',44,0,0,'custom','vbulletin','vbulletin-p-cmsarticle522a1de52295d8.35615179'),(30,1,3,'Forum','',45,0,0,'custom','vbulletin','vbulletin-5372400b4b2607.20219367'),(31,1,3,'Special','',46,0,0,'custom','vbulletin','vbulletin-5372400c026319.12406177'),(32,30,2,'Main Forum','',47,0,0,'custom','vbulletin','vbulletin-5372400ca9f529.74389099'),(33,32,4,'Main Forum','',48,0,0,'default','vbulletin','vbulletin-5372400d55c554.51157500'),(34,31,2,'Visitor Messages','',49,0,0,'custom','vbulletin','vbulletin-5372400e2f48f3.02781049'),(35,34,4,'Visitor Messages','',50,0,0,'default','vbulletin','vbulletin-5372400ec00143.76386501'),(36,31,2,'Private Messages','',51,0,0,'custom','vbulletin','vbulletin-5372400f606491.07730537'),(37,36,4,'Private Messages','',52,0,0,'default','vbulletin','vbulletin-5372400ff11ce7.09102953'),(38,31,2,'Albums','',53,0,0,'custom','vbulletin','vbulletin-537240108db140.64167701'),(39,38,4,'Albums','',54,0,0,'default','vbulletin','vbulletin-537240112e1495.11889877'),(40,31,2,'Reports','',55,0,0,'custom','vbulletin','vbulletin-53724011becce3.53333887'),(41,40,4,'Reports','',56,0,0,'default','vbulletin','vbulletin-537240125f3030.38694013'),(42,31,2,'Infractions','',57,0,0,'custom','vbulletin','vbulletin-537240130b0056.29759560'),(43,42,4,'Infractions','',58,0,0,'default','vbulletin','vbulletin-53724013a35691.84807046'); /*!40000 ALTER TABLE `page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pagetemplate` -- DROP TABLE IF EXISTS `pagetemplate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pagetemplate` ( `pagetemplateid` int(10) unsigned NOT NULL auto_increment, `title` varchar(200) NOT NULL, `screenlayoutid` int(10) unsigned NOT NULL, `content` text NOT NULL, `product` varchar(25) NOT NULL default 'vbulletin', `guid` char(150) default NULL, PRIMARY KEY (`pagetemplateid`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pagetemplate` -- LOCK TABLES `pagetemplate` WRITE; /*!40000 ALTER TABLE `pagetemplate` DISABLE KEYS */; INSERT INTO `pagetemplate` VALUES (1,'Default Forums Page Template',2,'','vbulletin','vbulletin-4ecbdac9370e30.09770013'),(2,'Default Channel Page Template',1,'','vbulletin','vbulletin-4ecbdac9371313.62302700'),(3,'Default Category Page Template',1,'','vbulletin','vbulletin-4ecbdac9371313.62302701'),(4,'Default Conversation Page Template',1,'','vbulletin','vbulletin-4ecbdac93716c4.69967191'),(5,'Advanced Search Template',1,'','vbulletin','vbulletin-4ecbdac9371ab0.18191024'),(6,'User registration Template',1,'','vbulletin','vbulletin-4ecbdac9371e58.50519390'),(7,'Forgot Password Template',1,'','vbulletin','vbulletin-4ecbdac9371e58.50519391'),(8,'Contact Us Template',1,'','vbulletin','vbulletin-4ecbdac9371e58.50519392'),(9,'Help Template',1,'','vbulletin','vbulletin-4ecbdac9371e58.50519393'),(10,'Online User Details Template',2,'','vbulletin','vbulletin-4ecbdac93721f3.19350821'),(11,'User Profile Template',4,'','vbulletin','vbulletin-4ecbdac9372590.52063766'),(12,'Media Template',1,'','vbulletin','vbulletin-4ecbdac9372934.46376011'),(13,'Edit Photos Template',1,'','vbulletin','vbulletin-4ecbdac9372cd6.23258244'),(14,'Settings Template',1,'','vbulletin','vbulletin-4ecbdac9373b62.95194677'),(15,'Search Result Template',1,'','vbulletin','vbulletin-4ecbdac9373f09.61139031'),(16,'Private Messages Template',4,'','vbulletin','vbulletin-4ecbdac93742a5.43676026'),(17,'Subscription Template',4,'','vbulletin','vbulletin-4ecbdac93742a5.43676027'),(18,'Album Template',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676028'),(19,'Visitor Message Display Template',4,'','vbulletin','vbulletin-4ecbdac93742a5.43676029'),(20,'Default Blog Template',2,'','vbulletin','vbulletin-4ecbdac93742a5.43676030'),(21,'Blogs Main Template',2,'','vbulletin','vbulletin-4ecbdac93742a5.43676031'),(22,'Blog Admin',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676032'),(23,'Create Content Template',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676034'),(24,'Group Admin',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676035'),(25,'Groups Home',2,'','vbulletin','vbulletin-4ecbdac93742a5.43676037'),(26,'Group',2,'','vbulletin','vbulletin-sgroups93742a5.43676038'),(27,'Group Discussion',2,'','vbulletin','vbulletin-sgtopic93742a5.43676039'),(28,'Group Category',2,'','vbulletin','vbulletin-sgcatlist93742a5.43676040'),(29,'Activate Your Account Template',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676041'),(30,'Email Activation Codes Template',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676042'),(31,'Coppa Permission Form',1,'','vbulletin','vbulletin-4ecbdac93742a5.43676043'),(32,'CSS Examples Page',1,'','vbulletin','vbulletin-513e3ab811d8d4.37160575'),(33,'Member List Template',1,'','vbulletin','vbulletin-4ecbdac93721f3.19350822'),(34,'Articles Home Page Template',2,'','vbulletin','vbulletin-pt-cmshome5229f9fc6f78f2.75718106'),(35,'Default Article Category Page Template',2,'','vbulletin','vbulletin-pt-cmscatlist5229fcd0dd3da7.64934873'),(36,'Default Article Page Template',2,'','vbulletin','vbulletin-pt-cmsarticle5229fcffd5d428.54773744'); /*!40000 ALTER TABLE `pagetemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `passwordhistory` -- DROP TABLE IF EXISTS `passwordhistory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `passwordhistory` ( `userid` int(10) unsigned NOT NULL default '0', `token` varchar(255) NOT NULL default '', `scheme` varchar(100) NOT NULL default '', `passworddate` int(11) NOT NULL default '0', KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `passwordhistory` -- LOCK TABLES `passwordhistory` WRITE; /*!40000 ALTER TABLE `passwordhistory` DISABLE KEYS */; INSERT INTO `passwordhistory` VALUES (1,'$2y$10$faQC0uV8I7Z8AFv9ZxqVr.fXE2j4nkqp5VC2TVxCEjCZWOhQUHR7W','blowfish:10',1399996367),(2,'$2y$10$iwqE6Znb1xwkMNaup6md0uAkavovf4Nkt.Tm8NtxzWJFJx/UOiGd6','blowfish:10',1400003007); /*!40000 ALTER TABLE `passwordhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentapi` -- DROP TABLE IF EXISTS `paymentapi`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paymentapi` ( `paymentapiid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `currency` varchar(250) NOT NULL default '', `recurring` smallint(6) NOT NULL default '0', `classname` varchar(250) NOT NULL default '', `active` smallint(6) NOT NULL default '0', `settings` mediumtext, `subsettings` mediumtext, PRIMARY KEY (`paymentapiid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paymentapi` -- LOCK TABLES `paymentapi` WRITE; /*!40000 ALTER TABLE `paymentapi` DISABLE KEYS */; INSERT INTO `paymentapi` VALUES (1,'Paypal','usd,gbp,eur,aud,cad',1,'paypal',0,'a:2:{s:7:\"ppemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:12:\"primaryemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:3:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}s:3:\"tax\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:0;s:8:\"validate\";s:7:\"boolean\";}s:16:\"shipping_address\";a:4:{s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"none\";i:1;s:8:\"optional\";i:2;s:8:\"required\";}s:5:\"value\";s:4:\"none\";s:8:\"validate\";s:7:\"boolean\";}}'),(2,'Google','usd,gbp',1,'google',0,'a:3:{s:18:\"google_merchant_id\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:19:\"google_merchant_key\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:7:\"sandbox\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:0;s:8:\"validate\";s:7:\"boolean\";}}','a:3:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}s:3:\"tax\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:0;s:8:\"validate\";s:7:\"boolean\";}s:7:\"message\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),(3,'NOCHEX','gbp',0,'nochex',0,'a:1:{s:8:\"ncxemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'),(4,'Worldpay','usd,gbp,eur',0,'worldpay',0,'a:2:{s:15:\"worldpay_instid\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:17:\"worldpay_password\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'),(5,'Authorize.Net','usd,gbp,eur',0,'authorizenet',0,'a:3:{s:17:\"authorize_loginid\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:6:\"txnkey\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:19:\"authorize_md5secret\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'),(6,'2Checkout','usd',0,'2checkout',0,'a:2:{s:14:\"twocheckout_id\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"number\";}s:11:\"secret_word\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'),(7,'Moneybookers','usd,gbp,eur,aud,cad',0,'moneybookers',0,'a:2:{s:7:\"mbemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"mbsecret\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'),(8,'CCBill','usd',0,'ccbill',0,'a:6:{s:12:\"clientAccnum\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:12:\"clientSubacc\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"formName\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:10:\"secretword\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"username\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"password\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}','a:1:{s:4:\"show\";a:3:{s:4:\"type\";s:5:\"yesno\";s:5:\"value\";i:1;s:8:\"validate\";s:7:\"boolean\";}}'); /*!40000 ALTER TABLE `paymentapi` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentinfo` -- DROP TABLE IF EXISTS `paymentinfo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paymentinfo` ( `paymentinfoid` int(10) unsigned NOT NULL auto_increment, `hash` varchar(32) NOT NULL default '', `subscriptionid` smallint(5) unsigned NOT NULL default '0', `subscriptionsubid` smallint(5) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `completed` smallint(6) NOT NULL default '0', PRIMARY KEY (`paymentinfoid`), KEY `hash` (`hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paymentinfo` -- LOCK TABLES `paymentinfo` WRITE; /*!40000 ALTER TABLE `paymentinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `paymentinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymenttransaction` -- DROP TABLE IF EXISTS `paymenttransaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paymenttransaction` ( `paymenttransactionid` int(10) unsigned NOT NULL auto_increment, `paymentinfoid` int(10) unsigned NOT NULL default '0', `transactionid` varchar(250) NOT NULL default '', `state` smallint(5) unsigned NOT NULL default '0', `amount` double unsigned NOT NULL default '0', `currency` varchar(5) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `paymentapiid` int(10) unsigned NOT NULL default '0', `request` mediumtext, `reversed` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`paymenttransactionid`), KEY `dateline` (`dateline`), KEY `transactionid` (`transactionid`), KEY `paymentapiid` (`paymentapiid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paymenttransaction` -- LOCK TABLES `paymenttransaction` WRITE; /*!40000 ALTER TABLE `paymenttransaction` DISABLE KEYS */; /*!40000 ALTER TABLE `paymenttransaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permission` -- DROP TABLE IF EXISTS `permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `permission` ( `permissionid` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL, `groupid` int(10) unsigned NOT NULL, `forumpermissions` int(10) unsigned NOT NULL default '0', `moderatorpermissions` int(10) unsigned NOT NULL default '0', `createpermissions` int(10) unsigned NOT NULL default '0', `forumpermissions2` int(10) unsigned NOT NULL default '0', `edit_time` int(10) unsigned NOT NULL default '0', `require_moderate` smallint(5) unsigned NOT NULL default '0', `maxtags` smallint(5) unsigned NOT NULL default '0', `maxstartertags` smallint(5) unsigned NOT NULL default '0', `maxothertags` smallint(5) unsigned NOT NULL default '0', `maxattachments` smallint(5) unsigned NOT NULL default '0', `maxchannels` smallint(5) unsigned NOT NULL default '0', `channeliconmaxsize` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`permissionid`), UNIQUE KEY `perm_group_node` (`groupid`,`nodeid`), KEY `perm_nodeid` (`nodeid`), KEY `perm_groupid` (`groupid`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `permission` -- LOCK TABLES `permission` WRITE; /*!40000 ALTER TABLE `permission` DISABLE KEYS */; INSERT INTO `permission` VALUES (1,1,6,2030043071,59906527,522247,751,0,0,10,5,5,5,0,65535),(2,1,8,0,0,65536,0,0,0,10,5,5,5,0,65535),(3,1,11,414970303,0,522246,512,0,0,10,5,5,5,0,65535),(4,1,10,414970303,26216671,522246,512,0,0,10,5,5,5,0,65535),(5,1,9,2025583039,59771103,522246,584,0,0,10,5,5,5,0,65535),(6,1,7,414970303,0,522246,512,0,0,10,5,5,5,0,65535),(7,1,2,414970303,0,522246,512,0,0,10,5,5,5,0,65535),(8,1,5,2030043071,26347743,522246,751,0,0,10,5,5,5,0,65535),(9,1,1,655375,0,0,512,0,0,10,5,5,5,0,65535),(10,1,3,655375,0,65536,512,0,0,10,5,5,5,0,65535),(11,1,4,655375,0,65536,512,0,0,10,5,5,5,0,65535),(12,4,6,2030043071,59906527,522247,751,0,0,10,5,5,5,0,65535),(13,4,8,0,0,65537,0,0,0,10,5,5,5,0,65535),(14,4,11,414970287,0,522247,512,0,0,10,5,5,5,0,65535),(15,4,10,414970303,26216671,522247,512,0,0,10,5,5,5,0,65535),(16,4,9,2025583039,59771103,522247,840,0,0,10,5,5,5,0,65535),(17,4,7,414970303,0,522247,512,0,0,10,5,5,5,0,65535),(18,4,2,414970287,0,522247,512,0,0,10,5,5,5,0,65535),(19,4,5,2030043071,26347743,522247,751,0,0,10,5,5,5,0,65535),(20,4,1,655407,0,2,512,0,0,10,5,5,5,0,65535),(21,4,3,655375,0,65537,512,0,0,10,5,5,5,0,65535),(22,4,4,655375,0,65537,512,0,0,10,5,5,5,0,65535),(23,5,6,2030043071,59906527,522247,1007,0,0,10,5,5,5,0,65535),(24,5,8,0,0,0,0,0,0,10,5,5,5,0,65535),(25,5,11,2025583039,0,522247,512,0,0,10,5,5,5,0,65535),(26,5,10,2025583551,26216671,522247,512,0,0,10,5,5,5,0,65535),(27,5,9,2025583551,59771103,522247,840,0,0,10,5,5,5,0,65535),(28,5,7,2025583551,0,32771,512,0,0,10,5,5,5,0,65535),(29,5,2,2025583039,0,32771,512,0,0,10,5,5,5,0,65535),(30,5,5,2030043071,26347743,522247,1007,0,0,10,5,5,5,0,65535),(31,5,1,131084,0,0,512,0,0,10,5,5,5,0,65535),(32,5,3,131084,0,0,512,0,0,10,5,5,5,0,65535),(33,5,4,131084,0,0,512,0,0,10,5,5,5,0,65535),(34,11,6,2030043071,59906527,522247,751,0,0,10,5,5,5,0,65535),(35,11,8,0,0,0,0,1,0,0,0,0,0,0,0),(36,11,11,0,0,0,0,1,0,0,0,0,0,0,0),(37,11,10,0,0,0,0,1,0,0,0,0,0,0,0),(38,11,9,0,0,0,0,1,0,0,0,0,0,0,0),(39,11,7,0,0,0,0,1,0,0,0,0,0,0,0),(40,11,2,0,0,0,0,1,0,0,0,0,0,0,0),(41,11,5,2030043071,26347743,522247,751,0,0,10,5,5,5,0,65535),(42,11,1,0,0,0,0,1,0,0,0,0,0,0,0),(43,11,3,0,0,0,0,1,0,0,0,0,0,0,0),(44,11,4,0,0,0,0,1,0,0,0,0,0,0,0),(45,12,6,2030043071,59906527,522247,751,0,0,10,5,5,5,0,65535),(46,12,8,0,0,0,0,1,0,0,0,0,0,0,0),(47,12,11,0,0,0,0,1,0,0,0,0,0,0,0),(48,12,10,0,0,0,0,1,0,0,0,0,0,0,0),(49,12,9,0,0,0,0,1,0,0,0,0,0,0,0),(50,12,7,0,0,0,0,1,0,0,0,0,0,0,0),(51,12,2,0,0,0,0,1,0,0,0,0,0,0,0),(52,12,5,2030043071,26347743,522247,751,0,0,10,5,5,5,0,65535),(53,12,1,0,0,0,0,1,0,0,0,0,0,0,0),(54,12,3,0,0,0,0,1,0,0,0,0,0,0,0),(55,12,4,0,0,0,0,1,0,0,0,0,0,0,0),(56,14,6,2030043071,59906527,522247,751,8760,0,10,5,5,5,0,65535),(57,14,11,414970287,0,194562,512,0,0,10,5,5,5,0,65535),(58,14,10,414970287,26216671,194562,512,0,0,10,5,5,5,0,65535),(59,14,9,2025583023,59771103,194562,584,0,0,10,5,5,5,0,65535),(60,14,7,414970287,0,194562,512,0,0,10,5,5,5,0,65535),(61,14,2,414970287,0,194562,512,0,0,10,5,5,5,0,65535),(62,14,5,2030043055,26347743,194562,751,0,0,10,5,5,5,0,65535),(63,14,3,655375,0,194562,512,0,0,10,5,5,5,0,65535),(64,14,4,655375,0,194562,512,0,0,10,5,5,5,0,65535),(65,14,12,1847315,0,522246,1,8760,0,0,0,0,0,0,0),(66,14,13,4075539,0,522246,1057,8760,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `photo` -- DROP TABLE IF EXISTS `photo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `photo` ( `nodeid` int(10) unsigned NOT NULL auto_increment, `filedataid` int(10) unsigned NOT NULL, `caption` varchar(512) default NULL, `height` smallint(5) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `style` varchar(512) default NULL, PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `photo` -- LOCK TABLES `photo` WRITE; /*!40000 ALTER TABLE `photo` DISABLE KEYS */; /*!40000 ALTER TABLE `photo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phrase` -- DROP TABLE IF EXISTS `phrase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phrase` ( `phraseid` int(10) unsigned NOT NULL auto_increment, `languageid` smallint(6) NOT NULL default '0', `varname` varchar(250) character set utf8 collate utf8_bin NOT NULL default '', `fieldname` varchar(20) NOT NULL default '', `text` mediumtext, `product` varchar(25) NOT NULL default '', `username` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `version` varchar(30) NOT NULL default '', PRIMARY KEY (`phraseid`), UNIQUE KEY `name_lang_type` (`varname`,`languageid`), KEY `languageid` (`languageid`,`fieldname`), FULLTEXT KEY `text` (`text`) ) ENGINE=MyISAM AUTO_INCREMENT=11726 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phrase` -- LOCK TABLES `phrase` WRITE; /*!40000 ALTER TABLE `phrase` DISABLE KEYS */; INSERT INTO `phrase` VALUES (1,0,'notice_1_html','global','If this is your first visit, be sure to\r\n check out the <a href=\"{help_page}\" target=\"_blank\"><b>FAQ</b></a> by clicking the\r\n link above. You may have to <a href=\"{register_page}\" target=\"_blank\"><b>register</b></a>\r\n before you can post: click the register link above to proceed. To start viewing messages,\r\n select the forum that you want to visit from the selection below.','vbulletin','System',1399996311,'5.1.0'),(2,0,'field1_title','cprofilefield','Biography','vbulletin','',0,''),(3,0,'field1_desc','cprofilefield','A few details about yourself','vbulletin','',0,''),(4,0,'field2_title','cprofilefield','Location','vbulletin','',0,''),(5,0,'field2_desc','cprofilefield','Where do you live?','vbulletin','',0,''),(6,0,'field3_title','cprofilefield','Interests','vbulletin','',0,''),(7,0,'field3_desc','cprofilefield','Enter your hobbies here.','vbulletin','',0,''),(8,0,'field4_title','cprofilefield','Occupation','vbulletin','',0,''),(9,0,'field4_desc','cprofilefield','What\'s your job?','vbulletin','',0,''),(10,0,'reputation1','reputationlevel','is infamous around these parts','vbulletin','',0,''),(11,0,'reputation2','reputationlevel','can only hope to improve','vbulletin','',0,''),(12,0,'reputation3','reputationlevel','has a little shameless behaviour in the past','vbulletin','',0,''),(13,0,'reputation4','reputationlevel','is an unknown quantity at this point','vbulletin','',0,''),(14,0,'reputation5','reputationlevel','is on a distinguished road','vbulletin','',0,''),(15,0,'reputation6','reputationlevel','will become famous soon enough','vbulletin','',0,''),(16,0,'reputation7','reputationlevel','has a spectacular aura about','vbulletin','',0,''),(17,0,'reputation8','reputationlevel','is a jewel in the rough','vbulletin','',0,''),(18,0,'reputation9','reputationlevel','is just really nice','vbulletin','',0,''),(19,0,'reputation10','reputationlevel','is a glorious beacon of light','vbulletin','',0,''),(20,0,'reputation11','reputationlevel','is a name known to all','vbulletin','',0,''),(21,0,'reputation12','reputationlevel','is a splendid one to behold','vbulletin','',0,''),(22,0,'reputation13','reputationlevel','has much to be proud of','vbulletin','',0,''),(23,0,'reputation14','reputationlevel','has a brilliant future','vbulletin','',0,''),(24,0,'reputation15','reputationlevel','has a reputation beyond repute','vbulletin','',0,''),(25,0,'infractionlevel1_title','infractionlevel','Spammed Advertisements','vbulletin','',0,''),(26,0,'infractionlevel2_title','infractionlevel','Insulted Other Member(s)','vbulletin','',0,''),(27,0,'infractionlevel3_title','infractionlevel','Signature Rule Violation','vbulletin','',0,''),(28,0,'infractionlevel4_title','infractionlevel','Inappropriate Language','vbulletin','',0,''),(29,-1,'accessmask_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Access Masks:</b><br />\r\nAccess Masks allow you grant permission to view a forum, or alternatively to deny permission to view a forum, on a per-user basis without making an additional usergroup. This works in conjunction with the Forum Permission system.<br /><br />\r\n\r\nNote that inheritance applies here; if you allow a user to view a parent forum, they will also have access to any children forums.<br /><br />\r\n\r\nYou must enable access masks in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>, otherwise changes made here will do nothing.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(30,-1,'accessmask_title','cphelptext','About Access Masks','vbulletin','vBulletin Solutions',0,''),(31,-1,'accessmask_edit_text','cphelptext','Below is a list of all users who have access mask permissions set for this forum. Here you can edit forum access for these users at the user level (as opposed to the group level).\r\n<br /><br />\r\nMake sure access masks are enabled <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\"><b>here</b></a> or these user-level permissions will not work.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(32,-1,'accessmask_edit_title','cphelptext','Access Masks For This Forum','vbulletin','vBulletin Solutions',0,''),(33,-1,'accessmask_modify_text','cphelptext','On this screen you can see at a glance which forums have access masks. (Remember, inheritance applies here! If a user is granted or denied permission to a parent forum, this will be inherited through all child forums of that parent unless there is an opposite access mask somewhere in the lineage.)<br /><br />\r\n\r\nYou can also view a list of the users who are granted access, denied access, or all users with access masks related to a given forum. You can remove all access masks from a forum by clicking the Reset link next to it.<br /><br />\r\n\r\nAt the top of the page you can use the \'Delete All Access Masks\' link to remove every access mask from all forums. (You will be prompted for confirmation, but be careful as this is not undoable!)<br /><br />\r\n\r\nThe \'Access Masks Quick Editor\' allows you to list every access on a page, with Yes, No, and Default buttons for each mask to quickly mass-modify masks.','vbulletin','vBulletin Solutions',0,''),(34,-1,'accessmask_modify_title','cphelptext','Modifying User Forum Access','vbulletin','vBulletin Solutions',0,''),(35,-1,'accessmask_resetall_text','cphelptext','Click the \"Yes\" button below to delete all access masks. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(36,-1,'accessmask_resetall_title','cphelptext','Delete All Access Masks','vbulletin','vBulletin Solutions',0,''),(37,-1,'admininfraction_text','cphelptext','The User Infraction system is designed to automate the management of misbehaving users.\r\n<br /><br />\r\nThe first step in the system is the creation of Infraction Levels. These levels will vary based on the content of the forum and the scale of the system that you wish to create. You can create just a few levels or can get very detailed with many levels covering a myriad of forum infractions.\r\n<br /><br />\r\nWhen creating levels, keep in mind a point total at which you wish to start penalizing users by taking away permissions. If you envision taking away a certain permission when a user accumulates 10 infraction points then you need to consider how many points will be given for each infraction and how quickly the user can get to 10 points.\r\n<br /><br />\r\nEach infraction level has an expiration time. When the infraction expires, the associated points are removed from the user\'s point total and the user\'s infraction groups are recalculated.\r\n<br /><br />\r\nInfraction levels can also be allowed to be given as warnings. A warning does not add any infraction points to the user\'s point total. Warnings serve as a method to remind user\'s of your forum\'s rules and encourage them to be followed without awarding infraction points. Moderators have the ability to give an infraction or a warning for those levels that have the warning ability enabled.\r\n<br /><br />\r\nThe second step in the system is to create Infraction Groups that penalize users in the manner that you wish.\r\n<br /><br />\r\nNormal permissions work by combining all of a user\'s usergroup permissions and granting a permission for any that have a yes. Infraction group permissions work in the reverse as all infraction group permissions are combined and any permission with a No is taken from the user. You should set up your infraction usergroups (in the Usergroup Manager) by setting all permissions to Yes and then setting those that you wish to take away to No.\r\n<br /><br />\r\nA user can have multiple infraction groups as they will gain all groups that apply to their primary usergroupid that have a point total less than or equal to their accumulated points.','vbulletin','vBulletin Solutions',1153498962,'3.6.0 Release Candidate 3'),(38,-1,'admininfraction_title','cphelptext','About User Infractions','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(39,-1,'admininfraction_editbangroup_amount_text','cphelptext','The amount of what you have selected for \"Method\" to automatically ban on.','vbulletin','vBulletin Solutions',1199285737,'3.7.0 Beta 4'),(40,-1,'admininfraction_editbangroup_amount_title','cphelptext','Amount','vbulletin','vBulletin Solutions',1199285737,'3.7.0 Beta 4'),(41,-1,'admininfraction_editbangroup_method_text','cphelptext','The Method (Infractions or Points) by which to automatically ban. This uses the value specified in \"Amount\" as a triggering limit.','vbulletin','vBulletin Solutions',1199285800,'3.7.0 Beta 4'),(42,-1,'admininfraction_editbangroup_method_title','cphelptext','Method','vbulletin','vBulletin Solutions',1199285800,'3.7.0 Beta 4'),(43,-1,'admininfraction_editbangroup_usergroupid_text','cphelptext','Which Primary Usergroup does this apply to? Select \"-- All Usergroups --\" to make this apply to everyone.','vbulletin','vBulletin Solutions',1201134345,'3.7.0 Beta 5'),(44,-1,'admininfraction_editbangroup_usergroupid_title','cphelptext','Primary Usergroup','vbulletin','vBulletin Solutions',1199285860,'3.7.0 Beta 4'),(45,-1,'admininfraction_editbangroup_banusergroupid_text','cphelptext','The usergroup to move the user to during the ban.','vbulletin','vBulletin Solutions',1199285893,'3.7.0 Beta 4'),(46,-1,'admininfraction_editbangroup_banusergroupid_title','cphelptext','Move User to Usergroup','vbulletin','vBulletin Solutions',1199285893,'3.7.0 Beta 4'),(47,-1,'admininfraction_editbangroup_period_text','cphelptext','The amount of time to ban the user for. Also allows you to set a permanent ban.','vbulletin','vBulletin Solutions',1207649690,'3.7.0 Release Candidate 3'),(48,-1,'admininfraction_editbangroup_period_title','cphelptext','Lift Ban After','vbulletin','vBulletin Solutions',1199285962,'3.7.0 Beta 4'),(49,-1,'admininfraction_editgroup_text','cphelptext','On this screen, you add a new infraction group or modify an existing infraction group.\r\n\r\nInfraction groups are awarded based on a user\'s cumulative infraction points. Infraction groups only apply to a user if the group\'s primary usergroup matches the user\'s primary usergroup or if the group\'s primary usergroup is set to <em>-- All Usergroups --</em>.\r\n\r\nEvery infraction group that pertains to a user\'s primary usergroup will be added to a user\'s infraction groups when the user\'s infraction points are greater than or equal to the infraction group\'s points.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(50,-1,'admininfraction_editgroup_title','cphelptext','Adding/Editing Infraction Groups','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(51,-1,'admininfraction_editgroup_override_text','cphelptext','This option will override the user\'s username markup and user title with the markup and user title from the infraction usergroup.','vbulletin','vBulletin Solutions',1154615488,'3.6.0'),(52,-1,'admininfraction_editgroup_override_title','cphelptext','Override Display','vbulletin','vBulletin Solutions',1154615488,'3.6.0'),(53,-1,'admininfraction_editgroup_pointlevel_text','cphelptext','This is user\'s infraction point total at which this infraction group will apply.\r\n\r\nEvery infraction group that pertains to a user\'s primary usergroup will be added to a user\'s infraction groups when the user\'s infraction points are greater than or equal to the infraction group\'s points.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(54,-1,'admininfraction_editgroup_pointlevel_title','cphelptext','Points','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(55,-1,'admininfraction_editgroup_usergroupid_text','cphelptext','This is the usergroup for which this infraction group applies to. Setting this to <em>-- All Usergroups--</em> will apply this infraction group to all users. Otherwise this infraction group will be added to a user\'s infraction groups when their Primary Usergroup matches this one and the user accumulates infraction points greater than or equal to the points given for this group.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(56,-1,'admininfraction_editgroup_usergroupid_title','cphelptext','Primary Usergroup','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(57,-1,'admininfraction_editgroup_orusergroupid_text','cphelptext','When this infraction group is given to an user, this user group will be used to apply permissions from.\r\n\r\nInfraction groups work in the opposite manner of normal usergroups. When an infraction usergroup is given to a user, the user\'s normal permissions will be determined and then the users combined infraction groups permissions will be determined.\r\n\r\nIf any permission in an infraction usergroup is set to <strong>No</strong> then the user will lose that permission.\r\n\r\n<strong>No</strong> permissions override <strong>Yes</strong> permissions.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(58,-1,'admininfraction_editgroup_orusergroupid_title','cphelptext','Override with Permissions from Usergroup','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(59,-1,'admininfraction_editlevel_title_text','cphelptext','This is the title of the infraction level. It is displayed on the screen from which infractions are given and it is also send to user\'s as the title of their notification pm/email.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(60,-1,'admininfraction_editlevel_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(61,-1,'admininfraction_editlevel_expires_text','cphelptext','Infractions can either be set to expire within a defined timeframe or they can be set to never expire. When an infraction expires, any associated points that were given with the infraction will be removed from the user\'s points total and the user\'s infraction groups will be recalculated.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(62,-1,'admininfraction_editlevel_expires_title','cphelptext','Expires','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(63,-1,'admininfraction_editlevel_points_text','cphelptext','This is the number of points that are awarded for an infraction. Every infraction level must award at least 1 point. A users combined point score is used to determine which infraction groups to place him or her into.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(64,-1,'admininfraction_editlevel_points_title','cphelptext','Points','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(65,-1,'admininfraction_editlevel_reputation_penalty_text','cphelptext','This is the amount of points that will be deducted from the user\'s reputation when this infraction level is given.','vbulletin','vBulletin Solutions',1371483400,'5.0.4 Alpha 2'),(66,-1,'admininfraction_editlevel_reputation_penalty_title','cphelptext','Reputation Penalty','vbulletin','vBulletin Solutions',1371483400,'5.0.4 Alpha 2'),(67,-1,'admininfraction_editlevel_warning_text','cphelptext','Infraction Levels can have the option of allowing a warning to be given. If an infraction allows warnings, the user giving the infraction will have the choice of giving a warning or giving the infraction\'s allotted points.\r\n\r\nWarnings do not add any points to a user and have no effect on the user\'s infraction groups.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(68,-1,'admininfraction_editlevel_warning_title','cphelptext','Warning','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(69,-1,'admininfraction_editlevel_extend_text','cphelptext','When this option is enabled a user will receive extended expiration times if given a second infraction that matches an existing active infraction.\r\n\r\nFor example, a user is given an infraction for spamming posts that expires in 1 day. An hour later this user is given another spamming posts infraction. Since the user already had an active spamming posts infraction, this new infraction\'s expiration time is added to the end time of the previous infraction. Effectively, this new infraction will now end 1 day and 23 hours later instead of the default of 1 day. If the user was given a third infraction, it would be added to the end of the second infraction as well.','vbulletin','vBulletin Solutions',1155944185,'3.6.1'),(70,-1,'admininfraction_editlevel_extend_title','cphelptext','Extend','vbulletin','vBulletin Solutions',1155944185,'3.6.1'),(71,-1,'admininfraction_modify_text','cphelptext','From this screen you can view and modify your current infraction levels and infraction groups.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(72,-1,'admininfraction_modify_title','cphelptext','User Infractions','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(73,-1,'adminlog_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Control Panel Log:</b><br />\r\nThe Administrator\'s Log allows you to keep tabs on your co-admins, or have a record of IP address(es) and activity in case of a break-in. Each time an action is performed in the Administrator\'s Control Panel, it is logged. The information stored includes the username, their IP address, the script involved, the script section in use, and additional information which varies depending on the action being performed.<br /><br />\r\n\r\nYou can restrict other administrators from viewing and/or pruning the Administrator\'s Log by modifying your includes/config.php file. (see <a href=\"help.php?do=answer&page=adminlog&pageaction=restrict\">Restricting Access to the Admin Log</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(74,-1,'adminlog_title','cphelptext','About Control Panel Log','vbulletin','vBulletin Solutions',0,''),(75,-1,'adminlog_choose_text','cphelptext','From this screen you can view, and if you have permission, prune, your admin log.<br /><br />\r\n\r\nUnder Viewing, you have four options to limit your log search. These are explained below.<br /><br />\r\n\r\nOnce you have made your selection, press View Logs.<br /><br />\r\n\r\nIf you wish to prune your log, the pruning selector is very similar. The options are also described below.<br /><br />\r\n\r\nKeep in mind that these options are cumulative. If you select JoeBlow for option #2 and enter 40 for option #3, you will remove all entries by JoeBlow that are more than 40 days old.','vbulletin','vBulletin Solutions',0,''),(76,-1,'adminlog_choose_title','cphelptext','Selecting Admin Log Viewing Options','vbulletin','vBulletin Solutions',0,''),(77,-1,'adminlog_choose_enddate_text','cphelptext','You can filter log entries that were created within a time period. Here you can select the end of that time period.','vbulletin','vBulletin Solutions',1220959288,'3.8.0 Alpha 1'),(78,-1,'adminlog_choose_enddate_title','cphelptext','End Date','vbulletin','vBulletin Solutions',1220959288,'3.8.0 Alpha 1'),(79,-1,'adminlog_choose_startdate_text','cphelptext','You can filter log entries that were created within a time period. Here you can select the start of that time period.','vbulletin','vBulletin Solutions',1220959263,'3.8.0 Alpha 1'),(80,-1,'adminlog_choose_startdate_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',1220959263,'3.8.0 Alpha 1'),(81,-1,'adminlog_choose_perpage_text','cphelptext','This limits how many entries are shown on each page. If you have a slower connection it is recommended you select a lower number.','vbulletin','vBulletin Solutions',0,''),(82,-1,'adminlog_choose_perpage_title','cphelptext','Viewing: Log Entries to Display Per Page','vbulletin','vBulletin Solutions',0,''),(83,-1,'adminlog_choose_script_text','cphelptext','Allows you to only view accesses to a particular script, such as announcement.php or forum.php.','vbulletin','vBulletin Solutions',0,''),(84,-1,'adminlog_choose_script_title','cphelptext','Viewing: Show only access to this script','vbulletin','vBulletin Solutions',0,''),(85,-1,'adminlog_choose_userid_text','cphelptext','If you wish to only view logs that were generated by the actions of one person, select their username here.','vbulletin','vBulletin Solutions',0,''),(86,-1,'adminlog_choose_userid_title','cphelptext','Viewing: Show only logs generated by','vbulletin','vBulletin Solutions',0,''),(87,-1,'adminlog_choose_orderby_text','cphelptext','You can order the entries by date created, script accessed, or the user who performed the action.','vbulletin','vBulletin Solutions',0,''),(88,-1,'adminlog_choose_orderby_title','cphelptext','Viewing: Order log entries by','vbulletin','vBulletin Solutions',0,''),(89,-1,'adminlog_choose_pscript_text','cphelptext','You can remove entries based on which script was being used at the time the entry was made, such as forum.php or template.php.','vbulletin','vBulletin Solutions',0,''),(90,-1,'adminlog_choose_pscript_title','cphelptext','Pruning: Remove entries relating script','vbulletin','vBulletin Solutions',0,''),(91,-1,'adminlog_choose_puserid_text','cphelptext','This allows you to delete entries from one particular admin.','vbulletin','vBulletin Solutions',0,''),(92,-1,'adminlog_choose_puserid_title','cphelptext','Pruning: Remove entries logged by user','vbulletin','vBulletin Solutions',0,''),(93,-1,'adminlog_choose_daysprune_text','cphelptext','You can easily remove old logs using this option. Logs found that are older than this date will be removed.','vbulletin','vBulletin Solutions',0,''),(94,-1,'adminlog_choose_daysprune_title','cphelptext','Pruning: Remove entries older than days','vbulletin','vBulletin Solutions',0,''),(95,-1,'adminlog_prunelog_text','cphelptext','This is a confirmation that you want to delete the matching log entries from the control panel log. Click the \"Yes\" button to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(96,-1,'adminlog_prunelog_title','cphelptext','Prune Control Panel Log','vbulletin','vBulletin Solutions',0,''),(97,-1,'adminlog_resolveip_text','cphelptext','There are many reasons why your IP address might not have been able to be resolved. These include a server being down, not allowing reverse DNS, or your server timing out while waiting for a response.','vbulletin','vBulletin Solutions',0,''),(98,-1,'adminlog_resolveip_title','cphelptext','Reasons for an IP address not resolving','vbulletin','vBulletin Solutions',0,''),(99,-1,'adminlog_restrict_text','cphelptext','You can restrict access and pruning access to the Admin Log by adding or modifying two variables in config.php.<br /><br />\r\n\r\nAccess control to the admin log is <b>not</b> controlled through the control panel for security reasons.<br />\r\nAccess to the admin log is controlled with two variables which are located in includes/config.php file.<br /><br />\r\n\r\nBoth variables can take either a single number, or a list of numbers separated by commas, each representing userids which have access to the admin log.<br /><br />\r\n\r\nIf you would like to change the current access permissions to the adminlog, you may do so by opening <i>includes/config.php</i> in a text editor and modifying the following variables<br /><br />\r\n\r\n<pre> $config[\'SpecialUsers\'][\'canviewadminlog\'] = \'1,10\';\r\n $config[\'SpecialUsers\'][\'canpruneadminlog\'] = \'1\';</pre>\r\n\r\nThis will restrict viewing access to this script to only you (usually userid 1) and the member with userid 10. Access to prune entries from the log would be restricted to you (usually userid 1).<br /><br />\r\n\r\nIf the $config[\'SpecialUsers\'][\'canviewadminlog\'] line is omitted from config.php, or if the value is blank (<i>$config[\'SpecialUsers\'][\'canviewadminlog\'] = \'\';</i>), all administrators will have access to view the admin log.<br />\r\nConversely, if the $config[\'SpecialUsers\'][\'canpruneadminlog\'] line is omitted or blank, <i>nobody</i> will be granted pruning permission.<br />','vbulletin','vBulletin Solutions',1207652855,'3.7.0 Release Candidate 3'),(100,-1,'adminlog_restrict_title','cphelptext','Restricting access to the Admin Log','vbulletin','vBulletin Solutions',0,''),(101,-1,'adminlog_view_text','cphelptext','This screen shows you a portion of the log entries that have been made by you and/or your co-administrators (if applicable) while performing administrative duties. From left to right, the columns tell you:<br /><br />\r\n<b>Log ID</b>: This is simply an internal ID used for cataloging.<br /><br />\r\n\r\n<b>Username</b>: This is the person who performed the action.<br /><br />\r\n\r\n<b>Date</b>: This is the date and time the action was performed.<br /><br />\r\n\r\n<b>Script</b>: This is the script involved. Most scripts\' names are self-explanatory. For example, viewing the admin log would generate a log item with the script \"adminlog.php\".<br /><br />\r\n\r\n<b>Action</b>: This is the action that the user performed. This may not always be easily understood, as it is the internal action name, not necessarily a verbose description of the action.<br /><br />\r\n\r\n<b>Extra Info</b>: For some actions, this records extra bits, such as what userid was being modified, or which template was being edited.<br /><br />\r\n\r\n<b>IP Address</b>: This is the IP address that was logged while the user was performing the action. Clicking on the address will attempt to resolve the IP address; that is, put it into an actual machine name and/or domain name. Sometimes this is not possible to do; see <a href=\"help.php?do=answer&page=adminlog.php&pageaction=resolveip\">Reasons for an IP address not resolving</a>.<br /><br />\r\n\r\nAt the bottom of the page, if there are more entries than could be displayed on one screen, you will find links to view the first page, previous page, next page, and last page. These buttons appear as necessary. For example if you are on the first page, the First Page and Previous Page buttons will not appear.<br /><br />\r\n\r\nTo return to the main screen, choose Restart from the bottom of any page.<br /><br />\r\n\r\nYou can restrict access to this script, or just to the pruning function or just to the viewing function. See <a href=\"help.php?do=answer&page=adminlog.php&pageaction=restrict\">Restricting Access to Admin Log</a>.','vbulletin','vBulletin Solutions',1205940245,'3.7.0 Release Candidate 1'),(102,-1,'adminlog_view_title','cphelptext','Viewing the Admin Log','vbulletin','vBulletin Solutions',0,''),(103,-1,'adminpermissions_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminpermissions&pageaction=&option=\">Administrator Permissions</a><br /><br />\r\n\r\n<b>Administrator Permissions:</b><br />\r\nvBulletin allows you to restrict administrator access to the Admin CP on a per-admin basis. In this way you can create co-administrators without giving them total access to mess up your forums.<br /><br />\r\n\r\nYour userid # must be given access in the config.php file in order for you to access this page. Please see <a href=\"help.php?s=&do=answer&page=adminlog&pageaction=restrict&option=\">this</a> help topic for instructions.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(104,-1,'adminpermissions_title','cphelptext','About Administrator Permissions','vbulletin','vBulletin Solutions',0,''),(105,-1,'adminpermissions_edit_text','cphelptext','On this screen you see the various permissions you can grant or deny for the user you chose to edit. They are described below.','vbulletin','vBulletin Solutions',0,''),(106,-1,'adminpermissions_edit_title','cphelptext','Editing Administrator Permissions','vbulletin','vBulletin Solutions',0,''),(107,-1,'adminpermissions_edit_canadminmodlog_text','cphelptext','This setting determines whether an admin will be able to view the moderator log via the Statistics & Logs section.<br />\r\n<br />\r\nThe ability to prune the moderator logs is still limited by the \"users with admin log pruning permissions\" setting in includes/config.php.','vbulletin','vBulletin Solutions',1207912655,'3.7.0 Release Candidate 4'),(108,-1,'adminpermissions_edit_canadminmodlog_title','cphelptext','Can Administer Moderator Log','vbulletin','vBulletin Solutions',1207912655,'3.7.0 Release Candidate 4'),(109,-1,'adminpermissions_edit_dismissednews_text','cphelptext','This contains a comma-separated list of news item IDs that have been dismissed by this administrator.<br />\r\n<br />\r\nTo reset this, simply remove all contents from this field.','vbulletin','vBulletin Solutions',1158158318,'3.6.1'),(110,-1,'adminpermissions_edit_dismissednews_title','cphelptext','Dismissed vBulletin.com News Items','vbulletin','vBulletin Solutions',1158158296,'3.6.1'),(111,-1,'adminpermissions_edit_canadminsettings_text','cphelptext','This setting determines whether an admin will be able to access the Options area of the Admin CP.','vbulletin','vBulletin Solutions',0,''),(112,-1,'adminpermissions_edit_canadminsettings_title','cphelptext','Can Administer Settings','vbulletin','vBulletin Solutions',0,''),(113,-1,'adminpermissions_edit_canadminstyles_text','cphelptext','This setting determines whether an admin will be able to access the Styles & Templates area of the Admin CP.','vbulletin','vBulletin Solutions',1161596771,'3.6.3'),(114,-1,'adminpermissions_edit_canadminstyles_title','cphelptext','Can Administer Styles','vbulletin','vBulletin Solutions',0,''),(115,-1,'adminpermissions_edit_canadminlanguages_text','cphelptext','This setting determines whether an admin will be able to access the Languages & Phrases area of the Admin CP.','vbulletin','vBulletin Solutions',1161596763,'3.6.3'),(116,-1,'adminpermissions_edit_canadminlanguages_title','cphelptext','Can Administer Languages','vbulletin','vBulletin Solutions',0,''),(117,-1,'adminpermissions_edit_canadminforums_text','cphelptext','This setting determines whether an admin will be able to access the Forums & Moderators area of the Admin CP.','vbulletin','vBulletin Solutions',1161596752,'3.6.3'),(118,-1,'adminpermissions_edit_canadminforums_title','cphelptext','Can Administer Forums','vbulletin','vBulletin Solutions',0,''),(119,-1,'adminpermissions_edit_canadminthreads_text','cphelptext','This setting determines whether an admin will be able to access the Topics & Posts area of the Admin CP.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(120,-1,'adminpermissions_edit_canadminthreads_title','cphelptext','Can Administer Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(121,-1,'adminpermissions_edit_canadminusers_text','cphelptext','This setting determines whether an admin will be able to access the Users, Usergroups, User Infractions, User Titles, User Ranks, User Reputations,User Profile Fields and Paid Subscriptions areas of the Admin CP.','vbulletin','vBulletin Solutions',1171896467,'3.6.5'),(122,-1,'adminpermissions_edit_canadminusers_title','cphelptext','Can Administer Users','vbulletin','vBulletin Solutions',0,''),(123,-1,'adminpermissions_edit_canadminfaq_text','cphelptext','This setting determines whether an admin will be able to access the FAQ area of the Admin CP.','vbulletin','vBulletin Solutions',0,''),(124,-1,'adminpermissions_edit_canadminfaq_title','cphelptext','Can Administer FAQs','vbulletin','vBulletin Solutions',0,''),(125,-1,'adminpermissions_edit_canadminpermissions_text','cphelptext','This setting determines whether an admin will be able to access the Usergroup/Forum Permissions and Access Masks areas of the Admin CP.','vbulletin','vBulletin Solutions',0,''),(126,-1,'adminpermissions_edit_canadminpermissions_title','cphelptext','Can Administer User Permissions','vbulletin','vBulletin Solutions',0,''),(127,-1,'adminpermissions_edit_canadminimages_text','cphelptext','This setting determines whether an admin will be able to access the Avatars, Post Icons, and Smilies areas of the Admin CP.','vbulletin','vBulletin Solutions',0,''),(128,-1,'adminpermissions_edit_canadminimages_title','cphelptext','Can Administer Avatars/Icons/Smilies','vbulletin','vBulletin Solutions',0,''),(129,-1,'adminpermissions_edit_canadminbbcodes_text','cphelptext','This setting determines whether an admin will be able to access the \'Custom BB Codes\' area of the Admin CP.','vbulletin','vBulletin Solutions',1206965772,'3.7.0 Release Candidate 2'),(130,-1,'adminpermissions_edit_canadminbbcodes_title','cphelptext','Can Administer BB Codes','vbulletin','vBulletin Solutions',0,''),(131,-1,'adminpermissions_edit_canadmincron_text','cphelptext','This setting determines whether an admin will be able to access the Scheduled Tasks area of the Admin CP.','vbulletin','vBulletin Solutions',0,''),(132,-1,'adminpermissions_edit_canadmincron_title','cphelptext','Can Administer Cron','vbulletin','vBulletin Solutions',0,''),(133,-1,'adminpermissions_edit_canadminmaintain_text','cphelptext','This setting determines whether an admin will be able to access the Maintenance area of the Admin CP.<br />\r\n<br />\r\nEnabling this allows an admin to potentially run code directly on your server, please ensure you trust the admin prior to enabling this permission.','vbulletin','vBulletin Solutions',1194863484,'3.7.0 Beta 1'),(134,-1,'adminpermissions_edit_canadminmaintain_title','cphelptext','Can Run Maintenance Tools','vbulletin','vBulletin Solutions',0,''),(135,-1,'adminpermissions_edit_canadminproducts_text','cphelptext','This setting determines whether or not an admin will be able to manage products used by your forum.<br />\r\n<br />\r\nEnabling this allows an admin to run code directly on your server, please ensure you trust the admin prior to enabling this permission.','vbulletin','vBulletin Solutions',1334000000,'5.0.0 Alpha 28'),(136,-1,'adminpermissions_edit_canadminproducts_title','cphelptext','Can Administer Products','vbulletin','vBulletin Solutions',1334000000,'5.0.0 Alpha 28'),(137,-1,'adminpermissions_edit_canadminnotices_text','cphelptext','This setting determines whether an admin will be able to access the Notices section of the Admin Control Panel.','vbulletin','vBulletin Solutions',1207912417,'3.7.0 Release Candidate 4'),(138,-1,'adminpermissions_edit_canadminnotices_title','cphelptext','Can Administer Notices','vbulletin','vBulletin Solutions',1207912417,'3.7.0 Release Candidate 4'),(139,-1,'adminpermissions_edit_cssprefs_text','cphelptext','Here you can set the style this admin sees in the Admin CP. (They can override this setting on the login screen - this is merely their default.)','vbulletin','vBulletin Solutions',0,''),(140,-1,'adminpermissions_edit_cssprefs_title','cphelptext','Control Panel Style Choice','vbulletin','vBulletin Solutions',0,''),(141,-1,'adminpermissions_modify_text','cphelptext','On this screen, all administrators you have are listed. (An administrator is defined as a user who is in a usergroup that has \"can control panel\" set to Yes.)<br /><br />\r\n\r\nFrom here you can link to the Admin Log for a particular user by clicking View Administrator Log, or edit their area permissions by clicking Edit Permissions. Click their username to edit the user\'s profile.','vbulletin','vBulletin Solutions',0,''),(142,-1,'adminpermissions_modify_title','cphelptext','Administrator Permissions Manager','vbulletin','vBulletin Solutions',0,''),(143,-1,'adminreputation_text','cphelptext','<b>User Reputations:</b><br />\r\nvBulletin\'s user reputation system provides a way of rating users based on the quality of their posts. Users on your forums can add or subtract reputation points from other users by clicking the reputation link in their posts. You can set restrictions on the giving and taking away of reputation points by users in your <a href=\"options.php?dogroup=reputation&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\nUser reputations allow the users in your community to tell vBulletin which users are quality and which users are not. And in response to user feedback, vBulletin has the ability to label and reward users for the quality of their posts, as is indicated by their reputation.<br /><br />\r\n\r\nYou can label quality users by defining reputation levels in the <a href=\"adminreputation.php?do=modify\" target=\"_blank\">User Reputation Manager</a>. User reputation levels work very similar to user titles and user ranks in that they are an indicator of status that are displayed next to names in posts.<br /><br />\r\n\r\nYou can reward quality users by creating promotions on the <a href=\"usergroup.php?do=modifypromotion\" target=\"_blank\">Promotions</a> page. Promotions are used to change a user\'s group memberships when they meet certain conditions, one of which can be their reputation level. Because forum permissions can be controlled with group memberships, a user\'s reputation in conjunction with promotions can be used to control a user\'s forum permissions. And so by using a combination of user reputations, promotions, and group permissions, you can enable your community to reward and punish good and bad posters on your forums.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(144,-1,'adminreputation_title','cphelptext','About User Reputations','vbulletin','vBulletin Solutions',0,''),(145,-1,'adminreputation_add_text','cphelptext','This allows you to add a new reputation level.','vbulletin','vBulletin Solutions',0,''),(146,-1,'adminreputation_add_title','cphelptext','Adding a Reputation level','vbulletin','vBulletin Solutions',0,''),(147,-1,'adminreputation_add_edit_level_text','cphelptext','This is what is displayed for the user when their reputation points are above the amount entered as the minimum.','vbulletin','vBulletin Solutions',0,''),(148,-1,'adminreputation_add_edit_level_title','cphelptext','Level Description','vbulletin','vBulletin Solutions',0,''),(149,-1,'adminreputation_add_edit_minimumreputation_text','cphelptext','This can be a positive or a negative amount. When the user\'s reputation points reaches this amount, the above description will be displayed.','vbulletin','vBulletin Solutions',0,''),(150,-1,'adminreputation_add_edit_minimumreputation_title','cphelptext','Minimum amount of reputation points required for this level','vbulletin','vBulletin Solutions',0,''),(151,-1,'adminreputation_deletereputation_text','cphelptext','This is a confirmation page for deleting the specified reputation click. Click the \"Yes\" button to confirm the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(152,-1,'adminreputation_deletereputation_title','cphelptext','Delete Reputation Click','vbulletin','vBulletin Solutions',0,''),(153,-1,'adminreputation_dolist_text','cphelptext','This is a list of reputations clicks that match your search criteria. You can edit or delete specific clicks by selecting those links to the right of each reputation click.','vbulletin','vBulletin Solutions',0,''),(154,-1,'adminreputation_dolist_title','cphelptext','View Reputation Comments','vbulletin','vBulletin Solutions',0,''),(155,-1,'adminreputation_edit_text','cphelptext','This allows you to edit an existing reputation level.','vbulletin','vBulletin Solutions',0,''),(156,-1,'adminreputation_edit_title','cphelptext','Editing a Reputation Level','vbulletin','vBulletin Solutions',0,''),(157,-1,'adminreputation_editreputation_text','cphelptext','This page allows you to edit a reputation click. After editing a click it may be necessary to <a href=\"misc.php?do=chooser\" target=\"_blank\">Rebuild User Reputation</a>.','vbulletin','vBulletin Solutions',1205940267,'3.7.0 Release Candidate 1'),(158,-1,'adminreputation_editreputation_title','cphelptext','Edit Reputation','vbulletin','vBulletin Solutions',0,''),(159,-1,'adminreputation_editreputation_reason_text','cphelptext','This is the reason this reputation click was given. Users may be able to view this reason depending on their group permissions.','vbulletin','vBulletin Solutions',0,''),(160,-1,'adminreputation_editreputation_reason_title','cphelptext','Comment','vbulletin','vBulletin Solutions',0,''),(161,-1,'adminreputation_editreputation_reputation_text','cphelptext','This is the number of reputation points granted by this reputation click. It can be positive or negative.','vbulletin','vBulletin Solutions',0,''),(162,-1,'adminreputation_editreputation_reputation_title','cphelptext','Reputation','vbulletin','vBulletin Solutions',0,''),(163,-1,'adminreputation_list_text','cphelptext','This page allows you to search for reputation comments left by / for specific users over the specified date range.','vbulletin','vBulletin Solutions',0,''),(164,-1,'adminreputation_list_title','cphelptext','View Reputation Comments','vbulletin','vBulletin Solutions',0,''),(165,-1,'adminreputation_list_dolist_leftfor_text','cphelptext','To limit the comments left for a specific user, enter the username here. Leave this field empty to receive comments left for every user.','vbulletin','vBulletin Solutions',0,''),(166,-1,'adminreputation_list_dolist_leftfor_title','cphelptext','Reputation Comments Left For','vbulletin','vBulletin Solutions',0,''),(167,-1,'adminreputation_list_dolist_leftby_text','cphelptext','To limit the comments left by a specific user, enter the username here. Leave this field empty to receive comments left by every user.','vbulletin','vBulletin Solutions',0,''),(168,-1,'adminreputation_list_dolist_leftby_title','cphelptext','Reputation Comments Left By','vbulletin','vBulletin Solutions',0,''),(169,-1,'adminreputation_list_dolist_start_text','cphelptext','Select a start date for this report. Select a month, day, and year. The selected statistic must be no older than this date for it to be included in the report.','vbulletin','vBulletin Solutions',0,''),(170,-1,'adminreputation_list_dolist_start_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',0,''),(171,-1,'adminreputation_list_dolist_end_text','cphelptext','Select an end date for this report. Select a month, day, and year. The selected statistic must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the \"Start Date\" setting to create a window of time for this report.','vbulletin','vBulletin Solutions',0,''),(172,-1,'adminreputation_list_dolist_end_title','cphelptext','End Date','vbulletin','vBulletin Solutions',0,''),(173,-1,'adminreputation_modify_text','cphelptext','On this screen you can modify the minimum amount required for each reputation level. Make sure you press Update Minimum Levels to save your changes. You cannot set the same minimum amount to more than one level.<br /><br />\r\n\r\nFrom this screen you can also choose to edit or remove any single level. Click the Edit link to modify the Level description (see <a href=\"help.php?do=answer&page=adminreputation&pageaction=edit\">Editing a Reputation Level</a>) or click Remove to delete a level. If you remove a level or modify the minimum reputation needed to be at a level, all users will be updated to reflect their new level if necessary.','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(174,-1,'adminreputation_modify_title','cphelptext','Modifying Reputation Levels','vbulletin','vBulletin Solutions',0,''),(175,-1,'adminreputation_remove_text','cphelptext','This is a confirmation that you want to delete this reputation. Click the \"Yes\" button below to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(176,-1,'adminreputation_remove_title','cphelptext','Delete Reputation','vbulletin','vBulletin Solutions',0,''),(177,-1,'album_storage_text','cphelptext','This process will allow you to move your pictures from the database into the file system, or, if they are in the file system, to a different directory in the file system or back into the database. Please note that if you do not have enough disk space in the intended destination, the process will fail, but your pictures will be safe as tests are done first to ensure there is enough space.<br />\r\n<br />\r\nPictures will not be removed from the database or filesystem and your storage type setting will not be changed until the end of the process.\r\nIf the process aborts before the end, you will need to free up space or prune pictures before trying again.<br />\r\n<br />\r\nIf you are moving pictures from the file system into the database, you must have enough storage space on the drive and/or partition where your database is located.<br />\r\n<br />\r\nThere are two file system methods that you may choose from:\r\n<ul>\r\n<li><strong>Direct browser access to the thumbnails</strong> - this method makes the album pages faster as each thumbnail does not need a database hit. However, if users know the URL to a thumbnail, they will be able to bypass any permissions or contact-only settings and view the thumbnail. Full size pictures will always be accessed via a vBulletin script and thus subject to permission checks.</li>\r\n<li><strong>No direct browser access to the thumbnails</strong> - this method still takes the binary data out of the database, but each thumbnail is accessed via a vBulletin script, which causes a database connection. However, permissions are respected for thumbnails as well as full size pictures.</li>\r\n</ul>\r\nWhen pictures in the database, permissions are always respected.<br />\r\n<br />\r\nIf you are moving pictures into the file system, you will need to make the folder (or folders) writeable by PHP. The easiest way to do this is CHMOD it 777 (consult your FTP, Telnet, or SSH documentation for more info on how to do this). More information on where to put these folder(s) is available on the following pages.','vbulletin','vBulletin Solutions',1205940321,'3.7.0 Release Candidate 1'),(178,-1,'album_storage_title','cphelptext','Album Picture Storage Type','vbulletin','vBulletin Solutions',1193055819,'3.7.0 Beta 1'),(179,-1,'album_switchtype_album_picpath_text','cphelptext','This is the path where full pictures will be stored if you choose to allow direct access to thumbnails <em>or</em> where pictures and thumbnails will be stored if you do not.<br />\r\n<br />\r\nThis folder should be outside of your web root (usually the public_html or www folder). If you put this inside your web root, people will be able to bypass permissions and download any pictures that have been uploaded.<br />\r\n<br />\r\nThis folder must be writeable by PHP. The easiest way to do this is CHMOD it 777 (consult your FTP, Telnet, or SSH documentation for more info on how to do this).','vbulletin','vBulletin Solutions',1193056118,'3.7.0 Beta 1'),(180,-1,'album_switchtype_album_picpath_title','cphelptext','Full Picture File Path / Picture and Thumbnail File Path','vbulletin','vBulletin Solutions',1193056141,'3.7.0 Beta 1'),(181,-1,'album_switchtype_album_thumbpath_text','cphelptext','This is the path where your thumbnails are being stored. Unlike the \"Full Picture File Path\" setting, this path <strong>must</strong> be within your web root. Users will need to be able to access the files in this directory directly.<br />\r\n<br />\r\nIt must be writeable by PHP. The easiest way to do this is CHMOD it 777 (consult your FTP, Telnet, or SSH documentation for more info on how to do this).','vbulletin','vBulletin Solutions',1193056102,'3.7.0 Beta 1'),(182,-1,'album_switchtype_album_thumbpath_title','cphelptext','Thumbnail File Path','vbulletin','vBulletin Solutions',1193056102,'3.7.0 Beta 1'),(183,-1,'album_switchtype_album_thumburl_text','cphelptext','This is the URL to the \"Thumbnail File Path\" you entered. It should be relative to your main forum directory.','vbulletin','vBulletin Solutions',1193056219,'3.7.0 Beta 1'),(184,-1,'album_switchtype_album_thumburl_title','cphelptext','URL to Thumbnails','vbulletin','vBulletin Solutions',1193056219,'3.7.0 Beta 1'),(185,-1,'album_thumb_perpage_text','cphelptext','This is the number of thumbnails to rebuild in a cycle. If you set this too large, you may get timeouts on your server. If you set it too low, the process will take longer.','vbulletin','vBulletin Solutions',1193055118,'3.7.0 Beta 1'),(186,-1,'album_thumb_perpage_title','cphelptext','Number of Pictures to Process per Cycle','vbulletin','vBulletin Solutions',1193055118,'3.7.0 Beta 1'),(187,-1,'album_thumb_quality_text','cphelptext','The JPEG quality of resize images. This defaults to the value you entered in the global settings page. If you choose a different value here, remember that all pictures uploaded after this rebuild will be built using the global quality setting!<br />\r\n<br />\r\nEnter a value between 0 and 100. 0 is the lowest quality but smallest, while 100 is the highest and largest. 75 or 85 are good general purpose values.','vbulletin','vBulletin Solutions',1193055289,'5.0.0 Beta 28'),(188,-1,'album_thumb_quality_title','cphelptext','Image Resize Quality','vbulletin','vBulletin Solutions',1193055289,'5.0.0 Beta 28'),(189,-1,'announcement_text','cphelptext','<b>Announcements:</b><br />\r\nvBulletin\'s announcement system allows you to communicate important information to your users. While there are other methods for doing this (such as Sticky topics), announcements have several distinct advantages: you can use HTML without enabling it in a forum (which is <b>very dangerous</b>), you can set the announcement to not appear until sometime in the future and automatically disappear on a certain date, and you can add an announcement to show up in all forums.<br /><br />\r\n\r\nIf you have multiple announcements in a forum, global announcements included, they will all be displayed in one topic, which can be accessed by clicking on the title of the most recent announcement on forumdisplay.<br /><br />\r\n\r\nAnnouncements are never automatically removed. When the End Date set for an announcement is reached, it will disappear from end-user view. It can be removed or reactivated from the Admin CP at any time. To reactivate an expired announcement, simply change the End Date to some date in the future.<br /><br />\r\n\r\nTo add an announcement, click Add New Announcement under Announcements in the left navigation bar, or click New across from the forum it should apply to. (see <a href=\"help.php?do=answer&page=announcement&pageaction=add\">Adding Announcements</a>)<br /><br />\r\n\r\nOnce you have one or more announcements, you can view a list of them and the forums they belong to. Click Announcement Manager under Announcements in the left navigation bar to see a list of your forums and announcements. From here you can create a new global or forum-specific announcement, or modify or remove an existing one. (see <a href=\"help.php?do=answer&page=announcement&pageaction=modify\">Modifying Announcements</a>)<br /><br />\r\n\r\nFrom here, click Edit to modify the properties or text of an announcement, or Delete to remove it. (see <a href=\"help.php?do=answer&page=announcement&pageaction=edit\">Editing Announcements</a>)','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(190,-1,'announcement_title','cphelptext','About Announcements','vbulletin','vBulletin Solutions',0,''),(191,-1,'announcement_add_text','cphelptext','Options on this page are described below.','vbulletin','vBulletin Solutions',0,''),(192,-1,'announcement_add_title','cphelptext','Adding Announcements','vbulletin','vBulletin Solutions',0,''),(193,-1,'announcement_add_signature_text','cphelptext','When this option is set to yes, your signature will be shown in your announcement.','vbulletin','vBulletin Solutions',1199283029,'3.7.0 Beta 4'),(194,-1,'announcement_add_signature_title','cphelptext','Show Your Signature','vbulletin','vBulletin Solutions',1199283029,'3.7.0 Beta 4'),(195,-1,'announcement_add_edit_forumid_text','cphelptext','This is the forum that the announcement should show in. Selecting \"All Forums\" will make a global announcement. If you select a forum with sub-forums, the announcement will show in all sub-forums as well as the parent forum.','vbulletin','vBulletin Solutions',0,''),(196,-1,'announcement_add_edit_forumid_title','cphelptext','Forum','vbulletin','vBulletin Solutions',0,''),(197,-1,'announcement_add_edit_title_text','cphelptext','This is what will show on the forum listing screen as the name of the announcement.','vbulletin','vBulletin Solutions',0,''),(198,-1,'announcement_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(199,-1,'announcement_add_edit_startdate_text','cphelptext','This determines how long the announcement is shown. If this date is in the future, the announcement will be hidden until this date arrives.','vbulletin','vBulletin Solutions',0,''),(200,-1,'announcement_add_edit_startdate_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',0,''),(201,-1,'announcement_add_edit_enddate_text','cphelptext','This determines when the announcement disappears from the end-users view. The announcement will <i>not</i> be deleted after the end date; rather it will simply be hidden from the end-user. You will still be able to view, edit, and/or reactivate the announcement from the Admin CP or Mod CP after the End Date.','vbulletin','vBulletin Solutions',0,''),(202,-1,'announcement_add_edit_enddate_title','cphelptext','End Date','vbulletin','vBulletin Solutions',0,''),(203,-1,'announcement_add_edit_pagetext_text','cphelptext','This will accept HTML, BB code, and/or Smilies, depending on how you set the following options.','vbulletin','vBulletin Solutions',1206964390,'3.7.0 Release Candidate 2'),(204,-1,'announcement_add_edit_pagetext_title','cphelptext','Text','vbulletin','vBulletin Solutions',0,''),(205,-1,'announcement_add_edit_allowbbcode_text','cphelptext','This lets you use the standard BB code in your announcement, as if you were writing a post on your forum.','vbulletin','vBulletin Solutions',1206964380,'3.7.0 Release Candidate 2'),(206,-1,'announcement_add_edit_allowbbcode_title','cphelptext','Allow BB Code','vbulletin','vBulletin Solutions',0,''),(207,-1,'announcement_add_edit_allowsmilies_text','cphelptext','This will translate text such as :) and :( into the actual smilie images, again as if you were writing a post.','vbulletin','vBulletin Solutions',0,''),(208,-1,'announcement_add_edit_allowsmilies_title','cphelptext','Allow Smilies','vbulletin','vBulletin Solutions',0,''),(209,-1,'announcement_add_edit_allowhtml_text','cphelptext','This lets you use standard HTML in your announcement. Remember to close all tags or it could mess up the layout of your announcement page when viewed by the end-user!','vbulletin','vBulletin Solutions',0,''),(210,-1,'announcement_add_edit_allowhtml_title','cphelptext','Allow HTML','vbulletin','vBulletin Solutions',0,''),(211,-1,'announcement_add_edit_parseurl_text','cphelptext','When this option is set to yes, vBulletin will automatically make any URL\'s in the text of your announcement clickable.','vbulletin','vBulletin Solutions',1199282954,'3.7.0 Beta 4'),(212,-1,'announcement_add_edit_parseurl_title','cphelptext','Automatically parse links in text','vbulletin','vBulletin Solutions',1199282954,'3.7.0 Beta 4'),(213,-1,'announcement_edit_text','cphelptext','Options on this page are described below.','vbulletin','vBulletin Solutions',0,''),(214,-1,'announcement_edit_title','cphelptext','Editing Announcements','vbulletin','vBulletin Solutions',0,''),(215,-1,'announcement_edit_reset_views_text','cphelptext','The read status determines if an announcement is displayed on the \"New Posts\" and \"Today\'s Posts\" searches. Once an active announcement is viewed, it no longer will display on these searches for the user. When this option is set to yes, it resets the status of the announcement for all users so that they will see it as a new announcement again.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(216,-1,'announcement_edit_reset_views_title','cphelptext','Reset Views Counter to Zero','vbulletin','vBulletin Solutions',1154002483,'3.6.0'),(217,-1,'announcement_modify_text','cphelptext','On this screen, all of your announcements are listed, ordered by start date.<br /><br />\r\n\r\nAt the top are global announcements; these show in all forums. There is a button labeled New that you can click to add a new global announcement. (If you don\'t currently have any global announcements, this section will not show. In this case, to add a new global announcement, click Add New Announcement in the navigation bar.)<br /><br />\r\n\r\nBelow that you will find a list of every forum, along with lists of announcements in each forum. Remember that just because an announcement is listed here does <i>not</i> mean it is viewable by the end-user. Announcements are not automatically deleted after their end date - you must manually remove them (by clicking the Delete link next to the announcement), or you can reactivate them (by clicking the Edit link next to the announcement and choosing a new end date that is after today\'s date).<br />\r\nYou can view the announcements as your users see them by clicking on a forum name.<br /><br />\r\n\r\nTo create a new announcement in a specific forum, click the New button across from that forum name.','vbulletin','vBulletin Solutions',0,''),(218,-1,'announcement_modify_title','cphelptext','Modifying Announcements','vbulletin','vBulletin Solutions',0,''),(219,-1,'announcement_remove_text','cphelptext','This page allows you to delete this announcement. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(220,-1,'announcement_remove_title','cphelptext','Delete Announcement','vbulletin','vBulletin Solutions',0,''),(221,-1,'attachment_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=attachment&pageaction=&option=\">Attachments</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderate&pageaction=&option=\">Moderating Content</a><br /><br />\r\n\r\n<b>Attachments:</b><br />\r\nvBulletin supports file uploads to posts, called post attachments. Post attachments are useful in attaching any kind of file that relates to a post including images, text files, pdfs, zips, and any other file type you allow to be attached to posts.<br /><br />\r\n\r\nvBulletin provides you with two options for storing post attachments: 1) you can store them in the database or 2) you can store them in the file system on your web server. Both methods have advantages and disadvantages. The database is more efficient with storage space and is easier to backup than individual files. However, storing attachments in the database is also an extra burden on the database when users download attachments. Other considerations include how you want to restrict access to attachments, whether you want to use vBulletin\'s permission system or directory permissions like htaccess.<br /><br />\r\n\r\nvBulletin\'s attachment system allows you to specify maximum file-sizes for each type of file you allow to be attached. Some file types tend to belong to larger files (videos and images versus text for example) and this ability allows you to take that into consideration.<br /><br />\r\n\r\nOn the topic of maximum file-sizes, vBulletin allows you to limit the total size of all of a user\'s attachments at the group level (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>). This is useful in preventing any one user from taking up too much storage with their attachments.<br /><br />\r\n\r\nAnother nice feature of vBulletin\'s attachment system is its support for thumbnails. When a user posts an image attachment you can configure vBulletin to generate a miniature version of the image (called a thumbnail) that is linked to the larger version of the image. This is useful in preventing large inline image attachments from stretching your forum layout. You can configure thumbnails and many other attachment options in your <a href=\"options.php?dogroup=attachment&do=options\" target=\"_blank\">vBulletin options</a>. If you are using the ImageMagick library, then you may be able to create thumbnails from additional image types: BMP, TIF, PSD, and PDF. You should have the latest versions of ImageMagick and Ghostscript installed for creating thumbnails from PDF files. Thumbnailing large PDF files may still cause problems so use this option with caution.<br /><br />\r\n\r\nLike other forum permissions in vBulletin, the ability of a user to post attachments can be set at the group level (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>), and at the group level for a specific forum (see <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a>).','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(222,-1,'attachment_title','cphelptext','About Attachments','vbulletin','vBulletin Solutions',0,''),(223,-1,'attachment_delete_text','cphelptext','This is a confirmation before this attachment is deleted. Please confirm the correct attachment name below and click the \"Yes\" button to continue.','vbulletin','vBulletin Solutions',0,''),(224,-1,'attachment_delete_title','cphelptext','Delete Attachment','vbulletin','vBulletin Solutions',0,''),(225,-1,'attachment_edit_text','cphelptext','You can edit or replace an existing attachment on this screen. The options are described below.','vbulletin','vBulletin Solutions',0,''),(226,-1,'attachment_edit_title','cphelptext','Editing an Attachment','vbulletin','vBulletin Solutions',0,''),(227,-1,'attachment_edit_upload_text','cphelptext','Select an attachment from your computer. The current attachment will be replaced with the selected file. The current attachmentid will be retained.','vbulletin','vBulletin Solutions',0,''),(228,-1,'attachment_edit_upload_title','cphelptext','Upload','vbulletin','vBulletin Solutions',0,''),(229,-1,'attachment_edit_url_text','cphelptext','Specify a complete URL to a file to have vBulletin retrieve the file and attach it to the post. Example:<br /><br />\r\n\r\nhttp://images.vbulletin.com/images_vb3/misc/vbulletin3_logo_white.gif','vbulletin','vBulletin Solutions',1205943297,'3.7.0 Release Candidate 1'),(230,-1,'attachment_edit_url_title','cphelptext','Remote Upload','vbulletin','vBulletin Solutions',0,''),(231,-1,'attachment_edit_a_filename_text','cphelptext','You can change the filename of an existing attachment here.','vbulletin','vBulletin Solutions',0,''),(232,-1,'attachment_edit_a_filename_title','cphelptext','Filename','vbulletin','vBulletin Solutions',0,''),(233,-1,'attachment_edit_a_counter_text','cphelptext','This is the number of times that the attachment has been viewed (or downloaded).','vbulletin','vBulletin Solutions',0,''),(234,-1,'attachment_edit_a_counter_title','cphelptext','Views','vbulletin','vBulletin Solutions',0,''),(235,-1,'attachment_edit_a_visible_text','cphelptext','If you select No to this option, it will not be visible on showthread.php with the post. Instead it will act as if it is waiting for moderation; you can find it under Attachments > Moderate.','vbulletin','vBulletin Solutions',0,''),(236,-1,'attachment_edit_a_visible_title','cphelptext','Visible','vbulletin','vBulletin Solutions',0,''),(237,-1,'attachment_intro_text','cphelptext','On this screen you have several different options for searching attachments. (see <a href=\"help.php?do=answer&page=attachment&pageaction=search\">Results of Searching Attachments</a>)<br /><br />\r\n\r\nAt the top are several links to common searches. These are:<br />\r\n<b>Largest Attachments</b>: This searches attachments, ordering them by size, largest first.<br /><br />\r\n\r\n<b>Most Popular Attachments</b>: This sorts a search of attachments by number of downloads, most downloads first.<br /><br />\r\n\r\n<b>Newest Attachments</b>: This searches attachments and sorts them by date, newest first.<br /><br />\r\n\r\n<b>Oldest Attachments</b>: Selecting this shows all attachments, sorted by date with oldest first.<br /><br /><br />\r\n\r\nAttachment Pruning finds attachments older than a certain date, with 30 days being the default. Enter the desired age and press View Results.<br /><br />\r\n\r\nUnder Advanced Attachment Search, you can use specific criteria to do a custom search. The criteria entry boxes are described below.','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(238,-1,'attachment_intro_title','cphelptext','Searching for Specific Attachments','vbulletin','vBulletin Solutions',0,''),(239,-1,'attachment_intro_prunedate_text','cphelptext','You can search for attachments older than X days and on the following screen quickly prune them.','vbulletin','vBulletin Solutions',0,''),(240,-1,'attachment_intro_prunedate_title','cphelptext','Pruning: Find All Attachments Older Than X Days','vbulletin','vBulletin Solutions',0,''),(241,-1,'attachment_intro_filename_text','cphelptext','This is a case-insensitive search of the filenames to see if the string you enter is contained in it. This includes extensions (e.g. .jpg or .txt).','vbulletin','vBulletin Solutions',0,''),(242,-1,'attachment_intro_filename_title','cphelptext','Filename','vbulletin','vBulletin Solutions',0,''),(243,-1,'attachment_intro_attachedby_text','cphelptext','If you wish to limit the search to attachments posted by one user, enter their username here.','vbulletin','vBulletin Solutions',0,''),(244,-1,'attachment_intro_attachedby_title','cphelptext','Attached By','vbulletin','vBulletin Solutions',0,''),(245,-1,'attachment_intro_datelinebefore_text','cphelptext','Enter a date that attachments must have been attached before. The format is YYYY-MM-DD HH:MM:SS. For example, 2002-04-30 12:02:01. Use a 24 hour clock; that is, convert 01:02:02 PM into 13:02:02.','vbulletin','vBulletin Solutions',0,''),(246,-1,'attachment_intro_datelinebefore_title','cphelptext','Attached Before','vbulletin','vBulletin Solutions',0,''),(247,-1,'attachment_intro_datelineafter_text','cphelptext','You can also set a starting date, where the attachment must have been attached after this date. The format is YYYY-MM-DD HH:MM:SS. For example, 2002-04-30 12:02:01. Use a 24 hour clock; that is, convert 01:02:02 PM into 13:02:02. Note if you use both Attached Before and Attached After, Attached After must be a date before Attached Before or there will be no search period!','vbulletin','vBulletin Solutions',0,''),(248,-1,'attachment_intro_datelineafter_title','cphelptext','Attached After','vbulletin','vBulletin Solutions',0,''),(249,-1,'attachment_intro_downloadsmore_text','cphelptext','Finds attachments that have had more than X downloads, X being the number you specify.','vbulletin','vBulletin Solutions',0,''),(250,-1,'attachment_intro_downloadsmore_title','cphelptext','More Than X Downloads','vbulletin','vBulletin Solutions',0,''),(251,-1,'attachment_intro_downloadsless_text','cphelptext','Finds attachments that have had less than X downloads, X being the number you specify. Note if you use both More Than and Less Than X Downloads, the More Than number must be less than the Less Than number or there will be no search range!','vbulletin','vBulletin Solutions',0,''),(252,-1,'attachment_intro_downloadsless_title','cphelptext','Less Than X Downloads','vbulletin','vBulletin Solutions',0,''),(253,-1,'attachment_intro_sizemore_text','cphelptext','Enter the size, in bytes, that the attachment must be larger than. Remember this is in bytes, <i>not</i> KiloBytes.','vbulletin','vBulletin Solutions',0,''),(254,-1,'attachment_intro_sizemore_title','cphelptext','File-size Greater Than','vbulletin','vBulletin Solutions',0,''),(255,-1,'attachment_intro_sizeless_text','cphelptext','Enter the size, in bytes, that the attachment must be smaller than. Remember this is in bytes, <i>not</i> KiloBytes! Note that if you are using both File-size Greater Than and File-size Less Than, File-size Greater Than must be less than File-size Less Than or there will be no range to search!','vbulletin','vBulletin Solutions',0,''),(256,-1,'attachment_intro_sizeless_title','cphelptext','File-size Less Than','vbulletin','vBulletin Solutions',0,''),(257,-1,'attachment_intro_visible_text','cphelptext','If you have attachment moderation and have attachments which have not been moderated yet, or have manually edited an attachment and turned its visibility to Off, setting this option to <b>No</b> will find only those attachments.','vbulletin','vBulletin Solutions',1204936607,'3.7.0 Release Candidate 1'),(258,-1,'attachment_intro_visible_title','cphelptext','Attachment Is Visible','vbulletin','vBulletin Solutions',0,''),(259,-1,'attachment_intro_orderby_text','cphelptext','You can order your search results by several options, either ascending or descending. They are Attached By, Downloads, Filename, File-size, Time Attached, Visible. This will not affect your search, only how the results are displayed.','vbulletin','vBulletin Solutions',0,''),(260,-1,'attachment_intro_orderby_title','cphelptext','Order By','vbulletin','vBulletin Solutions',0,''),(261,-1,'attachment_intro_results_text','cphelptext','Determines how many results are shown on each page after you click Find Attachments. It is recommended you do not set this too high for performance reasons.','vbulletin','vBulletin Solutions',0,''),(262,-1,'attachment_intro_results_title','cphelptext','Attachments to Show Per Page','vbulletin','vBulletin Solutions',0,''),(263,-1,'attachment_massdelete_text','cphelptext','This is a confirmation that you want to delete the attachments you selected on the previous page. Click the \"Yes\" button to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(264,-1,'attachment_massdelete_title','cphelptext','Delete Attachments','vbulletin','vBulletin Solutions',0,''),(265,-1,'attachment_removetype_text','cphelptext','This is a confirmation that you want to delete this attachment type. Please confirm the correct attachment type below and click the \"Yes\" button to continue.','vbulletin','vBulletin Solutions',0,''),(266,-1,'attachment_removetype_title','cphelptext','Delete Attachment Type','vbulletin','vBulletin Solutions',0,''),(267,-1,'attachment_search_text','cphelptext','On this screen you are given a lot of information about each attachment that was found as a result of your search. (see <a href=\"help.php?do=answer&page=attachment.php&pageaction=intro\">Searching for Specific Attachments</a>)<br /><br />\r\n\r\nFrom this screen, you are shown the following:<br />\r\n<b>Filename</b>: This is the filename of the attachment. Clicking on the filename will show you the attachment itself if it is an image, or prompt you to download the file if it is another type of attachment.<br /><br />\r\n\r\n<b>User Name</b>: This is the user that posted the attachment. Clicking their name will take you to edit their profile.<br /><br />\r\n\r\n<b>Date</b>: This is the date the attachment was posted. Next to the date is a link to view the post that the attachment belongs to.<br /><br />\r\n\r\n<b>Size</b>: This is the size, in KB (KiloBytes), of the attachment.<br /><br />\r\n\r\n<b>Downloads</b>: This is how many times the attachment has been downloaded.<br /><br />\r\n\r\nAt the extreme left is a column of checkboxes. You can check them individually or click the box in the header row to select them all. Clicking \"Delete Checked Attachments\" will remove the selected attachments.<br /><br />\r\n\r\nAt the extreme right is a link to delete an attachment.','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(268,-1,'attachment_search_title','cphelptext','Results of Searching Attachments','vbulletin','vBulletin Solutions',0,''),(269,-1,'attachment_stats_text','cphelptext','On this screen you are given several \"top 5s\" about the attachments on your forum as well as some general statistics.<br /><br />\r\n\r\nFrom top to bottom:\r\n<b>Statistics:</b><br />\r\n<b>Total Attachments</b>: This is the total number of attachments on your forum.<br /><br />\r\n\r\n<b>Disk Space Used</b>: This is how much disk space is consumed by all attachments combined.<br /><br />\r\n\r\n<b>Storage Type</b>: Where the attachments are being stored, either in the database or the file system, and if they are in the file system, the actual path to them.<br /><br />\r\n\r\n<b>Average Attachment File-size</b>: This is the average size of an attachment, determined by dividing the number of attachments into the total disk space used.<br /><br />\r\n\r\nUnder <b>Five Most Popular Attachments</b>, the columns are:<br />\r\n<b>Rank</b>: The rank of the attachment.<br /><br />\r\n\r\n<b>Filename</b>: The filename of the attachment. Clicking on it will show you the attachment, if it is an image, or prompt you to download it if it is another file type.<br /><br />\r\n\r\n<b>User Name</b>: This is who posted the attachment. Clicking on the username will bring up the edit user page for that individual.<br /><br />\r\n\r\n<b>Downloads</b>: This is how many times the attachment has been downloaded by users.<br /><br />\r\n\r\nTo the left are several other options.<br />\r\n<b>View Post</b> shows you the post that the attachment was attached to.<br /><br />\r\n\r\n<b>Delete</b>: Choose this to remove the attachment.<br /><br />\r\n\r\nThe <b>Five Largest Attachments</b> is nearly identical, save for having a Size column instead of a Downloads column. The Size column indicates the actual byte size of the attachment, in KB (KiloBytes).<br /><br />\r\n\r\n<b>Five Users Whose Attachments Take Up The Most Space</b> shows you at a glance who is attachment-happy. For each user in the top five (if there are not five users who have made attachments, only those who have will be shown) their name, number of attachments, and the total size of those attachments is displayed. Clicking View Attachments at the end of each row will find all of the attachments that the user has posted. (see <a href=\"help.php?do=answer&page=attachment&pageaction=search\">Searching Attachments</a>)','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(270,-1,'attachment_stats_title','cphelptext','Viewing Attachment Statistics','vbulletin','vBulletin Solutions',0,''),(271,-1,'attachment_storage_switchtype_text','cphelptext','This process will allow you to move your attachments from the database into the file system, or, if they are in the file system, to a different directory in the file system or back into the database. Please note that if you do not have enough disk space in the intended destination, the process will fail, but your attachments will be safe as tests are done first to ensure there is enough space.<br />\r\nAttachments will not be removed from the database or filesystem and your storage type setting will not be changed until the end of the process.<br />\r\nIf the process aborts before the end, you will need to free up space or prune attachments before trying again.<br /><br />\r\n\r\nIf you are moving attachments into the file system, it is recommended that you do *not* place the folder under your web root (usually named public_html or www or www_root) because people will be able to bypass vBulletin\'s permission system and download them. Also, you will need to make the folder writeable by PHP. The easiest way to do this is CHMOD it 777 (consult your FTP, Telnet, or SSH documentation for more info on how to do this). We do not recommended that you put a folder that is CHMODed 777 under your web root - another good reason to have it located above the document root.<br /><br />\r\n\r\nIf you are moving attachments from the file system into the database, you must have enough storage space on the drive and/or partition where your database is located.','vbulletin','vBulletin Solutions',0,''),(272,-1,'attachment_storage_switchtype_title','cphelptext','Switching Attachments from the Database to the File System and vice-versa','vbulletin','vBulletin Solutions',0,''),(273,-1,'attachment_switchtype_attachpath_text','cphelptext','This is the file path to store attachments in.\r\n\r\nThis file path should be readable AND writeable by your web server (usually CHMOD 777). It should be above your web documents root or users will be able to bypass vBulletin\'s permissions system and download attachments anyway.','vbulletin','vBulletin Solutions',0,''),(274,-1,'attachment_switchtype_attachpath_title','cphelptext','Attachment File Path','vbulletin','vBulletin Solutions',0,''),(275,-1,'attachment_types_text','cphelptext','On this screen you can see all of the types of attachments that you currently allow to be uploaded. From here you can Edit or Delete any type by clicking the appropriate link, or click Add New Type to add another type of attachment.','vbulletin','vBulletin Solutions',0,''),(276,-1,'attachment_types_title','cphelptext','Modify Attachment Types','vbulletin','vBulletin Solutions',0,''),(277,-1,'attachment_updatetype_text','cphelptext','On this screen you can set various options regarding the file type you are editing.','vbulletin','vBulletin Solutions',0,''),(278,-1,'attachment_updatetype_title','cphelptext','Modifying An Attachment Type','vbulletin','vBulletin Solutions',0,''),(279,-1,'attachment_updatetype_extension_text','cphelptext','This is the extension of the file - the letter(s) after the dot in the filename. For example, the filename <b>vb.net</b> has an extension of <b>net</b>.','vbulletin','vBulletin Solutions',0,''),(280,-1,'attachment_updatetype_extension_title','cphelptext','Extension','vbulletin','vBulletin Solutions',0,''),(281,-1,'attachment_updatetype_size_text','cphelptext','You can set the maximum size of uploaded files per type. This number is in bytes.','vbulletin','vBulletin Solutions',0,''),(282,-1,'attachment_updatetype_size_title','cphelptext','Max File Size','vbulletin','vBulletin Solutions',0,''),(283,-1,'attachment_updatetype_height_text','cphelptext','If this type is an image, this sets the maximum height that the image may be, otherwise it is ignored.','vbulletin','vBulletin Solutions',0,''),(284,-1,'attachment_updatetype_height_title','cphelptext','Max Height','vbulletin','vBulletin Solutions',0,''),(285,-1,'attachment_updatetype_width_text','cphelptext','If this type is an image, this sets the maximum width that the image may be, otherwise it is ignored.','vbulletin','vBulletin Solutions',0,''),(286,-1,'attachment_updatetype_width_title','cphelptext','Max Width','vbulletin','vBulletin Solutions',0,''),(287,-1,'attachment_updatetype_mimetype_text','cphelptext','In order for a browser to properly recognize a file\'s type, a content-type header must be sent before the file is. vBulletin will send the header for you automatically, but you must provide the correct MIME type so the header that is sent is correct.<br /><br />\r\n\r\nThe correct format for this field is<br />\r\n<b>Content-type: type/subtype</b><br />\r\nFor example, for JPEG images:<br />\r\n<b>Content-type: image/jpeg</b><br /><br />\r\n\r\nYou can find a list of types and subtypes <a href=\"http://www.iana.org/assignments/media-types/\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(288,-1,'attachment_updatetype_mimetype_title','cphelptext','MIME Type & Headers','vbulletin','vBulletin Solutions',1210082606,'3.7.1'),(289,-1,'attachment_updatetype_enabled_text','cphelptext','If this is set to Yes, users will be allowed to upload files of this type. Otherwise they will not be, but this type will still be listed in your Admin CP.','vbulletin','vBulletin Solutions',0,''),(290,-1,'attachment_updatetype_enabled_title','cphelptext','Enabled','vbulletin','vBulletin Solutions',0,''),(291,-1,'attachment_updatetype_newwindow_text','cphelptext','The setting dictates how the attachment is displayed to the user. It is common to have image attachments open in a new browser window/tab while you would want compressed files to open in the same window so that the application associated with the file type opens the file directly. Opening a new window for this type of file will result in a blank window being opened for some browsers.','vbulletin','vBulletin Solutions',0,''),(292,-1,'attachment_updatetype_newwindow_title','cphelptext','Open Attachment in New Window','vbulletin','vBulletin Solutions',0,''),(293,-1,'attachmentpermission_edit_height_text','cphelptext','If this type is an image, this sets the maximum height that the image may be, otherwise it is ignored.','vbulletin','vBulletin Solutions',1148489948,'3.6.0 Beta 1'),(294,-1,'attachmentpermission_edit_height_title','cphelptext','Maximum Height','vbulletin','vBulletin Solutions',1148489948,'3.6.0 Beta 1'),(295,-1,'attachmentpermission_edit_size_text','cphelptext','You can set the maximum size of uploaded files per type. This number is in bytes.','vbulletin','vBulletin Solutions',1148489915,'3.6.0 Beta 1'),(296,-1,'attachmentpermission_edit_size_title','cphelptext','Max File-size','vbulletin','vBulletin Solutions',1148489915,'3.6.0 Beta 1'),(297,-1,'attachmentpermission_edit_useextension_text','cphelptext','If set to no, then the specified usergroup will not be allowed to upload this attachment. Make sure that \"Use Custom Permissions\" is chosen or this change will not have any effect.','vbulletin','vBulletin Solutions',1191233783,'3.7.0 Beta 1'),(298,-1,'attachmentpermission_edit_useextension_title','cphelptext','Can use this extension','vbulletin','vBulletin Solutions',1148490007,'3.6.0 Beta 1'),(299,-1,'attachmentpermission_edit_width_text','cphelptext','If this type is an image, this sets the maximum width that the image may be, otherwise it is ignored.','vbulletin','vBulletin Solutions',1148489932,'3.6.0 Beta 1'),(300,-1,'attachmentpermission_edit_width_title','cphelptext','Maximum Width','vbulletin','vBulletin Solutions',1148489932,'3.6.0 Beta 1'),(301,-1,'avatar_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br />\r\n<a href=\"help.php?s=&do=answer&page=avatar&pageaction=&option=\">User Picture Storage</a><br /><br />\r\n\r\n<b>User Picture Storage:</b><br />\r\nvBulletin supports two storage types for avatars and profile pictures : database or file system.<br /><br />\r\n\r\nBoth methods have advantages and disadvantages. The database is easier to backup than individual files. However, storing user pictures in the database is also an extra burden on the database when images are loaded on forum pages. Other considerations include how you want to protect access to the images, whether you want to use vBulletin\'s permission system or directory permissions like htaccess.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(302,-1,'avatar_title','cphelptext','About User Picture Storage','vbulletin','vBulletin Solutions',0,''),(303,-1,'avatar_storage_switchtype_text','cphelptext','This page will allow you to move your avatars and profile pictures from the database into the file system, or, if they are in the file system, to a different directory in the file system or back into the database. Please note that if you do not have enough disk space in the intended destination, the process will fail, but your images will be safe as the images will not be removed from the database or filesystem and your storage type setting will not be changed until the end of the process. If the process aborts before the end, you will need to free up space or prune avatars before trying again.<br /><br />\r\n\r\nIf you are moving images into the file system, you will need to create a directory within your forums folder (/images/customavatars is a good one) for their storage. Unlike when you are storing attachments in the file system, this folder <b>must</b> be accessible from the web (usually CHMOD 777).<br /><br />\r\n\r\nIf you are moving images from the file system into the database, you must have enough storage space on the drive and/or partition where your database is located.','vbulletin','vBulletin Solutions',0,''),(304,-1,'avatar_storage_switchtype_title','cphelptext','Switching User Pictures from the Database to the File-System and Vice-Versa','vbulletin','vBulletin Solutions',0,''),(305,-1,'avatar_switchtype_avatarpath_text','cphelptext','This is the path to the directory where the avatars will be stored on your server. It should be relative to your vBulletin forums root directory and must be CHMODed such that your web server can read and write to it (usually 777). Additionally it must be accessible from the web! (This is unlike when you have attachments in the file system, when it is recommended that the folder not be accessible from the web.)<br /><br />\r\n\r\nA setting of<br />\r\n./customavatars<br />\r\nwould mean a directory called customavatars inside your forums root directory.','vbulletin','vBulletin Solutions',0,''),(306,-1,'avatar_switchtype_avatarpath_title','cphelptext','Avatar File Path','vbulletin','vBulletin Solutions',0,''),(307,-1,'avatar_switchtype_avatarurl_text','cphelptext','This is the URL to the avatar directory, relative to your forums root directory. If you used a setting of<br /><br /><strong>./customavatars</strong><br /><br />\r\nfor the Avatar File Path option, you would set this option to<br />\r\ncustomavatars','vbulletin','vBulletin Solutions',0,''),(308,-1,'avatar_switchtype_avatarurl_title','cphelptext','URL to Avatars','vbulletin','vBulletin Solutions',0,''),(309,-1,'avatar_switchtype_profilepicpath_text','cphelptext','This is the path to the directory where the profile pictures will be stored on your server. It should be relative to your vBulletin forums root directory and must be CHMODed such that your web server can read and write to it (usually 777). Additionally it must be accessible from the web! (This is unlike when you have attachments in the file system, when it is recommended that the folder not be accessible from the web.)<br /><br /> A setting of<br /> ./customprofilepics<br /> would mean a directory called customprofilepics inside your forums root directory.','vbulletin','vBulletin Solutions',0,''),(310,-1,'avatar_switchtype_profilepicpath_title','cphelptext','Profile Picture Path','vbulletin','vBulletin Solutions',0,''),(311,-1,'avatar_switchtype_profilepicurl_text','cphelptext','This is the URL to the profile picture directory, relative to your forums root directory. If you used a setting of<br /><br /><strong>./customprofilepics</strong><br /><br /> for the Profile Picture File Path option, you would set this option to<br /> customprofilepics','vbulletin','vBulletin Solutions',0,''),(312,-1,'avatar_switchtype_profilepicurl_title','cphelptext','URL to Profile Pictures','vbulletin','vBulletin Solutions',0,''),(313,-1,'avatar_switchtype_sigpicpath_text','cphelptext','This is the path to the directory where the signature pictures will be stored on your server. It should be relative to your vBulletin forums root directory and must be CHMODed such that your web server can read and write to it (usually 777). Additionally it must be accessible from the web! (This is unlike when you have attachments in the file system, when it is recommended that the folder not be accessible from the web.)<br /><br /> A setting of<br /> ./signaturepics<br /> would mean a directory called signaturepics inside your forums root directory.','vbulletin','vBulletin Solutions',1225807440,'4.0.0 Alpha 1'),(314,-1,'avatar_switchtype_sigpicpath_title','cphelptext','Signature Picture Path','vbulletin','vBulletin Solutions',1220959622,'3.8.0 Alpha 1'),(315,-1,'avatar_switchtype_sigpicurl_text','cphelptext','This is the URL to the signature picture directory, relative to your forums root directory. If you used a setting of<br /><br /><strong>./signaturepics</strong><br /><br /> for the Profile Picture File Path option, you would set this option to<br /> signaturepics','vbulletin','vBulletin Solutions',1225807460,'4.0.0 Alpha 1'),(316,-1,'avatar_switchtype_sigpicurl_title','cphelptext','URL to Signature Pictures','vbulletin','vBulletin Solutions',1220959674,'3.8.0 Alpha 1'),(317,-1,'banning_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>User Banning:</b><br />\r\nThe banning pages in the Users tab of the Admin CP allow you to ban users and view users which are currently banned.<br /><br />\r\n\r\nYou can ban users at the <i>Ban User</i> page of the Moderator Control Panel. You are given a choice of ban length and banned usergroup to which you want to move the user. If you want a usergroup to be used for banning then you need to enable the \"This Usergroup is a \'Banned\' Group\" option for that group in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>; all usergroups with this option enabled will show up as selectable banned usergroups on the Ban User page.<br /><br />\r\n\r\nAdditionally, you can view a list of currently banned users on the View Banned Users page of the Moderator Control Panel. This page shows you all current temporary and permanent bans and gives you the option to lift any bans you choose.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(318,-1,'banning_title','cphelptext','About User Banning','vbulletin','vBulletin Solutions',0,''),(319,-1,'banning_banuser_text','cphelptext','Here you can ban a user by username.','vbulletin','vBulletin Solutions',0,''),(320,-1,'banning_banuser_title','cphelptext','Ban User','vbulletin','vBulletin Solutions',0,''),(321,-1,'banning_banuser_username_text','cphelptext','Enter the username of the user you want to ban.','vbulletin','vBulletin Solutions',0,''),(322,-1,'banning_banuser_username_title','cphelptext','Username','vbulletin','vBulletin Solutions',0,''),(323,-1,'banning_banuser_usergroupid_text','cphelptext','Select your banned user group.','vbulletin','vBulletin Solutions',0,''),(324,-1,'banning_banuser_usergroupid_title','cphelptext','Move User to Usergroup','vbulletin','vBulletin Solutions',0,''),(325,-1,'banning_banuser_period_text','cphelptext','Select the length of the ban.','vbulletin','vBulletin Solutions',0,''),(326,-1,'banning_banuser_period_title','cphelptext','Lift Ban After...','vbulletin','vBulletin Solutions',0,''),(327,-1,'banning_banuser_editreason_reason_text','cphelptext','This text will be shown to banned users when they login or try to access a forum page.','vbulletin','vBulletin Solutions',0,''),(328,-1,'banning_banuser_editreason_reason_title','cphelptext','Reason to show the user','vbulletin','vBulletin Solutions',0,''),(329,-1,'banning_modify_text','cphelptext','This is a list of users that are banned on your forums. Below are the details of each ban. You can lift a ban by clicking the \"[Lift Ban]\" link on the right.','vbulletin','vBulletin Solutions',0,''),(330,-1,'banning_modify_title','cphelptext','Banned Users','vbulletin','vBulletin Solutions',0,''),(331,-1,'bbcode_text','cphelptext','<b>BB Code:</b><br />\r\nBB code is a special coding system, similar to HTML, where you type in tags around your text and the text is formatted. For example, typing:<br /><br />\r\n\r\n[b]My Text[/b]<br /><br />\r\n\r\n...would produce:<br /><br />\r\n\r\n<b>My Text</b><br /><br />\r\n\r\nIt is a safe and easy way to allow your users to format their posts. It does not have the security risks of allowing HTML, and users cannot mess up page layouts by accidentally leaving a tag open. You as the admin control what tags are available to your users.','vbulletin','vBulletin Solutions',1206965994,'3.7.0 Release Candidate 2'),(332,-1,'bbcode_title','cphelptext','About BB Code','vbulletin','vBulletin Solutions',0,''),(333,-1,'bbcode_add_text','cphelptext','This screen allows you to add a new BB code tag.<br /><br />\r\n\r\nExplanations of the options on this screen are listed below.','vbulletin','vBulletin Solutions',1206965920,'3.7.0 Release Candidate 2'),(334,-1,'bbcode_add_title','cphelptext','Adding a new BB code','vbulletin','vBulletin Solutions',1206965930,'3.7.0 Release Candidate 2'),(335,-1,'bbcode_add_edit_title_text','cphelptext','The title of your BB code tag, which will be used on the <a href=\"../misc.php?do=bbcode\" target=\"_blank\">BB code user explanation screen</a>, along with all other below options except \"Use Option\".<br /><br />','vbulletin','vBulletin Solutions',1206965906,'3.7.0 Release Candidate 2'),(336,-1,'bbcode_add_edit_title_title','cphelptext','BB Code Title','vbulletin','vBulletin Solutions',0,''),(337,-1,'bbcode_add_edit_bbcodetag_text','cphelptext','This is the text for the BB code, which goes inside the square brackets.<br />\r\neg. For the bold tag, you type [b] - the BB code tag for this is simply <b>b</b> without the brackets.<br /><br />','vbulletin','vBulletin Solutions',1206965809,'3.7.0 Release Candidate 2'),(338,-1,'bbcode_add_edit_bbcodetag_title','cphelptext','BB Code Tag','vbulletin','vBulletin Solutions',0,''),(339,-1,'bbcode_add_edit_bbcodereplacement_text','cphelptext','This is the HTML code that replaces the user-entered BB code. Make sure that you include \'{param}\' (without the quotes) to insert the text between the opening and closing BB code tags, and \'{option}\' for the parameter within the BB code tag. You can only use {option} if \'Use Option\' is set to yes below.<br />\r\neg. [b]My Text[/b] turns into <b>My Text</b>. To create that tag, enter<br />\r\n<b>{param}</b><br />\r\nIf you were to create a tag like the URL tag, you would use {option}. The URL tag can be used like this:<br />\r\n[url]http://www.example.com[/url]<br />\r\nwhich turns into<br />\r\n<a href=\"http://www.example.com/\">http://www.example.com/</a><br />\r\nIt can alternatively be used like this:<br />\r\n[url=http://www.example.com/]My Site[/url]<br />\r\nwhich would turn into this:<br />\r\n<a href=\"http://www.example.com/\">My Site</a><br />\r\nThis is actually two different tags with the same code to make it easy on the end-user.<br />\r\nTo create the first tag, you would enter<br />\r\n<a href=\"{param}\">{param}</a><br />\r\nTo create the second, you would enter<br />\r\n<a href=\"{option}\">{param}</a><br />\r\nIf you are using options, option is what is entered <b>within</b> the tag, e.g. www.example.com in the following:<br />\r\n[url=www.example.com]<br />\r\n{param} is what is entered <b>between</b> tags, e.g. My Site in the following:<br />\r\n[url=www.example.com]My Site[/url]<br />\r\nYou will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes\" and you need a second bit of input from the user as in the above example.','vbulletin','vBulletin Solutions',1206965793,'3.7.0 Release Candidate 2'),(340,-1,'bbcode_add_edit_bbcodereplacement_title','cphelptext','BB Code Replacement','vbulletin','vBulletin Solutions',0,''),(341,-1,'bbcode_add_edit_bbcodeexample_text','cphelptext','This is a sample piece of BB code to use as an example for this particular BB code.<br />\r\ne.g. to demonstrate the use of the [b] tag, you would enter [b]Some Text[/b].','vbulletin','vBulletin Solutions',1206964403,'3.7.0 Release Candidate 2'),(342,-1,'bbcode_add_edit_bbcodeexample_title','cphelptext','BB Code Example','vbulletin','vBulletin Solutions',0,''),(343,-1,'bbcode_add_edit_bbcodeexplanation_text','cphelptext','This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.','vbulletin','vBulletin Solutions',0,''),(344,-1,'bbcode_add_edit_bbcodeexplanation_title','cphelptext','BB Code Explanation','vbulletin','vBulletin Solutions',0,''),(345,-1,'bbcode_add_edit_twoparams_text','cphelptext','Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.','vbulletin','vBulletin Solutions',0,''),(346,-1,'bbcode_add_edit_twoparams_title','cphelptext','Use {option}','vbulletin','vBulletin Solutions',0,''),(347,-1,'bbcode_add_edit_buttonimage_text','cphelptext','If you would like this BB code to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this BB code.','vbulletin','vBulletin Solutions',1206966286,'3.7.0 Release Candidate 2'),(348,-1,'bbcode_add_edit_buttonimage_title','cphelptext','Button Image (Optional)','vbulletin','vBulletin Solutions',0,''),(349,-1,'bbcode_add_edit_strip_empty_text','cphelptext','Setting this option will remove empty tags (eg. [tag][/tag]).','vbulletin','vBulletin Solutions',1191575557,'3.7.0 Beta 1'),(350,-1,'bbcode_add_edit_strip_empty_title','cphelptext','Remove Tag if Empty','vbulletin','vBulletin Solutions',1194351163,'3.7.0 Beta 1'),(351,-1,'bbcode_add_edit_stop_parse_text','cphelptext','Setting this option will make any BB code tags within this BB code tag display as plain text.<br /><br />\r\n\r\nFor example\r\n<blockquote>[tag][b]some text here[/b][/tag]</blockquote>\r\n\r\nWill show as\r\n\r\n<blockquote>[b]some text here[/b]</blockquote>\r\n\r\nIf set, and\r\n\r\n<blockquote><b>some text here</b></blockquote>\r\n\r\nIf not set','vbulletin','vBulletin Solutions',1206965837,'3.7.0 Release Candidate 2'),(352,-1,'bbcode_add_edit_stop_parse_title','cphelptext','Disable BB Code Use Within This BB Code','vbulletin','vBulletin Solutions',1206965892,'3.7.0 Release Candidate 2'),(353,-1,'bbcode_add_edit_disable_smilies_text','cphelptext','Setting this option will make any smilies within this tag show as plain text.','vbulletin','vBulletin Solutions',1191575937,'3.7.0 Beta 1'),(354,-1,'bbcode_add_edit_disable_smilies_title','cphelptext','Disable Smilies Within This BB Code','vbulletin','vBulletin Solutions',1194351209,'3.7.0 Beta 1'),(355,-1,'bbcode_add_edit_disable_wordwrap_text','cphelptext','Setting this option will disable word wrapping for text within these tags','vbulletin','vBulletin Solutions',1191575977,'3.7.0 Beta 1'),(356,-1,'bbcode_add_edit_disable_wordwrap_title','cphelptext','Disable Word Wrapping Within This BB Code','vbulletin','vBulletin Solutions',1194351224,'3.7.0 Beta 1'),(357,-1,'bbcode_edit_text','cphelptext','This screen allows you to modify the properties of an existing BB code. The options are explained below.','vbulletin','vBulletin Solutions',1206965938,'3.7.0 Release Candidate 2'),(358,-1,'bbcode_edit_title','cphelptext','Editing BB Codes','vbulletin','vBulletin Solutions',0,''),(359,-1,'bbcode_modify_text','cphelptext','This screen displays all of your current BB codes, along with an example of each.<br /><br />\r\n\r\nAcross, the columns are:<br />\r\n<b>Title</b>: The title of the BB code.<br />\r\n<b>BB Code</b>: The actual code that is used for the BB code.<br />\r\n<b>HTML</b>: The BB code example parsed into HTML.<br />\r\n<b>Replacement</b>: The results of displaying the HTML.<br />\r\n<b>Button Image</b>: If you specified an image for this to appear on the toolbar it will be displayed here.<br />\r\n<b>Controls</b>: Edit or Delete BB codes from here.','vbulletin','vBulletin Solutions',1206965967,'3.7.0 Release Candidate 2'),(360,-1,'bbcode_modify_title','cphelptext','Viewing/Removing BB Codes','vbulletin','vBulletin Solutions',0,''),(361,-1,'bbcode_modify_text_text','cphelptext','You can test BB codes by entering text in the \"Enter text with BB codes\" box and pressing Test This Text. The BB code will be parsed as though you were making a post so you can see how it would look or if your code is working correctly.','vbulletin','vBulletin Solutions',1206965983,'3.7.0 Release Candidate 2'),(362,-1,'bbcode_modify_text_title','cphelptext','Testing Your BB Codes','vbulletin','vBulletin Solutions',0,''),(363,-1,'bbcode_remove_text','cphelptext','This is a confirmation that you want to delete this BB code. Click the \"Yes\" button to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(364,-1,'bbcode_remove_title','cphelptext','Delete BB Code','vbulletin','vBulletin Solutions',0,''),(365,-1,'bookmarksite_add_edit_active_text','cphelptext','Use this option as a toggle to temporarily disable links without actually deleting them from the database. An inactive link will not appear on topic pages at all until it is made active again by an administrator.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(366,-1,'bookmarksite_add_edit_active_title','cphelptext','Active','vbulletin','vBulletin Solutions',1207820808,'3.7.0 Release Candidate 3'),(367,-1,'bookmarksite_add_edit_displayorder_text','cphelptext','The number entered here will dictate the placement of this bookmarking link in relation to other bookmarking links on the page. A link with a higher display order such as 20 will be displayed after a link with a display order of 10.','vbulletin','vBulletin Solutions',1207820742,'3.7.0 Release Candidate 3'),(368,-1,'bookmarksite_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1207820742,'3.7.0 Release Candidate 3'),(369,-1,'bookmarksite_add_edit_iconpath_text','cphelptext','An icon should be 16 pixels by 16 pixels and placed within the miscellaneous images directory, by default this is images/misc. The icon will be used at the bottom of each topic page and used as a link to the social bookmarking site.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(370,-1,'bookmarksite_add_edit_iconpath_title','cphelptext','Icon','vbulletin','vBulletin Solutions',1193058756,'3.7.0 Beta 1'),(371,-1,'bookmarksite_add_edit_title_text','cphelptext','Use this field to enter the name of the social bookmarking site in question, in a form that will be identifiable to your visitors.','vbulletin','vBulletin Solutions',1385073467,'5.1.0 Alpha 5'),(372,-1,'bookmarksite_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1207820159,'3.7.0 Release Candidate 3'),(373,-1,'bookmarksite_add_edit_url_text','cphelptext','The URL is the link used in conjunction with the icon at the bottom of a topic, you can use replacements for constructing a more useful link.<br />\r\n<ul>\r\n<li><strong>{TITLE}</strong> - Title of the current page.</li>\r\n<li><strong>{URL}</strong> - URL of the current page.</li>\r\n</ul>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(374,-1,'bookmarksite_add_edit_url_title','cphelptext','URL','vbulletin','vBulletin Solutions',1193059505,'3.7.0 Beta 1'),(375,-1,'bookmarksite_modify_text','cphelptext','Social bookmarking is a way for users to store and organise bookmarks of web pages. In a social bookmarking system, a user will save a link to a web page that they want to remember and/or share.<br />\r\n<br />There are a number of third-party services offering social bookmarking facilities. vBulletin provides the ability to link directly to an \"add page\" for multiple services and pre-populate some of the data.<br />\r\n<br />\r\nLinks to the social bookmarking services will be shown when viewing a topic, below the posts. These links will only be shown in topics that guests have permissions to view.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(376,-1,'bookmarksite_modify_title','cphelptext','Social Bookmarking Manager','vbulletin','vBulletin Solutions',1193064753,'3.7.0 Beta 1'),(377,-1,'cronadmin_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=cronadmin&pageaction=&option=\">Scheduled Tasks</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Tasks Log</a><br /><br />\r\n\r\n<b>Scheduled Tasks:</b><br />\r\nvBulletin\'s scheduled tasks system is used to perform regularly needed tasks at certain time intervals. Scheduled tasks are basically vBulletin cron jobs.<br /><br />\r\n\r\nOne benefit of the scheduled tasks system is that common vBulletin tasks, like updating view counters and sending emails, can be queued up and performed all at once which reduces the average server load. This can make a huge difference on high traffic forums. You can choose to schedule common vBulletin tasks in your <a href=\"options.php?dogroup=server&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(378,-1,'cronadmin_title','cphelptext','About Scheduled Tasks','vbulletin','vBulletin Solutions',0,''),(379,-1,'cronadmin_add_text','cphelptext','On this screen you add a new scheduled task.','vbulletin','vBulletin Solutions',0,''),(380,-1,'cronadmin_add_title','cphelptext','Adding a Scheduled Task','vbulletin','vBulletin Solutions',0,''),(381,-1,'cronadmin_add_edit_active_text','cphelptext','If this is set to No, the script will no longer be executed automatically though it will still be possible to use the Run Now button if required.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(382,-1,'cronadmin_add_edit_active_title','cphelptext','Active','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(383,-1,'cronadmin_add_edit_description_text','cphelptext','This is the description of the scheduled task. It is only used for your information in the control panel, and can be anything you wish.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(384,-1,'cronadmin_add_edit_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(385,-1,'cronadmin_add_edit_varname_text','cphelptext','This is a short name for the task and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(386,-1,'cronadmin_add_edit_varname_title','cphelptext','Varname','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(387,-1,'cronadmin_add_edit_logphrase_text','cphelptext','The log phrase allows you to phrase the entries that appear in the admin log. You need to call log_cron_action() with a 1 for the third parameter to invoke the phrase in the log viewer. Otherwise the value saved in the description field will be displayed as is. You may also save the description field in serialized form if you have more than one replacement in your phrase.','vbulletin','vBulletin Solutions',1213610500,'3.8.0 Alpha 1'),(388,-1,'cronadmin_add_edit_logphrase_title','cphelptext','Log Phrase','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(389,-1,'cronadmin_add_edit_title_text','cphelptext','This is the title of the scheduled task. It is only used for your information in the control panel, and can be anything you wish.','vbulletin','vBulletin Solutions',0,''),(390,-1,'cronadmin_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(391,-1,'cronadmin_add_edit_weekday_text','cphelptext','This is the day of the week the task should run on. Set this to * to have it not apply, or for it to run every day (if Day of the Month is set to * below). Otherwise select a specific day. Note that this will override the day of the month option, unless this is set to *.','vbulletin','vBulletin Solutions',0,''),(392,-1,'cronadmin_add_edit_weekday_title','cphelptext','Day of the Week','vbulletin','vBulletin Solutions',0,''),(393,-1,'cronadmin_add_edit_day_text','cphelptext','Set this to the specific day of the month the task should run. This is overridden by the Day of the Week setting above. Set this to * to have it not apply.','vbulletin','vBulletin Solutions',0,''),(394,-1,'cronadmin_add_edit_day_title','cphelptext','Day of the Month','vbulletin','vBulletin Solutions',0,''),(395,-1,'cronadmin_add_edit_hour_text','cphelptext','This is the hour of the day the task should run. Set it to * to have it run every hour.','vbulletin','vBulletin Solutions',0,''),(396,-1,'cronadmin_add_edit_hour_title','cphelptext','Hour','vbulletin','vBulletin Solutions',0,''),(397,-1,'cronadmin_add_edit_minute_text','cphelptext','This is the minute of the hour the task should run. Set it to * to have it run every minute (not really recommended!).','vbulletin','vBulletin Solutions',0,''),(398,-1,'cronadmin_add_edit_minute_title','cphelptext','Minute','vbulletin','vBulletin Solutions',0,''),(399,-1,'cronadmin_add_edit_loglevel_text','cphelptext','If this is set to Yes, every time the scheduled task runs, a log will be made indicating that the task was run, and in certain cases, additional information will be provided (e.g. for the Birthday Email task, the usernames who were sent birthday wishes will be noted).','vbulletin','vBulletin Solutions',0,''),(400,-1,'cronadmin_add_edit_loglevel_title','cphelptext','Log Actions','vbulletin','vBulletin Solutions',0,''),(401,-1,'cronadmin_add_edit_filename_text','cphelptext','This is the most crucial setting. Enter the path to, and filename of, the file to be run. This is in relation to your main forums directory. The default scheduled tasks are located in the directory<br />\r\n./includes/cron/<br />\r\nNote the . at the beginning - this indicates that the following is an absolute path from the current directory, not from the root of the server (as /includes/cron would indicate). You could also write the above as<br />\r\nincludes/cron<br />\r\nThe file to be run should not echo anything or send output to screen.','vbulletin','vBulletin Solutions',0,''),(402,-1,'cronadmin_add_edit_filename_title','cphelptext','Filename','vbulletin','vBulletin Solutions',0,''),(403,-1,'cronadmin_edit_text','cphelptext','On this screen you edit an existing scheduled task.','vbulletin','vBulletin Solutions',0,''),(404,-1,'cronadmin_edit_title','cphelptext','Editing Scheduled Tasks','vbulletin','vBulletin Solutions',0,''),(405,-1,'cronadmin_edit_product_text','cphelptext','This controls what product this task is associated with. You do not need to worry about this option unless you are planning on making an addon for vBulletin to be released.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(406,-1,'cronadmin_edit_product_title','cphelptext','Product','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(407,-1,'cronadmin_modify_text','cphelptext','This screen provides an overview of your scheduled tasks, including when they run, their next run time, and an option to run them right now.<br /><br />\r\n\r\nThe columns across the top are:<br />\r\n<b>m</b>: (Minute) This is the minute that a task runs. If this is an asterisk it runs every minute.<br />\r\n<b>h</b>: (Hour) This is the hour of the day that a task runs. If this is an asterisk it runs every hour.<br />\r\n<b>D</b>: (Date) This is the day of the month (numerically) that a task runs. If this is an asterisk it runs every day.<br />\r\n<b>M</b>: (Month) This is the month of the year that a task runs. If this is an asterisk it runs every month.<br />\r\n<b>DoW</b>: (Day of Week) This is the day of the week that a task runs. If this is an asterisk, it defers to the Day setting.<br />\r\n<b>Title</b>: This is the title of the task.<br />\r\n<b>Next Time</b>: This is the next time the task is scheduled to run. You can run it immediately using the Run Now button at the far right.<br />\r\n<b>Controls</b>: This column contains a drop-down with Edit and Delete controls, and a Run Now button to run the task immediately.<br /><br />\r\n\r\nAt the bottom of the screen you can use the Add New Scheduled Task button to add a task.','vbulletin','vBulletin Solutions',0,''),(408,-1,'cronadmin_modify_title','cphelptext','Scheduled Tasks','vbulletin','vBulletin Solutions',0,''),(409,-1,'cronadmin_remove_text','cphelptext','This is a confirmation that you want to delete this scheduled task. Click the \"Yes\" button to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(410,-1,'cronadmin_remove_title','cphelptext','Delete Scheduled Task','vbulletin','vBulletin Solutions',0,''),(411,-1,'cronlog_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Scheduled Task Log:</b><br />\r\nThe scheduled task log contains log entries for every scheduled task that has been run since you last pruned the log. This log is useful in confirming that your scheduled tasks are running at their proper times. Log files can also be useful sources of information when you are tracking down a problem.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(412,-1,'cronlog_title','cphelptext','About Scheduled Task Log','vbulletin','vBulletin Solutions',0,''),(413,-1,'cronlog_choose_text','cphelptext','On this screen you select the options to view or prune your Scheduled Task Log. A log entry is generated every time a Scheduled Task runs that has been set to be logged. Options are described below.','vbulletin','vBulletin Solutions',0,''),(414,-1,'cronlog_choose_title','cphelptext','Viewing/Pruning the Scheduled Task Log','vbulletin','vBulletin Solutions',0,''),(415,-1,'cronlog_choose_perpage_text','cphelptext','This determines how many log entries are displayed on each results page. Do not set this too high or your browser could crash.','vbulletin','vBulletin Solutions',0,''),(416,-1,'cronlog_choose_perpage_title','cphelptext','Viewing: Log entries to display per page','vbulletin','vBulletin Solutions',0,''),(417,-1,'cronlog_choose_varname_text','cphelptext','<b>Viewing: Show only entries generated by...</b><br />\r\nIf you wish to only view logs generated by a particular script, select it from the list here.<br />\r\n<br />\r\n<b>Pruning: Remove Entries Related to Action</b><br />\r\nIf you wish to only prune entries related to a certain script, select it from this list.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(418,-1,'cronlog_choose_varname_title','cphelptext','Viewing & Pruning','vbulletin','vBulletin Solutions',1161596802,'3.6.3'),(419,-1,'cronlog_choose_orderby_text','cphelptext','Select how you wish to order your results. Choices are Date and Action.','vbulletin','vBulletin Solutions',0,''),(420,-1,'cronlog_choose_orderby_title','cphelptext','Viewing: Order Log Entries By','vbulletin','vBulletin Solutions',0,''),(421,-1,'cronlog_choose_daysprune_text','cphelptext','Select how many days old log entries must be before they will be deleted and enter that number here. The default is 30.','vbulletin','vBulletin Solutions',0,''),(422,-1,'cronlog_choose_daysprune_title','cphelptext','Pruning: Remove Entries Older than Days','vbulletin','vBulletin Solutions',0,''),(423,-1,'cronlog_prunelog_text','cphelptext','On this screen you are prompted to confirm your choice to prune the Scheduled Task logs. The total number of entries that will be deleted is shown.<br /><br />\r\n\r\nIf no entries match your pruning criteria, you will be shown an error message.','vbulletin','vBulletin Solutions',0,''),(424,-1,'cronlog_prunelog_title','cphelptext','Pruning Scheduled Task Logs','vbulletin','vBulletin Solutions',0,''),(425,-1,'cronlog_view_text','cphelptext','On this screen you are shown the results of your search of the Scheduled Task Log. At the top you are told the page you are on, the total number of pages of results, and the total number of results.<br /><br />\r\n\r\nThe Result column displays extended information about each entry, if available.','vbulletin','vBulletin Solutions',0,''),(426,-1,'cronlog_view_title','cphelptext','Viewing Scheduled Task Log Search Results','vbulletin','vBulletin Solutions',0,''),(427,-1,'css_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Common Templates:</b><br />\r\nThe header, headinclude, and footer templates are considered common templates because they are included / parsed on every forum page.<br /><br />\r\n\r\nThe header, headinclude, and footer templates are respectively represented in the templates by the $header, $headinclude, and $footer variables. The parsed contents of these three templates are substituted in for these variables when a forum page is loaded.<br /><br />\r\n\r\nThe header template contains the HTML code that makes up the top portion of your forum layout, including the title image and opening table code for the content table in which your forum content is displayed.<br /><br />\r\n\r\nThe contents of the headinclude template are inserted within the <head></head> tags on each forum page. Meta tags, style sheets, scripts, etc are added here.<br /><br />\r\n\r\nThe footer template contains the HTML code that makes up the bottom portion of your forum layout, including the closing table tags for the content table in which your forum content is displayed and the vBulletin copyright notice.<br /><br />\r\n\r\n<b>StyleVars:</b><br />\r\nThe StyleVars on this page include the \"Size and Dimensions\", \"Image Paths\", and \"Miscellaneous\" tables below. These settings control various style related aspects of your forum pages. These stylevars are represented in the templates as:<br /><br />\r\n\r\n<i>$stylevar[var_name]</i><br /><br />\r\n\r\nThese stylevar variables are parsed into their corresponding values when a forum page is loaded. By representing commonly used stylevars as variables in the templates it is very easy to change them - just edit their values on this page and the changes will take effect for all forum pages.<br /><br />\r\n\r\n<b>CSS:</b><br />\r\nvBulletin uses CSS classes for its various page elements. These page elements all call on the various CSS classes defined here. Therefore, you can change the attributes of all page elements that use a CSS class by editing the class on this page. A good site to learn CSS is <a href=\"http://www.w3.org/\" target=\"_blank\">w3.org</a>.<br /><br />\r\n\r\nNote that several CSS attributes are color fields which use standard HTML color codes. You can click on the color box to the right to pull up the color picker window where you can visually pick a color by clicking on it. vBulletin will automatically insert the corresponding color code for the color you pick. The small button to the left of the close box allows you to switch color palettes for more choices. The dotted box on the top left represents no color (transparent).','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(428,-1,'css_title','cphelptext','About Common Templates, StyleVars, and CSS','vbulletin','vBulletin Solutions',0,''),(429,-1,'css_doedit_header_text','cphelptext','The header template contains the HTML code that makes up the top portion of your forum layout, including the title image and opening table code for the content table.','vbulletin','vBulletin Solutions',1169465837,'3.6.5'),(430,-1,'css_doedit_header_title','cphelptext','Header','vbulletin','vBulletin Solutions',0,''),(431,-1,'css_doedit_footer_text','cphelptext','The footer template contains the HTML code that makes up the bottom of your forum layout, including the closing tags for the content table and everything below it.','vbulletin','vBulletin Solutions',0,''),(432,-1,'css_doedit_footer_title','cphelptext','Footer','vbulletin','vBulletin Solutions',0,''),(433,-1,'diagnostic_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Diagnostics:</b><br />\r\nThe diagnostics page contains several diagnostics that are useful for troubleshooting problems with your forums.<br /><br />\r\n\r\nThe \"Upload\" diagnostic tests file uploading functionality on your server. If your server isn\'t configured correctly for file uploads then several vBulletin features will not work including custom avatar uploads and post attachments.<br /><br />\r\n\r\nThe \"Email\" diagnostic will send a test email to the address you specify. If you receive the test email then PHP and your mail server are configured correctly. Otherwise they are not configured correctly and you need to contact your host. Without email functionality you will not be able to use any email features on your forums including email verification on registration and \"send to friend.\"<br /><br />\r\n\r\nThe \"Suspect File Versions\" diagnostic checks the version of every PHP file in your forum directory and tells you which ones are for different versions of vBulletin than the one you are running. Running files that are not meant for your version of vBulletin can cause any number of problems. If any files are for different versions then you should upload the originals from the vBulletin zip file for the version you are running.<br /><br />\r\n\r\nThe \"System Information\" diagnostics report on your MySQL configuration and the status of your database. vBulletin team members may ask you to give them the output of these reports to help them troubleshoot problems with your server and forums.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(434,-1,'diagnostic_title','cphelptext','About Diagnostics','vbulletin','vBulletin Solutions',0,''),(435,-1,'diagnostic_domail_text','cphelptext','This is the results of your Email Settings test. If any errors occurred during the test, they will be listed, along with the values of several pertinent settings.','vbulletin','vBulletin Solutions',0,''),(436,-1,'diagnostic_domail_title','cphelptext','Email Settings Test','vbulletin','vBulletin Solutions',0,''),(437,-1,'diagnostic_dosysinfo_text','cphelptext','On this screen you are shown the results of your system information inquiry.<br /><br />\r\n\r\nThe various types of information you can be shown is described below:<br />\r\n<b>MySQL Variables</b> is a list of the MySQL variables that are set. Please visit the following pages for more information on MySQL variables and their meanings: <a href=\"http://www.mysql.com/doc/en/SHOW_VARIABLES.html\">MySQL Variables</a>, <a href=\"http://www.mysql.com/doc/en/Server_parameters.html\" target=\"_blank\">Tuning Server Parameters</a>.<br />\r\n<b>MySQL Status</b> shows the status of many things related to the MySQL server. For more information on the items listed on this page, visit <a href=\"http://www.mysql.com/doc/en/SHOW_STATUS.html\" target=\"_blank\">MySQL Status</a>.<br />\r\n<b>Table Status</b>: If you are running MySQL 3.23 or higher, you can also view this page of information. The following link provides more information about the information displayed on this page: <a href=\"http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html\" target=\"_blank\">MySQL Table Status</a>.','vbulletin','vBulletin Solutions',0,''),(438,-1,'diagnostic_dosysinfo_title','cphelptext','System Information Results','vbulletin','vBulletin Solutions',0,''),(439,-1,'diagnostic_doupload_text','cphelptext','On this screen you are shown the results of the Upload Settings test. The relevant PHP settings are listed, and if there are any errors they will be listed.<br /><br />\r\n\r\nFor more information on the various PHP settings, please visit the following links:<br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.file-uploads\" target=\"_blank\">file_uploads</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.open-basedir\" target=\"_blank\">open_basedir</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.safe-mode\" target=\"_blank\">safe_mode</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.upload-tmp-dir\" target=\"_blank\">upload_tmp_dir</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.upload-max-filesize\" target=\"_blank\">upload_max_filesize</a><br />','vbulletin','vBulletin Solutions',0,''),(440,-1,'diagnostic_doupload_title','cphelptext','Upload Settings Results','vbulletin','vBulletin Solutions',0,''),(441,-1,'diagnostic_doversion_text','cphelptext','All files listed below are suspected to be for different versions of vBulletin than the version you are running. You should overwrite the files listed below with the original files from the vBulletin zip file for your version.','vbulletin','vBulletin Solutions',0,''),(442,-1,'diagnostic_doversion_title','cphelptext','Suspect File Versions','vbulletin','vBulletin Solutions',0,''),(443,-1,'diagnostic_list_text','cphelptext','On this page you can run several diagnostics to try and troubleshoot file uploading and email distribution. Additionally you can view three different sets of system information. More information is available below.','vbulletin','vBulletin Solutions',0,''),(444,-1,'diagnostic_list_title','cphelptext','Running Diagnostic Tests','vbulletin','vBulletin Solutions',0,''),(445,-1,'diagnostic_list_attachfile_text','cphelptext','For this test, you need to select a file to upload to the server. This file will be removed immediately after the test is completed and it will not be stored on the server for more than about 1/2 second. After you select a file, press the Submit button to run the test.','vbulletin','vBulletin Solutions',0,''),(446,-1,'diagnostic_list_attachfile_title','cphelptext','Filename','vbulletin','vBulletin Solutions',0,''),(447,-1,'diagnostic_list_emailaddress_text','cphelptext','In this test, you must enter a valid email address to send a test email to. After you do so and click Submit, vBulletin will attempt to email the address and will show the results, noting errors, if any, that occurred.','vbulletin','vBulletin Solutions',0,''),(448,-1,'diagnostic_list_emailaddress_title','cphelptext','Email','vbulletin','vBulletin Solutions',0,''),(449,-1,'diagnostic_list_type_text','cphelptext','For this section, select from one of three sets of information to view: Table Status (if you are running MySQL 3.23 or higher), MySQL Status, and MySQL Variables. (see <a href=\"help.php?do=answer&page=diagnostic&pageaction=dosysinfo\">System Information Results</a>)','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(450,-1,'diagnostic_list_type_title','cphelptext','View...','vbulletin','vBulletin Solutions',0,''),(451,-1,'diagnostic_payments_text','cphelptext','This page tests your active payment processors to make sure they are working with the parameters you have set in the <a href=\"subscriptions.php?do=api\" target=\"_blank\">Payment API Manager</a>. If anything below fails, then that means the corresponding payment processor is not currently working with your forum - that means you either set the wrong parameters for that processor or something is wrong with the processor itself.','vbulletin','vBulletin Solutions',0,''),(452,-1,'diagnostic_payments_title','cphelptext','Test Communication','vbulletin','vBulletin Solutions',0,''),(453,-1,'email_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Emailing Users:</b><br />\r\nThe email pages in the Users tab of the Admin CP allow you to send mass emails and generate mailing lists based on the same search criteria you use to search for users on the <a href=\"user.php?do=modify\" target=\"_blank\">Search for Users</a> page.<br /><br />\r\n\r\nYou can email users on the <a href=\"email.php?do=start\" target=\"_blank\">Send Email to Users</a> page and you can generate a mailing list of email addresses on the <a href=\"email.php?do=genlist\" target=\"_blank\">Generate Mailing List</a> page. Both pages use the same search criteria. vBulletin emails / includes in the mailing list only users whose profiles match the search criteria you specify. One obvious application of these email features is to send out mass emails notifying your members of updates to your forums. Other applications include sending warning emails to inactive users before you prune their accounts or otherwise deal with them.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(454,-1,'email_title','cphelptext','About Emailing Users','vbulletin','vBulletin Solutions',0,''),(455,-1,'email_genlist_text','cphelptext','From here, you select criteria to produce a list of user email addresses. This list can then be used in another program, such as Outlook, to email your users. The criteria are described below.<br /><br />\r\nKeep in mind all criteria are cumulative; that is, if you enter a username string to match and select a usergroup, users that match the username string AND are in the selected group will be found, but those that match only one of the above will not.','vbulletin','vBulletin Solutions',0,''),(456,-1,'email_genlist_title','cphelptext','Generating a List of User Emails','vbulletin','vBulletin Solutions',0,''),(457,-1,'email_genlist_septext_text','cphelptext','Enter the character or text that addresses should be separated by. What this needs to be is dependant on what program you will be feeding these addresses to. This is a space by default, but you may wish to produce, for example, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes). In most email programs, a comma or semi-colon followed by a space is needed. Your needs may differ, however. To make each address be on a new line, press Enter in the text box.','vbulletin','vBulletin Solutions',0,''),(458,-1,'email_genlist_septext_title','cphelptext','Text To Separate Addresses By','vbulletin','vBulletin Solutions',0,''),(459,-1,'email_genlist_start_username_text','cphelptext','The usernames of those who will be emailed must contain the phrase entered in this box. By \"phrase\", we mean a string of characters. They do not have to make a word but they must be exactly how they appear in the user(s) name(s).<br /><br />\r\nFor example, the string <i>exam</i> would match <i>example</i>, <i>anexample</i>, and <i>theexam</i>, but not <i>exsiam</i>.','vbulletin','vBulletin Solutions',0,''),(460,-1,'email_genlist_start_username_title','cphelptext','User Name Contains','vbulletin','vBulletin Solutions',0,''),(461,-1,'email_genlist_start_usergroupid_text','cphelptext','Users must be in the specified group to be emailed if you select a usergroup here.','vbulletin','vBulletin Solutions',0,''),(462,-1,'email_genlist_start_usergroupid_title','cphelptext','Usergroup Is','vbulletin','vBulletin Solutions',0,''),(463,-1,'email_genlist_start_membergroup_text','cphelptext','If the users to be emailed should belong to any other usergroups, check them off here.<br />\r\n<br />\r\nUsers must belong to all groups that are selected!','vbulletin','vBulletin Solutions',1158055699,'3.6.1'),(464,-1,'email_genlist_start_membergroup_title','cphelptext','Also Belongs to Usergroups','vbulletin','vBulletin Solutions',0,''),(465,-1,'email_genlist_start_adminemail_text','cphelptext','Enabling this option will send emails to users who have chosen not to receive emails.','vbulletin','vBulletin Solutions',0,''),(466,-1,'email_genlist_start_adminemail_title','cphelptext','Include users that have declined admin emails?','vbulletin','vBulletin Solutions',0,''),(467,-1,'email_genlist_start_email_text','cphelptext','The user\'s email address must contain the string entered here. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(468,-1,'email_genlist_start_email_title','cphelptext','Email Contains','vbulletin','vBulletin Solutions',0,''),(469,-1,'email_genlist_start_parentemail_text','cphelptext','If the user(s) you are looking for are of the COPPA variety, they will have had to enter their parent\'s email for verification. If this is the case, enter the string to find in their parent\'s email address here. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(470,-1,'email_genlist_start_parentemail_title','cphelptext','Parent\'s Email Contains','vbulletin','vBulletin Solutions',0,''),(471,-1,'email_genlist_start_coppauser_text','cphelptext','If this is set to Yes, the user(s) found will all be COPPA users; that is, under 13. Set this to No to not find COPPA users, or leave it blank to find both.','vbulletin','vBulletin Solutions',0,''),(472,-1,'email_genlist_start_coppauser_title','cphelptext','Is COPPA User','vbulletin','vBulletin Solutions',0,''),(473,-1,'email_genlist_start_homepage_text','cphelptext','Enter the string that the user\'s homepage must contain. Users without a homepage URL entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(474,-1,'email_genlist_start_homepage_title','cphelptext','Homepage Contains','vbulletin','vBulletin Solutions',0,''),(475,-1,'email_genlist_start_icq_text','cphelptext','Since ICQ Numbers naturally contain only numbers, you must enter a string of number(s) here. Users without an ICQ number entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(476,-1,'email_genlist_start_icq_title','cphelptext','ICQ Number Contains','vbulletin','vBulletin Solutions',0,''),(477,-1,'email_genlist_start_aim_text','cphelptext','Enter the string of characters the user\'s AIM handle, or screen name, must contain. Users without an AIM screen name are automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(478,-1,'email_genlist_start_aim_title','cphelptext','AIM Handle Contains','vbulletin','vBulletin Solutions',0,''),(479,-1,'email_genlist_start_yahoo_text','cphelptext','Enter the string that the user\'s Yahoo Messenger Handle must contain. Users without a Yahoo Messenger Handle entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(480,-1,'email_genlist_start_yahoo_title','cphelptext','Yahoo Messenger Handle Contains','vbulletin','vBulletin Solutions',0,''),(481,-1,'email_genlist_start_msn_text','cphelptext','Enter the string that the user\'s MSN ID must contain. Users without an MSN ID entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(482,-1,'email_genlist_start_msn_title','cphelptext','MSN ID','vbulletin','vBulletin Solutions',0,''),(483,-1,'email_genlist_start_skype_text','cphelptext','Enter the string that the user\'s Skype name must contain. Users without a Skype name entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(484,-1,'email_genlist_start_skype_title','cphelptext','Skype Name','vbulletin','vBulletin Solutions',1199284612,'3.7.0 Beta 4'),(485,-1,'email_genlist_start_signature_text','cphelptext','Enter the string that the user\'s signature must contain. Users without a signature will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(486,-1,'email_genlist_start_signature_title','cphelptext','Signature Contains','vbulletin','vBulletin Solutions',0,''),(487,-1,'email_genlist_start_usertitle_text','cphelptext','Enter the text that the user\'s title must contain. This is applicable even if you don\'t allow custom user titles, since the user title of every user is stored with their username, so default group titles would be searched as well. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(488,-1,'email_genlist_start_usertitle_title','cphelptext','User Title Contains','vbulletin','vBulletin Solutions',0,''),(489,-1,'email_genlist_start_joindateafter_text','cphelptext','Enter the date the user must have joined after to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is Before criteria to create a finite range of join dates. Keep in mind that if you use them together, that this date must be BEFORE the Join Date is Before date, or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=joindatebefore\">Join Date is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(490,-1,'email_genlist_start_joindateafter_title','cphelptext','Join Date is After','vbulletin','vBulletin Solutions',0,''),(491,-1,'email_genlist_start_joindatebefore_text','cphelptext','The user must have joined before this date to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is After criteria to create a finite range of join dates. Keep in mind that if you use them together, this date must be AFTER the Join Date is After date, or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=joindateafter\">Join Date is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(492,-1,'email_genlist_start_joindatebefore_title','cphelptext','Join Date is Before','vbulletin','vBulletin Solutions',0,''),(493,-1,'email_genlist_start_lastactivityafter_text','cphelptext','The user must have loaded a forum page after this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the \"Last Activity is Before\" criteria to create a range of active dates.','vbulletin','vBulletin Solutions',0,''),(494,-1,'email_genlist_start_lastactivityafter_title','cphelptext','Last Activity is After','vbulletin','vBulletin Solutions',0,''),(495,-1,'email_genlist_start_lastactivitybefore_text','cphelptext','The user must have loaded a forum page before this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the \"Last Activity is After\" criteria to create a range of active dates.','vbulletin','vBulletin Solutions',0,''),(496,-1,'email_genlist_start_lastactivitybefore_title','cphelptext','Last Activity is Before','vbulletin','vBulletin Solutions',0,''),(497,-1,'email_genlist_start_lastpostafter_text','cphelptext','The user\'s most recent post must have been made after this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 15:02:12 would find all users who last posted after August 30, 2002 at 3:02:12 PM. This criteria can be used in conjunction with the Last Post is Before criteria to create a finite range of last post dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Post is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastpostbefore\">Last Post is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(498,-1,'email_genlist_start_lastpostafter_title','cphelptext','Last Post is After','vbulletin','vBulletin Solutions',0,''),(499,-1,'email_genlist_start_lastpostbefore_text','cphelptext','The user\'s last post must be before this date and time for the user to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 20:22:02 would find all users who last posted before August 30, 2002 at 8:22:02 PM. This criteria can be used in conjunction with the Last Post is After criteria to create a finite range of last post dates. Keep in mind that if you do use both, this date and time must be AFTER the Last Post is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastpostafter\">Last Post is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(500,-1,'email_genlist_start_lastpostbefore_title','cphelptext','Last Post is Before','vbulletin','vBulletin Solutions',0,''),(501,-1,'email_genlist_start_birthdayafter_text','cphelptext','Enter the date that the user\'s birthday must be after to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. Users without a birthday entered will be automatically excluded from the results of this search. This criteria can be used in conjunction with the Birthday is Before criteria to create a finite range of birthday dates. Keep in mind that if you use both, this date must be BEFORE the Birthday is Before date or it will not find any users! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=birthdaybefore\">Birthday is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(502,-1,'email_genlist_start_birthdayafter_title','cphelptext','Birthday is After','vbulletin','vBulletin Solutions',0,''),(503,-1,'email_genlist_start_birthdaybefore_text','cphelptext','This is the date the user\'s birthday must be before to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. This criteria can be used in conjunction with the Birthday is After criteria to create a finite range of birthday dates. Keep in mind that if you use them together, this date must be AFTER the Birthday is After criteria or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=birthdayafter\">Birthday is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(504,-1,'email_genlist_start_birthdaybefore_title','cphelptext','Birthday is Before','vbulletin','vBulletin Solutions',0,''),(505,-1,'email_genlist_start_postslower_text','cphelptext','The user must have at least this many posts to be found. This criteria can be used in conjunction with the Number of Posts is Less Than criteria. Keep in mind that if you use both, this number must be LESS than the Number of Posts is Less Than number for any users to be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=postsupper\">Number of Posts is Less Than</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(506,-1,'email_genlist_start_postslower_title','cphelptext','Number of Posts is Greater Than or Equal To','vbulletin','vBulletin Solutions',0,''),(507,-1,'email_genlist_start_postsupper_text','cphelptext','The user must have less than this number of posts in order to be found. This criteria can be used in conjunction with the Number of Posts is Greater Than or Equal To criteria. Keep in mind that if you do use both, this number must be MORE than the Number of Posts is Greater Than number for any users to be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=postslower\">Number of Posts is Greater Than or Equal To</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(508,-1,'email_genlist_start_postsupper_title','cphelptext','Number of Posts is Less Than','vbulletin','vBulletin Solutions',0,''),(509,-1,'email_genlist_start_reputationlower_text','cphelptext','The user must have at least this number of reputation points in order to be found. This criteria can be used in conjunction with the Reputation is Less Than criteria to create a finite range of reputation points to be found. Keep in mind that if you do use both, this number must be LESS than the Reputation is Less Than number or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=reputationupper\">Reputation is Less Than</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(510,-1,'email_genlist_start_reputationlower_title','cphelptext','Reputation is Greater Than or Equal To','vbulletin','vBulletin Solutions',0,''),(511,-1,'email_genlist_start_reputationupper_text','cphelptext','The user must have less than this many reputation points to be found. This criteria can be used in conjunction with the Reputation is Greater Than or Equal To criteria to create a finite range of reputation points to find. Keep in mind that if you do use both, this number must be MORE than the Reputation is Greater Than number or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=reputationlower\">Reputation is Greater Than or Equal To</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(512,-1,'email_genlist_start_reputationupper_title','cphelptext','Reputation is Less Than','vbulletin','vBulletin Solutions',0,''),(513,-1,'email_genlist_start_warningslower_text','cphelptext','Enter the minimum amount of Warnings that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1199284779,'3.7.0 Beta 4'),(514,-1,'email_genlist_start_warningslower_title','cphelptext','Warnings are greater than or equal to','vbulletin','vBulletin Solutions',1199284779,'3.7.0 Beta 4'),(515,-1,'email_genlist_start_warningsupper_text','cphelptext','Enter the maximum amount of Warnings that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1199284811,'3.7.0 Beta 4'),(516,-1,'email_genlist_start_warningsupper_title','cphelptext','Warnings are less than','vbulletin','vBulletin Solutions',1199284811,'3.7.0 Beta 4'),(517,-1,'email_genlist_start_infractionslower_text','cphelptext','Enter the minimum amount of Infractions that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1199284953,'3.7.0 Beta 4'),(518,-1,'email_genlist_start_infractionslower_title','cphelptext','Infractions are greater than or equal to','vbulletin','vBulletin Solutions',1199284884,'3.7.0 Beta 4'),(519,-1,'email_genlist_start_infractionsupper_text','cphelptext','Enter the maximum amount of Infractions that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1199284932,'3.7.0 Beta 4'),(520,-1,'email_genlist_start_infractionsupper_title','cphelptext','Infractions are less than','vbulletin','vBulletin Solutions',1199284932,'3.7.0 Beta 4'),(521,-1,'email_genlist_start_pointslower_text','cphelptext','Enter the minimum amount of Infraction Points that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1199285007,'3.7.0 Beta 4'),(522,-1,'email_genlist_start_pointslower_title','cphelptext','Infraction Points are greater than or equal to','vbulletin','vBulletin Solutions',1199285007,'3.7.0 Beta 4'),(523,-1,'email_genlist_start_pointsupper_text','cphelptext','Enter the maximum amount of Infraction Points that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1201172436,'3.7.0 Beta 5'),(524,-1,'email_genlist_start_pointsupper_title','cphelptext','Infraction Points are less than','vbulletin','vBulletin Solutions',1199285055,'3.7.0 Beta 4'),(525,-1,'email_genlist_start_useridlower_text','cphelptext','Use this option to list users with User IDs greater or equal to the value entered.','vbulletin','vBulletin Solutions',1207657111,'3.7.0 Release Candidate 3'),(526,-1,'email_genlist_start_useridlower_title','cphelptext','User ID is greater than or equal to','vbulletin','vBulletin Solutions',1207657111,'3.7.0 Release Candidate 3'),(527,-1,'email_genlist_start_useridupper_text','cphelptext','Enter a number here in order to match users whose User ID is less than the specified value.','vbulletin','vBulletin Solutions',1207657452,'3.7.0 Release Candidate 3'),(528,-1,'email_genlist_start_useridupper_title','cphelptext','User ID is less than','vbulletin','vBulletin Solutions',1207657452,'3.7.0 Release Candidate 3'),(529,-1,'email_genlist_start_ipaddress_text','cphelptext','Enter a number in this field to search by IP address. It can be a full IP address (such as 24.23.120.15) or a partial (such as 24.23.120). In the case of a partial, it would match users with any number(s) for the last block.','vbulletin','vBulletin Solutions',0,''),(530,-1,'email_genlist_start_ipaddress_title','cphelptext','IP Address Contains','vbulletin','vBulletin Solutions',0,''),(531,-1,'email_start_text','cphelptext','On this screen you select criteria to determine who your email is sent to. These criteria are described below.<br /><br />\r\nKeep in mind all criteria are cumulative; that is, if you enter a username string to match and select a usergroup, users that match the username string AND are in the selected group will be found, but those that match only one of the above will not.','vbulletin','vBulletin Solutions',0,''),(532,-1,'email_start_title','cphelptext','Mass Emailing Users','vbulletin','vBulletin Solutions',0,''),(533,-1,'email_start_test_text','cphelptext','If this is set to Yes, no one will actually be emailed, but vBulletin will proceed as if they were, showing you who would be sent an email.','vbulletin','vBulletin Solutions',0,''),(534,-1,'email_start_test_title','cphelptext','Just a Test','vbulletin','vBulletin Solutions',0,''),(535,-1,'email_start_perpage_text','cphelptext','This is the number of messages to be sent in a batch. Unless you run your own server, it is recommended this is set to 100 or less. Even if you do run your own server, unless it is not very busy, you should keep this relatively low.','vbulletin','vBulletin Solutions',0,''),(536,-1,'email_start_perpage_title','cphelptext','Messages to Send at Once','vbulletin','vBulletin Solutions',0,''),(537,-1,'email_start_from_text','cphelptext','This is the address that the email is to be from. The email address set as the webmaster\'s address is pre-filled in, but you can enter any address you wish here.','vbulletin','vBulletin Solutions',0,''),(538,-1,'email_start_from_title','cphelptext','From','vbulletin','vBulletin Solutions',0,''),(539,-1,'email_start_subject_text','cphelptext','Enter the subject line of the email here.','vbulletin','vBulletin Solutions',0,''),(540,-1,'email_start_subject_title','cphelptext','Subject','vbulletin','vBulletin Solutions',0,''),(541,-1,'email_start_message_text','cphelptext','This is the message to be sent to your users. Within the message, you may use the following special words, or variables, that will be replaced with the correct information for each user when the email is sent.<br />\r\n<b>$userid</b>: This is the user\'s userid. Normally this won\'t mean much to a user, but if you are, for example, sending an email telling users what their referrer link is, you would need to include the userid like this:<br />\r\nwww.mysite.com/myvb/index.php?referrerid=$userid<br />\r\nwhich would then give the user credit if another user follows that link and registers.<br />\r\n<b>$activateid</b> and <b>$activatelink</b> are only applicable if you have Email Verification turned on and the user has not verified their address yet. $activatelink is the link that the user needs to visit to activate their account. $activateid would be used if you are manually typing out that link, otherwise it is of no use.<br />\r\n<b>$username</b>: If you want to personalize the email, or remind the user what their username is, use this variable.<br />\r\n<b>$email</b>: This is the email address on file for the user. It is useful if you wish to include a line to the effect of<br />\r\nThis email was sent to $emailaddress which was used to register an account at the vBulletin Community Forums.<br />\r\nPlease note you <b>can not</b> send passwords in emails because they are now encrypted in the database. You can, if you wish, direct users to the Lost Password page which is located at<br />\r\nhttp://www.yoursite.com/yourvb/login.php?do=lostpw','vbulletin','vBulletin Solutions',1219837553,'3.8.0 Alpha 1'),(542,-1,'email_start_message_title','cphelptext','Message','vbulletin','vBulletin Solutions',0,''),(543,-1,'faq_text','cphelptext','<b>FAQs:</b><br />\r\nThe vBulletin FAQ system allows you to create infinitely nestable sets of entries, or questions, and additionally allows end-users to search the FAQs. FAQs are typically a collection of Frequently Asked Questions, while vBulletin\'s FAQ system is something of a FAQ / Knowledge Base hybrid because of its searchability.<br /><br />\r\n\r\nvBulletin ships with a number of default sets and entries that are focused on using vBulletin from the end-user\'s perspective. You may wish to add additional FAQs that answer questions about your specific forum configuration - forum permissions for example.<br /><br />\r\n\r\nThe FAQ system also supports multiple languages. Each FAQ entry can have a translation for each language in the <a href=\"language.php?do=modify\" target=\"_blank\">Language Manager</a>. When a user loads a FAQ page vBulletin will display its FAQ entries in the language in which the current logged in user is viewing your forums.','vbulletin','vBulletin Solutions',1204936623,'3.7.0 Release Candidate 1'),(544,-1,'faq_title','cphelptext','About FAQs','vbulletin','vBulletin Solutions',0,''),(545,-1,'faq_add_text','cphelptext','On this screen, you add a new FAQ entry or set. The options are described below.','vbulletin','vBulletin Solutions',0,''),(546,-1,'faq_add_title','cphelptext','Adding FAQ Entries and Sets','vbulletin','vBulletin Solutions',0,''),(547,-1,'faq_add_product_text','cphelptext','This controls what product this FAQ is associated with. You do not need to worry about this option unless you are planning on making an addon for vBulletin to be released.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(548,-1,'faq_add_product_title','cphelptext','Product','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(549,-1,'faq_add_faq_text','cphelptext','This is a short name for the FAQ and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.','vbulletin','vBulletin Solutions',1205940980,'3.7.0 Release Candidate 1'),(550,-1,'faq_add_faq_title','cphelptext','Short Name','vbulletin','vBulletin Solutions',0,''),(551,-1,'faq_add_edit_faqparent_text','cphelptext','Any entry or set in the FAQ can be the parent for another item. Set the parent of this item here.','vbulletin','vBulletin Solutions',0,''),(552,-1,'faq_add_edit_faqparent_title','cphelptext','Parent FAQ Item','vbulletin','vBulletin Solutions',0,''),(553,-1,'faq_add_edit_deftitle_text','cphelptext','This is the title of the entry or set.<br /><br />\r\n\r\nFor entries, it can also be thought of as the \"Question\", which the \"Text\" answers. It does not have to be unique, but should be unique to this set of entries to minimize confusion.<br /><br />\r\n\r\nFor sets, it should be descriptive of what kind of questions are in the set.','vbulletin','vBulletin Solutions',0,''),(554,-1,'faq_add_edit_deftitle_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(555,-1,'faq_add_edit_deftext_text','cphelptext','This is the \"answer\" to the \"question\" (aka Title) of the entry. It should be viewed as a template in that you must use HTML for formatting such as line breaks.\r\n\r\nIf this is a set, this is the description of the set.','vbulletin','vBulletin Solutions',0,''),(556,-1,'faq_add_edit_deftext_title','cphelptext','Text','vbulletin','vBulletin Solutions',0,''),(557,-1,'faq_add_edit_displayorder_text','cphelptext','This determines the order in which entries for a particular set are displayed. If you use 0, this FAQ entry will not be displayed, though entries within will still be accessible if their URL is known.','vbulletin','vBulletin Solutions',1228218349,'4.0.0 Alpha 1'),(558,-1,'faq_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(559,-1,'faq_add_edit_1_text','cphelptext','The Title and Text options above are the \"default\" text for this set or entry. If you have additional languages setup on your forum, you can enter a translation for the Title and Text for each language you have installed. This is optional. If nothing is entered, the default above will be used.','vbulletin','vBulletin Solutions',0,''),(560,-1,'faq_add_edit_1_title','cphelptext','Languages','vbulletin','vBulletin Solutions',0,''),(561,-1,'faq_delete_text','cphelptext','This page allows you to delete this FAQ. Click the \"Yes\" button below to perform the deletion.<br /><br />\r\n\r\nAny children of this FAQ will be deleted as well. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(562,-1,'faq_delete_title','cphelptext','Delete FAQ','vbulletin','vBulletin Solutions',0,''),(563,-1,'faq_edit_text','cphelptext','This screen allows you to modify each option for the selected FAQ entry or set. Options are described below.','vbulletin','vBulletin Solutions',0,''),(564,-1,'faq_edit_title','cphelptext','Editing FAQ Entries and Sets','vbulletin','vBulletin Solutions',0,''),(565,-1,'faq_modify_text','cphelptext','To view the existing FAQ sets, select Modify under FAQ Sets & Entries from the left navigation bar.<br /><br />\r\n\r\nYou start at the top level of the FAQ. At the very top it says \"FAQ\" - this will expand to become a navigation bar as you drill down into the FAQ levels. Below this is a list of the top two levels of your FAQ structure. To view lower levels, click the parent of the level you wish to view. For example, under vBulletin FAQ, click User Maintenance to view all entries associated with that topic, and child sets (if any). Or, click vBulletin FAQ to view the entries associated with all three children of vBulletin FAQ.<br /><br />\r\n\r\nYou can edit the properties of a a set or entry from here by clicking edit across from the item name. (see <a href=\"help.php?do=answer&page=faq&pageaction=edit\">Editing FAQ Entries and Sets</a>)<br /><br />\r\n\r\nYou can add additional sets or sub-sets. To do so, click Add in the left nav bar, or click Add Child across from the item you wish to add an item under. (see <a href=\"help.php?do=answer&page=faq&pageaction=add\">Adding FAQ Entries and Sets</a>)','vbulletin','vBulletin Solutions',1205941222,'3.7.0 Release Candidate 1'),(566,-1,'faq_modify_title','cphelptext','FAQ Administration','vbulletin','vBulletin Solutions',0,''),(567,-1,'forum_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Forums:</b><br />\r\nThere are two kinds of forums, a forum and a category. Forums can allow new topics and posts while categories cannot. Categories are used to group forums by topic. Forums of related topics are typically created as children of a parent category to group them by topic.<br /><br />\r\n\r\nWhen adding / editing a forum there is an option called \"Act as Forum\". When this option is set to \"Yes\" the forum will act as a forum. When this option is set to \"No\" the forum will act as a category.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(568,-1,'forum_title','cphelptext','Forum Title','vbulletin','vBulletin Solutions',1275685613,'4.0.4'),(569,-1,'forum_add_text','cphelptext','Options on this page are listed below.','vbulletin','vBulletin Solutions',0,''),(570,-1,'forum_add_title','cphelptext','Adding a Forum','vbulletin','vBulletin Solutions',0,''),(571,-1,'forum_add_edit_title_text','cphelptext','This is the title of the new forum. You may use HTML in this, but be aware this will also be used as the title of the page. Since HTML formatting is not valid in the title of a page, it will be shown as plain text, and will look odd.','vbulletin','vBulletin Solutions',0,''),(572,-1,'forum_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(573,-1,'forum_add_edit_description_text','cphelptext','This description is shown under the forum name on your forums home page, and on the forums listing page (forumdisplay.php).','vbulletin','vBulletin Solutions',0,''),(574,-1,'forum_add_edit_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',0,''),(575,-1,'forum_add_edit_link_text','cphelptext','If you enter a URL in this box, the forum will not be a real forum. Instead it will simply be a link to the URL you enter.','vbulletin','vBulletin Solutions',0,''),(576,-1,'forum_add_edit_link_title','cphelptext','Link to other page','vbulletin','vBulletin Solutions',0,''),(577,-1,'forum_add_edit_displayorder_text','cphelptext','This determines the order in which forums are displayed anywhere they are listed. If you set this to 0, the forum will not be displayed to end-users anywhere unless the user manually types in the URL to access it.','vbulletin','vBulletin Solutions',0,''),(578,-1,'forum_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(579,-1,'forum_add_edit_parentid_text','cphelptext','If you want this to be a subforum of another forum, select that forum from this list. If not, select (No One).','vbulletin','vBulletin Solutions',0,''),(580,-1,'forum_add_edit_parentid_title','cphelptext','Parent Forum','vbulletin','vBulletin Solutions',0,''),(581,-1,'forum_add_edit_daysprune_text','cphelptext','This determines how many days worth of topics are shown on forumdisplay. The value chosen here will be used by guests as well as forum members that leave this option set to \"Forum Default\" in their settings. Users can also change this temporarily by using the controls at the bottom of forumdisplay.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(582,-1,'forum_add_edit_daysprune_title','cphelptext','Default View Age','vbulletin','vBulletin Solutions',0,''),(583,-1,'forum_add_edit_defaultsortfield_text','cphelptext','This controls the field that topics are sorted using by default. Users may still selectively override this setting and resort using the controls at the bottom of the topic list.<br />\r\n<br />\r\nNote that to select sorting by topic rating, ratings must be enabled for this forum. If they are not, the forum will be sorted by last post.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(584,-1,'forum_add_edit_defaultsortfield_title','cphelptext','Default Sort Field','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(585,-1,'forum_add_edit_defaultsortorder_text','cphelptext','This controls the order that topics are shown in by default. Users may still selectively override this setting and resort using the controls at the bottom of the topic list.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(586,-1,'forum_add_edit_defaultsortorder_title','cphelptext','Default Sort Order','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(587,-1,'forum_add_edit_showprivate_text','cphelptext','Select \'No\' here will hide this forum from users who are not allowed to access it. Users who do have permission to access them will have to log in before they can see these forums too.<br />\r\n<br />\r\nEither of the yes options will allow users to see this forum if they don\'t have access to it. The ability to see the forum\'s post count is controlled by the two yes options. If the forum is passworded, it is treated as a private forum until the user enters the valid password.<br />\r\n<br />\r\nSetting this option to \'Use Default\' will use the setting in Forum Display Listings Options for this forum.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(588,-1,'forum_add_edit_showprivate_title','cphelptext','Show Private Forum','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(589,-1,'forum_add_edit_newpostemail_text','cphelptext','Enter the email address(es) of anyone who should be notified when a new post is made in this forum. Separate multiple addresses with a space. It is suggested that you do not enter moderators\' email addresses here - you can select whether or not a moderator receives email notifications when adding that moderator.','vbulletin','vBulletin Solutions',0,''),(590,-1,'forum_add_edit_newpostemail_title','cphelptext','Email addresses to notify when there is a new post','vbulletin','vBulletin Solutions',0,''),(591,-1,'forum_add_edit_newthreademail_text','cphelptext','Enter the email address(es) of anyone who should be notified when a new topic is made in this forum. Separate multiple addresses with a space. It is suggested that you do not enter moderators\' email addresses here - you can select whether or not a moderator receives email notifications when adding that moderator. If you add a user\'s email address to both the \"Post\" and \"Thread\" email notifications, that person will receive two emails when a new topic is started.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(592,-1,'forum_add_edit_newthreademail_title','cphelptext','Email addresses to notify when there is a new topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(593,-1,'forum_add_edit_moderatenewpost_text','cphelptext','If this option is enabled, then posts will not show up in this forum until a moderator approves them.','vbulletin','vBulletin Solutions',0,''),(594,-1,'forum_add_edit_moderatenewpost_title','cphelptext','Moderate Posts','vbulletin','vBulletin Solutions',0,''),(595,-1,'forum_add_edit_moderatenewthread_text','cphelptext','Determines whether topics will require a moderator to approve them before being displayed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(596,-1,'forum_add_edit_moderatenewthread_title','cphelptext','Topic Moderation Queue','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(597,-1,'forum_add_edit_moderateattach_text','cphelptext','Determines whether new attachments will require a moderator to approve them before being displayed. If you have this set to Yes and Moderator Queue set to No, until the attachment is approved the post will be displayed with a message indicating that the attachment has successfully been posted but requires moderation.','vbulletin','vBulletin Solutions',0,''),(598,-1,'forum_add_edit_moderateattach_title','cphelptext','Attachment Queue','vbulletin','vBulletin Solutions',0,''),(599,-1,'forum_add_edit_styleid_text','cphelptext','You can select which style to use for this forum. This will override the Default forum style if selected.','vbulletin','vBulletin Solutions',0,''),(600,-1,'forum_add_edit_styleid_title','cphelptext','Custom Style for this Forum','vbulletin','vBulletin Solutions',0,''),(601,-1,'forum_add_edit_styleoverride_text','cphelptext','Selecting this will force the custom style you selected above to be used instead of the style a user has chosen to browse with.','vbulletin','vBulletin Solutions',0,''),(602,-1,'forum_add_edit_styleoverride_title','cphelptext','Override Users Custom Styles','vbulletin','vBulletin Solutions',0,''),(603,-1,'forum_add_edit_imageprefix_text','cphelptext','Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.<br />\r\n<br />\r\nThis prefix must only contain alphanumerical characters, though the following are also allowed <em>- _ / .</em>, a folder name is also acceptable to be placed within the status icon directory.<br />\r\n<br />\r\nThe following images are currently in use for status icons, you will need to create images with the specified prefix to match.\r\n<ul>\r\n<li>forum_link-48.png</li>\r\n<li>forum_new-48.png</li>\r\n<li>forum_new_lock-48.png</li>\r\n<li>forum_old-48.png</li>\r\n<li>forum_old_lock-48.png</li>\r\n</ul>','vbulletin','vBulletin Solutions',1285026885,'4.0.8'),(604,-1,'forum_add_edit_imageprefix_title','cphelptext','Prefix for Forum Status Images','vbulletin','vBulletin Solutions',1191578675,'3.7.0 Beta 1'),(605,-1,'forum_add_edit_password_text','cphelptext','If you set a password, a user will be required to enter that password before being allowed to enter this forum. The user must have cookies turned on to enter a password-protected forum. This password will be inherited by subforums unless those subforums have Can Have Password set to No. If a user knows the password but is in a usergroup that is not allowed to access that forum, the user will <i>not</i> be allowed to access it.','vbulletin','vBulletin Solutions',0,''),(606,-1,'forum_add_edit_password_title','cphelptext','Password to Access','vbulletin','vBulletin Solutions',0,''),(607,-1,'forum_add_edit_canhavepassword_text','cphelptext','If you set this to Yes, moderators will be able to set a password for this forum (even if you have given them the ability to do so in general). You as the administrator can still manually set a password for this forum, but unless you do so, if this option is set to Yes, it will not be password-protected even if parent forums are.','vbulletin','vBulletin Solutions',1147897987,'3.6.0 Beta 1'),(608,-1,'forum_add_edit_canhavepassword_title','cphelptext','Can Have Password','vbulletin','vBulletin Solutions',0,''),(609,-1,'forum_add_edit_cancontainthreads_text','cphelptext','If you set this to No, this forum will act as a category (that is, a non-posting forum that only exists to group other forums).','vbulletin','vBulletin Solutions',0,''),(610,-1,'forum_add_edit_cancontainthreads_title','cphelptext','Act as Forum','vbulletin','vBulletin Solutions',0,''),(611,-1,'forum_add_edit_active_text','cphelptext','This is equivalent to setting Display Order to 0, in that the forum will not be displayed anywhere but can still be accessed by typing in the URL manually.','vbulletin','vBulletin Solutions',0,''),(612,-1,'forum_add_edit_active_title','cphelptext','Is Active','vbulletin','vBulletin Solutions',0,''),(613,-1,'forum_add_edit_allowposting_text','cphelptext','This allows you to create a forum that acts as an archive - no one will be allowed to post to it, but you can still move topics into it.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(614,-1,'forum_add_edit_allowposting_title','cphelptext','Open for New Posts','vbulletin','vBulletin Solutions',0,''),(615,-1,'forum_add_edit_indexposts_text','cphelptext','If this is set to No, posts made in this forum from this point on will <i>not</i> be indexed by the search engine. Such posts will not able to be searched for. This is desirable if you have a \"Testing\" type forum, or a forum that is chit-chat that you don\'t want indexed.','vbulletin','vBulletin Solutions',0,''),(616,-1,'forum_add_edit_indexposts_title','cphelptext','New Posts are Indexed by Search Engine','vbulletin','vBulletin Solutions',0,''),(617,-1,'forum_add_edit_allowhtml_text','cphelptext','This allows users to use HTML while posting. It is <b>strongly recommended</b> that you DO NOT turn this on as it can severely compromise security and/or severely mess up layout if users insert malformed HTML. Even if you set this to Yes, users still cannot use certain tags, including javascript: and about:.','vbulletin','vBulletin Solutions',0,''),(618,-1,'forum_add_edit_allowhtml_title','cphelptext','Allow HTML Code in posts','vbulletin','vBulletin Solutions',0,''),(619,-1,'forum_add_edit_allowbbcode_text','cphelptext','This will allow users to use BB code in their posts. Setting this to Yes will not allow users to use the IMG code unless the below option is set to Yes.','vbulletin','vBulletin Solutions',1206964412,'3.7.0 Release Candidate 2'),(620,-1,'forum_add_edit_allowbbcode_title','cphelptext','Allow BB code in posts','vbulletin','vBulletin Solutions',1206964420,'3.7.0 Release Candidate 2'),(621,-1,'forum_add_edit_allowimages_text','cphelptext','This allows users to display images inline on the showthread page. If you set this to No, a link to the image will be displayed instead of showing the actual image.','vbulletin','vBulletin Solutions',0,''),(622,-1,'forum_add_edit_allowimages_title','cphelptext','Allow BB IMG Code in posts','vbulletin','vBulletin Solutions',0,''),(623,-1,'forum_add_edit_allowsmilies_text','cphelptext','Setting this to Yes will allow your users to type things such as :) and :( and have them automatically turned into the corresponding image.','vbulletin','vBulletin Solutions',0,''),(624,-1,'forum_add_edit_allowsmilies_title','cphelptext','Allow Smilies in posts','vbulletin','vBulletin Solutions',0,''),(625,-1,'forum_add_edit_allowicons_text','cphelptext','Setting this to Yes will allow users to select one icon for each post. This icon is displayed next to the title (if any) of each post and is also displayed on forumdisplay next to the topic title if an icon is set for the first post in a topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(626,-1,'forum_add_edit_allowicons_title','cphelptext','Allow Icons for posts','vbulletin','vBulletin Solutions',0,''),(627,-1,'forum_add_edit_allowratings_text','cphelptext','Setting this to Yes will allow your users to rate topics in this forum. They can rate them either at the bottom of showthread or while replying to a topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(628,-1,'forum_add_edit_allowratings_title','cphelptext','Allow Topic Ratings in this Forum','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(629,-1,'forum_add_edit_countposts_text','cphelptext','If this is set to No, posts made in this forum will not be added to users\' post counts (which are displayed on showthread).','vbulletin','vBulletin Solutions',0,''),(630,-1,'forum_add_edit_countposts_title','cphelptext','Count posts made in this forum towards user post counts','vbulletin','vBulletin Solutions',0,''),(631,-1,'forum_add_edit_showonforumjump_text','cphelptext','Enable this option to show this forum and its children on the Quick Navigation menu.','vbulletin','vBulletin Solutions',1245705745,'4.0.0 Alpha 1'),(632,-1,'forum_add_edit_showonforumjump_title','cphelptext','Show On Quick Navigation','vbulletin','vBulletin Solutions',1245705757,'4.0.0 Alpha 1'),(633,-1,'forum_add_edit_prefixset_text','cphelptext','Choose which prefix sets are available for use in this forum. Note that if you don\'t select any, the \"Require Topics to have a Prefix\" option will not have any effect.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(634,-1,'forum_add_edit_prefixset_title','cphelptext','Use Selected Prefix Sets','vbulletin','vBulletin Solutions',1190109651,'3.7.0 Beta 1'),(635,-1,'forum_add_edit_prefixrequired_text','cphelptext','If you select this option and have chosen to use one or more prefix sets, users will not be able to submit a topic without a prefix.<br />\r\n<br />\r\nNote that certain situations may still allow a topic to exist in this forum without a prefix. This can happen if a topic has been moved, a topic has been imported from an RSS feed, or a moderator has manually removed the prefix.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(636,-1,'forum_add_edit_prefixrequired_title','cphelptext','Require Topics to have a Prefix','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(637,-1,'forum_edit_text','cphelptext','On this screen you edit an existing forum. Options and properties are described below.<br /><br />\r\n\r\nIf you change any of the posting options at the bottom of this page then you should <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your post cache</a> to update the existing posts in this forum.','vbulletin','vBulletin Solutions',0,''),(638,-1,'forum_edit_title','cphelptext','Editing a Forum\'s Settings','vbulletin','vBulletin Solutions',0,''),(639,-1,'forum_edit_applypwdtochild_text','cphelptext','If you set this to Yes and change or add a password, the password will apply to all child forums of this forum. This <b>will not</b> have any effect if you do not change the existing password or add a new one.','vbulletin','vBulletin Solutions',0,''),(640,-1,'forum_edit_applypwdtochild_title','cphelptext','Apply this password to Child Forums','vbulletin','vBulletin Solutions',0,''),(641,-1,'forum_modify_text','cphelptext','On the Modify Forums screen you will see a list of every forum you have, including any which are hidden from end-users. On this screen, you can set the Display Order (make sure to click Update Display Order to save your changes).<br /><br />\r\n\r\nUnder the Forum Controls, across from each forum title, are the following options:<br />\r\n<b>Edit</b>: Lets you modify forum settings. (see <a href=\"help.php?do=answer&page=forum.php&pageaction=edit\">Editing Forums</a>)<br /><br />\r\n\r\n<b>Remove</b>: Deletes the forum, any subforums, and posts in the forum and any subforums. This action <b>cannot</b> be undone, so it is <i>highly</i> recommended that you make a backup of your database before doing this.<br /><br />\r\n\r\n<b>Add Sub-forum</b>: This allows you to add a forum that will be a child of the forum you select this for. (see <a href=\"help.php?do=answer&page=forum.php&pageaction=add\">Adding Forums</a>)<br /><br />\r\n\r\n<b>Add Moderator</b>: Lets you add a moderator to this forum. Moderators moderate the selected forum and any subforums of that forum. (see <a href=\"help.php?do=answer&page=moderator.php&pageaction=add\">Adding Moderators</a>)<br /><br />\r\n\r\n<b>Add Announcement</b>: Allows you to add an announcement to this forum. (see <a href=\"help.php?do=answer&page=announcement.php&pageaction=add\">Adding Announcements</a>)<br /><br />\r\n\r\n<b>Move Contents</b>: You can quickly move all the posts from the selected forum into another forum.<br /><br />\r\n\r\n<b>Empty Forum</b>: Selecting this will (after confirmation) remove all the topics in a forum.<br /><br />\r\n\r\nIn the next column is Display Order. This determines what order forums are displayed in anyplace they are shown, including in the Admin CP. Setting this to 0 for a forum will make the forum not show anywhere to the end-user, but it can still be accessed if the user types in the direct URL to the forum. Be sure to select Update Display Order if you have changed any of them.<br /><br />\r\n\r\nThe last dropdown shows how many moderators you already have in each forum. If you have any, they will be listed. You can modify a moderator\'s permissions by selecting their name from this drop-down and pressing Go.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(642,-1,'forum_modify_title','cphelptext','Modifying Forums','vbulletin','vBulletin Solutions',0,''),(643,-1,'forum_remove_text','cphelptext','This page allows you to delete this forum. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.<br /><br />\r\n\r\nDeleting this forum will also delete all topic and posts in it as well its subforums and their topics and posts. If you want to save the topics and posts in this forum and its subforums then you should <a href=\"thread.php?do=move\" target=\"_blank\">move</a> them first.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(644,-1,'forum_remove_title','cphelptext','Delete Forum','vbulletin','vBulletin Solutions',0,''),(645,-1,'forumpermission_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Forum Permissions:</b><br />\r\nBy default, users will have the permissions for their usergroup (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>) in each forum. However, you might not want users of a particular usergroup to have access to every forum. In that case, vBulletin allows you to create custom permissions for a specific forum for a specific usergroup. This is useful in restricting certain forums for certain usergroups.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(646,-1,'forumpermission_title','cphelptext','About Forum Permissions','vbulletin','vBulletin Solutions',0,''),(647,-1,'forumpermission_duplicate_text','cphelptext','The Permission Duplicator is a quick way to copy forum permissions from one group to other(s) or from one forum to other(s).<br /><br />\r\n\r\nTo use the Group-Based duplicator, select the group to copy permissions from. Then, use the checkboxes to select which groups the permissions should be copied to. Select which forum(s) permissions should be copied from in the drop-down. This will include any subforums of the forum you choose. Finally, select whether the incoming permissions should overwrite existing custom permissions, and whether they should apply to forums that are currently inheriting custom permissions from a parent forum. Click Duplicate Permissions to proceed.<br /><br />\r\n\r\nThe Forum-Based duplicator works in a similar way. First, select the forum to copy permissions from. This will *not* include subforums. Next, select the forums that the permissions should be copied to. If you wish to overwrite existing custom permissions, select yes to Overwrite Duplicates. Overwrite Inherited set to Yes will overwrite permissions in forums that are being inherited from parents. Click Duplicate Permissions to proceed.','vbulletin','vBulletin Solutions',0,''),(648,-1,'forumpermission_duplicate_title','cphelptext','Using the Permission Duplicator','vbulletin','vBulletin Solutions',0,''),(649,-1,'forumpermission_duplicate_ugid_from_text','cphelptext','Select the user group whose permissions you want to copy. This group\'s <a href=\"forumpermission.php?do=modify\" target=\"_blank\">forum permissions</a> for the forum you select will be applied to the usergroups you select below.','vbulletin','vBulletin Solutions',0,''),(650,-1,'forumpermission_duplicate_ugid_from_title','cphelptext','Copy Permissions from User Group','vbulletin','vBulletin Solutions',0,''),(651,-1,'forumpermission_duplicate_usergrouplist_text','cphelptext','Select the usergroups that you want to receive the source usergroup\'s forum permissions. These usergroups will have their current forum permissions overwritten with the source usergroup\'s forum permissions.','vbulletin','vBulletin Solutions',0,''),(652,-1,'forumpermission_duplicate_usergrouplist_title','cphelptext','Copy Permissions to User Groups','vbulletin','vBulletin Solutions',0,''),(653,-1,'forumpermission_duplicate_limitforumid_text','cphelptext','Select the forum(s) from which you want to copy permissions. The permissions of the source usergroup for this forum will copied to the destination usergroups for the forum(s) selected here.','vbulletin','vBulletin Solutions',0,''),(654,-1,'forumpermission_duplicate_limitforumid_title','cphelptext','Only Copy Permissions from Forum','vbulletin','vBulletin Solutions',0,''),(655,-1,'forumpermission_duplicate_overwritedupes_group_text','cphelptext','Overwrite Duplicate Entries prevents you from overwriting any existing permissions set for a forum (that is, they\'re in red) for one of the usergroups you are copying to','vbulletin','vBulletin Solutions',1222352548,'4.0.0 Alpha 1'),(656,-1,'forumpermission_duplicate_overwritedupes_group_title','cphelptext','Overwrite Duplicate Permissions','vbulletin','vBulletin Solutions',0,''),(657,-1,'forumpermission_duplicate_overwriteinherited_group_text','cphelptext','Overwrite Inherited Entries prevents you from overwriting any inherited permissions, from a parent, set for a forum (that is, they\'re in orange) for one of the usergroups you are copying to','vbulletin','vBulletin Solutions',1222352584,'4.0.0 Alpha 1'),(658,-1,'forumpermission_duplicate_overwriteinherited_group_title','cphelptext','Overwrite Inherited Permissions','vbulletin','vBulletin Solutions',0,''),(659,-1,'forumpermission_duplicate_forumid_from_text','cphelptext','Select the source forum from which to copy usergroup permissions. The permissions for the usergroups for this forum will be applied to the destination forums you select below.','vbulletin','vBulletin Solutions',0,''),(660,-1,'forumpermission_duplicate_forumid_from_title','cphelptext','Copy Permissions from Forum','vbulletin','vBulletin Solutions',0,''),(661,-1,'forumpermission_duplicate_forumlist_text','cphelptext','Select the forums to which you want to copy the source forum\'s usergroup permissions. The permissions for each usergroup for these destination forums will be set to the permissions of the usergroups of the source forum.','vbulletin','vBulletin Solutions',0,''),(662,-1,'forumpermission_duplicate_forumlist_title','cphelptext','Copy Permissions to Forums','vbulletin','vBulletin Solutions',0,''),(663,-1,'forumpermission_duplicate_overwritedupes_forum_text','cphelptext','Overwrite Duplicate Entries prevents you from overwriting any existing permissions set for a forum (that is, they\'re in red).','vbulletin','vBulletin Solutions',1222352526,'4.0.0 Alpha 1'),(664,-1,'forumpermission_duplicate_overwritedupes_forum_title','cphelptext','Overwrite Duplicate Permissions','vbulletin','vBulletin Solutions',0,''),(665,-1,'forumpermission_duplicate_overwriteinherited_forum_text','cphelptext','Overwrite Inherited Entries prevents you from overwriting any inherited permissions from a parent (that is, they\'re in orange).','vbulletin','vBulletin Solutions',1222352569,'4.0.0 Alpha 1'),(666,-1,'forumpermission_duplicate_overwriteinherited_forum_title','cphelptext','Overwrite Inherited Permissions','vbulletin','vBulletin Solutions',0,''),(667,-1,'forumpermission_edit_text','cphelptext','This screen allows you to edit the permissions of the selected usergroup for the selected forum.<br /><br />\r\n\r\nIf you have edited permissions for this group and forum before, you will need to select \"Use Custom Settings\" to make your settings save. If you attempt to change a setting before selecting Use Custom Settings, you will be reminded to do so by clicking OK. If you click cancel on the popup, the setting will change but when you attempt to save your changes they will not be saved.<br /><br />\r\n\r\nSettings on this page will override a usergroup\'s default permissions. If there are subforums of the selected forum, these settings will be inherited by any subforums unless the subforum has custom settings explicitly set for it already.<br /><br />\r\n\r\nIf you want to revert the permissions for this group, select \"Use Usergroup Default\" and press Save Changes. If any subforums of this forum are currently inheriting these settings, they will also be reverted to the default.','vbulletin','vBulletin Solutions',0,''),(668,-1,'forumpermission_edit_title','cphelptext','Editing Usergroup Permissions Per Forum','vbulletin','vBulletin Solutions',0,''),(669,-1,'forumpermission_edit_canseethumbnails_text','cphelptext','If this is set to \'Yes\' the user will be able to see thumbnails of attached images in topics, even if the do not have the Can Download Attachments permission.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(670,-1,'forumpermission_edit_canseethumbnails_title','cphelptext','Can See Thumbnails','vbulletin','vBulletin Solutions',1219832213,'3.8.0 Alpha 1'),(671,-1,'forumpermission_edit_mode_text','cphelptext','To have any settings on this page save, you must select \"Use custom permissions\". If you already have custom settings and wish to set this usergroup back to default, select \"Use usergroup default\" and press Save Changes.\r\n\r\nNote that if you have custom settings for this group and remove them as described above, any subforums will also be reverted if they do not have custom settings explicitly set for themselves.','vbulletin','vBulletin Solutions',0,''),(672,-1,'forumpermission_edit_mode_title','cphelptext','Custom Settings vs. Usergroup Default','vbulletin','vBulletin Solutions',0,''),(673,-1,'forumpermission_edit_quickforum_canview_text','cphelptext','If this is set to No, the rest of the settings on this screen are unused as the user will be denied access if they try to view any page that involves this forum.','vbulletin','vBulletin Solutions',0,''),(674,-1,'forumpermission_edit_quickforum_canview_title','cphelptext','Can view forum?','vbulletin','vBulletin Solutions',0,''),(675,-1,'forumpermission_edit_quickforum_canviewthreads_text','cphelptext','This permission controls whether or not users can view posts within a topic. This permission is independent of whether or not users can view the actual topic links within a forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(676,-1,'forumpermission_edit_quickforum_canviewthreads_title','cphelptext','Can View Topic Content','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(677,-1,'forumpermission_edit_quickforum_canviewothers_text','cphelptext','If this is set to No, users will only be allowed to view topics that they started (made the first post in).\r\n\r\nIf this usergroup is \"Unregistered/Not Logged In\", setting this to No have the effect of not allowing them to view any topics, even if you allow unregistered users to post because unregistered users cannot be told apart, so determining if an unregistered user posted a certain topic would be impossible.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(678,-1,'forumpermission_edit_quickforum_canviewothers_title','cphelptext','Can view others\' topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(679,-1,'forumpermission_edit_quickforum_canseedelnotice_text','cphelptext','If this is set to Yes, this group will be able to see deletion notices in this forum. Deletion notices are what is left behind after a user deletes a post or topic. Moderators will always be able to see deletion notices in forums they moderate - this setting does not affect them.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(680,-1,'forumpermission_edit_quickforum_canseedelnotice_title','cphelptext','Can See Deletion Notice','vbulletin','vBulletin Solutions',0,''),(681,-1,'forumpermission_edit_quickforum_cansearch_text','cphelptext','If this is set to No, the user will not be allowed to search this forum, even if they can view it or perform other actions in it. It will not appear in the list of forums to search from on the search screen, and it will not be included if the user opts to search all forums.','vbulletin','vBulletin Solutions',0,''),(682,-1,'forumpermission_edit_quickforum_cansearch_title','cphelptext','Can search?','vbulletin','vBulletin Solutions',0,''),(683,-1,'forumpermission_edit_quickforum_canemail_text','cphelptext','If this is set to No, the user will not be allowed to use the Email to Friend feature (which is linked from the bottom of every topic). This setting is disregarded if you have set Email Functions to Off under general options - no one would be allowed to use Email to Friend in that case.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(684,-1,'forumpermission_edit_quickforum_canemail_title','cphelptext','Can use \'email to friend\' feature?','vbulletin','vBulletin Solutions',0,''),(685,-1,'forumpermission_edit_quickforum_cangetattachment_text','cphelptext','If this is set to No, users will not be allowed to download post attachments from topics in this forum. The link will still appear but they will be told, after clicking on it, that they don\'t have permission.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(686,-1,'forumpermission_edit_quickforum_cangetattachment_title','cphelptext','Can download attachments','vbulletin','vBulletin Solutions',0,''),(687,-1,'forumpermission_edit_quickforum_canpostnew_text','cphelptext','If this is set to No, the user will not be allowed to post new topics in this forum. They may, however, post replies to existing topics unless you revoke that permission below.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(688,-1,'forumpermission_edit_quickforum_canpostnew_title','cphelptext','Can post new topics?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(689,-1,'forumpermission_edit_quickforum_canreply_text','cphelptext','If this is set to No, users will be unable to reply to topics, blog posts or articles.','vbulletin','vBulletin Solutions',1393259414,'5.1.0 Beta 4'),(690,-1,'forumpermission_edit_quickforum_canreply_title','cphelptext','Can Reply to Topics?','vbulletin','vBulletin Solutions',1393259414,'5.1.0 Beta 4'),(691,-1,'forumpermission_edit_quickforum_followforummoderation_text','cphelptext','If this is set to No, when a user from this group posts in this forum, their post will be put in the moderator queue regardless of whether or not you have turned on the moderator queue for this forum.','vbulletin','vBulletin Solutions',0,''),(692,-1,'forumpermission_edit_quickforum_followforummoderation_title','cphelptext','New Posts Bypass Moderation Queue?','vbulletin','vBulletin Solutions',0,''),(693,-1,'forumpermission_edit_quickforum_canpostattachment_text','cphelptext','If this is set to No, users will not be allowed to attach files to their posts. They will still be allowed to use the BB IMG code to show images if you have turned that on for this forum.','vbulletin','vBulletin Solutions',0,''),(694,-1,'forumpermission_edit_quickforum_canpostattachment_title','cphelptext','Can post attachments?','vbulletin','vBulletin Solutions',0,''),(695,-1,'forumpermission_edit_quickforum_cantagown_text','cphelptext','When set to yes, members of the usergroup have permission to add tags to their own topics within this forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(696,-1,'forumpermission_edit_quickforum_cantagown_title','cphelptext','Can Tag Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(697,-1,'forumpermission_edit_quickforum_cantagothers_text','cphelptext','When Set to yes, members of the usergroup have permission to add tags to others\' topics within this forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(698,-1,'forumpermission_edit_quickforum_cantagothers_title','cphelptext','Can Tag Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(699,-1,'forumpermission_edit_quickforum_candeletetagown_text','cphelptext','When Set to yes, members of the usergroup have permission to delete tags from topics that they started within this forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(700,-1,'forumpermission_edit_quickforum_candeletetagown_title','cphelptext','Can Delete Tags on Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(701,-1,'forumpermission_edit_quickforum_canthreadrate_text','cphelptext','If this is set to No, users in this group will not be allowed to rate topics in the forum regardless of whether or not topic rating is enabled for this forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(702,-1,'forumpermission_edit_quickforum_canthreadrate_title','cphelptext','Can rate topics if topic rating is enabled in this forum?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(703,-1,'forumpermission_edit_quickforum_caneditpost_text','cphelptext','If this is set to No, users will not be allowed to edit their own posts.','vbulletin','vBulletin Solutions',0,''),(704,-1,'forumpermission_edit_quickforum_caneditpost_title','cphelptext','Can edit own posts?','vbulletin','vBulletin Solutions',0,''),(705,-1,'forumpermission_edit_quickforum_candeletepost_text','cphelptext','If this is set to No, users will not be allowed to delete their posts. Note that if Can delete own topics below is set to No, they will not be able to delete their post if it is the first post in a topic, even if this is set to Yes.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(706,-1,'forumpermission_edit_quickforum_candeletepost_title','cphelptext','Can delete own posts?','vbulletin','vBulletin Solutions',0,''),(707,-1,'forumpermission_edit_quickforum_canmove_text','cphelptext','If this is set to Yes, users will be able to move their own topics between forums that they have access to. It is generally recommended to leave this set at No, leaving the topic moving to your moderators or yourself.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(708,-1,'forumpermission_edit_quickforum_canmove_title','cphelptext','Can move own topics to other forums?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(709,-1,'forumpermission_edit_quickforum_canopenclose_text','cphelptext','If this is set to Yes, users will be able to close and/or reopen topics that they started. It is generally recommended to leave this set at No. The reason is if a moderator closes a topic and this is set to Yes, the user will be able to reopen that topic by themselves.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(710,-1,'forumpermission_edit_quickforum_canopenclose_title','cphelptext','Can open / close own topics?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(711,-1,'forumpermission_edit_quickforum_candeletethread_text','cphelptext','If this is set to Yes, a user will be able to delete topics that he has started by deleting the first post in that topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(712,-1,'forumpermission_edit_quickforum_candeletethread_title','cphelptext','Can delete own topics?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(713,-1,'forumpermission_edit_quickforum_canpostpoll_text','cphelptext','If this is set to Yes, users will be able to add a poll to new topics that they create.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(714,-1,'forumpermission_edit_quickforum_canpostpoll_title','cphelptext','Can post polls?','vbulletin','vBulletin Solutions',0,''),(715,-1,'forumpermission_edit_quickforum_canvote_text','cphelptext','If this is set to Yes, users will be able to vote on polls in this forum.','vbulletin','vBulletin Solutions',0,''),(716,-1,'forumpermission_edit_quickforum_canvote_title','cphelptext','Can vote on polls?','vbulletin','vBulletin Solutions',0,''),(717,-1,'forumpermission_modify_text','cphelptext','On this screen, all of your forums are listed. Beneath each forum, all of your usergroups are listed.<br /><br />\r\n\r\nThe color of each usergroup is significant. If the usergroup text is in white, it is using the default permissions for the group. If the usergroup text is in red, it is using permissions customized for that forum. If it is in yellow, it is using custom permissions from a parent forum. If you are using Internet Explorer 4+ or Netscape 6+, the circle next to each usergroup name is also significant. A hollow circle means the usergroup cannot view the forum, while a full circle means they can.<br /><br />\r\n\r\nTo edit the permissions for any group, or to revert them to default, click Edit next to the appropriate group under the appropriate forum.<br /><br />\r\n\r\nThe Permission Duplicator, accessible from the link at the top of this screen, allows you to quickly duplicate an existing permission set between usergroups or between forums. (see <a href=\"help.php?page=forumpermission&pageaction=duplicate\">Using the Permission Duplicator</a>)<br /><br />\r\n\r\nYou can also access the Quick Editor from here. The Quick Editor allows you to quickly revert permissions to default. (see <a href=\"help.php?page=forumpermission&pageaction=quickedit\">Using the Quick Editor</a>)<br /><br />\r\n\r\nThe last link at the top is Quick Forum Setup. You can use this to mass-apply permissions to multiple usergroups for a particular forum. (see <a href=\"help.php?page=forumpermission&pageaction=quickforum\">Using Quick Forum Setup</a>)','vbulletin','vBulletin Solutions',1205430963,'3.7.0 Release Candidate 1'),(718,-1,'forumpermission_modify_title','cphelptext','Modifying Forum Permissions','vbulletin','vBulletin Solutions',0,''),(719,-1,'forumpermission_quickforum_text','cphelptext','On this screen, you can quickly apply basic permissions to multiple forums and multiple groups at the same time. Not all available permissions are shown on this screen, but these cover the basic functions, such as viewing, posting, and downloading attachments.<br /><br />\r\n\r\nStart by selecting the forum to which these permissions should apply. Note that this will also apply (though inheritance) to any subforums of the selected forum, unless such forums already have custom permissions set for them. Existing permissions for the selected forum <i>will</i> be overwritten.<br /><br />\r\n\r\nNext select which usergroup(s) these permissions should apply to. You can select any number that you wish.<br /><br />\r\n\r\nFinally, set the actual permissions. You can use the All Yes or All No buttons to quickly change all of the radio buttons. Click Save Changes to apply the new permissions.','vbulletin','vBulletin Solutions',0,''),(720,-1,'forumpermission_quickforum_title','cphelptext','Using Quick Forum Setup','vbulletin','vBulletin Solutions',0,''),(721,-1,'forumpermission_quickforum_forumid_text','cphelptext','Select the forum you want these permissions to apply to. Keep in mind that permissions are inherited by child forums, so if you want a child of this forum to have different permissions then you will need to edit that forum\'s permissions separately.','vbulletin','vBulletin Solutions',0,''),(722,-1,'forumpermission_quickforum_forumid_title','cphelptext','Apply Permissions to Forum','vbulletin','vBulletin Solutions',0,''),(723,-1,'forumpermission_quickforum_usergrouplist_text','cphelptext','Check all usergroups you want these permissions to apply to for this forum. Any previously set permissions for the selected groups for this forum will be overwritten with the new permissions below.','vbulletin','vBulletin Solutions',0,''),(724,-1,'forumpermission_quickforum_usergrouplist_title','cphelptext','Apply Permissions to Usergroups','vbulletin','vBulletin Solutions',0,''),(725,-1,'help_edit_action_text','cphelptext','This is the current action that you are adding help for. Examples are add, edit, modify. You can tell the current action by placing the forums in debug mode and looking at the browser\'s status bar. It will say $_REQUEST[do]=\'XXXX\'. The XXXX is the action.','vbulletin','vBulletin Solutions',0,''),(726,-1,'help_edit_action_title','cphelptext','Action','vbulletin','vBulletin Solutions',0,''),(727,-1,'help_edit_displayorder_text','cphelptext','This field allows you to sort multiple help entries into a logical order.','vbulletin','vBulletin Solutions',0,''),(728,-1,'help_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(729,-1,'help_edit_optionname_text','cphelptext','This refers to the individual element on the page. You can determine this by hovering over the input elements. The option name will appear in the tooltip that appears as name=\"XXXXXX\". Where XXXXXX is the input item\'s name.','vbulletin','vBulletin Solutions',0,''),(730,-1,'help_edit_optionname_title','cphelptext','Option','vbulletin','vBulletin Solutions',0,''),(731,-1,'help_edit_product_text','cphelptext','Use this field to attach an admin help item to a particular product or plugin.','vbulletin','vBulletin Solutions',1154003373,'3.6.0'),(732,-1,'help_edit_product_title','cphelptext','Product','vbulletin','vBulletin Solutions',1154003373,'3.6.0'),(733,-1,'help_edit_script_text','cphelptext','This is the name of the script which you want to add help for. Use the script name minus the extension. I.E. forum instead of forum.php.','vbulletin','vBulletin Solutions',0,''),(734,-1,'help_edit_script_title','cphelptext','Script','vbulletin','vBulletin Solutions',0,''),(735,-1,'help_edit_text_text','cphelptext','This is where you enter your actual help entry. If you need more space, click the \"Large Edit Box\" button to open up a secondary window.','vbulletin','vBulletin Solutions',0,''),(736,-1,'help_edit_text_title','cphelptext','Text','vbulletin','vBulletin Solutions',0,''),(737,-1,'help_edit_title_text','cphelptext','Specify a title for the admin help entry you are adding or editing.','vbulletin','vBulletin Solutions',1154003404,'3.6.0'),(738,-1,'help_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1154003404,'3.6.0'),(739,-1,'help_edit_volatile_text','cphelptext','If set to \'Yes\', this item will be replaced and or upgraded by future vBulletin upgrade scripts.','vbulletin','vBulletin Solutions',1154003451,'3.6.0'),(740,-1,'help_edit_volatile_title','cphelptext','vBulletin Default','vbulletin','vBulletin Solutions',1154003451,'3.6.0'),(741,-1,'image_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br />\r\n<a href=\"help.php?s=&do=answer&page=avatar&pageaction=&option=\">Avatar Storage</a><br /><br />\r\n\r\n<b>Avatars, Post Icons, and Smilies:</b><br />\r\nThe same system is used to manage avatars, post icons, and smilies. The help topics in this section apply to the Avatar Manager, Post Icon Manager, and Smilie Manager. Avatars, post icons, and smilies are referred to as \"images\" in these help topics.<br /><br />\r\n\r\nvBulletin\'s image system is used to manage avatars, post icons, and smilies. These images can be arranged into categories and their access restricted by post count and usergroup. Usergroup restrictions are set at the category level while post count restrictions are set at the image level. To have access to an image category the user must be a member of at least one group (either primary or secondary group membership) that has access, as is explained in the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.<br /><br />','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(742,-1,'image_title','cphelptext','About Avatars, Post Icons, and Smilies','vbulletin','vBulletin Solutions',0,''),(743,-1,'image_add_text','cphelptext','This screen allows you to add one or more images at a time. These images must already reside on the server, having been uploaded by FTP or some other means prior to doing this.<br /><br />\r\n\r\nYou can either add a single image or add multiple images at the same time.','vbulletin','vBulletin Solutions',0,''),(744,-1,'image_add_title','cphelptext','Add New Avatar / Post Icon / Smilie','vbulletin','vBulletin Solutions',0,''),(745,-1,'image_add_imagespath_text','cphelptext','This is the path to the images you are adding. This should be relative from your main vBulletin directory. For example, if your directory structure looks like this:<br />\r\n- vBulletin<br />\r\n-- images<br />\r\n--- avatars<br />\r\n--- icons<br />\r\n--- smilies<br />\r\nand you were uploading a smiley, you would type<br />\r\nimages/smilies<br />\r\nDo not put a filename on this path, and do not put a trailing slash on it either.','vbulletin','vBulletin Solutions',0,''),(746,-1,'image_add_imagespath_title','cphelptext','Path to Images','vbulletin','vBulletin Solutions',0,''),(747,-1,'image_add_perpage_text','cphelptext','This is the number of images to display per page while adding them.','vbulletin','vBulletin Solutions',0,''),(748,-1,'image_add_perpage_title','cphelptext','Number of Images to Display Per Page','vbulletin','vBulletin Solutions',0,''),(749,-1,'image_add_edit_upload_title_text','cphelptext','This is the title of the image and will be displayed with the image (except in the case of smilies).','vbulletin','vBulletin Solutions',0,''),(750,-1,'image_add_edit_upload_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(751,-1,'image_add_edit_upload_minimumposts_text','cphelptext','This is the minimum number of a posts a user must have before he will be allowed to select this avatar.<br /><i>This only applies to Avatars</i>','vbulletin','vBulletin Solutions',0,''),(752,-1,'image_add_edit_upload_minimumposts_title','cphelptext','Minimum Posts to Use this Avatar','vbulletin','vBulletin Solutions',0,''),(753,-1,'image_add_edit_upload_smilietext_text','cphelptext','This is what the user will type to have transformed into a smilie. For example :) or :( - keep in mind, this is case-sensitive. S:) and s:) are not the same thing.<br /><i>This only applies to Smilies</i>','vbulletin','vBulletin Solutions',0,''),(754,-1,'image_add_edit_upload_smilietext_title','cphelptext','Text to Replace','vbulletin','vBulletin Solutions',0,''),(755,-1,'image_add_edit_upload_path_text','cphelptext','This is the path to the image. This should be relative from your main vBulletin directory. For example, if your directory structure looks like this:<br />\r\n- vBulletin<br />\r\n-- images<br />\r\n--- avatars<br />\r\n--- icons<br />\r\n--- smilies<br />\r\n<br />\r\nand your smiley was called tongue.gif and located in the smilies directory, you would specify:<br />\r\nimages/smilies/tongue.gif','vbulletin','vBulletin Solutions',0,''),(756,-1,'image_add_edit_upload_path_title','cphelptext','Path','vbulletin','vBulletin Solutions',0,''),(757,-1,'image_add_edit_upload_imagecategoryid_text','cphelptext','This is the category to which the image will be added. It can be changed later.','vbulletin','vBulletin Solutions',0,''),(758,-1,'image_add_edit_upload_imagecategoryid_title','cphelptext','Image Category','vbulletin','vBulletin Solutions',0,''),(759,-1,'image_add_edit_upload_displayorder_text','cphelptext','This determines the order in which images are shown. This can be changed later.','vbulletin','vBulletin Solutions',0,''),(760,-1,'image_add_edit_upload_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(761,-1,'image_addcategory_text','cphelptext','On this screen you can add an image category. Images are displayed by category and you can set permissions per category as to who can use them (except for smilies).','vbulletin','vBulletin Solutions',0,''),(762,-1,'image_addcategory_title','cphelptext','Add New Avatar / Post Icon / Smilie Category','vbulletin','vBulletin Solutions',0,''),(763,-1,'image_addcategory_editcategory_title_text','cphelptext','This is the title of the category. It is displayed with the images in the category to your users.','vbulletin','vBulletin Solutions',0,''),(764,-1,'image_addcategory_editcategory_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(765,-1,'image_addcategory_editcategory_displayorder_text','cphelptext','This determines in what order categories are displayed to the user.','vbulletin','vBulletin Solutions',0,''),(766,-1,'image_addcategory_editcategory_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(767,-1,'image_edit_text','cphelptext','This page allows you to edit the settings for this image. If you have any questions about specific settings please see the individual help topics.','vbulletin','vBulletin Solutions',0,''),(768,-1,'image_edit_title','cphelptext','Edit Avatar / Post Icon / Smilie','vbulletin','vBulletin Solutions',0,''),(769,-1,'image_editcategory_text','cphelptext','On this screen you can edit an existing image category. Images are displayed by category and you can set permissions per category as to who can use them (except for smilies).','vbulletin','vBulletin Solutions',0,''),(770,-1,'image_editcategory_title','cphelptext','Edit Avatar / Post Icon / Smilie Category','vbulletin','vBulletin Solutions',0,''),(771,-1,'image_editpermissions_text','cphelptext','Image categories can be restricted by usergroup on this page. Simply select \"Yes\" for groups whom you want to have access to this category and select \"No\" for groups you don\'t.','vbulletin','vBulletin Solutions',0,''),(772,-1,'image_editpermissions_title','cphelptext','Avatar / Post Icon / Smilie Permissions','vbulletin','vBulletin Solutions',0,''),(773,-1,'image_modify_text','cphelptext','You can manage your images here. Images can be arranged in categories and their access restricted by post count and usergroup. Usergroup restrictions are set at the category level while post count restrictions are set at the image level.<br /><br />\r\n\r\nAt the bottom of this page you can click the [Add New Category] link to create a new category for images to go into. Click the [Show All] link to view all images for all categories.<br /><br />\r\n\r\nBelow is a list of your image categories. The \"Title\" column tells you the name of each category. You can click on the category name to view its images.<br /><br />\r\n\r\nThe \"Contains\" column tells you how many images are in the corresponding category.<br /><br />\r\n\r\nThe \"Display Order\" column tells you the display order of each image category. The display order is used to order the image category listing in this Image Manager as well as on your forums. You can update the display orders shown on this page by changing the number values and clicking the \"Save Display Order\" button.<br /><br />\r\n\r\nOn the right side you will find several options for each image category. The [Mass Move] link takes you to a page where you can select a new category for each image in the corresponding category and submit the changes all at once.<br /><br />\r\n\r\nThe [View] link does the same thing as clicking on the category name to the left, it takes you to a page where you can view all images in the corresponding category.<br /><br />\r\n\r\nThe [Edit] link allows you to edit the title and display order of the corresponding category.<br /><br />\r\n\r\nThe [Delete] link takes you to a page where you can delete the corresponding category and all of its images or mass move the categories images to another category and then delete the original category.<br /><br />\r\n\r\nThe [Permissions] link takes you to a page where you can specify which usergroups can use the images in the corresponding category.','vbulletin','vBulletin Solutions',0,''),(774,-1,'image_modify_title','cphelptext','Avatar / Post Icon / Smilie Manager','vbulletin','vBulletin Solutions',0,''),(775,-1,'image_remove_text','cphelptext','This is a confirmation that you want to delete this image. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(776,-1,'image_remove_title','cphelptext','Delete Avatar / Post Icon / Smilie','vbulletin','vBulletin Solutions',0,''),(777,-1,'image_removecategory_text','cphelptext','This page provides you with options for deleting this category. First of all, you can choose to delete all images in this category or not. And second, if you do not choose to delete all images in this category then you can select another category to which this categories images will be moved.','vbulletin','vBulletin Solutions',0,''),(778,-1,'image_removecategory_title','cphelptext','Delete Avatar / Post Icon / Smilie Category','vbulletin','vBulletin Solutions',0,''),(779,-1,'image_upload_text','cphelptext','On this screen, you can upload one image at a time through your browser for use on your forum. To do this, both your web server and PHP must have permission to write files to disk. If they do not, this will fail. The directory that you are trying to put the file in must be CHMODed 777 (consult your FTP program documentation for how to do this).','vbulletin','vBulletin Solutions',0,''),(780,-1,'image_upload_title','cphelptext','Upload Avatar / Post Icon / Smilie','vbulletin','vBulletin Solutions',0,''),(781,-1,'image_upload_imagespath_text','cphelptext','This is the file path that smilies will be uploaded to and read from. This file path should be readable AND writeable by your web server (usually chmod 0777) so that they may be uploaded and displayed.','vbulletin','vBulletin Solutions',1220959514,'3.8.0 Alpha 1'),(782,-1,'image_upload_imagespath_title','cphelptext','Smilie File Path','vbulletin','vBulletin Solutions',1220959514,'3.8.0 Alpha 1'),(783,-1,'image_upload_upload_text','cphelptext','Here you can select the file to upload.','vbulletin','vBulletin Solutions',1220959448,'3.8.0 Alpha 1'),(784,-1,'image_upload_upload_title','cphelptext','Filename','vbulletin','vBulletin Solutions',1220959448,'3.8.0 Alpha 1'),(785,-1,'image_upload_imagefile_text','cphelptext','This is where you select the file from your computer to be uploaded.','vbulletin','vBulletin Solutions',0,''),(786,-1,'image_upload_imagefile_title','cphelptext','Image file','vbulletin','vBulletin Solutions',0,''),(787,-1,'image_viewimages_text','cphelptext','Below is a gallery of images for the category you selected. If there are more images in this gallery than are allowed per page (setting at the bottom of the page) then you will see page links at the bottom of the page. You can click the page links to view the rest of the images in this gallery.<br /><br />\r\n\r\nAt the bottom of this page you will see two links. Click the [Add] link to add a new image to your forums. Click the [Edit Categories] link to return to the Image Manager.<br /><br />\r\n\r\n<b>Viewing Images:</b><br />\r\nIf you are viewing images then each image shown in the gallery below will have options associated with it. Click the [Edit] button to edit the settings for the corresponding image. Click the [Delete] link to delete the corresponding image.<br /><br />\r\n\r\nThe numbers under each image are the display orders of the images. These display orders are used to order the listing of images in this Image Manager as well as on the forums. You can change the displays orders on this page by changing the numbers and clicking the \"Save Display Order\" button at the bottom.<br /><br />\r\n\r\n<b>Mass Moving Images:</b><br />\r\nIf you are mass moving images then each image shown in the gallery below will have a menu below it. Select a category from the menu under each image. When you click the \"Mass Move\" button the images below will be moved to the categories you selected.<br /><br />\r\n\r\nLeave the menu set to the \"blank\" option if you don\'t want to move an image. If you want to move all images on this page to the same category then you can select that category in the menu at the bottom which will cause all menus on the page to be set to the category you choose.','vbulletin','vBulletin Solutions',0,''),(788,-1,'image_viewimages_title','cphelptext','View Avatars / Post Icons / Smilies','vbulletin','vBulletin Solutions',0,''),(789,-1,'index_home_text','cphelptext','On this page you can view several quick stats about your forums and server as well as use the quick admin features which include: Quick User Finder, PHP Function Lookup, MySQL Language Lookup, and Useful Links. At the bottom of this page are the vBulletin credits.<br /><br />\r\n\r\nIf you have permission to run the \"top\" command on your server then you will see your server load averages under the \"Quick Administration Links\" section on this page. <a href=\"http://www.vbulletin.com/forum/showpost.php?p=291831&postcount=9\" target=\"_blank\">Click here</a> for a detailed explanation of load averages.<br /><br />\r\n\r\nThe Quick User Finder allows you to quickly search for users based on a partial or exact username match.<br /><br />\r\n\r\nThe PHP Function Lookup will search the functions on the PHP site for the search string you enter. The results will be displayed in this frame.<br /><br />\r\n\r\nThe MySQL Language Lookup will search the documentation on the MySQL site for the search string you enter. The results will be displayed in this frame.<br /><br />\r\n\r\nThe Useful Links menu contains several useful vBulletin, PHP, and MySQL links that will open in a new window when you select their menu item.','vbulletin','vBulletin Solutions',0,''),(790,-1,'index_home_title','cphelptext','Control Panel Home','vbulletin','vBulletin Solutions',0,''),(791,-1,'language_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=language&pageaction=&option=\">Languages</a><br />\r\n<a href=\"help.php?s=&do=answer&page=phrase&pageaction=&option=\">Phrases</a><br /><br />\r\n\r\n<b>Languages:</b><br />\r\nvBulletin\'s language system allows you to translate your forum into other languages without editing any templates or files. This is thanks to the phrase system (see \"Phrases\" link above) which makes vBulletin\'s templates language-independent. The end result is that you can serve multiple languages from a single style.<br /><br />\r\n\r\nEach phrase can have a translation for each language specified in this Language Manager. When a forum page is loaded, vBulletin checks what language the current logged in user has selected and parses the phrase variables into the appropriate translated text.<br /><br />\r\n\r\nIn addition to translated phrases, vBulletin\'s language system supports translated images (by allowing you to override a style\'s images folder setting), and language-specific date / time / number formats.','vbulletin','vBulletin Solutions',1205941303,'3.7.0 Release Candidate 1'),(792,-1,'language_title','cphelptext','About Languages','vbulletin','vBulletin Solutions',0,''),(793,-1,'language_add_text','cphelptext','On this screen you can add a new language. From there you will be able to translate all phrases into this language just as with the default languages that come with vBulletin.','vbulletin','vBulletin Solutions',0,''),(794,-1,'language_add_title','cphelptext','Creating a New Language','vbulletin','vBulletin Solutions',0,''),(795,-1,'language_add_edit_settings_title_text','cphelptext','This is the name of the language as displayed in the Administration area as well as to users.','vbulletin','vBulletin Solutions',0,''),(796,-1,'language_add_edit_settings_title_title','cphelptext','Language Name','vbulletin','vBulletin Solutions',0,''),(797,-1,'language_add_edit_settings_userselect_text','cphelptext','If this is set to No, users will not be able to select this language (it will not appear to them). This is useful if you are just adding a language but have not yet added any translations for it.','vbulletin','vBulletin Solutions',0,''),(798,-1,'language_add_edit_settings_userselect_title','cphelptext','Allow user selection?','vbulletin','vBulletin Solutions',0,''),(799,-1,'language_add_edit_settings_direction_text','cphelptext','Is this language read from left to right or from right to left?','vbulletin','vBulletin Solutions',0,''),(800,-1,'language_add_edit_settings_direction_title','cphelptext','Text Direction','vbulletin','vBulletin Solutions',0,''),(801,-1,'language_add_edit_settings_languagecode_text','cphelptext','There is a standard code for every language. See <a href=\"http://www.loc.gov/standards/iso639-2/php/English_list.php\" target=\"_blank\">this site</a> for a list of language codes.','vbulletin','vBulletin Solutions',1160697943,'3.6.3'),(802,-1,'language_add_edit_settings_languagecode_title','cphelptext','Language Code','vbulletin','vBulletin Solutions',0,''),(803,-1,'language_add_edit_settings_charset_text','cphelptext','This is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template. Languages require specific charset definitions to support the encoding that is required for the unique characters of the language.<br /><br />\r\nSetting this to ISO-8859-1 results in this charset being specified:<br /><br /><dfn> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" /></dfn>','vbulletin','vBulletin Solutions',0,''),(804,-1,'language_add_edit_settings_charset_title','cphelptext','HTML Character Set','vbulletin','vBulletin Solutions',0,''),(805,-1,'language_add_edit_settings_imagesoverride_text','cphelptext','Several vBulletin images have language-specific text in them. This option lets you use images made for a different language. These images are contained in the button images folder, which is images/buttons by default.<br /><br />\r\n\r\nYou may use <#> to represent the style ID the user is currently using. This allows you to support different styles for this language. For example, you can name the images folder something like <b>images_<i>name of language</i>_<i>style ID of style</i></b> and then set this setting to <b>images_<i>name of language</i>_<#></b>','vbulletin','vBulletin Solutions',1216115012,'3.8.0 Alpha 1'),(806,-1,'language_add_edit_settings_imagesoverride_title','cphelptext','Button Images Folder Override','vbulletin','vBulletin Solutions',1216115012,'3.8.0 Alpha 1'),(807,-1,'language_add_edit_settings_locale_text','cphelptext','You can define a locale or just specify the correct date and time formats in the settings below. Since locales are not supported on all systems it is better to manually specify the correct date and time formats if you can.','vbulletin','vBulletin Solutions',1177625980,'3.6.6'),(808,-1,'language_add_edit_settings_locale_title','cphelptext','Locale','vbulletin','vBulletin Solutions',0,''),(809,-1,'language_add_edit_settings_dateoverride_text','cphelptext','This setting will override the date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of date variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a format.<br /><br />\r\n\r\nFor example, European format (e.g., 25-04-98): %d-%m-%y (\'d-m-y\' with no locale defined) <br /><br />\r\n\r\nIf you have defined a locale for this language then you can use %x to let the locale decide what format to use.','vbulletin','vBulletin Solutions',1262737783,'4.0.1'),(810,-1,'language_add_edit_settings_dateoverride_title','cphelptext','Date Format Override','vbulletin','vBulletin Solutions',0,''),(811,-1,'language_add_edit_settings_timeoverride_text','cphelptext','This setting will override the time format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of time variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a time format.<br /><br />\r\n\r\nFor example, AM/PM Time Format (eg, 11:15 PM): %I:%M %p (h:i A with no locale defined)<br /><br />\r\n\r\nIf you have defined a locale for this language then you can use %X to let the locale decide what format to use.','vbulletin','vBulletin Solutions',1280945670,'4.0.5'),(812,-1,'language_add_edit_settings_timeoverride_title','cphelptext','Time Format Override','vbulletin','vBulletin Solutions',0,''),(813,-1,'language_add_edit_settings_registereddateoverride_text','cphelptext','This setting will override the registration date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of date variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a time format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.','vbulletin','vBulletin Solutions',1262737951,'4.0.1'),(814,-1,'language_add_edit_settings_registereddateoverride_title','cphelptext','Registration Date Format Override','vbulletin','vBulletin Solutions',0,''),(815,-1,'language_add_edit_settings_calformat1override_text','cphelptext','This setting will override the birthday <b>with year</b> format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of date variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a time format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.','vbulletin','vBulletin Solutions',1262738033,'4.0.1'),(816,-1,'language_add_edit_settings_calformat1override_title','cphelptext','Birthday Date Format Override','vbulletin','vBulletin Solutions',0,''),(817,-1,'language_add_edit_settings_calformat2override_text','cphelptext','This setting will override the birthday <b>without year</b> format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of date variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a time format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.','vbulletin','vBulletin Solutions',1262738375,'4.0.1'),(818,-1,'language_add_edit_settings_calformat2override_title','cphelptext','Birthday Date Format Override','vbulletin','vBulletin Solutions',0,''),(819,-1,'language_add_edit_settings_logdateoverride_text','cphelptext','This setting will override the log date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nIf you have defined a locale for this language, consult <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">this page</a> for a list of date variables. If there is no locale defined for this language, consult <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a time format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.','vbulletin','vBulletin Solutions',1262738428,'4.0.1'),(820,-1,'language_add_edit_settings_logdateoverride_title','cphelptext','Log Date Format Override','vbulletin','vBulletin Solutions',0,''),(821,-1,'language_add_edit_settings_decimalsep_text','cphelptext','Use this setting to customize the way floating point (decimal) numbers are displayed for this language.','vbulletin','vBulletin Solutions',0,''),(822,-1,'language_add_edit_settings_decimalsep_title','cphelptext','Decimal Separator','vbulletin','vBulletin Solutions',0,''),(823,-1,'language_add_edit_settings_thousandsep_text','cphelptext','Use this setting to customize the way every thousands place is separated in large numbers for this language.','vbulletin','vBulletin Solutions',0,''),(824,-1,'language_add_edit_settings_thousandsep_title','cphelptext','Thousands Separator','vbulletin','vBulletin Solutions',0,''),(825,-1,'language_add_edit_settings_dirmark_text','cphelptext','When Right-to-Left and Left-to-Right characters are mixed on the same page, undesirable output can occur. This option adds hidden directional markup cues to several places where this problem is known to occur in vBulletin.<br /><br />The problem usually manifests itself when RTL user names and topic titles are used on a LTR forum (and vice versa). If you do not expect this to be an issue then leave this option disabled.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(826,-1,'language_add_edit_settings_dirmark_title','cphelptext','Directional Markup Fix','vbulletin','vBulletin Solutions',0,''),(827,-1,'language_delete_text','cphelptext','This page allows you to delete this language. Click the \"Yes\" button below to delete this language. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(828,-1,'language_delete_title','cphelptext','Delete Language','vbulletin','vBulletin Solutions',0,''),(829,-1,'language_edit_text','cphelptext','On this screen you can edit, or translate, phrases. A phrase is a bit of text, referred to in the templates. Each language you have consists of all phrases translated into that language.<br /><br />\r\n\r\nEach phrase row gives the phrase name (that is, how it is shown in the templates), the phrase as it exists for that language (translated or not), and a link to revert a phrase to the default (English) value. Make sure to click Save Changes to save your work on this page.','vbulletin','vBulletin Solutions',0,''),(830,-1,'language_edit_title','cphelptext','Editing Phrases','vbulletin','vBulletin Solutions',0,''),(831,-1,'language_edit_settings_text','cphelptext','On this screen you can edit the settings for a particular language.','vbulletin','vBulletin Solutions',0,''),(832,-1,'language_edit_settings_title','cphelptext','Edit Language Settings','vbulletin','vBulletin Solutions',0,''),(833,-1,'language_edit_settings_isdefault_text','cphelptext','If this is set to Yes, this language will be the default for forum members who do not select a language during registration, and for those who have not registered.<br /><br />\r\n\r\nYou can also change the default on the Language Manager screen.','vbulletin','vBulletin Solutions',0,''),(834,-1,'language_edit_settings_isdefault_title','cphelptext','Is Default Language','vbulletin','vBulletin Solutions',0,''),(835,-1,'language_files_text','cphelptext','On this screen you have the ability to upload and download language sets for your vBulletin. A language set is a collection of all of the phrases used within vBulletin and can be downloaded from the <a href=\"http://www.vbulletin.org/forum/\" target=\"_blank\">vBulletin.org</a> and <a href=\"http://www.vbulletin.com/forum/\" target=\"_blank\">vBulletin.com</a> forums.<br /><br />\r\n\r\nYou can also download a language set from your vBulletin to share with others if you have translated the vBulletin user interface into another language.','vbulletin','vBulletin Solutions',0,''),(836,-1,'language_files_title','cphelptext','Downloading and Uploading Language Sets','vbulletin','vBulletin Solutions',0,''),(837,-1,'language_files_charset_text','cphelptext','This option sets the charset attribute for the language file. No conversion of data is performed.','vbulletin','vBulletin Solutions',1324068695,'5.0.0 Alpha 32'),(838,-1,'language_files_charset_title','cphelptext','Charset','vbulletin','vBulletin Solutions',1324068695,'5.0.0 Alpha 32'),(839,-1,'language_files_readcharset_text','cphelptext','When this option is enabled, the charset setting for the imported XML file will be read from the file header. When disabled, \'ISO-8859-1\' will be used.','vbulletin','vBulletin Solutions',1324068611,'5.0.0 Alpha 32'),(840,-1,'language_files_readcharset_title','cphelptext','Read Charset from File','vbulletin','vBulletin Solutions',1324068611,'5.0.0 Alpha 32'),(841,-1,'language_files_languageid_text','cphelptext','Select the language you wish to download from this list of all languages installed in your vBulletin.','vbulletin','vBulletin Solutions',0,''),(842,-1,'language_files_languageid_title','cphelptext','Language to Download','vbulletin','vBulletin Solutions',0,''),(843,-1,'language_files_product_text','cphelptext','Select the vBulletin product for which you want to download.','vbulletin','vBulletin Solutions',1258131537,'4.0.0 Beta 4'),(844,-1,'language_files_product_title','cphelptext','Product','vbulletin','vBulletin Solutions',0,''),(845,-1,'language_files_filename_text','cphelptext','This is what your file will be named when you download it. It is suggested that you name it with something regarding the language you are downloading.','vbulletin','vBulletin Solutions',0,''),(846,-1,'language_files_filename_title','cphelptext','Filename for your language file.','vbulletin','vBulletin Solutions',0,''),(847,-1,'language_files_just_phrases_text','cphelptext','By \"language settings\" we mean the settings you see when you click the [Edit Settings] link in the <a href=\"language.php?do=modify\" target=\"_blank\">Language Manager</a>. If this language is just translated phrases and no custom settings then you can select \"Yes\" here. Otherwise you should select \"No\" to keep the language whole as it is now.','vbulletin','vBulletin Solutions',0,''),(848,-1,'language_files_just_phrases_title','cphelptext','Just fetch phrases','vbulletin','vBulletin Solutions',0,''),(849,-1,'language_files_languagefile_text','cphelptext','Select the XML language file to upload from your computer.','vbulletin','vBulletin Solutions',0,''),(850,-1,'language_files_languagefile_title','cphelptext','XML Language File to upload','vbulletin','vBulletin Solutions',0,''),(851,-1,'language_files_serverfile_text','cphelptext','Enter a file name complete with a server path that is relative to your main forum directory.<br /><br />\r\n\r\nFor example, if the name of the language file is vbulletin-language.xml and you uploaded it to the install directory inside your main forum directory then you would enter this value: ./install/vbulletin-language.xml','vbulletin','vBulletin Solutions',0,''),(852,-1,'language_files_serverfile_title','cphelptext','Import XML File','vbulletin','vBulletin Solutions',0,''),(853,-1,'language_files_olanguageid_text','cphelptext','If you wish to overwrite an existing language with the file you are uploading, select it from this menu. Otherwise make sure (create new language) is selected.','vbulletin','vBulletin Solutions',0,''),(854,-1,'language_files_olanguageid_title','cphelptext','Overwrite language','vbulletin','vBulletin Solutions',0,''),(855,-1,'language_files_title_text','cphelptext','This is what your language will be called on the forum. If you are overwriting a language, that language will be renamed with this title; otherwise, your new language will be named with this title.','vbulletin','vBulletin Solutions',0,''),(856,-1,'language_files_title_title','cphelptext','Title For New Language','vbulletin','vBulletin Solutions',0,''),(857,-1,'language_files_anyversion_text','cphelptext','If this is set to Yes, you will not receive a warning if this language set was created for a different version of vBulletin than you are running.<br /><br />\r\n\r\nTypically it is ok to use language files from newer versions but not from older versions. The reason is that newer versions may have extra phrases that your version doesn\'t have, but at least it will have all of the phrases that yours does, whereas an older version might not.','vbulletin','vBulletin Solutions',0,''),(858,-1,'language_files_anyversion_title','cphelptext','Use language file even if it was created for a different version of vBulletin?','vbulletin','vBulletin Solutions',0,''),(859,-1,'language_modify_text','cphelptext','On this screen, a list of all languages you have installed is shown. Next to each language is a drop-down menu containing a series of phrase-editing options, as well as links to modify the language settings and download it.<br /><br />\r\n\r\nSelecting an item on the (edit) drop-down list will take you to edit the type of phrase you select, e.g. Privatemessage related phrases, or Error phrases, etc.<br /><br />\r\n\r\nClicking Settings takes you to edit the settings of the language.<br /><br />\r\n\r\nDelete removes the language from your vBulletin<br /><br />\r\n\r\nDownload lets you download a language set, which consists of all phrases you have translated for that language. You can distribute this to fellow vBulletin owners.<br />\r\n\r\nThe \'Set Default\' button allows you to set a language as the default for your forum. The default language is what is shown to registered forum members who did not select a language at registration, and to unregistered users or those who are not logged in.<br /><br />\r\n\r\nAt the bottom of the list are links to add a new language and download or upload existing language sets.','vbulletin','vBulletin Solutions',0,''),(860,-1,'language_modify_title','cphelptext','Modifying Languages','vbulletin','vBulletin Solutions',0,''),(861,-1,'language_rebuild_text','cphelptext','This page is a confirmation and report of your languages being rebuilt. Click the \"Done\" button to return to the language manager.','vbulletin','vBulletin Solutions',0,''),(862,-1,'language_rebuild_title','cphelptext','Rebuild Languages','vbulletin','vBulletin Solutions',0,''),(863,-1,'misc_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Update Counters:</b><br />\r\nThis page allows you to update several vBulletin counters. Not all information that is displayed on vBulletin forum pages is dynamically generated. \"Counters\" are used instead of some costly queries in order to reduce the server load associated with retrieving information.<br /><br />\r\n\r\nUser post counts are a good example of a counter. vBulletin doesn\'t count the number of posts a user has every time their post count is displayed on the forums. Instead the user has a post counter that is incremented every time they make a post. This way when vBulletin wants to display a user\'s post count it only has to read a number instead of all of the records in the post table.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(864,-1,'misc_title','cphelptext','About Update Counters','vbulletin','vBulletin Solutions',0,''),(865,-1,'misc_chooser_text','cphelptext','This page contains several counters that you can update.<br /><br />\r\n\r\n<b>Update Forums:</b><br />\r\nThis feature will update the information for each forum including: last post info, topic count, and post count. This may need to be done after mass moving / pruning topics and posts.<br /><br />\r\n\r\n<b>Update User Titles and Ranks:</b><br />\r\nThis will go through every user on your forums and determine their correct user title and rank. This may need to be done after changing your <a href=\"usertitle.php?do=modify\" target=\"_blank\">user title ladder</a> or <a href=\"ranks.php\" target=\"_blank\">user ranks</a>.<br /><br />\r\n\r\n<b>Update User Names:</b><br />\r\nThis will update user names everywhere they occur on your forums. This may need to be done after changing a user\'s name in the Admin CP.<br /><br />\r\n\r\n<b>Update Post Counts:</b><br />\r\nThis will update the number of posts for each user by counting each user\'s posts in the database. If you have artificially inflated / deflated a user\'s post count by editing their profile in the Admin CP then this will reset it to its true value.<br /><br />\r\n\r\n<b>Fix broken user profiles:</b><br />\r\nIncomplete profiles are usually the result of hacks making user insertions from outside of vBulletin. Run this to fix any broken profiles.<br /><br />\r\n\r\n<b>Rebuild Forum Information:</b><br />\r\nThis feature will update your forum counters and check for orphan moderators. This may need to be run after managing your forums.<br /><br />\r\n\r\n<b>Rebuild Topic Information:</b><br />\r\nThis feature will update your topic counters including: last post info, reply count, view count, etc. You may need to run this after moving / pruning topics and posts.<br /><br />\r\n\r\n<b>Rebuild Similar Topics:</b><br />\r\nThis feature will run a similar topic search for all topics on your forums. To show similar topics you need to enable the option in your <a href=\"options.php?dogroup=showthread&do=options\" target=\"_blank\">vBulletin options</a>. If you want your forums to search for similar topics when a new topic is posted (rather than having to update this counter later) then you need to enable the option on <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">this page</a>.<br /><br />\r\n\r\n<b>Rebuild Search Index:</b><br />\r\nThis needs to be done after changing the max / min search word length in your <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\n<b>Rebuild Statistics:</b><br />\r\nThis feature rebuilds the information that is displayed on your <a href=\"stats.php?do=index\" target=\"_blank\">Statistics page</a>.<br /><br />\r\n\r\n<b>Rebuild Post Cache:</b><br />\r\nvBulletin doesn\'t parse BB code in posts every time they are displayed. Instead the parsed posts are saved in the \"postparsed\" table. In this way vBulletin reduces the processing time needed to display a post. Update this counter to rebuild the parsed posts. This needs to be done after changing BB code tags, posting allowances (like HTML code), etc.<br /><br />\r\n\r\n<b>Delete Duplicate Topics:</b><br />\r\nSometimes duplicate topics are created during the posting process. Updating this counter will remove those duplicates.<br /><br />\r\n\r\n<b>Rebuild Styles:</b><br />\r\nUpdate this counter to rebuild your style structure.<br /><br />\r\n\r\n<b>Rebuild User Reputation:</b><br />\r\nYou need to update this counter if you change the default reputation value in your <a href=\"options.php?dogroup=reputation&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\n<b>Remove Orphan Topics:</b><br />\r\nThis function will delete any topics that belong to forums that no longer exist. Such topics are not accessible via the forums but they do add to your totals. You will see the number of orphan topics in parenthesis.<br /><br />\r\n\r\n<b>Remove Orphan Posts:</b><br />\r\nThis function will delete any posts that belong to topics that no longer exist. Such posts are not accessible via the forums but they do add your your totals. You will see the number of orphan posts in parenthesis.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(866,-1,'misc_chooser_title','cphelptext','Update Counters','vbulletin','vBulletin Solutions',0,''),(867,-1,'misc_chooser_quality_text','cphelptext','This determines the quality of the thumbnails that are generated. A higher value will result in better quality thumbnails. A lower value will require less storage.','vbulletin','vBulletin Solutions',1220959120,'3.8.0 Alpha 1'),(868,-1,'misc_chooser_quality_title','cphelptext','Quality of JPG Thumbnails','vbulletin','vBulletin Solutions',1220959120,'3.8.0 Alpha 1'),(869,-1,'misc_chooser_perpage_text','cphelptext','Here you can specify the number of forums / users / topics / posts / attachments to be processed at a time. This number may need to be set lower for extremely large forums because of time out concerns.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(870,-1,'misc_chooser_perpage_title','cphelptext','Number of forums to process per cycle','vbulletin','vBulletin Solutions',0,''),(871,-1,'misc_chooser_startat_text','cphelptext','The post ID to start indexing at. If you were re-indexing and the process stopped for some reason, you can resume where you left off.','vbulletin','vBulletin Solutions',1205941526,'3.7.0 Release Candidate 1'),(872,-1,'misc_chooser_startat_title','cphelptext','Post ID to start at','vbulletin','vBulletin Solutions',0,''),(873,-1,'misc_chooser_doprocess_text','cphelptext','Here you can specify the total number of posts to process, starting at the starting post ID specified above.','vbulletin','vBulletin Solutions',0,''),(874,-1,'misc_chooser_doprocess_title','cphelptext','Total number of posts to process','vbulletin','vBulletin Solutions',0,''),(875,-1,'misc_chooser_autoredirect_text','cphelptext','If set to \'Yes\', the script will automatically continue on to the next cycle when the current cycle is finished. You should set this to \'Yes\' unless you want to manually tell the script to continue at the end of each cycle.','vbulletin','vBulletin Solutions',0,''),(876,-1,'misc_chooser_autoredirect_title','cphelptext','Include automatic JavaScript redirect to next page','vbulletin','vBulletin Solutions',0,''),(877,-1,'misc_chooser_install_text','cphelptext','Styles with no parent are broken. This option checks for those broken styles.','vbulletin','vBulletin Solutions',0,''),(878,-1,'misc_chooser_install_title','cphelptext','Check For Styles With No Parent','vbulletin','vBulletin Solutions',0,''),(879,-1,'misc_chooser_renumber_text','cphelptext','Renumbers the template IDs to be in consecutive sequential order. This has no functional purpose except for freeing up template IDs so you don\'t run out.','vbulletin','vBulletin Solutions',0,''),(880,-1,'misc_chooser_renumber_title','cphelptext','Renumber all templates from 1','vbulletin','vBulletin Solutions',0,''),(881,-1,'misc_chooser_reputation_base_text','cphelptext','All users with reputations greater than or equal to this value will be processed.','vbulletin','vBulletin Solutions',0,''),(882,-1,'misc_chooser_reputation_base_title','cphelptext','Base Reputation Value','vbulletin','vBulletin Solutions',0,''),(883,-1,'moderate_text','cphelptext','<b>Moderating Content:</b><br />\r\nvBulletin allows you to moderate forum content before it is publicly displayed. This is useful in preventing inappropriate or unworthy content from being posted in forums whose content needs to be of a minimum quality. This section of the Admin CP allows you to moderate content that is awaiting moderation.<br /><br />\r\n\r\nThread, post, and attachment moderation can be enabled at the forum level (see the <a href=\"../{$vbulletin->config[Misc][admincpdir]}/forum.php?do=modify\" target=\"_blank\">Forum Manager</a>), the group level (see the <a href=\"../{$vbulletin->config[Misc][admincpdir]}/usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>), and at the group level for a specific forum (see <a href=\"../{$vbulletin->config[Misc][admincpdir]}/forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a>). Similarly, event moderation can be enabled at the group level and at the calendar level (see the <a href=\"../{$vbulletin->config[Misc][admincpdir]}/admincalendar.php?do=modify\" target=\"_blank\">Calendar Manager</a>).','vbulletin','vBulletin Solutions',0,''),(884,-1,'moderate_title','cphelptext','About Moderating Content','vbulletin','vBulletin Solutions',0,''),(885,-1,'moderate_attachments_text','cphelptext','This page allows you to moderate attachments that are awaiting moderation. Below are all attachments that are awaiting moderation (if any). Select an action for each attachment (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating an attachment removes it from this moderation queue and makes it visible on the forums. Deleting an attachment does exactly that. Ignoring an attachment leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all attachments awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.','vbulletin','vBulletin Solutions',0,''),(886,-1,'moderate_attachments_title','cphelptext','Moderate Attachments','vbulletin','vBulletin Solutions',0,''),(887,-1,'moderate_attachments_attachaction_text','cphelptext','Select an action to take for this attachment. Validating an attachment removes it from this moderation queue and makes it visible on the forums. Deleting an attachment does exactly that. Ignoring an attachment leaves it in this moderation queue so you can handle it another time.','vbulletin','vBulletin Solutions',0,''),(888,-1,'moderate_attachments_attachaction_title','cphelptext','Action','vbulletin','vBulletin Solutions',0,''),(889,-1,'moderate_events_text','cphelptext','This page allows you to moderate events that are awaiting moderation. Below are all events that are awaiting moderation (if any). Select an action for each event (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating an event removes it from this moderation queue and makes it visible on the calendar. Deleting an event does exactly that. Ignoring an event leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all events awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nYou can edit the content of events on this page while moderating them. For example, an event might have an inappropriate title... just change the text for the title and then validate the event.','vbulletin','vBulletin Solutions',0,''),(890,-1,'moderate_events_title','cphelptext','Moderate Events','vbulletin','vBulletin Solutions',0,''),(891,-1,'moderate_events_eventsubject_text','cphelptext','This is the subject of this event. If the subject is not appropriate or you want to change it, simply edit this field before validating the event.','vbulletin','vBulletin Solutions',0,''),(892,-1,'moderate_events_eventsubject_title','cphelptext','Subject','vbulletin','vBulletin Solutions',0,''),(893,-1,'moderate_events_eventtext_text','cphelptext','This is the message for this event. You have the option of editing the message before validating this event. Simply change the message in this textarea before validating the event.','vbulletin','vBulletin Solutions',0,''),(894,-1,'moderate_events_eventtext_title','cphelptext','Event','vbulletin','vBulletin Solutions',0,''),(895,-1,'moderate_events_eventaction_text','cphelptext','Select an action to take for this event. Validating an event removes it from this moderation queue and makes it visible on the forums. Deleting an event does exactly that. Ignoring an event leaves it in this moderation queue so you can handle it another time.','vbulletin','vBulletin Solutions',0,''),(896,-1,'moderate_events_eventaction_title','cphelptext','Action','vbulletin','vBulletin Solutions',0,''),(897,-1,'moderate_posts_text','cphelptext','This page allows you to moderate topics and posts that are awaiting moderation. Below are all topics and posts that are awaiting moderation (if any). Select an action for each topic and post (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating a topic or post removes it from this moderation queue and makes it visible on the forums. Deleting a topic or post does exactly that. Ignoring a topic or post leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all topics and posts awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nYou can edit the content of topics and posts on this page while moderating them. For example, a topic might have an inappropriate title... just change the text for the title and then validate the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(898,-1,'moderate_posts_title','cphelptext','Moderate Topics / Posts','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(899,-1,'moderate_posts_threadtitle_text','cphelptext','This is the title of this topic. If the title is not appropriate or you want to change it, simply edit this field before validating the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(900,-1,'moderate_posts_threadtitle_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(901,-1,'moderate_posts_threadpagetext_text','cphelptext','This is the message for this topic. You have the option of editing the message before validating this post. Simply change the message in this textarea before validating the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(902,-1,'moderate_posts_threadpagetext_title','cphelptext','Message','vbulletin','vBulletin Solutions',0,''),(903,-1,'moderate_posts_threadnotes_text','cphelptext','The notes field records any moderative action that is made on this topic. You may want to enter a comment about this topic in the notes for reference.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(904,-1,'moderate_posts_threadnotes_title','cphelptext','Notes','vbulletin','vBulletin Solutions',0,''),(905,-1,'moderate_posts_threadaction_text','cphelptext','Select an action to take for this topic. Validating a topic removes it from this moderation queue and makes it visible on the forums. Deleting a topic does exactly that. Ignoring a topic leaves it in this moderation queue so you can handle it another time.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(906,-1,'moderate_posts_threadaction_title','cphelptext','Action','vbulletin','vBulletin Solutions',0,''),(907,-1,'moderate_posts_posttitle_text','cphelptext','This is the title of this post. If the title is not appropriate or you want to change it, simply edit this field before validating the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(908,-1,'moderate_posts_posttitle_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(909,-1,'moderate_posts_postpagetext_text','cphelptext','This is the message for this post. You have the option of editing the message before validating this post. Simply change the message in this textarea before validating the post.','vbulletin','vBulletin Solutions',0,''),(910,-1,'moderate_posts_postpagetext_title','cphelptext','Message','vbulletin','vBulletin Solutions',0,''),(911,-1,'moderate_posts_postaction_text','cphelptext','Select an action to take for this post. Validating a post removes it from this moderation queue and makes it visible on the forums. Deleting a post does exactly that. Ignoring a post leaves it in this moderation queue so you can handle it another time.','vbulletin','vBulletin Solutions',0,''),(912,-1,'moderate_posts_postaction_title','cphelptext','Action','vbulletin','vBulletin Solutions',0,''),(913,-1,'moderator_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Moderators:</b><br />\r\nModerators can be added to forums to help you manage your forum content. Moderator privileges should only be given to users whom you trust.<br /><br />\r\n\r\nModerators can perform several actions on topics including but not limited to: closing topics (topic no longer open for replies), moving / copying topics to other forums, sticking topics (stays at the top of the forum listing), editing topics, deleting topics, merging topics (two topics become one), splitting topics (one topic becomes two).','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(914,-1,'moderator_title','cphelptext','About Moderators','vbulletin','vBulletin Solutions',0,''),(915,-1,'moderator_add_text','cphelptext','On this page you can add a new forum moderator. Below is a list of permissions and options you can set for this moderator.','vbulletin','vBulletin Solutions',0,''),(916,-1,'moderator_add_title','cphelptext','Add New Moderator','vbulletin','vBulletin Solutions',0,''),(917,-1,'moderator_add_usergroupid_text','cphelptext','This option allows you to change this user\'s primary usergroup upon making them a moderator. Often times it is convenient to have your moderators in a specific usergroup for the purpose of giving them special permissions.','vbulletin','vBulletin Solutions',0,''),(918,-1,'moderator_add_usergroupid_title','cphelptext','Change Moderator\'s Primary Usergroup','vbulletin','vBulletin Solutions',0,''),(919,-1,'moderator_add_membergroupids_text','cphelptext','This option allows you to specify additional usergroups to make this user a member of upon making them a moderator.','vbulletin','vBulletin Solutions',0,''),(920,-1,'moderator_add_membergroupids_title','cphelptext','Make Moderator a Member of','vbulletin','vBulletin Solutions',0,''),(921,-1,'moderator_add_edit_forumid_text','cphelptext','This is the forum that the user will moderate. Keep in mind that any child forums of this will also be moderated by this user.','vbulletin','vBulletin Solutions',0,''),(922,-1,'moderator_add_edit_forumid_title','cphelptext','Forum Moderated','vbulletin','vBulletin Solutions',0,''),(923,-1,'moderator_add_edit_modusername_text','cphelptext','Enter the username of the individual or individuals who will become moderators. Separate usernames using a semicolon.<br />\r\n<br />\r\nIf you specify an invalid username, none of the moderators will be added.','vbulletin','vBulletin Solutions',1191255724,'3.7.0 Beta 1'),(924,-1,'moderator_add_edit_modusername_title','cphelptext','Moderator Usernames','vbulletin','vBulletin Solutions',1191255773,'3.7.0 Beta 1'),(925,-1,'moderator_add_edit_editglobal_candeletealbumpicture_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to delete any \"Album\" or \"Picture\" on the Board.','vbulletin','vBulletin Solutions',1195745106,'3.7.0 Beta 1'),(926,-1,'moderator_add_edit_editglobal_candeletealbumpicture_title','cphelptext','Can Delete Albums/Pictures','vbulletin','vBulletin Solutions',1195745106,'3.7.0 Beta 1'),(927,-1,'moderator_add_edit_editglobal_candeletepicturecomments_text','cphelptext','Whether this moderator has permission to soft-delete Picture Comments.','vbulletin','vBulletin Solutions',1208274149,'3.7.0 Release Candidate 4'),(928,-1,'moderator_add_edit_editglobal_candeletepicturecomments_title','cphelptext','Can Delete Picture Comments','vbulletin','vBulletin Solutions',1208274149,'3.7.0 Release Candidate 4'),(929,-1,'moderator_add_edit_editglobal_caneditpicturecomments_text','cphelptext','Whether this moderator has permission to edit Picture Comments.','vbulletin','vBulletin Solutions',1208274076,'3.7.0 Release Candidate 4'),(930,-1,'moderator_add_edit_editglobal_caneditpicturecomments_title','cphelptext','Can Edit Picture Comments','vbulletin','vBulletin Solutions',1208274076,'3.7.0 Release Candidate 4'),(931,-1,'moderator_add_edit_editglobal_canmoderatepicturecomments_text','cphelptext','Whether this moderator has permission to moderate Picture Comments','vbulletin','vBulletin Solutions',1208274242,'3.7.0 Release Candidate 4'),(932,-1,'moderator_add_edit_editglobal_canmoderatepicturecomments_title','cphelptext','Can Moderate Picture Comments','vbulletin','vBulletin Solutions',1208274242,'3.7.0 Release Candidate 4'),(933,-1,'moderator_add_edit_editglobal_canmoderatepictures_text','cphelptext','Whether this moderator has permission to moderate new Pictures.','vbulletin','vBulletin Solutions',1208274048,'3.7.0 Release Candidate 4'),(934,-1,'moderator_add_edit_editglobal_canmoderatepictures_title','cphelptext','Can Moderate Pictures','vbulletin','vBulletin Solutions',1208274048,'3.7.0 Release Candidate 4'),(935,-1,'moderator_add_edit_editglobal_canremovepicturecomments_text','cphelptext','Whether this moderator has permission to physically remove Picture Comments from the database.','vbulletin','vBulletin Solutions',1208274207,'3.7.0 Release Candidate 4'),(936,-1,'moderator_add_edit_editglobal_canremovepicturecomments_title','cphelptext','Can Physically Delete Picture Comments','vbulletin','vBulletin Solutions',1208274207,'3.7.0 Release Candidate 4'),(937,-1,'moderator_add_edit_editglobal_caneditposts_text','cphelptext','This determines whether a moderator can edit other users\' posts. They will still be able to edit their own posts (if their usergroup permission allows) even if you set this to No.','vbulletin','vBulletin Solutions',0,''),(938,-1,'moderator_add_edit_editglobal_caneditposts_title','cphelptext','Can Edit Posts','vbulletin','vBulletin Solutions',0,''),(939,-1,'moderator_add_edit_editglobal_candeleteposts_text','cphelptext','This determines whether a moderator can delete and undelete posts.','vbulletin','vBulletin Solutions',0,''),(940,-1,'moderator_add_edit_editglobal_candeleteposts_title','cphelptext','Can Delete Posts','vbulletin','vBulletin Solutions',0,''),(941,-1,'moderator_add_edit_editglobal_canremoveposts_text','cphelptext','There are two levels of deletion in vBulletin 3... deletion with the option to undelete, and complete physical deletion so the posts cannot be undeleted. This option has to do with the later.','vbulletin','vBulletin Solutions',0,''),(942,-1,'moderator_add_edit_editglobal_canremoveposts_title','cphelptext','Can Physically Delete Posts','vbulletin','vBulletin Solutions',0,''),(943,-1,'moderator_add_edit_editglobal_canopenclose_text','cphelptext','This permission determines whether or not this moderator can open and close topics. A closed topic appears with a lock on it and no one can reply to it except admins and mods.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(944,-1,'moderator_add_edit_editglobal_canopenclose_title','cphelptext','Can Open / Close Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(945,-1,'moderator_add_edit_editglobal_caneditthreads_text','cphelptext','This permission determines whether or not this moderator can edit a topic\'s title and post icon.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(946,-1,'moderator_add_edit_editglobal_caneditthreads_title','cphelptext','Can Edit Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(947,-1,'moderator_add_edit_editglobal_canmanagethreads_text','cphelptext','This permission covers the rest of the topic permissions (stick, merge, split, etc).<br /><br />\r\n\r\nSticking a topic makes it so it always appears at the top of the topic listing. Merging allows a moderator to combine the posts of two topics into one topic. Splitting allows a moderator to split the posts from one topic into two topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(948,-1,'moderator_add_edit_editglobal_canmanagethreads_title','cphelptext','Can Manage Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(949,-1,'moderator_add_edit_editglobal_caneditpoll_text','cphelptext','This permission determines whether or not this moderator can edit poll options and results within their forum.','vbulletin','vBulletin Solutions',0,''),(950,-1,'moderator_add_edit_editglobal_caneditpoll_title','cphelptext','Can Edit Polls','vbulletin','vBulletin Solutions',0,''),(951,-1,'moderator_add_edit_editglobal_canannounce_text','cphelptext','This permission determines whether or not this moderator can post announcements in their forum.<br />\r\n<br />\r\nThis permission will allow this user to post announcements containing arbitrary HTML, which may be a security concern. Only grant this permission if you trust this person.','vbulletin','vBulletin Solutions',1219837452,'3.8.0 Alpha 1'),(952,-1,'moderator_add_edit_editglobal_canannounce_title','cphelptext','Can Post Announcements','vbulletin','vBulletin Solutions',0,''),(953,-1,'moderator_add_edit_editglobal_canmoderateposts_text','cphelptext','If post moderation is enabled in this moderator\'s forum, this permission will allow this moderator to approve posts awaiting moderation. The moderate will also be allowed to send posts back into moderation.','vbulletin','vBulletin Solutions',0,''),(954,-1,'moderator_add_edit_editglobal_canmoderateposts_title','cphelptext','Can Moderate Posts','vbulletin','vBulletin Solutions',0,''),(955,-1,'moderator_add_edit_editglobal_canmoderateattachments_text','cphelptext','If attachment moderation is enabled in this moderator\'s forum, this permission will allow this moderator to approve attachments awaiting moderation.','vbulletin','vBulletin Solutions',0,''),(956,-1,'moderator_add_edit_editglobal_canmoderateattachments_title','cphelptext','Can Moderate Attachments','vbulletin','vBulletin Solutions',0,''),(957,-1,'moderator_add_edit_editglobal_canmassmove_text','cphelptext','This permission allows this moderator to mass-move topics out of their forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(958,-1,'moderator_add_edit_editglobal_canmassmove_title','cphelptext','Can Mass-Move Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(959,-1,'moderator_add_edit_editglobal_canmassprune_text','cphelptext','This permission allows this moderator to mass-prune topics from their forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(960,-1,'moderator_add_edit_editglobal_canmassprune_title','cphelptext','Can Mass-Prune Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(961,-1,'moderator_add_edit_editglobal_cansetpassword_text','cphelptext','If this forum has a password, this permission will allow this moderator to change this password.','vbulletin','vBulletin Solutions',0,''),(962,-1,'moderator_add_edit_editglobal_cansetpassword_title','cphelptext','Can Set Forum Password','vbulletin','vBulletin Solutions',0,''),(963,-1,'moderator_add_edit_editglobal_canviewips_text','cphelptext','Every post has an IP address recorded with it. This permission allows this moderator to click the IP address link in a post and view the IP address.','vbulletin','vBulletin Solutions',0,''),(964,-1,'moderator_add_edit_editglobal_canviewips_title','cphelptext','Can View IP Addresses','vbulletin','vBulletin Solutions',0,''),(965,-1,'moderator_add_edit_editglobal_canviewprofile_text','cphelptext','This permission allows this moderator to view a user\'s entire profile, as it appears in the Admin CP. This does not give this moderator permission to edit a user\'s profile.','vbulletin','vBulletin Solutions',0,''),(966,-1,'moderator_add_edit_editglobal_canviewprofile_title','cphelptext','Can View Whole User Profile','vbulletin','vBulletin Solutions',0,''),(967,-1,'moderator_add_edit_editglobal_canbanusers_text','cphelptext','This permission allows this moderator to ban users, temporarily or permanently.','vbulletin','vBulletin Solutions',0,''),(968,-1,'moderator_add_edit_editglobal_canbanusers_title','cphelptext','Can Ban Users','vbulletin','vBulletin Solutions',0,''),(969,-1,'moderator_add_edit_editglobal_canunbanusers_text','cphelptext','This permission allows this moderator to unban users who are banned.','vbulletin','vBulletin Solutions',0,''),(970,-1,'moderator_add_edit_editglobal_canunbanusers_title','cphelptext','Can Restore Banned Users','vbulletin','vBulletin Solutions',0,''),(971,-1,'moderator_add_edit_editglobal_caneditsigs_text','cphelptext','This permission allows this moderator to edit users\' signatures.','vbulletin','vBulletin Solutions',0,''),(972,-1,'moderator_add_edit_editglobal_caneditsigs_title','cphelptext','Can Edit User Signatures','vbulletin','vBulletin Solutions',0,''),(973,-1,'moderator_add_edit_editglobal_caneditavatar_text','cphelptext','This permission allows this moderator to edit users\' avatars.','vbulletin','vBulletin Solutions',0,''),(974,-1,'moderator_add_edit_editglobal_caneditavatar_title','cphelptext','Can Edit User Avatars','vbulletin','vBulletin Solutions',0,''),(975,-1,'moderator_add_edit_editglobal_caneditprofilepic_text','cphelptext','This permission allows this moderator to edit users\' profile pictures.','vbulletin','vBulletin Solutions',0,''),(976,-1,'moderator_add_edit_editglobal_caneditprofilepic_title','cphelptext','Can Edit User Profile Pictures','vbulletin','vBulletin Solutions',0,''),(977,-1,'moderator_add_edit_editglobal_caneditreputation_text','cphelptext','This permission allows this moderator to edit reputation comments.','vbulletin','vBulletin Solutions',0,''),(978,-1,'moderator_add_edit_editglobal_caneditreputation_title','cphelptext','Can Edit User Reputation Comments','vbulletin','vBulletin Solutions',0,''),(979,-1,'moderator_add_edit_editglobal_newthreademail_text','cphelptext','Enabling this option will notify this moderator by email whenever a new topic is created. This is useful for low traffic forums that require close moderation.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(980,-1,'moderator_add_edit_editglobal_newthreademail_title','cphelptext','Receive Email When a New Topic is Created','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(981,-1,'moderator_add_edit_editglobal_newpostemail_text','cphelptext','Enabling this option will notify this moderator by email whenever a new post is made. This is useful for low traffic forums that require close moderation.','vbulletin','vBulletin Solutions',0,''),(982,-1,'moderator_add_edit_editglobal_newpostemail_title','cphelptext','Receive Email When a New Post is Created','vbulletin','vBulletin Solutions',0,''),(983,-1,'moderator_add_edit_editglobal_caneditvisitormessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to edit \"Visitor Messages\".','vbulletin','vBulletin Solutions',1195743948,'3.7.0 Beta 1'),(984,-1,'moderator_add_edit_editglobal_caneditvisitormessages_title','cphelptext','Can Edit Posts','vbulletin','vBulletin Solutions',1195743948,'3.7.0 Beta 1'),(985,-1,'moderator_add_edit_editglobal_candeletevisitormessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to delete \"Visitor Messages\".','vbulletin','vBulletin Solutions',1195743992,'3.7.0 Beta 1'),(986,-1,'moderator_add_edit_editglobal_candeletevisitormessages_title','cphelptext','Can Delete Posts','vbulletin','vBulletin Solutions',1195743992,'3.7.0 Beta 1'),(987,-1,'moderator_add_edit_editglobal_canremovevisitormessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to remove \"Visitor Messages\" from the database.','vbulletin','vBulletin Solutions',1195744049,'3.7.0 Beta 1'),(988,-1,'moderator_add_edit_editglobal_canremovevisitormessages_title','cphelptext','Can Physically Delete Posts','vbulletin','vBulletin Solutions',1195744049,'3.7.0 Beta 1'),(989,-1,'moderator_add_edit_editglobal_canmoderatevisitormessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to make \"Visitor Messages\" visible or invisible.','vbulletin','vBulletin Solutions',1195744118,'3.7.0 Beta 1'),(990,-1,'moderator_add_edit_editglobal_canmoderatevisitormessages_title','cphelptext','Can Moderate Posts','vbulletin','vBulletin Solutions',1195744118,'3.7.0 Beta 1'),(991,-1,'moderator_add_edit_editglobal_caneditsocialgroups_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to edit the title and description of any Group.','vbulletin','vBulletin Solutions',1260377675,'4.0.0 Release Candidate 2'),(992,-1,'moderator_add_edit_editglobal_caneditsocialgroups_title','cphelptext','Can Edit Groups','vbulletin','vBulletin Solutions',1260377687,'4.0.0 Release Candidate 2'),(993,-1,'moderator_add_edit_editglobal_candeletesocialgroups_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to delete any Groups','vbulletin','vBulletin Solutions',1260377657,'4.0.0 Release Candidate 2'),(994,-1,'moderator_add_edit_editglobal_candeletesocialgroups_title','cphelptext','Can Delete Groups','vbulletin','vBulletin Solutions',1260377665,'4.0.0 Release Candidate 2'),(995,-1,'moderator_add_edit_editglobal_caneditgroupmessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to edit \"Group Messages\".','vbulletin','vBulletin Solutions',1195744660,'3.7.0 Beta 1'),(996,-1,'moderator_add_edit_editglobal_caneditgroupmessages_title','cphelptext','Can Edit Posts','vbulletin','vBulletin Solutions',1195744660,'3.7.0 Beta 1'),(997,-1,'moderator_add_edit_editglobal_candeletegroupmessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to delete \"Group Messages\".','vbulletin','vBulletin Solutions',1197388758,'3.7.0 Beta 1'),(998,-1,'moderator_add_edit_editglobal_candeletegroupmessages_title','cphelptext','Can Delete Posts','vbulletin','vBulletin Solutions',1197388758,'3.7.0 Beta 1'),(999,-1,'moderator_add_edit_editglobal_canremovegroupmessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to physically remove \"Group Messages\" from the database.','vbulletin','vBulletin Solutions',1195744823,'3.7.0 Beta 1'),(1000,-1,'moderator_add_edit_editglobal_canremovegroupmessages_title','cphelptext','Can Physically Delete Posts','vbulletin','vBulletin Solutions',1195744823,'3.7.0 Beta 1'),(1001,-1,'moderator_add_edit_editglobal_canmoderategroupmessages_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to make \"Group Messages\" visible or invisible.','vbulletin','vBulletin Solutions',1195744928,'3.7.0 Beta 1'),(1002,-1,'moderator_add_edit_editglobal_canmoderategroupmessages_title','cphelptext','Can Moderate Posts','vbulletin','vBulletin Solutions',1195744928,'3.7.0 Beta 1'),(1003,-1,'moderator_add_edit_editglobal_caneditalbumpicture_text','cphelptext','When this permission is set to \"yes\", allows the Moderator to edit any \"Album\" or \"Picture\" on the Board.','vbulletin','vBulletin Solutions',1195745010,'3.7.0 Beta 1'),(1004,-1,'moderator_add_edit_editglobal_caneditalbumpicture_title','cphelptext','Can Edit Albums/Pictures','vbulletin','vBulletin Solutions',1195745010,'3.7.0 Beta 1'),(1005,-1,'moderator_edit_text','cphelptext','This page allows you to edit this moderator. Below is a list of permissions that can be edited for this moderator.','vbulletin','vBulletin Solutions',0,''),(1006,-1,'moderator_edit_title','cphelptext','Edit Moderator','vbulletin','vBulletin Solutions',0,''),(1007,-1,'moderator_edit_candeletediscussions_text','cphelptext','If this is set to \'yes\' the moderator will be able to delete discussions in Groups.','vbulletin','vBulletin Solutions',1260377695,'4.0.0 Release Candidate 2'),(1008,-1,'moderator_edit_candeletediscussions_title','cphelptext','Can Delete Group Discussions','vbulletin','vBulletin Solutions',1260377704,'4.0.0 Release Candidate 2'),(1009,-1,'moderator_edit_caneditdiscussions_text','cphelptext','If this is set to \'yes\' the moderator will be able to edit discussions in Groups.','vbulletin','vBulletin Solutions',1260377722,'4.0.0 Release Candidate 2'),(1010,-1,'moderator_edit_caneditdiscussions_title','cphelptext','Can Edit Group Discussions','vbulletin','vBulletin Solutions',1260377730,'4.0.0 Release Candidate 2'),(1011,-1,'moderator_edit_canmoderatediscussions_text','cphelptext','If this is set to \'yes\' the moderator can send a discussion to the moderation queue.','vbulletin','vBulletin Solutions',1227763240,'4.0.0 Alpha 1'),(1012,-1,'moderator_edit_canmoderatediscussions_title','cphelptext','Can Moderate Group Discussions','vbulletin','vBulletin Solutions',1260377737,'4.0.0 Release Candidate 2'),(1013,-1,'moderator_edit_canremovediscussions_text','cphelptext','If this is set to \'yes\' the moderator will be able to physically delete discussions from Groups so that they can not be restored later.','vbulletin','vBulletin Solutions',1260377744,'4.0.0 Release Candidate 2'),(1014,-1,'moderator_edit_canremovediscussions_title','cphelptext','Can Physically Delete Discussions','vbulletin','vBulletin Solutions',1212053746,'3.7.1'),(1015,-1,'moderator_editglobal_candeletediscussions_text','cphelptext','When this is set to \"yes\" the Moderator will be able to delete a discussion including all of it\'s posts. The discussion and it\'s posts can later be restored.','vbulletin','vBulletin Solutions',1211465150,'3.7.1'),(1016,-1,'moderator_editglobal_candeletediscussions_title','cphelptext','Can Delete Discussions','vbulletin','vBulletin Solutions',1211464938,'3.7.1'),(1017,-1,'moderator_editglobal_caneditdiscussions_text','cphelptext','If this is set to \"yes\" the Moderator will be able to edit the first post of a discussion, including the title of the discussion.','vbulletin','vBulletin Solutions',1211465192,'3.7.1'),(1018,-1,'moderator_editglobal_caneditdiscussions_title','cphelptext','Can Edit Discussions','vbulletin','vBulletin Solutions',1211464959,'3.7.1'),(1019,-1,'moderator_editglobal_canmoderatediscussions_text','cphelptext','If this is set to \'yes\' the moderator can moderate discussions.','vbulletin','vBulletin Solutions',1212068794,'3.7.1'),(1020,-1,'moderator_editglobal_canmoderatediscussions_title','cphelptext','Can Moderate Group Discussions','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1021,-1,'moderator_editglobal_canremovediscussions_text','cphelptext','If this is set to \"yes\" the Moderator will be able to physically delete a discussion and all of it\'s posts from the database. The discussion and posts can not be restored!','vbulletin','vBulletin Solutions',1211465113,'3.7.1'),(1022,-1,'moderator_editglobal_canremovediscussions_title','cphelptext','Can Physically Delete Discussions','vbulletin','vBulletin Solutions',1211465023,'3.7.1'),(1023,-1,'moderator_editglobal_cantransfersocialgroups_text','cphelptext','If this is set to \"yes\" the Moderator will be able to transfer ownership of any group to another user. Note that the transfer will only be completed upon the receipient\'s acceptance.<br /><br />\r\nAdditionally, the current owner of the group will receive a private message notifying them that the group has been transfered to another user.','vbulletin','vBulletin Solutions',1221644809,'4.0.0 Alpha 1'),(1024,-1,'moderator_editglobal_cantransfersocialgroups_title','cphelptext','Can Transfer Groups','vbulletin','vBulletin Solutions',1260377752,'4.0.0 Release Candidate 2'),(1025,-1,'moderator_remove_text','cphelptext','This page allows you to delete this moderator. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(1026,-1,'moderator_remove_title','cphelptext','Delete Moderator','vbulletin','vBulletin Solutions',0,''),(1027,-1,'moderator_removeall_text','cphelptext','This page allows you to remove this user\'s moderatorship from all forums. Click the \"Yes\" button below to perform the removal.','vbulletin','vBulletin Solutions',0,''),(1028,-1,'moderator_removeall_title','cphelptext','Remove this Moderator from All Forums','vbulletin','vBulletin Solutions',0,''),(1029,-1,'moderator_showlist_text','cphelptext','This page shows you all of your forum moderators and their last visit dates which helps you to identify inactive moderators.<br /><br />\r\n\r\nClick the [Edit] link next to a moderator\'s forum to edit their moderator permissions for that forum. Click the [Delete] link next to a moderator\'s forum to revoke their moderatorship in that forum. Click the [Remove this Moderator from All Forums] link to do exactly that.','vbulletin','vBulletin Solutions',0,''),(1030,-1,'moderator_showlist_title','cphelptext','Show All Moderators','vbulletin','vBulletin Solutions',0,''),(1031,-1,'modlog_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Moderator Log:</b><br />\r\nThe moderator log allows you to view the activities of your moderators. Each time a moderator action is performed on your forums it is recorded in the moderator log. The information stored includes the moderator\'s username, the date, the action performed, and additional information which varies depending on the action being performed.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1032,-1,'modlog_title','cphelptext','About Moderator Log','vbulletin','vBulletin Solutions',0,''),(1033,-1,'modlog_choose_text','cphelptext','This page allows you to view / prune log entries in the moderator log. If you have questions about specific options on this page please see the individual help topics below.','vbulletin','vBulletin Solutions',0,''),(1034,-1,'modlog_choose_title','cphelptext','View / Prune Moderator Log','vbulletin','vBulletin Solutions',0,''),(1035,-1,'modlog_choose_perpage_text','cphelptext','This limits how many entries are shown on each page. If you have a slower connection it is recommended you select a lower number.','vbulletin','vBulletin Solutions',0,''),(1036,-1,'modlog_choose_perpage_title','cphelptext','Log Entries to Show Per Page','vbulletin','vBulletin Solutions',0,''),(1037,-1,'modlog_choose_userid_text','cphelptext','If you wish to only view / prune logs that were generated by the actions of one person, select their username here.','vbulletin','vBulletin Solutions',0,''),(1038,-1,'modlog_choose_userid_title','cphelptext','Show Only Entries Generated By','vbulletin','vBulletin Solutions',0,''),(1039,-1,'modlog_choose_orderby_text','cphelptext','You can order the entries by date created, script accessed, or the user who performed the action.','vbulletin','vBulletin Solutions',0,''),(1040,-1,'modlog_choose_orderby_title','cphelptext','Order By','vbulletin','vBulletin Solutions',0,''),(1041,-1,'modlog_choose_daysprune_text','cphelptext','You can easily remove old logs using this option. Logs found that are older than this date will be removed.','vbulletin','vBulletin Solutions',0,''),(1042,-1,'modlog_choose_daysprune_title','cphelptext','Remove Entries Older Than (Days)','vbulletin','vBulletin Solutions',0,''),(1043,-1,'modlog_prunelog_text','cphelptext','This is a confirmation that you want to delete the matching log entries from the moderator log. Click the \"Yes\" button to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(1044,-1,'modlog_prunelog_title','cphelptext','Prune Moderator Log','vbulletin','vBulletin Solutions',0,''),(1045,-1,'modlog_view_text','cphelptext','This screen shows you a portion of the log entries that have been made by your moderators while performing mod duties. From left to right, the columns tell you:<br /><br />\r\n\r\n<b>Log ID</b>: This is simply an internal ID used for cataloging.<br /><br />\r\n\r\n<b>Username</b>: This is the person who performed the action.<br /><br />\r\n\r\n<b>Date</b>: This is the date and time the action was performed.<br /><br />\r\n\r\n<b>Action</b>: This is the action that the user performed.<br /><br />\r\n\r\n<b>Extra Info</b>: For some actions, this records extra bits, such as affected topics and forums.<br /><br />\r\n\r\nAt the bottom of the page, if there are more entries than could be displayed on one screen, you will find links to view the first page, previous page, next page, and last page. These buttons appear as necessary. For example if you are on the first page, the First Page and Previous Page buttons will not appear.<br /><br />\r\n\r\nTo return to the main screen, choose Restart from the bottom of any page.<br /><br />\r\n\r\nYou can restrict access to this script, or just to the pruning function or just to the viewing function. See <a href=\"help.php?do=answer&page=adminlog.php&pageaction=restrict\">Restricting Access to Admin Log</a>.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1046,-1,'modlog_view_title','cphelptext','Viewing the Moderator Log','vbulletin','vBulletin Solutions',0,''),(1047,-1,'notice_add_edit_title_text','cphelptext','The title you specify here is used only in the Admin CP for management purposes and is never shown to visitors.<br />\r\n<br />\r\nThe text displayed here should be entered in the base language for your board. If you want to create versions for other languages you have enabled on your board, click the \'Translations\' link.','vbulletin','vBulletin Solutions',1190023671,'3.6.8'),(1048,-1,'notice_add_edit_title_title','cphelptext','Notice Title','vbulletin','vBulletin Solutions',1190023671,'3.6.8'),(1049,-1,'notice_add_edit_html_text','cphelptext','This field contains the raw HTML of your notice. You may use any HTML you like - BB code is not accepted here.<br />\r\n<br />\r\nIf you want to refer by name to a user viewing your notice, include {username} or {musername} in the text of your notice and it will be replaced with the user\'s username when the message is displayed to them. {musername} will display their name with the markup specified by their usergroup.<br />\r\n<br />\r\nYou may also use {userid}, {sessionurl}, and {sessionurl_q} to assist in creating hyperlinks. {sessionurl_q} contains the session hash preceded by a question mark.<br />\r\n<br />\r\nThe text displayed here should be entered in the base language for your board. If you want to create versions for other languages you have enabled on your board, click the \'Translations\' link.','vbulletin','vBulletin Solutions',1271432730,'4.0.4'),(1050,-1,'notice_add_edit_html_title','cphelptext','Notice HTML','vbulletin','vBulletin Solutions',1189782859,'3.6.8'),(1051,-1,'notice_add_edit_displayorder_text','cphelptext','In addition to changing the order in which notices are displayed in the Notice Manager, this control also defines the order in which notices will be displayed to visitors.','vbulletin','vBulletin Solutions',1206707268,'3.7.0 Release Candidate 2'),(1052,-1,'notice_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1189783140,'3.6.8'),(1053,-1,'notice_add_edit_active_text','cphelptext','This is a quick switch to allow you to disable a notice without actually deleting it.','vbulletin','vBulletin Solutions',1189783173,'3.6.8'),(1054,-1,'notice_add_edit_active_title','cphelptext','Active','vbulletin','vBulletin Solutions',1189783173,'3.6.8'),(1055,-1,'notice_add_edit_persistent_text','cphelptext','A notice that is not persistent will be displayed the first time a user visits the board and will then disappear until they visit again (it is displayed once per browser-session).<br />\r\n<br />\r\nOn the other hand, a Persistent notice is displayed whenever all of its conditions have been fulfilled.','vbulletin','vBulletin Solutions',1190023789,'3.6.8'),(1056,-1,'notice_add_edit_persistent_title','cphelptext','Persistent','vbulletin','vBulletin Solutions',1189783229,'3.6.8'),(1057,-1,'notice_add_edit_criteria_text','cphelptext','Here, there are listed a number of conditions you can set in order for your notice to be displayed.<br />\r\n<br />\r\nTo activate a criterion, check the checkbox next to its description, then enter the values you would like to use in the form fields for that criterion, if it has any.<br />\r\n<br />\r\nAll active criteria must be satisfied in order for a notice to be displayed.<br />\r\n<br />\r\nFor criteria that are of the form \'value is between x and y\', the condition is inclusive. Therefore, if you have a criterion saying \'User has between 10 and 20 reputation points\', a user with 10 or 20 reputation points or any value between would be shown the notice.<br />\r\n<br />\r\nAdditionally, these \'value is between x and y\' criteria can be used as \'less than\' or \'greater than\' conditions. To do this, leave the <em>first</em> box totally empty to set a condition of \'less than the value in the second box\', or leave the <em>second</em> box blank to use a condition of \'greater than the value in the first box\'.<br />\r\n<br />\r\nThe \'Criteria for notice x are not met\' condition is a special case. It works by looking back over the list of notices that have been selected for display, and then removing notices that are dependent on another notice not being matched for display.<br />\r\n<br />\r\nConsider the following example:<ul>\r\n<li>Notices A, B and C exist.</li>\r\n<li>Notice A is shown when visiting users belong to the \'Registered Users\' group</li>\r\n<li>Notice B is shown if criteria for notice A are not met</li>\r\n<li>Notice C is shown if criteria for notice B are not met</li>\r\n<li>A registered user views a page. Notice A is shown</li>\r\n<li>Notice B is not shown, because the criteria for showing Notice A are met</li>\r\n<li>Notice C is not shown, because (with the exception of the \'Criteria for notice x are not met\' condition), Notice B would have been shown.</li>\r\n<li>The final result is that only Notice A is shown. The same is true regardless of the order in which the notices are executed or displayed.</li>\r\n</ul>','vbulletin','vBulletin Solutions',1209205296,'3.7.0'),(1058,-1,'notice_add_edit_criteria_title','cphelptext','Display this notice if...','vbulletin','vBulletin Solutions',1189778146,'3.6.8'),(1059,-1,'notice_modify_tableheader_text','cphelptext','Here you see a list of all the notices you have currently defined on your system.<br />\r\n<br />\r\nAt the top of the list is a checkbox that allows you to toggle the \'Active\' status of all notices with one click.<br />\r\n<br />\r\nTo edit a notice, click its title. To delete a notice, there is a \'Delete\' link at the end of each notice\'s row in the manager.<br />\r\n<br />\r\nEach notice is displayed with two checkboxes and a text box containing a number. These represent the Active status, the Persistent nature of the notice, and the notice\'s Display Order.<br />\r\n<br />\r\nIf a notice is not active, it will not be displayed to visitors under any circumstances.<br />\r\n<br />\r\nA notice that is not persistent will be displayed the first time a user visits the board and will then disappear until they visit again (it is displayed once per browser-session).<br />\r\n<br />\r\nThe display order text box controls the order in which the notice is shown, both in the notices manager <em>and</em> to visitors. Display order also controls the order in which notices are checked, so it\'s important for the \'Notice x has not already been displayed\' condition.<br />\r\n<br />\r\nAfter using the Active, Persistent and Display Order controls, you need to click the \'Save\' button to commit your changes.','vbulletin','vBulletin Solutions',1190023553,'3.6.8'),(1060,-1,'notice_modify_tableheader_title','cphelptext','Notices Manager','vbulletin','vBulletin Solutions',1189783807,'3.6.8'),(1061,-1,'options_text','cphelptext','<b>vBulletin Options:</b><br />\r\nThis section of the Admin CP contains all configurable vBulletin options. The options are categorized into groups whose names indicate what kind of options they contain.<br /><br />\r\n\r\nWhen configuring these options you have the choice of displaying all options (there are a lot of them) for all groups or displaying the options for one group at a time. If you are going through all of the options after a fresh installation or upgrade from vBulletin 2 you may find it more convenient to display all options so you can configure and save everything all at once. Otherwise you can just open the group containing the options you want to configure.<br /><br />\r\n\r\nIf you are looking for a specific option and you don\'t know what group it\'s in, you can display all of the options and do a page search in your web browser. Internet Explorer users can press Ctrl - F to pull up a search box. Other browsers may be different.','vbulletin','vBulletin Solutions',0,''),(1062,-1,'options_title','cphelptext','About vBulletin Options','vbulletin','vBulletin Solutions',0,''),(1063,-1,'options_options_text','cphelptext','On this screen you can select the group of options you wish to modify. You can also opt to view all settings on one screen by choosing Show All Settings. Internet Explorer users can double-click on their choice to be taken to that page automatically.','vbulletin','vBulletin Solutions',0,''),(1064,-1,'options_options_title','cphelptext','Modifying vBulletin Options','vbulletin','vBulletin Solutions',0,''),(1065,-1,'options_options_ajaxheader_text','cphelptext','When vBulletin sends XML (ajax) responses back to clients, it normally includes a content length header if IIS is being used. In some circumstances (such as when you are running IIS with server level compression) it may be necessary to disable this header, otherwise ajax will not work.','vbulletin','vBulletin Solutions',1317849568,'5.0.0 Alpha 32'),(1066,-1,'options_options_ajaxheader_title','cphelptext','Ajax Content Length Header','vbulletin','vBulletin Solutions',1317849568,'5.0.0 Alpha 32'),(1067,-1,'options_options_albums_perpage_text','cphelptext','When listing multiple albums on one page, this controls how many will be displayed before pagination occurs.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955489,'3.7.0 Release Candidate 4'),(1068,-1,'options_options_albums_perpage_title','cphelptext','Albums Per Page','vbulletin','vBulletin Solutions',1193063555,'3.7.0 Beta 1'),(1069,-1,'options_options_albums_pictures_moderation_text','cphelptext','If set to \'Yes\', all pictures uploaded to user albums are placed into a moderation queue for approval by board staff before being visible to site visitors.<br />\r\n<br />\r\nIt may be a legal requirement to enable this option in some cases, such as for boards run in Germany.<br />\r\n<br />\r\nIf you would like to have all images from only certain usergroups sent to the moderation queue, the usergroup editor provides this ability.','vbulletin','vBulletin Solutions',1205419650,'3.7.0 Release Candidate 1'),(1070,-1,'options_options_albums_pictures_moderation_title','cphelptext','Picture Moderation','vbulletin','vBulletin Solutions',1205419650,'3.7.0 Release Candidate 1'),(1071,-1,'options_options_album_captionpreviewlen_text','cphelptext','When showing the list of pictures in an album, this option controls the amount of characters from a picture\'s caption that will be shown when a user hovers over the picture.','vbulletin','vBulletin Solutions',1193064182,'3.7.0 Beta 1'),(1072,-1,'options_options_album_captionpreviewlen_title','cphelptext','Caption Preview Length','vbulletin','vBulletin Solutions',1193064182,'3.7.0 Beta 1'),(1073,-1,'options_options_album_maxpicsperalbum_text','cphelptext','This option allows you globally control how many pictures a user may place in an album. Users may create as many albums as they wish.<br />\r\n<br />\r\nYou may control how many pictures a user can upload to all of their albums via user group permissions.','vbulletin','vBulletin Solutions',1193064329,'3.7.0 Beta 1'),(1074,-1,'options_options_album_maxpicsperalbum_title','cphelptext','Maximum Pictures per Album','vbulletin','vBulletin Solutions',1193064329,'3.7.0 Beta 1'),(1075,-1,'options_options_album_pictures_perpage_text','cphelptext','When viewing an album, this controls how many pictures are displayed before pagination occurs.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955526,'3.7.0 Release Candidate 4'),(1076,-1,'options_options_album_pictures_perpage_title','cphelptext','Pictures Per Page','vbulletin','vBulletin Solutions',1193063576,'3.7.0 Beta 1'),(1077,-1,'options_options_album_recentalbumdays_text','cphelptext','You may set the amount of days that albums are relevant in the Recently Updated Albums list. You may want to increase this value if picture updates are infrequent, or vice versa.<br /><br />If user album permissions are changed then the Recent Abum Updates list may contain albums that are no longer accessible. This can be fixed by rebuilding the list on the Rebuild Counters page.<br /><br />','vbulletin','vBulletin Solutions',1217326340,'3.8.0 Alpha 1'),(1078,-1,'options_options_album_recentalbumdays_title','cphelptext','Recent Album Update Days','vbulletin','vBulletin Solutions',1217326253,'3.8.0 Alpha 1'),(1079,-1,'options_options_album_thumbsize_text','cphelptext','The maximum height and width of thumbnails for pictures uploaded to the album system. The picture\'s aspect ratio will be maintained.<br />\r\n<br />\r\nFor example, if a user uploads and 900x600 picture and the thumbnail size is 150, the thumbnail will be 150x100.','vbulletin','vBulletin Solutions',1193063995,'3.7.0 Beta 1'),(1080,-1,'options_options_album_thumbsize_title','cphelptext','Album Thumbnail Size','vbulletin','vBulletin Solutions',1193063995,'3.7.0 Beta 1'),(1081,-1,'options_options_album_uploadamount_text','cphelptext','This controls the number of pictures users can upload simultaneously. They will not be able to violate any album- or usergroup-implied size limits if you set this value too large.<br />\r\n<br />\r\nHowever, setting this to a large value may cause strain on your server if the uploaded pictures need to be resized or recompressed.<br />\r\n<br />\r\nThis value cannot go below 1.','vbulletin','vBulletin Solutions',1193064221,'3.7.0 Beta 1'),(1082,-1,'options_options_album_uploadamount_title','cphelptext','Number of Pictures that can be Uploaded Simultaneously','vbulletin','vBulletin Solutions',1193064221,'3.7.0 Beta 1'),(1083,-1,'options_options_attachresize_text','cphelptext','This option will attempt to automatically resize image attachments that exceed the set dimensions for that specific image type. The image will be proportionately resized to the maximum dimensions for that image type. Resized images will be converted to JPG images to conserve space. Image types that can be resized depends on your server configuration. Resizing is as follows:\r\n<br /><br />\r\n<strong>GD</strong><br />\r\nJPEG => JPEG<br />\r\nPNG => JPEG<br />\r\nGIF => JPEG\r\n<br />\r\n<br />\r\n<strong>Imagemagick</strong><br />\r\nJPEG => JPEG<br />\r\nPNG => JPEG<br />\r\nGIF => JPEG<br />\r\nBMP => JPEG<br />\r\nTIFF => JPEG<br />\r\nPSD (N/A)*<br />\r\nPDF (N/A)*<br /><br />\r\n<dfn>*PSD and PDF image types are not resized as you would want to retain their current setting.</dfn>','vbulletin','vBulletin Solutions',1177625993,'3.6.6'),(1084,-1,'options_options_attachresize_title','cphelptext','Resize Images','vbulletin','vBulletin Solutions',1145475753,'3.6.0 Beta 1'),(1085,-1,'options_options_bburl_basepath_text','cphelptext','If this is set to \'Yes\' the Forum URL will always be used for links instead of the current URL. This ensures that links are consistent but may not be desirable if you use multiple domains or a mix of http and https.\r\n\r\nIf this is set to \'No\' then many links will be resolved from current URL. This is useful if you have subdomains, multiple domains or a mix of http and https pages.','vbulletin','vBulletin Solutions',1264697905,'4.0.3'),(1086,-1,'options_options_bburl_basepath_title','cphelptext','Always use Forum URL as Base Path','vbulletin','vBulletin Solutions',1264697905,'4.0.3'),(1087,-1,'options_options_bounceemail_text','cphelptext','When an email sent from vBulletin is returned (bounced) back from a server for whatever reason, internet standards dictate that there must be a valid email address to receive those bounce messages. This option should be used to provide that address.<br />\r\n<br />\r\nIf this field is left empty, the previously-specified \'Webmaster Email\' address will be used automatically.<br />\r\n<br />\r\nThis email is used when using an SMTP server, or when the \"Enable -f Parameter\" email for sendmail is switched on.','vbulletin','vBulletin Solutions',1205419400,'3.7.0 Release Candidate 1'),(1088,-1,'options_options_bounceemail_title','cphelptext','Bounce Email Address','vbulletin','vBulletin Solutions',1205419400,'3.7.0 Release Candidate 1'),(1089,-1,'options_options_checkcoppa_text','cphelptext','This option will save a cookie onto the user\'s computer if an age under 13 is entered. Subsequent registration attempts will be failed, no matter what age is entered.<br /><br />This will stop users from trying to register with an age older than 13. Users can still circumvent this check by manually removing the cookie.','vbulletin','vBulletin Solutions',1144879595,'3.6.0 Beta 1'),(1090,-1,'options_options_checkcoppa_title','cphelptext','COPPA Registration System Cookie Check','vbulletin','vBulletin Solutions',1205941754,'3.7.0 Release Candidate 1'),(1091,-1,'options_options_cmstitle_text','cphelptext','The CMS name is included in the title of CMS pages. If this is left blank then the <em>Forum Name</em> will be used instead.','vbulletin','vBulletin Solutions',1243381128,'4.0.0 Alpha 1'),(1092,-1,'options_options_cmstitle_title','cphelptext','CMS Name','vbulletin','vBulletin Solutions',1243381128,'4.0.0 Alpha 1'),(1093,-1,'options_options_customjquery_path_text','cphelptext','In place of selecting Google, jQuery, or Microsoft for serving jQuery remotely, you may enter a URL to another jQuery CDN. Please replace the jQuery version(s) in the url with {version}. If the URL supports SSL, don\'t add http:// at the beinning, otherwise do so. Examples:<br /><br />\r\n\r\nhttp://ajax.aspnetcdn.com/ajax/jquery/jquery-{version}.min.js <strong>(No SSL Support)</strong><br />\r\najax.aspnetcdn.com/ajax/jquery/jquery-{version}.min.js <strong>(SSL Support)</strong>','vbulletin','vBulletin Solutions',1343841658,'5.0.0 Alpha 31'),(1094,-1,'options_options_customjquery_path_title','cphelptext','Custom Remote jQuery Path','vbulletin','vBulletin Solutions',1343841658,'5.0.0 Alpha 31'),(1095,-1,'options_options_errorlogemail_text','cphelptext','Enter a path here. For example, on a Windows server the path might be something like:<br />\r\n<br />\r\nC:\\logs\\vbulletin.log<br />\r\n<br />\r\nOr on a *nix server it might be something like:<br />\r\n<br />\r\n/home/yoursite/logs/vbulletin.log<br />\r\n<br />\r\nThis option should only be enabled to troubleshoot email issues. Your server performance can decrease while this option is enabled.','vbulletin','vBulletin Solutions',1146250311,'3.6.0 Beta 1'),(1096,-1,'options_options_errorlogemail_title','cphelptext','Log Emails to a File','vbulletin','vBulletin Solutions',1146250311,'3.6.0 Beta 1'),(1097,-1,'options_options_externalcache_text','cphelptext','By default, content generated by external.php will be cached for one hour. This setting alleviates the problem of abusive users repeatedly requesting updates from external.php. Some RSS applications do not respect the 60 minute refresh request that vBulletin sends with the information.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1098,-1,'options_options_externalcache_title','cphelptext','Cache Lifespan','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1099,-1,'options_options_externalcount_text','cphelptext','This option limits the maximum amount of records that can be returned by the external data provider. By default 15 records will be returned. This option allows the user to tackon &count=X to their RSS feed to retrieve more records.<br />\r\n<br />\r\nChanging this value will not increase or decrease the amount of records that are returned by default. This option simply gives your users the ability to request more records if they desire by adding &tackon=X to their RSS feeds.','vbulletin','vBulletin Solutions',1147890116,'3.6.0 Beta 1'),(1100,-1,'options_options_externalcount_title','cphelptext','Maximum External Records','vbulletin','vBulletin Solutions',1147890116,'3.6.0 Beta 1'),(1101,-1,'options_options_flcache_text','cphelptext','This sets the number of minutes that the forum leaders page is cached for. Caching this page can significantly improve its performance if you have a large number of users and usergroups. Setting the value to 0 will disable the cache.','vbulletin','vBulletin Solutions',1309309737,'4.1.5 Beta 1'),(1102,-1,'options_options_flcache_title','cphelptext','Forum Leaders Cache','vbulletin','vBulletin Solutions',1309309737,'4.1.5 Beta 1'),(1103,-1,'options_options_gm_maxperpage_text','cphelptext','This setting allows you to limit the number of messages users may display per page in the groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260377761,'4.0.0 Release Candidate 2'),(1104,-1,'options_options_gm_maxperpage_title','cphelptext','Maximum Messages Per-Page','vbulletin','vBulletin Solutions',1218111741,'3.8.0 Alpha 1'),(1105,-1,'options_options_gm_perpage_text','cphelptext','This setting allows you to define the default number of messages displayed per-page in groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1106,-1,'options_options_gm_perpage_title','cphelptext','Default Messages Per-Page','vbulletin','vBulletin Solutions',1218111708,'3.8.0 Alpha 1'),(1107,-1,'options_options_hvcheck_text','cphelptext','Setting any of the options will require users with the usergroup permission <strong>Require Human Verification on Configured Actions</strong> to pass the Human Verification test when performing the selected actions.\r\n\r\n<br /><br />If you select the \"Post\" action, the Quick Reply editor will be disabled when viewing topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1108,-1,'options_options_hvcheck_title','cphelptext','Human Verified Actions','vbulletin','vBulletin Solutions',1216639930,'3.8.0 Alpha 1'),(1109,-1,'options_options_ipcheck_text','cphelptext','This is used to specify to what length the session IP should be verified to, the most secure version is when an IP address is fully checked against the session stored IP though this can cause problems with certain ISP\'s. The security risk is however minimal as it involves being within a 254 range of the same connection.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1110,-1,'options_options_ipcheck_title','cphelptext','Session IP Octet Length Check','vbulletin','vBulletin Solutions',1153754401,'3.6.0 Release Candidate 3'),(1111,-1,'options_options_nocache_text','cphelptext','Some content is cached to speed up page load times. Disabling content caching forces content to be fetched directly and not from the cache. This should only be done for trouble shooting purposes.','vbulletin','vBulletin Solutions',1237465475,'4.0.0 Alpha 1'),(1112,-1,'options_options_nocache_title','cphelptext','Disable Content Caching','vbulletin','vBulletin Solutions',1237465475,'4.0.0 Alpha 1'),(1113,-1,'options_options_paymentemail_text','cphelptext','An email will be sent to this email address when a paid subscription is purchased or reversed.','vbulletin','vBulletin Solutions',1147373803,'3.6.0 Beta 1'),(1114,-1,'options_options_paymentemail_title','cphelptext','Paid Subscription Email Notification','vbulletin','vBulletin Solutions',1147373803,'3.6.0 Beta 1'),(1115,-1,'options_options_pc_allowed_bbcode_text','cphelptext','Use this option to specify which (if any) BB code tags your visitors may use when composing picture comments.<br />\r\n<br />\r\nBy default, Basic (B, I, U), Color and Link (URL, EMAIL, THREAD, POST) tags are enabled.','vbulletin','vBulletin Solutions',1206966081,'3.7.0 Release Candidate 2'),(1116,-1,'options_options_pc_allowed_bbcode_title','cphelptext','Allowed BB Code Tags in Picture Comments','vbulletin','vBulletin Solutions',1205422270,'3.7.0 Release Candidate 1'),(1117,-1,'options_options_pc_enabled_text','cphelptext','Picture comments are a messaging system associated with user-uploaded pictures in albums, which allow other users to comment on these pictures.<br />\r\n<br />\r\nIf you would like to enable this system, set this option to \'Yes\'.','vbulletin','vBulletin Solutions',1205419881,'3.7.0 Release Candidate 1'),(1118,-1,'options_options_pc_enabled_title','cphelptext','Enable Picture Comments','vbulletin','vBulletin Solutions',1205419881,'3.7.0 Release Candidate 1'),(1119,-1,'options_options_pc_maxperpage_text','cphelptext','In conjunction with the \'Default Picture Comments Per-Page\' option, this setting allows you to limit the number of picture comments that can be shown on a single page when visitors manually change the per-page option.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955559,'3.7.0 Release Candidate 4'),(1120,-1,'options_options_pc_maxperpage_title','cphelptext','Maximum Picture Comments Per-Page','vbulletin','vBulletin Solutions',1205420755,'3.7.0 Release Candidate 1'),(1121,-1,'options_options_pc_moderation_text','cphelptext','Setting this option to \'Yes\' will force all new picture comments into a moderation queue so that they can be approved by board staff before appearing to the main visitorship of the board.<br />\r\n<br />\r\nIf you would prefer to specify which usergroups have their picture comments moderated, do this through the usergroup manager instead.','vbulletin','vBulletin Solutions',1205419979,'3.7.0 Release Candidate 1'),(1122,-1,'options_options_pc_moderation_title','cphelptext','Moderate Picture Comments','vbulletin','vBulletin Solutions',1205419979,'3.7.0 Release Candidate 1'),(1123,-1,'options_options_pc_perpage_text','cphelptext','If a picture has more comments than the number specified here, the comments will be split across multiple pages, with each page showing this number of comments.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955570,'3.7.0 Release Candidate 4'),(1124,-1,'options_options_pc_perpage_title','cphelptext','Default Picture Comments Per-Page','vbulletin','vBulletin Solutions',1205420637,'3.7.0 Release Candidate 1'),(1125,-1,'options_options_player_wmode_text','cphelptext','Choose the desired wmode setting for playback of embeded flash videos.<br /><br />\r\nFor more information about the wmode options go to <a href=\"http://kb2.adobe.com/cps/127/tn_12701.html\" target=\"_blank\">wmode options</a>','vbulletin','vBulletin Solutions',1343752773,'5.0.0 Alpha 31'),(1126,-1,'options_options_player_wmode_title','cphelptext','Flash WMODE','vbulletin','vBulletin Solutions',1343752773,'5.0.0 Alpha 31'),(1127,-1,'options_options_pmthrottleperiod_text','cphelptext','This is the period of time of which throttle checking is performed. The amount of messages that a user can send within this period is defined by their Message Throttle Quantity usergroup permission. If this is set to 0 then private messages will not be throttled.','vbulletin','vBulletin Solutions',1220958342,'3.8.0 Alpha 1'),(1128,-1,'options_options_pmthrottleperiod_title','cphelptext','Throttle Check Period','vbulletin','vBulletin Solutions',1220958342,'3.8.0 Alpha 1'),(1129,-1,'options_options_postcommentthreads_text','cphelptext','If this setting is enabled user will be able to post comments besides replies on topics.<br />Setting is on by default.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1130,-1,'options_options_postcommentthreads_title','cphelptext','Topic Comment Posting','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1131,-1,'options_options_postedithistory_text','cphelptext','If this setting is enabled each post is saved prior to being updated, this allows for a history to be shown for edited posts.<br />\r\n<br />\r\nEdits will not be logged if an \'edited by\' notice is not displayed or updated. This occurs in the following situations:\r\n<ul>\r\n<li>The editing user is in a group that does not show edited by notices and no reason for editing is specified.</li>\r\n<li>The post is edited quickly enough after being posted to trigger the <em>Time to Wait Before Starting to Display \'Last Edited by...\'</em> option.</li>\r\n</ul>','vbulletin','vBulletin Solutions',1209725222,'3.7.1'),(1132,-1,'options_options_postedithistory_title','cphelptext','Post Edit History','vbulletin','vBulletin Solutions',1194883832,'3.7.0 Beta 1'),(1133,-1,'options_options_profile_album_amount_text','cphelptext','The Maximum Number of Albums to Display on the Users\' Profile Pages','vbulletin','vBulletin Solutions',1195732432,'3.7.0 Beta 1'),(1134,-1,'options_options_profile_album_amount_title','cphelptext','Number of Albums to display in the Users Profile','vbulletin','vBulletin Solutions',1195732432,'3.7.0 Beta 1'),(1135,-1,'options_options_redirect_whitelist_text','cphelptext','For advanced domain configuration only! These are domain names that point to your forum in addition to the main Forum URL configured in vBulletin settings. These domains will be considered safe and allowed as redirection targets by the vBulletin software. This option should remain blank in most installations.','vbulletin','vBulletin Solutions',1308335116,'5.0.0 Beta 21'),(1136,-1,'options_options_redirect_whitelist_title','cphelptext','Redirect Domain Whitelist','vbulletin','vBulletin Solutions',1308093536,'5.0.0 Beta 21'),(1137,-1,'options_options_redirect_whitelist_disable_text','cphelptext','When this option is enabled, all redirected URLs will be allowed, regardless of what is defined in the \"Redirect Domain Whitelist\" option. Unless you are sure that this is desired, this option should be left disabled. Some add-on products may require this to work properly if the product has not been updated to work correctly with the \"Redirect Domain Whitelist\" option.','vbulletin','vBulletin Solutions',1310661285,'5.0.0 Beta 21'),(1138,-1,'options_options_redirect_whitelist_disable_title','cphelptext','Disable Redirect Domain Checking','vbulletin','vBulletin Solutions',1310661285,'5.0.0 Beta 21'),(1139,-1,'options_options_remotejquery_text','cphelptext','By default jQuery script files are served from Google\'s CDN. Serving jQuery from a Content Distribution Network may save you some bandwidth and potentially decrease load times.\r\n\r\nThese services are available for free from Google, jQuery, and Microsoft. If enabled the files will be served from their servers.','vbulletin','vBulletin Solutions',1343841628,'5.0.0 Alpha 31'),(1140,-1,'options_options_remotejquery_title','cphelptext','Use Remote jQuery','vbulletin','vBulletin Solutions',1343841628,'5.0.0 Alpha 31'),(1141,-1,'options_options_rpemail_text','cphelptext','If the option to email moderators is enabled, all moderators of the reported post\'s forum will be emailed a notice about the reported post. You may also choose to notify super moderators and administrators as well. If the moderator option is chosen and the forum has no moderators, super moderators and administrators will be emailed.','vbulletin','vBulletin Solutions',1149630634,'3.6.0 Beta 1'),(1142,-1,'options_options_rpemail_title','cphelptext','Post Reporting Email','vbulletin','vBulletin Solutions',1149630634,'3.6.0 Beta 1'),(1143,-1,'options_options_rpforumid_text','cphelptext','The Post Reporting system can automatically create a discussion topic for each reported post. When a post is reported multiple times, new posts will be added to the discussion topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1144,-1,'options_options_rpforumid_title','cphelptext','Post Reporting Discussion Forum','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1145,-1,'options_options_rpuserid_text','cphelptext','If you enable this setting, Post Reporting discussion topics will be created under the set username. Otherwise the posts will be made under the name of the user reporting the post.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1146,-1,'options_options_rpuserid_title','cphelptext','Post Reporting User','vbulletin','vBulletin Solutions',1149630500,'3.6.0 Beta 1'),(1147,-1,'options_options_sgd_maxperpage_text','cphelptext','This setting allows you to limit the number of discussions users may display per page in a group.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1148,-1,'options_options_sgd_maxperpage_title','cphelptext','Maximum Discussions Per-Page','vbulletin','vBulletin Solutions',1218111573,'3.8.0 Alpha 1'),(1149,-1,'options_options_sgd_perpage_text','cphelptext','This setting allows you to define the default number of discussions displayed per-page in a group.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1150,-1,'options_options_sgd_perpage_title','cphelptext','Default Discussions Per-Page','vbulletin','vBulletin Solutions',1218111598,'3.8.0 Alpha 1'),(1151,-1,'options_options_sg_allowed_bbcode_text','cphelptext','Use this option to specify which (if any) BB code tags your visitors may use when composing group messages.\r\n\r\nBy default, Basic (B, I, U), Color and Link (URL, EMAIL, THREAD, POST) tags are enabled.','vbulletin','vBulletin Solutions',1260377805,'4.0.0 Release Candidate 2'),(1152,-1,'options_options_sg_allowed_bbcode_title','cphelptext','Allowed BB Code Tags in Group Messages','vbulletin','vBulletin Solutions',1260377812,'4.0.0 Release Candidate 2'),(1153,-1,'options_options_sg_allow_delete_empty_group_text','cphelptext','If this option is set to yes, the owner of a group will always be able to delete the group if there are no other members. This is independent of the user group permission. If you set this to no, user group permissions will always be respected.<br />\r\n<br />\r\nSetting this to yes can allow users to clean up unpopular groups, but it can also create a loophole. An owner may be able to kick out all the members of a group and then delete it, thereby getting around the delete group permission.','vbulletin','vBulletin Solutions',1260377770,'4.0.0 Release Candidate 2'),(1154,-1,'options_options_sg_allow_delete_empty_group_title','cphelptext','Allow Owners to Delete Group if Empty','vbulletin','vBulletin Solutions',1260377778,'4.0.0 Release Candidate 2'),(1155,-1,'options_options_sg_allow_join_to_view_text','cphelptext','With this option enabled, group owners may set up their groups in a manner that prevents non-members from viewing any of the group\'s content including messages and pictures.<br />\r\n<br />\r\nIf you do not want group owners to be able to do this, disable this option.','vbulletin','vBulletin Solutions',1260377785,'4.0.0 Release Candidate 2'),(1156,-1,'options_options_sg_allow_join_to_view_title','cphelptext','Allow Join-to-View Groups','vbulletin','vBulletin Solutions',1205423515,'3.7.0 Release Candidate 1'),(1157,-1,'options_options_sg_allow_owner_mod_queue_text','cphelptext','A group owner with the <em>Manage Own Groups\' Content</em> usergroup permission will be able to create or edit their groups settings to force all new messages into the moderation queue with this setting enabled.<br />\r\n<br />\r\nIf they do this, messages will not appear to normal board users until approved by the group owner or other board staff member.','vbulletin','vBulletin Solutions',1260377794,'4.0.0 Release Candidate 2'),(1158,-1,'options_options_sg_allow_owner_mod_queue_title','cphelptext','Allow Groups Owners to Force New Group Messages into Moderation Queue','vbulletin','vBulletin Solutions',1205423372,'3.7.0 Release Candidate 1'),(1159,-1,'options_options_sg_category_cloud_size_text','cphelptext','This setting allows you to define the number of categories to display in the Group Overview.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260377820,'4.0.0 Release Candidate 2'),(1160,-1,'options_options_sg_category_cloud_size_title','cphelptext','Category Cloud Size','vbulletin','vBulletin Solutions',1218111503,'3.8.0 Alpha 1'),(1161,-1,'options_options_sg_enablesocialgroupicons_text','cphelptext','If this is enabled users who create groups will be able to upload a group icon that will be displayed when viewing the group, and as a smaller version when viewing group listings.<br /><br />\r\n<br />\r\n<strong>Note: </strong>Group Image Icons are always limited to 200px by 200px and thumbnails are limited to 80px by 80px.','vbulletin','vBulletin Solutions',1260377831,'4.0.0 Release Candidate 2'),(1162,-1,'options_options_sg_enablesocialgroupicons_title','cphelptext','Enable Group Image Icons','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1163,-1,'options_options_sg_enable_owner_only_discussions_text','cphelptext','If this is set to \'yes\' then users with the \'Can Limit Discussions in Own Groups to the Group Owner\' permission will be able to create Groups where only they can create new discussions. Other users will still be able to post messages in the discussions as normal.','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1164,-1,'options_options_sg_enable_owner_only_discussions_title','cphelptext','Allow Group Owners to Limit New Discussions to Themselves','vbulletin','vBulletin Solutions',1210943695,'3.7.1'),(1165,-1,'options_options_sg_maxperpage_text','cphelptext','This setting allows you to limit the number of groups users may display per page when listing groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1166,-1,'options_options_sg_maxperpage_title','cphelptext','Maximum Groups Per-Page','vbulletin','vBulletin Solutions',1218113753,'3.8.0 Alpha 1'),(1167,-1,'options_options_sg_name_maxchars_text','cphelptext','Enter a number of characters that define the maximum length for the name of user-created groups.<br />\r\n<br />\r\nIf a user enters a name longer than this limit, an error will be generated and the name will be rejected.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1168,-1,'options_options_sg_name_maxchars_title','cphelptext','Group Name Maximum Length','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1169,-1,'options_options_sg_newgroups_count_text','cphelptext','This setting allows you to define the number of groups displayed in the Newest Groups section of the Groups Overview.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1170,-1,'options_options_sg_newgroups_count_title','cphelptext','Number of Newest Groups to Display','vbulletin','vBulletin Solutions',1218111541,'3.8.0 Alpha 1'),(1171,-1,'options_options_sg_perpage_text','cphelptext','This setting allows you to define the default number of groups displayed per-page when searching groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1172,-1,'options_options_sg_perpage_title','cphelptext','Default Groups Per-Page','vbulletin','vBulletin Solutions',1218113717,'3.8.0 Alpha 1'),(1173,-1,'options_options_skypeweb_gfx_text','cphelptext','This is a three-way setting. Setting <em>No</em> will cause the Skype™ icon (used in the <em>im_skype</em> template) to be loaded from the local webserver. This can be useful as the SkypeWeb server has proven to be a little flakey at present.<br />\r\n<br />\r\nIf set to <em>Yes</em>, the icon will be loaded from the SkypeWeb server and will show the Skype™ online-status of the user in question.<br />\r\n<br />\r\nAdditionally, SkypeWeb offers the ability to display online status in non-English languages. This ability can be used on the \'Send message using Skype to user\' page, to show whether or not the selected user is logged-in to Skype and available.<br />\r\n<br />\r\nIn order for this to work, this option must be set to <em>Use Language-Specific SkypeWeb Graphics</em> and the Language Code specified for vBulletin languages must be one of the following:\r\n<ul>\r\n <li>En</li>\r\n <li>De</li>\r\n <li>fr</li>\r\n <li>it</li>\r\n <li>pl</li>\r\n <li>Ja</li>\r\n <li>Pt</li>\r\n <li>Pt/br</li>\r\n <li>Se</li>\r\n <li>zh</li>\r\n <li>Cn</li>\r\n <li>Zh/cn</li>\r\n <li>hk</li>\r\n <li>tw</li>\r\n <li>Zh/tw</li>\r\n</ul>\r\nThese language codes are not case-sensitive, and you may use a dash instead of a slash if you wish (<em>pt-br</em> instead of <em>Pt/br</em>).','vbulletin','vBulletin Solutions',1180532130,'3.6.8'),(1174,-1,'options_options_skypeweb_gfx_title','cphelptext','Use SkypeWeb Graphics','vbulletin','vBulletin Solutions',0,''),(1175,-1,'options_options_tagbadwords_text','cphelptext','When users create new tags, the words they choose are checked against a list specified in includes/searchwords.php, and against the list described in this setting.<br />\r\n<br />\r\nIf the word the user has chosen as their tag is found in either list, its use will be disallowed and the user will receive an error message stating that they can not use that word.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1176,-1,'options_options_tagbadwords_title','cphelptext','Topic Tag Banned Words','vbulletin','vBulletin Solutions',1211890284,'3.7.1'),(1177,-1,'options_options_tagcloud_cachetime_text','cphelptext','Time, in minutes, to keep the tag cloud data cached for. A value of 0 will disable the caching.','vbulletin','vBulletin Solutions',1193069116,'3.7.0 Beta 1'),(1178,-1,'options_options_tagcloud_cachetime_title','cphelptext','Tag Cloud: Cache Time','vbulletin','vBulletin Solutions',1206528572,'3.7.0 Release Candidate 2'),(1179,-1,'options_options_tagcloud_levels_text','cphelptext','This is the number of sizes that tags are displayed in.<br />\r\n<br />\r\nIf you wish to increase this value above 5, you will need to edit the search_forums template and add additional CSS rules at the top.','vbulletin','vBulletin Solutions',1193068827,'3.7.0 Beta 1'),(1180,-1,'options_options_tagcloud_levels_title','cphelptext','Tag Cloud: Number of Levels','vbulletin','vBulletin Solutions',1206528565,'3.7.0 Release Candidate 2'),(1181,-1,'options_options_tagcloud_searchcloud_text','cphelptext','If you enable this option, a new tag cloud will be shown at the bottom of the advanced search page. This tag cloud differs from the version <a href=\"../tags.php\" target=\"_blank\">here</a> because it is based on the amount of searches done for a particular tag instead of the number of times the tag is used.','vbulletin','vBulletin Solutions',1206528776,'3.7.0 Release Candidate 2'),(1182,-1,'options_options_tagcloud_searchcloud_title','cphelptext','Enable Search Tag Cloud','vbulletin','vBulletin Solutions',1206528776,'3.7.0 Release Candidate 2'),(1183,-1,'options_options_tagcloud_searchhistory_text','cphelptext','The number of days that tag searching information should be stored for. This information is used to build the tag cloud.<br />\r\n<br />\r\n0 will keep data around permanently.','vbulletin','vBulletin Solutions',1206528207,'3.7.0 Release Candidate 2'),(1184,-1,'options_options_tagcloud_searchhistory_title','cphelptext','Search Tag Cloud: History (Days)','vbulletin','vBulletin Solutions',1206528207,'3.7.0 Release Candidate 2'),(1185,-1,'options_options_tagcloud_tags_text','cphelptext','The maximum number of tags that will be displayed in the tag cloud. A higher number provides more information to a user but may appear to be more cluttered.','vbulletin','vBulletin Solutions',1193068902,'3.7.0 Beta 1'),(1186,-1,'options_options_tagcloud_tags_title','cphelptext','Tag Cloud: Number of Tags','vbulletin','vBulletin Solutions',1206528555,'3.7.0 Release Candidate 2'),(1187,-1,'options_options_tagcloud_usagehistory_text','cphelptext','This option controls the number of days worth of data that will be used to create the usage-based tag cloud shown <a href=\"../tags.php\" target=\"_blank\">here</a>. Any tags added outside this range will not be taken into account for the tag cloud.<br />\r\n<br />\r\nThe tag cloud can serve as a list of what\'s popular on your site. You can use this option to prevent what was popular earlier from skewing against what\'s popular now.','vbulletin','vBulletin Solutions',1206528934,'3.7.0 Release Candidate 2'),(1188,-1,'options_options_tagcloud_usagehistory_title','cphelptext','Tag Cloud: Usage History (Days)','vbulletin','vBulletin Solutions',1206528934,'3.7.0 Release Candidate 2'),(1189,-1,'options_options_tagcloud_usergroup_text','cphelptext','In order to prevent tags in private forums for modifying the data in the tag cloud, you may force the tag cloud to be built with the permissions of a particular usergroup. Tags will be only be counted for forums where that user can view all topics.<br />\r\n<br />\r\nChoosing \'Live Permission Check\' will prevent the tag cloud from being cached, but it will respect the permissions of the browsing user.<br />\r\n<br />\r\n\'No Permission Check\' will skip the permission checking entirely. This is equivalent to picking a usergroup that has permissions to view all forums.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1190,-1,'options_options_tagcloud_usergroup_title','cphelptext','Tag Cloud: Build Usergroup','vbulletin','vBulletin Solutions',1209744808,'3.7.1'),(1191,-1,'options_options_tagdelimiter_text','cphelptext','You may specify additional separators for tags. The comma is the default separator and cannot be removed, regardless of what is set here.<br />\r\n<br />\r\nSimply place a space between each separator. For example, \"| &\" would mean that tags would be separated by a comma (,), pipe (|), or ampersand (&). Separators may be multiple characters, if desired.<br />\r\n<br />\r\nIf you wish to include a space as a separator or within a separator, you must wrap the separator in { and }. For example, to make space a separator, you would use \"{ }\". To put a space within a separator, you would use something like \"{| |}\"; this would mean that to separate tags you would have to use \"| |\".<br />\r\n<br />\r\nNote that adding separators may make previous tags unusable. For example, if you had a tag \"American cars\" and added space as a separator, users that try to add that tag will add two tags, \"American\" and \"cars\".<br />\r\n<br />\r\nWhen adding separators to this list, you may wish to modify the contents of two phrases to respect the additional separators:\r\n<ul>\r\n<li>separate_tags_using_comma</li>\r\n<li>tag_no_comma</li>\r\n</ul>','vbulletin','vBulletin Solutions',1211458472,'3.7.1'),(1192,-1,'options_options_tagdelimiter_title','cphelptext','Tag Separators','vbulletin','vBulletin Solutions',1211458472,'3.7.1'),(1193,-1,'options_options_taggoodwords_text','cphelptext','Before any checks for tag title length or content are carried out, the system will look to see if the word specified is included in this list.<br />\r\n<br />\r\nIf it is found, all other checks are bypassed and the word will be allowed, regardless of censorship, word length etc.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1194,-1,'options_options_taggoodwords_title','cphelptext','Topic Tag Allowed Words','vbulletin','vBulletin Solutions',1211890401,'3.7.1'),(1195,-1,'options_options_tagminlen_text','cphelptext','The minimum number of characters in a tag name. This can be between 1 and 100.','vbulletin','vBulletin Solutions',1198246385,'3.7.0 Beta 4'),(1196,-1,'options_options_tagminlen_title','cphelptext','Tag Minimum Length','vbulletin','vBulletin Solutions',1198246385,'3.7.0 Beta 4'),(1197,-1,'options_options_thumbcolor_text','cphelptext','This setting controls the color of thumbnails borders and labels. Valid entries are <strong>#000000</strong> (black) to <strong>#FFFFFF</strong> (white).','vbulletin','vBulletin Solutions',1149534997,'3.6.0 Beta 1'),(1198,-1,'options_options_thumbcolor_title','cphelptext','Thumb Color','vbulletin','vBulletin Solutions',1149534997,'3.6.0 Beta 1'),(1199,-1,'options_options_uimessage_text','cphelptext','This option requires that the user sending an infraction include a message. The message format, either PM or Email, will depend on your forum\'s settings. If this option is disabled, the user may choose to not include a message with their infraction. The recipient will still receive a generic PM or Email in regards to their infraction.','vbulletin','vBulletin Solutions',1149894480,'3.6.0 Beta 2'),(1200,-1,'options_options_uimessage_title','cphelptext','Require Infraction Message','vbulletin','vBulletin Solutions',1149894480,'3.6.0 Beta 2'),(1201,-1,'options_options_usercss_allowed_fonts_text','cphelptext','The list of allowed fonts for profile style customizations. Put each font on its own line.','vbulletin','vBulletin Solutions',1195732576,'3.7.0 Beta 1'),(1202,-1,'options_options_usercss_allowed_fonts_title','cphelptext','Allowed Fonts','vbulletin','vBulletin Solutions',1195732576,'3.7.0 Beta 1'),(1203,-1,'options_options_usercss_allowed_padding_text','cphelptext','The list of allowed padding sizes for profile style customizations. Put each padding size on its own line.','vbulletin','vBulletin Solutions',1198246255,'3.7.0 Beta 4'),(1204,-1,'options_options_usercss_allowed_padding_title','cphelptext','Allowed Padding','vbulletin','vBulletin Solutions',1198246255,'3.7.0 Beta 4'),(1205,-1,'options_options_utf8encode_text','cphelptext','If this is set to \'Yes\' then mail will be reencoded as UTF-8 where possible. This may fix some issues with unexpected characters in emails.\r\n\r\nThis option will have no effect unless iconv or mbstring is available.','vbulletin','vBulletin Solutions',1271867293,'4.0.4'),(1206,-1,'options_options_utf8encode_title','cphelptext','Encode Mail as UTF-8','vbulletin','vBulletin Solutions',1271867293,'4.0.4'),(1207,-1,'options_options_vm_allowed_bbcode_text','cphelptext','Use this option to specify which (if any) BB code tags your visitors may use when composing visitor messages.<br />\r\n<br />\r\nBy default, Basic (B, I, U), Color and Link (URL, EMAIL, THREAD, POST) tags are enabled.','vbulletin','vBulletin Solutions',1206966101,'3.7.0 Release Candidate 2'),(1208,-1,'options_options_vm_allowed_bbcode_title','cphelptext','Allowed BB Code Tags in Visitor Messages','vbulletin','vBulletin Solutions',1205422208,'3.7.0 Release Candidate 1'),(1209,-1,'options_options_welcomepm_text','cphelptext','If you enable this setting, the user will be sent a private message after registration. Note if you enable Verify Email Address in Registration below, the user must verify their address before a private message will be sent. If you have Moderate New Members enabled above, the private message will be sent when the user is approved.','vbulletin','vBulletin Solutions',1145990990,'3.6.0 Beta 1'),(1210,-1,'options_options_welcomepm_title','cphelptext','Welcome Private Message','vbulletin','vBulletin Solutions',1145990990,'3.6.0 Beta 1'),(1211,-1,'options_options_vb_antispam_key_text','cphelptext','The Anti-Spam API key is used to enable the scanning service for user generated data. The data will sent to the specified service for identification.<br />\r\n<br />\r\nIf the data is identified as spam, it will be marked for moderation to allow for verification by moderators. You should give your moderators the \'Can Moderate\' permission to allow for this.','vbulletin','vBulletin Solutions',1221044432,'3.8.0 Alpha 1'),(1212,-1,'options_options_vb_antispam_key_title','cphelptext','vBulletin Anti-Spam Key','vbulletin','vBulletin Solutions',1194885285,'3.7.0 Beta 1'),(1213,-1,'options_options_bbactive_text','cphelptext','If this is set to \"Yes\", then users will be able to use your forum. If this is set to \"No\", then users will see a message notifying them that the forum is turned off. You can edit this message in the \"Reason For Turning Forum Off\" option below.<br /><br />\r\n\r\nNote that admins will still be able to use the forum while it is off, but they will see a notice on the top and bottom of the screen that says the forum is offline.','vbulletin','vBulletin Solutions',0,''),(1214,-1,'options_options_bbactive_title','cphelptext','Forum Active','vbulletin','vBulletin Solutions',0,''),(1215,-1,'options_options_vb_antispam_posts_text','cphelptext','If a non moderator usergroup has less than this number of posts then all content will be scanned by the Anti-Spam service for possible signs of spam. A value of <em>0</em> will scan all posts.','vbulletin','vBulletin Solutions',1194885603,'3.7.0 Beta 1'),(1216,-1,'options_options_vb_antispam_posts_title','cphelptext','Spam Scanning Post Threshold','vbulletin','vBulletin Solutions',1194885603,'3.7.0 Beta 1'),(1217,-1,'options_options_bbclosedreason_text','cphelptext','When the forum is turned off, this message will be displayed for users who try to load a forum page.','vbulletin','vBulletin Solutions',0,''),(1218,-1,'options_options_bbclosedreason_title','cphelptext','Reason For Turning Forum Off','vbulletin','vBulletin Solutions',0,''),(1219,-1,'options_options_bbtitle_text','cphelptext','This is the title of your forum. This title appears in the title bar of every forum page and other places.','vbulletin','vBulletin Solutions',1243380402,'4.0.0 Alpha 1'),(1220,-1,'options_options_bbtitle_title','cphelptext','Forum Name','vbulletin','vBulletin Solutions',0,''),(1221,-1,'options_options_bburl_text','cphelptext','This is the URL to your vBulletin forum\'s core, without the final \"/\" or \"index.php\". Examples of correct URLs:<br /><br />\r\n\r\n<i>http://www.example.com/core</i><br />\r\n<i>http://www.example.com/forum/core</i><br /><br />\r\n\r\nExamples of incorrect URLs:<br /><br />\r\n\r\n<i>http://www.example.com/core/</i> (should not have final slash)<br />\r\n<i>http://www.example.com/forum/core/index.php</i> (should not have final slash or index.php)','vbulletin','vBulletin Solutions',0,''),(1222,-1,'options_options_bburl_title','cphelptext','Core URL','vbulletin','vBulletin Solutions',0,''),(1223,-1,'options_options_contactustype_text','cphelptext','This setting controls whether or not guests (unregistered users, or users who are not logged in) are allowed to send feedback using the <a href=\"../sendmessage.php\" target=\"_blank\">Contact Us</a> page.<br /><br />\r\n\r\nIf you decide to allow this access for guests then you may wish to enable image verification to prevent bots from using the form. This will prevent possible spam in your inbox. The image verification will only be used for guests who use the form.','vbulletin','vBulletin Solutions',0,''),(1224,-1,'options_options_contactustype_title','cphelptext','Contact Us Verification','vbulletin','vBulletin Solutions',0,''),(1225,-1,'options_options_contactusoptions_text','cphelptext','If you are using the built-in contact form at sendmessage.php you can specify subjects for users to pick from. An \"other\" option will be added to any options you specify here.<br /><br />\r\nEach subject must be placed one per line, meaning that you need to enter a carriage return between subject (press <Enter>). If you wish to direct the email from a subject to a particular user, you can either specify the user\'s userid on the forum or their email address. You do this by placing the item in brackets at the start of the subject.<br /><br />Example:<br /><br />\r\n{1} Site Feedback<br />\r\n{example@example.com} Help<br />\r\nRegistration<br /><br />\r\nFeedback sent to the first option \"Site Feedback\" would be directed to the email address of Userid #1. Feedback sent to the second option \"Help\" would be directed to the email address \"example@example.com\". Feedback sent to the third option \"Registration\" would be directed to the Webmaster\'s email address.','vbulletin','vBulletin Solutions',0,''),(1226,-1,'options_options_contactusoptions_title','cphelptext','Contact Us Options','vbulletin','vBulletin Solutions',0,''),(1227,-1,'options_options_lightboxenabled_text','cphelptext','The lightbox allows the load of a large image attachment within the browser window without changing the current layout of the page, this can be triggered by a combination of the Click and Hover event.','vbulletin','vBulletin Solutions',1194969948,'3.7.0 Beta 1'),(1228,-1,'options_options_lightboxenabled_title','cphelptext','Use Image Lightbox','vbulletin','vBulletin Solutions',1194969948,'3.7.0 Beta 1'),(1229,-1,'options_options_webmasteremail_text','cphelptext','This is the email address of the webmaster. It will be used as the From address for certain emails sent by the system.','vbulletin','vBulletin Solutions',0,''),(1230,-1,'options_options_webmasteremail_title','cphelptext','Webmaster\'s Email','vbulletin','vBulletin Solutions',0,''),(1231,-1,'options_options_copyrighttext_text','cphelptext','Enter any copyright text that you wish to be displayed at the bottom of every page. This is in addition to the vBulletin Solutions, Inc. copyright that must be displayed per the license agreement (unless you have a \"branding free\" license).','vbulletin','vBulletin Solutions',1258131561,'4.0.0 Beta 4'),(1232,-1,'options_options_copyrighttext_title','cphelptext','Copyright Text','vbulletin','vBulletin Solutions',0,''),(1233,-1,'options_options_companyname_text','cphelptext','Enter the name of your company here. If you use the COPPA option (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) this will be displayed.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1234,-1,'options_options_companyname_title','cphelptext','Company Name','vbulletin','vBulletin Solutions',0,''),(1235,-1,'options_options_faxnumber_text','cphelptext','Enter your company\'s fax number here. If you use COPPA (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) then this fax number will be displayed as an option to allow people to send you faxed parental authorization.<br /><br />\r\n\r\nIf you need a fax number, you may wish to look at <a href=\"http://www.efax.com/\" target=\"_blank\">eFax</a> who provide internet-based faxing services.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1236,-1,'options_options_faxnumber_title','cphelptext','Company Fax','vbulletin','vBulletin Solutions',0,''),(1237,-1,'options_options_address_text','cphelptext','Enter the street address of your company here. If you use COPPA (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) then this address will be displayed as an option for those wishing to send their parental authorizations via snail mail.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1238,-1,'options_options_address_title','cphelptext','Company Address','vbulletin','vBulletin Solutions',0,''),(1239,-1,'options_options_pagenavpages_text','cphelptext','On topic and forum pages, as well as private messaging lists and other places, if there are multiple page number links to be displayed, this setting determines how many are shown on either side of the page currently being viewed. Setting this to 0 will cause all page links to be displayed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1240,-1,'options_options_pagenavpages_title','cphelptext','Number of Pages Visible in Page Navigator','vbulletin','vBulletin Solutions',0,''),(1241,-1,'options_options_enableaccess_text','cphelptext','Access masks allow you to enable or disable access to a particular forum for individual user(s). To use them, you must enable this option. This option also affects whether or not users will be able to see forums they do not have access to on forumhome and forumdisplay. (If this is off, they will see them in forum listings but not be able to enter them. If this is on, they will not see them at all.)','vbulletin','vBulletin Solutions',0,''),(1242,-1,'options_options_enableaccess_title','cphelptext','Enable Access Masks','vbulletin','vBulletin Solutions',0,''),(1243,-1,'options_options_showimicons_text','cphelptext','If the user has entered their username/numbers for Skype, ICQ, AIM, MSN, and/or Yahoo! Messenger in their profile, and this is set to Yes, icons allowing quick use of this information will be displayed in various places, such as on posts, the member list, etc. If not, the information will be displayed in the user\'s profile in text form.','vbulletin','vBulletin Solutions',0,''),(1244,-1,'options_options_showimicons_title','cphelptext','Show Instant Messaging Program Icons','vbulletin','vBulletin Solutions',0,''),(1245,-1,'options_options_addtemplatename_text','cphelptext','When modifying templates, it is often helpful to have this setting enabled so you can view the source of a page to determine what template(s) control it. In the course of normal usage, however, you will usually want this disabled as it will increase your page sizes and therefore bandwidth usage.','vbulletin','vBulletin Solutions',0,''),(1246,-1,'options_options_addtemplatename_title','cphelptext','Add Template Name in HTML Comments','vbulletin','vBulletin Solutions',0,''),(1247,-1,'options_options_usestrikesystem_text','cphelptext','It is recommended you enable this feature so malicious users can\'t try to brute force their way into user accounts.','vbulletin','vBulletin Solutions',0,''),(1248,-1,'options_options_usestrikesystem_title','cphelptext','Use Login \"Strikes\" System','vbulletin','vBulletin Solutions',0,''),(1249,-1,'options_options_allowedreferrers_text','cphelptext','For example, if you have multiple sites that tie into this forum, or if you have vB-integrated hacks that POST data externally, then you may want to put those referrers on the whitelist.','vbulletin','vBulletin Solutions',0,''),(1250,-1,'options_options_allowedreferrers_title','cphelptext','Post Referrer Whitelist','vbulletin','vBulletin Solutions',0,''),(1251,-1,'options_options_threadmarking_text','cphelptext','This option controls how topics and forums are marked as read.\r\n<ol>\r\n<li class=\"smallfont\"><i>Inactivity/Cookie Based</i> - once a user has been inactive for a certain amount of time (the value of the session timeout option) all topics and forums are considered read. Individual topics are marked as read within a session via cookies.<br /><br />This option is how all versions of vBulletin before 3.5 functioned.<br /><br /></li>\r\n<li class=\"smallfont\"><i>Database (no automatic forum marking)</i> - this option uses the database to store topic and forum read times. This allows accurate read markers to be kept indefinitely. However, in order for a forum to be marked read when all topics are read, the user must view the list of topics for that forum.<br /><br />This option is more space and processor intensive than inactivity-based marking.<br /><br /></li>\r\n<li class=\"smallfont\"><i>Database (automatic forum marking)</i> - this option is the same as a previous option, but forums are automatically marked as read when the last new topic is read. <br /><br />This is the most usable option for end users, but most processor intensive.</li>\r\n</ol>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1252,-1,'options_options_threadmarking_title','cphelptext','Thread/Forum Read Marking Type','vbulletin','vBulletin Solutions',0,''),(1253,-1,'options_options_enable_inlinemod_auth_text','cphelptext','Inline moderation actions will require a user to authenticate again prior to being performed. The timeout is based on the admin control panel timeout, or one hour if that option is disabled.','vbulletin','vBulletin Solutions',1198245973,'3.7.0 Beta 4'),(1254,-1,'options_options_enable_inlinemod_auth_title','cphelptext','Enable Inline Moderation Authentication','vbulletin','vBulletin Solutions',1198245973,'3.7.0 Beta 4'),(1255,-1,'options_options_markinglimit_text','cphelptext','With \"database read marking\", the unread markers on topics and forums are persistent across forum sessions. If a user does not read a topic that is marked as unread, then that topic will remain unread every time the user visits the forum.<br /><br />\r\n\r\nThis setting allows you to force unread markers to switch to \"read\" after a so many days. This would be the amount of time after which the user probably has no interest in reading that topic and therefore does not need to know that it contains unread posts.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1256,-1,'options_options_markinglimit_title','cphelptext','Database Read Marking Limit','vbulletin','vBulletin Solutions',0,''),(1257,-1,'options_options_threadtagging_text','cphelptext','Topic tagging is a system that allows user to apply their own keywords (tags) to topics. See <a href=\"http://en.wikipedia.org/wiki/Tag_%28metadata%29\" target=\"_blank\">Wikipedia</a> for more information on the ideas behind tagging.<br />\r\n<br />\r\nThis option is a global switch. If you choose no, tagging will be disabled globally. Existing tag information will not be displayed. If you choose yes, you may choose who can tag topics in the usergroup permissions section.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1258,-1,'options_options_threadtagging_title','cphelptext','Enable Topic Tagging','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1259,-1,'options_options_yestoday_text','cphelptext','You have the option to display datestamps in one of three ways on your forum.<br /><br />\r\n\r\nSet this to Normal and set the Format For Date and Format For Time options below to show the full date and time.<br /><br />\r\n\r\nSet this to Yesterday/Today and for dates which fall into those two periods, the words will be shown, otherwise the full date and time will be shown.<br /><br />\r\n\r\nSet this to Detailed to show \"friendly\" times such as \"1 Minute Ago\", \"2 Hours Ago\", or \"3 Weeks Ago\".','vbulletin','vBulletin Solutions',0,''),(1260,-1,'options_options_yestoday_title','cphelptext','Datestamp Display Option','vbulletin','vBulletin Solutions',0,''),(1261,-1,'options_options_tagmaxlen_text','cphelptext','This is the maximum number of bytes in a tag name. In most situations, this also corresponds to the number of characters.<br />\r\n<br />\r\nA tag name may contain any character except a comma. Tags with censored words are not allowed.','vbulletin','vBulletin Solutions',1191253407,'3.7.0 Beta 1'),(1262,-1,'options_options_tagmaxlen_title','cphelptext','Tag Maximum Length','vbulletin','vBulletin Solutions',1191253407,'3.7.0 Beta 1'),(1263,-1,'options_options_tagforcelower_text','cphelptext','If you enable this option, \"A\" through \"Z\" will be replaced with \"a\" through \"z\" in tag names. Other characters will not be changed.','vbulletin','vBulletin Solutions',1199282125,'3.7.0 Beta 4'),(1264,-1,'options_options_tagforcelower_title','cphelptext','Force Tags to be Lower Case','vbulletin','vBulletin Solutions',1199282125,'3.7.0 Beta 4'),(1265,-1,'options_options_timeoffset_text','cphelptext','This is the default time zone for guests and new members on your forum. For example, if most of your visitors are from California, then you should set this to Pacific Time.<br /><br />\r\n\r\nNote that vB3 gets your server\'s time zone from PHP. If you need to change your server\'s time zone, then you need to change your server configuration. You should contact your host for help with this.','vbulletin','vBulletin Solutions',0,''),(1266,-1,'options_options_timeoffset_title','cphelptext','Default Time Zone Offset','vbulletin','vBulletin Solutions',0,''),(1267,-1,'options_options_dstonoff_text','cphelptext','If the time zone for the Default Time Zone Offset is currently in Daylight Savings time, set this to Yes. Remember, this only affects guests and those not logged in. Registered, logged-in users can set their own DST options in their User CP.','vbulletin','vBulletin Solutions',0,''),(1268,-1,'options_options_dstonoff_title','cphelptext','Enable Daylight Savings','vbulletin','vBulletin Solutions',0,''),(1269,-1,'options_options_dateformat_text','cphelptext','If you are using the \"Normal\" or \"Yesterday/Today\" settings for Datestamp Display, enter the format you wish to use for the display of dates here. This follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>.<br /><br />\r\n\r\nSome examples:<br />\r\nm-d-y becomes 04-25-98 (Standard short US format)<br />\r\nF jS, Y becomes April 25th, 1998 (Standard long US format)<br />\r\nd-m-Y becomes 25-04-98 (Standard short European format)<br />\r\njS F Y becomes 25th April 1998 (Standard long European format)','vbulletin','vBulletin Solutions',0,''),(1270,-1,'options_options_dateformat_title','cphelptext','Format For Date','vbulletin','vBulletin Solutions',0,''),(1271,-1,'options_options_timeformat_text','cphelptext','This is the format in which the time is presented on all vBulletin pages. It uses PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>.<br /><br />\r\n\r\nSome examples:<br />\r\n<b>h:i A</b> becomes 11:15 PM<br />\r\n<b>H:i</b> becomes 23:15','vbulletin','vBulletin Solutions',0,''),(1272,-1,'options_options_timeformat_title','cphelptext','Format For Time','vbulletin','vBulletin Solutions',0,''),(1273,-1,'options_options_registereddateformat_text','cphelptext','The user\'s registration date is normally shown with their posts. This determines the format of the date that will be shown and follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. (Usually you only want to show the month, day, and year, or even just month and year.)','vbulletin','vBulletin Solutions',0,''),(1274,-1,'options_options_registereddateformat_title','cphelptext','Format For Registration Date','vbulletin','vBulletin Solutions',0,''),(1275,-1,'options_options_calformat1_text','cphelptext','When a user provides their birth date, including year, it will be shown in their profile. This is the format of the date that will be shown. It follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. You should not enter any time formatting options.','vbulletin','vBulletin Solutions',0,''),(1276,-1,'options_options_calformat1_title','cphelptext','Format For Birthdays with Year Specified','vbulletin','vBulletin Solutions',0,''),(1277,-1,'options_options_calformat2_text','cphelptext','When a user provides their birth date it will be shown in their profile. This is the format of the date that will be shown when the user provides the month and day but not the year. It follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. You should not enter any time formatting options, and you should <b>not</b> enter any year code.','vbulletin','vBulletin Solutions',0,''),(1278,-1,'options_options_calformat2_title','cphelptext','Format For Birthdays with Year Unspecified','vbulletin','vBulletin Solutions',0,''),(1279,-1,'options_options_logdateformat_text','cphelptext','This if the format of dates shown in the control panel logs. This field uses the date parameters shown <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(1280,-1,'options_options_logdateformat_title','cphelptext','Log Date Format','vbulletin','vBulletin Solutions',0,''),(1281,-1,'options_options_cookietimeout_text','cphelptext','If a user is inactive for this number of seconds, then their forum session will expire.<br /><br />\r\n\r\nIf you use \"Inactivity Based\" read marking (see <a href=\"options.php?do=options&dogroup=general\" target=\"_blank\">General Settings</a>), then an expired session also means that all unread markers will be turned off for posts made before the session expired.<br /><br />\r\n\r\nIn any case, the user will be removed from the \"Currently Active Users\" list when their session expires.','vbulletin','vBulletin Solutions',1205431325,'3.7.0 Release Candidate 1'),(1282,-1,'options_options_cookietimeout_title','cphelptext','Session Timeout','vbulletin','vBulletin Solutions',1149029171,'3.6.0 Beta 1'),(1283,-1,'options_options_cookiepath_text','cphelptext','This setting controls the path scope of your forum cookies. If you have multiple cookies interacting on your site, then it may be necessary to restrict the scope of your forum cookies.<br /><br />\r\n\r\nIf you want your forum cookie to work in every directory on your site, then use \"/\" for the path (no quotes). This means your forum cookie will work at \"yoursite.com/forum\", \"yoursite.com/contact\", and any other directory. You might need your forum cookie to work in any directory if you have external scripts that tie into vBulletin, like portals or other external pages.<br /><br />\r\n\r\nIf you want your forum cookie to work in a single directory (your forum directory), then use \"/forum/\" (insert the name of your forum directory). The path should always start and end with a \"/\".','vbulletin','vBulletin Solutions',0,''),(1284,-1,'options_options_cookiepath_title','cphelptext','Path to Save Cookies','vbulletin','vBulletin Solutions',0,''),(1285,-1,'options_options_cookiedomain_text','cphelptext','This setting controls the domain scope of your forum cookies. If you have multiple cookies interacting on your site, then it may be necessary to restrict the scope of your forum cookies.<br /><br />\r\n\r\nFor example, leaving this setting blank will allow your forum cookies to operate on any domain on your site. If you have multiple domains parked on your site, then a forum cookie can be recorded for any of those domains depending on which domain is used to login to your forum.<br /><br />\r\n\r\nYou can use a value of \".yoursite.com\" (no quotes, using your domain name) to allow your forum cookies to operate anywhere within that specific domain. That includes \"yoursite.com\", and \"*.yoursite.com\" (where * is any subdomain).<br /><br />\r\n\r\nYou can use a value of \"subdomain.yoursite.com\" (no quotes, using your domain and any subdomain) to allow your forum cookies to operate on that specific domain and subdomain.','vbulletin','vBulletin Solutions',0,''),(1286,-1,'options_options_cookiedomain_title','cphelptext','Cookie Domain','vbulletin','vBulletin Solutions',0,''),(1287,-1,'options_options_gzipoutput_text','cphelptext','If your PHP installation has been compiled with the ZLIB libraries, then you can enable this option to compress outgoing pages and save bandwidth.<br /><br />\r\n\r\nThe client\'s browser must support GZIP for this to work. If the browser does not support GZIP, then the uncompressed page will be sent instead.<br /><br />\r\n\r\nIf you are using mod_gzip on your server, then you are already compressing outgoing pages and there is no need to enable this option.','vbulletin','vBulletin Solutions',0,''),(1288,-1,'options_options_gzipoutput_title','cphelptext','GZIP HTML Output','vbulletin','vBulletin Solutions',0,''),(1289,-1,'options_options_gziplevel_text','cphelptext','This setting throttles the level of GZIP compression for outgoing pages. A higher number means more compression at the expense of increased processing time per page request.<br /><br />\r\n\r\nThe valid numbers are 0 (none) through 9 (maximum). Most people use level 1 compression because it offers the greatest compression per unit of work for the server. Higher numbers have diminishing returns.','vbulletin','vBulletin Solutions',0,''),(1290,-1,'options_options_gziplevel_title','cphelptext','GZIP Compression Level','vbulletin','vBulletin Solutions',0,''),(1291,-1,'options_options_addheaders_text','cphelptext','Some IIS servers may need this turned on; for most web servers, it will cause the server to not function correctly. This sends HTTP 200 OK headers if turned on.','vbulletin','vBulletin Solutions',0,''),(1292,-1,'options_options_addheaders_title','cphelptext','Add Standard HTTP Headers','vbulletin','vBulletin Solutions',0,''),(1293,-1,'options_options_nocacheheaders_text','cphelptext','If you enable this option, no-cache HTTP headers will be added to each page. These cause full page data to be re-requested from the server every time the user gets a page, which will increase bandwidth; it may additionally cause an increase in server load as it will cause more pages to be served.','vbulletin','vBulletin Solutions',1205942012,'3.7.0 Release Candidate 1'),(1294,-1,'options_options_nocacheheaders_title','cphelptext','Add No-Cache HTTP Headers','vbulletin','vBulletin Solutions',0,''),(1295,-1,'options_options_cachemaxage_text','cphelptext','Posts are normally stored with BB code tags etc. in the same form as the user posted them with so that it may be edited later, and then parsed at display time. By caching them, they are parsed at post time (instead of display time) into the HTML they will be displayed in and stored separately from the pre-parsed posts. This results in a faster display on topics, since the posts do not have to be parsed at display time.<br /><br />\r\n\r\nThis option determines how long posts are stored. While a post is cached, it will take approximately twice as much storage space since it is essentially being stored twice. If you have a busy site, and topics typically don\'t last very long, you can probably set this to a lower value such as 10 days. If you have a slower site, and topics typically last longer, 20 to 30 days might be a better choice. If you have the disc space, you can set this to a higher value for better performance.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1296,-1,'options_options_cachemaxage_title','cphelptext','Cached Posts Lifespan','vbulletin','vBulletin Solutions',0,''),(1297,-1,'options_options_attachmentviewslive_text','cphelptext','If you enable this option, the attachment view counter for an attachment will be updated in realtime as attachments are viewed. Otherwise, they will be stored and updated every hour (by default) en masse. We recommend disabling this option for larger or busier forums as updating them in realtime can have a performance impact.','vbulletin','vBulletin Solutions',0,''),(1298,-1,'options_options_attachmentviewslive_title','cphelptext','Update Attachment Views Immediately','vbulletin','vBulletin Solutions',0,''),(1299,-1,'options_options_emailsendnum_text','cphelptext','vBulletin has a mail queue that prevents bottlenecks when sending large numbers of emails (for example, when a new post is added to a topic that has a lot of subscriptions to it). By default, 10 emails are sent from the queue at a time. If you have a more powerful server, you can probably safely increase this number, but we do not recommend going too high on this regardless.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1300,-1,'options_options_emailsendnum_title','cphelptext','Number of Emails to Send Per Batch','vbulletin','vBulletin Solutions',0,''),(1301,-1,'options_options_loadlimit_text','cphelptext','On certain *NIX setups, including Linux, vBulletin can read the server\'s load as reported by the operating system. vBulletin can then use this information turn away users if the server load passes this threshold. Load on *NIX systems is measured in numbers. Usually load should stay below 1, however spikes can occasionally occur, so you should not set this number too low. A setting of 5 to 7 would be a reasonable threshold.','vbulletin','vBulletin Solutions',0,''),(1302,-1,'options_options_loadlimit_title','cphelptext','*NIX Server Load Limit','vbulletin','vBulletin Solutions',0,''),(1303,-1,'options_options_imagetype_text','cphelptext','vBulletin provides two options for manipulating attachment thumbnails, custom avatars, and profile pictures.<br /><br />\r\n\r\nThe first is GD, which is bundled with PHP 4.3.0 and later and often available with earlier releases. The GD v2+ library is preferable to the v1+ library so always choose v2 if you\'re given the opportunity by your host. GD supports the following file types: GIF, JPEG, and PNG.<br /><br />\r\n\r\nThe second supported library is <a href=\"http://www.imagemagick.org\" target=\"_blank\">ImageMagick v6</a> by ImageMagick Studio LLC. ImageMagick is an executable binary that must be installed at the server level to be called by PHP. Only the <i>identify</i> and <i>convert</i> binaries from ImageMagick are required by vBulletin. ImageMagick supports the following file types: GIF, JPEG, PNG, BMP, TIFF, and PSD. ImageMagick also has better support for handling animated GIF.','vbulletin','vBulletin Solutions',0,''),(1304,-1,'options_options_imagetype_title','cphelptext','Image Processing Library','vbulletin','vBulletin Solutions',0,''),(1305,-1,'options_options_regimagetype_text','cphelptext','vBulletin provides two options for generating the <a href=\"http://en.wikipedia.org/wiki/Captcha\" target=\"_blank\">dynamic image verification</a> image.\r\n<br />\r\n<br />\r\nThe first is GD, which is bundled with PHP 4.3.0. The GD v2+ library is required along with having PHP <a href=\"http://www.php.net/gd\" target=\"_blank\" title=\"--with-freetype-dir=[DIR]\">compiled with freetype2 support</a>. Having PHP compiled with freetype1 will sometimes result in the font not displaying.\r\n<br />\r\n<br />\r\nThe second supported library is <a href=\"http://www.imagemagick.org\" target=\"_blank\">ImageMagick v6</a> by ImageMagick Studio LLC. ImageMagick is an executable binary that must be installed at the server level to be called by PHP. Only the <i>identify</i> and <i>convert</i> binaries from ImageMagick are required by vBulletin. Imagemagick must be compiled with Freetype support in order to display the proper image verification.<br /><br />It is suggested that you provide your own background images and true type fonts to make your image verification unique. Background images should be 201x61 pixels. Fonts should be True Type fonts. Place the files in the proper directory beneath the images/regimage folders. The name of the files do not matter as long as images end in .jpg, .png, or .gif and fonts end in .ttf.','vbulletin','vBulletin Solutions',1192824738,'3.7.0 Beta 1'),(1306,-1,'options_options_regimagetype_title','cphelptext','Image Verification Library','vbulletin','vBulletin Solutions',0,''),(1307,-1,'options_options_magickpath_text','cphelptext','Path to the ImageMagick 6 binaries (convert and identify). Example:\r\n\r\nUnix: /usr/local/bin/\r\nWindows: C:\\imagemagick\\','vbulletin','vBulletin Solutions',0,''),(1308,-1,'options_options_magickpath_title','cphelptext','ImageMagick Binary Path','vbulletin','vBulletin Solutions',0,''),(1309,-1,'options_options_regimageoption_text','cphelptext','The difficulty of the image verification image can be controlled with these settings. The more options that are enabled, the more difficult it will be for your users to identify the text. Enabling a setting will cause that option to be applied to each character.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1310,-1,'options_options_regimageoption_title','cphelptext','Image Verification Options','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1311,-1,'options_options_safeupload_text','cphelptext','If your server has Safe Mode enabled, you should set this to Yes. You can determine if Safe Mode is enabled by viewing your <a href=\"index.php?do=phpinfo\" target=\"_blank\">phpinfo</a> page and searching for Safe Mode.','vbulletin','vBulletin Solutions',0,''),(1312,-1,'options_options_safeupload_title','cphelptext','Safe Mode Upload Enabled','vbulletin','vBulletin Solutions',0,''),(1313,-1,'options_options_tmppath_text','cphelptext','If your server has PHP\'s Safe Mode enabled, you must specify a directory that is writable by PHP and is CHMODed 777. This will act as a temporary directory for uploads before they are moved to the database. Do *not* include the final slash at the end.','vbulletin','vBulletin Solutions',0,''),(1314,-1,'options_options_tmppath_title','cphelptext','Safe Mode Temporary Directory','vbulletin','vBulletin Solutions',0,''),(1315,-1,'options_options_copypostindex_text','cphelptext','It is not strictly necessary to index a copied topic since the original topic is already indexed. However, you may wish to index copied topics for the sake of completeness.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1316,-1,'options_options_copypostindex_title','cphelptext','Duplicate Search Index Information on Topic Copy?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1317,-1,'options_options_usemailqueue_text','cphelptext','If this option is enabled, the Mailqueue will be turned on and topic/forum subscriptions will be sent in batches to ease the load on the server. Important emails (such as those regarding account activation and lost passwords) are sent instantly regardless of this setting. If you enable the mail queue, then you need to also check the \"Number of Emails to Send Per Batch\" setting.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1318,-1,'options_options_usemailqueue_title','cphelptext','Use Mailqueue System','vbulletin','vBulletin Solutions',0,''),(1319,-1,'options_options_needfromemail_text','cphelptext','Some email servers require the \"-f\" parameter to be sent with email calls from PHP. If users are not receiving email from your forum, then you can try enabling this option.','vbulletin','vBulletin Solutions',0,''),(1320,-1,'options_options_needfromemail_title','cphelptext','Enable \"-f\" Parameter','vbulletin','vBulletin Solutions',0,''),(1321,-1,'options_options_languageid_text','cphelptext','This setting is the default language for your forum, of all the language(s) you have installed. This language will be used for guests, and for members who have not explicitly set a language in their preferences.','vbulletin','vBulletin Solutions',0,''),(1322,-1,'options_options_languageid_title','cphelptext','Default Language','vbulletin','vBulletin Solutions',0,''),(1323,-1,'options_options_styleid_text','cphelptext','You can set the Default Style for your forum from the styles you have created or added in the Styles and Templates section. All guests, and members who have not explicitly set a style choice in their preferences, will be shown this style.','vbulletin','vBulletin Solutions',0,''),(1324,-1,'options_options_styleid_title','cphelptext','Default Style','vbulletin','vBulletin Solutions',0,''),(1325,-1,'options_options_allowchangestyles_text','cphelptext','If you enable this option, then your users will be able to choose amongst the styles you have enabled as \"User Selectable\" in the \"Styles & Templates\" section.','vbulletin','vBulletin Solutions',1161596854,'3.6.3'),(1326,-1,'options_options_allowchangestyles_title','cphelptext','Allow Users to Change Styles','vbulletin','vBulletin Solutions',0,''),(1327,-1,'options_options_cleargifurl_text','cphelptext','The clear.gif file is used as a spacer in certain places on the forum and in place of missing avatars. If you do not set this to a valid image file, users may see a broken image symbol, depending on their browser. By default it is set to \'clear.gif\' which indicates that the file is in the root folder of your vBulletin installation (the same folder as forumdisplay.php). This MUST be a relative URL from the location of the root folder of your vBulletin installation.','vbulletin','vBulletin Solutions',0,''),(1328,-1,'options_options_cleargifurl_title','cphelptext','Location of clear.gif','vbulletin','vBulletin Solutions',0,''),(1329,-1,'options_options_storecssasfile_text','cphelptext','If this is enabled, you can store the CSS for your pages as files which will reduce the size of pages (since the CSS file can be cached locally and referred to from each page, instead of having all the CSS information within each page). If you enable this, you must create a directory named vbulletin_css in the clientscript folder of your vBulletin installation and the web server must have permission to create, write, and remove files from that directory. (Normally this is accomplished by CHMODing the directory 777.)','vbulletin','vBulletin Solutions',0,''),(1330,-1,'options_options_storecssasfile_title','cphelptext','Store CSS Stylesheets as Files?','vbulletin','vBulletin Solutions',0,''),(1331,-1,'options_options_legacypostbit_text','cphelptext','The postbit controls the way each individual post looks when viewing a topic. The new postbit aligns the poster\'s information above the post, while the legacy postbit aligns their information to the left of the post.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1332,-1,'options_options_legacypostbit_title','cphelptext','Use Legacy (Vertical) Postbit Template','vbulletin','vBulletin Solutions',0,''),(1333,-1,'options_options_enableemail_text','cphelptext','This setting must be enabled for email functions. This includes activation emails, post notification emails, etc.','vbulletin','vBulletin Solutions',0,''),(1334,-1,'options_options_enableemail_title','cphelptext','Enable Email Features?','vbulletin','vBulletin Solutions',0,''),(1335,-1,'options_options_displayemails_text','cphelptext','If you disable this setting, users will not be able to contact other members via email through the forum. Even if you enable this setting, you can disable the display of actual email addresses by enable Use Secure Email Sending below.','vbulletin','vBulletin Solutions',0,''),(1336,-1,'options_options_displayemails_title','cphelptext','Allow Users to Email Other Members','vbulletin','vBulletin Solutions',0,''),(1337,-1,'options_options_secureemail_text','cphelptext','If this is enabled, users will be presented with a form through which to email members. Otherwise, a member\'s email address will simply be displayed. The \"Allow Users to Email Other Members\" option must be enabled for this to have any effect.','vbulletin','vBulletin Solutions',0,''),(1338,-1,'options_options_secureemail_title','cphelptext','Use Secure Email Sending','vbulletin','vBulletin Solutions',0,''),(1339,-1,'options_options_emailfloodtime_text','cphelptext','This is the number of seconds that must elapse between emails that a user can send to other members. This is primarily to prevent a user from easily spamming members. Set it to 0 to disable this option.','vbulletin','vBulletin Solutions',0,''),(1340,-1,'options_options_emailfloodtime_title','cphelptext','Email Flood Check','vbulletin','vBulletin Solutions',0,''),(1341,-1,'options_options_use_smtp_text','cphelptext','PHP has its own email directives that specify the connect info for the email server. Those directives are detailed on <a href=\"http://www.php.net/mail\" target=\"_blank\">this page</a>.<br /><br />\r\n\r\nYou can enable this option so you can specify your own mail server info below. This allows your forum to send emails through a mail server other than the one specified in your PHP configuration.','vbulletin','vBulletin Solutions',0,''),(1342,-1,'options_options_use_smtp_title','cphelptext','SMTP Email','vbulletin','vBulletin Solutions',0,''),(1343,-1,'options_options_smtp_host_text','cphelptext','The host address needs to be a fully qualified domain name (e.g. smtp.yoursite.com), an IP address (e.g. 65.123.200.5), or some other identifying address.<br /><br />\r\n\r\nUse \"localhost\" (no quotes) if the mail server is on the local machine.','vbulletin','vBulletin Solutions',0,''),(1344,-1,'options_options_smtp_host_title','cphelptext','SMTP Host','vbulletin','vBulletin Solutions',0,''),(1345,-1,'options_options_smtp_port_text','cphelptext','SMTP servers usually serve from port 25. If the SMTP host uses a different port, then you can specify that here.','vbulletin','vBulletin Solutions',0,''),(1346,-1,'options_options_smtp_port_title','cphelptext','SMTP Port','vbulletin','vBulletin Solutions',0,''),(1347,-1,'options_options_smtp_user_text','cphelptext','Some SMTP servers require authentication. In this field you can specify a username with which to authenticate.','vbulletin','vBulletin Solutions',0,''),(1348,-1,'options_options_smtp_user_title','cphelptext','SMTP Username','vbulletin','vBulletin Solutions',0,''),(1349,-1,'options_options_smtp_pass_text','cphelptext','If your SMTP server requires authentication, then you need to specify a username and password with which to authenticate. This field contains the SMTP password.','vbulletin','vBulletin Solutions',0,''),(1350,-1,'options_options_smtp_pass_title','cphelptext','SMTP Password','vbulletin','vBulletin Solutions',0,''),(1351,-1,'options_options_smtp_tls_text','cphelptext','If you\'ve enabled SMTP mail and your server requires a secure connection, please set this to the appropriate setting. This requires OpenSSL support to be compiled into PHP. TLS support requires PHP 5.1.0+','vbulletin','vBulletin Solutions',1285286400,'4.0.8'),(1352,-1,'options_options_smtp_tls_title','cphelptext','SMTP Secure Connection','vbulletin','vBulletin Solutions',0,''),(1353,-1,'options_options_enablecensor_text','cphelptext','You can censor words on your forum anywhere they appear in message titles or bodies. To turn on the censor, set this option to Yes.','vbulletin','vBulletin Solutions',0,''),(1354,-1,'options_options_enablecensor_title','cphelptext','Censorship Enabled','vbulletin','vBulletin Solutions',0,''),(1355,-1,'options_options_censorchar_text','cphelptext','If a word is to be censored, it will be replaced by the character(s) you specify here. It will be replaced on a one-to-one basis - that is, if the word \'dog\' is censored, and this setting is set to *, \'dog\' would be replaced with \'***\'.','vbulletin','vBulletin Solutions',0,''),(1356,-1,'options_options_censorchar_title','cphelptext','Character to Replace Censored Words','vbulletin','vBulletin Solutions',0,''),(1357,-1,'options_options_censorwords_text','cphelptext','Here are some examples of what a censor list will do to a sentence:<br /><br />\r\n\r\n<b>Sentence:</b><br />\r\nDogs and cats fight when it\'s raining.<br />\r\n<b>Censor List:</b><br />\r\n{dog} cat rain<br />\r\n<b>Censor Result:</b><br />\r\nDogs and ***s fight when it\'s ****ing.<br />\r\n<b>Censor List:</b><br />\r\ndog {cat} {rain}<br />\r\n<b>Censor Result:</b><br />\r\n***s and cats fight when it\'s raining.<br /><br />\r\n\r\nDo *not* use quotation marks or the results may be unexpected or it may cause errors. Make sure you are using curly brackets {} and not parentheses () when specifying exact words. Also note that you cannot censor phrases here because spaces are used as delimiters.','vbulletin','vBulletin Solutions',0,''),(1358,-1,'options_options_censorwords_title','cphelptext','Censored Words','vbulletin','vBulletin Solutions',0,''),(1359,-1,'options_options_blankasciistrip_text','cphelptext','You may wish to prevent users from using certain characters in their posts, usernames, and more. These characters are usually only used to make words appear the same to a human but different to a computer. To prevent these characters from being used, enter their character codes (numbers) here, separated by spaces.<br />\r\n<br />\r\nYou may enter character codes in two ways:\r\n<ol>\r\n<li>The character code number only. If this number is between 0 and 255, it is treated as a raw character code. Anytime a byte with that value appears, it will be changed. If this number is greater than 255, it is treated as if it was preceded by a \"u\".</li>\r\n<li>\"u\" followed by a character code, such as \"u8204\". This forces the character code to be treated as a Unicode code point. In this case, &#8204; and the UTF-8 representation for this character will be stripped out.</li>\r\n</ol>\r\nSome double-byte character sets may have their display broken by using this setting. If this happens, you should remove the contents of this setting.','vbulletin','vBulletin Solutions',1205942089,'3.7.0 Release Candidate 1'),(1360,-1,'options_options_blankasciistrip_title','cphelptext','Blank Character Stripper','vbulletin','vBulletin Solutions',0,''),(1361,-1,'options_options_allowregistration_text','cphelptext','You can temporarily or permanently prevent new users from registering by disabling this setting.','vbulletin','vBulletin Solutions',0,''),(1362,-1,'options_options_allowregistration_title','cphelptext','Allow New User Registrations','vbulletin','vBulletin Solutions',0,''),(1363,-1,'options_options_usecoppa_text','cphelptext','Enable the COPPA registration system. This complies with the US COPPA laws and requires children under the age of 13 to get parental consent before they can post. For more information about this law, visit <a href=\"http://www.vbulletin.com/go/coppa\" target=\"_blank\">this page</a>.','vbulletin','vBulletin Solutions',1231760814,'4.0.0 Alpha 1'),(1364,-1,'options_options_usecoppa_title','cphelptext','Use COPPA Registration System','vbulletin','vBulletin Solutions',0,''),(1365,-1,'options_options_moderatenewmembers_text','cphelptext','If you enable this setting, all new users will be placed into a validation queue for you to approve before they are allowed full privileges. (You can determine what permissions these users have while they are awaiting validation by modifying the permissions for the Users Awaiting Moderation group.) If you also have Verify Email Address in Registration enabled, below, the user must first verify their email address, and then they will be put into the validation queue.','vbulletin','vBulletin Solutions',0,''),(1366,-1,'options_options_moderatenewmembers_title','cphelptext','Moderate New Members','vbulletin','vBulletin Solutions',0,''),(1367,-1,'options_options_welcomemail_text','cphelptext','If you enable this setting, the user will be sent an email after registration. Note if you enable Verify Email Address in Registration below, the user must verify their address before an email will be sent. If you have Moderate New Members enabled above, this setting will have no effect as the user will be sent an email once validated regardless of this setting.','vbulletin','vBulletin Solutions',1145991013,'3.6.0 Beta 1'),(1368,-1,'options_options_welcomemail_title','cphelptext','Send Welcome Email','vbulletin','vBulletin Solutions',0,''),(1369,-1,'options_options_newuseremail_text','cphelptext','If you would like one or more people to be notified when a new user registers, enter their email address(es), separated by spaces, in this field.','vbulletin','vBulletin Solutions',0,''),(1370,-1,'options_options_newuseremail_title','cphelptext','Email Address to Notify About New Members','vbulletin','vBulletin Solutions',0,''),(1371,-1,'options_options_allowmultiregs_text','cphelptext','vBulletin will, by default, stop people from signing up for multiple accounts by checking for a vB cookie on their machine; if one is found, they will not be able to sign up again. If you wish for users to be allowed to have multiple accounts, disable this setting. Keep in mind that a user can log out and remove all vB cookies for your site and then reregister if they wish.','vbulletin','vBulletin Solutions',0,''),(1372,-1,'options_options_allowmultiregs_title','cphelptext','Allow Multiple Registration Per User','vbulletin','vBulletin Solutions',0,''),(1373,-1,'options_options_verifyemail_text','cphelptext','If you enable this option, a user\'s email address will be verified during registration by sending an email to it; the user must click a link in the email to confirm that they control the email address. If they do not click the link, the user will remain in the Users Awaiting Activation usergroup until they do so, or until you remove them. If you also enable the Moderate New Members setting above, the users will be required to complete email verification and then moved to the Users Awaiting Moderation group for your validation.','vbulletin','vBulletin Solutions',0,''),(1374,-1,'options_options_verifyemail_title','cphelptext','Verify Email Address in Registration','vbulletin','vBulletin Solutions',0,''),(1375,-1,'options_options_requireuniqueemail_text','cphelptext','By default, vBulletin requires a unique email address for each user. If you disable this setting, multiple users will be allowed to have the same email address.','vbulletin','vBulletin Solutions',0,''),(1376,-1,'options_options_requireuniqueemail_title','cphelptext','Require Unique Email Addresses','vbulletin','vBulletin Solutions',0,''),(1377,-1,'options_options_minuserlength_text','cphelptext','This setting is the minimum number of characters that a username must be to be valid.','vbulletin','vBulletin Solutions',0,''),(1378,-1,'options_options_minuserlength_title','cphelptext','Minimum Username Length','vbulletin','vBulletin Solutions',0,''),(1379,-1,'options_options_maxuserlength_text','cphelptext','This setting is the maximum number of characters that a username may be to be valid.','vbulletin','vBulletin Solutions',0,''),(1380,-1,'options_options_maxuserlength_title','cphelptext','Maximum Username Length','vbulletin','vBulletin Solutions',0,''),(1381,-1,'options_options_illegalusernames_text','cphelptext','This setting is the usernames, or parts of usernames, that you do not wish users to be able to register, separated by spaces. If you enter John, for example, no one will be able to register John, but the name Johnathan will also be disallowed.','vbulletin','vBulletin Solutions',0,''),(1382,-1,'options_options_illegalusernames_title','cphelptext','Illegal User Names','vbulletin','vBulletin Solutions',0,''),(1383,-1,'options_options_usernameregex_text','cphelptext','You may require the username to match a PCRE-type regular expression.\r\n<br /><br />\r\n<span class=\"smallfont\">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\nExamples:<br /><br />\r\n<b>^[A-Z]+$</b> - Characters from A-Z only<br />\r\n<b>^[A-Z ]+$</b> - Characters from A-Z including space<br />\r\n<b>^[A-Z0-9 ]+$</b> - Alphanumeric characters including space<br />\r\n<b>^((?!&#\\d+;)[\\x20-\\x7E])+$</b> - ASCII characters from 32-127<br />\r\n<br />\r\nSee <a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PHP.net</a> for more information on regular expressions.','vbulletin','vBulletin Solutions',1207215367,'3.7.0 Release Candidate 3'),(1384,-1,'options_options_usernameregex_title','cphelptext','Username Regular Expression','vbulletin','vBulletin Solutions',1142612083,'3.6.0 Beta 1'),(1385,-1,'options_options_defaultregoptions_text','cphelptext','Select the default setting you want for each option on the registration form.','vbulletin','vBulletin Solutions',0,''),(1386,-1,'options_options_defaultregoptions_title','cphelptext','Default Registration Options','vbulletin','vBulletin Solutions',0,''),(1387,-1,'options_options_usernamereusedelay_text','cphelptext','This option allows you to prevent a user\'s name from being reused for a specified number of days after that user has been renamed.<br />\r\n<br />\r\nFor example, if you change \"Mike\" to \"Michael\", no one would be able to register with the name \"Mike\" for 365 days (by default).','vbulletin','vBulletin Solutions',1199131083,'3.7.0 Beta 4'),(1388,-1,'options_options_usernamereusedelay_title','cphelptext','Username Reuse Delay','vbulletin','vBulletin Solutions',1191253683,'3.7.0 Beta 1'),(1389,-1,'options_options_social_moderation_text','cphelptext','When this option is set to \"yes\" all Group Messages will be set to \"moderated\" automatically.','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1390,-1,'options_options_social_moderation_title','cphelptext','Group Message Moderation','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1391,-1,'options_options_reqbirthday_text','cphelptext','When this option is enabled, users will be required to enter a valid date of birth when registering. Any users without a birthday will be required to enter one when modifying their profile. A valid birth year is from 1902 to the current year. Once a date of birth has been entered, the user will not be allowed to change it.','vbulletin','vBulletin Solutions',1195217209,'3.7.0 Beta 1'),(1392,-1,'options_options_reqbirthday_title','cphelptext','Require Date of Birth','vbulletin','vBulletin Solutions',0,''),(1393,-1,'options_options_ctMaxChars_text','cphelptext','This setting is the maximum number of characters a user may enter for a custom title.','vbulletin','vBulletin Solutions',0,''),(1394,-1,'options_options_ctMaxChars_title','cphelptext','User Title Maximum Characters','vbulletin','vBulletin Solutions',0,''),(1395,-1,'options_options_ctCensorWords_text','cphelptext','Enter the word(s) you want censored from user titles in this box. Separate each with a space.<br /><br />\r\n\r\nTo censor a word, even if it appears as part of another word (for example, \'dog\' as part of \'dogma\'), simply enter the word. If you wish to be more selective and only censor the word if it appears as a whole word by itself, you can enclose it with curly braces, like so:<br />\r\n{dog}<br /><br />\r\n\r\nFollowing are some examples. This is the sentence they will be matched against:<br />\r\nDogs and cats fight when it\'s raining.<br />\r\nCensor list: {dog} cat rain<br />\r\nCensor result: Dogs and ***s fight when it\'s ****ing.<br />\r\nCensor list: dog {cat} {rain}<br />\r\nCensor result: ***s and cats fight when it\'s raining.<br /><br />\r\n\r\nDo *not* use quotation marks or the results may be unexpected or it may cause errors. Additionally, be certain you are using curly brackets {} and not parentheses () when specifying exact words.','vbulletin','vBulletin Solutions',0,''),(1396,-1,'options_options_ctCensorWords_title','cphelptext','Censored Words','vbulletin','vBulletin Solutions',0,''),(1397,-1,'options_options_minifriends_amount_text','cphelptext','The Maximum amount of Friends to display in the Small Friends Block on the Users\' Profile Pages','vbulletin','vBulletin Solutions',1195731759,'3.7.0 Beta 1'),(1398,-1,'options_options_minifriends_amount_title','cphelptext','Number of friends to display in the small friends block','vbulletin','vBulletin Solutions',1195731759,'3.7.0 Beta 1'),(1399,-1,'options_options_ctCensorMod_text','cphelptext','If you enable this option, moderators will be exempt from the user title censor. If you censor such words as \'moderator\' from custom user titles, but want your moderators to be able to use the words in their titles, you must enable this option.','vbulletin','vBulletin Solutions',0,''),(1400,-1,'options_options_ctCensorMod_title','cphelptext','Exempt Moderators From Censor','vbulletin','vBulletin Solutions',0,''),(1401,-1,'options_options_friends_per_page_text','cphelptext','The number of friends to show per-page on the large friends list.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955613,'3.7.0 Release Candidate 4'),(1402,-1,'options_options_friends_per_page_title','cphelptext','Friends Per Page on Full Friends List','vbulletin','vBulletin Solutions',1195732107,'3.7.0 Beta 1'),(1403,-1,'options_options_softlinebreakchars_text','cphelptext','The option is related to the permission that controls how many lines a user may have in his or her signature.<br />\r\n<br />\r\nA line of text without a hard linebreak may wrap when displayed in a browser and actually appear as two lines. This option controls how many characters (other than linebreaks) that are allowed before the text counts as multiple lines.','vbulletin','vBulletin Solutions',1155818656,'3.6.1'),(1404,-1,'options_options_softlinebreakchars_title','cphelptext','Signature Soft-Linebreak Character Limit','vbulletin','vBulletin Solutions',1155818656,'3.6.1'),(1405,-1,'options_options_allowbbcode_text','cphelptext','If you enable this option, users will be allowed to use BB code tags (such as [b], [i], etc.) in non forum specific areas. This setting is not used anywhere in vBulletin itself, but may be used by addons/plugins.','vbulletin','vBulletin Solutions',1206964476,'3.7.0 Release Candidate 2'),(1406,-1,'options_options_allowbbcode_title','cphelptext','Allow BB Code in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1206964493,'3.7.0 Release Candidate 2'),(1407,-1,'options_options_allowsmilies_text','cphelptext','If you enable this setting, users can type such text as :) and :( and they will be converted into smilie images in non forum specific areas. Otherwise, the text will be displayed as text.\r\nThis setting is not used anywhere in vBulletin itself, but may be used by addons/plugins.','vbulletin','vBulletin Solutions',1172666320,'3.6.5'),(1408,-1,'options_options_allowsmilies_title','cphelptext','Allow Smilies in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1172666334,'3.6.5'),(1409,-1,'options_options_allowbbimagecode_text','cphelptext','If you enable this, users will be able to use the [IMG] tag to show images in non forum specific areas. This setting is not used anywhere in vBulletin itself, but may be used by addons/plugins.','vbulletin','vBulletin Solutions',1172666378,'3.6.5'),(1410,-1,'options_options_allowbbimagecode_title','cphelptext','Allow [IMG] Code in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1172666378,'3.6.5'),(1411,-1,'options_options_allowhtml_text','cphelptext','It is <b>strongly</b> recommended that you do not enable this setting. It will allow users to use HTML in non forum specific areas, which could be used maliciously. This setting is not used anywhere in vBulletin itself, but may be used by addons/plugins.','vbulletin','vBulletin Solutions',1172666411,'3.6.5'),(1412,-1,'options_options_allowhtml_title','cphelptext','Allow HTML in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1172666411,'3.6.5'),(1413,-1,'options_options_ignoremods_text','cphelptext','If you enable this setting, users will be able to add Moderators and Administrators to their ignore lists.','vbulletin','vBulletin Solutions',0,''),(1414,-1,'options_options_ignoremods_title','cphelptext','Allow Users to \'Ignore\' Moderators','vbulletin','vBulletin Solutions',0,''),(1415,-1,'options_options_avatarenabled_text','cphelptext','If you enable this setting, users will able to choose avatars, small pictures which show up on their posts under their usernames. You can enable/disable avatars on a per-usergroup level by disabling their ability to use any avatar categories under Avatars > Avatar Manager. You can enable/disable custom avatars in Usergroups > Usergroup Manager.','vbulletin','vBulletin Solutions',0,''),(1416,-1,'options_options_avatarenabled_title','cphelptext','Avatars Enabled','vbulletin','vBulletin Solutions',0,''),(1417,-1,'options_options_numavatarsperpage_text','cphelptext','This setting is the number of predefined avatars displayed per page on the Edit Avatar screen, broken into columns by the Avatar Display Width setting above.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955694,'3.7.0 Release Candidate 4'),(1418,-1,'options_options_numavatarsperpage_title','cphelptext','Avatars Per-Page','vbulletin','vBulletin Solutions',0,''),(1419,-1,'options_options_reputationundefined_text','cphelptext','This is the reputation \'description\' that will be given to any user that has a reputation that is lesser than the smallest reputation level.<br /><br />For example, if your lowest reputation is -300, any user with a reputation of -301 or smaller will have this description.','vbulletin','vBulletin Solutions',0,''),(1420,-1,'options_options_reputationundefined_title','cphelptext','Reputation Undefined','vbulletin','vBulletin Solutions',0,''),(1421,-1,'options_options_reputationdefault_text','cphelptext','This is the reputation level that each user is given when they register. You as the administrator must have a level that is at least equal to or less than this value.<br /><br />\r\n\r\nIf you change this value then you may want to <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your reputations</a> to give existing users to same base reputation level.','vbulletin','vBulletin Solutions',0,''),(1422,-1,'options_options_reputationdefault_title','cphelptext','Default Reputation','vbulletin','vBulletin Solutions',0,''),(1423,-1,'options_options_adminpower_text','cphelptext','This setting is the number of reputation points that an administrator gives or takes with each reputation click. Set this option to 0 to have administrators follow the same rules as all other users.','vbulletin','vBulletin Solutions',0,''),(1424,-1,'options_options_adminpower_title','cphelptext','Administrator\'s Reputation Power','vbulletin','vBulletin Solutions',0,''),(1425,-1,'options_options_rdpower_text','cphelptext','For every X number of days that a user has been registered, they are given one more point of reputation-altering power.','vbulletin','vBulletin Solutions',0,''),(1426,-1,'options_options_rdpower_title','cphelptext','Register Date Factor','vbulletin','vBulletin Solutions',0,''),(1427,-1,'options_options_pcpower_text','cphelptext','For every X number of posts that a user makes, they will gain one more point of reputation-altering power.','vbulletin','vBulletin Solutions',0,''),(1428,-1,'options_options_pcpower_title','cphelptext','Post Count Factor','vbulletin','vBulletin Solutions',0,''),(1429,-1,'options_options_kppower_text','cphelptext','For every X points of reputation that a user gets, they gain one more point of reputation-altering power.','vbulletin','vBulletin Solutions',0,''),(1430,-1,'options_options_kppower_title','cphelptext','Reputation Point Factor','vbulletin','vBulletin Solutions',0,''),(1431,-1,'options_options_minreputationpost_text','cphelptext','This setting is the number of posts that a user must have before his reputation hits count towards others\' reputation points.','vbulletin','vBulletin Solutions',1205940637,'3.7.0 Release Candidate 1'),(1432,-1,'options_options_minreputationpost_title','cphelptext','Minimum Post Count','vbulletin','vBulletin Solutions',0,''),(1433,-1,'options_options_minreputationcount_text','cphelptext','This is the amount of reputation that a user must have before his reputation hits affect others\' reputations.','vbulletin','vBulletin Solutions',1205940716,'3.7.0 Release Candidate 1'),(1434,-1,'options_options_minreputationcount_title','cphelptext','Minimum Reputation Count','vbulletin','vBulletin Solutions',0,''),(1435,-1,'options_options_profilelastpost_text','cphelptext','If you enable this option, a user\'s last post will be be shown on the user\'s profile page. This can increase table locking due to large table scans, as well as the load of your server. This option should only be enabled for smaller forums.','vbulletin','vBulletin Solutions',0,''),(1436,-1,'options_options_profilelastpost_title','cphelptext','Show Last Post on Profile Page','vbulletin','vBulletin Solutions',0,''),(1437,-1,'options_options_enablebanning_text','cphelptext','If you enable this option, the following ban settings will apply.','vbulletin','vBulletin Solutions',0,''),(1438,-1,'options_options_enablebanning_title','cphelptext','Enable Banning Options','vbulletin','vBulletin Solutions',0,''),(1439,-1,'options_options_banip_text','cphelptext','Enter any IP addresses you wish to ban in this box, separated by spaces. You can enter a full IP address, or any partial IP address. vBulletin starts at the beginning of an IP address and matches out. You should be very careful when banning IP addresses, especially partials, as you will in all likelihood hit at least one innocent person for every one who is a legitimate banning target, if you even manage to hit a legitimate target at all.','vbulletin','vBulletin Solutions',1224672568,'4.0.0 Alpha 1'),(1440,-1,'options_options_banip_title','cphelptext','Banned IP Addresses','vbulletin','vBulletin Solutions',0,''),(1441,-1,'options_options_banemail_text','cphelptext','Enter email addresses, or the @ symbol and email domains, separated by spaces to ban people from registering with that email or partial email.<br /><br />\r\n\r\nYou can use a partial email by entering the @ symbol followed by the domain name: @example.com. You can opt to disallow current users from keeping banned email addresses below.','vbulletin','vBulletin Solutions',0,''),(1442,-1,'options_options_banemail_title','cphelptext','Banned Email Addresses','vbulletin','vBulletin Solutions',0,''),(1443,-1,'options_options_aggressiveemailban_text','cphelptext','This changes email banning to use a method that catches more email addresses. If you enable this option, any email address that contains one of the entries in the \"Banned Email Addresses\" option will be considered a banned email.<br />\r\n<br />\r\nIf you do not enable this option, emails will only be banned if the entry is matched at the end of the email address. For example:<br />\r\n<strong>Enabled:</strong> Banning \"example\" bans example@something.com and something@example.com.<br />\r\n<strong>Disabled:</strong> Banning \"example\" effectively bans nothing. If you wish to ban something@example.com, you must enter \"example.com\".','vbulletin','vBulletin Solutions',1155818986,'3.6.1'),(1444,-1,'options_options_aggressiveemailban_title','cphelptext','Aggressive Email Banning','vbulletin','vBulletin Solutions',1190714698,'3.7.0 Beta 1'),(1445,-1,'options_options_allowkeepbannedemail_text','cphelptext','You can disallow users from keeping an email address after you ban it by enabling this option. If you do so, the next time any users affected by the email ban attempt to modify their profile they will be prompted to enter a different address.','vbulletin','vBulletin Solutions',0,''),(1446,-1,'options_options_allowkeepbannedemail_title','cphelptext','Allow User to Keep Banned Email Addresses','vbulletin','vBulletin Solutions',0,''),(1447,-1,'options_options_globalignore_text','cphelptext','This setting allows you to set certain users as being globally ignored. Their posts etc. are not seen by any users except themselves. This gives them the illusion that they are still functioning members of the forum when in reality nobody is seeing their posts. Enter a list of userids separated by spaces.','vbulletin','vBulletin Solutions',0,''),(1448,-1,'options_options_globalignore_title','cphelptext','Global Ignore','vbulletin','vBulletin Solutions',1255357608,'4.0.0 Alpha 6'),(1449,-1,'options_options_allowedbbcodes_text','cphelptext','This setting allows you to enable and disable all the built-in BB codes in vBulletin.<br /><br />\r\n\r\nDisabling a BB code will prevent it from working anywhere on the forum, including signatures, private messages, user notes etc.','vbulletin','vBulletin Solutions',1206966046,'3.7.0 Release Candidate 2'),(1450,-1,'options_options_allowedbbcodes_title','cphelptext','Enabled Built-in BB Codes','vbulletin','vBulletin Solutions',0,''),(1451,-1,'options_options_codemaxlines_text','cphelptext','Code is displayed as pre-formatted text which does not wrap when it reaches the edges of the table. By placing the code within a scroll box we avoid the situation where the pre-formatted text stretches the forum layout. This setting allows you to specify the maximum height of the scroll box before a scroll bar is displayed.','vbulletin','vBulletin Solutions',1205942159,'3.7.0 Release Candidate 1'),(1452,-1,'options_options_codemaxlines_title','cphelptext','Maximum [CODE] Lines','vbulletin','vBulletin Solutions',0,''),(1453,-1,'options_options_mqlimit_text','cphelptext','The Multi-Quote Quote Limit is used to restrict the amount of quotes that can be added by a user via the Multi-Quote button. This is intended to restrict the potential for abuse to the system.<br /><br />\r\nIt should be noted that this will not restrict the number of quotes that can be added to a post, potentially a user could enter the Quote tags manually.','vbulletin','vBulletin Solutions',1150976775,'3.6.0 Beta 4'),(1454,-1,'options_options_mqlimit_title','cphelptext','Multi-Quote Quote Limit','vbulletin','vBulletin Solutions',1150976775,'3.6.0 Beta 4'),(1455,-1,'options_options_multiquote_text','cphelptext','Multi-quote allows a user to select multiple posts by clicking a button on each post. When the user clicks a button to reply, the text of each selected post will be quoted in the reply box.<br />\r\n<br />\r\nSince this feature allows users to respond to multiple posts at once, any posts made using this feature will not fit into a threaded hierarchy so beware!','vbulletin','vBulletin Solutions',1150976414,'3.6.0 Beta 4'),(1456,-1,'options_options_multiquote_title','cphelptext','Multi-Quote Enabled','vbulletin','vBulletin Solutions',1148819740,'3.6.0 Beta 1'),(1457,-1,'options_options_postminchars_text','cphelptext','This setting is the minimum number of characters a user must put in a post before it is allowed to go through. Set this to 0 to disable it.','vbulletin','vBulletin Solutions',0,''),(1458,-1,'options_options_postminchars_title','cphelptext','Minimum Characters Per Post','vbulletin','vBulletin Solutions',0,''),(1459,-1,'options_options_ignorequotechars_text','cphelptext','If you enable this option, all text within [quote] tags in a post will be ignored when determining how many characters that post has. Some users like to quote large posts and add a smiley or some other small bit of text as a response, and this prevents that.','vbulletin','vBulletin Solutions',0,''),(1460,-1,'options_options_ignorequotechars_title','cphelptext','Ignore Words in [QUOTE] Tags for Min Chars Check','vbulletin','vBulletin Solutions',0,''),(1461,-1,'options_options_titlemaxchars_text','cphelptext','Topic and post titles will be limited to this number of characters. Please choose a value larger than 0 and less than 251.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1462,-1,'options_options_titlemaxchars_title','cphelptext','Maximum Characters Per Topic/Post Title','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1463,-1,'options_options_postmaxchars_text','cphelptext','Set this option to the maximum number of characters you wish to allow in one post. If you set this to 0 it will disable the maximum character check.','vbulletin','vBulletin Solutions',0,''),(1464,-1,'options_options_postmaxchars_title','cphelptext','Maximum Characters Per Post','vbulletin','vBulletin Solutions',0,''),(1465,-1,'options_options_maximages_text','cphelptext','Set this to the maximum number of images you wish to allow per post and signature. For the purposes of this count, the post and any signature the user has are counted together. Set this to 0 to disable the images count.','vbulletin','vBulletin Solutions',0,''),(1466,-1,'options_options_maximages_title','cphelptext','Maximum Images Per Post/Signature','vbulletin','vBulletin Solutions',0,''),(1467,-1,'options_options_stopshouting_text','cphelptext','Users who type words in all CAPS will have them changed to first-letter-capitalization only, or all lowercase, depending on the word(s), if the text contains at least this many characters.<br />\r\nIf you set this to 0, this function will be disabled.<br />\r\nFor some international forums with different character sets this setting may cause issues, and in that case should be disabled.','vbulletin','vBulletin Solutions',0,''),(1468,-1,'options_options_stopshouting_title','cphelptext','Prevent \'SHOUTING\'','vbulletin','vBulletin Solutions',0,''),(1469,-1,'options_options_allowdynimg_text','cphelptext','If you enable this setting, users will be able to use dynamic URLs (those containing ? and & among other special characters) in the [IMG] tag. This may post a slight risk of malicious use depending on what the \"image\" on the other end of the URL does. It could possibly read or set cookies or do a number of other things. Typically this setting should be disabled.','vbulletin','vBulletin Solutions',1161596872,'3.6.3'),(1470,-1,'options_options_allowdynimg_title','cphelptext','Allow Dynamic URL for [IMG] Tags','vbulletin','vBulletin Solutions',0,''),(1471,-1,'options_options_floodchecktime_text','cphelptext','If you enter a number other than 0 (which will disable this function) here, it will cause a user to be forced to wait at least this many seconds between posts. It can prevent a user from attempting to flood your forum with new posts, through either manual or automatic means. Administrators and moderators are always exempt from floodcheck.','vbulletin','vBulletin Solutions',0,''),(1472,-1,'options_options_floodchecktime_title','cphelptext','Minimum Time Between Posts','vbulletin','vBulletin Solutions',0,''),(1473,-1,'options_options_editthreadtitlelimit_text','cphelptext','This setting is the number of minutes in which a user may edit the title of a topic that he starts, and have it apply to the topic listing screen (forumdisplay). After this time period, the change will only apply to the title shown in the first post of the topic. (Administrators and moderators with permission may always edit the title of the topic as shown on forumdisplay through the Edit Topic function.)','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1474,-1,'options_options_editthreadtitlelimit_title','cphelptext','Time Limit on Editing of Topic Title','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1475,-1,'options_options_noeditedbytime_text','cphelptext','This is the number of minutes that a user has to edit his post without the <i>Edited by xxx</i> message being appended at the bottom of an edited message.','vbulletin','vBulletin Solutions',0,''),(1476,-1,'options_options_noeditedbytime_title','cphelptext','Time to Wait Before Starting to Display \'Edited by...\'','vbulletin','vBulletin Solutions',0,''),(1477,-1,'options_options_logip_text','cphelptext','If this setting is set to Do Not Log IP, no IPs will be logged when messages are posted. If set to Display, But Require Admin or Mod, then the IP will be logged and an administrator or moderator with permission can view it. Display Publicly will show the IP on the post itself for all to see.','vbulletin','vBulletin Solutions',0,''),(1478,-1,'options_options_logip_title','cphelptext','Log IP Addresses','vbulletin','vBulletin Solutions',0,''),(1479,-1,'options_options_wysiwyg_smtotal_text','cphelptext','Use this option to set the number of smilies that will appear initially in the smilie panel under the editor. If you set this to less than the total number of smilies you have, there will be a link to expand the smilies panel and show all smilies.','vbulletin','vBulletin Solutions',1365438336,'5.0.3 Alpha 1'),(1480,-1,'options_options_wysiwyg_smtotal_title','cphelptext','Smilie Panel Initial Smilies','vbulletin','vBulletin Solutions',1365438336,'5.0.3 Alpha 1'),(1481,-1,'options_options_attachtotalspace_text','cphelptext','Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n1048576 bytes = 1 megabyte<br /><br />\r\n\r\nThe total file-size of all attachments cannot exceed this number.','vbulletin','vBulletin Solutions',1172228521,'3.6.5'),(1482,-1,'options_options_attachtotalspace_title','cphelptext','Limit Space Taken Up By Attachments (Total)','vbulletin','vBulletin Solutions',0,''),(1483,-1,'options_options_attachlimit_text','cphelptext','Enter a positive integer number or 0.<br /><br />\r\n\r\nvBulletin allows users to attach multiple files to a single post. This setting defines the maximum number of files that a user may attach to one post.','vbulletin','vBulletin Solutions',0,''),(1484,-1,'options_options_attachlimit_title','cphelptext','Attachments Per Post','vbulletin','vBulletin Solutions',0,''),(1485,-1,'options_options_attachboxcount_text','cphelptext','This setting limits how many attachments can be uploaded at one time. This does not limit how many total attachments can be uploaded per post.<br /><br />\r\n\r\nFor example, if a user wants to attach 5 files to their post (assuming you allow at least 5 attachments per post) and you only allow 3 files to be uploaded at a time (this setting), then the user will need to select and upload 3 of the 5 files first and then select and upload the last 2 files after the first 3 are done.','vbulletin','vBulletin Solutions',0,''),(1486,-1,'options_options_attachboxcount_title','cphelptext','Attachment Inputs','vbulletin','vBulletin Solutions',0,''),(1487,-1,'options_options_attachurlcount_text','cphelptext','This is similar to the \"Attachment Upload Inputs\" option above, except it is for \"URL input boxes\" instead of \"file location boxes\".<br /><br />\r\n\r\n\"URL attachments\" are copied to your server at post time, similar to custom avatars.','vbulletin','vBulletin Solutions',0,''),(1488,-1,'options_options_attachurlcount_title','cphelptext','Attachment URL Inputs','vbulletin','vBulletin Solutions',0,''),(1489,-1,'options_options_allowattachdel_text','cphelptext','The time limit that this setting refers to is <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a> (Time Limit on Editing of Posts).','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1490,-1,'options_options_allowattachdel_title','cphelptext','Allow Deletion of Attachments Beyond Edit Time Limit','vbulletin','vBulletin Solutions',0,''),(1491,-1,'options_options_allowclosedattachdel_text','cphelptext','The time limit that this setting refers to is <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a> (Time Limit on Editing of Posts).','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1492,-1,'options_options_allowclosedattachdel_title','cphelptext','Allow Deletion of Attachments in Closed Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1493,-1,'options_options_allowduplicates_text','cphelptext','If this setting is set to \"No\" then vBulletin will not allow the same user to post the same attachment twice. This can be used to prevent users from taking up unnecessary database space with identical attachments.','vbulletin','vBulletin Solutions',0,''),(1494,-1,'options_options_allowduplicates_title','cphelptext','Allow Duplicate Attached Images','vbulletin','vBulletin Solutions',0,''),(1495,-1,'options_options_viewattachedimages_text','cphelptext','Enable this option to display attached images inline, meaning attached images are displayed within the posts themselves instead of having to click a link within the posts to view the attached images.<br /><br />\r\n\r\nEnabling this option makes for convenient viewing of attached images but also increases the load time of topics with lots of attached images, increases bandwidth usage, and increases server resource usage when a user loads a topic with lots of attached images.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1496,-1,'options_options_viewattachedimages_title','cphelptext','View Attached Images Inline','vbulletin','vBulletin Solutions',0,''),(1497,-1,'options_options_attachthumbs_text','cphelptext','A thumbnail is a smaller version of an image. When thumbnails are enabled attached images that are shown inline will be represented by a smaller version of that image. A user can then click on the thumbnail to view the full-size image.<br /><br />\r\n\r\nEnabling thumbnails is useful in conserving bandwidth on forums where attachments are displayed inline and in preventing large (dimensions) attached images from stretching the forum layout.<br /><br />The border and dimensions options require either the GD2 or ImageMagick image processing libraries. These options will not add anything if you are using the GD1 library.<br /><br />\r\n\r\nIf you are enabling this option and have existing image attachments on your forums, you will need to <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your thumbnails</a> to generate thumbnails for those existing attachments.','vbulletin','vBulletin Solutions',1205942249,'3.7.0 Release Candidate 1'),(1498,-1,'options_options_attachthumbs_title','cphelptext','Enable Thumbnails','vbulletin','vBulletin Solutions',0,''),(1499,-1,'options_options_thumbquality_text','cphelptext','Quality vs file-size... it\'s a trade off. You can experiment to find a good setting. 75 is usually a good compromise.','vbulletin','vBulletin Solutions',0,''),(1500,-1,'options_options_thumbquality_title','cphelptext','Image Resize Quality','vbulletin','vBulletin Solutions',0,'5.0.0 Beta 28'),(1501,-1,'options_options_attachrow_text','cphelptext','Enter a positive integer number.<br /><br />\r\n\r\nThis setting can be used to appropriately fit thumbnails to your forum layout.','vbulletin','vBulletin Solutions',0,''),(1502,-1,'options_options_attachrow_title','cphelptext','Thumbnails Per Row','vbulletin','vBulletin Solutions',0,''),(1503,-1,'options_options_maxpolloptions_text','cphelptext','This setting limits the number of choices a user can put in a poll.','vbulletin','vBulletin Solutions',0,''),(1504,-1,'options_options_maxpolloptions_title','cphelptext','Maximum Poll Options','vbulletin','vBulletin Solutions',0,''),(1505,-1,'options_options_maxpolllength_text','cphelptext','When typing the text for a poll option, the number of characters in the input field cannot exceed this number.','vbulletin','vBulletin Solutions',0,''),(1506,-1,'options_options_maxpolllength_title','cphelptext','Poll Option Length','vbulletin','vBulletin Solutions',0,''),(1507,-1,'options_options_updatelastpost_text','cphelptext','Enabling this option will \"bump\" topics with polls whenever some one submits a vote to the poll.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1508,-1,'options_options_updatelastpost_title','cphelptext','Update Topic Last Post on Poll Vote','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1509,-1,'options_options_showvotes_text','cphelptext','Enter a positive integer number.<br /><br />\r\n\r\nTopic ratings are relatively inaccurate with just a few votes. This setting can be used to delay the results until enough votes have been cast to give a more accurate rating.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1510,-1,'options_options_showvotes_title','cphelptext','Required Topic Rating Votes to Show Rating','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1511,-1,'options_options_votechange_text','cphelptext','Enabling this option allows users to rate a topic and then change that rating later.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1512,-1,'options_options_votechange_title','cphelptext','Allow Topic Rating Vote Changes','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1513,-1,'options_options_enablesearches_text','cphelptext','Searching is a very useful feature but it can be quite server intensive on busy forums. If you are concerned about server load you can disable this feature.','vbulletin','vBulletin Solutions',0,''),(1514,-1,'options_options_enablesearches_title','cphelptext','Search Engine Enabled','vbulletin','vBulletin Solutions',0,''),(1515,-1,'options_options_searchfloodtime_text','cphelptext','This setting can be used to limit the number of searches any one user can perform within a certain time period. This is useful in preventing the search feature from taking too many server resources on busy forums.','vbulletin','vBulletin Solutions',0,''),(1516,-1,'options_options_searchfloodtime_title','cphelptext','Minimum Time Between Searches','vbulletin','vBulletin Solutions',0,''),(1517,-1,'options_options_minsearchlength_text','cphelptext','Enter the minimum word length that the search engine is to index.<br /><br />\r\n\r\nFor example, if this is set to 4 then users can\'t search for 3 letter words. You can reduce the size of your database by increasing this number and re-indexing <a href=\"misc.php?do=chooser\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',1205941572,'3.7.0 Release Candidate 1'),(1518,-1,'options_options_minsearchlength_title','cphelptext','Search Index Minimum Word Length','vbulletin','vBulletin Solutions',0,''),(1519,-1,'options_options_maxsearchlength_text','cphelptext','For both vBulletin default search and Fulltext search, this option also limits the maximum size that of words that users can search for.\r\nFor example, if this is set to 15 then users can\'t search for 16 letter words.<br /><br />\r\nWhen using the vBulletin default search, this option limits the maximum size of indexed words. The larger this number is, the larger your search index, and conversely your database is going to be.\r\nYou can reduce the size of your database by decreasing this number and re-indexing <a href=\"misc.php?do=chooser\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',1222169467,'4.0.0 Alpha 1'),(1520,-1,'options_options_maxsearchlength_title','cphelptext','Search Index Maximum Word Length','vbulletin','vBulletin Solutions',0,''),(1521,-1,'options_options_goodwords_text','cphelptext','Use this setting to include special words in the search index that are outside the range of word lengths to be indexed.','vbulletin','vBulletin Solutions',0,''),(1522,-1,'options_options_goodwords_title','cphelptext','Words to be Included Despite Character Limit','vbulletin','vBulletin Solutions',0,''),(1523,-1,'options_options_maxresults_text','cphelptext','For example, if this is set to 200 and a search finds 300 results then only the first 200 matches will be displayed.','vbulletin','vBulletin Solutions',0,''),(1524,-1,'options_options_maxresults_title','cphelptext','Maximum Search Results to Return','vbulletin','vBulletin Solutions',0,''),(1525,-1,'options_options_badwords_text','cphelptext','Several common words are already excluded from searches. These \"default bad words\" can be seen in the <i>includes/searchwords.php</i> file.','vbulletin','vBulletin Solutions',0,''),(1526,-1,'options_options_badwords_title','cphelptext','Words to be excluded from search','vbulletin','vBulletin Solutions',0,''),(1527,-1,'options_options_multimatchscore_text','cphelptext','This setting allows you to give a higher relevance score to search results that contain more of the words in a multi-word search string.<br /><br />\r\n\r\nFor example, if your search string consists of two words then posts that contain both words will be given higher relevance than posts that only contain one of the two words.','vbulletin','vBulletin Solutions',0,''),(1528,-1,'options_options_multimatchscore_title','cphelptext','Search Relevance Multi-Word Match Bonus Score','vbulletin','vBulletin Solutions',0,''),(1529,-1,'options_options_datescore_text','cphelptext','This setting allows you to give a higher relevance score to search results that are newer.<br /><br />\r\n\r\nThis can be deceiving for multi-word searches. For example, for multi-word search strings a search result might only match one of the words but end up with a higher relevance score than an older search result that matched all of the words.','vbulletin','vBulletin Solutions',0,''),(1530,-1,'options_options_datescore_title','cphelptext','Search Relevance Date Score','vbulletin','vBulletin Solutions',0,''),(1531,-1,'options_options_threadtitlescore_text','cphelptext','This setting allows you to give a higher relevance score to search results whose topics contain search words.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1532,-1,'options_options_threadtitlescore_title','cphelptext','Search Relevance Topic Title Score','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1533,-1,'options_options_posttitlescore_text','cphelptext','This setting allows you to give a higher relevance score to search results whose titles contain search words. This is for post titles, not topic titles.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1534,-1,'options_options_posttitlescore_title','cphelptext','Search Relevance Post Title Score','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1535,-1,'options_options_replyscore_text','cphelptext','This setting allows you to give a higher relevance score to search results contained within topics with a high reply count.<br /><br />\r\n\r\nRemember that quantity doesn\'t necessarily equal quality. In this way, this setting can skew the search results.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1536,-1,'options_options_replyscore_title','cphelptext','Search Relevance Reply Score','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1537,-1,'options_options_replyfunc_text','cphelptext','This setting allows you to perform a PHP function on the $replyscore of a search result. An example would be to return the log() (Natural logarithm) value of the $replyscore. You would do this by entering \'safelog\' as the function name.','vbulletin','vBulletin Solutions',0,''),(1538,-1,'options_options_replyfunc_title','cphelptext','Search Relevance Reply Function','vbulletin','vBulletin Solutions',0,''),(1539,-1,'options_options_viewscore_text','cphelptext','This setting allows you to give a higher relevance score to search results contained within topics with a high view count.<br /><br />\r\n\r\nRemember that quantity doesn\'t necessarily equal quality. In this way, this setting can skew the search results.','vbulletin','vBulletin Solutions',0,''),(1540,-1,'options_options_viewscore_title','cphelptext','Search Relevance View Score','vbulletin','vBulletin Solutions',0,''),(1541,-1,'options_options_viewfunc_text','cphelptext','This setting allows you to perform a PHP function on the $viewscore of a search result. An example would be to return the log() (Natural logarithm) value of the $viewscore. You would do this by entering \'safelog\' as the function name.','vbulletin','vBulletin Solutions',0,''),(1542,-1,'options_options_viewfunc_title','cphelptext','Search Relevance View Score','vbulletin','vBulletin Solutions',0,''),(1543,-1,'options_options_ratescore_text','cphelptext','This setting allows you to give a higher relevance score to search results contained within topics that have a high topic rating.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1544,-1,'options_options_ratescore_title','cphelptext','Search Relevance Rating Score','vbulletin','vBulletin Solutions',0,''),(1545,-1,'options_options_ratefunc_text','cphelptext','This setting allows you to perform a PHP function on the $ratingscore of a search result. An example would be to return the log() (Natural logarithm) value of the $ratingscore. You would do this by entering \'safelog\' as the function name.','vbulletin','vBulletin Solutions',0,''),(1546,-1,'options_options_ratefunc_title','cphelptext','Search Relevance Rating Score','vbulletin','vBulletin Solutions',0,''),(1547,-1,'options_options_forumhome_text','cphelptext','You can use this setting to change the name of your forum index file so that you can put another index file in its place. The replacement index file might be a forum intro page or a portal of some kind. There are many possible applications.','vbulletin','vBulletin Solutions',1204936640,'3.7.0 Release Candidate 1'),(1548,-1,'options_options_forumhome_title','cphelptext','Script Name for Forum Home Page','vbulletin','vBulletin Solutions',0,''),(1549,-1,'options_options_showbirthdays_text','cphelptext','Enable this option to display today\'s birthdays on your forum homepage.','vbulletin','vBulletin Solutions',1385073467,'5.1.0 Alpha 5'),(1550,-1,'options_options_showbirthdays_title','cphelptext','Display Today\'s Birthdays?','vbulletin','vBulletin Solutions',0,''),(1551,-1,'options_options_showforumdescription_text','cphelptext','Exactly what it says. Forum descriptions can be managed when you edit a specific forum <a href=\"forum.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(1552,-1,'options_options_showforumdescription_title','cphelptext','Show Forum Descriptions in Forum Listings','vbulletin','vBulletin Solutions',0,''),(1553,-1,'options_options_showprivateforums_text','cphelptext','Select \'No\' here will hide private forums from users who are not allowed to access them. Users who do have permission to access them will have to log in before they can see these forums too.<br /><br />Either of the yes options will allow users to see all forums that they don\'t have access to. The ability to see the forum\'s post count is controlled by the two yes options. If a forum is passworded, it is treated as a private forum until the user enters the valid password.','vbulletin','vBulletin Solutions',0,''),(1554,-1,'options_options_showprivateforums_title','cphelptext','Show Private Forums','vbulletin','vBulletin Solutions',0,''),(1555,-1,'options_options_lastthreadchars_text','cphelptext','This setting is useful in preventing long topic titles from taking up too much space and stretching the table cells.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1556,-1,'options_options_lastthreadchars_title','cphelptext','Last Topic Title Maximum Displayed Characters','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1557,-1,'options_options_showmoderatorcolumn_text','cphelptext','You can disable this option to hide the moderator column if, for example, you don\'t have any forum moderators, you don\'t want your users to see that column, or you just don\'t like the moderator column taking up space.','vbulletin','vBulletin Solutions',0,''),(1558,-1,'options_options_showmoderatorcolumn_title','cphelptext','Show Moderator Column','vbulletin','vBulletin Solutions',0,''),(1559,-1,'options_options_showprefixlastpost_text','cphelptext','If a topic has a prefix, this option controls whether the prefix is shown in the \"Last Post\" column in the forum listing. The prefix will always be shown in full along with the first {$vbulletin->options[lastthreadchars]} characters of the topic\'s title. This may increase the width of this column.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1560,-1,'options_options_showprefixlastpost_title','cphelptext','Show Topic Prefix in Last Post Column?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1561,-1,'options_options_showstickies_text','cphelptext','Sticky topics are shown at the top of the forum topic listing. Enable this option to not only show sticky topics at the top of the listing, but also at the top of each page of topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1562,-1,'options_options_showstickies_title','cphelptext','Show Sticky Topics on All Pages','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1563,-1,'options_options_showdots_text','cphelptext','This feature is good for helping users keep track of their footsteps on busy forums. On less busy forums this feature is less useful.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1564,-1,'options_options_showdots_title','cphelptext','Highlight Topics in Which User Has Posted','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1565,-1,'options_options_linktopages_text','cphelptext','This option allows users to go from the forum topic listing directly to a specific page in a topic without having to view the first page of the topic first.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1566,-1,'options_options_linktopages_title','cphelptext','Multi-Page Topic Links Enabled','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1567,-1,'options_options_maxmultipage_text','cphelptext','If a topic has 75 pages you probably don\'t want a link to each page in the forum\'s topic listing page. Use this option to limit the number of linked pages.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1568,-1,'options_options_maxmultipage_title','cphelptext','Multi-Page Topic Maximum Links','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1569,-1,'options_options_threadpreview_text','cphelptext','When you mouse-over a topic link a small hovering windows appears that shows the content of the first post in the topic. This setting is the maximum number of characters to show.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1570,-1,'options_options_threadpreview_title','cphelptext','Length of Topic Preview Text','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1571,-1,'options_options_usermaxposts_text','cphelptext','Here you can give your users the option to pick a different number of posts per page setting.','vbulletin','vBulletin Solutions',0,''),(1572,-1,'options_options_usermaxposts_title','cphelptext','User-Settable Maximum Displayed Posts','vbulletin','vBulletin Solutions',0,''),(1573,-1,'options_options_showdeficon_text','cphelptext','This post icon will be used on a post if the user doesn\'t choose one when posting.','vbulletin','vBulletin Solutions',0,''),(1574,-1,'options_options_showdeficon_title','cphelptext','Show Default Post Icon','vbulletin','vBulletin Solutions',0,''),(1575,-1,'options_options_wordwrap_text','cphelptext','This is useful in preventing long words from stretching your forum layout.<br /><br />\r\n\r\nRemember that, unless you are using preformatted text, X number of characters does not equal a specific width because different characters are different widths.','vbulletin','vBulletin Solutions',0,''),(1576,-1,'options_options_wordwrap_title','cphelptext','Number of Characters Before Wrapping Text','vbulletin','vBulletin Solutions',0,''),(1577,-1,'options_options_threadvoted_text','cphelptext','It only makes sense not to present the user with a voting form if they have already voted, but you may wish to disable this option is you are concerned about performance.','vbulletin','vBulletin Solutions',0,''),(1578,-1,'options_options_threadvoted_title','cphelptext','Check Topic Rating','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1579,-1,'options_options_threadsubscribed_text','cphelptext','It is convenient for the user to have this option enabled so they know when they have subscribed to a topic they are viewing, but you may wish to disable this option if you are concerned about performance.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1580,-1,'options_options_threadsubscribed_title','cphelptext','Check Topic Subscription','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1581,-1,'options_options_postelements_text','cphelptext','Post elements are bits of information that can be displayed in the user information box in posts. Put a check next to the elements you want to be displayed.<br /><br />\r\n\r\nKeep in mind that these post elements add processing time to topic pages. For example, to get a user\'s age vBulletin needs to do some math on the user\'s birth date and the current date in order to get an age out of it. This calculation is done for each post being displayed on a topic page. The additional overhead is small but is there nonetheless. If you are wanting to optimize your forum for speed then you should disable these post elements.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1582,-1,'options_options_postelements_title','cphelptext','Post Elements','vbulletin','vBulletin Solutions',0,''),(1583,-1,'options_options_enablepms_text','cphelptext','Private messaging allows users to send eachother personal messages using your forums, similar to email. Only the recipient of a private message can read it.','vbulletin','vBulletin Solutions',0,''),(1584,-1,'options_options_enablepms_title','cphelptext','Private Messaging Enabled','vbulletin','vBulletin Solutions',0,''),(1585,-1,'options_options_checknewpm_text','cphelptext','Enable this feature to alert users of new private messages while they are browsing your forums. This is not true instant messaging because the recipient of a private message must load a forum page to initiate the prompt.','vbulletin','vBulletin Solutions',0,''),(1586,-1,'options_options_checknewpm_title','cphelptext','Instant Messaging Support','vbulletin','vBulletin Solutions',0,''),(1587,-1,'options_options_pmfloodtime_text','cphelptext','Enter the minimum number of seconds that must pass before a user can send another private message. Use this setting to prevent users from spamming your users with private messages.','vbulletin','vBulletin Solutions',0,''),(1588,-1,'options_options_pmfloodtime_title','cphelptext','Floodcheck - Minimum Time Between Messages','vbulletin','vBulletin Solutions',0,''),(1589,-1,'options_options_pmmaxperpage_text','cphelptext','If a user has more private messages than are allowed on one page by this setting then they will be split across multiple pages.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955736,'3.7.0 Release Candidate 4'),(1590,-1,'options_options_pmmaxperpage_title','cphelptext','Maximum Messages Per-Page','vbulletin','vBulletin Solutions',0,''),(1591,-1,'options_options_privallowicons_text','cphelptext','Message icons are like smilies for private message titles. You can manage your message icons <a href=\"image.php?do=modify&table=icon\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(1592,-1,'options_options_privallowicons_title','cphelptext','Allow Message Icons for Private Messages','vbulletin','vBulletin Solutions',0,''),(1593,-1,'options_options_privallowbbcode_text','cphelptext','BB code tags allow you to add certain html elements to messages (bold text, italic text, underlined text, lists, etc).','vbulletin','vBulletin Solutions',1206964503,'3.7.0 Release Candidate 2'),(1594,-1,'options_options_privallowbbcode_title','cphelptext','Allow BB Code in Private Messages','vbulletin','vBulletin Solutions',1206964512,'3.7.0 Release Candidate 2'),(1595,-1,'options_options_privallowsmilies_text','cphelptext','Enable this option to make smilie codes parse into their images. You can manage your smilies <a href=\"image.php?do=modify&table=smilie\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(1596,-1,'options_options_privallowsmilies_title','cphelptext','Allow Smilies in Private Messages','vbulletin','vBulletin Solutions',0,''),(1597,-1,'options_options_privallowbbimagecode_text','cphelptext','[IMG] code allows users to display inline images, like this:<br /><br />\r\n\r\n[IMG]http://www.domain.com/image.gif[/IMG]','vbulletin','vBulletin Solutions',0,''),(1598,-1,'options_options_privallowbbimagecode_title','cphelptext','Allow [IMG] Code in Private Messages','vbulletin','vBulletin Solutions',0,''),(1599,-1,'options_options_privallowhtml_text','cphelptext','HTML code allows the user tremendous freedom in formatting their messages but also allows for malicious code to be inserted. Allowing HTML code is not recommended.','vbulletin','vBulletin Solutions',0,''),(1600,-1,'options_options_privallowhtml_title','cphelptext','Allow HTML in Private Messages','vbulletin','vBulletin Solutions',0,''),(1601,-1,'options_options_adminquickstats_text','cphelptext','This setting is referring to the first page of the Admin CP, <a href=\"index.php\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(1602,-1,'options_options_adminquickstats_title','cphelptext','Control Panel Quick Statistics','vbulletin','vBulletin Solutions',0,''),(1603,-1,'options_options_cpstylefolder_text','cphelptext','Select a style for the Admin and Moderator control panels.','vbulletin','vBulletin Solutions',0,''),(1604,-1,'options_options_cpstylefolder_title','cphelptext','Control Panel Style Folder','vbulletin','vBulletin Solutions',0,''),(1605,-1,'options_options_timeoutcontrolpanel_text','cphelptext','Enabling this option will force admins to relogin if they are in the Admin CP for too long. This is more secure but potentially annoying.','vbulletin','vBulletin Solutions',0,''),(1606,-1,'options_options_timeoutcontrolpanel_title','cphelptext','Timeout Admin Login','vbulletin','vBulletin Solutions',0,''),(1607,-1,'options_options_cp_collapse_forums_text','cphelptext','This setting is in reference to <a href=\"forum.php?do=modify\" target=\"_blank\">this page</a>.','vbulletin','vBulletin Solutions',0,''),(1608,-1,'options_options_cp_collapse_forums_title','cphelptext','Enable Collapsing in Forum Manager?','vbulletin','vBulletin Solutions',0,''),(1609,-1,'options_options_cp_usereditcolumns_text','cphelptext','This setting is in reference to <a href=\"user.php?do=add\" target=\"_blank\">this page</a>.','vbulletin','vBulletin Solutions',0,''),(1610,-1,'options_options_cp_usereditcolumns_title','cphelptext','User Editor Columns','vbulletin','vBulletin Solutions',0,''),(1611,-1,'options_options_externaljs_text','cphelptext','Enabling this option will allow people to receive a feed of the latest topics in specific forum(s). This may be included into a webpage to provide dynamic content.\r\n<br /><br />\r\nThe option refers specifically to a Javascript feed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1612,-1,'options_options_externaljs_title','cphelptext','Enable External Javascript','vbulletin','vBulletin Solutions',0,''),(1613,-1,'options_options_externalrss_text','cphelptext','Enabling this option will allow people to receive a feed of the latest topics in specific forum(s). This may be included into a webpage or RSS reader to provide an automatically updated latest topics display.\r\n<br /><br />\r\nThe option refers specifically to an RSS feed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1614,-1,'options_options_externalrss_title','cphelptext','Enable RSS Syndication','vbulletin','vBulletin Solutions',0,''),(1615,-1,'options_options_externalxml_text','cphelptext','Enabling this option will allow people to receive a feed of the latest topics in specific forum(s). This may be included into a webpage or other program to provide an automatically updated latest topics display.\r\n<br /><br />\r\nThe option refers specifically to an XML feed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1616,-1,'options_options_externalxml_title','cphelptext','Enable XML Syndication','vbulletin','vBulletin Solutions',0,''),(1617,-1,'options_options_externalcutoff_text','cphelptext','This option controls how far back, a scan for updated posts will undertake. The optimum setting it to choose a value that will generally result in 15 updated topics for guests. A busy forum will usually have 15 or more topics updated in an hour so the proper value for that forum would be to use <em>1</em>. If a forum only receives a few updates a day, then increasing the value past 24 hours would be advisable.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1618,-1,'options_options_externalcutoff_title','cphelptext','Topic Cutoff','vbulletin','vBulletin Solutions',0,''),(1619,-1,'options_options_errorlogdatabase_text','cphelptext','Enter a full server path. You might want to record database errors to a file if you chose not to have them emailed to you.<br />\r\n<br />\r\nAny errors that occur when connecting to the database server will not be logged with this option. To receive notifications of these errors, you will have to have them emailed to you via the option in config.php.','vbulletin','vBulletin Solutions',1209381080,'3.7.0'),(1620,-1,'options_options_errorlogdatabase_title','cphelptext','Log Database Errors to File','vbulletin','vBulletin Solutions',0,''),(1621,-1,'options_options_errorlogsecurity_text','cphelptext','Enter a full server path. Recording failed Admin CP logins is useful for knowing when some one is trying to hack into your forums.','vbulletin','vBulletin Solutions',0,''),(1622,-1,'options_options_errorlogsecurity_title','cphelptext','Log Failed Admin Control Panel Logins to File','vbulletin','vBulletin Solutions',0,''),(1623,-1,'options_options_errorlogphp_text','cphelptext','Enter a path here. For example, on a Windows server the path might be something like:<br /><br />\r\n\r\n<i>C:\\logs\\vbulletin.log</i><br /><br />\r\n\r\nOr on a *nix server it might be something like:<br /><br />\r\n\r\n<i>/home/yoursite/logs/vbulletin.log</i>','vbulletin','vBulletin Solutions',0,''),(1624,-1,'options_options_errorlogphp_title','cphelptext','Log PHP Warnings to a File','vbulletin','vBulletin Solutions',0,''),(1625,-1,'options_options_errorlogmaxsize_text','cphelptext','Enter a byte size. 1048576 bytes = 1 megabyte','vbulletin','vBulletin Solutions',0,''),(1626,-1,'options_options_errorlogmaxsize_title','cphelptext','Maximum File Size of Error Logs','vbulletin','vBulletin Solutions',0,''),(1627,-1,'options_options_disableerroremail_text','cphelptext','If you do not want to be notified about database errors by email then set this option to Yes. It is recommended that you keep at least one of the error reporting features enabled, whether that is email notification or a log file.','vbulletin','vBulletin Solutions',0,''),(1628,-1,'options_options_disableerroremail_title','cphelptext','Disable Database Error Email Sending','vbulletin','vBulletin Solutions',0,''),(1629,-1,'options_options_enablehooks_text','cphelptext','The hook systems allows for insertion of custom templates into specific locations in other templates without having to edit the templates. This can be used to extend the functionality of vBulletin.<br /><br />\r\n\r\nFor troubleshooting purposes, you can turn off the hook system with this setting so you can eliminate custom code as a possible cause.','vbulletin','vBulletin Solutions',1334000000,'5.0.0 Alpha 28'),(1630,-1,'options_options_enablehooks_title','cphelptext','Enable/Disable Hook System','vbulletin','vBulletin Solutions',1334000000,'5.0.0 Alpha 28'),(1631,-1,'options_options_usercss_allowed_font_sizes_text','cphelptext','The list of allowed fonts size for profile style customizations. Put each font size on its own line. You may use any size that is valid in CSS.','vbulletin','vBulletin Solutions',1195732626,'3.7.0 Beta 1'),(1632,-1,'options_options_usercss_allowed_font_sizes_title','cphelptext','Allowed Font Sizes','vbulletin','vBulletin Solutions',1195732626,'3.7.0 Beta 1'),(1633,-1,'options_options_usercss_allowed_border_widths_text','cphelptext','The list of allowed border width sizes for profile style customizations. Put each border width size on its own line.','vbulletin','vBulletin Solutions',1195732662,'3.7.0 Beta 1'),(1634,-1,'options_options_usercss_allowed_border_widths_title','cphelptext','Allowed Border Widths','vbulletin','vBulletin Solutions',1195732662,'3.7.0 Beta 1'),(1635,-1,'options_options_vm_maxperpage_text','cphelptext','This setting allows you to limit the number of messages users may display per page in the user profiles.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208955784,'3.7.0 Release Candidate 4'),(1636,-1,'options_options_vm_maxperpage_title','cphelptext','Maximum Messages Per-Page','vbulletin','vBulletin Solutions',1195732882,'3.7.0 Beta 1'),(1637,-1,'options_options_vm_moderation_text','cphelptext','When enabled, all new visitor messages are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1195732951,'3.7.0 Beta 1'),(1638,-1,'options_options_vm_moderation_title','cphelptext','Visitor Message Moderation','vbulletin','vBulletin Solutions',1195732951,'3.7.0 Beta 1'),(1639,-1,'options_searchtype_text','cphelptext','Fulltext searching uses a search index that is constructed by MySQL itself, whereas vBulletin\'s own search feature uses its own index.','vbulletin','vBulletin Solutions',0,''),(1640,-1,'options_searchtype_title','cphelptext','Search Type','vbulletin','vBulletin Solutions',0,''),(1641,-1,'options_searchtype_deleteindex_text','cphelptext','When switching a forum to the fulltext search mode, you will want to consider emptying the indexes that the default search engine built. These indexes are not used by the fulltext search and consume a large portion of your database. You should be certain that you are going to permanently use the fulltext search before removing these indexes since, generally, it takes a lot of time and server load to rebuild these indexes. Another consideration is during any time that the fulltext option is enabled, these indexes will not be updated by any new posts. Using fulltext search for an extended period of time will leave these indexes stale and you may still wish to rebuild them.<br />\r\n<br />\r\nYou can also empty these indexes in the <i>Update Counters</i> section of <i>Maintenance</i>.<br />\r\n<br />\r\nYou may want to optimize the <i>postindex</i> and <i>word</i> tables afterwards by going to the <i>Repair / Optimize Tables</i> section of <i>Maintenance</i>.','vbulletin','vBulletin Solutions',1197976864,'3.7.0 Beta 3'),(1642,-1,'options_searchtype_deleteindex_title','cphelptext','Delete Indexes','vbulletin','vBulletin Solutions',1197976871,'3.7.0 Beta 3'),(1643,-1,'passwordcheck_check_email_text','cphelptext','This is the email message that the user will receive once their password has been reset.<br /><br />\r\nThe tokens {username} and {password} can be placed in the message and will be replaced by their values for each individual user.<br /><br />\r\nYou must enter the {password} token or an error will be shown.','vbulletin','vBulletin Solutions',1220374566,'3.8.0 Alpha 1'),(1644,-1,'passwordcheck_check_email_title','cphelptext','Email Message','vbulletin','vBulletin Solutions',1219320401,'3.8.0 Alpha 1'),(1645,-1,'passwordcheck_check_email_from_text','cphelptext','Enter the email address that the sent emails will state that they are from.','vbulletin','vBulletin Solutions',1219320459,'3.8.0 Alpha 1'),(1646,-1,'passwordcheck_check_email_from_title','cphelptext','Email From','vbulletin','vBulletin Solutions',1219320459,'3.8.0 Alpha 1'),(1647,-1,'passwordcheck_check_email_subject_text','cphelptext','The email subject that the user will see.','vbulletin','vBulletin Solutions',1219320185,'3.8.0 Alpha 1'),(1648,-1,'passwordcheck_check_email_subject_title','cphelptext','Email Subject','vbulletin','vBulletin Solutions',1219320185,'3.8.0 Alpha 1'),(1649,-1,'passwordcheck_check_period_text','cphelptext','The time period selected here will determine which vulnerable accounts will have their password reset. You may wish to only perform a password reset on accounts that have been inactive for a certain period of time.','vbulletin','vBulletin Solutions',1219320514,'3.8.0 Alpha 1'),(1650,-1,'passwordcheck_check_period_title','cphelptext','Check Affected Accounts with Activity','vbulletin','vBulletin Solutions',1219236597,'3.8.0 Alpha 1'),(1651,-1,'passwordcheck_check_quantity_text','cphelptext','This is the number of messages to be sent in a batch. Unless you run your own server, it is recommended this is set to 100 or less. Even if you do run your own server, unless it is not very busy, you should keep this relatively low.','vbulletin','vBulletin Solutions',1219328869,'3.8.0 Alpha 1'),(1652,-1,'passwordcheck_check_quantity_title','cphelptext','Email to Send At Once','vbulletin','vBulletin Solutions',1219328869,'3.8.0 Alpha 1'),(1653,-1,'phrase_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=language&pageaction=&option=\">Languages</a><br />\r\n<a href=\"help.php?s=&do=answer&page=phrase&pageaction=&option=\">Phrases</a><br /><br />\r\n\r\n<b>Phrases:</b><br />\r\nvBulletin\'s phrase system is used to make the templates language-independent. Everywhere there would normally be a hard coded, language-specific phrase there is a variable that parses to the value of the phrase for the language in which the user is viewing your forums. Some phrases will be represented in the templates like this:<br /><br />\r\n\r\n<i>$vbphrase[phrase_identifier]</i><br /><br />\r\n\r\nWhile other phrases that have variables in them will be represented like this:<br /><br />\r\n\r\n<i><phrase 1=\"value for variable 1\" 2=\"value for variable 2\">$vbphrase[phrase_identifier]</phrase></i><br /><br />\r\n\r\nIn the above example, the variables {1} and {2} in the phrase \"phrase_identifier\" will be replaced with the values you see defined in the template.','vbulletin','vBulletin Solutions',1205942572,'3.7.0 Release Candidate 1'),(1654,-1,'phrase_title','cphelptext','About Phrases','vbulletin','vBulletin Solutions',0,''),(1655,-1,'phrase_add_text','cphelptext','On this screen you can add a new phrase for use in the templates. The phrase will be called like this from the templates:\r\n$vbphrase[variablename]\r\nwhere variablename is a brief description of what the phrase is.','vbulletin','vBulletin Solutions',0,''),(1656,-1,'phrase_add_title','cphelptext','Adding a new Phrase','vbulletin','vBulletin Solutions',0,''),(1657,-1,'phrase_add_edit_phrasetypeid_text','cphelptext','The phrase type is a way of categorizing your phrases to make it easier to find them later. This consists of several built-in types, as well as any you have added. Select what type your new phrase is from the list.','vbulletin','vBulletin Solutions',0,''),(1658,-1,'phrase_add_edit_phrasetypeid_title','cphelptext','Phrase Type','vbulletin','vBulletin Solutions',0,''),(1659,-1,'phrase_add_edit_varname_text','cphelptext','The variable name is how you will refer to your phrase from the templates. It should not contain any spaces or special characters - meaning, only use A-Z, a-z, 0-9, -, and _ (underscore) in the name.<br /><br />\r\n\r\nTo call the phrase from the templates, use<br />\r\n$vbphrase[variablename]<br />\r\nwhere variablename is what you put in this box.','vbulletin','vBulletin Solutions',1210067274,'3.7.1'),(1660,-1,'phrase_add_edit_varname_title','cphelptext','Variable Name','vbulletin','vBulletin Solutions',0,''),(1661,-1,'phrase_add_edit_text_text','cphelptext','This is the default text for the phrase. This will not be shown to users; only the \"translated\" versions will be shown. You can optionally enter a translation for each language you have installed. If you do not enter a translation for a language, the text from this field will be shown for that language. You can always add a translation for any language at a later date.','vbulletin','vBulletin Solutions',0,''),(1662,-1,'phrase_add_edit_text_title','cphelptext','Text to insert','vbulletin','vBulletin Solutions',0,''),(1663,-1,'phrase_delete_text','cphelptext','This page allows you to delete this phrase. Click the \"Yes\" button below to delete this phrase. Deleting this phrase will also delete any translated versions of it in other languages. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(1664,-1,'phrase_delete_title','cphelptext','Delete Phrase','vbulletin','vBulletin Solutions',0,''),(1665,-1,'phrase_edit_text','cphelptext','On this screen you can edit an existing phrase for use in the templates. You cannot change the variablename or text to insert; you can only change the translations of the phrase.','vbulletin','vBulletin Solutions',0,''),(1666,-1,'phrase_edit_title','cphelptext','Editing a Phrase','vbulletin','vBulletin Solutions',0,''),(1667,-1,'phrase_edit_languageid_text','cphelptext','Select MASTER LANGUAGE if you want this phrase to be part of the MASTER LANGUAGE of vBulletin, otherwise select \"Custom Language\".','vbulletin','vBulletin Solutions',0,''),(1668,-1,'phrase_edit_languageid_title','cphelptext','Language','vbulletin','vBulletin Solutions',0,''),(1669,-1,'phrase_findorphans_text','cphelptext','This page shows you a list of all orphan phrases. An orphan phrase is a phrase that does not belong to any language. For each language you have installed, there will be a column with a series of checkmarks and \"x\"\'s to indicate whether the phrase is or isn\'t translated into that language, respectively.<br /><br />\r\n\r\nFor each orphan phrase you are given the option to keep it or not. Select the \"Keep\" or \"Delete\" radio button on the right. If you want to keep all or delete all orphan phrases then click the appropriate button at the top. Click the \"Continue\" button at the bottom to perform the selected action and proceed to the next orphan phrase.','vbulletin','vBulletin Solutions',0,''),(1670,-1,'phrase_findorphans_title','cphelptext','Find Orphan Phrases','vbulletin','vBulletin Solutions',0,''),(1671,-1,'phrase_findupdates_text','cphelptext','vBulletin\'s default phrases are sometimes updated during upgrades. This page shows you what customized phrases may need to be recustomized as a result of the default phrases changing.','vbulletin','vBulletin Solutions',1142601887,'3.6.0 Beta 1'),(1672,-1,'phrase_findupdates_title','cphelptext','Find Updated Phrases','vbulletin','vBulletin Solutions',1142601887,'3.6.0 Beta 1'),(1673,-1,'phrase_manageorphans_text','cphelptext','These orphan phrases need parents. Below is a list of all translations for each orphan phrase. You need to choose one translation to be default... the orphan phrase will then be adopted by that parent language.','vbulletin','vBulletin Solutions',0,''),(1674,-1,'phrase_manageorphans_title','cphelptext','Manage Orphan Phrases','vbulletin','vBulletin Solutions',0,''),(1675,-1,'phrase_modify_text','cphelptext','On this screen you can see all existing phrases. For each language you have installed, there will be a column with a series of checkmarks and \"x\"\'s to indicate whether the phrase is or isn\'t translated into that language, respectively.<br /><br />\r\n\r\nClicking \'Edit\' to the extreme right of any phrase allows you to modify, add, or remove translations for that phrase. If this is a custom phrase, there will be a link to Delete it.','vbulletin','vBulletin Solutions',0,''),(1676,-1,'phrase_modify_title','cphelptext','Modifying Phrases','vbulletin','vBulletin Solutions',0,''),(1677,-1,'phrase_quickref_text','cphelptext','This window allows you to quickly view all phrases for all languages. Select a language and phrase category in the menus at the bottom and click the \"View\" button. To view each phrase\'s variable name and value just click on the phrase name in the scroll box on the left.','vbulletin','vBulletin Solutions',0,''),(1678,-1,'phrase_quickref_title','cphelptext','Quickref','vbulletin','vBulletin Solutions',0,''),(1679,-1,'phrase_search_text','cphelptext','On this screen you can search for a specific phrase. This searches all languages for the text you specify.','vbulletin','vBulletin Solutions',0,''),(1680,-1,'phrase_search_title','cphelptext','Searching Phrases','vbulletin','vBulletin Solutions',0,''),(1681,-1,'phrase_search_searchstring_text','cphelptext','This is the text you want to search for.','vbulletin','vBulletin Solutions',0,''),(1682,-1,'phrase_search_searchstring_title','cphelptext','Find phrases containing text','vbulletin','vBulletin Solutions',0,''),(1683,-1,'phrase_search_languageid_text','cphelptext','Select the language in which you want to search.','vbulletin','vBulletin Solutions',0,''),(1684,-1,'phrase_search_languageid_title','cphelptext','Search in Language','vbulletin','vBulletin Solutions',0,''),(1685,-1,'phrase_search_searchwhere_text','cphelptext','If you only want to search the actual text of the phrase, select \'Phrase text only\'. If you only want to search the variable name (e.g. in $vbphrase[august], august is the variable name) select \'Variable name only\'. If you want to search in both places, select \'Phrase text and variable name\'.','vbulletin','vBulletin Solutions',0,''),(1686,-1,'phrase_search_searchwhere_title','cphelptext','Search for text in','vbulletin','vBulletin Solutions',0,''),(1687,-1,'phrase_search_casesensitive_text','cphelptext','If this is set to Yes, the search being performed will be done in a case-sensitive manner, meaning exactly what you type will be searched for.','vbulletin','vBulletin Solutions',0,''),(1688,-1,'phrase_search_casesensitive_title','cphelptext','Use case-sensitive search','vbulletin','vBulletin Solutions',0,''),(1689,-1,'phrase_search_replacestring_text','cphelptext','The search text will be replaced with this text.','vbulletin','vBulletin Solutions',0,''),(1690,-1,'phrase_search_replacestring_title','cphelptext','Replace with Text','vbulletin','vBulletin Solutions',0,''),(1691,-1,'plugin_productadd_allowoverwrite_text','cphelptext','This controls whether the uploaded product may overwrite an existing, installed product to prevent you from accidentally reinstalling an existing product.<br />\r\n<br />\r\nIf you are upgrading an existing product, simply set this to yes. Your customized options, templates, and phrases will not be altered.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1692,-1,'plugin_productadd_allowoverwrite_title','cphelptext','Allow Overwrite','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1693,-1,'plugin_productadd_productedit_productid_text','cphelptext','This is the unique identifier for your product. It may only contain a-z, A-Z, 0-9, and _ (underscore). This is used to associate all related data with your product. It may not be changed after the product is created.','vbulletin','vBulletin Solutions',1210067285,'3.7.1'),(1694,-1,'plugin_productadd_productedit_productid_title','cphelptext','Product ID','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1695,-1,'plugin_productadd_productedit_title_text','cphelptext','This is the name of your product. It is shown to users when they view their list of currently installed products.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1696,-1,'plugin_productadd_productedit_title_title','cphelptext','Product Title','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1697,-1,'plugin_productadd_productedit_version_text','cphelptext','This page may display two version numbers.<br />\r\n<br />\r\n<strong>Product Version</strong><br />\r\nThis is the current version of your product. It is important to increment this when you make changes to your product so install codes can be managed properly and your users will know when there is a newer version out.<br />\r\n<br />\r\n<strong>Install/Uninstall Code Version</strong><br />\r\nThis is the version the install/uninstall code is associated with. When you release a product that requires code to be run during installation or uninstallation, you should associate it with the first version of the product that requires the code.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1698,-1,'plugin_productadd_productedit_version_title','cphelptext','Version','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1699,-1,'plugin_productadd_productedit_description_text','cphelptext','This is simply a description of the product. It is shown to the user when viewing the list of installed products.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1700,-1,'plugin_productadd_productedit_description_title','cphelptext','Product Description','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1701,-1,'plugin_productadd_productedit_url_text','cphelptext','This is the URL that users will go to to receive information about your product. If provided, the product\'s name will be linked to this URL in the installed product list.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1702,-1,'plugin_productadd_productedit_url_title','cphelptext','Product URL','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1703,-1,'plugin_productadd_productedit_versioncheckurl_text','cphelptext','This allows you to specify a URL that can be called to check for the latest version of your product. Any URL may be specified, but it must return data in a specific format.<br />\r\n<br />\r\nFor the version check to function properly, data returned from the specified URL should be in the format of:\r\n\r\n<blockquote><pre><version productid=\"<strong>x</strong>\"><strong>1.2.3</strong></version></pre></blockquote>\r\n\r\n<strong>x</strong> should be replaced with the ID of the product that the version applies to. <strong>1.2.3</strong> should be replaced with the latest version of the product.<br />\r\n<br />\r\nNote: A POST request will be made to the server. Some configurations deny this for static files so you may need to use PHP to serve the data.','vbulletin','vBulletin Solutions',1213695534,'3.8.0 Alpha 1'),(1704,-1,'plugin_productadd_productedit_versioncheckurl_title','cphelptext','Version Check URL','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1705,-1,'plugin_productedit_dependencytype_text','cphelptext','The product dependency system allows you to specify specific requirements for your product. If a user does not meet one or more of your requirements, he/she will not be able to install your product.<br />\r\n<br />\r\nThis option controls what the required item is. You may select from:\r\n<ol>\r\n<li>PHP Version</li>\r\n<li>MySQL Version</li>\r\n<li>vBulletin Version</li>\r\n<li>Product ID - this option allows you to specify the ID of another product that must be installed <em>and enabled</em> before this product can be installed</li>\r\n</ol>\r\n\r\nUsing the <em>Compatibility Starts With Version</em> and <em>Incompatible With Version</em> options, you may specify a range of versions that are compatible with your product.<br />\r\n<br />\r\n<strong>Note:</strong>. If you specify multiple entries for a specific dependency type, the person installing your product must only meet one dependency per type. For example, if you require PHP to be less than 4.2.0 and PHP to be greater than or equal to 4.3.0, as long as the user meets one of those two requirements, the install will continue.','vbulletin','vBulletin Solutions',1153746182,'3.6.0 Release Candidate 3'),(1706,-1,'plugin_productedit_dependencytype_title','cphelptext','Dependency Type','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1707,-1,'plugin_productedit_maxversion_text','cphelptext','This is the first incompatible version. All versions newer than this are also incompatible. If you wish to only require a minimum version, you may leave this field blank.<br />\r\n<br />\r\nThis version is not considered compatible. For example, if you specify that your product is incompatible with PHP 5.0.0, a user with PHP 5.0.0 Beta 1 will be able to install your product, while a user with PHP 5.0.0 or 5.0.1 would not.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1708,-1,'plugin_productedit_maxversion_title','cphelptext','Incompatible With Version','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1709,-1,'plugin_productedit_minversion_text','cphelptext','This controls the minimum compatible version. You may leave this blank if you wish to have no minimum version.<br />\r\n<br />\r\nThis version is included in the compatibility. For example, if you require PHP 5.0.0, 5.0.0 will qualify. However, 5.0.0 Beta 1 will not.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1710,-1,'plugin_productedit_minversion_title','cphelptext','Compatibility Starts With Version','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1711,-1,'plugin_productedit_installcode_text','cphelptext','This is code that will be executed when a user installs your product.<br />\r\n<br />\r\nIt will only be executed if the version the code is associated with has not been installed. For example, if you select a version of 1.0, when a user first installs your product, this install code will run. If he/she later upgrades from 1.0 to 1.1, install code associated with 1.0 will <em>not</em> run.<br />\r\n<br />\r\nWhen multiple install codes must be run (such as if you have install codes for 1.0 and 1.1 and the user does not have any version of your product installed), they will be executed in ascending version order. That is, 1.0 code will execute before 1.1 code.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1712,-1,'plugin_productedit_installcode_title','cphelptext','Install Code','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1713,-1,'plugin_productedit_uninstallcode_text','cphelptext','This code will be executed when a user uninstalls your product. Code will be executed from newest version to oldest version. For example, if there is uninstall code associated with versions 1.0 and 1.1, the 1.1 code will run before the 1.0 code.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1714,-1,'plugin_productedit_uninstallcode_title','cphelptext','Uninstall Code','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1715,-1,'prefix_addprefix_editprefix_prefixid_text','cphelptext','This is the unique identifier for this prefix. Only one prefix can have this value and the value may only contain A-Z, a-z, 0-9, and _ (underscores) only.','vbulletin','vBulletin Solutions',1190106476,'3.7.0 Beta 1'),(1716,-1,'prefix_addprefix_editprefix_prefixid_title','cphelptext','Prefix ID','vbulletin','vBulletin Solutions',1190106476,'3.7.0 Beta 1'),(1717,-1,'prefix_addprefix_editprefix_prefixsetid_text','cphelptext','The set this prefix is to be placed in. This prefix will only be selectable in forums that have this set enabled.<br />\r\n<br />\r\nIf you change this set, topics that can no longer use this prefix will have it removed!','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1718,-1,'prefix_addprefix_editprefix_prefixsetid_title','cphelptext','Prefix Set','vbulletin','vBulletin Solutions',1190106571,'3.7.0 Beta 1'),(1719,-1,'prefix_addprefix_editprefix_title_plain_text','cphelptext','This is the title of the prefix, using no special markup. This will be shown in the prefix list menu, when the topic title is shown in the navigation bar, or when the topic title is used in an email.<br />\r\n<br />\r\nThis title will be placed before the topic title with a space only. You will probably want to include some sort of delimiter character to make it more obvious that the prefix is being used. For example, if you use the prefix \"For Sale\", you may wish to enter \"For Sale:\" or \"[For Sale]\" here.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1720,-1,'prefix_addprefix_editprefix_title_plain_title','cphelptext','Title (Plain Text)','vbulletin','vBulletin Solutions',1190106746,'3.7.0 Beta 1'),(1721,-1,'prefix_addprefix_editprefix_title_rich_text','cphelptext','This is also the title of the prefix, but you may use HTML to add additional markup to the title. For example, you could turn a prefix red and bold by using: <span style=\"color: red\"><b>For Sale</b></span> This would look like this: <span style=\"color: red\"><b>For Sale</b></span>.<br />\r\n<br />\r\nThis version of the prefix will be shown in a list of topics and within the topic itself.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1722,-1,'prefix_addprefix_editprefix_title_rich_title','cphelptext','Title (Rich Text)','vbulletin','vBulletin Solutions',1190106949,'3.7.0 Beta 1'),(1723,-1,'prefix_addprefix_editprefix_displayorder_text','cphelptext','The sort order for this prefix. Lower values will be displayed first within the selected prefix set.','vbulletin','vBulletin Solutions',1190108080,'3.7.0 Beta 1'),(1724,-1,'prefix_addprefix_editprefix_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1190108080,'3.7.0 Beta 1'),(1725,-1,'prefix_addset_editset_prefixsetid_text','cphelptext','This is the unique identifier for this prefix set. Only one set can have this value and the value may only contain A-Z, a-z, 0-9, and _ (underscores) only.','vbulletin','vBulletin Solutions',1190047397,'3.7.0 Beta 1'),(1726,-1,'prefix_addset_editset_prefixsetid_title','cphelptext','Prefix Set ID','vbulletin','vBulletin Solutions',1190047397,'3.7.0 Beta 1'),(1727,-1,'prefix_addset_editset_title_text','cphelptext','This is the title of this prefix set. You should not use any special HTML markup.','vbulletin','vBulletin Solutions',1190047489,'3.7.0 Beta 1'),(1728,-1,'prefix_addset_editset_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1190047489,'3.7.0 Beta 1'),(1729,-1,'prefix_addset_editset_forumids_text','cphelptext','Prefix sets must be attached to forums before they can be used. Select the forum or forums this prefix set will be available in using this field. Once you do this, when a user creates a new topic in a selected forum, he or she will be able to select a prefix from this set.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1730,-1,'prefix_addset_editset_forumids_title','cphelptext','Use Prefix Set in These Forums','vbulletin','vBulletin Solutions',1190048861,'3.7.0 Beta 1'),(1731,-1,'prefix_addset_editset_displayorder_text','cphelptext','The sorting order for sets. Sets with lower values will be shown before sets with higher values.<br />\r\n<br />\r\nNote that the display order setting for individual prefixes only controls their order within the set.','vbulletin','vBulletin Solutions',1190047556,'3.7.0 Beta 1'),(1732,-1,'prefix_addset_editset_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1190047556,'3.7.0 Beta 1'),(1733,-1,'prefix_list_text','cphelptext','Topic prefixes are a structured way to specify how certain topics are discussed within a forum. You create prefix sets which contain many prefixes and can be tied to any number of forums.<br />\r\n<br />\r\nWhen a user creates a topic, he or she will have the option of specifying a prefix to the topic title. This prefix can be used to filter topics within the forum or searched on.<br />\r\n<br />\r\nFor example, you may wish to use prefixes in a marketplace forum, where people post \"Wanted\" and \"For Sale\" entries. Alternatively, if you have multiple products and only one announcement forum, you could have prefix topics in that forum depending on the product they relate to.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1734,-1,'prefix_list_title','cphelptext','Topic Prefixes Overview','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1735,-1,'profilefield_text','cphelptext','<b>User Profile Fields:</b><br />\r\nUser profile fields have two main applications. First, they can be used to hold information about your users. For example, a default vBulletin profile field is the \"Location\" field where a user can enter their location. Second, profile fields can be used as forum options to drive conditionals in your templates. This application is explained in <a href=\"help.php?s=&do=answer&page=profilefield&pageaction=edit&option=form\">this</a> help topic.<br /><br />\r\n\r\nThere are different types of profile fields that can be selected when creating a new profile field on the <a href=\"profilefield.php?do=add\" target=\"_blank\">Add New User Profile Field</a> page. Below are examples of each kind of profile field:<br /><br />\r\n\r\n<b>Single-line Text Box (input)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"text\" name=\"\" /></span><br />\r\nwhich equates to this:<br />\r\n<input type=\"text\" name=\"none\" value=\"\" /><br /><br />\r\n\r\n<b>Multi-line Text Box (textarea)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><textarea name=\"\"></textarea></span><br />\r\nwhich equates to this:<br />\r\n<textarea name=\"none\" rows=\"3\" cols=\"20\"></textarea><br /><br />\r\n\r\n<b>Single-selection Radio Buttons (radio)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"radio\" name=\"a\" /> Option 1<br />\r\n<input type=\"radio\" name=\"a\" /> Option 2</span><br />\r\nwhich equates to this:<br />\r\n<input type=\"radio\" name=\"a\" /> Option 1<br />\r\n<input type=\"radio\" name=\"a\" /> Option 2<br /><br />\r\n\r\n<b>Single-selection Menu (select)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><select name=\"sel\"><br />\r\n<option value=\"1\">Option 1<option><br />\r\n<option value=\"2\">Option 2<option><br />\r\n</select></span><br />\r\nwhich equates to this:<br />\r\n<select name=\"sel\">\r\n<option value=\"1\">Option 1</option>\r\n<option value=\"2\">Option 2</option>\r\n</select><br /><br />\r\n\r\n<b>Multiple-selection Menu (select multiple)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><select name=\"sel\" multiple=\"multiple\" size=\"3\"><br />\r\n<option value=\"1\">Option 1</option><br />\r\n<option value=\"2\">Option 2</option><br />\r\n<option value=\"3\">Option 3</option><br />\r\n<option value=\"4\">Option 4</option><br />\r\n<option value=\"5\">Option 5</option><br />\r\n</select></span><br />\r\nwhich equates to this:<br />\r\n<select name=\"sel\" multiple=\"multiple\" size=\"3\">\r\n<option value=\"1\">Option 1</option>\r\n<option value=\"2\">Option 2</option>\r\n<option value=\"3\">Option 3</option>\r\n<option value=\"4\">Option 4</option>\r\n<option value=\"5\">Option 5</option>\r\n</select><br /><br />\r\n\r\n<b>Multiple selection Checkboxes (checkbox)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"checkbox\" name=\"name\" value=\"1\" /> Option 1<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"2\" /> Option 2</span><br />\r\nwhich equates to this:<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"1\" /> Option 1<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"2\" /> Option 2<br /><br />','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1736,-1,'profilefield_title','cphelptext','About User Profile Fields','vbulletin','vBulletin Solutions',0,''),(1737,-1,'profilefield_add_text','cphelptext','On this screen you can add a user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.','vbulletin','vBulletin Solutions',0,''),(1738,-1,'profilefield_add_title','cphelptext','Adding a User Profile Field','vbulletin','vBulletin Solutions',0,''),(1739,-1,'profilefield_add_profilefieldtype_text','cphelptext','This option determines what kind of control will be used to enter the value of the field.','vbulletin','vBulletin Solutions',1220959801,'3.8.0 Alpha 1'),(1740,-1,'profilefield_add_profilefieldtype_title','cphelptext','Profile Field Type','vbulletin','vBulletin Solutions',1220959801,'3.8.0 Alpha 1'),(1741,-1,'profilefield_add_edit_title_text','cphelptext','This is the title of the profile field as displayed to your users and in the admin control panel. It can be up to 50 characters long.','vbulletin','vBulletin Solutions',0,''),(1742,-1,'profilefield_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(1743,-1,'profilefield_add_edit_description_text','cphelptext','This is the description of the field as shown to your users. You should describe here what the field is intended for, and if it is required field or not, and/or if it is private from other users or not.','vbulletin','vBulletin Solutions',0,''),(1744,-1,'profilefield_add_edit_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',0,''),(1745,-1,'profilefield_add_edit_profilefieldcategoryid_text','cphelptext','It is possible to group custom user profile fields into categories so that they can be logically grouped. The primary purpose of doing this is to allow different categories to be shown in different tabs or blocks on a user\'s profile page (in addition to being shown in the \'About Me\' tab).<br />\r\n<br />\r\n<a href=\"help.php?do=answer&page=profilefield&pageaction=editcat\">For further information, see the help entry for the profile field category manager.</a>','vbulletin','vBulletin Solutions',1205937526,'3.7.0 Release Candidate 1'),(1746,-1,'profilefield_add_edit_profilefieldcategoryid_title','cphelptext','Profile Field Category','vbulletin','vBulletin Solutions',1205937422,'3.7.0 Release Candidate 1'),(1747,-1,'profilefield_add_edit_data_text','cphelptext','<b>Select Fields</b><br />\r\nIn this box, put each value that should appear as an option. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIn this box, put each value that should appear as a radio button. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Checkbox Fields</b><br />\r\nIn this box, put each value that should appear as a checkbox. Make sure to press Enter after each option or it will not work correctly!','vbulletin','vBulletin Solutions',0,''),(1748,-1,'profilefield_add_edit_data_title','cphelptext','Multiple Choice Fields','vbulletin','vBulletin Solutions',0,''),(1749,-1,'profilefield_add_edit_maxlength_text','cphelptext','<b>Maximum Input (Input, Textarea only)</b><br />\r\nThis setting is how many characters a user is allowed to enter into this field.<br />\r\n<br />\r\n<b>Maximum Input (for Optional Field, Select, Radio only)</b><br />\r\nThis setting is how many characters a user may enter into the optional field.','vbulletin','vBulletin Solutions',0,''),(1750,-1,'profilefield_add_edit_maxlength_title','cphelptext','Maximum Input Length','vbulletin','vBulletin Solutions',0,''),(1751,-1,'profilefield_add_edit_size_text','cphelptext','<b>Field Length (<i>Input, Textarea only</i>)</b><br />\r\nThis is how many characters long the input should appear on the forms. This should be less than or equal to the maximum number of characters allowed to be entered into this field.<br />\r\n<br />\r\n<b>Field Length (for Optional Field, <i>Select, Radio only</i>)</b><br />\r\nThis setting is how many characters long the input field should appear as on the form. It is recommended that you set this to be equal to or less than the maximum number of characters the user may enter as set above.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Select Multiple only</i>)</b><br />\r\nThis is how many options the user may choose. Set to 0 to allow the user to select all options.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Checkbox only</i>)</b><br />\r\nThis setting is how many checkboxes the user may check total for this field. Enter 0 to allow them to select all checkboxes.','vbulletin','vBulletin Solutions',0,''),(1752,-1,'profilefield_add_edit_size_title','cphelptext','Field Length & Limit Boxes','vbulletin','vBulletin Solutions',0,''),(1753,-1,'profilefield_add_edit_newtype_text','cphelptext','Select a field type for this profile field. Please see the General Topics for examples of each type of profile field.','vbulletin','vBulletin Solutions',0,''),(1754,-1,'profilefield_add_edit_newtype_title','cphelptext','Profile Field Type','vbulletin','vBulletin Solutions',0,''),(1755,-1,'profilefield_add_edit_height_text','cphelptext','This is how many rows high the input should be on the forms. It is recommend that you set this to at least 2 for user sanity reasons.<br />\r\n<i>This only applies to Textarea type fields</i>','vbulletin','vBulletin Solutions',1152785567,'3.6.0 Release Candidate 2'),(1756,-1,'profilefield_add_edit_height_title','cphelptext','Field Height (<i>Textarea only</i>)','vbulletin','vBulletin Solutions',0,''),(1757,-1,'profilefield_add_edit_def_text','cphelptext','<b>Select Fields</b><br />\r\nIf you wish to have the first option set as the default choice for this field, set this to Yes. Otherwise, a blank line will be the default. This is useful to force users to select an option at registration if this is a required field.<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIf this is set to Yes, the first radio button will be preselected for the user. Otherwise, none will be selected. This is useful if you wish to force a user to select one if this field is required.','vbulletin','vBulletin Solutions',0,''),(1758,-1,'profilefield_add_edit_def_title','cphelptext','Set Default?','vbulletin','vBulletin Solutions',0,''),(1759,-1,'profilefield_add_edit_perline_text','cphelptext','This setting is how many controls to display per line on forms. Set this to 0 to show all controls on one line.','vbulletin','vBulletin Solutions',1199998638,'3.7.0 Beta 4'),(1760,-1,'profilefield_add_edit_perline_title','cphelptext','Items Per Line (<i>Radio, Checkbox only</i>)','vbulletin','vBulletin Solutions',1147805177,'3.6.0 Beta 1'),(1761,-1,'profilefield_add_edit_boxheight_text','cphelptext','This setting is how tall the box should be. If you have 12 options and want 3 of them displayed without the user having to use the scrollbar, set this to 3. It is recommended that you set this to at least 3 for user sanity reasons.','vbulletin','vBulletin Solutions',0,''),(1762,-1,'profilefield_add_edit_boxheight_title','cphelptext','Box Height (<i>Select Multiple only</i>)','vbulletin','vBulletin Solutions',0,''),(1763,-1,'profilefield_add_edit_displayorder_text','cphelptext','This sets the order in which fields are displayed. The default is to add it to the end of your current fields. Display order starts at 1 and can be any whole positive number (e.g. don\'t use decimals or fractions).','vbulletin','vBulletin Solutions',0,''),(1764,-1,'profilefield_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(1765,-1,'profilefield_add_edit_required_text','cphelptext','<b>Yes, at registration and profile updating</b> - User will be required to complete this field at registration and when updating their profile.<br />\r\n<br />\r\n<b>Yes, always</b> - User will be required to complete this field at registration. Enabling this setting will force all users to complete it before they can continue using your forum. This applies only if the field is shown on the \"Edit Your Details\" page.<br />\r\n<br />\r\n<b>No</b> - Completion of this field is optional.<br />\r\n<br />\r\n<b>No, but display at registration</b> - Completion of this field is optional but it will appear at registration.','vbulletin','vBulletin Solutions',1214221606,'3.8.0 Alpha 1'),(1766,-1,'profilefield_add_edit_required_title','cphelptext','Field Required?','vbulletin','vBulletin Solutions',0,''),(1767,-1,'profilefield_add_edit_editable_text','cphelptext','<b>Yes</b> - User may edit this field at any time.<br />\r\n<br />\r\n<b>No</b> - User may never edit this field.<br />\r\n<br />\r\n<b>Only at registration</b> - User may only edit this field at registration or if it is set to be required and it is blank.','vbulletin','vBulletin Solutions',1147803250,'3.6.0 Beta 1'),(1768,-1,'profilefield_add_edit_editable_title','cphelptext','Field Editable by User?','vbulletin','vBulletin Solutions',0,''),(1769,-1,'profilefield_add_edit_hidden_text','cphelptext','If this is set to Yes, this field can be filled in by the user but will only be viewable to those with the proper usergroup permission.','vbulletin','vBulletin Solutions',0,''),(1770,-1,'profilefield_add_edit_hidden_title','cphelptext','Private Field','vbulletin','vBulletin Solutions',0,''),(1771,-1,'profilefield_add_edit_searchable_text','cphelptext','If this is set to No, users will not be able to search using this field on the Member\'s List Advanced Search. If this field is set to Private than only those users with the proper usergroup permission will be able to search on it.','vbulletin','vBulletin Solutions',0,''),(1772,-1,'profilefield_add_edit_searchable_title','cphelptext','Field searchable on member\'s list','vbulletin','vBulletin Solutions',0,''),(1773,-1,'profilefield_add_edit_memberlist_text','cphelptext','If this is set to Yes, this field will be displayed on the Member\'s List for each user. If you set this field as Private, only those with the proper usergroup permission will be able to see this field on the Member\'s List.','vbulletin','vBulletin Solutions',0,''),(1774,-1,'profilefield_add_edit_memberlist_title','cphelptext','Show on member\'s list?','vbulletin','vBulletin Solutions',0,''),(1775,-1,'profilefield_add_edit_optional_text','cphelptext','If this is set to Yes, the user will be allowed to fill in a text input field as an alternative to the options you have given for this field.','vbulletin','vBulletin Solutions',0,''),(1776,-1,'profilefield_add_edit_optional_title','cphelptext','Allow Additional Field? (<i>Select, Radio only</i>)','vbulletin','vBulletin Solutions',0,''),(1777,-1,'profilefield_add_edit_regex_text','cphelptext','You may require this field\'s contents to match a PCRE-type regular expression. For example, you could have a field that is for the user\'s ICQ number. Since ICQ numbers consist of only numerals, you could write a regular expression to check for non-numerals.\r\n<br /><br />\r\nExample: <span class=\"smallfont\">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\n<b>^[0-9]{7,8}$</b><br />\r\n<br />\r\nIf you want to allow an empty response to be given, you need to account for it within the regex:<br />\r\n<br />\r\n<b>^[0-9]{7,8}$|^$</b><br />\r\n<br />\r\nSee <a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PHP.net</a> for more information on regular expressions.','vbulletin','vBulletin Solutions',1161192426,'3.6.3'),(1778,-1,'profilefield_add_edit_regex_title','cphelptext','Regular Expression (<i>Select, Input, Radio, Textarea only</i>)','vbulletin','vBulletin Solutions',0,''),(1779,-1,'profilefield_add_edit_form_text','cphelptext','This controls what page the profile field is displayed on. Most likely you want to leave this on \"Edit Your Details\" but if you wish to create your own user options that can be manipulated via template conditionals then select \"Options\". This field will then appear on the \"Options\" page of the User CP. Also, this field will not appear when viewing a user\'s profile.<br /><br />\r\n\r\nAs mentioned, you can use template conditionals to add additional options for your users. For example, you can make this profile field a \"one option\" check box field under one of the \"Options\" categories. You can then use the field as a conditional to display something in your postbit template. If the \"Name\" of this profile field is field1 then you can use this code in your postbit template:<br /><br />\r\n\r\n<i><if condition=\"$post[\'field1\']\"><br />\r\n<font color=\"green\">code to display if the user has checked the profile field</font><br />\r\n</if></i><br /><br />\r\n\r\nThe <font color=\"green\">green</font> code in the middle will only be displayed if the user has checked the profile field in their options.','vbulletin','vBulletin Solutions',1201688570,'3.7.0 Beta 5'),(1780,-1,'profilefield_add_edit_form_title','cphelptext','Which page displays this option?','vbulletin','vBulletin Solutions',0,''),(1781,-1,'profilefield_edit_text','cphelptext','On this screen you can edit this user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.','vbulletin','vBulletin Solutions',0,''),(1782,-1,'profilefield_edit_title','cphelptext','Edit Profile Field','vbulletin','vBulletin Solutions',0,''),(1783,-1,'profilefield_editcat_text','cphelptext','It is possible to group custom user profile fields into categories so that they can be logically grouped. The primary purpose of doing this is to allow different categories to be shown in different tabs or blocks on a user\'s profile page (in addition to being shown in the \'About Me\' tab).','vbulletin','vBulletin Solutions',1205936925,'3.7.0 Release Candidate 1'),(1784,-1,'profilefield_editcat_title','cphelptext','User Profile Field Category Editor','vbulletin','vBulletin Solutions',1205936925,'3.7.0 Release Candidate 1'),(1785,-1,'profilefield_editcat_allowprivacy_text','cphelptext','This option controls whether the category will appear in the \'Customize Profile\' page, allowing users to select whether to hide or display the category\'s profile block to other users.','vbulletin','vBulletin Solutions',1215167628,'3.8.0 Alpha 1'),(1786,-1,'profilefield_editcat_allowprivacy_title','cphelptext','Allow User Privacy Options','vbulletin','vBulletin Solutions',1218102521,'3.8.0 Alpha 1'),(1787,-1,'profilefield_editcat_title_text','cphelptext','Enter the title of the profile field category, as you would like it to be seen by your visitors. Do not use raw HTML.','vbulletin','vBulletin Solutions',1205936976,'3.7.0 Release Candidate 1'),(1788,-1,'profilefield_editcat_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1205936976,'3.7.0 Release Candidate 1'),(1789,-1,'profilefield_editcat_desc_text','cphelptext','Enter a description of the profile field category. This information will appear in small text below the title of the category in the \'About Me\' tab of users\' profile pages.','vbulletin','vBulletin Solutions',1205937083,'3.7.0 Release Candidate 1'),(1790,-1,'profilefield_editcat_desc_title','cphelptext','Description','vbulletin','vBulletin Solutions',1205937083,'3.7.0 Release Candidate 1'),(1791,-1,'profilefield_editcat_location_text','cphelptext','<p>Use this control to specify whereabouts on a users\' profile pages you would like this profile field category to appear.</p>\r\n\r\n<p>There are several options, some of which will cause the information to appear as a tab, and other will display the information as a block in the column next to the tabs.</p>','vbulletin','vBulletin Solutions',1205937185,'3.7.0 Release Candidate 1'),(1792,-1,'profilefield_editcat_location_title','cphelptext','Location on Profile Page','vbulletin','vBulletin Solutions',1205937185,'3.7.0 Release Candidate 1'),(1793,-1,'profilefield_editcat_displayorder_text','cphelptext','This option controls where the category will appear relative to other categories when listed. A category with a higher display order number will appear after or below a lower number.','vbulletin','vBulletin Solutions',1205937243,'3.7.0 Release Candidate 1'),(1794,-1,'profilefield_editcat_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1205937243,'3.7.0 Release Candidate 1'),(1795,-1,'profilefield_modify_text','cphelptext','On this page you can manage your user profile fields. User profile fields are used to hold information and preferences about your users.<br /><br />\r\n\r\nClick the [Edit] link to edit the settings of the corresponding profile field. Click the [Delete] link to do exactly that (this will lose information if users have information in the field!).<br /><br />\r\n\r\nUser profile fields can be displayed in posts next to the author\'s name. If you want to display a profile field in posts then you need to edit your <b>postbit</b> or <b>postbit_legacy</b> template (depending on which one you use as is indicated by the \"Use Legacy (Vertical) Postbit Template\" option in your <a href=\"options.php?dogroup=stylelang&do=options\" target=\"_blank\">vBulletin options</a>) and add <b>$post[fieldX]</b> where <b>X</b> is the field ID of the profile field as shown under the \"Name\" column on this page.<br /><br />\r\n\r\nBelow is a list of existing profile fields. The \"Title / Profile Field Type\" column tells you the name and type of the profile field. Please see the General Topics for examples of each type of profile field.<br /><br />\r\n\r\nThe \"Options\" column tells you which options are enabled for the corresponding profile field. Profile fields can be required, editable, private, searchable, and shown on the <a href=\"../memberlist.php\" target=\"_blank\">member list</a> - or not.<br /><br />\r\n\r\nThe \"Name\" column tells you the field number of the corresponding profile field. You can use a profile field\'s field number to make it show in user posts (see above).<br /><br />\r\n\r\nThe \"Display Order\" column tells you the display order of the corresponding profile field. Display orders are used to order profile fields on the various pages of the User CP on which they can be displayed. You can change display orders on this page by editing the display order fields and clicking the \"Save Display Order\" button.<br /><br />','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1796,-1,'profilefield_modify_title','cphelptext','User Profile Field Manager','vbulletin','vBulletin Solutions',0,''),(1797,-1,'profilefield_remove_text','cphelptext','This is a confirmation that you want to delete this profile field. Deleting this profile field will lose information if your users have information in this field. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(1798,-1,'profilefield_remove_title','cphelptext','Delete Profile Field','vbulletin','vBulletin Solutions',0,''),(1799,-1,'queries_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Execute SQL Query:</b><br />\r\nThis page can be used to run queries on your forum database. This can be useful for mass-updating records in your database. You should always backup your database before querying it. Any valid MySQL query can be run here. See <a href=\"http://www.mysql.com/\" target=\"_blank\">mysql.com</a> for more information.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1800,-1,'queries_title','cphelptext','About Execute SQL Query','vbulletin','vBulletin Solutions',0,''),(1801,-1,'queries_modify_text','cphelptext','This feature lets you run queries on your vBulletin database. You should backup your database before querying it.','vbulletin','vBulletin Solutions',0,''),(1802,-1,'queries_modify_title','cphelptext','Execute SQL Query','vbulletin','vBulletin Solutions',0,''),(1803,-1,'queries_modify_autoquery_text','cphelptext','These are predefined queries for managing user settings. Select the query you want to run and click the \"Continue\" button to execute it.','vbulletin','vBulletin Solutions',0,''),(1804,-1,'queries_modify_autoquery_title','cphelptext','Automatic Query','vbulletin','vBulletin Solutions',0,''),(1805,-1,'queries_modify_query_text','cphelptext','Here you can manually type in the query you want to run. Only one query can be run at a time. Once a query is executed it can not be reversed.','vbulletin','vBulletin Solutions',0,''),(1806,-1,'queries_modify_query_title','cphelptext','Manual Query','vbulletin','vBulletin Solutions',0,''),(1807,-1,'queries_modify_perpage_text','cphelptext','Queries return results after they are executed. Here you can specify the number of returned results to show per page.','vbulletin','vBulletin Solutions',0,''),(1808,-1,'queries_modify_perpage_title','cphelptext','Results to Show Per Page','vbulletin','vBulletin Solutions',0,''),(1809,-1,'ranks_text','cphelptext','<b>User Ranks:</b><br />\r\nUsers ranks are rank insignia based on post count and usergroup that are displayed next to names in posts. User ranks work very similar to user titles, the main difference being that user titles are for all usergroups while user ranks can be created for specific usergroups. In this way you can create different rank insignia for different usergroups. User ranks appear next to names in posts.','vbulletin','vBulletin Solutions',0,''),(1810,-1,'ranks_title','cphelptext','About User Ranks','vbulletin','vBulletin Solutions',0,''),(1811,-1,'ranks_add_text','cphelptext','Here you can add a new user rank. Please see the individual help topics below if you have questions about the options.','vbulletin','vBulletin Solutions',0,''),(1812,-1,'ranks_add_title','cphelptext','Add New User Rank','vbulletin','vBulletin Solutions',0,''),(1813,-1,'ranks_add_edit_ranklevel_text','cphelptext','This is the number of times that this rank image or text will be repeated when it is displayed next to a user\'s name in their posts.<br /><br />\r\n\r\nFor example, if you specify a rank text of \"Captain\" and this setting is set to 2, then the user\'s rank will be shown as \"CaptainCaptain\".','vbulletin','vBulletin Solutions',0,''),(1814,-1,'ranks_add_edit_ranklevel_title','cphelptext','Number of times to repeat rank','vbulletin','vBulletin Solutions',0,''),(1815,-1,'ranks_add_edit_minposts_text','cphelptext','This is the minimum number of posts required for a user to obtain this rank. When a user in the specified usergroup reaches this many posts then they will be given this rank.','vbulletin','vBulletin Solutions',0,''),(1816,-1,'ranks_add_edit_minposts_title','cphelptext','Minimum Posts','vbulletin','vBulletin Solutions',0,''),(1817,-1,'ranks_add_edit_usergroupid_text','cphelptext','This is the usergroup to which this rank applies. The users to whom is applied depends on the value of the \"Display Type\" setting. If you select \"Always\", all users with this usergroup in his/her primary <strong>or</strong> secondary groups will receive this rank. If you select \"If Displaygroup = This Group\", then only users that identify themselves as this group will receive this rank.<br />\r\n<br />\r\nSelect \"All Usergroups\" to have this rank apply to everyone regardless of their usergroup.','vbulletin','vBulletin Solutions',0,''),(1818,-1,'ranks_add_edit_usergroupid_title','cphelptext','Usergroup','vbulletin','vBulletin Solutions',0,''),(1819,-1,'ranks_add_edit_rankimg_text','cphelptext','Enter a file path to an image for this rank. The path should be relative to your main forum directory. For example, if the image you want for this rank is named rank.gif and you upload it to the images directory within your forum directory then you would enter: images/rank.gif<br /><br />\r\n\r\nAlternately, you can leave this field blank and fill in the next one instead.','vbulletin','vBulletin Solutions',0,''),(1820,-1,'ranks_add_edit_rankimg_title','cphelptext','User Rank File Path','vbulletin','vBulletin Solutions',0,''),(1821,-1,'ranks_add_edit_rankhtml_text','cphelptext','If you want to display text for this rank instead of an image, then leave the previous field blank and fill in this field instead. You can use HTML code in this field.<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n<b>rank</b> = <b>rank</b><br />\r\n<i>rank</i> = <i>rank</i><br />\r\n<u>rank</u> = <u>rank</u><br />\r\n<font color=\"red\">rank</font> = <font color=\"red\">rank</font><br />\r\n<font size=\"4\">rank</font> = <font size=\"3\">rank</font>','vbulletin','vBulletin Solutions',1205431156,'3.7.0 Release Candidate 1'),(1822,-1,'ranks_add_edit_rankhtml_title','cphelptext','Rank Text','vbulletin','vBulletin Solutions',0,''),(1823,-1,'ranks_add_edit_stack_text','cphelptext','If chosen, the rank will be stacked when appearing with other ranks. Otherwise the rank will be placed to the left of other ranks. In HTML terms, this option controls whether or not a <br /> tag is inserted before the rank.','vbulletin','vBulletin Solutions',1205942440,'3.7.0 Release Candidate 1'),(1824,-1,'ranks_add_edit_stack_title','cphelptext','Stack Rank','vbulletin','vBulletin Solutions',0,''),(1825,-1,'ranks_add_edit_display_text','cphelptext','<strong>Always</strong>: This rank will always be displayed if a member has this rank\'s usergroup as their primary or one of their secondary groups.<br /><br />\r\n<strong>If Displaygroup = This Group</strong>: This rank will only be displayed if a member\'s displaygroup is equal to this rank\'s usergroup.','vbulletin','vBulletin Solutions',0,''),(1826,-1,'ranks_add_edit_display_title','cphelptext','Display Type','vbulletin','vBulletin Solutions',0,''),(1827,-1,'ranks_edit_text','cphelptext','Here you can edit this user rank. Please see the individual help topics below if you have questions about the options.','vbulletin','vBulletin Solutions',0,''),(1828,-1,'ranks_edit_title','cphelptext','Edit User Rank','vbulletin','vBulletin Solutions',0,''),(1829,-1,'ranks_modify_text','cphelptext','This is the user rank manager. Here you can manage ranks based on post count for one or all usergroups. Ranks can be represented by images or text (HTML is allowed).<br /><br />\r\n\r\nBelow is a list of all existing ranks (if any). The ranks below are grouped by the usergroups to which they apply. The \"User Rank\" column shows the image or text that is granted to the user when they qualify for the corresponding rank. The \"Minimum Posts\" column shows you the post count that is needed to acquire the corresponding rank.<br /><br />\r\n\r\nClick the [Edit] link to the right of a rank to change its target usergroup, minimum required post count, and the image / text that is the rank. Click the [Delete] link to delete the rank completely.','vbulletin','vBulletin Solutions',0,''),(1830,-1,'ranks_modify_title','cphelptext','User Rank Manager','vbulletin','vBulletin Solutions',0,''),(1831,-1,'ranks_remove_text','cphelptext','This is a confirmation that you want to delete this rank. Click the \"Yes\" button below to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(1832,-1,'ranks_remove_title','cphelptext','Delete Rank','vbulletin','vBulletin Solutions',0,''),(1833,-1,'repair_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Repair / Optimize:</b><br />\r\nThis script can be used to repair / optimize your database. If you are getting database errors caused by corruption then running this script might fix them. An alternative to repairing your database with this script is to run a <a href=\"http://www.mysql.com/doc/en/REPAIR_TABLE.html\" target=\"_blank\">REPAIR TABLE</a> query from the mysql prompt through a telnet / SSH connection to your server (if you have access).<br /><br />\r\n\r\nYou can also use this script to optimize your tables. You should optimize your database tables if you have recently pruned a large number of topics, posts, users, etc. Optimizing helps you reclaim unused space which can reduce the size of your database.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1834,-1,'repair_title','cphelptext','About Repair / Optimize','vbulletin','vBulletin Solutions',0,''),(1835,-1,'repair_list_text','cphelptext','Select the tables below and then the appropriate action to repair your tables if they have been corrupted or optimize to improve speed.','vbulletin','vBulletin Solutions',0,''),(1836,-1,'repair_list_title','cphelptext','Repair / Optimize Tables','vbulletin','vBulletin Solutions',0,''),(1837,-1,'repair_list_optimizetables_text','cphelptext','Database tables should be optimized if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows (tables that have VARCHAR, BLOB, or TEXT columns). Optimizing helps you reclaim unused space which can reduce the size of your database.','vbulletin','vBulletin Solutions',0,''),(1838,-1,'repair_list_optimizetables_title','cphelptext','Optimize Tables','vbulletin','vBulletin Solutions',0,''),(1839,-1,'repair_list_repairtables_text','cphelptext','Repairs the selected database tables if errors are found.','vbulletin','vBulletin Solutions',0,''),(1840,-1,'repair_list_repairtables_title','cphelptext','Repair Tables','vbulletin','vBulletin Solutions',0,''),(1841,-1,'replacement_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Replacement Variables:</b><br />\r\nReplacement variables are raw string replacements for your templates that are case-<b>in</b>sensitive.<br /><br />\r\n\r\nFor example, if you create a replacement variable using the variable string \"vbulletin\" and the replacement string \"is cool\", then these template strings will be parsed into the following strings upon loading a forum page:<br /><br />\r\n\r\nTemplate string: <i>Powered by vBulletin</i><br />\r\nParsed string: <i>Powered by is cool</i><br /><br />\r\n\r\nTemplate string: <i>vBULLetin3</i><br />\r\nParsed string: <i>is cool3</i><br /><br />\r\n\r\nYou can use replacement variables the same way vBulletin uses stylevars (see \"Common Templates, StyleVars, and CSS\" link above). If you use the same string in several templates then you can create a replacement variable for it. You can use the replacement variable in the templates and set its value in this Replacement Variable Manager. If you need to change the value of the string then you can edit the replacement variable which will change its value in every template where the variable occurs.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1842,-1,'replacement_title','cphelptext','About Replacement Variables','vbulletin','vBulletin Solutions',0,''),(1843,-1,'replacement_add_text','cphelptext','Here you can add a new replacement variable. Replacement variables are useful in representing commonly used values in templates. For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable. The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nFirst you need to select a style to which you want this replacement variable to belong. The \"Search for Text\" field is the variable you will use in the templates. The \"Replace with Text\" field is the value that will be substituted in for the replacement variable everywhere it is used.','vbulletin','vBulletin Solutions',0,''),(1844,-1,'replacement_add_title','cphelptext','Add New Replacement Variable','vbulletin','vBulletin Solutions',0,''),(1845,-1,'replacement_add_dostyleid_text','cphelptext','Select a style to which you want this replacement variable to belong.','vbulletin','vBulletin Solutions',0,''),(1846,-1,'replacement_add_dostyleid_title','cphelptext','Style','vbulletin','vBulletin Solutions',0,''),(1847,-1,'replacement_add_edit_findtext_text','cphelptext','This field is the variable that is used in the templates. The value in the \"Replace with Text\" field will be substituted in for this variable everywhere it is used.','vbulletin','vBulletin Solutions',0,''),(1848,-1,'replacement_add_edit_findtext_title','cphelptext','Search for Text','vbulletin','vBulletin Solutions',0,''),(1849,-1,'replacement_add_edit_replacetext_text','cphelptext','This field is the value that will be substituted in for this replacement variable everywhere it is used.','vbulletin','vBulletin Solutions',0,''),(1850,-1,'replacement_add_edit_replacetext_title','cphelptext','Replace with Text','vbulletin','vBulletin Solutions',0,''),(1851,-1,'replacement_edit_text','cphelptext','Here you can edit this replacement variable. Replacement variables are useful in representing commonly used values in templates. For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable. The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nThe \"Search for Text\" field is the variable that is used in the templates. The \"Replace with Text\" field is the value that is substituted in for the replacement variable everywhere it is used.','vbulletin','vBulletin Solutions',0,''),(1852,-1,'replacement_edit_title','cphelptext','Edit Replacement Variable','vbulletin','vBulletin Solutions',0,''),(1853,-1,'replacement_modify_text','cphelptext','This page shows you replacement variables for all styles. Replacement variables can be used in templates. When a forum page is loaded all of the replacement variables in its templates are parsed into their replacement values.','vbulletin','vBulletin Solutions',0,''),(1854,-1,'replacement_modify_title','cphelptext','Replacement Variable Manager','vbulletin','vBulletin Solutions',0,''),(1855,-1,'replacement_remove_text','cphelptext','This page allows you to delete this replacement variable. Click the \"Yes\" button below to perform the deletion. If this style has any children then they will also lose access to this replacement variable when it is deleted. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(1856,-1,'replacement_remove_title','cphelptext','Delete Replacement Variable','vbulletin','vBulletin Solutions',0,''),(1857,-1,'resources_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Viewing Permissions:</b><br />\r\nvBulletin\'s permission system is very powerful and flexible, but it can be complex to work with if you are inexperienced with vBulletin. Sometimes it is hard to know if you have permissions setup correctly. This page allows you to confirm correct permissions for a forum for a usergroup.<br /><br />\r\n\r\nFor a detailed explanation about usergroups and forum permissions, see the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1858,-1,'resources_title','cphelptext','About Viewing Permissions','vbulletin','vBulletin Solutions',0,''),(1859,-1,'resources_index_text','cphelptext','This page allows you to view the forum permissions for a usergroup for a specific forum. This can be useful in confirming correct permissions when permission inheritance and other complexities are involved.<br /><br />\r\n\r\nFirst select a forum and usergroup for which you want to view permissions. Then put a check next to the permissions you want to view. Click \"Find\" to view the permissions.','vbulletin','vBulletin Solutions',0,''),(1860,-1,'resources_index_title','cphelptext','View Forum Permissions','vbulletin','vBulletin Solutions',0,''),(1861,-1,'resources_index_forumid_text','cphelptext','Select a forum for which you want to view permissions.','vbulletin','vBulletin Solutions',0,''),(1862,-1,'resources_index_forumid_title','cphelptext','Forum','vbulletin','vBulletin Solutions',0,''),(1863,-1,'resources_index_usergroupid_text','cphelptext','Select a usergroup for which you want to view permissions for the selected forum.','vbulletin','vBulletin Solutions',0,''),(1864,-1,'resources_index_usergroupid_title','cphelptext','Usergroup','vbulletin','vBulletin Solutions',0,''),(1865,-1,'resources_view_text','cphelptext','Below is a report showing the forum permissions for the forum and group you selected.','vbulletin','vBulletin Solutions',0,''),(1866,-1,'resources_view_title','cphelptext','Permissions','vbulletin','vBulletin Solutions',0,''),(1867,-1,'resources_viewuser_text','cphelptext','Here you can view this user\'s permissions at the forum level.','vbulletin','vBulletin Solutions',0,''),(1868,-1,'resources_viewuser_title','cphelptext','View User','vbulletin','vBulletin Solutions',0,''),(1869,-1,'rssposter_edit_resetlastrun_text','cphelptext','If this box is checked when the feed is saved, the last run time will be set so that the feed <strong>will</strong> be checked the next time the RSS Poster scheduled task is run, regardless of the TTL setting for the feed.','vbulletin','vBulletin Solutions',1209205296,'3.7.0'),(1870,-1,'rssposter_edit_resetlastrun_title','cphelptext','Reset Last Checked Time','vbulletin','vBulletin Solutions',1149677250,'3.6.0 Beta 1'),(1871,-1,'rssposter_edit_enabled_text','cphelptext','If this option is set to \'No\', the feed will not be checked whenever the scheduled task is run.<br />\r\n<br />\r\nUse this to temporarily disable a feed without deleting it.','vbulletin','vBulletin Solutions',1149677240,'3.6.0 Beta 1'),(1872,-1,'rssposter_edit_enabled_title','cphelptext','Feed is Enabled','vbulletin','vBulletin Solutions',1149677240,'3.6.0 Beta 1'),(1873,-1,'rssposter_edit_title_text','cphelptext','This should contain some text that describes the source of the feed for easy identification in the RSS Feed Manager.','vbulletin','vBulletin Solutions',1149677290,'3.6.0 Beta 1'),(1874,-1,'rssposter_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1149677290,'3.6.0 Beta 1'),(1875,-1,'rssposter_edit_url_text','cphelptext','This box should contain the complete URL of the feed to be read.<br />\r\n<br />\r\nFor example: <code>http://www.vbulletin.com/forum/external.php?type=RSS2&forumids=1</code>','vbulletin','vBulletin Solutions',1149677544,'3.6.0 Beta 1'),(1876,-1,'rssposter_edit_url_title','cphelptext','URL of Feed','vbulletin','vBulletin Solutions',1149677544,'3.6.0 Beta 1'),(1877,-1,'rssposter_edit_ttl_text','cphelptext','While the RSS Poster scheduled task runs every ten minutes, you can limit the frequency at which this feed is checked.','vbulletin','vBulletin Solutions',1149677740,'3.6.0 Beta 1'),(1878,-1,'rssposter_edit_ttl_title','cphelptext','Check Feed Every...','vbulletin','vBulletin Solutions',1149677740,'3.6.0 Beta 1'),(1879,-1,'rssposter_edit_maxresults_text','cphelptext','Some feeds may list many items. If you would like to limit the number of items to read from a feed, enter a maximum number in this box.<br />\r\n<br />\r\nFor example, if you specify \'5\', any items over this number will be ignored.<br />\r\n<br />\r\nEnter \'0\' to fetch all items.','vbulletin','vBulletin Solutions',1149677952,'3.6.0 Beta 1'),(1880,-1,'rssposter_edit_maxresults_title','cphelptext','Maximum Items to Fetch','vbulletin','vBulletin Solutions',1149677952,'3.6.0 Beta 1'),(1881,-1,'rssposter_edit_searchwords_text','cphelptext','You may specify a list of words and phrases here with which to search the items from an RSS feed.<br /><br />\r\nSeparate each word or phrase with a space or a new line.<br /><br />\r\nPhrases that contain spaces may be used by surrounding them with double quotes.<br /><br />\r\nIf any of the words or phrases listed here are contained within the title (or the title <strong>and</strong> description if \'Search Item Body\' is checked) then the item will be posted. If not, the item will be ignored.<br /><br />\r\nIf you select \'Match All Words\' then only items that contain all of the terms and phrases will be posted.<br /><br />','vbulletin','vBulletin Solutions',1220447959,'3.8.0 Alpha 1'),(1882,-1,'rssposter_edit_searchwords_title','cphelptext','Search Items for Words','vbulletin','vBulletin Solutions',1149679577,'3.6.0 Beta 1'),(1883,-1,'rssposter_edit_username_text','cphelptext','Enter the user name of the user as whom items from the feed will be posted.<br />\r\n<br />\r\nThe user name must exist, though you could add a new user specifically for the purpose of posting RSS items.','vbulletin','vBulletin Solutions',1149678038,'3.6.0 Beta 1'),(1884,-1,'rssposter_edit_username_title','cphelptext','User Name','vbulletin','vBulletin Solutions',1149678038,'3.6.0 Beta 1'),(1885,-1,'rssposter_edit_forumid_text','cphelptext','Specify here the forum into which you would like items from this RSS feed to be posted.<br />\r\n<br />\r\nEnsure that the forum can contain posts (is not a category) when selecting.','vbulletin','vBulletin Solutions',1149678216,'3.6.0 Beta 1'),(1886,-1,'rssposter_edit_forumid_title','cphelptext','Forum','vbulletin','vBulletin Solutions',1149678060,'3.6.0 Beta 1'),(1887,-1,'rssposter_edit_allowsmilies_text','cphelptext','If this item is set to \'Yes\', any smilie codes found in the RSS feed items will be parsed into their corresponding smilie images.','vbulletin','vBulletin Solutions',1149678268,'3.6.0 Beta 1'),(1888,-1,'rssposter_edit_allowsmilies_title','cphelptext','Allow Smilies','vbulletin','vBulletin Solutions',1149678268,'3.6.0 Beta 1'),(1889,-1,'rssposter_edit_showsignature_text','cphelptext','Select \'Yes\' if you would like the signature of the user specified above to be shown on RSS feed items posted by that user.','vbulletin','vBulletin Solutions',1149678310,'3.6.0 Beta 1'),(1890,-1,'rssposter_edit_showsignature_title','cphelptext','Display Signature','vbulletin','vBulletin Solutions',1149678310,'3.6.0 Beta 1'),(1891,-1,'rssposter_edit_html2bbcode_text','cphelptext','When this option is enabled any HTML found within the RSS feed item will be converted to BB code prior to posting, it is not retroactive so when enabled only new posts will have this conversion.','vbulletin','vBulletin Solutions',1206966113,'3.7.0 Release Candidate 2'),(1892,-1,'rssposter_edit_html2bbcode_title','cphelptext','Convert HTML to BB Code','vbulletin','vBulletin Solutions',1150892058,'3.6.0 Beta 3'),(1893,-1,'rssposter_edit_titletemplate_text','cphelptext','The title template controls how topic or announcement titles will appear when items are posted.<br />\r\n<br />\r\nYou may use any node from the feed XML by entering {feed:<strong>x</strong>} into the template, where \'x\' corresponds to:\r\n<ul>\r\n<li>title</li>\r\n<li>description</li>\r\n<li>link</li>\r\n<li>id</li>\r\n<li>date</li>\r\n<li>enclosure_href</li>\r\n<li>content:encoded.</li>\r\n</ul>\r\n<br />\r\nFor the most part, you will use {feed:title} to show the title for the current feed item.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1894,-1,'rssposter_edit_titletemplate_title','cphelptext','Title Template','vbulletin','vBulletin Solutions',1149682430,'3.6.0 Beta 1'),(1895,-1,'rssposter_edit_bodytemplate_text','cphelptext','The body template controls the main text of topics or announcements for feed items.<br />\r\n<br />\r\nIn the same way as can be done with the <a href=\"help.php?do=answer&page=rssposter&pageaction=edit&option=titletemplate\">Title Template</a>, you may use selected nodes from the feed XML by specifying {feed:<strong>x</strong>}.<br />\r\nValid values for x include:<br />\r\n<ul>\r\n<li>title</li>\r\n<li>description</li>\r\n<li>link</li>\r\n<li>id</li>\r\n<li>date</li>\r\n<li>enclosure_href</li>\r\n<li>content:encoded.</li>\r\n</ul>\r\n<br />\r\nThe main replacements to include in this template is the <description> and <link> nodes, which can be referenced with <strong>{feed:description}</strong> and <strong>{feed:link}</strong>.<br />\r\n<br />\r\nFor example:\r\n<pre class=\"alt2\" style=\"border:inset 1px; padding:4px\">[b][i]My RSS Feed[/i] Has Just Posted the Following:[/b]\r\n\r\n<strong style=\"color:red\">{feed:description}</strong>\r\n\r\n[url="<strong style=\"color:red\">{feed:link}</strong>"]Click here to view the article.[/url]</pre>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1896,-1,'rssposter_edit_bodytemplate_title','cphelptext','Body Template','vbulletin','vBulletin Solutions',1149682725,'3.6.0 Beta 1'),(1897,-1,'rssposter_edit_itemtype_text','cphelptext','Items found in RSS feeds can be posted either as new topics or as announcements.<br />\r\n<br />\r\nDifferent options apply to each post type and are detailed below.<br />\r\n<br />\r\nRemember that users can not reply to announcements, so if you want discussion of RSS items it\'s probably best to post items as topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1898,-1,'rssposter_edit_itemtype_title','cphelptext','Post Items as Topics or Announcements','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1899,-1,'rssposter_edit_prefixid_text','cphelptext','You may use this option to apply a prefix to automatically posted topics. However, this prefix must be allowed in the destination forum. To ensure this is the case, note the prefix set of the prefix you wish to use. Go into the \"Forum Manager\", edit the destination forum for this RSS feed, and ensure that the correct prefix set (or sets) are selected.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1900,-1,'rssposter_edit_prefixid_title','cphelptext','Prefix','vbulletin','vBulletin Solutions',1190110337,'3.7.0 Beta 1'),(1901,-1,'rssposter_edit_iconid_text','cphelptext','Allows you to pick an icon for topics posted by this RSS feed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1902,-1,'rssposter_edit_iconid_title','cphelptext','Post Icons','vbulletin','vBulletin Solutions',1149683270,'3.6.0 Beta 1'),(1903,-1,'rssposter_edit_stickthread_text','cphelptext','Select this option if you would like topics posted from this feed to be made into sticky topics, which remain at the top of the forumdisplay list.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1904,-1,'rssposter_edit_stickthread_title','cphelptext','Make Topic Sticky','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1905,-1,'rssposter_edit_moderatethread_text','cphelptext','If you would like your moderation staff to be able to review each item posted from this RSS feed before it appears on your forums, set this option to \'Yes\'.','vbulletin','vBulletin Solutions',1149683930,'3.6.0 Beta 1'),(1906,-1,'rssposter_edit_moderatethread_title','cphelptext','Moderate Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1907,-1,'rssposter_edit_threadactiondelay_text','cphelptext','If items are posted as topics, you may specify a delay in hours here and have the system then perform an action on the topic.<br />\r\n<br />\r\nFor example, you could specify a delay of 6 hours, then have the system close topics posted by this RSS feed after that delay.<br />\r\n<br />\r\nA setting of \'0\' disables the topic action delay, so no actions will be automatically applied to topics after they are posted.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1908,-1,'rssposter_edit_threadactiondelay_title','cphelptext','Topic Action Delay','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1909,-1,'rssposter_edit_unstickthread_text','cphelptext','Select this option to have topics posted by this RSS feed unstuck after the delay specified by \'Topic Action Delay\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1910,-1,'rssposter_edit_unstickthread_title','cphelptext','Unstick Sticky Topic After Delay','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1911,-1,'rssposter_edit_closethread_text','cphelptext','Select this option to have topics posted by this RSS feed automatically close after the delay specified in \'Topic Action Delay\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1912,-1,'rssposter_edit_closethread_title','cphelptext','Close Topic After Delay','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1913,-1,'rssposter_edit_allowhtml_text','cphelptext','If you enable this option, any HTML in RSS feed items will be allowed <em>as HTML</em> in announcements posted by the feed.<br />\r\n<br />\r\n<strong>Do not enable this option unless you trust the RSS feed source completely, as your board could be hacked if the RSS feed source contains malicious HTML.</strong>','vbulletin','vBulletin Solutions',1149684884,'3.6.0 Beta 1'),(1914,-1,'rssposter_edit_allowhtml_title','cphelptext','Allow HTML in Announcements','vbulletin','vBulletin Solutions',1149684884,'3.6.0 Beta 1'),(1915,-1,'rssposter_edit_endannouncement_text','cphelptext','Announcements posted by this RSS feed will become inactive and disappear from public view after this number of days.','vbulletin','vBulletin Solutions',1149684933,'3.6.0 Beta 1'),(1916,-1,'rssposter_edit_endannouncement_title','cphelptext','Days for Announcement to Remain Active','vbulletin','vBulletin Solutions',1149684933,'3.6.0 Beta 1'),(1917,-1,'socialgroup_icon_switchtype_groupiconpath_text','cphelptext','This is the icon path to the group icons when they are stored on the filesystem. This should not be changed unless you know what you are doing.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1918,-1,'socialgroup_icon_switchtype_groupiconpath_title','cphelptext','Group Icon Path','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1919,-1,'socialgroup_icon_switchtype_groupiconurl_text','cphelptext','This is the URL to the group icons when they are stored in the filesystem. This should not be changed unless you know what you are doing.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1920,-1,'socialgroup_icon_switchtype_groupiconurl_title','cphelptext','Group Icon URL','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(1921,-1,'socialgroups_editcategory_description_text','cphelptext','This is a friendly description of the category.','vbulletin','vBulletin Solutions',1220958690,'3.8.0 Alpha 1'),(1922,-1,'socialgroups_editcategory_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',1220958657,'3.8.0 Alpha 1'),(1923,-1,'socialgroups_editcategory_displayorder_text','cphelptext','This determines where the category is displayed in option lists.','vbulletin','vBulletin Solutions',1220958714,'3.8.0 Alpha 1'),(1924,-1,'socialgroups_editcategory_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',1220958714,'3.8.0 Alpha 1'),(1925,-1,'socialgroups_editcategory_title_text','cphelptext','This is the title of the Group Category. This will be displayed in the breadcrumb when viewing a group or filtering by categories. It will also be displayed in the category cloud in the Group overview page.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1926,-1,'socialgroups_editcategory_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',1220958618,'3.8.0 Alpha 1'),(1927,-1,'socialgroups_search_category_text','cphelptext','Search for groups within the specified category.','vbulletin','vBulletin Solutions',1215784065,'3.8.0 Alpha 1'),(1928,-1,'socialgroups_search_category_title','cphelptext','Category','vbulletin','vBulletin Solutions',1215784065,'3.8.0 Alpha 1'),(1929,-1,'socialgroups_search_creator_text','cphelptext','Search for groups created by this username','vbulletin','vBulletin Solutions',1205513857,'3.7.0 Release Candidate 1'),(1930,-1,'socialgroups_search_creator_title','cphelptext','Group Created By','vbulletin','vBulletin Solutions',1205513857,'3.7.0 Release Candidate 1'),(1931,-1,'socialgroups_search_date_gteq_text','cphelptext','Search for groups created after this date.','vbulletin','vBulletin Solutions',1205513779,'3.7.0 Release Candidate 1'),(1932,-1,'socialgroups_search_date_gteq_title','cphelptext','Creation Date is After','vbulletin','vBulletin Solutions',1205513779,'3.7.0 Release Candidate 1'),(1933,-1,'socialgroups_search_date_lteq_text','cphelptext','Search for groups created before this date.','vbulletin','vBulletin Solutions',1205513744,'3.7.0 Release Candidate 1'),(1934,-1,'socialgroups_search_date_lteq_title','cphelptext','Creation Date is Before','vbulletin','vBulletin Solutions',1205513744,'3.7.0 Release Candidate 1'),(1935,-1,'socialgroups_search_filtertext_text','cphelptext','Words to search for within the group (This searches title and description)','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(1936,-1,'socialgroups_search_filtertext_title','cphelptext','Keyword(s)','vbulletin','vBulletin Solutions',1213632849,'3.8.0 Alpha 1'),(1937,-1,'socialgroups_search_members_gteq_text','cphelptext','Search for groups with more than this amount of Members.','vbulletin','vBulletin Solutions',1205513691,'3.7.0 Release Candidate 1'),(1938,-1,'socialgroups_search_members_gteq_title','cphelptext','Members Greater Than','vbulletin','vBulletin Solutions',1205513691,'3.7.0 Release Candidate 1'),(1939,-1,'socialgroups_search_members_lteq_text','cphelptext','Search for groups with less than this amount of Members.','vbulletin','vBulletin Solutions',1205513712,'3.7.0 Release Candidate 1'),(1940,-1,'socialgroups_search_members_lteq_title','cphelptext','Members Less Than','vbulletin','vBulletin Solutions',1205513712,'3.7.0 Release Candidate 1'),(1941,-1,'socialgroups_search_type_text','cphelptext','Search for groups of this type.','vbulletin','vBulletin Solutions',1205513940,'3.7.0 Release Candidate 1'),(1942,-1,'socialgroups_search_type_title','cphelptext','Group Type','vbulletin','vBulletin Solutions',1205513940,'3.7.0 Release Candidate 1'),(1943,-1,'stats_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Statistics:</b><br />\r\nvBulletin\'s statistics page contains various stats for your forums. The stats on this page include \"top\" stats (newest member, top poster, most users online, etc) and various forum activity stats.<br /><br />\r\n\r\nYou can run reports for a specific stat over a specific time period to view patterns of activity on your forums. Patterns of forum activity can be used for many different things. For example, if you run an advertising campaign for your site and want to check its effectiveness in terms of new forum registrations then you can run reports showing new registrations from before and during the campaign.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1944,-1,'stats_title','cphelptext','About Statistics','vbulletin','vBulletin Solutions',0,''),(1945,-1,'stats_index_text','cphelptext','The [Top Statistics] link will show you the following statistics: the newest registered member, the most users online at one time, the user with the highest post count, the most replied to topic, the most viewed topic, and the most popular forum.<br /><br />\r\n\r\nThe [Registration Statistics], [User Activity Statistics], [New Topic Statistics], and [New Post Statistics] links will take you to a page where you can run a report by date showing corresponding statistic on a daily, weekly, or monthly basis.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1946,-1,'stats_index_title','cphelptext','Statistics','vbulletin','vBulletin Solutions',0,''),(1947,-1,'stats_reg_activity_thread_post_text','cphelptext','On this page you can run a report on the selected statistic. Select a date range, unit of time (scope), and an order for the report. When you are done selecting from the options you can click the \"Go\" button to run the report. Please see the individual help topics below if you have questions about an option.','vbulletin','vBulletin Solutions',0,''),(1948,-1,'stats_reg_activity_thread_post_title','cphelptext','Statistics Report','vbulletin','vBulletin Solutions',0,''),(1949,-1,'stats_reg_activity_thread_post_start_text','cphelptext','Select a start date for this report. Select a month, day, and year. The selected statistic must be no older than this date for it to be included in the report.','vbulletin','vBulletin Solutions',0,''),(1950,-1,'stats_reg_activity_thread_post_start_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',0,''),(1951,-1,'stats_reg_activity_thread_post_end_text','cphelptext','Select an end date for this report. Select a month, day, and year. The selected statistic must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the \"Start Date\" setting to create a window of time for this report.','vbulletin','vBulletin Solutions',0,''),(1952,-1,'stats_reg_activity_thread_post_end_title','cphelptext','End Date','vbulletin','vBulletin Solutions',0,''),(1953,-1,'stats_reg_activity_thread_post_scope_text','cphelptext','Select the unit of time by which you want the report to group the statistics. If you select \"Daily\" then the report will tell you the number per day, etc.','vbulletin','vBulletin Solutions',0,''),(1954,-1,'stats_reg_activity_thread_post_scope_title','cphelptext','Scope','vbulletin','vBulletin Solutions',0,''),(1955,-1,'stats_reg_activity_thread_post_sort_text','cphelptext','\"Ascending\" order will put the oldest dates at the top of the report and the newest dates at the bottom... the dates \"ascend\" as you get further into the report. \"Descending\" is just the opposite.','vbulletin','vBulletin Solutions',0,''),(1956,-1,'stats_reg_activity_thread_post_sort_title','cphelptext','Order By Date','vbulletin','vBulletin Solutions',0,''),(1957,-1,'stats_reg_activity_thread_post_nullvalue_text','cphelptext','Any days, weeks, or months that have no results will not be shown if this option is set to \"No\".','vbulletin','vBulletin Solutions',0,''),(1958,-1,'stats_reg_activity_thread_post_nullvalue_title','cphelptext','Empty Results','vbulletin','vBulletin Solutions',0,''),(1959,-1,'stats_top_text','cphelptext','Below is a list of trivial statistics for your forums. You can click on the individual links in the statistics to view the corresponding user, topic, or forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(1960,-1,'stats_top_title','cphelptext','Top Statistics','vbulletin','vBulletin Solutions',0,''),(1961,-1,'subscriptionpermission_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=subscriptions&pageaction=&option=\">Subscriptions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=subscriptionpermission&pageaction=&option=\">Subscription Permissions</a><br /><br />\r\n\r\n<b>Subscription Permissions:</b><br />\r\nBy default, users will have the permission to purchase any of your available subscriptions (see the <a href=\"subscriptions.php?do=modify\" target=\"_blank\">Subscription Manager</a>). However, you might not want users of a particular usergroup to have access to purchase a subscription. In that case, vBulletin allows you to deny any subscription for any usergroup. The user must not have the denied usergroup as their primary usergroup or as one of their secondary groups.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(1962,-1,'subscriptionpermission_title','cphelptext','About Subscription Permissions','vbulletin','vBulletin Solutions',1146682049,'3.6.0 Beta 1'),(1963,-1,'subscriptionpermission_edit_text','cphelptext','On this screen you set up allow or deny access for the specific subscription and usergroup. Options are described below.','vbulletin','vBulletin Solutions',1151503112,'3.6.0 Beta 4'),(1964,-1,'subscriptionpermission_edit_title','cphelptext','Editing Subscription Permissions','vbulletin','vBulletin Solutions',1146682105,'3.6.0 Beta 1'),(1965,-1,'subscriptionpermission_edit_usesub_text','cphelptext','By default users will be allowed access to purchase any subscription. If this option is set to <em>No</em> then this usergroup will be denied access to purchase this subscription. Please be aware that a user can have a primary and secondary groups. If permission is allowed for one of the user\'s secondary groups then they will be able to purchase the donation, even if their primary usergroup does not have permission.','vbulletin','vBulletin Solutions',1146682517,'3.6.0 Beta 1'),(1966,-1,'subscriptionpermission_edit_usesub_title','cphelptext','Can Use Subscription','vbulletin','vBulletin Solutions',1146682517,'3.6.0 Beta 1'),(1967,-1,'subscriptionpermission_modify_text','cphelptext','From here you can deny access for any usergroup for a specific subscription. For each subscription you have, each usergroup is listed. If the name of the group is red, they are denied access to purchase the subscription. If the name is black, they have permission to purchase the subscription. To change permissions, click Edit next to the group name you wish to change, under the subscription you wish it to apply to.','vbulletin','vBulletin Solutions',1146682613,'3.6.0 Beta 1'),(1968,-1,'subscriptionpermission_modify_title','cphelptext','Modifying Subscription Permissions','vbulletin','vBulletin Solutions',1146682613,'3.6.0 Beta 1'),(1969,-1,'subscriptions_text','cphelptext','<b>Subscriptions:</b><br />\r\nvBulletin\'s subscription manager is used to charge users for forum access. Make sure you enable at least one payment method within the <a href=\"subscriptions.php?do=api\" target=\"_blank\">Payment API Manager</a> if you use paid subscriptions.<br /><br />\r\n\r\nSubscriptions manage forum access by adding and removing primary and secondary group memberships as well as manipulating user access masks. For an explanation about usergroups and forum permissions see the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.','vbulletin','vBulletin Solutions',1209481464,'3.7.1'),(1970,-1,'subscriptions_title','cphelptext','About Subscriptions','vbulletin','vBulletin Solutions',0,''),(1971,-1,'subscriptions_add_text','cphelptext','This page allows you to add a new subscription. If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(1972,-1,'subscriptions_add_title','cphelptext','Add New Subscription','vbulletin','vBulletin Solutions',0,''),(1973,-1,'subscriptions_add_varname_text','cphelptext','This is a short name for the subscription and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1974,-1,'subscriptions_add_varname_title','cphelptext','Shortname','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1975,-1,'subscriptions_add_edit_adminavatar_text','cphelptext','This option only applies if this subscription results in the user gaining permission to have custom avatars.\r\n\r\nIf the user selects a custom avatar, then they will be allowed to keep it after this subscription expires if their normal permissions do not allow for custom avatars.','vbulletin','vBulletin Solutions',1144702919,'3.6.0 Beta 1'),(1976,-1,'subscriptions_add_edit_adminavatar_title','cphelptext','Keep Custom Avatar','vbulletin','vBulletin Solutions',1144702919,'3.6.0 Beta 1'),(1977,-1,'subscriptions_add_edit_adminprofilepic_text','cphelptext','This option only applies if this subscription results in the user gaining permission to have a profile picture.\r\n\r\nIf the user selects a profile picture, then they will be allowed to keep it after this subscription expires if their normal permissions do not allow for profile pictures.','vbulletin','vBulletin Solutions',1205942626,'3.7.0 Release Candidate 1'),(1978,-1,'subscriptions_add_edit_adminprofilepic_title','cphelptext','Keep Profile Pic','vbulletin','vBulletin Solutions',1144702948,'3.6.0 Beta 1'),(1979,-1,'subscriptions_add_edit_title_text','cphelptext','The subscription title is used to identify this subscription on the <a href=\"../payments.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP and in the subscription manager in the Admin CP. The title should indicate what this subscription is for.<br /><br />Use the <em>Translations</em> like to translate the title for your other languages.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1980,-1,'subscriptions_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(1981,-1,'subscriptions_add_edit_description_text','cphelptext','Enter a description for this subscription. The description should explain what the users get for buying this subscription. This description will show up on the <a href=\"../payments.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP when users go to buy subscriptions.Use the <em>Translations</em> like to translate the description for your other languages.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(1982,-1,'subscriptions_add_edit_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',0,''),(1983,-1,'subscriptions_add_edit_active_text','cphelptext','Check this box to make this subscription active so users will be able to purchase it. Active subscriptions are available for purchase on the <a href=\"../payments.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP. If you want to remove a subscription but you think you might use it again in the future, you can uncheck this box to disable the subscription as opposed to deleting it.','vbulletin','vBulletin Solutions',0,''),(1984,-1,'subscriptions_add_edit_active_title','cphelptext','Active','vbulletin','vBulletin Solutions',0,''),(1985,-1,'subscriptions_add_edit_length_text','cphelptext','Enter a number in the text field and select a unit of time to create a subscription length.','vbulletin','vBulletin Solutions',0,''),(1986,-1,'subscriptions_add_edit_length_title','cphelptext','Subscription Length','vbulletin','vBulletin Solutions',0,''),(1987,-1,'subscriptions_add_edit_sub[cost][usd]_text','cphelptext','Enter a cost for this subscription in U.S. dollars. Enter 0.00 if you don\'t want to accept payments in U.S. dollars for this subscription.<br /><br />\r\n\r\nIf you need to calculate the U.S. dollar equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.','vbulletin','vBulletin Solutions',0,''),(1988,-1,'subscriptions_add_edit_sub[cost][usd]_title','cphelptext','Cost in U.S. Dollars','vbulletin','vBulletin Solutions',0,''),(1989,-1,'subscriptions_add_edit_sub[cost][gbp]_text','cphelptext','Enter a cost for this subscription in pounds sterling. Enter 0.00 if you don\'t want to accept payments in pounds sterling for this subscription.<br /><br />\r\n\r\nIf you need to calculate the pounds sterling equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.','vbulletin','vBulletin Solutions',0,''),(1990,-1,'subscriptions_add_edit_sub[cost][gbp]_title','cphelptext','Cost in Pounds Sterling','vbulletin','vBulletin Solutions',0,''),(1991,-1,'subscriptions_add_edit_sub[cost][eur]_text','cphelptext','Enter a cost for this subscription in euros. Enter 0.00 if you don\'t want to accept payments in euros for this subscription.<br /><br />\r\n\r\nIf you need to calculate the euro equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.','vbulletin','vBulletin Solutions',0,''),(1992,-1,'subscriptions_add_edit_sub[cost][eur]_title','cphelptext','Cost in Euros','vbulletin','vBulletin Solutions',0,''),(1993,-1,'subscriptions_add_edit_nusergroupid_text','cphelptext','If you want this subscription to change a user\'s primary group then select a target usergroup here. Select \"No Change\" if you don\'t want this subscription to change a user\'s primary group.','vbulletin','vBulletin Solutions',0,''),(1994,-1,'subscriptions_add_edit_nusergroupid_title','cphelptext','Primary Usergroup','vbulletin','vBulletin Solutions',0,''),(1995,-1,'subscriptions_add_edit_membergroup_text','cphelptext','If you want this subscription to add users to any secondary groups you can check them here. When a user purchases this subscription they will be added to these secondary groups.','vbulletin','vBulletin Solutions',0,''),(1996,-1,'subscriptions_add_edit_membergroup_title','cphelptext','Additional Usergroups','vbulletin','vBulletin Solutions',0,''),(1997,-1,'subscriptions_add_edit_tax_text','cphelptext','<em>The following only applies for PayPal payments, if you have enabled sales tax under the Selling Preferences of your PayPal account, and the buyer is located in an area that you tax.</em><br /><br />By default, no sales tax will be added to payments. Check this box if you need sales tax added to payments.','vbulletin','vBulletin Solutions',1198800926,'3.7.0 Beta 4'),(1998,-1,'subscriptions_add_edit_tax_title','cphelptext','Sales Tax','vbulletin','vBulletin Solutions',0,''),(1999,-1,'subscriptions_add_edit_shipping_text','cphelptext','<em>This only applies to PayPal payments.</em><br /><br />You can choose to have the buyer\'s shipping address be optional, required, or not specified.','vbulletin','vBulletin Solutions',1198800913,'3.7.0 Beta 4'),(2000,-1,'subscriptions_add_edit_shipping_title','cphelptext','Shipping Address','vbulletin','vBulletin Solutions',0,''),(2001,-1,'subscriptions_add_edit_displayorder_text','cphelptext','This setting determines the position of this subscription in the list of subscriptions relative to others.','vbulletin','vBulletin Solutions',0,''),(2002,-1,'subscriptions_add_edit_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(2003,-1,'subscriptions_add_edit_recurring_text','cphelptext','<em>This only applies to PayPal payments.</em><br /><br />You can choose to have the payment recur until the user cancels the subscription.<br /><br />\r\nOnce enabled you cannot change the price of this subscription as existing users costs will not update, however you can cancel all of their subscriptions through the PayPal interface and force them to sign up again.','vbulletin','vBulletin Solutions',1200668171,'3.7.0 Beta 4'),(2004,-1,'subscriptions_add_edit_recurring_title','cphelptext','Recurring Payments','vbulletin','vBulletin Solutions',0,''),(2005,-1,'subscriptions_adjust_text','cphelptext','On this page you can add / edit a subscription. If you are editing a subscription you can shorten, lengthen, activate, and deactivate it by editing the settings below. If you are adding a subscription you need to fill in the settings below.','vbulletin','vBulletin Solutions',1205942653,'3.7.0 Release Candidate 1'),(2006,-1,'subscriptions_adjust_title','cphelptext','Add / Edit Subscription','vbulletin','vBulletin Solutions',0,''),(2007,-1,'subscriptions_adjust_username_text','cphelptext','Enter the exact username of the user whom you want to add to this subscription.','vbulletin','vBulletin Solutions',0,''),(2008,-1,'subscriptions_adjust_username_title','cphelptext','User Name','vbulletin','vBulletin Solutions',0,''),(2009,-1,'subscriptions_adjust_regdate_text','cphelptext','This is the date that this subscription will start to be active. Select a month and enter a day, year, hour and minute.','vbulletin','vBulletin Solutions',0,''),(2010,-1,'subscriptions_adjust_regdate_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',0,''),(2011,-1,'subscriptions_adjust_expirydate_text','cphelptext','This is the date when this subscription will stop being active. Select a month and enter a day, year, hour and minute.','vbulletin','vBulletin Solutions',0,''),(2012,-1,'subscriptions_adjust_expirydate_title','cphelptext','Expiry Date','vbulletin','vBulletin Solutions',0,''),(2013,-1,'subscriptions_adjust_status_text','cphelptext','Select \"Yes\" if you want this subscription to be active. Select \"No\" otherwise.','vbulletin','vBulletin Solutions',0,''),(2014,-1,'subscriptions_adjust_status_title','cphelptext','Active','vbulletin','vBulletin Solutions',0,''),(2015,-1,'subscriptions_api_text','cphelptext','This section allows you to manage the payment processors that you want to accept for your forum subscriptions.<br /><br />\r\n\r\nA payment processor is a company through which payments are handled. For example, if you have a PayPal account and you enable that API on this page, then users can signup with PayPal and then use it to purchase a forum subscription.','vbulletin','vBulletin Solutions',1198800939,'3.7.0 Beta 4'),(2016,-1,'subscriptions_api_title','cphelptext','Payment API Manager','vbulletin','vBulletin Solutions',0,''),(2017,-1,'subscriptions_apiadd_text','cphelptext','This page allows you to add a new payment processor. The specific options are detailed below.','vbulletin','vBulletin Solutions',0,''),(2018,-1,'subscriptions_apiadd_title','cphelptext','Add API','vbulletin','vBulletin Solutions',0,''),(2019,-1,'subscriptions_apiadd_apiedit_title_text','cphelptext','This is the title of this payment API. It is only for labelling purposes.','vbulletin','vBulletin Solutions',0,''),(2020,-1,'subscriptions_apiadd_apiedit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2021,-1,'subscriptions_apiadd_apiedit_active_text','cphelptext','This option allows you to enable / disable this API without having to delete and recreate the API to toggle its status. If an API is disabled then it will not be available as a payment option when a user purchases a subscription.','vbulletin','vBulletin Solutions',0,''),(2022,-1,'subscriptions_apiadd_apiedit_active_title','cphelptext','Active','vbulletin','vBulletin Solutions',0,''),(2023,-1,'subscriptions_apiadd_apiedit_classname_text','cphelptext','This name is used in calling this API\'s class file. Look at the class files in the <i>includes/paymentapi</i> directory. For example, if the class name is \"blah\" then the class file would be located at <i>includes/paymentapi/class_blah.php</i>','vbulletin','vBulletin Solutions',0,''),(2024,-1,'subscriptions_apiadd_apiedit_classname_title','cphelptext','Classname','vbulletin','vBulletin Solutions',0,''),(2025,-1,'subscriptions_apiadd_apiedit_currency_text','cphelptext','This is a comma-separated list of currency abbreviations. There are abbreviations available on <a href=\"http://www.xe.com/\" target=\"_blank\">this site</a>.<br /><br />\r\n\r\nFor example, if you want to accept US dollars, UK pounds, and Canadian dollars, then you would enter this value into this field:<br /><br />\r\n\r\n<i>usd,gbp,cad</i>','vbulletin','vBulletin Solutions',0,''),(2026,-1,'subscriptions_apiadd_apiedit_currency_title','cphelptext','Supported Currency','vbulletin','vBulletin Solutions',0,''),(2027,-1,'subscriptions_apiadd_apiedit_recurring_text','cphelptext','Does this payment processor support recurring payments?','vbulletin','vBulletin Solutions',0,''),(2028,-1,'subscriptions_apiadd_apiedit_recurring_title','cphelptext','Supports Recurring Payments','vbulletin','vBulletin Solutions',0,''),(2029,-1,'subscriptions_apiedit_text','cphelptext','This page allows you to edit the details of a payment processor. The specific options are detailed below.','vbulletin','vBulletin Solutions',0,''),(2030,-1,'subscriptions_apiedit_title','cphelptext','Edit API','vbulletin','vBulletin Solutions',0,''),(2031,-1,'subscriptions_apirem_text','cphelptext','This is a confirmation that you want to delete this API. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(2032,-1,'subscriptions_apirem_title','cphelptext','Delete API','vbulletin','vBulletin Solutions',0,''),(2033,-1,'subscriptions_edit_text','cphelptext','This page allows you to edit this subscription. If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2034,-1,'subscriptions_edit_title','cphelptext','Edit Subscription','vbulletin','vBulletin Solutions',0,''),(2035,-1,'subscriptions_find_text','cphelptext','Below is a list of users who have purchased this subscription. Click the \"Edit\" button on the right to edit the corresponding subscription.<br /><br />\r\n\r\nThe \"Title\" column tells you what subscription the corresponding record is for.<br /><br />\r\n\r\nThe \"User Name\" column tells you the user whom the corresponding subscription is for. You can click on the username to view the user\'s profile.<br /><br />\r\n\r\nThe \"Start Date\" column tells you when the corresponding subscription was purchased. If the subscription was purchased longer ago than the length of the subscription then the \"Status\" column will read \"Disabled.\" Otherwise the subscription is \"Active.\"','vbulletin','vBulletin Solutions',0,''),(2036,-1,'subscriptions_find_title','cphelptext','View Users','vbulletin','vBulletin Solutions',0,''),(2037,-1,'subscriptions_modify_text','cphelptext','Below is a list of existing subscriptions (if any). The \"Title\" column contains the name of the corresponding subscription. The title is used to identify a subscription for users on your forums and for you in this subscription manager.<br /><br />\r\n\r\nThe \"Cost\" column contains the cost of the corresponding subscription for each of the available currencies.<br /><br />\r\n\r\nThe \"Active\" column tells you how many active subscriptions there are for the corresponding subscription. An active subscription is one that was purchased not longer ago than the length of the subscription.<br /><br />\r\n\r\nThe \"Completed\" column shows the number of subscriptions that are inactive for the corresponding subscription. An inactive subscription is one that was purchased longer ago than the length of the subscription.<br /><br />\r\n\r\nThe \"Total\" column shows the sum of active and inactive subscriptions for the corresponding subscription.<br /><br />\r\n\r\nThe \"Controls\" column contains a menu of options for each subscription. The \"Edit\" option allows you to edit the settings for the subscription including the: title, description, cost, group memberships, and access masks. The \"Delete\" option does exactly that. The \"View Users\" option shows you all users that have purchased this subscription, whether their subscription is active or inactive. And finally, the \"Add User\" option allows you to manually subscribe a user to the corresponding subscription.','vbulletin','vBulletin Solutions',1207908565,'3.7.0 Release Candidate 4'),(2038,-1,'subscriptions_modify_title','cphelptext','Subscription Manager','vbulletin','vBulletin Solutions',0,''),(2039,-1,'subscriptions_remove_text','cphelptext','This is a confirmation that you want to delete this subscription. Click the \"Yes\" button below to perform the deletion.','vbulletin','vBulletin Solutions',0,''),(2040,-1,'subscriptions_remove_title','cphelptext','Delete Subscription','vbulletin','vBulletin Solutions',0,''),(2041,-1,'subscriptions_transactions_currency_text','cphelptext','Use this option to narrow the report down to a specific currency.','vbulletin','vBulletin Solutions',1147123961,'3.6.0 Beta 1'),(2042,-1,'subscriptions_transactions_currency_title','cphelptext','Currency','vbulletin','vBulletin Solutions',1147123961,'3.6.0 Beta 1'),(2043,-1,'subscriptions_transactions_end_text','cphelptext','Select an end date for this report. Select a month, day, and year. The selected transaction must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the \"Start Date\" setting to create a window of time for this report.','vbulletin','vBulletin Solutions',1147123893,'3.6.0 Beta 1'),(2044,-1,'subscriptions_transactions_end_title','cphelptext','End Date','vbulletin','vBulletin Solutions',1147123893,'3.6.0 Beta 1'),(2045,-1,'subscriptions_transactions_exact_text','cphelptext','Set this to \'Yes\' to search for transaction IDs that are an exact match. Set this to \'No\' to do a partial match, e.g. \'x123\' would match \'ABCx123DEF\'.','vbulletin','vBulletin Solutions',1147124164,'3.6.0 Beta 1'),(2046,-1,'subscriptions_transactions_exact_title','cphelptext','Exact Match','vbulletin','vBulletin Solutions',1147124164,'3.6.0 Beta 1'),(2047,-1,'subscriptions_transactions_orderby_text','cphelptext','Use this option to sort the report. You may also change the sort order while viewing the report by clicking on the column names.','vbulletin','vBulletin Solutions',1147124032,'3.6.0 Beta 1'),(2048,-1,'subscriptions_transactions_orderby_title','cphelptext','Order By','vbulletin','vBulletin Solutions',1147124032,'3.6.0 Beta 1'),(2049,-1,'subscriptions_transactions_paymentapiid_text','cphelptext','Use this option to narrow the report down to a specific payment processor.','vbulletin','vBulletin Solutions',1147123941,'3.6.0 Beta 1'),(2050,-1,'subscriptions_transactions_paymentapiid_title','cphelptext','Processor','vbulletin','vBulletin Solutions',1147123941,'3.6.0 Beta 1'),(2051,-1,'subscriptions_transactions_scope_text','cphelptext','Use this option to define what type of report you wish to see. \'Daily\' will group together all transactions that occur on a single day. \'Weekly\' will group together all transactions that occur within the same week. \'Monthly\' will group all transactions that occur within the same month.','vbulletin','vBulletin Solutions',1147124266,'3.6.0 Beta 1'),(2052,-1,'subscriptions_transactions_scope_title','cphelptext','Scope','vbulletin','vBulletin Solutions',1147124266,'3.6.0 Beta 1'),(2053,-1,'subscriptions_transactions_start_text','cphelptext','Select a start date for this report. Select a month, day, and year. The selected transaction must be no older than this date for it to be included in the report.','vbulletin','vBulletin Solutions',1147123869,'3.6.0 Beta 1'),(2054,-1,'subscriptions_transactions_start_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',1147123869,'3.6.0 Beta 1'),(2055,-1,'subscriptions_transactions_state_text','cphelptext','Use this option to narrow the report down to only charges or reversals.','vbulletin','vBulletin Solutions',1147123981,'3.6.0 Beta 1'),(2056,-1,'subscriptions_transactions_state_title','cphelptext','Type','vbulletin','vBulletin Solutions',1147123981,'3.6.0 Beta 1'),(2057,-1,'subscriptions_transactions_subscriptionid_text','cphelptext','Use this option to narrow the report down to a specific subscription.','vbulletin','vBulletin Solutions',1147123923,'3.6.0 Beta 1'),(2058,-1,'subscriptions_transactions_subscriptionid_title','cphelptext','Subscription','vbulletin','vBulletin Solutions',1147123923,'3.6.0 Beta 1'),(2059,-1,'subscriptions_transactions_transactionid_text','cphelptext','This option is used to search for a specific transaction ID. The transaction ID is the ID assigned to the transaction by the payment processor. This ID is generally included in any email send from the payment processor or in the payment processor\'s admin center.','vbulletin','vBulletin Solutions',1147124099,'3.6.0 Beta 1'),(2060,-1,'subscriptions_transactions_transactionid_title','cphelptext','Transaction ID','vbulletin','vBulletin Solutions',1147124099,'3.6.0 Beta 1'),(2061,-1,'subscriptions_transactions_username_text','cphelptext','Use this option to narrow the report down to a specific user.','vbulletin','vBulletin Solutions',1147123996,'3.6.0 Beta 1'),(2062,-1,'subscriptions_transactions_username_title','cphelptext','Username','vbulletin','vBulletin Solutions',1147123996,'3.6.0 Beta 1'),(2063,-1,'template_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Inheritance:</b><br />\r\nvBulletin\'s styles use inheritance to manage templates and style settings. A child style inherits the templates and settings of its parent. For example, if a template is customized in a parent style then its children will inherit that customized template as their default.<br /><br />\r\n\r\nPossible applications of style inheritance include creating variations on a theme. Let\'s say you have a style with a customized template set that creates a specific physical layout of your forums, but you want your users to be able to choose from different colors while using the same layout. In that situation you could create child styles for the style with the customized template set. The children would inherit all of the parent\'s templates, thereby keeping the same layout, but they would have their own color settings which would override the colors of the parent.<br /><br />\r\n\r\nThe power of inheritance can be seen in the above example. To create variations on a theme without inheritance you would need to duplicate the template set for each style which would make changing the layout very cumbersome as you would need to edit the templates in each style. With inheritance you only have to edit the parent\'s template set.<br /><br />\r\n\r\n<b>Template Conditionals:</b><br />\r\nvBulletin supports conditionals in its templates. Conditionals allow you to display code in the templates or not based on a condition that evaluates to boolean true or false. Here is an example of the syntax:<br /><br />\r\n\r\n<i><if condition=\"$bbuserinfo[userid]\"><br />\r\n<font color=\"green\">code that is displayed if the user is registered and logged in (not a guest)</font><br />\r\n<else /><br />\r\n<font color=\"red\">code that is displayed if the user is not registered and/or not logged in (is a guest)</font><br />\r\n</if></i><br /><br />\r\n\r\nIn the above example, the condition checks for whether or not the logged in user is registered by checking their userid (guests have a userid of 0 which evaluates to false). The <font color=\"green\">green</font> code is included in the page output if the user is logged in (the condition is true). Else the <font color=\"red\">red</font> code is included if the user is <b>not</b> logged in (the condition is false). The <i><else /></i> tag and <font color=\"red\">red</font> code are optional in the syntax shown above.<br /><br />\r\n\r\nThe $bbuserinfo array in the above example contains all of the current logged in user\'s information and is global to all vBulletin templates. The $vboptions array is another such global array that holds the values for your <a href=\"options.php?null=0\" target=\"_blank\">vBulletin options</a>. If you need help creating conditions using vBulletin variables please post on the <a href=\"http://www.vbulletin.com/forum/\" target=\"_blank\">vBulletin.com forums</a> or the <a href=\"http://www.vbulletin.org/forum/\" target=\"_blank\">vBulletin.org forums</a>.','vbulletin','vBulletin Solutions',1205942760,'3.7.0 Release Candidate 1'),(2064,-1,'template_title','cphelptext','About Styles & Templates','vbulletin','vBulletin Solutions',1161596934,'3.6.3'),(2065,-1,'template_add_dostyleid_text','cphelptext','This is a quick selection list of all your installed styles. It allows you to quickly switch among them. When editing templates, verify that the style shown is the style you wish to edit.','vbulletin','vBulletin Solutions',0,''),(2066,-1,'template_add_dostyleid_title','cphelptext','Style','vbulletin','vBulletin Solutions',0,''),(2067,-1,'template_add_edit_text','cphelptext','The template editor is where you modify the actual templates in order to change the look of your forums. Here, you will modify the HTML of individual templates.','vbulletin','vBulletin Solutions',0,''),(2068,-1,'template_add_edit_title','cphelptext','Template Editor','vbulletin','vBulletin Solutions',0,''),(2069,-1,'template_add_edit_title_text','cphelptext','Enter the name of your template here. This will become the name of how the template is referenced by the system. This will be prefilled if you are editing an existing template.\r\n\r\nPlease note: When adding custom templates, in order to have them parsed, you must also write PHP code to call them.','vbulletin','vBulletin Solutions',0,''),(2070,-1,'template_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2071,-1,'template_add_edit_template_text','cphelptext','<p>This is where you actually edit the HTML. Any valid HTML is allowed here. To learn how to use HTML please visit www.w3c.org.</p>\r\n\r\n<p>vBulletin also provides some specialized tags that can be used here. These include the <phrase> tag and the <if> tag. Please see the General Topic named \"About vBulletin Styles\" by clicking on the help image in a title bar.</p>','vbulletin','vBulletin Solutions',0,''),(2072,-1,'template_add_edit_template_title','cphelptext','Template','vbulletin','vBulletin Solutions',0,''),(2073,-1,'template_addstyle_text','cphelptext','This page allows you to create a new style. For help with the options below please click on their help images to the right.','vbulletin','vBulletin Solutions',0,''),(2074,-1,'template_addstyle_title','cphelptext','Add Style','vbulletin','vBulletin Solutions',0,''),(2075,-1,'template_addstyle_editstyle_files_parentid_text','cphelptext','This style will inherit the templates, settings, etc of the parent style that is selected here. Any changes that are made to the parent will be passed down to its children unless the child has customized the settings that are changed.','vbulletin','vBulletin Solutions',0,''),(2076,-1,'template_addstyle_editstyle_files_parentid_title','cphelptext','Parent Style','vbulletin','vBulletin Solutions',0,''),(2077,-1,'template_addstyle_editstyle_files_title_text','cphelptext','This is the name of the style. The title is used to identify a style in the Style Manager of the Admin CP and in the Quick Style Chooser at the bottom left of your forums.','vbulletin','vBulletin Solutions',0,''),(2078,-1,'template_addstyle_editstyle_files_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2079,-1,'template_addstyle_editstyle_files_userselect_text','cphelptext','Enable this option to allow the user to select this style to use when viewing your forums.','vbulletin','vBulletin Solutions',0,''),(2080,-1,'template_addstyle_editstyle_files_userselect_title','cphelptext','Allow User Selection','vbulletin','vBulletin Solutions',0,''),(2081,-1,'template_addstyle_editstyle_files_displayorder_text','cphelptext','This display order is used to order the listing of styles at this level of styles in the Style Manager in the Admin CP and in the Quick Style Chooser at the bottom left of your forums.<br /><br />\r\n\r\nFor example, a style tree like this would have the display orders that are listed below:<br /><br />\r\n\r\nMASTER STYLE - 1<br />\r\n--Child Style - 1<br />\r\n--Another Child - 2<br />\r\n----Baby Style - 1<br />\r\n----Another Baby - 2<br />\r\n--Yet Another - 3','vbulletin','vBulletin Solutions',0,''),(2082,-1,'template_addstyle_editstyle_files_displayorder_title','cphelptext','Display Order','vbulletin','vBulletin Solutions',0,''),(2083,-1,'template_delete_text','cphelptext','This page allows you to revert this template to its default. If this template is part of a parent style then the style\'s children will also be affected by reverting this template. Child styles inherit the custom templates of their parents.','vbulletin','vBulletin Solutions',0,''),(2084,-1,'template_delete_title','cphelptext','Delete Template','vbulletin','vBulletin Solutions',0,''),(2085,-1,'template_deletestyle_text','cphelptext','This page allows you to delete this style. Click the \"Yes\" button below to delete this style. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(2086,-1,'template_deletestyle_title','cphelptext','Delete Style','vbulletin','vBulletin Solutions',0,''),(2087,-1,'template_edit_oldtemplate_editconflict_text','cphelptext','If you are on the Edit Conflict Resolution Page, this is your version of the template. Please copy your changes from here and merge them into the current template above.','vbulletin','vBulletin Solutions',1264706565,'4.0.3'),(2088,-1,'template_edit_oldtemplate_editconflict_title','cphelptext','Your Version of the Template','vbulletin','vBulletin Solutions',1264706565,'4.0.3'),(2089,-1,'template_editstyle_text','cphelptext','This page allows you to edit the basic settings for this style including the parent style, title, if the user can select this style to use, and the display order.','vbulletin','vBulletin Solutions',0,''),(2090,-1,'template_editstyle_title','cphelptext','Edit Settings','vbulletin','vBulletin Solutions',0,''),(2091,-1,'template_files_text','cphelptext','On this page you can download and upload styles using a variety of options. Please see the individual help topics below for clarification of each option.','vbulletin','vBulletin Solutions',0,''),(2092,-1,'template_files_title','cphelptext','Download / Upload Style','vbulletin','vBulletin Solutions',0,''),(2093,-1,'template_files_dostyleid_text','cphelptext','Select the style you want to download.','vbulletin','vBulletin Solutions',0,''),(2094,-1,'template_files_dostyleid_title','cphelptext','Style','vbulletin','vBulletin Solutions',0,''),(2095,-1,'template_files_product_text','cphelptext','Select the vBulletin product for which you want to download.','vbulletin','vBulletin Solutions',1258131583,'4.0.0 Beta 4'),(2096,-1,'template_files_product_title','cphelptext','Product','vbulletin','vBulletin Solutions',0,''),(2097,-1,'template_files_filename_text','cphelptext','This is the name of the file under which this style will be saved. This name should end with .xml','vbulletin','vBulletin Solutions',0,''),(2098,-1,'template_files_filename_title','cphelptext','Filename','vbulletin','vBulletin Solutions',0,''),(2099,-1,'template_files_mode_text','cphelptext','Styles inherit the templates, settings, etc from their parent styles. If you want the downloaded style to stand alone so it appears as it does on your forums right now then you should choose the second option.','vbulletin','vBulletin Solutions',0,''),(2100,-1,'template_files_mode_title','cphelptext','Options','vbulletin','vBulletin Solutions',0,''),(2101,-1,'template_files_stylefile_text','cphelptext','Click the \"Browse\" button to select a vBullein style file to upload from your computer.','vbulletin','vBulletin Solutions',0,''),(2102,-1,'template_files_stylefile_title','cphelptext','Upload XML file','vbulletin','vBulletin Solutions',0,''),(2103,-1,'template_files_serverfile_text','cphelptext','Enter a file name complete with a server path that is relative to your main forum directory.<br /><br />\r\n\r\nFor example, if the name of the style file is vbulletin-style.xml and you uploaded it to the install directory inside your main forum directory then you would enter this value: ./install/vbulletin-style.xml','vbulletin','vBulletin Solutions',0,''),(2104,-1,'template_files_serverfile_title','cphelptext','Import XML File','vbulletin','vBulletin Solutions',0,''),(2105,-1,'template_files_overwritestyleid_text','cphelptext','Select a style to merge into or leave alone to create a new style. If you choose to create a new style don\'t forget to look over the options below.','vbulletin','vBulletin Solutions',0,''),(2106,-1,'template_files_overwritestyleid_title','cphelptext','Merge Into Style','vbulletin','vBulletin Solutions',0,''),(2107,-1,'template_files_anyversion_text','cphelptext','You might want to ignore the style version if the style file you are uploading is from a different version but you know it to contain only customized templates that are compatible with your current version. If the style is not compatible you can always upload it with this option enabled and then fix the customized templates using the <a href=\"template.php?do=findupdates\" target=\"_blank\">Find Updated Templates</a> page as a guide.','vbulletin','vBulletin Solutions',0,''),(2108,-1,'template_files_anyversion_title','cphelptext','Ignore Style Version','vbulletin','vBulletin Solutions',0,''),(2109,-1,'template_findupdates_text','cphelptext','vBulletin\'s default templates are often updated during upgrades. This page shows you what customized templates may need to be reverted and recustomized as a result of the default templates changing.','vbulletin','vBulletin Solutions',0,''),(2110,-1,'template_findupdates_title','cphelptext','Find Updated Templates','vbulletin','vBulletin Solutions',0,''),(2111,-1,'template_history_text','cphelptext','This page shows a record of changes made to this template. If the default template has been updated after a custom change was made, then patching may be required (manually apply the changes or revert and recustomize).<br /><br />\r\n\r\nYou can view a \"side by side\" comparison of the new and old template by clicking the \"Compare Versions\" button below.','vbulletin','vBulletin Solutions',0,''),(2112,-1,'template_history_title','cphelptext','Template History','vbulletin','vBulletin Solutions',0,''),(2113,-1,'template_historysubmit_text','cphelptext','This page shows all differences between the current template and the default template. The changes are color coded (see key near bottom of page). This page is useful in manually updating customized templates with new default functionality.','vbulletin','vBulletin Solutions',0,''),(2114,-1,'template_historysubmit_title','cphelptext','Compare Versions','vbulletin','vBulletin Solutions',0,''),(2115,-1,'template_modify_text','cphelptext','You can manage your styles here.<br /><br />\r\n\r\nThe checkbox to the left of each style name indicates whether or not the user is allowed to select and use this style on your forums. Checked = user selectable, unchecked = not user selectable.<br /><br />\r\n\r\nTo view your forums using a particular style you just click the name of the style on this page.<br /><br />\r\n\r\nThe number field before the options menu for each style is that style\'s display order. You can update display orders on this page by entering the numbers in these fields and clicking the \"Save Display Order\" button at the bottom of this page.<br /><br />\r\n\r\nThe menu on the right provides a list of options for each style.<br /><br />\r\n\r\nLastly, the \"« »\" button on the right expands the template listing for each style.','vbulletin','vBulletin Solutions',0,''),(2116,-1,'template_modify_title','cphelptext','Style Manager','vbulletin','vBulletin Solutions',0,''),(2117,-1,'template_rebuild_text','cphelptext','This page is a report and confirmation of the rebuilding of your styles.','vbulletin','vBulletin Solutions',0,''),(2118,-1,'template_rebuild_title','cphelptext','Rebuild Styles','vbulletin','vBulletin Solutions',0,''),(2119,-1,'template_revertall_text','cphelptext','This page allows you to revert all customized templates for this style. Below is a list of all templates that will be reverted.','vbulletin','vBulletin Solutions',0,''),(2120,-1,'template_revertall_title','cphelptext','Revert All Templates','vbulletin','vBulletin Solutions',0,''),(2121,-1,'template_search_text','cphelptext','On this page you can search for strings in templates (useful in finding which templates you need to edit to change something on your forums) and run a \"find and replace\" search which allows you to replace all instances of a certain string with another string.','vbulletin','vBulletin Solutions',0,''),(2122,-1,'template_search_title','cphelptext','Search In Templates','vbulletin','vBulletin Solutions',0,''),(2123,-1,'template_search_searchset_text','cphelptext','Select the style in which you want to search.','vbulletin','vBulletin Solutions',0,''),(2124,-1,'template_search_searchset_title','cphelptext','Search in Style','vbulletin','vBulletin Solutions',0,''),(2125,-1,'template_search_searchstring_text','cphelptext','Enter the string of text you want to search for. This search string is case sensitive. The search will find any words / phrases containing the string you enter here. For example, if you search for \"bullet\" the search will find \"vbulletin\", \"bullets\", etc.','vbulletin','vBulletin Solutions',0,''),(2126,-1,'template_search_searchstring_title','cphelptext','Search for Text','vbulletin','vBulletin Solutions',0,''),(2127,-1,'template_search_titlesonly_text','cphelptext','Enable this option to search only the template titles. The same search rules apply as are explained <a href=\"help.php?s=&do=answer&page=template&pageaction=search&option=searchstring\">here</a>.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2128,-1,'template_search_titlesonly_title','cphelptext','Search Titles Only','vbulletin','vBulletin Solutions',0,''),(2129,-1,'template_search_dostyleid_text','cphelptext','Select the style in which you want to search.','vbulletin','vBulletin Solutions',0,''),(2130,-1,'template_search_dostyleid_title','cphelptext','Search in Style','vbulletin','vBulletin Solutions',0,''),(2131,-1,'template_search_replacestring_text','cphelptext','Enter a replacement string here. This string will be substituted in for all instances of the search string above.<br /><br />\r\n\r\nFor example, if you search for \"bullet\" and your replacement string is \"carrot\" then \"vbulletin\" would become \"vcarrotin\".','vbulletin','vBulletin Solutions',0,''),(2132,-1,'template_search_replacestring_title','cphelptext','Replace with Text','vbulletin','vBulletin Solutions',0,''),(2133,-1,'template_search_test_text','cphelptext','This allows you to see the results of doing a \"find and replace\" before actually doing it. It is recommended that you do this before doing the actual replacement since it\'s very easy to unintentionally mess things up with a \"find and replace.\"','vbulletin','vBulletin Solutions',0,''),(2134,-1,'template_search_test_title','cphelptext','Test Replacement Only','vbulletin','vBulletin Solutions',0,''),(2135,-1,'template_search_regex_text','cphelptext','The regular expression option is for <b>advanced users only</b>! Setting this option to \'yes\' will use <a href=\"http://www.php.net/manual-lookup.php?function=preg-replace\" target=\"_blank\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"_blank\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!<br /><br />\r\n\r\nExample usage: Find <b><img (.*)/?></b> and replace with <b><img \\1 /></b> would find all <img> tags and make them XHTML compliant by adding the closing slash. The actual command executed from this would be:<br /><br />\r\n\r\npreg_replace(\'#<img (.*)/?>#siU\', \'<img \\1 />\', $template);','vbulletin','vBulletin Solutions',0,''),(2136,-1,'template_search_regex_title','cphelptext','Use Regular Expressions','vbulletin','vBulletin Solutions',0,''),(2137,-1,'template_search_case_insensitive_text','cphelptext','A \"case-<b>in</b>sensitive\" search will match the search phrase regardless of case. For example, this search string:<br /><br />\r\n\r\n<i>search string</i><br /><br />\r\n\r\n...would also match:<br /><br />\r\n\r\n<i>sEarcH STRING</i>','vbulletin','vBulletin Solutions',0,''),(2138,-1,'template_search_case_insensitive_title','cphelptext','Case-Insensitive','vbulletin','vBulletin Solutions',0,''),(2139,-1,'template_view_text','cphelptext','This page shows you the default code for this template. You can copy code to the clipboard for your use, but you may not edit the default.','vbulletin','vBulletin Solutions',0,''),(2140,-1,'template_view_title','cphelptext','Show Default','vbulletin','vBulletin Solutions',0,''),(2141,-1,'thread_text','cphelptext','<b>Managing Topics & Posts:</b><br />\r\nThis section of the Admin CP allows you to mass manage topics and posts. You can mass prune and mass move topics and posts based on several criteria, mass unsubscribe users from topics, strip polls from topics, and see who voted for poll options in polls.<br /><br />\r\n\r\nPossible applications for mass pruning topics include removing a spammer\'s topics and freeing up space in your database by deleting old topics. Applications for mass moving topics include reorganizing your forums and archiving old topics in an archive forum. You can unsubscribe users from topics to stop email notifications as a result of current topic subscriptions. You can strip a poll from a topic if you want to delete a poll but not the topic that contains it. Lastly, the \"Who Voted\" feature is useful in checking for \"stuffed vote boxes.\"','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2142,-1,'thread_title','cphelptext','Topic Title','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2143,-1,'thread_dothreads_pruneuser_text','cphelptext','This page gives you the option to prune / move all matching topics or to select which topics of the matching topics you want to prune / move. If you take action on all topics then they will be deleted immediately. If you choose to selectively take action then you will be taken to a page where you must put a check mark by the topics on which you want to act.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2144,-1,'thread_dothreads_pruneuser_title','cphelptext','Prune / Move Topics Selectively','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2145,-1,'thread_dothreadssel_text','cphelptext','Below is a list of all matching topics. Put a check mark next to the topics on which you want to take action. Click the \"Go\" button at the bottom to continue. You can view a topic in a new window by clicking on its title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2146,-1,'thread_dothreadssel_title','cphelptext','Selectively Prune / Move','vbulletin','vBulletin Solutions',0,''),(2147,-1,'thread_dovotes_text','cphelptext','This page shows you the poll results and a report on who voted for what options for the poll you selected. You can view this poll and its topic by clicking on their links in the top bar. You can view the profiles of the users who voted by clicking on their names.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2148,-1,'thread_dovotes_title','cphelptext','Poll Results','vbulletin','vBulletin Solutions',0,''),(2149,-1,'thread_killpoll_text','cphelptext','This page allows you to remove a poll from a topic based on the topic\'s threadid.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2150,-1,'thread_killpoll_title','cphelptext','Strip Poll','vbulletin','vBulletin Solutions',0,''),(2151,-1,'thread_killpoll_threadid_text','cphelptext','Enter the threadid of the topic with the poll you want to remove. You can get a thread\'s threadid by looking at its URL. For example, a topic with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a thredid of 5323.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2152,-1,'thread_killpoll_threadid_title','cphelptext','Enter a threadid','vbulletin','vBulletin Solutions',0,''),(2153,-1,'thread_move_text','cphelptext','This page allows you to mass move topics based on several criteria. Fill in the options below and click the \"Move Topics\" button to proceed. Clicking the \"Move Topics\" button will not perform the moving, but will instead give you the option to move all matching topics or to selectively move.','vbulletin','vBulletin Solutions',1386028751,'5.1.0 Alpha 6'),(2154,-1,'thread_move_title','cphelptext','Move Topics Manager','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2155,-1,'thread_move_destforumid_text','cphelptext','Select the forum to which you want to move the topics matching the criteria below.','vbulletin','vBulletin Solutions',1386028705,'5.1.0 Alpha 6'),(2156,-1,'thread_move_destforumid_title','cphelptext','Destination Forum','vbulletin','vBulletin Solutions',0,''),(2157,-1,'thread_prune_text','cphelptext','This page allows you to mass prune topics based on several criteria. Fill in the options below and click the \"Prune Topics\" button to proceed. Clicking the \"Prune Topics\" button will not perform the pruning, but will instead give you the option to prune all matching topics or to selectively prune.','vbulletin','vBulletin Solutions',1386028800,'5.1.0 Alpha 6'),(2158,-1,'thread_prune_title','cphelptext','Prune Topics Manager','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2159,-1,'thread_prune_username_text','cphelptext','To prune by username you need to specify a user. Enter the exact username of the user whose posts you want to prune.','vbulletin','vBulletin Solutions',0,''),(2160,-1,'thread_prune_username_title','cphelptext','User Name','vbulletin','vBulletin Solutions',0,''),(2161,-1,'thread_prune_move_originaldaysolder_text','cphelptext','The topic must have been created at least this long ago to be pruned / move. This is useful in selecting old topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2162,-1,'thread_prune_move_originaldaysolder_title','cphelptext','Original post date is at least X days ago','vbulletin','vBulletin Solutions',0,''),(2163,-1,'thread_prune_move_originaldaysnewer_text','cphelptext','The topic must not have been created before this date in order to be pruned / moved. You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned / moved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2164,-1,'thread_prune_move_originaldaysnewer_title','cphelptext','Original post date is at most X days ago','vbulletin','vBulletin Solutions',0,''),(2165,-1,'thread_prune_move_lastdaysolder_text','cphelptext','No one can have posted in this topic for at least this long in order for it to be pruned / moved. This is useful for selecting topics that are no longer active.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2166,-1,'thread_prune_move_lastdaysolder_title','cphelptext','Last post date is at least X days ago','vbulletin','vBulletin Solutions',0,''),(2167,-1,'thread_prune_move_lastdaysnewer_text','cphelptext','No one can have posted in this topic for longer than this time in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned / moved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2168,-1,'thread_prune_move_lastdaysnewer_title','cphelptext','Last post date is at most X days ago','vbulletin','vBulletin Solutions',0,''),(2169,-1,'thread_prune_move_repliesleast_text','cphelptext','The topic must have at least this many replies in order for it to be pruned / moved. This is useful for pruning / moving large topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2170,-1,'thread_prune_move_repliesleast_title','cphelptext','Topic has at Least X Replies','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2171,-1,'thread_prune_move_repliesmost_text','cphelptext','The topic must have no more than this many replies in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a range of replies you want to be pruned / moved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2172,-1,'thread_prune_move_repliesmost_title','cphelptext','Topic has at Most X Replies','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2173,-1,'thread_prune_move_viewsleast_text','cphelptext','The topic must have this many views or more in order for it to be pruned / moved. This is useful for pruning / moving popular topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2174,-1,'thread_prune_move_viewsleast_title','cphelptext','Topic has at Least X Views','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2175,-1,'thread_prune_move_viewsmost_text','cphelptext','The topic must have no more than this many views in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a range of views you want to be pruned / moved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2176,-1,'thread_prune_move_viewsmost_title','cphelptext','Topic has at Most X Views','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2177,-1,'thread_prune_move_issticky_text','cphelptext','A sticky topic is one that has been \"stuck\" by an admin or mod. Sticky topics stay at the top of their forum listing regardless of their last post date. You can use this option to select only sticky topics, nonsticky topics, or both.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2178,-1,'thread_prune_move_issticky_title','cphelptext','Topic is sticky','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2179,-1,'thread_prune_move_state_text','cphelptext','<b>Visible</b>:<br />\r\nA visible topic is one that is not awaiting moderation by an admin or mod. An invisible topic is one that is awaiting moderation of some kind. You can use this option to select only visible topics, invisible topics, or both.<br /><br />\r\n\r\n<b>Awaiting Moderation</b>:<br />\r\nA topic that is \"awaiting moderation\" is one that still needs to be approved by an admin or mod before it will show up in the topic listing.<br /><br />\r\n\r\n<b>Deleted</b>:<br />\r\nWhen an admin or mod deletes a topic, they are given the option to \"effectively\" delete or \"physically\" delete. \"Effective\" deletion will remove the topic from public view and leave a \"deletion notice\" in its place. This option refers to \"effective\" deletion where the topic can still be undeleted. You can use this option to select only \"effectively\" deleted topics, nondeleted topics, or both.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2180,-1,'thread_prune_move_state_title','cphelptext','Topic State','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2181,-1,'thread_prune_move_status_text','cphelptext','<b>Open</b>:<br />\r\nAn open topic is one that users can reply to. You can use this option to select only topics that are open.<br /><br />\r\n\r\n<b>Closed</b>:<br />\r\nA closed topic is one that is locked by an admin, mod, or user that has permission. Users cannot reply to closed topics. You can use this option to select only topics that are closed.<br /><br />\r\n\r\n<b>Redirect</b>:<br />\r\nWhen an admin or mod moves a topic to another forum, they are given the option to leave a redirection link in its place... that\'s what a redirect is. You can use this option to select only redirection topics.<br /><br />\r\n\r\n<b>Not Redirect</b>:<br />\r\nSee above.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2182,-1,'thread_prune_move_status_title','cphelptext','Topic Status','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2183,-1,'thread_prune_move_posteduser_text','cphelptext','A topic must have been posted by this user in order for it to be pruned / moved. This is useful for dealing with users who post lots of spam topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2184,-1,'thread_prune_move_posteduser_title','cphelptext','User Name','vbulletin','vBulletin Solutions',0,''),(2185,-1,'thread_prune_move_titlecontains_text','cphelptext','A topic must contain this string in its title in order for it to be pruned / moved. This is not case sensitive.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2186,-1,'thread_prune_move_titlecontains_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2187,-1,'thread_prune_move_forumid_text','cphelptext','Select a forum from which you want to select topics to prune / move. A topic must be in this forum in order for it to be selected. Choose \"All Forums\" to select topics independent of their forum.','vbulletin','vBulletin Solutions',1205941360,'3.7.0 Release Candidate 1'),(2188,-1,'thread_prune_move_forumid_title','cphelptext','Forum','vbulletin','vBulletin Solutions',0,''),(2189,-1,'thread_prune_move_subforums_text','cphelptext','If you want to include the children of the forum you selected above, enable this option. For example, if Forum2 is a child of Forum1 and you select Forum1 as a source forum, then Forum2 will be included as a source forum if this option is enabled.','vbulletin','vBulletin Solutions',0,''),(2190,-1,'thread_prune_move_subforums_title','cphelptext','Include Child Forums','vbulletin','vBulletin Solutions',0,''),(2191,-1,'thread_prune_move_prefixid_text','cphelptext','Select a prefix that the matched topics must have. Choose \"(no prefix)\" to only select topics that do not have a prefix.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2192,-1,'thread_prune_move_prefixid_title','cphelptext','Prefix','vbulletin','vBulletin Solutions',1190110079,'3.7.0 Beta 1'),(2193,-1,'thread_pruneusersel_text','cphelptext','Below is a list of all matching topics and posts. Put a check mark next to the topics and posts that you want to delete. Click the \"Submit\" button at the bottom to continue. You can view a topic or post in a new window by clicking on its title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2194,-1,'thread_pruneusersel_title','cphelptext','Selectively Delete Topics and Posts','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2195,-1,'thread_removepoll_text','cphelptext','This page is a confirmation that you have selected the correct poll before that poll is deleted. Please make sure the information below is correct. Click the \"Delete\" button below to delete this poll.','vbulletin','vBulletin Solutions',0,''),(2196,-1,'thread_removepoll_title','cphelptext','Delete Poll','vbulletin','vBulletin Solutions',0,''),(2197,-1,'thread_tagmerge_tagtext_text','cphelptext','The tag that you enter is the tag that all of the selected tags will be merged with. If this tag does not already exist then it will be created. If the specified tag is already selected for merging then it will be preserved. If you have only selected a single tag for merging and specify a new tag that does not exist, then you are essentially renaming the tag.','vbulletin','vBulletin Solutions',1216743771,'3.8.0 Alpha 1'),(2198,-1,'thread_tagmerge_tagtext_title','cphelptext','Add Tag for Merge','vbulletin','vBulletin Solutions',1216743741,'3.8.0 Alpha 1'),(2199,-1,'thread_tags_tagtext_text','cphelptext','Topic tagging is a system that allows user to apply their own keywords (tags) to topics. See <a href=\"http://en.wikipedia.org/wiki/Tag_%28metadata%29\" target=\"_blank\">Wikipedia</a> for more information on the ideas behind tagging.<br />\r\n<br />\r\nThis area allows you to manage the existing tags and create new ones. Note that you cannot create tags that your normal users would not be able to use. This means that you can\'t violate the length options or used censored words.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2200,-1,'thread_tags_tagtext_title','cphelptext','Tag List','vbulletin','vBulletin Solutions',1191253897,'3.7.0 Beta 1'),(2201,-1,'thread_unsubscribe_text','cphelptext','On this page you can unsubscribe all users from a specific topic or remove all of a specific user\'s topic subscriptions.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2202,-1,'thread_unsubscribe_title','cphelptext','Unsubscribe From Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2203,-1,'thread_unsubscribe_ids_text','cphelptext','All users who are subscribed to these topics will be unsubscribed from them. You can get a topic\'s threadid by looking at its URL. For example, a topic with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a threadid of 5323.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2204,-1,'thread_unsubscribe_ids_title','cphelptext','Enter threadid(s)','vbulletin','vBulletin Solutions',0,''),(2205,-1,'thread_unsubscribe_username_text','cphelptext','Enter the username of the user whose topic subscriptions you want to remove. This user will be unsubscribed from all topics to which they are currently subscribed. Leave this field blank to unsubscribe <b>all</b> users from <b>all</b> topics that meet the criteria below.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2206,-1,'thread_unsubscribe_username_title','cphelptext','User Name','vbulletin','vBulletin Solutions',0,''),(2207,-1,'thread_unsubscribe_daysprune_text','cphelptext','A topic must be at least this old for this user to be unsubscribed from it. This is useful in removing topic subscriptions that serve no use anymore because they are for topics that are no longer active.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2208,-1,'thread_unsubscribe_daysprune_title','cphelptext','Find All Topics Older Than X Days','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2209,-1,'thread_unsubscribe_forumid_text','cphelptext','A topic must be in this forum in order for this user to be unsubscribed from it. Select \"All Forums\" to unsubscribe this user from topics independent of what forum the topics are in.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2210,-1,'thread_unsubscribe_forumid_title','cphelptext','Forum','vbulletin','vBulletin Solutions',0,''),(2211,-1,'thread_votes_text','cphelptext','This page allows you to see what users voted for what options for any poll on your forums. Select a poll from the menu below and click the \"Who Voted\" button to see who voted for what.','vbulletin','vBulletin Solutions',0,''),(2212,-1,'thread_votes_title','cphelptext','Who Voted','vbulletin','vBulletin Solutions',0,''),(2213,-1,'thread_votes_pollid_text','cphelptext','Select a poll from this menu. The polls are ordered by pollid and so they are ordered by when they were posted. Older polls will have a smaller pollid whereas newer polls will have a larger pollid.','vbulletin','vBulletin Solutions',0,''),(2214,-1,'thread_votes_pollid_title','cphelptext','Poll','vbulletin','vBulletin Solutions',0,''),(2215,-1,'thread_votes_threadtitle_text','cphelptext','This is the title of the topic to which the above selected poll belongs. This is here to help you select the poll you want by making a connection between the poll name and the topic title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2216,-1,'thread_votes_threadtitle_title','cphelptext','Thread','vbulletin','vBulletin Solutions',0,''),(2217,-1,'user_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Users:</b><br />\r\nvBulletin\'s user system is made up of several different parts so make sure you read the related help topics above. Within the \"Users\" tab of the Admin CP you have the ability to add new users, search for existing users based on several criteria, prune users, and do several other things that are covered in the \"User Tools,\" \"User Banning,\" \"Emailing Users,\" and \"Access Masks\" help topics that are linked above.<br /><br />\r\n\r\nAdding a new user via the Admin CP is the same as some one registering a new account except that the \"add form\" in the Admin CP is free of the required fields and agreements that are imposed on the registration form. For example, you can create an account without an email address when using the Admin CP. Visit the <a href=\"user.php?do=add\" target=\"_blank\">Add New User</a> page to add a user via the Admin CP.<br /><br />\r\n\r\nvBulletin\'s user search system provides you with numerous search criteria and display options. You can use the user search feature to find and edit users and to run reports showing specific user info and profile fields. See the <a href=\"user.php?do=modify\" target=\"_blank\">Search for Users</a> page to see the list of search and display options.<br /><br />\r\n\r\nvBulletin\'s user system also allows you to prune / move users based on their usergroup, last visit date, join date, and post count. Possible applications of the user pruning / moving system include cleaning out inactive users and changing usergroups to manage forum permissions. The user pruning / moving page can be found <a href=\"user.php?do=prune\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2218,-1,'user_title','cphelptext','User Title','vbulletin','vBulletin Solutions',0,''),(2219,-1,'user_add_text','cphelptext','This page can be used to add a new user on your board by configuring the options below','vbulletin','vBulletin Solutions',0,''),(2220,-1,'user_add_title','cphelptext','Adding a User','vbulletin','vBulletin Solutions',0,''),(2221,-1,'user_add_password_text','cphelptext','Enter the user\'s password here.','vbulletin','vBulletin Solutions',0,''),(2222,-1,'user_add_password_title','cphelptext','Password','vbulletin','vBulletin Solutions',0,''),(2223,-1,'user_add_edit_adminavatar_text','cphelptext','This option allows the user to keep their custom avatar in the event that they lose permission to upload custom avatars.\r\n\r\nIf the user is moved to an usergroup that doesn\'t allow custom avatars; the user\'s avatar will not be visible in posts, their profile, and the member\'s list unless this option is enabled.\r\n\r\nThis option does not allow the user to change their avatar. Usergroup permission is required to accomplish that task.\r\n\r\nIf the admin changes or gives an a user a custom avatar when the user doesn\'t have usergroup permission to have one, this option will be automatically enabled.','vbulletin','vBulletin Solutions',1144687826,'3.6.0 Beta 1'),(2224,-1,'user_add_edit_adminavatar_title','cphelptext','Keep Custom Avatar','vbulletin','vBulletin Solutions',1144687826,'3.6.0 Beta 1'),(2225,-1,'user_add_edit_adminprofilepic_text','cphelptext','This option allows the user to keep their profile picture in the event that they lose permission to upload profile pictures.\r\n\r\nIf the user is moved to an usergroup that doesn\'t allow profile pictures; the user\'s picture will not be visible in their profile or on the member\'s list unless this option is enabled.\r\n\r\nThis option does not allow the user to change their picture. Usergroup permission is required to accomplish that task.\r\n\r\nIf the admin changes or gives an a user a profile picture when the user doesn\'t have usergroup permission to have one, this option will be automatically enabled.','vbulletin','vBulletin Solutions',1144687906,'3.6.0 Beta 1'),(2226,-1,'user_add_edit_adminprofilepic_title','cphelptext','Keep Custom Profile Pic','vbulletin','vBulletin Solutions',1144687906,'3.6.0 Beta 1'),(2227,-1,'user_add_edit_ipoints_text','cphelptext','The amount of Infraction Points a user has. Leave blank for None.','vbulletin','vBulletin Solutions',1199284165,'3.7.0 Beta 4'),(2228,-1,'user_add_edit_ipoints_title','cphelptext','Infraction Points','vbulletin','vBulletin Solutions',1199284165,'3.7.0 Beta 4'),(2229,-1,'user_add_edit_vm_enable_text','cphelptext','If this option is set to \"No\", Visitor messaging will not be enabled for this user.','vbulletin','vBulletin Solutions',1207920354,'3.7.0 Release Candidate 4'),(2230,-1,'user_add_edit_vm_enable_title','cphelptext','Enable Visitor Messaging','vbulletin','vBulletin Solutions',1207920279,'3.7.0 Release Candidate 4'),(2231,-1,'user_add_edit_warnings_text','cphelptext','The amount of Warnings a user has received. Leave Blank for none.','vbulletin','vBulletin Solutions',1199284220,'3.7.0 Beta 4'),(2232,-1,'user_add_edit_warnings_title','cphelptext','Warnings','vbulletin','vBulletin Solutions',1199284076,'3.7.0 Beta 4'),(2233,-1,'user_add_edit_infractions_text','cphelptext','The number of Infractions a user has received. Leave Blank for None','vbulletin','vBulletin Solutions',1199284187,'3.7.0 Beta 4'),(2234,-1,'user_add_edit_infractions_title','cphelptext','Infractions','vbulletin','vBulletin Solutions',1199284133,'3.7.0 Beta 4'),(2235,-1,'user_add_edit_username_text','cphelptext','Enter the username of the user here. A member\'s username is used when logging in and is displayed next to their posts.\r\n<br /><br />\r\nIf you are editing the username of an existing member, you should <a href=\"misc.php?do=chooser\" target=\"_blank\"><b>update your counters</b></a> afterwards.','vbulletin','vBulletin Solutions',0,''),(2236,-1,'user_add_edit_username_title','cphelptext','Username','vbulletin','vBulletin Solutions',0,''),(2237,-1,'user_add_edit_email_text','cphelptext','Enter the email address of the user, this will be used when contact is made with the user by the forums.','vbulletin','vBulletin Solutions',0,''),(2238,-1,'user_add_edit_email_title','cphelptext','Email Address','vbulletin','vBulletin Solutions',0,''),(2239,-1,'user_add_edit_languageid_text','cphelptext','Select the language in which this user will read the forums.','vbulletin','vBulletin Solutions',0,''),(2240,-1,'user_add_edit_languageid_title','cphelptext','Language','vbulletin','vBulletin Solutions',0,''),(2241,-1,'user_add_edit_usertitle_text','cphelptext','Enter the user\'s title here. A user\'s title is displayed next to their name in posts. If you enter a custom title be sure you select \"Yes\" for the \"Custom User Title\" option below.','vbulletin','vBulletin Solutions',0,''),(2242,-1,'user_add_edit_usertitle_title','cphelptext','User Title','vbulletin','vBulletin Solutions',0,''),(2243,-1,'user_add_edit_customtitle_text','cphelptext','When set to \"No\" the user\'s title will be set to the default user title of their primary user group.\r\n<br /><br />\r\nWhen set to \"Yes, user set\" the user\'s title will be forced to whatever is in the User Title field above. HTML code is not allowed and this is the same as if the user set the title themself. These titles will be reset if the user is not in an usergroup that allows custom titles.\r\n<br /><br />\r\nWhen set to \"Yes, admin set (HTML allowed)\" the user\'s title will be forced to whatever is in the User Title field above. HTML code in the title will be shown as is and not be parsed. These titles will be maintained if the user is not in an usergroup that allows custom titles.','vbulletin','vBulletin Solutions',0,''),(2244,-1,'user_add_edit_customtitle_title','cphelptext','Custom User Title','vbulletin','vBulletin Solutions',0,''),(2245,-1,'user_add_edit_homepage_text','cphelptext','Enter the user\'s homepage here (http://www... ).','vbulletin','vBulletin Solutions',0,''),(2246,-1,'user_add_edit_homepage_title','cphelptext','Homepage','vbulletin','vBulletin Solutions',0,''),(2247,-1,'user_add_edit_birthday_text','cphelptext','Enter the user\'s birthday here. Select a month and enter a two digit day and four digit year.','vbulletin','vBulletin Solutions',0,''),(2248,-1,'user_add_edit_birthday_title','cphelptext','Birthday','vbulletin','vBulletin Solutions',0,''),(2249,-1,'user_add_edit_showbirthday_text','cphelptext','Select the privacy level for the user\'s birthday here.','vbulletin','vBulletin Solutions',0,''),(2250,-1,'user_add_edit_showbirthday_title','cphelptext','Privacy','vbulletin','vBulletin Solutions',0,''),(2251,-1,'user_add_edit_signature_text','cphelptext','Enter the user\'s signature here. HTML, BB code, and smilies will be parsed or not depending on your settings <a href=\"options.php?dogroup=user&do=options\" target=\"_blank\"><b>here</b></a>.','vbulletin','vBulletin Solutions',1206964560,'3.7.0 Release Candidate 2'),(2252,-1,'user_add_edit_signature_title','cphelptext','Signature','vbulletin','vBulletin Solutions',0,''),(2253,-1,'user_add_edit_icq_text','cphelptext','Enter the user\'s ICQ number here.\r\n<br /><br />\r\nICQ is a popular instant message service. Find out more at the <a href=\"http://web.icq.com/\" target=\"_blank\"><b>ICQ homepage</b></a>.','vbulletin','vBulletin Solutions',0,''),(2254,-1,'user_add_edit_icq_title','cphelptext','ICQ','vbulletin','vBulletin Solutions',0,''),(2255,-1,'user_add_edit_aim_text','cphelptext','Enter the user\'s AIM screen name here.\r\n<br /><br />\r\nAIM is a popular instant message service. Find out more at the <a href=\"http://www.aim.com/\" target=\"_blank\"><b>AIM homepage</b></a>.','vbulletin','vBulletin Solutions',0,''),(2256,-1,'user_add_edit_aim_title','cphelptext','AIM Screen Name','vbulletin','vBulletin Solutions',0,''),(2257,-1,'user_add_edit_yahoo_text','cphelptext','Enter the user\'s Yahoo! Messenger ID here.\r\n<br /><br />\r\nYahoo! Messenger is a popular instant message service. Find out more at the <a href=\"http://messenger.yahoo.com/\" target=\"_blank\"><b>Yahoo! Messenger homepage</b></a>.','vbulletin','vBulletin Solutions',0,''),(2258,-1,'user_add_edit_yahoo_title','cphelptext','Yahoo! Messenger','vbulletin','vBulletin Solutions',0,''),(2259,-1,'user_add_edit_msn_text','cphelptext','Enter the user\'s MSN ID here.\r\n<br />\r\n<br />\r\nMSN Messenger is a popular instant message service. Find out more at the <a href=\"http://messenger.msn.com/\" target=\"_blank\"><b>MSN Messenger homepage</b></a>.','vbulletin','vBulletin Solutions',0,''),(2260,-1,'user_add_edit_msn_title','cphelptext','MSN ID','vbulletin','vBulletin Solutions',0,''),(2261,-1,'user_add_edit_skype_text','cphelptext','Enter the user\'s Skype name here.<br />\r\n<br />\r\nSkype names must be at least 6 characters long and can contain letters, numbers, underscores, hyphens, commas and periods.<br />\r\n<br />\r\nSkype is a popular voice-over-IP and telephony service. Find out more at the <a href=\"http://www.skype.com\" target=\"_blank\"><b>Skype</b> web site</a>.','vbulletin','vBulletin Solutions',0,''),(2262,-1,'user_add_edit_skype_title','cphelptext','Skype Name','vbulletin','vBulletin Solutions',0,''),(2263,-1,'user_add_edit_coppauser_text','cphelptext','A COPPA user is under the age of 13. COPPA is a law that requires children under the age of 13 to get parental consent before they can post.\r\n<br /><br />\r\nFor more info about this law, see here: <a href=\"http://www.vbulletin.com/go/coppa\" target=\"_blank\"><b>http://www.vbulletin.com/go/coppa</b></a>.','vbulletin','vBulletin Solutions',1231760814,'4.0.0 Alpha 1'),(2264,-1,'user_add_edit_coppauser_title','cphelptext','COPPA','vbulletin','vBulletin Solutions',0,''),(2265,-1,'user_add_edit_parentemail_text','cphelptext','Enter the user\'s parent\'s email address here. This only needs to be filled in for COPPA users.\r\n<br /><br />\r\nFor more info about this law, see here: <a href=\"http://www.vbulletin.com/go/coppa\" target=\"_blank\"><b>http://www.vbulletin.com/go/coppa</b></a>.','vbulletin','vBulletin Solutions',1231760814,'4.0.0 Alpha 1'),(2266,-1,'user_add_edit_parentemail_title','cphelptext','Parent Email Address','vbulletin','vBulletin Solutions',0,''),(2267,-1,'user_add_edit_posts_text','cphelptext','This is the user\'s post count. A user\'s post count can be artificially inflated or deflated by editing this field.\r\n<br /><br />\r\nKeep in mind that if you update your users\' post counts <a href=\"misc.php?do=chooser\" target=\"_blank\"><b>here</b></a> then all post counts will be set to their true values, overwriting any changes made here.','vbulletin','vBulletin Solutions',1205942825,'3.7.0 Release Candidate 1'),(2268,-1,'user_add_edit_posts_title','cphelptext','Post Count','vbulletin','vBulletin Solutions',0,''),(2269,-1,'user_add_edit_referrerid_text','cphelptext','Enter the userid of the person who referred this user.','vbulletin','vBulletin Solutions',0,''),(2270,-1,'user_add_edit_referrerid_title','cphelptext','Referrer','vbulletin','vBulletin Solutions',0,''),(2271,-1,'user_add_edit_ipaddress_text','cphelptext','This is the IP address of this user.','vbulletin','vBulletin Solutions',0,''),(2272,-1,'user_add_edit_ipaddress_title','cphelptext','IP Address','vbulletin','vBulletin Solutions',0,''),(2273,-1,'user_add_edit_usergroupid_text','cphelptext','Select the user\'s primary user group.','vbulletin','vBulletin Solutions',0,''),(2274,-1,'user_add_edit_usergroupid_title','cphelptext','Primary User Group','vbulletin','vBulletin Solutions',0,''),(2275,-1,'user_add_edit_membergroupids_text','cphelptext','Check all additional user groups this user is a member of.','vbulletin','vBulletin Solutions',0,''),(2276,-1,'user_add_edit_membergroupids_title','cphelptext','Additional Usergroups','vbulletin','vBulletin Solutions',0,''),(2277,-1,'user_add_edit_showreputation_text','cphelptext','This determines whether or not this user\'s reputation is visible to other forum members.','vbulletin','vBulletin Solutions',0,''),(2278,-1,'user_add_edit_showreputation_title','cphelptext','Display Reputation','vbulletin','vBulletin Solutions',0,''),(2279,-1,'user_add_edit_reputation_text','cphelptext','Enter this user\'s current reputation level.','vbulletin','vBulletin Solutions',0,''),(2280,-1,'user_add_edit_reputation_title','cphelptext','Reputation Level','vbulletin','vBulletin Solutions',0,''),(2281,-1,'user_add_edit_reputationpower_text','cphelptext','This power is computed via the options you set in the Reputation section of the vBulletin Options. Negative comments from non-admins will receive half this power','vbulletin','vBulletin Solutions',0,''),(2282,-1,'user_add_edit_reputationpower_title','cphelptext','Reputation Power','vbulletin','vBulletin Solutions',0,''),(2283,-1,'user_add_edit_adminemail_text','cphelptext','This option determines if this user will receive emails sent by the Admin through the <a href=\"email.php?do=start\" target=\"_blank\"><b>Admin CP -> Users -> Send Email to Users</b></a>.','vbulletin','vBulletin Solutions',0,''),(2284,-1,'user_add_edit_adminemail_title','cphelptext','Receive Admin Emails','vbulletin','vBulletin Solutions',0,''),(2285,-1,'user_add_edit_showemail_text','cphelptext','This option will determine if the user can receive email sent by other members.','vbulletin','vBulletin Solutions',0,''),(2286,-1,'user_add_edit_showemail_title','cphelptext','Receive Email from Other Users','vbulletin','vBulletin Solutions',0,''),(2287,-1,'user_add_edit_invisible_text','cphelptext','If set to \"Yes,\" this option will hide this user from showing on the Who\'s Online list except to groups who have permission to view invisible users.','vbulletin','vBulletin Solutions',0,''),(2288,-1,'user_add_edit_invisible_title','cphelptext','Invisible Mode','vbulletin','vBulletin Solutions',0,''),(2289,-1,'user_add_edit_showvcard_text','cphelptext','Setting this option to Yes will allow users to download a vCard from the profile of this user. vCards can be used with many contact managers and email clients.','vbulletin','vBulletin Solutions',0,''),(2290,-1,'user_add_edit_showvcard_title','cphelptext','vCard Download','vbulletin','vBulletin Solutions',0,''),(2291,-1,'user_add_edit_receivepm_text','cphelptext','This setting determines if the user can receive private messages or not.','vbulletin','vBulletin Solutions',0,''),(2292,-1,'user_add_edit_receivepm_title','cphelptext','Receive Private Messages','vbulletin','vBulletin Solutions',0,''),(2293,-1,'user_add_edit_receivepmbuddies_text','cphelptext','If this option is set to \"yes\" then the user can only receive Private Messages from people on their contact list, or Moderators/Administrators','vbulletin','vBulletin Solutions',1199284204,'3.7.0 Beta 4'),(2294,-1,'user_add_edit_receivepmbuddies_title','cphelptext','Receive Private Messages only from Contacts and Moderators','vbulletin','vBulletin Solutions',1199283736,'3.7.0 Beta 4'),(2295,-1,'user_add_edit_emailonpm_text','cphelptext','If this option is enabled, this user will receive a notification email when they receive a new private message.','vbulletin','vBulletin Solutions',0,''),(2296,-1,'user_add_edit_emailonpm_title','cphelptext','Send Email When a Private Message is Received','vbulletin','vBulletin Solutions',0,''),(2297,-1,'user_add_edit_pmpopup_text','cphelptext','If this option is enabled, this user will be alerted by a popup window when they have a new private message and are visiting the forums.','vbulletin','vBulletin Solutions',0,''),(2298,-1,'user_add_edit_pmpopup_title','cphelptext','Private Message Popup','vbulletin','vBulletin Solutions',0,''),(2299,-1,'user_add_edit_showsignatures_text','cphelptext','This option determines if this user sees signatures when viewing posts.','vbulletin','vBulletin Solutions',0,''),(2300,-1,'user_add_edit_showsignatures_title','cphelptext','Display Signatures','vbulletin','vBulletin Solutions',0,''),(2301,-1,'user_add_edit_showavatars_text','cphelptext','This option determines if this user sees avatars when viewing posts. Users with slow connections can disable this option to speed up load time on forums where the users have large (file-size) avatars.','vbulletin','vBulletin Solutions',0,''),(2302,-1,'user_add_edit_showavatars_title','cphelptext','Display Avatars','vbulletin','vBulletin Solutions',0,''),(2303,-1,'user_add_edit_showimages_text','cphelptext','This option determines if this user sees inline images when viewing posts. Users with slow connections can disable this option to speed up load time on topics with lots of inline images.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2304,-1,'user_add_edit_showimages_title','cphelptext','Display Images','vbulletin','vBulletin Solutions',0,''),(2305,-1,'user_add_edit_showusercss_text','cphelptext','If this option is set to \"No\" then the user will not see customized Profile Styles on other user\'s Profiles','vbulletin','vBulletin Solutions',1199283907,'3.7.0 Beta 4'),(2306,-1,'user_add_edit_showusercss_title','cphelptext','Show Other Users\' Custom Profile Styles','vbulletin','vBulletin Solutions',1199283907,'3.7.0 Beta 4'),(2307,-1,'user_add_edit_receivefriendemailrequest_text','cphelptext','If this option is set to \"Yes\" then the user will receive an email notification of new friend requests.','vbulletin','vBulletin Solutions',1199283977,'3.7.0 Beta 4'),(2308,-1,'user_add_edit_receivefriendemailrequest_title','cphelptext','Receive Friend Request Notification','vbulletin','vBulletin Solutions',1199283977,'3.7.0 Beta 4'),(2309,-1,'user_add_edit_autosubscribe_text','cphelptext','This option determines the default level of subscription when this user makes a post.','vbulletin','vBulletin Solutions',0,''),(2310,-1,'user_add_edit_autosubscribe_title','cphelptext','Automatic Topic Subscription Mode','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2311,-1,'user_add_edit_threadedmode_text','cphelptext','This option determines the default format of posts in a topic when this user views a topic.\r\n<br /><br />\r\nLinear mode shows all posts on the page in a top-down expanded format so that you can view the posts without having to click their links.\r\n<br /><br />\r\nThreaded mode shows a tree of links to individual posts within the topic. The tree shows the threading of the posts by indenting reply posts under the post they are in reply to. Only one post is viewable at a time.\r\n<br /><br />\r\nHybrid mode shows the threaded tree of post links as well as the linear expansion of those posts.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2312,-1,'user_add_edit_threadedmode_title','cphelptext','Topic Display Mode','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2313,-1,'user_add_edit_showvbcode_text','cphelptext','This option determines the editor toolbar that is present when this user is composing a post. The editor toolbar provides shortcuts making it easy to add BB code elements to posts without knowing the codes themselves.\r\n<br /><br />\r\nThe standard editor toolbar provides shortcuts to all BB code tags, inserting the final code directly into the post.\r\n<br /><br />\r\nThe WYSIWYG editor toolbar provides the same functionality as the standard editor toolbar, plus it shows you what the post will look like instead of just showing you the final code... hence WYSIWYG (What You See Is What You Get).','vbulletin','vBulletin Solutions',1206964550,'3.7.0 Release Candidate 2'),(2314,-1,'user_add_edit_showvbcode_title','cphelptext','Message Editor Interface','vbulletin','vBulletin Solutions',0,''),(2315,-1,'user_add_edit_styleid_text','cphelptext','This is the style in which this user will view the forums. Pick one or set this option to \"Use Forum Default\" to have them use your default style.','vbulletin','vBulletin Solutions',0,''),(2316,-1,'user_add_edit_styleid_title','cphelptext','Style','vbulletin','vBulletin Solutions',0,''),(2317,-1,'user_add_edit_timezoneoffset_text','cphelptext','Select the time zone for this user in terms of GMT.','vbulletin','vBulletin Solutions',0,''),(2318,-1,'user_add_edit_timezoneoffset_title','cphelptext','Time Zone Offset','vbulletin','vBulletin Solutions',0,''),(2319,-1,'user_add_edit_dstauto_text','cphelptext','If this option is set to \"Yes,\" the times for this user will automatically adjust for Daylight Savings Time.','vbulletin','vBulletin Solutions',0,''),(2320,-1,'user_add_edit_dstauto_title','cphelptext','Automatically detect DST settings','vbulletin','vBulletin Solutions',0,''),(2321,-1,'user_add_edit_dstonoff_text','cphelptext','Set to \"Yes\" if Daylight Savings Time is currently in effect for this user\'s time zone. This setting can be left alone if the \"Automatically detect DST settings\" option is enabled.','vbulletin','vBulletin Solutions',0,''),(2322,-1,'user_add_edit_dstonoff_title','cphelptext','Is DST currently in effect','vbulletin','vBulletin Solutions',0,''),(2323,-1,'user_add_edit_daysprune_text','cphelptext','This setting determines the default age of topics the user sees in the topic listing when they are viewing a forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2324,-1,'user_add_edit_daysprune_title','cphelptext','Default View Age','vbulletin','vBulletin Solutions',0,''),(2325,-1,'user_add_edit_joindate_text','cphelptext','Enter the join date for this user here. Select a month and enter a two digit day and four digit year.','vbulletin','vBulletin Solutions',0,''),(2326,-1,'user_add_edit_joindate_title','cphelptext','Join Date','vbulletin','vBulletin Solutions',0,''),(2327,-1,'user_add_edit_lastactivity_text','cphelptext','Enter the last activity date for this user here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.','vbulletin','vBulletin Solutions',0,''),(2328,-1,'user_add_edit_lastactivity_title','cphelptext','Last Activity','vbulletin','vBulletin Solutions',0,''),(2329,-1,'user_add_edit_lastpost_text','cphelptext','Enter the last post date for this user here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.','vbulletin','vBulletin Solutions',0,''),(2330,-1,'user_add_edit_lastpost_title','cphelptext','Last Post','vbulletin','vBulletin Solutions',0,''),(2331,-1,'user_changehistory_text','cphelptext','This page shows the historical values of several pieces of user data, including:\r\n\r\n<ul>\r\n<li>User names</li>\r\n<li>Emails</li>\r\n<li>User group membership</li>\r\n</ul>\r\n\r\nThe user that made the change is also listed.','vbulletin','vBulletin Solutions',1191257642,'3.7.0 Beta 1'),(2332,-1,'user_changehistory_title','cphelptext','User Change History','vbulletin','vBulletin Solutions',1191257642,'3.7.0 Beta 1'),(2333,-1,'user_doips_text','cphelptext','Here you can match IP addresses to usernames and usernames to IP addresses.','vbulletin','vBulletin Solutions',0,''),(2334,-1,'user_doips_title','cphelptext','Search IP Addresses','vbulletin','vBulletin Solutions',0,''),(2335,-1,'user_doips_ipaddress_text','cphelptext','Enter an IP address to search for. You may enter a full IP address (eg. 11.22.33.44) or a partial IP address (eg. 11 or 11.22 or 11.22.33 or 11.22.3).<br /><br /><dfn><b>Note:</b> If you have a large post table, this process may lock or take an exceedingly long time to complete.</dfn>','vbulletin','vBulletin Solutions',1199736638,'3.7.0 Beta 4'),(2336,-1,'user_doips_ipaddress_title','cphelptext','Find Users by IP Address','vbulletin','vBulletin Solutions',0,''),(2337,-1,'user_doips_username_text','cphelptext','Enter the username of a member to search for their IP addresses.','vbulletin','vBulletin Solutions',0,''),(2338,-1,'user_doips_username_title','cphelptext','Find IP Addresses for user','vbulletin','vBulletin Solutions',0,''),(2339,-1,'user_doips_depth_text','cphelptext','A depth setting of 1 will only return the results of the specified search. A depth setting of 2 will return the results of the specified search, as well as running a search on each of the results.\r\n<br /><br />For example:<br /><br />\r\nA search on 127.0.0.1 with a depth of 1 returns \"Freddie\" and \"Scott\". A search on 127.0.0.1 with a depth setting of 2 returns \"Freddie\" and \"Scott\", as well as returning all of the ip addresses used by \"Freddie\" and \"Scott\".','vbulletin','vBulletin Solutions',0,''),(2340,-1,'user_doips_depth_title','cphelptext','Search Depth','vbulletin','vBulletin Solutions',0,''),(2341,-1,'user_edit_text','cphelptext','Here you can edit this user\'s profile and preferences.','vbulletin','vBulletin Solutions',0,''),(2342,-1,'user_edit_title','cphelptext','Edit User','vbulletin','vBulletin Solutions',0,''),(2343,-1,'user_edit_receivepmbuddies_text','cphelptext','This setting restricts a user to only receiving private messages from the user\'s contacts.','vbulletin','vBulletin Solutions',1196775359,'3.7.0 Beta 1'),(2344,-1,'user_edit_receivepmbuddies_title','cphelptext','Receive Private Messages only from Contacts/Moderators','vbulletin','vBulletin Solutions',1196766083,'3.7.0 Beta 1'),(2345,-1,'user_edit_vm_contactonly_text','cphelptext','When this option is set to yes, only Contacts of the user, or Moderators and Administrators may post a Visitor Message for this user.','vbulletin','vBulletin Solutions',1207920870,'3.7.0 Release Candidate 4'),(2346,-1,'user_edit_vm_contactonly_title','cphelptext','Limit usage of Visitor Messages to Contacts and Moderators','vbulletin','vBulletin Solutions',1207920870,'3.7.0 Release Candidate 4'),(2347,-1,'user_edit_password_text','cphelptext','If you want to change this user\'s password, enter it here. Otherwise leave it blank.','vbulletin','vBulletin Solutions',1269958313,'4.0.4'),(2348,-1,'user_edit_password_title','cphelptext','Password','vbulletin','vBulletin Solutions',0,''),(2349,-1,'user_editaccess_text','cphelptext','Here you can edit this user\'s forum access at the user level (as opposed to the group level).\r\n<br /><br />\r\nMake sure access masks are enabled <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\"><b>here</b></a> or these user-level permissions will not work.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2350,-1,'user_editaccess_title','cphelptext','Edit Access','vbulletin','vBulletin Solutions',0,''),(2351,-1,'user_emailpassword_text','cphelptext','Click the \"Send\" button below to email this user their password.','vbulletin','vBulletin Solutions',0,''),(2352,-1,'user_emailpassword_title','cphelptext','Email Password Reminder to User','vbulletin','vBulletin Solutions',0,''),(2353,-1,'user_find_text','cphelptext','These are the results of your user search.','vbulletin','vBulletin Solutions',0,''),(2354,-1,'user_find_title','cphelptext','Find Users','vbulletin','vBulletin Solutions',0,''),(2355,-1,'user_find2_text','cphelptext','These are the results of your user search.','vbulletin','vBulletin Solutions',0,''),(2356,-1,'user_find2_title','cphelptext','Find Users','vbulletin','vBulletin Solutions',0,''),(2357,-1,'user_moderate_text','cphelptext','These are the users that are awaiting moderation. You have the option of accepting, deleting, or ignoring these registrations.','vbulletin','vBulletin Solutions',0,''),(2358,-1,'user_moderate_title','cphelptext','Users Awaiting Moderation','vbulletin','vBulletin Solutions',0,''),(2359,-1,'user_moderate_send_validated_text','cphelptext','Select \"Yes\" to send an email to the users whose registrations you are accepting. Otherwise select \"No.\"','vbulletin','vBulletin Solutions',0,''),(2360,-1,'user_moderate_send_validated_title','cphelptext','Send email to users who have been accepted','vbulletin','vBulletin Solutions',0,''),(2361,-1,'user_moderate_send_deleted_text','cphelptext','Select \"Yes\" to send an email to the users whose registrations you are deleting. Otherwise select \"No.\"','vbulletin','vBulletin Solutions',0,''),(2362,-1,'user_moderate_send_deleted_title','cphelptext','Send email to users who have been deleted','vbulletin','vBulletin Solutions',0,''),(2363,-1,'user_modify_text','cphelptext','On this page you can search for users based on several different criteria. The are \"Quick Search\" options and then there are \"Advanced Search\" options.<br /><br />\r\n\r\nThe \"Quick Search\" table has several options. \"Show All Users\" does exactly that... no restrictions on search results. \"List Top Posters\" returns all users and orders them according to their post counts, showing the highest post counts first. \"List Visitors in the Last 24 Hours\" returns all users who have visited your forums within the last 24 hours. \"List New Registrations\" returns all users and orders them by their registration dates, showing the newest registrations first. \"List Users Awaiting Moderation\" returns all users who are in the \"Users Awaiting Moderation\" user group. \"Show All COPPA Users\" returns all users who are marked as COPPA users in their profiles. For more information about COPPA visit <a href=\"http://www.vbulletin.com/go/coppa\" target=\"_blank\">this link</a>.<br /><br />\r\n\r\nThe \"Advanced Search\" table contains several search options. Please see the individual help topics below if you have any questions.','vbulletin','vBulletin Solutions',1368043250,'5.0.3 Alpha 3'),(2364,-1,'user_modify_title','cphelptext','Search for Users','vbulletin','vBulletin Solutions',0,''),(2365,-1,'user_modify_username_text','cphelptext','The usernames to be found must contain the phrase entered in this box. By \"phrase\", we mean a string of characters. They do not have to make a word but they must be exactly how they appear in the user(s) name(s).<br /><br />\r\nFor example, the string <i>exam</i> would match <i>example</i>, <i>anexample</i>, and <i>theexam</i>, but not <i>exsiam</i>.','vbulletin','vBulletin Solutions',0,''),(2366,-1,'user_modify_username_title','cphelptext','User Name Contains','vbulletin','vBulletin Solutions',0,''),(2367,-1,'user_modify_usergroupid_text','cphelptext','Users must be in the specified group to be found if you select a usergroup here.','vbulletin','vBulletin Solutions',0,''),(2368,-1,'user_modify_usergroupid_title','cphelptext','Primary Usergroup Is','vbulletin','vBulletin Solutions',0,''),(2369,-1,'user_modify_membergroup_text','cphelptext','If the users to be found should belong to any other usergroups, check them off here.','vbulletin','vBulletin Solutions',0,''),(2370,-1,'user_modify_membergroup_title','cphelptext','Also Belongs to Usergroups','vbulletin','vBulletin Solutions',0,''),(2371,-1,'user_modify_adminemail_text','cphelptext','This option allows you to include or exclude users from the search results based on whether or not they have opted to receive admin emails in their user options.','vbulletin','vBulletin Solutions',0,''),(2372,-1,'user_modify_adminemail_title','cphelptext','Include users that have declined admin emails?','vbulletin','vBulletin Solutions',0,''),(2373,-1,'user_modify_email_text','cphelptext','The user\'s email address must contain the string entered here. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2374,-1,'user_modify_email_title','cphelptext','Email Contains','vbulletin','vBulletin Solutions',0,''),(2375,-1,'user_modify_parentemail_text','cphelptext','If the user(s) you are looking for are of the COPPA variety, they will have had to enter their parent\'s email for verification. If this is the case, enter the string to find in their parent\'s email address here. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2376,-1,'user_modify_parentemail_title','cphelptext','Parent\'s Email Contains','vbulletin','vBulletin Solutions',0,''),(2377,-1,'user_modify_coppauser_text','cphelptext','If this is set to Yes, the user(s) found will all be COPPA users; that is, under 13. Set this to No to not find COPPA users, or leave it blank to find both.','vbulletin','vBulletin Solutions',0,''),(2378,-1,'user_modify_coppauser_title','cphelptext','Is COPPA User','vbulletin','vBulletin Solutions',0,''),(2379,-1,'user_modify_homepage_text','cphelptext','Enter the string that the user\'s homepage must contain. Users without a homepage URL entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2380,-1,'user_modify_homepage_title','cphelptext','Homepage Contains','vbulletin','vBulletin Solutions',0,''),(2381,-1,'user_modify_icq_text','cphelptext','Since ICQ Numbers naturally contain only numbers, you must enter a string of number(s) here. Users without an ICQ number entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2382,-1,'user_modify_icq_title','cphelptext','ICQ Number Contains','vbulletin','vBulletin Solutions',0,''),(2383,-1,'user_modify_aim_text','cphelptext','Enter the string of characters the user\'s AIM handle, or screen name, must contain. Users without an AIM screen name are automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2384,-1,'user_modify_aim_title','cphelptext','AIM Handle Contains','vbulletin','vBulletin Solutions',0,''),(2385,-1,'user_modify_yahoo_text','cphelptext','Enter the string that the user\'s Yahoo Messenger Handle must contain. Users without a Yahoo Messenger Handle entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2386,-1,'user_modify_yahoo_title','cphelptext','Yahoo Messenger Handle Contains','vbulletin','vBulletin Solutions',0,''),(2387,-1,'user_modify_msn_text','cphelptext','Enter the string that the user\'s MSN ID must contain. Users without a MSN ID entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2388,-1,'user_modify_msn_title','cphelptext','MSN ID','vbulletin','vBulletin Solutions',0,''),(2389,-1,'user_modify_skype_text','cphelptext','Enter the string that the user\'s Skype name must contain.<br />\r\n<br />\r\nUsers without a Skype name will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2390,-1,'user_modify_skype_title','cphelptext','Skype Name','vbulletin','vBulletin Solutions',0,''),(2391,-1,'user_modify_signature_text','cphelptext','Enter the string that the user\'s signature must contain. Users without a signature will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2392,-1,'user_modify_signature_title','cphelptext','Signature Contains','vbulletin','vBulletin Solutions',0,''),(2393,-1,'user_modify_usertitle_text','cphelptext','Enter the text that the user\'s title must contain. This is applicable even if you don\'t allow custom user titles, since the user title of every user is stored with their username, so default group titles would be searched as well. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2394,-1,'user_modify_usertitle_title','cphelptext','User Title Contains','vbulletin','vBulletin Solutions',0,''),(2395,-1,'user_modify_joindateafter_text','cphelptext','Enter the date the user must have joined after to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is Before criteria to create a finite range of join dates. Keep in mind that if you use them together, that this date must be BEFORE the Join Date is Before date, or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=joindatebefore\">Join Date is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2396,-1,'user_modify_joindateafter_title','cphelptext','Join Date is After','vbulletin','vBulletin Solutions',0,''),(2397,-1,'user_modify_joindatebefore_text','cphelptext','The user must have joined before this date to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is After criteria to create a finite range of join dates. Keep in mind that if you use them together, this date must be AFTER the Join Date is After date, or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=joindateafter\">Join Date is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2398,-1,'user_modify_joindatebefore_title','cphelptext','Join Date is Before','vbulletin','vBulletin Solutions',0,''),(2399,-1,'user_modify_lastactivityafter_text','cphelptext','The user must have loaded a forum page after this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the \"Last Activity is Before\" criteria to create a range of active dates.','vbulletin','vBulletin Solutions',0,''),(2400,-1,'user_modify_lastactivityafter_title','cphelptext','Last Activity is After','vbulletin','vBulletin Solutions',0,''),(2401,-1,'user_modify_lastactivitybefore_text','cphelptext','The user must have loaded a forum page before this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the \"Last Activity is After\" criteria to create a range of active dates.','vbulletin','vBulletin Solutions',0,''),(2402,-1,'user_modify_lastactivitybefore_title','cphelptext','Last Activity is Before','vbulletin','vBulletin Solutions',0,''),(2403,-1,'user_modify_lastvisitafter_text','cphelptext','This is the date and time the user must have visited after to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 will find all users who visited after August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is Before criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Visit is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastvisitbefore\">Last Visit is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2404,-1,'user_modify_lastvisitafter_title','cphelptext','Last Visit is After','vbulletin','vBulletin Solutions',0,''),(2405,-1,'user_modify_lastvisitbefore_text','cphelptext','The user\'s most recent visit must have been before this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 would find users who last visited before August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is After criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be AFTER the Last Visit is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastvisitafter\">Last Visit is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2406,-1,'user_modify_lastvisitbefore_title','cphelptext','Last Visit is Before','vbulletin','vBulletin Solutions',0,''),(2407,-1,'user_modify_lastpostafter_text','cphelptext','The user\'s most recent post must have been made after this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 15:02:12 would find all users who last posted after August 30, 2002 at 3:02:12 PM. This criteria can be used in conjunction with the Last Post is Before criteria to create a finite range of last post dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Post is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastpostbefore\">Last Post is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2408,-1,'user_modify_lastpostafter_title','cphelptext','Last Post is After','vbulletin','vBulletin Solutions',0,''),(2409,-1,'user_modify_lastpostbefore_text','cphelptext','The user\'s last post must be before this date and time for the user to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 20:22:02 would find all users who last posted before August 30, 2002 at 8:22:02 PM. This criteria can be used in conjunction with the Last Post is After criteria to create a finite range of last post dates. Keep in mind that if you do use both, this date and time must be AFTER the Last Post is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastpostafter\">Last Post is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2410,-1,'user_modify_lastpostbefore_title','cphelptext','Last Post is Before','vbulletin','vBulletin Solutions',0,''),(2411,-1,'user_modify_birthdayafter_text','cphelptext','Enter the date that the user\'s birthday must be after to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. Users without a birthday entered will be automatically excluded from the results of this search. This criteria can be used in conjunction with the Birthday is Before criteria to create a finite range of birthday dates. Keep in mind that if you use both, this date must be BEFORE the Birthday is Before date or it will not find any users! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=birthdaybefore\">Birthday is Before</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2412,-1,'user_modify_birthdayafter_title','cphelptext','Birthday is After','vbulletin','vBulletin Solutions',0,''),(2413,-1,'user_modify_birthdaybefore_text','cphelptext','This is the date the user\'s birthday must be before to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. This criteria can be used in conjunction with the Birthday is After criteria to create a finite range of birthday dates. Keep in mind that if you use them together, this date must be AFTER the Birthday is After criteria or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=birthdayafter\">Birthday is After</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2414,-1,'user_modify_birthdaybefore_title','cphelptext','Birthday is Before','vbulletin','vBulletin Solutions',0,''),(2415,-1,'user_modify_postslower_text','cphelptext','The user must have at least this many posts to be found. This criteria can be used in conjunction with the Number of Posts is Less Than criteria. Keep in mind that if you use both, this number must be LESS than the Number of Posts is Less Than number for any users to be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=postsupper\">Number of Posts is Less Than</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2416,-1,'user_modify_postslower_title','cphelptext','Number of Posts is Greater Than or Equal To','vbulletin','vBulletin Solutions',0,''),(2417,-1,'user_modify_postsupper_text','cphelptext','The user must have less than this number of posts in order to be found. This criteria can be used in conjunction with the Number of Posts is Greater Than or Equal To criteria. Keep in mind that if you do use both, this number must be MORE than the Number of Posts is Greater Than number for any users to be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=postslower\">Number of Posts is Greater Than or Equal To</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2418,-1,'user_modify_postsupper_title','cphelptext','Number of Posts is Less Than','vbulletin','vBulletin Solutions',0,''),(2419,-1,'user_modify_reputationlower_text','cphelptext','The user must have at least this number of reputation points in order to be found. This criteria can be used in conjunction with the Reputation is Less Than criteria to create a finite range of reputation points to be found. Keep in mind that if you do use both, this number must be LESS than the Reputation is Less Than number or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=reputationupper\">Reputation is Less Than</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2420,-1,'user_modify_reputationlower_title','cphelptext','Reputation is Greater Than or Equal To','vbulletin','vBulletin Solutions',0,''),(2421,-1,'user_modify_reputationupper_text','cphelptext','The user must have less than this many reputation points to be found. This criteria can be used in conjunction with the Reputation is Greater Than or Equal To criteria to create a finite range of reputation points to find. Keep in mind that if you do use both, this number must be MORE than the Reputation is Greater Than number or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=reputationlower\">Reputation is Greater Than or Equal To</a>)','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2422,-1,'user_modify_reputationupper_title','cphelptext','Reputation is Less Than','vbulletin','vBulletin Solutions',0,''),(2423,-1,'user_modify_ipaddress_text','cphelptext','Enter a number in this field to search by IP address. It can be a full IP address (such as 24.23.120.15) or a partial (such as 24.23.120). In the case of a partial, it would match users with any number(s) for the last block.','vbulletin','vBulletin Solutions',0,''),(2424,-1,'user_modify_ipaddress_title','cphelptext','IP Address Contains','vbulletin','vBulletin Solutions',0,''),(2425,-1,'user_modify_warningslower_text','cphelptext','Enter the minimum amount of Warnings that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207659868,'3.7.0 Release Candidate 3'),(2426,-1,'user_modify_warningslower_title','cphelptext','Warnings are greater than or equal to','vbulletin','vBulletin Solutions',1207659868,'3.7.0 Release Candidate 3'),(2427,-1,'user_modify_warningsupper_text','cphelptext','Enter the maximum amount of Warnings that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207659890,'3.7.0 Release Candidate 3'),(2428,-1,'user_modify_warningsupper_title','cphelptext','Warnings are less than','vbulletin','vBulletin Solutions',1207659890,'3.7.0 Release Candidate 3'),(2429,-1,'user_modify_infractionslower_text','cphelptext','Enter the minimum amount of Infractions that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207659912,'3.7.0 Release Candidate 3'),(2430,-1,'user_modify_infractionslower_title','cphelptext','Infractions are greater than or equal to','vbulletin','vBulletin Solutions',1207659912,'3.7.0 Release Candidate 3'),(2431,-1,'user_modify_infractionsupper_text','cphelptext','Enter the maximum amount of Infractions that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207659934,'3.7.0 Release Candidate 3'),(2432,-1,'user_modify_infractionsupper_title','cphelptext','Infractions are less than','vbulletin','vBulletin Solutions',1207659934,'3.7.0 Release Candidate 3'),(2433,-1,'user_modify_pointslower_text','cphelptext','Enter the minimum amount of Infraction Points that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207908457,'3.7.0 Release Candidate 4'),(2434,-1,'user_modify_pointslower_title','cphelptext','Infraction Points are greater than or equal to','vbulletin','vBulletin Solutions',1207659992,'3.7.0 Release Candidate 3'),(2435,-1,'user_modify_pointsupper_text','cphelptext','Enter the maximum amount of Infraction Points that a user has received that you wish to search for.','vbulletin','vBulletin Solutions',1207660011,'3.7.0 Release Candidate 3'),(2436,-1,'user_modify_pointsupper_title','cphelptext','Infraction Points are less than','vbulletin','vBulletin Solutions',1207660011,'3.7.0 Release Candidate 3'),(2437,-1,'user_modify_display[username]_text','cphelptext','Setting this to \"yes\" will display each user\'s username in the results.','vbulletin','vBulletin Solutions',0,''),(2438,-1,'user_modify_display[username]_title','cphelptext','Display Username','vbulletin','vBulletin Solutions',0,''),(2439,-1,'user_modify_useridlower_text','cphelptext','Use this option to list users with User IDs greater or equal to the value entered.','vbulletin','vBulletin Solutions',1207660072,'3.7.0 Release Candidate 3'),(2440,-1,'user_modify_useridlower_title','cphelptext','User ID is greater than or equal to','vbulletin','vBulletin Solutions',1207660072,'3.7.0 Release Candidate 3'),(2441,-1,'user_modify_useridupper_text','cphelptext','Enter a number here in order to match users whose User ID is less than the specified value.','vbulletin','vBulletin Solutions',1207660131,'3.7.0 Release Candidate 3'),(2442,-1,'user_modify_useridupper_title','cphelptext','User ID is less than','vbulletin','vBulletin Solutions',1207660131,'3.7.0 Release Candidate 3'),(2443,-1,'user_modify_display[options]_text','cphelptext','Setting this to \"yes\" will display a menu of options for each user in the results.','vbulletin','vBulletin Solutions',0,''),(2444,-1,'user_modify_display[options]_title','cphelptext','Display Options','vbulletin','vBulletin Solutions',0,''),(2445,-1,'user_modify_display[usergroup]_text','cphelptext','Setting this to \"yes\" will display each user\'s usergroup in the results.','vbulletin','vBulletin Solutions',0,''),(2446,-1,'user_modify_display[usergroup]_title','cphelptext','Display Usergroup','vbulletin','vBulletin Solutions',0,''),(2447,-1,'user_modify_display[email]_text','cphelptext','Setting this to \"yes\" will display each user\'s email address in the results.','vbulletin','vBulletin Solutions',0,''),(2448,-1,'user_modify_display[email]_title','cphelptext','Display Email','vbulletin','vBulletin Solutions',0,''),(2449,-1,'user_modify_display[parentemail]_text','cphelptext','Setting this to \"yes\" will display each user\'s parent\'s email address in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2450,-1,'user_modify_display[parentemail]_title','cphelptext','Display Parent Email Address','vbulletin','vBulletin Solutions',0,''),(2451,-1,'user_modify_display[coppauser]_text','cphelptext','Setting this to \"yes\" will label each user in the results as a COPPA user or not.','vbulletin','vBulletin Solutions',0,''),(2452,-1,'user_modify_display[coppauser]_title','cphelptext','Display COPPA User','vbulletin','vBulletin Solutions',0,''),(2453,-1,'user_modify_display[homepage]_text','cphelptext','Setting this to \"yes\" will display each user\'s homepage in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2454,-1,'user_modify_display[homepage]_title','cphelptext','Display Homepage','vbulletin','vBulletin Solutions',0,''),(2455,-1,'user_modify_display[icq]_text','cphelptext','Setting this to \"yes\" will display each user\'s ICQ UIN in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2456,-1,'user_modify_display[icq]_title','cphelptext','Display ICQ UIN','vbulletin','vBulletin Solutions',0,''),(2457,-1,'user_modify_display[aim]_text','cphelptext','Setting this to \"yes\" will display each user\'s AIM handle in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2458,-1,'user_modify_display[aim]_title','cphelptext','Display AIM Screen Name','vbulletin','vBulletin Solutions',0,''),(2459,-1,'user_modify_display[yahoo]_text','cphelptext','Setting this to \"yes\" will display each user\'s Yahoo! ID in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2460,-1,'user_modify_display[yahoo]_title','cphelptext','Display Yahoo! ID','vbulletin','vBulletin Solutions',0,''),(2461,-1,'user_modify_display[msn]_text','cphelptext','Setting this to \"yes\" will display each user\'s MSN ID in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2462,-1,'user_modify_display[msn]_title','cphelptext','Display MSN ID','vbulletin','vBulletin Solutions',0,''),(2463,-1,'user_modify_display[signature]_text','cphelptext','Setting this to \"yes\" will display each user\'s signature in the results (if he/she has one).','vbulletin','vBulletin Solutions',0,''),(2464,-1,'user_modify_display[signature]_title','cphelptext','Display Signature','vbulletin','vBulletin Solutions',0,''),(2465,-1,'user_modify_display[usertitle]_text','cphelptext','Setting this to \"yes\" will display each user\'s user title in the results.','vbulletin','vBulletin Solutions',0,''),(2466,-1,'user_modify_display[usertitle]_title','cphelptext','Display User Title','vbulletin','vBulletin Solutions',0,''),(2467,-1,'user_modify_display[joindate]_text','cphelptext','Setting this to \"yes\" will display each user\'s join date in the results.','vbulletin','vBulletin Solutions',0,''),(2468,-1,'user_modify_display[joindate]_title','cphelptext','Display Join Date','vbulletin','vBulletin Solutions',0,''),(2469,-1,'user_modify_display[lastactivity]_text','cphelptext','Setting this to \"yes\" will display each user\'s last activity in the results.','vbulletin','vBulletin Solutions',0,''),(2470,-1,'user_modify_display[lastactivity]_title','cphelptext','Display Last Activity','vbulletin','vBulletin Solutions',0,''),(2471,-1,'user_modify_display[lastpost]_text','cphelptext','Setting this to \"yes\" will display each user\'s last post date in the results.','vbulletin','vBulletin Solutions',0,''),(2472,-1,'user_modify_display[lastpost]_title','cphelptext','Display Last Post','vbulletin','vBulletin Solutions',0,''),(2473,-1,'user_modify_display[posts]_text','cphelptext','Setting this to \"yes\" will display each user\'s post count in the results.','vbulletin','vBulletin Solutions',0,''),(2474,-1,'user_modify_display[posts]_title','cphelptext','Display Post Count','vbulletin','vBulletin Solutions',0,''),(2475,-1,'user_modify_display[reputation]_text','cphelptext','Setting this to \"yes\" will display each user\'s reputation score in the results.','vbulletin','vBulletin Solutions',0,''),(2476,-1,'user_modify_display[reputation]_title','cphelptext','Display Reputation','vbulletin','vBulletin Solutions',0,''),(2477,-1,'user_modify_display[ipaddress]_text','cphelptext','Setting this to \"yes\" will display each user\'s IP address in the results.','vbulletin','vBulletin Solutions',0,''),(2478,-1,'user_modify_display[ipaddress]_title','cphelptext','Display IP Address','vbulletin','vBulletin Solutions',0,''),(2479,-1,'user_modify_display[birthday]_text','cphelptext','Setting this to \"yes\" will display each user\'s birthday in the results (if he/she has entered a birthday into their profile).','vbulletin','vBulletin Solutions',0,''),(2480,-1,'user_modify_display[birthday]_title','cphelptext','Display Birthday','vbulletin','vBulletin Solutions',0,''),(2481,-1,'user_modify_orderby_text','cphelptext','This setting allows you to specify the order of the search results.','vbulletin','vBulletin Solutions',0,''),(2482,-1,'user_modify_orderby_title','cphelptext','Order By','vbulletin','vBulletin Solutions',0,''),(2483,-1,'user_modify_limitstart_text','cphelptext','This setting allows you to begin the list of search results at any of the matching records.<br /><br />\r\n\r\nFor example, if a search finds 50 records and you start the results at record 25, then the results page will show you records 25 - 50.','vbulletin','vBulletin Solutions',0,''),(2484,-1,'user_modify_limitstart_title','cphelptext','Starting at Result','vbulletin','vBulletin Solutions',0,''),(2485,-1,'user_modify_limitnumber_text','cphelptext','This setting allows you to limit the number of returned results.<br /><br />\r\n\r\nFor example, if a search finds 50 matching records and you limit the results to 25 then the results page will only show you 25 results, starting at the record number specified in the previous setting.','vbulletin','vBulletin Solutions',0,''),(2486,-1,'user_modify_limitnumber_title','cphelptext','Max Results','vbulletin','vBulletin Solutions',0,''),(2487,-1,'user_prune_text','cphelptext','Here you can mass-move / prune users based on the conditions below. Submitting this first page will show you a list of matching users. You can then deal with each user individually or with all of them as a whole.','vbulletin','vBulletin Solutions',0,''),(2488,-1,'user_prune_title','cphelptext','User Moving/Pruning System','vbulletin','vBulletin Solutions',0,''),(2489,-1,'user_prune_usergroupid_text','cphelptext','Select the usergroup that matching users should be in. If a user is not in the group selected here then they will not be in the search results on the next page.','vbulletin','vBulletin Solutions',0,''),(2490,-1,'user_prune_usergroupid_title','cphelptext','Usergroup','vbulletin','vBulletin Solutions',0,''),(2491,-1,'user_prune_daysprune_text','cphelptext','Users who have not logged in for at least this number of days and who meet the other search criteria will be listed on the search results page. This is a good way to find inactive members.','vbulletin','vBulletin Solutions',0,''),(2492,-1,'user_prune_daysprune_title','cphelptext','Has not logged on for x days','vbulletin','vBulletin Solutions',0,''),(2493,-1,'user_prune_joindate_text','cphelptext','Select a month and enter a two digit day and four digit year. Users who joined before this date and who match the other search criteria will be listed on the search results page. This is a good way to find old members.','vbulletin','vBulletin Solutions',0,''),(2494,-1,'user_prune_joindate_title','cphelptext','Join Date is Before','vbulletin','vBulletin Solutions',0,''),(2495,-1,'user_prune_minposts_text','cphelptext','Users who have a post count less than this number and who meet the other search criteria will be listed on the search results page. This is a good way to find members who don\'t post a lot.','vbulletin','vBulletin Solutions',0,''),(2496,-1,'user_prune_minposts_title','cphelptext','Posts is less than','vbulletin','vBulletin Solutions',0,''),(2497,-1,'user_prune_order_text','cphelptext','Specifies the way in which users matching your search criteria will be listed.','vbulletin','vBulletin Solutions',0,''),(2498,-1,'user_prune_order_title','cphelptext','Order By','vbulletin','vBulletin Solutions',0,''),(2499,-1,'user_pruneusers_text','cphelptext','Below is a list of users matching your search criteria. Here you can choose to delete or move these users. Put a check mark next to each user on which you want to take action. Then select an action at the bottom (Delete or Move). If you select \"Move\" then be sure to choose a usergroup to which you want to move the selected users. Click the \"Go\" button at the bottom to perform the action.','vbulletin','vBulletin Solutions',0,''),(2500,-1,'user_pruneusers_title','cphelptext','Delete / Move Users','vbulletin','vBulletin Solutions',0,''),(2501,-1,'user_remove_text','cphelptext','Click the \"Yes\" button below to delete this user. If you want to remove this user\'s posts, private messages, etc you should do so BEFORE deleting their account.','vbulletin','vBulletin Solutions',0,''),(2502,-1,'user_remove_title','cphelptext','Delete User','vbulletin','vBulletin Solutions',0,''),(2503,-1,'usergroup_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminpermissions&pageaction=&option=\">Administrator Permissions</a><br /><br />\r\n\r\n<b>Usergroups:</b><br />\r\nvBulletin\'s usergroup system, like any usergroup system, is used for managing forum permissions. You can manage forum permissions by putting users into groups and setting permissions for the groups. In addition, vBulletin takes usergroups to a new level by allowing users to belong to multiple groups and to submit join requests for groups. On top of this, vBulletin lets you setup group promotions to automatically change a user\'s group memberships when certain conditions are met.<br /><br />\r\n\r\nUsergroup permissions have two levels to them, the first of which is the usergroup permissions that are set in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. By default, a user will have these permissions everywhere on your forums. If you want to set exceptions to default usergroup permissions then you can do so by editing usergroup permissions at the forum-level on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. On the Forum Permissions page you can set group permissions on a per-forum basis. The <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">Calendar Permissions</a> page provides similar functionality for calendars. Other usergroup permissions can only be set at the highest usergroup-level in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>.<br /><br />\r\n\r\nvBulletin also allows users to belong to multiple usergroups. There are two kinds of usergroups, primary and secondary (also called member groups). A user can belong to only one primary group but can belong to any number of secondary groups. A user\'s primary group is used to define their base forum permissions; at a minimum, a user will always have their primary group\'s forum permissions. Secondary groups, on the other hand, can be used to grant additional permissions that are not granted by a user\'s primary group.<br /><br />\r\n\r\nFor secondary groups to be able to affect a user\'s permissions, the user\'s primary group needs to have the \"Allow Users to have Member Groups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. The way the overlapping of primary and secondary permissions works is that the user is always given the \"greater\" of the multiple settings for the same permission. For example, if a user\'s primary group has \"Can View Forum\" set to No and one of the same user\'s secondary groups has \"Can View Forum\" set to Yes, then the user\'s final setting for that permission will be Yes. Numeric group permissions overlap in a similar way, except instead of Yes or No the user is given the more lenient of the two numbers. Possible applications of secondary groups for forum permissions include granting access to a private forum where multiple primary groups can have access. The primary groups in question would have null access to the private forum set on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. The secondary group would have all permissions set to No in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> but would have forum-level access to the private forum set on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. The result of adding a user to this secondary group would be that its \"Yes\" permissions for the private forum would override the null access of their primary group. This is much more convenient than setting up redundant permissions for additional primary groups that have access to the private forum, which is what would need to be done without secondary groups.<br /><br />\r\n\r\nIf the user\'s primary group does not have the \"Allow Users to have Member Groups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> then secondary group memberships will have no effect on their permissions. Secondary groups serve no purpose in this case. The only reason this option should be disabled in a primary group is if the group is a banned group, in which case you don\'t want secondary group memberships to override the null access of the banned group.<br /><br />\r\n\r\nAnother feature of vBulletin\'s usergroup system is the ability for users to request memberships into groups. In this way vBulletin allows users to request forum permissions because forum permissions are controlled with group memberships. Users can request to join a group on the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> page in their User CP. Users can only request to join custom groups that have the \"Public (Joinable) Custom Usergroups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. You can manage join requests on the <a href=\"usergroup.php?do=viewjoinrequests\" target=\"_blank\">Join Requests</a> page. Optionally, you can appoint group leaders in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> that can manage join requests for their group on the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> page in their User CP.<br /><br />\r\n\r\nvBulletin\'s usergroup system also supports group promotions based on certain conditions. Promotions are used to change a user\'s group memberships when they reach a certain reputation level, number of days registered, and / or post count. Promotions used in conjunction with user reputations can be especially powerful (see the general help topic for <a href=\"help.php?s=&do=answer&page=adminreputation&pageaction=&option=\">User Reputations</a>). You can manage your promotions on the <a href=\"usergroup.php?do=modifypromotion\" target=\"_blank\">Promotions</a> page.','vbulletin','vBulletin Solutions',1205431035,'3.7.0 Release Candidate 1'),(2504,-1,'usergroup_title','cphelptext','About Usergroups','vbulletin','vBulletin Solutions',0,''),(2505,-1,'usergroup_add_text','cphelptext','On this page you can add a new usergroup with the permissions you specify below. Please see the individual help topics if you have questions about particular permissions and settings.','vbulletin','vBulletin Solutions',0,''),(2506,-1,'usergroup_add_title','cphelptext','Add New Usergroup','vbulletin','vBulletin Solutions',0,''),(2507,-1,'usergroup_add_ugid_base_text','cphelptext','This setting ensures that your newly created usergroup will have the same forum permissions as an existing usergroup. This is especially important when creating new usergroups that won\'t have permission to all forums.','vbulletin','vBulletin Solutions',1214998438,'3.8.0 Alpha 1'),(2508,-1,'usergroup_add_ugid_base_title','cphelptext','Create Permissions Based off of Usergroup','vbulletin','vBulletin Solutions',1200353630,'3.7.0 Beta 4'),(2509,-1,'usergroup_add_edit_cananimateavatar_text','cphelptext','This permission allows animated GIF images to be uploaded.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2510,-1,'usergroup_add_edit_cananimateavatar_title','cphelptext','Can Upload Animated Avatar','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2511,-1,'usergroup_add_edit_cangivearbinfraction_text','cphelptext','This permission allows the user to specify an arbitrary infraction point value and expiration date. The user must also have the \"Can Give Infractions to Others\" permission.','vbulletin','vBulletin Solutions',1149889255,'3.6.0 Beta 2'),(2512,-1,'usergroup_add_edit_cangivearbinfraction_title','cphelptext','Can Give Arbitrary Value Infractions','vbulletin','vBulletin Solutions',1149889255,'3.6.0 Beta 2'),(2513,-1,'usergroup_add_edit_canusefriends_text','cphelptext','If this is set to yes, the user is allowed to subscribe to other users within the forum','vbulletin','vBulletin Solutions',1199282335,'3.7.0 Beta 4'),(2514,-1,'usergroup_add_edit_canusefriends_title','cphelptext','Can subscribe to other users?','vbulletin','vBulletin Solutions',1199282335,'3.7.0 Beta 4'),(2515,-1,'usergroup_add_edit_canviewthreads_text','cphelptext','If this option is disabled then members of this group will not be able to view the content of topics. They will be limited to only ever seeing the titles of topics. This permission is useful as a teaser to what can be available to your membership.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2516,-1,'usergroup_add_edit_canviewthreads_title','cphelptext','Can View Topic Content','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2517,-1,'usergroup_add_edit_isnotmoderated_text','cphelptext','Event moderation can be enabled for an entire calendar by editing that calendar\'s settings. This permission allows you to make an exception for a specific usergroup.','vbulletin','vBulletin Solutions',1155823343,'3.6.1'),(2518,-1,'usergroup_add_edit_isnotmoderated_title','cphelptext','Posted Events are Not Moderated','vbulletin','vBulletin Solutions',1155823343,'3.6.1'),(2519,-1,'usergroup_add_edit_title_text','cphelptext','This is the name of this usergroup. This name is used to identify this group in the Usergroup Manager and on your forums.','vbulletin','vBulletin Solutions',0,''),(2520,-1,'usergroup_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2521,-1,'usergroup_add_edit_description_text','cphelptext','Enter a description for this group. For example, if this group is used to grant special permissions then you might say what those permissions are in the group\'s description.','vbulletin','vBulletin Solutions',0,''),(2522,-1,'usergroup_add_edit_description_title','cphelptext','Description','vbulletin','vBulletin Solutions',0,''),(2523,-1,'usergroup_add_edit_usertitle_text','cphelptext','If you want users who are members of this group to have a special title to identify them as such, then you can enter a title here. This title will show up in the user\'s profile, posts, etc.','vbulletin','vBulletin Solutions',0,''),(2524,-1,'usergroup_add_edit_usertitle_title','cphelptext','User Title','vbulletin','vBulletin Solutions',0,''),(2525,-1,'usergroup_add_edit_htmltags_text','cphelptext','The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user\'s username like this:<br /><br />\r\n\r\n[opening tag]username[closing tag]<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n<span style=\"font-weight: bold;\">username</span> = <span style=\"font-weight: bold;\">username</span><br />\r\n<span style=\"font-style: italic;\">username</span> = <span style=\"font-style: italic;\">username</span><br />\r\n<span style=\"text-decoration: underline;\">username</span> = <span style=\"text-decoration: underline;\">username</span><br />\r\n<span style=\"color: red;\">username</span> = <span style=\"color: red;\">username</span><br />\r\n<span style=\"font: 20px verdana;\">username</span> = <span style=\"font: 20px verdana;\">username</span><br /><br />\r\n\r\nYou can also do combinations by using more than one attribute in the style property:<br /><br />\r\n\r\n<span style=\"font: 20px verdana; color: red;\">username</span> = <span style=\"font: 20px verdana; color: red;\">username</span>','vbulletin','vBulletin Solutions',1169465876,'3.6.5'),(2526,-1,'usergroup_add_edit_htmltags_title','cphelptext','Username HTML Markup','vbulletin','vBulletin Solutions',0,''),(2527,-1,'usergroup_add_edit_passwordexpires_text','cphelptext','Enter a number of days after which users in this group will need to change their password. Enter 0 for no expiry.','vbulletin','vBulletin Solutions',0,''),(2528,-1,'usergroup_add_edit_passwordexpires_title','cphelptext','Password Expiry','vbulletin','vBulletin Solutions',0,''),(2529,-1,'usergroup_add_edit_passwordhistory_text','cphelptext','For example, if this is set to 30 days and the user tries to change their password they will not be able to use any passwords which they have used within the last 30 days. This setting can be used in conjunction with the previous setting to increase password security.','vbulletin','vBulletin Solutions',0,''),(2530,-1,'usergroup_add_edit_passwordhistory_title','cphelptext','Password History','vbulletin','vBulletin Solutions',0,''),(2531,-1,'usergroup_add_edit_showbirthday_text','cphelptext','For birthdays to be displayed on a calendar the \"Show Birthdays on this Calendar\" option needs to be enabled for that calendar. See your <a href=\"admincalendar.php?do=modify\" target=\"_blank\">Calendar Mananger</a>.<br /><br />\r\n\r\nFor birthdays to be displayed on the forumhome page you need to have the \"Display Today\'s Birthdays\" option enabled in your <a href=\"options.php?dogroup=forumhome&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2532,-1,'usergroup_add_edit_showbirthday_title','cphelptext','Birthdays Viewable','vbulletin','vBulletin Solutions',0,''),(2533,-1,'usergroup_add_edit_allowmembergroups_text','cphelptext','This option must be set to \"Yes\" if secondary (member) groups are to have any effect on the permissions of users whose primary group is this group.<br /><br />\r\n\r\nSecondary groups serve no purpose if this option is set to \"No\". The only reason this option should be set to \"No\" is if this group is a banned group, in which case you don\'t want secondary group memberships to override the null access of the banned group.','vbulletin','vBulletin Solutions',0,''),(2534,-1,'usergroup_add_edit_allowmembergroups_title','cphelptext','Allow Users to have Member Groups','vbulletin','vBulletin Solutions',0,''),(2535,-1,'usergroup_add_edit_isnotbannedgroup_text','cphelptext','If you make this a banned group then you should probably also set most of the permissions below to \"No,\" depending on what you want banned users to be able to do and not do.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2536,-1,'usergroup_add_edit_isnotbannedgroup_title','cphelptext','This Usergroup is not a \'Banned\' Group','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2537,-1,'usergroup_add_edit_ispublicgroup_text','cphelptext','If this option is enabled then users will be able to request membership to this group from their <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">User CP</a>. Join requests are queued up in the Usergroup Manager where you can handle them all at once.','vbulletin','vBulletin Solutions',0,''),(2538,-1,'usergroup_add_edit_ispublicgroup_title','cphelptext','Public (Joinable) Custom Usergroups','vbulletin','vBulletin Solutions',0,''),(2539,-1,'usergroup_add_edit_canoverride_text','cphelptext','Enable this option if you use this group as a member (secondary) group and you want group members to have this group\'s user title and username markup instead of the user title and username markup from their primary group.','vbulletin','vBulletin Solutions',0,''),(2540,-1,'usergroup_add_edit_canoverride_title','cphelptext','Can override primary group title/markup','vbulletin','vBulletin Solutions',0,''),(2541,-1,'usergroup_add_edit_canseehidden_text','cphelptext','If their group permissions allow it, users can choose to be invisible in the online list by setting the option in their <a href=\"../profile.php?do=editoptions\" target=\"_blank\">User CP</a>.<br /><br />\r\n\r\nEnabling this option will allow members of this group to see invisible users in the online list. Invisible users have an asterisk (*) next to their name in the online list (for those that can see them).','vbulletin','vBulletin Solutions',0,''),(2542,-1,'usergroup_add_edit_canseehidden_title','cphelptext','Can \'See\' Users Who Have Chosen to be Invisible While Online','vbulletin','vBulletin Solutions',0,''),(2543,-1,'usergroup_add_edit_canviewmembers_text','cphelptext','This option refers to user profiles on your forums. If this option is disabled then members of this group will not be able to view user profiles on your forums.','vbulletin','vBulletin Solutions',0,''),(2544,-1,'usergroup_add_edit_canviewmembers_title','cphelptext','Can View Member Info','vbulletin','vBulletin Solutions',0,''),(2545,-1,'usergroup_add_edit_canmodifyprofile_text','cphelptext','Setting this option to \"no\" will prevent members of this group from editing their:\r\n\r\n<ul>\r\n<li>profile</li>\r\n<li>options</li>\r\n<li>signature</li>\r\n<li>avatar</li>\r\n<li>profile picture</li>\r\n<li>profile privacy</li>\r\n<li>profile customizations</li>\r\n<li>public groups memberships</li>\r\n</ul>','vbulletin','vBulletin Solutions',1231766333,'4.0.0 Alpha 1'),(2546,-1,'usergroup_add_edit_canmodifyprofile_title','cphelptext','Can Edit Own Profile','vbulletin','vBulletin Solutions',0,''),(2547,-1,'usergroup_add_edit_caninvisible_text','cphelptext','If this option is enabled then members of this group will be able to set themselves to invisible in the <a href=\"../profile.php?do=editoptions\" target=\"_blank\">Edit Options</a> section of their User CP. Invisible users are shown with an asterisk (*) next to their names in the online list (for those that can see them).','vbulletin','vBulletin Solutions',0,''),(2548,-1,'usergroup_add_edit_caninvisible_title','cphelptext','Can Set Self to Invisible Mode','vbulletin','vBulletin Solutions',0,''),(2549,-1,'usergroup_add_edit_showeditedby_text','cphelptext','Enabling this option will display an \"edited by\" note in posts that are edited by members of this group. This setting works in conjunction with the \"Time to Wait Before Starting to Display \'Edited by\" setting in your <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2550,-1,'usergroup_add_edit_showeditedby_title','cphelptext','Show <i>edited by</i> note on edited messages?','vbulletin','vBulletin Solutions',0,''),(2551,-1,'usergroup_add_edit_canseeraters_text','cphelptext','Allows the user to see who left the reputation comments that are displayed in the User CP. Requires that reputation be enabled.','vbulletin','vBulletin Solutions',0,''),(2552,-1,'usergroup_add_edit_canseeraters_title','cphelptext','Can See Who Left User Ratings','vbulletin','vBulletin Solutions',0,''),(2553,-1,'usergroup_add_edit_canjoingroups_text','cphelptext','This permission, when set to \"yes\" allows the user to Join Groups (Also requires the \"Can View Groups\" permission).','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2554,-1,'usergroup_add_edit_canjoingroups_title','cphelptext','Can Join Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2555,-1,'usergroup_add_edit_canusecustomtitle_text','cphelptext','If this option is enabled, members of this usergroup will be able to enter a custom title in the <a href=\"../profile.php?do=editprofile\" target=\"_blank\">Edit Profile</a> section of their User CP. The custom title will be displayed in the user\'s posts and profile page in place of any title specified for their group or post count (see <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a>).','vbulletin','vBulletin Solutions',0,''),(2556,-1,'usergroup_add_edit_canusecustomtitle_title','cphelptext','Can Use Custom Title','vbulletin','vBulletin Solutions',0,''),(2557,-1,'usergroup_add_edit_canusesignature_text','cphelptext','Signatures show up at the end of a user\'s posts. If this option is enabled then members of this group will be able to set their signatures in the <a href=\"../profile.php?do=editsignature\" target=\"_blank\">Edit Signature</a> section of their User CP.','vbulletin','vBulletin Solutions',1152729976,'3.6.0 Release Candidate 2'),(2558,-1,'usergroup_add_edit_canusesignature_title','cphelptext','Can Use Signatures','vbulletin','vBulletin Solutions',0,''),(2559,-1,'usergroup_add_edit_canseehiddencustomfields_text','cphelptext','Allows the user to view information in custom profile fields that are marked as Private.','vbulletin','vBulletin Solutions',0,''),(2560,-1,'usergroup_add_edit_canseehiddencustomfields_title','cphelptext','Can View Private Custom Fields','vbulletin','vBulletin Solutions',0,''),(2561,-1,'usergroup_add_edit_canview_text','cphelptext','This permission determines whether or not members of this group can view pages on your forum. If this permission is set to \"No\" then members of this usergroup will see a \"no permission\" screen on all of your forum pages. Generally this option is used to deny forum access for banned groups.','vbulletin','vBulletin Solutions',0,''),(2562,-1,'usergroup_add_edit_canview_title','cphelptext','Can View Forum','vbulletin','vBulletin Solutions',0,''),(2563,-1,'usergroup_add_edit_canviewothers_text','cphelptext','If this option is disabled then members of this group will only be able to see their own topics on forum topic listings. Topics that were not posted by them will not even show up in the topic listing.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2564,-1,'usergroup_add_edit_canviewothers_title','cphelptext','Can View Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2565,-1,'usergroup_add_edit_canseedelnotice_text','cphelptext','When an admin or mod deletes a topic they are given the option to \"soft delete\" or \"physically delete.\" When a topic is \"soft deleted\" a deletion notice is left in its place in the forum topic listing. This permission determines whether or not members of this group can see those deletion notices.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2566,-1,'usergroup_add_edit_canseedelnotice_title','cphelptext','Can See Deletion Notices','vbulletin','vBulletin Solutions',0,''),(2567,-1,'usergroup_add_edit_cansearch_text','cphelptext','This permission allows members of this group to search your forums. For this permission to work you must have the search engine enabled in your <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2568,-1,'usergroup_add_edit_cansearch_title','cphelptext','Can Search Forums','vbulletin','vBulletin Solutions',0,''),(2569,-1,'usergroup_add_edit_cangetattachment_text','cphelptext','This permission allows members of this group to download / view post attachments on your forums. If a user doesn\'t have this permission then inline attachments such as images will be displayed as links and clicking those and other attachment links will result in a \"no permission\" page.','vbulletin','vBulletin Solutions',0,''),(2570,-1,'usergroup_add_edit_cangetattachment_title','cphelptext','Can Download Attachments','vbulletin','vBulletin Solutions',0,''),(2571,-1,'usergroup_add_edit_canpostnew_text','cphelptext','This permission is pretty self-explanatory. If a user doesn\'t have this permission then they cannot post new topics on your forums.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2572,-1,'usergroup_add_edit_canpostnew_title','cphelptext','Can Post Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2573,-1,'usergroup_add_edit_canreply_text','cphelptext','This permission allows members of this group to post replies to threads, and post comments to blog entries and articles.','vbulletin','vBulletin Solutions',1393259628,'5.1.0 Beta 4'),(2574,-1,'usergroup_add_edit_canreply_title','cphelptext','Can Reply to Topics','vbulletin','vBulletin Solutions',1393259628,'5.1.0 Beta 4'),(2575,-1,'usergroup_add_edit_caneditpost_text','cphelptext','This permission allows members of this group to edit their own posts. This permission works in conjunction with the \"Time Limit on Editing of Posts\" setting in your <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">vBulletin options</a>.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2576,-1,'usergroup_add_edit_caneditpost_title','cphelptext','Can Edit Own Posts','vbulletin','vBulletin Solutions',0,''),(2577,-1,'usergroup_add_edit_candeletepost_text','cphelptext','This permission allows members of this group to delete their own posts. This group must have post editing permissions (see previous permission) if they are to delete a post.<br /><br />\r\n\r\nBe careful with allowing post deletion. If you allow users to edit their posts indefinitely (see \"Time Limit on Editing of Posts\" setting <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a>) as well as allow them to delete their posts, then they can go back into your forum history and delete <b>all</b> of their posts if they want.\r\n\r\nNote: Users can only soft-delete their own post. As staff you can undelete them again at any time.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2578,-1,'usergroup_add_edit_candeletepost_title','cphelptext','Can Delete Own Posts','vbulletin','vBulletin Solutions',0,''),(2579,-1,'usergroup_add_edit_canmove_text','cphelptext','If this permission is enabled then members of this group will be able to move their own topics to other forums by selecting the \"Move / Copy Topic\" option from the \"Topic Tools\" menu on the showthread page.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2580,-1,'usergroup_add_edit_canmove_title','cphelptext','Can Move Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2581,-1,'usergroup_add_edit_canopenclose_text','cphelptext','If this permission is enabled then members of this group will be able to open / close their own topics by selecting the \"Open / Close Topic\" option from the \"Topic Tools\" menu on the showthread page.<br /><br />\r\n\r\nAn open topic is open to replies. A closed topic is not open to replies, not including admins and mods.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2582,-1,'usergroup_add_edit_canopenclose_title','cphelptext','Can Open / Close Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2583,-1,'usergroup_add_edit_candeletethread_text','cphelptext','This permission allows members of this group to delete their own topics. This group must have post editing permissions (see \"Can Edit Own Posts\" permission above) if they are to delete a topic. This permission refers to deleting topics by editing the first post in a topic, not by selecting the \"Delete Topic\" option from the \"Topic Tools\" menu.<br /><br />\r\n\r\nBe careful with allowing topic deletion. When a topic is deleted all of the posts in it are also deleted. If you allow users to edit their posts indefinitely (see \"Time Limit on Editing of Posts\" setting <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a>) as well as allow them to delete their topics, then they can go back into your forum history and delete <b>all</b> of their topics if they want.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2584,-1,'usergroup_add_edit_candeletethread_title','cphelptext','Can Delete Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2585,-1,'usergroup_add_edit_followforummoderation_text','cphelptext','If you disable this option then all posts made by members of this group will go into the <a href=\"../{$vbulletin->config[Misc][modcpdir]}/moderate.php?do=posts\" target=\"_blank\">moderation queue</a>. You will need to validate their posts before they show up on the forums.','vbulletin','vBulletin Solutions',0,''),(2586,-1,'usergroup_add_edit_followforummoderation_title','cphelptext','New Posts Bypass Moderation Queue','vbulletin','vBulletin Solutions',0,''),(2587,-1,'usergroup_add_edit_cantagown_text','cphelptext','Setting this permission to \"yes\" allows the user to add tags to their own topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2588,-1,'usergroup_add_edit_cantagown_title','cphelptext','Can Tag Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2589,-1,'usergroup_add_edit_picturefollowforummoderation_text','cphelptext','If you disable this option then all pictures made by members of this group will go into the <a href=\"../moderation.php?do=viewpics\" target=\"_blank\">moderation queue</a>. You will need to validate their pictures before they show up in their albums.','vbulletin','vBulletin Solutions',1208787129,'3.7.0 Release Candidate 4'),(2590,-1,'usergroup_add_edit_picturefollowforummoderation_title','cphelptext','New Pictures Bypass Moderation Queue','vbulletin','vBulletin Solutions',1203546867,'3.7.0 Beta 6'),(2591,-1,'usergroup_add_edit_cantagothers_text','cphelptext','Setting this permission to \"yes\" allows the user to add tags to other users\' topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2592,-1,'usergroup_add_edit_cantagothers_title','cphelptext','Can Tag Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2593,-1,'usergroup_add_edit_candeletetagown_text','cphelptext','Setting this permission to \"yes\" allows the user to remove tags from their own topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2594,-1,'usergroup_add_edit_candeletetagown_title','cphelptext','Can Delete Tags on Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2595,-1,'usergroup_add_edit_cancreatetag_text','cphelptext','Setting this permission to \"yes\" allows the user to create tags','vbulletin','vBulletin Solutions',1195733584,'3.7.0 Beta 1'),(2596,-1,'usergroup_add_edit_cancreatetag_title','cphelptext','Can Create Tags','vbulletin','vBulletin Solutions',1195733584,'3.7.0 Beta 1'),(2597,-1,'usergroup_add_edit_canpostattachment_text','cphelptext','vBulletin allows users to upload files to their posts. This permission will enable that functionality for members of this group. Users can upload files by clicking the \"Manage Attachments\" button on the posting form.','vbulletin','vBulletin Solutions',0,''),(2598,-1,'usergroup_add_edit_canpostattachment_title','cphelptext','Can Upload Attachments','vbulletin','vBulletin Solutions',0,''),(2599,-1,'usergroup_add_edit_attachlimit_text','cphelptext','Members of this group cannot exceed this amount of space for all of the attachments they post. Enter a byte amount.<br /><br />\r\n\r\n1048576 bytes = 1 megabyte','vbulletin','vBulletin Solutions',0,''),(2600,-1,'usergroup_add_edit_attachlimit_title','cphelptext','Space (in bytes) that a user\'s total attachment usage may consume','vbulletin','vBulletin Solutions',0,''),(2601,-1,'usergroup_add_edit_canvote_text','cphelptext','This permission is self-explanatory. If this is set to \"Yes\" then members of this group will be able to vote on polls.','vbulletin','vBulletin Solutions',0,''),(2602,-1,'usergroup_add_edit_canvote_title','cphelptext','Can Vote on Polls','vbulletin','vBulletin Solutions',0,''),(2603,-1,'usergroup_add_edit_canuseavatar_text','cphelptext','This permission will allow members of this group to upload a custom avatar on the <a href=\"../profile.php?do=editavatar\" target=\"_blank\">Edit Avatar</a> page in their User CP. Custom avatars are uploaded from the user\'s computer or from a URL and are stored on your web server.<br /><br />\r\n\r\nAvatars must be enabled in your <a href=\"options.php?dogroup=userpix&do=options\" target=\"_blank\">vBulletin options</a> for this setting to have any effect. There are also some avatar settings on the same page in your vBulletin options.','vbulletin','vBulletin Solutions',1205430879,'3.7.0 Release Candidate 1'),(2604,-1,'usergroup_add_edit_canuseavatar_title','cphelptext','Can Upload Custom Avatars','vbulletin','vBulletin Solutions',0,''),(2605,-1,'usergroup_add_edit_avatarmaxwidth_text','cphelptext','This is the maximum pixel width that a custom avatar can have for members of this usergroup.','vbulletin','vBulletin Solutions',0,''),(2606,-1,'usergroup_add_edit_avatarmaxwidth_title','cphelptext','Custom Avatar Maximum Width','vbulletin','vBulletin Solutions',0,''),(2607,-1,'usergroup_add_edit_avatarmaxheight_text','cphelptext','This is the maximum pixel height that a custom avatar can have for members of this usergroup.','vbulletin','vBulletin Solutions',0,''),(2608,-1,'usergroup_add_edit_avatarmaxheight_title','cphelptext','Custom Avatar Maximum Height','vbulletin','vBulletin Solutions',0,''),(2609,-1,'usergroup_add_edit_avatarmaxsize_text','cphelptext','This is the maximum file-size that a custom avatar can have for members of this group. Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes','vbulletin','vBulletin Solutions',0,''),(2610,-1,'usergroup_add_edit_avatarmaxsize_title','cphelptext','Custom Avatar Maximum File Size','vbulletin','vBulletin Solutions',0,''),(2611,-1,'usergroup_add_edit_cansigpic_text','cphelptext','This controls whether users can upload a picture to be placed within their signature. This will use some bandwidth as the images are served from your server, but with this method you may control the dimensions and file-size of the uploaded image; if the user simply links to an image on a different site, this is not possible.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2612,-1,'usergroup_add_edit_cansigpic_title','cphelptext','Can Upload images for Signature','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2613,-1,'usergroup_add_edit_cananimatesigpic_text','cphelptext','If users have permission to upload an image with their signature via \"Can upload images for signature\", you may prevent them from uploading an animated image.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2614,-1,'usergroup_add_edit_cananimatesigpic_title','cphelptext','Can Upload Animated GIF for Signature','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2615,-1,'usergroup_add_edit_sigpicmaxheight_text','cphelptext','If users can upload an image for their signature, this limits the maximum height of the image in pixels. You may use 0 to specify no limit.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2616,-1,'usergroup_add_edit_sigpicmaxheight_title','cphelptext','Signature Image Maximum Height (pixels)','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2617,-1,'usergroup_add_edit_sigpicmaxwidth_text','cphelptext','If users can upload an image for their signature, this limits the maximum width of the image in pixels. You may use 0 to specify no limit.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2618,-1,'usergroup_add_edit_sigpicmaxwidth_title','cphelptext','Signature Image Maximum Width (pixels)','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2619,-1,'usergroup_add_edit_sigpicmaxsize_text','cphelptext','This is the maximum file-size that a signature image can be for members of this group. Enter a byte value. You may use 0 to specify no limit.<br />\r\n<br />\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2620,-1,'usergroup_add_edit_sigpicmaxsize_title','cphelptext','Signature Image Maximum File-size (bytes)','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2621,-1,'usergroup_add_edit_pmquota_text','cphelptext','This permission determines how many private messages members of this group can have in their private message folders. If a user reaches this limit then they will need to delete some PMs before they can receive anymore.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. Additionally, there are other private message settings on that page in your vBulletin options.','vbulletin','vBulletin Solutions',0,''),(2622,-1,'usergroup_add_edit_pmquota_title','cphelptext','Maximum Stored Messages','vbulletin','vBulletin Solutions',0,''),(2623,-1,'usergroup_add_edit_canignorequota_text','cphelptext','This permission allows this usergroup to send PMs to users who have reached their Maximum Stored Messages.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2624,-1,'usergroup_add_edit_canignorequota_title','cphelptext','Can send PMs to users who have reached their quota','vbulletin','vBulletin Solutions',1229013045,'4.0.0 Alpha 1'),(2625,-1,'usergroup_add_edit_pmsendmax_text','cphelptext','This permission determines this group\'s \"mass PMing\" ability. Members of this group will be able to send PMs to this many people at a time.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Maximum Stored Messages\" permission above must also be set to a positive number for members of this group to use the PM feature.','vbulletin','vBulletin Solutions',0,''),(2626,-1,'usergroup_add_edit_pmsendmax_title','cphelptext','Maximum Recipients to Send PMs at a time','vbulletin','vBulletin Solutions',0,''),(2627,-1,'usergroup_add_edit_canviewcalendar_text','cphelptext','This permission allows members of this group to view the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to view a specific calendar in order to view that calendar. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(2628,-1,'usergroup_add_edit_canviewcalendar_title','cphelptext','Can View Calendar','vbulletin','vBulletin Solutions',0,''),(2629,-1,'usergroup_add_edit_canpostevent_text','cphelptext','This permission allows members of this group to post events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to post events on a specific calendar if they are to post events on it. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(2630,-1,'usergroup_add_edit_canpostevent_title','cphelptext','Can Post Events','vbulletin','vBulletin Solutions',0,''),(2631,-1,'usergroup_add_edit_caneditevent_text','cphelptext','This permission allows members of this group to edit their own events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to edit their own events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(2632,-1,'usergroup_add_edit_caneditevent_title','cphelptext','Can Edit Own Events','vbulletin','vBulletin Solutions',0,''),(2633,-1,'usergroup_add_edit_candeleteevent_text','cphelptext','This permission allows members of this group to delete their own calendar events.<br /><br />\r\n\r\nThis group must also have permission to delete their events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(2634,-1,'usergroup_add_edit_candeleteevent_title','cphelptext','Can Delete Own Events','vbulletin','vBulletin Solutions',0,''),(2635,-1,'usergroup_add_edit_canviewothersevent_text','cphelptext','This permission allows members of this group to view other people\'s events on the calendar(s). If this permission to disabled then members of this group will only be able to see their own events.<br /><br />\r\n\r\nThis group must also have permission to view other people\'s events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',0,''),(2636,-1,'usergroup_add_edit_canviewothersevent_title','cphelptext','Can View Others\' Events','vbulletin','vBulletin Solutions',0,''),(2637,-1,'usergroup_add_edit_canwhosonline_text','cphelptext','This permission allows members of this group to view the <a href=\"../online.php\" target=\"_blank\">online.php</a> page. This page shows a detailed list of currently active users, their locations, etc. This permission only applies to online.php, not the \"Currently Active Users\" list on the <a href=\"../{$vbulletin->options[forumhome]}.php\" target=\"_blank\">forumhome</a> page.<br /><br />\r\n\r\nReported locations <b>do</b> take forum permissions into consideration. For example, if a user in the online list is viewing a forum that the current logged in user doesn\'t have access to, then online.php will only report that they are viewing a forum and not give the name of the forum.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. Additionally, there are several Who\'s online settings on that page in your vBulletin options.','vbulletin','vBulletin Solutions',0,''),(2638,-1,'usergroup_add_edit_canwhosonline_title','cphelptext','Can View Who\'s Online','vbulletin','vBulletin Solutions',0,''),(2639,-1,'usergroup_add_edit_canwhosonlinefull_text','cphelptext','Allows the user to see detailed information for some forum actions. For example, if the subject is sending a Private Message, the user will be able to see who it is being sent to. If the subject is viewing the profile of a user, the user will be able to see who it is.','vbulletin','vBulletin Solutions',0,''),(2640,-1,'usergroup_add_edit_canwhosonlinefull_title','cphelptext','Can View Detailed Location Info for Users','vbulletin','vBulletin Solutions',0,''),(2641,-1,'usergroup_add_edit_canwhosonlineip_text','cphelptext','This permission will allow members of this group to view the IP addresses of currently logged in users on the <a href=\"../online.php\" target=\"_blank\">online.php</a> page.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Can View Who\'s Online\" permission above must also be enabled.','vbulletin','vBulletin Solutions',0,''),(2642,-1,'usergroup_add_edit_canwhosonlineip_title','cphelptext','Can View IP Addresses','vbulletin','vBulletin Solutions',0,''),(2643,-1,'usergroup_add_edit_canwhosonlinebad_text','cphelptext','With this permission disabled, when a subject visits an unknown location or a location they don\'t have permission to, the user will see the subject as viewing the Forum Home page.','vbulletin','vBulletin Solutions',0,''),(2644,-1,'usergroup_add_edit_canwhosonlinebad_title','cphelptext','Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations','vbulletin','vBulletin Solutions',0,''),(2645,-1,'usergroup_add_edit_canwhosonlinelocation_text','cphelptext','If this permission is enabled then members of this group will see a question mark icon next to locations on the <a href=\"../online.php\" target=\"_blank\">online.php</a> page. They can \"mouse over\" the image to see the file path of the page each user is visiting.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Can View Who\'s Online\" permission above must also be enabled.','vbulletin','vBulletin Solutions',0,''),(2646,-1,'usergroup_add_edit_canwhosonlinelocation_title','cphelptext','Can view actual location of user (filepath/url)','vbulletin','vBulletin Solutions',0,''),(2647,-1,'usergroup_add_edit_ismoderator_text','cphelptext','This permission will grant this group moderator powers in all forums. Super moderators can do everything including edit, delete, move, merge, split, etc. You should only grant this power to people you trust.','vbulletin','vBulletin Solutions',0,''),(2648,-1,'usergroup_add_edit_ismoderator_title','cphelptext','Can Moderate All Forums (is Super Moderator)','vbulletin','vBulletin Solutions',0,''),(2649,-1,'usergroup_add_edit_cancontrolpanel_text','cphelptext','This permission refers to the Admin Control Panel. You can do anything in the Admin CP so you should only grant this access to people you trust.','vbulletin','vBulletin Solutions',0,''),(2650,-1,'usergroup_add_edit_cancontrolpanel_title','cphelptext','Can Access Control Panel (is Administrator)','vbulletin','vBulletin Solutions',0,''),(2651,-1,'usergroup_add_edit_canuserep_text','cphelptext','This permission allows the user to leave reputation comments for other users. Reputation must also be enabled in the vBulletin Options.','vbulletin','vBulletin Solutions',0,''),(2652,-1,'usergroup_add_edit_canuserep_title','cphelptext','Can Use Reputation','vbulletin','vBulletin Solutions',0,''),(2653,-1,'usergroup_add_edit_canseewholiked_text','cphelptext','This permission allows the user to see which members have \"Liked\" a post.','vbulletin','vBulletin Solutions',0,'5.0.0 Beta 26'),(2654,-1,'usergroup_add_edit_canseewholiked_title','cphelptext','Can See Who Liked a Post','vbulletin','vBulletin Solutions',0,'5.0.0 Beta 26'),(2655,-1,'usergroup_add_edit_canhiderep_text','cphelptext','This permission allows the user to have the option, from their User CP, of not participating in the reputation system. While the user can still receive reputation comments, their reputation will not be visible to other users.','vbulletin','vBulletin Solutions',1223482380,'4.0.0 Alpha 1'),(2656,-1,'usergroup_add_edit_canhiderep_title','cphelptext','Can Hide Reputation','vbulletin','vBulletin Solutions',0,''),(2657,-1,'usergroup_add_edit_canseeothersrep_text','cphelptext','This permission allows the user to view reputation comments left for other users.','vbulletin','vBulletin Solutions',0,''),(2658,-1,'usergroup_add_edit_canseeothersrep_title','cphelptext','Can See Reputation Left for Others','vbulletin','vBulletin Solutions',0,''),(2659,-1,'usergroup_add_edit_sigmaxrawchars_text','cphelptext','This is the maximum number of characters that can a user in this group may use in his or her signature. This includes all markup codes that were used.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2660,-1,'usergroup_add_edit_sigmaxrawchars_title','cphelptext','Maximum Characters in Signature Including BB Code Markup','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2661,-1,'usergroup_add_edit_sigmaxchars_text','cphelptext','This is the maximum number of characters users in this group may place in their signatures, not including any BB code used to format the signature. In most cases, this is very close to the number of displayable characters in the signature.','vbulletin','vBulletin Solutions',1206966128,'3.7.0 Release Candidate 2'),(2662,-1,'usergroup_add_edit_sigmaxchars_title','cphelptext','Maximum Characters in Signature Excluding BB Code Markup','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2663,-1,'usergroup_add_edit_sigmaxlines_text','cphelptext','This is the maximum number of lines users of this group may have in their signatures. Unfortunately, due to browser and style variations, this is not an exact science and should only be used as a rough guide.<br />\r\n<br />\r\nSoft linewrapping can cause one contiguous string of text to be counted as multiple lines. The number of characters that are allowed before this text is treated as multiple lines is controlled by the "<a href=\"options.php?do=options&dogroup=user\">Signature Soft-Linebreak Character Limit</a>" option. Text that is not the default size is scaled to count as more or less characters than normal.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2664,-1,'usergroup_add_edit_sigmaxlines_title','cphelptext','Maximum Lines in Signature','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2665,-1,'usergroup_add_edit_canbbcode_text','cphelptext','This is the global switch for BB codes in the signatures of users in this group. Individual BB codes may be controlled by the additional permissions displayed below.<br />\r\n<br />\r\nNote that custom BB codes cannot be controlled by any permission; you can only disable their use in signatures by disabling all BB codes in signatures.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2666,-1,'usergroup_add_edit_canbbcode_title','cphelptext','Allow BB Code','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2667,-1,'usergroup_add_edit_canbbcodebasic_text','cphelptext','This controls whether [b] (Bold), [i] (Italic), and [u] (Underline) tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2668,-1,'usergroup_add_edit_canbbcodebasic_title','cphelptext','Allow Basic BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2669,-1,'usergroup_add_edit_canbbcodecolor_text','cphelptext','This controls whether [color] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature. You can not limit them to a specific selection of colors with this option.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2670,-1,'usergroup_add_edit_canbbcodecolor_title','cphelptext','Allow Color BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2671,-1,'usergroup_add_edit_canbbcodesize_text','cphelptext','This controls whether users in this group may use the [size] tag in their signature at all. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature. You may limit the maximum size they can use using the option below.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2672,-1,'usergroup_add_edit_canbbcodesize_title','cphelptext','Allow Size BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2673,-1,'usergroup_add_edit_sigmaxsizebbcode_text','cphelptext','This controls the maximum font size that users in this group may use in their signatures. If they attempt to exceed this size, they will receive an error. The largest size possible is 7; default is 2.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2674,-1,'usergroup_add_edit_sigmaxsizebbcode_title','cphelptext','Maximum Value of x for [SIZE=x] BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2675,-1,'usergroup_add_edit_canbbcodefont_text','cphelptext','This controls whether [font] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature. You can not limit them to a specific selection of fonts with this option.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2676,-1,'usergroup_add_edit_canbbcodefont_title','cphelptext','Allow Font BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2677,-1,'usergroup_add_edit_canbbcodealign_text','cphelptext','This controls whether [left], [center], and [right] tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2678,-1,'usergroup_add_edit_canbbcodealign_title','cphelptext','Allow Alignment BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2679,-1,'usergroup_add_edit_canbbcodelist_text','cphelptext','This controls whether [list] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature. You can not control the types of lists allowed with this option.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2680,-1,'usergroup_add_edit_canbbcodelist_title','cphelptext','Allow List BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2681,-1,'usergroup_add_edit_canbbcodelink_text','cphelptext','This controls whether [email] and [url] tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2682,-1,'usergroup_add_edit_canbbcodelink_title','cphelptext','Allow Link BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2683,-1,'usergroup_add_edit_canbbcodecode_text','cphelptext','This controls whether [code] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2684,-1,'usergroup_add_edit_canbbcodecode_title','cphelptext','Allow Code BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2685,-1,'usergroup_add_edit_canbbcodephp_text','cphelptext','This controls whether [php] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2686,-1,'usergroup_add_edit_canbbcodephp_title','cphelptext','Allow PHP BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2687,-1,'usergroup_add_edit_canbbcodehtml_text','cphelptext','This controls whether [html] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2688,-1,'usergroup_add_edit_canbbcodehtml_title','cphelptext','Allow HTML BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2689,-1,'usergroup_add_edit_canbbcodequote_text','cphelptext','This controls whether [quote] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", they will receive an error while saving their signature.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2690,-1,'usergroup_add_edit_canbbcodequote_title','cphelptext','Allow Quote BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(2691,-1,'usergroup_add_edit_allowimg_text','cphelptext','This controls whether [img] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to \"No\", the image will be linked to instead; no error will be issued.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2692,-1,'usergroup_add_edit_allowimg_title','cphelptext','Allow [IMG] Code','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2693,-1,'usergroup_add_edit_sigmaximages_text','cphelptext','This controls the maximum number of images and videos that users in this group may use in their signatures. This includes [video] tags, [img] tags, [sigpic] tags (uploaded pictures), and smilies. 0 means no limit.','vbulletin','vBulletin Solutions',1272922056,'4.0.4'),(2694,-1,'usergroup_add_edit_sigmaximages_title','cphelptext','Maximum Number of Images/Videos in Signature','vbulletin','vBulletin Solutions',1272921133,'4.0.4'),(2695,-1,'usergroup_add_edit_allowsmilies_text','cphelptext','This controls whether smilies are parsed into images in the signatures of users in this group. If this is set to \"No\", smilie text will not be converted to images.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2696,-1,'usergroup_add_edit_allowsmilies_title','cphelptext','Allow Smilies','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2697,-1,'usergroup_add_edit_allowhtml_text','cphelptext','This controls whether HTML is allowed in the signatures of users in this group. <strong>Allowing HTML is a security risk!</strong> Do not set this value to \"Yes\" unless the users in this group are trusted.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2698,-1,'usergroup_add_edit_allowhtml_title','cphelptext','Allow HTML','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2699,-1,'usergroup_add_edit_candeleteownmessages_text','cphelptext','This permission allows users to soft delete their own visitor messages, left within their own profile or other users\' profiles.<br /><br />This permission can be overridden by the <em>Can Manage Messages within Own Profile</em> permission in regards to messages left within the user\'s profile.','vbulletin','vBulletin Solutions',1204246399,'3.7.0 Beta 6'),(2700,-1,'usergroup_add_edit_candeleteownmessages_title','cphelptext','Can Delete Own Visitor Messages','vbulletin','vBulletin Solutions',1197373136,'3.7.0 Beta 1'),(2701,-1,'usergroup_add_edit_canalbum_text','cphelptext','Setting this permission to \"yes\" allows the user to create albums and upload pictures to them<br /><br />Requires the \"Can View Albums\" Permission','vbulletin','vBulletin Solutions',1199130982,'3.7.0 Beta 4'),(2702,-1,'usergroup_add_edit_canalbum_title','cphelptext','Can Have Album and Upload Pictures','vbulletin','vBulletin Solutions',1195733676,'3.7.0 Beta 1'),(2703,-1,'usergroup_add_edit_canviewalbum_text','cphelptext','Setting this permission to \"yes\" allows the user to view Albums','vbulletin','vBulletin Solutions',1195733981,'3.7.0 Beta 1'),(2704,-1,'usergroup_add_edit_canviewalbum_title','cphelptext','Can View Albums','vbulletin','vBulletin Solutions',1195733981,'3.7.0 Beta 1'),(2705,-1,'usergroup_add_edit_albumpicmaxwidth_text','cphelptext','The maximum width for a Picture. vBulletin will try to scale the Picture down to this size if you have an \"Image Processing Library\" enabled.','vbulletin','vBulletin Solutions',1195734993,'3.7.0 Beta 1'),(2706,-1,'usergroup_add_edit_albumpicmaxwidth_title','cphelptext','Album Picture Maximum Width (pixels)','vbulletin','vBulletin Solutions',1195734234,'3.7.0 Beta 1'),(2707,-1,'usergroup_add_edit_albumpicmaxheight_text','cphelptext','The maximum height for a Picture. vBulletin will try to scale the Picture down to this size if you have an \"Image Processing Library\" enabled.','vbulletin','vBulletin Solutions',1195735064,'3.7.0 Beta 1'),(2708,-1,'usergroup_add_edit_albumpicmaxheight_title','cphelptext','Album Picture Maximum Height (pixels)','vbulletin','vBulletin Solutions',1195734301,'3.7.0 Beta 1'),(2709,-1,'usergroup_add_edit_albummaxpics_text','cphelptext','The maximum amount of Pictures a user is allowed to upload','vbulletin','vBulletin Solutions',1195735277,'3.7.0 Beta 1'),(2710,-1,'usergroup_add_edit_albummaxpics_title','cphelptext','Maximum Number of Album Pictures','vbulletin','vBulletin Solutions',1195735277,'3.7.0 Beta 1'),(2711,-1,'usergroup_add_edit_albumpicmaxsize_text','cphelptext','The Maximum File-size for a Picture. vBulletin will try to recompress the Picture down to this size if you have an Image Processing Library Enabled.','vbulletin','vBulletin Solutions',1195735300,'3.7.0 Beta 1'),(2712,-1,'usergroup_add_edit_albumpicmaxsize_title','cphelptext','Album Picture Maximum File Size (bytes)','vbulletin','vBulletin Solutions',1195734373,'3.7.0 Beta 1'),(2713,-1,'usergroup_add_edit_albummaxsize_text','cphelptext','The maximum total file-size for all the User\'s uploaded Pictures','vbulletin','vBulletin Solutions',1195735356,'3.7.0 Beta 1'),(2714,-1,'usergroup_add_edit_albummaxsize_title','cphelptext','Maximum Total File Size of Album Pictures (bytes)','vbulletin','vBulletin Solutions',1195735356,'3.7.0 Beta 1'),(2715,-1,'usergroup_add_edit_caneditfontfamily_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the Font Family on their profile page.','vbulletin','vBulletin Solutions',1195737587,'3.7.0 Beta 1'),(2716,-1,'usergroup_add_edit_caneditfontfamily_title','cphelptext','Can Edit Font Family','vbulletin','vBulletin Solutions',1195737587,'3.7.0 Beta 1'),(2717,-1,'usergroup_add_edit_caneditfontsize_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the Font Size on their profile page.','vbulletin','vBulletin Solutions',1198868099,'3.7.0 Beta 4'),(2718,-1,'usergroup_add_edit_caneditfontsize_title','cphelptext','Can Edit Font Size','vbulletin','vBulletin Solutions',1195737658,'3.7.0 Beta 1'),(2719,-1,'usergroup_add_edit_caneditcolors_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the Colors on their profile page.','vbulletin','vBulletin Solutions',1195738004,'3.7.0 Beta 1'),(2720,-1,'usergroup_add_edit_caneditcolors_title','cphelptext','Can Edit Colors','vbulletin','vBulletin Solutions',1195738004,'3.7.0 Beta 1'),(2721,-1,'usergroup_add_edit_caneditbgimage_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the Background Images on their profile page.<br /><br /><strong>PLEASE NOTE</strong> This option requires the user to have the Create Album Permissions','vbulletin','vBulletin Solutions',1195738292,'3.7.0 Beta 1'),(2722,-1,'usergroup_add_edit_caneditbgimage_title','cphelptext','Can Edit Background Images','vbulletin','vBulletin Solutions',1195738292,'3.7.0 Beta 1'),(2723,-1,'usergroup_add_edit_caneditborders_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the Border Style, Width, and Colors on their profile page.','vbulletin','vBulletin Solutions',1195738675,'3.7.0 Beta 1'),(2724,-1,'usergroup_add_edit_caneditborders_title','cphelptext','Can Edit Borders','vbulletin','vBulletin Solutions',1195738675,'3.7.0 Beta 1'),(2725,-1,'usergroup_add_edit_cancreategroups_text','cphelptext','This permission, when set to \"yes\" allows the user to Create Groups (Also requires the \"Can View Groups\" and \"Can Join Groups\" permissions).','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2726,-1,'usergroup_add_edit_cancreategroups_title','cphelptext','Can Create Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2727,-1,'usergroup_add_edit_caneditowngroups_text','cphelptext','This permission, when set to \"yes\" allows the user to edit the details of their own Groups.','vbulletin','vBulletin Solutions',1356567648,'5.0.0 Beta 25'),(2728,-1,'usergroup_add_edit_caneditowngroups_title','cphelptext','Can Edit Own Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2729,-1,'usergroup_add_edit_candeleteowngroups_text','cphelptext','This permission, when set to \"yes\" allows the user to delete their own Groups.','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2730,-1,'usergroup_add_edit_candeleteowngroups_title','cphelptext','Can Delete Own Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2731,-1,'usergroup_add_edit_canviewgroups_text','cphelptext','This permission, when set to \"yes\" allows the user to view Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2732,-1,'usergroup_add_edit_canviewgroups_title','cphelptext','Can View Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2733,-1,'usergroup_add_edit_canmanagemessages_text','cphelptext','This permission, when set to \"yes\" allows the user to manage their own Messages within a Group','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2734,-1,'usergroup_add_edit_canmanagemessages_title','cphelptext','Can Manage Own Group Messages','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2735,-1,'usergroup_add_edit_canpostnonmembergroup_text','cphelptext','This permission, when set to \"yes\" allows the user to post Messages in Groups that they are not a member of.','vbulletin','vBulletin Solutions',1195740925,'3.7.0 Beta 1'),(2736,-1,'usergroup_add_edit_canpostnonmembergroup_title','cphelptext','Can Post Messages in Groups that User is not a Member of','vbulletin','vBulletin Solutions',1195740925,'3.7.0 Beta 1'),(2737,-1,'usergroup_add_edit_canmanageowngroups_text','cphelptext','Allowing a user to manage his/her own groups grants the following options on groups created by that user:\r\n<ul>\r\n<li>Unapprove messages</li>\r\n<li>Approve messages</li>\r\n<li>Delete messages</li>\r\n<li>Remove pictures from the group (pictures will remain in the owner\'s album)</li>\r\n<li>Kick members from the group</li>\r\n</ul>\r\nAdditionally, if the option \'Allow Groups Owners to Force New Group Messages into Moderation Queue\' is enabled, having this permission will allow users to create groups where messages must be approved before becoming visible.<br />\r\n<br />\r\nRegardless of this permission, users will be able to moderate membership requests or invite users to the group.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2738,-1,'usergroup_add_edit_canmanageowngroups_title','cphelptext','Can Manage Own Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2739,-1,'usergroup_addleader_text','cphelptext','On this page you can add a new usergroup leader to one of your custom groups. Select a usergroup below and enter the exact username of the user whom you want to make leader. Click the \"Add\" button to continue.<br /><br />\r\n\r\nUsergroup leaders can moderate join requests for their group from the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> section of their User CP.','vbulletin','vBulletin Solutions',0,''),(2740,-1,'usergroup_addleader_title','cphelptext','Add New Usergroup Leader','vbulletin','vBulletin Solutions',0,''),(2741,-1,'usergroup_addleader_usergroupid_text','cphelptext','Select the custom usergroup to which you want to add a leader.','vbulletin','vBulletin Solutions',0,''),(2742,-1,'usergroup_addleader_usergroupid_title','cphelptext','Usergroup','vbulletin','vBulletin Solutions',0,''),(2743,-1,'usergroup_addleader_username_text','cphelptext','Enter the exact username of the user whom you want to make a leader of this group.','vbulletin','vBulletin Solutions',0,''),(2744,-1,'usergroup_addleader_username_title','cphelptext','User Name','vbulletin','vBulletin Solutions',0,''),(2745,-1,'usergroup_edit_text','cphelptext','This page allows you to edit the permissions and settings for this usergroup. Please see the individual help topics below if you need help with a specific permission or setting.','vbulletin','vBulletin Solutions',0,''),(2746,-1,'usergroup_edit_title','cphelptext','Edit Usergroup','vbulletin','vBulletin Solutions',0,''),(2747,-1,'usergroup_edit_caneditprivacy_text','cphelptext','This permission allows the user to customize their profile so that they can hide certain blocks and categories from other users, such as users on their ignored list; unregistered guests; users who are not on their contacts list; and users who are not on their friends list.<br /><br />\r\nNote: When enabled, the \'Profile Privacy\' link on the User Control Panel allows users to customize their profile page in this way.','vbulletin','vBulletin Solutions',1218464861,'3.8.0 Alpha 1'),(2748,-1,'usergroup_edit_caneditprivacy_title','cphelptext','Can Edit Profile Privacy','vbulletin','vBulletin Solutions',1218465604,'3.8.0 Alpha 1'),(2749,-1,'usergroup_edit_add_canalwayscreatediscussion_text','cphelptext','If this is set to \'yes\' the user will be able to create new discussions in groups, even if:\r\n<ul>\r\n<li>The user is not a member of the group.</li>\r\n<li>The group is configured with \'Must Join Group to View Content\' option.</li>\r\n<li>The group is configured with \'Only Owner Can Create New Discussions\' option.</li>\r\n</ul>\r\n\r\nNote: If the user has this permission, they will always be able to see the contents of groups configured with \'Invite Only\' and \'Users must join to view the content\'.','vbulletin','vBulletin Solutions',1225812775,'4.0.0 Alpha 1'),(2750,-1,'usergroup_edit_add_canalwayscreatediscussion_title','cphelptext','Can Always Create Discussions in Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2751,-1,'usergroup_edit_add_canalwayspostmessage_text','cphelptext','If this is set to \'yes\' the user will always be able to post messages in groups, even when:\r\n\r\n<ul>\r\n<li>The group is configured with \'Users must join to view the content\'.</li>\r\n<li>The user is not a member of the group.</li>\r\n</ul>\r\n\r\nNote: If the user has this permission, they will always be able to see the contents of groups configured with \'Invite Only\' and \'Users must join to view the content\'.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2752,-1,'usergroup_edit_add_canalwayspostmessage_title','cphelptext','Can Always Post Message in Groups','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2753,-1,'usergroup_edit_add_cananimategroupicon_text','cphelptext','If the is set to \'yes\', users who can upload group icons will also be able to upload animated gif\'s as the profile group icon.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2754,-1,'usergroup_edit_add_cananimategroupicon_title','cphelptext','Can Upload Animated Group Icons','vbulletin','vBulletin Solutions',1216130125,'3.8.0 Alpha 1'),(2755,-1,'usergroup_edit_add_cancreatediscussion_text','cphelptext','If this is set to \'yes\' the user can create new discussions in groups where the group is configured to allow it.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2756,-1,'usergroup_edit_add_cancreatediscussion_title','cphelptext','Can Create New Group Discussions','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2757,-1,'usergroup_edit_add_cangiveinfraction_text','cphelptext','This permission allows the user to give infractions to other users. Having this permission also allows users to view the infractions of other users.','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2758,-1,'usergroup_edit_add_cangiveinfraction_title','cphelptext','Can Give Infractions to Others','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2759,-1,'usergroup_edit_add_canlimitdiscussion_text','cphelptext','If this is set to \'yes\' then the user can configure their groups where discussions can only be created by the group owner. This permission only has any effect if the \'Allow Group Owners to Limit New Discussions to Themselves\' option is enabled.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2760,-1,'usergroup_edit_add_canlimitdiscussion_title','cphelptext','Can Limit Discussions in Own Groups to the Group Owner','vbulletin','vBulletin Solutions',1210938154,'3.7.1'),(2761,-1,'usergroup_edit_add_canmanagediscussions_text','cphelptext','If set to \'yes\' the user can manage discussions that they started.','vbulletin','vBulletin Solutions',1212053344,'3.7.1'),(2762,-1,'usergroup_edit_add_canmanagediscussions_title','cphelptext','Can Manage Own Group Discussions','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2763,-1,'usergroup_edit_add_canpostmessage_text','cphelptext','When this is set to \'yes\' the user can post messages and in group discussions. This permission is also required to create new discussions in groups.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2764,-1,'usergroup_edit_add_canpostmessage_title','cphelptext','Can Post Messages in Groups','vbulletin','vBulletin Solutions',1210937879,'3.7.1'),(2765,-1,'usergroup_edit_add_canreverseinfraction_text','cphelptext','This permission allows users to reverse active or expired infractions. This permission also allows users to see details on infractions since they must view infractions in order to reverse them.','vbulletin','vBulletin Solutions',1153746203,'3.6.0 Release Candidate 3'),(2766,-1,'usergroup_edit_add_canreverseinfraction_title','cphelptext','Can Reverse Infractions','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2767,-1,'usergroup_edit_add_canseeinfraction_text','cphelptext','This permission allows users to see a user\'s infraction level as well when a post is given an infraction. It does not allow the user to see infraction reasons or comments. Users must be able to give or remove infractions to view detailed information on infractions.','vbulletin','vBulletin Solutions',1150106793,'3.6.0 Beta 2'),(2768,-1,'usergroup_edit_add_canseeinfraction_title','cphelptext','Can See Others\' Infraction Level','vbulletin','vBulletin Solutions',1142519066,'3.6.0 Beta 1'),(2769,-1,'usergroup_edit_add_canseethumbnails_text','cphelptext','If this is set to \'Yes\' the user will be able to see thumbnails of attached images in topics, even if the do not have the Can Download Attachments permission.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2770,-1,'usergroup_edit_add_canseethumbnails_title','cphelptext','Can See Thumbnails','vbulletin','vBulletin Solutions',1219764597,'3.8.0 Alpha 1'),(2771,-1,'usergroup_edit_add_canuploadgroupicon_text','cphelptext','If this is set to \'yes\' the user will be able to upload an icon for the groups that they create.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2772,-1,'usergroup_edit_add_canuploadgroupicon_title','cphelptext','Can Upload Group Icons','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2773,-1,'usergroup_edit_add_groupiconmaxsize_text','cphelptext','The maximum file-size of the image that the user can upload as a group icon.<br /><br />\r\n\r\n<strong>Note:</strong> Group Icons are always limited to 200px by 200px.','vbulletin','vBulletin Solutions',1260378100,'4.0.0 Release Candidate 2'),(2774,-1,'usergroup_edit_add_groupiconmaxsize_title','cphelptext','Maximum File Size of Group Icons (bytes)','vbulletin','vBulletin Solutions',1260378028,'4.0.0 Release Candidate 2'),(2775,-1,'usergroup_edit_add_maximumsocialgroups_text','cphelptext','This setting allows you to specify how many concurrent groups a user can have at any one time. If the user has reached the limit, they can delete a group in order to create a new one. <br /><br />\r\nSetting this to 0 will remove any limits on the number of Groups the user may create.','vbulletin','vBulletin Solutions',1260377851,'4.0.0 Release Candidate 2'),(2776,-1,'usergroup_edit_add_maximumsocialgroups_title','cphelptext','Maximum Created Groups','vbulletin','vBulletin Solutions',1218710074,'3.8.0 Alpha 1'),(2777,-1,'usergroup_edit_add_requirehvcheck_text','cphelptext','If this option is set to \'Yes\' then users will be required to pass the Human Verification test for the actions configured with the option <strong>Human Verified Actions</strong>.','vbulletin','vBulletin Solutions',1216640146,'3.8.0 Alpha 1'),(2778,-1,'usergroup_edit_add_requirehvcheck_title','cphelptext','Require Human Verification on Configured Actions','vbulletin','vBulletin Solutions',1216640146,'3.8.0 Alpha 1'),(2779,-1,'usergroup_edit_add_canmanageownprofile_text','cphelptext','This permission allows users to manage the visitor messages that are left within their own profile. They will be able to moderate, edit, and soft delete these messages.','vbulletin','vBulletin Solutions',1197373222,'3.7.0 Beta 1'),(2780,-1,'usergroup_edit_add_canmanageownprofile_title','cphelptext','Can Manage Own Profile','vbulletin','vBulletin Solutions',1192049894,'3.7.0 Beta 1'),(2781,-1,'usergroup_edit_add_canmessageownprofile_text','cphelptext','This permission allows user to post visitor messages to their own profiles.','vbulletin','vBulletin Solutions',1197373159,'3.7.0 Beta 1'),(2782,-1,'usergroup_edit_add_canmessageownprofile_title','cphelptext','Can Post Visitor Messages to Own Profile','vbulletin','vBulletin Solutions',1197373202,'3.7.0 Beta 1'),(2783,-1,'usergroup_edit_add_canmessageothersprofile_text','cphelptext','This permission allows users to post visitor messages to other users\' profiles.','vbulletin','vBulletin Solutions',1197373232,'3.7.0 Beta 1'),(2784,-1,'usergroup_edit_add_canmessageothersprofile_title','cphelptext','Can Post Visitor Messages to Others\' Profile','vbulletin','vBulletin Solutions',1197373239,'3.7.0 Beta 1'),(2785,-1,'usergroup_edit_add_caneditownmessages_text','cphelptext','This permission allows users to edit their own messages, left within their own profile or other users\' profiles.<br /><br /><em>Can Manage Messages within Own Profile</em> permission in regards to messages left within the user\'s profile.','vbulletin','vBulletin Solutions',1204246428,'3.7.0 Beta 6'),(2786,-1,'usergroup_edit_add_caneditownmessages_title','cphelptext','Can Edit Own Visitor Messages','vbulletin','vBulletin Solutions',1197373214,'3.7.0 Beta 1'),(2787,-1,'usergroup_modify_text','cphelptext','This is the usergroup manager. Here you can manage your default, custom, and public custom usergroups.<br /><br />\r\n\r\nDefault usergroups are those that are created as a part of vBulletin. Custom usergroups are those that you created. Public custom usergroups are custom usergroups that your users can request to join because you have enabled the \"Public (Joinable) Custom Usergroups\" option for those usergroups.<br /><br />\r\n\r\nThe \"Primary Users\" column specifies the number of users whose primary usergroup is the corresponding group. The \"Additional Users\" column specifies the number of users whose additional usergroup memberships include the corresponding group. The \"Controls\" column contains a menu with several options for each usergroup... select an option and click \"Go\" to continue.<br /><br />\r\n\r\nThe \"Public Custom Usergroups\" section has two extra columns, \"Join Requests\" and \"Usergroup Leader.\" The \"Join Requests\" column indicates how many join requests are awaiting approval for the corresponding usergroup; users can submit join requests for usergroups for which you have enabled the \"Public (Joinable) Custom Usergroups\" option. The \"Usergroup Leader\" column lists the current group leaders. You can delete an existing group leader by clicking the corresponding [Delete] link. To add a new usergroup leader simply select the \"Add Usergroup Leader\" options from the group\'s Controls menu.','vbulletin','vBulletin Solutions',0,''),(2788,-1,'usergroup_modify_title','cphelptext','Usergroup Manager','vbulletin','vBulletin Solutions',0,''),(2789,-1,'usergroup_modifypromotion_text','cphelptext','Below is a list of current promotions (if any). Promotions can be used to grant or take away usergroup permissions and settings based on reputation, number of days registered, and post count.<br /><br />\r\n\r\nThe promotions on this page are grouped by the usergroups to which they apply. The long horizontal bars tell you what usergroup the following promotions are for. The columns underneath tell you what the settings are for each promotion. The \"Usergroup\" column tells you to which usergroup users will be promoted. The \"Promotion Type\" column tells you if the promotion changes a user\'s primary usergroup or adds the group membership as an additional usergroup. The \"Promotion Strategy\" column tells you which of the following 3 conditions must be met for a user to be promoted.<br /><br />\r\n\r\nClick the \"Add New Promotion\" button to add a new promotion. Click the [Edit] link to edit the settings for the corresponding promotion. Click the [Delete] link to delete the corresponding promotion.','vbulletin','vBulletin Solutions',0,''),(2790,-1,'usergroup_modifypromotion_title','cphelptext','Promotions','vbulletin','vBulletin Solutions',0,''),(2791,-1,'usergroup_remove_text','cphelptext','This is a confirmation that you want to delete this usergroup. Please confirm the correct usergroup below and click the \"Yes\" button to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(2792,-1,'usergroup_remove_title','cphelptext','Delete Usergroup','vbulletin','vBulletin Solutions',0,''),(2793,-1,'usergroup_removeleader_text','cphelptext','This is a confirmation that you want to delete this usergroup leader. Please confirm the correct user below and click the \"Yes\" button to continue. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(2794,-1,'usergroup_removeleader_title','cphelptext','Delete Usergroup Leader','vbulletin','vBulletin Solutions',0,''),(2795,-1,'usergroup_removepromotion_text','cphelptext','This is a confirmation that you want to delete this promotion. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(2796,-1,'usergroup_removepromotion_title','cphelptext','Delete Promotion','vbulletin','vBulletin Solutions',0,''),(2797,-1,'usergroup_updatepromotion_text','cphelptext','This page allows you to add / edit a promotion. Fill in / update the settings below and click the \"Save\" button to continue. Please see the individual help topics below if you need help with specific options.','vbulletin','vBulletin Solutions',0,''),(2798,-1,'usergroup_updatepromotion_title','cphelptext','Add / Edit Promotion','vbulletin','vBulletin Solutions',0,''),(2799,-1,'usergroup_updatepromotion_usergroupid_text','cphelptext','Select the usergroup to which you want this promotion to apply. A user must be a member of this usergroup if they are to be considered for this promotion.','vbulletin','vBulletin Solutions',0,''),(2800,-1,'usergroup_updatepromotion_usergroupid_title','cphelptext','Usergroup','vbulletin','vBulletin Solutions',0,''),(2801,-1,'usergroup_updatepromotion_reputationtype_text','cphelptext','This is the comparison operator that is used for the reputation value entered above.<br /><br />\r\n\r\nFor example, if you want to promote based on reputation level then you would set a reputation level in the field above and set the comparison operator to \"Greater or Equal to.\" Then when a user reaches the specified minimum reputation level they will be promoted. On the other hand, if you want to demote based on reputation level then you would set a low reputation level in the field above and set the comparison operator to \"Less Than.\" Then when a user loses enough reputation points to have a reputation level below the number specified they will be demoted.\r\n\r\nThis does not demote based on post count.','vbulletin','vBulletin Solutions',1199738264,'3.7.0 Beta 4'),(2802,-1,'usergroup_updatepromotion_reputationtype_title','cphelptext','Reputation Comparison Type','vbulletin','vBulletin Solutions',0,''),(2803,-1,'usergroup_updatepromotion_reputation_text','cphelptext','This is the boundary value for reputation level that is used to determine if a user should be promoted.<br /><br />\r\n\r\nIf a user\'s reputation level is \"Greater or Equal to\" or \"Less Than\" (depending on the \"Reputation Comparison Type\" you selected above) this number then the user will be promoted. This value will only be used if \"Reputation\" is included in the \"Promotion Strategy\" setting bellow.','vbulletin','vBulletin Solutions',0,''),(2804,-1,'usergroup_updatepromotion_reputation_title','cphelptext','Reputation Level','vbulletin','vBulletin Solutions',0,''),(2805,-1,'usergroup_updatepromotion_date_text','cphelptext','This is the boundary value for the number of days a user has been registered that is used to determine if a user should be promoted.<br /><br />\r\n\r\nThis value will only be used if \"Date\" is included in the \"Promotion Strategy\" setting below.','vbulletin','vBulletin Solutions',1199985280,'3.7.0 Beta 4'),(2806,-1,'usergroup_updatepromotion_date_title','cphelptext','Days Registered','vbulletin','vBulletin Solutions',0,''),(2807,-1,'usergroup_updatepromotion_posts_text','cphelptext','This is the boundary value for post count that is used to determine if a user should be promoted.<br /><br />\r\n\r\nThis value will only be used if \"Posts\" is included in the \"Promotion Strategy\" setting below.','vbulletin','vBulletin Solutions',1199985268,'3.7.0 Beta 4'),(2808,-1,'usergroup_updatepromotion_posts_title','cphelptext','Posts','vbulletin','vBulletin Solutions',0,''),(2809,-1,'usergroup_updatepromotion_strategy_text','cphelptext','Select which of the above conditions must be true for this promotion to be invoked. Conditions inside parenthesis are evaluated first.<br /><br />\r\n\r\nFor example, if these are your settings:<br /><br />\r\n\r\nReputation Comparison Type = Greater or Equal to<br />\r\nReputation Level = 1000<br />\r\nDays Registered = 30<br />\r\nPosts = 100<br />\r\nPromotion Strategy = Posts and (Reputation or Date)<br /><br />\r\n\r\n...and the user has 1100 reputation, has been registered for 20 days, and has 150 posts then they would be promoted because:<br /><br />\r\n\r\nPosts: 150 >= 100 (true)<br />\r\nReputation: 1100 >= 1000 (true)<br />\r\nDate: 20 >= 30 (false)<br /><br />\r\n\r\n...and so using the \"Posts and (Reputation or Date)\" promotion strategy:<br /><br />\r\n\r\ntrue and (true or false)<br />\r\n= true and (true)<br />\r\n= true','vbulletin','vBulletin Solutions',0,''),(2810,-1,'usergroup_updatepromotion_strategy_title','cphelptext','Promotion Strategy','vbulletin','vBulletin Solutions',0,''),(2811,-1,'usergroup_updatepromotion_type_text','cphelptext','Which promotion type to select depends on how you have your groups and permissions configured. Generally speaking, if the promotion involves just a few changes to permissions and settings then it is easier to setup a new usergroup that grants the new permissions and settings, and then to have the promotion add membership to that group as an \"Additional Usergroup.\" If the promotion involves lots of changes then a \"Primary Usergroup\" change may be called for.','vbulletin','vBulletin Solutions',0,''),(2812,-1,'usergroup_updatepromotion_type_title','cphelptext','Promotion Type','vbulletin','vBulletin Solutions',0,''),(2813,-1,'usergroup_updatepromotion_joinusergroupid_text','cphelptext','If a user meets the criteria for this promotion then they will be made a member of this usergroup. Whether the user\'s primary group is changed or the membership is added as an additional usergroup depends on the \"Promotion Type\" above.','vbulletin','vBulletin Solutions',0,''),(2814,-1,'usergroup_updatepromotion_joinusergroupid_title','cphelptext','Move User to Usergroup','vbulletin','vBulletin Solutions',0,''),(2815,-1,'usergroup_viewjoinrequests_text','cphelptext','This page allows you to moderate join requests for your custom groups. Select a custom group from the menu at the top and click the \"Go\" button to view that group\'s join requests. Next select an action to take for each join request (accept, deny, or ignore).<br /><br />\r\n\r\nAccepting a join request removes the request from this moderation queue and adds the user to the selected group. Denying a join request does exactly that. Ignoring a join request leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to accept, deny, or ignore all join requests then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nUsergroup leaders can also moderate these join requests from the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> section of their User CP.','vbulletin','vBulletin Solutions',0,''),(2816,-1,'usergroup_viewjoinrequests_title','cphelptext','Join Requests','vbulletin','vBulletin Solutions',0,''),(2817,-1,'usertitle_text','cphelptext','<b>User Titles:</b><br />\r\nUser titles are an indication of status on the forums and are displayed below names in posts. vBulletin\'s user title system is fairly straight forward. You can use the <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a> to create a ladder of user titles based on post count.<br /><br />\r\n\r\nNote that if a user\'s usergroup has a \"User Title\" specified (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>) then that user will have their usergroup\'s title instead of the ladder of titles in the <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a>.','vbulletin','vBulletin Solutions',0,''),(2818,-1,'usertitle_title','cphelptext','About User Titles','vbulletin','vBulletin Solutions',0,''),(2819,-1,'usertitle_add_text','cphelptext','Here you can add a new user title based on minimum post count. When a user reaches the specified minimum post count their title will be changed.','vbulletin','vBulletin Solutions',0,''),(2820,-1,'usertitle_add_title','cphelptext','Add New User Title','vbulletin','vBulletin Solutions',0,''),(2821,-1,'usertitle_add_edit_title_text','cphelptext','This is the title that will be given to a user that reaches the minimum post count specified below.','vbulletin','vBulletin Solutions',0,''),(2822,-1,'usertitle_add_edit_title_title','cphelptext','Title','vbulletin','vBulletin Solutions',0,''),(2823,-1,'usertitle_add_edit_minposts_text','cphelptext','This is the minimum number of posts a user needs to get the title specified above. When a user reaches this many posts their title will be changed to the title specified above.','vbulletin','vBulletin Solutions',0,''),(2824,-1,'usertitle_add_edit_minposts_title','cphelptext','Minimum Posts','vbulletin','vBulletin Solutions',0,''),(2825,-1,'usertitle_edit_text','cphelptext','Here you can edit an existing user title. When a user reaches the specified minimum post count their title will be changed.','vbulletin','vBulletin Solutions',0,''),(2826,-1,'usertitle_edit_title','cphelptext','User Title','vbulletin','vBulletin Solutions',0,''),(2827,-1,'usertitle_modify_text','cphelptext','Here you can specify user titles based on post count. When a user reaches the specified minimum post count their title will be changed. User titles are displayed in profiles and in posts.<br /><br />\r\n\r\nClick the \"Add New User Title\" button to create a new user title. Below is a list of existing user titles. To the right of each user title there is a menu with an \"Edit\" and \"Delete\" option. Select the \"Edit\" option to edit the title itself and the minimum post count required to get that title. Select the \"Delete\" option to delete that title all together.','vbulletin','vBulletin Solutions',0,''),(2828,-1,'usertitle_modify_title','cphelptext','User Title Manager','vbulletin','vBulletin Solutions',0,''),(2829,-1,'usertitle_remove_text','cphelptext','This is a confirmation that you want to delete this title. Click the \"Yes\" button to perform the deletion. This action cannot be undone.','vbulletin','vBulletin Solutions',0,''),(2830,-1,'usertitle_remove_title','cphelptext','Delete Title','vbulletin','vBulletin Solutions',0,''),(2831,-1,'usertools_text','cphelptext','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask\">Access Masks</a><br /><br />\r\n\r\n<b>User Tools:</b><br />\r\nThe user tools pages in the Users tab of the Admin CP provide you with the ability to merge users, view and manage private messages, view referral information, and search user IP addresses.<br /><br />\r\n\r\nThe ability to merge users can be very useful when dealing with users who have multiple accounts. The \"Merge Users\" feature literally signs over all of a user\'s posts, private messages, etc to another user account. You can see the \"Merge Users\" page <a href=\"usertools.php?do=merge\" target=\"_blank\">here</a>.<br /><br />\r\n\r\nYou can view your forum\'s private message statistics <a href=\"usertools.php?do=pmstats\" target=\"_blank\">here</a>. This section allows you to view private message statistics for your users according to how many private messages they have stored. You are also given the option to delete a user\'s private messages from this section of the Admin CP.<br /><br />\r\n\r\nIf you have referrals enabled in your <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">vBulletin options</a> then users will be able to link to your forums using their referral id to get credit for referring users to your forums. You can run a report showing referrals on your forums on the <a href=\"usertools.php?do=referrers\" target=\"_blank\">Referrals</a> page. This is useful in seeing which users are referring people to your forums.<br /><br />\r\n\r\nLastly, you can search for users based on IP address or search for IP addresses based on a username on the <a href=\"usertools.php?do=doips\" target=\"_blank\">Search IP Addresses</a> page. vBulletin logs the IP addresses of users who visit your forum. Everyone on the internet has an IP address. Some internet services assign a new IP address every time a user connects, while some assign just one IP address. Users with dynamic IPs can be more elusive than those with static IPs, but either way, IP addresses can be used to identify and target users. Possible applications for searching for IP addresses include identifying other accounts of a person who has a specific IP address and <a href=\"options.php?dogroup=banning&do=options\" target=\"_blank\">IP banning</a> problem users.','vbulletin','vBulletin Solutions',0,''),(2832,-1,'usertools_title','cphelptext','About User Tools','vbulletin','vBulletin Solutions',0,''),(2833,-1,'usertools_doips_text','cphelptext','Here you can match IP addresses to usernames and usernames to IP addresses.','vbulletin','vBulletin Solutions',0,''),(2834,-1,'usertools_doips_title','cphelptext','Search IP Addresses','vbulletin','vBulletin Solutions',0,''),(2835,-1,'usertools_doips_ipaddress_text','cphelptext','Enter an IP address to search for. You may enter a full IP address (eg. 11.22.33.44) or a partial IP address (eg. 11 or 11.22 or 11.22.33 or 11.22.3).<br /><br /><dfn><b>Note:</b> If you have a large post table, this process may lock or take an exceedingly long time to complete.</dfn>','vbulletin','vBulletin Solutions',1199736645,'3.7.0 Beta 4'),(2836,-1,'usertools_doips_ipaddress_title','cphelptext','Find Users by IP Address','vbulletin','vBulletin Solutions',0,''),(2837,-1,'usertools_doips_username_text','cphelptext','Enter the username of a member to search for their IP addresses.','vbulletin','vBulletin Solutions',0,''),(2838,-1,'usertools_doips_username_title','cphelptext','Find IP Addresses for user','vbulletin','vBulletin Solutions',0,''),(2839,-1,'usertools_doips_depth_text','cphelptext','A depth setting of 1 will only return the results of the specified search. A depth setting of 2 will return the results of the specified search, as well as running a search on each of the results.\r\n<br /><br />For example:<br /><br />\r\nA search on 127.0.0.1 with a depth of 1 returns \"Freddie\" and \"Scott\". A search on 127.0.0.1 with a depth setting of 2 returns \"Freddie\" and \"Scott\", as well as returning all of the ip addresses used by \"Freddie\" and \"Scott\".','vbulletin','vBulletin Solutions',0,''),(2840,-1,'usertools_doips_depth_title','cphelptext','Search Depth','vbulletin','vBulletin Solutions',0,''),(2841,-1,'usertools_domerge_text','cphelptext','This page is a confirmation that you want to merge these two users. Please confirm the correct information below and click \"Yes\" button to continue.','vbulletin','vBulletin Solutions',0,''),(2842,-1,'usertools_domerge_title','cphelptext','Confirm Merge','vbulletin','vBulletin Solutions',0,''),(2843,-1,'usertools_gethost_text','cphelptext','Here you can view the hostname of the IP address in question.','vbulletin','vBulletin Solutions',0,''),(2844,-1,'usertools_gethost_title','cphelptext','Get Host','vbulletin','vBulletin Solutions',0,''),(2845,-1,'usertools_merge_text','cphelptext','Here you can combine two users into one. Possible applications include consolidating a user\'s posts, topics, etc who has used multiple accounts.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2846,-1,'usertools_merge_title','cphelptext','Merge Users','vbulletin','vBulletin Solutions',0,''),(2847,-1,'usertools_merge_sourceuser_text','cphelptext','Enter the username of the source user. This user\'s posts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be written over to the destination user\'s account. The source user\'s permissions will be thrown out in favor of the destination user\'s permissions.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2848,-1,'usertools_merge_sourceuser_title','cphelptext','Source Username','vbulletin','vBulletin Solutions',0,''),(2849,-1,'usertools_merge_destuser_text','cphelptext','Enter the username of the destination user. This user will inherit the posts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list of the source user. The destination user\'s permissions will remain the same.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2850,-1,'usertools_merge_destuser_title','cphelptext','Destination Username','vbulletin','vBulletin Solutions',0,''),(2851,-1,'usertools_pmfolderstats_text','cphelptext','This is a report showing this user\'s private message folders and the number of private messages in each folder.','vbulletin','vBulletin Solutions',0,''),(2852,-1,'usertools_pmfolderstats_title','cphelptext','Private Message Stats','vbulletin','vBulletin Solutions',0,''),(2853,-1,'usertools_pmstats_text','cphelptext','Here you search for users with <i>X</i> number of private messages.','vbulletin','vBulletin Solutions',0,''),(2854,-1,'usertools_pmstats_title','cphelptext','Private Message Statistics','vbulletin','vBulletin Solutions',0,''),(2855,-1,'usertools_pmuserstats_text','cphelptext','This is a list of all users with <i>X</i> number of private messages stored.','vbulletin','vBulletin Solutions',0,''),(2856,-1,'usertools_pmuserstats_title','cphelptext','Users with <i>X</i> number of PMs Stored','vbulletin','vBulletin Solutions',0,''),(2857,-1,'usertools_referrers_text','cphelptext','Here you can create a report showing the referrals over a certain time period.\r\n<br /><br />\r\nThe referrer system can be toggled <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\"><b>here</b></a>. Referrals are not logged while the referrer system is off.','vbulletin','vBulletin Solutions',0,''),(2858,-1,'usertools_referrers_title','cphelptext','Referrals','vbulletin','vBulletin Solutions',0,''),(2859,-1,'usertools_referrers_startdate_text','cphelptext','Enter a start date for the report here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute. The report will return all referral information from the start date to the end date.','vbulletin','vBulletin Solutions',0,''),(2860,-1,'usertools_referrers_startdate_title','cphelptext','Start Date','vbulletin','vBulletin Solutions',0,''),(2861,-1,'usertools_referrers_enddate_text','cphelptext','Enter an end date for the report here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute. The report will return all referral information from the start date to the end date.','vbulletin','vBulletin Solutions',0,''),(2862,-1,'usertools_referrers_enddate_title','cphelptext','End Date','vbulletin','vBulletin Solutions',0,''),(2863,-1,'usertools_removepms_text','cphelptext','Click the \"Yes\" button below to remove this user\'s private messages. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(2864,-1,'usertools_removepms_title','cphelptext','Remove User\'s PMs','vbulletin','vBulletin Solutions',0,''),(2865,-1,'usertools_removesentpms_text','cphelptext','Click the \"Yes\" button below to remove all private messages sent by this user. This will delete private messages from this user that are in other members\' inboxes. This action cannot be undone!','vbulletin','vBulletin Solutions',0,''),(2866,-1,'usertools_removesentpms_title','cphelptext','Remove User\'s Sent PMs','vbulletin','vBulletin Solutions',0,''),(2867,-1,'usertools_removesubs_text','cphelptext','Click the \"Yes\" button below to remove this user\'s topic subscriptions. If this user\'s subscriptions are removed, they will no longer receive notifications of new replies in subscribed topics. This action cannot be undone!','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(2868,-1,'usertools_removesubs_title','cphelptext','Remove User\'s Subscriptions','vbulletin','vBulletin Solutions',0,''),(2869,-1,'usertools_showreferrals_text','cphelptext','This is a list of all referrals for this user from the specified start date to the specified end date.','vbulletin','vBulletin Solutions',0,''),(2870,-1,'usertools_showreferrals_title','cphelptext','Show Referrals','vbulletin','vBulletin Solutions',0,''),(2871,-1,'usertools_showreferrers_text','cphelptext','This is a report showing all referrers from the specified start date to the specified end date. Click on the usernames below to see each referral for that person.','vbulletin','vBulletin Solutions',0,''),(2872,-1,'usertools_showreferrers_title','cphelptext','Show Referrers','vbulletin','vBulletin Solutions',0,''),(2873,-1,'verify_intro_text','cphelptext','<p><strong>Human Verification</strong></p>\r\n<p>The Human Verification system is designed to stop the spamming of forums by automated processes.</p>\r\n<p>It presents visiting users with a task to complete, which is usually simple for humans to do, but requires very complex or costly computing power for a machine to achieve.</p>','vbulletin','vBulletin Solutions',1205929568,'3.7.0 Release Candidate 1'),(2874,-1,'verify_intro_title','cphelptext','Human Verification Options','vbulletin','vBulletin Solutions',1205929568,'3.7.0 Release Candidate 1'),(2875,-1,'verify_intro_hv_recaptcha_privatekey_text','cphelptext','In order to use reCAPTCHA™ you need to sign up for the service at <a href=\"http://www.google.com/recaptcha\">recaptcha.net</a>, which will provide you with a public and a private key. You need to enter the private key you are given here.','vbulletin','vBulletin Solutions',1345502771,'5.0.0 Alpha 36'),(2876,-1,'verify_intro_hv_recaptcha_privatekey_title','cphelptext','reCAPTCHA™ Private Key','vbulletin','vBulletin Solutions',1208796155,'3.7.0 Release Candidate 4'),(2877,-1,'verify_intro_hv_recaptcha_publickey_text','cphelptext','In order to use reCAPTCHA™ you need to sign up for the service at <a href=\"http://www.google.com/recaptcha\">recaptcha.net</a>, which will provide you with a public and a private key. You need to enter the public key you are given here.','vbulletin','vBulletin Solutions',1345502859,'5.0.0 Alpha 36'),(2878,-1,'verify_intro_hv_recaptcha_publickey_title','cphelptext','reCAPTCHA™ Public Key','vbulletin','vBulletin Solutions',1208796122,'3.7.0 Release Candidate 4'),(2879,-1,'verify_intro_hv_recaptcha_theme_text','cphelptext','reCAPTCHA™ provides different themes for their CAPTCHA\'s. This option allows you to select the theme to use within your forums.','vbulletin','vBulletin Solutions',1208796230,'3.7.0 Release Candidate 4'),(2880,-1,'verify_intro_hv_recaptcha_theme_title','cphelptext','reCAPTCHA™ Theme','vbulletin','vBulletin Solutions',1208796230,'3.7.0 Release Candidate 4'),(2881,-1,'verify_intro_hv_type_text','cphelptext','<p><strong>Image Verification</strong></p>\r\n<p>Image verification presents a series of distorted numbers and letters that the user is required to enter. Either GD2 or ImageMagick support is required from your PHP server in order to use this option. This is the classic option that most users are accustomed to encountering. Disabled users will be blocked with this option.</p>\r\n\r\n<p><strong>Question & Answer</strong></p>\r\n<p>Question & Answer verification employs a random question challenge with a predefined set of appropriate answers. The questions and answers must be defined by the administrator. This allows the questions to be tailored to the forum content as well as preventing a common set of questions from becoming prevalent across a large section of vBulletin forums. Maintaining unique questions is required for this option to be successful. This option should be accessible to any impaired user that is able to use the Internet.</p>\r\n\r\n<p><strong>reCAPTCHA™</strong></p>\r\n<p>reCAPTCHA™ employs an image verification provided by <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">recaptcha.net</a>. Two obscured words are provided for the user to enter. This feature offers the user the option to choose an audio test.</p>','vbulletin','vBulletin Solutions',1345502919,'5.0.0 Alpha 36'),(2882,-1,'verify_intro_hv_type_title','cphelptext','Human Verification Library','vbulletin','vBulletin Solutions',1205929473,'3.7.0 Release Candidate 1'),(2883,-1,'verify_intro_regimagetype_text','cphelptext','<p>In order to generate verification images, vBulletin must have access to an image processing library. There are currently two libraries with which vBulletin can work: GD and ImageMagick.</p>\r\n\r\n<p>Of these, ImageMagick is generally preferred, but in order to use it you must ensure that it is installed on your server.</p>\r\n\r\n<p>If you can see both the GD and the ImageMagick versions of the image, you can choose either library.</p>\r\n\r\n<p>If you are unable to see the ImageMagick image, it either means that you do not have ImageMagick available on your server, or that you have not entered a valid path to the ImageMagick binaries in your <a href=\"options.php?dogroup=imagesettings\" target=\"_blank\">Image Settings</a>.</p>','vbulletin','vBulletin Solutions',1208657709,'3.7.0 Release Candidate 4'),(2884,-1,'verify_intro_regimagetype_title','cphelptext','Image Verification Library','vbulletin','vBulletin Solutions',1205930455,'3.7.0 Release Candidate 1'),(2885,-1,'verify_intro_regimageoption_text','cphelptext','<p>When generating verification images, vBulletin allows you to control the complexity of the text shown in the images.</p>\r\n\r\n<p>The more of these options you enable, the more complex the text will appear. This will cause machines to have more of a problem in cracking the image, but will also cause visitors to have to look more closely and risks genuinely unreadable text.</p>\r\n\r\n<p>Experiment with different settings to achieve the balance that is right for your own board.</p>\r\n\r\n<p>Hint: Each time you change the options and save the page, when the page reloads the example images for the \'Image Verification Library\' setting will reflect the choices you have made.</p>','vbulletin','vBulletin Solutions',1205932621,'3.7.0 Release Candidate 1'),(2886,-1,'verify_intro_regimageoption_title','cphelptext','Image Verification Options','vbulletin','vBulletin Solutions',1205932491,'3.7.0 Release Candidate 1'),(2887,-1,'verify_modifyanswer_answer_text','cphelptext','The answer may be any string that you wish to be matched. The case of the answer is not evaluated so you can not require the answer to match exactly if you use uppercase within the answer.','vbulletin','vBulletin Solutions',1192812015,'3.7.0 Beta 1'),(2888,-1,'verify_modifyanswer_answer_title','cphelptext','Answer','vbulletin','vBulletin Solutions',1192812015,'3.7.0 Beta 1'),(2889,-1,'verify_modifyquestion_question_text','cphelptext','A random question will be displayed to the user when a form requiring verification is displayed. The user must provide an answer that matches an answer that has been associated with the question. An incorrect answer will require the user to try again with a new randomly selected question.','vbulletin','vBulletin Solutions',1192811060,'3.7.0 Beta 1'),(2890,-1,'verify_modifyquestion_question_title','cphelptext','Question','vbulletin','vBulletin Solutions',1192811060,'3.7.0 Beta 1'),(2891,-1,'verify_modifyquestion_regex_text','cphelptext','You may require the answer to match a PCRE-type regular expression. You are not required to provide answers to a question if you choose to define a regular expression as satisfying the answer. You may also offer both a regular expression and a list of answers if you wish.\r\n<br /><br />\r\n<span class=\"smallfont\">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\nExamples:<br /><br />\r\n<b>^[A-Z]+$</b> - Characters from A-Z only<br />\r\n<b>^[A-Z ]+$</b> - Characters from A-Z including space<br />\r\n<b>^[A-Z0-9 ]+$</b> - Alphanumeric characters including space<br />\r\n<b>^[\\x20-\\x7E]+$</b> - ASCII characters from 32-127<br />\r\n<br />\r\nSee <a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PHP.net</a> for more information on regular expressions.','vbulletin','vBulletin Solutions',1192811889,'3.7.0 Beta 1'),(2892,-1,'verify_modifyquestion_regex_title','cphelptext','Regular Expression Match','vbulletin','vBulletin Solutions',1192811889,'3.7.0 Beta 1'),(2893,-1,'access_denied','accessmask','Access Denied','vbulletin','',0,''),(2894,-1,'access_denied_x_users','accessmask','Access Denied: {1} User(s)','vbulletin','',0,''),(2895,-1,'access_granted','accessmask','Access Granted','vbulletin','',0,''),(2896,-1,'access_granted_x_users','accessmask','Access Granted: {1} User(s)','vbulletin','',0,''),(2897,-1,'access_mask_manager','accessmask','Access Mask Manager','vbulletin','',0,''),(2898,-1,'access_masks_quick_editor','accessmask','Access Masks Quick Editor','vbulletin','',0,''),(2899,-1,'coppa_perm_form_desc','accessmask','Due to the age requirement to access to this site, we would have to get a sign agreement from a parent or guardian\r\nbefore you can access this site.','vbulletin','vBulletin Solutions',1357212722,'5.0.0 Beta 25'),(2900,-1,'delete_all_access_masks','accessmask','Delete All Access Masks','vbulletin','',0,''),(2901,-1,'display_all_users','accessmask','Display All Users','vbulletin','',0,''),(2902,-1,'display_users','accessmask','Display Users','vbulletin','',0,''),(2903,-1,'enter_email_content_here','accessmask','Enter the content you wish to send here.','vbulletin','vBulletin Solutions',1382655713,'5.1.0 Alpha 3'),(2904,-1,'enter_email_message_and_recipients','accessmask','Please enter at least an email message and at least one recipient. A subject is recommended but not required.','vbulletin','vBulletin Solutions',1382716155,'5.1.0 Alpha 3'),(2905,-1,'enter_email_subject','accessmask','Enter Email Subject','vbulletin','vBulletin Solutions',1382657305,'5.1.0 Alpha 3'),(2906,-1,'public_preview','accessmask','Public Preview','vbulletin','vBulletin Solutions',1380754310,'5.1.0 Alpha 2'),(2907,-1,'share_post_link_help','accessmask','Share this post by copying and pasting the link below','vbulletin','vBulletin Solutions',1353039131,'5.0.0 Beta 20'),(2908,-1,'sort','accessmask','Sort','vbulletin','',0,''),(2909,-1,'type_email_semicolon_separated','accessmask','Type emails addresses and separate them with a semicolon','vbulletin','vBulletin Solutions',1382655682,'5.1.0 Alpha 3'),(2910,-1,'user_channel_access_for_x','accessmask','User Channel Access for {1}','vbulletin','',1322764247,'5.0.0 Alpha 10'),(2911,-1,'ad_html','advertising','Ad HTML','vbulletin','',1222274797,'3.8.0 Alpha 1'),(2912,-1,'ad_list_description','advertising','Choose from existing {1} ad list to edit or create a new {1} ad.','vbulletin','',1337233107,'5.0.0 Alpha 27'),(2913,-1,'ad_location','advertising','Ad Location','vbulletin','',0,''),(2914,-1,'add_first_post_content_ad','advertising','Add First Post Content Ad','vbulletin','vBulletin Solutions',1352990182,'5.0.0 Beta 20'),(2915,-1,'add_last_post_content_ad','advertising','Add Last Post Content Ad','vbulletin','vBulletin Solutions',1352990182,'5.0.0 Beta 20'),(2916,-1,'add_new_ad_gadvertising','advertising','Add New Ad','vbulletin','',1222275189,'5.0.0 Alpha 8'),(2917,-1,'are_you_sure_want_to_delete_ad_x','advertising','Are you sure you want to permanently delete the ad <em>{1}</em>? <span class=\"smallfont\">({2}={3})</span><br />\r\n<br />\r\nThis operation cannot be un-done.','vbulletin','vBulletin Solutions',1352171059,'5.0.0 Beta 19'),(2918,-1,'browsing_content_page_criteria','advertising','User is browsing a {1} page.','vbulletin','',1260491707,'4.0.0 Release Candidate 2'),(2919,-1,'copy_html_from_ad_provider','advertising','Copy and paste the Ad HTML code from your Ad provider','vbulletin','',1337331382,'5.0.0 Alpha 25'),(2920,-1,'edit_ad','advertising','Edit Ad','vbulletin','',1222275197,'3.8.0 Alpha 1'),(2921,-1,'enter_ad_title_here','advertising','Enter an Ad title here','vbulletin','',1337331358,'5.0.0 Alpha 25'),(2922,-1,'non_content','advertising','Non-Content','vbulletin','',1260491728,'4.0.0 Release Candidate 2'),(2923,-1,'first_picture','album','First Picture','vbulletin','vBulletin Solutions',1192713017,'3.7.0 Beta 1'),(2924,-1,'last_picture','album','Last Picture','vbulletin','vBulletin Solutions',1192533689,'3.7.0 Beta 1'),(2925,-1,'move_to_album','album','Move to album','vbulletin','',1215599625,'3.8.0 Alpha 1'),(2926,-1,'next_picture','album','Next Picture »','vbulletin','vBulletin Solutions',1192712995,'3.7.0 Beta 1'),(2927,-1,'note_comment_may_be_visible_locations','album','(Note: your comment may be visible in alternative locations)','vbulletin','vBulletin Solutions',1209736511,'3.7.1'),(2928,-1,'only_report_inappropriate_pictures','album','<strong>Note</strong>: This is ONLY to be used to report inappropriate pictures.','vbulletin','vBulletin Solutions',1196420463,'3.7.0 Beta 1'),(2929,-1,'overview','album','Overview','vbulletin','',1217239246,'3.8.0 Alpha 1'),(2930,-1,'previous_picture','album','« Previous Picture','vbulletin','vBulletin Solutions',1192712958,'3.7.0 Beta 1'),(2931,-1,'private_album_paren','album','(Private Album)','vbulletin','vBulletin Solutions',1198185391,'3.7.0 Beta 4'),(2932,-1,'profile_album_paren','album','(Profile Album)','vbulletin','vBulletin Solutions',1198185409,'3.7.0 Beta 4'),(2933,-1,'public','album','Public','vbulletin','vBulletin Solutions',1198108101,'3.7.0 Beta 4'),(2934,-1,'recently_updated_albums','album','Recently Updated Albums','vbulletin','',1217239179,'3.8.0 Alpha 1'),(2935,-1,'report_picture','album','Report Picture','vbulletin','vBulletin Solutions',1196158776,'3.7.0 Beta 1'),(2936,-1,'report_picture_comment','album','Report Picture Comment','vbulletin','vBulletin Solutions',1200332722,'3.7.0 Beta 4'),(2937,-1,'unlimited','album','Unlimited','vbulletin','vBulletin Solutions',1192531739,'3.7.0 Beta 1'),(2938,-1,'upload_pictures','album','Upload Pictures','vbulletin','vBulletin Solutions',1192531767,'3.7.0 Beta 1'),(2939,-1,'add_a_single_post_icon','attachment_image','Add a Single Post Icon','vbulletin','',0,''),(2940,-1,'add_a_single_smilie','attachment_image','Add a Single Smilie','vbulletin','',0,''),(2941,-1,'add_multiple_post_icons','attachment_image','Add Multiple Post Icons','vbulletin','',0,''),(2942,-1,'add_multiple_smilies','attachment_image','Add Multiple Smilies','vbulletin','',0,''),(2943,-1,'add_new_extension','attachment_image','Add New Extension','vbulletin','vBulletin Solutions',1225924520,'4.0.0 Alpha 1'),(2944,-1,'add_new_post_icon_category','attachment_image','Add New Post Icon Category','vbulletin','',0,''),(2945,-1,'add_new_smilie_category','attachment_image','Add New Smilie Category','vbulletin','',0,''),(2946,-1,'add_post_icon','attachment_image','Add Post Icon','vbulletin','',0,''),(2947,-1,'add_post_icons','attachment_image','Add Post Icons','vbulletin','',0,''),(2948,-1,'add_smilie','attachment_image','Add Smilie','vbulletin','',0,''),(2949,-1,'add_smilies','attachment_image','Add Smilies','vbulletin','',0,''),(2950,-1,'adding_multiple_post_icons_reading_from_x','attachment_image','Adding Multiple Post Icons </b>Reading from {1}<b>','vbulletin','',0,''),(2951,-1,'adding_multiple_smilies_reading_from_x','attachment_image','Adding Multiple Smilies </b>Reading from {1}<b>','vbulletin','',0,''),(2952,-1,'album_pictures','attachment_image','Album Pictures','vbulletin','vBulletin Solutions',1192538438,'3.7.0 Beta 1'),(2953,-1,'are_you_sure_want_to_delete_post_icon_x','attachment_image','Are you <b>sure</b> you want to delete the post icon called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(2954,-1,'are_you_sure_want_to_delete_smilie_x','attachment_image','Are you <b>sure</b> you want to delete the smilie called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(2955,-1,'are_you_sure_you_want_to_delete_the_attachment_type_x','attachment_image','Are you sure you want to delete the attachment type: \'{1}\'?','vbulletin','',0,''),(2956,-1,'are_you_sure_you_want_to_delete_the_attachment_x','attachment_image','Are you sure you want to delete the attachment: \'{1}\'?','vbulletin','',0,''),(2957,-1,'are_you_sure_you_want_to_delete_the_post_icon_category_called_x','attachment_image','Are you sure you want to delete the post icon category called: \'{1}\'?<br /><br />Delete all Post Icons from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n{2}\\t\\t</select>','vbulletin','',0,''),(2958,-1,'are_you_sure_you_want_to_delete_the_smilie_category_called_x','attachment_image','Are you sure you want to delete the Smilie category called: \'{1}\'?<br /><br />Delete all Smilies from this category? Yes<input type=\"radio\" name=\"deleteitems\" value=\"1\" /> No<input type=\"radio\" name=\"deleteitems\" value=\"0\" checked=\"checked\" /><br /><br /> If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.<br /><br /> Destination Category: <select name=\"destinationid\">\\n{2}\\t\\t</select>','vbulletin','',0,''),(2959,-1,'are_you_sure_you_want_to_delete_these_attachments','attachment_image','Are you sure you want to delete these attachments?','vbulletin','',0,''),(2960,-1,'attached_after','attachment_image','Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>','vbulletin','',0,''),(2961,-1,'attached_before','attachment_image','Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>','vbulletin','',0,''),(2962,-1,'attached_by','attachment_image','Attached By <dfn>(username)</dfn>','vbulletin','',0,''),(2963,-1,'attachment_file_path_dfn','attachment_image','Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',0,''),(2964,-1,'attachment_filesize_sum','attachment_image','Attachment File-size Sum','vbulletin','',1239910478,'5.0.0 Alpha 35'),(2965,-1,'attachment_is_visible_gattachment_image','attachment_image','Attachment is Visible','vbulletin','',1320280989,'5.0.0 Alpha 8'),(2966,-1,'attachment_manager_gattachment_image','attachment_image','Attachment Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(2967,-1,'attachment_permissions_gattachment_image','attachment_image','Attachment Permissions','vbulletin','vBulletin Solutions',1148069742,'5.0.0 Alpha 8'),(2968,-1,'attachment_permissions_manager','attachment_image','Attachment Permissions Manager','vbulletin','',1220017052,'3.8.0 Alpha 1'),(2969,-1,'attachment_rebuild_successful','attachment_image','Attachment Type Rebuilt successful. The attachments will be rebuilt one by one when they are first displayed.','vbulletin','',0,'5.0.5 Alpha 3'),(2970,-1,'attachment_removal','attachment_image','We have completed moving attachments to the filesystem. Presently, the attachments still remain in the database and are being read from there. If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database. This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.<br /><br />\r\nAttachments in Database: {1}<br />\r\nTotal Attachments Processed: {2}<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be created or are 0 bytes: {3}<br />\r\n<b>The above value should be 0</b>! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.','vbulletin','',0,''),(2971,-1,'attachment_type','attachment_image','Attachment Type','vbulletin','',0,''),(2972,-1,'attachmentid_start_at','attachment_image','Attachmentid to start at:<dfn>Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.</dfn>','vbulletin','',0,''),(2973,-1,'attachments_are_currently_being_stored_in_the_database','attachment_image','Attachments are currently being stored in the database','vbulletin','',0,''),(2974,-1,'attachments_are_currently_being_stored_in_the_filesystem_at_x','attachment_image','Attachments are currently being stored in the filesystem at {1}','vbulletin','',0,''),(2975,-1,'attachments_to_show_per_page','attachment_image','Attachments to Show Per Page','vbulletin','',0,''),(2976,-1,'avatar_file_path','attachment_image','Avatar File Path','vbulletin','',0,''),(2977,-1,'avatar_file_path_dfn','attachment_image','Avatar File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',0,''),(2978,-1,'avatar_gattachment_image','attachment_image','Avatar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(2979,-1,'avatars_are_currently_being_served_from_the_filesystem_at_x','attachment_image','Avatars are currently being served from the filesystem at {1}','vbulletin','',0,''),(2980,-1,'average_attachment_filesize','attachment_image','Average Attachment File-size','vbulletin','',1344992651,'5.0.0 Alpha 35'),(2981,-1,'can_use_this_extension','attachment_image','Can use this extension','vbulletin','vBulletin Solutions',1148070857,'3.6.0 Beta 1'),(2982,-1,'can_use_this_post_icon_category','attachment_image','Can Use This Post Icon Category','vbulletin','',0,''),(2983,-1,'can_use_this_smilie_category','attachment_image','Can Use This Smilie Category','vbulletin','',0,''),(2984,-1,'confirm_attachment_removal','attachment_image','Confirm Attachment Removal','vbulletin','',0,''),(2985,-1,'confirm_deletion_of_attachment_type_x','attachment_image','Confirm Deletion of Attachment Type: <span class=\"normal\">{1}</span>','vbulletin','vBulletin Solutions',1225996868,'4.0.0 Alpha 1'),(2986,-1,'confirm_deletion_of_post_icon_category_x','attachment_image','Confirm Deletion of Post Icon Category: <span class=\"normal\">{1}</span>','vbulletin','',0,''),(2987,-1,'confirm_deletion_of_smilie_category_x','attachment_image','Confirm Deletion of Smilie Category: <span class=\"normal\">{1}</span>','vbulletin','',0,''),(2988,-1,'contains','attachment_image','Contains','vbulletin','',0,''),(2989,-1,'content_type','attachment_image','Content Type','vbulletin','vBulletin Solutions',1225920205,'4.0.0 Alpha 1'),(2990,-1,'contenttype_vbforum_album','attachment_image','Forum Albums','vbulletin','vBulletin Solutions',1240962335,'4.0.0 Alpha 1'),(2991,-1,'contenttype_vbforum_socialgroup','attachment_image','Groups','vbulletin','',1345672717,'5.0.0 Alpha 37'),(2992,-1,'custom_attachment_permissions','attachment_image','Custom Attachment Permissions','vbulletin','vBulletin Solutions',1148072057,'3.6.0 Beta 1'),(2993,-1,'delete_selected_attachments','attachment_image','Delete Selected Attachments','vbulletin','',0,''),(2994,-1,'disk_space_used','attachment_image','Disk Space Used','vbulletin','',0,''),(2995,-1,'downloads_gattachment_image','attachment_image','Downloads','vbulletin','',1320280989,'5.0.0 Alpha 8'),(2996,-1,'downloads_greater_than','attachment_image','More Than X Downloads','vbulletin','',0,''),(2997,-1,'downloads_less_than','attachment_image','Less Than X Downloads','vbulletin','',0,''),(2998,-1,'edit_attachment','attachment_image','Edit Attachment','vbulletin','',0,''),(2999,-1,'edit_attachment_permissions_for_usergroup_x_in_extension_y','attachment_image','Edit Attachment Permissions For Usergroup: </b>{1}<b> in Extension </b>{2}<b>','vbulletin','vBulletin Solutions',1148070810,'3.6.0 Beta 1'),(3000,-1,'edit_post_icon_categories','attachment_image','Edit Post Icon Categories','vbulletin','',0,''),(3001,-1,'edit_smilie_categories','attachment_image','Edit Smilie Categories','vbulletin','',0,''),(3002,-1,'edit_storage_type','attachment_image','Edit Storage Type','vbulletin','',0,''),(3003,-1,'extension','attachment_image','Extension','vbulletin','',0,''),(3004,-1,'file_removal','attachment_image','Attachments in Database: {1}<br />\r\nTotal Attachments Processed: {2}<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be read or are 0 bytes: {3}<br /><br />\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select \"{4}\" below to remove the attachments from the filesystem.<br /><br />\r\nThis step cannot be reversed and may take a few minutes depending on the number of attachments. Please be patient.<br /><br />\r\nWe will only be able to remove attachments and attachment directories that we have write permission to. Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.','vbulletin','',1329416725,'5.0.0 Alpha 19'),(3005,-1,'filesize_gattachment_image','attachment_image','File-size','vbulletin','',1344992762,'5.0.0 Alpha 35'),(3006,-1,'filesize_greater_than','attachment_image','File-size Greater Than <dfn>(bytes)</dfn>','vbulletin','',1344992789,'5.0.0 Alpha 35'),(3007,-1,'filesize_less_than','attachment_image','File-size Less Than <dfn>(bytes)</dfn>','vbulletin','',1344992857,'5.0.0 Alpha 35'),(3008,-1,'filetype_gattachment_image','attachment_image','filetype','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3009,-1,'finalize','attachment_image','Finalize','vbulletin','',0,''),(3010,-1,'find_all_attachments_older_than_days','attachment_image','Find All Attachments Older Than X Days','vbulletin','',0,''),(3011,-1,'five_largest_attachments','attachment_image','Five Largest Attachments','vbulletin','',0,''),(3012,-1,'five_most_popular_attachments','attachment_image','Five Most Popular Attachments','vbulletin','',0,''),(3013,-1,'five_users_most_attachment_space','attachment_image','Five Users Whose Attachments Take Up the Most Space','vbulletin','',0,''),(3014,-1,'images_are_currently_being_served_from_the_database','attachment_image','Images are currently being served from the database','vbulletin','',0,''),(3015,-1,'invalid_attachment_type_x','attachment_image','Invalid Attachments Type: {1}','vbulletin','',0,'5.0.5 Alpha 3'),(3016,-1,'location','attachment_image','Location','vbulletin','vBulletin Solutions',1225999449,'4.0.0 Alpha 1'),(3017,-1,'max_height_dfn','attachment_image','Maximum Height<dfn>(in pixels, 600 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>','vbulletin','',0,''),(3018,-1,'max_width_dfn','attachment_image','Maximum Width<dfn>(in pixels, 800 for example)<br /><br />This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.</dfn>','vbulletin','',0,''),(3019,-1,'maximum_filesize','attachment_image','Maximum File-size','vbulletin','',1344992895,'5.0.0 Alpha 35'),(3020,-1,'maximum_filesize_dfn','attachment_image','Max File-size<dfn>(in bytes)<br /><br />There are several configuration options that limit the maximum size of uploaded files. Consult the Quick Stats on the your main Admin CP page for your current settings.</dfn>','vbulletin','',1344992957,'5.0.0 Alpha 35'),(3021,-1,'maximum_height','attachment_image','Max Height','vbulletin','',0,''),(3022,-1,'maximum_width','attachment_image','Max Width','vbulletin','',0,''),(3023,-1,'mime_type_dfn','attachment_image','Mime Type & Headers<dfn>This controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.<br /><br />This option is intended to be filled with HTTP Headers, one per line. To specify a MIME type, please use <br /><br /><em>Content-Type: type/subtype</dfn>','vbulletin','',1210082906,'3.7.1'),(3024,-1,'move_avatars_to_a_different_directory','attachment_image','Move Avatars to a Different Directory','vbulletin','',0,''),(3025,-1,'move_items_from_database_into_filesystem','attachment_image','Move Items from Database into File System','vbulletin','',0,''),(3026,-1,'move_items_from_filesystem_into_database','attachment_image','Move Items from File System into Database','vbulletin','',0,''),(3027,-1,'move_items_to_a_different_directory','attachment_image','Move Items to a Different Directory','vbulletin','',0,''),(3028,-1,'move_profilepics_to_a_different_directory','attachment_image','Move Profile Pictures to a Different Directory','vbulletin','',0,''),(3029,-1,'move_sigpics_to_a_different_directory','attachment_image','Move Signature Pictures to a Different Directory','vbulletin','',1142519066,'3.6.0 Beta 1'),(3030,-1,'new_window','attachment_image','New Window','vbulletin','',1263303983,'4.0.2'),(3031,-1,'number_of_attachments_to_process_per_cycle_gattachment_image','attachment_image','Number of attachments to process per cycle','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3032,-1,'number_of_users_to_process_per_cycle_gattachment_image','attachment_image','Number of Users to process per cycle','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3033,-1,'permissions_for_post_icon_category_x','attachment_image','Permissions For Post Icon Category <span class=\"normal\">{1}</span>','vbulletin','',0,''),(3034,-1,'permissions_for_smilie_category_x','attachment_image','Permissions For Smilie Category <span class=\"normal\">{1}</span>','vbulletin','',0,''),(3035,-1,'please_select_a_image_to_crop','attachment_image','Please select a image to crop','vbulletin','',1343088494,'5.0.0 Alpha 31'),(3036,-1,'post_icon_category','attachment_image','Post Icon Category','vbulletin','',0,''),(3037,-1,'post_icon_file_path','attachment_image','Post Icon File Path','vbulletin','',0,''),(3038,-1,'post_icon_file_path_dfn','attachment_image','Post Icon File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',0,''),(3039,-1,'post_icon_gattachment_image','attachment_image','Post Icon','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3040,-1,'post_icon_manager_gattachment_image','attachment_image','Post Icon Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3041,-1,'post_icon_permissions','attachment_image','Post Icon Permissions','vbulletin','',0,''),(3042,-1,'post_icons_deleted','attachment_image','Post Icons Deleted','vbulletin','',0,''),(3043,-1,'post_icons_file_path','attachment_image','Post Icons File Path','vbulletin','',0,''),(3044,-1,'post_icons_to_show_per_page','attachment_image','Post Icons to Show Per Page','vbulletin','',0,''),(3045,-1,'processing_post_icon','attachment_image','Processing Post Icon','vbulletin','',0,''),(3046,-1,'processing_smilie','attachment_image','Processing Smilie','vbulletin','',1274797471,'4.0.4'),(3047,-1,'profilepic_file_path_dfn','attachment_image','Profile Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',0,''),(3048,-1,'profilepics_are_currently_being_served_from_the_filesystem_at_x','attachment_image','Profile pictures are currently being served from the filesystem at {1}','vbulletin','',0,''),(3049,-1,'prune_attachments','attachment_image','Prune Attachments','vbulletin','',0,''),(3050,-1,'rebuild_all_attachments','attachment_image','Rebuild all attachments','vbulletin','',0,'5.0.5 Alpha 3'),(3051,-1,'removing_x_attachments','attachment_image','Removing <strong>{1}</strong> attachments from the database.','vbulletin','',0,''),(3052,-1,'removing_x_records','attachment_image','Removing {1} record(s)','vbulletin','vBulletin Solutions',1192540414,'3.7.0 Beta 1'),(3053,-1,'show_all_post_icons','attachment_image','Show All Post Icons','vbulletin','',0,''),(3054,-1,'show_all_smilies_gattachment_image','attachment_image','Show all Smilies','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3055,-1,'showing_attachments_x_to_y_of_z','attachment_image','Showing Attachments {1} to {2} of {3}','vbulletin','',1205925440,'3.7.0 Release Candidate 1'),(3056,-1,'sigpic_file_path_dfn','attachment_image','Signature Picture Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',1142519066,'3.6.0 Beta 1'),(3057,-1,'sigpics_are_currently_being_served_from_the_filesystem_at_x','attachment_image','Signature pictures are currently being served from the filesystem at {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(3058,-1,'smilie','attachment_image','Smilie','vbulletin','',0,''),(3059,-1,'smilie_category','attachment_image','Smilie Category','vbulletin','',0,''),(3060,-1,'smilie_file_path','attachment_image','Smilie File Path','vbulletin','',0,''),(3061,-1,'smilie_file_path_dfn','attachment_image','Smilie File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>','vbulletin','',0,''),(3062,-1,'smilie_manager_gattachment_image','attachment_image','Smilie Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3063,-1,'smilie_permissions','attachment_image','Smilie Permissions','vbulletin','',0,''),(3064,-1,'smilies_deleted','attachment_image','Smilies Deleted','vbulletin','',0,''),(3065,-1,'smilies_file_path','attachment_image','Smilies File Path','vbulletin','',0,''),(3066,-1,'smilies_to_show_per_page','attachment_image','Smilies to Show Per Page','vbulletin','',0,''),(3067,-1,'smilietext_x_taken','attachment_image','The replacement text {1} is already in use!','vbulletin','',0,''),(3068,-1,'standard_using_default_attachment_permissions','attachment_image','<b>Standard:</b> Using default attachment permissions','vbulletin','vBulletin Solutions',1148069648,'3.6.0 Beta 1'),(3069,-1,'storage_type','attachment_image','Storage Type','vbulletin','',0,''),(3070,-1,'text_to_replace','attachment_image','Text to Replace','vbulletin','',0,''),(3071,-1,'thumb','attachment_image','Thumb','vbulletin','',0,''),(3072,-1,'thumbnails','attachment_image','Thumbnails','vbulletin','vBulletin Solutions',1192539176,'3.7.0 Beta 1'),(3073,-1,'total_downloads','attachment_image','Total Downloads','vbulletin','',0,''),(3074,-1,'total_size_gattachment_image','attachment_image','Total Size','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3075,-1,'uncategorized_gattachment_image','attachment_image','uncategorized','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3076,-1,'unique_total_attachments','attachment_image','Unique / Total Attachments','vbulletin','vBulletin Solutions',1227226621,'4.0.0 Alpha 1'),(3077,-1,'upload_post_icon_gattachment_image','attachment_image','Upload Post Icon','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3078,-1,'upload_smilie_gattachment_image','attachment_image','Upload Smilie','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3079,-1,'url_to_avatars_relative_to_your_forums_home_page','attachment_image','URL to avatars <dfn>(Relative to your forums home page)</dfn>','vbulletin','',0,''),(3080,-1,'url_to_profilepics_relative_to_your_forums_home_page','attachment_image','URL to Profile Pictures <dfn>(Relative to your forums home page)</dfn>','vbulletin','',0,''),(3081,-1,'url_to_sigpics_relative_to_your_forums_home_page','attachment_image','URL to Signature Pictures<dfn>(Relative to your forums home page)</dfn>','vbulletin','',1142519066,'3.6.0 Beta 1'),(3082,-1,'user_pictures','attachment_image','User Pictures','vbulletin','',0,''),(3083,-1,'userpic_manager','attachment_image','User Picture Manager','vbulletin','',0,''),(3084,-1,'view_attachments','attachment_image','View Attachments','vbulletin','',0,''),(3085,-1,'view_content_gattachment_image','attachment_image','View Content','vbulletin','vBulletin Solutions',1227226940,'5.0.0 Alpha 8'),(3086,-1,'view_largest_attachments','attachment_image','View Largest Attachments','vbulletin','',0,''),(3087,-1,'view_most_popular_attachments','attachment_image','View Most Popular Attachments','vbulletin','',0,''),(3088,-1,'view_newest_attachments','attachment_image','View Newest Attachments','vbulletin','',0,''),(3089,-1,'view_oldest_attachments','attachment_image','View Oldest Attachments','vbulletin','',0,''),(3090,-1,'view_permissions_gattachment_image','attachment_image','View Permissions','vbulletin','vBulletin Solutions',1148058018,'5.0.0 Alpha 8'),(3091,-1,'visible_gattachment_image','attachment_image','Visible','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3092,-1,'we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem','attachment_image','<p>We are ready to attempt to move your Attachments from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>','vbulletin','',0,''),(3093,-1,'we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database','attachment_image','<p>We are ready to attempt to move your Attachments from the Filesystem to the Database.</p> <p>It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>','vbulletin','',0,''),(3094,-1,'we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem','attachment_image','<p>We are ready to attempt to move your Images from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.</p> <p>We will not finalize the move until the end of the process.</p> <p>If the process aborts before the end, you will need to free up space before trying again.</p>','vbulletin','',0,''),(3095,-1,'we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database','attachment_image','<p>We are ready to attempt to move your images from the filesystem to the database.</p>\r\n\r\n<p>It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.</p>\r\n\r\n<p>We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.</p>','vbulletin','vBulletin Solutions',1158575365,'3.6.2'),(3096,-1,'ban_options','banning','Ban Options','vbulletin','vBulletin Solutions',1192466939,'3.7.0 Beta 1'),(3097,-1,'ban_period','banning','Ban Period','vbulletin','',0,''),(3098,-1,'ban_reason','banning','Ban Reason','vbulletin','',0,''),(3099,-1,'ban_time_remaining','banning','Ban Time Remaining','vbulletin','',0,''),(3100,-1,'ban_user_gbanning','banning','Ban User','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3101,-1,'ban_will_be_lifted_on','banning','Ban Will Be Lifted On','vbulletin','',0,''),(3102,-1,'banned_by','banning','Banned By','vbulletin','',0,''),(3103,-1,'banned_on','banning','Banned On','vbulletin','',0,''),(3104,-1,'banning','banning','Banning','vbulletin','vBulletin Solutions',1198153728,'3.7.0 Beta 3'),(3105,-1,'click_proceed','banning','Click the <em>Proceed</em> button to continue.','vbulletin','',0,''),(3106,-1,'confirm_ban_lift_on_x','banning','Are you sure you want to lift the ban on {1}?','vbulletin','',0,''),(3107,-1,'forever','banning','Forever','vbulletin','',0,''),(3108,-1,'lift_ban','banning','Lift Ban','vbulletin','',0,''),(3109,-1,'lift_ban_after','banning','Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>','vbulletin','',0,''),(3110,-1,'never_lift_ban','banning','Never Lift Ban','vbulletin','',0,''),(3111,-1,'permanent_ban','banning','Permanent Ban','vbulletin','',0,''),(3112,-1,'permanent_ban_options','banning','Permanent Ban Options','vbulletin','',0,''),(3113,-1,'temporary_ban','banning','Temporary Ban','vbulletin','',0,''),(3114,-1,'temporary_ban_options','banning','Temporary Ban Options','vbulletin','',0,''),(3115,-1,'user_ban_reason','banning','Reason to show the user','vbulletin','',0,''),(3116,-1,'user_banning','banning','User Banning','vbulletin','',0,''),(3117,-1,'will_be_lifted_soon','banning','Will be lifted soon','vbulletin','',0,''),(3118,-1,'add_new_bb_code_gbbcode','bbcode','Add New BB Code','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3119,-1,'are_you_sure_want_to_delete_bb_code_x','bbcode','Are you <b>sure</b> you want to delete the BB code called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(3120,-1,'bb_code_explanations','bbcode','<b>Explanations:</b><br /><br />\r\n<b>Title:</b> The title of your tag, which will be used to generate the <a href=\"../misc.php?do=bbcode\">BB code list</a>.<br /><br />\r\n<b>Tag:</b> This is the text for the BB code, which goes inside the square brackets.<br />\r\ne.g. you would use \'b\' for [b] tags, \'url\' (without quotes) for [url] tags.<br /><br />\r\n<b>Replacement:</b> This is the HTML code for the BB code replacement. Make sure that you include \'{param}\' (without the quotes) to insert the text between the opening and closing BB code tags, and \'{option}\' for the parameter within the BB code tag. You can only use {option} if \'Use Option\' is set to yes.<br />\r\ne.g. you would use <b>{param}</b> for tags, <a href=\"{option}\">{param}</a> for [url=xxx] . You will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes.\"<br /><br />\r\n<b>Example:</b> This is a sample piece of BB code to use as an example for this particular BB code.<br />\r\ne.g. you would use [b]Bold[/b] for [b] tags, [url=http://www.example.com]Example Web Site[/url] for [url] tags<br /><br />\r\n<b>Description:</b> This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.<br /><br />\r\n<b>Use Option:</b> Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.','vbulletin','vBulletin Solutions',1206971178,'3.7.0 Release Candidate 2'),(3121,-1,'bb_code_gbbcode','bbcode','BB Code','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3122,-1,'bb_code_manager_gbbcode','bbcode','BB Code Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3123,-1,'bb_code_replacement_desc','bbcode','Replacement\r\n<dfn>Please be careful to use well formed HTML for your BB Code replacement. Failure to do so, can result in your bbcode being exploited by users. All HTML tag attributes should be enclosed in double quotes. Examples:</dfn>\r\n<ul>\r\n <li><img <strong>src="{param}"</strong> style="border:1px solid black" /></li>\r\n <li><a <strong>href="{option}"</strong> style="border-color:red;border-style:outset;" />{param}</a></li>\r\n</ul>\r\n\r\n<dfn>Note that the highlighted attributes are enclosed in double quotes.\r\n</dfn>','vbulletin','vBulletin Solutions',1285286400,'4.0.8'),(3124,-1,'bb_code_tag_name','bbcode','BB Code Tag Name','vbulletin','vBulletin Solutions',1210696394,'3.7.1'),(3125,-1,'bbcode_param_warning','bbcode','The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.\r\n\r\n{1}','vbulletin','vBulletin Solutions',1276286989,'4.0.4'),(3126,-1,'bbcode_plaintext_attachment_x','bbcode','Attachment {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(3127,-1,'bbcode_plaintext_code_x','bbcode','Code:\r\n---------\r\n{1}\r\n---------','vbulletin','',1142519066,'3.6.0 Beta 1'),(3128,-1,'bbcode_plaintext_html_x','bbcode','HTML:\r\n---------\r\n{1}\r\n---------','vbulletin','',1142519066,'3.6.0 Beta 1'),(3129,-1,'bbcode_plaintext_image_x','bbcode','Image: {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(3130,-1,'bbcode_plaintext_php_x','bbcode','PHP:\r\n---------\r\n{1}\r\n---------','vbulletin','',1142519066,'3.6.0 Beta 1'),(3131,-1,'bbcode_plaintext_quote_username_x_y','bbcode','---Quote (Originally by {1})---\r\n{2}\r\n---End Quote---','vbulletin','',1142519066,'3.6.0 Beta 1'),(3132,-1,'bbcode_plaintext_quote_x','bbcode','---Quote---\r\n{1}\r\n---End Quote---','vbulletin','',1142519066,'3.6.0 Beta 1'),(3133,-1,'button_image','bbcode','Button Image','vbulletin','',0,''),(3134,-1,'button_image_desc','bbcode','Button Image <i>(Optional)</i> <dfn>If you would like this BB code to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this BB code.</dfn>','vbulletin','vBulletin Solutions',1206966145,'3.7.0 Release Candidate 2'),(3135,-1,'disable_bbcode_in_bbcode','bbcode','Disable BB Code Within This BB Code','vbulletin','vBulletin Solutions',1194351240,'3.7.0 Beta 1'),(3136,-1,'disable_smilies_in_bbcode','bbcode','Disable Smilies Within This BB Code','vbulletin','vBulletin Solutions',1194351261,'3.7.0 Beta 1'),(3137,-1,'disable_urlconversion_in_bbcode','bbcode','Disable Automatic Link Parsing Within This BB Code','vbulletin','',1266985134,'4.0.3'),(3138,-1,'disable_wordwrap_in_bbcode','bbcode','Disable Word Wrapping Within This BB Code','vbulletin','vBulletin Solutions',1194351268,'3.7.0 Beta 1'),(3139,-1,'enter_text_with_bb_code','bbcode','Enter text with BB code(s):','vbulletin','',0,''),(3140,-1,'example','bbcode','Example','vbulletin','',0,''),(3141,-1,'html_gbbcode','bbcode','HTML','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3142,-1,'remove_tag_if_empty','bbcode','Remove Tag If Empty','vbulletin','vBulletin Solutions',1194351185,'3.7.0 Beta 1'),(3143,-1,'replacement','bbcode','Replacement','vbulletin','',0,''),(3144,-1,'test_your_bb_code','bbcode','Test your BB Code','vbulletin','',0,''),(3145,-1,'this_is_how_your_test_appeard_after_bb_code_formatting','bbcode','This is how your text appears after BB code formatting','vbulletin','vBulletin Solutions',1206966159,'3.7.0 Release Candidate 2'),(3146,-1,'use_option','bbcode','Use {option}','vbulletin','',0,''),(3147,-1,'birthdays','calendar','Birthdays','vbulletin','vBulletin Solutions',1249137758,'4.0.0 Alpha 1'),(3148,-1,'date_first','calendar','First','vbulletin','',0,''),(3149,-1,'date_last','calendar','Last','vbulletin','',0,''),(3150,-1,'eight_hours','calendar','Eight Hours','vbulletin','',0,''),(3151,-1,'eighteen_hours','calendar','Eighteen Hours','vbulletin','',0,''),(3152,-1,'end','calendar','End','vbulletin','',0,''),(3153,-1,'events','calendar','Events','vbulletin','',0,''),(3154,-1,'every','calendar','Every','vbulletin','',0,''),(3155,-1,'four_hours','calendar','Four Hours','vbulletin','',0,''),(3156,-1,'fourth','calendar','Fourth','vbulletin','',0,''),(3157,-1,'holiday','calendar','Holiday','vbulletin','',0,''),(3158,-1,'midnight','calendar','Midnight','vbulletin','',0,''),(3159,-1,'of','calendar','of','vbulletin','',0,''),(3160,-1,'one_day','calendar','One Day','vbulletin','',0,''),(3161,-1,'one_hour','calendar','One Hour','vbulletin','',0,''),(3162,-1,'six_hours','calendar','Six Hours','vbulletin','',0,''),(3163,-1,'start','calendar','Start','vbulletin','',0,''),(3164,-1,'third','calendar','Third','vbulletin','',0,''),(3165,-1,'three_days','calendar','Three Days','vbulletin','',0,''),(3166,-1,'three_hours','calendar','Three Hours','vbulletin','',0,''),(3167,-1,'twelve_hours','calendar','Twelve Hours','vbulletin','',0,''),(3168,-1,'two_days','calendar','Two Days','vbulletin','',0,''),(3169,-1,'two_hours','calendar','Two Hours','vbulletin','',0,''),(3170,-1,'basicstyles.bold','ckeditor','Bold','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3171,-1,'basicstyles.italic','ckeditor','Italic','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3172,-1,'basicstyles.strike','ckeditor','Strike Through','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3173,-1,'basicstyles.subscript','ckeditor','Subscript','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3174,-1,'basicstyles.superscript','ckeditor','Superscript','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3175,-1,'basicstyles.underline','ckeditor','Underline','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3176,-1,'bidi.ltr','ckeditor','Text direction from left to right','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3177,-1,'bidi.rtl','ckeditor','Text direction from right to left','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3178,-1,'blockquote','ckeditor','Block Quote','vbulletin','vBulletin Solutions',1363913833,'5.0.2 Alpha 2'),(3179,-1,'button.text','ckeditor','Text (Value)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3180,-1,'button.title','ckeditor','Button Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3181,-1,'button.type','ckeditor','Type','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3182,-1,'button.typeBtn','ckeditor','Button','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3183,-1,'button.typeRst','ckeditor','Reset','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3184,-1,'button.typeSbm','ckeditor','Submit','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3185,-1,'clipboard.copyError','ckeditor','Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3186,-1,'clipboard.cutError','ckeditor','Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3187,-1,'clipboard.pasteArea','ckeditor','Paste Area','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3188,-1,'clipboard.pasteMsg','ckeditor','Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3189,-1,'clipboard.securityMsg','ckeditor','Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3190,-1,'clipboard.title','ckeditor','Paste','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3191,-1,'colorbutton.auto','ckeditor','Automatic','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3192,-1,'colorbutton.bgColorTitle','ckeditor','Background Color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3193,-1,'colorbutton.colors.000','ckeditor','Black','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3194,-1,'colorbutton.colors.000080','ckeditor','Navy','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3195,-1,'colorbutton.colors.0000CD','ckeditor','Medium Blue','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3196,-1,'colorbutton.colors.006400','ckeditor','Dark Green','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3197,-1,'colorbutton.colors.008000','ckeditor','Green','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3198,-1,'colorbutton.colors.008080','ckeditor','Teal','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3199,-1,'colorbutton.colors.00F','ckeditor','Blue','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3200,-1,'colorbutton.colors.00FF00','ckeditor','Lime','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3201,-1,'colorbutton.colors.0FF','ckeditor','Cyan','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3202,-1,'colorbutton.colors.2F4F4F','ckeditor','Dark Slate Gray','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3203,-1,'colorbutton.colors.40E0D0','ckeditor','Turquoise','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3204,-1,'colorbutton.colors.4B0082','ckeditor','Indigo','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3205,-1,'colorbutton.colors.696969','ckeditor','Dark Gray','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3206,-1,'colorbutton.colors.800000','ckeditor','Maroon','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3207,-1,'colorbutton.colors.800080','ckeditor','Purple','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3208,-1,'colorbutton.colors.808080','ckeditor','Gray','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3209,-1,'colorbutton.colors.8B4513','ckeditor','Saddle Brown','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3210,-1,'colorbutton.colors.A52A2A','ckeditor','Brown','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3211,-1,'colorbutton.colors.A9A9A9','ckeditor','Dim Gray','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3212,-1,'colorbutton.colors.ADD8E6','ckeditor','Light Blue','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3213,-1,'colorbutton.colors.AFEEEE','ckeditor','Pale Turquoise','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3214,-1,'colorbutton.colors.B22222','ckeditor','Fire Brick','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3215,-1,'colorbutton.colors.D3D3D3','ckeditor','Light Grey','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3216,-1,'colorbutton.colors.DAA520','ckeditor','Golden Rod','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3217,-1,'colorbutton.colors.DDA0DD','ckeditor','Plum','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3218,-1,'colorbutton.colors.E6E6FA','ckeditor','Lavender','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3219,-1,'colorbutton.colors.EE82EE','ckeditor','Violet','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3220,-1,'colorbutton.colors.F00','ckeditor','Red','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3221,-1,'colorbutton.colors.F0F8FF','ckeditor','Alice Blue','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3222,-1,'colorbutton.colors.F0FFF0','ckeditor','Honeydew','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3223,-1,'colorbutton.colors.F0FFFF','ckeditor','Azure','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3224,-1,'colorbutton.colors.FAEBD7','ckeditor','Antique White','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3225,-1,'colorbutton.colors.FF8C00','ckeditor','Dark Orange','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3226,-1,'colorbutton.colors.FFA07A','ckeditor','Light Salmon','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3227,-1,'colorbutton.colors.FFA500','ckeditor','Orange','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3228,-1,'colorbutton.colors.FFD700','ckeditor','Gold','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3229,-1,'colorbutton.colors.FFF','ckeditor','White','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3230,-1,'colorbutton.colors.FFF0F5','ckeditor','Lavender Blush','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3231,-1,'colorbutton.colors.FFFF00','ckeditor','Yellow','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3232,-1,'colorbutton.colors.FFFFE0','ckeditor','Light Yellow','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3233,-1,'colorbutton.more','ckeditor','More Colors...','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3234,-1,'colorbutton.panelTitle','ckeditor','Colors','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3235,-1,'colorbutton.textColorTitle','ckeditor','Text Color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3236,-1,'colordialog.clear','ckeditor','Clear','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3237,-1,'colordialog.highlight','ckeditor','Highlight','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3238,-1,'colordialog.options','ckeditor','Color Options','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3239,-1,'colordialog.selected','ckeditor','Selected Color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3240,-1,'colordialog.title','ckeditor','Select color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3241,-1,'common.advancedTab','ckeditor','Advanced','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3242,-1,'common.advisoryTitle','ckeditor','Advisory Title','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3243,-1,'common.align','ckeditor','Alignment','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3244,-1,'common.alignBottom','ckeditor','Bottom','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3245,-1,'common.alignCenter','ckeditor','Center','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3246,-1,'common.alignLeft','ckeditor','Left','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3247,-1,'common.alignMiddle','ckeditor','Middle','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3248,-1,'common.alignRight','ckeditor','Right','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3249,-1,'common.alignTop','ckeditor','Top','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3250,-1,'common.browseServer','ckeditor','Browse Server','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3251,-1,'common.button','ckeditor','Button','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3252,-1,'common.cancel','ckeditor','Cancel','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3253,-1,'common.checkbox','ckeditor','Checkbox','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3254,-1,'common.close','ckeditor','Close','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3255,-1,'common.confirmCancel','ckeditor','Some of the options have been changed. Are you sure to close the dialog?','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3256,-1,'common.confirmNewPage','ckeditor','Any unsaved changes to this content will be lost. Are you sure you want to load new page?','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3257,-1,'common.cssClass','ckeditor','Stylesheet Classes','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3258,-1,'common.cssClasses','ckeditor','Stylesheet Classes','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3259,-1,'common.cssLengthTooltip','ckeditor','Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3260,-1,'common.cssStyle','ckeditor','Style','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3261,-1,'common.flash','ckeditor','Flash','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3262,-1,'common.form','ckeditor','Form','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3263,-1,'common.generalTab','ckeditor','General','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3264,-1,'common.height','ckeditor','Height','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3265,-1,'common.hiddenField','ckeditor','Hidden Field','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3266,-1,'common.id','ckeditor','Id','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3267,-1,'common.image','ckeditor','Image','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3268,-1,'common.imageButton','ckeditor','Image Button','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3269,-1,'common.invalidCssLength','ckeditor','Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3270,-1,'common.invalidHeight','ckeditor','Height must be a number','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3271,-1,'common.invalidHtmlLength','ckeditor','Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3272,-1,'common.invalidInlineStyle','ckeditor','Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3273,-1,'common.invalidValue','ckeditor','Invalid value.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3274,-1,'common.invalidWidth','ckeditor','Width must be a number','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3275,-1,'common.langCode','ckeditor','Language Code','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3276,-1,'common.langDir','ckeditor','Language Direction','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3277,-1,'common.langDirLTR','ckeditor','Left to Right (LTR)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3278,-1,'common.langDirLtr','ckeditor','Left to Right (LTR)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3279,-1,'common.langDirRTL','ckeditor','Right to Left (RTL)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3280,-1,'common.langDirRtl','ckeditor','Right to Left (RTL)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3281,-1,'common.longDescr','ckeditor','Long Description URL','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3282,-1,'common.name','ckeditor','Name','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3283,-1,'common.notSet','ckeditor','<not set>','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3284,-1,'common.ok','ckeditor','OK','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3285,-1,'common.options','ckeditor','Options','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3286,-1,'common.preview','ckeditor','Preview','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3287,-1,'common.protocol','ckeditor','Protocol','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3288,-1,'common.radio','ckeditor','Radio Button','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3289,-1,'common.resize','ckeditor','Resize','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3290,-1,'common.select','ckeditor','Selection Field','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3291,-1,'common.styles','ckeditor','Style','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3292,-1,'common.target','ckeditor','Target','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3293,-1,'common.targetNew','ckeditor','New Window (_blank)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3294,-1,'common.targetParent','ckeditor','Parent Window (_parent)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3295,-1,'common.targetSelf','ckeditor','Same Window (_self)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3296,-1,'common.targetTop','ckeditor','Topmost Window (_top)','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3297,-1,'common.textField','ckeditor','Text Field','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3298,-1,'common.textarea','ckeditor','Textarea','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3299,-1,'common.unavailable','ckeditor','%1<span class=\"cke_accessibility\">, unavailable</span>','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3300,-1,'common.upload','ckeditor','Upload','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3301,-1,'common.uploadSubmit','ckeditor','Send it to the Server','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3302,-1,'common.url','ckeditor','URL','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3303,-1,'common.validateNumberFailed','ckeditor','This value is not a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3304,-1,'common.width','ckeditor','Width','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3305,-1,'dir','ckeditor','ltr','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3306,-1,'editor','ckeditor','Rich Text Editor','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3307,-1,'font.fontSize.label','ckeditor','Size','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3308,-1,'font.fontSize.panelTitle','ckeditor','Font Size','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3309,-1,'font.fontSize.voiceLabel','ckeditor','Font Size','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3310,-1,'font.label','ckeditor','Font','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3311,-1,'font.panelTitle','ckeditor','Font Name','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3312,-1,'font.voiceLabel','ckeditor','Font','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3313,-1,'horizontalrule.toolbar','ckeditor','Insert Horizontal Line','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3314,-1,'image.alertUrl','ckeditor','Please type the image URL','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3315,-1,'image.alt','ckeditor','Alternative Text','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3316,-1,'image.border','ckeditor','Border','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3317,-1,'image.btnUpload','ckeditor','Send it to the Server','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3318,-1,'image.button2Img','ckeditor','Do you want to transform the selected image button on a simple image?','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3319,-1,'image.hSpace','ckeditor','HSpace','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3320,-1,'image.img2Button','ckeditor','Do you want to transform the selected image on a image button?','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3321,-1,'image.infoTab','ckeditor','Image Info','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3322,-1,'image.linkTab','ckeditor','Link','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3323,-1,'image.lockRatio','ckeditor','Lock Ratio','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3324,-1,'image.menu','ckeditor','Image Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3325,-1,'image.resetSize','ckeditor','Reset Size','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3326,-1,'image.title','ckeditor','Image Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3327,-1,'image.titleButton','ckeditor','Image Button Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3328,-1,'image.upload','ckeditor','Upload','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3329,-1,'image.urlMissing','ckeditor','Image source URL is missing.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3330,-1,'image.vSpace','ckeditor','VSpace','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3331,-1,'image.validateBorder','ckeditor','Border must be a whole number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3332,-1,'image.validateHSpace','ckeditor','HSpace must be a whole number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3333,-1,'image.validateVSpace','ckeditor','VSpace must be a whole number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3334,-1,'indent.indent','ckeditor','Increase Indent','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3335,-1,'indent.outdent','ckeditor','Decrease Indent','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3336,-1,'justify.block','ckeditor','Justify','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3337,-1,'justify.center','ckeditor','Center','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3338,-1,'justify.left','ckeditor','Align Left','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3339,-1,'justify.right','ckeditor','Align Right','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3340,-1,'link.emailAddress','ckeditor','E-Mail Address','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3341,-1,'link.noUrl','ckeditor','Please type the link URL','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3342,-1,'link.title','ckeditor','Link','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3343,-1,'link.toEmail','ckeditor','E-mail','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3344,-1,'link.toUrl','ckeditor','URL','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3345,-1,'link.toolbar','ckeditor','Link','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3346,-1,'link.type','ckeditor','Link Type','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3347,-1,'link.unlink','ckeditor','Unlink','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3348,-1,'list.bulletedlist','ckeditor','Insert/Remove Bulleted List','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3349,-1,'list.numberedlist','ckeditor','Insert/Remove Numbered List','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3350,-1,'magicline.title','ckeditor','Insert paragraph here','vbulletin','vBulletin Solutions',1383148274,'5.1.0 Alpha 4'),(3351,-1,'pastefromword.confirmcleanup','ckeditor','The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3352,-1,'pastefromword.error','ckeditor','It was not possible to clean up the pasted data due to an internal error','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3353,-1,'pastefromword.title','ckeditor','Paste from Word','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3354,-1,'pastefromword.toolbar','ckeditor','Paste from Word','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3355,-1,'pastetext.button','ckeditor','Paste as Plain text','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3356,-1,'pastetext.title','ckeditor','Paste as Plain Text','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3357,-1,'removeformat.toolbar','ckeditor','Remove Format','vbulletin','vBulletin Solutions',1377202796,'5.0.5 Alpha 4'),(3358,-1,'smiley.title','ckeditor','Insert a Smiley','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3359,-1,'smiley.toolbar','ckeditor','Smiley','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3360,-1,'sourcearea.toolbar','ckeditor','Source','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3361,-1,'table.border','ckeditor','Border size','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3362,-1,'table.caption','ckeditor','Caption','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3363,-1,'table.cell.alignBaseline','ckeditor','Baseline','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3364,-1,'table.cell.bgColor','ckeditor','Background Color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3365,-1,'table.cell.borderColor','ckeditor','Border Color','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3366,-1,'table.cell.cellType','ckeditor','Cell Type','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3367,-1,'table.cell.chooseColor','ckeditor','Choose','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3368,-1,'table.cell.colSpan','ckeditor','Columns Span','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3369,-1,'table.cell.data','ckeditor','Data','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3370,-1,'table.cell.deleteCell','ckeditor','Delete Cells','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3371,-1,'table.cell.hAlign','ckeditor','Horizontal Alignment','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3372,-1,'table.cell.header','ckeditor','Header','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3373,-1,'table.cell.insertAfter','ckeditor','Insert Cell After','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3374,-1,'table.cell.insertBefore','ckeditor','Insert Cell Before','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3375,-1,'table.cell.invalidColSpan','ckeditor','Columns span must be a whole number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3376,-1,'table.cell.invalidHeight','ckeditor','Cell height must be a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3377,-1,'table.cell.invalidRowSpan','ckeditor','Rows span must be a whole number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3378,-1,'table.cell.invalidWidth','ckeditor','Cell width must be a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3379,-1,'table.cell.menu','ckeditor','Cell','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3380,-1,'table.cell.merge','ckeditor','Merge Cells','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3381,-1,'table.cell.mergeDown','ckeditor','Merge Down','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3382,-1,'table.cell.mergeRight','ckeditor','Merge Right','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3383,-1,'table.cell.no','ckeditor','No','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3384,-1,'table.cell.rowSpan','ckeditor','Rows Span','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3385,-1,'table.cell.splitHorizontal','ckeditor','Split Cell Horizontally','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3386,-1,'table.cell.splitVertical','ckeditor','Split Cell Vertically','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3387,-1,'table.cell.title','ckeditor','Cell Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3388,-1,'table.cell.vAlign','ckeditor','Vertical Alignment','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3389,-1,'table.cell.wordWrap','ckeditor','Word Wrap','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3390,-1,'table.cell.yes','ckeditor','Yes','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3391,-1,'table.cellPad','ckeditor','Cell padding','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3392,-1,'table.cellSpace','ckeditor','Cell spacing','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3393,-1,'table.column.deleteColumn','ckeditor','Delete Columns','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3394,-1,'table.column.insertAfter','ckeditor','Insert Column After','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3395,-1,'table.column.insertBefore','ckeditor','Insert Column Before','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3396,-1,'table.column.menu','ckeditor','Column','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3397,-1,'table.columns','ckeditor','Columns','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3398,-1,'table.deleteTable','ckeditor','Delete Table','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3399,-1,'table.headers','ckeditor','Headers','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3400,-1,'table.headersBoth','ckeditor','Both','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3401,-1,'table.headersColumn','ckeditor','First column','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3402,-1,'table.headersNone','ckeditor','None','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3403,-1,'table.headersRow','ckeditor','First Row','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3404,-1,'table.invalidBorder','ckeditor','Border size must be a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3405,-1,'table.invalidCellPadding','ckeditor','Cell padding must be a positive number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3406,-1,'table.invalidCellSpacing','ckeditor','Cell spacing must be a positive number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3407,-1,'table.invalidCols','ckeditor','Number of columns must be a number greater than 0.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3408,-1,'table.invalidHeight','ckeditor','Table height must be a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3409,-1,'table.invalidRows','ckeditor','Number of rows must be a number greater than 0.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3410,-1,'table.invalidWidth','ckeditor','Table width must be a number.','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3411,-1,'table.menu','ckeditor','Table Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3412,-1,'table.row.deleteRow','ckeditor','Delete Rows','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3413,-1,'table.row.insertAfter','ckeditor','Insert Row After','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3414,-1,'table.row.insertBefore','ckeditor','Insert Row Before','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3415,-1,'table.row.menu','ckeditor','Row','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3416,-1,'table.rows','ckeditor','Rows','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3417,-1,'table.summary','ckeditor','Summary','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3418,-1,'table.title','ckeditor','Table Properties','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3419,-1,'table.toolbar','ckeditor','Table','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3420,-1,'table.width','ckeditor','Width','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3421,-1,'table.widthPc','ckeditor','percent','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3422,-1,'table.widthPx','ckeditor','pixels','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3423,-1,'table.widthUnit','ckeditor','width unit','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3424,-1,'undo.redo','ckeditor','Redo','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3425,-1,'undo.undo','ckeditor','Undo','vbulletin','vBulletin Solutions',1363645689,'5.0.2 Alpha 2'),(3426,-1,'add_cms_child_category','cpcms','Add Child Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3427,-1,'add_new_cms_category','cpcms','Add New Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3428,-1,'apply','cpcms','Apply','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3429,-1,'articles_per_page','cpcms','Articles Per Page','vbulletin','vBulletin Solutions',1382637428,'5.1.0 Alpha 3'),(3430,-1,'categorylist','cpcms','Category List','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3431,-1,'cms_category','cpcms','Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3432,-1,'cms_category_description','cpcms','Category Description','vbulletin','vBulletin Solutions',1385577056,'5.1.0 Alpha 6'),(3433,-1,'cms_category_name','cpcms','Category Name','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3434,-1,'cms_category_title','cpcms','Category Title','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3435,-1,'cms_parent_category','cpcms','Parent Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3436,-1,'cms_published','cpcms','Published','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3437,-1,'content_break_type','cpcms','Content<br />Type','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3438,-1,'content_link_date_by','cpcms','<div class=\"h-wordwrap\"><a href=\"{1}\" target=\"_blank\">{2}</a></div><div class=\"h-wordwrap h-margin-top-xs\">{3}by {4}</div>','vbulletin','vBulletin Solutions',1382987019,'5.1.0 Alpha 4'),(3439,-1,'content_management','cpcms','Content Management','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3440,-1,'contentlist','cpcms','Content List','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3441,-1,'contenttype','cpcms','Content Type','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3442,-1,'control','cpcms','Control','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3443,-1,'delete_article_confirm_multiple','cpcms','Are you sure you want to delete these articles? This action cannot be undone.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3444,-1,'delete_article_confirm_single','cpcms','Are you sure you want to delete this article? This action cannot be undone.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3445,-1,'delete_category_confirm_multiple','cpcms','Are you sure you want to delete these categories? This action cannot be undone.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3446,-1,'delete_category_confirm_single','cpcms','Are you sure you want to delete this category? This action cannot be undone.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3447,-1,'delete_cms_category','cpcms','Delete Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3448,-1,'deletecontent','cpcms','Delete Content','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3449,-1,'display_break_order','cpcms','Display<br />Order','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3450,-1,'displayorder','cpcms','Display Order','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3451,-1,'edit_cms_category','cpcms','Edit Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3452,-1,'editcontent','cpcms','Edit Content','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3453,-1,'invalid_parent_category','cpcms','Invalid parent category was selected. Please go back and select another category. If editing an existing category, please note that you cannot select a child category as the parent.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3454,-1,'no_authors_found','cpcms','No authors found...','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3455,-1,'no_category_selected','cpcms','No category selected. Please go back and choose a category.','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3456,-1,'no_tags_found','cpcms','No tags found...','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3457,-1,'notpublished','cpcms','Not Published','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3458,-1,'please_choose_a_category_for_move','cpcms','Please select a category to move the articles into.','vbulletin','vBulletin Solutions',1383163210,'5.1.0 Alpha 4'),(3459,-1,'please_choose_a_filter','cpcms','Please select a filter','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3460,-1,'plus_category','cpcms','+ Category','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3461,-1,'public_break_preview','cpcms','Public<br />Preview','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3462,-1,'publicpreview','cpcms','Public Preview','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3463,-1,'savedisplayorder','cpcms','Save Display Order','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3464,-1,'select_a_filter','cpcms','Select a filter','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3465,-1,'select_an_action','cpcms','Select an action','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3466,-1,'taglist','cpcms','Tag List','vbulletin','vBulletin Solutions',1381953022,'5.1.0 Alpha 3'),(3467,-1,'tagname','cpcms','Tag Name','vbulletin','vBulletin Solutions',1381953022,'5.1.0 Alpha 3'),(3468,-1,'unpublish','cpcms','Un-publish','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3469,-1,'unpublished','cpcms','Not Published','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3470,-1,'viewcontent','cpcms','View Content','vbulletin','vBulletin Solutions',0,'5.1.0 Alpha 2'),(3471,-1,'access_masks','cpglobal','Access Masks','vbulletin','',0,''),(3472,-1,'active_gcpglobal','cpglobal','Active','vbulletin','vBulletin Solutions',1189774067,'5.0.0 Alpha 8'),(3473,-1,'add','cpglobal','Add','vbulletin','',0,''),(3474,-1,'add_new_forums','cpglobal','Add New Forums','vbulletin','vBulletin Solutions',1382554951,'5.1.0 Alpha 3'),(3475,-1,'add_new_notice','cpglobal','Add New Notice','vbulletin','vBulletin Solutions',1189778830,'3.6.8'),(3476,-1,'add_new_rss_feed','cpglobal','Add New RSS Feed','vbulletin','vBulletin Solutions',1149264784,'3.6.0 Beta 1'),(3477,-1,'add_new_stylevar','cpglobal','Add New Stylevar','vbulletin','vBulletin Solutions',1238085653,'4.0.0 Alpha 1'),(3478,-1,'add_per_ten_comments','cpglobal','Add this amount for every ten visible comments (0 - 1.00)','vbulletin','',1270842022,'4.0.4'),(3479,-1,'add_this_many_points','cpglobal','Add this many points. You should avoid adding a lot of entries with high priority.','vbulletin','',1277488353,'4.0.5'),(3480,-1,'additional_usergroups','cpglobal','Additional Usergroups','vbulletin','',0,''),(3481,-1,'administrator_permissions','cpglobal','Administrator Permissions','vbulletin','',0,''),(3482,-1,'after_upgrade_from_4','cpglobal','Rebuilding the full-text search indices is fairly time-intensive, but can be done while the site is online. We therefore do not do it as part of the upgrade. After an upgrade from 4.0 recommend you go to <br />\r\nAdmincp > Maintenance> General Update Tools\r\n<br />and execute the \"Rebuild Search Index\" function. This can be done while the forum is online.\r\n<br /><br />\r\nAfter an upgrade from 40 we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. <br />\r\nFirst rebuild the Topic counts and then the Forum counts. This should not be necessary, but if it is it can be done while the forum is online and takes just a few minutes. ','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 21'),(3483,-1,'after_upgrade_from_505_cms','cpglobal','After an upgrade with vB4 CMS Data we also suggest you review the forum post counts and last post information. If they don\'t seem correct we recommend that you go to <br />\r\nAdmincp > Maintenance > General Update Tools. And rebuild the Forum counts. This can be done while the forum is online and takes just a few minutes. ','vbulletin','vBulletin Solutions',1380311931,'5.1.0 Alpha 1'),(3484,-1,'age_and_popularity_desc','cpglobal','These settings adjust priority based on post age & popularity.','vbulletin','',1270842060,'4.0.4'),(3485,-1,'all_default','cpglobal','All Default','vbulletin','',0,''),(3486,-1,'all_no','cpglobal','All No','vbulletin','',0,''),(3487,-1,'all_usergroups','cpglobal','All Usergroups','vbulletin','',0,''),(3488,-1,'all_users','cpglobal','All Users','vbulletin','',0,''),(3489,-1,'all_yes','cpglobal','All Yes','vbulletin','',0,''),(3490,-1,'allow_privacy_options','cpglobal','Allow User Privacy Options<dfn>Allow users to hide the category in their profile from other users of their choosing.</dfn>','vbulletin','',1215168376,'3.8.0 Alpha 1'),(3491,-1,'allow_user_selection','cpglobal','Allow User Selection','vbulletin','',0,''),(3492,-1,'already_has_api_key','cpglobal','An API Key has been generated already. You can\'t generate it again.','vbulletin','',1286982555,'4.0.9 Beta 1'),(3493,-1,'announcement_manager','cpglobal','Announcement Manager','vbulletin','',0,''),(3494,-1,'api','cpglobal','vBulletin API','vbulletin','',1286978440,'4.0.9'),(3495,-1,'api_disabled_options','cpglobal','<b>Warning:</b> vBulletin API is currently globally disabled in your options. In order for vBulletin API to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable the API system</a>.','vbulletin','',1286982043,'4.0.9'),(3496,-1,'api_key','cpglobal','API Key','vbulletin','',1286978476,'4.0.9'),(3497,-1,'api_key_description','cpglobal','The API key is for clients to connect to your vBulletin. You need to provide it to client publishers.','vbulletin','',1286982906,'4.0.9'),(3498,-1,'api_key_empty','cpglobal','You don\'t have an API key generated yet. Please click the following button to generate one. The API key is required for clients to connect to the forum. Once a key is generated, you can\'t change it in future.','vbulletin','',1286982326,'4.0.9'),(3499,-1,'api_log','cpglobal','API Log','vbulletin','',1288620438,'4.0.9'),(3500,-1,'api_stats','cpglobal','API Statistics','vbulletin','',1288763498,'4.0.9'),(3501,-1,'are_you_sure_remove_sitemap_session','cpglobal','Are you sure you want to remove the existing sitemap session? This is necessary if you want to resolve a failed sitemap build or interrupt the scheduled task that builds the sitemap.','vbulletin','vBulletin Solutions',1232124603,'4.0.0 Alpha 1'),(3502,-1,'are_you_sure_want_to_delete_announcement_x','cpglobal','Are you <b>sure</b> you want to delete the announcement called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(3503,-1,'avatar','cpglobal','Avatar','vbulletin','',1347072592,'5.0.0 Beta 11'),(3504,-1,'avatars_gcpglobal','cpglobal','Avatars','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3505,-1,'banned_users','cpglobal','Banned Users','vbulletin','',0,''),(3506,-1,'build_sitemap','cpglobal','Build Sitemap','vbulletin','vBulletin Solutions',1232117145,'4.0.0 Alpha 1'),(3507,-1,'but_not_more_than','cpglobal','But the most points to be adjusted for this parameter will be','vbulletin','',1271259981,'4.0.4'),(3508,-1,'can_create_attach','cpglobal','Can create attachment','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3509,-1,'can_create_blog','cpglobal','Can Create Blog','vbulletin','',1318611391,'5.0.0 Alpha 17'),(3510,-1,'can_create_calendar','cpglobal','Can create calendar','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3511,-1,'can_create_channel','cpglobal','Can create channel','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3512,-1,'can_create_gallery','cpglobal','Can create photo gallery','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3513,-1,'can_create_photo','cpglobal','Can create photo','vbulletin','',1346715733,'5.0.0 Beta 11'),(3514,-1,'can_create_privatemessage','cpglobal','Can create private message','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3515,-1,'can_create_text','cpglobal','Can create text/post','vbulletin','',1318611391,'5.0.0 Alpha 7'),(3516,-1,'can_drop_node_keywords','cpglobal','You can now drop the \"keywords\" field in the node table to save space. This was not done during the upgrade because your node table has over a million records. Note that this can take from a few minutes to over an hour, depending on the size of the table and the speed of your database server. If you choose to do this, we advise taking your site offline. Leaving the field in place will have a small impact on database server speed and a small increase in the size of the node table.','vbulletin','vBulletin Solutions',1377006783,'5.0.5 Alpha 4'),(3517,-1,'can_poll','cpglobal','Can create poll','vbulletin','vBulletin Solutions',1355246799,'5.0.0 Beta 23'),(3518,-1,'channel_and_subchannels','cpglobal','Channel <dfn>(Also applies to sub-channels)</dfn>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(3519,-1,'channel_deleted_confirmation','cpglobal','That forum and all sub-forums have been deleted.','vbulletin','vBulletin Solutions',1382624772,'5.1.0 Alpha 3'),(3520,-1,'check_all','cpglobal','Check All','vbulletin','',0,''),(3521,-1,'child_of_x','cpglobal','Child of {1}','vbulletin','',0,''),(3522,-1,'clear_system_cache','cpglobal','Clear System Cache','vbulletin','',1343660135,'5.0.0 Alpha 32'),(3523,-1,'click_for_help_on_these_options','cpglobal','Click for help on these options','vbulletin','',0,''),(3524,-1,'click_for_help_on_this_option','cpglobal','Click for help on this option','vbulletin','',0,''),(3525,-1,'click_here_to_continue_processing','cpglobal','Click here to continue processing ...','vbulletin','',0,''),(3526,-1,'close_gcpglobal','cpglobal','Close','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3527,-1,'color_key','cpglobal','Color Key','vbulletin','',0,''),(3528,-1,'completed','cpglobal','Completed','vbulletin','',0,''),(3529,-1,'configure_site','cpglobal','Quick Setup','vbulletin','vBulletin Solutions',1382724994,'5.1.0 Alpha 3'),(3530,-1,'confirm_action','cpglobal','Confirm Action','vbulletin','vBulletin Solutions',1229557294,'4.0.0 Alpha 1'),(3531,-1,'confirm_deletion_gcpglobal','cpglobal','Confirm Deletion','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3532,-1,'confirm_deletion_x','cpglobal','Confirm Deletion: <span class=\"normal\">{1}</span>','vbulletin','',0,''),(3533,-1,'continue','cpglobal','Continue','vbulletin','',0,''),(3534,-1,'control_panel_log','cpglobal','Control Panel Log','vbulletin','',0,''),(3535,-1,'controls','cpglobal','Controls','vbulletin','',0,''),(3536,-1,'could_not_create_reputationlevel','cpglobal','Could not create reputation level due errors.','vbulletin','',1320280989,'5.0.0 Alpha 25'),(3537,-1,'creator','cpglobal','Creator','vbulletin','',1215686797,'3.8.0 Alpha 1'),(3538,-1,'data_validation_type','cpglobal','Data Validation Type','vbulletin','',0,''),(3539,-1,'default_invite_email_content_at_x_y','cpglobal','Hello!\r\n\r\nI have set up a new vBulletin forum at {1}. I think you will like it. Please come to {2} and take a look!','vbulletin','vBulletin Solutions',1382657554,'5.1.0 Alpha 3'),(3540,-1,'default_sitemap_priority','cpglobal','If none of the other settings below apply, each entry will have this sitemap priority.','vbulletin','',1270843624,'4.0.4'),(3541,-1,'default_view_age','cpglobal','Default View Age <dfn>(Default date cut-off for topic display)</dfn>','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3542,-1,'delete_all_gcpglobal','cpglobal','Delete All','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3543,-1,'delete_moderator','cpglobal','Delete Moderator','vbulletin','',0,''),(3544,-1,'delete_or_modify_authors','cpglobal','You can delete or modify priority for currently featured authors below.','vbulletin','',1277488308,'4.0.5'),(3545,-1,'delete_stylevar','cpglobal','Delete Stylevar','vbulletin','',1245968836,'4.0.0 Alpha 1'),(3546,-1,'description_gcpglobal','cpglobal','Description','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3547,-1,'developer_options','cpglobal','Developer Options','vbulletin','vBulletin Solutions',1151345857,'3.6.0 Beta 4'),(3548,-1,'diagnostics','cpglobal','Diagnostics','vbulletin','',0,''),(3549,-1,'disable','cpglobal','Disable','vbulletin','',1142519066,'3.6.0 Beta 1'),(3550,-1,'display_alphabetically','cpglobal','Display Alphabetically','vbulletin','',1226619989,'4.0.0 Alpha 1'),(3551,-1,'display_order','cpglobal','Display Order','vbulletin','',0,''),(3552,-1,'download','cpglobal','Download','vbulletin','',0,''),(3553,-1,'edit_stylevar','cpglobal','Edit Stylevar','vbulletin','vBulletin Solutions',1356032840,'5.0.0 Beta 25'),(3554,-1,'edit_text','cpglobal','Edit Text','vbulletin','',0,''),(3555,-1,'either','cpglobal','Either','vbulletin','',0,''),(3556,-1,'enable','cpglobal','Enable','vbulletin','',1142519066,'3.6.0 Beta 1'),(3557,-1,'enabled','cpglobal','Enabled','vbulletin','',1142519066,'3.6.0 Beta 1'),(3558,-1,'enter_author_name','cpglobal','Enter the name of an author for whom you want to adjust the weight below.','vbulletin','',1277488292,'4.0.5'),(3559,-1,'enter_forum_description','cpglobal','Enter the forum description','vbulletin','vBulletin Solutions',1382564175,'5.1.0 Alpha 3'),(3560,-1,'enter_forum_name_and_description','cpglobal','Enter Forum Name and Description','vbulletin','vBulletin Solutions',1382554988,'5.1.0 Alpha 3'),(3561,-1,'enter_forum_title','cpglobal','Enter the forum title','vbulletin','vBulletin Solutions',1382564269,'5.1.0 Alpha 3'),(3562,-1,'error','cpglobal','Error','vbulletin','',0,''),(3563,-1,'exact_match','cpglobal','Exact Match','vbulletin','',0,''),(3564,-1,'execute_sql_query_gcpglobal','cpglobal','Execute SQL Query','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3565,-1,'expand_all','cpglobal','Expand All','vbulletin','',0,''),(3566,-1,'featured_authors','cpglobal','Featured authors- posts by these authors will receive additional priority.','vbulletin','',1277488273,'4.0.5'),(3567,-1,'field_required','cpglobal','Field Required','vbulletin','',0,''),(3568,-1,'filename_gcpglobal','cpglobal','Filename','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3569,-1,'find','cpglobal','Find','vbulletin','',0,''),(3570,-1,'forum_and_children','cpglobal','Forum <dfn>(Also applies to child forums)</dfn>','vbulletin','',0,''),(3571,-1,'forum_priority_manager','cpglobal','Forum Priority Manager','vbulletin','',1231775660,'4.0.0 Alpha 1'),(3572,-1,'forum_update_runs_multiple','cpglobal','If the forum counts are significantly off this will run multiple times. It is not unusual for this to start at zero and scan the forums as many as six or eight times. Please do not interrupt, but allow this to complete.','vbulletin','vBulletin Solutions',1350577333,'5.0.0 Beta 16'),(3573,-1,'generate_mailing_list','cpglobal','Generate Mailing List','vbulletin','',0,''),(3574,-1,'global_announcements','cpglobal','Global Announcements','vbulletin','',0,''),(3575,-1,'group_requires_admin_perm','cpglobal','Admin Permission<dfn>(If entered, admin permission required to manage this setting group. Normally this is only used by vBulletin developers. Permissions can also be assigned to an individual setting. Only a single permission can be specified.)</dfn>','vbulletin','vBulletin Solutions',1380917746,'5.1.0 Alpha 2'),(3576,-1,'here_you_may_edit_channel_access_on_a_user_by_user_basis','cpglobal','Here you may edit channel access on a user-by-user basis.<br /><br />Selecting \"Yes\" will allow the user access to the channel. Selecting \"No\" will deny the user access to the channel. Any changes made to one user\'s account will override the default permission settings in their usergroup.<br /><br />Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here.)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)','vbulletin','',1322764247,'5.0.0 Alpha 10'),(3577,-1,'home_page_gcpglobal','cpglobal','Home Page','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3578,-1,'host_name','cpglobal','Host Name','vbulletin','',0,''),(3579,-1,'hour','cpglobal','Hour','vbulletin','',0,''),(3580,-1,'icon','cpglobal','Icon','vbulletin','vBulletin Solutions',1190988616,'3.7.0 Beta 1'),(3581,-1,'if_you_are_not_automatically_redirected_click_here_x','cpglobal','If you are not automatically redirected, please <a href=\"{1}\">click here</a>.','vbulletin','',0,''),(3582,-1,'if_you_change_display_order','cpglobal','If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page','vbulletin','',0,''),(3583,-1,'image','cpglobal','Image','vbulletin','',0,''),(3584,-1,'import','cpglobal','Import','vbulletin','',0,''),(3585,-1,'import_xml_file','cpglobal','<b>OR</b> import the XML file from your server','vbulletin','',0,''),(3586,-1,'inlinemod_auth_enter_username','cpglobal','Please enter your username','vbulletin','vBulletin Solutions',1383145635,'5.1.0 Alpha 4'),(3587,-1,'invalid_action_specified_gcpglobal','cpglobal','Invalid Action Specified','vbulletin','vBulletin Solutions',1204725447,'5.0.0 Alpha 8'),(3588,-1,'invalid_forum_parenting','cpglobal','Invalid forum parenting setup. Contact vBulletin support.','vbulletin','',0,''),(3589,-1,'invalid_permissions','cpglobal','Invalid permissions for the action specified.','vbulletin','',1320280989,'5.0.0 Alpha 23'),(3590,-1,'invite_members_to_forum','cpglobal','Invite members to this forum','vbulletin','vBulletin Solutions',1382722906,'5.1.0 Alpha 3'),(3591,-1,'ispublic','cpglobal','Is Public? <dfn>(If public, this setting is accessible via API)</dfn>','vbulletin','',1336579070,'5.0.0 Alpha 24'),(3592,-1,'language','cpglobal','Language','vbulletin','',0,''),(3593,-1,'large_edit_box','cpglobal','Large Edit Box','vbulletin','',0,''),(3594,-1,'logged_in_user_x_executed_y_queries','cpglobal','Logged-in user: {1}; Executed {2} queries.','vbulletin','',0,''),(3595,-1,'logs','cpglobal','Logs','vbulletin','',0,''),(3596,-1,'maintenance','cpglobal','Maintenance','vbulletin','',0,''),(3597,-1,'manage_pages','cpglobal','Manage Pages','vbulletin','',1342769152,'5.0.0 Alpha 30'),(3598,-1,'manage_priority_for_content_type','cpglobal','Manage priority for content type','vbulletin','vBulletin Solutions',1232380379,'4.0.0 Alpha 1'),(3599,-1,'mass_move_gcpglobal','cpglobal','Mass Move','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3600,-1,'max_length_of_allowed_user_input','cpglobal','Max length of allowed user input','vbulletin','',0,''),(3601,-1,'maximum_chars_x','cpglobal','Maximum Chars: {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(3602,-1,'minimum_posts','cpglobal','Minimum Posts','vbulletin','',0,''),(3603,-1,'minute','cpglobal','Minute','vbulletin','',0,''),(3604,-1,'moderator_add_edit_canannounce_text','cpglobal','Users with this permission can post announcements in this channel. That means they can use HTML, so be careful.','vbulletin','vBulletin Solutions',1385414658,'5.1.0 Alpha 6'),(3605,-1,'moderator_add_edit_canannounce_title','cpglobal','Can Announce','vbulletin','vBulletin Solutions',1385414658,'5.1.0 Alpha 6'),(3606,-1,'moderator_log_gcpglobal','cpglobal','Moderator Log','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3607,-1,'moderator_username','cpglobal','Moderator Username','vbulletin','',0,''),(3608,-1,'moderator_usernames','cpglobal','Moderator Usernames','vbulletin','vBulletin Solutions',1191255776,'3.7.0 Beta 1'),(3609,-1,'modify','cpglobal','Modify','vbulletin','',0,''),(3610,-1,'more_forums','cpglobal','More Forums','vbulletin','vBulletin Solutions',1382557341,'5.1.0 Alpha 3'),(3611,-1,'move_gcpglobal','cpglobal','Move','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3612,-1,'no_file_uploaded_and_no_local_file_found_gcpglobal','cpglobal','No file uploaded and no local file found. {1}','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3613,-1,'no_one','cpglobal','No one','vbulletin','',0,''),(3614,-1,'notices_manager','cpglobal','Notices Manager','vbulletin','vBulletin Solutions',1189770839,'3.6.8'),(3615,-1,'or_stylevar_part','cpglobal','or stylevar part:','vbulletin','vBulletin Solutions',1376503221,'5.0.5 Alpha 4'),(3616,-1,'order_by_date','cpglobal','Order By Date','vbulletin','',0,''),(3617,-1,'order_by_gcpglobal','cpglobal','Order By','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3618,-1,'order_by_username','cpglobal','Order By User Name','vbulletin','',0,''),(3619,-1,'page_gcpglobal','cpglobal','Page','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3620,-1,'parent_forum','cpglobal','Parent Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(3621,-1,'parent_style','cpglobal','Parent Style','vbulletin','',0,''),(3622,-1,'permanent','cpglobal','Permanent','vbulletin','',0,''),(3623,-1,'phrase_type','cpglobal','Phrase Type','vbulletin','',0,''),(3624,-1,'phrases','cpglobal','Phrases','vbulletin','',0,''),(3625,-1,'please_wait','cpglobal','Please Wait...','vbulletin','',0,''),(3626,-1,'primary_usergroup','cpglobal','Primary Usergroup','vbulletin','',0,''),(3627,-1,'priority_default_x','cpglobal','Priority (Default: {1})','vbulletin','vBulletin Solutions',1231950047,'4.0.0 Alpha 1'),(3628,-1,'processing_complete_proceed','cpglobal','Processing Complete - Proceed','vbulletin','',0,''),(3629,-1,'processing_x','cpglobal','Processing: {1}','vbulletin','',0,''),(3630,-1,'product','cpglobal','Product','vbulletin','',0,''),(3631,-1,'profile_picture','cpglobal','Profile Picture','vbulletin','',1347072749,'5.0.0 Beta 11'),(3632,-1,'promotions','cpglobal','Promotions','vbulletin','',0,''),(3633,-1,'prune','cpglobal','Prune','vbulletin','',0,''),(3634,-1,'question','cpglobal','Question','vbulletin','',0,''),(3635,-1,'quick_search','cpglobal','Quick Search','vbulletin','',0,''),(3636,-1,'rebuild_style_information','cpglobal','Rebuild Style Information','vbulletin','',0,''),(3637,-1,'reminder_gcpglobal','cpglobal','Reminder','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3638,-1,'remove_sitemap_session','cpglobal','Remove Sitemap Session','vbulletin','vBulletin Solutions',1232124527,'4.0.0 Alpha 1'),(3639,-1,'repeat_process','cpglobal','Repeat Process','vbulletin','',0,''),(3640,-1,'replace_with_text','cpglobal','Replace with Text','vbulletin','',0,''),(3641,-1,'replacement_variables','cpglobal','Replacement Variables','vbulletin','vBulletin Solutions',1368211433,'5.0.3 Alpha 3'),(3642,-1,'reputation_level_gcpglobal','cpglobal','Reputation Level','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3643,-1,'requires_admin_perm','cpglobal','Admin Permission<dfn>(If entered, admin permission required to manage this setting. Normally this is only used by vBulletin developers. Only a single permission can be specified.)</dfn>','vbulletin','vBulletin Solutions',1380917779,'5.1.0 Alpha 2'),(3644,-1,'restart','cpglobal','Restart','vbulletin','',0,''),(3645,-1,'results','cpglobal','Results','vbulletin','',0,''),(3646,-1,'revert_gcpglobal','cpglobal','Revert','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3647,-1,'rss_91_forum_w_posted_by_x_post_time_y_at_z','cpglobal','Forum: {1} Posted By: {2} Time: {3} at {4}','vbulletin','vBulletin Solutions',1376961982,'5.0.6 Alpha 1'),(3648,-1,'rss_feed_manager','cpglobal','RSS Feed Manager','vbulletin','vBulletin Solutions',1149264761,'3.6.0 Beta 1'),(3649,-1,'rssposter_post_from_x','cpglobal','Post from {1}','vbulletin','vBulletin Solutions',1380306465,'5.1.0 Alpha 1'),(3650,-1,'save_and_reload','cpglobal','Save and Reload','vbulletin','',1340324986,'5.0.0 Alpha 28'),(3651,-1,'save_display_order','cpglobal','Save Display Order','vbulletin','',0,''),(3652,-1,'save_enabled_status','cpglobal','Save Enabled Status','vbulletin','vBulletin Solutions',1149075896,'3.6.0 Beta 1'),(3653,-1,'save_open_groups_automatically','cpglobal','Save open navigation groups automatically','vbulletin','',1255069741,'4.0.0 Alpha 5'),(3654,-1,'save_prefs','cpglobal','Save Prefs','vbulletin','',0,''),(3655,-1,'save_priority','cpglobal','Save Priority','vbulletin','',1227736308,'4.0.0 Alpha 1'),(3656,-1,'scheduled_task_log','cpglobal','Scheduled Task Log','vbulletin','',0,''),(3657,-1,'script','cpglobal','Script','vbulletin','',0,''),(3658,-1,'search_for_text','cpglobal','Search for Text','vbulletin','',0,''),(3659,-1,'search_in_x','cpglobal','Search in {1}','vbulletin','',0,''),(3660,-1,'search_type_gcpglobal','cpglobal','Search Type','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3661,-1,'select_channel','cpglobal','Select Channel','vbulletin','',1322764247,'5.0.0 Alpha 10'),(3662,-1,'select_forum','cpglobal','Select Forum','vbulletin','',0,''),(3663,-1,'send_failed_to_x','cpglobal','Send failed to {1}.','vbulletin','vBulletin Solutions',1382714799,'5.1.0 Alpha 3'),(3664,-1,'sent_to_x','cpglobal','Sent to {1}. ','vbulletin','vBulletin Solutions',1382714823,'5.1.0 Alpha 3'),(3665,-1,'separate_usernames_semicolon','cpglobal','Separate multiple usernames with a \';\'','vbulletin','vBulletin Solutions',1194362908,'3.7.0 Beta 1'),(3666,-1,'set_default','cpglobal','Set Default','vbulletin','',0,''),(3667,-1,'setting_group','cpglobal','Setting Group','vbulletin','',0,''),(3668,-1,'settings_to_edit','cpglobal','Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>','vbulletin','',0,''),(3669,-1,'signature_picture','cpglobal','Signature Picture','vbulletin','',1347072569,'5.0.0 Beta 11'),(3670,-1,'sitemap_built_successfully_view_here','cpglobal','Sitemap built successfully. You may view the XML <a href=\"../xmlsitemap.php\">here</a>.','vbulletin','',1258210938,'4.0.0 Beta 4'),(3671,-1,'sitemap_forum_priority_desc','cpglobal','This page allows you to control the priority setting in your XML sitemap on a forum-by-forum basis. Setting a value for a forum will change that forum\'s priority setting <i>as well as</i> the topics within that forum. While you should set important forums to a higher priority, you should not set a high priority on too much content.','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3672,-1,'sitemap_priority_manager','cpglobal','Sitemap Priority Manager','vbulletin','',1231775121,'4.0.0 Alpha 1'),(3673,-1,'skipping_x','cpglobal','Skipping: {1}','vbulletin','',1349143115,'5.0.0 Beta 14'),(3674,-1,'standard_using_default_channel_permissions','cpglobal','<b>Standard:</b> Using default channel permissions','vbulletin','vBulletin Solutions',1347312933,'5.0.0 Beta 11'),(3675,-1,'statistics_gcpglobal','cpglobal','Statistics','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3676,-1,'style','cpglobal','Style','vbulletin','',0,''),(3677,-1,'styles_gcpglobal','cpglobal','Styles','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3678,-1,'stylevar','cpglobal','Stylevar','vbulletin','',0,''),(3679,-1,'stylevar_template_usage','cpglobal','Stylevar Template Usage','vbulletin','vBulletin Solutions',1357220320,'5.0.0 Beta 25'),(3680,-1,'stylevars','cpglobal','StyleVars','vbulletin','',0,''),(3681,-1,'system','cpglobal','System','vbulletin','vBulletin Solutions',1223032647,'4.0.0 Alpha 1'),(3682,-1,'table','cpglobal','Table','vbulletin','',0,''),(3683,-1,'templates','cpglobal','Templates','vbulletin','',0,''),(3684,-1,'text_gcpglobal','cpglobal','Text','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3685,-1,'to_continue_this_action','cpglobal','To continue this action, login using the admin account that initiated the action.','vbulletin','vBulletin Solutions',1157730820,'3.6.1'),(3686,-1,'toggle_active_status_for_all','cpglobal','Toggle Active Status for All','vbulletin','vBulletin Solutions',1190886666,'3.7.0 Beta 1'),(3687,-1,'translations','cpglobal','Translations','vbulletin','',0,''),(3688,-1,'unknown_error','cpglobal','Unknown Error','vbulletin','',0,''),(3689,-1,'update','cpglobal','Update','vbulletin','',0,''),(3690,-1,'updated_x_styles','cpglobal','Updated {1} style(s)','vbulletin','',0,''),(3691,-1,'upload_xml_file','cpglobal','<b>EITHER</b> upload the XML file from your computer','vbulletin','',0,''),(3692,-1,'use_to_build_sitemap','cpglobal','This allows you to manually build the XML sitemap. Once your sitemap has been built, it will automatically be submitted to the search engines you selected in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.<br />\r\n<br />\r\nThe sitemap will be accessed by search engines via <a href=\"../xmlsitemap.php\">this URL</a>.','vbulletin','',1258210956,'4.0.0 Beta 4'),(3693,-1,'user_profile_field','cpglobal','User Profile Field','vbulletin','',0,''),(3694,-1,'user_profile_fields','cpglobal','User Profile Fields','vbulletin','',0,''),(3695,-1,'user_rank','cpglobal','User Rank','vbulletin','',0,''),(3696,-1,'usergroup_options_gcpglobal','cpglobal','Usergroup Options','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3697,-1,'users','cpglobal','Users','vbulletin','',0,''),(3698,-1,'varname','cpglobal','Varname','vbulletin','',0,''),(3699,-1,'vb5blog','cpglobal','Blogs','vbulletin','',1332487119,'5.0.0 Alpha 20'),(3700,-1,'vbulletin_default','cpglobal','vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>','vbulletin','',0,''),(3701,-1,'vbulletin_options','cpglobal','vBulletin Options','vbulletin','',0,''),(3702,-1,'who_voted','cpglobal','Who Voted','vbulletin','',0,''),(3703,-1,'x_enter_the_options_that_the_user_can_choose_from','cpglobal','{1}<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>','vbulletin','',0,''),(3704,-1,'x_from_the_calendar_y','cpglobal','<i>{1}</i> from the calendar <i>{2}</i>','vbulletin','',1201000591,'3.7.0 Beta 5'),(3705,-1,'x_from_the_forum_y','cpglobal','<i>{1}</i> from the forum <i>{2}</i>','vbulletin','',1201000537,'3.7.0 Beta 5'),(3706,-1,'x_to_y','cpglobal','{1} to {2}','vbulletin','',0,''),(3707,-1,'x_to_y_of_z','cpglobal','{1} to {2} of {3}','vbulletin','vBulletin Solutions',1350551416,'5.0.0 Beta 16'),(3708,-1,'x_translation','cpglobal','{1} Translation','vbulletin','',0,''),(3709,-1,'x_y_id_z','cpglobal','{1}: <span class=\"normal\">{2} (id: {3})</span>','vbulletin','',0,''),(3710,-1,'xml_sitemap_manager','cpglobal','XML Sitemap Manager','vbulletin','vBulletin Solutions',1232380414,'4.0.0 Alpha 1'),(3711,-1,'you_did_not_specify_a_file_to_upload','cpglobal','You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n{1}\\n\\nfrom the server\'s file system.\\n\\nAre you sure?','vbulletin','',0,''),(3712,-1,'zero_equals_no_display','cpglobal','Set to \'0\' to not display this item','vbulletin','',0,''),(3713,-1,'add_new_automatic_ban_gcphome','cphome','Add New Automatic Ban','vbulletin','vBulletin Solutions',1157730753,'5.0.0 Alpha 8'),(3714,-1,'add_new_bb_code_gcphome','cphome','Add New BB Code','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3715,-1,'add_new_faq_item_gcphome','cphome','Add New Help Item','vbulletin','vBulletin Solutions',1320280989,'5.0.1 Alpha 2'),(3716,-1,'add_new_forum_gcphome','cphome','Add New Forum','vbulletin','vBulletin Solutions',1351643672,'5.0.0 Beta 18'),(3717,-1,'add_new_post_icon','cphome','Add New Post Icon','vbulletin','',0,''),(3718,-1,'add_new_prefix_set','cphome','Add New Prefix Set','vbulletin','vBulletin Solutions',1190044326,'3.7.0 Beta 1'),(3719,-1,'add_new_scheduled_task_gcphome','cphome','Add New Scheduled Task','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3720,-1,'add_new_smilie','cphome','Add New Smilie','vbulletin','',0,''),(3721,-1,'add_new_social_group_category','cphome','Add New Group Category','vbulletin','',1260377640,'4.0.0 Release Candidate 2'),(3722,-1,'add_new_subscription_gcphome','cphome','Add New Subscription','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3723,-1,'add_new_user','cphome','Add New User','vbulletin','',0,''),(3724,-1,'add_new_user_infraction_group_gcphome','cphome','Add New User Infraction Group','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3725,-1,'add_new_user_infraction_level_gcphome','cphome','Add New User Infraction Level','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3726,-1,'add_new_user_profile_field_gcphome','cphome','Add New User Profile Field','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3727,-1,'add_new_user_rank','cphome','Add New User Rank','vbulletin','',0,''),(3728,-1,'add_new_user_reputation','cphome','Add New User Reputation','vbulletin','',0,''),(3729,-1,'add_new_user_title_gcphome','cphome','Add New User Title','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3730,-1,'add_new_usergroup_gcphome','cphome','Add New Usergroup','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3731,-1,'add_paymentapi','cphome','Add New Payment API','vbulletin','',0,''),(3732,-1,'address','cphome','Address','vbulletin','vBulletin Solutions',1150120073,'3.6.0 Beta 2'),(3733,-1,'admin_attention_required','cphome','Administrator Attention Required','vbulletin','vBulletin Solutions',1150120087,'3.6.0 Beta 2'),(3734,-1,'admin_help_manager_gcphome','cphome','Admin Help Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3735,-1,'admincpdir_mismatch','cphome','<b>Warning:</b> The Admin Control Panel directory (<b>{1}</b>) does not match the directory set in config.php (<b>{2}</b>). <br />Please update the <code>$config[\'Misc\'][\'admincpdir\']</code> setting in config.php to match the directory where the Admin CP is found.','vbulletin','',1264608401,'4.0.3'),(3736,-1,'administrator_notes','cphome','Administrator Notes','vbulletin','',0,''),(3737,-1,'apc_too_old','cphome','Your server is running a version of the <a href=\"http://pecl.php.net/package/APC\">Alternative PHP Cache</a> (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.','vbulletin','',1201518151,'3.7.0 Beta 5'),(3738,-1,'attachment_manager_gcphome','cphome','Attachment Manager','vbulletin','vBulletin Solutions',1148056467,'5.0.0 Alpha 8'),(3739,-1,'attachment_permissions_gcphome','cphome','Attachment Permissions','vbulletin','vBulletin Solutions',1148324940,'5.0.0 Alpha 8'),(3740,-1,'attachment_storage_type','cphome','Attachment Storage Type','vbulletin','',0,''),(3741,-1,'attachment_usage','cphome','Attachment Usage','vbulletin','',0,''),(3742,-1,'ban_user_gcphome','cphome','Ban User','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3743,-1,'bb_code_manager_gcphome','cphome','BB Code Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3744,-1,'bussines_operations_management_and_customer_support','cphome','Business Operations and Customer Support','vbulletin','vBulletin Solutions',1383768940,'5.1.0 Alpha 4'),(3745,-1,'calendar_permissions_gcphome','cphome','Calendar Permissions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3746,-1,'calendars','cphome','Calendars','vbulletin','vBulletin Solutions',1161272137,'3.6.3'),(3747,-1,'channel_manager_gcphome','cphome','Channel Manager','vbulletin','vBulletin Solutions',1380783532,'5.1.0 Alpha 2'),(3748,-1,'cms_category_list','cphome','Category List','vbulletin','vBulletin Solutions',1380164337,'5.1.0 Alpha 2'),(3749,-1,'cms_content_list','cphome','Content List','vbulletin','vBulletin Solutions',1380164337,'5.1.0 Alpha 2'),(3750,-1,'cms_tag_list','cphome','Tag List','vbulletin','vBulletin Solutions',1380164337,'5.1.0 Alpha 2'),(3751,-1,'collapse_all','cphome','Collapse All','vbulletin','',0,''),(3752,-1,'collapse_group','cphome','Collapse Group','vbulletin','',0,''),(3753,-1,'community_forums','cphome','Community Forums','vbulletin','',0,''),(3754,-1,'control_panel_home','cphome','Control Panel Home','vbulletin','',0,''),(3755,-1,'copyright_enforcement_by','cphome','Copyright Enforcement By','vbulletin','',0,''),(3756,-1,'could_not_open_x','cphome','<strong>Fatal Error</strong> Could not open <em>{1}</em>','vbulletin','',0,''),(3757,-1,'currently_x_customized_templates_updated','cphome','There are currently <strong>{1}</strong> customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!<br />\r\n<br />\r\n<a href=\"template.php?do=findupdates{2}\">Click here to view these templates!</a>','vbulletin','',0,''),(3758,-1,'custom_avatar_usage','cphome','Avatar Usage','vbulletin','',0,''),(3759,-1,'custom_bb_codes','cphome','Custom BB Codes','vbulletin','',0,''),(3760,-1,'custom_profile_picture_usage','cphome','Profile Picture Usage','vbulletin','',0,''),(3761,-1,'database_data_usage','cphome','Data Usage','vbulletin','',0,''),(3762,-1,'database_index_usage','cphome','Index Usage','vbulletin','',0,''),(3763,-1,'development','cphome','Development','vbulletin','',1346868900,'5.0.0 Beta 11'),(3764,-1,'development_lead','cphome','Lead Developer','vbulletin','vBulletin Solutions',1383767302,'5.1.0 Alpha 4'),(3765,-1,'dismiss_gcphome','cphome','Dismiss','vbulletin','vBulletin Solutions',1150120141,'5.0.0 Alpha 8'),(3766,-1,'documentation','cphome','Documentation','vbulletin','',1346869181,'5.0.0 Beta 11'),(3767,-1,'download_latest_version','cphome','Download Latest Version','vbulletin','',0,''),(3768,-1,'download_upload_languages','cphome','Download / Upload Languages','vbulletin','',0,''),(3769,-1,'download_upload_styles','cphome','Download / Upload Styles','vbulletin','',0,''),(3770,-1,'download_vbulletin_x_from_members_area','cphome','Click here to download vBulletin {1} from the Members\' Area','vbulletin','',0,''),(3771,-1,'duplicate_permissions','cphome','Duplicate Permissions','vbulletin','',1213891230,'3.8.0 Alpha 1'),(3772,-1,'eaccelerator_too_old','cphome','eAccelerator for PHP must be upgraded to 0.9.3 or newer. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.','vbulletin','',0,''),(3773,-1,'engineering','cphome','Engineering','vbulletin','',1260572595,'4.0.0 Release Candidate 2'),(3774,-1,'events_awaiting_moderation_gcphome','cphome','Events to Moderate','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3775,-1,'expand_group','cphome','Expand Group','vbulletin','',0,''),(3776,-1,'faq_manager_gcphome','cphome','Help Manager','vbulletin','vBulletin Solutions',1320280989,'5.0.1 Alpha 2'),(3777,-1,'file_uploads_disabled','cphome','FILE_UPLOADS Disabled','vbulletin','',0,''),(3778,-1,'find_updated_phrases_gcphome','cphome','Find Updated Phrases','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3779,-1,'find_updated_templates','cphome','Find Updated Templates','vbulletin','',1142519066,'3.6.0 Beta 1'),(3780,-1,'forum_home_page','cphome','Forum Home Page','vbulletin','',0,''),(3781,-1,'forum_permissions_gcphome','cphome','Channel Permissions','vbulletin','',1320280989,'5.0.0 Alpha 31'),(3782,-1,'forums_and_moderators','cphome','Channel Management','vbulletin','',1320280989,'5.0.0 Alpha 31'),(3783,-1,'general_update_tools','cphome','General Update Tools','vbulletin','',1345321820,'5.0.0 Alpha 36'),(3784,-1,'holiday_manager','cphome','Holiday Manager','vbulletin','',0,''),(3785,-1,'human_verification','cphome','Human Verification','vbulletin','vBulletin Solutions',1192474912,'3.7.0 Beta 1'),(3786,-1,'human_verification_manager_gcphome','cphome','Human Verification Manager','vbulletin','vBulletin Solutions',1192474938,'5.0.0 Alpha 8'),(3787,-1,'language_manager_gcphome','cphome','Language Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3788,-1,'languages','cphome','Languages','vbulletin','',0,''),(3789,-1,'languages_and_phrases','cphome','Languages & Phrases','vbulletin','',0,''),(3790,-1,'latest_version_available_x','cphome','Latest version available: {1}','vbulletin','',0,''),(3791,-1,'list_extensions','cphome','List Extensions','vbulletin','',1342357959,'5.0.0 Alpha 29'),(3792,-1,'log_manager','cphome','Log Manager','vbulletin','',0,''),(3793,-1,'manage_content_priority','cphome','Manage Content Priority','vbulletin','',1228783737,'4.0.0 Alpha 1'),(3794,-1,'manage_hooks','cphome','Manage Hooks','vbulletin','',1340198393,'5.0.0 Alpha 27'),(3795,-1,'manage_products','cphome','Manage Products','vbulletin','',0,''),(3796,-1,'members_area','cphome','Members\' Area','vbulletin','',0,''),(3797,-1,'merge_users_gcphome','cphome','Merge Users','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3798,-1,'messages_awaiting_moderation','cphome','Messages to Moderate','vbulletin','vBulletin Solutions',1191956359,'3.7.0 Beta 1'),(3799,-1,'mmcache_not_supported','cphome','Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin. Please view <a href=\"http://www.vbulletin.com/forum/showthread.php?p=979044#post979044\">this post</a> for more information.','vbulletin','',0,''),(3800,-1,'moderate_posts_gcphome','cphome','Moderate Posts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3801,-1,'moderate_threads_gcphome','cphome','Moderate Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3802,-1,'moderate_users','cphome','Moderate Users','vbulletin','',0,''),(3803,-1,'moderate_visitor_messages','cphome','Moderate Visitor Messages','vbulletin','vBulletin Solutions',1208262824,'3.7.0 Release Candidate 4'),(3804,-1,'mysql_language_lookup','cphome','MySQL Language Lookup','vbulletin','',0,''),(3805,-1,'mysql_max_packet_size','cphome','MySQL Packet Size','vbulletin','',0,''),(3806,-1,'mysql_running_strict_mode','cphome','MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is <em>strongly recommended</em> that you set <code>$config[\'Database\'][\'force_sql_mode\']</code> to <code>true</code> in your includes/config.php file!','vbulletin','',0,''),(3807,-1,'mysql_strict_mode_warning','cphome','MySQL Strict Mode Warning','vbulletin','',0,''),(3808,-1,'mysql_version_gcphome','cphome','MySQL Version','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3809,-1,'new_posts_today','cphome','New Posts Today','vbulletin','',0,''),(3810,-1,'new_threads_today','cphome','New Topics Today','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3811,-1,'new_users_today','cphome','New Users Today','vbulletin','',0,''),(3812,-1,'news_header_string','cphome','For Your Information','vbulletin','vBulletin Solutions',1157465077,'3.6.1'),(3813,-1,'no_frames_support','cphome','Your browser does not support frames. Please get one that does!','vbulletin','',0,''),(3814,-1,'out_of_date_custom_templates_found','cphome','Out-of-Date Custom Templates Found!','vbulletin','',0,''),(3815,-1,'paymentapi_manager','cphome','Payment API Manager','vbulletin','',0,''),(3816,-1,'php_function_lookup','cphome','PHP Function Lookup','vbulletin','',0,''),(3817,-1,'php_max_post_size','cphome','PHP Max Post Size','vbulletin','',0,''),(3818,-1,'php_max_upload_size','cphome','PHP Maximum Upload Size','vbulletin','',0,''),(3819,-1,'php_memory_limit','cphome','PHP Memory Limit','vbulletin','',0,''),(3820,-1,'phrase_manager_gcphome','cphome','Phrase Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3821,-1,'please_note_deleting_this_item_will_remove_children','cphome','<b>Please note</b>: deleting this item will also remove any child entries of this item.','vbulletin','',0,''),(3822,-1,'post_icon_manager_gcphome','cphome','Post Icon Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3823,-1,'post_new_announcement_gcphome','cphome','Post New Announcement','vbulletin','',1142642373,'5.0.0 Alpha 8'),(3824,-1,'posts_awaiting_moderation_gcphome','cphome','Posts to Moderate','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3825,-1,'private_message_statistics_gcphome','cphome','Private Message Statistics','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3826,-1,'problematic_php_optimizer_found','cphome','Problematic PHP Optimizer Found','vbulletin','',0,''),(3827,-1,'product_management_user_experience_visual_design','cphome','Product Management and Design','vbulletin','vBulletin Solutions',1383767587,'5.1.0 Alpha 4'),(3828,-1,'products_hooks','cphome','Products & Hooks','vbulletin','',1340203751,'5.0.0 Alpha 27'),(3829,-1,'project_management','cphome','Project Manager','vbulletin','vBulletin Solutions',1383767332,'5.1.0 Alpha 4'),(3830,-1,'prune_users','cphome','Prune / Move Users','vbulletin','',0,''),(3831,-1,'qa','cphome','QA','vbulletin','',1260572609,'4.0.0 Release Candidate 2'),(3832,-1,'quick_administrator_links','cphome','Quick Administrator Links','vbulletin','',0,''),(3833,-1,'quick_moderator_links','cphome','Quick Moderator Links','vbulletin','',0,''),(3834,-1,'quick_phrase_finder','cphome','Quick Phrase Finder','vbulletin','vBulletin Solutions',1199205986,'3.7.0 Beta 4'),(3835,-1,'quick_user_finder','cphome','Quick User Finder','vbulletin','',0,''),(3836,-1,'rebuild','cphome','Rebuild','vbulletin','vBulletin Solutions',1254010926,'4.0.0 Alpha 4'),(3837,-1,'rebuild_bitfields','cphome','Rebuild Bitfields','vbulletin','',0,''),(3838,-1,'rebuild_sitemap','cphome','Rebuild Sitemap','vbulletin','',1228783720,'4.0.0 Alpha 1'),(3839,-1,'rebuild_video_bbcode','cphome','Rebuild Video BB Codes','vbulletin','vBulletin Solutions',1254010963,'4.0.0 Alpha 4'),(3840,-1,'reference_manual','cphome','Reference Manual','vbulletin','',0,''),(3841,-1,'repair_optimize_tables_gcphome','cphome','Repair / Optimize Tables','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3842,-1,'replacement_variable_manager_gcphome','cphome','Replacement Variable Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3843,-1,'revert_prefs','cphome','Revert Prefs','vbulletin','',0,''),(3844,-1,'rss_feeds','cphome','RSS Feeds','vbulletin','vBulletin Solutions',1150844131,'3.6.0 Beta 3'),(3845,-1,'safe_mode','cphome','Safe Mode','vbulletin','',0,''),(3846,-1,'scheduled_task_manager_gcphome','cphome','Scheduled Task Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3847,-1,'scheduled_tasks_gcphome','cphome','Scheduled Tasks','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3848,-1,'search_for_users','cphome','Search for Users','vbulletin','',0,''),(3849,-1,'search_in_phrases_gcphome','cphome','Search in Phrases','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3850,-1,'search_in_templates_gcphome','cphome','Search in Templates','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3851,-1,'search_ip_addresses_gcphome','cphome','Search IP Addresses','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3852,-1,'search_social_groups_gcphome','cphome','Search Groups','vbulletin','',1215700563,'5.0.0 Alpha 8'),(3853,-1,'search_type_gcphome','cphome','Search Type','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3854,-1,'send_email_to_users','cphome','Send Email to Users','vbulletin','',0,''),(3855,-1,'server_load_averages','cphome','Server Load Averages','vbulletin','',0,''),(3856,-1,'server_type','cphome','Server Type','vbulletin','',0,''),(3857,-1,'settings_gcphome','cphome','Settings','vbulletin','vBulletin Solutions',1244583187,'5.0.0 Alpha 8'),(3858,-1,'show_all_moderators','cphome','Show All Moderators','vbulletin','',0,''),(3859,-1,'show_all_news','cphome','Show All News','vbulletin','vBulletin Solutions',1157465113,'3.6.1'),(3860,-1,'smilie_manager_gcphome','cphome','Smilie Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3861,-1,'social_group_categories_gcphome','cphome','Group Categories','vbulletin','',1215700592,'5.0.0 Alpha 8'),(3862,-1,'software_developed_by','cphome','Software Developed By','vbulletin','',0,''),(3863,-1,'spam_settings','cphome','Spam Settings','vbulletin','vBulletin Solutions',1361404806,'5.0.1 Alpha 2'),(3864,-1,'special_thanks_and_contributions','cphome','Special Thanks To','vbulletin','vBulletin Solutions',1383769043,'5.1.0 Alpha 4'),(3865,-1,'statistics_and_logs','cphome','Statistics & Logs','vbulletin','',0,''),(3866,-1,'style_manager_gcphome','cphome','Style Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3867,-1,'styles_and_templates','cphome','Styles & Templates','vbulletin','',0,''),(3868,-1,'subscription_manager_gcphome','cphome','Subscription Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3869,-1,'subscription_permissions_gcphome','cphome','Subscription Permissions','vbulletin','vBulletin Solutions',1146675021,'5.0.0 Alpha 8'),(3870,-1,'support','cphome','Support','vbulletin','',1260572640,'4.0.0 Release Candidate 2'),(3871,-1,'sure_you_want_to_log_out_of_cp','cphome','Are you sure you want to log out of the control panel?','vbulletin','',0,''),(3872,-1,'tagging','cphome','Tagging','vbulletin','vBulletin Solutions',1227539765,'4.0.0 Alpha 1'),(3873,-1,'test_communication','cphome','Test Communication','vbulletin','',0,''),(3874,-1,'there_is_a_newer_vbulletin_version','cphome','There is a newer version of vBulletin available to download','vbulletin','',0,''),(3875,-1,'thread_prefix_manager_gcphome','cphome','Topic Prefix Manager','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3876,-1,'thread_prefixes_gcphome','cphome','Topic Prefixes','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3877,-1,'threads_awaiting_moderation_gcphome','cphome','Topics to Moderate','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(3878,-1,'transaction_log_gcphome','cphome','Transaction Log','vbulletin','vBulletin Solutions',1147110526,'5.0.0 Alpha 8'),(3879,-1,'transaction_stats_gcphome','cphome','Transaction Stats','vbulletin','vBulletin Solutions',1147110532,'5.0.0 Alpha 8'),(3880,-1,'unique_registered_visitors_today','cphome','Unique Members Today','vbulletin','',0,''),(3881,-1,'upload_post_icon_gcphome','cphome','Upload Post Icon','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3882,-1,'upload_smilie_gcphome','cphome','Upload Smilie','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3883,-1,'useful_links','cphome','Useful Links','vbulletin','',0,''),(3884,-1,'user_infraction_manager_gcphome','cphome','User Infraction Manager','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3885,-1,'user_infractions','cphome','User Infractions','vbulletin','',1142519066,'3.6.0 Beta 1'),(3886,-1,'user_profile_field_categories_gcphome','cphome','User Profile Field Categories','vbulletin','vBulletin Solutions',1176908634,'5.0.0 Alpha 8'),(3887,-1,'user_profile_field_manager_gcphome','cphome','User Profile Field Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3888,-1,'user_rank_manager_gcphome','cphome','User Rank Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3889,-1,'user_ranks','cphome','User Ranks','vbulletin','',0,''),(3890,-1,'user_reputation_manager_gcphome','cphome','User Reputation Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3891,-1,'user_reputations','cphome','User Reputations','vbulletin','',0,''),(3892,-1,'user_title_manager_gcphome','cphome','User Title Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3893,-1,'user_titles','cphome','User Titles','vbulletin','',0,''),(3894,-1,'usergroup_manager_gcphome','cphome','Usergroup Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3895,-1,'userpic_storage_type','cphome','User Picture Storage Type','vbulletin','',0,''),(3896,-1,'users_awaiting_moderation_gcphome','cphome','Users to Moderate','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3897,-1,'users_online','cphome','Users Online','vbulletin','',0,''),(3898,-1,'users_online_x_members_y_guests','cphome','{1} Users Online ({2} members and {3} guests)','vbulletin','',0,''),(3899,-1,'vbulletin_developers_and_contributors','cphome','vBulletin Developers & Contributors','vbulletin','',0,''),(3900,-1,'vbulletin_news_x','cphome','vBulletin News: {1}','vbulletin','vBulletin Solutions',1157465022,'3.6.1'),(3901,-1,'vbulletin_settings','cphome','vBulletin Settings','vbulletin','vBulletin Solutions',1244580835,'4.0.0 Alpha 1'),(3902,-1,'verticalresponse','cphome','VerticalResponse','vbulletin','',1297096434,'4.1.2 Beta 1'),(3903,-1,'view_banned_users','cphome','View Banned Users','vbulletin','',0,''),(3904,-1,'view_infractions_gcphome','cphome','View Infractions','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3905,-1,'view_permissions_gcphome','cphome','View Permissions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(3906,-1,'view_php_info','cphome','View PHP Info','vbulletin','',1217724234,'3.8.0 Alpha 1'),(3907,-1,'web_server','cphome','Web Server','vbulletin','',0,''),(3908,-1,'welcome_to_the_vbulletin_admin_control_panel','cphome','Welcome to the vBulletin Admin Control Panel','vbulletin','',0,''),(3909,-1,'welcome_to_the_vbulletin_moderator_control_panel','cphome','Welcome to the vBulletin Moderator Control Panel','vbulletin','',0,''),(3910,-1,'x_y_members_z_guests','cphome','{1} ({2} members and {3} guests)','vbulletin','',0,''),(3911,-1,'xml_sitemap','cphome','XML Sitemap','vbulletin','vBulletin Solutions',1232117622,'4.0.0 Alpha 1'),(3912,-1,'you_are_running_vbulletin_version_x','cphome','You are currently running vBulletin version {1}','vbulletin','',0,''),(3913,-1,'your_version_of_vbulletin_is_up_to_date','cphome','Your version of vBulletin ({1}) is up-to-date.','vbulletin','',0,''),(3914,-1,'add_new_setting','cpoption','Add New Setting','vbulletin','',0,''),(3915,-1,'add_new_setting_group','cpoption','Add New Setting Group','vbulletin','',0,''),(3916,-1,'add_setting','cpoption','Add Setting','vbulletin','',0,''),(3917,-1,'akismet_desc','cpoption','<p>The <a href=\"http://akismet.com/\">Akismet</a> service provides spam detection for user submitted posts. When enabled, suspected posts will be marked as spam, leaving the posts only visible to moderators for approval or deletion.</p>\r\n<p>Content that is not detected as spam can be sent to the Akismet database to improve future detection. This is accomplished via the Inline Moderation Delete Posts option.</p>\r\n<p>Usage of this service requires an Akismet API key, which can be retrieved from <a href=\"http://akismet.com/\">akismet.com</a>.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having their posts scanned for spam.</p>','vbulletin','vBulletin Solutions',1361409891,'5.0.1 Alpha 2'),(3918,-1,'akismet_settings','cpoption','Akismet Settings','vbulletin','vBulletin Solutions',1361410943,'5.0.1 Alpha 2'),(3919,-1,'always_send','cpoption','Always send header','vbulletin','',1317849568,'5.0.0 Alpha 32'),(3920,-1,'are_you_sure_want_to_delete_setting_x','cpoption','Are you sure you want to delete the setting: \'{1}\'?','vbulletin','',0,''),(3921,-1,'are_you_sure_want_to_delete_settinggroup_x','cpoption','Are you sure you want to delete the setting group: \'{1}\'?','vbulletin','',0,''),(3922,-1,'automoderation_desc','cpoption','<p>The settings below are internal methods that can be employed to detect potential spammers.</p>\r\n<p>Users with the ability to moderate posts and users with the \"Exempt posts from Spam checking\" permission are exempt from having these methods utilized on their posts.</p>','vbulletin','vBulletin Solutions',1361410911,'5.0.1 Alpha 2'),(3923,-1,'automoderation_settings','cpoption','Auto Moderation Settings','vbulletin','vBulletin Solutions',1361410963,'5.0.1 Alpha 2'),(3924,-1,'backup','cpoption','Backup','vbulletin','vBulletin Solutions',1145051991,'3.6.0 Beta 1'),(3925,-1,'backup_restore_settings','cpoption','Backup / Restore Settings','vbulletin','vBulletin Solutions',1145043559,'3.6.0 Beta 1'),(3926,-1,'basic','cpoption','Basic','vbulletin','',0,''),(3927,-1,'blacklist','cpoption','Blacklist','vbulletin','vBulletin Solutions',1148678112,'3.6.0 Beta 1'),(3928,-1,'blank','cpoption','(blank)','vbulletin','',0,''),(3929,-1,'collapse_setting_groups','cpoption','Collapse Setting Groups','vbulletin','',0,''),(3930,-1,'collapsible','cpoption','Collapsible','vbulletin','',0,''),(3931,-1,'contactus','cpoption','Contact Us','vbulletin','vBulletin Solutions',1351126528,'5.0.0 Beta 17'),(3932,-1,'coppa_disabled','cpoption','Disable COPPA','vbulletin','vBulletin Solutions',1144877010,'3.6.0 Beta 1'),(3933,-1,'coppa_enabled','cpoption','Enable COPPA','vbulletin','vBulletin Solutions',1144877016,'3.6.0 Beta 1'),(3934,-1,'custom_setting','cpoption','Custom Setting','vbulletin','',0,''),(3935,-1,'database_automatic_forum_marking','cpoption','Database (automatic forum marking)','vbulletin','',0,''),(3936,-1,'database_no_automatic_forum_marking','cpoption','Database (no automatic forum marking)','vbulletin','',0,''),(3937,-1,'datatype_bitfield','cpoption','Bitfield','vbulletin','',1142519066,'3.6.0 Beta 1'),(3938,-1,'datatype_boolean','cpoption','Boolean','vbulletin','',1142519066,'3.6.0 Beta 1'),(3939,-1,'datatype_free','cpoption','Free','vbulletin','',1142519066,'3.6.0 Beta 1'),(3940,-1,'datatype_integer','cpoption','Integer','vbulletin','vBulletin Solutions',1195215617,'3.7.0 Beta 1'),(3941,-1,'datatype_numeric','cpoption','Numeric','vbulletin','',1142519066,'3.6.0 Beta 1'),(3942,-1,'datatype_posint','cpoption','Positive Integer','vbulletin','vBulletin Solutions',1208953886,'3.7.0 Release Candidate 4'),(3943,-1,'datatype_username','cpoption','Username','vbulletin','vBulletin Solutions',1145921395,'3.6.0 Beta 1'),(3944,-1,'db_search_implementation','cpoption','DB Search','vbulletin','',1241645431,'4.0.0 Alpha 1'),(3945,-1,'deny_under_13_registration','cpoption','Deny registration for users aged under 13 years','vbulletin','',0,''),(3946,-1,'detailed_gcpoption','cpoption','Detailed','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3947,-1,'display_but_require_admin_or_mod','cpoption','Display, but require administrator or moderator','vbulletin','',0,''),(3948,-1,'display_infractions','cpoption','Display Infractions','vbulletin','vBulletin Solutions',1369767940,'5.0.4 Alpha 1'),(3949,-1,'display_publicly','cpoption','Display publicly','vbulletin','',0,''),(3950,-1,'display_reputation_power','cpoption','Display Reputation Power','vbulletin','',0,''),(3951,-1,'do_not_import','cpoption','Do not import','vbulletin','',1285286400,'4.0.7'),(3952,-1,'do_not_log_ip','cpoption','Do not log IP','vbulletin','',0,''),(3953,-1,'download_upload_settings','cpoption','Download / Upload Settings','vbulletin','',0,''),(3954,-1,'email_moderators','cpoption','Email Moderators','vbulletin','vBulletin Solutions',1149539350,'3.6.0 Beta 1'),(3955,-1,'email_moderators_and_administrators','cpoption','Email Moderators, Super Moderators, and Administrators','vbulletin','vBulletin Solutions',1149539380,'3.6.0 Beta 1'),(3956,-1,'enable_friends','cpoption','Friends','vbulletin','',1194956699,'3.7.0 Beta 1'),(3957,-1,'enable_groups','cpoption','Groups','vbulletin','',1194956664,'3.7.0 Beta 1'),(3958,-1,'enable_visitor_tracking','cpoption','Visitor Tracking','vbulletin','',1194956717,'3.7.0 Beta 1'),(3959,-1,'error_confirmation_phrase','cpoption','There are errors in the settings on this page.\\n\r\n\\n\r\nAre you sure you want to save the settings?','vbulletin','vBulletin Solutions',1149699342,'3.6.0 Beta 1'),(3960,-1,'expand_setting_groups','cpoption','Expand Setting Groups','vbulletin','',0,''),(3961,-1,'expanded','cpoption','Expanded','vbulletin','',0,''),(3962,-1,'icon_resize','cpoption','Icon','vbulletin','vBulletin Solutions',1358988013,'5.0.0 Beta 28'),(3963,-1,'ignore_blacklisted_settings','cpoption','Ignore Blacklisted settings','vbulletin','vBulletin Solutions',1148683561,'3.6.0 Beta 1'),(3964,-1,'import_settings_xml_file','cpoption','Import Settings XML File','vbulletin','',0,''),(3965,-1,'importing_settings','cpoption','Importing Settings','vbulletin','',0,''),(3966,-1,'inactivity_cookie_based','cpoption','Inactivity/Cookie Based','vbulletin','',0,''),(3967,-1,'instant_message_icons','cpoption','Instant Message Icons','vbulletin','',1142519066,'3.6.0 Beta 1'),(3968,-1,'language_specific_skypeweb_graphics','cpoption','Use Language-Specific SkypeWeb Graphics','vbulletin','',0,''),(3969,-1,'large_resize','cpoption','Large','vbulletin','vBulletin Solutions',1358988046,'5.0.0 Beta 28'),(3970,-1,'live_permission_check','cpoption','Live Permission Check','vbulletin','vBulletin Solutions',1209744605,'3.7.1'),(3971,-1,'lostpw','cpoption','Recover Lost Password','vbulletin','vBulletin Solutions',1351126528,'5.0.0 Beta 17'),(3972,-1,'medium_resize','cpoption','Medium','vbulletin','vBulletin Solutions',1358988038,'5.0.0 Beta 28'),(3973,-1,'never_send','cpoption','Never send header','vbulletin','',1317849568,'5.0.0 Alpha 32'),(3974,-1,'no_email','cpoption','No Email','vbulletin','vBulletin Solutions',1149539335,'3.6.0 Beta 1'),(3975,-1,'no_permission_check','cpoption','No Permission Check','vbulletin','vBulletin Solutions',1209744612,'3.7.1'),(3976,-1,'normal_gcpoption','cpoption','Normal','vbulletin','',1142519066,'5.0.0 Alpha 8'),(3977,-1,'not_specified_questions_no_validation','cpoption','You have not specified any questions. No validation will happen until a question is added.','vbulletin','vBulletin Solutions',1197980380,'3.7.0 Beta 3'),(3978,-1,'only_one_per_post','cpoption','Yes, full size, but only if post has only one attachment','vbulletin','vBulletin Solutions',1273013970,'4.0.4'),(3979,-1,'option_code','cpoption','Option Code <dfn>(blank, yesno, textarea, or custom eval code)</dfn>','vbulletin','',0,''),(3980,-1,'profilefield_x_fieldid_y','cpoption','{1} ({2})','vbulletin','',1285286400,'4.0.7'),(3981,-1,'question_verification','cpoption','Question & Answer Verification','vbulletin','vBulletin Solutions',1192141474,'3.7.0 Beta 1'),(3982,-1,'random_color','cpoption','Random Color','vbulletin','',1142519066,'3.6.0 Beta 1'),(3983,-1,'random_font','cpoption','Random Font','vbulletin','',1142519066,'3.6.0 Beta 1'),(3984,-1,'random_fontsize','cpoption','Random Font Size','vbulletin','',1142519066,'3.6.0 Beta 1'),(3985,-1,'random_shape','cpoption','Random Shapes','vbulletin','vBulletin Solutions',1161208915,'3.6.3'),(3986,-1,'random_slant','cpoption','Random Slant','vbulletin','',1142519066,'3.6.0 Beta 1'),(3987,-1,'recaptcha','cpoption','reCAPTCHA™','vbulletin','vBulletin Solutions',1205930064,'3.7.0 Release Candidate 1'),(3988,-1,'recaptcha_blackglass','cpoption','Black Glass','vbulletin','vBulletin Solutions',1192644235,'3.7.0 Beta 1'),(3989,-1,'recaptcha_clean','cpoption','Clean','vbulletin','vBulletin Solutions',1212065186,'3.7.2'),(3990,-1,'recaptcha_red','cpoption','Red','vbulletin','vBulletin Solutions',1192644218,'3.7.0 Beta 1'),(3991,-1,'recaptcha_verification_options','cpoption','reCAPTCHA™ Verification Options','vbulletin','vBulletin Solutions',1205930070,'3.7.0 Release Candidate 1'),(3992,-1,'recaptcha_white','cpoption','White','vbulletin','vBulletin Solutions',1192644226,'3.7.0 Beta 1'),(3993,-1,'restore','cpoption','Restore','vbulletin','vBulletin Solutions',1145051983,'3.6.0 Beta 1'),(3994,-1,'restore_settings_xml_file','cpoption','Restore Settings XML File','vbulletin','vBulletin Solutions',1145052019,'3.6.0 Beta 1'),(3995,-1,'restore_xml_file','cpoption','OR restore the XML file from your server','vbulletin','vBulletin Solutions',1145052064,'3.6.0 Beta 1'),(3996,-1,'save_settings','cpoption','Save Settings','vbulletin','',0,''),(3997,-1,'search_engine_ask','cpoption','Ask.com','vbulletin','vBulletin Solutions',1232121306,'4.0.0 Alpha 1'),(3998,-1,'search_engine_google','cpoption','Google','vbulletin','vBulletin Solutions',1232121271,'4.0.0 Alpha 1'),(3999,-1,'search_engine_live_search','cpoption','Live Search','vbulletin','vBulletin Solutions',1232121281,'4.0.0 Alpha 1'),(4000,-1,'search_engine_moreover','cpoption','Moreover','vbulletin','vBulletin Solutions',1232121325,'4.0.0 Alpha 1'),(4001,-1,'search_engine_yahoo','cpoption','Yahoo!','vbulletin','vBulletin Solutions',1232121298,'4.0.0 Alpha 1'),(4002,-1,'search_reindex_required','cpoption','Changing search implementations will require you to rebuild the search index before the search function will return results. This can be done via Maintenance > Update Counters. Reindex can take a long time for large boards. Some high performance search engines may provide a faster alternate method of doing a full reindex, consult your documentation.','vbulletin','',1241627137,'4.0.0 Alpha 1'),(4003,-1,'select_search_implementation','cpoption','Select Search Implementation','vbulletin','',1241646072,'4.0.0 Alpha 1'),(4004,-1,'send_if_iis','cpoption','Send header only if IIS detected','vbulletin','',1317849568,'5.0.0 Alpha 32'),(4005,-1,'setting','cpoption','Setting','vbulletin','',0,''),(4006,-1,'settings_bitfield_error','cpoption','An error occurred while processing the bitfield files, the following information was returned: {1}','vbulletin','vBulletin Solutions',1157553628,'3.6.1'),(4007,-1,'show_all_settings','cpoption','Show All Settings','vbulletin','',0,''),(4008,-1,'show_birthdays_active_users_only','cpoption','Show birthdays for active users only','vbulletin','',0,''),(4009,-1,'show_total_number_active_members','cpoption','Show total number of active members','vbulletin','',0,''),(4010,-1,'single','cpoption','Single','vbulletin','',0,''),(4011,-1,'small_resize','cpoption','Small','vbulletin','vBulletin Solutions',1358988031,'5.0.0 Beta 28'),(4012,-1,'sphinx_search_implementation','cpoption','Sphinx Search','vbulletin','',0,'5.0.3 Alpha 2'),(4013,-1,'stopforumspam_desc','cpoption','<p>The <a href=\"http://www.stopforumspam.com/\">Stop Forum Spam</a> service provides detection of potential spammers during new user registration. When enabled, users can be detected via their IP address, email address, and username.</p>\r\n<p>Detected users will be blocked from registering.</p>\r\n<p>In addition to handling registration, suspected spammers can be reported to the service via the Inline Moderation Delete Posts option.</p>\r\n<p>The level of false-positives can be controlled by altering the Activity and Confidence check values.</p>\r\n<p>Detecting spammers at registration requires nothing extra to be done but submitting spammers to the service requires an API key, which can be retrieved from <a href=\"http://www.stopforumspam.com\">www.stopforumspam.com</a>.</p>\r\n','vbulletin','vBulletin Solutions',1361410367,'5.0.1 Alpha 2'),(4014,-1,'stopforumspam_settings','cpoption','Stop Forum Spam Settings','vbulletin','vBulletin Solutions',1361410952,'5.0.1 Alpha 2'),(4015,-1,'suggested_settings','cpoption','Suggested Settings','vbulletin','',0,''),(4016,-1,'thumbnail_resize','cpoption','Thumbnail','vbulletin','vBulletin Solutions',1358988023,'5.0.0 Beta 28'),(4017,-1,'use_custom_setting','cpoption','Use Custom Setting (Specify Below)','vbulletin','',0,''),(4018,-1,'validation_php_code','cpoption','Validation PHP Code','vbulletin','',1142519066,'3.6.0 Beta 1'),(4019,-1,'yes_ajax_upload','cpoption','Yes, Ajax Upload by Default','vbulletin','vBulletin Solutions',1269629920,'4.0.4'),(4020,-1,'yes_click','cpoption','Yes, Click','vbulletin','vBulletin Solutions',1194968757,'3.7.0 Beta 1'),(4021,-1,'yes_click_or_hover','cpoption','Yes, Click or Hover','vbulletin','',1199971880,'3.7.0 Beta 4'),(4022,-1,'yes_display_post_counts_gcpoption','cpoption','Yes - Display Post Counts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4023,-1,'yes_flash_upload','cpoption','Yes, Flash Upload by Default','vbulletin','vBulletin Solutions',1269629876,'4.0.4'),(4024,-1,'yes_full_image','cpoption','Yes, full size','vbulletin','vBulletin Solutions',1273014017,'4.0.4'),(4025,-1,'yes_hide_post_counts_gcpoption','cpoption','Yes - Hide Post Counts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4026,-1,'yes_hover','cpoption','Yes, Hover','vbulletin','vBulletin Solutions',1194968769,'3.7.0 Beta 1'),(4027,-1,'yes_plain_text_version','cpoption','Yes, plain text version','vbulletin','vBulletin Solutions',1190112940,'3.7.0 Beta 1'),(4028,-1,'yes_rich_text_version','cpoption','Yes, rich text version','vbulletin','vBulletin Solutions',1190112947,'3.7.0 Beta 1'),(4029,-1,'yes_thumbnails','cpoption','Yes, display thumbnails','vbulletin','vBulletin Solutions',1273014004,'4.0.4'),(4030,-1,'yes_with_border','cpoption','Yes, with border','vbulletin','',1142519066,'3.6.0 Beta 1'),(4031,-1,'yes_with_border_and_dimensions','cpoption','Yes, with border and dimensions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4032,-1,'yes_with_dimensions','cpoption','Yes, with dimensions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4033,-1,'yes_with_locking','cpoption','Yes, with locking','vbulletin','',0,''),(4034,-1,'yesterday_today','cpoption','Yesterday / Today','vbulletin','',1142519066,'3.6.0 Beta 1'),(4035,-1,'additional_functions_gcppermission','cppermission','Additional Functions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4036,-1,'administrator','cppermission','Administrator','vbulletin','',0,''),(4037,-1,'administrator_permissions_manager','cppermission','Administrator Permissions Manager','vbulletin','',0,''),(4038,-1,'album_max_pictures','cppermission','Maximum Number of Album Pictures','vbulletin','vBulletin Solutions',1191938709,'3.7.0 Beta 1'),(4039,-1,'album_max_size','cppermission','Maximum Total File Size of Album Pictures (bytes)\r\n<dfn>1KB = 1024 bytes</dfn>','vbulletin','vBulletin Solutions',1191938732,'3.7.0 Beta 1'),(4040,-1,'album_picture_max_height','cppermission','Album Picture Maximum Height (pixels)','vbulletin','vBulletin Solutions',1191938644,'3.7.0 Beta 1'),(4041,-1,'album_picture_max_width','cppermission','Album Picture Maximum Width (pixels)','vbulletin','vBulletin Solutions',1191938637,'3.7.0 Beta 1'),(4042,-1,'allow_bbcode_align','cppermission','<span title=\"[LEFT] [CENTER] [RIGHT] [INDENT]\">Allow Alignment BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4043,-1,'allow_bbcode_basic','cppermission','<span title=\"[B] [I] [U]\">Allow Basic BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4044,-1,'allow_bbcode_code','cppermission','<span title=\"[CODE]\">Allow Code BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4045,-1,'allow_bbcode_color','cppermission','<span title=\"[COLOR]\">Allow Color BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4046,-1,'allow_bbcode_custom','cppermission','<span title=\"Administrator-defined BB Codes\">Allow Custom BB Codes</span>','vbulletin','vBulletin Solutions',1203946020,'3.7.0 Beta 6'),(4047,-1,'allow_bbcode_font','cppermission','<span title=\"[FONT]\">Allow Font BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4048,-1,'allow_bbcode_html','cppermission','<span title=\"[HTML]\">Allow HTML BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4049,-1,'allow_bbcode_img','cppermission','<span title=\"[IMG]\">Allow Image BB Code</span>','vbulletin','vBulletin Solutions',1203945993,'3.7.0 Beta 6'),(4050,-1,'allow_bbcode_link','cppermission','<span title=\"[URL] [EMAIL] [THREAD] [POST]\">Allow Link BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4051,-1,'allow_bbcode_list','cppermission','<span title=\"[LIST]\">Allow List BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4052,-1,'allow_bbcode_php','cppermission','<span title=\"[PHP]\">Allow PHP BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4053,-1,'allow_bbcode_quote','cppermission','<span title=\"[QUOTE]\">Allow Quote BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4054,-1,'allow_bbcode_size','cppermission','<span title=\"[SIZE]\">Allow Size BB Code</span>','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4055,-1,'allow_member_groups','cppermission','Allow Users to have Member Groups <dfn>(Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)</dfn>','vbulletin','',0,''),(4056,-1,'apply_permissions_to_channel','cppermission','Apply Permissions to Channel <dfn>(Includes Sub-Channel)</dfn>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4057,-1,'apply_permissions_to_usergroup','cppermission','Apply Permissions to Usergroups','vbulletin','',0,''),(4058,-1,'attachment_permissions_gcppermission','cppermission','Attachment Permissions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4059,-1,'birthdays_viewable','cppermission','Birthdays Viewable <dfn>(Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)</dfn>','vbulletin','',0,''),(4060,-1,'can_access_control_panel','cppermission','Can Access Control Panel (is Administrator)','vbulletin','',0,''),(4061,-1,'can_add_owners','cppermission','Can Add Owners','vbulletin','',1346718295,'5.0.0 Beta 11'),(4062,-1,'can_admin_all_settings','cppermission','Can Administer All Settings','vbulletin','vBulletin Solutions',1380046014,'5.1.0 Alpha 1'),(4063,-1,'can_admin_templates','cppermission','Can Administer & Edit Templates','vbulletin','vBulletin Solutions',1380045966,'5.1.0 Alpha 1'),(4064,-1,'can_administer_ads','cppermission','Can Administer Ads','vbulletin','',1253894101,'4.0.0 Alpha 4'),(4065,-1,'can_administer_bbcodes','cppermission','Can Administer BB Codes','vbulletin','',0,''),(4066,-1,'can_administer_blocks','cppermission','Can Administer Forum Blocks','vbulletin','vBulletin Solutions',1270829637,'4.0.4'),(4067,-1,'can_administer_cms','cppermission','Can Administer CMS','vbulletin','vBulletin Solutions',1380906091,'5.1.0 Alpha 2'),(4068,-1,'can_administer_cron','cppermission','Can Administer CRON','vbulletin','',0,''),(4069,-1,'can_administer_faq','cppermission','Can Administer Help','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(4070,-1,'can_administer_forums','cppermission','Can Administer Forums','vbulletin','',0,''),(4071,-1,'can_administer_images','cppermission','Can Administer Avatars / Icons / Smilies','vbulletin','',0,''),(4072,-1,'can_administer_languages','cppermission','Can Administer Languages','vbulletin','',0,''),(4073,-1,'can_administer_limited_settings','cppermission','Can Administer Limited or Basic Settings','vbulletin','vBulletin Solutions',1380045830,'5.1.0 Alpha 1'),(4074,-1,'can_administer_moderator_log','cppermission','Can Administer Moderator Log','vbulletin','vBulletin Solutions',1207570472,'3.7.0 Release Candidate 3'),(4075,-1,'can_administer_notices','cppermission','Can Administer Notices','vbulletin','vBulletin Solutions',1207568406,'3.7.0 Release Candidate 3'),(4076,-1,'can_administer_products','cppermission','Can Administer Products','vbulletin','',1340897405,'5.0.0 Alpha 28'),(4077,-1,'can_administer_styles','cppermission','Can Administer Styles','vbulletin','',0,''),(4078,-1,'can_administer_tags','cppermission','Can Administer Tags','vbulletin','vBulletin Solutions',1264552818,'4.0.3'),(4079,-1,'can_administer_threads','cppermission','Can Administer Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4080,-1,'can_administer_user_permissions','cppermission','Can Administer User Permissions','vbulletin','',0,''),(4081,-1,'can_administer_users','cppermission','Can Administer Users','vbulletin','',0,''),(4082,-1,'can_administer_xml_sitemap','cppermission','Can Administer XML Sitemap','vbulletin','vBulletin Solutions',1232124914,'4.0.0 Alpha 1'),(4083,-1,'can_always_create_discussion','cppermission','Can Always Create Discussions\r\n<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>','vbulletin','',1223644026,'4.0.0 Alpha 1'),(4084,-1,'can_always_post_in_channel','cppermission','Can Always Reply<dfn>If enabled, the user will be able to reply in channels, regardless of being a member or not</dfn>','vbulletin','vBulletin Solutions',1357920401,'5.0.0 Release Candidate 1'),(4085,-1,'can_always_post_message','cppermission','Can Always Post Messages<dfn>If enabled, the user will also be able to view private and invite only groups.</dfn>','vbulletin','',1223644069,'4.0.0 Alpha 1'),(4086,-1,'can_always_post_new_in_channel','cppermission','Can Always Post Topics<dfn>If enabled, the user will be able to create topics in channels, regardless of being a member or not</dfn>','vbulletin','vBulletin Solutions',1357920501,'5.0.0 Release Candidate 1'),(4087,-1,'can_always_view_channel','cppermission','Can Always View Channel<dfn>If enabled, the user will be able to view private and invite only channels</dfn>','vbulletin','vBulletin Solutions',1357920401,'5.0.0 Release Candidate 1'),(4088,-1,'can_ban_users','cppermission','Can Ban Users','vbulletin','',0,''),(4089,-1,'can_comment','cppermission','Can Comment','vbulletin','vBulletin Solutions',1378844735,'5.0.6 Alpha 1'),(4090,-1,'can_configure_channel','cppermission','Can Configure Channel','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4091,-1,'can_create_discussion','cppermission','Can Create New Discussions in Groups','vbulletin','',1210937696,'3.7.1'),(4092,-1,'can_create_link','cppermission','Can create link','vbulletin','',1333655463,'5.0.0 Alpha 21'),(4093,-1,'can_create_report','cppermission','Can create report','vbulletin','',1333655495,'5.0.0 Alpha 21'),(4094,-1,'can_create_social_groups','cppermission','Can Create Groups','vbulletin','',1260377501,'4.0.0 Release Candidate 2'),(4095,-1,'can_create_tags','cppermission','Can Create Tags','vbulletin','vBulletin Solutions',1190817335,'3.7.0 Beta 1'),(4096,-1,'can_create_video','cppermission','Can create video','vbulletin','',1333655528,'5.0.0 Alpha 21'),(4097,-1,'can_customize_profile','cppermission','Can Customize Profile','vbulletin','',1285367386,'4.0.8'),(4098,-1,'can_delete_channel','cppermission','User can delete sub-channels here','vbulletin','vBulletin Solutions',1367274081,'5.0.3 Alpha 3'),(4099,-1,'can_delete_discussions','cppermission','Can Delete Discussions','vbulletin','',1211464580,'3.7.1'),(4100,-1,'can_delete_events','cppermission','Can Delete Events','vbulletin','',0,''),(4101,-1,'can_delete_own_posts','cppermission','Can Delete Own Posts','vbulletin','',0,''),(4102,-1,'can_delete_own_social_groups','cppermission','Can Delete Own Groups','vbulletin','',1260377510,'4.0.0 Release Candidate 2'),(4103,-1,'can_delete_own_threads','cppermission','Can Delete Own Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4104,-1,'can_delete_own_visitor_messages','cppermission','Can Delete Own Visitor Messages','vbulletin','vBulletin Solutions',1197370769,'3.7.0 Beta 1'),(4105,-1,'can_delete_picture_comments','cppermission','Can Delete Picture Comments','vbulletin','vBulletin Solutions',1198169784,'3.7.0 Beta 1'),(4106,-1,'can_delete_pictures','cppermission','Can Delete Pictures','vbulletin','vBulletin Solutions',1239661534,'4.0.0 Alpha 1'),(4107,-1,'can_delete_posts','cppermission','Can Delete Posts','vbulletin','',0,''),(4108,-1,'can_delete_social_groups','cppermission','Can Delete Groups','vbulletin','',1260377530,'4.0.0 Release Candidate 2'),(4109,-1,'can_delete_tags_own_threads','cppermission','Can Delete Tags on Own Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4110,-1,'can_download_attachments','cppermission','Can Download Attachments','vbulletin','',0,''),(4111,-1,'can_edit_background_image','cppermission','Can Edit Backgrounds','vbulletin','vBulletin Solutions',1353322733,'5.0.0 Beta 21'),(4112,-1,'can_edit_borders','cppermission','Can Edit Borders','vbulletin','vBulletin Solutions',1353322759,'5.0.0 Beta 21'),(4113,-1,'can_edit_colors','cppermission','Can Edit Text Colors and Link Colors','vbulletin','vBulletin Solutions',1353322654,'5.0.0 Beta 21'),(4114,-1,'can_edit_discussions','cppermission','Can Edit Discussions','vbulletin','',1211464555,'3.7.1'),(4115,-1,'can_edit_events','cppermission','Can Edit Events','vbulletin','',0,''),(4116,-1,'can_edit_font_family','cppermission','Can Edit Font Family','vbulletin','',1193400699,'3.7.0 Beta 1'),(4117,-1,'can_edit_font_size','cppermission','Can Edit Font Size','vbulletin','',1193400712,'3.7.0 Beta 1'),(4118,-1,'can_edit_others_content','cppermission','Can Edit Others\' Content','vbulletin','vBulletin Solutions',1378844532,'5.0.6 Alpha 1'),(4119,-1,'can_edit_own_posts','cppermission','Can Edit Own Posts','vbulletin','',0,''),(4120,-1,'can_edit_own_profile','cppermission','Can Edit Own Profile','vbulletin','',0,''),(4121,-1,'can_edit_own_social_groups','cppermission','Can Edit Own Groups','vbulletin','vBulletin Solutions',1356567251,'5.0.0 Beta 25'),(4122,-1,'can_edit_own_visitor_messages','cppermission','Can Edit Own Visitor Messages','vbulletin','vBulletin Solutions',1197370777,'3.7.0 Beta 1'),(4123,-1,'can_edit_picture_comments','cppermission','Can Edit Picture Comments','vbulletin','vBulletin Solutions',1198169775,'3.7.0 Beta 1'),(4124,-1,'can_edit_pictures','cppermission','Can Edit Pictures','vbulletin','vBulletin Solutions',1239661523,'4.0.0 Alpha 1'),(4125,-1,'can_edit_polls','cppermission','Can Edit Polls','vbulletin','',0,''),(4126,-1,'can_edit_posts','cppermission','Can Edit Posts','vbulletin','',0,''),(4127,-1,'can_edit_privacy','cppermission','Can Edit Profile Privacy<dfn>Whether the user can hide blocks on their profile page from other users','vbulletin','',1218465771,'3.8.0 Alpha 1'),(4128,-1,'can_edit_social_groups','cppermission','Can Edit Groups','vbulletin','',1260377551,'4.0.0 Release Candidate 2'),(4129,-1,'can_edit_threads','cppermission','Can Edit Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4130,-1,'can_edit_user_avatars','cppermission','Can Edit User Avatars','vbulletin','',0,''),(4131,-1,'can_edit_user_profile_pictures','cppermission','Can Edit User Profile Pictures','vbulletin','',0,''),(4132,-1,'can_edit_user_reputation_comments_gcppermission','cppermission','Can Edit User Reputation Comments','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4133,-1,'can_edit_user_signatures','cppermission','Can Edit User Signatures','vbulletin','',0,''),(4134,-1,'can_give_arbitrary_infractions','cppermission','Can Give Arbitrary Value Infractions','vbulletin','vBulletin Solutions',1360794055,'5.0.1 Alpha 2'),(4135,-1,'can_give_infractions','cppermission','Can Give Infractions to Others','vbulletin','vBulletin Solutions',1360794087,'5.0.1 Alpha 2'),(4136,-1,'can_have_album','cppermission','Can Have Album and Upload Pictures','vbulletin','vBulletin Solutions',1191938607,'3.7.0 Beta 1'),(4137,-1,'can_hide_reputation','cppermission','Can Hide Reputation from Others','vbulletin','',0,''),(4138,-1,'can_ignore_quota','cppermission','Can Ignore Quota','vbulletin','',1142519066,'3.6.0 Beta 1'),(4139,-1,'can_join','cppermission','Can Join Channel','vbulletin','vBulletin Solutions',1349123476,'5.0.0 Beta 25'),(4140,-1,'can_join_social_groups','cppermission','Can Join Groups','vbulletin','',1260377558,'4.0.0 Release Candidate 2'),(4141,-1,'can_limit_discussion','cppermission','Can Limit Discussions in Own Groups to the Group Owner<dfn>If enabled, the user can configure their Groups so that only they can create new discussions.</dfn>','vbulletin','',1260377569,'4.0.0 Release Candidate 2'),(4142,-1,'can_manage_group_discussions','cppermission','Can Manage Own Discussions','vbulletin','',1212052825,'3.7.1'),(4143,-1,'can_manage_group_messages','cppermission','Can Manage Own Messages','vbulletin','',1211993737,'3.7.1'),(4144,-1,'can_manage_own_social_groups','cppermission','Can Manage Own Groups','vbulletin','',1260377576,'4.0.0 Release Candidate 2'),(4145,-1,'can_manage_own_visitor_messages','cppermission','Can Manage Messages within Own Profile','vbulletin','vBulletin Solutions',1197370784,'3.7.0 Beta 1'),(4146,-1,'can_manage_threads','cppermission','Can Manage Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4147,-1,'can_mass_move_threads','cppermission','Can Mass-Move Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4148,-1,'can_mass_prune_threads','cppermission','Can Mass-Prune Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4149,-1,'can_moderate_attachments','cppermission','Can Moderate Attachments','vbulletin','',0,''),(4150,-1,'can_moderate_discussions','cppermission','Can Moderate Discussions','vbulletin','',1212054407,'3.7.1'),(4151,-1,'can_moderate_events','cppermission','Can Moderate Events','vbulletin','',0,''),(4152,-1,'can_moderate_picture_comments','cppermission','Can Moderate Picture Comments','vbulletin','vBulletin Solutions',1198169046,'3.7.0 Beta 1'),(4153,-1,'can_moderate_pictures','cppermission','Can Moderate Pictures','vbulletin','vBulletin Solutions',1203548998,'3.7.0 Beta 6'),(4154,-1,'can_moderate_posts','cppermission','Can Moderate Posts','vbulletin','',0,''),(4155,-1,'can_moderate_tags','cppermission','Can Moderate Tags','vbulletin','',1333661853,'5.0.0 Alpha 21'),(4156,-1,'can_move_events','cppermission','Can Move Events','vbulletin','',0,''),(4157,-1,'can_move_own_threads','cppermission','Can Move Own Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4158,-1,'can_open_close_own_threads','cppermission','Can Open / Close Own Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4159,-1,'can_open_close_threads','cppermission','Can Open / Close Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4160,-1,'can_override_primary_group_title','cppermission','Can override primary group title/markup','vbulletin','',0,''),(4161,-1,'can_physically_delete_discussions','cppermission','Can Permanently Delete Discussions <dfn>(Completely removes the discussion and all of it\'s posts from the database)</dfn>','vbulletin','vBulletin Solutions',1211464654,'5.0.5 Alpha 1'),(4162,-1,'can_physically_delete_posts','cppermission','Can Permanently Delete Posts <dfn>(Completely removes the post from the database)</dfn>','vbulletin','vBulletin Solutions',1374246326,'5.0.5 Alpha 1'),(4163,-1,'can_post_announcements','cppermission','Can Post Announcements\r\n<dfn>Granting this permission will allow this user to post announcements containing arbitrary HTML.</dfn>','vbulletin','',1219837672,'3.8.0 Alpha 1'),(4164,-1,'can_post_attachments','cppermission','Can Post Attachments','vbulletin','',0,''),(4165,-1,'can_post_group_message','cppermission','Can Post Messages in Groups','vbulletin','',1210937630,'3.7.1'),(4166,-1,'can_post_polls','cppermission','Can Post Polls','vbulletin','',1358209388,'5.0.0 Beta 27'),(4167,-1,'can_post_threads','cppermission','Can Post Topics','vbulletin','vBulletin Solutions',1352159753,'5.0.0 Beta 19'),(4168,-1,'can_post_visitor_messages_to_others_profile','cppermission','Can Post Visitor Messages to Others\' Profile','vbulletin','vBulletin Solutions',1197370809,'3.7.0 Beta 1'),(4169,-1,'can_post_visitor_messages_to_own_profile','cppermission','Can Post Visitor Messages to Own Profile','vbulletin','vBulletin Solutions',1197370821,'3.7.0 Beta 1'),(4170,-1,'can_publish','cppermission','Can Publish','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4171,-1,'can_rate_threads','cppermission','Can Rate Threads','vbulletin','vBulletin Solutions',1358209516,'5.0.0 Beta 27'),(4172,-1,'can_remove_picture_comments','cppermission','Can Permanently Delete Picture Comments\r\n<dfn>(Completely removes the comment from the database)</dfn>','vbulletin','vBulletin Solutions',1198169989,'5.0.5 Alpha 1'),(4173,-1,'can_remove_posts','cppermission','Can Remove Posts','vbulletin','',1346718328,'5.0.0 Beta 11'),(4174,-1,'can_reply_to_others_threads','cppermission','Can Reply to Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4175,-1,'can_reply_to_own_threads','cppermission','Can Reply to Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4176,-1,'can_reply_to_threads','cppermission','Can Reply to Topics','vbulletin','vBulletin Solutions',1378844813,'5.0.6 Alpha 1'),(4177,-1,'can_restore_banned_users','cppermission','Can Restore Banned Users','vbulletin','',0,''),(4178,-1,'can_reverse_infractions','cppermission','Can Reverse Infractions','vbulletin','vBulletin Solutions',1360794072,'5.0.1 Alpha 2'),(4179,-1,'can_run_basic_maintenance','cppermission','Can Run Basic Maintenance Tools','vbulletin','vBulletin Solutions',1380045882,'5.1.0 Alpha 1'),(4180,-1,'can_search_forum','cppermission','Can Search Forum','vbulletin','',0,''),(4181,-1,'can_search_forums','cppermission','Can Search Forums','vbulletin','',0,''),(4182,-1,'can_see_deletion_notices','cppermission','Can See Deletion Notices','vbulletin','',0,''),(4183,-1,'can_see_invisible_users','cppermission','Can \'See\' Users Who Have Chosen to be Invisible While Online','vbulletin','',0,''),(4184,-1,'can_see_others_infraction_level','cppermission','Can See Others\' Infraction Level','vbulletin','vBulletin Solutions',1360793963,'5.0.1 Alpha 2'),(4185,-1,'can_see_thumbnails','cppermission','Can See Thumbnails','vbulletin','',1219764429,'3.8.0 Alpha 1'),(4186,-1,'can_see_who_liked_a_post','cppermission','Can See Who Liked a Post','vbulletin','vBulletin Solutions',1219764429,'5.0.0 Beta 26'),(4187,-1,'can_set_default_user_profile','cppermission','Can Set Default User Profile Styling','vbulletin','',1290023079,'4.1.0 Beta 1'),(4188,-1,'can_set_featured_items','cppermission','Can Set Featured Items','vbulletin','vBulletin Solutions',1358443341,'5.0.0 Beta 27'),(4189,-1,'can_set_forum_password','cppermission','Can Set Forum Password','vbulletin','',0,''),(4190,-1,'can_set_self_invisible','cppermission','Can Set Self to Invisible Mode','vbulletin','',0,''),(4191,-1,'can_set_server_config','cppermission','Can Set Server Configuration- hardware, software, and storage location settings.','vbulletin','vBulletin Solutions',1380565742,'5.1.0 Alpha 2'),(4192,-1,'can_set_theme','cppermission','Can Set Theme','vbulletin','',1285367355,'4.0.8'),(4193,-1,'can_tag_others_threads','cppermission','Can Tag Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4194,-1,'can_tag_own_threads','cppermission','Can Tag Own Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4195,-1,'can_transfer_social_groups','cppermission','Can Transfer Groups','vbulletin','',1260377584,'4.0.0 Release Candidate 2'),(4196,-1,'can_upload_ani_gif_sig_img','cppermission','Can Upload Animated GIF for Signature','vbulletin','',1142519066,'3.6.0 Beta 1'),(4197,-1,'can_upload_animated_avatar','cppermission','Can Upload Animated Avatar','vbulletin','',0,''),(4198,-1,'can_upload_animated_group_icon','cppermission','Can Upload Animated Group Icons','vbulletin','',1216129879,'3.8.0 Alpha 1'),(4199,-1,'can_upload_attachments','cppermission','Can Upload Attachments','vbulletin','',0,''),(4200,-1,'can_upload_channel_icons','cppermission','Can Upload Channel Icons','vbulletin','vBulletin Solutions',1359393436,'5.0.0 Release Candidate 1'),(4201,-1,'can_upload_custom_avatars','cppermission','Can Upload Custom Avatars','vbulletin','',0,''),(4202,-1,'can_upload_sig_img','cppermission','Can Upload Images for Signature','vbulletin','',1142519066,'3.6.0 Beta 1'),(4203,-1,'can_upload_social_group_icon','cppermission','Can Upload Group Icons','vbulletin','',1260377591,'4.0.0 Release Candidate 2'),(4204,-1,'can_use_all_maintenance','cppermission','Can Use All Maintenance Tools','vbulletin','vBulletin Solutions',1380576779,'5.1.0 Alpha 2'),(4205,-1,'can_use_animated_channel_icon','cppermission','Can Upload Animated Channel Icons','vbulletin','vBulletin Solutions',1358374728,'5.0.0 Beta 27'),(4206,-1,'can_use_custom_title','cppermission','Can Use Custom Title','vbulletin','',0,''),(4207,-1,'can_use_email_to_friend','cppermission','Can Use Email to Friend','vbulletin','',1358209174,'5.0.0 Beta 27'),(4208,-1,'can_use_friends','cppermission','Can Subscribe to Other Users','vbulletin','vBulletin Solutions',1358742737,'5.0.0 Beta 28'),(4209,-1,'can_use_html','cppermission','Can Use HTML','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4210,-1,'can_use_reputation','cppermission','Can Use Reputation','vbulletin','',0,''),(4211,-1,'can_use_signatures','cppermission','Can Use Signatures','vbulletin','',0,''),(4212,-1,'can_use_sitebuilder','cppermission','Can Use Sitebuilder','vbulletin','',1344908924,'5.0.0 Alpha 34'),(4213,-1,'can_view_albums','cppermission','Can View Albums\r\n<dfn>Users without this permission will still be able to see picture in public and profile album if they know the exact URL.</dfn>','vbulletin','',1199405074,'3.7.0 Beta 4'),(4214,-1,'can_view_attachments','cppermission','Can View Attachments','vbulletin','',0,''),(4215,-1,'can_view_forum','cppermission','Can View Channels','vbulletin','',1349123476,'5.0.0 Beta 14'),(4216,-1,'can_view_hidden_custom_fields','cppermission','Can View Private Custom Fields','vbulletin','',0,''),(4217,-1,'can_view_ip_addresses','cppermission','Can View IP Addresses','vbulletin','',0,''),(4218,-1,'can_view_member_info','cppermission','Can View Member Info','vbulletin','',0,''),(4219,-1,'can_view_others_threads','cppermission','Can View Others\' Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4220,-1,'can_view_social_groups','cppermission','Can View Groups','vbulletin','',1260377599,'4.0.0 Release Candidate 2'),(4221,-1,'can_view_threads','cppermission','Can View Topic Content','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4222,-1,'can_view_whole_profile','cppermission','Can View Whole User Profile (but not edit)','vbulletin','',0,''),(4223,-1,'can_view_whos_online','cppermission','Can View Who\'s Online','vbulletin','',0,''),(4224,-1,'can_view_wol_actual_location','cppermission','Can view actual location of user (filepath/url).','vbulletin','',0,''),(4225,-1,'can_view_wol_bad_location','cppermission','Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations','vbulletin','',0,''),(4226,-1,'can_view_wol_detail_location','cppermission','Can View Detailed Location Info for Users','vbulletin','',0,''),(4227,-1,'can_vote_on_polls','cppermission','Can Vote on Polls','vbulletin','',0,''),(4228,-1,'channel_based_permission_duplicator','cppermission','Channel-Based Permission Duplicator','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4229,-1,'channel_icon_max_size','cppermission','Maximum File Size of Channel Icons (bytes)\r\n<dfn><strong>Note: </strong>Channel Image Icons are always limited to 200px by 200px.</dfn>','vbulletin','vBulletin Solutions',1358374728,'5.0.0 Beta 28'),(4230,-1,'channel_permissions_gcppermission','cppermission','Channel Permissions','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4231,-1,'channel_permissions_manager','cppermission','Channel Permissions Manager','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4232,-1,'control_panel_style_choice','cppermission','Control Panel Style Choice','vbulletin','',0,''),(4233,-1,'copy_permissions_from_channel','cppermission','Copy Permissions from Channel <dfn>(Does <b>not</b> include sub-channels)</dfn>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4234,-1,'copy_permissions_from_group','cppermission','Copy Permissions from User Group','vbulletin','',0,''),(4235,-1,'copy_permissions_to_channels','cppermission','Copy Permissions to Channels','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4236,-1,'copy_permissions_to_groups','cppermission','Copy Permissions to User Groups','vbulletin','',0,''),(4237,-1,'create_permissions','cppermission','Create Permissions','vbulletin','',1333647697,'5.0.0 Alpha 21'),(4238,-1,'createpermissions','cppermission','Create Permissions','vbulletin','',1349123219,'5.0.0 Beta 14'),(4239,-1,'custom_avatar_max_filesize','cppermission','Custom Avatar Maximum File Size (bytes)<dfn>1KB = 1024 bytes</dfn>','vbulletin','',0,''),(4240,-1,'custom_avatar_max_height','cppermission','Custom Avatar Maximum Height (pixels)','vbulletin','',0,''),(4241,-1,'custom_avatar_max_width','cppermission','Custom Avatar Maximum Width (pixels)','vbulletin','',0,''),(4242,-1,'customized_using_custom_permissions_for_this_usergroup_gcppermission','cppermission','<b>Customized:</b> Using custom permissions for this usergroup','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4243,-1,'default_forum_permissions','cppermission','Default Forum Permissions','vbulletin','',0,''),(4244,-1,'delete_selected_permissions','cppermission','Delete Selected Permissions','vbulletin','',0,''),(4245,-1,'deny_all','cppermission','Deny All','vbulletin','',0,''),(4246,-1,'dismissed_news_item_ids','cppermission','Dismissed vBulletin News Item IDs','vbulletin','vBulletin Solutions',1158158235,'3.6.1'),(4247,-1,'edit_channel_permissions','cppermission','Edit Channel Permissions','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4248,-1,'edit_channel_permissions_for_usergroup_x_in_channel_y','cppermission','Edit Channel Permissions For Usergroup: </b>\"{1}\"<b> in Channel </b>\"{2}\"<b>','vbulletin','',1346717166,'5.0.0 Beta 11'),(4249,-1,'edit_forum_permissions','cppermission','Edit Forum Permissions','vbulletin','',0,''),(4250,-1,'edit_time_limit','cppermission','Time Limit for Editing Posts (hr)','vbulletin','',1333647733,'5.0.0 Alpha 21'),(4251,-1,'exempt_from_spam_check','cppermission','Exempt posts from Spam checking','vbulletin','vBulletin Solutions',1361392939,'5.0.1 Alpha 2'),(4252,-1,'follow_forum_moderation_rules','cppermission','Follow Channel Moderation Rules<dfn>If no, posts are always placed into moderation queue</dfn>','vbulletin','vBulletin Solutions',1358542914,'5.0.0 Beta 27'),(4253,-1,'follow_group_message_moderation_rules','cppermission','Follow Group Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>','vbulletin','',1260377608,'4.0.0 Release Candidate 2'),(4254,-1,'follow_picture_moderation_rules','cppermission','Follow Picture Moderation Rules','vbulletin','vBulletin Solutions',1203546022,'5.0.0 Beta 28'),(4255,-1,'follow_visitor_message_moderation_rules','cppermission','Follow Visitor Message Moderation Rules<dfn>If no, messages are always placed into moderation queue</dfn>','vbulletin','vBulletin Solutions',1197370833,'3.7.0 Beta 1'),(4256,-1,'forum_permissions','cppermission','Forum Permissions','vbulletin','',1333647660,'5.0.0 Alpha 21'),(4257,-1,'forum_permissions_gcppermission','cppermission','Channel Permissions','vbulletin','',1320280989,'5.0.0 Alpha 34'),(4258,-1,'forum_searching_permissions','cppermission','Forum Searching Permissions','vbulletin','',0,''),(4259,-1,'forum_viewing_permissions','cppermission','Forum Viewing Permissions','vbulletin','',0,''),(4260,-1,'general_permissions','cppermission','General Permissions','vbulletin','',0,''),(4261,-1,'give_admin_access_arbitrary_html','cppermission','Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.','vbulletin','vBulletin Solutions',1178885193,'3.6.6'),(4262,-1,'inherit_channel_permission','cppermission','Inherit from parent(this will delete any existing permissions)','vbulletin','',1333681935,'5.0.0 Alpha 21'),(4263,-1,'inherited_using_custom_permissions_inherited_channel_a_parent_channel','cppermission','<b>Inherited:</b> Using custom permissions inherited from a parent channel','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4264,-1,'is_banned_group','cppermission','This Usergroup is not a \'Banned\' Group <dfn>(Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviors.)</dfn>','vbulletin','',1142519066,'3.6.0 Beta 1'),(4265,-1,'is_super_moderator','cppermission','Can Moderate All Forums (is Super Moderator)','vbulletin','',0,''),(4266,-1,'max_attachments','cppermission','Maximum Attachments per Post','vbulletin','vBulletin Solutions',1365686946,'5.0.3 Alpha 1'),(4267,-1,'max_channels','cppermission','Maximum Channels','vbulletin','vBulletin Solutions',1333647889,'5.0.0 Beta 25'),(4268,-1,'max_other_tags','cppermission','Maximum Tags by Other Users','vbulletin','',1333647866,'5.0.0 Alpha 21'),(4269,-1,'max_starter_tags','cppermission','Maximum tags for Starter Post','vbulletin','',1333662285,'5.0.0 Alpha 21'),(4270,-1,'max_tags','cppermission','Maximum number of tags','vbulletin','',1333662330,'5.0.0 Alpha 21'),(4271,-1,'maximum_created_groups','cppermission','Maximum Created Groups<dfn>The amount of groups the user can have at any one time.</dfn>','vbulletin','',1218709358,'3.8.0 Alpha 1'),(4272,-1,'maximum_recipients_to_send_pms','cppermission','Maximum Recipients to Send PMs at a time:<dfn>Do not set this too high for performance reasons (set to 0 to allow unlimited recipients)</dfn>','vbulletin','vBulletin Solutions',1201136609,'3.7.0 Beta 5'),(4273,-1,'maximum_stored_messages','cppermission','Maximum Stored Messages:<dfn>If you set this to 0 users from this usergroup will not be able to use private messaging.</dfn>','vbulletin','',0,''),(4274,-1,'moderator_permissions','cppermission','Moderator Permissions','vbulletin','',1333647678,'5.0.0 Alpha 21'),(4275,-1,'must_enable_custom_permissions','cppermission','For this setting to have any effect, custom permissions for this usergroup must be enabled.','vbulletin','',0,''),(4276,-1,'new_forum','cppermission','New Forum','vbulletin','',1342769152,'5.0.0 Alpha 30'),(4277,-1,'note_groups_marked_with_a_asterisk','cppermission','<b>Note</b>: Groups marked with an <b>*</b> can be selected by their members to override the username markup and user title from their primary usergroup.','vbulletin','vBulletin Solutions',1150742730,'3.6.0 Beta 3'),(4278,-1,'only_copy_permissions_from_channel','cppermission','Only Copy Permissions from Channel <dfn>(Includes sub-channels)</dfn>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4279,-1,'only_copy_permissions_from_group','cppermission','Only Copy Permissions from User Group','vbulletin','',0,''),(4280,-1,'order_by_channel','cppermission','Order By Channel','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4281,-1,'order_by_usergroup','cppermission','Order By Usergroup','vbulletin','',0,''),(4282,-1,'overwrite_duplicate_entries','cppermission','Overwrite Duplicate Entries','vbulletin','',0,''),(4283,-1,'overwrite_inherited_entries','cppermission','Overwrite Inherited Entries','vbulletin','',0,''),(4284,-1,'password_expiry','cppermission','Password Expiry <dfn>(If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)</dfn>','vbulletin','',0,''),(4285,-1,'password_history','cppermission','Password History <dfn>(If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.<br />Note: this setting has no effect if password expiry is set to 0 days)</dfn>','vbulletin','',0,''),(4286,-1,'permission_duplication_tools','cppermission','Permission Duplication Tools','vbulletin','',0,''),(4287,-1,'permission_overwrite_notice','cppermission','Note: These permissions will overwrite any existing permissions for this channel for the selected usergroups','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4288,-1,'permissions','cppermission','Permissions','vbulletin','',0,''),(4289,-1,'permissions_quick_editor','cppermission','Permissions Quick Editor','vbulletin','',0,''),(4290,-1,'picture_uploading_permissions','cppermission','Picture Uploading Permissions','vbulletin','',0,''),(4291,-1,'poll_permissions','cppermission','Poll Permissions','vbulletin','',0,''),(4292,-1,'post_thread_permissions','cppermission','Post / Topic Permissions','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4293,-1,'private_message_permissions','cppermission','Private Message Permissions','vbulletin','',0,''),(4294,-1,'quick_channel_permission_setup','cppermission','Quick Channel Permission Setup','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4295,-1,'require_hv_check','cppermission','Require Human Verification on Configured Actions\r\n<dfn>Users will have to pass human verification for the configured <a href=\"options.php?dogroup=humanverification\"><strong>Human Verified Actions</strong></a>.','vbulletin','',1216636796,'3.8.0 Alpha 1'),(4296,-1,'require_moderation','cppermission','Require Moderation for Posts','vbulletin','',1333647759,'5.0.0 Alpha 21'),(4297,-1,'show_edited_by_note_on_edited_messages','cppermission','Show <i>edited by</i> note on edited messages?','vbulletin','',0,''),(4298,-1,'sig_image_max_filesize','cppermission','Signature Image Maximum File-size (bytes)','vbulletin','',1344992993,'5.0.0 Alpha 35'),(4299,-1,'sig_image_max_height','cppermission','Signature Image Maximum Height (pixels)','vbulletin','',1142519066,'3.6.0 Beta 1'),(4300,-1,'sig_image_max_width','cppermission','Signature Image Maximum Width (pixels)','vbulletin','',1142519066,'3.6.0 Beta 1'),(4301,-1,'sig_max_chars','cppermission','Maximum Characters in Signature <strong>Excluding</strong> BB Code Markup','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4302,-1,'sig_max_images','cppermission','Maximum Number of Images/Videos in Signature','vbulletin','vBulletin Solutions',1272921124,'4.0.4'),(4303,-1,'sig_max_lines','cppermission','Maximum Lines in Signature','vbulletin','',1142519066,'3.6.0 Beta 1'),(4304,-1,'sig_max_raw_chars','cppermission','Maximum Characters in Signature <strong>Including</strong> BB Code Markup','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4305,-1,'sig_max_size_bbcode','cppermission','Maximum Value of x for [SIZE=x] BB Code','vbulletin','vBulletin Solutions',1205493460,'3.7.0 Release Candidate 1'),(4306,-1,'signature_permissions','cppermission','Signature Permissions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4307,-1,'social_group_icon_max_size','cppermission','Maximum File Size of Group Icons (bytes)\r\n<dfn><strong>Note: </strong>Group Image Icons are always limited to 200px by 200px.</dfn>','vbulletin','',1260377621,'4.0.0 Release Candidate 2'),(4308,-1,'social_group_permissions','cppermission','Groups Permissions','vbulletin','',1260377631,'4.0.0 Release Candidate 2'),(4309,-1,'space_in_bytes_attachlimit','cppermission','Space (in bytes) that a user\'s total attachment usage may consume <dfn>(Set to 0 to not have a limit)</dfn>','vbulletin','',0,''),(4310,-1,'update_selected_permissions','cppermission','Update Selected Permissions','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4311,-1,'use_custom_permissions','cppermission','Use Custom Permissions','vbulletin','',0,''),(4312,-1,'use_default_permissions_gcppermission','cppermission','Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4313,-1,'user_album_permissions_gcppermission','cppermission','User Album Permissions','vbulletin','vBulletin Solutions',1191938585,'5.0.0 Alpha 8'),(4314,-1,'user_infraction_permissions','cppermission','User Infraction Permissions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4315,-1,'user_permissions','cppermission','User Permissions','vbulletin','',0,''),(4316,-1,'user_reputation_permissions','cppermission','User Reputation Permissions','vbulletin','',0,''),(4317,-1,'usercss_permissions','cppermission','Profile Customization Permissions','vbulletin','',1218464274,'3.8.0 Alpha 1'),(4318,-1,'usergroup_based_permission_duplicator','cppermission','User Group-Based Permission Duplicator','vbulletin','',0,''),(4319,-1,'usergroup_options_gcppermission','cppermission','Usergroup Options','vbulletin','',1348166876,'5.0.0 Beta 12'),(4320,-1,'usergroup_user_title','cppermission','User Title <dfn>(Use this to override the default \'ladder\' of <a href=\"usertitle.php\" target=\"_blank\">user titles</a>)</dfn>','vbulletin','',0,''),(4321,-1,'username_markup','cppermission','Username HTML Markup <dfn>(Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Topic, Posts, Member List etc.)</dfn>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4322,-1,'view_channel_permissions_gcppermission','cppermission','View Channel Permissions','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4323,-1,'view_control_panel_log','cppermission','View Control Panel Log','vbulletin','',0,''),(4324,-1,'view_forum_permissions_gcppermission','cppermission','View Channel Permissions','vbulletin','',1321982542,'5.0.0 Alpha 34'),(4325,-1,'view_permissions_gcppermission','cppermission','View Permissions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4326,-1,'visitor_message_permissions','cppermission','Visitor Message Permissions','vbulletin','vBulletin Solutions',1197370859,'3.7.0 Beta 1'),(4327,-1,'whos_online_permissions','cppermission','Who\'s Online Permissions','vbulletin','',0,''),(4328,-1,'x_access_masks_set','cppermission','{1} Access Mask(s) set','vbulletin','',0,''),(4329,-1,'always','cprank','Always','vbulletin','',0,''),(4330,-1,'are_you_sure_you_want_to_delete_this_user_rank','cprank','Are you sure you want to delete this User Rank?','vbulletin','',0,''),(4331,-1,'display_type','cprank','Display Type','vbulletin','',0,''),(4332,-1,'displaygroup','cprank','Displaygroup','vbulletin','',0,''),(4333,-1,'if_displaygroup_equals_this_group','cprank','If Displaygroup = This Group','vbulletin','',0,''),(4334,-1,'images_gcprank','cprank','Images','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4335,-1,'or_you_may_enter_text','cprank','<b>OR</b> you may enter text<dfn>HTML is allowed</dfn>','vbulletin','',0,''),(4336,-1,'rank_type','cprank','Rank Type','vbulletin','',0,''),(4337,-1,'stack_rank','cprank','Stack Rank','vbulletin','',0,''),(4338,-1,'times_to_repeat_rank','cprank','Number of times to repeat rank:','vbulletin','',0,''),(4339,-1,'user_rank_file_path','cprank','User Rank File Path','vbulletin','',0,''),(4340,-1,'user_rank_manager_gcprank','cprank','User Rank Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4341,-1,'accept_all','cpuser','Accept All','vbulletin','',0,''),(4342,-1,'add_new_answer','cpuser','Add New Answer','vbulletin','vBulletin Solutions',1192567934,'3.7.0 Beta 1'),(4343,-1,'add_new_custom_avatar','cpuser','Add New Custom Avatar','vbulletin','',0,''),(4344,-1,'add_new_question','cpuser','Add New Question','vbulletin','vBulletin Solutions',1192568552,'3.7.0 Beta 1'),(4345,-1,'add_new_user_infraction_level_gcpuser','cpuser','Add New User Infraction Level','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4346,-1,'add_new_user_title_gcpuser','cpuser','Add New User Title','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4347,-1,'add_paid_subscription','cpuser','Add Paid Subscription','vbulletin','vBulletin Solutions',1146076320,'3.6.0 Beta 1'),(4348,-1,'additional_users_gcpuser','cpuser','Additional Users','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4349,-1,'admin_override_options','cpuser','Admin Override Options','vbulletin','vBulletin Solutions',1144591102,'3.6.0 Beta 1'),(4350,-1,'admin_set_html_allowed','cpuser','Yes, admin set (HTML allowed)','vbulletin','',0,''),(4351,-1,'all_members_of_this_usergroup_will_revert','cpuser','All members of this usergroup will revert to the <i>{1}</i> group.','vbulletin','vBulletin Solutions',1219837239,'3.8.0 Alpha 1'),(4352,-1,'all_posts_will_be_set_to_guest','cpuser','All posts made by this user will be set to \'Guest\'','vbulletin','',0,''),(4353,-1,'allow_access_to_channel','cpuser','Allow Access to Channel','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4354,-1,'answer','cpuser','Answer','vbulletin','vBulletin Solutions',1192567959,'3.7.0 Beta 1'),(4355,-1,'answers','cpuser','Answers','vbulletin','vBulletin Solutions',1192568654,'3.7.0 Beta 1'),(4356,-1,'are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x','cpuser','Are you <b>sure</b> you want to delete the private messages belonging to the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4357,-1,'are_you_sure_want_to_delete_private_messages_sent_by_the_user_x','cpuser','Are you <b>sure</b> you want to delete the private messages sent by the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4358,-1,'are_you_sure_want_to_delete_subscriptions_x','cpuser','Are you <b>sure</b> you want to delete the subscriptions called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4359,-1,'are_you_sure_want_to_delete_user_x','cpuser','Are you <b>sure</b> you want to delete the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4360,-1,'are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x','cpuser','Are you <b>sure</b> you want to delete the visitor messages sent by the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1222175086,'4.0.0 Alpha 1'),(4361,-1,'are_you_sure_you_want_to_delete_this_answer','cpuser','Are you sure you want to delete this answer?','vbulletin','vBulletin Solutions',1192563305,'3.7.0 Beta 1'),(4362,-1,'are_you_sure_you_want_to_delete_this_question','cpuser','Are you sure you want to delete this question?','vbulletin','vBulletin Solutions',1192563340,'3.7.0 Beta 1'),(4363,-1,'are_you_sure_you_want_to_delete_this_user_title','cpuser','Are you sure you want to delete this User Title?','vbulletin','',0,''),(4364,-1,'are_you_sure_you_want_to_merge_x_into_y','cpuser','Are you sure you want to merge <b>{1}</b> into <b>{2}</b>?<br />\r\n<br />\r\n<b>{1}</b> will be deleted after the merge.','vbulletin','',0,''),(4365,-1,'auto_subscription_mode','cpuser','Automatic Topic Subscription Mode','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4366,-1,'avatars_to_show_per_page_gcpuser','cpuser','Avatars to Show Per Page','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4367,-1,'ban_user_gcpuser','cpuser','Ban User','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4368,-1,'birthday_is_after','cpuser','Birthday is After','vbulletin','',0,''),(4369,-1,'birthday_is_before','cpuser','Birthday is Before','vbulletin','',0,''),(4370,-1,'browsing_options','cpuser','Browsing Options','vbulletin','',0,''),(4371,-1,'change_avatar','cpuser','Change Avatar','vbulletin','',0,''),(4372,-1,'change_profile_picture','cpuser','Change Profile Picture','vbulletin','',0,''),(4373,-1,'change_signature','cpuser','Change Signature','vbulletin','',0,''),(4374,-1,'change_signature_picture','cpuser','Change Signature Picture','vbulletin','',1142519066,'3.6.0 Beta 1'),(4375,-1,'click_the_button_to_send_password_reminder_to_x','cpuser','Click the button below to send a password reminder to {1}','vbulletin','',0,''),(4376,-1,'confirm_merge','cpuser','Confirm Merge','vbulletin','',0,''),(4377,-1,'coppa_user','cpuser','COPPA User','vbulletin','',0,''),(4378,-1,'could_not_resolve_hostname','cpuser','Could Not Resolve Hostname','vbulletin','',0,''),(4379,-1,'current_reputation_power','cpuser','Current Reputation Power','vbulletin','',0,''),(4380,-1,'delete_all_gcpuser','cpuser','Delete All','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4381,-1,'delete_all_users_private_messages','cpuser','Delete All User\'s Private Messages','vbulletin','',0,''),(4382,-1,'delete_avatar','cpuser','Delete Avatar','vbulletin','',0,''),(4383,-1,'delete_private_messages','cpuser','Delete Private Messages','vbulletin','',0,''),(4384,-1,'delete_private_messages_sent_by_user','cpuser','Delete Private Messages Sent by User','vbulletin','',0,''),(4385,-1,'delete_subscriptions','cpuser','Delete Subscriptions','vbulletin','',0,''),(4386,-1,'delete_user','cpuser','Delete User','vbulletin','',0,''),(4387,-1,'delete_user_transfer_social_groups','cpuser','<strong>This user is the maintainer of {1} group(s)</strong><br />\r\nIf you delete this user, you will also delete their groups as well as all discussions, messages, user memberships, group images and all other content related to their groups.<br /><br />\r\nIf you want to force the transfer of this user\'s groups to yourself so that you may transfer or manage them later then check this checkbox: ','vbulletin','',1260377491,'4.0.0 Release Candidate 2'),(4388,-1,'delete_visitor_messages_sent_by_user','cpuser','Delete Visitor Messages Sent by User','vbulletin','vBulletin Solutions',1222175061,'4.0.0 Alpha 1'),(4389,-1,'deleting_users','cpuser','Deleting Users','vbulletin','',0,''),(4390,-1,'depth_to_search','cpuser','Depth to Search','vbulletin','',0,''),(4391,-1,'destination_username','cpuser','Destination Username','vbulletin','',0,''),(4392,-1,'display_aim_screen_name','cpuser','Display AIM Screen Name','vbulletin','',0,''),(4393,-1,'display_avatars_gcpuser','cpuser','Display Avatars','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4394,-1,'display_birthday','cpuser','Display Birthday','vbulletin','',0,''),(4395,-1,'display_coppa_user','cpuser','Display COPPA User','vbulletin','',0,''),(4396,-1,'display_email_gcpuser','cpuser','Display Email','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4397,-1,'display_group','cpuser','Display Group','vbulletin','vBulletin Solutions',1153865337,'3.6.0 Release Candidate 3'),(4398,-1,'display_home_page','cpuser','Display Home Page','vbulletin','',0,''),(4399,-1,'display_icq_uin','cpuser','Display ICQ UIN','vbulletin','',0,''),(4400,-1,'display_images_gcpuser','cpuser','Display Images','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4401,-1,'display_infraction_points','cpuser','Display Infraction Points','vbulletin','',1142519066,'3.6.0 Beta 1'),(4402,-1,'display_infractions_gcpuser','cpuser','Display Infractions','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4403,-1,'display_join_date','cpuser','Display Join Date','vbulletin','',0,''),(4404,-1,'display_last_activity','cpuser','Display Last Activity','vbulletin','',0,''),(4405,-1,'display_last_post','cpuser','Display Last Post','vbulletin','',0,''),(4406,-1,'display_msn_id','cpuser','Display MSN ID','vbulletin','',0,''),(4407,-1,'display_parent_email_address','cpuser','Display Parent Email Address','vbulletin','',0,''),(4408,-1,'display_post_count','cpuser','Display Post Count','vbulletin','',0,''),(4409,-1,'display_reputation_gcpuser','cpuser','Display Reputation','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4410,-1,'display_signature','cpuser','Display Signature Inline','vbulletin','',1325890984,'5.0.0 Alpha 14'),(4411,-1,'display_signatures_gcpuser','cpuser','Display Signatures','vbulletin','vBulletin Solutions',1355187041,'5.0.0 Beta 23'),(4412,-1,'display_skype_name','cpuser','Display Skype Name','vbulletin','',0,''),(4413,-1,'display_user_title','cpuser','Display User Title','vbulletin','',0,''),(4414,-1,'display_usergroup','cpuser','Display Usergroup','vbulletin','',0,''),(4415,-1,'display_username','cpuser','Display User Name','vbulletin','',0,''),(4416,-1,'display_warnings','cpuser','Display Warnings','vbulletin','',1142519066,'3.6.0 Beta 1'),(4417,-1,'display_x','cpuser','Display {1}','vbulletin','',0,''),(4418,-1,'display_yahoo_id','cpuser','Display Yahoo! ID','vbulletin','',0,''),(4419,-1,'do_not_show_editor_toolbar','cpuser','Do Not Show Editor Toolbar','vbulletin','',0,''),(4420,-1,'dst_currently_in_effect','cpuser','Is DST currently in effect','vbulletin','',0,''),(4421,-1,'edit_access_masks','cpuser','Edit Access Masks','vbulletin','',0,''),(4422,-1,'edit_administrator_permissions','cpuser','Edit Administrator Permissions','vbulletin','',0,''),(4423,-1,'edit_forum_permissions_access_masks','cpuser','Edit Forum Permissions (Access Masks)','vbulletin','',0,''),(4424,-1,'edit_profile_customizations','cpuser','Edit Profile Customizations','vbulletin','vBulletin Solutions',1199377150,'3.7.0 Beta 4'),(4425,-1,'edit_profile_style_customizations_for_x','cpuser','Edit Profile Style Customizations for \'<span class=\"normal\">{1}</span>\'','vbulletin','vBulletin Solutions',1199377034,'3.7.0 Beta 4'),(4426,-1,'edit_reputation_comment','cpuser','Edit Reputation Comment','vbulletin','',0,''),(4427,-1,'edit_reputation_gcpuser','cpuser','Edit Reputation','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4428,-1,'edit_user','cpuser','Edit User','vbulletin','',0,''),(4429,-1,'email_manager','cpuser','Email Manager','vbulletin','',0,''),(4430,-1,'email_options','cpuser','Email Options','vbulletin','',0,''),(4431,-1,'email_password_reminder_to_user','cpuser','Email Password Reminder to User','vbulletin','',0,''),(4432,-1,'email_to_send_at_once_gcpuser','cpuser','Email to send at once:','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4433,-1,'email_will_be_sent_in_user_specified_language','cpuser','Note: The email will be sent in the language selected by the user in their profile.','vbulletin','',0,''),(4434,-1,'enter_image_url_gcpuser','cpuser','Please enter the URL of your image:','vbulletin','vBulletin Solutions',1150468466,'5.0.0 Alpha 8'),(4435,-1,'external_connections','cpuser','External Connections','vbulletin','',1268247025,'4.0.4'),(4436,-1,'facebook_connected','cpuser','Facebook Connected','vbulletin','',1268247048,'4.0.4'),(4437,-1,'find_ip_addresses_for_user','cpuser','Find IP Addresses for user<dfn>Enter Username</dfn>','vbulletin','',0,''),(4438,-1,'find_more_users_with_this_ip_address','cpuser','Find More Users with this IP Address','vbulletin','',0,''),(4439,-1,'find_users_by_ip_address','cpuser','Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>','vbulletin','',0,''),(4440,-1,'forum_permissions_gcpuser','cpuser','Channel Permissions','vbulletin','',1321982542,'5.0.0 Alpha 34'),(4441,-1,'has_not_logged_on_for_xx_days','cpuser','Has not logged on for <i>x</i> days','vbulletin','',0,''),(4442,-1,'human_verification_manager_gcpuser','cpuser','Human Verification Manager','vbulletin','vBulletin Solutions',1192567987,'5.0.0 Alpha 8'),(4443,-1,'human_verification_options','cpuser','Human Verification Options','vbulletin','vBulletin Solutions',1192568009,'3.7.0 Beta 1'),(4444,-1,'icq_uin','cpuser','ICQ UIN','vbulletin','',0,''),(4445,-1,'if_you_leave_a_field_blank_it_will_be_ignored','cpuser','If you leave a field blank it will be ignored','vbulletin','',0,''),(4446,-1,'if_you_want_to_prune_user_posts_first','cpuser','If you want to prune all the user\'s messages first, please click <a href=\"{1}\">here</a>.','vbulletin','',0,''),(4447,-1,'ignore_all','cpuser','Ignore All','vbulletin','',0,''),(4448,-1,'image_options','cpuser','Image Options','vbulletin','',0,''),(4449,-1,'image_verification_options','cpuser','Image Verification Options','vbulletin','vBulletin Solutions',1192568061,'3.7.0 Beta 1'),(4450,-1,'include_users_that_have_declined_email','cpuser','Include users that have declined admin emails?','vbulletin','',0,''),(4451,-1,'infraction_groups','cpuser','Infraction Groups','vbulletin','',1142519066,'3.6.0 Beta 1'),(4452,-1,'infraction_points','cpuser','Infraction Points','vbulletin','',1142519066,'3.6.0 Beta 1'),(4453,-1,'infraction_points_are_greater_than','cpuser','Infraction Points are greater than or equal to','vbulletin','',1142519066,'3.6.0 Beta 1'),(4454,-1,'infraction_points_are_less_than','cpuser','Infraction Points are less than','vbulletin','',1142519066,'3.6.0 Beta 1'),(4455,-1,'infractions_are_greater_than','cpuser','Infractions are greater than or equal to','vbulletin','',1142519066,'3.6.0 Beta 1'),(4456,-1,'infractions_are_less_than','cpuser','Infractions are less than','vbulletin','',1142519066,'3.6.0 Beta 1'),(4457,-1,'ip_address_search_for_ip_address_x','cpuser','IP Address Search for IP Address: \"</b>{1}<b>\"','vbulletin','',0,''),(4458,-1,'ip_address_search_for_user_x','cpuser','IP Address Search for User: \"</b>{1}<b>\"','vbulletin','',0,''),(4459,-1,'it_is_recommended_that_you_update_user_titles','cpuser','It is recommended that you <a href=\"misc.php?{1}\">update user titles and ranks</a> after adding, editing, and deleting user titles or ranks.','vbulletin','',0,''),(4460,-1,'join_date_is_after','cpuser','Join Date is After','vbulletin','',0,''),(4461,-1,'join_date_is_before','cpuser','Join Date is Before','vbulletin','',0,''),(4462,-1,'join_requests_manager','cpuser','Join Requests Manager','vbulletin','',0,''),(4463,-1,'keep_adminavatar','cpuser','Keep Custom Avatar','vbulletin','vBulletin Solutions',1368468773,'5.0.3 Beta 1'),(4464,-1,'keep_adminprofilepic','cpuser','Keep Custom Profile Pic','vbulletin','vBulletin Solutions',1368468773,'5.0.3 Beta 1'),(4465,-1,'last_activity_is_after','cpuser','Last Activity is After','vbulletin','',0,''),(4466,-1,'last_activity_is_before','cpuser','Last Activity is Before','vbulletin','',0,''),(4467,-1,'last_post_is_after','cpuser','Last Post is After','vbulletin','',0,''),(4468,-1,'last_post_is_before','cpuser','Last Post is Before','vbulletin','',0,''),(4469,-1,'list_new_registrations','cpuser','List New Registrations','vbulletin','',0,''),(4470,-1,'list_top_posters','cpuser','List Top Posters','vbulletin','',0,''),(4471,-1,'list_users_awaiting_moderation','cpuser','List Users Awaiting Moderation','vbulletin','',0,''),(4472,-1,'list_users_with_x_messages','cpuser','List Users with {1} Messages','vbulletin','',0,''),(4473,-1,'list_visitors_in_the_last_24_hours','cpuser','List Visitors in the Last 24 Hours','vbulletin','',0,''),(4474,-1,'maximum_results','cpuser','Max Results','vbulletin','',0,''),(4475,-1,'merge_allows_you_to_join_two_user_accounts','cpuser','Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.<br />\r\n<br />\r\nPosts, topics, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.<br />\r\n<br />\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.<br />\r\n<br />\r\n<b>This process cannot be reversed</b>.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4476,-1,'merge_users_gcpuser','cpuser','Merge Users','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4477,-1,'message_email','cpuser','Message:<dfn>In the message, you may use $userid, $username, $email, $activateid, and $activatelink.<br /><br />$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. <i>Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.</i><br /><br /><b>Note:</b> you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.</dfn>','vbulletin','',0,''),(4478,-1,'moderate_followers_gcpuser','cpuser','Enable Subscriber Request','vbulletin','',1320280989,'5.0.0 Alpha 23'),(4479,-1,'move_user_to_usergroup_gcpuser','cpuser','Move User to Usergroup','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4480,-1,'msn_id','cpuser','MSN ID','vbulletin','',0,''),(4481,-1,'new_value','cpuser','New Value','vbulletin','vBulletin Solutions',1190802674,'3.7.0 Beta 1'),(4482,-1,'no_matches_found_gcpuser','cpuser','No Matches Found','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4483,-1,'number_of_messages','cpuser','Number of Messages','vbulletin','',0,''),(4484,-1,'number_of_users','cpuser','Number of Users','vbulletin','',0,''),(4485,-1,'old_value','cpuser','Old Value','vbulletin','vBulletin Solutions',1190802664,'3.7.0 Beta 1'),(4486,-1,'personal_home_page','cpuser','Home Page','vbulletin','',0,''),(4487,-1,'please_input_referral_dates','cpuser','Please input the dates that you would like the report run for or leave them blank for a report covering everything.','vbulletin','',0,''),(4488,-1,'pop_up_notification_box_when_a_private_message_is_received','cpuser','Pop up a Notification Box When a Private Message is Received','vbulletin','',0,''),(4489,-1,'post_ip_addresses','cpuser','Post IP Addresses','vbulletin','',0,''),(4490,-1,'posts_are_greater_than','cpuser','Posts are greater than or equal to','vbulletin','',0,''),(4491,-1,'posts_are_less_than','cpuser','Posts are less than','vbulletin','',0,''),(4492,-1,'posts_is_less_than','cpuser','Posts is less than','vbulletin','',0,''),(4493,-1,'primary_users_gcpuser','cpuser','Primary Users','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4494,-1,'private_message_statistics_gcpuser','cpuser','Private Message Statistics','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4495,-1,'private_messages_belonging_to_the_user','cpuser','Private Messages belonging to the user','vbulletin','',1329416725,'5.0.0 Alpha 27'),(4496,-1,'private_messages_for_x','cpuser','Private Messages for {1}','vbulletin','',0,''),(4497,-1,'private_messages_sent_by_the_user','cpuser','Private Messages sent by the user','vbulletin','',0,''),(4498,-1,'process','cpuser','Process','vbulletin','',0,''),(4499,-1,'profile_customization','cpuser','Profile Customization','vbulletin','',1343933794,'5.0.0 Alpha 32'),(4500,-1,'profile_style_customizations','cpuser','Profile Style Customizations','vbulletin','vBulletin Solutions',1199377123,'3.7.0 Beta 4'),(4501,-1,'question_dfn','cpuser','Question<dfn>Answers are added after the question is created.</dfn>','vbulletin','vBulletin Solutions',1192568807,'3.7.0 Beta 1'),(4502,-1,'question_verification_options','cpuser','Question & Answer Verification Options','vbulletin','vBulletin Solutions',1192568615,'3.7.0 Beta 1'),(4503,-1,'quick_user_links','cpuser','Quick User Links','vbulletin','',0,''),(4504,-1,'receieve_friend_request_notification','cpuser','Receive Friend Request Notification','vbulletin','vBulletin Solutions',1195308646,'3.7.0 Beta 1'),(4505,-1,'referrals_for_x','cpuser','Referrals for {1}','vbulletin','',0,''),(4506,-1,'regex','cpuser','Regex','vbulletin','vBulletin Solutions',1192568890,'3.7.0 Beta 1'),(4507,-1,'registration_ip_address','cpuser','Registration IP Address','vbulletin','',0,''),(4508,-1,'registration_ip_addresses','cpuser','Registration IP Addresses','vbulletin','',0,''),(4509,-1,'regular_expression_require_match_gcpuser','cpuser','Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>','vbulletin','vBulletin Solutions',1192568760,'5.0.0 Alpha 8'),(4510,-1,'reputation_for_a_page_b_c_there_are_d_comments','cpuser','Reputation for {1} (Page {2}/{3}) | There are {4} comments.','vbulletin','',0,''),(4511,-1,'reputation_is_greater_than','cpuser','Reputation is greater than or equal to','vbulletin','',0,''),(4512,-1,'reputation_is_less_than','cpuser','Reputation is less than','vbulletin','',0,''),(4513,-1,'resize_image_to_users_maximum_allowed_size','cpuser','Resize image to user\'s maximum allowed dimensions\r\n<dfn>As defined by their usergroup(s)</dfn>','vbulletin','vBulletin Solutions',1233582469,'4.0.0 Alpha 1'),(4514,-1,'resolve_address','cpuser','Resolve Address','vbulletin','',0,''),(4515,-1,'search_criteria','cpuser','Search Criteria','vbulletin','',0,''),(4516,-1,'search_ip_addresses_gcpuser','cpuser','Search IP Addresses','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4517,-1,'search_users','cpuser','Search Users','vbulletin','',1245390159,'4.0.0 Alpha 1'),(4518,-1,'send_email_to_accepted_users','cpuser','Send email to users who have been accepted','vbulletin','',0,''),(4519,-1,'send_email_to_deleted_users','cpuser','Send email to users who have been deleted','vbulletin','',0,''),(4520,-1,'send_email_to_user','cpuser','Send Email to User','vbulletin','',0,''),(4521,-1,'send_password_to_user','cpuser','Send Password to User','vbulletin','',0,''),(4522,-1,'send_private_message_to_user','cpuser','Send Private Message to User','vbulletin','',0,''),(4523,-1,'show_all_coppa_users','cpuser','Show All COPPA Users','vbulletin','',0,''),(4524,-1,'show_all_users','cpuser','Show All Users','vbulletin','',0,''),(4525,-1,'show_others_custom_profile_styles','cpuser','Show Other Users\' Custom Profile Styles','vbulletin','vBulletin Solutions',1195659127,'3.7.0 Beta 1'),(4526,-1,'showing_avatars_x_to_y_of_z_gcpuser','cpuser','Showing Avatars {1} to {2} of {3}','vbulletin','',1205925346,'5.0.0 Alpha 8'),(4527,-1,'showing_users_x_to_y_of_z','cpuser','Showing Users {1} to {2} of {3}','vbulletin','',1205925375,'3.7.0 Release Candidate 1'),(4528,-1,'sorting_options','cpuser','Sorting Options','vbulletin','',0,''),(4529,-1,'source_username','cpuser','Source Username','vbulletin','',0,''),(4530,-1,'starting_at_result','cpuser','Starting at Result','vbulletin','',0,''),(4531,-1,'subscribe_choice_0','cpuser','Subscribe with no notification','vbulletin','',0,''),(4532,-1,'subscribe_choice_1','cpuser','Instant email notification','vbulletin','',0,''),(4533,-1,'subscribe_choice_2','cpuser','Daily email notification','vbulletin','',0,''),(4534,-1,'subscribe_choice_3','cpuser','Weekly email notification','vbulletin','',0,''),(4535,-1,'subscribe_choice_none','cpuser','Do not subscribe','vbulletin','',0,''),(4536,-1,'test','cpuser','Test','vbulletin','',0,''),(4537,-1,'test_email_only','cpuser','Test Email Only?<dfn>(Will not send any email out)</dfn>','vbulletin','',0,''),(4538,-1,'text_to_separate_addresses_by','cpuser','Text to separate addresses by:<dfn>This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.</dfn>','vbulletin','',0,''),(4539,-1,'there_are_no_changes_to_revert','cpuser','There are no changes to revert','vbulletin','',1343341489,'5.0.0 Alpha 31'),(4540,-1,'there_are_no_changes_to_save','cpuser','There are no changes to save','vbulletin','',1343341489,'5.0.0 Alpha 31'),(4541,-1,'this_action_is_not_reversible','cpuser','Note: Clicking the \'delete\' button will remove the selected users completely. This action is <b>not</b> reversible... please be sure!<br /><br />Users marked with the <b>[ ! ]</b> button are not editable using this system.','vbulletin','',0,''),(4542,-1,'this_is_a_coppa_user_do_not_change_to_registered','cpuser','This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent','vbulletin','',0,''),(4543,-1,'this_system_allows_you_to_mass_move_delete_users','cpuser','This system allows you to mass-move users to a different usergroup, or prune away inactive members.<br /><br />Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.','vbulletin','',0,''),(4544,-1,'time_options','cpuser','Time Options','vbulletin','',0,''),(4545,-1,'update_or_add_administration_permissions','cpuser','Update or Add Administration Permissions','vbulletin','',0,''),(4546,-1,'updating_threads_posts','cpuser','Updating Topics / Posts','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4547,-1,'updating_threads_posts_for_x','cpuser','Updating Topics / Posts for {1}','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4548,-1,'use_current_avatar','cpuser','Use Current Avatar','vbulletin','',0,''),(4549,-1,'use_email_notification_by_default','cpuser','Use Email Notification by Default','vbulletin','',0,''),(4550,-1,'use_signature_picture','cpuser','Use Signature Picture','vbulletin','',1142519066,'3.6.0 Beta 1'),(4551,-1,'user_has_no_avatar','cpuser','User has no avatar','vbulletin','',0,''),(4552,-1,'user_manager','cpuser','User Manager','vbulletin','',0,''),(4553,-1,'user_moving_pruning_system','cpuser','User Moving/Pruning System','vbulletin','',0,''),(4554,-1,'user_no_permission_customize_profile','cpuser','This user does not have permission to customize any parts of his or her profile.','vbulletin','vBulletin Solutions',1199377378,'3.7.0 Beta 4'),(4555,-1,'user_profile_field_options','cpuser','User Profile Field Options','vbulletin','',0,''),(4556,-1,'user_ranks_desc','cpuser','User <i>ranks</i> are images that appear beneath your user\'s names on their posts. <i>Ranks</i> assigned to All Usergroups appear for everyone.','vbulletin','',0,''),(4557,-1,'user_set','cpuser','Yes, user set','vbulletin','',0,''),(4558,-1,'user_title_manager_gcpuser','cpuser','User Title Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4559,-1,'usergroup_leader','cpuser','Usergroup Leader','vbulletin','',0,''),(4560,-1,'usergroup_options_gcpuser','cpuser','Usergroup Options','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4561,-1,'userid_is_greater_than','cpuser','User ID is greater than or equal to','vbulletin','vBulletin Solutions',1201024413,'3.7.0 Beta 5'),(4562,-1,'userid_is_less_than','cpuser','User ID is less than','vbulletin','vBulletin Solutions',1201024391,'3.7.0 Beta 5'),(4563,-1,'users_awaiting_moderation_gcpuser','cpuser','Users Awaiting Moderation','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4564,-1,'users_with_x_private_messages_stored','cpuser','Users with {1} Private Messages Stored','vbulletin','',0,''),(4565,-1,'view_change_history','cpuser','View change history','vbulletin','vBulletin Solutions',1190725796,'3.7.0 Beta 1'),(4566,-1,'view_forum_permissions_gcpuser','cpuser','View Channel Permissions','vbulletin','',1321982542,'5.0.0 Alpha 34'),(4567,-1,'view_infractions_gcpuser','cpuser','View Infractions','vbulletin','vBulletin Solutions',1157136526,'5.0.0 Alpha 8'),(4568,-1,'view_ip_addresses','cpuser','View IP Addresses','vbulletin','',0,''),(4569,-1,'view_join_requests_gcpuser','cpuser','View Join Requests','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4570,-1,'view_other_ip_addresses_for_this_user','cpuser','View Other IP Addresses for this User','vbulletin','',0,''),(4571,-1,'view_private_message_statistics','cpuser','View Private Message Statistics','vbulletin','',0,''),(4572,-1,'view_social_groups_created_by_user','cpuser','View Groups Created by User','vbulletin','vBulletin Solutions',1200321670,'3.7.0 Beta 4'),(4573,-1,'visitor_messages_sent_by_the_user','cpuser','Visitor Messages sent by the User','vbulletin','vBulletin Solutions',1222175041,'4.0.0 Alpha 1'),(4574,-1,'warning_gcpuser','cpuser','Warning','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4575,-1,'warnings_are_greater_than','cpuser','Warnings are greater than or equal to','vbulletin','',1142519066,'3.6.0 Beta 1'),(4576,-1,'warnings_are_less_than','cpuser','Warnings are less than','vbulletin','',1142519066,'3.6.0 Beta 1'),(4577,-1,'warnings_gcpuser','cpuser','Warnings','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4578,-1,'yahoo_id','cpuser','Yahoo! ID','vbulletin','',0,''),(4579,-1,'yes_but_not_parsing_html','cpuser','Yes, but not parsing HTML','vbulletin','',0,''),(4580,-1,'you_may_not_delete_move_this_user','cpuser','You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!','vbulletin','',0,''),(4581,-1,'add_new_usergroup_gcpusergroup','cpusergroup','Add New Usergroup','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4582,-1,'add_new_usergroup_leader','cpusergroup','Add New Usergroup Leader','vbulletin','',0,''),(4583,-1,'add_usergroup_leader','cpusergroup','Add Usergroup Leader','vbulletin','',0,''),(4584,-1,'are_you_sure_want_to_delete_promotion_usergroup_x','cpusergroup','Are you <b>sure</b> you want to delete the promotion from the usergroup called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4585,-1,'are_you_sure_want_to_delete_usergroup_leader_x','cpusergroup','Are you <b>sure</b> you want to delete the usergroup leader called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4586,-1,'are_you_sure_want_to_delete_usergroup_x','cpusergroup','Are you <b>sure</b> you want to delete the usergroup called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(4587,-1,'create_permissions_based_off_of_forum','cpusergroup','Create Forum Permissions Based off of Usergroup:','vbulletin','vBulletin Solutions',1200352357,'3.7.0 Beta 4'),(4588,-1,'create_usergroup_based_off_of_usergroup','cpusergroup','Create Usergroup Based off of Usergroup:','vbulletin','',0,''),(4589,-1,'custom_usergroups','cpusergroup','Custom Usergroups','vbulletin','',0,''),(4590,-1,'days_registered','cpusergroup','Days Registered','vbulletin','',0,''),(4591,-1,'default_usergroups','cpusergroup','Default Usergroups','vbulletin','',0,''),(4592,-1,'delete_usergroup','cpusergroup','Delete Usergroup','vbulletin','',0,''),(4593,-1,'edit_usergroup','cpusergroup','Edit Usergroup','vbulletin','',0,''),(4594,-1,'promotion','cpusergroup','Promotion','vbulletin','',0,''),(4595,-1,'public_group_settings','cpusergroup','Public Group Settings','vbulletin','',0,''),(4596,-1,'public_joinable_custom_usergroup','cpusergroup','Public (Joinable) Custom Usergroups','vbulletin','',0,''),(4597,-1,'show_all_additional_users','cpusergroup','Show All Additional Users','vbulletin','',0,''),(4598,-1,'show_all_primary_users','cpusergroup','Show All Primary Users','vbulletin','',0,''),(4599,-1,'usergroup_manager_gcpusergroup','cpusergroup','Usergroup Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4600,-1,'view_join_requests_gcpusergroup','cpusergroup','View Join Requests','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4601,-1,'view_reputation','cpusergroup','View Reputation','vbulletin','',0,''),(4602,-1,'active_gcron','cron','Active','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4603,-1,'add_new_scheduled_task_gcron','cron','Add New Scheduled Task','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4604,-1,'allow_html_in_announcements','cron','Allow HTML in Announcements\r\n<dfn>Strongly not recommended - see Help</dfn>','vbulletin','vBulletin Solutions',1149685038,'3.6.0 Beta 1'),(4605,-1,'are_you_sure_want_to_delete_rssfeed_x','cron','Are you sure you want to delete the RSS feed called \'{1}\'?<br />\r\n<br />\r\nDeleting this item will <strong>not</strong> remove any topics, posts or announcements posted from the feed. Please use the regular moderation tools if you wish to remove these.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4606,-1,'are_you_sure_you_want_to_delete_this_scheduled_task','cron','Are you sure you want to delete this Scheduled Task?','vbulletin','',0,''),(4607,-1,'body_template','cron','Body Template','vbulletin','vBulletin Solutions',1149265052,'3.6.0 Beta 1'),(4608,-1,'check_feed_every','cron','Check Feed Every...','vbulletin','vBulletin Solutions',1149264951,'3.6.0 Beta 1'),(4609,-1,'close_thread_after_delay','cron','Close Topic After Delay','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4610,-1,'convert_html_to_bbcode','cron','Convert HTML to BB Code.\r\n<dfn>If this is enabled then the setting \"Allow HTML in Announcements\" will be ignored</dfn>','vbulletin','vBulletin Solutions',1150889935,'3.6.0 Beta 3'),(4611,-1,'day_abbr','cron','D','vbulletin','vBulletin Solutions',1149703360,'3.6.0 Beta 1'),(4612,-1,'day_of_month','cron','Day of the Month','vbulletin','',0,''),(4613,-1,'day_of_week','cron','Day of the Week <dfn>(Note: this overrides the \'day of the month\' option)</dfn>','vbulletin','',0,''),(4614,-1,'days_for_announcement_to_remain_active','cron','Days for Announcement to Remain Active','vbulletin','vBulletin Solutions',1149265119,'3.6.0 Beta 1'),(4615,-1,'dow_acronym','cron','DoW','vbulletin','vBulletin Solutions',1149703374,'3.6.0 Beta 1'),(4616,-1,'edit_rss_feed','cron','Edit RSS Feed','vbulletin','vBulletin Solutions',1149264837,'3.6.0 Beta 1'),(4617,-1,'feed_is_enabled','cron','Feed is Enabled','vbulletin','vBulletin Solutions',1149264926,'3.6.0 Beta 1'),(4618,-1,'feed_supports_content_encoded','cron','This feed supports <em>content:encoded</em>. Your imported feeds may appear nicer if you use <strong>{feed:content:encoded}</strong> in your bodytemplate instead of <strong>{feed:description}</strong> and enable the <em>Convert HTML to BB Code</em> option.','vbulletin','vBulletin Solutions',1193148264,'3.7.0 Beta 1'),(4619,-1,'friday_abbr_gcron','cron','Fri','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4620,-1,'hour_abbr','cron','h','vbulletin','vBulletin Solutions',1149703354,'3.6.0 Beta 1'),(4621,-1,'indexing_parent_nodes','cron','indexing parent nodes','vbulletin','vBulletin Solutions',1351617078,'5.0.0 Beta 18'),(4622,-1,'last_checked','cron','Last Checked','vbulletin','vBulletin Solutions',1149265149,'3.6.0 Beta 1'),(4623,-1,'log_phrase','cron','Log Phrase','vbulletin','',1142519066,'3.6.0 Beta 1'),(4624,-1,'make_thread_sticky','cron','Make Topic Sticky','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4625,-1,'match_all_words_gcron','cron','Match All Words','vbulletin','',1220363305,'5.0.0 Alpha 8'),(4626,-1,'maximum_items_to_fetch','cron','Maximum Items to Fetch\r\n<dfn>Any items above this number found in the feed will be ignored.</dfn>','vbulletin','vBulletin Solutions',1149265006,'3.6.0 Beta 1'),(4627,-1,'min_abbr','cron','m','vbulletin','vBulletin Solutions',1149703346,'3.6.0 Beta 1'),(4628,-1,'moderate_thread','cron','Moderate Topic\r\n<dfn>If set to \'Yes\', topics will be invisible when posted until authorized by a board staff member.</dfn>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4629,-1,'monday_abbr_gcron','cron','Mon','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4630,-1,'month_abbr','cron','M','vbulletin','vBulletin Solutions',1149703366,'3.6.0 Beta 1'),(4631,-1,'next_time','cron','Next Time','vbulletin','',0,''),(4632,-1,'note_prefix_must_allowed_forum','cron','Note: the prefix you choose must be allowed in the destination forum!','vbulletin','vBulletin Solutions',1190043549,'3.7.0 Beta 1'),(4633,-1,'post_items_as_announcements','cron','Post Items as Announcements','vbulletin','vBulletin Solutions',1149265088,'3.6.0 Beta 1'),(4634,-1,'post_items_as_threads','cron','Post Items as Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4635,-1,'preview_feed','cron','Preview Feed','vbulletin','vBulletin Solutions',1149265128,'3.6.0 Beta 1'),(4636,-1,'reset_last_checked_time','cron','Reset Last Checked Time','vbulletin','vBulletin Solutions',1149264909,'3.6.0 Beta 1'),(4637,-1,'rss_feed_gcron','cron','RSS Feed','vbulletin','vBulletin Solutions',1149265138,'5.0.0 Alpha 8'),(4638,-1,'rss_templates_description','cron','The two templates listed here are used for the title (title template) and body (body template) of messages posted by the RSS poster.<br />\r\n<br />\r\nYou can specify exactly how these items appear and any item from a feed can be inserted by using {feed:<strong>fieldname</strong>} where \'fieldname\' corresponds to one of the following: title, description, link, id, date, enclosure_href and content:encoded.','vbulletin','vBulletin Solutions',1193148575,'3.7.0 Beta 1'),(4639,-1,'rssfeed_body_template','cron','{feed:description}\r\n\r\n[url={feed:link}]More...[/url]','vbulletin','vBulletin Solutions',1193148743,'3.7.0 Beta 1'),(4640,-1,'rssfeed_title_template','cron','{feed:title}','vbulletin','vBulletin Solutions',1193148816,'3.7.0 Beta 1'),(4641,-1,'run_now','cron','Run Now','vbulletin','',0,''),(4642,-1,'run_scheduled_task_now','cron','Run Scheduled Task Now','vbulletin','vBulletin Solutions',1149589372,'3.6.0 Beta 1'),(4643,-1,'saturday_abbr_gcron','cron','Sat','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4644,-1,'scheduled_task','cron','Scheduled Task','vbulletin','',0,''),(4645,-1,'scheduled_task_manager_gcron','cron','Scheduled Task Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4646,-1,'scheduled_tasks_gcron','cron','Scheduled Tasks','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4647,-1,'search_item_body','cron','Search Item Body','vbulletin','',1220441505,'3.8.0 Alpha 1'),(4648,-1,'search_items_for_words','cron','Search Items for Words\r\n<dfn>Only insert items if they contain one or more of these words. Put a space or a new line between each search word. You can create a phrase with multiple words by enclosing them in double quotes.</dfn>','vbulletin','',1220437646,'3.8.0 Alpha 1'),(4649,-1,'sunday_abbr_gcron','cron','Sun','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4650,-1,'task_activate_desc','cron','This script sends reminder emails to users in the Awaiting Confirmation usergroup. An email is sent one day after the user has registered and again at five days.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4651,-1,'task_activate_log','cron','Activation Reminder Emails sent to: {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(4652,-1,'task_activate_title','cron','Activation Reminder Email','vbulletin','',1142519066,'3.6.0 Beta 1'),(4653,-1,'task_birthday_desc','cron','Sends emails to users on their birthday.','vbulletin','',1149675081,'3.6.0 Beta 1'),(4654,-1,'task_birthday_log','cron','Birthday Email Sent to: {1}','vbulletin','',1149675081,'3.6.0 Beta 1'),(4655,-1,'task_birthday_title','cron','Birthdays','vbulletin','',1149675081,'3.6.0 Beta 1'),(4656,-1,'task_ccbill_desc','cron','This script is only needed if you enable the CCBill payment processor. It will contact the CCBill server to check for reversed payments and update your subscriptions accordingly.','vbulletin','vBulletin Solutions',1149083711,'3.6.0 Beta 1'),(4657,-1,'task_ccbill_log','cron','CCBill: {1}','vbulletin','vBulletin Solutions',1149083711,'3.6.0 Beta 1'),(4658,-1,'task_ccbill_title','cron','CCBill Reversal Check','vbulletin','vBulletin Solutions',1149083711,'3.6.0 Beta 1'),(4659,-1,'task_cleanup2_desc','cron','This script performs various cleanup tasks once per hour.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4660,-1,'task_cleanup2_log','cron','Hourly Cleanup #2 Completed','vbulletin','',1142519066,'3.6.0 Beta 1'),(4661,-1,'task_cleanup2_title','cron','Hourly Cleanup #2','vbulletin','',1142519066,'3.6.0 Beta 1'),(4662,-1,'task_cleanup_desc','cron','This script performs various cleanup tasks once per hour.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4663,-1,'task_cleanup_log','cron','Hourly Cleanup #1 Completed','vbulletin','',1142519066,'3.6.0 Beta 1'),(4664,-1,'task_cleanup_title','cron','Hourly Cleanup','vbulletin','',1142519066,'3.6.0 Beta 1'),(4665,-1,'task_dailycleanup_desc','cron','This script performs various cleanup tasks once per day.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4666,-1,'task_dailycleanup_log','cron','Daily Cleanup Completed','vbulletin','',1142519066,'3.6.0 Beta 1'),(4667,-1,'task_dailycleanup_title','cron','Daily Cleanup','vbulletin','',1142519066,'3.6.0 Beta 1'),(4668,-1,'task_digestdaily_desc','cron','This script sends out new post and new topic digests once per day.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4669,-1,'task_digestdaily_log','cron','Daily Digest Sent','vbulletin','',1142519066,'3.6.0 Beta 1'),(4670,-1,'task_digestdaily_title','cron','Daily Digest','vbulletin','',1142519066,'3.6.0 Beta 1'),(4671,-1,'task_digestweekly_desc','cron','This script sends out new post and new topic digests once per week.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4672,-1,'task_digestweekly_log','cron','Weekly Digest Sent','vbulletin','',1142519066,'3.6.0 Beta 1'),(4673,-1,'task_digestweekly_title','cron','Weekly Digest','vbulletin','',1142519066,'3.6.0 Beta 1'),(4674,-1,'task_infractions_desc','cron','Removes expired infractions twice an hour.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4675,-1,'task_infractions_log','cron','Infraction Expired for: {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(4676,-1,'task_infractions_title','cron','Infractions Cleanup','vbulletin','',1142519066,'3.6.0 Beta 1'),(4677,-1,'task_nodestats_desc','cron','This script keep up to date stats on visits and comments for nodes as well as cleanup older stats.\r\n','vbulletin','vBulletin Solutions',1360852397,'5.0.1 Alpha 2'),(4678,-1,'task_nodestats_log','cron','Node Stats Update Completed','vbulletin','vBulletin Solutions',1360852444,'5.0.1 Alpha 2'),(4679,-1,'task_nodestats_title','cron','Node Stats Update','vbulletin','vBulletin Solutions',1360852363,'5.0.1 Alpha 2'),(4680,-1,'task_privatemessages_desc','cron','This task will look for up to 200 Private Messages which have been in the Trash folder for more than 30 days and automatically delete them.','vbulletin','',1325694428,'5.0.0 Alpha 14'),(4681,-1,'task_privatemessages_log','cron','Remove deleted private messages.','vbulletin','',1325694480,'5.0.0 Alpha 14'),(4682,-1,'task_privatemessages_title','cron','Remove Private Messages from Trash','vbulletin','',1325694537,'5.0.0 Alpha 14'),(4683,-1,'task_promotion_desc','cron','This script performs usergroup promotions once per hour.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4684,-1,'task_promotion_log','cron','Usergroup: <strong>{1}</strong>{2}; Users: {3}<dfn>* = Primary Usergroup, % = Secondary Usergroup</dfn>','vbulletin','',1142519066,'3.6.0 Beta 1'),(4685,-1,'task_promotion_title','cron','User Promotions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4686,-1,'task_removebans_desc','cron','This script restores the access of temporarily banned users once an hour.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4687,-1,'task_removebans_log','cron','Lifted Ban on Users: {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(4688,-1,'task_removebans_title','cron','Restore Temporarily Banned Users','vbulletin','',1142519066,'3.6.0 Beta 1'),(4689,-1,'task_rssposter_desc','cron','Reads RSS feeds from the internet and inserts them into your board as topics or announcements.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4690,-1,'task_rssposter_log','cron','Inserted the following: {1}','vbulletin','vBulletin Solutions',1149080170,'3.6.0 Beta 1'),(4691,-1,'task_rssposter_title','cron','RSS Poster Robot','vbulletin','vBulletin Solutions',1149080170,'3.6.0 Beta 1'),(4692,-1,'task_scheduled_publish_desc','cron','If Articles have been scheduled for future unattended publish or unpublish, this task handles them.','vbulletin','vBulletin Solutions',1381268913,'5.1.0 Alpha 2'),(4693,-1,'task_scheduled_publish_log','cron','Scheduled publish task has completed','vbulletin','vBulletin Solutions',1381268719,'5.1.0 Alpha 2'),(4694,-1,'task_scheduled_publish_title','cron','Scheduled Unattended Publish','vbulletin','vBulletin Solutions',1381268823,'5.1.0 Alpha 2'),(4695,-1,'task_searchqueueupdates_desc','cron','Queue updates for search?\r\nThis MUST be enabled if updates are queued in Settings > Options > Message Searching Options. Otherwise search will find only old information.','vbulletin','',1265060536,'4.0.3'),(4696,-1,'task_searchqueueupdates_log','cron','Index Queue','vbulletin','',1265060536,'4.0.3'),(4697,-1,'task_searchqueueupdates_title','cron','Search Queue Updates','vbulletin','',1265060536,'4.0.3'),(4698,-1,'task_sitemap_desc','cron','Generates each part of the XML sitemap one of the time. This task only actually runs if the option to generate the sitemap is enabled.','vbulletin','vBulletin Solutions',1232115596,'4.0.0 Alpha 1'),(4699,-1,'task_sitemap_log','cron','XML sitemap run. File(s) created: {1}','vbulletin','vBulletin Solutions',1232115596,'4.0.0 Alpha 1'),(4700,-1,'task_sitemap_title','cron','Generate XML Sitemap','vbulletin','vBulletin Solutions',1232115596,'4.0.0 Alpha 1'),(4701,-1,'task_stats_desc','cron','This script updates forum stats once per day. These are the stats that are accessed from the Admin Control Panel (New Users, New Topics, New Posts, Active Users).','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4702,-1,'task_stats_log','cron','Daily Statistics Updated','vbulletin','',1142519066,'3.6.0 Beta 1'),(4703,-1,'task_stats_title','cron','Daily Statistics Log','vbulletin','',1142519066,'3.6.0 Beta 1'),(4704,-1,'task_subscriptions_desc','cron','Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire subscriptions.','vbulletin','vBulletin Solutions',1153130364,'3.6.0 Release Candidate 2'),(4705,-1,'task_subscriptions_log','cron','Paid Subscriptions Updated','vbulletin','',1142519066,'3.6.0 Beta 1'),(4706,-1,'task_subscriptions_title','cron','Subscriptions','vbulletin','',1142519066,'3.6.0 Beta 1'),(4707,-1,'thread_action_delay','cron','Topic Action Delay (Hours)\r\n<dfn>If you specify a number of hours here, the actions checked below will be performed on the inserted topic after the delay specified. Set to 0 to disable this feature.</dfn>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4708,-1,'thursday_abbr_gcron','cron','Thu','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4709,-1,'title_template','cron','Title Template','vbulletin','vBulletin Solutions',1149265040,'3.6.0 Beta 1'),(4710,-1,'tuesday_abbr_gcron','cron','Tue','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4711,-1,'unstick_thread_after_delay','cron','Unstick Sticky Topic After Delay','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4712,-1,'url_of_feed','cron','URL of Feed','vbulletin','vBulletin Solutions',1149264936,'3.6.0 Beta 1'),(4713,-1,'wednesday_abbr_gcron','cron','Wed','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4714,-1,'x_hours_gcron','cron','{1} Hours','vbulletin','vBulletin Solutions',1152888856,'5.0.0 Alpha 8'),(4715,-1,'x_minutes','cron','{1} Minutes','vbulletin','vBulletin Solutions',1149264970,'3.6.0 Beta 1'),(4716,-1,'x_unable_to_open_url','cron','<p><em>{1}</em> Unable to open URL or no data returned</p>','vbulletin','vBulletin Solutions',1151348283,'3.6.0 Beta 4'),(4717,-1,'x_xml_error_y_at_line_z','cron','<p><em>{1}</em> XML Error: {2} at line {3}</p>','vbulletin','vBulletin Solutions',1151347282,'3.6.0 Beta 4'),(4718,-1,'check_mail_server_configured_correctly','diagnostic','Check your mail server to ensure it is configured correctly to allow PHP to send mail from it. You should also check your mail server\'s error log for more diagnostic information.','vbulletin','',0,''),(4719,-1,'email_sent_check_shortly','diagnostic','No errors were returned while attempting to send the email. Check {1} shortly to confirm you\'ve received the email. If you don\'t receive the email, try sending the test to a different address. If that fails, check your mail server\'s configuration.','vbulletin','',0,''),(4720,-1,'email_test_explained','diagnostic','The goal of this test is to determine whether any vBulletin or PHP settings must be changed to allow the sending of email through vBulletin. To begin, simply enter an email address that you have the ability to access and click Send Email.','vbulletin','',0,''),(4721,-1,'facebook_connect_ssl_req_explained','diagnostic','The Facebook OpenGraph API requires all communication to use Transport Layer Security or Secure Socket layer (TLS/SSL) for security. This test will check if TLS/SSL is available on your server.','vbulletin','',1285286400,'4.0.7'),(4722,-1,'file_contents_mismatch','diagnostic','File does not contain expected contents','vbulletin','',0,''),(4723,-1,'file_copied_to_tmp_dir_now_readable','diagnostic','After copying the file into the specified \"Safe Mode Temp Directory\", it became readable. Uploads will function, but only when uploading in safe mode is enable.','vbulletin','',0,''),(4724,-1,'file_copied_to_tmp_dir_now_unreadable','diagnostic','After copying the file into the specified \"Safe Mode Temp Directory,\" it remained unreadable. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.','vbulletin','',0,''),(4725,-1,'file_not_found','diagnostic','File not found','vbulletin','',0,''),(4726,-1,'file_not_readable','diagnostic','File not readable','vbulletin','vBulletin Solutions',1156955387,'3.6.1'),(4727,-1,'file_not_recognized','diagnostic','File not recognized as part of vBulletin','vbulletin','',0,''),(4728,-1,'file_upload_setting_off','diagnostic','File uploads have been turned off via PHP\'s file_uploads setting. This can only be handled by contacting your host and asking them to enable the file_upload setting.','vbulletin','',0,''),(4729,-1,'file_version_mismatch_x_expected_y','diagnostic','File version mismatch: found {1}, expected {2}','vbulletin','',0,''),(4730,-1,'file_versions_explained','diagnostic','This function will list each of your vBulletin files that is tagged with a different version than your forum is currently at, which is <b>{1}</b>.<br />\r\n<br />\r\nThis tool is intended to verify the integrity of your vBulletin files and only scans files with a limited number of extensions.','vbulletin','vBulletin Solutions',1229596977,'4.0.0 Alpha 1'),(4731,-1,'mail_function_errors_returned_were','diagnostic','The following errors were outputted by PHP when attempting to send mail:','vbulletin','',0,''),(4732,-1,'mail_function_returned_error','diagnostic','The mailing function returned an error while trying to send the mail.','vbulletin','',0,''),(4733,-1,'mod_security_ajax_issue','diagnostic','AJAX Unicode Issue','vbulletin','vBulletin Solutions',1203957345,'3.7.0 Beta 6'),(4734,-1,'mod_security_problem_desc','diagnostic','The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features.','vbulletin','vBulletin Solutions',1203959437,'3.7.0 Beta 6'),(4735,-1,'module_loaded','diagnostic','Module Loaded','vbulletin','vBulletin Solutions',1203957095,'3.7.0 Beta 6'),(4736,-1,'mysql_status','diagnostic','MySQL Status','vbulletin','',0,''),(4737,-1,'mysql_variables','diagnostic','MySQL Variables','vbulletin','',0,''),(4738,-1,'no_errors_occurred_opening_upload','diagnostic','No errors occurred while opening the uploaded file for reading.','vbulletin','',1345048022,'5.0.0 Alpha 35'),(4739,-1,'open_basedir_in_effect','diagnostic','PHP\'s <b>open_basedir</b> setting has been set to {1}. The uploaded file was stored outside of this directory and is not readable. You will need to contact your host and ask them to specify <b>upload_tmp_dir</b> with a directory inside {1}. Note that PHP must be able to read and write to this directory.','vbulletin','',0,''),(4740,-1,'pass','diagnostic','Pass','vbulletin','',0,''),(4741,-1,'payment_api_tests','diagnostic','Payment API Tests','vbulletin','vBulletin Solutions',1147366109,'3.6.0 Beta 1'),(4742,-1,'pertinent_php_settings','diagnostic','Pertinent PHP Settings','vbulletin','',0,''),(4743,-1,'pertinent_smtp_settings','diagnostic','Pertinent SMTP Settings','vbulletin','',0,''),(4744,-1,'problematic_server_modules','diagnostic','Problematic Webserver Modules','vbulletin','vBulletin Solutions',1203957445,'3.7.0 Beta 6'),(4745,-1,'problematic_server_modules_explained','diagnostic','Some server modules can cause asymptomatic problems with vBulletin, these diagnostics will help identify if the modules are installed.','vbulletin','vBulletin Solutions',1203957591,'3.7.0 Beta 6'),(4746,-1,'safe_mode_dir_not_dir','diagnostic','The \"Safe Mode Temp Directory\" you have specified ({1}) does not appear to be a directory. Please specify the correct directory and attempt this test again.','vbulletin','',0,''),(4747,-1,'safe_mode_enabled_no_tmp_dir','diagnostic','You have safe mode uploading enabled but have not specified \"Safe Mode Temp Directory\". Please specify one on the options page and attempt this test again.','vbulletin','',0,''),(4748,-1,'safe_mode_not_writeable','diagnostic','The \"Safe Mode Temp Directory\" you have specified ({1}) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.','vbulletin','',0,''),(4749,-1,'scanned_x_files','diagnostic','Scanned {1} files','vbulletin','',0,''),(4750,-1,'server_information_desc','diagnostic','While not exactly a test, this function is helpful for tracking down server issues. Simply select the appropriate type of information and submit the form.','vbulletin','',0,''),(4751,-1,'smtp_username','diagnostic','SMTP Username:','vbulletin','',0,''),(4752,-1,'ssl_available','diagnostic','TLS/SSL Communication Available','vbulletin','',1285286400,'4.0.7'),(4753,-1,'ssl_unavailable_desc','diagnostic','If the above test shows \"No\", then you will need to contact your hosting provider and ask for cURL to be installed with TLS/SSL support or for OpenSSL to be enabled in PHP to be able to use Facebook Connect features.','vbulletin','',1285286400,'4.0.7'),(4754,-1,'suhosin_problem_desc','diagnostic','Suhosin can limit the amount of data submitted and encrypt cookies causing problems with several aspects of vBulletin.','vbulletin','vBulletin Solutions',1203957297,'3.7.0 Beta 6'),(4755,-1,'suspect_file_versions','diagnostic','Suspect File Versions','vbulletin','',0,''),(4756,-1,'system_information','diagnostic','System Information','vbulletin','',0,''),(4757,-1,'table_status','diagnostic','Table Status','vbulletin','',0,''),(4758,-1,'test_cannot_continue','diagnostic','The test cannot continue.','vbulletin','',0,''),(4759,-1,'test_indeterminate_contact_host','diagnostic','The test was indeterminate. There were problems reading the uploaded file, but none of PHP\'s settings were identified as causing a problem. At this point, you should attempt to attach a file to a post. If that fails, contact your host as no one will know their own server setup better than them.','vbulletin','',0,''),(4760,-1,'tls_ssl','diagnostic','TLS/SSL','vbulletin','',1285286400,'4.0.7'),(4761,-1,'turn_safe_mode_option_off','diagnostic','You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.','vbulletin','',0,''),(4762,-1,'unable_to_copy_attached_file','diagnostic','The attached file could not be copied to {1}. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.','vbulletin','',0,''),(4763,-1,'unable_to_find_attached_file','diagnostic','The attached file\'s temporary location ({1}) could not be found. {2}','vbulletin','',0,''),(4764,-1,'unable_to_open_x','diagnostic','Unable to open file: <b>{1}</b>','vbulletin','',0,''),(4765,-1,'upload_test_desc','diagnostic','This test\'s purpose is to determine if there are any vBulletin/PHP options you need to change for uploads to function correctly. To begin, simply attach a small file using the box below and submit the form. vBulletin will not save the attached file in any way.','vbulletin','',1271963971,'4.0.4'),(4766,-1,'vbulletin_email_test','diagnostic','vBulletin Email Test','vbulletin','',0,''),(4767,-1,'vbulletin_email_test_msg','diagnostic','You are receiving this email because your email address was entered as an email test at {1}.\r\n\r\nThe first step of this email test script has been completed. However, a formatting test is still necessary:\r\n\r\nA paragraph break.\r\nA single line break.\r\n\r\nAnother paragraph break.\r\nAnother single line break.\r\nAnother single line break.\r\n\r\nIf the above lines look correct, you are finished. The email features on your server are setup correctly.\r\nIf this email is run together on one line, there is possibly a configuration error with your mail server. Please ensure it is configured correctly.','vbulletin','',0,''),(4768,-1,'vbulletin_email_test_withf','diagnostic','vBulletin Email Test (With -f Parameter)','vbulletin','',0,''),(4769,-1,'accountlocked_gemailbody','emailbody','Dear {1},\r\n\r\nSomeone has tried to log into your account on {2} with an incorrect password at least 5 times. This person has been prevented from attempting to login to your account for the next 15 minutes.\r\n\r\nThe person trying to log into your account had the following IP address: {3}\r\n\r\nAll the best,\r\n{2}','vbulletin','',1335440925,'5.0.0 Alpha 23'),(4770,-1,'activateaccount_change_gemailbody','emailbody','Dear {1},\r\n\r\nSince you have recently changed your email, we require that you verify your new email address. You will only need to visit the URL once to have your account updated.\r\n\r\nTo complete reverification, please visit this URL:\r\n{2}/registration/activateUser?a=act&u={3}&i={4}\r\n\r\n**** Does The Above URL Not Work? ****\r\nIf the above URL does not work, please use your Web browser to go to:\r\n{2}/activateuser\r\n\r\nPlease to be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the url.\r\n\r\nYour Username is: {1}\r\nYour Activation ID is: {4}\r\n\r\nIf you are still having problems verifying please contact a member of our support staff at {5}\r\n\r\nAll the best,\r\n{6}\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this URL:\r\n{2}/registration/killActivation?u={3}&i={4}','vbulletin','',1348652336,'5.0.0 Beta 13'),(4771,-1,'activateaccount_gemailbody','emailbody','Dear {1},\r\n\r\nThank you for registering at the {2}. Before we can activate your account one last step must be taken to complete your registration.\r\n\r\nPlease note - you must complete this last step to become a registered member. You will only need to visit this URL once to activate your account.\r\n\r\nTo complete your registration, please visit this URL:\r\n{3}/registration/activateUser?a=act&u={4}&i={5}\r\n\r\n**** Does The Above URL Not Work? ****\r\nIf the above URL does not work, please use your Web browser to go to:\r\n{3}/activateuser\r\n\r\nPlease be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the URL.\r\n\r\nYour Username is: {1}\r\nYour Activation ID is: {5}\r\n\r\nIf you are still having problems signing up please contact a member of our support staff at {6}\r\n\r\nAll the best,\r\n{2}\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this URL:\r\n{3}/registration/killActivation?u={4}&i={5}','vbulletin','vBulletin Solutions',1348652648,'5.0.0 Beta 26'),(4772,-1,'attachfull_gemailbody','emailbody','{1} has just tried to attach a file that would exceed the {2} byte quota you setup by $overage.\r\n\r\nIn order to allow users to continue attaching files, we recommend you delete some attachments. You can perform attachment management on the following pages:\r\n\r\n{3}/{4}/attachment.php?do=intro\r\n{3}/{4}/attachment.php?do=stats','vbulletin','',1335442736,'5.0.0 Alpha 23'),(4773,-1,'birthday_gemailbody','emailbody','Hello {1},\r\n\r\nWe at {2} would like to wish you a happy birthday today!','vbulletin','',1335443860,'5.0.0 Alpha 23'),(4774,-1,'comment_blogentry_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has commented on your blog entry.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}','vbulletin','vBulletin Solutions',1360246604,'5.0.4 Alpha 1'),(4775,-1,'comment_grouptopic_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has commented on your group topic.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}','vbulletin','vBulletin Solutions',1360246604,'5.0.4 Alpha 1'),(4776,-1,'comment_post_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has commented on your post.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}','vbulletin','vBulletin Solutions',1360246604,'5.0.4 Alpha 1'),(4777,-1,'comment_thread_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has commented on your topic.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}','vbulletin','vBulletin Solutions',1360246604,'5.0.4 Alpha 1'),(4778,-1,'contactus_gemailbody','emailbody','The following message was sent to you via the {1} Contact Us form by {2} ( mailto:{3} ).\r\n\r\n--------------------------------\r\n\r\n{4}\r\n\r\n--------------------------------\r\n\r\nIP Address: {5}\r\nUser Name: {6}\r\nUser ID: {7}\r\nEmail: {3}','vbulletin','',1344338742,'5.0.0 Alpha 33'),(4779,-1,'digestforum_gemailbody','emailbody','Dear {1},\r\n\r\nYou are subscribed to the forum {2}, there have been {3} new topic(s) and {4} updated topic(s).\r\n{5}\r\n\r\nThe following topics are new:\r\n{6}\r\n\r\nThe following topics have been updated:\r\n{7}\r\n\r\nAll the best,\r\n{8}\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this forum, please visit this page:\r\n{9}\r\n','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4780,-1,'digestgroup_gemailbody','emailbody','Dear {1},\r\n\r\nYou are subscribed to the group {2}, there have been {3} new discussion(s) and {4} updated discussions(s).\r\n{5}\r\n\r\nThe following discussions are new:\r\n{6}\r\n\r\nThe following discussions have been updated:\r\n{7}\r\n\r\nAll the best,\r\n{8}','vbulletin','',1335444732,'5.0.0 Alpha 23'),(4781,-1,'digestgroupbit_gemailbody','emailbody','************\r\n{1}\r\n{2}\r\nIn group: {3}\r\nStarted by: {4}\r\nLast post: {5} {6}','vbulletin','',1335444552,'5.0.0 Alpha 23'),(4782,-1,'digestpostbit','emailbody','************\r\n{1}\r\n{2}\r\nPosted by: {3}\r\nOn: {4} {5}\r\n\r\n{6}\r\n','vbulletin','vBulletin Solutions',1357718886,'5.0.0 Beta 26'),(4783,-1,'digestthread_gemailbody','emailbody','Dear {1},\r\n\r\nYou are subscribed to the topic \"{2}{3}\" by {4}, there have been {5} post(s) to this topic, the last poster was {6}.\r\n{7}\r\n\r\nThese following posts were made to the topic:\r\n{8}\r\n\r\nAll the best,\r\n{9}\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{10}\r\n','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4784,-1,'digestthreadbit_gemailbody','emailbody','************\r\n{1}{2}\r\n{3}\r\nIn forum: {4}\r\nStarted by: {5}\r\nLast post: {6} {7}\r\n','vbulletin','',1335444953,'5.0.0 Alpha 23'),(4785,-1,'follow_approve_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has accepted your subscribe request.\r\nYou can view his activity on the subscribed tab at:\r\n{3}\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1347017877,'5.0.0 Beta 21'),(4786,-1,'follow_request_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has subscribed to you. You can approve/ignore the follow request at:\r\n{3}\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1347012283,'5.0.0 Beta 21'),(4787,-1,'infraction_post','emailbody','This infraction has been reversed.\r\n\r\nReason: [quote]$infractioninfo[reason][/quote]','vbulletin','vBulletin Solutions',1149280670,'3.6.0 Beta 1'),(4788,-1,'infraction_received_post','emailbody','Dear {1},\r\n\r\nYou have received an infraction at {2}.\r\n\r\nReason: {3}\r\n-------\r\n{4}\r\n-------\r\n\r\nThis infraction is worth {5} point(s), {8} reputation penalty and may result in restricted access until it expires. Serious infractions will never expire.\r\n\r\nOriginal Post:\r\n{6}\r\n[quote]{7}[/quote]\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1361832848,'5.0.4 Release Candidate 1'),(4789,-1,'infraction_received_profile','emailbody','Dear {1},\r\n\r\nYou have received an infraction at {2}.\r\n\r\nReason: {3}\r\n-------\r\n{4}\r\n-------\r\n\r\nThis infraction is worth {5} point(s), {6} reputation penalty and may result in restricted access until it expires. Serious infractions will never expire.\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1361832945,'5.0.4 Release Candidate 1'); INSERT INTO `phrase` VALUES (4790,-1,'infraction_thread_post','emailbody','Post: [url=$infractioninfo[postlink]]$infractioninfo[prefix_plain]$infractioninfo[threadtitle][/url]\r\nUser: [url=$infractioninfo[userlink]]$infractioninfo[username][/url]\r\nInfraction: $infractioninfo[title]\r\nPoints: $infractioninfo[points]\r\n\r\nAdministrative Note:[quote]$infractioninfo[note][/quote]\r\n\r\n\r\nMessage to User:[quote]$infractioninfo[message][/quote]\r\n\r\n\r\nOriginal Post: [quote]$postinfo[pagetext][/quote]','vbulletin','',1280504985,'4.1.1 Alpha 1'),(4791,-1,'infraction_thread_profile','emailbody','User: [url=$infractioninfo[userlink]]$infractioninfo[username][/url]\r\nInfraction: $infractioninfo[title]\r\nPoints: $infractioninfo[points]\r\n\r\nAdministrative Note:[quote]$infractioninfo[note][/quote]\r\n\r\n\r\nMessage to User:[quote]$infractioninfo[message][/quote]','vbulletin','',1280504951,'4.1.1 Alpha 1'),(4792,-1,'like_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has liked your {3}.\r\nYou can view it at:\r\n{4}\r\n\r\nAll the best,\r\n{5}','vbulletin','vBulletin Solutions',1347024985,'5.0.0 Beta 21'),(4793,-1,'lostpw_gemailbody','emailbody','Dear {1},\r\n\r\nYou have requested to reset your password on {2} because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.\r\n\r\nTo reset your password, please visit the following page:\r\n{4}\r\n\r\nWhen you visit that page, your password will be reset, and the new password will be emailed to you.\r\n\r\nYour username is: {1}\r\n\r\nTo edit your profile, first login with the parameters above. Then go to this page:\r\n{3}/settings/profile\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1389398600,'5.1.0 Alpha 9'),(4794,-1,'moderation_deleted_gemailbody','emailbody','Dear {1},\r\n\r\nUnfortunately your registration at {2} did not meet our membership requirements. Therefore your registration was deleted.\r\n\r\nSorry,\r\n{2}','vbulletin','',1335445758,'5.0.0 Alpha 23'),(4795,-1,'moderation_request_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has asked you to moderate a channel. You can approve/ignore the moderation request at:\r\n{3}\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1357612879,'5.0.0 Beta 26'),(4796,-1,'moderation_validated_gemailbody','emailbody','Dear {2},\r\n\r\nWe have now activated your account at the {3}. The forums can be found here:\r\n\r\n{1}\r\n\r\nYour login details are as follows:\r\nUsername: {2}\r\nPassword: as you entered it when you registered\r\n\r\nDon\'t forget that your password is case sensitive.\r\n\r\nTo edit your profile, please visit this page:\r\n{4}/profile.php?do=editprofile\r\n\r\nAll the best,\r\n{3}','vbulletin','',1335446077,'5.0.0 Alpha 23'),(4797,-1,'newuser_gemailbody','emailbody','There is a new user, {1} at {2}\r\n\r\nTo view their profile, go here:\r\n{3}\r\n\r\nEmail Address : {4}\r\nBirthday : {5}\r\nIP Address: {6}\r\n\r\n{7}','vbulletin','vBulletin Solutions',1360052318,'5.0.1 Alpha 2'),(4798,-1,'ownership_request_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has requested that you take ownership of a channel. You can approve/ignore the ownership request at:\r\n{3}\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1357613242,'5.0.0 Beta 26'),(4799,-1,'paidsubscription_reminder_gemailbody','emailbody','Dear {1},\r\n\r\nYour access to the paid subscription \"{2}\" is about to expire.\r\n\r\nIf you have selected a recurring subscription you will be automatically billed for the renewal, else to renew this subscription you must visit {3}/payments.php\r\n\r\nIf you do not extend your subscription, access will be removed.\r\n\r\nAll the best,\r\n{4}','vbulletin','',1335446902,'5.0.0 Alpha 23'),(4800,-1,'parentcoppa_profile_gemailbody','emailbody','Dear Parent/Guardian of {1},\r\n\r\n{1} has just modified their account at {2}. This can be found at:\r\n\r\n{3}\r\n\r\nThis email has been sent to you because {1} has stated that they are younger than 13 years of age and {2} is in compliance with the Children\'s Online Privacy Protection Act of 1998 (COPPA).\r\n\r\nTo find out more about COPPA, please visit this page:\r\nhttp://www.ftc.gov/opa/1999/10/childfinal.htm\r\n\r\nPlease read the {2} Privacy Statement also:\r\n{4}\r\n\r\n{1}\'s profile can be viewed at:\r\n\r\n{5}\r\n\r\nWe thank you for helping us in keeping the privacy of children on the internet.\r\n\r\nAll the best,\r\n{2}','vbulletin','',1335503481,'5.0.0 Alpha 23'),(4801,-1,'parentcoppa_register_gemailbody','emailbody','Dear Parent/Guardian of {1},\r\n\r\n{1} has just signed up for an account at {2}. This can be found at:\r\n\r\n{3}\r\n\r\nThis email has been sent to you because {1} has stated that they are younger than 13 years of age and {4} is in compliance with the Children\'s Online Privacy Protection Act of 1998 (COPPA).\r\n\r\nTo find out more about COPPA, please visit this page:\r\nhttp://www.ftc.gov/opa/1999/10/childfinal.htm\r\n\r\nPlease read the {2} Privacy Statement also:\r\n{5}\r\n\r\nYou must print out the permission form, fill it in and mail or fax it back to the webmaster. Details about how to return the form are on the form itself.\r\n\r\nThe form can be accessed through this page:\r\n\r\n{4}\r\n\r\nFrom that page, you can also view the profile and make any modification you wish. You will need these login details:\r\n\r\nUsername: {1}\r\nPassword: {6}\r\n(Note that the password is case sensitive)\r\n\r\nWe thank you for helping us in keeping the privacy of children on the internet.\r\n\r\nAll the best,\r\n{2}','vbulletin','',1348145937,'5.0.0 Beta 12'),(4802,-1,'payment_received_gemailbody','emailbody','A paid subscription has just been purchased by {1} at {2}\r\n\r\nTo view their profile, go here:\r\n\r\n{3}\r\n\r\nUsername : {1}\r\nSubscription : {4}\r\nAmount: {5}\r\nProcessor: {6}\r\nTransaction ID: {7}\r\n','vbulletin','',1335504238,'5.0.0 Alpha 23'),(4803,-1,'payment_reversed_gemailbody','emailbody','A paid subscription has just been reversed by {1} at {2}\r\n\r\nTo view their profile, go here:\r\n\r\n{3}\r\n\r\nUsername : {1}\r\nSubscription : {4}\r\nAmount: -{5}\r\nProcessor: {6}\r\nTransaction ID: {7}\r\n','vbulletin','',1335504335,'5.0.0 Alpha 23'),(4804,-1,'pmboxalmostfull_gemailbody','emailbody','Dear {1},\r\n\r\nYour private messages box on {2} has reached 90% of your allowed quota. To ensure that you do not reach 100% of your allowed messages, you should consider archiving or deleting some of your messages. Please visit this page to do so:\r\n{3}/private.php\r\n\r\nAll the best,\r\n{2}','vbulletin','',1335504772,'5.0.0 Alpha 23'),(4805,-1,'pmboxfull_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has just tried to send you a private message. However, your private messages box on {3} has reached the specified quota. In order to receive further private messages, you must delete some messages. Please visit this page to do so:\r\n{4}/private.php\r\n\r\nAll the best,\r\n{3}','vbulletin','',1335505028,'5.0.0 Alpha 23'),(4806,-1,'privatemessage_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has sent you a private message. You can view it at:\r\n{3}\r\n\r\nHere is a preview of the message:\r\n{4}\r\n\r\nAll the best,\r\n{5}','vbulletin','vBulletin Solutions',1347021548,'5.0.0 Beta 21'),(4807,-1,'reminder_gemailbody','emailbody','Dear {1},\r\n\r\nThe following events are scheduled to begin soon at {2}.\r\n\r\nUpcoming events:\r\n{3}\r\n\r\nAll the best,\r\n{2}\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this email, please visit this page and delete any future reminders:\r\n{4}/calendar.php?do=viewreminder','vbulletin','',1335505758,'5.0.0 Alpha 23'),(4808,-1,'reminderbit_gemailbody','emailbody','************\r\n{1} (In less than {2} hour(s))\r\n{3}/calendar.php?do=getinfo&e={4}\r\nIn Calendar: {5}\r\n','vbulletin','',1335505933,'5.0.0 Alpha 23'),(4809,-1,'reply_post_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has replied to your post.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}\r\n','vbulletin','vBulletin Solutions',1360246572,'5.0.4 Alpha 1'),(4810,-1,'reply_thread_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has replied to your topic.\r\nThe discussion is located at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}\r\n\r\nTo unsubscribe from this topic, please visit this page:\r\n{6}\r\n','vbulletin','vBulletin Solutions',1360246572,'5.0.4 Alpha 1'),(4811,-1,'reportitem_newpost_gemailbody','emailbody','[url={1}]{2}[/url] has also reported this item.\r\n\r\nReason:[quote]{3}[/quote]','vbulletin','',1335506158,'5.0.0 Alpha 22'),(4812,-1,'reportpost_gemailbody','emailbody','{1} ( mailto:{2} ) has reported this post:\r\n\r\n{3}\r\n{4}\r\n\r\nThis is part of this topic:\r\n{5}\r\n{6}\r\n\r\nThis is the reason that the user gave:\r\n{7}\r\n\r\nThis message has been sent to all moderators of this forum, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.','vbulletin','vBulletin Solutions',1360580033,'5.0.1 Alpha 2'),(4813,-1,'reportpost_newthread_gemailbody','emailbody','[url={1}]{2}[/url] has reported a post.\r\n\r\nReason:[quote]{3}[/quote]\r\nPost: [url={4}]{5}[/url]\r\nForum: {6}\r\nAssigned Moderators:{7}\r\n\r\nPosted by: [url={8}]{9}[/url]\r\nOriginal Content: [quote]{10}[/quote]','vbulletin','vBulletin Solutions',1360336213,'5.0.1 Alpha 2'),(4814,-1,'resetpw_gemailbody','emailbody','Dear {1},\r\n\r\nAs you requested, your password has now been reset. Your new details are as follows:\r\n\r\nUsername: {1}\r\nPassword: {2}\r\n\r\nTo change your password, please visit this page: {3}/settings/account\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1335506394,'5.0.0 Beta 28'),(4815,-1,'sendtofriend','emailbody','$sendtoname,\r\n\r\nThis is a message from $bbuserinfo[username] ( mailto:$bbuserinfo[email] ) from the $vboptions[bbtitle] ( $vboptions[bburl]/ ).\r\n\r\nThe message is as follows:\r\n\r\n$emailmessage\r\n\r\n$vboptions[bbtitle] takes no responsibility for messages sent through its system.','vbulletin','',0,''),(4816,-1,'usermessage','emailbody','This is a message from $bbuserinfo[username] at $vboptions[bbtitle] ( $forumhomelink ). The $vboptions[bbtitle] owners cannot accept any responsibility for the contents of the email.\r\n\r\nTo email $bbuserinfo[username], you can use this online form:\r\n$vboptions[bburl]/sendmessage.php?do=mailmember&u=$bbuserinfo[userid]\r\n\r\nOR, by email:\r\nmailto:$bbuserinfo[email]\r\n\r\nThis is the message:\r\n\r\n$message','vbulletin','',1279908292,'4.1.1 Alpha 1'),(4817,-1,'visitormessage_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has posted to your visitor message board.\r\nThe post can be found at:\r\n{3}\r\n\r\nHere is the message that has been posted:\r\n***************\r\n{4}\r\n***************\r\n\r\nAll the best,\r\n{5}','vbulletin','vBulletin Solutions',1347005306,'5.0.0 Beta 21'),(4818,-1,'vote_gemailbody','emailbody','Dear {1},\r\n\r\n{2} has voted on your poll. The poll can be found at:\r\n{3}\r\n\r\nAll the best,\r\n{4}','vbulletin','vBulletin Solutions',1346943589,'5.0.0 Beta 21'),(4819,-1,'warning_received_post','emailbody','Dear {1},\r\n\r\nYou have received a warning at {2}.\r\n\r\nReason:\r\n-------\r\n{3}\r\n\r\n{4}\r\n-------\r\n\r\nOriginal Post:\r\n{5}\r\n[quote]{6}[/quote]\r\n\r\nWarnings serve as a reminder to you of the forum\'s rules, which you are expected to understand and follow.\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1361833109,'5.0.1 Alpha 2'),(4820,-1,'warning_received_profile','emailbody','Dear {1},\r\n\r\nYou have received a warning at {2}.\r\n\r\nReason:\r\n-------\r\n{3}\r\n\r\n{4}\r\n-------\r\n\r\nWarnings serve as a reminder to you of the forum\'s rules, which you are expected to understand and follow.\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1361833173,'5.0.1 Alpha 2'),(4821,-1,'welcomemail_gemailbody','emailbody','Dear {1},\r\n\r\nThanks for registering at {2}! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.\r\n\r\nAll the best,\r\n{2}','vbulletin','vBulletin Solutions',1344986951,'5.0.0 Alpha 34'),(4822,-1,'welcomepm_gemailbody','emailbody','Thanks for registering at {1}! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.\r\n\r\nAll the best,\r\n{1}','vbulletin','',1335506699,'5.0.0 Alpha 23'),(4823,-1,'accountlocked_gemailsubject','emailsubject','Failed Login Notification on {1}','vbulletin','',1335440944,'5.0.0 Alpha 23'),(4824,-1,'activateaccount_change_gemailsubject','emailsubject','Action Required to Verify Email Change for {1}','vbulletin','',1335441164,'5.0.0 Alpha 23'),(4825,-1,'activateaccount_gemailsubject','emailsubject','Action Required to Activate Membership for {1}','vbulletin','',1335441617,'5.0.0 Alpha 23'),(4826,-1,'attachfull_gemailsubject','emailsubject','Forum attachment quota has been reached','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4827,-1,'birthday_gemailsubject','emailsubject','Happy Birthday from {1}','vbulletin','',1335443922,'5.0.0 Alpha 23'),(4828,-1,'comment_blogentry_gemailsubject','emailsubject','Comment on {1}','vbulletin','vBulletin Solutions',1360246437,'5.0.4 Alpha 1'),(4829,-1,'comment_grouptopic_gemailsubject','emailsubject','Comment on {1}','vbulletin','vBulletin Solutions',1360246437,'5.0.4 Alpha 1'),(4830,-1,'comment_post_gemailsubject','emailsubject','Comment on {1}','vbulletin','vBulletin Solutions',1360246437,'5.0.4 Alpha 1'),(4831,-1,'comment_thread_gemailsubject','emailsubject','Comment on {1}','vbulletin','vBulletin Solutions',1360246437,'5.0.4 Alpha 1'),(4832,-1,'contactus_gemailsubject','emailsubject','{1} Contact Us Form - {2}','vbulletin','',1344335142,'5.0.0 Alpha 33'),(4833,-1,'digestforum_gemailsubject','emailsubject','\"{1}\" update','vbulletin','',1335444249,'5.0.0 Alpha 23'),(4834,-1,'digestgroup_gemailsubject','emailsubject','\"{1}\" update','vbulletin','',1335444757,'5.0.0 Alpha 23'),(4835,-1,'digestthread_gemailsubject','emailsubject','\"{1}{2}\" update','vbulletin','',1335445262,'5.0.0 Alpha 23'),(4836,-1,'follow_approve_gemailsubject','emailsubject','Approved subscribe request at {1}','vbulletin','vBulletin Solutions',1347017984,'5.0.0 Beta 21'),(4837,-1,'follow_request_gemailsubject','emailsubject','New follow request on {1}','vbulletin','vBulletin Solutions',1347012307,'5.0.0 Beta 21'),(4838,-1,'infraction_post_infraction','emailsubject','Infraction Reversed','vbulletin','vBulletin Solutions',1149280395,'3.6.0 Beta 1'),(4839,-1,'infraction_post_warning','emailsubject','Warning Reversed','vbulletin','vBulletin Solutions',1149280385,'3.6.0 Beta 1'),(4840,-1,'infraction_received_gemailsubject','emailsubject','You have received an infraction at $vboptions[bbtitle]','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4841,-1,'infraction_thread_infraction','emailsubject','Infraction for $infractioninfo[username]: $infractioninfo[title]','vbulletin','vBulletin Solutions',1150319686,'3.6.0 Beta 3'),(4842,-1,'infraction_thread_warning','emailsubject','Warning for $infractioninfo[username]: $infractioninfo[title]','vbulletin','vBulletin Solutions',1150319697,'3.6.0 Beta 3'),(4843,-1,'like_gemailsubject','emailsubject','You have received a new like on {1}','vbulletin','vBulletin Solutions',1360246295,'5.0.1 Alpha 2'),(4844,-1,'lostpw_gemailsubject','emailsubject','Your login details for {1}','vbulletin','',1335445534,'5.0.0 Alpha 23'),(4845,-1,'moderation_deleted_gemailsubject','emailsubject','Account removed at {1}!','vbulletin','',1335445786,'5.0.0 Alpha 23'),(4846,-1,'moderation_request_gemailsubject','emailsubject','New moderation request on {1}','vbulletin','vBulletin Solutions',1357612913,'5.0.0 Beta 26'),(4847,-1,'moderation_validated_gemailsubject','emailsubject','Account validated at {1}!','vbulletin','',1335446179,'5.0.0 Alpha 23'),(4848,-1,'newuser_gemailsubject','emailsubject','New User at {1}','vbulletin','vBulletin Solutions',1360052150,'5.0.1 Alpha 2'),(4849,-1,'ownership_request_gemailsubject','emailsubject','New ownership request on {1}','vbulletin','vBulletin Solutions',1357613198,'5.0.0 Beta 26'),(4850,-1,'paidsubscription_reminder_gemailsubject','emailsubject','Paid Subscription Expiry Notice','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4851,-1,'parentcoppa_profile_gemailsubject','emailsubject','{1}\'s account at {2}','vbulletin','',1335503535,'5.0.0 Alpha 23'),(4852,-1,'parentcoppa_register_gemailsubject','emailsubject','{1}\'s account at {2}','vbulletin','',1335503797,'5.0.0 Alpha 23'),(4853,-1,'payment_received_gemailsubject','emailsubject','Paid Subscription Received at {1}','vbulletin','',1335504255,'5.0.0 Alpha 23'),(4854,-1,'payment_reversed_gemailsubject','emailsubject','Paid Subscription Reversed at {1}','vbulletin','',1335504353,'5.0.0 Alpha 23'),(4855,-1,'pmboxalmostfull_gemailsubject','emailsubject','Inbox almost full at {1}','vbulletin','',1335504799,'5.0.0 Alpha 23'),(4856,-1,'pmboxfull_gemailsubject','emailsubject','Inbox full at {1}','vbulletin','',1335505043,'5.0.0 Alpha 23'),(4857,-1,'privatemessage_gemailsubject','emailsubject','New private message on {1}','vbulletin','vBulletin Solutions',1347021574,'5.0.0 Beta 21'),(4858,-1,'reminder_gemailsubject','emailsubject','Upcoming events at {1}','vbulletin','',1335505777,'5.0.0 Alpha 23'),(4859,-1,'reply_post_gemailsubject','emailsubject','Reply to {1}','vbulletin','vBulletin Solutions',1346928367,'5.0.4 Alpha 1'),(4860,-1,'reply_thread_gemailsubject','emailsubject','Reply to {1}','vbulletin','vBulletin Solutions',1346928367,'5.0.4 Alpha 1'),(4861,-1,'reportitem_newpost_gemailsubject','emailsubject','Reported Item','vbulletin','vBulletin Solutions',1196369371,'5.0.0 Alpha 8'),(4862,-1,'reportpost_gemailsubject','emailsubject','Reported Post from {1}','vbulletin','vBulletin Solutions',1360331482,'5.0.1 Alpha 2'),(4863,-1,'reportpost_newthread_gemailsubject','emailsubject','Reported Post by {1}','vbulletin','vBulletin Solutions',1360331589,'5.0.1 Alpha 2'),(4864,-1,'resetpw_gemailsubject','emailsubject','Your new password for {1}','vbulletin','',1335506419,'5.0.0 Alpha 23'),(4865,-1,'visitormessage_gemailsubject','emailsubject','Received visitor message','vbulletin','vBulletin Solutions',1347005361,'5.0.0 Beta 21'),(4866,-1,'vote_gemailsubject','emailsubject','Vote on {1}','vbulletin','vBulletin Solutions',1346943617,'5.0.0 Beta 21'),(4867,-1,'warning_received_gemailsubject','emailsubject','You have received a warning at $vboptions[bbtitle]','vbulletin','',1142519066,'5.0.0 Alpha 8'),(4868,-1,'welcomemail_gemailsubject','emailsubject','Welcome to {1}!','vbulletin','vBulletin Solutions',1344986858,'5.0.0 Alpha 34'),(4869,-1,'welcomepm_gemailsubject','emailsubject','Welcome to {1}','vbulletin','',1335506718,'5.0.0 Alpha 23'),(4870,-1,'activate_deleterequest','error','You are going to delete the activation request.<br />\r\nThis will effectively suspend your account and you will not receive further emails.<br />\r\n<br />\r\nIf you instead want to activate your account, please click <a href=\"/registration/activateUser?a=act&i={1}&u={2}\">here</a>.<br />\r\n<br />\r\n<strong><a href=\"registration/killActivation?i={1}&u={2}\">Delete the activation request</a></strong>','vbulletin','vBulletin Solutions',1163415387,'5.0.0 Beta 11'),(4871,-1,'activate_moderation','error','Your account has been activated but you are currently in the moderation queue to be added to the forum.','vbulletin','',0,''),(4872,-1,'activate_requestdeleted','error','The activation request has been deleted. You will not receive further emails.','vbulletin','',0,''),(4873,-1,'activate_wrongusergroup','error','Your account has already been activated so please try logging in.','vbulletin','',0,''),(4874,-1,'added_hook_successfully','error','Hook Added Successfully','vbulletin','',1340581752,'5.0.0 Alpha 28'),(4875,-1,'additional_products_disable_x_y','error','The following products depend on <em>{1}</em> and must also be disabled:\r\n<ol>{2}</ol>\r\nTo continue disabling all these products, <a href=\"{3}\">click here</a>.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4876,-1,'additional_products_enable_x_y','error','The following products are required by <em>{1}</em> and must also be enabled:\r\n<ol>{2}</ol>\r\nTo continue enabling all these products, <a href=\"{3}\">click here</a>.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4877,-1,'after_upgrade_360rc1','error','<strong>As of vBulletin 3.6.0 RC1</strong>\r\n<ul>\r\n <li>The <strong>Allow Signatures</strong> option has been removed. If you had this option disabled, you should use signature permissions to deny signatures for specific usergroups.</li>\r\n</ul>','vbulletin','vBulletin Solutions',1152214461,'3.6.0 Release Candidate 1'),(4878,-1,'after_upgrade_36_update_counters','error','After upgrading to vBulletin 3.6, you <strong>must</strong> rebuild topic information and then forum information on <a href=\"misc.php?do=chooser\">this page</a>.<br />\r\n<br />\r\nClick \"Address\" to rebuild topic information now. Once this has completed, you should still rebuild forum information!','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4879,-1,'after_upgrade_37_image_verification_disabled','error','vBulletin 3.7 removes the \"Simple Type\" option for GD-based image verification as it was not reliable at stopping bots. An alternative method for image verification is available, but your server does not appear to be compatible with this method.<br />\r\n<br />\r\nHuman verification is currently disabled. If you wish to verify that visitors are human, please select an alternative verification method by clicking \"Address\".','vbulletin','vBulletin Solutions',1210088263,'3.7.1'),(4880,-1,'after_upgrade_37_moderator_permissions','error','vBulletin 3.7 adds additional moderator permissions. Values for these new permissions were determined based on existing permissions. Please review these permissions to ensure that they are correct.','vbulletin','vBulletin Solutions',1209462374,'3.7.0'),(4881,-1,'after_upgrade_37_modified_css','error','You have one or more styles with custom CSS in the first (upper) <em>Additional CSS Definitions</em> field. You should move these custom declarations to the second (lower) field. Modified text will appear in RED and needs to be reverted after moving the custom CSS to the second field.<br /><br />\r\n\r\nFailure to do this will most likely result in the HTML of your forum not being presented properly.','vbulletin','vBulletin Solutions',1201305954,'3.7.0 Beta 5'),(4882,-1,'after_upgrade_37_update_counters','error','After upgrading to vBulletin 3.7, you <strong>must</strong> rebuild topic information and then forum information on <a href=\"misc.php?do=chooser\">this page</a>.<br />\r\n<br />\r\nClick \"Address\" to rebuild topic information now. Once this has completed, you should still rebuild forum information!','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4883,-1,'after_upgrade_37_update_faq','error','After upgrading to vBulletin 3.7, you <strong>must</strong> update the help phrases.<br /><br />Click \"Address\" to update the help information now.','vbulletin','vBulletin Solutions',1193148391,'5.0.1 Alpha 2'),(4884,-1,'all_phrases_are_up_to_date','error','All phrases are up-to-date.','vbulletin','',1142519066,'3.6.0 Beta 1'),(4885,-1,'all_post_icons_added','error','There are no further post icons to insert from this directory','vbulletin','',0,''),(4886,-1,'all_smilies_added','error','There are no further smilies to insert from this directory','vbulletin','',0,''),(4887,-1,'all_templates_are_up_to_date','error','All templates are up-to-date.','vbulletin','vBulletin Solutions',1210604189,'3.7.1'),(4888,-1,'api_key_generated_successfully','error','API Key has been generated successfully.','vbulletin','',1286982771,'4.0.9 Beta 1'),(4889,-1,'attachments_moved_to_the_database','error','Attachments Successfully Moved to the Database','vbulletin','',0,''),(4890,-1,'attachments_moved_to_the_filesystem','error','Attachments Successfully Moved to the Filesystem\r\n<br />\r\n<br />\r\nYou should now <a href=\"repair.php?{1}do=list\">Optimize</a> your <b>attach</b> table to reclaim space that was used by the attachments that are no longer there.','vbulletin','vBulletin Solutions',1351887554,'5.0.0 Beta 18'),(4891,-1,'attachments_not_moved_to_the_filesystem','error','You have chosen to not finalize the attachment move to the filesystem. Your attachments are still in the database, from which they will be read from. You probably have left orphans files and directories in the path you specified to receive the attachments. You will need to manually clear these files if you wish to free up that space.','vbulletin','',0,''),(4892,-1,'attachpathfailed','error','Could not create file system directory to hold your attachment.','vbulletin','',0,''),(4893,-1,'avatarpath_not_writable','error','The avatar thumbnail directory at /images/avatars/thumbs is not writable. Please contact your host for assistance. Thumbnails cannot be created until this issue is resolved.','vbulletin','vBulletin Solutions',1194032793,'3.7.0 Beta 1'),(4894,-1,'bademail','error','You entered an invalid email address.','vbulletin','',0,''),(4895,-1,'badlogin','error','You have entered an invalid username or password. Please enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!','vbulletin','vBulletin Solutions',1329338585,'5.0.0 Alpha 28'),(4896,-1,'badlogin_passthru','error','You have entered an invalid username or password. Please enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!','vbulletin','vBulletin Solutions',1329338585,'5.0.0 Alpha 18'),(4897,-1,'badlogin_strikes','error','You have entered an invalid username or password. Please enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!<br /><br />\r\nYou have used {2} out of 5 login attempts. After all 5 have been used, you will be unable to login for 15 minutes.','vbulletin','vBulletin Solutions',1329338585,'5.0.0 Alpha 28'),(4898,-1,'badlogin_strikes_passthru','error','You have entered an invalid username or password. Please enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!<br /><br />\r\nYou have used {2} out of 5 login attempts. After all 5 have been used, you will be unable to login for 15 minutes.','vbulletin','',1329338585,'5.0.0 Alpha 18'),(4899,-1,'badmsn','error','You entered an invalid MSN handle.','vbulletin','vBulletin Solutions',1329338585,'5.0.0 Alpha 18'),(4900,-1,'badpassword','error','The password you have entered does not match your current one. Please enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!','vbulletin','vBulletin Solutions',1329338585,'5.0.0 Alpha 28'),(4901,-1,'badprivacyoptions','error','Privacy options are invalid.','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4902,-1,'badskype','error','You entered an invalid Skype name.','vbulletin','',0,''),(4903,-1,'ban_reason_updated','error','The ban reason has been updated.','vbulletin','',1201013062,'3.7.0 Beta 5'),(4904,-1,'banemail','error','The administrator has banned your email address. You will need to change your email address in order to continue. If you think this is done in error, please click <a href=\"{1}\">here</a> to contact the administrator.','vbulletin','',1248366598,'4.0.0 Alpha 1'),(4905,-1,'banip','error','The administrator has banned your IP address. To contact the administrator click <a href=\"{1}\">here</a>','vbulletin','vBulletin Solutions',1350922392,'5.0.0 Beta 17'),(4906,-1,'banuser_x_full_y_z','error','You have been banned by {1} for the following reason:<br /><strong>{2}</strong><br /><br />The ban will be lifted on <b>{3}</b>.','vbulletin','vBulletin Solutions',1350922392,'5.0.0 Beta 17'),(4907,-1,'banuser_x_liftdate_y','error','You have been banned by {1}.<br /><br />The ban will be lifted on <b>{2}</b>.','vbulletin','vBulletin Solutions',1350922392,'5.0.0 Beta 17'),(4908,-1,'banuser_x_permanently_no_reason_y','error','You have been permanently banned by {1}.','vbulletin','vBulletin Solutions',1350922392,'5.0.0 Beta 17'),(4909,-1,'banuser_x_permanently_reason_y','error','You have been permanently banned by {1} for the following reason:<br /><strong>{2}</strong>.','vbulletin','vBulletin Solutions',1350922392,'5.0.0 Beta 17'),(4910,-1,'begin_date_after_end_date','error','The begin date cannot fall after the end date.','vbulletin','',0,''),(4911,-1,'birthdayfield','error','You have entered an invalid birthday.','vbulletin','',0,''),(4912,-1,'bitfield_conflicts_x','error','A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:\r\n<ul>\r\n{1}\r\n</ul>','vbulletin','vBulletin Solutions',1158145033,'3.6.1'),(4913,-1,'blog_channel_not_set','error','The Channel for Blogs has not been set. Please contact the site administrator and tell them how you received this message.','vbulletin','',1329926183,'5.0.0 Alpha 19'),(4914,-1,'calendarbaddate','error','You entered an invalid date.','vbulletin','',0,''),(4915,-1,'calendarbadtime','error','<p>Incorrect time chosen. Make sure that a valid <i>from</i> time and <i>to</i> time is set in one of the following formats:</p>\r\n<p>23:00</p>\r\n<p>3:00</p>\r\n<p>5:00pm</p>','vbulletin','vBulletin Solutions',1265747713,'4.0.3'),(4916,-1,'calendareventexists','error','This event appears to already exist. You probably pressed submit more than once.','vbulletin','',0,''),(4917,-1,'calendarnorecur','error','No recurring event will occur for the date range you specified.','vbulletin','',0,''),(4918,-1,'calendartodate','error','The <b>TO</b> date cannot fall before the <b>FROM</b> date.','vbulletin','',0,''),(4919,-1,'can_not_duplicate_options','error','You can not have duplicate options with this field type.','vbulletin','vBulletin Solutions',1199987993,'3.7.0 Beta 4'),(4920,-1,'can_not_remove_default_channel','error','You can not permanently remove a default channel.','vbulletin','vBulletin Solutions',1378853602,'5.0.6 Alpha 1'),(4921,-1,'can_not_use_animated_channel_icon','error','You can not use animated channel icons.','vbulletin','vBulletin Solutions',1358379688,'5.0.0 Beta 27'),(4922,-1,'can_not_use_channel_icon','error','You can not use channel icons.','vbulletin','vBulletin Solutions',1358379688,'5.0.0 Beta 27'),(4923,-1,'cannot_delete_last_social_group_category','error','You cannot delete the last Group category.','vbulletin','',1260377337,'4.0.0 Release Candidate 2'),(4924,-1,'cannot_edit_group_info','error','You cannot edit the info of the group.','vbulletin','vBulletin Solutions',1353007649,'5.0.0 Beta 20'),(4925,-1,'cant_add_channel_to_root','error','Sorry, you can\'t add a top level Channel.','vbulletin','vBulletin Solutions',1352142324,'5.0.0 Beta 19'),(4926,-1,'cant_add_usergroup_leader','error','You can\'t add a usergroup leader to the specified user group','vbulletin','',0,''),(4927,-1,'cant_change_top_level','error','Can\'t change the top level channel.','vbulletin','vBulletin Solutions',1352149246,'5.0.0 Beta 19'),(4928,-1,'cant_de_admin_last_admin','error','You are trying to remove control panel access for the last administrative user.<br />\r\n<br />\r\nThis would lock you out of the control panel, so you cannot proceed','vbulletin','',0,''),(4929,-1,'cant_delete_default_language','error','You may not delete or disable user access to the language you have set as the default language for your forum. If you want to delete or disable user access to this language, please set another language to be the default language first.','vbulletin','',0,''),(4930,-1,'cant_delete_default_style','error','The default style set within the vBulletin Options cannot be deleted. Please change this before attempting to delete the style.','vbulletin','',0,''),(4931,-1,'cant_delete_last_admin','error','You are trying to delete the last administrative user.<br /> <br /> This would lock you out of the control panel, so you cannot proceed','vbulletin','',0,''),(4932,-1,'cant_delete_last_admin_group','error','You are about to remove the last group with control panel access. This would lock you out of the control panel - you cannot proceed','vbulletin','',0,''),(4933,-1,'cant_delete_last_language','error','You cannot delete the last language installed on your forum','vbulletin','',0,''),(4934,-1,'cant_delete_last_style','error','You are about to remove the last style that visitors are allowed to use. That would be bad - you cannot proceed','vbulletin','',0,''),(4935,-1,'cant_delete_master_phrase','error','This phrase belongs to the Master Language. You may not delete it.','vbulletin','',0,''),(4936,-1,'cant_delete_top_level','error','Can\'t delete top level channels.','vbulletin','vBulletin Solutions',1352149965,'5.0.0 Beta 19'),(4937,-1,'cant_delete_usergroup','error','You are not authorized to delete this Usergroup','vbulletin','',0,''),(4938,-1,'cant_overwrite_non_existent_language','error','Sorry, you can\'t overwrite a language that does not exist','vbulletin','',0,''),(4939,-1,'cant_overwrite_non_existent_style','error','Sorry, you can\'t overwrite a style that does not exist','vbulletin','',0,''),(4940,-1,'cant_parent_faq_item_to_child','error','You can\'t parent a help item to one of its own children','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(4941,-1,'cant_parent_faq_item_to_self','error','You can\'t parent a help item to itself','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(4942,-1,'cant_parent_style_to_self','error','You can\'t parent a style to itself','vbulletin','',0,''),(4943,-1,'cant_parent_x_to_child','error','You can\'t parent a {1} to one of its own children','vbulletin','',0,''),(4944,-1,'cant_promote_tag_to_tag','error','You can\'t promote tags to tags','vbulletin','',1342769152,'5.0.0 Alpha 30'),(4945,-1,'cant_remove_last_post_icon_category','error','You cannot delete the last post icon category','vbulletin','',0,''),(4946,-1,'cant_remove_last_smilie_category','error','You cannot delete the last smilie category','vbulletin','',0,''),(4947,-1,'cant_set_cookies','error','Unable to add cookies, header already sent.<br />\r\nFile: {1}<br />\r\nLine: {2}<br />','vbulletin','',0,''),(4948,-1,'censorfield','error','One of the fields that you have entered for your profile contains words that have been added to the list of disallowed words by the administrator. Please correct any words that you think might be on the list. If the problem persists, please contact the <a href=\"{1}\">administrator</a>.','vbulletin','',0,''),(4949,-1,'checkboxsize','error','You may only select {1} option(s) for the {2} field.','vbulletin','',0,''),(4950,-1,'completed_search_successfully','error','Completed Search Successfully','vbulletin','',0,''),(4951,-1,'completed_x_successfully','error','Completed {1} Successfully','vbulletin','',0,''),(4952,-1,'cookieclear','error','All cookies cleared!\r\n<ul>\r\n<li><a href=\"{1}\">Return to the page you were previously viewing</a></li>\r\n<li><a href=\"{2}\">Go to forums index</a></li>\r\n</ul>','vbulletin','',1279808987,'4.1.1 Alpha 1'),(4953,-1,'could_not_cache_template','error','Could not cache templateid {1} in directory \'{2}\' as file \'{3}\'','vbulletin','vBulletin Solutions',1352837599,'5.0.0 Beta 23'),(4954,-1,'could_not_find','error','Could not find {1} with {2} = {3}.','vbulletin','',0,''),(4955,-1,'could_not_find_user_x','error','Could not find user \'{1}\'','vbulletin','',0,''),(4956,-1,'criteria_not_restrictive','error','Your criteria is not restrictive enough and might return too many results. Please restrict your criteria and try again.','vbulletin','vBulletin Solutions',1364848065,'5.0.3 Alpha 1'),(4957,-1,'dangerous_image_rejected','error','The file you are trying to upload is corrupted.','vbulletin','vBulletin Solutions',1367537746,'5.0.3 Alpha 3'),(4958,-1,'database_cant_escape_param','error','Can\'t escape the given parameter type:{1}','vbulletin','vBulletin Solutions',1352411860,'5.0.0 Beta 19'),(4959,-1,'dbalter_enum_field_not_enum','error','The field \'{1}\' specified is not of type enum.','vbulletin','vBulletin Solutions',1178881639,'3.6.6'),(4960,-1,'dbalter_enum_value_already_exists','error','The value \'{1}\' already exists within the enum field definition.','vbulletin','vBulletin Solutions',1178881723,'3.6.6'),(4961,-1,'dbalter_enum_value_does_not_exist','error','Could not find the enum value in the definition of the field: {1}','vbulletin','vBulletin Solutions',1178881698,'3.6.6'),(4962,-1,'dbalter_field_already_exists','error','Field Already Exists: {1}','vbulletin','',0,''),(4963,-1,'dbalter_field_does_not_exist','error','Field Does Not Exist: {1}','vbulletin','',0,''),(4964,-1,'dbalter_mysql','error','Mysql Error: {1}','vbulletin','',0,''),(4965,-1,'deleted_access_masks_successfully','error','Deleted Access Masks Successfully','vbulletin','',0,''),(4966,-1,'deleted_announcement_successfully','error','Deleted Announcement Successfully','vbulletin','',0,''),(4967,-1,'deleted_answer_successfully','error','Deleted Answer Successfully','vbulletin','vBulletin Solutions',1192563428,'3.7.0 Beta 1'),(4968,-1,'deleted_attachment_permissions_successfully','error','Deleted Attachment Permissions Successfully','vbulletin','vBulletin Solutions',1148072842,'3.6.0 Beta 1'),(4969,-1,'deleted_attachment_successfully','error','Deleted Attachment Successfully','vbulletin','',0,''),(4970,-1,'deleted_attachment_type_successfully','error','Deleted Attachment Type Successfully','vbulletin','',0,''),(4971,-1,'deleted_attachments_successfully','error','Deleted Attachments Successfully','vbulletin','',0,''),(4972,-1,'deleted_automatic_ban_successfully','error','Deleted Automatic Ban Successfully','vbulletin','vBulletin Solutions',1157413262,'3.6.1'),(4973,-1,'deleted_category_successfully_gerror','error','Deleted Category Successfully','vbulletin','',1320280989,'5.0.0 Alpha 8'),(4974,-1,'deleted_channel_permissions_successfully','error','Deleted Channel Permissions Successfully','vbulletin','',1322764247,'5.0.0 Alpha 10'),(4975,-1,'deleted_channel_successfully','error','Deleted Channel Successfully','vbulletin','',1324062745,'5.0.0 Alpha 13'),(4976,-1,'deleted_comment_question','error','This comment has been \'deleted\'. Would you like to...','vbulletin','',1344879830,'5.0.0 Alpha 33'),(4977,-1,'deleted_duplicate_threads_successfully','error','Deleted Duplicate Topics Successfully.<br /><br />It is recommended that you <a href=\"misc.php?do=chooser\">Rebuild Forum Information</a> now.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(4978,-1,'deleted_faq_item_successfully','error','Deleted Help Item Successfully','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(4979,-1,'deleted_file_successfully','error','Deleted File Successfully','vbulletin','',0,''),(4980,-1,'deleted_forum_permissions_successfully','error','Deleted Forum Permissions Successfully','vbulletin','',0,''),(4981,-1,'deleted_holiday_successfully','error','Deleted Holiday Successfully','vbulletin','',0,''),(4982,-1,'deleted_hook_successfully','error','Hook Deleted Successfully','vbulletin','',1340581422,'5.0.0 Alpha 28'),(4983,-1,'deleted_infraction_group_successfully','error','Deleted Infraction Group Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(4984,-1,'deleted_infraction_level_successfully','error','Deleted Infraction Level Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(4985,-1,'deleted_infraction_successfully','error','Deleted Infraction Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(4986,-1,'deleted_language_successfully','error','Deleted Language Successfully','vbulletin','',0,''),(4987,-1,'deleted_moderator_successfully','error','Deleted Moderator Successfully','vbulletin','',0,''),(4988,-1,'deleted_moderators_successfully','error','Deleted Moderators Successfully','vbulletin','',0,''),(4989,-1,'deleted_notice_successfully','error','Deleted Notice Successfully','vbulletin','vBulletin Solutions',1189782393,'3.6.8'),(4990,-1,'deleted_option_successfully','error','Deleted Option Successfully','vbulletin','',0,''),(4991,-1,'deleted_orphan_posts_successfully','error','Deleted Orphan Posts Successfully.','vbulletin','',0,''),(4992,-1,'deleted_paymentapi_successfully','error','Deleted Payment API Successfully','vbulletin','',0,''),(4993,-1,'deleted_phrase_successfully','error','Deleted Phrase Successfully','vbulletin','',0,''),(4994,-1,'deleted_post_icon_successfully','error','Deleted Post Icon Successfully','vbulletin','',0,''),(4995,-1,'deleted_private_messages_successfully','error','Deleted Private Messages Successfully','vbulletin','',0,''),(4996,-1,'deleted_profile_field_category_successfully','error','Deleted user profile field category successfully','vbulletin','vBulletin Solutions',1176908676,'3.6.6'),(4997,-1,'deleted_promotion_successfully','error','Deleted Promotion Successfully','vbulletin','',0,''),(4998,-1,'deleted_question_successfully','error','Deleted Question Successfully','vbulletin','vBulletin Solutions',1192564130,'3.7.0 Beta 1'),(4999,-1,'deleted_reply_question','error','This reply has been \'deleted\'. Would you like to...','vbulletin','',1344879830,'5.0.0 Alpha 33'),(5000,-1,'deleted_reputation_level_successfully','error','Deleted Reputation Level Successfully','vbulletin','',0,''),(5001,-1,'deleted_reputation_successfully','error','Deleted Reputation Successfully','vbulletin','',0,''),(5002,-1,'deleted_rssfeed_x_successfully','error','Deleted RSS Feed \'{1}\' Successfully','vbulletin','vBulletin Solutions',1149590407,'3.6.0 Beta 1'),(5003,-1,'deleted_scheduled_task_successfully','error','Deleted Scheduled Task Successfully','vbulletin','',0,''),(5004,-1,'deleted_setting_group_successfully','error','Deleted Setting Group Successfully','vbulletin','',0,''),(5005,-1,'deleted_setting_successfully','error','Deleted Setting Successfully','vbulletin','',0,''),(5006,-1,'deleted_smilie_successfully','error','Deleted Smilie Successfully','vbulletin','',0,''),(5007,-1,'deleted_subscription_permissions_successfully','error','Deleted Subscription Permissions Successfully','vbulletin','vBulletin Solutions',1146676227,'3.6.0 Beta 1'),(5008,-1,'deleted_subscription_successfully','error','Deleted Subscription Successfully','vbulletin','',0,''),(5009,-1,'deleted_subscriptions_successfully','error','Deleted Subscriptions Successfully','vbulletin','',0,''),(5010,-1,'deleted_topic_question','error','This topic has been \'deleted\'. Would you like to...','vbulletin','',1344879830,'5.0.0 Alpha 33'),(5011,-1,'deleted_topic_successfully','error','Deleted Topic Successfully','vbulletin','',0,''),(5012,-1,'deleted_user_profile_field_successfully','error','Deleted User Profile Field Successfully','vbulletin','',0,''),(5013,-1,'deleted_user_rank_successfully','error','Deleted User Rank Successfully','vbulletin','',0,''),(5014,-1,'deleted_user_successfully','error','Deleted User Successfully','vbulletin','',0,''),(5015,-1,'deleted_user_title_successfully','error','Deleted User Title Successfully','vbulletin','',0,''),(5016,-1,'deleted_usergroup_leader_successfully','error','Deleted Usergroup Leader Successfully','vbulletin','',0,''),(5017,-1,'deleted_usergroup_successfully','error','Deleted Usergroup Successfully','vbulletin','',0,''),(5018,-1,'deleted_visitor_messages_successfully','error','Deleted Visitor Messages Successfully','vbulletin','vBulletin Solutions',1222175002,'4.0.0 Alpha 1'),(5019,-1,'deleted_x_pms_y_pmtexts_and_z_receipts','error','Deleted {1} private messages, {2} pmtext records and {3} receipts','vbulletin','',0,''),(5020,-1,'dependencies_not_met_x','error','The following dependencies were not met:\r\n{1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(5021,-1,'did_not_select_any_valid_prefixes_to_copy_to','error','You did not select any valid prefixes to copy to.','vbulletin','vBulletin Solutions',1216744422,'3.8.0 Alpha 1'),(5022,-1,'did_not_select_merge_notifications_dismiss','error','You did not select any template merge notifications to dismiss.','vbulletin','vBulletin Solutions',1233674507,'4.0.0 Alpha 1'),(5023,-1,'disabled_product_x_y_z','error','Disabled Product: {1} ({2})<br /><br />{3}','vbulletin','vBulletin Solutions',1288121840,'4.0.9 Beta 1'),(5024,-1,'download_contains_no_customizations','error','The item you are attempting to download contains no customizations.','vbulletin','',0,''),(5025,-1,'duplicate_post','error','This post is a duplicate of a post that you have posted in the last five minutes.','vbulletin','vBulletin Solutions',1155227415,'3.6.1'),(5026,-1,'duplicated_permissions_successfully','error','Duplicated Permissions Successfully','vbulletin','',0,''),(5027,-1,'duplicated_prefix_permissions','error','Duplicated Prefix Permissions','vbulletin','vBulletin Solutions',1216744446,'3.8.0 Alpha 1'),(5028,-1,'emailchanged','error','Thank you, your email address has been updated to {1}.','vbulletin','vBulletin Solutions',1154126580,'3.6.0'),(5029,-1,'emailfloodcheck','error','This forum requires that you wait {1} seconds between sending emails. Please try again in {2} seconds.','vbulletin','',0,''),(5030,-1,'emails_sent_successfully','error','Emails Sent Successfully','vbulletin','',0,''),(5031,-1,'emailtaken','error','The email address you entered is already in use. If you have forgotten your password, please click <a href=\"lostpw\">here</a>.','vbulletin','',1345737592,'5.0.0 Alpha 37'),(5032,-1,'emailtaken_search_here','error','The email address you entered is already in use. You may search for any users using this email address <a href=\"user.php?{1}do=find&user[email]={2}\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',1200913551,'3.7.0 Beta 4'),(5033,-1,'emptied_search_index_successfully','error','Emptied Search Index Successfully','vbulletin','',0,''),(5034,-1,'empty_if_condition','error','An empty or invalid \'if\' condition was found.','vbulletin','',1347663343,'5.0.0 Beta 11'),(5035,-1,'enabled_disabled_scheduled_task_successfully','error','Enabled / Disabled Scheduled Task Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5036,-1,'enter_cost_information_for_subscription_x','error','Enter the cost information for subscription: {1}','vbulletin','vBulletin Solutions',1164210348,'3.6.4'),(5037,-1,'enter_current_password','error','Please enter your current password','vbulletin','',1340000000,'5.0.0 Alpha 37'),(5038,-1,'enter_subscription_length_for_subscription_x','error','Enter the subscription length for subscription: {1}','vbulletin','vBulletin Solutions',1164210359,'3.6.4'),(5039,-1,'error_404','error','Page Not Found','vbulletin','',1241616261,'4.0.0 Alpha 1'),(5040,-1,'error_404_description','error','The page that you have requested was not found. If you followed a valid link, please notify the <a href=\"{2}\">administrator</a>.<br /><br />\r\n<a href=\"{1}\">Home</a>','vbulletin','',1241711640,'4.0.0 Alpha 1'),(5041,-1,'error_409_description','error','An unknown error has occurred with your submission. Please <a href=\"{1}\">try again</a>. If this error continues to occur, please notify the <a href=\"{3}\">administrator</a>.<br /><br />\r\n<a href=\"{2}\">Home</a>','vbulletin','',1345047926,'5.0.0 Alpha 35'),(5042,-1,'error_500','error','Internal Error','vbulletin','',1241616356,'4.0.0 Alpha 1'),(5043,-1,'error_500_description','error','An unexpected error has occurred. Please <a href=\"{1}\">try again</a> later. If this error continues to occur, please notify the <a href=\"{3}\">administrator</a>.<br /><br />\r\n<a href=\"{2}\">Home</a>','vbulletin','',1345047986,'5.0.0 Alpha 35'),(5044,-1,'error_in_template_x_y','error','The following error occurred when attempting to evaluate the template \'{1}\':<br />{2}<br />This is likely caused by a malformed conditional statement.','vbulletin','',0,''),(5045,-1,'error_loading_editor','error','Error loading editor.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5046,-1,'error_loading_preview','error','Error Loading Preview','vbulletin','',1348525964,'5.0.0 Beta 12'),(5047,-1,'error_parsing_bbcode_for_preview','error','Error parsing content for preview.','vbulletin','vBulletin Solutions',1361991522,'5.0.1 Alpha 2'),(5048,-1,'error_writing_x','error','Error Writing {1}. You Can See More Information Above','vbulletin','',0,''),(5049,-1,'errormsg','error','An error occured: {1}','vbulletin','vBulletin Solutions',1350693698,'5.0.0 Beta 17'),(5050,-1,'event_already_complete','error','This event has already been marked as complete by {1}, {2} at {3}','vbulletin','',0,''),(5051,-1,'exceeded_timelimit_editing_thread_title','error','Exceeded the time limit on editing of topic title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5052,-1,'expression_contains_backticks_x_please_rewrite_without','error','The following template conditional expression contains back-ticks (`):<br />\r\n<br />\r\n<code>{1}</code><br />\r\n<br />\r\nThe use of back-ticks is forbidden. Please go back and re-write the conditional expression without using them.','vbulletin','vBulletin Solutions',1209205296,'3.7.0'),(5053,-1,'external_js_disabled','error','External Javascript feature is disabled.','vbulletin','vBulletin Solutions',1377193232,'5.0.6 Alpha 1'),(5054,-1,'external_rss_disabled','error','External RSS feature is disabled.','vbulletin','vBulletin Solutions',1377193232,'5.0.6 Alpha 1'),(5055,-1,'external_view_this_blog_rss_feed','error','View this blog\'s RSS feed.','vbulletin','vBulletin Solutions',1379099995,'5.0.6 Alpha 1'),(5056,-1,'external_view_this_forum_rss_feed','error','View this forum\'s RSS feed.','vbulletin','vBulletin Solutions',1377759141,'5.0.6 Alpha 1'),(5057,-1,'external_view_this_group_rss_feed','error','View this group\'s RSS feed.','vbulletin','vBulletin Solutions',1379101237,'5.0.6 Alpha 1'),(5058,-1,'external_x_hyphen_y','error','{1} - {2}','vbulletin','vBulletin Solutions',1377306428,'5.0.6 Alpha 1'),(5059,-1,'external_xml_disabled','error','External XML feature is disabled.','vbulletin','vBulletin Solutions',1377193232,'5.0.6 Alpha 1'),(5060,-1,'facebook_account_already_registered','error','Sorry, that facebook account is already associated with a different user.','vbulletin','',1268246988,'4.0.4'),(5061,-1,'facebookuseridmismatch','error','Sorry, that facebook user does not match what we have on record, please try again.','vbulletin','',1268247007,'4.0.4'),(5062,-1,'faq_text_not_safe','error','The text for the help entry contains potentially unsafe code. Text in curly style php string substitution expressions (like {$vbulletin->somevalue}) is only allowed to contain the characters in a-z, A-Z, 0-9, square brackets ( [] ), and quotes ( \"\' ). This prevents possible arbitrary code execution when the phrase is processed.','vbulletin','vBulletin Solutions',1270152195,'5.0.1 Alpha 2'),(5063,-1,'fieldmissing','error','You have left a required field blank.','vbulletin','',0,''),(5064,-1,'fieldmissing_email','error','Please complete the required field \"Email\".','vbulletin','',0,''),(5065,-1,'fieldmissing_parentemail','error','Please complete the required field \"Parent Email\".','vbulletin','',0,''),(5066,-1,'fieldmissing_username','error','Please complete the required field \"Username\".','vbulletin','',0,''),(5067,-1,'file_x_already_exists','error','The file {1} already exists.','vbulletin','',0,''),(5068,-1,'forum_cant_have_password','error','The administrator has specified that this forum may not be password-protected','vbulletin','',0,''),(5069,-1,'forum_is_a_category_allow_posting','error','You have selected a forum that is a category. Please select a forum that allows posting.','vbulletin','vBulletin Solutions',1152530479,'3.6.0 Release Candidate 1'),(5070,-1,'forumclosed','error','Sorry! This forum is not accepting new posts.','vbulletin','',0,''),(5071,-1,'forumpasswordmissing','error','<p>Your administrator has required a password to access this forum. Please enter this password now.<br />\r\nNote: This requires cookies!</p>\r\n\r\n<form action=\"{7}\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"{1}\" />\r\n<input type=\"hidden\" name=\"do\" value=\"doenterpwd\" />\r\n<input type=\"hidden\" name=\"url\" value=\"{2}\" />\r\n<input type=\"hidden\" name=\"forumid\" value=\"{3}\" />\r\n<input type=\"hidden\" name=\"forceredirect\" value=\"1\" />\r\n{4}\r\n\r\n<table cellpadding=\"{5}\" cellspacing=\"{6}\" border=\"0\" align=\"center\">\r\n<tr>\r\n <td><b>Password:</b></td>\r\n <td><input type=\"password\" autocomplete=\"off\" class=\"bginput\" name=\"newforumpwd\" /></td>\r\n <td><input type=\"submit\" class=\"button\" value=\"Login!\" accesskey=\"s\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>','vbulletin','vBulletin Solutions',1390249915,'5.1.0 Beta 1'),(5072,-1,'humanverify_image_wronganswer','error','The string you entered for the image verification did not match what was displayed.','vbulletin','vBulletin Solutions',1192648116,'3.7.0 Beta 1'),(5073,-1,'humanverify_missing','error','Missing human verification information.','vbulletin','vBulletin Solutions',1376953575,'5.0.5 Alpha 4'),(5074,-1,'humanverify_question_wronganswer','error','The answer given for the random question was incorrect.','vbulletin','vBulletin Solutions',1192574503,'3.7.0 Beta 1'),(5075,-1,'humanverify_recaptcha_challenge','error','Image verification unsuccessful due to incorrect reCAPTCHA™ challenge setting. Contact the admin.','vbulletin','vBulletin Solutions',1205929932,'3.7.0 Release Candidate 1'),(5076,-1,'humanverify_recaptcha_parameters','error','Image verification unsuccessful due to incorrect reCAPTCHA™ parameters. Contact the admin.','vbulletin','vBulletin Solutions',1205930038,'3.7.0 Release Candidate 1'),(5077,-1,'humanverify_recaptcha_privatekey','error','Image verification unsuccessful due to incorrect reCAPTCHA™ private key. Contact the admin.','vbulletin','vBulletin Solutions',1205930045,'3.7.0 Release Candidate 1'),(5078,-1,'humanverify_recaptcha_publickey','error','Image verification unsuccessful due to incorrect reCAPTCHA™ public key. Contact the admin.','vbulletin','vBulletin Solutions',1205930053,'3.7.0 Release Candidate 1'),(5079,-1,'humanverify_recaptcha_referrer','error','Image verification unsuccessful due to incorrect reCAPTCHA™ domain setting. Contact the admin.','vbulletin','vBulletin Solutions',1205930058,'3.7.0 Release Candidate 1'),(5080,-1,'humanverify_recaptcha_unreachable','error','Image verification could not be verified due to server issues. Please try again later.','vbulletin','vBulletin Solutions',1192648471,'3.7.0 Beta 1'),(5081,-1,'ignored_search_keywords','error','The following words are either very common, too long, or too short and were not included in your search: {1}','vbulletin','vBulletin Solutions',1354912861,'5.0.0 Beta 22'),(5082,-1,'im_error_bad_sharpen_x','error','ImageMagick sharpen error found: {1}','vbulletin','',1334001413,'5.0.0 Alpha 23'),(5083,-1,'im_error_cannot_read_font_x','error','ImageMagick Unable to read font. Error found: {1}','vbulletin','',1334001413,'5.0.0 Alpha 23'),(5084,-1,'im_exec_error_x','error','ImageMagick exec error found: {1}','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5085,-1,'image_resize_failed_x','error','Image resize failed: <pre>{1}</pre>','vbulletin','vBulletin Solutions',1145307709,'3.6.0 Beta 1'),(5086,-1,'images_moved_to_the_database','error','Images Successfully Moved to the Database','vbulletin','',0,''),(5087,-1,'images_moved_to_the_filesystem','error','Images Successfully Moved to the Filesystem','vbulletin','',0,''),(5088,-1,'incomplete_data','error','Incomplete data.','vbulletin','vBulletin Solutions',1361781027,'5.0.1 Alpha 2'),(5089,-1,'incorrect_color_mapping','error','Incorrect Color Mapping, please try again.','vbulletin','',1274110912,'4.0.4'),(5090,-1,'infraction_already_reversed','error','This infraction has already been reversed.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5091,-1,'install_ghostscript_to_resize_pdf','error','Ghostscript must be installed on the server to resize .pdf files.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5092,-1,'insufficient_data','error','Insufficient data to process this call.','vbulletin','vBulletin Solutions',1384211116,'5.1.0 Alpha 5'),(5093,-1,'invalid_action','error','Invalid Action Specified','vbulletin','',0,''),(5094,-1,'invalid_action_specified_gerror','error','Invalid Action Specified','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5095,-1,'invalid_array_specified','error','Invalid Array Specified','vbulletin','',0,''),(5096,-1,'invalid_attachments_specified','error','Invalid Attachments Specified','vbulletin','',0,''),(5097,-1,'invalid_ban_period_specified','error','Invalid Ban Period Specified','vbulletin','',0,''),(5098,-1,'invalid_banreason','error','Since this infraction will result in the user being banned you must give a ban reason, which the user will see on the no permission screen.','vbulletin','vBulletin Solutions',1157584172,'3.6.1'),(5099,-1,'invalid_channel_permissions_specified','error','Invalid Channel Permissions Specified','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5100,-1,'invalid_channel_specified','error','Invalid Channel Specified','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5101,-1,'invalid_contenttype_class_specified','error','Trying to get contenttype class id from invalid contenttype {1}','vbulletin','',1320280989,'5.0.0 Alpha 20'),(5102,-1,'invalid_currency','error','An invalid currency was selected.','vbulletin','',0,''),(5103,-1,'invalid_custom_infraction_description','error','Enter a description for this custom infraction','vbulletin','vBulletin Solutions',1149886072,'3.6.0 Beta 2'),(5104,-1,'invalid_data','error','Invalid data.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5105,-1,'invalid_data_requested','error','Invalid data requested.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5106,-1,'invalid_destination_username_specified','error','Invalid Destination Username Specified','vbulletin','',0,''),(5107,-1,'invalid_directory_specified','error','Invalid Directory Specified','vbulletin','',0,''),(5108,-1,'invalid_dm_value_x_y','error','Invalid value \'{2}\' for \'{1}\'','vbulletin','',1237387324,'4.0.0 Alpha 1'),(5109,-1,'invalid_email_specified','error','Invalid Email Specified','vbulletin','',0,''),(5110,-1,'invalid_extension_specified','error','Invalid Extension Specified','vbulletin','vBulletin Solutions',1148488646,'3.6.0 Beta 1'),(5111,-1,'invalid_external_type','error','Invalid External Type Specified.','vbulletin','vBulletin Solutions',1377192826,'5.0.6 Alpha 1'),(5112,-1,'invalid_faq_item_specified','error','Invalid help Item Specified','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(5113,-1,'invalid_faq_varname','error','The varname you specified for this help is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(5114,-1,'invalid_file_content','error','Invalid file content from specified image.','vbulletin','',1318504413,'5.0.0 Alpha 23'),(5115,-1,'invalid_file_path_specified','error','Invalid File Path Specified','vbulletin','',0,''),(5116,-1,'invalid_file_specified','error','Invalid File Specified','vbulletin','',0,''),(5117,-1,'invalid_filecache_location','error','The configuration file is set for filesystem caching but the file location does not exist or is not writable. Please contact the administrator and ask them to correctly configure caching.','vbulletin','',1348086537,'5.0.0 Beta 12'),(5118,-1,'invalid_filedataid_x','error','Invalid Filedataid: {1}','vbulletin','vBulletin Solutions',1239910210,'4.0.0 Alpha 1'),(5119,-1,'invalid_filename_specified','error','Invalid Filename Specified','vbulletin','',0,''),(5120,-1,'invalid_forum_specified','error','Invalid Forum Specified','vbulletin','',0,''),(5121,-1,'invalid_friendlyurl','error','Friendlyurl argument not found for the legacy route.','vbulletin','vBulletin Solutions',1364240157,'5.0.2 Alpha 2'),(5122,-1,'invalid_function_specified','error','Invalid function specified.','vbulletin','vBulletin Solutions',1355945175,'5.0.0 Beta 24'),(5123,-1,'invalid_group_name','error','Invalid group name. Group name must be A-Z, a-z, 0-9 and _ only.','vbulletin','vBulletin Solutions',1238150667,'4.0.0 Alpha 1'),(5124,-1,'invalid_help_group','error','Invalid help group','vbulletin','vBulletin Solutions',1360765627,'5.0.1 Alpha 2'),(5125,-1,'invalid_help_title','error','Invalid help title.','vbulletin','vBulletin Solutions',1360767165,'5.0.1 Alpha 2'),(5126,-1,'invalid_hook','error','Invalid hook chosen, please correct this and try again.','vbulletin','',1350000000,'5.0.0 Alpha 39'),(5127,-1,'invalid_infraction_usergroup','error','You cannot have the same pointlevel defined more than once for the same usergroup. \"All Usergroups\" entries must have a unique point level from all other entries.','vbulletin','vBulletin Solutions',1150741401,'3.6.0 Beta 3'),(5128,-1,'invalid_language_specified','error','Invalid Language Specified','vbulletin','',0,''),(5129,-1,'invalid_locale','error','The locale \'{1}\' could not be located on this server.','vbulletin','',0,''),(5130,-1,'invalid_moderator_specified','error','Invalid Moderator Specified','vbulletin','',0,''),(5131,-1,'invalid_move_folder','error','Invalid folder specified to move message(s).','vbulletin','vBulletin Solutions',1351191299,'5.0.0 Beta 17'),(5132,-1,'invalid_option_specified','error','Invalid Option Specified','vbulletin','',0,''),(5133,-1,'invalid_page_specified','error','Invalid Page Specified','vbulletin','',0,''),(5134,-1,'invalid_page_url','error','Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.','vbulletin','vBulletin Solutions',1364305016,'5.0.2 Alpha 2'),(5135,-1,'invalid_parentid','error','Invalid Parent ID','vbulletin','',1348526142,'5.0.0 Beta 12'),(5136,-1,'invalid_password_specified','error','Invalid Password Specified','vbulletin','',1345572281,'5.0.0 Alpha 36'),(5137,-1,'invalid_phrase_specified','error','Invalid Phrase Specified','vbulletin','',0,''),(5138,-1,'invalid_phrase_varname','error','The varname you specified for this phrase is invalid. You may only include a-z, A-Z, 0-9, . (period), and _ (underscore).','vbulletin','vBulletin Solutions',1364001762,'5.0.2 Alpha 2'),(5139,-1,'invalid_product_specified','error','Invalid Product Specified','vbulletin','',0,''),(5140,-1,'invalid_product_version','error','Invalid product version specified. Product versions should be specified in the standard vBulletin version format or a similar format.','vbulletin','vBulletin Solutions',1209726715,'3.7.1'),(5141,-1,'invalid_query_definition_x','error','Invalid query definition: {1}','vbulletin','',1304024938,'5.0.0 Alpha 21'),(5142,-1,'invalid_query_limit_parameters','error','The query limit parameters are invalid','vbulletin','',1304024938,'5.0.0 Alpha 1'),(5143,-1,'invalid_query_operator','error','The query operator is invalid','vbulletin','',1304024958,'5.0.0 Alpha 1'),(5144,-1,'invalid_quick_set_action','error','Invalid quick set action specified','vbulletin','',0,''),(5145,-1,'invalid_rankid','error','Invalid rank id Specified','vbulletin','',1304024938,'5.0.0 Alpha 23'),(5146,-1,'invalid_redirect_url','error','Invalid Redirect URL detected','vbulletin','vBulletin Solutions',1308006843,'5.0.0 Beta 21'),(5147,-1,'invalid_referrer_specified','error','Invalid Referrer Specified','vbulletin','',0,''),(5148,-1,'invalid_route_contact_vbulletin_support','error','Somehow there is at least one invalid database record. You have a channel with no valid route. Please contact the site administrator with this message and tell them how you got it.','vbulletin','vBulletin Solutions',1355177034,'5.0.0 Beta 23'),(5149,-1,'invalid_search_resultid','error','Search result already expired, please try a new search.','vbulletin','vBulletin Solutions',1155596135,'5.0.2 Alpha 2'),(5150,-1,'invalid_search_syntax','error','Search terms contain invalid syntax: <b>-word1 OR word2</b> / <b>word1 OR -word2</b>','vbulletin','vBulletin Solutions',1155596135,'3.6.1'),(5151,-1,'invalid_selector_name_x','error','Invalid selector name {1}.','vbulletin','',1193401478,'3.7.0 Beta 1'),(5152,-1,'invalid_sitemap_content_type','error','Invalid sitemap content type found. This likely means that the product that provided that type has been removed.<br />\r\n<br />\r\n<a href=\"sitemap.php?do=removesession\">Remove the sitemap session</a> and try again.','vbulletin','',1287532800,'4.1.1 Beta 1'),(5153,-1,'invalid_social_group_category_specified','error','Invalid Group Category Specified','vbulletin','',1215703983,'3.8.0 Alpha 1'),(5154,-1,'invalid_source_username_specified','error','Invalid Source Username Specified','vbulletin','',0,''),(5155,-1,'invalid_special_channel','error','Invalid Special Channel','vbulletin','',1349232373,'5.0.0 Beta 14'),(5156,-1,'invalid_string_id_alphanumeric','error','Invalid string specified. You may only use a-z, 0-9 and _ (underscore).','vbulletin','',1210067261,'3.7.1'),(5157,-1,'invalid_style_specified','error','Invalid Style Specified','vbulletin','',0,''),(5158,-1,'invalid_stylevar_id','error','Invalid StyleVar ID. StyleVar ID must be A-Z, a-z, 0-9, and _ only.','vbulletin','vBulletin Solutions',1238150682,'4.0.0 Alpha 1'),(5159,-1,'invalid_subscription_length','error','The length of the subscription you entered is invalid. The length must be a positive value which will result in a date less than 2037.','vbulletin','',0,''),(5160,-1,'invalid_table_specified','error','Invalid Table Specified','vbulletin','',0,''),(5161,-1,'invalid_tag_nesting','error','Invalid Tag Nesting','vbulletin','',1263350920,'4.0.2'),(5162,-1,'invalid_tag_specified','error','Invalid Tag Specified','vbulletin','vBulletin Solutions',1190808692,'3.7.0 Beta 1'),(5163,-1,'invalid_tag_value','error','Value is empty or not a string.','vbulletin','',1326388453,'5.0.0 Alpha 16'),(5164,-1,'invalid_timeframe','error','Invalid timeframe entered for custom infraction expiration. How many hours, days, or months?','vbulletin','vBulletin Solutions',1149874790,'3.6.0 Beta 2'),(5165,-1,'invalid_timezone_specified','error','Invalid Timezone Specified','vbulletin','',0,''),(5166,-1,'invalid_title_specified','error','Invalid Title Specified','vbulletin','',0,''),(5167,-1,'invalid_user_filedata','error','Invalid filedata specified. You can only upload from filedata you own.','vbulletin','vBulletin Solutions',1322869030,'5.0.0 Beta 23'),(5168,-1,'invalid_user_specified','error','Invalid User Specified','vbulletin','',0,''),(5169,-1,'invalid_user_title_specified','error','Invalid User Title Specified','vbulletin','',0,''),(5170,-1,'invalid_usergroup_leader_specified','error','Invalid Usergroup Leader Specified','vbulletin','',0,''),(5171,-1,'invalid_usergroup_specified','error','Invalid Usergroup Specified','vbulletin','',0,''),(5172,-1,'invalid_username_specified','error','Invalid User Name Specified','vbulletin','',0,''),(5173,-1,'invalid_username_specified_maxlength_x','error','Invalid User Name Specified. Username maximum length should be {1} characters.','vbulletin','',1322869030,'5.0.0 Alpha 17'),(5174,-1,'invalid_username_specified_minlength_x','error','Invalid User Name Specified. Username minimum length should be {1} characters.','vbulletin','',1322869030,'5.0.0 Alpha 17'),(5175,-1,'invalid_users_specified','error','Invalid Users Specified','vbulletin','',0,''),(5176,-1,'invalid_values_customize_profile','error','You entered one or more invalid values when trying to customize this user\'s profile.','vbulletin','vBulletin Solutions',1199377639,'3.7.0 Beta 4'),(5177,-1,'invalid_version_check_url_specified','error','Invalid version check URL specified','vbulletin','',1142519066,'3.6.0 Beta 1'),(5178,-1,'invalid_x_specified','error','Invalid {1} Specified','vbulletin','',0,''),(5179,-1,'invalidactivateid','error','We could not activate your account because this web address is not valid. Make sure that you have the entire address from the email, and that your email client has not split the address over several lines.<br />\r\n<br />Please try again with the full address from the email that you received. If it still does not work, try filling in the activation form:<br />\r\n<a href=\"{1}\">Activation form</a></p>\r\n\r\n<p>If you do not know your activation code, you can find it in the email that was sent to you when you first registered. To have it sent again, please click here:<br />\r\n<a href=\"{2}\">Send new email with activation code.</a></p>\r\n\r\n<p>If all else fails, email the <a href=\"{3}\">administrator</a>, making sure that you include your registered email address and username.','vbulletin','',1347288064,'5.0.0 Beta 11'),(5180,-1,'invalidemail','error','You have not entered an email address that we recognize. Please try again or contact the <a href=\"{1}\">administrator</a>.','vbulletin','',0,''),(5181,-1,'invalidid','error','Invalid {1} specified. If you followed a valid link, please notify the <a href=\"{2}\">administrator</a>','vbulletin','',0,''),(5182,-1,'invalidvote','error','You submitted an invalid vote.','vbulletin','',0,''),(5183,-1,'item_has_max_allowed_tags','error','Item has maximum allowed tags','vbulletin','',1264633657,'4.0.3'),(5184,-1,'language_already_exists','error','A language called \'<i>{1}</i>\' already exists. - To use this language file, either overwrite the language called \'<i>{1}</i>\', or enter a different title on the upload form.','vbulletin','',0,''),(5185,-1,'language_only_phrases','error','The file you attempted to import only contains phrases and none of the settings required.\r\n\r\nYou will be unable to make a new language with this file.','vbulletin','',0,''),(5186,-1,'lifted_ban_on_user_x_successfully','error','Lifted Ban on User {1} Successfully','vbulletin','',0,''),(5187,-1,'listignoreuser','error','Sorry {1} is a moderator/admin and you are not allowed to ignore him or her.','vbulletin','',0,''),(5188,-1,'locale_define_fill_in_all_overrides','error','You have defined a locale for this language but did not define all of the date/time override fields. You must define each of these fields using the formatting style that is listed. Note that this style differs from the formatting you would use in the vboptions for the normal date/time fields.','vbulletin','',0,''),(5189,-1,'logged_out_while_editing_post','error','You have been logged out due to inactivity.<br /><br />Please log in to save the edited content. You may want to log in from a different tab to prevent the edited content from being lost.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5190,-1,'logout_error','error','An error occurred while attempting to log you out. <a href=\"login.php?{1}do=logout&logouthash={2}\">Click here to log out.</a>','vbulletin','',0,''),(5191,-1,'missing_query_condition','error','The condition parameter is empty. To build a query without the where clause use the vB_dB_Query::CONDITION_ALL parameter. ','vbulletin','vBulletin Solutions',1356129011,'5.0.0 Beta 25'),(5192,-1,'missing_temporary_folder','error','Missing PHP temporary folder; check upload_tmp_dir','vbulletin','vBulletin Solutions',1190139531,'3.7.0 Beta 1'),(5193,-1,'moderateuser','error','Thank you for registering, {1}. Your account has been submitted for moderation by an administrator and will be activated shortly. You will be notified by email when this happens. To go to the home page, click <a href=\"{2}\">here</a>.','vbulletin','vBulletin Solutions',1354566308,'5.0.0 Beta 22'),(5194,-1,'more_search_terms','error','Please add more constraints to your search. Searches that return all or most of the database are a bad idea.','vbulletin','',1238792797,'4.0.0 Alpha 1'),(5195,-1,'moved_users_successfully','error','Moved Users Successfully','vbulletin','',0,''),(5196,-1,'moveillegalforum','error','You have tried to move the topic into a forum that cannot contain posts. Please select a different forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5197,-1,'must_be_two_different_users','error','There must be two different users specified.','vbulletin','vBulletin Solutions',1201045799,'3.7.0 Beta 5'),(5198,-1,'must_have_positive_maxlength','error','You must enter a positive value (greater than 0) for the \"Maximum Length\" setting.','vbulletin','',1205767973,'3.7.0 Release Candidate 1'),(5199,-1,'must_wait_x_seconds_master_style_import','error','You must wait at least {1} more seconds to import the master style again.','vbulletin','vBulletin Solutions',1223032661,'4.0.0 Alpha 1'),(5200,-1,'name_exists','error','There is already a(n) {1} named \'{2}\'. You may not create duplicate names.','vbulletin','vBulletin Solutions',1150742658,'3.6.0 Beta 3'),(5201,-1,'need_filecache_location','error','This system is configured to use file system caching but a location has not been set. Please contact the administrator and ask them to correct the configuration.','vbulletin','',1348083935,'5.0.0 Beta 12'),(5202,-1,'need_to_rebuild_avatars','error','Avatar thumbnails will now need to be rebuilt. Please go to Maintenance -> Update Counters -> <a href=\"misc.php\">Rebuild Avatar Thumbnails</a> and click \"Rebuild Avatar Thumbnails\".','vbulletin','vBulletin Solutions',1194289214,'3.7.0 Beta 1'),(5203,-1,'no_access_to_admin_control','error','Sorry, you don\'t have permission to access the administrative controls on this page.\r\n<br /><br />\r\nIf you need to access this page, ask your lead administrator to enable your permissions for this page using the <a href=\"adminpermissions.php?{1}do=edit&u={2}\">Administrator Permissions</a> section of the control panel.','vbulletin','',0,''),(5204,-1,'no_applicable_posts_selected','error','You did not select any posts to which the action you picked can be applied.','vbulletin','',0,''),(5205,-1,'no_avatar_categories_found','error','No avatar categories were found<br /><a href=\"{1}\">Add one now</a>','vbulletin','',0,''),(5206,-1,'no_calendars_matched_your_query','error','No Calendars Matched Your Query','vbulletin','',0,''),(5207,-1,'no_changes_made','error','No changes were made.','vbulletin','',1216736026,'3.8.0 Alpha 1'),(5208,-1,'no_create_permissions','error','You are not authorized to create this post.','vbulletin','',1318504413,'5.0.0 Alpha 8'),(5209,-1,'no_feeds_defined','error','No feeds are currently defined.<br />\r\n<br />\r\n<a href=\"rssposter.php?{1}do=edit\">Click here to add one.</a>','vbulletin','vBulletin Solutions',1149265173,'3.6.0 Beta 1'),(5210,-1,'no_file_uploaded_and_no_local_file_found_gerror','error','No file uploaded and no local file found.','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5211,-1,'no_function_specified','error','No function specified.','vbulletin','vBulletin Solutions',1355945148,'5.0.0 Beta 24'),(5212,-1,'no_global_announcements_defined','error','There are no Global Announcements defined','vbulletin','',0,''),(5213,-1,'no_groups_defined_as_banned','error','The administrator has not specified any groups that contain banned users.<br /><br />Please do so using the usergroup editor.','vbulletin','',0,''),(5214,-1,'no_help_topics','error','There are currently no help topics associated with this page/action','vbulletin','',0,''),(5215,-1,'no_images_selected','error','You did not select any images to be inserted as {1}. Use the check-boxes at the side of the page to specify which images to insert.','vbulletin','',0,''),(5216,-1,'no_join_requests_matched_your_query','error','No Join Requests Matched Your Query','vbulletin','',0,''),(5217,-1,'no_leave_channel_permission','error','You have no permission to leave this channel.','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5218,-1,'no_log_entries_matched_your_query','error','No Log Entries Matched Your Query','vbulletin','',0,''),(5219,-1,'no_log_file_defined_in_vbulletin_options','error','No log file defined in vBulletin Options','vbulletin','',0,''),(5220,-1,'no_logs_matched_your_query','error','No Logs Matched Your Query','vbulletin','',0,''),(5221,-1,'no_matches_found_gerror','error','No Matches Found','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5222,-1,'no_moderator_matched_your_query','error','No Moderator Matched Your Query','vbulletin','',0,''),(5223,-1,'no_move_permission_x','error','Sorry, can not move the specified private message (pmid: {1}) from its folder.','vbulletin','vBulletin Solutions',1351191299,'5.0.0 Beta 17'),(5224,-1,'no_new_post_icons','error','No post icons were found that have not already been added','vbulletin','',0,''),(5225,-1,'no_new_smilies','error','No smilies were found that have not already been added','vbulletin','',0,''),(5226,-1,'no_notice_criteria_active','error','In order to be valid, a notice must have at least one active criterion (or it would never be shown).<br />\r\n<br />\r\nPlease go back and set up display criteria.','vbulletin','vBulletin Solutions',1189782638,'3.6.8'),(5227,-1,'no_permission','error','Sorry, you are not authorized to view this page','vbulletin','',0,''),(5228,-1,'no_permission_announcement','error','You are not authorized to add or edit announcements in this forum','vbulletin','',0,''),(5229,-1,'no_permission_avatars','error','You are not authorized to edit avatars','vbulletin','',0,''),(5230,-1,'no_permission_ban_non_registered_users','error','You are not authorized to ban this user.','vbulletin','vBulletin Solutions',1355168386,'5.0.0 Beta 23'),(5231,-1,'no_permission_ban_users','error','You are not authorized to ban users','vbulletin','',0,''),(5232,-1,'no_permission_duplicate_reputation','error','You cannot have multiple reputation levels with the same minimum reputation requirement','vbulletin','',1245773605,'4.0.0 Alpha 1'),(5233,-1,'no_permission_edit_selector_x_property_y','error','You do not have permission to edit {1} -> {2}.','vbulletin','',1193401523,'3.7.0 Beta 1'),(5234,-1,'no_permission_forum_password','error','You are not authorized to set a password for this forum','vbulletin','',0,''),(5235,-1,'no_permission_global_announcement','error','Only Super Moderators and Administrators may add or edit Global Announcements','vbulletin','',0,''),(5236,-1,'no_permission_images','error','You are not authorized to upload images for the signature','vbulletin','vBulletin Solutions',1355357360,'5.0.0 Beta 23'),(5237,-1,'no_permission_ips','error','You are not authorized to view IP addresses','vbulletin','',0,''),(5238,-1,'no_permission_logged_out','error','You have been logged out. Please log back in.','vbulletin','vBulletin Solutions',1354755345,'5.0.0 Beta 22'),(5239,-1,'no_permission_moderator_leave_channel','error','Moderators cannot leave channels. The channel owner must first remove the user from the moderator list.','vbulletin','vBulletin Solutions',1374081132,'5.0.4 Release Candidate 1'),(5240,-1,'no_permission_page_href_x_y_href_z','error','Sorry, you are not authorized to view this page.<br />Please try logging in or logging in as different user <a href=\"{1}\">{2}</a> or send a message to the <a href=\"{3}\">admin</a>','vbulletin','',1329416725,'5.0.0 Alpha 32'),(5241,-1,'no_permission_queries','error','You are not authorized to execute SQL queries','vbulletin','',0,''),(5242,-1,'no_permission_remove_channel_user','error','You do not have permission to remove the user from the channel.','vbulletin','vBulletin Solutions',1374081132,'5.0.4 Release Candidate 1'),(5243,-1,'no_permission_search_users','error','You are not authorized to search for users','vbulletin','',0,''),(5244,-1,'no_permission_signatures','error','You are not authorized to edit signatures','vbulletin','',0,''),(5245,-1,'no_permission_styles','error','You are not authorized to change styles','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5246,-1,'no_permission_subscribe_user','error','You are not authorized to subscribe the user.','vbulletin','vBulletin Solutions',1358743657,'5.0.0 Beta 28'),(5247,-1,'no_permission_un_ban_users','error','You are not authorized to un-ban users','vbulletin','',0,''),(5248,-1,'no_permissions_set','error','There are no permissions set for the selected forum. No duplication will take place','vbulletin','',0,''),(5249,-1,'no_phrases_defined','error','There are no phrases defined','vbulletin','',0,''),(5250,-1,'no_phrases_matched_your_query','error','No Phrases Matched Your Query','vbulletin','',0,''),(5251,-1,'no_post_icon_categories_found','error','No post icon categories were found<br /><a href=\"{1}\">Add one now</a>','vbulletin','',0,''),(5252,-1,'no_post_icons_selected','error','You did not select any post icons to be inserted. Use the check-boxes at the side of the page to specify which images to insert.','vbulletin','',0,''),(5253,-1,'no_private_messages_matched_your_query','error','No Private Messages Matched Your Query','vbulletin','',0,''),(5254,-1,'no_profile_fields_defined','error','You don\'t have any Custom Profile fields defined.<br />\r\n<br />\r\nYou can add profile fields <a href=\"profilefield.php?do=add\">here</a>.','vbulletin','',0,''),(5255,-1,'no_public_usergroups','error','There are currently no public usergroups available for you to join.','vbulletin','',0,''),(5256,-1,'no_reason_specified','error','No reason was specified.','vbulletin','vBulletin Solutions',1157986852,'3.6.1'),(5257,-1,'no_referrals_matched_your_query','error','No Referrals Matched Your Query','vbulletin','',0,''),(5258,-1,'no_reminders_scheduled','error','This date has no reminders scheduled','vbulletin','',0,''),(5259,-1,'no_results_matched_your_query','error','No Results Matched Your Query','vbulletin','',0,''),(5260,-1,'no_sig_pic_to_use','error','There is no current signature picture to use.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5261,-1,'no_smilie_categories_found','error','No smilie categories were found<br /><a href=\"{1}\">Add one now</a>','vbulletin','',0,''),(5262,-1,'no_smilies_selected','error','You did not select any smilies to be inserted. Use the check-boxes at the side of the page to specify which images to insert.','vbulletin','',0,''),(5263,-1,'no_tags_selected','error','No tags selected.','vbulletin','',1216727308,'3.8.0 Alpha 1'),(5264,-1,'no_update_permissions','error','You are not authorized to update this post.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5265,-1,'no_user_ranks_defined','error','There are no User Ranks defined','vbulletin','',0,''),(5266,-1,'no_user_specified','error','No user specified.','vbulletin','vBulletin Solutions',1361781103,'5.0.1 Alpha 2'),(5267,-1,'no_userchange_history','error','This user does not have any change history.','vbulletin','vBulletin Solutions',1190723918,'3.7.0 Beta 1'),(5268,-1,'no_users_banned_from_x_board','error','No users are banned from {1}.','vbulletin','',0,''),(5269,-1,'no_users_banned_from_x_board_click_here','error','No users are banned from {1}.<br />\r\n<br />\r\nTo ban a user, <a href=\"{2}\">click here</a>','vbulletin','',0,''),(5270,-1,'no_users_matched_your_query','error','No Users Matched Your Query','vbulletin','',0,''),(5271,-1,'no_users_matched_your_query_x','error','No Users Matched Your Query, Username <i>{1}</i> does not exist','vbulletin','vBulletin Solutions',1190990885,'3.7.0 Beta 1'),(5272,-1,'no_valid_tags_found','error','No valid tags found.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(5273,-1,'no_visitor_messages_matched_your_query','error','No Visitor Messages Matched Your Query','vbulletin','vBulletin Solutions',1222174985,'4.0.0 Alpha 1'),(5274,-1,'no_xml_and_no_path','error','Sorry, no XML was passed into this function and the $path variable empty','vbulletin','',0,''),(5275,-1,'noid','error','No {1} specified. If you followed a valid link, please notify the <a href=\"{2}\">administrator</a>','vbulletin','',0,''),(5276,-1,'nomessage','error','You didn\'t enter a message. Please press your back button and enter one.','vbulletin','',0,''),(5277,-1,'nopermission_banned','error','<p>You have been banned for the following reason:<br />\r\n{1}</p>\r\n\r\n<p>Date the ban will be lifted: {2}</p>','vbulletin','',0,''),(5278,-1,'nopermission_banned_infractions','error','<p>You have been banned due to infractions.<br /></p> <p>Date the ban will be lifted: {1}</p>','vbulletin','vBulletin Solutions',1155853909,'3.6.1'),(5279,-1,'nopermission_loggedin','error','<p><strong>{1}</strong>, you do not have permission to access this page. This could be due to one of several reasons:</p>\r\n\r\n<ol>\r\n <li>Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?</li>\r\n <li>If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>\r\n</ol>\r\n\r\n<div align=\"{2}\">\r\n <a href=\"login.php?{3}do=logout&logouthash={4}\">Log Out</a>\r\n <a href=\"{5}\">Home</a>\r\n</div>','vbulletin','',1278710860,'4.1.1 Alpha 1'),(5280,-1,'nopermission_loggedin_ajax','error','{1}, you do not have permission to access this page. This could be due to one of several reasons:\r\n- Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?\r\n- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.','vbulletin','vBulletin Solutions',1198883178,'3.7.0 Beta 4'),(5281,-1,'nopermission_loggedout','error','You do not have permission to perform this action. Please refresh the page and login before trying again.','vbulletin','vBulletin Solutions',1149852934,'3.6.0 Beta 2'),(5282,-1,'noregister','error','Sorry, registration has been disabled by the administrator.','vbulletin','',0,''),(5283,-1,'nosubject','error','Please complete both the subject and message fields.','vbulletin','',0,''),(5284,-1,'nosubscriptions','error','{1} does not have any paid subscriptions available to which you can subscribe.','vbulletin','',0,''),(5285,-1,'not_enough_facebook_userinfo','error','Sorry, we could not get enough information from Facebook to register a new account.','vbulletin','',1269464993,'4.0.4'),(5286,-1,'not_much_would_be_accomplished_by_merging','error','vBulletin Tip #42: Not much would be accomplished by merging this item with itself.','vbulletin','',0,''),(5287,-1,'not_subscribed_to_any_forums','error','You are not subscribed to any forums','vbulletin','',0,''),(5288,-1,'nothing_to_do','error','Nothing to Do','vbulletin','',0,''),(5289,-1,'notitle','error','Please complete the title field for this topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5290,-1,'notmemberofdisplaygroup','error','You cannot set a group to which you do not belong as your displayed group','vbulletin','',0,''),(5291,-1,'nousername','error','You did not specify a username for your post.','vbulletin','',0,''),(5292,-1,'number_tags_add_exceeded_x','error','The number of tags you tried to add exceeded the maximum number of tags by {1}.','vbulletin','',1226620172,'4.0.0 Alpha 1'),(5293,-1,'passwordexpired','error','Your password is {1} days old, and has therefore expired.<br />\r\n<br />\r\nPlease change your password using <a href=\"{2}\">this page</a>.','vbulletin','vBulletin Solutions',1347065830,'5.0.0 Beta 18'),(5294,-1,'passwordhistory','error','Sorry, you may not use a password that you have used in the past {1} days.<br />\r\n<br />\r\nPlease go back and try again.','vbulletin','',0,''),(5295,-1,'photos_not_approved','error','These photos have not approved. It requires moderator\'s action.','vbulletin','vBulletin Solutions',1365526879,'5.0.3 Alpha 1'),(5296,-1,'php_error_exec_disabled','error','PHP Error: The function exec() has been disabled.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5297,-1,'php_error_unspecified_exec','error','PHP Error: Unspecified error in exec().','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5298,-1,'php_error_x','error','PHP Error: {1}.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5299,-1,'phrase_text_not_safe','error','The text for the phrase \'{1}\' contains potentially unsafe code. Text in curly style php string substitution expressions (like {$vbulletin->somevalue}) is only allowed to contain the characters in a-z, A-Z, 0-9, square brackets ( [] ), and quotes ( \"\' ). This prevents possible arbitrary code execution when the phrase is processed.','vbulletin','',1270152011,'4.0.4'),(5300,-1,'please_complete_required_fields','error','Please Complete All Required Fields','vbulletin','',0,''),(5301,-1,'please_ensure_x_file_is_located_at_y','error','Please ensure that the {1} file is located at {2} and then reload this page','vbulletin','',0,''),(5302,-1,'please_enter_user_title_with_at_least_x_characters','error','User title cannot have more than {1} characters','vbulletin','',1345313883,'5.0.0 Alpha 36'),(5303,-1,'pm_turnedoff','error','You have turned off private messages. You may not send private messages until you turn them on by editing your options.','vbulletin','vBulletin Solutions',1166087850,'3.6.5'),(5304,-1,'pmrecipientsnotfound','error','The following users were not found: <ol class=\"commalist\"><li>{1}</li></ol>','vbulletin','',1253207790,'4.0.0 Alpha 3'),(5305,-1,'pmrecipturnedoff','error','{1} has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.<br />\r\n<br />\r\nIf you are trying to send this message to multiple recipients, remove {1} from the recipient list and send the message again.','vbulletin','vBulletin Solutions',1200500926,'3.7.0 Beta 4'),(5306,-1,'pmtoomanyrecipients','error','Too many recipients - you are attempting to send to {1} users but you are only allowed to send to {2} users.','vbulletin','',0,''),(5307,-1,'postfloodcheck','error','This forum requires that you wait {1} seconds between posts. Please try again in {2} seconds.','vbulletin','',0,''),(5308,-1,'prefix_deleted','error','Prefix Deleted Successfully','vbulletin','vBulletin Solutions',1190029584,'3.7.0 Beta 1'),(5309,-1,'prefix_saved','error','Prefix Saved','vbulletin','vBulletin Solutions',1190029600,'3.7.0 Beta 1'),(5310,-1,'prefix_set_deleted','error','Prefix Set Deleted Successfully','vbulletin','vBulletin Solutions',1190029615,'3.7.0 Beta 1'),(5311,-1,'prefix_set_saved','error','Prefix Set Saved','vbulletin','vBulletin Solutions',1190029632,'3.7.0 Beta 1'),(5312,-1,'primary_equals_secondary','error','The primary usergroup set by this subscription is also listed as a secondary usergroup for this subscription. Please change the primary group or remove the secondary group.','vbulletin','',1143045338,'3.6.0 Beta 1'),(5313,-1,'product_disabled_successfully','error','Product Disabled Successfully','vbulletin','',0,''),(5314,-1,'product_enabled_successfully','error','Product Enabled Successfully','vbulletin','',0,''),(5315,-1,'product_id_invalid','error','The product ID you have specified is invalid.<br />\r\n<br />\r\nProduct IDs must be no more than 25 characters long and must consist of <strong>only</strong> lowercase characters a-z, numbers 0-9 and underscores.<br />\r\n<br />\r\nTherefore, we suggest that you alter your specified product ID from this:\r\n\r\n<pre>{1}</pre>\r\n\r\nto this:\r\n<pre>{2}</pre>','vbulletin','',0,''),(5316,-1,'product_x_imported','error','Product {1} Imported','vbulletin','',0,''),(5317,-1,'product_x_imported_need_merge','error','Product {1} Imported. Click continue to merge the product templates.','vbulletin','',1257956313,'4.0.0 Beta 3'),(5318,-1,'product_x_installed_no_overwrite','error','Product \'{1}\' is already installed and you did not specify that this product may be overwritten/upgraded.','vbulletin','',0,''),(5319,-1,'product_x_installed_version_y_z','error','Product {1} is already installed. (Existing version: {2}; this version: {3})','vbulletin','',0,''),(5320,-1,'product_x_uninstalled','error','Product {1} Uninstalled','vbulletin','',0,''),(5321,-1,'product_x_updated','error','Product {1} Updated','vbulletin','',0,''),(5322,-1,'promotion_join_same_group','error','You specified the group to join itself which is not allowed','vbulletin','',0,''),(5323,-1,'pruned_control_panel_log_successfully','error','Pruned Control Panel Log Successfully','vbulletin','',0,''),(5324,-1,'pruned_moderator_log_successfully','error','Pruned Moderator Log Successfully','vbulletin','',0,''),(5325,-1,'pruned_scheduled_task_log_successfully','error','Pruned Scheduled Task Log Successfully','vbulletin','',0,''),(5326,-1,'rebuild_failed_to_write_css','error','Failed to write css files. Please make sure that the directory \'clientscript/vbulletin_css\' is writable. If the folder is writable, you may need to set the misc/baseurl setting in your core config.php file.','vbulletin','',1253722377,'5.0.0 Release Candidate 1'),(5327,-1,'rebuilt_avatar_thumbnails_successfully','error','Rebuilt Avatar Thumbnails Successfully','vbulletin','vBulletin Solutions',1193961331,'3.7.0 Beta 1'),(5328,-1,'rebuilt_bitfields_successfully','error','Rebuilt Bitfields Successfully','vbulletin','',0,''),(5329,-1,'rebuilt_search_index_not_implemented','error','Rebuilding the Search Index as a whole is not Implemented for the Selected Search Type','vbulletin','',0,''),(5330,-1,'rebuilt_search_index_successfully','error','Rebuilt Search Index Successfully','vbulletin','',0,''),(5331,-1,'rebuilt_statistics_successfully','error','Rebuilt Statistics Successfully','vbulletin','',0,''),(5332,-1,'rebuilt_user_reputation_successfully','error','Rebuilt User Reputation Successfully','vbulletin','',0,''),(5333,-1,'rebuilt_video_bbcodes_successfully','error','Rebuilt Video BB Codes Successfully','vbulletin','vBulletin Solutions',1254010996,'4.0.0 Alpha 4'),(5334,-1,'redirecting_please_wait','error','Please Wait While You Are Redirected...','vbulletin','',0,''),(5335,-1,'regexincorrect','error','You did not enter the correct format for the {1} field. Please read the field description for the expected format.','vbulletin','',0,''),(5336,-1,'register_not_agreed','error','You have chosen not to accept the forum rules, so registration cannot continue.<br />\r\n<br />\r\nCheck the box if you want to agree with the forum rules.','vbulletin','',1343606817,'5.0.0 Alpha 31'),(5337,-1,'registeremail','error','Thank you for registering, {1}. An email has been dispatched to {2} with details on how to activate your account. Click <a href=\"{3}\">here</a> to return to where you were previously.\r\n<br />\r\n<br />\r\nYou will receive an email in your inbox. You MUST follow the link in that email before you can post on these forums. Until you do that, you will be told that you do not have permission to post.','vbulletin','',0,''),(5338,-1,'registration_complete','error','Thank you, <strong>{1}</strong>. Your registration is now complete.<br />\r\n<br />\r\nYou may now proceed to edit your <a href=\"{2}\"><strong>Profile</strong></a> in order to fill in additional personal details about yourself, or you could modify your <a href=\"{3}\"><strong>Options</strong></a> to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your <a href=\"{4}\"><strong>User Control Panel</strong></a>.<br />\r\n<br />\r\nAlternatively, you can simply go back to the <a href=\"{5}\"><strong>Forums</strong></a> and start posting in topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5339,-1,'regular_expression_is_invalid','error','The regular expression specified is invalid.','vbulletin','vBulletin Solutions',1204631481,'3.7.0 Beta 6'),(5340,-1,'reminder_title_too_long','error','Sorry, your reminder\'s title exceeded the {1} character limit by {2} characters. Please go back and shorten it','vbulletin','',0,''),(5341,-1,'replacement_already_exists','error','A replacement variable searching for <i>{1}</i> already exists. It is set to replace <i>{1}</i> with <i>{2}</i>.<br />\r\n<br />\r\nTo edit this replacement, please <a href=\"{3}\">click here</a>.','vbulletin','',0,''),(5342,-1,'report_post_floodcheck','error','This forum requires that you wait {1} seconds between reporting posts. Please try again in {2} seconds.','vbulletin','vBulletin Solutions',1183391384,'3.6.8'),(5343,-1,'reputationbanned','error','You cannot give reputation to this user.','vbulletin','',0,''),(5344,-1,'reputationownpost','error','You cannot Like your own posts.','vbulletin','vBulletin Solutions',1355165626,'5.0.0 Beta 23'),(5345,-1,'reputationsamepost','error','You cannot give Reputation to the same post twice.','vbulletin','',0,''),(5346,-1,'required_field_x_missing_or_invalid','error','A required field called <em>{1}</em> is missing or has an invalid value.','vbulletin','',0,''),(5347,-1,'requiredfieldmissing','error','You have not completed the required field \"{1}\".','vbulletin','',0,''),(5348,-1,'requiredfields','error','Please complete all the fields. Press the back button, correct the problem then try again.','vbulletin','',0,''),(5349,-1,'resetbadid','error','The address that you have used to request a new password is not valid. Please request a new password be sent to you by using <a href=\"{1}\">this page</a>.','vbulletin','vBulletin Solutions',1343914511,'5.0.0 Alpha 32'),(5350,-1,'resetexpired','error','The request to reset your password was made more than 24 hours ago, so it has expired. To resubmit the request, please use <a href=\"{1}\">this page</a>.','vbulletin','',1343914511,'5.0.0 Alpha 32'),(5351,-1,'resetpw_message','error','Your password has now been reset and emailed to you. Please check your email to find your new password.','vbulletin','vBulletin Solutions',1358784015,'5.0.0 Beta 28'),(5352,-1,'restore_mysql_schema','error','Restore mysql-schema.php to the install directory then try this action again','vbulletin','',0,''),(5353,-1,'retrieval_of_remote_file_failed','error','Retrieval of remote file failed','vbulletin','',0,''),(5354,-1,'reversed_infraction_successfully','error','Reversed Infraction Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5355,-1,'reverted_stylevar_x_successfully','error','Reverted stylevar \'{1}\' successfully.','vbulletin','',1251993365,'4.0.0 Alpha 3'),(5356,-1,'sameusernamepass','error','Your password cannot be the same as your username.','vbulletin','vBulletin Solutions',1219143144,'3.8.0 Alpha 1'),(5357,-1,'saved_access_masks_successfully','error','Saved Access Masks Successfully','vbulletin','',0,''),(5358,-1,'saved_administrator_permissions_successfully','error','Saved Administrator Permissions Successfully','vbulletin','',0,''),(5359,-1,'saved_announcement_x_successfully','error','Saved Announcement <i>{1}</i> Successfully','vbulletin','',0,''),(5360,-1,'saved_attachment_permissions_successfully','error','Saved Attachment Permissions Successfully','vbulletin','vBulletin Solutions',1148072849,'3.6.0 Beta 1'),(5361,-1,'saved_attachment_type_x_successfully','error','Saved Attachment Type <i>{1}</i> Successfully','vbulletin','',0,''),(5362,-1,'saved_automatic_ban_successfully','error','Saved Automatic Ban Successfully','vbulletin','vBulletin Solutions',1157411074,'3.6.1'),(5363,-1,'saved_avatar_successfully','error','Saved Avatar Successfully','vbulletin','',0,''),(5364,-1,'saved_bb_code_x_successfully','error','Saved BB Code <i>{1}</i> Successfully','vbulletin','',0,''),(5365,-1,'saved_category_x_successfully','error','Saved Category <i>{1}</i> Successfully','vbulletin','',0,''),(5366,-1,'saved_channel_permissions_successfully','error','Saved Channel Permissions Successfully','vbulletin','',1343914511,'5.0.0 Alpha 32'),(5367,-1,'saved_channel_x_successfully','error','Saved Channel <i>{1}</i> Successfully','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5368,-1,'saved_content_priority_successfully','error','Saved content priority successfully','vbulletin','vBulletin Solutions',1231951021,'4.0.0 Alpha 1'),(5369,-1,'saved_display_order_successfully','error','Saved Display Order Successfully','vbulletin','',0,''),(5370,-1,'saved_faq_x_successfully','error','Saved help <i>{1}</i> Successfully','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(5371,-1,'saved_holiday_x_successfully','error','Saved Holiday <i>{1}</i> Successfully','vbulletin','',0,''),(5372,-1,'saved_infraction_group_successfully','error','Saved Infraction Group Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5373,-1,'saved_infraction_level_successfully','error','Saved Infraction Level Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5374,-1,'saved_language_successfully','error','Saved Language Successfully','vbulletin','',0,''),(5375,-1,'saved_language_x_successfully','error','Saved Language <i>{1}</i> Successfully','vbulletin','',0,''),(5376,-1,'saved_moderator_x_successfully','error','Saved Moderator <i>{1}</i> Successfully','vbulletin','',0,''),(5377,-1,'saved_notice_x_successfully','error','Saved Notice <em>{1}</em> Successfully','vbulletin','vBulletin Solutions',1189782335,'3.6.8'),(5378,-1,'saved_option_successfully','error','Saved Option Successfully','vbulletin','',0,''),(5379,-1,'saved_option_x_successfully','error','Saved Option <i>{1}</i> Successfully','vbulletin','',0,''),(5380,-1,'saved_paymentapi_x_successfully','error','Saved Payment API <i>{1}</i> Successfully','vbulletin','',0,''),(5381,-1,'saved_permissions_successfully','error','Saved Permissions Successfully','vbulletin','',0,''),(5382,-1,'saved_phrase_x_successfully','error','Saved Phrase <i>{1}</i> Successfully','vbulletin','',0,''),(5383,-1,'saved_post_icon_successfully','error','Saved Post Icon Successfully','vbulletin','',0,''),(5384,-1,'saved_prefix_permissions','error','Saved Prefix Permissions','vbulletin','vBulletin Solutions',1216748247,'3.8.0 Alpha 1'),(5385,-1,'saved_profile_customizations_successfully','error','Saved Profile Customizations Successfully','vbulletin','vBulletin Solutions',1199377656,'3.7.0 Beta 4'),(5386,-1,'saved_profile_picture_successfully','error','Saved Profile Picture Successfully','vbulletin','',0,''),(5387,-1,'saved_promotion_successfully','error','Saved Promotion Successfully','vbulletin','',0,''),(5388,-1,'saved_reputation_level_x_successfully','error','Saved Reputation Level <i>{1}</i> Successfully','vbulletin','',0,''),(5389,-1,'saved_reputation_successfully','error','Saved Reputation Successfully','vbulletin','',0,''),(5390,-1,'saved_rssfeed_x_successfully','error','Saved RSS Feed \'{1}\' Successfully','vbulletin','vBulletin Solutions',1149590393,'3.6.0 Beta 1'),(5391,-1,'saved_scheduled_task_x_successfully','error','Saved Scheduled Task <i>{1}</i> Successfully','vbulletin','',0,''),(5392,-1,'saved_setting_group_x_successfully','error','Saved Setting Group <i>{1}</i> Successfully','vbulletin','',0,''),(5393,-1,'saved_setting_x_successfully','error','Saved Setting <i>{1}</i> Successfully','vbulletin','',0,''),(5394,-1,'saved_settings_successfully','error','Saved Settings Successfully','vbulletin','',0,''),(5395,-1,'saved_signature_picture_successfully','error','Saved Signature Picture Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5396,-1,'saved_signature_successfully','error','Saved Signature Successfully','vbulletin','',0,''),(5397,-1,'saved_smilie_successfully','error','Saved Smilie Successfully','vbulletin','',0,''),(5398,-1,'saved_style_x_successfully','error','Saved Style <i>{1}</i> Successfully','vbulletin','',0,''),(5399,-1,'saved_stylevardfn_x_successfully','error','Saved Stylevar definition {1} successfully','vbulletin','vBulletin Solutions',1239986056,'4.0.0 Alpha 1'),(5400,-1,'saved_subscription_x_successfully','error','Saved Subscription <i>{1}</i> Successfully','vbulletin','',0,''),(5401,-1,'saved_topic_x_successfully','error','Saved Topic <i>{1}</i> Successfully','vbulletin','',0,''),(5402,-1,'saved_user_channel_access_successfully','error','Saved User Channel Access Successfully','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5403,-1,'saved_user_forum_access_successfully','error','Saved User Forum Access Successfully','vbulletin','',0,''),(5404,-1,'saved_user_rank_successfully','error','Saved User Rank Successfully','vbulletin','',0,''),(5405,-1,'saved_user_title_x_successfully','error','Saved User Title <i>{1}</i> Successfully','vbulletin','',0,''),(5406,-1,'saved_user_x_successfully','error','Saved User <i>{1}</i> Successfully','vbulletin','',0,''),(5407,-1,'saved_usergroup_leader_x_successfully','error','Saved Usergroup Leader <i>{1}</i> Successfully','vbulletin','',0,''),(5408,-1,'saved_usergroup_permissions_successfully','error','Saved Subscription Permissions Successfully','vbulletin','vBulletin Solutions',1146676255,'3.6.0 Beta 1'),(5409,-1,'saved_usergroup_x_successfully','error','Saved Usergroup <i>{1}</i> Successfully','vbulletin','',0,''),(5410,-1,'saved_x_successfully','error','Saved {1} Successfully','vbulletin','',0,''),(5411,-1,'saved_x_y_successfully','error','Saved {1} <i>{2}</i> Successfully','vbulletin','',0,''),(5412,-1,'searchdisabled','error','Searching has been disabled.','vbulletin','',0,''),(5413,-1,'searchfloodcheck','error','This forum requires that you wait {1} seconds between searches. Please try again in {2} seconds.','vbulletin','',0,''),(5414,-1,'searchnametooshort','error','Please enter a name longer than 3 characters to do a partial match on.','vbulletin','',0,''),(5415,-1,'searchnoresults','error','Sorry - no matches. Please try some different terms.\r\n\r\n{1}','vbulletin','',0,''),(5416,-1,'searchspecifyterms','error','Please specify some words or valid user names to search on. There were no matches for those that you specified.','vbulletin','',0,''),(5417,-1,'security_alert_hash_mismatch','error','Security alert: hash mismatch. Please press back, refresh the page, and try again.','vbulletin','',0,''),(5418,-1,'security_alert_tools_still_exists_in_x','error','Security Alert!<br /><br /> tools.php still remains in the /{1}/ directory.<br /><br /> This poses a security risk, so please delete that file immediately. You cannot access the control panel until you do so.','vbulletin','',0,''),(5419,-1,'security_alert_x_still_exists','error','Security Alert!<br /><br />\r\nThe /install directory still exists.<br /><br />\r\nThis poses a security risk, so please delete that directory immediately. You cannot access the control panel until you do so.','vbulletin','vBulletin Solutions',1378980777,'5.0.6 Alpha 1'),(5420,-1,'security_token_guest','error','Your submission could not be processed because you have logged in since the previous page was loaded.<br />\r\n<br />\r\nPlease push the back button and reload the previous window.','vbulletin','vBulletin Solutions',1212160587,'3.8.0 Alpha 1'),(5421,-1,'security_token_invalid','error','Your submission could not be processed because a security token was invalid.<br />\r\n<br />\r\nIf this occurred unexpectedly, please <a href=\"{1}\">inform the administrator</a> and describe the action you performed before you received this error.','vbulletin','vBulletin Solutions',1212160421,'3.8.0 Alpha 1'),(5422,-1,'security_token_missing','error','Your submission could not be processed because a security token was missing.<br />\r\n<br />\r\nIf this occurred unexpectedly, please <a href=\"{1}\">inform the administrator</a> and describe the action you performed before you received this error.','vbulletin','vBulletin Solutions',1212160367,'3.8.0 Alpha 1'),(5423,-1,'security_token_timeout','error','Your submission could not be processed because the token has expired.<br />\r\n<br />\r\nPlease push the back button and reload the previous window.','vbulletin','vBulletin Solutions',1217249747,'3.8.0 Alpha 1'),(5424,-1,'session_timed_out_login','error','Your session timed out while you were operating and you were logged out. You must log in again to continue.','vbulletin','vBulletin Solutions',1355406682,'5.0.0 Beta 23'),(5425,-1,'setting_validation_error_cookietimeout','error','Setting a cookie timeout shorter than 60 seconds could render your board unusable, as you may not have time to enter the control panel to change the cookie timeout value to something longer before you are logged out.','vbulletin','vBulletin Solutions',1160587674,'3.6.3'),(5426,-1,'setting_validation_error_globalignore','error','This field must contain a list of user IDs separated by spaces or be empty. Example, \'1 2 3 4\' ','vbulletin','vBulletin Solutions',1156504577,'3.6.1'),(5427,-1,'setting_validation_error_rpuserid','error','Invalid Username','vbulletin','vBulletin Solutions',1149695883,'3.6.0 Beta 1'),(5428,-1,'setting_validation_error_showvotes','error','Enter a value greater than 1','vbulletin','vBulletin Solutions',1158271350,'3.6.2'),(5429,-1,'setting_validation_error_thumbcolor','error','Color codes must be entered in the format <strong>#E67A6D</strong>','vbulletin','vBulletin Solutions',1149694632,'3.6.0 Beta 1'),(5430,-1,'setting_validation_error_welcomepm','error','Invalid Username','vbulletin','vBulletin Solutions',1149696030,'3.6.0 Beta 1'),(5431,-1,'settings_not_found','error','An error occurred while attempting to retrive settings.','vbulletin','',1326388453,'5.0.0 Alpha 16'),(5432,-1,'showemail','error','The email address for {1} is <a href=\"mailto:{2}\">{2}</a>','vbulletin','',0,''),(5433,-1,'sig_bbcode_size_tag_too_big','error','BB code size value is too big.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5434,-1,'sig_pic_already_used','error','You may not use your signature picture more than once.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5435,-1,'sigtoolong_excludingbbcode','error','Your signature cannot be longer than {1} characters <em>excluding</em> BB code markup.','vbulletin','vBulletin Solutions',1206965706,'3.7.0 Release Candidate 2'),(5436,-1,'sigtoolong_includingbbcode','error','Your signature cannot be longer than {1} characters <em>including</em> BB code markup.','vbulletin','vBulletin Solutions',1206965718,'3.7.0 Release Candidate 2'),(5437,-1,'sigtoomanylines','error','Your signature contains too many lines and must be shortened. You may only have up to {1} line(s). Long text may have been implicitly wrapped, causing it to be counted as multiple lines.','vbulletin','vBulletin Solutions',1206620816,'3.7.0 Release Candidate 2'),(5438,-1,'sitemap_creation_failed','error','Creation of one of the sitemap files failed. Please check the permissions on the sitemap directory.<br />\r\n<br />\r\nOnce you have done this, <a href=\"sitemap.php?do=removesession\">remove the sitemap session</a> and try again.','vbulletin','vBulletin Solutions',1232038090,'4.0.0 Alpha 1'),(5439,-1,'sitemap_cron_build_not_scheduled','error','An automatic sitemap build is not scheduled yet. If you wish to build the sitemap, you must change the automatic build frequency in the <a href=\"options.php?do=options&dogroup=sitemap\">options</a> or <a href=\"sitemap.php?do=buildsitemap\">build it manually</a>.','vbulletin','vBulletin Solutions',1232376948,'4.0.0 Alpha 1'),(5440,-1,'sitemap_cron_option_not_enabled','error','The sitemap cannot be generated via the scheduled task until the <a href=\"options.php?do=options&dogroup=sitemap\">option</a> is enabled.','vbulletin','vBulletin Solutions',1232038361,'4.0.0 Alpha 1'),(5441,-1,'sitemap_currently_generated_admincp','error','The sitemap is currently being generated in the admin control panel. The scheduled task will not run while the sitemap is being built in the control panel.','vbulletin','vBulletin Solutions',1232038251,'4.0.0 Alpha 1'),(5442,-1,'sitemap_path_not_writable','error','The directory the sitemap files are to be written into is not writeable. Please change the permissions on the path to be writeable by the web server or enter a different path in the <a href=\"options.php?do=options&dogroup=sitemap\">sitemap options</a>.','vbulletin','vBulletin Solutions',1232385730,'4.0.0 Alpha 1'),(5443,-1,'sitemap_running_cron','error','The sitemap is currently being built via the scheduled task. If you wish to build it manually, <a href=\"sitemap.php?do=removesession\">remove the sitemap session</a> and try again.','vbulletin','vBulletin Solutions',1232038414,'4.0.0 Alpha 1'),(5444,-1,'smilie_categories_dont_support_permissions','error','Sorry, smilie categories do not support usergroup permissions','vbulletin','',0,''),(5445,-1,'smilie_replace_text_x_exists','error','A smilie with the replacement text \'<i>{1}</i>\' already exists. This replacement must be unique.','vbulletin','',0,''),(5446,-1,'social_group_category_deleted','error','Group category deleted','vbulletin','',1260377403,'4.0.0 Release Candidate 2'),(5447,-1,'sorry_no_tables_were_submitted_to_be_renamed','error','Sorry, no tables were submitted to be renamed.','vbulletin','',0,''),(5448,-1,'sorry_you_are_not_allowed_to_edit_admin_permissions','error','<b>Sorry, you are not allowed to edit administrator permissions.</b><br /> <br /> If you think you <i>should</i> have permission to access this page, you will need to edit the <i>$config[\'SpecialUsers\'][\'superadmins\']</i> variable in the <i>includes/config.php</i> file.<br /> <br /> To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access, separating each user ID with a comma, like this:<br /> <br /> <code>$config[\'SpecialUsers\'][\'superadmins\'] = \'1,25,57\';</code><br /> <br /> To allow only a single administrator to access this page, simply add that user\'s ID with no commas, like this:<br /> <br /> <code>$config[\'SpecialUsers\'][\'superadmins\'] = \'1\';</code>','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Release Candidate 1'),(5449,-1,'source_and_destination_identical','error','The <b>source</b> and <b>destination</b> users cannot be identical','vbulletin','',0,''),(5450,-1,'sphinx_error_x','error','Sphinx Error: {1}','vbulletin','',0,'5.0.3 Alpha 2'),(5451,-1,'start_date_after_end_gerror','error','Start date is after the end date','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5452,-1,'strikes','error','Wrong username or password. <b>You have used up your failed login quota! Please wait 15 minutes before trying again.</b> Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"{1}\" target=\"_top\">here</a>!','vbulletin','',1329338585,'5.0.0 Alpha 18'),(5453,-1,'style_already_exists','error','A style called \'<i>{1}</i>\' already exists. - To use this style file, either overwrite the style called \'<i>{1}</i>\', or enter a different title on the upload form.','vbulletin','',0,''),(5454,-1,'style_generator_browser_not_supported','error','The vBulletin Style Generator does not support the browser you are using. Please try again with a newer browser.','vbulletin','',1282623434,'4.0.7'),(5455,-1,'stylevar_saved_successfully','error','Saved Stylevar Successfully','vbulletin','vBulletin Solutions',1238150715,'4.0.0 Alpha 1'),(5456,-1,'stylevar_x_already_exists','error','The stylevar \'{1}\' already exists.','vbulletin','vBulletin Solutions',1238151480,'4.0.0 Alpha 1'),(5457,-1,'table_status_not_available','error','Table Status Not Available on MySQL Version {1}','vbulletin','',0,''),(5458,-1,'tag_exists','error','This tag already exists.','vbulletin','vBulletin Solutions',1190808799,'3.7.0 Beta 1'),(5459,-1,'tag_limit_error','error','Tag limit exceeded.','vbulletin','vBulletin Solutions',1384271177,'5.1.0 Alpha 5'),(5460,-1,'tag_no_censored','error','You cannot use a tag that contains censored words.','vbulletin','vBulletin Solutions',1190899144,'3.7.0 Beta 1'),(5461,-1,'tag_no_comma','error','Tags cannot contain delimiters (such as commas).','vbulletin','vBulletin Solutions',1211458540,'3.7.1'),(5462,-1,'tag_no_create','error','You do not have permission to create tags. You may only use existing tags.','vbulletin','vBulletin Solutions',1190899168,'3.7.0 Beta 1'),(5463,-1,'tag_not_allowed','error','BB code <b>{1}</b> is not allowed.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5464,-1,'tag_not_exist','error','There is no tag with that value.','vbulletin','',1326388453,'5.0.0 Alpha 16'),(5465,-1,'tag_saved','error','Tag Saved Successfully','vbulletin','vBulletin Solutions',1190808717,'3.7.0 Beta 1'),(5466,-1,'tag_too_long_max_x','error','You specified a tag that was too long. A tag can only be {1} characters.','vbulletin','vBulletin Solutions',1190899076,'3.7.0 Beta 1'),(5467,-1,'tag_too_short_min_x','error','You specified a tag that was too short. A tag must be at least {1} characters.','vbulletin','vBulletin Solutions',1196252509,'3.7.0 Beta 1'),(5468,-1,'tag_x_converted_to_y','error','Tag {1} was converted to standard tag {2}','vbulletin','',1226620291,'4.0.0 Alpha 1'),(5469,-1,'tag_x_not_be_common_words','error','Tags cannot be overly common words ({1}).','vbulletin','vBulletin Solutions',1196435117,'3.7.0 Beta 1'),(5470,-1,'tags_deleted_successfully','error','Tags successfully deleted','vbulletin','',1226620317,'4.0.0 Alpha 1'),(5471,-1,'tags_edited_successfully','error','Tags Edited Successfully','vbulletin','vBulletin Solutions',1198717163,'3.7.0 Beta 4'),(5472,-1,'task_not_enabled_product_x_disabled','error','This scheduled task cannot be enabled. <em>{1}</em>, the product associated with this task, is currently disabled. It must be enabled before this task can be enabled.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5473,-1,'temp_file_create_error','error','Could not create temporary file.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5474,-1,'template_conditional_beginning_missing_x','error','<blockquote>The conditional on line {1} appears to be missing its beginning tag (<if>). This may cause unexpected behavior.</blockquote>','vbulletin','vBulletin Solutions',1187004075,'3.6.8'),(5475,-1,'template_conditional_end_missing_x','error','<blockquote>The conditional on line {1} appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.</blockquote>','vbulletin','vBulletin Solutions',1150118407,'3.6.0 Beta 2'),(5476,-1,'template_conflict_exists','error','This template contains merge conflicts. It is highly recommended that you resolve all conflicts before saving the template as the template will not function properly otherwise. Once you save a conflicted template, vBulletin will mark the conflict as resolved and it will no longer be displayed on the conflict resolution screen.','vbulletin','vBulletin Solutions',1233160089,'4.0.0 Alpha 1'),(5477,-1,'template_history_entries_deleted','error','Template History Entries Deleted','vbulletin','',0,''),(5478,-1,'template_merge_notifications_dismissed','error','Template Merge Notifications Dismissed','vbulletin','',1255563836,'4.0.0 Alpha 6'),(5479,-1,'template_text_not_safe','error','The text for the template contains potentially unsafe code. Text in curly style php string substitution expressions (like {$vbulletin->somevalue}) is only allowed to contain the characters in a-z, A-Z, 0-9, square brackets ( [] ), and quotes ( \"\' ). This prevents possible arbitrary code execution when the phrase is processed.','vbulletin','',1270152153,'4.0.4'),(5480,-1,'template_x_exists','error','The template \'{1}\' already exists in this style.','vbulletin','',0,''),(5481,-1,'templates_merged','error','Templates Merged Successfully','vbulletin','vBulletin Solutions',1223032685,'4.0.0 Alpha 1'),(5482,-1,'test_file_write_failed','error','We attempted to write a test file to <b>{1}</b>, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.','vbulletin','',0,''),(5483,-1,'there_is_already_bb_code_named_x','error','There is already a BB code tag named \'{1}\'. You may not create duplicate names.','vbulletin','vBulletin Solutions',1206965727,'3.7.0 Release Candidate 2'),(5484,-1,'there_is_already_faq_item_named_x','error','There is already a help Item named \'{1}\'. You may not create duplicate names.','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(5485,-1,'there_is_already_option_named_x','error','There is already an option named \'{1}\'. You may not create duplicate names.','vbulletin','vBulletin Solutions',1162212355,'3.6.3'),(5486,-1,'there_is_already_phrase_named_x','error','There is already a phrase named \'{1}\'. You may not create duplicate names.','vbulletin','',0,''),(5487,-1,'there_is_already_prefix_named_x','error','There is already a prefix named \'{1}\'. You may only have 1 prefix with this name.','vbulletin','vBulletin Solutions',1190029321,'3.7.0 Beta 1'),(5488,-1,'there_is_already_prefix_set_named_x','error','There is already a prefix set named \'{1}\'. You may only have 1 prefix set with this name.','vbulletin','vBulletin Solutions',1190029344,'3.7.0 Beta 1'),(5489,-1,'there_is_already_setting_named_x','error','There is already a setting named \'{1}\'. You may not create duplicate settings.','vbulletin','',0,''),(5490,-1,'there_were_errors_encountered_with_your_upload_x','error','There was an error encountered with your upload:<br />\r\n<br />\r\n<ul>\r\n<li>{1}</li>\r\n</ul>','vbulletin','',0,''),(5491,-1,'this_channel_does_not_have_any_moderators','error','This channel does not have any moderators.','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5492,-1,'this_is_already_option_named_x','error','There is already an option named \'{1}\'. You may not create duplicate names.','vbulletin','',0,''),(5493,-1,'this_user_is_already_a_moderator','error','This User is already a Moderator in the specified Forum.','vbulletin','',0,''),(5494,-1,'thumbnail_failed_x','error','Image resize failed: <pre>{1}</pre>','vbulletin','vBulletin Solutions',1260318495,'4.0.0 Release Candidate 2'),(5495,-1,'thumbnail_nocreateimage','error','Image resize failed due to either an invalid image or the wrong version of GD specified in the vBulletin settings.','vbulletin','vBulletin Solutions',1260318486,'4.0.0 Release Candidate 2'),(5496,-1,'thumbnail_nocreateimage_gif','error','Image thumbnail creation failed from GIF.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5497,-1,'thumbnail_nocreateimage_jpeg','error','Image thumbnail creation failed from JPEG.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5498,-1,'thumbnail_nocreateimage_png','error','Image thumbnail creation failed from PNG.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5499,-1,'thumbnail_nocreateimage_truecolor','error','Image thumbnail creation failed with true color.','vbulletin','',1322764247,'5.0.0 Alpha 23'),(5500,-1,'thumbnail_nogetimagesize','error','Image resize failed due to inability to obtain image size.','vbulletin','vBulletin Solutions',1260318471,'4.0.0 Release Candidate 2'),(5501,-1,'thumbnail_nosupport','error','Image resize failed due to your image library not having support for this image type.','vbulletin','vBulletin Solutions',1260318422,'4.0.0 Release Candidate 2'),(5502,-1,'thumbnail_notcorrectimage','error','Image resize failed since the extension of this file is incorrect.','vbulletin','vBulletin Solutions',1260318411,'4.0.0 Release Candidate 2'),(5503,-1,'thumbnail_notenoughmemory','error','Image resize failed due to insufficient memory.','vbulletin','vBulletin Solutions',1260318397,'4.0.0 Release Candidate 2'),(5504,-1,'title_required','error','Thread title is required.','vbulletin','vBulletin Solutions',1359393790,'5.0.0 Release Candidate 1'),(5505,-1,'title_toolong','error','The title that you have entered is too long ({1} characters). Please shorten it to {2} characters long.','vbulletin','vBulletin Solutions',1159272519,'3.6.2'),(5506,-1,'too_many_profile_field_options','error','You may only specify up to <b>31</b> options for <b>checkbox</b> or <b>select_multiple</b> input types. You entered <b>{1}</b> options for this field.','vbulletin','vBulletin Solutions',1204733516,'3.7.0 Beta 6'),(5507,-1,'toobusy','error','The server is too busy at the moment. Please try again later.','vbulletin','',0,''),(5508,-1,'toolong','error','The text that you have entered is too long ({1} characters). Please shorten it to {2} characters long.','vbulletin','',0,''),(5509,-1,'toomanyimages','error','You have included a total of {1} images in your message. The maximum number that you may include is {2}. Please correct the problem and then continue again.\r\n<br />\r\n<br />\r\nImages include use of smilies, the BB code [img] tag, and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.','vbulletin','vBulletin Solutions',1353363341,'5.0.0 Beta 21'),(5510,-1,'tooshort','error','The message you have entered is too short. Please lengthen your message to at least {1} characters.','vbulletin','',0,''),(5511,-1,'unable_to_delete_file','error','Unable to delete file','vbulletin','',0,''),(5512,-1,'unable_to_open_url','error','Unable to open URL or no data returned.','vbulletin','vBulletin Solutions',1151348042,'3.6.0 Beta 4'),(5513,-1,'unable_to_read_md5_sums','error','Unable to read MD5 sums from file includes/md5_sums_vbulletin.php','vbulletin','',0,''),(5514,-1,'unclosed_curlybrace','error','Unclosed Curly Brace Expression','vbulletin','',1263353148,'4.0.2'),(5515,-1,'unclosed_tag','error','Unclosed Tag','vbulletin','',1263350882,'4.0.2'),(5516,-1,'under_thirteen_registration_denied','error','Sorry, we are unable to register your account at this time.','vbulletin','vBulletin Solutions',1144876472,'3.6.0 Beta 1'),(5517,-1,'unexpected_error','error','An unexpected error was returned: \'{1}\'','vbulletin','',1314822592,'5.0.0 Alpha 1'),(5518,-1,'unregistereduser','error','This user has not registered and therefore does not have a profile to view.','vbulletin','',0,''),(5519,-1,'updated_answer_successfully','error','Updated Answer Successfully','vbulletin','vBulletin Solutions',1192563493,'3.7.0 Beta 1'),(5520,-1,'updated_attachment_successfully','error','Updated Attachment Successfully','vbulletin','',0,''),(5521,-1,'updated_forum_successfully','error','Updated Forum Successfully','vbulletin','',0,''),(5522,-1,'updated_hook_successfully','error','Hook Updated Successfully','vbulletin','',1340581456,'5.0.0 Alpha 28'),(5523,-1,'updated_post_counts_successfully','error','Updated Post Counts Successfully','vbulletin','',0,''),(5524,-1,'updated_question_successfully','error','Updated Question Successfully','vbulletin','vBulletin Solutions',1192563513,'3.7.0 Beta 1'),(5525,-1,'updated_reason_successfully','error','Updated Reason Successfully','vbulletin','',0,''),(5526,-1,'updated_signature_cache_successfully','error','Updated Signature Cache Successfully','vbulletin','',1142519066,'3.6.0 Beta 1'),(5527,-1,'updated_styles_successfully','error','Updated Styles Successfully','vbulletin','',0,''),(5528,-1,'updated_subscription_permissions_successfully','error','Updated Subscription Permissions Successfully','vbulletin','vBulletin Solutions',1146676316,'3.6.0 Beta 1'),(5529,-1,'updated_threads_posts_successfully','error','Updated Topics / Posts Successfully','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5530,-1,'updated_threads_successfully','error','Updated Topics Successfully','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5531,-1,'updated_user_titles_successfully','error','Updated User Titles Successfully','vbulletin','',0,''),(5532,-1,'updated_usernames_successfully','error','Updated User Names Successfully','vbulletin','',0,''),(5533,-1,'updateprofilefields','error','You have empty profile fields that are required to be filled in. Please <a href=\"{1}\">click here to edit your profile</a> and update these fields.','vbulletin','vBulletin Solutions',1347066439,'5.0.0 Beta 18'),(5534,-1,'upload_album_pics_countfull_x','error','The amount of pictures exceeds your pictures-per-album quota by {1}.','vbulletin','',1349282990,'5.0.0 Beta 14'),(5535,-1,'upload_album_sizefull','error','This picture exceeds your total album file-size quota by {1}.','vbulletin','vBulletin Solutions',1192541954,'5.0.0 Beta 17'),(5536,-1,'upload_attachfull_total','error','Exceeds forum quota by {1}.','vbulletin','',0,''),(5537,-1,'upload_attachfull_user','error','Exceeds your quota by {1}. <a href=\"misc.php?{2}do=attachments\" target=\"_blank\">Click here to view your attachments</a>','vbulletin','',0,''),(5538,-1,'upload_copyfailed','error','Failed to write file. Check disc quotas and permissions for the path: {2}','vbulletin','vBulletin Solutions',1181926516,'3.6.8'),(5539,-1,'upload_exceeds_dimensions','error','The Dimension limits for this filetype are {1} x {2}. We were unable to resize your file so you will need to do so manually and upload it again. Your file is currently {3} x {4}.','vbulletin','',0,''),(5540,-1,'upload_file_created_with_different_version','error','This file was created using a different version of vBulletin from the one you are running.<br /><br />Your version: {1}<br />File version: {2}','vbulletin','',0,''),(5541,-1,'upload_file_exceeds_forum_limit','error','Your file of {1} bytes exceeds the forum\'s limit of {2} for this filetype.','vbulletin','',0,''),(5542,-1,'upload_file_exceeds_limit','error','Your file of {1} bytes exceeds the limit of {2}.','vbulletin','vBulletin Solutions',1349819259,'5.0.0 Beta 15'),(5543,-1,'upload_file_exceeds_php_limit','error','File exceeds PHP\'s file-size limit of {1}.','vbulletin','',1344993268,'5.0.0 Alpha 35'),(5544,-1,'upload_file_failed','error','Upload of file failed.','vbulletin','',0,''),(5545,-1,'upload_file_partially_uploaded','error','File was only partially uploaded due to server problem.','vbulletin','',0,''),(5546,-1,'upload_file_system_is_not_writable','error','File system directory is not writable.','vbulletin','',0,''),(5547,-1,'upload_file_system_is_not_writable_path','error','File system directory \"{1}\" is not writable or cannot be found. Please create this directory; ensure the directory is writable or change the directory setting.','vbulletin','',1255009057,'4.0.0 Alpha 5'),(5548,-1,'upload_fopen_disabled','error','Remote file uploads have been disabled.','vbulletin','',0,''),(5549,-1,'upload_imageinfo_failed_x','error','Imageinfo Failed: <pre>{1}</pre>','vbulletin','',0,''),(5550,-1,'upload_invalid_animatedgif','error','You may not upload animated images.','vbulletin','',0,''),(5551,-1,'upload_invalid_file','error','Invalid File','vbulletin','',0,''),(5552,-1,'upload_invalid_image','error','This is not a valid image file.','vbulletin','',0,''),(5553,-1,'upload_invalid_image_extension','error','This {1} image has the incorrect file extension.','vbulletin','',0,''),(5554,-1,'upload_invalid_imagepath','error','Unable to save image','vbulletin','vBulletin Solutions',1150192126,'3.6.0 Beta 2'),(5555,-1,'upload_invalid_url','error','Invalid URL','vbulletin','',0,''),(5556,-1,'upload_remoteimage_toolarge','error','Remote file is too large','vbulletin','',0,''),(5557,-1,'upload_stopped_by_extension','error','Upload stopped by a PHP extension','vbulletin','vBulletin Solutions',1190139657,'3.7.0 Beta 1'),(5558,-1,'upload_total_album_pics_countfull','error','This picture exceeds your total album picture quota by {1}.','vbulletin','vBulletin Solutions',1192541938,'3.7.0 Beta 1'),(5559,-1,'upload_unable_move','error','Unable to move/copy file','vbulletin','',0,''),(5560,-1,'upload_writefile_failed','error','Upload failed due to failure writing temporary file.','vbulletin','',0,''),(5561,-1,'user_accounts_merged','error','User accounts merged. {1} has been deleted.<br /><br />\r\nYou need to <a href=\"misc.php?do=chooser\" target=\"_blank\">Update User Titles and Ranks and Rebuild Topic Information counters</a> now if you wish to remove traces of {1} from last post information and to update {2}\'s new user title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5562,-1,'user_accounts_validated','error','User accounts validated and users notified.','vbulletin','',0,''),(5563,-1,'user_is_protected_from_alteration_by_undeletableusers_var','error','Sorry, this user is protected from being altered in the config.php file by the $config[\'SpecialUsers\'][\'undeletableusers\'] variable.','vbulletin','',0,''),(5564,-1,'user_no_longer_moderator','error','It appears that this user is no longer a moderator. The most likely cause for this message is that you accidentally clicked the remove button twice.','vbulletin','',0,''),(5565,-1,'user_records_repaired','error','All users have been checked and any lost records found have been restored','vbulletin','',0,''),(5566,-1,'user_x_has_been_banned_permanently','error','User <b>{1}</b> has been banned permanently','vbulletin','',0,''),(5567,-1,'user_x_has_been_banned_until_y','error','User <b>{1}</b> has been banned until {2}','vbulletin','',0,''),(5568,-1,'usergroup_cantleave_groupleader','error','You cannot leave a usergroup of which you are a leader.','vbulletin','',0,''),(5569,-1,'usergroup_cantleave_notmember','error','You cannot leave a usergroup to which you do not belong!','vbulletin','',0,''),(5570,-1,'usergroup_cantleave_notpublic','error','Cannot leave a group that is not public.','vbulletin','vBulletin Solutions',1384204005,'5.1.0 Alpha 5'),(5571,-1,'usergroup_cantleave_primary','error','You cannot leave your primary usergroup','vbulletin','',0,''),(5572,-1,'usergroup_equals_secondary','error','This user\'s primary usergroup is also listed as a secondary group for this user. Please change the primary group or remove the secondary group.','vbulletin','',0,''),(5573,-1,'usergroup_invaliddisplaygroup','error','The usergroup you specified cannot be used as a primary display group','vbulletin','',0,''),(5574,-1,'usergroup_not_public_or_invalid','error','The usergroup you selected is either not a public group, or does not exist','vbulletin','',0,''),(5575,-1,'usergroup_notcurrentuser','error','Cannot request that another user leave a group.','vbulletin','vBulletin Solutions',1384203970,'5.1.0 Alpha 5'),(5576,-1,'username_contains_semi_colons','error','Sorry, the username entered contains one or more semi-colon characters ( <b>;</b> ).<br /><br />Please go back and remove any semi-colons','vbulletin','',0,''),(5577,-1,'username_same_as_password','error','Your password is the same as your username. This is no longer allowed.<br />\r\n<br />\r\nPlease change your password using <a href=\"{1}\">this page</a>.','vbulletin','vBulletin Solutions',1347066295,'5.0.0 Beta 18'),(5578,-1,'usernametaken','error','That username is already in use or does not meet the administrator\'s standards. If you are {1} and you have forgotten your password, click <a href=\"login.php?{2}do=lostpw\">here</a>.','vbulletin','vBulletin Solutions',1171279360,'3.6.5'),(5579,-1,'usernametaken_edit_here','error','The username {1} is already in use. You can edit that user <a href=\"user.php?{2}do=edit&u={3}\">here</a>','vbulletin','',0,''),(5580,-1,'usernametoolong','error','Your username cannot be longer than {1} characters.','vbulletin','',0,''),(5581,-1,'usernametooshort','error','Your username cannot be shorter than {1} characters.','vbulletin','',0,''),(5582,-1,'validation_length_between_x_y_z','error','You entered a value {1} character(s) long. The value must be between {3} and {2} characters long.','vbulletin','',1262469125,'4.0.1'),(5583,-1,'validation_tooshort_x_y','error','Too short ({1} characters). Please lengthen to at least {2} characters.','vbulletin','',1262468958,'4.0.1'),(5584,-1,'variable_name_exists','error','You have attempted to change the variable name from \'<i>{1}</i>\' to \'<i>{2}</i>\', but a phrase already exists with the variable name \'<i>{2}</i>\'. - The update cannot continue','vbulletin','',0,''),(5585,-1,'variables_missing_suhosin','error','Required variables have gone missing and execution can not continue. Please try again.<br />\r\n<br />\r\nThis error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:\r\n<ul>\r\n<li>php_value suhosin.post.max_vars</li>\r\n<li>php_value suhosin.request.max_vars</li>\r\n</ul>','vbulletin','vBulletin Solutions',1200570235,'3.7.0 Beta 4'),(5586,-1,'version_check_connect_failed_host_x_error_y','error','Version check connection to host {1} failed. Please try again later.<br />\r\n<br />\r\nThe error returned was: \'{2}\'','vbulletin','',1142519066,'3.6.0 Beta 1'),(5587,-1,'version_check_failed_not_found','error','Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5588,-1,'words_very_common','error','The following words are either very common, too long, or too short and were not included in your search: <br />{1}','vbulletin','',1255952101,'4.0.0 Alpha 6'),(5589,-1,'xml_error_x_at_line_y','error','XML Error: {1} at Line {2}','vbulletin','',0,''),(5590,-1,'you_can_not_remove_vbulletin_copyright','error','Sorry, you cannot remove the vBulletin copyright text using this page.<br /><br />You must use the main template editor to do this, <b>if your license allows you to remove the vBulletin copyright text</b>.','vbulletin','',0,''),(5591,-1,'you_can_only_create_x_blogs','error','You can only create {1} Blog(s). ','vbulletin','vBulletin Solutions',1357324237,'5.0.0 Beta 25'),(5592,-1,'you_can_only_create_x_groups','error','You can only create {1} group(s). ','vbulletin','',1218711488,'3.8.0 Alpha 1'),(5593,-1,'you_can_only_create_x_groups_delete','error','You can only create {1} group(s). You may delete a group in order to create a new one.','vbulletin','',1218711450,'3.8.0 Alpha 1'),(5594,-1,'you_did_not_enter_a_valid_value','error','You did not enter a valid value for this setting.','vbulletin','vBulletin Solutions',1149694439,'3.6.0 Beta 1'),(5595,-1,'you_did_not_select_any_prefixes','error','You did not select any prefixes.','vbulletin','vBulletin Solutions',1216748060,'3.8.0 Alpha 1'),(5596,-1,'you_did_not_select_any_valid_threads','error','You did not select any valid topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5597,-1,'you_do_not_have_permission_forum','error','You do not have permission to manage announcements in this forum.','vbulletin','',0,''),(5598,-1,'you_do_not_have_permission_global','error','You do not have permission to manage Global announcements.','vbulletin','',0,''),(5599,-1,'you_have_been_logged_out_of_the_cp','error','You have been logged out of the control panel','vbulletin','vBulletin Solutions',1224274919,'4.0.0 Alpha 1'),(5600,-1,'you_must_enter_the_password_token_into_the_message','error','You must enter the password token {password} into the email message.','vbulletin','',1219318660,'3.8.0 Alpha 1'),(5601,-1,'you_must_pick_a_usergroup_or_channel_to_check_permissions','error','You must pick a usergroup or channel for which to check permissions','vbulletin','',0,''),(5602,-1,'your_server_has_safe_mode_enabled','error','Your server has PHP\'s SAFE_MODE enabled. You cannot move attachments to files while SAFE_MODE is enabled. Please contact your host and ask them to consider disabling it if you wish to use the file system for attachments.','vbulletin','',0,''),(5603,-1,'your_vb_settings_have_been_updated_to_store_attachments_in_x','error','Your vBulletin settings have now been updated to store attachments in <b>{1}</b> rather than <b>{2}</b>.<br /><br /> You must now manually move all attachments to the new folder, using an FTP client or a shell command such as:<br /><br /> <code>mv -rf {2}/* {1}/</code>','vbulletin','',0,''),(5604,-1,'your_vb_settings_have_been_updated_to_store_images_in_x','error','Your vBulletin settings have now been updated to store images in <b>{1}</b> rather than <b>{2}</b>.<br /><br /> You must now manually move all avatars to the new folder, using an FTP client or a shell command such as:<br /><br /> <code>mv -rf {2}/* {1}/</code>','vbulletin','',0,''),(5605,-1,'your_version_no_image_support','error','Your version of PHP does not have image support. Please make sure you have enabled GD if your server does support it by going to Options -> vBulletin Options -> Image Settings','vbulletin','',0,''),(5606,-1,'yourpmquotaexceeded','error','You have reached your stored private message quota of {1} messages. You have {2} messages saved combined in your private message folders. You cannot send any further messages until space has been created.','vbulletin','vBulletin Solutions',1354235291,'5.0.0 Beta 21'),(5607,-1,'account_avatar_gfaqtext','faqtext','<p>To add an avatar to your account, please visit your user profile. You can visit your User Profile by clicking on your name in the upper right corner and selecting \"User Profile\" from the drop down menu.</p>\r\n\r\n<p>Once on your user profile, hover your mouse over the default avatar presented. You will be shown a link to upload your avatar. Click on it and follow the instructions on the screen. If you\'re avatar is too large, you will be provide with an opportunity to clip the image to fit.</p>','vbulletin','vBulletin Solutions',1364572910,'5.0.2 Alpha 2'),(5608,-1,'account_customizeprofile_gfaqtext','faqtext','<p>The site administrator may have given you the ability to customize your profile. This allows you to change the fonts, colors and backgrounds on different elements of your user profile. To get started click on your name in the top right corner and select My Profile from the drop down. Once viewing your User Profile, click the \"Customize My Theme\" button in the left column.</p>\r\n\r\n<p>This will open up the customization interface above your user profile. You will see three tabs covering the different areas you can customize. These are:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Navigation Bar - Allows you to change the look of your profile\'s navigation. This is the area where it says Activity, Subscribed, About, Media.</li>\r\n<li>Content - This customizes the main content areas that show for each of the above tabs.</li>\r\n<li>User Panel - This is your information panel on the left side of the screen.</li>\r\n</ul>\r\n<p>As you make changes in the customization tool, they are reflected on your User Profile for review. When you are done making changes, clicking the \"Save\" button will save them for you. If you wish to abort your changes, then click the \"Exit Without Saving\" button.</p>\r\n<h2>Navigation Bar</h2>\r\n<p>Your profile\'s navigation bar has four subsections available for customization. These are:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Active - The currently selected tab. Usually you will want to highlight this tab to provide a visual indication to the person viewing your profile.</li>\r\n<li>Inactive - All the other tabs.</li>\r\n<li>Toolbar - This controls the look of the toolbar directly under your Navigation Bar. </li>\r\n<li>Buttons - Controls the look of any buttons in the Navigation Area. These appear on the Toolbar and there are buttons present on the Subscribed and Media tabs.</li>\r\n</ul></div>\r\n<h2>Content</h2>\r\n<p>There are four areas of customization available for your content. These are:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Colors - Allows you to change the border and background colors throughout the content areas of your user profile.</li>\r\n<li>Header - Currently headers separate the different areas on your About tab.</li>\r\n<li>Text - Allows you to change the font used as well as the colors used for links on your profile.</li>\r\n<li>Buttons - Changes the look and feel of all buttons located in the content area of your user profile.</li>\r\n</ul></div>\r\n<h2>User Panel</h2>\r\n<p>There are three areas available for customization on the user panel. These are:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Colors - Colors of the borders and you would set the background color or image here as well.</li>\r\n<li>Text - Text color and font style would be chosen here.</li>\r\n<li>Buttons - This allows you to set the text color and backgrounds for buttons in the User Panel.</li>\r\n</ul></div>\r\n<h2>What are these codes used for colors?</h2>\r\n<p>The color codes are called \"Hex Codes\" and they can be used to represent all colors in the fashion of #RRGGBB where R equals Red, G equals Green and B equals Blue. Combining variants of these three colors make up all colors you see on your computer monitor. You can used certain named colors as well. You can learn more about colors at <a href=\"http://www.w3schools.com/html/html_colors.asp\" target=\"_blank\">W3Schools Colors</a>.</p>\r\n<p> You can also click on the color swatch for each color setting to choose from a color picking tool. Simply click on the color you want and the software will insert it for you.</p>\r\n<h2>Can I upload images for backgrounds?</h2>\r\nYes, if your site administrator as allowed it then you can upload images to use as your backgrounds in your user profile. Simply choose image in the Background portion of your tabs.','vbulletin','vBulletin Solutions',1378241578,'5.0.6 Alpha 1'),(5609,-1,'account_ignore_gfaqtext','faqtext','<p>If there are particular members that are bothering you and you do not wish to see their posts or receive Private Messages from them, then you can add these members to your \'Ignore List\'.</p>\r\n\r\n<p>In the top right of the forum, click your Username. A dropdown menu will appear and from here you need to select \'User Settings\'. On the page that appears, click \'Account\' and scroll to the bottom. In the text area next to \'Ignore List\', enter the Usernames of users that you want to Ignore.</p>','vbulletin','vBulletin Solutions',1365774611,'5.0.2 Beta 1'),(5610,-1,'account_notifications_gfaqtext','faqtext','<p>You may manage your notification settings by going to your username in the upper right corner > click to get the drop down > select User Settings. On that page, select the Notifications tab. One this page, you may select your Email Notifications (turn it on, make it daily or weekly, or choose to get it through the message center only). You may also set what type of Notifications you would like to receive.</p>','vbulletin','vBulletin Solutions',1369333769,'5.0.3 Beta 1'),(5611,-1,'account_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364328173,'5.0.2 Alpha 2'),(5612,-1,'account_privacy_gfaqtext','faqtext','<p>You may manage your privacy settings by going to your username in the upper right corner > click to get the drop down > select User Settings. On that page, select the Privacy tab. On that page you may customize who can see and comment on things you started, replied, followed and following under your profile. You may select to show these things to Everyone (default), your Subscribers, or all Members.</p>','vbulletin','vBulletin Solutions',1364568831,'5.0.2 Alpha 2'),(5613,-1,'account_privatemessages_gfaqtext','faqtext','<p>If the administrator has enabled the Private Messaging system, registered members may send each other private messages to communicate outside of the general forum discussions.</p>\r\n\r\n<h2>How do I send Private Messages?</h2>\r\n<p>Private messages work a little like email, but are limited to registered members of this forum. You may be able to include BB code, smilies, images and other attachments in private messages that you send.</p>\r\n\r\n<p>You may send a private message to a member of this forum by clicking the \'Compose New\' button in the top left section of your Message Center, or by clicking the \'Private Message\' button that is visible on the User Profile of a member.</p>\r\n\r\n<p>When you send a message, a copy of it is automatically saved to your \'Sent Items\' folder.</p>\r\n\r\n<h2>How do I work with Private Message Folders?</h2>\r\n<p>By default, you will have three folders in your Message Center. These are the \'Inbox\',\'Sent Items\' and \'Trash\' folders.</p>\r\n\r\n<p>The \'Inbox\' folder contains any new messages you receive. It allows you to view all the messages you have received, along with the name of the person who sent it, and the date and time it was sent. In addition to this, it also displays the usernames of any other members that are in the private message conversation.</p>\r\n\r\n<p>The \'Sent Items\' folder contains a copy of any messages that you have sent.</p>\r\n\r\n\r\n<p>The \'Trash\' folder contains messages you have chosen to delete. From here, you can also choose to undelete them causing them to return to the folder they originated from, or alternatively you can choose to delete a message permanently.</p>\r\n\r\n<p>You can create additional folders for your messages by clicking the \'Add a folder\' link.</p>\r\n\r\n<p>Each folder has a set of message controls which allow you to select messages, then either move them to one of your custom folders, or delete them. Once you have selected your messages, you can choose the following options from the toolbar:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Move to Folder</li>\r\n<li>Delete</li>\r\n<li>Mark as Read</li>\r\n<li>Mark as Unread</li>\r\n</ul></div>\r\n<p>You will need to periodically delete old messages, as the administrator has probably set a limit to the number of private messages you can have in your folders. If you exceed this number, you will not be able to send or receive new messages until you delete some old ones.</p>\r\n<p>Whenever you read a message, you will have the option to reply or forward it to another member of the forum. You may also have the ability to forward that message to multiple members of your contact list.</p>','vbulletin','vBulletin Solutions',1369341479,'5.0.3 Beta 1'),(5614,-1,'account_reputation_gfaqtext','faqtext','<p>Reputation is a way of rating users depending on the quality of their posts. If the administrators have enabled reputation, then the like icon will be visible in posts.</p>\r\n\r\n<p>You can build your reputation on the site by posting informative and constructive content. This in turn will encourage people to follow your posts, press the like button on different posts and they could even subscribe to your content.</p>\r\n\r\n<h2>How do I give reputation?</h2>\r\n<p>To give reputation, click on the like icon in the relevant post. This will signify you like the content and will add to the user\'s reputation. If you click on the like icon again, you will remove that reputation from the user.</p>\r\n\r\n<h2>How do I know what reputation I have received?</h2>\r\n<p>You will be notified when someone likes one of your posts. In addition to this, your general reputation will appear within the user information of your posts. These show as small graphics or pips under your Avatar. As your reputation inceases, the number of pips or graphics will increase.</p>\r\n\r\n<h2>How much reputation is given? What is reputation power?</h2>\r\n<p>If the administrator has enabled this, the amount of reputation that each user will give (or take away if negative) is shown in the user\'s posts as \'Reputation Power\'. The value of the reputation power is determined by the administrator and may increase over time depending on the settings they have applied.</p>\r\n\r\n<h2>What if I don\'t want anyone to see my reputation?</h2>\r\nYou can disable the display of your reputation by going to your <a href=\"settings/account\">Account Settings</a> and selecting the checkbox for Reputation Level.</p>','vbulletin','vBulletin Solutions',1369333910,'5.0.3 Beta 1'),(5615,-1,'account_resetprofile_gfaqtext','faqtext','<p>To revert your customized Profile Theme to the default site style, click on your user name in the top right corner of the page. Select My Profile off the dropdown menu.</p>\r\n<p>On your profile screen click \"Customize My Theme\". This will open the Customization Tools above your profile.</p>\r\n<p>Click the \"Default\" button and your theme should show the default site theme again.</p>\r\n<p>To save your changes click the \"Save\" Button and exit the customization tools.</p>','vbulletin','vBulletin Solutions',1365790296,'5.0.2 Beta 1'),(5616,-1,'account_settings_gfaqtext','faqtext','<p>You can change your account settings by clicking on your username in the top right corner of the vBulletin site. This will provide a dropdown menu. From here select \"User Settings\".</p>\r\n<p>On the settings page, you will see up to five tabs. Profile, Settings, Privacy, Notifications and Subscriptions. These are:</p>\r\n<div class=\"restore\">\r\n<ul>\r\n <li>Profile - This is the public information that is shown to everyone. You can control who sees your information on the <a class=\"faq-link\" href=\"./help#account_overview/account_privacy\" data-group=\"account_overview\" data-item=\"account_privacy\" data-path=\"account_overview/account_privacy\">Privacy</a> tab.</li>\r\n <li>Account - This tab contains the settings for your account and allows you some control over how things are presented to you on the system.</li>\r\n <li>Privacy - This allows you to control who has access to your information.</li>\r\n <li>Notifications - This tab controls how you are notified of new content you are interested in.</li>\r\n <li>Subscriptions - If subscriptions are available for purchase, they will be managed here. You can purchase new subscriptions or cancel existing ones. Subscriptions can provide additional permissions, enhanced posting rights or simply be a way of supporting the site.</li>\r\n</ul>\r\n\r\n<p>There may be additional tabs depending on your permissions and site offerings.</p>\r\n</div>','vbulletin','vBulletin Solutions',1369938986,'5.0.3 Beta 1'),(5617,-1,'account_signature_new_gfaqtext','faqtext','<p>You can set and change your signature by going to your username in the upper right corner > click to get the drop down > select <a href=\"settings/account\">User Settings</a>. On that page, select the Account tab and then go down to the area that says \"Conversation Detail Options\". On the right side, you will see the option \"Edit Post Signature\". If you click that link, you will get a popup editor that will allow you to enter/edit your signature.</p>\r\n\r\n<p>This option may be disabled by the Administrator. The Administrator may also have restrictions on how many lines or characters may be in the signature.</p>','vbulletin','vBulletin Solutions',1364568551,'5.0.3 Alpha 2'),(5618,-1,'account_signatureimage_gfaqtext','faqtext','<p>It is up to the Administrator whether you may use images in your signature. If you are allowed to attach them, then an Upload Attachments button will be available on the signature editor popup.</p>','vbulletin','vBulletin Solutions',1364568670,'5.0.2 Alpha 2'),(5619,-1,'account_subscribers_gfaqtext','faqtext','<p>Subscribers are users that have subscribed to your profile. You will receive a Notification if someone subscribes to you (user settings -> notifications) and you may choose to Accept or Ignore their request to subscribe to your profile. You may also set it up so that you will automatically accept any subscriber\'s request in User Settings > Privacy > Subscriber Request > enter a checkmark next to Auto-accept subscriber requests.</p>\r\n\r\n<p>As a user, when you manage your Privacy, you may set things on your profile to only be viewable to Subscribers.</p>','vbulletin','vBulletin Solutions',1369341546,'5.0.3 Beta 1'),(5620,-1,'account_visitormessages_gfaqtext','faqtext','<p>Visitor messages are publicly viewed messages posted on member profile pages. To post a message, navigate to a member\'s profile and enter your content using the form at the top of the section. The message you post will be viewable to all visitors of this profile, including but not limited to, guest users and search engine robots if the administrator has allowed this. To communicate privately with a member, send a <a class=\"faq-link\" href=\"help#account_overview/account_privatemessages\" data-group=\"account_overview\" data-item=\"account_privatemessages\" data-path=\"account_overview/account_settings\">Private Message</a> instead using the option just above the Visitor Message form.</p>\r\n\r\n<p>Visitor message can be edited or deleted by site moderators or the member who owns the profile. If you come across a visitor message that is not appropriate, you can alert the moderators by clicking the \'Flag\' link. The \'Go to Post\' link allows you to view all the comments on that particular visitor message. In addition to this, you can optionally choose to \'Like\' the visitor message too.</p>','vbulletin','vBulletin Solutions',1369341503,'5.0.3 Beta 1'),(5621,-1,'albums_add_photos_gfaqtext','faqtext','<p>If you have previously created a photo album you may add additional photos by going to your profile and clicking on the MEDIA tab. You will see all existing albums. Click on the thumbnail or title of the album you wish to add photos to.</p>\r\n<p>The album will open. Press the Add Photos button. On the new window press the Upload More button to get the file selection dialog box. Choose one or more files as usual to upload.</p>\r\n<p>After the files upload you will see thumbnails of the new photos as well as existing photos in the album.</p>\r\n<p>If you uploaded any pictures by mistake or otherwise wish to remove any, bring the mouse pointer over the thumbnail and a trashcan icon will appear in the bottom corner. Click the icon to remove that image from the album. </p>\r\n<p>When you are done click Save to finalize the changes.</p>','vbulletin','vBulletin Solutions',1369341603,'5.0.3 Beta 1'),(5622,-1,'albums_create_new_gfaqtext','faqtext','<p>You may create a new photo album in one of two ways:</p>\r\n<div class=\"restore\"><ul>\r\n<li>You may create a new topic on a channel you have permission to do so and share photos to create an album.</p>\r\n<li>You may go to your profile and click on the MEDIA tab. There you will be given the option to add photos (or videos.) Choose the Add Photos link and you will be presented with the familiar editor and you can share photos as in other site posts.</li>\r\n</ul></div>\r\n<p>The maximum number of images you can upload into an album, and the maximum size of images, both in file size and dimension, are set by the site administrator.</p>\r\n<p>After you have created an album you may add additional photos at any time.</p>','vbulletin','vBulletin Solutions',1365544083,'5.0.2 Beta 1'),(5623,-1,'albums_create_video_gfaqtext','faqtext','<p>Video albums are not supported at this time. However if you go to your profile and click the MEDIA tab there will be a Videos album. If you click on the Videos album you will see a list of all videos you previously attached to posts on the site. This allows for a quick way for you or others to see the videos that you have shared in the past.</p>\r\n\r\n<p>Note: If you haven\'t attached any videos you will not see the Videos album.</p>','vbulletin','vBulletin Solutions',1365544359,'5.0.3 Alpha 2'),(5624,-1,'albums_delete_album_gfaqtext','faqtext','<p>You may delete an existing album by going to your profile and clicking on the MEDIA tab.</p>\r\n<p>Click on the photo album you wish to delete and it will open. In the top corner there will be a small pencil con and Edit link. Click on this to open the Album edit page.</p>\r\n<p>On the edit page you can change the Album title, description, upload more photos, or delete the album. </p>\r\n<p>Click the Delete button to delete the album, you may need to confirm the deletion.</p>\r\n<p>All photos in the album will be deleted. To delete only specific photos instead please see adding photos.</p>\r\n<p>You are not allowed to edit or delete the Posted Photos album. </p>','vbulletin','vBulletin Solutions',1365775588,'5.0.2 Beta 1'),(5625,-1,'albums_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364330901,'5.0.2 Alpha 2'),(5626,-1,'albums_posted_photos_gfaqtext','faqtext','<p>In your list of photo albums you may see an album titled Posted Photos. This is a system generated container that includes all images posted in topics or other content and are not part of your specific albums.</p>\r\n\r\n<p>The Posted Photos album is a good way to find old posted images and reshare them in new topics.</p>','vbulletin','vBulletin Solutions',1365544496,'5.0.2 Beta 1'),(5627,-1,'albums_reuse_photo_gfaqtext','faqtext','<p>If you have previously uploaded a photo you may reuse it in a photo post or photo album without uploading it again.</p>\r\n<p>Whether you are adding photos to a new album, an existing album, or to a new topic besides the Upload option you will also see a Select from Photo Album option. </p>\r\n<p>Click this button and you will be presented with a list of your photo albums on one side and the thumbnail images of photos from that album on the other side.</p>\r\n<p>Choose one or more images by clicking the checkbox in the top corner of each thumbnail you wish to reuse.</p>\r\n<p>Press Continue when complete. You can then upload additional new photos or Continue again. </p>\r\n<p>At this point your reused photos will now be added to your post, topic, album, or other content you are creating.</p>','vbulletin','vBulletin Solutions',1365544994,'5.0.2 Beta 1'),(5628,-1,'bbcode_basic_gfaqtext','faqtext','<p>Basic BBCode allows the basics of document formatting. The BBCode included here are font, color, size, bold, italic, underline, and alignment.</p>\r\n<div class=\"restore\">\r\n <table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Font</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\"><p>This tag allows you to change the font or type style of your text.<br />Available Fonts: <span style=\"font-family:Arial;\">Arial</span>, <span style=\"font-family:\'Comic Sans MS\';\">Comic Sans MS</span>, <span style=\"font-family:\'Courier New\';\">Courier New</span>, <span style=\"font-family:Georgia;\">Georgia</span>, <span style=\"font-family:\'Lucida Sans Unicode\';\">Lucida Sans Unicode</span>, <span style=\"font-family:\'Tahoma\';\">Tahoma</span>, <span style=\"font-family:\'Times New Roman\';\">Times New Roman</span>, <span style=\"font-family:\'Trebuchet MS\';\">Trebuchet MS</span>, <span style=\"font-family:\'Verdana\';\">Verdana</span>.</p></td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[font=option]value[/font]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[font=Georgia]This text is in the Georgia type style.[/font]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><span style=\"font-family:Georgia;\">This text is in the Georgia type style.</span></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Bold, Italic and Underline</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\">These codes provide basic formatting to your text.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[b]value[/b]<br />[i]value[/i]<br />[u]value[/u]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[b]This is bold text.[/b]<br />[i]This is italic text[/i]<br />[u]This is underlined text[/u]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><b>This is bold text.</b><br /><i>This is italic text</i><br /><span style=\"text-decoration:underline\">This is underlined text.</span></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Color</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\">Allows you to color your text. You can use any named color or hex value. Colors can also be selected using the built-in color palette tool.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[color=option]value[/color]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[color=blue]This text is blue.[/color]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><span style=\"color:blue;\">This text is blue.</span></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Size</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\">Allows you to change the size of your text. Allows font sizes from 8 pixels to 72 pixels in size.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[size=option]value[/size]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[size=18]This text is 18 pixels tall[/size]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><span style=\"font-size:18px\">This text is 18 pixels tall</span></td>\r\n </tr>\r\n <tr style=\"background-color:hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Left / Right / Center Justification</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\">Allows you to align or justify your text for different effects.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[left]value[/left]<br />[center]value[/center]<br />[right]value[/right]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[left]this text is left-aligned[/left]<br />[center]this text is center-aligned[/center]<br />[right]this text is right-aligned[/right]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><div align=\"left\">this text is left-aligned</div><div align=\"center\">this text is center-aligned</div><div align=\"right\">this text is right-aligned</div></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Indent</th>\r\n </tr>\r\n <tr>\r\n <td class=\"definition\" colspan=\"2\">Allows you to indent your text within a blockquote element.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[indent]value[/indent]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[indent]This text is indented.[/indent]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><blockquote>This text is indented.</blockquote></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">noparse</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Tells the system to not parse BBCODE</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[noparse][b]option[b][/noparse]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >[b]Lorem ipsum dolor sit amet[/b]</td>\r\n </tr>\r\n</table>\r\n </table>\r\n</div>','vbulletin','vBulletin Solutions',1365794644,'5.0.3 Alpha 2'),(5629,-1,'bbcode_code_gfaqtext','faqtext','<div class=\"restore\">\r\n<table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Code</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [code] tag switches to a fixed-width (monospace) font and preserves all spacing. Note: If you have permission to post HTML, it will be parsed. If you do not wish HTML to be parsed, you should surround it with [noparse] tags.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[code]value[/code]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[code]<script type=\"text/javascript\"><br /><!--<br /> alert(\"Hello world!\");<br />//--><br /></script><br />[/code]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">Code:</div>\r\n <pre class=\"bbcode_code\" style=\"height:84px;\">\r\n<script type=\"text/javascript\">\r\n<!--\r\n alert(\"Hello world!\");\r\n//-->\r\n</script>\r\n </pre>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">HTML Code</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [html] tag allows you to perform syntax highlighting for HTML code.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[html]value[/html]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[html]<br /><img src=\"image.gif\" alt=\"image\" /><br /><a href=\"testing.html\" target=\"_blank\">Testing</a><br />[/html]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">HTML Code:</div>\r\n <pre class=\"bbcode_code\" style=\"height:48px;\">\r\n<span style=\"color:#800080\"><img src=<span style=\"color:#0000FF\">"image.gif"</span> alt=<span style=\"color:#0000FF\">"image"</span> /></span>\r\n<span style=\"color:#008000\"><a href=<span style=\"color:#0000FF\">"testing.html"</span> target=<span style=\"color:#0000FF\">"_blank"</span>></span>Testing<span style=\"color:#008000\"></a></span>\r\n </pre>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">PHP Code</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[php]value[/php]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[php]<br />$myvar = \'Hello World!\';<br />for ($i = 0; \\$i < 10; \\$i++)<br />{<br /> echo $myvar . \"\\n\";</br />}<br />[/php]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">PHP Code:</div>\r\n <div class=\"bbcode_code\"style=\"height:84px;\"><code><code><span style=\"color: #000000\">\r\n <span style=\"color: #0000BB\">$myvar </span><span style=\"color: #007700\">= </span><span style=\"color: #DD0000\">\'Hello World!\'</span><span style=\"color: #007700\">;<br />for (</span><span style=\"color: #0000BB\">$i </span><span style=\"color: #007700\">= </span><span style=\"color: #0000BB\">0</span><span style=\"color: #007700\">; \\</span><span style=\"color: #0000BB\">$i </span><span style=\"color: #007700\">< </span><span style=\"color: #0000BB\">10</span><span style=\"color: #007700\">; \\</span><span style=\"color: #0000BB\">$i</span><span style=\"color: #007700\">++)<br />{<br /> echo </span><span style=\"color: #0000BB\">$myvar </span><span style=\"color: #007700\">. </span><span style=\"color: #DD0000\">\"\\n\"</span><span style=\"color: #007700\">;<br />} <br /></span><span style=\"color: #0000BB\"></span></span></code></code>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1365802405,'5.0.3 Alpha 2'),(5630,-1,'bbcode_links_gfaqtext','faqtext','<p>These BBCodes allow you to link to web pages and emails both within and outside the the current site. They make it easy to share information.</p>\r\n<p>Note: Most links to webpages will be converted automatically by the site. However some protocols may still need the link tag.</p>\r\n\r\n<div class=\"restore\">\r\n<table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">URL Hyperlinks </th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Allows you to link to other pages or even other sites. This should not be confused with the Link content type described under Creating Content.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[url]option[/url]<br />[url=option]value[/url]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[url]http://www.example.com[/url]<br />[url=http://www.example.com]Check out this link.[/url]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><a href=\"http://www.example.com\">http://www.example.com</a><br /><a href=\"http://www.example.com\">Check out this link.</a></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Email</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Creates and email link that will open in your mail client.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[email]option[/email]<br />[email=option]value[/email]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[email]address@example.com[/email]<br />[email=address@example.com]John Smith[/email]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><a href=\"mailto:address@example.com\">address@example.com</a><br /><a href=\"mailto:address@example.com\">John Smith</a></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Node</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Allows you to create a link to a pre-existing node on the site. This can be a topic, post, forum, blog, group or other content types.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[node]option[/node]<br />[node=option]value[/node]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[node]3456622[/node]<br />[node=3456622]Important Topic[/node]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><a href=\"http://example.com/forum/node/3456622\">3456622</a><br /><a href=\"http://example.com/forum/node/3456622\">Important Topic</a></td>\r\n </tr>\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1369341649,'5.0.3 Beta 1'),(5631,-1,'bbcode_lists_gfaqtext','faqtext','<div class=\"restore\">\r\n<table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Bulleted Lists</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[list][*]item,[*]item, ...[/list]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[list]<br />[*]list item 1</br >[*]list item 2</br />[/list]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><ul><li>list item 1</li><li>list item 2</li></ul></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Advanced Lists</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[list=option][*]item, [*]item, ...[/list]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[list=1]<br />[*]list item 1<br />[*]list item 2<br />[/list]<br /><br />[list=A]<br />[*]list item 1<br />[*]list item 2<br />[/list]<br /><br />[list=a]<br />[*]list item 1<br />[*]list item 2<br />[/list]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n<style>\r\nol.upper-alpha > li {list-style: upper-alpha outside;}\r\nol.lower-alpha > li {list-style: lower-alpha outside;}\r\n</style>\r\n<ol><li>list item 1</li><li>list item 2</li></ol><ol class=\"upper-alpha\"><li>list item 1</li><li>list item 2</li></ol><ol class=\"lower-alpha\"><li>list item 1</li><li>list item 2</li></ol></td>\r\n </tr>\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1365796174,'5.0.3 Alpha 2'),(5632,-1,'bbcode_media_gfaqtext','faqtext','<div class=\"restore\">\r\n<table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Images</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[img]value[/img]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[img]http://www.example.com/images/misc/vbulletin5_logo.png[/img] (Not linked)<br />[url=http://www.example.com] [img]http://www.example.com/images/misc/vbulletin5_logo.png[/img][/url] (Linked)</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><img src=\"images/misc/vbulletin5_logo.png\" /> (Not linked)<br /> <a href=\"http://www.example.com\"><img src=\"images/misc/vbulletin5_logo.png\" /></a></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Video</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [video] tag allows you to embed videos from various video services within your posts. The best option to insert videos is to use the Link content type or to use the insert video on the Advanced Editor Toolbar. You will have access to more options.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[video]value[/video]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[video=youtube;QTMYrpKDcp8]http://www.youtube.com/watch?v=QTMYrpKDcp8[/video]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><iframe class=\"restrain\" title=\"YouTube video player\" width=\"640\" height=\"390\" src=\"//www.youtube.com/embed/QTMYrpKDcp8\" frameborder=\"0\"></iframe></td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Attachments</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. This tag is rarely used directly and included here for completeness.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[attach]attachmentid[/attach]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[attach]12345.txt[/attach]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td ><p>Output can vary with this. It can display a thumbnail, full sized image or a link to a file. Double clicking on image attachments in the editor will allow you to change their properties. A text link would look like: <br /><a href=\"12345.txt\">12345.txt</a></td>\r\n </tr>\r\n\r\n\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1369341719,'5.0.3 Beta 1'),(5633,-1,'bbcode_quotes_gfaqtext','faqtext','<p>Quotes are a great way to maintain continuity in long conversations. They can be used to provide context and reference posts for replies to posts made hours or days earlier.</p>\r\n\r\n<div class=\"restore\">\r\n<table width=\"100%\">\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Quote</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">The [quote] tag allows you to attribute text to someone else.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[quote]Quote[/quote]<br />[quote=User Name]value[/quote]<br />[quote=User Name,Node]value[/quote]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[quote]Lorem ipsum dolor sit amet[/quote]<br />[quote=John Doe]Lorem ipsum dolor sit amet[/quote]<br />[quote=John Doe;1]Lorem ipsum dolor sit amet[/quote]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_quote\">\r\n <div class=\"quote_container\">\r\n <div class=\"bbcode_quote_container vb-icon vb-icon-quote-large\"></div>\r\n <div class=\"message\">Lorem ipsum dolor sit amet</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_quote\">\r\n <div class=\"quote_container\">\r\n <div class=\"bbcode_quote_container vb-icon vb-icon-quote-large\"></div>\r\n <div class=\"bbcode_postedby\">\r\n Originally posted by <strong>John Doe</strong>\r\n </div>\r\n <div class=\"message\">Lorem ipsum dolor sit amet</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"bbcode_container\">\r\n <div class=\"bbcode_quote\">\r\n <div class=\"quote_container\">\r\n <div class=\"bbcode_quote_container vb-icon vb-icon-quote-large\"></div>\r\n <div class=\"bbcode_postedby\">\r\n Originally posted by <strong>John Doe</strong>\r\n <a href=\"http://www.example.com/forum/main-category/main-forum/15-test-thread?p=16#post16\" rel=\"nofollow\" title=\"View Post\" class=\"vb-icon vb-icon-double-arrow-blue animate-scroll\">View Post</a>\r\n </div>\r\n <div class=\"message\">Lorem ipsum dolor sit amet</div>\r\n </div>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1365799476,'5.0.3 Alpha 2'),(5634,-1,'bbcode_reference_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364327323,'5.0.2 Alpha 2'),(5635,-1,'bbcode_smilies_gfaqtext','faqtext','<p><b>What are smilies?</b></p>\r\n\r\n<p>Smilies are icons that can be used in your posts to express emotions or feelings. You might wish to use these to show that you are happy, sad, joking, or embarrassed. For example, if you are telling a joke or being sarcastic you may wish to add a wink instead of writing \'this is a joke\'.</p>\r\n\r\n<p>The basic smilies are the same as what you would find on any instant messenger system. They are made up of a combination of characters which often show the basis of the resulting image. For example, <b>:)</b> is converted to a smiley face and <b>:(</b> to a sad face or frown. Tilt your head to the left to see this in action as these consist of two eyes and a mouth either smiling or frowning.</p>\r\n\r\n<p><b>How do I add smilies?</b></p>\r\n\r\n<p>Some smilies can be accessed from the \'New Post\' or \'New Topic\' pages if your administrator has enabled this function. Clicking them will automatically insert them into your message. You can also type the character combinations for the smilies directly. A full list of the smilies can be seen in the post editor.</p>\r\n\r\n<p>On occasions, you may want to prevent the text in your message being converted into smilies. You will see a checkbox which you can select when you make a new post, which will allow you to \'Disable Smilies\'.</p>\r\n\r\n<h2>Default Smilies</h2>\r\n<div class=\"restore\">\r\n <table width=\"100%\" style=\"text-align:center;\">\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"3\">Basic Smilie List</th>\r\n </tr>\r\n <tr>\r\n <td>What to type</td>\r\n <td>Resulting Graphic</td>\r\n <td>Meaning</td>\r\n </tr>\r\n <tr>\r\n <td>:)</td>\r\n <td><img src=\"core/images/smilies/smile.png\"></td>\r\n <td>Smile</td>\r\n </tr>\r\n <tr>\r\n <td>:(</td>\r\n <td><img src=\"core/images/smilies/frown.png\"></td>\r\n <td>Frown</td>\r\n </tr>\r\n <tr>\r\n <td>;)</td>\r\n <td><img src=\"core/images/smilies/wink.png\"></td>\r\n <td>Wink</td>\r\n </tr>\r\n <tr>\r\n <td>:D</td>\r\n <td><img src=\"core/images/smilies/biggrin.png\"></td>\r\n <td>Smile</td>\r\n </tr>\r\n <tr>\r\n <td>:mad:</td>\r\n <td><img src=\"core/images/smilies/mad.png\"></td>\r\n <td>Mad</td>\r\n </tr>\r\n <tr>\r\n <td>:cool:</td>\r\n <td><img src=\"core/images/smilies/cool.png\"></td>\r\n <td>Cool</td>\r\n </tr>\r\n <tr>\r\n <td>:p</td>\r\n <td><img src=\"core/images/smilies/tongue.png\"></td>\r\n <td>Stick Out Tongue</td>\r\n </tr>\r\n <tr>\r\n <td>:o</td>\r\n <td><img src=\"core/images/smilies/redface.png\"></td>\r\n <td>Embarrassment</td>\r\n </tr>\r\n <tr>\r\n <td>:rolleyes:</td>\r\n <td><img src=\"core/images/smilies/rolleyes.png\"></td>\r\n <td>Roll Eyes (Sarcastic)</td>\r\n </tr>\r\n <tr>\r\n <td>:eek:</td>\r\n <td><img src=\"core/images/smilies/eek.png\"></td>\r\n <td>EEK! (Startled)</td>\r\n </tr>\r\n <tr>\r\n <td>:confused:</td>\r\n <td><img src=\"core/images/smilies/confused.png\"></td>\r\n <td>Confused</td>\r\n </tr>\r\n\r\n </table>\r\n</div>\r\n\r\n<p>Note: The site administrator can change these or add additional smilies. If you have issues contact them.</p>','vbulletin','vBulletin Solutions',1369341765,'5.0.3 Beta 1'),(5636,-1,'bbcode_tables_gfaqtext','faqtext','<p>Tables are used to format and control tabular data. Like a spreadsheet. The software supports basic table functionality to allow this.\r\n\r\n<div class=\"restore\">\r\n<table>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Table</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">This is the container tag. It contains multiple rows and multiple cells per row.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[table][tr][td][/td][/tr][/table]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td>[table]<br />[tr]<br />[td]value[/td]<br />[td]value[/td]<br />[/tr]<br />[/table]</td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Table Row</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Rows setup the basis for your indivdiual cells and provide additional structure to the table.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[tr]<br />[td]value[/td]<br />[td]value[/td]<br />[/tr]</td>\r\n </tr>\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Table Cell</th>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">Table cells actually hold the content of your table.</td>\r\n </tr>\r\n <tr>\r\n <td>Usage:</td>\r\n <td>[td]value 1[/td]<br />[td]value 2[/td]</td>\r\n </tr>\r\n <tr>\r\n <td>Example Usage:</td>\r\n <td><table border=\"1\"><tr><td>value 1</td><td>value 2</td></tr></table></td>\r\n </tr>\r\n\r\n <tr style=\"background-color: hsl(206, 54%, 95%)\">\r\n <th style=\"text-align:left;\" colspan=\"2\">Combined example output.</th>\r\n </tr>\r\n <tr>\r\n <td>Example Output:</td>\r\n <td >\r\n <table>\r\n <tr>\r\n <td>Name</td>\r\n <td>Posts</td>\r\n </tr>\r\n <tr>\r\n <td>John</td>\r\n <td>1,203</td>\r\n </tr>\r\n <tr>\r\n <td>Sally</td>\r\n <td>1,902</td>\r\n </tr>\r\n <tr>\r\n <td>Joe</td>\r\n <td>73</td>\r\n </tr>\r\n <tr>\r\n <td>Tim</td>\r\n <td>843</td>\r\n </tr>\r\n <tr>\r\n <td>Marcie</td>\r\n <td>1,076</td>\r\n </tr>\r\n <tr>\r\n <td>Tom</td>\r\n <td>684</td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n</div>','vbulletin','vBulletin Solutions',1369937140,'5.0.3 Beta 1'),(5637,-1,'bbcode_why_gfaqtext','faqtext','<p>Users, like yourself, often want to create rich and featured documents on the web. Unfortunately there are limitations to this due to how the Web works. In order to protect the users of this site, we have implemented BBCode. This allows you to create exciting content without worrying about the people who may not be working in your best interest. BBCode doesn\'t allow others to embed tools to steal cookies, implant viruses on your machine and prevents other security issues from happening. In short, the BBCode serves multiple purposes. It allows you to fully express yourself and it provides security for your information from others.</p>\r\n\r\n<h2>Why is a specific tag available?</h2>\r\n<p>The adminstrator of your site can control what tags are available. This is based on what they determined the needs of the site are.</p>\r\n\r\n<h2>Wouldn\'t allowing HTML be easier?</h2>\r\n<p>Yes, it would be easier actually. However keeping your personal information safe is important so we\'ve implemented BBCode.\r\n</p>','vbulletin','vBulletin Solutions',1364343150,'5.0.2 Alpha 2'),(5638,-1,'blog_create_gfaqtext','faqtext','<p>To create a new blog, just go to the Blogs tab and right underneath the Blogs tab in the main navigation is the option to Create a New Blog. Once you click that link, you will be on the General Settings page and be able to set some options for your new Blog:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Title - your Blog title. Create as fancy of a title that you want.</li>\r\n<li>Description - a short description of your Blog. Tell others what your blog is about. </li>\r\n<li>Blog Icon - you may upload an icon to show on your Blog</li>\r\n<li>Options - set some default options for your Blog</li>\r\n</ul></div>\r\n<p>Once you edit those settings, you can click Publish and your Blog will be created.</p>','vbulletin','vBulletin Solutions',1378240347,'5.0.6 Alpha 1'),(5639,-1,'blog_manage_privacy_gfaqtext','faqtext','<p>To decide who may view and comment on your Blog, you would go to the main Blog page and on the right side under Blog Summary is an\r\nAdministrative dropdown menu. Go to that menu and select Permissions& Privacy. On this page, you may set the following:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Default Entry Options - you may set whether Comments are allowed by default (you may change this per each entry when it is created) and whether you wish to Moderate the Comments</li>\r\n<li>Subscriber requests - set whether to auto-accept subscribers or require approval.</li>\r\n<li>Permissions & Privacy - set who may view your blog and leave comments - Everyone, Subscribers, or Subscribers & Registered Users</li>\r\n</ul></div>','vbulletin','vBulletin Solutions',1364594754,'5.0.2 Alpha 2'),(5640,-1,'blog_members_gfaqtext','faqtext','<p>If you wish to invite members to subscribe to your Blog, you would go to the main Blog page and on the right side under Blog Summary is an Administrative dropdown menu. Go to that menu and select Invite Members. On the right side of that page is a text area next to the\r\nheading \"Enter User Names\". You may enter other user\'s usernames separated by a comma and then hit the Save and Publish button on the\r\nbottom. Once they accept your request, they will then show up on the Manage Contributors list.</p>','vbulletin','vBulletin Solutions',1364594585,'5.0.3 Alpha 1'),(5641,-1,'blog_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364328225,'5.0.2 Alpha 2'),(5642,-1,'blog_owners_gfaqtext','faqtext','<p>If you wish to share ownership of your Blog, you would go to the main Blog page and on the right side under Blog Summary there is an\r\nAdministrative dropdown menu. Go to that menu and select Manage Contributors. On the right side of that page is a text area next to\r\nthe heading \"Add Moderator\". You may enter the other user\'s username, hit tag to get it accepted and then click Add. They will then show up on that same page under Current List with a Status of Pending. That user will then get a Notification asking them to Accept or Ignore your request to be a Moderator of that Blog. If they accept, the status will be changed to Active. You would still be the owner, but they will be listed as a Contributor.</p>','vbulletin','vBulletin Solutions',1364594484,'5.0.2 Alpha 2'),(5643,-1,'community_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364328143,'5.0.2 Alpha 2'),(5644,-1,'content_advanced_gfaqtext','faqtext','<p>When posting messages you may wish to include some formatting such as <b>bold</b> text, <i>italic</i> text or <span style=\"text-decoration:underline\">underline</span> text.</p>\r\n<p>Adding formatting to a post can be done in either of two ways:</p>\r\n<div class=\"restore\">\r\n<ul>\r\n<li>Using clickable buttons in the Advanced editor similar to those found in word processors</li>\r\n<li>Typing in BB Codes around text manually</li>\r\n</ul>\r\n</div>\r\n\r\n<p>Clickable buttons are available in the Advanced editor. Click on the A icon in the editor to toggle the Advanced editor controls.</p>\r\n<p>To use clickable buttons simply click the button, for example the B (bold) button and then type to get bold text. Click the button again to stop using that formatting. You can also highlight text that you have already typed then click the formatting button to format existing text. Some buttons like the one for inserting images provide for more advanced options such as formatting controls and upload options. </p>\r\n<p>BB Code is a special set of codes similar to HTML that can be used in posts. BBCodes are formatted in one of two ways:</p>\r\n<p>Simple BB Code like bold text consist of just an opening and closing tag: [B]Example[/B] becomes <b>Example</b>.</p>\r\n<p>Advanced BB Codes use an option in addition to an opening and closing tag. URL BB Code is an example of an advanced BB Code.<br /> [URL=http://www.vbulletin.com]Link to vBulletin[/URL] becomes <a href=\"http://www.vbulletin.com\">Link to vBulletin</a>. In this example the vBulletin.com URL is the option.</p>\r\n<p>Site Administrators may create custom BB Codes in addition to the built in BB Codes with buttons in the Advanced editor. </p>','vbulletin','vBulletin Solutions',1364487092,'5.0.2 Alpha 2'),(5645,-1,'content_attachments_gfaqtext','faqtext','<p>You may have permission to attach files and images to your posts on this site. If you have permission you will see a paper with paperclip icon on the editor- pressing this button will bring up the Upload Attachment option.</p>\r\n<p>File attachments may be data files such as .zip, .txt, .doc, or any other file types the Administrator has allowed. You may also attach images (.jpg, .png. and .gif.)</p>\r\n<p>To upload a file press the Upload Attachment button after you have clicked on the paper-clip icon at the top to show the button.</p>\r\n<p>You will be shown a file selection dialog box. Browse to find the file(s) you wish to upload. You may use standard SHIFT+Click or CTRL+Click shortcuts to attach multiple files. The Administrator can specify the maximum number of files you may attach per post.\r\nIf attaching data files a hyperlink with the file name will be inserted into the post. If attaching an image the actual image will be inserted into the post.</p>\r\n<p>If you have not reached the maximum number of files you may press the Upload Attachments button again to upload additional files.\r\nTo remove attachments simply delete them from the editor.</p>\r\n<p>When you have completed the post submit it as normal and your file(s) will be attached to your post.</p>','vbulletin','vBulletin Solutions',1369334332,'5.0.3 Beta 1'),(5646,-1,'content_flag_gfaqtext','faqtext','<p>If you find inappropriate content on the site, you can flag it for review by the staff. To do this, look at the content or discussion container and you will see a Flag link. Click on this link and an overlay will open up to flag or report the content. You can enter in a reason why you think the content is inappropriate. All flagged items will be reviewed by site staff according to the posted guidelines and if deemed necessary, they will take action on it.</p>','vbulletin','vBulletin Solutions',1364583389,'5.0.2 Alpha 2'),(5647,-1,'content_links_gfaqtext','faqtext','<p>You may post links or videos in any forum, group, or blog for which you have permission to do so. If you see the \"Post Link\" button, represented by a paperclip icon, in the editor toolbar you may click on it either when creating a new topic or posting a reply. </p>\r\n<p>After clicking on Post Link button in the editor you will have the standard message box as well as an additional URL field that begins with http://. Enter or paste in the full URL to either a web page or video. </p>\r\n<p>If you enter the URL of a web page and press the Add Link button the software will scan the page and grab the page title, short meta description, as well as present one or more images to use as possible thumbnails. You may use the left or right arrows to browse the available thumbnail images or check the appropriate box to not include a thumbnail at all. </p>\r\n<p>You may edit the site title or description by clicking the little pencil icon next to each. If you wish to cancel the link press the Remove Link link.</p>\r\n<p>If you wish to share a video from a popular site such as YouTube, Vimeo, Dailymotion, or Metacafe you can use the Post Link feature to link to a video URL. When you put the URL of a video from any of these sites in the input field and click Add Link, the video itself will be embedded in the page instead of a small thumbnail image. You will still get the title and description of the video and you may still edit these values in the same way with the pencil icons next to each. </p>\r\n<p>Whether you\'ve attached a link with a thumbnail or a video to the message you can complete the post by pressing Post or Post Reply to share the link or video.</p>','vbulletin','vBulletin Solutions',1369334642,'5.0.3 Beta 1'),(5648,-1,'content_messages_gfaqtext','faqtext','<p>If the administrator has enabled the Private Messaging system, registered members may send each other private messages.</p>\r\n\r\n<h2>How do I send a message to another user?</h2>\r\n<p>This site uses a Private Message (or PM) system to allow users to send messages to each other if the Administrator has given you permission to do so. Private messages work a little like email, but are limited to registered members of this site. You may be able to include BB code, smilies and images in private messages that you send. Note the word \"Private\" is used because only the user(s) you send the message to will get notice and be able to read or respond to the message, however, the data itself is not encrypted so you should not consider PMs truly private.</p>\r\n<p>To start a new Private Message click on Messages at the top of the page and then press the Compose New button.</p>\r\n<p>An alternative way is to browse to a user\'s profile page and press the Private Message button visible on the ACTIVITIES page. If you start a message this way the username will already be in the \"To\" box on the next page.</p>\r\n<p>You may add one or more names to the \"To\" box by pasting in a full username or by typing in a username. If typing the system will show you usernames that begin with the letters you\'ve typed after you\'ve entered at least 3 characters. Either select the username from this list or finish typing it out. Press the \"Enter\" key when you\'ve typed out a full name for it to be saved as a recipient to the message. You may remove a recipient by clicking the small X icon next to any recipient added.</p>\r\n<p>The site Administrator will determine the maximum number of recipients you may send to.\r\nAfter you\'ve selected the recipient(s) of the message you may type a subject and message. </p>\r\n<p>Press Send when you are ready to send the message or Cancel to discard the message.</p>','vbulletin','vBulletin Solutions',1365772870,'5.0.3 Alpha 2'),(5649,-1,'content_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364328194,'5.0.2 Alpha 2'),(5650,-1,'content_photos_gfaqtext','faqtext','<p>You may share photos in any forum, group, or blog for which you have permission to do so. If you see the \"Share Photos\" button, represented by the camera icon, in the editor you may click on it either when creating a new topic or posting a reply. </p>\r\n<p>You may attach photos (or any image) to a post either by uploading new files or attaching images you previously uploaded. </p>\r\n<p>To upload new photos press the Upload button and browse to the images you wish to upload. You may add multiple images by using standard \"shift & click\" or \"control & click\" options to select multiple files. To upload additional images press Upload More, otherwise press Continue.</p>\r\n<p>To attach previously uploaded images press Select from Photo Album. On the next screen select from available photo albums on the left and chose one or more images on the right by checking the box corresponding to the thumbnail you want. Press Continue when done.</p>\r\n<p>If you\'ve attached existing images press Continue again to return to the main editor.</p>\r\n<p>If you haven\'t already you may new enter some text in the message area.</p>\r\n<p>When finished press Post or Post Reply to post the shared photos. </p>\r\n\r\n<p>Note: if you are sharing more than several photos only a few thumbnails will be visible in the initial post. There is no way for you to increase the number of thumbnails shown in a post.</p>','vbulletin','vBulletin Solutions',1369334708,'5.0.3 Beta 1'),(5651,-1,'content_polls_gfaqtext','faqtext','<p>If you are creating a <a href=\"help#content_overview/content_topics\">new topic</a> you may be able to post a poll if the Administrator has given you permission to do so.</p>\r\n<p>Polls allow you to pose questions to other users of the site. Other users will be able to vote for one (or more, if you allow) choices and a summary of the\r\nresults will be displayed at the start of the topic after you or they vote.</p>\r\n\r\n<p>To create a poll click on the Graph Icon in the editor when creating a new topic.</p>\r\n<p>The title/subject of the message should be the poll question. After pressing the Graph Icon fields for 3 poll answers will automatically be created below the message. You may decrease the number of answers by pressing the Remove button next to each possible answer field. You may add additional answers by pressing the Add another answer link. The site Administrator sets the maximum number of answers allowed.</p>\r\n<p>Optionally you may set a \"Poll Timeout\" or a specific date and time the poll will close. Check the Set poll timeout box and a new field will appear. Press the small Calendar Icon to open a calendar and choose a specific date. You can also use the sliders to choose a specific hour and minute to close the poll. Press Done when you have chosen a date and time.<p>\r\n<p class=\"b_help_note\">Note, the topic will remain open, however no new answers will be allowed in the poll after the timeout date and time.</p>\r\n<p>The Allow multiple choice option will allow users to select more than one answer when voting.</p>\r\n<p>The Make votes public option allows all users to see who voted for what answers in the poll. If this is not checked only the Administrator will be able to see who voted. </p>\r\n<p>You may complete the rest of the post as normal and press Post when done to post the poll to a new topic.</p>','vbulletin','vBulletin Solutions',1378302156,'5.0.6 Alpha 1'),(5652,-1,'content_subscriptions_gfaqtext','faqtext','<p>Above each discussion or topic, there is a Subscribe toggle. Clicking on this will enable you to follow the discussion easier. Each time someone replies to the discussion, you will get a notification that will show on your Messages page. You can follow these notifications to the new content or delete them from the Notifications area on your Messages Page.</p>\r\n\r\n<p>If you wish to no longer follow a discussion or topic, then clicking on the button again will turn off your subscription.</p>','vbulletin','vBulletin Solutions',1364583572,'5.0.2 Alpha 2'),(5653,-1,'content_topics_gfaqtext','faqtext','<p>A new topic is the evolution of what previously were called new threads in earlier versions. A topic in a forum or group can hold one or more posts of various content types such traditional text based posts, shared pictures, links or videos, or polls. </p>\r\n<p>To create a new topic click on the +New Topic button when browsing a forum or group.\r\nYou will be presented with a screen where you must give a title (or subject) of the topic and optionally choose a topic prefix if available. A topic prefix will appear before the title and will contain a list of one or more prefixes chosen by the site administrator to better categorize your topic. Clicking on a thread prefix in forum view will show a list of topics with the same prefix.</p>\r\n<p>Underneath the title, you will see six icons representing your content and editing choices:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Camera - Choosing the camera will open an interface where you can upload one or more photos and create a Gallery topic.</li>\r\n<li>Link - Choosing the Link icon will allow you to share a Link or Video from external site in order to discuss this item. Only one link is allow per post.</li>\r\n<li>Graph - This allows you to start a new poll on the site. Unlike all the other options a poll can only be inserted as the first post in a topic. Choosing to insert poll will allow you to ask a poll question and provide 2 or more options for users to vote on.</li>\r\n<li>A (underlined)- Advanced Editor. This will open the Advanced Editing toolbar directly over your post. This allows you to easily apply formatting and other BBCode. </li>\r\n<li>Smiley - Opens the smilie manager under your post. Clicking on individual smilies will insert them into the post at the cursor location.</li>\r\n<li>File (with paperclip) - Opens up the attachment interface. This will allow you to attach allowed file formats to your post in order to share them with others.\r\n</ul></div>\r\n<p>You may also have the option to add tags to the topic. Tags are optional keywords that describe the topic. Click on the Tags + link to add tags. Press enter after each tag you enter. You may also click on popular tags to add them. Press the X icon next to any tag to remove it. Press Save when done adding tags or cancel to discard the tags.</p>\r\n<p>When you have completed your post you may preview or post the new content. Upon pressing Post a new topic will be created.</p>','vbulletin','vBulletin Solutions',1369335150,'5.0.3 Beta 1'),(5654,-1,'general_cookies_clear_gfaqtext','faqtext','<p>You can clear all your cookies set by the forum by clicking the \'logout\' link at the top of the page. In some cases, if you return to the main index page via the link provided and you are still logged in, you may have to remove your cookies manually.</p>\r\n\r\n<h2>To clear cookies and cache in Internet Explorer 9</h2>\r\n<div class=\"restore\">\r\n<ol>\r\n <li>Press Ctrl+Shift+Delete to open the Delete Browsing History window.</li>\r\n <li>Select Temporary Internet Files and cookies.</li>\r\n <li>Uncheck all of the other boxes, especially Preserve Favorites website data. This option makes the window also delete objects from websites in your Favorites folder, which is necessary to completely clear your cookies and cache.</li>\r\n <li>Click the Delete button near the bottom of the window to perform the operations (i.e. clear your cache by deleting temporary files).</li>\r\n <li>Your computer will work for a moment, and then the process will be complete. You\'ve successfully cleared Internet Explorer 9\'s Cookies and Cache!</li>\r\n</ol>\r\n</div>\r\n\r\n<h2>To clear cookies and cache in Internet Explorer 8</h2>\r\n<div class=\"restore\">\r\n<ol>\r\n <li>Press Ctrl+Shift+Delete to open the Delete Browsing History window</li>\r\n <li>Select Temporary Internet Files and Cookies.</li>\r\n <li>Uncheck all of the other boxes, especially Preserve Favorites website data. This option makes the window also delete objects from websites in your Favorites folder, which is necessary to completely clear your cookies and cache.</li>\r\n <li>Click the Delete button near the bottom of the window to delete your temporary files (i.e. clear your cache) and cookies.</li>\r\n</ol>\r\n</div>\r\n\r\n<h2>To clear cookies and cache in Firefox 4.0 or higher</h2>\r\n<div class=\"restore\">\r\n<ol>\r\n <li>Press Ctrl+Shift+Delete to open the recent history window.</li>\r\n <li>Make sure \'Details\' is expanded, then select Cache and Cookies from the list. Uncheck everything else.</li>\r\n <li>In the Time Range to Clear: drop down, select everything.</li>\r\n <li>Select Clear Now. Your computer will work for a moment, and the process will be complete. You\'ve successfully cleared Firefox\'s Cache!</li>\r\n</ol>\r\n</div>\r\n\r\n<h2>To clear cookies and cache in Chrome V10 or higher</h2>\r\n<div class=\"restore\">\r\n<ol>\r\n<li>Access the Delete Browsing History window by pressing Ctrl+Shift+Delete, or clicking on this link: [<a href=\"chrome://settings/clearBrowserData\">chrome://settings/clearBrowserData</a>].\r\n<li>Select the Empty the cache check-box and the Delete cookies and other site and plug-in data check-box. Uncheck everything else to avoid deleting data unintentionally.</li>\r\n<li>In the Obliterate the following items from: dropdown menu, select the beginning of time.</li>\r\n<li>Click the Clear Browsing Data button. Chrome will work for a moment, and then the process will be done. You\'ve successfully cleared Chrome\'s Cache!</li>\r\n</ol>\r\n</div>\r\n\r\n<h2>To clear cookies and cache in Safari</h2>\r\n<div class=\"restore\">\r\n<ol>\r\n<li>Once your browser is open, click the Safari menu and select Empty Cache....</li>\r\n<li>Click Empty.</li>\r\n<li>To delete Cookies, click the Safari menu and select Preferences...</li>\r\n<li>Under the Privacy tab, select Details</li>\r\n<li>Select \"Remove all\", read the confirmation message and click \"Remove\" and then \"Done\"</li>\r\n</ol>\r\n</div>\r\n\r\n<p>For browsers not listed or for additional help, please contact your Internet browser support.</p>','vbulletin','vBulletin Solutions',1369335223,'5.0.3 Beta 1'),(5655,-1,'general_cookies_usage_gfaqtext','faqtext','<p>Cookies are very small text files that are stored on your computer when you visit some websites. </p>\r\n\r\n<p>We use cookies to help identify your computer so we can tailor your user experience, track shopping basket contents and remember where you are in the order process. You can disable any cookies already stored on your computer, but these may stop our website from functioning properly.</p>\r\n\r\n<p>The following is strictly necessary in the operation of our website.</p>\r\n<div class=\"restore\">This Website Will:\r\n<ul>\r\n<li>Use cookies to track your current login.</li>\r\n<li>Use cookies to track your current session.</li>\r\n<li>Use cookies for AJAX communication with the server.</li>\r\n<li>Use cookies to track read marking on specific topics.</li>\r\n</ul>\r\n</div>\r\n\r\n<h2>Functional Cookies</h2>\r\n<p>The following are not Strictly Necessary, but are required to provide you with the best user experience.</p>\r\n\r\n<div class=\"restore\">This Website Will:\r\n<ul>\r\n<li>Track the pages you visits via Google Analytics</li>\r\n<li>Allow you to share pages with social networks such as Facebook (If available)</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"restore\">This website will not:\r\n<ul>\r\n<li>Share any personal information with third parties.</li>\r\n</ul>\r\n</div>\r\n\r\n<h2>What is \'Automatic Login\'?</h2>\r\n\r\n<p>When you register (and also when you login using the form at the top of the screen), you will be given the option to \'Remember me\'. This will store your identity securely in a cookie on your computer. If you are using a shared computer, such as in a library, school or internet cafe, or if you have reason to not trust any other users that might use this computer, we recommend you do not enable this.</p>','vbulletin','vBulletin Solutions',1364427828,'5.0.2 Alpha 2'),(5656,-1,'general_facebook_connect_gfaqtext','faqtext','<p>Facebook Connect is an optional vBulletin feature that, if enabled, allows for quicker registrations by automatically using information from your existing Facebook account on this site. If you have previously registered you may use Facebook Connect to link your site account with your Facebook profile.</p>\r\n<p>Besides quicker registrations the other benefit of using Facebook Connect is, if enabled, you will be given the option of publishing the content you post to your Facebook Wall at the same time you submit it to this site. To use this feature look for a \"Publish to Facebook\" checkbox under the main editor box before submitting your post.</p>\r\n<p>You may add or sever the Facebook link at any time by going to your username at the top of the page, and choosing \"User Settings.\" Next click on the \"Accounts\" tab and finally scroll down to \"Facebook Connect\" and you may connect or disconnect from Facebook.</p>','vbulletin','vBulletin Solutions',1365719036,'5.0.2 Beta 1'),(5657,-1,'general_facebook_publish_gfaqtext','faqtext','<p>Publish to Facebook is an option available if you have used Facebook Connect to create or link your site account with your Facebook profile. If enabled by the site administrator you will see a \"Publish to Facebook?\" checkbox when creating forum posts and topics, blog entries, group messages, and other content. You must manually check the box if you wish to share your post on Facebook. A short description and a link to the content will automatically be posted to your Facebook wall if checked.</p>','vbulletin','vBulletin Solutions',1366055989,'5.0.2 Release Candidate 1'),(5658,-1,'general_forums_topics_posts_gfaqtext','faqtext','<h2>What is a community bulletin board?</h2>\r\n<p>A community bulletin board is an online discussion site. It\'s sometimes also called a \'board\' or \'forums\'. It may contain several categories, consisting of forums, topics and individual posts. The content on a community bulletin board is often created by the users or members of the site. They are used for support, to share ideas and for a variety of different topics.</p>\r\n\r\n<h2>How is all this structured?</h2>\r\n<p>The bulletin board as a whole contains various categories (broad subject areas), which themselves contain forums (more specific subject areas) which contain topics (conversations or discussions) which are made up of individual posts (where a user writes something).</p>\r\n\r\n<p>Usually the community home page has a list of categories and forums, with basic statistics for each - including the number of topics and posts, and which member posted the most recent message. This can be replaced with an activity stream which shows a stream of the latest posts, photos and other items shared.</p>\r\n\r\n<h2>How do I find my way around?</h2>\r\n<p>When you click on a forum\'s name, you are taken to the list of topics it contains. A topic is a conversation between members or guests. Each topic starts out as a single post and grows as replies and comments are added by different users.</p>\r\n\r\n<p>To start a new topic simply click on the <strong>+ New Topic</strong> button (you may need the right permissions to do this).</p>\r\n\r\n<p>Threads can be ordered in many different ways. The default is to have the topic with the most recent activity at the top. But you can easily change this ordering, for example to have the topic with the most posts at the top. Simply click on Filter menu at the top right of the topic list. The Filter menu will provide you with the options you need to sort the current page</p>\r\n\r\n<h2>Multi-page views</h2>\r\n\r\n<p>When there are more topics to display than will fit on a single page, you may see the \'Page\' box, which contains page numbers. This indicates that the list of topics has been split over two or more pages. This method of splitting lists of items over many pages is used throughout the community.</p>\r\n\r\n<h2>What are sticky topics?</h2>\r\n<p>\'Sticky\' topics are topics determined to be important by moderators or administrators. They are listed at the top of the topic list and remain \'stuck\' to the top of the listing, even if they haven\'t had any posts recently. Their purpose is to keep important information visible and accessible at all times.</p>\r\n\r\n<h2>How do I read a topic?</h2>\r\n<p>To read a topic, click on its title. Each post in a topic is created by a member or a guest. You\'ll see some brief information about the member who created the topic to the left of post message.</p>\r\n\r\n<p>To post a reply to an existing topic, click on the <strong>Post Reply</strong> button. If this button does not appear, it could mean that you are not logged in as a member, or that you do not have permission to reply, or that the topic has been closed to new replies.</p>\r\n\r\n<p>There will also be a Reply box at the bottom of the page. This is where you can quickly enter a reply as well. If you click the <strong>Quote</strong> link on any reply, the content of that post will automatically be added to the Reply box for you. Clicking <strong>Quote</strong> on multiple posts allows you to multi-quote those posts in a single reply.</p>\r\n\r\n\r\n<h2>How do I find out more about members?</h2>\r\n<p>To view information about a particular member, click on the user name. This will take you to their public profile page.</p>\r\n\r\n<h2>What is the Navigation Bar?</h2>\r\n<p>The navigation bar at the top of every page has links to help you move around. A \'breadcrumb\' area at the top left shows where you are now. A form on the right allows you to quickly login. This allows quick movement from one section of the site to the other.</p>\r\n\r\n<h2>Can I change the way the community looks?</h2>\r\n<p>You may be able to change the styling of the community by using the style changer in the bottom left of the page. This lets you choose different styles or themes which change the color scheme and appearance of the community. If this option does not appear, the board cannot be restyled.</p>','vbulletin','vBulletin Solutions',1369334016,'5.0.3 Beta 1'),(5659,-1,'general_loginlogoff_gfaqtext','faqtext','<p>Login to the site by locating the \"Login or Sign Up\" link located in the top right corner of the page.</p>\r\n\r\n<p>Click the link to activate the login box.</p>\r\n\r\n<p>Enter in your username and password with the option to \"Remember me\" then click \"Log in\".</p>\r\n\r\n<p>Remember me allows a user to stay logged instead of their session with the site timing out after a default of 15 minutes without activity.</p>\r\n\r\n<p>Please note: The Remember me feature sets a cookie in order to function properly, if you have specified in your browser to clear all cookies upon closing the program or similar then the feature may not work properly.</p>\r\n\r\n<p>A short message \"Logging in...\" will appear until the login process is completed then you will see your Messages and User Options available on the top right where the login link was prior.</p>\r\n\r\n<p>Alternatively you may also login using Facebook, if enabled by the Site Administrator.</p>\r\n\r\n<p>To do this, Click the Log in with facebook icon.</p>\r\n\r\n<p>If you have logged into facebook recently and/or within the same browser session login will take place immediately.</p>\r\n\r\n<p>If you have not logged into facebook recently it will prompt you for login.</p>\r\n\r\n<p>On the subject of facebook login, please note your facebook account must be associated with your forum account in order for login to take place. To locate your facebook details simply visit your User Settings then the Account tab and scroll down to find the options for \"Facebook Connect\".</p>\r\n\r\n<h2>Logging Off</h2>\r\n<p>After you login, the Login or Signup link will turn into your username. Clicking on your username will provide a dropdown menu. Select the logoff link on this menu to logout. Logging off will remove all cookies from your computer and you will be logged out of the software. This will also remove \"Remember Me\" cookies.</p>','vbulletin','vBulletin Solutions',1365718947,'5.0.2 Beta 1'),(5660,-1,'general_lostpassword_gfaqtext','faqtext','<h2>I forgot my password, what can I do?</h2>\r\n<p>If you\'ve forgotten you password you can click on the \"<a href=\"./lostpw\">Forgot password or user name?</a>\" link. It will appear in the \"Sign In\" box and anytime you enter an incorrect password. You will be taken to a new page where you can enter your registered email address and may need to also answer a human verification challenge to prevent exploitation by automated bots.\r\nAn email will be sent shortly to that email address with final instructions on how to reset your password.</p>\r\n<p>Since passwords are saved in an encrypted format in the database there is no way to retrieve your actual password, it will be replaced with a new password.</p>\r\n<p>You must be able to receive emails to your registered email address for this to work. You may need to check your spam filters and folder if you do not see this email in a few minutes.</p>','vbulletin','vBulletin Solutions',1365718986,'5.0.3 Alpha 2'),(5661,-1,'general_new_content_gfaqtext','faqtext','<h2>Today\'s Posts / New Topics</h2>\r\n<p>Today\'s Posts and New Topics are a means by which members can discover the latest content on a site, regardless of the channel (forum, group, blog etc) or content type (posts, photos, links etc). </p>\r\n\r\n<p>For many people this can be the most convenient way of exploring the site, as it aggregates all recent activity in one place.</p>\r\n\r\n<p>TODAY\'S POSTS is usually shown only to guests (unregistered users browsing the site), and provides a simple but comprehensive list of all content that has been updated in the past 24 hours. Topics with unread content are highlighted in bold text; topics with no new content since the last visit are displayed in normal (non-bold) text.</p>\r\n\r\n<p>NEW TOPICS is usually shown only to logged in users, and works in much the same way as Today\'s posts, except that it only shows topics with unread content since the member\'s last visit to the site. Topics will generally only show up in bold text, as once the item has been read it is no longer \"New\" and therefore does not display in \"New Topics\" at all.</p>\r\n\r\n<p>In both cases; logged in members will see a small icon immediately to the left of the title in the case of unread topics; clicking this icon will take the member to the first unread item in the topic. Clicking the title itself will open the topic at the first item.</p>\r\n\r\n<p>Each entry in the list also shows the following information:</p>\r\n<div class=\"restore\"><ul>\r\n<li>The topic title</li>\r\n<li>A read / unread icon that indicates whether the topic contains unread content</li>\r\n<li>A small icon that links directly to the first unread item in the topic (if the topic contains unread content)</li>\r\n<li>Name of person who started the topic</li>\r\n<li>Date and time the topic was started</li>\r\n<li>Any Topic prefix associated with the topic. Clicking on the prefix will show you other topics with this prefix</li>\r\n<li>Total number of posts in the topic</li>\r\n<li>Total number of likes within the topic</li>\r\n<li>Name and avatar of the last person to post to the topic</li>\r\n<li>Date and time of the last post to the topic.</li>\r\n</ul></div>\r\n<p>Additionally, at the top of the list of topics, there are two filters that enable the viewer to sort the results according to their requirements.</p>\r\n\r\n<h2>Activity Stream</h2>\r\n<p>The Activity Stream forms an integral part of new content discovery on the site. It can be configured to be visible, or even to be the default view, in a number of areas of the site, such as: Forums, Blogs, Groups, Topics and Discussions.</p>\r\n\r\n<p>The idea of an Activity Stream is to provide a \"running commentary\" of activity in that particular section of the site, or even the entire site if required.</p>\r\n\r\n<p>A straightforward example of an Activity Stream view would be the main Forum listing. At the top of the list of forums are a series of tabs; the second of these is labelled \"Latest Activity\". Clicking this tab transforms the view of the forums from a straightforward list, to a free flowing commentary of recent activity. This will commonly consist of new topics started, replies to existing topics, and the addition of other content such as photos. Each \"entry\" in the stream also makes clear who posted the content, and where and when.</p>\r\n\r\n<p>Activity Streams appear in other places as well. These include Groups and Blogs, and even in topics themselves, where the list of posts can be displayed in stream view to provide a commentary of activity specific to that topic.</p>\r\n\r\n<p>Activity Stream modules can be configured by the administrator to display content using certain criteria by default, though end users can apply different filters if they choose. End users can change the filter on specific streams to show the results they are looking for, such as specific content types or time frames.</p>','vbulletin','vBulletin Solutions',1369335274,'5.0.3 Beta 1'),(5662,-1,'general_registration_gfaqtext','faqtext','<p>The administrator will probably require you to register to make full use of the features of this site. Being registered gives you a unique username and identity on the board.\r\nRegistration is free unless otherwise specified and offers some or all of the following features depending how the administrator has configured the site:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Posting new topics</li>\r\n<li>Replying to other peoples\' topics</li>\r\n<li>Editing your content</li>\r\n<li>Sending private messages to other members</li>\r\n<li>Subscribing to content</li>\r\n<li>Create a unique signature to use in posts</li>\r\n<li>Upload a custom Avatar</li>\r\n</ul></div>\r\n\r\n<h2>How do I register?</h2>\r\n<p>You register by clicking the Log In or Sign Up link near the top of the page, and then on Sign Up in the box that opens. You will be asked to choose a user name, password, and enter a valid email address. You may be asked your birth date to determine your age. In addition there will be some other fields which you will be invited to respond, some may be mandatory. Once this is complete you will either be fully registered, or in some cases you may receive an email from which you must follow a link to confirm your address and complete registration. Finally in some cases the Administrator may require a waiting period while he or she verifies your account.</p>\r\n<p>You will have to agree to the terms of service or forum rules before registration can be completed. A link will be provided allowing you to review the site rules before agreeing. </p>\r\n<p>Note: Entering your email address will not leave you open to \"spam\" as it will not be shared with other forum users, only the site staff unless you specify otherwise.</p>\r\n<p>Depending how the site is configured you may be able to bypass some or all of the registration steps if you choose to \"Connect with Facebook\" which, if available, will connect this site with your existing Facebook account.</p>\r\n<p>If you are under the age of 13 the administrator may require that a parent or guardian provide consent before allowing you to complete the registration process. More information about this is available during the registration process if required.</p>','vbulletin','vBulletin Solutions',1365718923,'5.0.2 Beta 1'),(5663,-1,'general_search_gfaqtext','faqtext','<h2>Basic Search</h2>\r\nYou can perform a basic global search by entering your keywords into the search form located at the top right corner of the page. This will return any results matching your keywords up to the maximum value allowed by the site administrator.</p>\r\n\r\n<h2>Advanced Search</h2>\r\nThe site also has an <a href=\"search\">Advanced Search</a>. You can access the Advanced Search by clicking on the down arrow in the search box and selecting it off the resulting menu.</p>\r\n<p>Advanced Search allows you to fine tune your search to include only specific content types, specific forums, blogs or groups or even to search by a specific user.</p>\r\n\r\n<h2>How do I control my search results</h2>\r\n<p>This site uses a keyword-based boolean search. This means that you can search for multiple keywords but not specific phrases. The default comparison is to use \'AND\'. This means that if all of your keywords appear in the content, it can be returned in the search results.</p>\r\n<p>You can use \'AND\' (default), \'OR\' and \'NOT\' operators. You can also \'-\' (minus sign) for NOT. Short, common and bad words are omitted from the search criteria. These short common and bad words are defined by the site administrator.</p>\r\n<h2>Examples</h2>\r\n<br />\r\n<h3>Excluded Words</h3>\r\n<ul>\r\n<li>What it does: excludes search results with a particular word or phrase</li>\r\n<li>What to type: bass -fishing</li>\r\n<li>What you\'ll get: results about bass that are not related to fishing</li>\r\n</ul>\r\n\r\n<br />\r\n<h3>Multiple Words</h3>\r\n<ul>\r\n<li>What it does: searches for web pages that include either word</li>\r\n<li>What to type: vacation London OR Paris</li>\r\n<li>What you\'ll get: results with the word \"vacation\" and either \"London\" or \"Paris\"</li></ul>','vbulletin','vBulletin Solutions',1378301940,'5.0.6 Alpha 1'),(5664,-1,'general_tos_gfaqtext','faqtext','<p>Although the administrators and moderators of this site will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of this site, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.</p>\r\n\r\n<p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.</p>\r\n\r\n<p>The owners of this site reserve the right to remove, edit, move or close any content item for any reason.</p>','vbulletin','vBulletin Solutions',1364426162,'5.0.2 Alpha 2'),(5665,-1,'group_add_owner_gfaqtext','faqtext','<p>Additional owners can be assigned to a group and will allow them to review pending joined group requests, subscriber requests and posts. To add additional owners, navigate to the group you\'d like to add these users too and then hover over the \'Administrative\' click. From the dropdown that appears, click \'Manage Group Managers\'.</p>\r\n\r\n<p>A new page will appear showing a text field where additional owners can be added to the group in question. Simply type in the usernames for the additional owners, then click \'Add\' and your changes will be saved.</p>\r\n\r\n<p>In addition to this, you are able to see who currently owns the group and any other additional owners of the group. You are also able to transfer your ownership to another user.</p>','vbulletin','vBulletin Solutions',1365774255,'5.0.2 Beta 1'),(5666,-1,'group_create_new_gfaqtext','faqtext','<p>As a registered member, you can create your own Group (providing the administrator allows this). Go to the Groups page and on the module that is displayed, click the \'+ Create Group\' button. On the page that follows, you have a variety of options to tailor your group to the way you need it. If the administrator has added Group Categories, you will be able to specify which category your group is part of. Complete the title and description for your group and then select the type. There are three types of groups available:</p>\r\n<div class=\"restore\"><ul>\r\n<li>Public - Open to all. There is no restriction on who can join or who can post messages to it.</li>\r\n<li>Invite Only - Members will require an invitation to join the group. Invitations can only be sent by the group owner or forum moderators and administrators.</li>\r\n<li>Moderated - Open to everyone but messages are moderated before they appear. They are moderated by the group owner and the site moderators and administrators.</li>\r\n</ul></div>\r\n<p>You are also able to set permissions on who can see and post in your group.</p>\r\n<p>You can choose to Publish your group after adding this information and sticking with the default settings or you can click \'Next\' which will bring you to a page that\'ll allow you to further customize the permissions of your group and how it should work.</p>\r\n<p>On the next page, you will be able to add moderators for your group. They will be able to review join requests, subscriber requests and also posts.</p>\r\n<p>On the final page, you are able to invite members to join your freshly created group. Once you have done this, click \'Save & Publish\' and your group is ready.</p>','vbulletin','vBulletin Solutions',1369335306,'5.0.3 Beta 1'),(5667,-1,'group_manage_members_gfaqtext','faqtext','<p>If you wish to invite members to join your Group, you would need to go to the main Group page and on the right side is an Administrative dropdown menu. From there, select \'Invite Members\' and on the right, there will be a text area with the heading \'Enter User Names\'. You may enter the usernames here separated by commas and then click \'Save Changes\'. Once these members accept your invitation, they will show up on the \'Manage Joined Members\' list.</p>','vbulletin','vBulletin Solutions',1365774302,'5.0.2 Beta 1'),(5668,-1,'group_overview_gfaqtext','faqtext','','vbulletin','vBulletin Solutions',1364328252,'5.0.2 Alpha 2'),(5669,-1,'group_share_gfaqtext','faqtext','<p>When creating your new Group, you can set the Permissions and Privacy for the Group. These are presented in three options.\r\n<div class=\"restore\"><ul>\r\n<li>Group Type - This controls how people join. You can set it so anyone can join, that join requests are moderated by you, or require that you invite them before they can join.</li>\r\n<li>Permissions & Privacy - set who may view your Group and leave comments - Everyone, Group Members Only, or Group Members & Registered Users</li>\r\n<li>Can Post - This controls who can post to the group. You can set this to Group Members Only or Allow Group Members and all Registered Users on the site to post.</li>\r\n</ul></div>\r\n\r\n<p>After your group has been created, you can update these settings at any time by visiting the group on the site and clicking on \"Administrative\" in the top right corner. Select \"General Settings\" and you can update the settings above.</p>','vbulletin','vBulletin Solutions',1365775377,'5.0.3 Alpha 2'),(5670,-1,'account_avatar_gfaqtitle','faqtitle','How do I change my Avatar?','vbulletin','vBulletin Solutions',1364572910,'5.0.2 Alpha 2'),(5671,-1,'account_customizeprofile_gfaqtitle','faqtitle','How do I customize my profile?','vbulletin','vBulletin Solutions',1378241578,'5.0.3 Beta 1'),(5672,-1,'account_ignore_gfaqtitle','faqtitle','How do I ignore another member?','vbulletin','vBulletin Solutions',1365774611,'5.0.2 Beta 1'),(5673,-1,'account_notifications_gfaqtitle','faqtitle','How do I manage my notifications?','vbulletin','vBulletin Solutions',1369333769,'5.0.3 Beta 1'),(5674,-1,'account_overview_gfaqtitle','faqtitle','Managing Your Account','vbulletin','vBulletin Solutions',1364328173,'5.0.2 Alpha 2'),(5675,-1,'account_privacy_gfaqtitle','faqtitle','How do I manage my privacy?','vbulletin','vBulletin Solutions',1364568831,'5.0.2 Alpha 2'),(5676,-1,'account_privatemessages_gfaqtitle','faqtitle','Using Private Messages','vbulletin','vBulletin Solutions',1369341479,'5.0.3 Beta 1'),(5677,-1,'account_reputation_gfaqtitle','faqtitle','What is Reputation?','vbulletin','vBulletin Solutions',1369333910,'5.0.3 Beta 1'),(5678,-1,'account_resetprofile_gfaqtitle','faqtitle','How do I reset my user profile to the default?','vbulletin','vBulletin Solutions',1365790296,'5.0.2 Beta 1'),(5679,-1,'account_settings_gfaqtitle','faqtitle','How do I change my settings?','vbulletin','vBulletin Solutions',1369938986,'5.0.3 Beta 1'),(5680,-1,'account_signature_new_gfaqtitle','faqtitle','How do I edit my signature?','vbulletin','vBulletin Solutions',1364568551,'5.0.2 Alpha 2'),(5681,-1,'account_signatureimage_gfaqtitle','faqtitle','Can I use images in my signature?','vbulletin','vBulletin Solutions',1364568670,'5.0.2 Alpha 2'),(5682,-1,'account_subscribers_gfaqtitle','faqtitle','What are Subscribers?','vbulletin','vBulletin Solutions',1369341546,'5.0.3 Beta 1'),(5683,-1,'account_visitormessages_gfaqtitle','faqtitle','Using Visitor Messages','vbulletin','vBulletin Solutions',1369341503,'5.0.3 Beta 1'),(5684,-1,'albums_add_photos_gfaqtitle','faqtitle','How do I add photos to an album?','vbulletin','vBulletin Solutions',1369341603,'5.0.3 Beta 1'),(5685,-1,'albums_create_new_gfaqtitle','faqtitle','How do I create a new Album?','vbulletin','vBulletin Solutions',1365544083,'5.0.2 Beta 1'),(5686,-1,'albums_create_video_gfaqtitle','faqtitle','Why can\'t I create new video albums?','vbulletin','vBulletin Solutions',1365544359,'5.0.2 Beta 1'),(5687,-1,'albums_delete_album_gfaqtitle','faqtitle','How do I delete an Album?','vbulletin','vBulletin Solutions',1365775588,'5.0.2 Beta 1'),(5688,-1,'albums_overview_gfaqtitle','faqtitle','Managing Photo Albums','vbulletin','vBulletin Solutions',1364330901,'5.0.2 Alpha 2'),(5689,-1,'albums_posted_photos_gfaqtitle','faqtitle','What is the Posted Photos album for?','vbulletin','vBulletin Solutions',1365544496,'5.0.2 Beta 1'),(5690,-1,'albums_reuse_photo_gfaqtitle','faqtitle','How do I reuse a photo?','vbulletin','vBulletin Solutions',1365544994,'5.0.2 Beta 1'),(5691,-1,'bbcode_basic_gfaqtitle','faqtitle','Basic BBCode','vbulletin','vBulletin Solutions',1365794644,'5.0.2 Beta 1'),(5692,-1,'bbcode_code_gfaqtitle','faqtitle','Using Code Snippets','vbulletin','vBulletin Solutions',1365802405,'5.0.2 Beta 1'),(5693,-1,'bbcode_links_gfaqtitle','faqtitle','Creating Links','vbulletin','vBulletin Solutions',1369341649,'5.0.3 Beta 1'),(5694,-1,'bbcode_lists_gfaqtitle','faqtitle','Creating Lists','vbulletin','vBulletin Solutions',1365796174,'5.0.2 Beta 1'),(5695,-1,'bbcode_media_gfaqtitle','faqtitle','Inline Media (Photos and Videos)','vbulletin','vBulletin Solutions',1369341719,'5.0.3 Beta 1'),(5696,-1,'bbcode_quotes_gfaqtitle','faqtitle','Using Quotes','vbulletin','vBulletin Solutions',1365799476,'5.0.2 Beta 1'),(5697,-1,'bbcode_reference_gfaqtitle','faqtitle','BBCode Reference','vbulletin','vBulletin Solutions',1364327323,'5.0.2 Alpha 2'),(5698,-1,'bbcode_smilies_gfaqtitle','faqtitle','Using Smilies','vbulletin','vBulletin Solutions',1369341765,'5.0.3 Beta 1'),(5699,-1,'bbcode_tables_gfaqtitle','faqtitle','Creating Tables','vbulletin','vBulletin Solutions',1369937140,'5.0.3 Beta 1'),(5700,-1,'bbcode_why_gfaqtitle','faqtitle','Why BBCode?','vbulletin','vBulletin Solutions',1364343150,'5.0.2 Alpha 2'),(5701,-1,'blog_create_gfaqtitle','faqtitle','How do I create a new blog?','vbulletin','vBulletin Solutions',1364594404,'5.0.2 Alpha 2'),(5702,-1,'blog_manage_privacy_gfaqtitle','faqtitle','Managing Permissions and Privacy for your Blog','vbulletin','vBulletin Solutions',1364594754,'5.0.2 Alpha 2'),(5703,-1,'blog_members_gfaqtitle','faqtitle','How do I manage Blog Members?','vbulletin','vBulletin Solutions',1364594585,'5.0.2 Alpha 2'),(5704,-1,'blog_overview_gfaqtitle','faqtitle','Managing Blogs','vbulletin','vBulletin Solutions',1364328225,'5.0.2 Alpha 2'),(5705,-1,'blog_owners_gfaqtitle','faqtitle','How do I add additional owners to my blog?','vbulletin','vBulletin Solutions',1364594484,'5.0.2 Alpha 2'),(5706,-1,'community_overview_gfaqtitle','faqtitle','General Help','vbulletin','vBulletin Solutions',1364328143,'5.0.2 Alpha 2'),(5707,-1,'content_advanced_gfaqtitle','faqtitle','Advanced Editing (using BBCode)','vbulletin','vBulletin Solutions',1364487092,'5.0.2 Alpha 2'),(5708,-1,'content_attachments_gfaqtitle','faqtitle','How do I manage attachments?','vbulletin','vBulletin Solutions',1369334332,'5.0.3 Beta 1'),(5709,-1,'content_flag_gfaqtitle','faqtitle','Flagging Inappropriate Content','vbulletin','vBulletin Solutions',1364583389,'5.0.2 Alpha 2'),(5710,-1,'content_links_gfaqtitle','faqtitle','How do I share links and videos?','vbulletin','vBulletin Solutions',1369334642,'5.0.3 Beta 1'),(5711,-1,'content_messages_gfaqtitle','faqtitle','Sending Messages to Other Users','vbulletin','vBulletin Solutions',1365772870,'5.0.2 Beta 1'),(5712,-1,'content_overview_gfaqtitle','faqtitle','Creating Content','vbulletin','vBulletin Solutions',1364328194,'5.0.2 Alpha 2'),(5713,-1,'content_photos_gfaqtitle','faqtitle','How do I share photos?','vbulletin','vBulletin Solutions',1369334708,'5.0.3 Beta 1'),(5714,-1,'content_polls_gfaqtitle','faqtitle','How do I create a Poll?','vbulletin','vBulletin Solutions',1365773643,'5.0.2 Beta 1'),(5715,-1,'content_subscriptions_gfaqtitle','faqtitle','How do I follow an important discussion?','vbulletin','vBulletin Solutions',1376401396,'5.0.5 Alpha 3'),(5716,-1,'content_topics_gfaqtitle','faqtitle','Creating Forum Topics','vbulletin','vBulletin Solutions',1369335150,'5.0.3 Beta 1'),(5717,-1,'general_cookies_clear_gfaqtitle','faqtitle','How do I clear my cookies or cache?','vbulletin','vBulletin Solutions',1369335223,'5.0.3 Beta 1'),(5718,-1,'general_cookies_usage_gfaqtitle','faqtitle','Cookies (and how they are used.)','vbulletin','vBulletin Solutions',1364427828,'5.0.2 Alpha 2'),(5719,-1,'general_facebook_connect_gfaqtitle','faqtitle','Facebook Connect','vbulletin','vBulletin Solutions',1365719036,'5.0.2 Beta 1'),(5720,-1,'general_facebook_publish_gfaqtitle','faqtitle','Publishing Content to Facebook','vbulletin','vBulletin Solutions',1366055989,'5.0.2 Release Candidate 1'),(5721,-1,'general_forums_topics_posts_gfaqtitle','faqtitle','Forums, Topics and Posts','vbulletin','vBulletin Solutions',1369334016,'5.0.3 Beta 1'),(5722,-1,'general_loginlogoff_gfaqtitle','faqtitle','Login / Logoff','vbulletin','vBulletin Solutions',1365718947,'5.0.2 Beta 1'),(5723,-1,'general_lostpassword_gfaqtitle','faqtitle','How do I recover my lost password?','vbulletin','vBulletin Solutions',1365718986,'5.0.2 Beta 1'),(5724,-1,'general_new_content_gfaqtitle','faqtitle','Finding New Content','vbulletin','vBulletin Solutions',1369335274,'5.0.3 Beta 1'),(5725,-1,'general_registration_gfaqtitle','faqtitle','Registration','vbulletin','vBulletin Solutions',1365718923,'5.0.2 Beta 1'),(5726,-1,'general_search_gfaqtitle','faqtitle','Searching this Site','vbulletin','vBulletin Solutions',1365777305,'5.0.2 Beta 1'),(5727,-1,'general_tos_gfaqtitle','faqtitle','Terms of Service','vbulletin','vBulletin Solutions',1364426162,'5.0.2 Alpha 2'),(5728,-1,'group_add_owner_gfaqtitle','faqtitle','How do I add moderators to my group?','vbulletin','vBulletin Solutions',1365774255,'5.0.2 Beta 1'),(5729,-1,'group_create_new_gfaqtitle','faqtitle','How do I create a new group?','vbulletin','vBulletin Solutions',1369335306,'5.0.3 Beta 1'),(5730,-1,'group_manage_members_gfaqtitle','faqtitle','How do I manage group members?','vbulletin','vBulletin Solutions',1365774302,'5.0.2 Beta 1'),(5731,-1,'group_overview_gfaqtitle','faqtitle','Managing Groups','vbulletin','vBulletin Solutions',1364328252,'5.0.2 Alpha 2'),(5732,-1,'group_share_gfaqtitle','faqtitle','Managing Permissions and Privacy for your Group','vbulletin','vBulletin Solutions',1365775377,'5.0.2 Beta 1'),(5733,-1,'access_options','forum','Access Options','vbulletin','',0,''),(5734,-1,'act_as_forum','forum','Act as Channel <dfn>(Will act as category if no)</dfn>','vbulletin','',1321982542,'5.0.0 Alpha 34'),(5735,-1,'add_announcement','forum','Add Announcement','vbulletin','',0,''),(5736,-1,'add_child_forum','forum','Add Child Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5737,-1,'add_moderator_gforum','forum','Add Moderator','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5738,-1,'add_new_forum_gforum','forum','Add New Forum','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5739,-1,'allow_icons','forum','Allow Post Icons','vbulletin','',0,''),(5740,-1,'apply_password_to_children','forum','Apply This Password to Child Forums <dfn>(Only if changed)</dfn>','vbulletin','',0,''),(5741,-1,'are_you_sure_want_to_delete_channel_x','forum','Are you <b>sure</b> you want to delete the channel called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','',1320280989,'5.0.0 Alpha 13'),(5742,-1,'are_you_sure_you_want_to_delete_this_channel','forum','Are you sure you want to delete this channel? Note that any sub-channels will also be deleted!','vbulletin','',1324062745,'5.0.0 Alpha 13'),(5743,-1,'are_you_sure_you_want_to_delete_this_forum','forum','Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!','vbulletin','',0,''),(5744,-1,'can_have_password','forum','Can Have Password <dfn>(Setting this to no will prevent a password from being inherited and from being set by moderators)<br />(Note: You may still set a password manually)</dfn>','vbulletin','',0,''),(5745,-1,'category_gforum','forum','Category','vbulletin','',1142519066,'5.0.0 Alpha 8'),(5746,-1,'channel_manager_gforum','forum','Channel Manager','vbulletin','vBulletin Solutions',1380783744,'5.1.0 Alpha 2'),(5747,-1,'count_posts_in_forum','forum','Count Posts Made in this Forum Towards User Post Counts','vbulletin','',0,''),(5748,-1,'create_channel_based_off_of_channel','forum','Create Channel Based off of Channel:','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5749,-1,'custom_forum_style','forum','Custom Style for this Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5750,-1,'default_sort_field','forum','Default Sort Field','vbulletin','',1142519066,'3.6.0 Beta 1'),(5751,-1,'default_sort_order','forum','Default Sort Order','vbulletin','',1142519066,'3.6.0 Beta 1'),(5752,-1,'delete_forum','forum','Delete Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5753,-1,'do_not_change_usergroup','forum','DO NOT CHANGE USERGROUP','vbulletin','',0,''),(5754,-1,'edit_display_order','forum','Edit Display Order','vbulletin','',0,''),(5755,-1,'edit_forum','forum','Edit Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5756,-1,'edit_password_gforum','forum','Edit Password','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5757,-1,'emails_to_notify_when_post','forum','Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>','vbulletin','',0,''),(5758,-1,'emails_to_notify_when_thread','forum','Email Addresses to Notify When there is a New Topic <dfn>(Separate each address with a SPACE)</dfn>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5759,-1,'expand','forum','Expand','vbulletin','',0,''),(5760,-1,'forum_is_active','forum','Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>','vbulletin','',0,''),(5761,-1,'forum_link','forum','Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>','vbulletin','',0,''),(5762,-1,'forum_open','forum','Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>','vbulletin','',0,''),(5763,-1,'forum_password','forum','Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>','vbulletin','',0,''),(5764,-1,'forums_marked_asterisk_are_password_protected','forum','Forums Marked <b>*</b> are Password-Protected','vbulletin','',0,''),(5765,-1,'index_new_posts','forum','Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>','vbulletin','',0,''),(5766,-1,'link_gforum','forum','Link','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5767,-1,'list_moderators','forum','List Moderators','vbulletin','',0,''),(5768,-1,'moderate_attachments_gforum','forum','Moderate Attachments','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5769,-1,'moderate_posts_gforum','forum','Moderate Posts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5770,-1,'moderate_threads_gforum','forum','Moderate Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5771,-1,'moderation_options_gforum','forum','Moderation Options','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5772,-1,'override_style_choice','forum','Override Users\' Style Choice <dfn>(If this channel uses a custom style, this will force users with a different style choice to see the channel with the style <i>you</i> specified)</dfn>','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5773,-1,'pda','forum','PDA','vbulletin','',0,''),(5774,-1,'please_select_forum','forum','Please select a forum','vbulletin','',0,''),(5775,-1,'posting_options','forum','Posting Options','vbulletin','',0,''),(5776,-1,'prefix_for_forum_status_images','forum','Prefix for Forum Status Images\r\n<dfn>(This prefix will be used on status image filenames for a forum, it can only contain <em>A-Z, 0-9, -, _, . and /</em>)</dfn>','vbulletin','',1213632199,'3.8.0 Alpha 1'),(5777,-1,'require_moderator_validation_before_new_attachments_are_displayed','forum','Require moderator validation before new attachments are displayed','vbulletin','',0,''),(5778,-1,'require_moderator_validation_before_new_posts_are_displayed','forum','Require moderator validation before new posts are displayed','vbulletin','',0,''),(5779,-1,'require_moderator_validation_before_new_threads_are_displayed','forum','Require moderator validation before new topics are displayed','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5780,-1,'require_threads_have_prefix','forum','Require Topics to have a Prefix','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5781,-1,'show_all_threads_gforum','forum','Show all topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5782,-1,'show_forum_on_forum_jump','forum','Show this Forum and Child Forums on the Quick Navigation menu','vbulletin','vBulletin Solutions',1245705964,'4.0.0 Alpha 1'),(5783,-1,'show_private_forum','forum','Show Private Forum<dfn>(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.<br /> This option applies to any forum listing, including the Quick Navigation menu, and Search Results.<br /> Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)</dfn>','vbulletin','vBulletin Solutions',1245705980,'4.0.0 Alpha 1'),(5784,-1,'style_options','forum','Style Options','vbulletin','',0,''),(5785,-1,'summary','forum','Summary','vbulletin','',1142519066,'3.6.0 Beta 1'),(5786,-1,'use_default','forum','Use Default','vbulletin','',1142519066,'3.6.0 Beta 1'),(5787,-1,'use_default_style_gforum','forum','Use Default Style','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5788,-1,'use_selected_prefix_sets','forum','Use Selected Prefix Sets','vbulletin','vBulletin Solutions',1190043606,'3.7.0 Beta 1'),(5789,-1,'view_forum','forum','View Channel','vbulletin','',1320280989,'5.0.0 Alpha 34'),(5790,-1,'view_permissions_gforum','forum','View Permissions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5791,-1,'yes_display_post_counts_gforum','forum','Yes - Display Post Counts','vbulletin','',1142519066,'5.0.0 Alpha 8'),(5792,-1,'yes_hide_post_counts_gforum','forum','Yes - Hide Post Counts','vbulletin','',1142519066,'5.0.0 Alpha 8'),(5793,-1,'add_moderator_gforumdisplay','forumdisplay','Add Moderator','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5794,-1,'beginning','forumdisplay','Beginning','vbulletin','',0,''),(5795,-1,'from_the','forumdisplay','From The','vbulletin','',0,''),(5796,-1,'last_day','forumdisplay','Last Day','vbulletin','',0,''),(5797,-1,'last_year','forumdisplay','Last Year','vbulletin','',0,''),(5798,-1,'mark_this_channel_read','forumdisplay','Mark This Channel Read','vbulletin','',1334564176,'5.0.0 Alpha 22'),(5799,-1,'mass_prune','forumdisplay','Mass Prune','vbulletin','',0,''),(5800,-1,'massmove_threads','forumdisplay','Mass-Move Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5801,-1,'massprune_threads','forumdisplay','Mass-Prune Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5802,-1,'sort_threads_by','forumdisplay','Sort topics by:','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5803,-1,'sticky_threads','forumdisplay','Sticky Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5804,-1,'thread_contains_a_message_written_by_you','forumdisplay','Topic Contains a Message Written By You','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5805,-1,'thread_is_closed','forumdisplay','Topic is closed','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5806,-1,'thread_rating','forumdisplay','Topic Rating','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5807,-1,'try_controls_below_for_older_posts','forumdisplay','Try using the controls below to search for any older posts that may exist.','vbulletin','',0,''),(5808,-1,'view_attachment_queue','forumdisplay','View Attachment Queue','vbulletin','',0,''),(5809,-1,'view_posts_queue','forumdisplay','View Posts Queue','vbulletin','',0,''),(5810,-1,'x_members_y_guests','forumdisplay','{1} members & {2} guests','vbulletin','',0,''),(5811,-1,'you_have_posted_in_this_thread','forumdisplay','You have posted in this topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5812,-1,'attachmentid','fronthelp','attachmentid','vbulletin','',0,''),(5813,-1,'bbcode_list','fronthelp','BB Code List','vbulletin','vBulletin Solutions',1195819636,'3.7.0 Beta 1'),(5814,-1,'explanation','fronthelp','Explanation','vbulletin','',1245249058,'4.0.0 Alpha 1'),(5815,-1,'faq_item','fronthelp','Help Item','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(5816,-1,'highlight','fronthelp','Highlight','vbulletin','',0,''),(5817,-1,'linked','fronthelp','Linked','vbulletin','',0,''),(5818,-1,'match_all_words_gfronthelp','fronthelp','All words','vbulletin','',1245185909,'5.0.0 Alpha 8'),(5819,-1,'match_any_words','fronthelp','Any words','vbulletin','',1245185982,'4.0.0 Alpha 1'),(5820,-1,'match_complete_phrase','fronthelp','Complete phrase','vbulletin','',1245186031,'4.0.0 Alpha 1'),(5821,-1,'matching_description','fronthelp','Select an option here to specify how you would like your search query to be treated. \'Any words\' will return the most numerous but possibly least relevant results, while \'Complete phrase\' will return only results that contain exactly what you are searching for.','vbulletin','',1245186146,'4.0.0 Alpha 1'),(5822,-1,'meaning','fronthelp','Meaning','vbulletin','',0,''),(5823,-1,'postid','fronthelp','postid','vbulletin','',0,''),(5824,-1,'search_faq','fronthelp','Search Help','vbulletin','vBulletin Solutions',1255684494,'5.0.1 Alpha 2'),(5825,-1,'search_faq_title','fronthelp','Titles Only','vbulletin','vBulletin Solutions',1255684494,'5.0.1 Alpha 2'),(5826,-1,'search_in_gfronthelp','fronthelp','Search In','vbulletin','',1263916568,'5.0.0 Alpha 8'),(5827,-1,'search_titles_and_text','fronthelp','Both help item titles and text','vbulletin','vBulletin Solutions',1245185500,'5.0.1 Alpha 2'),(5828,-1,'search_titles_and_text_description','fronthelp','Select this option if you would like your search to look in the text of help items as well as their titles.','vbulletin','vBulletin Solutions',1245185553,'5.0.1 Alpha 2'),(5829,-1,'show_only_items_that_contain','fronthelp','Show only help items that contain...','vbulletin','vBulletin Solutions',1245185766,'5.0.1 Alpha 2'),(5830,-1,'threadid','fronthelp','threadid','vbulletin','',0,''),(5831,-1,'usage','fronthelp','Usage','vbulletin','',0,''),(5832,-1,'value','fronthelp','value','vbulletin','',0,''),(5833,-1,'vbulletin_faq','fronthelp','{1} help','vbulletin','vBulletin Solutions',1258142649,'5.0.1 Alpha 2'),(5834,-1,'vbulletin_faq_description','fronthelp','Here you can find answers to questions about how the board works. Use the links or search box below to find your way around.','vbulletin','',1245185649,'4.0.0 Alpha 1'),(5835,-1,'videos','fronthelp','Videos','vbulletin','',1253551315,'4.0.0 Alpha 3'),(5836,-1,'album_added_edited','frontredirect','Album added or edited successfully','vbulletin','vBulletin Solutions',1192786200,'3.7.0 Beta 1'),(5837,-1,'deleted_announcement','frontredirect','The announcement <em>$announcementinfo[title]</em> has been deleted.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5838,-1,'deletepost','frontredirect','The post has been successfully deleted. You will now be returned to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5839,-1,'deleteposts','frontredirect','The selected posts have been deleted. You will now be returned to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5840,-1,'deletethread','frontredirect','The topic has been successfully deleted. You will now be returned to the forum.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5841,-1,'dst','frontredirect','DST Settings Updated','vbulletin','',0,''),(5842,-1,'editthanks','frontredirect','The post has been successfully edited. You are now being taken to the post.','vbulletin','',0,''),(5843,-1,'editthread','frontredirect','The topic has been successfully edited. You are now being taken to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5844,-1,'friendadded','frontredirect','You and $userinfo[username] are now friends','vbulletin','vBulletin Solutions',1195171778,'3.7.0 Beta 1'),(5845,-1,'infraction_added','frontredirect','Infraction has been added for this user.','vbulletin','vBulletin Solutions',1361898056,'5.0.1 Alpha 2'),(5846,-1,'infraction_reversed','frontredirect','Infraction for this user has been reversed.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5847,-1,'inline_approvedattachments','frontredirect','The selected attachments have been approved.','vbulletin','',0,''),(5848,-1,'inline_approvedposts','frontredirect','The selected posts have been approved.','vbulletin','',0,''),(5849,-1,'inline_approvedthreads','frontredirect','The selected topics have been approved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5850,-1,'inline_closed','frontredirect','The selected topics have been closed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5851,-1,'inline_copiedposts','frontredirect','The selected posts have been copied.','vbulletin','vBulletin Solutions',1145645439,'3.6.0 Beta 1'),(5852,-1,'inline_deleted','frontredirect','The selected topics have been deleted.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5853,-1,'inline_deletedposts','frontredirect','The selected posts have been deleted.','vbulletin','',0,''),(5854,-1,'inline_moved','frontredirect','The selected topics have been moved.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5855,-1,'inline_movedposts','frontredirect','The selected posts have been moved.','vbulletin','',0,''),(5856,-1,'inline_opened','frontredirect','The selected topics have been opened.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5857,-1,'inline_stuck','frontredirect','The selected topics have been stuck.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5858,-1,'inline_unapprovedattachments','frontredirect','The selected attachments have been unapproved.','vbulletin','',0,''),(5859,-1,'inline_unapprovedposts','frontredirect','The selected posts have been placed back into moderation.','vbulletin','',0,''),(5860,-1,'inline_unapprovedthreads','frontredirect','The selected topics have been placed back into moderation.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5861,-1,'inline_undeleted','frontredirect','The selected topics have been undeleted.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5862,-1,'inline_undeleteddiscussions','frontredirect','The selected discussions have been undeleted.','vbulletin','',1212415886,'3.7.1'),(5863,-1,'inline_undeletedmessages','frontredirect','The selected messages have been undeleted.','vbulletin','vBulletin Solutions',1191952432,'3.7.0 Beta 1'),(5864,-1,'inline_undeleteposts','frontredirect','The selected posts have been undeleted.','vbulletin','vBulletin Solutions',1142555568,'3.6.0 Beta 1'),(5865,-1,'inline_unstuck','frontredirect','The selected topics have been unstuck.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5866,-1,'login_gfrontredirect','frontredirect','Thank you for logging in, $bbuserinfo[username].','vbulletin','',1320280989,'5.0.0 Alpha 8'),(5867,-1,'logout','frontredirect','Logging you out, $bbuserinfo[username].','vbulletin','',0,''),(5868,-1,'lostactivatecode','frontredirect','Your account details and activation code have been sent to that email address. You will now be returned to where you were.','vbulletin','',0,''),(5869,-1,'lostpw_gfrontredirect','frontredirect','Your username and details about how to reset your password have been sent to you by email. You will now be returned to where you were.','vbulletin','',1245085100,'5.0.0 Alpha 8'),(5870,-1,'markread','frontredirect','All forums have been marked as read and the new post indicators will now be off.','vbulletin','',0,''),(5871,-1,'markread_single','frontredirect','This forum has been marked as read and its new post indicator will now be off.','vbulletin','',0,''),(5872,-1,'mergethread','frontredirect','Those topics have been successfully merged. You will now be returned to the result of the merging.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5873,-1,'movethread','frontredirect','The topic has been successfully moved / copied. You will now be returned to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5874,-1,'nodelete','frontredirect','You have chosen not to delete this post. You are now being returned to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5875,-1,'openclose','frontredirect','The topic has been successfully $action. You are now being taken to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5876,-1,'payment_complete','frontredirect','Payment Complete','vbulletin','',0,''),(5877,-1,'pm_messagesdeleted','frontredirect','The message(s) have been deleted. You are now being redirected to your PM list.','vbulletin','',0,''),(5878,-1,'pm_messagesent','frontredirect','Your private message has been sent. You will now be taken to your PM list. Thanks!','vbulletin','',0,''),(5879,-1,'pm_messagesmarkedas','frontredirect','Selected Messages Marked as $readunread','vbulletin','',0,''),(5880,-1,'pm_messagesmoved','frontredirect','Your message(s) have been moved. You will now be returned to your PM list.','vbulletin','',0,''),(5881,-1,'postthanks','frontredirect','Thank you for posting! You will now be taken to your post. If you opted to post a poll, you will now be allowed to do so.','vbulletin','vBulletin Solutions',1142900764,'3.6.0 Beta 1'),(5882,-1,'reportthanks','frontredirect','Thank you for reporting that post. It will be dealt with as appropriate in due course.','vbulletin','',0,''),(5883,-1,'saved_announcement','frontredirect','The announcement <i>$title</i> has been successfully saved.','vbulletin','',1142519066,'3.6.0 Beta 1'),(5884,-1,'sentfeedback','frontredirect','Your feedback to the webmaster has been sent.','vbulletin','',0,''),(5885,-1,'sticky','frontredirect','The topic has been successfully $action. You are now being taken to the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5886,-1,'style_applied_as_site_default','frontredirect','Style applied as site default.','vbulletin','vBulletin Solutions',1358195232,'5.0.0 Beta 27'),(5887,-1,'subsadd_thread','frontredirect','A subscription for this topic has been added.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5888,-1,'subsremove_thread','frontredirect','Your subscription for this topic has been removed.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(5889,-1,'updatelist_incoming','frontredirect','Your incoming friendship request list has been updated.','vbulletin','vBulletin Solutions',1195754569,'3.7.0 Beta 1'),(5890,-1,'updatethanks','frontredirect','Thank you for updating your profile, $bbuserinfo[username].','vbulletin','',0,''),(5891,-1,'usercss_saved','frontredirect','Your customizations have been saved','vbulletin','',1193325882,'3.7.0 Beta 1'),(5892,-1,'visitormessagethanks','frontredirect','Thank you for posting! You will now be taken to your message.','vbulletin','vBulletin Solutions',1191952471,'3.7.0 Beta 1'),(5893,-1,'1_column','global','One Column','vbulletin','vBulletin Solutions',1382120214,'5.1.0 Alpha 3'),(5894,-1,'1_comment_lower','global','1 comment','vbulletin','vBulletin Solutions',1382139838,'5.1.0 Alpha 3'),(5895,-1,'1_day_ago','global','1 day ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5896,-1,'1_hour_ago','global','1 hour ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5897,-1,'1_minute_ago','global','1 minute ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5898,-1,'1_view','global','1 view','vbulletin','vBulletin Solutions',1377538958,'5.0.5 Alpha 4'),(5899,-1,'1_week_ago','global','1 week ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(5900,-1,'1x2_columns','global','First Article Full Width, then Two Columns','vbulletin','vBulletin Solutions',1382122487,'5.1.0 Alpha 3'),(5901,-1,'1x3_columns','global','First Article Full Width, then Three Columns','vbulletin','vBulletin Solutions',1382122470,'5.1.0 Alpha 3'),(5902,-1,'2_columns','global','Two Columns','vbulletin','vBulletin Solutions',1382120223,'5.1.0 Alpha 3'),(5903,-1,'2x1_columns','global','Two Articles Side-by-side, then One Column','vbulletin','vBulletin Solutions',1382122500,'5.1.0 Alpha 3'),(5904,-1,'3_columns','global','Three Columns','vbulletin','vBulletin Solutions',1382120235,'5.1.0 Alpha 3'),(5905,-1,'about','global','About','vbulletin','',1318430841,'5.0.0 Alpha 7'),(5906,-1,'about_the_author','global','About the Author','vbulletin','vBulletin Solutions',1386693773,'5.1.0 Alpha 6'),(5907,-1,'about_this_blog','global','About this Blog','vbulletin','',1318430841,'5.0.0 Alpha 20'),(5908,-1,'about_this_group','global','About this Group','vbulletin','',1346429074,'5.0.0 Beta 11'),(5909,-1,'accept','global','Accept','vbulletin','',0,''),(5910,-1,'account','global','Account','vbulletin','',1318430767,'5.0.0 Alpha 7'),(5911,-1,'action','global','Action','vbulletin','',0,''),(5912,-1,'active','global','Active','vbulletin','',1318506014,'5.0.0 Alpha 7'),(5913,-1,'active_members','global','Active Members','vbulletin','',0,''),(5914,-1,'activities','global','Activities','vbulletin','',1318430823,'5.0.0 Alpha 7'),(5915,-1,'activity_stream','global','Activity Stream','vbulletin','',1318427739,'5.0.0 Alpha 7'),(5916,-1,'ad','global','Ad','vbulletin','vBulletin Solutions',1352802229,'5.0.0 Beta 20'),(5917,-1,'add_a_folder','global','Add a folder','vbulletin','',1318500908,'5.0.0 Alpha 7'),(5918,-1,'add_a_moderator_to_be_coowner','global','Add a moderator to be a co-owner to your blog. The moderator can create and manage the blog entries.','vbulletin','',1330964763,'5.0.0 Alpha 20'),(5919,-1,'add_a_moderator_to_be_group_coowner','global','Add a group manager to be a co-owner to your group. The group manager can review pending joined group requests, subscriber requests and posts.','vbulletin','',1339694384,'5.0.0 Alpha 27'),(5920,-1,'add_a_poll_answer_here','global','Add a poll answer','vbulletin','vBulletin Solutions',1363275676,'5.0.2 Alpha 2'),(5921,-1,'add_caption','global','Add Caption','vbulletin','',1318503300,'5.0.0 Alpha 7'),(5922,-1,'add_custom_html_for_header_ad','global','Add custom HTML for the Header Ad HTML. Template conditionals and variables are allowed.','vbulletin','',1318260254,'5.0.0 Alpha 7'),(5923,-1,'add_files_dots','global','Add Files...','vbulletin','vBulletin Solutions',1362504612,'5.0.2 Alpha 2'),(5924,-1,'add_folder','global','Add Folder','vbulletin','',1322869779,'5.0.0 Alpha 12'),(5925,-1,'add_group_managers','global','Add Group Managers','vbulletin','',1343347563,'5.0.0 Alpha 31'),(5926,-1,'add_icon','global','Add Icon','vbulletin','',1339107980,'5.0.0 Alpha 27'),(5927,-1,'add_link','global','Add Link','vbulletin','',1318427739,'5.0.0 Alpha 7'),(5928,-1,'add_main_channel','global','Add Main Channel','vbulletin','',1318260172,'5.0.0 Alpha 7'),(5929,-1,'add_modules','global','Add Modules','vbulletin','',1318259473,'5.0.0 Alpha 7'),(5930,-1,'add_modules_desc','global','Drag and drop the modules to the desired position on the page below. You may filter the modules by category or search modules by name.','vbulletin','',1318259589,'5.0.0 Alpha 7'),(5931,-1,'add_more_answer','global','Add another answer','vbulletin','vBulletin Solutions',1351558867,'5.0.0 Beta 18'),(5932,-1,'add_photos','global','Add Photos','vbulletin','',1340734260,'5.0.0 Alpha 28'),(5933,-1,'add_pm_recipient_instruction','global','Type user names to add additional recipients. To remove a recipient from the message list, click on the \'x\'.','vbulletin','',1318427739,'5.0.0 Alpha 7'),(5934,-1,'add_subforum','global','Add sub-forum','vbulletin','',1342769152,'5.0.0 Alpha 30'),(5935,-1,'add_video','global','Add Video','vbulletin','',1342719514,'5.0.0 Alpha 30'),(5936,-1,'added_via_ajax_call','global','Added via AJAX call','vbulletin','vBulletin Solutions',1379979803,'5.1.0 Alpha 1'),(5937,-1,'adding_multiple_modules_not_allowed','global','Adding multiple instances of {1} module is not allowed.','vbulletin','vBulletin Solutions',1352499473,'5.0.0 Beta 20'),(5938,-1,'additional_options','global','Additional Options','vbulletin','',1340025730,'5.0.0 Alpha 27'),(5939,-1,'admin','global','Admin','vbulletin','',0,''),(5940,-1,'admin_auth','global','Admin Authentication','vbulletin','',1343271645,'5.0.0 Alpha 31'),(5941,-1,'admin_control_panel','global','Admin Control Panel','vbulletin','',0,''),(5942,-1,'admin_cp','global','Admin CP','vbulletin','',1318501817,'5.0.0 Alpha 7'),(5943,-1,'admin_help','global','Admin Help','vbulletin','',1341259535,'5.0.0 Alpha 28'),(5944,-1,'admincp','global','AdminCP','vbulletin','',1318259182,'5.0.0 Alpha 7'),(5945,-1,'administrative','global','Administrative','vbulletin','',1250520425,'4.0.0 Alpha 1'),(5946,-1,'advanced','global','Advanced','vbulletin','',1318431024,'5.0.0 Alpha 7'),(5947,-1,'advanced_editor','global','Advanced Editor','vbulletin','',1318428293,'5.0.0 Alpha 7'),(5948,-1,'advanced_search','global','Advanced Search','vbulletin','',0,''),(5949,-1,'age','global','Age','vbulletin','',0,''),(5950,-1,'aim','global','AIM','vbulletin','',1318503573,'5.0.0 Alpha 7'),(5951,-1,'ajax_requests','global','AJAX Requests','vbulletin','vBulletin Solutions',1368626431,'5.0.3 Beta 1'),(5952,-1,'album','global','Album','vbulletin','',1324424300,'5.0.0 Alpha 14'),(5953,-1,'album_saved','global','Album Saved','vbulletin','',1342644685,'5.0.0 Alpha 30'),(5954,-1,'albums','global','Albums','vbulletin','',1296396408,'4.1.2'),(5955,-1,'alert_board_off','global','<b>Alert:</b> The forums are currently turned off!','vbulletin','',0,''),(5956,-1,'all','global','All','vbulletin','',1241646503,'4.0.0 Alpha 1'),(5957,-1,'all_changes_made_will_be_lost_would_you_like_to_continue','global','All changes made will be lost. Would you like to continue?','vbulletin','',1323127182,'5.0.0 Alpha 13'),(5958,-1,'all_channels','global','All Channels','vbulletin','',1322764247,'5.0.0 Alpha 10'),(5959,-1,'all_forums','global','All Forums','vbulletin','',1142519066,'3.6.0 Beta 1'),(5960,-1,'all_styles','global','All Styles','vbulletin','vBulletin Solutions',1349988681,'5.0.0 Beta 16'),(5961,-1,'all_time','global','All Time','vbulletin','',1318335156,'5.0.0 Alpha 7'),(5962,-1,'all_times_are_gmt_x_time_now_is_y','global','All times are GMT{1}. The time now is <span class=\"time\">{2}</span>.','vbulletin','',0,''),(5963,-1,'allow_bbcode','global','Allow BB Code','vbulletin','',1142519066,'3.6.0 Beta 1'),(5964,-1,'allow_comments','global','Allow Comments','vbulletin','',1346430588,'5.0.0 Beta 11'),(5965,-1,'allow_html','global','Allow HTML','vbulletin','',1142519066,'3.6.0 Beta 1'),(5966,-1,'allow_multiple_choice','global','Allow multiple choice','vbulletin','',1318500984,'5.0.0 Alpha 7'),(5967,-1,'allow_posting_comments','global','Allow comments to be posted','vbulletin','',1331867576,'5.0.0 Alpha 20'),(5968,-1,'allow_replies_and_comments','global','Allow replies and comments to be posted','vbulletin','',1339516374,'5.0.0 Alpha 27'),(5969,-1,'allow_smilies','global','Allow Smilies','vbulletin','',1142519066,'3.6.0 Beta 1'),(5970,-1,'allowed_filetypes','global','Allowed Filetypes','vbulletin','',1318500236,'5.0.0 Alpha 7'),(5971,-1,'am','global','AM','vbulletin','vBulletin Solutions',1380774198,'5.1.0 Alpha 2'),(5972,-1,'and_other','global','and 1 other','vbulletin','',1329416725,'5.0.0 Alpha 31'),(5973,-1,'and_x','global','and {1}','vbulletin','vBulletin Solutions',1370857940,'5.0.4 Alpha 2'),(5974,-1,'and_x_others','global','and {1} others','vbulletin','vBulletin Solutions',1370858422,'5.0.4 Alpha 2'),(5975,-1,'announcement','global','Announcement','vbulletin','',0,''),(5976,-1,'announcements','global','Announcements','vbulletin','',0,''),(5977,-1,'any_prefix_meta','global','Any Prefix','vbulletin','',1238162800,'4.0.0 Alpha 1'),(5978,-1,'any_time','global','Any Time','vbulletin','',1323100948,'5.0.0 Alpha 11'),(5979,-1,'any_topic_meta','global','Any Topic','vbulletin','vBulletin Solutions',1358378303,'5.0.0 Beta 27'),(5980,-1,'applying_new_template','global','You are applying a new template. The new template \"{1}\" will be applied ONLY to this page.<br />Do you want to continue saving the page?','vbulletin','',1337624767,'5.0.0 Alpha 25'),(5981,-1,'approve','global','Approve','vbulletin','',1318506014,'5.0.0 Alpha 20'),(5982,-1,'april','global','April','vbulletin','',0,''),(5983,-1,'archive','global','Archive','vbulletin','',0,''),(5984,-1,'are_you_sure_move_to_trash','global','Are you sure that you want to send the selected message(s) into trash?','vbulletin','vBulletin Solutions',1375371385,'5.0.5 Alpha 2'),(5985,-1,'are_you_sure_permanently_delete_messages','global','Are you sure you want to permanently delete the selected messages.<b> Can not be undone</b>','vbulletin','',1318506014,'5.0.0 Alpha 33'),(5986,-1,'arguments','global','Arguments','vbulletin','',1318429643,'5.0.0 Alpha 7'),(5987,-1,'article_display','global','Article Display','vbulletin','vBulletin Solutions',1381873528,'5.1.0 Alpha 3'),(5988,-1,'article_tags','global','Article Tags','vbulletin','vBulletin Solutions',1381203560,'5.1.0 Alpha 2'),(5989,-1,'articles','global','Articles','vbulletin','vBulletin Solutions',1379441350,'5.1.0 Alpha 1'),(5990,-1,'ascending','global','Ascending','vbulletin','',1318431778,'5.0.0 Alpha 7'),(5991,-1,'at_x','global','At {1}','vbulletin','',1318333543,'5.0.0 Alpha 7'),(5992,-1,'attach','global','Attach','vbulletin','',1318260274,'5.0.0 Alpha 7'),(5993,-1,'attach_link','global','Attach Link','vbulletin','',1322870071,'5.0.0 Alpha 12'),(5994,-1,'attach_video','global','Attach Video','vbulletin','',1322867214,'5.0.0 Alpha 12'),(5995,-1,'attached_files','global','Attached Files','vbulletin','vBulletin Solutions',1258585090,'4.0.0 Beta 4'),(5996,-1,'attached_images','global','Attached Images','vbulletin','vBulletin Solutions',1258585100,'4.0.0 Beta 4'),(5997,-1,'attached_thumbnails','global','Attached Thumbnails','vbulletin','vBulletin Solutions',1258585109,'4.0.0 Beta 4'),(5998,-1,'attachment','global','Attachment','vbulletin','',0,''),(5999,-1,'attachment_statistics','global','Attachment Statistics','vbulletin','',0,''),(6000,-1,'attachments','global','Attachments','vbulletin','',0,''),(6001,-1,'august','global','August','vbulletin','',0,''),(6002,-1,'author','global','Author','vbulletin','',1245226664,'4.0.0 Alpha 1'),(6003,-1,'author_information_not_available','global','There is no author information available.','vbulletin','vBulletin Solutions',1389724595,'5.1.0 Alpha 9'),(6004,-1,'auto_accept_subscribe_text','global','Auto-accept subscriber requests from other members to subscribe to blog updates.','vbulletin','',1331867739,'5.0.0 Alpha 20'),(6005,-1,'autoaccept_subscriber_requests','global','Auto-accept subscriber requests','vbulletin','',1339516804,'5.0.0 Alpha 27'),(6006,-1,'autoaccept_subscriber_requests_group_text','global','Auto-accept subscriber requests from other members to subscribe to group updates.','vbulletin','',1339516840,'5.0.0 Alpha 27'),(6007,-1,'avatar_border','global','Avatar Border','vbulletin','',1340356044,'5.0.0 Alpha 28'),(6008,-1,'avatars','global','Avatars','vbulletin','',1342214615,'5.0.0 Alpha 29'),(6009,-1,'back_to_blogs','global','Back to Blogs','vbulletin','',1343094771,'5.0.0 Alpha 31'),(6010,-1,'back_to_faq','global','Back to help','vbulletin','vBulletin Solutions',1361907509,'5.0.2 Alpha 2'),(6011,-1,'back_to_media','global','Back To Media','vbulletin','',1325178830,'5.0.0 Alpha 14'),(6012,-1,'back_to_messages','global','Back to messages','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6013,-1,'back_to_poll','global','Back to Poll','vbulletin','',1318329883,'5.0.0 Alpha 7'),(6014,-1,'back_to_previous_page','global','Back to Previous Page','vbulletin','',1324424570,'5.0.0 Alpha 14'),(6015,-1,'back_to_profile','global','Back to Profile','vbulletin','',1337721523,'5.0.0 Alpha 25'),(6016,-1,'back_to_socialgroups','global','Back to Groups','vbulletin','',1339515947,'5.0.0 Alpha 31'),(6017,-1,'ban_user','global','Ban User','vbulletin','',1345686954,'5.0.0 Alpha 37'),(6018,-1,'base_url','global','Base URL','vbulletin','',1318505135,'5.0.0 Alpha 7'),(6019,-1,'basicinfo','global','Basic Information','vbulletin','',1318503494,'5.0.0 Alpha 7'),(6020,-1,'bbcode_allowed','global','<span class=\"shade\">BB Code Allowed</span>','vbulletin','vBulletin Solutions',1203948828,'3.7.0 Beta 6'),(6021,-1,'block_user','global','Also ban this user','vbulletin','vBulletin Solutions',1363878436,'5.0.2 Alpha 2'),(6022,-1,'blog_comment_entries','global','Total comment entries','vbulletin','',1332084381,'5.0.0 Alpha 20'),(6023,-1,'blog_icon','global','Blog Icon','vbulletin','',1329924935,'5.0.0 Alpha 19'),(6024,-1,'blog_owner','global','Blog Owner','vbulletin','',1318502879,'5.0.0 Alpha 31'),(6025,-1,'blog_permissions','global','Blog Permissions','vbulletin','',1329949226,'5.0.0 Alpha 19'),(6026,-1,'blog_see_all_subscribers','global','See all subscribers','vbulletin','',1338800000,'5.0.0 Alpha 26'),(6027,-1,'blog_statistics','global','Blog Statistics','vbulletin','',1330031138,'5.0.0 Alpha 19'),(6028,-1,'blog_subscribers','global','Subscribers','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6029,-1,'blog_subscribers_list','global','Subscribers List','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6030,-1,'blog_summary','global','Blog Summary','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6031,-1,'blog_title_exists','global','There is already a blog using this title. Please choose a different title.','vbulletin','',1333388867,'5.0.0 Alpha 21'),(6032,-1,'blog_total_entries','global','Total blog entries','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6033,-1,'blog_visitors','global','Visitors','vbulletin','',1331956696,'5.0.0 Alpha 20'),(6034,-1,'blogadmin_invite_desc','global','Invite members to this blog. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6035,-1,'blogadmin_invite_row_mysubscribers_title','global','My Subscribers List','vbulletin','',1330031138,'5.0.0 Alpha 20'),(6036,-1,'blogadmin_invite_row_username_desc','global','To invite members to this blog, enter the name and press enter or select one from the suggestion list. A notification will be sent out and once they accept, they will automatically subscribed without blog owner/contributor approval.','vbulletin','vBulletin Solutions',1377294476,'5.0.5 Alpha 4'),(6037,-1,'blogadmin_invite_row_username_title','global','Enter User Names','vbulletin','',1344369082,'5.0.0 Alpha 33'),(6038,-1,'blogentry_small','global','blog entry','vbulletin','vBulletin Solutions',1368787668,'5.0.3 Beta 1'),(6039,-1,'blogs','global','Blogs','vbulletin','',1318502879,'5.0.0 Alpha 7'),(6040,-1,'blogs_name','global','Blogs Name','vbulletin','',1318502879,'5.0.0 Alpha 31'),(6041,-1,'bookmark','global','Bookmark','vbulletin','',1318506001,'5.0.0 Alpha 7'),(6042,-1,'border_color','global','Border Color','vbulletin','',1340354904,'5.0.0 Alpha 28'),(6043,-1,'browse','global','Browse','vbulletin','',1318260396,'5.0.0 Alpha 7'),(6044,-1,'browse_image_from_hard_drive','global','Browse an image from your hard drive and upload.','vbulletin','',1325890984,'5.0.0 Alpha 20'),(6045,-1,'buttons','global','Buttons','vbulletin','vBulletin Solutions',1355423245,'5.0.0 Beta 23'),(6046,-1,'by_guest','global','by Guest','vbulletin','',1332728436,'5.0.0 Alpha 20'),(6047,-1,'by_my_friends','global','By my Friends','vbulletin','',1318504145,'5.0.0 Alpha 7'),(6048,-1,'by_people_i_follow','global','By people I Follow','vbulletin','',1318504184,'5.0.0 Alpha 7'),(6049,-1,'by_x','global','by <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1255023067,'4.0.0 Alpha 5'),(6050,-1,'bytes','global','Bytes','vbulletin','',0,''),(6051,-1,'calendar','global','Calendar','vbulletin','',0,''),(6052,-1,'can_delete_others_content','global','Can Delete Others\' Content','vbulletin','vBulletin Solutions',1378844554,'5.0.6 Alpha 1'),(6053,-1,'can_manage_own_channels','global','Can manage own channels','vbulletin','vBulletin Solutions',1361198471,'5.0.1 Alpha 2'),(6054,-1,'can_mass_move_nodes','global','Can Mass Move Nodes','vbulletin','vBulletin Solutions',1350467840,'5.0.0 Beta 16'),(6055,-1,'can_post','global','Can Post','vbulletin','',1339105827,'5.0.0 Alpha 27'),(6056,-1,'cancel','global','Cancel','vbulletin','',0,''),(6057,-1,'cancel_changes','global','Cancel Changes','vbulletin','',1218195940,'3.8.0 Alpha 1'),(6058,-1,'cancel_edit','global','Cancel Edit?','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6059,-1,'cancel_new_with_quote','global','Cancel New with Quote?','vbulletin','',1318428380,'5.0.0 Alpha 13'),(6060,-1,'cancel_transfer','global','Cancel Transfer','vbulletin','',1331573490,'5.0.0 Alpha 20'),(6061,-1,'cancel_upload','global','Cancel upload','vbulletin','vBulletin Solutions',1361194026,'5.0.1 Alpha 2'),(6062,-1,'cannot_add_system_module','global','You cannot add a system module to the page template.','vbulletin','',1340644170,'5.0.0 Alpha 28'),(6063,-1,'cannot_convert_channel','global','You cannot convert a channel that is not empty.','vbulletin','vBulletin Solutions',1378301626,'5.0.6 Alpha 1'),(6064,-1,'cannot_delete_infraction_nodes','global','Cannot delete infraction nodes.','vbulletin','vBulletin Solutions',1362705201,'5.0.1 Alpha 2'),(6065,-1,'cannot_move_infraction_nodes','global','Cannot move infraction nodes.','vbulletin','vBulletin Solutions',1362705186,'5.0.1 Alpha 2'),(6066,-1,'cannot_remove_system_module','global','You cannot remove a system module from the page template.','vbulletin','',1343002171,'5.0.0 Alpha 30'),(6067,-1,'cannot_reply_to_redirect','global','You cannot reply to a redirect. Please follow the redirect and add your content to the new location.','vbulletin','vBulletin Solutions',1343002171,'5.0.5 Alpha 4'),(6068,-1,'cant_edit_in_simple_search_form','global','The search criteria cannot be edited with the simple search form.','vbulletin','vBulletin Solutions',1349735740,'5.0.0 Beta 15'),(6069,-1,'caps_lock_is_on','global','<strong>Caps Lock is on!</strong><br />\r\n<br />\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.','vbulletin','vBulletin Solutions',1155827057,'3.6.1'),(6070,-1,'categories','global','Categories','vbulletin','',1226620352,'4.0.0 Alpha 1'),(6071,-1,'category','global','Category','vbulletin','vBulletin Solutions',1380756659,'5.1.0 Alpha 2'),(6072,-1,'change_layout','global','Change Layout','vbulletin','',1318259488,'5.0.0 Alpha 7'),(6073,-1,'change_layout_desc','global','You can change the layout and the number of columns to be displayed.','vbulletin','',1318259652,'5.0.0 Alpha 7'),(6074,-1,'channel','global','Channel','vbulletin','',1318334208,'5.0.0 Alpha 7'),(6075,-1,'channel_display','global','Channel Display','vbulletin','',1318428533,'5.0.0 Alpha 7'),(6076,-1,'channel_id','global','Channel ID','vbulletin','vBulletin Solutions',1368626357,'5.0.3 Beta 1'),(6077,-1,'channel_only','global','Channel Only','vbulletin','',1318430117,'5.0.0 Alpha 7'),(6078,-1,'channel_title','global','Channel Title','vbulletin','',1318260126,'5.0.0 Alpha 7'),(6079,-1,'channel_title_placeholder','global','Enter something like \'Fishing\', \'Frequent Flyer Program\'','vbulletin','',1318260153,'5.0.0 Alpha 7'),(6080,-1,'channels','global','Channels','vbulletin','',1322764247,'5.0.0 Alpha 10'),(6081,-1,'check_to_hide_module','global','Check to hide module','vbulletin','',1343069749,'5.0.0 Alpha 31'),(6082,-1,'check_uncheck_all','global','Check / Uncheck All','vbulletin','',0,''),(6083,-1,'check_vulnerable_passwords','global','Check Vulnerable Passwords','vbulletin','',1219226217,'3.8.0 Alpha 1'),(6084,-1,'choose_a_style','global','Choose a style','vbulletin','vBulletin Solutions',1350071710,'5.0.0 Beta 16'),(6085,-1,'choose_base_module','global','Choose Base Module','vbulletin','',1337620616,'5.0.0 Alpha 25'),(6086,-1,'choose_howmany_results_display_in_search_module','global','Choose how many results you want to display in the search module.','vbulletin','',1318504750,'5.0.0 Alpha 7'),(6087,-1,'choose_option_icon','global','Choose one of the options to update your icon.','vbulletin','vBulletin Solutions',1376488301,'5.0.5 Alpha 3'),(6088,-1,'choose_option_update','global','Choose one of the following options to update your profile picture.','vbulletin','',1318430546,'5.0.0 Alpha 20'),(6089,-1,'choose_options_site_logo','global','Choose one of the following options to update the site logo.','vbulletin','',1337613252,'5.0.0 Alpha 25'),(6090,-1,'choose_which_styles_apply_logo','global','Choose which style(s) to apply the logo to.','vbulletin','vBulletin Solutions',1350071857,'5.0.0 Beta 16'),(6091,-1,'click_edit_to_config_module','global','Click Edit to configure this module.','vbulletin','',1318423092,'5.0.0 Alpha 7'),(6092,-1,'click_page_name_jump','global','Click on the page name to jump to that page','vbulletin','',1318260645,'5.0.0 Alpha 7'),(6093,-1,'click_text_edit_title','global','Click text to edit title','vbulletin','',1337614431,'5.0.0 Alpha 25'),(6094,-1,'click_to_add_caption','global','Click to add caption','vbulletin','',1322870844,'5.0.0 Alpha 12'),(6095,-1,'click_to_see_who_voted_for_this_option','global','Click to see who voted for this option','vbulletin','',1261155104,'5.0.0 Beta 10'),(6096,-1,'close','global','Close','vbulletin','',1260376387,'4.0.0 Release Candidate 2'),(6097,-1,'close_preview','global','Close Preview','vbulletin','',1344584655,'5.0.0 Alpha 33'),(6098,-1,'closed_thread','global','Closed Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6099,-1,'cms','global','CMS','vbulletin','',1318502890,'5.0.0 Alpha 7'),(6100,-1,'code','global','Code','vbulletin','',0,''),(6101,-1,'collapse','global','Collapse','vbulletin','',1318423072,'5.0.0 Alpha 7'),(6102,-1,'color','global','Color','vbulletin','',1340359164,'5.0.0 Alpha 28'),(6103,-1,'color_style','global','Color Style','vbulletin','',1318502457,'5.0.0 Alpha 7'),(6104,-1,'color_style_desc','global','Select your color style for the page.','vbulletin','',1318502992,'5.0.0 Alpha 7'),(6105,-1,'comment','global','Comment','vbulletin','',1318334839,'5.0.0 Alpha 7'),(6106,-1,'comment_in_a_topic','global','Comment in a topic:','vbulletin','',1322153951,'5.0.0 Alpha 11'),(6107,-1,'commented','global','commented','vbulletin','',1318330548,'5.0.0 Alpha 7'),(6108,-1,'commented_to','global','Commented to ','vbulletin','',1318330615,'5.0.0 Alpha 7'),(6109,-1,'comments','global','Comments','vbulletin','',1261669620,'4.0.1'),(6110,-1,'community','global','Community','vbulletin','',1218542172,'3.8.0 Alpha 1'),(6111,-1,'community_links','global','Community Links','vbulletin','',1218546048,'3.8.0 Alpha 1'),(6112,-1,'compact','global','Compact','vbulletin','vBulletin Solutions',1360005414,'5.0.1 Alpha 2'),(6113,-1,'compare_versions','global','Compare Versions','vbulletin','vBulletin Solutions',1358665032,'5.0.0 Beta 28'),(6114,-1,'complete_signup','global','Complete Signup','vbulletin','',1318632962,'5.0.0 Alpha 7'),(6115,-1,'compose_new','global','Compose New','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6116,-1,'confirm_delete','global','Confirm Deletion','vbulletin','vBulletin Solutions',1382725817,'5.1.0 Alpha 3'),(6117,-1,'confirm_delete_blog_channel','global','You are about to permanently delete this blog channel. All the blog entries and comments will also be deleted and cannot be retrieved once deleted.','vbulletin','',1332178329,'5.0.0 Alpha 20'),(6118,-1,'confirm_delete_channel_has_x_posts_y_forums','global','Are you sure you want to delete this forum? It has {1} posts and {2} sub-forums.','vbulletin','vBulletin Solutions',1382653549,'5.1.0 Alpha 3'),(6119,-1,'confirm_delete_group_channel','global','You are about to permanently delete this group. All the group entries and comments will also be deleted and cannot be retrieved once deleted.','vbulletin','',1345672928,'5.0.0 Alpha 38'),(6120,-1,'confirm_email','global','Confirm Email','vbulletin','',1318423751,'5.0.0 Alpha 7'),(6121,-1,'confirm_password','global','Confirm Password','vbulletin','',1318423813,'5.0.0 Alpha 7'),(6122,-1,'connect_to_facebook','global','Connect to Facebook','vbulletin','vBulletin Solutions',1353074121,'5.0.0 Beta 20'),(6123,-1,'contact','global','Contact','vbulletin','',0,''),(6124,-1,'contact_us','global','Contact Us','vbulletin','',0,''),(6125,-1,'contacts','global','Contacts','vbulletin','',1196427469,'3.7.0 Beta 1'),(6126,-1,'contacts_and_friends','global','Friends & Contacts','vbulletin','',1254538760,'4.0.0 Alpha 5'),(6127,-1,'content','global','Content','vbulletin','',1237386825,'4.0.0 Alpha 1'),(6128,-1,'content_entry','global','Content Entry','vbulletin','vBulletin Solutions',1363297795,'5.0.2 Alpha 2'),(6129,-1,'content_for_group_event_administration_would_you_go_here','global','Content for Group Event Administration would go here','vbulletin','vBulletin Solutions',1378301779,'5.0.6 Alpha 1'),(6130,-1,'content_no_description','global','Description cannot be empty. Please set this field.','vbulletin','',1346954618,'5.0.0 Beta 11'),(6131,-1,'content_no_title','global','Title cannot be empty. Please set this field.','vbulletin','',1346954618,'5.0.0 Beta 11'),(6132,-1,'content_type_Gallery','global','Gallery','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6133,-1,'content_type_Link','global','Link','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6134,-1,'content_type_Photo','global','Photo','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6135,-1,'content_type_Poll','global','Poll','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6136,-1,'content_type_PrivateMessage','global','Private Message','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6137,-1,'content_type_Text','global','Discussion','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6138,-1,'content_type_Video','global','Video','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6139,-1,'contents_only','global','Contents Only','vbulletin','',1319825500,'5.0.0 Alpha 8'),(6140,-1,'control_panel','global','Settings','vbulletin','',1254178524,'4.0.0 Alpha 4'),(6141,-1,'controller','global','Controller','vbulletin','',1318429623,'5.0.0 Alpha 7'),(6142,-1,'conversation','global','Conversation','vbulletin','',1318428380,'5.0.0 Alpha 13'),(6143,-1,'conversation_detail','global','Conversation Detail','vbulletin','',1261155104,'5.0.0 Release Candidate 1'),(6144,-1,'conversation_new_posts','global','new posts','vbulletin','',1318428043,'5.0.0 Alpha 7'),(6145,-1,'conversations','global','Conversations','vbulletin','',1318428380,'5.0.0 Alpha 7'),(6146,-1,'coppa_permission_form','global','Permission Form','vbulletin','vBulletin Solutions',1357212519,'5.0.0 Beta 25'),(6147,-1,'copy_and_paste_from_image_hosting','global','Copy and paste the image URL from a hosting site.','vbulletin','',1318430589,'5.0.0 Alpha 20'),(6148,-1,'create_a_blog','global','Create a Blog','vbulletin','vBulletin Solutions',1354686906,'5.0.0 Beta 24'),(6149,-1,'create_a_blog_channel_desc','global','Before you create your first blog post, please create your own blog channel by entering the blog channel title and description.','vbulletin','vBulletin Solutions',1354685893,'5.0.0 Beta 24'),(6150,-1,'create_a_description_here','global','Create a description here','vbulletin','',1329924905,'5.0.0 Alpha 19'),(6151,-1,'create_a_new_blog','global','Create A New Blog','vbulletin','',1329927251,'5.0.0 Alpha 19'),(6152,-1,'create_a_search_module_name','global','Create a search module name','vbulletin','',1318504718,'5.0.0 Alpha 7'),(6153,-1,'create_a_title_here','global','Create a title here','vbulletin','',1318500309,'5.0.0 Alpha 7'),(6154,-1,'create_blog_info','global','For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.','vbulletin','',1318260110,'5.0.0 Alpha 31'),(6155,-1,'create_forum_desc','global','Create new top-level forums here. Use the [+] links below to add sub-forums. Drag and drop to reorder.','vbulletin','',1347088900,'5.0.0 Beta 11'),(6156,-1,'create_forum_info','global','For more advanced settings, go to the <a href=\"{1}\">Channel Manager</a> in the Admin Control Panel.','vbulletin','',1347088912,'5.0.0 Beta 11'),(6157,-1,'create_group_info','global','For more advanced settings, go to <a href=\"admincp/forum.php\">AdminCP</a>.','vbulletin','',1318260110,'5.0.0 Alpha 31'),(6158,-1,'create_module_based_on','global','Choose an existing module to base your custom module on.','vbulletin','',1318260868,'5.0.0 Alpha 7'),(6159,-1,'create_new_article','global','Create New Article','vbulletin','vBulletin Solutions',1380156958,'5.1.0 Alpha 1'),(6160,-1,'create_new_blog_entry','global','Create New Blog Entry','vbulletin','vBulletin Solutions',1380156946,'5.1.0 Alpha 1'),(6161,-1,'create_new_conversation_with_quote','global','Create New Conversation with Quote','vbulletin','',1318428380,'5.0.0 Alpha 13'),(6162,-1,'create_new_custom_module','global','Create New Custom Module','vbulletin','',1337618559,'5.0.0 Alpha 25'),(6163,-1,'create_new_topic','global','Create New Topic','vbulletin','',1318259095,'5.0.0 Alpha 24'),(6164,-1,'created_by_guest','global','Created by: Guest','vbulletin','vBulletin Solutions',1380954761,'5.1.0 Alpha 2'),(6165,-1,'created_by_guest_avatar','global','Created by: <img class=\"avatar\" src=\"{1}\" alt=\"\" /> Guest\r\n','vbulletin','vBulletin Solutions',1386973767,'5.1.0 Alpha 7'),(6166,-1,'created_by_x','global','Created by: <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1381380167,'5.1.0 Alpha 2'),(6167,-1,'created_by_x_avatar','global','Created by: <img class=\"avatar\" src=\"{3}\" alt=\"\" /> <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1386972865,'5.1.0 Alpha 7'),(6168,-1,'css_templates','global','CSS Templates','vbulletin','vBulletin Solutions',1379975832,'5.1.0 Alpha 1'),(6169,-1,'current_list','global','Current List','vbulletin','',1331574976,'5.0.0 Alpha 20'),(6170,-1,'current_online_users','global','Current Online Users','vbulletin','',1318426776,'5.0.0 Alpha 7'),(6171,-1,'current_style','global','Current Style','vbulletin','vBulletin Solutions',1349988667,'5.0.0 Beta 16'),(6172,-1,'current_time','global','Current Time','vbulletin','vBulletin Solutions',1380776694,'5.1.0 Alpha 2'),(6173,-1,'custom','global','Custom','vbulletin','',1318502910,'5.0.0 Alpha 7'),(6174,-1,'custom_content','global','Custom Content','vbulletin','',1318428466,'5.0.0 Alpha 7'),(6175,-1,'custom_html','global','Custom HTML','vbulletin','',1318502680,'5.0.0 Alpha 7'),(6176,-1,'custom_priority','global','<font color=red>Custom priority</font>','vbulletin','',1226527631,'4.0.0 Alpha 1'),(6177,-1,'customer_number','global','Customer Number','vbulletin','',1318505407,'5.0.0 Alpha 7'),(6178,-1,'daily','global','Daily','vbulletin','',0,''),(6179,-1,'database_asserts','global','Database Asserts','vbulletin','vBulletin Solutions',1368626401,'5.0.3 Beta 1'),(6180,-1,'date','global','Date','vbulletin','',0,''),(6181,-1,'date_last_update','global','Date - last update','vbulletin','',1318431721,'5.0.0 Alpha 7'),(6182,-1,'date_range','global','Date Range','vbulletin','',1318504230,'5.0.0 Alpha 7'),(6183,-1,'date_started_post','global','Date - started post','vbulletin','',1318431705,'5.0.0 Alpha 7'),(6184,-1,'day','global','Day','vbulletin','',0,''),(6185,-1,'days','global','Days','vbulletin','',0,''),(6186,-1,'debug_error_x_y_z','global','Debug: Error <br />{1} <br />occurred in file {2} on line {3}','vbulletin','',1329339672,'5.0.0 Alpha 19'),(6187,-1,'debug_information','global','Debug Information','vbulletin','vBulletin Solutions',1368626117,'5.0.3 Beta 1'),(6188,-1,'december','global','December','vbulletin','',0,''),(6189,-1,'decrease_size','global','Decrease Size','vbulletin','',0,''),(6190,-1,'default','global','Default','vbulletin','',0,''),(6191,-1,'default_entry_options','global','Default Entry Options','vbulletin','',1331867442,'5.0.0 Alpha 20'),(6192,-1,'default_post_options','global','Default Post Options','vbulletin','',1339521640,'5.0.0 Alpha 27'),(6193,-1,'default_style','global','Default Style','vbulletin','',1318503006,'5.0.0 Alpha 7'),(6194,-1,'delete','global','Delete','vbulletin','',0,''),(6195,-1,'delete_a_blog_channel','global','Delete a Blog Channel','vbulletin','',1332178270,'5.0.0 Alpha 20'),(6196,-1,'delete_a_group_channel','global','Delete a Group Channel','vbulletin','',1339790314,'5.0.0 Alpha 27'),(6197,-1,'delete_blog','global','Delete Blog','vbulletin','',1330031153,'5.0.0 Alpha 19'),(6198,-1,'delete_files','global','Delete files','vbulletin','vBulletin Solutions',1361194106,'5.0.1 Alpha 2'),(6199,-1,'delete_folder','global','Delete Folder','vbulletin','',1320280989,'5.0.0 Alpha 8'),(6200,-1,'delete_options','global','Delete Options','vbulletin','',1320280989,'5.0.0 Alpha 17'),(6201,-1,'delete_pending_posts','global','Delete Pending Posts','vbulletin','vBulletin Solutions',1318424170,'5.0.2 Alpha 2'),(6202,-1,'delete_permanently','global','Delete Permanently','vbulletin','',1339521640,'5.0.0 Alpha 29'),(6203,-1,'delete_posts','global','Delete Posts','vbulletin','',0,''),(6204,-1,'delete_selected','global','Delete Selected','vbulletin','',0,''),(6205,-1,'delete_sg','global','Delete Group','vbulletin','',1339789736,'5.0.0 Alpha 27'),(6206,-1,'delete_subscription','global','Delete Subscription','vbulletin','',0,''),(6207,-1,'delete_thread','global','Delete Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6208,-1,'deleted_items','global','Deleted Items','vbulletin','vBulletin Solutions',1371569986,'5.0.4 Alpha 2'),(6209,-1,'deny','global','Deny','vbulletin','',0,''),(6210,-1,'descending','global','Descending','vbulletin','',1318431760,'5.0.0 Alpha 7'),(6211,-1,'describe_your_blog','global','Tell people what your blog is about. BBCode is not allowed.','vbulletin','',1339099801,'5.0.0 Alpha 27'),(6212,-1,'describe_your_group','global','Tell people what your group is about. BB code is not allowed.','vbulletin','vBulletin Solutions',1375965222,'5.0.5 Alpha 3'),(6213,-1,'description','global','Description','vbulletin','',1258775948,'4.0.0 Release Candidate 1'),(6214,-1,'destination_channel','global','Destination Channel','vbulletin','',1320280989,'5.0.0 Alpha 17'),(6215,-1,'directory','global','Directory','vbulletin','',1345474408,'5.0.0 Alpha 36'),(6216,-1,'disable_bbcode','global','Disable BBCode','vbulletin','vBulletin Solutions',1382376938,'5.1.0 Alpha 3'),(6217,-1,'disabled','global','Disabled','vbulletin','vBulletin Solutions',1192488949,'3.7.0 Beta 1'),(6218,-1,'disconnect_from_facebook','global','Disconnect from Facebook','vbulletin','vBulletin Solutions',1353074140,'5.0.0 Beta 20'),(6219,-1,'discussion','global','Discussion','vbulletin','',1318428192,'5.0.0 Alpha 7'),(6220,-1,'discussion_thread_created_x','global','A discussion topic has been created at {1}','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6221,-1,'discussions_only','global','Discussions only','vbulletin','',1318335236,'5.0.0 Alpha 8'),(6222,-1,'dismiss','global','Dismiss','vbulletin','',1218633405,'3.8.0 Alpha 1'),(6223,-1,'display','global','Display','vbulletin','',1318428785,'5.0.0 Alpha 7'),(6224,-1,'display_author','global','Display Author','vbulletin','vBulletin Solutions',1380922845,'5.1.0 Alpha 2'),(6225,-1,'display_comment_count','global','Display Comment Count','vbulletin','vBulletin Solutions',1388682381,'5.1.0 Alpha 8'),(6226,-1,'display_ip_address','global','Display IP Address','vbulletin','',1318330263,'5.0.0 Alpha 7'),(6227,-1,'display_options','global','Display Options','vbulletin','',0,''),(6228,-1,'display_pageviews','global','Display Pageviews','vbulletin','vBulletin Solutions',1380922881,'5.1.0 Alpha 2'),(6229,-1,'display_published_date','global','Display Published Date','vbulletin','vBulletin Solutions',1380922861,'5.1.0 Alpha 2'),(6230,-1,'display_settings','global','Display Settings','vbulletin','vBulletin Solutions',1380184640,'5.1.0 Alpha 1'),(6231,-1,'display_title','global','Display Title','vbulletin','vBulletin Solutions',1380922830,'5.1.0 Alpha 2'),(6232,-1,'display_widgetcat','global','Display','vbulletin','vBulletin Solutions',1376578567,'5.0.5 Alpha 3'),(6233,-1,'divider_color','global','Divider Color','vbulletin','',1340355505,'5.0.0 Alpha 28'),(6234,-1,'do_you_want_to_cancel_editing_blog_categories_module','global','Do you really want to cancel editing Blog Categories?<br />Warning! All changes will be lost.','vbulletin','vBulletin Solutions',1337626704,'5.0.0 Beta 15'),(6235,-1,'do_you_want_to_cancel_editing_search_module','global','Do you really want to cancel editing this Search Module?<br />Warning! All changes will be lost.','vbulletin','',1337626704,'5.0.0 Alpha 25'),(6236,-1,'do_you_want_to_exit_without_saving_page','global','Do you really want to exit without saving the page?<br />Warning! All changes will be lost.','vbulletin','',1337622918,'5.0.0 Alpha 25'),(6237,-1,'do_you_want_to_remove_channel','global','Do you really want to remove the <strong>{1}</strong><br />Warning! This action cannot be undone.','vbulletin','',1337624029,'5.0.0 Alpha 31'),(6238,-1,'do_you_want_to_remove_forum','global','Do you really want to remove the <strong>{1}</strong> forum?{2}<br />Warning! This action cannot be undone.','vbulletin','',1342769152,'5.0.0 Alpha 31'),(6239,-1,'do_you_want_to_remove_module','global','Do you really want to remove the <strong>{1}</strong>?<br />Warning! This action cannot be undone.','vbulletin','',1337623157,'5.0.0 Alpha 25'),(6240,-1,'done','global','Done','vbulletin','',0,''),(6241,-1,'doubleclick_forum_markread','global','Double-click this icon to mark this forum and its contents as read','vbulletin','',1142519066,'3.6.0 Beta 1'),(6242,-1,'downloads','global','Downloads','vbulletin','',1258777014,'4.0.0 Release Candidate 1'),(6243,-1,'drag_and_drop_module_here','global','Drag and drop module here','vbulletin','',1340344266,'5.0.0 Alpha 28'),(6244,-1,'drop_page_here','global','Drop page here','vbulletin','vBulletin Solutions',1351793118,'5.0.0 Beta 18'),(6245,-1,'dropping_container_module_into_container_module_not_allowed','global','Dropping a container module into another container module is not allowed.','vbulletin','',1342644992,'5.0.0 Alpha 30'),(6246,-1,'edit','global','Edit','vbulletin','',1142519066,'3.6.0 Beta 1'),(6247,-1,'edit_album','global','Edit Album','vbulletin','',1318500148,'5.0.0 Alpha 7'),(6248,-1,'edit_avatar','global','Edit Avatar','vbulletin','',0,''),(6249,-1,'edit_blog_categories','global','Edit Blog Categories','vbulletin','vBulletin Solutions',1349449047,'5.0.0 Beta 15'),(6250,-1,'edit_blog_icon','global','Edit Blog Icon','vbulletin','',1332487119,'5.0.0 Alpha 20'),(6251,-1,'edit_blog_title_and_description','global','Edit the title and description for your blog as displayed to visitors.','vbulletin','',1339099555,'5.0.0 Alpha 27'),(6252,-1,'edit_conversation','global','Edit Conversation','vbulletin','',1322871417,'5.0.0 Alpha 12'),(6253,-1,'edit_custom_html_module','global','Edit Custom HTML Module','vbulletin','',1337613002,'5.0.0 Alpha 25'),(6254,-1,'edit_folder','global','Edit folder','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6255,-1,'edit_following','global','Edit Subscribed','vbulletin','',1318431037,'5.0.0 Alpha 7'),(6256,-1,'edit_footer','global','Edit Footer','vbulletin','',1318259289,'5.0.0 Alpha 7'),(6257,-1,'edit_footer_desc','global','Drag and drop the items within the footer navigation bar.','vbulletin','',1318259306,'5.0.0 Alpha 7'),(6258,-1,'edit_locationx_ad','global','Edit {1} Ad','vbulletin','',1337233188,'5.0.0 Alpha 25'),(6259,-1,'edit_module','global','Edit module','vbulletin','',1318422861,'5.0.0 Alpha 7'),(6260,-1,'edit_navigation_bar','global','Edit Navigation Bar','vbulletin','',1318259255,'5.0.0 Alpha 7'),(6261,-1,'edit_navigation_bar_desc','global','Drag and drop the pages within the navigation bar or between main and subnavigation bar.','vbulletin','',1318259273,'5.0.0 Alpha 7'),(6262,-1,'edit_navigation_item','global','Edit Navigation Item','vbulletin','',1318259327,'5.0.0 Alpha 7'),(6263,-1,'edit_options','global','General Settings','vbulletin','',1263641998,'4.0.2'),(6264,-1,'edit_page','global','Edit Page','vbulletin','',1318259115,'5.0.0 Alpha 7'),(6265,-1,'edit_permission_for_blog','global','Edit Permissions for Blog','vbulletin','',1331867227,'5.0.0 Alpha 20'),(6266,-1,'edit_permission_for_socialgroup','global','Edit preferences and permissions for your Group','vbulletin','',1339515801,'5.0.0 Alpha 27'),(6267,-1,'edit_permissions','global','Edit Permissions','vbulletin','',1213891590,'3.8.0 Alpha 1'),(6268,-1,'edit_photos','global','Edit Photos','vbulletin','',1318430422,'5.0.0 Alpha 7'),(6269,-1,'edit_poll','global','Edit Poll','vbulletin','',0,''),(6270,-1,'edit_post','global','Edit Post','vbulletin','',0,''),(6271,-1,'edit_search_module','global','Edit Search Module','vbulletin','',1337626405,'5.0.0 Alpha 25'),(6272,-1,'edit_settings','global','Edit Settings','vbulletin','',1318430744,'5.0.0 Alpha 7'),(6273,-1,'edit_sgroup_title_and_description','global','Edit the title and description for your group as displayed to visitors.','vbulletin','',1339099621,'5.0.0 Alpha 27'),(6274,-1,'edit_signature','global','Edit Signature','vbulletin','',0,''),(6275,-1,'edit_site','global','Edit Site','vbulletin','',1318249814,'5.0.0 Alpha 7'),(6276,-1,'edit_site_logo','global','Edit Site Logo','vbulletin','',1337613162,'5.0.0 Alpha 25'),(6277,-1,'edit_thread','global','Edit Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6278,-1,'edit_your_details','global','Edit Profile','vbulletin','',1259836577,'4.0.0 Release Candidate 1'),(6279,-1,'editing_a_comment','global','Editing a comment','vbulletin','',1336760195,'5.0.0 Alpha 25'),(6280,-1,'email','global','Email','vbulletin','',0,''),(6281,-1,'email_address','global','Email Address','vbulletin','',0,''),(6282,-1,'email_addresses_must_match','global','Email addresses must match','vbulletin','',1322867998,'5.0.0 Alpha 12'),(6283,-1,'emailing','global','Emailing','vbulletin','',0,''),(6284,-1,'empty_file_uploaded','global','Empty file upload result','vbulletin','vBulletin Solutions',1362504250,'5.0.2 Alpha 2'),(6285,-1,'empty_index','global','Empty Index','vbulletin','vBulletin Solutions',1351264639,'5.0.0 Beta 18'),(6286,-1,'empty_response','global','Empty Response','vbulletin','',1347297667,'5.0.0 Beta 11'),(6287,-1,'enable_comments','global','Enable Comments','vbulletin','',1338851406,'5.0.0 Alpha 27'),(6288,-1,'end_date','global','End Date','vbulletin','vBulletin Solutions',1149257916,'3.6.0 Beta 1'),(6289,-1,'enter_a_new_template_here','global','Enter a new template here','vbulletin','',1318259975,'5.0.0 Alpha 7'),(6290,-1,'enter_edit_tags','global','Enter/Edit Tags','vbulletin','',1318506171,'5.0.0 Alpha 7'),(6291,-1,'enter_edit_tags_desc','global','Enter new tags or click the \"X\" to remove','vbulletin','',1318506183,'5.0.0 Alpha 7'),(6292,-1,'enter_link_title','global','Enter link title','vbulletin','vBulletin Solutions',1363284284,'5.0.2 Alpha 2'),(6293,-1,'enter_message_and_recipients','global','The email address or message is missing. Please ensure that you have entered both an email address and a message for the invitation.','vbulletin','vBulletin Solutions',1383326806,'5.1.0 Alpha 4'),(6294,-1,'enter_photo_gallery_title','global','Enter photo gallery title','vbulletin','vBulletin Solutions',1363284264,'5.0.2 Alpha 2'),(6295,-1,'enter_poll_question','global','Enter poll question','vbulletin','vBulletin Solutions',1363284309,'5.0.2 Alpha 2'),(6296,-1,'enter_reason_for_deleting','global','Optional: Enter reason for deleting','vbulletin','',1329416725,'5.0.0 Alpha 25'),(6297,-1,'enter_subject','global','Enter subject','vbulletin','vBulletin Solutions',1364487139,'5.0.2 Alpha 2'),(6298,-1,'enter_tags','global','Enter tags','vbulletin','',1318506220,'5.0.0 Alpha 7'),(6299,-1,'enter_tags_desc','global','Type a tag and hit <kbd>Enter</kbd>.','vbulletin','',1318506237,'5.0.0 Alpha 24'),(6300,-1,'enter_the_url','global','Enter the URL','vbulletin','',1318501280,'5.0.0 Alpha 7'),(6301,-1,'enter_username_to_login_or_register','global','Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.','vbulletin','',0,''),(6302,-1,'enter_video_title','global','Enter video title','vbulletin','vBulletin Solutions',1363982362,'5.0.2 Alpha 2'),(6303,-1,'enter_your_status_here','global','Enter your status here','vbulletin','',1325890984,'5.0.0 Beta 11'),(6304,-1,'error_adding_moderator','global','Error adding moderator. Please ensure you have permission to perform this action and try again.','vbulletin','vBulletin Solutions',1391526852,'5.1.0 Beta 2'),(6305,-1,'error_adding_search_tips_code_x','global','Error adding search tips. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868618,'5.0.0 Alpha 12'),(6306,-1,'error_adding_tags_code_x','global','Error adding tags. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 12'),(6307,-1,'error_adding_widgets','global','Error adding the widget(s). (Error code {1})<br />Please try again.','vbulletin','',1337614177,'5.0.0 Alpha 25'),(6308,-1,'error_cloning_widget','global','Error cloning widget. (Error code {1})<br />Please try again.','vbulletin','',1337621151,'5.0.0 Alpha 25'),(6309,-1,'error_copy_posts_x','global','Error copy posts. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6310,-1,'error_creating_user_blog_channel','global','Error creating user blog channel.','vbulletin','vBulletin Solutions',1354692227,'5.0.0 Beta 24'),(6311,-1,'error_deleting_folder','global','Error deleting folder','vbulletin','',1322869851,'5.0.0 Alpha 12'),(6312,-1,'error_deleting_forum','global','Error Deleting Forum','vbulletin','vBulletin Solutions',1383078539,'5.1.0 Alpha 4'),(6313,-1,'error_deleting_one_or_more_posts','global','There was an error deleting one or more posts.','vbulletin','vBulletin Solutions',1392401303,'5.1.0 Beta 3'),(6314,-1,'error_deleting_page','global','Error deleting page.<br />(Error code {1})<br />Please try again.','vbulletin','',1337624428,'5.0.0 Alpha 25'),(6315,-1,'error_deleting_posts_x','global','Error deleting posts. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6316,-1,'error_editing_folder','global','Error editing folder','vbulletin','',1322869810,'5.0.0 Alpha 12'),(6317,-1,'error_featuring_topics_x','global','Error featuring topic(s). (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6318,-1,'error_fetching_channels','global','Error fetching the channels.<br />Please try again.','vbulletin','vBulletin Solutions',1343784415,'5.0.1 Alpha 2'),(6319,-1,'error_fetching_comments','global','Error fetching comments.','vbulletin','',1320280989,'5.0.0 Alpha 20'),(6320,-1,'error_fetching_dialog','global','Error fetching dialog.','vbulletin','vBulletin Solutions',1349819192,'5.0.0 Beta 15'),(6321,-1,'error_fetching_forums','global','Error fetching forums.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6322,-1,'error_fetching_groups','global','Error fetching groups.','vbulletin','vBulletin Solutions',1350012816,'5.0.0 Beta 15'),(6323,-1,'error_fetching_online_users_x','global','Error fetching online users. (Error code {1})<br /><br />Please try again.','vbulletin','',1339594354,'5.0.0 Alpha 27'),(6324,-1,'error_fetching_popular_tags','global','Error fetching popular tags.','vbulletin','',1318259095,'5.0.0 Alpha 24'),(6325,-1,'error_fetching_quotes','global','Error fetching quotes.<br /><br />Please try again.','vbulletin','',1322871372,'5.0.0 Alpha 12'),(6326,-1,'error_fetching_topics','global','Error fetching topics.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6327,-1,'error_fetching_user_blog_channels','global','Error fetching user blog channels.','vbulletin','vBulletin Solutions',1354692389,'5.0.0 Beta 24'),(6328,-1,'error_getting_suggestions','global','Error getting suggestions.','vbulletin','',1323127182,'5.0.0 Alpha 31'),(6329,-1,'error_loading_ckeditor_script','global','There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.','vbulletin','',1346805603,'5.0.0 Beta 11'),(6330,-1,'error_loading_copy_posts_form_x','global','Error loading copy posts form. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6331,-1,'error_loading_delete_form_x','global','Error loading delete form. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6332,-1,'error_loading_inlinemod_script','global','There was an error loading inline moderation. Please reload the page and try again. If the problem persists, please contact the administrator.','vbulletin','vBulletin Solutions',1383089475,'5.1.0 Alpha 4'),(6333,-1,'error_loading_merge_form_x','global','Error loading merge form. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6334,-1,'error_loading_move_form_x','global','Error loading move form. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6335,-1,'error_loading_photo_albums_x','global','Error loading photo albums. (Error code {1})<br /><br />Please try again.','vbulletin','',1345591135,'5.0.0 Alpha 37'),(6336,-1,'error_loading_post','global','Error loading post.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6337,-1,'error_loading_search_config_script','global','Error loading Search Module configuration script.','vbulletin','',1349310140,'5.0.0 Beta 14'),(6338,-1,'error_merging_posts_x','global','Error merging posts. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6339,-1,'error_merging_threads_x','global','Error merging topics. (Error code {1})<br /><br />Please try again.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6340,-1,'error_moderating_post_x','global','Error moderating nodes. (Error code {1})<br /><br />Please try again.','vbulletin','',1344879830,'5.0.0 Alpha 33'),(6341,-1,'error_moving_posts_x','global','Error moving posts. (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6342,-1,'error_moving_threads_x','global','Error moving threads. (Error code {1})<br /><br />Please try again.','vbulletin','vBulletin Solutions',1367541364,'5.0.3 Alpha 3'),(6343,-1,'error_no_criteria','global','Please provide a search criteria.','vbulletin','',1322868379,'5.0.0 Alpha 31'),(6344,-1,'error_open_close_topic_x','global','Error opening/closing topic(s). (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6345,-1,'error_posting_comment_code_x','global','Error posting comment. (Error code {1})<br /><br />Please try again.','vbulletin','',1322871478,'5.0.0 Alpha 12'),(6346,-1,'error_processing_site_logo','global','Error processing the site logo.<br />Please try again.','vbulletin','',1337613558,'5.0.0 Alpha 25'),(6347,-1,'error_processing_site_logo_image_hosting','global','Error processing the site logo from the image hosting site you specified. (Error code {1})<br />Please try again.','vbulletin','',1337613637,'5.0.0 Alpha 25'),(6348,-1,'error_renaming_module_title','global','Error renaming module title.<br />Please try again later.','vbulletin','',1337618346,'5.0.0 Alpha 25'),(6349,-1,'error_retrieving_cloned_widget_template','global','Error retrieving cloned widget template. (Error code {1})<br />Please try again.','vbulletin','',1337621055,'5.0.0 Alpha 25'),(6350,-1,'error_retrieving_configuration','global','Error retrieving the configuration for \'{1}\' module.<br />Please try again.','vbulletin','',1337622526,'5.0.0 Alpha 25'),(6351,-1,'error_retrieving_list_user_groups','global','Error retrieving the list of user groups.<br /><br />Please try again.','vbulletin','',1337612158,'5.0.0 Alpha 25'),(6352,-1,'error_retrieving_modules','global','Error retrieving modules. (Error code {1}).<br />Please try again.','vbulletin','',1337621749,'5.0.0 Alpha 25'),(6353,-1,'error_retrieving_navigation_bar_configuration','global','Error retrieving the navigation bar configuration.<br /><br />Please try again.','vbulletin','',1337611621,'5.0.0 Alpha 25'),(6354,-1,'error_retrieving_page_map','global','Error retrieving page map. (Error code {1})<br />Please try again.','vbulletin','',1337613976,'5.0.0 Alpha 25'),(6355,-1,'error_retrieving_templates','global','Error retrieving templates.','vbulletin','',1337622061,'5.0.0 Alpha 25'),(6356,-1,'error_reversing_infraction','global','There was an error reversing this infraction.','vbulletin','vBulletin Solutions',1323127182,'5.0.2 Alpha 2'),(6357,-1,'error_saving_blog_categories','global','Error saving Blog Categories.','vbulletin','vBulletin Solutions',1343784395,'5.0.0 Beta 15'),(6358,-1,'error_saving_configuration_module','global','Error saving the configuration for \"{1}\" module.<br />Please try again later.','vbulletin','',1343784395,'5.0.0 Alpha 32'),(6359,-1,'error_saving_customizations','global','Error saving customizations','vbulletin','vBulletin Solutions',1367957830,'5.0.3 Alpha 3'),(6360,-1,'error_saving_forums','global','Error saving the forums.<br />Please try again.','vbulletin','',1337625820,'5.0.0 Alpha 30'),(6361,-1,'error_saving_forums_code','global','Error saving the forums.<br />(Error code {1})<br />Please try again.','vbulletin','',1337625907,'5.0.0 Alpha 30'),(6362,-1,'error_saving_navigation_bar_configuration','global','Error saving the navigation bar configuration.<br /><br />Please try again.','vbulletin','',1337612273,'5.0.0 Alpha 25'),(6363,-1,'error_saving_page','global','Error saving page.<br />(Error code {1})<br />Please try again.','vbulletin','',1337625461,'5.0.0 Alpha 25'),(6364,-1,'error_saving_search_config','global','Error saving the search config.<br />Please try again.','vbulletin','',1337626475,'5.0.0 Alpha 25'),(6365,-1,'error_saving_search_config_code','global','Error saving the search config.<br />(Error code {1})<br />Please try again.','vbulletin','',1337626563,'5.0.0 Alpha 25'),(6366,-1,'error_saving_search_module_x','global','Error saving the Search module.<br />(Error code {1})','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6367,-1,'error_saving_signature','global','Error saving signature','vbulletin','',1346356821,'5.0.0 Alpha 40'),(6368,-1,'error_saving_site_logo','global','Error saving the site logo.<br />Please try again.','vbulletin','',1337612649,'5.0.0 Alpha 25'),(6369,-1,'error_saving_site_logo_code','global','Error saving the site logo. (Error code {1})<br />Please try again.','vbulletin','',1337612937,'5.0.0 Alpha 25'),(6370,-1,'error_sticking_topics_x','global','Error sticking topic(s). (Error code {1})<br /><br />Please try again.','vbulletin','',1323127182,'5.0.0 Alpha 22'),(6371,-1,'error_transfer_ownership','global','There was an error during the ownership transfer: {1}','vbulletin','vBulletin Solutions',1391625451,'5.1.0 Beta 2'),(6372,-1,'error_trying_to_change_user_status','global','Error trying to change user status, please try again.','vbulletin','',1322869321,'5.0.0 Alpha 12'),(6373,-1,'error_un_approve_topics_x','global','Failed to (un)approve topic(s). (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6374,-1,'error_undeleting_topics_x','global','Error undeleting topic(s). (Error code {1})<br /><br />Please try again.','vbulletin','',1322868379,'5.0.0 Alpha 22'),(6375,-1,'error_updating_forum','global','Error Updating Forum','vbulletin','vBulletin Solutions',1383078528,'5.1.0 Alpha 4'),(6376,-1,'error_uploading_image','global','Error uploading image','vbulletin','',1322870833,'5.0.0 Alpha 12'),(6377,-1,'error_uploading_logo','global','Error uploading the logo.<br />Please try again.','vbulletin','',1337613360,'5.0.0 Alpha 25'),(6378,-1,'error_x','global','Error: {1}','vbulletin','',1322869211,'5.0.0 Alpha 12'),(6379,-1,'error_x_while_saving_content','global','Error while saving content: {1}','vbulletin','',1339090943,'5.0.0 Alpha 26'),(6380,-1,'errors','global','Errors','vbulletin','vBulletin Solutions',1190904785,'3.7.0 Beta 1'),(6381,-1,'errors_occurred_when_submitted','global','The following errors occurred with your submission','vbulletin','',1345048089,'5.0.0 Alpha 35'),(6382,-1,'event','global','Event','vbulletin','',0,''),(6383,-1,'example_video_url','global','Example: http://www.youtube.com/watch?v=1234567','vbulletin','',1318501327,'5.0.0 Alpha 7'),(6384,-1,'excluded_words','global','Excluded Words','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6385,-1,'excluded_words_desc','global','<p><strong>What it does:</strong> excludes search results with a particular word or phrase</p>\r\n<p><strong>What to type</strong>: <code>bass -fishing</code></p>\r\n<p><strong>What you\'ll get</strong>: results about bass that are not related to fishing</p>','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6386,-1,'existing','global','Existing','vbulletin','',1318262259,'5.0.0 Alpha 7'),(6387,-1,'existing_message_will_be_deleted','global','Existing message will be erased. Would you like to continue?','vbulletin','',1318428380,'5.0.0 Alpha 13'),(6388,-1,'existing_reply_will_be_deleted','global','Existing reply will be erased. Would you like to continue?','vbulletin','',1322871403,'5.0.0 Alpha 12'),(6389,-1,'exit_without_saving','global','Exit without Saving','vbulletin','',1318259224,'5.0.0 Alpha 7'),(6390,-1,'exit_without_saving_page','global','Exit Without Saving Page?','vbulletin','',1337622830,'5.0.0 Alpha 25'),(6391,-1,'export','global','Export','vbulletin','',0,''),(6392,-1,'facebook','global','Facebook','vbulletin','',1318253889,'5.0.0 Alpha 7'),(6393,-1,'facebook_active','global','Facebook Active','vbulletin','vBulletin Solutions',1368626482,'5.0.3 Beta 1'),(6394,-1,'facebook_connect','global','The Facebook Platform','vbulletin','',1276719737,'4.0.4'),(6395,-1,'facebook_language','global','en_US','vbulletin','',1279580869,'4.0.6'),(6396,-1,'failed_write_to_disk','global','Failed to write file to disk','vbulletin','vBulletin Solutions',1362503941,'5.0.2 Alpha 2'),(6397,-1,'faq','global','Help','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(6398,-1,'feature_not_implemented','global','Internal Error. The system has made a call to a function which has not been implemented. Please contact the system administrator and tell them what you did to generate this error.','vbulletin','',0,''),(6399,-1,'featured','global','Featured','vbulletin','',1318427857,'5.0.0 Alpha 7'),(6400,-1,'february','global','February','vbulletin','',0,''),(6401,-1,'fewer_smilies','global','« Fewer Smilies','vbulletin','vBulletin Solutions',1363661402,'5.0.2 Alpha 2'),(6402,-1,'fewer_videos','global','Fewer Videos','vbulletin','',1325178847,'5.0.0 Alpha 14'),(6403,-1,'fields_denoted_required','global','Fields denoted with <span class=\"config-required-mark\">*</span> are required','vbulletin','',1318260028,'5.0.0 Alpha 7'),(6404,-1,'file_exceeds_max_file_size','global','File exceeds MAX_FILE_SIZE (HTML form directive)','vbulletin','vBulletin Solutions',1362502753,'5.0.2 Alpha 2'),(6405,-1,'file_exceeds_upload_max_filesize','global','File exceeds upload_max_filesize (php.ini directive)','vbulletin','vBulletin Solutions',1362502723,'5.0.2 Alpha 2'),(6406,-1,'file_is_too_small','global','File is too small','vbulletin','vBulletin Solutions',1362502377,'5.0.2 Alpha 2'),(6407,-1,'file_upload_stopped_by_extension','global','File upload stopped by extension','vbulletin','vBulletin Solutions',1362503961,'5.0.2 Alpha 2'),(6408,-1,'filetype_not_allowed','global','Filetype not allowed','vbulletin','vBulletin Solutions',1362502436,'5.0.2 Alpha 2'),(6409,-1,'filter','global','Filter','vbulletin','',1318335018,'5.0.0 Alpha 7'),(6410,-1,'filter_results','global','Filter results','vbulletin','vBulletin Solutions',1318254111,'5.0.4 Release Candidate 1'),(6411,-1,'filter_search','global','Filter search','vbulletin','',1318254111,'5.0.0 Alpha 7'),(6412,-1,'filtered_by','global','Filtered by','vbulletin','',1323127182,'5.0.0 Alpha 14'),(6413,-1,'find_all_blog_entries','global','Find all blog entries','vbulletin','vBulletin Solutions',1360188917,'5.0.1 Alpha 1'),(6414,-1,'find_all_content','global','Find all content','vbulletin','vBulletin Solutions',1360189200,'5.0.1 Alpha 1'),(6415,-1,'find_all_group_topics','global','Find all group topics','vbulletin','vBulletin Solutions',1360189178,'5.0.1 Alpha 1'),(6416,-1,'find_all_posts','global','Find all posts','vbulletin','',1256028200,'4.0.0 Alpha 6'),(6417,-1,'find_all_started_threads','global','Find all started topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(6418,-1,'find_out_more_about_x','global','Find out more about <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1387568301,'5.1.0 Alpha 7'),(6419,-1,'find_posts','global','Find Posts','vbulletin','',1237483847,'4.0.0 Alpha 1'),(6420,-1,'find_posts_by_user','global','Find Posts by User','vbulletin','',0,''),(6421,-1,'find_users','global','Find Users','vbulletin','',1245390195,'4.0.0 Alpha 1'),(6422,-1,'first','global','First','vbulletin','',0,''),(6423,-1,'first_page','global','First Page','vbulletin','',0,''),(6424,-1,'first_picture_short','global','First','vbulletin','',1262046851,'4.0.1'),(6425,-1,'flag','global','Flag','vbulletin','',1318334799,'5.0.0 Alpha 7'),(6426,-1,'flag_a_post','global','Flag a Post','vbulletin','',1318428380,'5.0.0 Alpha 13'),(6427,-1,'flag_reports','global','Flag Reports','vbulletin','',1322827291,'5.0.0 Alpha 11'),(6428,-1,'folder','global','Folder','vbulletin','',0,''),(6429,-1,'folder_name','global','Folder Name','vbulletin','',0,''),(6430,-1,'folders','global','Folders','vbulletin','',0,''),(6431,-1,'follow','global','Subscribe','vbulletin','',1318428672,'5.0.0 Alpha 7'),(6432,-1,'follow_error','global','Can not subscribe.<br />Please try again.','vbulletin','',1318428672,'5.0.0 Alpha 14'),(6433,-1,'follow_request','global','Follow Request.','vbulletin','',1318430177,'5.0.0 Alpha 9'),(6434,-1,'follow_request_accepted','global','Follow request has been accepted.','vbulletin','',1318430177,'5.0.0 Alpha 8'),(6435,-1,'follow_request_denied','global','Follow request has been denied.','vbulletin','vBulletin Solutions',1353335123,'5.0.0 Beta 21'),(6436,-1,'followers','global','Subscribers','vbulletin','',1318429761,'5.0.0 Alpha 7'),(6437,-1,'following','global','Subscribed','vbulletin','',1318429908,'5.0.0 Alpha 15'),(6438,-1,'following_pending','global','Pending','vbulletin','',1318429908,'5.0.0 Alpha 25'),(6439,-1,'following_remove','global','Unsubscribe','vbulletin','',1318429908,'5.0.0 Alpha 15'),(6440,-1,'footer','global','Footer','vbulletin','',1318259152,'5.0.0 Alpha 7'),(6441,-1,'forgot_password','global','Forgot password or user name?','vbulletin','',1318262773,'5.0.0 Alpha 7'),(6442,-1,'forgot_password_title','global','Forgot Password','vbulletin','',1343634518,'5.0.0 Alpha 31'),(6443,-1,'forgotten_password_request_email','global','If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.','vbulletin','',0,''),(6444,-1,'forum','global','Forum','vbulletin','',1321982542,'5.0.0 Alpha 37'),(6445,-1,'forum_changes_will_be_lost','global','All forum changes you made will be lost.<br />Do you want to continue?','vbulletin','',1342769152,'5.0.0 Alpha 30'),(6446,-1,'forum_is_closed_for_posting','global','Forum is Closed for Posting','vbulletin','',0,''),(6447,-1,'forums','global','Forums','vbulletin','',0,''),(6448,-1,'forums_home','global','Forums Home','vbulletin','',0,''),(6449,-1,'friday','global','Friday','vbulletin','',0,''),(6450,-1,'friday_min','global','Fr','vbulletin','vBulletin Solutions',1368052155,'5.0.3 Alpha 3'),(6451,-1,'friend','global','Friend','vbulletin','vBulletin Solutions',1195753900,'3.7.0 Beta 1'),(6452,-1,'friends','global','Friends','vbulletin','',1296396514,'4.1.2'),(6453,-1,'from','global','From','vbulletin','',1279643552,'4.0.6'),(6454,-1,'from_url','global','From Url','vbulletin','',1318262280,'5.0.0 Alpha 7'),(6455,-1,'from_x_days','global','From {1} days','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6456,-1,'from_x_to_y','global','From: {1} to {2}','vbulletin','',1320280989,'5.0.0 Alpha 8'),(6457,-1,'fullscreen','global','Fullscreen (Press Esc or F11 to exit)','vbulletin','vBulletin Solutions',1361581096,'5.0.3 Alpha 2'),(6458,-1,'fwd_x','global','FWD: {1}','vbulletin','',1320280989,'5.0.0 Alpha 8'),(6459,-1,'gallery_slideshow','global','Gallery Slideshow','vbulletin','',1322867692,'5.0.0 Alpha 12'),(6460,-1,'general','global','General','vbulletin','',1318502425,'5.0.0 Alpha 7'),(6461,-1,'general_information','global','General Information','vbulletin','',1318503737,'5.0.0 Alpha 7'),(6462,-1,'generic_widgetcat','global','Generic','vbulletin','vBulletin Solutions',1376578412,'5.0.5 Alpha 3'),(6463,-1,'gigabytes','global','GB','vbulletin','',0,''),(6464,-1,'global_announcement','global','Global Announcement','vbulletin','',1142519066,'3.6.0 Beta 1'),(6465,-1,'go','global','Go','vbulletin','',0,''),(6466,-1,'go_back','global','Go Back','vbulletin','',0,''),(6467,-1,'go_to_first_new_post','global','Go to first new post','vbulletin','',0,''),(6468,-1,'go_to_ignore_list','global','Go to Ignore List','vbulletin','',1318428672,'5.0.0 Alpha 25'),(6469,-1,'go_to_last_post','global','Go to last post','vbulletin','vBulletin Solutions',1377089150,'5.0.5 Alpha 4'),(6470,-1,'go_to_page','global','Go to Page...','vbulletin','',0,''),(6471,-1,'go_to_post','global','Go to post','vbulletin','',1261155104,'5.0.0 Beta 10'),(6472,-1,'go_to_subscribers_list','global','Go to Subscribers List','vbulletin','vBulletin Solutions',1363327692,'5.0.2 Alpha 2'),(6473,-1,'go_to_subscriptions_list','global','Go to Subscriptions List','vbulletin','vBulletin Solutions',1362980405,'5.0.2 Alpha 2'),(6474,-1,'go_x','global','Go ({1})','vbulletin','',0,''),(6475,-1,'goto_blog_advanced_settings','global','Want to see more blog settings? Go to <a href=\"{1}\" class=\"blog-adv-settings\">Advanced Settings</a>.','vbulletin','vBulletin Solutions',1354691310,'5.0.0 Beta 24'),(6476,-1,'grant_member_request_accepted','global','Grant member request has been accepted.','vbulletin','',1332488076,'5.0.0 Alpha 20'),(6477,-1,'grant_moderator_request_accepted','global','Grant moderator request has been accepted.','vbulletin','',1332488062,'5.0.0 Alpha 20'),(6478,-1,'grant_owner_request_accepted','global','Grant owner request has been accepted.','vbulletin','',1332488049,'5.0.0 Alpha 20'),(6479,-1,'group','global','Group','vbulletin','',1247518193,'4.0.0 Alpha 1'),(6480,-1,'group_category','global','Group Category','vbulletin','',1339100452,'5.0.0 Alpha 27'),(6481,-1,'group_comment_entries','global','Total comment entries','vbulletin','',1338800000,'5.0.0 Alpha 27'),(6482,-1,'group_content','global','Group Content','vbulletin','',1248499391,'4.0.0 Alpha 1'),(6483,-1,'group_icon','global','Group Icon','vbulletin','',1339106305,'5.0.0 Alpha 27'),(6484,-1,'group_members_and_registered','global','Group Members and Registered','vbulletin','',1343346647,'5.0.0 Alpha 31'),(6485,-1,'group_messages_awaiting_approval','global','Unapproved Group Messages','vbulletin','vBulletin Solutions',1212410901,'3.8.0 Alpha 1'),(6486,-1,'group_owner','global','Group Owner','vbulletin','',1318502879,'5.0.0 Alpha 31'),(6487,-1,'group_permissions','global','Group Permissions','vbulletin','',1346429233,'5.0.0 Beta 11'),(6488,-1,'group_see_all_subscribers','global','See all members','vbulletin','',1338800000,'5.0.0 Alpha 27'),(6489,-1,'group_statistics','global','Group Statistics','vbulletin','',1346429340,'5.0.0 Beta 11'),(6490,-1,'group_subscribers_list','global','Members List','vbulletin','',1338800000,'5.0.0 Alpha 28'),(6491,-1,'group_summary','global','Group Summary','vbulletin','',1346429392,'5.0.0 Beta 11'),(6492,-1,'group_topic_options','global','Group Topic Options','vbulletin','',1339516220,'5.0.0 Alpha 27'),(6493,-1,'group_topics','global','Group Topics','vbulletin','',1348144376,'5.0.0 Beta 12'),(6494,-1,'group_total_entries','global','Total group topics','vbulletin','',1338800000,'5.0.0 Alpha 27'),(6495,-1,'groups','global','Groups','vbulletin','',1318430726,'5.0.0 Alpha 7'),(6496,-1,'groups_name','global','Groups Name','vbulletin','',1318502879,'5.0.0 Alpha 31'),(6497,-1,'grouptopic_small','global','group topic','vbulletin','vBulletin Solutions',1368788500,'5.0.3 Beta 1'),(6498,-1,'guest','global','Guest','vbulletin','',0,''),(6499,-1,'guest_avatar','global','Guest\'s Avatar','vbulletin','',1332729431,'5.0.0 Beta 11'),(6500,-1,'guest_commented','global','Guest commented','vbulletin','',1332729431,'5.0.0 Alpha 20'),(6501,-1,'guest_commented_on_guests_reply','global','Guest commented on Guest\'s <a href=\"{1}\" class=\"reply-link animate-scroll\">reply</a>','vbulletin','vBulletin Solutions',1332729970,'5.0.0 Beta 25'),(6502,-1,'guest_commented_on_guests_reply_to_z','global','Guest commented on Guest\'s <a href=\"{1}\" class=\"reply-link\">reply</a> to <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1332728141,'5.0.0 Beta 25'),(6503,-1,'guest_commented_on_guests_reply_to_z_with_prefix','global','Guest commented on Guest\'s <a href=\"{1}\" class=\"reply-link\">reply</a> to <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1345431900,'5.0.0 Beta 25'),(6504,-1,'guest_commented_on_vm_from_y','global','Guest commented on a <a href=\"{1}\">Visitor Message From {2}</a>','vbulletin','vBulletin Solutions',1332729496,'5.0.0 Beta 25'),(6505,-1,'guest_commented_on_ys_reply','global','Guest commented on <a href=\"{1}\" class=\"user-profile reply\">{2}</a>\'s <a href=\"{3}\" class=\"reply-link animate-scroll\">reply</a>','vbulletin','vBulletin Solutions',1332729848,'5.0.0 Beta 25'),(6506,-1,'guest_commented_on_ys_reply_to_z','global','Guest commented on <a href=\"{1}\" class=\"user-profile reply\">{2}</a>\'s <a href=\"{3}\" class=\"reply-link\">reply</a> to <a href=\"{5}\" class=\"post-title starter\">{7}</a>','vbulletin','vBulletin Solutions',1332727931,'5.0.0 Beta 25'),(6507,-1,'guest_commented_on_ys_reply_to_z_with_prefix','global','Guest commented on <a href=\"{1}\" class=\"user-profile reply\">{2}</a>\'s <a href=\"{3}\" class=\"reply-link\">reply</a> to <a href=\"{8}?searchJSON=%7B%22prefix%22%3A%5B%22{9}%22%5D%7D\">{10}</a> <a href=\"{5}\" class=\"post-title starter\">{7}</a>','vbulletin','vBulletin Solutions',1345431633,'5.0.0 Beta 25'),(6508,-1,'guest_posted_visitormessage_for_y_2','global','Guest posted a Visitor Message for <a href=\"{2}\">{1}</a>','vbulletin','',1332729398,'5.0.0 Alpha 20'),(6509,-1,'guest_replied','global','Guest replied','vbulletin','',1332395045,'5.0.0 Alpha 20'),(6510,-1,'guest_replied_to_y','global','Guest replied to <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1332394929,'5.0.0 Beta 25'),(6511,-1,'guest_started_a_article_y','global','A guest posted an article <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1379364010,'5.1.0 Alpha 1'),(6512,-1,'guest_started_a_blog_post_y','global','Guest started a blog post <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1372898877,'5.0.4 Release Candidate 1'),(6513,-1,'guest_started_a_blog_post_y_with_prefix','global','Guest started a blog post <a href=\"{4}?searchJSON=%7B%22prefix%22%3A%5B%22{5}%22%5D%7D\">{6}</a> <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1372898877,'5.0.4 Release Candidate 1'),(6514,-1,'guest_started_a_poll','global','Guest started a poll','vbulletin','',1332732842,'5.0.0 Alpha 20'),(6515,-1,'guest_started_a_poll_y','global','Guest started a poll <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1332732665,'5.0.0 Beta 25'),(6516,-1,'guest_started_a_poll_y_with_prefix','global','Guest started a poll <a href=\"{4}?searchJSON=%7B%22prefix%22%3A%5B%22{5}%22%5D%7D\">{6}</a> <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1345434409,'5.0.0 Beta 25'),(6517,-1,'guest_started_a_topic','global','Guest started a topic','vbulletin','',1332394779,'5.0.0 Alpha 20'),(6518,-1,'guest_started_a_topic_y','global','Guest started a topic <a href=\"{1}\" class=\"post-title starter\">{3}</a>','vbulletin','vBulletin Solutions',1332395613,'5.0.0 Beta 25'),(6519,-1,'have_new_pm_popup_x_y','global','You have a new private message.\\n\\nSender: {1}\\nTitle: \'{2}\'\\n\\nClick OK to view it, or cancel to hide this prompt.','vbulletin','',1202140573,'3.7.0 Beta 5'),(6520,-1,'header','global','Header','vbulletin','',1318259126,'5.0.0 Alpha 7'),(6521,-1,'header_ad_html_module','global','Header Ad HTML Module','vbulletin','',1318249401,'5.0.0 Alpha 7'),(6522,-1,'help','global','Help','vbulletin','',1253112748,'4.0.0 Alpha 3'),(6523,-1,'hide','global','Hide','vbulletin','',1329416725,'5.0.0 Alpha 25'),(6524,-1,'hide_module','global','Hide module','vbulletin','',1343092661,'5.0.0 Alpha 31'),(6525,-1,'home','global','Home','vbulletin','',1243383118,'4.0.0 Alpha 1'),(6526,-1,'host_name_is','global','Hostname is','vbulletin','',1344325869,'5.0.0 Alpha 33'),(6527,-1,'hours','global','Hours','vbulletin','vBulletin Solutions',1155836709,'3.6.1'),(6528,-1,'href_x_y_and_me','global','<a href=\"{1}\">{2}</a> and I','vbulletin','vBulletin Solutions',1355357849,'5.0.0 Beta 23'),(6529,-1,'href_x_y_and_me_are_in_this_message','global','<a href=\"{1}\">{2}</a> and I are in this conversation','vbulletin','vBulletin Solutions',1366275463,'5.0.3 Alpha 2'),(6530,-1,'href_x_y_and_other','global','<a href=\"{1}\">{2}</a><span class=\"others\"> and 1 other</span>','vbulletin','',1329416725,'5.0.0 Alpha 31'),(6531,-1,'href_x_y_and_y_1_other_are_in_this_message','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">1 other</span> are in this conversation','vbulletin','vBulletin Solutions',1366275479,'5.0.3 Alpha 2'),(6532,-1,'href_x_y_and_y_others','global','<a href=\"{1}\">{2}</a><span class=\"others\"> and {3} others</span>','vbulletin','',1329416725,'5.0.0 Alpha 31'),(6533,-1,'href_x_y_and_y_z_others_are_in_this_message','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">{4} others</span> are in this conversation','vbulletin','vBulletin Solutions',1366275496,'5.0.3 Alpha 2'),(6534,-1,'href_x_y_is_in_this_message','global','<a href=\"{1}\">{2}</a> is in this conversation','vbulletin','vBulletin Solutions',1366275509,'5.0.3 Alpha 2'),(6535,-1,'href_x_y_me_and_other','global','<a href=\"{1}\">{2}</a>, me <span class=\"others\">and 1 other</span>','vbulletin','',1329416725,'5.0.0 Alpha 31'),(6536,-1,'href_x_y_me_and_y_1_other_are_in_this_message','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">1 other</span> are in this conversation','vbulletin','vBulletin Solutions',1366275522,'5.0.3 Alpha 2'),(6537,-1,'href_x_y_me_and_y_others','global','<a href=\"{1}\">{2}</a>, I <span class=\"others\">and {3} others</span>','vbulletin','vBulletin Solutions',1355357849,'5.0.0 Beta 23'),(6538,-1,'href_x_y_me_and_y_z_others_are_in_this_message','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a>, I and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">{4} others</span> are in this conversation','vbulletin','vBulletin Solutions',1366275534,'5.0.3 Alpha 2'),(6539,-1,'html','global','HTML','vbulletin','vBulletin Solutions',1380752972,'5.1.0 Alpha 2'),(6540,-1,'html_code','global','HTML Code','vbulletin','',0,''),(6541,-1,'html_off','global','HTML: Off','vbulletin','vBulletin Solutions',1381172720,'5.1.0 Alpha 2'),(6542,-1,'html_on','global','HTML: On','vbulletin','vBulletin Solutions',1381172702,'5.1.0 Alpha 2'),(6543,-1,'html_title_tag','global','HTML <title> Tag','vbulletin','vBulletin Solutions',1380171272,'5.1.0 Alpha 1'),(6544,-1,'htmlstate_off','global','HTML Off','vbulletin','vBulletin Solutions',1380752994,'5.1.0 Alpha 2'),(6545,-1,'htmlstate_on','global','HTML On - Don\'t Convert Linebreaks','vbulletin','vBulletin Solutions',1380753122,'5.1.0 Alpha 2'),(6546,-1,'htmlstate_on_nl2br','global','HTML On - Convert Linebreaks','vbulletin','vBulletin Solutions',1380753102,'5.1.0 Alpha 2'),(6547,-1,'hue','global','Hue.','vbulletin','',1272404177,'4.0.4'),(6548,-1,'hybrid','global','Hybrid','vbulletin','',0,''),(6549,-1,'i_have_read_agree_terms','global','I have read and agreed to the site\'s <span id=\"viewTerms\" class=\"jsPsuedoLink\">terms and rules.</span>','vbulletin','',1343604518,'5.0.0 Alpha 31'),(6550,-1,'icon_legend','global','Icon Legend','vbulletin','',1257286490,'4.0.0 Beta 2'),(6551,-1,'icq','global','ICQ','vbulletin','',1318503555,'5.0.0 Alpha 7'),(6552,-1,'if_blog_title_left_blank','global','If blog channel title is left blank, your username will be used instead.','vbulletin','',1339099655,'5.0.0 Alpha 27'),(6553,-1,'ignore','global','Ignore','vbulletin','',0,''),(6554,-1,'image_exceeded_max_file_size','global','Image exceeded maximum file-size of {1}.','vbulletin','vBulletin Solutions',1325890984,'5.0.0 Beta 17'),(6555,-1,'image_hosting_site','global','Image hosting site','vbulletin','',1318260475,'5.0.0 Alpha 7'),(6556,-1,'image_hosting_site_desc','global','Copy and paste an image URL from a hosting site.','vbulletin','',1318260489,'5.0.0 Alpha 7'),(6557,-1,'image_hosting_site_note','global','Note: The maximum width of your site logo is 320 pixels.','vbulletin','',1318260520,'5.0.0 Alpha 7'),(6558,-1,'image_verification','global','Image Verification','vbulletin','vBulletin Solutions',1144957466,'3.6.0 Beta 1'),(6559,-1,'in_progress','global','In Progress','vbulletin','',0,''),(6560,-1,'in_x','global','in <a href=\"{1}\">{2}</a>','vbulletin','',1261154149,'4.0.1'),(6561,-1,'in_x_channel','global','in <a href=\"{1}\" class=\"ellipsis\">{2}</a>','vbulletin','',1261155104,'5.0.0 Beta 10'),(6562,-1,'inactive','global','Inactive','vbulletin','',1340358452,'5.0.0 Alpha 28'),(6563,-1,'inbox','global','Message Center','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6564,-1,'incoming_friend_requests','global','Incoming Friend Requests','vbulletin','vBulletin Solutions',1197374250,'3.7.0 Beta 1'),(6565,-1,'increase_size','global','Increase Size','vbulletin','',0,''),(6566,-1,'info','global','Info','vbulletin','',0,''),(6567,-1,'infraction_for_x_y','global','Infraction for {1}: {2}','vbulletin','vBulletin Solutions',1360906598,'5.0.1 Alpha 2'),(6568,-1,'infraction_for_x_y_in_topic_z','global','Infraction for {1}: {2}, in topic: {3}','vbulletin','vBulletin Solutions',1360906642,'5.0.1 Alpha 2'),(6569,-1,'infraction_topic_post','global','Topic: [url={1}]{2}[/url]\r\nUser: [url={3}]{4}[/url]\r\nInfraction: {5}\r\nPoints: {6}\r\nReputation Penalty: {10}\r\n\r\nAdministrative Note:[quote]{7}[/quote]\r\n\r\nMessage to User:[quote]{8}[/quote]\r\n\r\nOriginal Post: [quote]{9}[/quote]\r\n','vbulletin','vBulletin Solutions',1360906892,'5.0.4 Release Candidate 1'),(6570,-1,'infraction_topic_profile','global','User: [url={1}]{2}[/url]\r\nInfraction: {3}\r\nPoints: {4}\r\nReputation Penalty: {7}\r\n\r\nAdministrative Note:[quote]{5}[/quote]\r\n\r\nMessage to User:[quote]{6}[/quote]\r\n','vbulletin','vBulletin Solutions',1360906917,'5.0.4 Release Candidate 1'),(6571,-1,'infractions','global','Infractions','vbulletin','vBulletin Solutions',1150416261,'3.6.0 Beta 3'),(6572,-1,'inline_mod','global','Inline Mod','vbulletin','',1248513845,'4.0.0 Alpha 1'),(6573,-1,'inlinemod_auth_enter_password','global','Please enter your password','vbulletin','vBulletin Solutions',1350690738,'5.0.0 Beta 17'),(6574,-1,'inlinemodauth_required','global','This action require a moderator authentication','vbulletin','vBulletin Solutions',1368056961,'5.0.3 Alpha 3'),(6575,-1,'input_navigation_item_name','global','Please input Navigation Item Name.','vbulletin','',1337611899,'5.0.0 Alpha 25'),(6576,-1,'input_target_url','global','Please input Target URL.','vbulletin','',1337611956,'5.0.0 Alpha 25'),(6577,-1,'insert','global','Insert','vbulletin','vBulletin Solutions',1365054067,'5.0.3 Alpha 1'),(6578,-1,'insert_page_break','global','Insert Page Break','vbulletin','vBulletin Solutions',1381354630,'5.1.0 Alpha 2'),(6579,-1,'insert_poll','global','Insert Poll','vbulletin','',1345310854,'5.0.0 Alpha 36'),(6580,-1,'insert_preview_break','global','Insert Preview Break','vbulletin','vBulletin Solutions',1381354651,'5.1.0 Alpha 2'),(6581,-1,'instant_messaging','global','Instant Messaging','vbulletin','',0,''),(6582,-1,'invalid_channel_requested','global','Information was request for an invalid channel','vbulletin','',1304029357,'4.1.2'),(6583,-1,'invalid_content_info','global','Invalid content info.','vbulletin','vBulletin Solutions',1379326867,'5.1.0 Alpha 1'),(6584,-1,'invalid_custom_url','global','Invalid page URL. The URL should not contain multiple forward slashes (/) in a row, and cannot contain any of the following reserved characters:<br />\r\n{1}','vbulletin','vBulletin Solutions',1375728246,'5.0.5 Alpha 3'),(6585,-1,'invalid_email_address','global','Invalid email address.','vbulletin','',1343635079,'5.0.0 Alpha 31'),(6586,-1,'invalid_end_date','global','You entered an invalid end date. Please use four-digit year numbers.','vbulletin','vBulletin Solutions',1362420428,'5.0.2 Alpha 2'),(6587,-1,'invalid_image_allowed_filetypes_are','global','Invalid image. Allowed file types are: jpg, jpeg, png, gif','vbulletin','',1322870819,'5.0.0 Alpha 12'),(6588,-1,'invalid_image_url','global','Invalid image URL.<br />Please try another one.','vbulletin','',1337613513,'5.0.0 Alpha 25'),(6589,-1,'invalid_json_string','global','Invalid JSON string','vbulletin','',1322869030,'5.0.0 Alpha 12'),(6590,-1,'invalid_link_type','global','Invalid Link Type: {1}','vbulletin','',1260405418,'4.0.0 Release Candidate 2'),(6591,-1,'invalid_msgfolder_name','global','Invalid folder name. The folder name must have at least one char and maximum of 512 chars.','vbulletin','vBulletin Solutions',1353067162,'5.0.0 Beta 20'),(6592,-1,'invalid_node_id','global','Invalid node id specified.','vbulletin','',1323127130,'5.0.0 Alpha 27'),(6593,-1,'invalid_pm_recipients','global','Please enter at least one valid recipient. Type in the first four characters and you will get a list of matching user names','vbulletin','',0,'5.0.0 Beta 7'),(6594,-1,'invalid_request','global','Invalid Request','vbulletin','',1348525795,'5.0.0 Beta 13'),(6595,-1,'invalid_search_implementation','global','The selected search implementation is not valid. Please contact vBulletin support for assistance.','vbulletin','',1241624924,'4.0.0 Alpha 1'),(6596,-1,'invalid_server_response_please_try_again','global','Invalid server response.<br /><br />Please try again.','vbulletin','',1322868296,'5.0.0 Alpha 12'),(6597,-1,'invalid_special_channel_subscribe_request','global','Invalid subscribe request. You have to join this channel before subscribing.','vbulletin','',1323127130,'5.0.0 Alpha 27'),(6598,-1,'invalid_start_date','global','You entered an invalid start date. Please use four-digit year numbers.','vbulletin','vBulletin Solutions',1362420262,'5.0.2 Alpha 2'),(6599,-1,'invalid_table_sort','global','The sort parameters are not valid.','vbulletin','',1323217908,'5.0.0 Alpha 11'),(6600,-1,'invalid_user_permissions','global','Invalid user permissions for page requested','vbulletin','',1320266149,'5.0.0 Alpha 8'),(6601,-1,'invalid_video_url','global','Invalid or unsupported video URL.','vbulletin','',1318427283,'5.0.0 Alpha 7'),(6602,-1,'invalid_x_tag_length','global','Tag length should be {1}.','vbulletin','',1322869030,'5.0.0 Alpha 17'),(6603,-1,'invitations_to_join_social_groups','global','Group Invitations','vbulletin','vBulletin Solutions',1212410927,'3.8.0 Alpha 1'),(6604,-1,'invite_members','global','Invite Members','vbulletin','',1329951382,'5.0.0 Alpha 19'),(6605,-1,'invite_only','global','Invite Only','vbulletin','',1339104986,'5.0.0 Alpha 27'),(6606,-1,'ip_address','global','IP Address','vbulletin','',0,''),(6607,-1,'ip_address_is','global','IP address is','vbulletin','',1344325852,'5.0.0 Alpha 33'),(6608,-1,'ip_info','global','IP Information','vbulletin','',1344325833,'5.0.0 Alpha 33'),(6609,-1,'is','global','is','vbulletin','',1260466468,'4.0.0 Release Candidate 2'),(6610,-1,'january','global','January','vbulletin','',0,''),(6611,-1,'join_date','global','Join Date','vbulletin','',0,''),(6612,-1,'join_error','global','Can not join.<br />Please try again.','vbulletin','',1318428672,'5.0.0 Alpha 27'),(6613,-1,'join_request','global','Join Request','vbulletin','',0,''),(6614,-1,'join_requests','global','Join Requests','vbulletin','',0,''),(6615,-1,'joined','global','Joined','vbulletin','',1318430692,'5.0.0 Alpha 7'),(6616,-1,'joined_at','global','Joined at','vbulletin','vBulletin Solutions',1357743001,'5.0.0 Beta 26'),(6617,-1,'joined_date','global','Joined Date','vbulletin','',1318503771,'5.0.0 Alpha 7'),(6618,-1,'joined_members','global','Joined Members','vbulletin','',1339104650,'5.0.0 Alpha 27'),(6619,-1,'july','global','July','vbulletin','',0,''),(6620,-1,'june','global','June','vbulletin','',0,''),(6621,-1,'keywords','global','Keywords','vbulletin','',1318504088,'5.0.0 Alpha 7'),(6622,-1,'keywords_ignored_x','global','Common keywords were ignored: {1}.','vbulletin','',1318504088,'5.0.0 Alpha 20'),(6623,-1,'kilobytes','global','KB','vbulletin','',0,''),(6624,-1,'last','global','Last','vbulletin','',0,''),(6625,-1,'last_activity','global','Last Activity','vbulletin','',0,''),(6626,-1,'last_month','global','Last Month','vbulletin','',1318335136,'5.0.0 Alpha 7'),(6627,-1,'last_online','global','Last Online','vbulletin','',0,''),(6628,-1,'last_page','global','Last Page','vbulletin','',0,''),(6629,-1,'last_picture_short','global','Last','vbulletin','',1262046825,'4.0.1'),(6630,-1,'last_post','global','Last Post','vbulletin','',0,''),(6631,-1,'last_post_by','global','Last Post By','vbulletin','',1248513664,'4.0.0 Alpha 1'),(6632,-1,'last_visit','global','Last Visit','vbulletin','',1318504283,'5.0.0 Alpha 7'),(6633,-1,'last_visited_x_at_y','global','You last visited: {1} at {2}','vbulletin','vBulletin Solutions',1249409230,'4.0.0 Alpha 1'),(6634,-1,'last_week','global','Last Week','vbulletin','',1318335118,'5.0.0 Alpha 7'),(6635,-1,'latest_activity','global','Latest Activity','vbulletin','',1339797247,'5.0.0 Alpha 27'),(6636,-1,'layout_full','global','Full','vbulletin','vBulletin Solutions',1368638254,'5.0.3 Beta 1'),(6637,-1,'layout_narrow_wide','global','Narrow/Wide','vbulletin','vBulletin Solutions',1368638254,'5.0.3 Beta 1'),(6638,-1,'layout_wide_narrow','global','Wide/Narrow','vbulletin','vBulletin Solutions',1368638254,'5.0.3 Beta 1'),(6639,-1,'leave_a_comment','global','Leave a comment','vbulletin','',1318329571,'5.0.0 Alpha 7'),(6640,-1,'leave_reason_for_deletion','global','Leave reason for deletion','vbulletin','',1320280989,'5.0.0 Alpha 16'),(6641,-1,'less_options','global','- Less Options','vbulletin','vBulletin Solutions',1361900008,'5.0.1 Alpha 2'),(6642,-1,'like','global','Like','vbulletin','',1318330170,'5.0.0 Alpha 7'),(6643,-1,'like_lower','global','like','vbulletin','',1349137947,'5.0.0 Beta 14'),(6644,-1,'likes','global','Likes','vbulletin','vBulletin Solutions',1318329975,'5.0.5 Alpha 3'),(6645,-1,'likes_lower','global','likes','vbulletin','vBulletin Solutions',1350606073,'5.0.0 Beta 16'),(6646,-1,'link','global','Link','vbulletin','',1318428261,'5.0.0 Alpha 7'),(6647,-1,'link_attributes','global','Link Attributes','vbulletin','vBulletin Solutions',1366623653,'5.0.3 Alpha 2'),(6648,-1,'link_content','global','Link Content','vbulletin','',1318428456,'5.0.0 Alpha 7'),(6649,-1,'link_x_y_replied','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> replied','vbulletin','',1261155104,'5.0.0 Alpha 11'),(6650,-1,'links','global','Links','vbulletin','',1319586014,'5.0.0 Alpha 8'),(6651,-1,'links_only','global','Links only','vbulletin','',1318335236,'5.0.0 Alpha 7'),(6652,-1,'load_from_current_page','global','Load from Current Page','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6653,-1,'loading','global','Loading','vbulletin','',1318260203,'5.0.0 Alpha 7'),(6654,-1,'location_perm','global','Location','vbulletin','',0,''),(6655,-1,'log_in','global','Log in','vbulletin','',1269543213,'4.0.4'),(6656,-1,'log_out','global','Log Out','vbulletin','',0,''),(6657,-1,'logging_in','global','Logging in','vbulletin','',1318262950,'5.0.0 Alpha 7'),(6658,-1,'login','global','Login','vbulletin','',1318262650,'5.0.0 Alpha 7'),(6659,-1,'login_or_sign_up','global','Login or Sign Up','vbulletin','',1318253827,'5.0.0 Alpha 7'),(6660,-1,'login_redirect','global','Login Redirect','vbulletin','',1318262933,'5.0.0 Alpha 7'),(6661,-1,'login_success_admin_auth','global','Login Successful. Now reloading page...','vbulletin','',1343271675,'5.0.0 Alpha 31'),(6662,-1,'logo','global','Logo','vbulletin','',1318254011,'5.0.0 Alpha 7'),(6663,-1,'lost_password_recovery_form','global','Lost Password Recovery Form','vbulletin','',0,''),(6664,-1,'lostpw_email_sent','global','We have sent an email to your registered email address. You should receive it in the next few minutes. If you don\'t receive it, please check your junk mail folder or resend it again.','vbulletin','',1343636860,'5.0.0 Alpha 31'),(6665,-1,'main_navigation_bar','global','Main Navigation Bar','vbulletin','',1337610973,'5.0.0 Alpha 25'),(6666,-1,'make_category','global','Make Category','vbulletin','',1341600585,'5.0.0 Alpha 29'),(6667,-1,'make_forum','global','Make Forum','vbulletin','',1341601055,'5.0.0 Alpha 29'),(6668,-1,'make_votes_public','global','Make votes public','vbulletin','',1318501001,'5.0.0 Alpha 7'),(6669,-1,'manage','global','Manage','vbulletin','',0,''),(6670,-1,'manage_attachments','global','Manage Attachments','vbulletin','',0,''),(6671,-1,'manage_content','global','Manage Content','vbulletin','vBulletin Solutions',1361833949,'5.0.1 Alpha 2'),(6672,-1,'manage_contributors','global','Manage Contributors','vbulletin','',1332095514,'5.0.0 Alpha 20'),(6673,-1,'manage_deleted','global','Manage Deleted Content','vbulletin','',1332095514,'5.0.0 Alpha 33'),(6674,-1,'manage_group_managers','global','Manage Group Managers','vbulletin','',1339515610,'5.0.0 Alpha 27'),(6675,-1,'manage_joined_members','global','Manage Joined Members','vbulletin','',1339515642,'5.0.0 Alpha 27'),(6676,-1,'manage_moderators','global','Manage Moderators','vbulletin','',1329951261,'5.0.0 Alpha 19'),(6677,-1,'manage_subscribers','global','Manage Subscribers','vbulletin','',1331315877,'5.0.0 Alpha 20'),(6678,-1,'march','global','March','vbulletin','',0,''),(6679,-1,'mark_as_closed','global','Mark as Closed','vbulletin','',1322833986,'5.0.0 Alpha 11'),(6680,-1,'mark_as_open','global','Mark as Open','vbulletin','',1322833970,'5.0.0 Alpha 11'),(6681,-1,'mark_channels_read','global','Mark Channels Read','vbulletin','',1334565488,'5.0.0 Alpha 21'),(6682,-1,'mark_forums_read','global','Mark Forums Read','vbulletin','',0,''),(6683,-1,'mark_message_status_text_for_delete','global','Message has been moved to Trash.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6684,-1,'mark_message_status_text_for_delete_permanently','global','Message has been permanently deleted.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6685,-1,'mark_message_status_text_for_move','global','Message has been moved to the selected folder.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6686,-1,'mark_message_status_text_for_read','global','Message has been marked read.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6687,-1,'mark_message_status_text_for_undelete','global','Message has been undeleted.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6688,-1,'mark_message_status_text_for_unread','global','Message has been marked unread.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6689,-1,'mark_message_status_text_generic','global','Message has been updated.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6690,-1,'mark_messages_status_text_for_delete','global','Messages have been moved to Trash.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6691,-1,'mark_messages_status_text_for_delete_permanently','global','Messages have been permanently deleted.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6692,-1,'mark_messages_status_text_for_move','global','Messages have been moved to the selected folder.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6693,-1,'mark_messages_status_text_for_read','global','Messages have been marked read.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6694,-1,'mark_messages_status_text_for_undelete','global','Messages have been undeleted.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6695,-1,'mark_messages_status_text_for_unread','global','Messages have been marked unread.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6696,-1,'mark_messages_status_text_generic','global','Messages have been updated.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6697,-1,'mark_report_status_text_for_closed','global','Report has been closed.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6698,-1,'mark_report_status_text_for_delete','global','Report has been deleted.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6699,-1,'mark_report_status_text_for_open','global','Report has been opened.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6700,-1,'mark_report_status_text_generic','global','Report has been updated.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6701,-1,'mark_reports_status_text_for_closed','global','Reports have been closed.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6702,-1,'mark_reports_status_text_for_delete','global','Reports have been deleted.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6703,-1,'mark_reports_status_text_for_open','global','Reports have been opened.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6704,-1,'mark_reports_status_text_generic','global','Reports have been updated.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6705,-1,'max_attachments_reached','global','Maximum number of attachments reached','vbulletin','',1346094139,'5.0.0 Alpha 38'),(6706,-1,'max_number_of_files_exceeded','global','Max number of files exceeded','vbulletin','vBulletin Solutions',1362502507,'5.0.2 Alpha 2'),(6707,-1,'maxchars_exceeded_x_title_y','global','Maximum number of characters exceeded in the title. It cannot be more than {1} characters. The current number of characters is {2}','vbulletin','vBulletin Solutions',1349815895,'5.0.0 Beta 15'),(6708,-1,'maxchars_exceeded_x_y','global','Maximum number of characters exceeded. It cannot be more than {1} characters. The current number of characters is {2}','vbulletin','vBulletin Solutions',1349799743,'5.0.0 Beta 15'),(6709,-1,'may','global','May','vbulletin','',0,''),(6710,-1,'media','global','Media','vbulletin','',1318430856,'5.0.0 Alpha 7'),(6711,-1,'megabytes','global','MB','vbulletin','',0,''),(6712,-1,'member','global','member','vbulletin','',1318430206,'5.0.0 Alpha 7'),(6713,-1,'member_list','global','Member list','vbulletin','vBulletin Solutions',1318430206,'5.0.4 Release Candidate 1'),(6714,-1,'member_name','global','Member Name','vbulletin','vBulletin Solutions',1318430206,'5.0.4 Release Candidate 1'),(6715,-1,'members','global','Members','vbulletin','',0,''),(6716,-1,'members_in_this_message','global','Members in this Conversation','vbulletin','vBulletin Solutions',1366275552,'5.0.3 Alpha 2'),(6717,-1,'members_list','global','Member List','vbulletin','',1250879365,'4.0.0 Alpha 2'),(6718,-1,'members_only','global','Members Only','vbulletin','',1319825500,'5.0.0 Alpha 8'),(6719,-1,'message','global','Message','vbulletin','',0,''),(6720,-1,'message_deleted_by_x','global','This message has been deleted by <a href=\"{1}\">{2}</a>.','vbulletin','vBulletin Solutions',1144777399,'3.6.0 Beta 1'),(6721,-1,'message_navigation','global','Message Navigation','vbulletin','',0,''),(6722,-1,'message_search','global','Message Search','vbulletin','',1369435758,'5.0.4 Alpha 1'),(6723,-1,'message_toolbar','global','Message Toolbar','vbulletin','',0,''),(6724,-1,'messages','global','Inbox','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6725,-1,'messages_header','global','Messages','vbulletin','',1319233803,'5.0.0 Alpha 31'),(6726,-1,'messages_lower','global','messages','vbulletin','vBulletin Solutions',1354903670,'5.0.0 Beta 22'),(6727,-1,'messages_updated_desc','global','Messages have been updated.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(6728,-1,'meta_description','global','Meta Description','vbulletin','vBulletin Solutions',1350527643,'5.0.0 Beta 16'),(6729,-1,'meta_information','global','Meta Information','vbulletin','vBulletin Solutions',1380172724,'5.1.0 Alpha 1'),(6730,-1,'method','global','Method','vbulletin','',1318429634,'5.0.0 Alpha 7'),(6731,-1,'mine','global','mine','vbulletin','',1248971353,'4.0.0 Alpha 1'),(6732,-1,'missing_temp_folder','global','Missing a temporary folder','vbulletin','vBulletin Solutions',1362503474,'5.0.2 Alpha 2'),(6733,-1,'mod','global','Mod','vbulletin','',0,''),(6734,-1,'moderate_comments_before_displaying','global','Moderate comments before displaying','vbulletin','',1331867684,'5.0.0 Alpha 20'),(6735,-1,'moderate_topics_before_display','global','Moderate topics, replies and comments before displaying','vbulletin','',1339516245,'5.0.0 Alpha 27'),(6736,-1,'moderated','global','Moderated','vbulletin','',1339105029,'5.0.0 Alpha 27'),(6737,-1,'moderatepublish','global','Moderate Unpublished Starters<dfn> Normally set only for CMS Articles channels.</dfn>','vbulletin','vBulletin Solutions',1385593100,'5.1.0 Alpha 6'),(6738,-1,'moderation','global','Moderation','vbulletin','',1318430808,'5.0.0 Alpha 7'),(6739,-1,'moderation_tools','global','Moderation Tools','vbulletin','',1248513774,'4.0.0 Alpha 1'),(6740,-1,'moderator','global','Moderator','vbulletin','',0,''),(6741,-1,'moderator_control_panel','global','Moderator Control Panel','vbulletin','',0,''),(6742,-1,'moderators','global','Moderators','vbulletin','',0,''),(6743,-1,'module_configuration','global','Module Configuration','vbulletin','vBulletin Solutions',1349448935,'5.0.0 Beta 15'),(6744,-1,'module_container','global','Container Module','vbulletin','',1342644741,'5.0.0 Alpha 30'),(6745,-1,'module_icon','global','Module icon','vbulletin','',1318422792,'5.0.0 Alpha 7'),(6746,-1,'module_layout_changes_affect_all_pages','global','Module and layout changes to a template affect ALL the pages associated with that template.','vbulletin','',1318259745,'5.0.0 Alpha 7'),(6747,-1,'monday','global','Monday','vbulletin','',1324062745,'5.0.0 Alpha 13'),(6748,-1,'monday_min','global','Mo','vbulletin','vBulletin Solutions',1368051882,'5.0.3 Alpha 3'),(6749,-1,'month','global','Month','vbulletin','',1324062745,'5.0.0 Alpha 13'),(6750,-1,'monthly','global','Monthly','vbulletin','',1324062745,'5.0.0 Alpha 13'),(6751,-1,'months','global','Months','vbulletin','',0,''),(6752,-1,'more_options','global','+ More Options','vbulletin','vBulletin Solutions',1361899980,'5.0.1 Alpha 2'),(6753,-1,'more_smilies','global','More Smilies »','vbulletin','vBulletin Solutions',1363661365,'5.0.2 Alpha 2'),(6754,-1,'more_videos','global','More Videos','vbulletin','',1325179035,'5.0.0 Alpha 14'),(6755,-1,'most_recent','global','Most recent','vbulletin','',1318335059,'5.0.0 Alpha 7'),(6756,-1,'most_recent_message','global','Most Recent Message','vbulletin','',1318503717,'5.0.0 Alpha 7'),(6757,-1,'most_users_ever_online_was_x_y_at_z','global','Most users ever online was {1} at {3} on {2}.','vbulletin','vBulletin Solutions',1373584330,'5.0.4 Release Candidate 1'),(6758,-1,'move','global','Move','vbulletin','',1318422825,'5.0.0 Alpha 7'),(6759,-1,'move_items','global','Move Items','vbulletin','',0,''),(6760,-1,'move_module','global','Move module','vbulletin','',1318422841,'5.0.0 Alpha 7'),(6761,-1,'move_not_allowed','global','Move Not Allowed','vbulletin','',1342644883,'5.0.0 Alpha 30'),(6762,-1,'moved_thread_prefix','global','Moved: ','vbulletin','',0,''),(6763,-1,'moving_main_nav_to_own_sub_nav_error','global','Main navigation items cannot be moved into its own sub navigation bar.','vbulletin','vBulletin Solutions',1351803765,'5.0.0 Beta 18'),(6764,-1,'moving_main_nav_with_sub_nav_error','global','Main navigation items containing sub navigation items cannot be moved. Please delete the sub navigation items first.','vbulletin','vBulletin Solutions',1351803482,'5.0.0 Beta 18'),(6765,-1,'msn','global','MSN','vbulletin','',1318503608,'5.0.0 Alpha 7'),(6766,-1,'multiple_words','global','Multiple Words','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6767,-1,'multiple_words_desc','global','<p><strong>What it does:</strong> searches for web pages that include either word</p>\r\n<p><strong>What to type</strong>: <code>vacation London OR Paris</code>\r\n<p><strong>What you\'ll get</strong>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6768,-1,'my_blogs','global','My Blogs','vbulletin','vBulletin Solutions',1360610781,'5.0.1 Alpha 2'),(6769,-1,'my_custom_modules','global','My Custom Modules','vbulletin','',1337614770,'5.0.0 Alpha 25'),(6770,-1,'my_profile','global','My Profile','vbulletin','',1337640658,'5.0.0 Alpha 28'),(6771,-1,'my_subscriptions','global','My Subscriptions','vbulletin','',1339806153,'5.0.0 Alpha 27'),(6772,-1,'n_a','global','N/A','vbulletin','',0,''),(6773,-1,'navigation','global','Navigation','vbulletin','',1318502837,'5.0.0 Alpha 7'),(6774,-1,'navigation_bar','global','Navigation Bar','vbulletin','',1318259141,'5.0.0 Alpha 7'),(6775,-1,'navigation_bar_desc','global','Select from the available page list to add to the navigation bar and sub-navigation bar.','vbulletin','',1318502795,'5.0.0 Alpha 7'),(6776,-1,'navigation_item_name','global','Navigation Item Name','vbulletin','',1318259345,'5.0.0 Alpha 7'),(6777,-1,'need_folder_name','global','First, please enter a folder title.','vbulletin','',0,'5.0.0 Beta 7'),(6778,-1,'need_privatemessage_text','global','Please enter message text.','vbulletin','',0,'5.0.0 Alpha 27'),(6779,-1,'networking','global','Networking','vbulletin','vBulletin Solutions',1201009850,'3.7.0 Beta 5'),(6780,-1,'never','global','Never','vbulletin','',0,''),(6781,-1,'new','global','New','vbulletin','vBulletin Solutions',1191508770,'3.7.0 Beta 1'),(6782,-1,'new_channel','global','New Channel','vbulletin','vBulletin Solutions',1380011605,'5.1.0 Alpha 1'),(6783,-1,'new_message','global','New Message','vbulletin','',1318632962,'5.0.0 Alpha 7'),(6784,-1,'new_navigation_item','global','New Navigation Item','vbulletin','',1337610717,'5.0.0 Alpha 25'),(6785,-1,'new_page','global','New Page','vbulletin','',1318259095,'5.0.0 Alpha 7'),(6786,-1,'new_posts','global','Contains unread posts','vbulletin','',1245232293,'4.0.0 Alpha 1'),(6787,-1,'new_posts_nav','global','New Posts','vbulletin','',1216989282,'3.8.0 Alpha 1'),(6788,-1,'new_subnavigation_item','global','New Sub Navigation Item','vbulletin','',1337610862,'5.0.0 Alpha 25'),(6789,-1,'new_topics','global','New Topics','vbulletin','',1318259095,'5.0.0 Alpha 24'),(6790,-1,'new_with_quote','global','New with Quote','vbulletin','',1318334961,'5.0.0 Alpha 7'),(6791,-1,'newer','global','Newer','vbulletin','',1244131904,'4.0.0 Alpha 1'),(6792,-1,'newest_first','global','Newest first','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6793,-1,'next','global','Next','vbulletin','',0,''),(6794,-1,'next_page','global','Next Page','vbulletin','',0,''),(6795,-1,'next_picture_short','global','Next','vbulletin','',1262046837,'4.0.1'),(6796,-1,'no','global','No','vbulletin','',0,''),(6797,-1,'no_activity','global','No activity results to display','vbulletin','',1318429539,'5.0.0 Alpha 11'),(6798,-1,'no_ad_added','global','No Ad has been added yet.','vbulletin','',1337231020,'5.0.0 Alpha 25'),(6799,-1,'no_announcement','global','No announcement yet.','vbulletin','',1345765131,'5.0.0 Alpha 37'),(6800,-1,'no_articles_found','global','No articles found.','vbulletin','vBulletin Solutions',1379002764,'5.0.6 Alpha 1'),(6801,-1,'no_articles_in_channel','global','There are no articles in this category.','vbulletin','vBulletin Solutions',1379002750,'5.0.6 Alpha 1'),(6802,-1,'no_background_image','global','No Background Image','vbulletin','',1340355988,'5.0.0 Alpha 28'),(6803,-1,'no_birthdays','global','No birthdays.','vbulletin','',1318429539,'5.0.0 Alpha 7'),(6804,-1,'no_configurations_found','global','No configurations found.','vbulletin','',1337622347,'5.0.0 Alpha 25'),(6805,-1,'no_content_found','global','No content found','vbulletin','vBulletin Solutions',1352392269,'5.0.0 Beta 19'),(6806,-1,'no_content_yet','global','No Content Yet, but it will go here!','vbulletin','',1318430292,'5.0.0 Alpha 7'),(6807,-1,'no_conversations_in_channel','global','There are no conversations in this channel.','vbulletin','',1318428513,'5.0.0 Alpha 7'),(6808,-1,'no_delete_permissions','global','User has no permissions to remove this post.','vbulletin','',1318423634,'5.0.0 Alpha 20'),(6809,-1,'no_file_to_upload','global','No file to upload.','vbulletin','vBulletin Solutions',1357699189,'5.0.0 Beta 26'),(6810,-1,'no_file_uploaded','global','No file was uploaded','vbulletin','vBulletin Solutions',1378301854,'5.0.6 Alpha 1'),(6811,-1,'no_followers','global','User has no subscribers to display...','vbulletin','',1318429804,'5.0.0 Alpha 7'),(6812,-1,'no_following','global','No new updates in subscriptions...','vbulletin','vBulletin Solutions',1355167478,'5.0.0 Beta 23'),(6813,-1,'no_forums_found','global','No forums found.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6814,-1,'no_icon','global','No Icon','vbulletin','vBulletin Solutions',1362520650,'5.0.2 Alpha 2'),(6815,-1,'no_media_to_display','global','No media to display.','vbulletin','',1323127182,'5.0.0 Alpha 15'),(6816,-1,'no_message_found','global','No message found.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6817,-1,'no_moderate_permissions','global','User has not enough moderate permissions for this action.','vbulletin','',1318423634,'5.0.0 Alpha 20'),(6818,-1,'no_modules','global','No modules found.','vbulletin','',1337621626,'5.0.0 Alpha 25'),(6819,-1,'no_modules_found','global','No modules found. Please change the module name to search.','vbulletin','',1318259622,'5.0.0 Alpha 7'),(6820,-1,'no_new_posts','global','Contains no unread posts','vbulletin','',1245232348,'4.0.0 Alpha 1'),(6821,-1,'no_permission_blog','global','Sorry, you are not authorized to view this blog','vbulletin','',1339078111,'5.0.0 Alpha 26'),(6822,-1,'no_permission_use_avatar','global','You have no permission to use avatar.','vbulletin','vBulletin Solutions',1350641439,'5.0.0 Beta 16'),(6823,-1,'no_photos_found','global','No photos found.','vbulletin','',1347515202,'5.0.0 Beta 12'),(6824,-1,'no_photos_found_or_post_deleted','global','No photos found or this post has been deleted. Try reloading the page.','vbulletin','',1322867728,'5.0.0 Alpha 12'),(6825,-1,'no_photos_or_albums','global','You have no uploaded photos or albums to choose from','vbulletin','',1343552432,'5.0.0 Alpha 31'),(6826,-1,'no_post_content_to_preview','global','There is no post content to preview. Please type something in the editor to preview it.','vbulletin','',1344560426,'5.0.0 Alpha 33'),(6827,-1,'no_prefix_meta','global','No Prefix','vbulletin','',1238162815,'4.0.0 Alpha 1'),(6828,-1,'no_preview_text_available','global','No preview text available.','vbulletin','',1378406662,'5.0.5 Release Candidate 1'),(6829,-1,'no_preview_thumbnail','global','No preview thumbnail','vbulletin','',1321371953,'5.0.0 Alpha 9'),(6830,-1,'no_publish_permissions','global','User has no publish permissions for this post.','vbulletin','',1318423634,'5.0.0 Alpha 20'),(6831,-1,'no_subscribed_articles_to_display','global','No subscribed articles to display.','vbulletin','vBulletin Solutions',1379002899,'5.0.6 Alpha 1'),(6832,-1,'no_subscribed_posts_to_display','global','No subscribed posts to display.','vbulletin','',1323127182,'5.0.0 Alpha 15'),(6833,-1,'no_tags_yet','global','There are no tags yet.','vbulletin','vBulletin Solutions',1359579396,'5.0.0 Release Candidate 1'),(6834,-1,'no_templates_found','global','No templates found. Please change the template name to search.','vbulletin','',1325253599,'5.0.0 Alpha 14'),(6835,-1,'no_topics_found','global','No topics found.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6836,-1,'no_user_online','global','No user is online now.','vbulletin','',1318426893,'5.0.0 Alpha 7'),(6837,-1,'node_id','global','Node ID','vbulletin','vBulletin Solutions',1368626375,'5.0.3 Beta 1'),(6838,-1,'none','global','None','vbulletin','',0,''),(6839,-1,'not','global','not','vbulletin','',0,''),(6840,-1,'not_enabled_or_no_appid_secret_set','global','Not enabled or no appid & secret set','vbulletin','vBulletin Solutions',1368626534,'5.0.3 Beta 1'),(6841,-1,'not_logged_no_permission','global','You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:','vbulletin','',0,''),(6842,-1,'not_published','global','Not Published','vbulletin','vBulletin Solutions',1381287647,'5.1.0 Alpha 2'),(6843,-1,'not_published_scheduled_for_x','global','Not published, scheduled for: {1}','vbulletin','vBulletin Solutions',1380956204,'5.1.0 Alpha 2'),(6844,-1,'note','global','Note','vbulletin','',1318423634,'5.0.0 Alpha 7'),(6845,-1,'notices','global','Notices','vbulletin','vBulletin Solutions',1189781133,'3.6.8'),(6846,-1,'notification','global','Notification','vbulletin','',0,''),(6847,-1,'notification_settings','global','Notification Settings','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6848,-1,'notification_type','global','Notification Type','vbulletin','',0,''),(6849,-1,'notifications','global','Notifications','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6850,-1,'notifications_lower','global','notifications','vbulletin','vBulletin Solutions',1354903670,'5.0.0 Beta 22'),(6851,-1,'notify_abbrev_comment','global','Com','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6852,-1,'notify_abbrev_follow','global','FR','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6853,-1,'notify_abbrev_rate','global','Rate','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6854,-1,'notify_abbrev_reply','global','Re','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6855,-1,'notify_abbrev_visitormessage','global','VM','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6856,-1,'notify_abbrev_vote','global','Vote','vbulletin','',1318424170,'5.0.0 Alpha 9'),(6857,-1,'november','global','November','vbulletin','',0,''),(6858,-1,'now','global','Now','vbulletin','vBulletin Solutions',1368054026,'5.0.3 Alpha 3'),(6859,-1,'nr_of_posts','global','# of Posts','vbulletin','',1318502879,'5.0.0 Alpha 31'),(6860,-1,'number_of_results','global','Number of results','vbulletin','',1318260589,'5.0.0 Alpha 7'),(6861,-1,'october','global','October','vbulletin','',0,''),(6862,-1,'of_pagination','global','of','vbulletin','vBulletin Solutions',1359444998,'5.0.0 Release Candidate 1'),(6863,-1,'off','global','Off','vbulletin','',0,''),(6864,-1,'offline','global','Offline','vbulletin','',0,''),(6865,-1,'okay','global','Okay','vbulletin','',0,''),(6866,-1,'old','global','Old','vbulletin','',0,''),(6867,-1,'older','global','Older','vbulletin','vBulletin Solutions',1152610994,'3.6.0 Release Candidate 2'),(6868,-1,'oldest_first','global','Oldest first','vbulletin','',1323127182,'5.0.0 Alpha 15'),(6869,-1,'on','global','On','vbulletin','',0,''),(6870,-1,'onbeforeunload_message_while_editing_post','global','You have attempted to leave this page while editing a post. All changes you made to the post will be lost if you don\'t save them. Are you sure you want to leave this page?','vbulletin','',1320280989,'5.0.0 Alpha 17'),(6871,-1,'one_header_ad','global','One header Ad','vbulletin','',1343757600,'5.0.0 Alpha 32'),(6872,-1,'online','global','Online','vbulletin','',0,''),(6873,-1,'online_error_resolving_ip','global','Error resolving IP','vbulletin','',1345557642,'5.0.0 Alpha 36'),(6874,-1,'online_users','global','Online Users','vbulletin','',1318429182,'5.0.0 Alpha 7'),(6875,-1,'only','global','Only','vbulletin','',1318430997,'5.0.0 Alpha 7'),(6876,-1,'only_used_to_report','global','<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.','vbulletin','',1203421356,'3.7.0 Beta 6'),(6877,-1,'open_contacts','global','Open Contacts Popup','vbulletin','',1196433782,'3.7.0 Beta 1'),(6878,-1,'open_in_new_window','global','Open in New Window','vbulletin','',1318259381,'5.0.0 Alpha 7'),(6879,-1,'open_message_in_new_window','global','Open the message in a new window?\\n\\n(Press cancel to open in the current window.)','vbulletin','',0,''),(6880,-1,'openid','global','OpenID','vbulletin','',1318253963,'5.0.0 Alpha 7'),(6881,-1,'option','global','Option','vbulletin','',0,''),(6882,-1,'option_title_toolong','global','Poll option is too long','vbulletin','',1346202765,'5.0.0 Alpha 38'),(6883,-1,'optional','global','Optional','vbulletin','',0,''),(6884,-1,'options','global','Options','vbulletin','',0,''),(6885,-1,'or','global','or','vbulletin','',0,''),(6886,-1,'or_cap','global','OR','vbulletin','',1318260448,'5.0.0 Alpha 7'),(6887,-1,'or_sign_up','global','or <a id=\"idLoginSignup\" href=\"{1}/register?urlpath={2}\" target=\"_top\">Sign Up</a>','vbulletin','vBulletin Solutions',1368454451,'5.0.3 Beta 1'),(6888,-1,'order','global','Order','vbulletin','',1318431738,'5.0.0 Alpha 7'),(6889,-1,'organize_sidebar','global','Organize Sidebar','vbulletin','',1329951321,'5.0.0 Alpha 19'),(6890,-1,'organize_sidebar_modules_desc','global','Organize Sidebar Modules by moving them up and down to adjust the position.','vbulletin','',1343092842,'5.0.0 Alpha 31'),(6891,-1,'originally_posted','global','Originally posted','vbulletin','',1318333569,'5.0.0 Alpha 7'),(6892,-1,'originally_posted_by_x','global','Originally posted by <strong>{1}</strong>','vbulletin','',1341334839,'5.0.0 Alpha 28'),(6893,-1,'overwrite_template','global','Overwrite Template?','vbulletin','',1318259871,'5.0.0 Alpha 7'),(6894,-1,'overwrite_template_continue','global','You are about to overwrite the template which will be applied to ALL pages sharing this template.<br />Do you want to continue saving the page?','vbulletin','',1337625197,'5.0.0 Alpha 25'),(6895,-1,'owner','global','Owner','vbulletin','',1331573545,'5.0.0 Alpha 20'),(6896,-1,'page','global','Page','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6897,-1,'page_does_not_exist','global','That page does not exist. Please select a valid page.','vbulletin','',1318502137,'5.0.0 Alpha 7'),(6898,-1,'page_id','global','Page ID','vbulletin','vBulletin Solutions',1368626135,'5.0.3 Beta 1'),(6899,-1,'page_list','global','Page List','vbulletin','',1318503084,'5.0.0 Alpha 7'),(6900,-1,'page_manager','global','Page Manager','vbulletin','',1318502457,'5.0.0 Alpha 30'),(6901,-1,'page_map','global','Page Map','vbulletin','',1318259237,'5.0.0 Alpha 7'),(6902,-1,'page_parent_id','global','Parent ID','vbulletin','vBulletin Solutions',1368626190,'5.0.3 Beta 1'),(6903,-1,'page_template','global','Page Template','vbulletin','',1318502022,'5.0.0 Alpha 7'),(6904,-1,'page_template_id','global','Page Template ID','vbulletin','vBulletin Solutions',1368626220,'5.0.3 Beta 1'),(6905,-1,'page_template_title_cannot_be_empty','global','The page template title cannot be empty. Please go back and correct this problem.','vbulletin','',1332859619,'5.0.0 Alpha 20'),(6906,-1,'page_title','global','Page Title','vbulletin','',1318502499,'5.0.0 Alpha 7'),(6907,-1,'page_title_cannot_be_empty','global','The page title cannot be empty. Please go back and correct this problem.','vbulletin','',1332859491,'5.0.0 Alpha 20'),(6908,-1,'page_type','global','Page Type','vbulletin','vBulletin Solutions',1368626282,'5.0.3 Beta 1'),(6909,-1,'page_x','global','Page {1}','vbulletin','',0,''),(6910,-1,'page_x_of_y','global','Page {1} of {2}','vbulletin','',0,''),(6911,-1,'pages','global','Pages','vbulletin','',0,''),(6912,-1,'paid_subscription_required','global','You must select a paid subscription to purchase.','vbulletin','vBulletin Solutions',1366188221,'5.0.3 Alpha 2'),(6913,-1,'paid_subscriptions','global','Paid Subscriptions','vbulletin','',0,''),(6914,-1,'parent','global','parent','vbulletin','vBulletin Solutions',1368626932,'5.0.3 Beta 1'),(6915,-1,'parent_email','global','Parent/Guardian Email','vbulletin','',1318423769,'5.0.0 Alpha 7'),(6916,-1,'password','global','Password','vbulletin','',1269543161,'4.0.4'),(6917,-1,'password_must_be_at_least_four_chars','global','Password must be at least four characters long','vbulletin','',1323127152,'5.0.0 Alpha 12'),(6918,-1,'password_reset','global','Password Reset','vbulletin','vBulletin Solutions',1318505197,'5.0.0 Beta 28'),(6919,-1,'passwords_must_match','global','Passwords must match','vbulletin','',1322868008,'5.0.0 Alpha 12'),(6920,-1,'pending_posts','global','Pending Posts','vbulletin','',1318424170,'5.0.0 Alpha 20'),(6921,-1,'per_page','global','Per Page','vbulletin','',0,''),(6922,-1,'perform_action','global','Perform Action','vbulletin','',0,''),(6923,-1,'permalink','global','Permalink','vbulletin','',1318502568,'5.0.0 Alpha 7'),(6924,-1,'permanently_remove_blog_entries','global','This will permanently remove all the blog entries','vbulletin','',1343349919,'5.0.0 Alpha 31'),(6925,-1,'permanently_remove_socialgroup_entries','global','Physical remove all the group topics, replies and comments and delete this group.','vbulletin','',1339789882,'5.0.0 Alpha 27'),(6926,-1,'permission_and_privacy','global','Permission & Privacy','vbulletin','',1329951109,'5.0.0 Alpha 19'),(6927,-1,'photo','global','Photo','vbulletin','',1318428210,'5.0.0 Alpha 7'),(6928,-1,'photos','global','Photos','vbulletin','',1319586014,'5.0.0 Alpha 8'),(6929,-1,'photos_by_x_in_y_linked','global','Photos By <a href=\"{1}\">{2}</a> in <a href=\"{3}\">{4}</a>','vbulletin','',1342044410,'5.0.0 Alpha 29'),(6930,-1,'photos_in_href_x_y','global','Photos in <a href=\"{1}\">{2}</a>','vbulletin','',1325178863,'5.0.0 Alpha 14'),(6931,-1,'photos_in_x','global','Photos in {1}','vbulletin','',1325178878,'5.0.0 Alpha 14'),(6932,-1,'photos_only','global','Photos only','vbulletin','',1318335199,'5.0.0 Alpha 7'),(6933,-1,'php_code','global','PHP Code','vbulletin','',0,''),(6934,-1,'picture','global','Picture','vbulletin','',1247591917,'4.0.0 Alpha 1'),(6935,-1,'picture_comments_awaiting_approval','global','Picture Comments Awaiting Approval','vbulletin','vBulletin Solutions',1200331027,'3.7.0 Beta 4'),(6936,-1,'pictures_and_albums','global','My Albums ','vbulletin','',1259836822,'4.0.0 Release Candidate 1'),(6937,-1,'please_add_signature','global','Please add signature.','vbulletin','vBulletin Solutions',1366142853,'5.0.3 Alpha 2'),(6938,-1,'please_choose_overwrite_template_options','global','Please choose Yes or No for Overwrite Template options.','vbulletin','',1337624574,'5.0.0 Alpha 25'),(6939,-1,'please_click_on_the_quote_icon_of_the_post_you_want_to_quote','global','Please click on the Quote icon of the post you want to quote.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(6940,-1,'please_enter_a_username','global','Please enter a user name.','vbulletin','',1343631313,'5.0.0 Alpha 31'),(6941,-1,'please_enter_a_valid_url_and_click_attach','global','Please enter a valid URL.','vbulletin','vBulletin Solutions',1364397383,'5.0.2 Alpha 2'),(6942,-1,'please_enter_at_least_x_poll_answers','global','Please enter at least {1} Poll answers.','vbulletin','',1344363455,'5.0.0 Alpha 33'),(6943,-1,'please_enter_channel_title','global','Please enter Channel Title.','vbulletin','',1337623395,'5.0.0 Alpha 25'),(6944,-1,'please_enter_link_url','global','Please enter the link URL','vbulletin','',1322870082,'5.0.0 Alpha 12'),(6945,-1,'please_enter_message_x_chars','global','Please enter a message with at least {1} characters','vbulletin','',1342647684,'5.0.0 Alpha 30'),(6946,-1,'please_enter_new_module_title','global','Please enter a new module title.','vbulletin','',1337617725,'5.0.0 Alpha 25'),(6947,-1,'please_enter_new_template_name','global','Please enter new Template name.','vbulletin','',1337624616,'5.0.0 Alpha 25'),(6948,-1,'please_enter_page_name','global','Please enter the Page Name.','vbulletin','',1337624513,'5.0.0 Alpha 25'),(6949,-1,'please_enter_search_module_name','global','Please enter Search module name.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6950,-1,'please_enter_the_text','global','Please enter the six letters or digits that appear in the image below.','vbulletin','',1343631126,'5.0.0 Alpha 31'),(6951,-1,'please_enter_title','global','Please Enter a Title','vbulletin','',1339514666,'5.0.0 Alpha 27'),(6952,-1,'please_enter_title_of_topic','global','Please enter title of topic.','vbulletin','',1344361204,'5.0.0 Alpha 33'),(6953,-1,'please_enter_title_x_chars','global','Please enter a title with at least {1} characters','vbulletin','',1342647572,'5.0.0 Alpha 30'),(6954,-1,'please_enter_user_status_with_at_most_x_characters','global','User status cannot have more than {1} characters.','vbulletin','',1347023546,'5.0.0 Beta 11'),(6955,-1,'please_enter_video_url','global','Please enter the video URL','vbulletin','',1322867232,'5.0.0 Alpha 12'),(6956,-1,'please_enter_your_comment','global','Please enter you comment','vbulletin','',1322871441,'5.0.0 Alpha 12'),(6957,-1,'please_enter_your_date_of_birth','global','Please Enter Your Date of Birth','vbulletin','',1318423454,'5.0.0 Alpha 7'),(6958,-1,'please_enter_your_email_address','global','Please enter your email address.','vbulletin','',1343631361,'5.0.0 Alpha 31'),(6959,-1,'please_enter_your_parent_or_guardians_email_address','global','Please enter your parent or guardian\'s email address.','vbulletin','',1343631389,'5.0.0 Alpha 31'),(6960,-1,'please_enter_your_reason_why_you_want_to_flag_this_post','global','Please enter your reason why you want to flag this post. The flag a post feature is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.','vbulletin','vBulletin Solutions',1318428380,'5.0.1 Alpha 2'),(6961,-1,'please_login_first','global','First log in to your account.','vbulletin','vBulletin Solutions',1349819259,'5.0.0 Beta 15'),(6962,-1,'please_login_to_view_private_messages','global','Please log in to your account to view your private messages.','vbulletin','',1337640658,'5.0.0 Alpha 27'),(6963,-1,'please_login_to_view_subscribed_posts','global','Please log in to your account to view your subscribed posts.','vbulletin','',1323127182,'5.0.0 Alpha 15'),(6964,-1,'please_provide_search_string','global','Please provide a search string','vbulletin','',1323127229,'5.0.0 Alpha 12'),(6965,-1,'please_select_a_day','global','Please select a day.','vbulletin','',1343631411,'5.0.0 Alpha 31'),(6966,-1,'please_select_a_month','global','Please select a month.','vbulletin','',1343631431,'5.0.0 Alpha 31'),(6967,-1,'please_select_a_year','global','Please select a year.','vbulletin','',1343631452,'5.0.0 Alpha 31'),(6968,-1,'please_select_at_least_one_post','global','Please select at least one post','vbulletin','',1320280989,'5.0.0 Alpha 17'),(6969,-1,'please_select_at_least_two_posts','global','Please select at least two posts.','vbulletin','',1329847302,'5.0.0 Alpha 20'),(6970,-1,'please_select_category','global','Please select a category','vbulletin','',1339513850,'5.0.0 Alpha 27'),(6971,-1,'please_select_messages','global','Please select one or more messages first, then select one of the actions. ','vbulletin','',1318502568,'5.0.0 Alpha 7'),(6972,-1,'please_select_one','global','Please select one','vbulletin','',0,''),(6973,-1,'please_select_past_date','global','Please select a past date.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6974,-1,'please_select_valid_date_range','global','Please select a valid date range.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(6975,-1,'please_upload_at_least_one_photo','global','Please upload at least one photo.','vbulletin','',1344362453,'5.0.0 Alpha 33'),(6976,-1,'plus_new_article','global','+ New Article','vbulletin','vBulletin Solutions',1380149796,'5.1.0 Alpha 1'),(6977,-1,'plus_new_blog_post','global','+ Blog Entry','vbulletin','',1332361009,'5.0.0 Alpha 20'),(6978,-1,'plus_new_conversation','global','+ New Topic','vbulletin','',1318259095,'5.0.0 Alpha 20'),(6979,-1,'plus_new_sg_post','global','+ New Topic','vbulletin','',1340025436,'5.0.0 Alpha 27'),(6980,-1,'pm','global','PM','vbulletin','vBulletin Solutions',1380774207,'5.1.0 Alpha 2'),(6981,-1,'pm_ajax_error_desc','global','That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(6982,-1,'pm_sent','global','Your private message has been sent.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(6983,-1,'poll','global','Poll','vbulletin','',0,''),(6984,-1,'poll_expired','global','The poll is expired.','vbulletin','',1318332156,'5.0.0 Alpha 7'),(6985,-1,'poll_options','global','Poll Options','vbulletin','',0,''),(6986,-1,'poll_set_timeout_help','global','If you would like this poll to automatically close after a period of time, enter a number of days here.<br />Set this to 0 if you would like the poll to remain open indefinitely.','vbulletin','',1318501048,'5.0.0 Alpha 7'),(6987,-1,'poll_thread_prefix','global','Poll: ','vbulletin','',0,''),(6988,-1,'polls_only','global','Polls only','vbulletin','',1318427947,'5.0.0 Alpha 7'),(6989,-1,'popular','global','Popular','vbulletin','',1318335069,'5.0.0 Alpha 7'),(6990,-1,'popular_tags_cloud','global','Popular tags cloud','vbulletin','',1343002056,'5.0.0 Alpha 30'),(6991,-1,'post','global','Post','vbulletin','',0,''),(6992,-1,'post_avaiting_moderation','global','Thank you for posting! Your posting will not be visible until a moderator has approved for posting.','vbulletin','vBulletin Solutions',1361827318,'5.0.1 Alpha 2'),(6993,-1,'post_comment','global','Post Comment','vbulletin','',1318329607,'5.0.0 Alpha 7'),(6994,-1,'post_history','global','Post History','vbulletin','vBulletin Solutions',1358455516,'5.0.0 Beta 28'),(6995,-1,'post_icons','global','Post Icons','vbulletin','',1362770069,'5.0.3 Alpha 1'),(6996,-1,'post_link','global','Post Link','vbulletin','',1345310889,'5.0.0 Alpha 36'),(6997,-1,'post_lower','global','post','vbulletin','vBulletin Solutions',1261155104,'5.0.5 Alpha 3'),(6998,-1,'post_needs_to_be_approved','global','Post needs to be approved','vbulletin','',1346465993,'5.0.0 Beta 11'),(6999,-1,'post_reply','global','Post Reply','vbulletin','',1318334913,'5.0.0 Alpha 7'),(7000,-1,'post_settings','global','Post Settings','vbulletin','',1339515728,'5.0.0 Alpha 27'),(7001,-1,'post_user_note','global','Post User Note','vbulletin','',0,''),(7002,-1,'post_video','global','Post a Video','vbulletin','vBulletin Solutions',1363982362,'5.0.2 Alpha 2'),(7003,-1,'post_x','global','Post {1}','vbulletin','',0,''),(7004,-1,'post_x_needs_moderation_link','global','<a href=\"{2}\">Post by {1} needs review</a>','vbulletin','',1341859146,'5.0.0 Alpha 29'),(7005,-1,'posted_by','global','Posted By','vbulletin','',1247230266,'4.0.0 Alpha 1'),(7006,-1,'posted_photos','global','Posted Photos','vbulletin','',1341934787,'5.0.0 Alpha 29'),(7007,-1,'posting_blog_settings_text','global','When posting a new blog entry I would like to...','vbulletin','',1331867549,'5.0.0 Alpha 20'),(7008,-1,'posting_comment_is_disabled','global','Posting comments is disabled.','vbulletin','vBulletin Solutions',1358367321,'5.0.0 Beta 27'),(7009,-1,'posting_new_group_topic_desc','global','When posting a new group topic, I would like to...','vbulletin','',1339516090,'5.0.0 Alpha 27'),(7010,-1,'posts','global','Posts','vbulletin','',0,''),(7011,-1,'posts_lower','global','posts','vbulletin','vBulletin Solutions',1261155104,'5.0.5 Alpha 3'),(7012,-1,'posts_per_day','global','Posts Per Day','vbulletin','',1318503685,'5.0.0 Alpha 7'),(7013,-1,'posttype_article','global','Article','vbulletin','vBulletin Solutions',1382115469,'5.1.0 Alpha 3'),(7014,-1,'posttype_blog','global','Blog','vbulletin','',1329416725,'5.0.0 Alpha 25'),(7015,-1,'posttype_comment','global','Comment','vbulletin','',1329416725,'5.0.0 Alpha 25'),(7016,-1,'posttype_media','global','Media','vbulletin','',1329416725,'5.0.0 Alpha 25'),(7017,-1,'posttype_reply','global','Reply','vbulletin','',1329416725,'5.0.0 Alpha 25'),(7018,-1,'posttype_selected_posts','global','Selected Posts','vbulletin','vBulletin Solutions',1364227175,'5.0.2 Alpha 2'),(7019,-1,'posttype_topic','global','Topic','vbulletin','',1329416725,'5.0.0 Alpha 25'),(7020,-1,'posttype_visitorMessage','global','Visitor Message','vbulletin','vBulletin Solutions',1329416725,'5.0.0 Beta 28'),(7021,-1,'powered_by_vbulletin','global','Powered by <a href=\"https://www.vbulletin.com\" id=\"vbulletinlink\">vBulletin™</a> Version {1} <br />Copyright © {2} vBulletin Solutions, Inc. All rights reserved. ','vbulletin','',1344383642,'5.0.0 Alpha 33'),(7022,-1,'powered_by_vbulletin_title','global','Powered by vBulletin','vbulletin','',1318254295,'5.0.0 Alpha 7'),(7023,-1,'prev','global','Prev','vbulletin','',0,''),(7024,-1,'prev_page','global','Prev Page','vbulletin','',0,''),(7025,-1,'prev_picture_short','global','Prev','vbulletin','',1262046812,'4.0.1'),(7026,-1,'preview','global','Preview','vbulletin','',1318502204,'5.0.0 Alpha 7'),(7027,-1,'previous','global','Previous','vbulletin','',1219919699,'3.8.0 Alpha 1'),(7028,-1,'previous_page','global','Previous Page','vbulletin','',1337640658,'5.0.0 Alpha 27'),(7029,-1,'primary','global','Primary','vbulletin','vBulletin Solutions',1356017529,'5.0.0 Beta 24'),(7030,-1,'primary_button','global','Primary Button','vbulletin','',1340356591,'5.0.0 Alpha 28'),(7031,-1,'primary_content_widgetcat','global','Primary Content','vbulletin','vBulletin Solutions',1376578341,'5.0.5 Alpha 3'),(7032,-1,'print_permission_form','global','To print out a new permissions form, please click <a href=\"{1}\">here</a> to display the permission form.','vbulletin','vBulletin Solutions',1357202693,'5.0.0 Beta 25'),(7033,-1,'privacy','global','Privacy','vbulletin','',1318430788,'5.0.0 Alpha 7'),(7034,-1,'privacy_statement','global','Privacy Statement','vbulletin','',0,''),(7035,-1,'private','global','Private','vbulletin','',0,''),(7036,-1,'private_message','global','Private Message','vbulletin','',0,''),(7037,-1,'private_messages','global','Private Messages','vbulletin','',0,''),(7038,-1,'private_messages_nav','global','<a href=\"private.php{3}\">Private Messages</a>: {1}, {2}','vbulletin','vBulletin Solutions',1247178311,'4.0.0 Alpha 1'),(7039,-1,'proceed','global','Proceed','vbulletin','',1247756780,'4.0.0 Alpha 1'),(7040,-1,'proceed_ellipsis','global','Proceed…','vbulletin','',1258773491,'4.0.0 Release Candidate 1'),(7041,-1,'profile','global','Profile','vbulletin','',1296396500,'4.1.2'),(7042,-1,'profile_media','global','Profile - Media','vbulletin','',1318430355,'5.0.0 Alpha 7'),(7043,-1,'profile_photo_note','global','<strong>Note:</strong> The maximum size of your profile picture image is {1} by {2}. If your picture (or crop area) is larger, it will be resized to the allowed dimensions.','vbulletin','vBulletin Solutions',1352759061,'5.0.0 Beta 21'),(7044,-1,'profile_picture_note','global','<br />If you would like to use your existing profile picture, click the link below to display the image - you may then save it to your hard drive and upload it when editing the avatar picture.<br /><br /><a href=\"{1}\">{1}</a>','vbulletin','vBulletin Solutions',1358279743,'5.0.0 Beta 27'),(7045,-1,'profile_settings','global','User Settings','vbulletin','',1318431841,'5.0.0 Alpha 35'),(7046,-1,'profile_sidebar','global','Profile Sidebar','vbulletin','',1318431841,'5.0.0 Alpha 16'),(7047,-1,'profile_visitor_messages_awaiting_approval','global','Unapproved Visitor Messages','vbulletin','vBulletin Solutions',1212410951,'3.8.0 Alpha 1'),(7048,-1,'promote','global','Promote: ','vbulletin','',1258593170,'4.0.0 Beta 4'),(7049,-1,'publish','global','Publish','vbulletin','',1332185807,'5.0.0 Alpha 20'),(7050,-1,'publish_date','global','Publish Date','vbulletin','vBulletin Solutions',1380774220,'5.1.0 Alpha 2'),(7051,-1,'publish_now','global','Publish Now','vbulletin','vBulletin Solutions',1380746787,'5.1.0 Alpha 2'),(7052,-1,'publish_time','global','Publish Time','vbulletin','vBulletin Solutions',1380774233,'5.1.0 Alpha 2'),(7053,-1,'publish_to_facebook','global','Publish to Facebook','vbulletin','',1273875480,'4.0.4'),(7054,-1,'publish_to_facebook_with_icon','global','Publish to <span></span> Facebook','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7055,-1,'published','global','Published:','vbulletin','vBulletin Solutions',1381178070,'5.1.0 Alpha 2'),(7056,-1,'publishing_options','global','Publishing Options','vbulletin','vBulletin Solutions',1380184550,'5.1.0 Alpha 1'),(7057,-1,'quick_links','global','Quick Links','vbulletin','',0,''),(7058,-1,'quick_reply','global','Quick Reply','vbulletin','',1318330060,'5.0.0 Alpha 7'),(7059,-1,'quote','global','Quote','vbulletin','',0,''),(7060,-1,'random_question','global','Random Question','vbulletin','vBulletin Solutions',1192574587,'3.7.0 Beta 1'),(7061,-1,'rate_thread','global','Rate Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7062,-1,'re_x','global','RE: {1}','vbulletin','',1320280989,'5.0.0 Alpha 8'),(7063,-1,'reason','global','Reason','vbulletin','',0,''),(7064,-1,'received_follow_request_from_x','global','You have received a follow request from {1}','vbulletin','',1320280989,'5.0.0 Alpha 8'),(7065,-1,'received_follow_request_from_x_link_y','global','You have received a follow request from <a href=\"{2}\">{1}</a>','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7066,-1,'received_member_request_from_x_link_y_for_channel_z','global','<a href=\"{2}\">{1}</a> requested to become a member of <a href=\"{4}\">{3}</a>.','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7067,-1,'received_member_request_from_x_link_y_to_channel_z','global','<a href=\"{2}\" alt=\"user link\">{1}</a> has invited you to be a member of <a href=\"{4}\">{3}</a>.','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7068,-1,'received_moderator_request_from_x_link_y_for_channel_z','global','<a href=\"{2}\">{1}</a> requested to become a moderator of <a href=\"{4}\">{3}</a>.','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7069,-1,'received_moderator_request_from_x_link_y_to_channel_z','global','<a href=\"{2}\">{1}</a> has invited you to be a moderator of <a href=\"{4}\">{3}</a>.','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7070,-1,'received_owner_request_from_x_link_y_for_channel_z','global','<a href=\"{2}\">{1}</a> requested to become an owner of <a href=\"{4}\">{3}</a>','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7071,-1,'received_owner_request_from_x_link_y_to_channel_z','global','<a href=\"{2}\">{1}</a> has invited you to be an owner of <a href=\"{4}\">{3}</a>','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7072,-1,'received_subscriber_request_from_x_link_y_for_channel_z','global','<a href=\"{2}\">{1}</a> requested to become a subscriber of <a href=\"{4}\">{3}</a>','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7073,-1,'received_subscriber_request_from_x_link_y_to_channel_z','global','<a href=\"{2}\">{1}</a> has invited you to be a subscriber of <a href=\"{4}\">{3}</a>','vbulletin','vBulletin Solutions',1357927713,'5.0.0 Beta 26'),(7074,-1,'recommended','global','Recommended','vbulletin','',1261155104,'5.0.0 Beta 10'),(7075,-1,'redirect','global','Redirect','vbulletin','',0,''),(7076,-1,'redirecting','global','Redirecting...','vbulletin','',0,''),(7077,-1,'referrals','global','Referrals','vbulletin','',1318503787,'5.0.0 Alpha 7'),(7078,-1,'refresh_image','global','Refresh Image','vbulletin','vBulletin Solutions',1159210908,'3.6.2'),(7079,-1,'register','global','Register','vbulletin','',0,''),(7080,-1,'registration','global','Registration','vbulletin','',1318423164,'5.0.0 Alpha 7'),(7081,-1,'registration_birthday_notice','global','Your date of birth cannot be changed after registration.','vbulletin','vBulletin Solutions',1378300463,'5.0.6 Alpha 1'),(7082,-1,'registration_coppa_fail','global','This website does not allow registration by anyone under the age of 13. Sorry but some of the content is not suitable.','vbulletin','',1318423334,'5.0.0 Alpha 7'),(7083,-1,'registration_parent_guardian_notice','global','Until we receive a signed permission from your parent or guardian you will be unable to post messages on this site. All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.','vbulletin','',1318423676,'5.0.0 Alpha 7'),(7084,-1,'registration_parentemail_desc','global','Please enter a valid parent or guardian email address. Your parent or guardian will be emailed with instructions for sending approval for you to join.','vbulletin','',1343003333,'5.0.0 Alpha 30'),(7085,-1,'registration_start_failed','global','Sorry, but the server is not responding properly to information requests. This may be a momentary problem. If you continue to receive this message and the site is otherwise functioning, please contact the site administrator.','vbulletin','',1318423386,'5.0.0 Alpha 7'),(7086,-1,'registration_username_desc','global','Please enter the name by which you would like to log-in and be known on this site.','vbulletin','',1349138798,'5.0.0 Beta 14'),(7087,-1,'relevance','global','Relevance','vbulletin','',1318431662,'5.0.0 Alpha 7'),(7088,-1,'reload','global','Reload','vbulletin','',0,''),(7089,-1,'reload_this_page','global','Reload this Page','vbulletin','',0,''),(7090,-1,'remember_me','global','Remember me','vbulletin','vBulletin Solutions',1359778924,'5.0.0 Release Candidate 1'),(7091,-1,'remove','global','Remove','vbulletin','',0,''),(7092,-1,'remove_all','global','Remove All','vbulletin','',1326211610,'5.0.0 Alpha 15'),(7093,-1,'remove_all_photos_confirmation_message','global','All photos will be removed. Would you like to continue?','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7094,-1,'remove_all_photos_q','global','Remove All Photos?','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7095,-1,'remove_channel','global','Remove channel','vbulletin','',1337614484,'5.0.0 Alpha 25'),(7096,-1,'remove_channel_q','global','Remove Channel?','vbulletin','',1337623647,'5.0.0 Alpha 25'),(7097,-1,'remove_forum','global','Remove forum','vbulletin','',1337614484,'5.0.0 Alpha 25'),(7098,-1,'remove_forum_q','global','Remove Forum?','vbulletin','',1337623647,'5.0.0 Alpha 25'),(7099,-1,'remove_module','global','Remove module','vbulletin','',1318423042,'5.0.0 Alpha 7'),(7100,-1,'remove_module_q','global','Remove Module?','vbulletin','',1337623060,'5.0.0 Alpha 25'),(7101,-1,'remove_video','global','Remove Video','vbulletin','',1342155172,'5.0.0 Alpha 29'),(7102,-1,'rename','global','Rename','vbulletin','',1337616901,'5.0.0 Alpha 25'),(7103,-1,'rename_custom_module','global','Rename Custom Module','vbulletin','',1337617613,'5.0.0 Alpha 25'),(7104,-1,'rendering_options','global','Rendering Options','vbulletin','vBulletin Solutions',1382376557,'5.1.0 Alpha 3'),(7105,-1,'replace','global','Replace','vbulletin','',0,''),(7106,-1,'replied','global','replied','vbulletin','',1318329343,'5.0.0 Alpha 7'),(7107,-1,'replied_to','global','Replied to','vbulletin','',1318329468,'5.0.0 Alpha 7'),(7108,-1,'replies','global','Replies','vbulletin','',0,''),(7109,-1,'replies_x_views_y','global','Replies: {1}, Views: {2}','vbulletin','',0,''),(7110,-1,'reply','global','Reply','vbulletin','',0,''),(7111,-1,'reply_lower','global','reply','vbulletin','',1318334277,'5.0.0 Alpha 7'),(7112,-1,'reply_prefix','global','Re:','vbulletin','',0,''),(7113,-1,'reply_to','global','Reply to:','vbulletin','',1322153920,'5.0.0 Alpha 11'),(7114,-1,'report_bad_post','global','Report Post','vbulletin','',1318330242,'5.0.0 Alpha 7'),(7115,-1,'reports','global','Reports','vbulletin','vBulletin Solutions',1318330242,'5.0.5 Alpha 2'),(7116,-1,'reputation','global','Reputation','vbulletin','',0,''),(7117,-1,'reputation_disabled','global','has disabled reputation','vbulletin','',0,''),(7118,-1,'requests','global','Requests','vbulletin','',1318329803,'5.0.0 Alpha 7'),(7119,-1,'requests_lower','global','requests','vbulletin','vBulletin Solutions',1372189039,'5.0.4 Alpha 3'),(7120,-1,'requests_to_join_your_social_groups','global','Groups Join Requests','vbulletin','vBulletin Solutions',1212410978,'3.8.0 Alpha 1'),(7121,-1,'reset','global','Reset','vbulletin','',0,''),(7122,-1,'reset_fields','global','Reset Fields','vbulletin','vBulletin Solutions',1247637134,'4.0.0 Alpha 1'),(7123,-1,'reset_password','global','Reset Password','vbulletin','',1296395407,'4.1.2'),(7124,-1,'results_x_to_y_of_z','global','Results {1} to {2} of {3}','vbulletin','',0,''),(7125,-1,'revert','global','Revert','vbulletin','',1348272693,'5.0.0 Beta 12'),(7126,-1,'role','global','Role','vbulletin','',1331573605,'5.0.0 Alpha 20'),(7127,-1,'rollup','global','Rollup','vbulletin','vBulletin Solutions',1379975843,'5.1.0 Alpha 1'),(7128,-1,'route_id','global','Route ID','vbulletin','vBulletin Solutions',1368626260,'5.0.3 Beta 1'),(7129,-1,'rss_feed','global','RSS Feed','vbulletin','',1258777195,'4.0.0 Release Candidate 1'),(7130,-1,'said','global','said','vbulletin','',1318329335,'5.0.0 Alpha 7'),(7131,-1,'saturday','global','Saturday','vbulletin','',0,''),(7132,-1,'saturday_min','global','Sa','vbulletin','vBulletin Solutions',1368052183,'5.0.3 Alpha 3'),(7133,-1,'save','global','Save','vbulletin','',0,''),(7134,-1,'save_and_publish','global','Save & Publish','vbulletin','',1318431505,'5.0.0 Alpha 20'),(7135,-1,'save_as_search_module','global','Save as Search Module','vbulletin','',1318431505,'5.0.0 Alpha 7'),(7136,-1,'save_as_site_default_text','global','Change the profile customization settings and apply them as site default. Once applied, other members will see the new settings and they can not be reverted. This will not affect members who have already changed their profile customization settings.','vbulletin','vBulletin Solutions',1340358980,'5.0.0 Beta 27'),(7137,-1,'save_changes','global','Save Changes','vbulletin','',0,''),(7138,-1,'save_draft','global','Save Draft','vbulletin','vBulletin Solutions',1380188245,'5.1.0 Alpha 1'),(7139,-1,'save_new_page','global','Save New Page','vbulletin','',1337611138,'5.0.0 Alpha 25'),(7140,-1,'save_page','global','Save Page','vbulletin','',1318259529,'5.0.0 Alpha 7'),(7141,-1,'save_the_page_name','global','Save the page name','vbulletin','',1318259811,'5.0.0 Alpha 7'),(7142,-1,'save_the_page_url','global','Save the page URL based on the page name','vbulletin','',1318259832,'5.0.0 Alpha 7'),(7143,-1,'saved_search_module_as_x','global','Saved Search Module as <strong>{1}</strong>','vbulletin','',1337640658,'5.0.0 Alpha 29'),(7144,-1,'saving','global','Saving...','vbulletin','',1339090309,'5.0.0 Alpha 26'),(7145,-1,'screen_layout','global','Screen Layout','vbulletin','',1318502055,'5.0.0 Alpha 7'),(7146,-1,'screen_layout_id','global','Screen Layout ID','vbulletin','vBulletin Solutions',1368626308,'5.0.3 Beta 1'),(7147,-1,'screen_layout_template','global','Screen Layout Template','vbulletin','vBulletin Solutions',1368626333,'5.0.3 Beta 1'),(7148,-1,'search','global','Search','vbulletin','',0,''),(7149,-1,'search_forums','global','Search Forums','vbulletin','',0,''),(7150,-1,'search_in_my_following_only','global','Search in my subscriptions only','vbulletin','',1343069865,'5.0.0 Alpha 31'),(7151,-1,'search_in_posts_by_x_only','global','Search in posts by {1} only','vbulletin','',1318504613,'5.0.0 Alpha 7'),(7152,-1,'search_in_titles_only','global','Search in titles only','vbulletin','',1318431532,'5.0.0 Alpha 7'),(7153,-1,'search_in_x_only','global','Search in {1} only','vbulletin','',1318504653,'5.0.0 Alpha 7'),(7154,-1,'search_json','global','Search JSON','vbulletin','',1318504503,'5.0.0 Alpha 7'),(7155,-1,'search_messages','global','Search Messages','vbulletin','vBulletin Solutions',1353574485,'5.0.0 Beta 21'),(7156,-1,'search_module','global','Search module','vbulletin','',1318259932,'5.0.0 Alpha 7'),(7157,-1,'search_module_already_exists','global','A Search module with the specified title already exists.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(7158,-1,'search_module_desc','global','You can add a new search module based on the search criteria you select. The search module will be included in the custom module list and can be selected to place on any page.','vbulletin','',1318504703,'5.0.0 Alpha 7'),(7159,-1,'search_module_not_found','global','Search module not found.','vbulletin','',1337640658,'5.0.0 Alpha 29'),(7160,-1,'search_module_topic_link_comment_on_x','global','Comment on <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1373428598,'5.0.4 Release Candidate 1'),(7161,-1,'search_module_topic_link_reply_to_x','global','Reply to <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1373428577,'5.0.4 Release Candidate 1'),(7162,-1,'search_now','global','Search Now','vbulletin','',1318504528,'5.0.0 Alpha 7'),(7163,-1,'search_options','global','Search Options','vbulletin','',1318504430,'5.0.0 Alpha 7'),(7164,-1,'search_results','global','Search Results','vbulletin','',0,''),(7165,-1,'search_template','global','Search Template','vbulletin','',1325251134,'5.0.0 Alpha 14'),(7166,-1,'search_tips','global','Search Tips','vbulletin','',1318504102,'5.0.0 Alpha 7'),(7167,-1,'search_titles_only','global','Search Titles Only','vbulletin','vBulletin Solutions',1179236984,'3.6.7'),(7168,-1,'second','global','Second','vbulletin','',0,''),(7169,-1,'secondary','global','Secondary','vbulletin','vBulletin Solutions',1356017529,'5.0.0 Beta 24'),(7170,-1,'secondary_button','global','Secondary Button','vbulletin','vBulletin Solutions',1340358255,'5.0.0 Beta 24'),(7171,-1,'sections','global','SECTIONS','vbulletin','',1344374275,'5.0.0 Alpha 33'),(7172,-1,'see_all','global','See all','vbulletin','',1318505821,'5.0.0 Alpha 7'),(7173,-1,'see_all_messages','global','See All Messages','vbulletin','',1318505821,'5.0.0 Alpha 7'),(7174,-1,'see_all_x','global','See All {1}','vbulletin','',1337640658,'5.0.0 Alpha 27'),(7175,-1,'see_less','global','See less','vbulletin','',1326960802,'5.0.0 Alpha 15'),(7176,-1,'see_more','global','See more','vbulletin','',1318431303,'5.0.0 Alpha 7'),(7177,-1,'see_next_comments','global','See next comments','vbulletin','',1320280989,'5.0.0 Alpha 20'),(7178,-1,'see_previous_comments','global','See previous comments','vbulletin','',1320280989,'5.0.0 Alpha 20'),(7179,-1,'select','global','Select','vbulletin','',1318505634,'5.0.0 Alpha 7'),(7180,-1,'select_a_blog','global','Select a Blog','vbulletin','vBulletin Solutions',1354677477,'5.0.0 Beta 24'),(7181,-1,'select_a_blog_desc','global','It seems you belong to more than 1 blog. Please select a blog that you want to create the blog entry to.','vbulletin','vBulletin Solutions',1354685815,'5.0.0 Beta 24'),(7182,-1,'select_edit_link_header','global','Select the Edit link below to edit either the SITE LOGO or HEADER Ad HTML module.','vbulletin','',1337610278,'5.0.0 Alpha 25'),(7183,-1,'select_from_photo_album','global','Select from Photo Album','vbulletin','',1343579350,'5.0.0 Alpha 31'),(7184,-1,'select_messages_to_forward','global','Select from following messages to forward.','vbulletin','',1320280989,'5.0.0 Alpha 8'),(7185,-1,'select_template','global','Select Template','vbulletin','',1318259500,'5.0.0 Alpha 7'),(7186,-1,'select_template_desc','global','Select from the template list or go to <a href=\"#\" id=\"lnkAddModules\" class=\"add-modules-link\">Add Modules</a> tab to add new modules to existing template.','vbulletin','',1318259696,'5.0.0 Alpha 7'),(7187,-1,'select_usergroups_can_view_link','global','Select the user groups that can view this link.','vbulletin','',1318260902,'5.0.0 Alpha 7'),(7188,-1,'select_who_can_view_blog_text','global','Select who can view and comment on the blog entry.','vbulletin','',1331867772,'5.0.0 Alpha 20'),(7189,-1,'selected_folder_and_contents_will_be_deleted','global','The selected folder and its contents will be deleted. Would you like to continue?','vbulletin','',1322869823,'5.0.0 Alpha 12'),(7190,-1,'selected_threads','global','Selected Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7191,-1,'send','global','Send','vbulletin','',0,''),(7192,-1,'send_email','global','Send Email','vbulletin','',1256579546,'4.0.0 Beta 1'),(7193,-1,'send_pm','global','Send PM','vbulletin','',1245372329,'4.0.0 Alpha 1'),(7194,-1,'send_private_message','global','Send Private Message','vbulletin','',1256579530,'4.0.0 Beta 1'),(7195,-1,'send_report','global','Send Report','vbulletin','',0,''),(7196,-1,'sent_follow_request','global','Your follow request has been sent.','vbulletin','',1322086204,'5.0.0 Alpha 10'),(7197,-1,'sent_follow_request_to_x','global','You have sent a follow request to {1}','vbulletin','',1320280989,'5.0.0 Beta 11'),(7198,-1,'sent_items','global','Sent Items','vbulletin','',0,''),(7199,-1,'sent_moderation_request_for_x_to_y','global','You have sent a moderation request for {1} to {2}','vbulletin','vBulletin Solutions',1358270227,'5.0.0 Beta 28'),(7200,-1,'sent_ownership_transfer_request_for_x_to_y','global','You have sent an ownership transfer request for {1} to {2}','vbulletin','vBulletin Solutions',1358270227,'5.0.0 Beta 28'),(7201,-1,'sent_subscription_request_to_x','global','You have sent subscription request to {1}','vbulletin','vBulletin Solutions',1358270227,'5.0.0 Beta 27'),(7202,-1,'seo_url_alias','global','SEO URL Alias','vbulletin','vBulletin Solutions',1380170596,'5.1.0 Alpha 1'),(7203,-1,'separator','global','Separator','vbulletin','',1247612986,'4.0.0 Alpha 1'),(7204,-1,'september','global','September','vbulletin','',0,''),(7205,-1,'set_poll_timeout','global','Set poll timeout','vbulletin','',1318501023,'5.0.0 Alpha 7'),(7206,-1,'sg_title_exists','global','There is already a social group using this title. Please choose a different title. ','vbulletin','vBulletin Solutions',1351510568,'5.0.0 Beta 18'),(7207,-1,'sgadmin_invite_desc','global','Invite members to this group. You can send invites by entering the user name or select from the list of members who are currently subscribed to you.\r\n','vbulletin','',1339694709,'5.0.0 Alpha 27'),(7208,-1,'sgadmin_invite_row_username_desc','global','To invite members to this group, enter the name and separate them with a comma. A notification will be sent out and once they accept, they will be automatically joined without group owner/moderator approval (based on group type setting).\r\n','vbulletin','',1339695572,'5.0.0 Alpha 27'),(7209,-1,'share','global','Share','vbulletin','',1318330179,'5.0.0 Alpha 7'),(7210,-1,'share_photos','global','Share Photos','vbulletin','',1345310926,'5.0.0 Alpha 36'),(7211,-1,'share_post_link','global','Share Post Link','vbulletin','vBulletin Solutions',1353038910,'5.0.0 Beta 20'),(7212,-1,'show','global','Show','vbulletin','',1318335173,'5.0.0 Alpha 7'),(7213,-1,'show_all','global','Show All','vbulletin','',1246306976,'4.0.0 Alpha 1'),(7214,-1,'show_details','global','Show Details','vbulletin','',1318505529,'5.0.0 Alpha 7'),(7215,-1,'show_more','global','Show More','vbulletin','',1340272646,'5.0.0 Alpha 28'),(7216,-1,'show_posts','global','Show Posts','vbulletin','',1142519066,'3.6.0 Beta 1'),(7217,-1,'show_results_x_to_y','global','Show results {1} to {2}','vbulletin','',1267642365,'4.0.4'),(7218,-1,'show_sub_forum','global','Show Sub-Forum(s)','vbulletin','vBulletin Solutions',1368057612,'5.0.3 Alpha 3'),(7219,-1,'show_threads','global','Show Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7220,-1,'show_threads_from_last_day','global','Show topics from last day','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7221,-1,'show_threads_from_last_month','global','Show topics from last month','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7222,-1,'show_threads_from_last_week','global','Show topics from last week','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7223,-1,'show_threads_from_last_x_days','global','Show topics from last {1} days','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7224,-1,'show_threads_from_last_x_months','global','Show topics from last {1} months','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7225,-1,'show_threads_from_last_x_weeks','global','Show topics from last {1} weeks','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7226,-1,'show_threads_from_last_year','global','Show topics from last year','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7227,-1,'show_title','global','Show Title','vbulletin','vBulletin Solutions',1356728715,'5.0.0 Beta 25'),(7228,-1,'showing_1_subscriber','global','Showing <span>1</span> Subscriber','vbulletin','vBulletin Solutions',1358289553,'5.0.0 Beta 27'),(7229,-1,'showing_1_subscription','global','Showing <span>1</span> Subscription','vbulletin','vBulletin Solutions',1356725346,'5.0.0 Beta 25'),(7230,-1,'showing_results_x_to_y','global','Showing results {1} to {2}','vbulletin','',1238790473,'4.0.0 Alpha 1'),(7231,-1,'showing_results_x_to_y_of_z','global','Results {1} to {2} of {3}','vbulletin','',1258665267,'4.0.0 Beta 4'),(7232,-1,'showing_x_subscribers','global','Showing <span>{1}</span> Subscribers','vbulletin','',1318262802,'5.0.0 Alpha 20'),(7233,-1,'showing_x_subscriptions','global','Showing <span>{1}</span> Subscriptions','vbulletin','',1318262802,'5.0.0 Alpha 20'),(7234,-1,'showing_x_to_y_of_z_results_for_t','global','Showing {1} to {2} of {3} results for \'{4}\'','vbulletin','',1342512510,'5.0.0 Alpha 30'),(7235,-1,'sign_up','global','Sign Up','vbulletin','',1318262802,'5.0.0 Alpha 7'),(7236,-1,'signature','global','Signature','vbulletin','',0,''),(7237,-1,'signature_saved','global','Signature Saved','vbulletin','',1346525650,'5.0.0 Beta 11'),(7238,-1,'signing_up_but_currently_logged_in_msg','global','You are currently logged in as <strong>{1}</strong>. If you want to register for a new account, you must <a href=\"{2}\">log out</a> first and then go back to this page.','vbulletin','',1343603235,'5.0.0 Alpha 31'),(7239,-1,'site','global','Home','vbulletin','',1263812926,'4.0.2'),(7240,-1,'site_get_support','global','Get Support','vbulletin','vBulletin Solutions',1358186831,'5.0.0 Beta 27'),(7241,-1,'site_home_page','global','Site Home Page','vbulletin','',1341016742,'5.0.0 Alpha 28'),(7242,-1,'site_logo','global','Site Logo','vbulletin','',1318249602,'5.0.0 Alpha 7'),(7243,-1,'site_manager','global','Site Manager','vbulletin','',1318505983,'5.0.0 Alpha 7'),(7244,-1,'site_name','global','Site Name','vbulletin','',1318505790,'5.0.0 Alpha 7'),(7245,-1,'site_report_bug','global','Report Bug','vbulletin','vBulletin Solutions',1358187771,'5.0.0 Beta 27'),(7246,-1,'site_terms_and_rules','global','<h3>Site Terms & Rules</h3>\r\n\r\n<p></p>\r\n\r\n<h4>COPPA Policy</h4>\r\n <p>All users under the age of 13 must seek permission from their parent or guardian in order to gain membership of the Forums forums. While we welcome participation from members under 13, we require that a parent or guardian fax or mail back a signed permission form before we grant membership.\r\n </p>\r\n\r\n <p>If you would like to start the registration process prior to us receiving a permission form, check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"{2}\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>A copy of the permission form can be downloaded here.\r\n </p>\r\n\r\n <p>For more information about the registration process, or the Forums forums in general, please send email to <a href=\"mailto:{1}\">{1}</a>.\r\n </p>\r\n\r\n <h4>Forum Rules</h4>\r\n <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Signup\' button below. If you would like to cancel the registration, click <a href=\"{2}\">here</a> to return to the forums index.\r\n </p>\r\n\r\n <p>Although the administrators and moderators of Forums will attempt to keep all objectionable messages off this site, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of Forums, nor vBulletin Solutions, Inc. (developers of vBulletin) will be held responsible for the content of any message.\r\n </p>\r\n\r\n <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.\r\n </p>\r\n\r\n <p>The owners of Forums reserve the right to remove, edit, move or close any content item for any reason.\r\n </p>\r\n\r\n <h4>General Rules</h4>\r\n\r\n <p>While debating and discussion is fine, we will not tolerate rudeness, profanity (or attempts to\r\n bypass profanity filters), insulting posts, personal attacks or purposeless inflammatory posts.\r\n Our decision is final in these matters.</p>\r\n\r\n <p>Please refrain from posting meaningless topics, one word (or short) non-sense posts, or the equivalent.</p>\r\n\r\n <p>Multiple or repeated posting in order to increase your post count is not allowed.\r\n Advertising, spamming and trolling is not allowed. This includes using the forum, email, visitor\r\n messages, blog comments, picture comments and private message systems to spam other\r\n members.</p>\r\n\r\n <p>Please wait a reasonable amount of time before bumping posts. For style changes and general\r\n \'how-to\' questions this should be 24 hours. For specific troubleshooting issues, use 12 hours as\r\n a guideline.</p>\r\n\r\n <p>We also do not allow posts or links to sites that are sexual in nature or violate vBulletin\r\n community standards. The moderators shall be the sole arbitrator of what does and what\r\n does not violate community standards.</p>\r\n\r\n <p>Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.</p>','vbulletin','vBulletin Solutions',1356528937,'5.0.0 Beta 25'),(7247,-1,'site_terms_and_rules_title','global','Site Terms & Rules','vbulletin','',1343355665,'5.0.0 Alpha 31'),(7248,-1,'size','global','Size','vbulletin','',1258775874,'4.0.0 Release Candidate 1'),(7249,-1,'skype','global','Skype','vbulletin','',1318503624,'5.0.0 Alpha 7'),(7250,-1,'smilies','global','Smilies','vbulletin','',0,''),(7251,-1,'social_group_icon','global','Group Icon','vbulletin','',1231772354,'4.0.0 Alpha 1'),(7252,-1,'social_groups','global','Groups','vbulletin','',1257451745,'4.0.0 Beta 2'),(7253,-1,'sort_by','global','Sort By','vbulletin','',1318335039,'5.0.0 Alpha 7'),(7254,-1,'sort_featured','global','Sort Featured','vbulletin','vBulletin Solutions',1361968354,'5.0.1 Alpha 2'),(7255,-1,'sort_popular','global','Sort Popular','vbulletin','vBulletin Solutions',1361968338,'5.0.1 Alpha 2'),(7256,-1,'source','global','Source','vbulletin','',1318430982,'5.0.0 Alpha 7'),(7257,-1,'sources','global','Sources','vbulletin','',1337640658,'5.0.0 Alpha 29'),(7258,-1,'spam','global','Spam','vbulletin','vBulletin Solutions',1363615530,'5.0.2 Alpha 2'),(7259,-1,'special','global','Special','vbulletin','',1318502910,'5.0.0 Alpha 30'),(7260,-1,'special_options','global','Special Options','vbulletin','vBulletin Solutions',1381969878,'5.1.0 Alpha 3'),(7261,-1,'start_date','global','Start Date','vbulletin','',0,''),(7262,-1,'start_upload','global','Start upload','vbulletin','vBulletin Solutions',1361194000,'5.0.1 Alpha 2'),(7263,-1,'start_your_signup_process','global','Start your sign up process.','vbulletin','',1343409690,'5.0.0 Alpha 31'),(7264,-1,'started_a_new_discussion','global','started a new discussion','vbulletin','',1318330485,'5.0.0 Alpha 7'),(7265,-1,'started_a_topic','global','started a topic','vbulletin','',1321459605,'5.0.0 Alpha 9'),(7266,-1,'started_by_guest_x','global','Started by Guest, <span class=\"date\">{1}</span>','vbulletin','vBulletin Solutions',1372898877,'5.0.4 Release Candidate 1'),(7267,-1,'started_by_link_x_y_z','global','Started by <a href=\"{1}\">{2}</a>, <span class=\"date\">{3}</span>','vbulletin','vBulletin Solutions',1372898877,'5.0.4 Release Candidate 1'),(7268,-1,'started_posts_only','global','Started posts only','vbulletin','',1343069915,'5.0.0 Alpha 31'),(7269,-1,'statistics','global','Statistics','vbulletin','',1318503645,'5.0.0 Alpha 7'),(7270,-1,'statistics_widgetcat','global','Statistics','vbulletin','vBulletin Solutions',1376578611,'5.0.5 Alpha 3'),(7271,-1,'status','global','Status','vbulletin','',1318503474,'5.0.0 Alpha 7'),(7272,-1,'step_x_of_y','global','Step {1} of {2}','vbulletin','',1318505504,'5.0.0 Alpha 7'),(7273,-1,'sticky_node','global','Sticky','vbulletin','',1332487119,'5.0.0 Alpha 20'),(7274,-1,'sticky_thread','global','Sticky Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7275,-1,'sticky_thread_prefix','global','Sticky: ','vbulletin','',1332487119,'5.0.0 Alpha 19'),(7276,-1,'stream_view','global','Stream View','vbulletin','',1318428706,'5.0.0 Alpha 7'),(7277,-1,'style_generator','global','Style Generator','vbulletin','',1272928501,'4.0.4'),(7278,-1,'style_id','global','Style ID','vbulletin','vBulletin Solutions',1368626683,'5.0.3 Beta 1'),(7279,-1,'style_manager','global','Style Manager','vbulletin','',1341254395,'5.0.0 Alpha 28'),(7280,-1,'sub','global','Sub-','vbulletin','',1318428106,'5.0.0 Alpha 7'),(7281,-1,'sub_forum','global','Sub-Forum(s)','vbulletin','',1256866743,'4.0.0 Beta 1'),(7282,-1,'sub_forums','global','Sub-Forums','vbulletin','',1323714462,'5.0.0 Alpha 12'),(7283,-1,'sub_navigation','global','Sub Navigation','vbulletin','',1318502937,'5.0.0 Alpha 7'),(7284,-1,'sub_navigation_bar','global','Sub Navigation Bar','vbulletin','',1337611044,'5.0.0 Alpha 25'),(7285,-1,'subchannels_will_be_deleted','global','All its subchannels will also be deleted.','vbulletin','',1337624168,'5.0.0 Alpha 25'),(7286,-1,'subforums','global','Sub-Forums','vbulletin','',0,''),(7287,-1,'subject','global','Subject','vbulletin','',0,''),(7288,-1,'submit','global','Submit','vbulletin','',0,''),(7289,-1,'subscribed','global','Subscribed','vbulletin','',1261155104,'5.0.0 Beta 10'),(7290,-1,'subscribed_threads_in_folder','global','Subscribed Topics in Folder','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7291,-1,'subscriber_requests','global','Subscriber Requests','vbulletin','',1331869588,'5.0.0 Alpha 20'),(7292,-1,'subscribers','global','Subscribers','vbulletin','',1318429101,'5.0.0 Alpha 11'),(7293,-1,'subscribers_and_registered','global','Subscribers and Registered Users','vbulletin','',1331867403,'5.0.0 Alpha 20'),(7294,-1,'subscribers_list','global','Subscribers List','vbulletin','vBulletin Solutions',1372854513,'5.0.4 Release Candidate 1'),(7295,-1,'subscription','global','Subscription','vbulletin','',0,''),(7296,-1,'subscription_title','global','Subscription Title','vbulletin','',0,''),(7297,-1,'subscriptions','global','Subscriptions','vbulletin','',0,''),(7298,-1,'subscriptions_channels','global','Subscriptions - Channels','vbulletin','vBulletin Solutions',1362576047,'5.0.2 Alpha 2'),(7299,-1,'subscriptions_posts','global','Subscriptions - Posts','vbulletin','vBulletin Solutions',1362575995,'5.0.2 Alpha 2'),(7300,-1,'sunday','global','Sunday','vbulletin','',0,''),(7301,-1,'sunday_min','global','Su','vbulletin','vBulletin Solutions',1368051858,'5.0.3 Alpha 3'),(7302,-1,'sure_you_want_to_log_out','global','Are you sure you want to log out?','vbulletin','',0,''),(7303,-1,'switch_template','global','Switch Template?','vbulletin','',1337621851,'5.0.0 Alpha 25'),(7304,-1,'switch_to_advanced_editor','global','Switch to Advanced Editor','vbulletin','',1318504062,'5.0.0 Alpha 7'),(7305,-1,'switch_to_simple_editor','global','Switch to Simple Editor','vbulletin','',1318504075,'5.0.0 Alpha 7'),(7306,-1,'system_widgetcat','global','System','vbulletin','vBulletin Solutions',1381789502,'5.1.0 Alpha 3'),(7307,-1,'tag','global','Tag','vbulletin','vBulletin Solutions',1190903926,'3.7.0 Beta 1'),(7308,-1,'tag_cloud','global','Tag Cloud','vbulletin','',1318426947,'5.0.0 Alpha 7'),(7309,-1,'tag_search','global','Tag Search','vbulletin','vBulletin Solutions',1204928786,'3.7.0 Release Candidate 1'),(7310,-1,'tags','global','Tags','vbulletin','vBulletin Solutions',1190903931,'3.7.0 Beta 1'),(7311,-1,'take_member_request_accepted','global','Take member request has been accepted.','vbulletin','',1332488033,'5.0.0 Alpha 20'),(7312,-1,'take_moderator_request_accepted','global','Take moderator request has been accepted.','vbulletin','',1332488020,'5.0.0 Alpha 20'),(7313,-1,'take_owner_request_accepted','global','Take owner request has been accepted.','vbulletin','',1332488007,'5.0.0 Alpha 20'),(7314,-1,'target_url','global','Target URL','vbulletin','',1318259361,'5.0.0 Alpha 7'),(7315,-1,'tell_people_reason_for_editing','global','Optional: Tell people the reason for editing','vbulletin','',1318501076,'5.0.0 Alpha 7'),(7316,-1,'template','global','Template','vbulletin','',1318429585,'5.0.0 Alpha 7'),(7317,-1,'template_changes_will_be_lost','global','All layout and module changes you made to the template including the changes in the Module configuration will be lost.<br />Do you want to continue?','vbulletin','',1337621948,'5.0.0 Alpha 25'),(7318,-1,'template_option','global','Template option','vbulletin','',1318259845,'5.0.0 Alpha 7'),(7319,-1,'templates_renders','global','Templates/Renders','vbulletin','vBulletin Solutions',1381350790,'5.1.0 Alpha 2'),(7320,-1,'text_required','global','Text required','vbulletin','vBulletin Solutions',1367974713,'5.0.3 Alpha 3'),(7321,-1,'thanks_for_signing_up_log_in','global','Thank you for signing up. You can now log into the system using your new username and password.','vbulletin','',1323127284,'5.0.0 Alpha 12'),(7322,-1,'the_report_has_been_sent','global','The Report has been sent.','vbulletin','',1323127182,'5.0.0 Alpha 13'),(7323,-1,'there_are_no_new_x','global','There are no new {1}.','vbulletin','vBulletin Solutions',1337640658,'5.0.0 Beta 22'),(7324,-1,'there_are_no_results_for_x','global','There are no results for \'{1}\'','vbulletin','',1342512750,'5.0.0 Alpha 30'),(7325,-1,'there_are_no_results_that_meet_criteria','global','There are no results that meet this criteria.','vbulletin','vBulletin Solutions',1318431634,'5.0.0 Beta 23'),(7326,-1,'there_are_x_online','global','There are currently {1} users online.','vbulletin','',1318429285,'5.0.0 Alpha 7'),(7327,-1,'there_is_x_online','global','There is currently {1} user online.','vbulletin','vBulletin Solutions',1375288896,'5.0.5 Alpha 2'),(7328,-1,'this_article_by_x_has_been_deleted_by_y_link','global','This article by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','vBulletin Solutions',1379363511,'5.1.0 Alpha 1'),(7329,-1,'this_blog_post_by_x_has_been_deleted_by_y_link','global','This blog post by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','vBulletin Solutions',1358552307,'5.0.0 Beta 28'),(7330,-1,'this_is_a_sticky_topic','global','This is a sticky topic.','vbulletin','',1332853296,'5.0.0 Alpha 20'),(7331,-1,'this_post_has_been_successfully_approved','global','This post has been successfully changed to approved. All members now can see this post.','vbulletin','',1347489188,'5.0.0 Beta 11'),(7332,-1,'this_post_has_been_successfully_unapproved','global','This post has been successfully changed to unapproved. Only admins and moderators can see this post.','vbulletin','',1347489188,'5.0.0 Beta 11'),(7333,-1,'this_post_has_no_active_infraction','global','This post has no active infraction. Please reload the page and try again.','vbulletin','vBulletin Solutions',1361315142,'5.0.1 Alpha 2'),(7334,-1,'this_topic_has_been_featured','global','This topic has been featured','vbulletin','',1320280989,'5.0.0 Alpha 19'),(7335,-1,'this_topic_has_been_stuck','global','This topic has been stuck and will appear on top of the list','vbulletin','',1320280989,'5.0.0 Alpha 17'),(7336,-1,'this_topic_has_been_successfully_approved','global','This topic has been successfully changed to approved. All members now can see this topic.','vbulletin','',1347489188,'5.0.0 Beta 11'),(7337,-1,'this_topic_has_been_successfully_opened','global','This topic has been successfully opened','vbulletin','',1320280989,'5.0.0 Alpha 17'),(7338,-1,'this_topic_has_been_successfully_unapproved','global','This topic has been successfully changed to unapproved.','vbulletin','vBulletin Solutions',1347489188,'5.0.3 Alpha 1'),(7339,-1,'this_topic_has_been_successfully_unstuck','global','This topic has been successfully unstuck','vbulletin','',1320280989,'5.0.0 Alpha 19'),(7340,-1,'this_topic_has_been_unfeatured','global','This topic has been unfeatured','vbulletin','',1320280989,'5.0.0 Alpha 19'),(7341,-1,'this_topic_is_closed','global','This topic is closed.','vbulletin','vBulletin Solutions',1377089150,'5.0.5 Alpha 4'),(7342,-1,'this_topic_is_deleted','global','This topic is deleted','vbulletin','',1320280989,'5.0.0 Alpha 17'),(7343,-1,'this_topic_is_undeleted','global','This topic is undeleted','vbulletin','',1320280989,'5.0.0 Alpha 17'),(7344,-1,'this_url_is_already_used','global','This URL is already used. Please correct this problem.','vbulletin','',1332859732,'5.0.0 Alpha 20'),(7345,-1,'thread','global','Thread','vbulletin','',0,''),(7346,-1,'thread_deleted_by_x','global','Topic deleted by <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7347,-1,'thread_rating_x_votes_y_average','global','Topic Rating: {1} votes, {2} average.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7348,-1,'thread_small','global','thread','vbulletin','vBulletin Solutions',1360244524,'5.0.1 Alpha 2'),(7349,-1,'thread_starter','global','Topic Starter','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7350,-1,'thread_view','global','Topic View','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(7351,-1,'threads','global','Threads','vbulletin','',0,''),(7352,-1,'thursday','global','Thursday','vbulletin','',0,''),(7353,-1,'thursday_min','global','Th','vbulletin','vBulletin Solutions',1368052124,'5.0.3 Alpha 3'),(7354,-1,'time','global','Time','vbulletin','',0,''),(7355,-1,'timezone','global','Timezone','vbulletin','',0,''),(7356,-1,'title','global','Title','vbulletin','',0,''),(7357,-1,'title_only','global','Title Only','vbulletin','',1318504122,'5.0.0 Alpha 7'),(7358,-1,'to','global','To','vbulletin','vBulletin Solutions',1221839013,'4.0.0 Alpha 1'),(7359,-1,'to_add_a_member_to_coown_this_blog','global','To add a member to co-own this blog, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.\r\n','vbulletin','',1330966002,'5.0.0 Alpha 20'),(7360,-1,'to_add_a_member_to_coown_this_group','global','To add a member to co-own this group, enter their name into the empty text box and click the \'Add\' button. A notification will be sent out and once they accept, they will become a moderator.','vbulletin','',1339694412,'5.0.0 Alpha 27'),(7361,-1,'to_x','global','To: <a href=\"{2}\">{1}</a>','vbulletin','',1329416725,'5.0.0 Alpha 29'),(7362,-1,'to_x_and_other','global','To: <a href=\"{2}\">{1}</a> and 1 other','vbulletin','',1329416725,'5.0.0 Alpha 31'),(7363,-1,'to_x_and_others','global','To: <a href=\"{2}\">{1}</a> and {3} others','vbulletin','',1329416725,'5.0.0 Alpha 29'),(7364,-1,'today','global','Today','vbulletin','',1257449780,'4.0.0 Beta 2'),(7365,-1,'todays_birthdays','global','Today\'s Birthdays','vbulletin','',0,''),(7366,-1,'todays_posts','global','Today\'s Posts','vbulletin','',0,''),(7367,-1,'toggle_advanced_editor','global','Toggle Advanced Editor','vbulletin','vBulletin Solutions',1358270350,'5.0.0 Beta 27'),(7368,-1,'toggle_raw_html_editor','global','Toggle Raw HTML Editor','vbulletin','vBulletin Solutions',1381180347,'5.1.0 Alpha 2'),(7369,-1,'top','global','Top','vbulletin','',0,''),(7370,-1,'top_active_users','global','Top Active Users','vbulletin','',1318431910,'5.0.0 Alpha 7'),(7371,-1,'topic_deleted_by_x_link','global','Topic deleted by <a href=\"{1}\">{2}</a>','vbulletin','',1346470894,'5.0.0 Beta 11'),(7372,-1,'topic_in_the_x_forum','global','Topic in the <span>{1}</span> forum','vbulletin','',1325890984,'5.0.0 Alpha 20'),(7373,-1,'topic_is_open','global','Topic is open: Users can post in this topic','vbulletin','',1344879830,'5.0.0 Alpha 33'),(7374,-1,'topic_is_sticky','global','Topic is sticky: Topic remains at top of topic list','vbulletin','',1344879830,'5.0.0 Alpha 33'),(7375,-1,'topic_is_visible','global','Topic is visible: Un-check this box to send this topic to the moderation queue','vbulletin','',1362702484,'5.0.2 Alpha 1'),(7376,-1,'topic_not_found','global','Topic not found. You may have followed an invalid link or the topic may have been deleted or moved to another forum.','vbulletin','',1320280989,'5.0.0 Alpha 17'),(7377,-1,'topic_small','global','topic','vbulletin','vBulletin Solutions',1363606391,'5.0.2 Alpha 2'),(7378,-1,'topic_title','global','Topic title','vbulletin','',1323127182,'5.0.0 Alpha 33'),(7379,-1,'topics','global','Topics','vbulletin','',1323127182,'5.0.0 Alpha 13'),(7380,-1,'topics_small','global','topics','vbulletin','vBulletin Solutions',1363606404,'5.0.2 Alpha 2'),(7381,-1,'total','global','Total','vbulletin','',0,''),(7382,-1,'total_attachments','global','Total Attachments','vbulletin','vBulletin Solutions',1248726859,'4.0.0 Alpha 1'),(7383,-1,'total_posts','global','Total Posts','vbulletin','',1245185563,'4.0.0 Alpha 1'),(7384,-1,'total_x_nav','global','Total {1}','vbulletin','',0,''),(7385,-1,'trace','global','Trace','vbulletin','',1329346568,'5.0.0 Alpha 19'),(7386,-1,'trace_x_y_z','global','Function {1} in file {2} line {3}','vbulletin','',1329418995,'5.0.0 Alpha 19'),(7387,-1,'transfer','global','Transfer','vbulletin','',1331573419,'5.0.0 Alpha 20'),(7388,-1,'transfer_blog_ownership','global','Transfer Blog Ownership','vbulletin','',1331233422,'5.0.0 Alpha 20'),(7389,-1,'transfer_blog_ownership_info','global','If you no longer wish to maintain this Blog, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Blog to or select from existing contributor list.<br /><br />\r\nThe user that you request to transfer the blog to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Blog for you.','vbulletin','',1331311518,'5.0.0 Alpha 20'),(7390,-1,'trash','global','Trash','vbulletin','',1319233803,'5.0.0 Alpha 7'),(7391,-1,'tuesday','global','Tuesday','vbulletin','',0,''),(7392,-1,'tuesday_min','global','Tu','vbulletin','vBulletin Solutions',1368051930,'5.0.3 Alpha 3'),(7393,-1,'twitter','global','Twitter','vbulletin','',1318253948,'5.0.0 Alpha 7'),(7394,-1,'two_header_ads','global','Two header Ads','vbulletin','',1343757897,'5.0.0 Alpha 32'),(7395,-1,'type','global','Type','vbulletin','',1318430057,'5.0.0 Alpha 7'),(7396,-1,'type_member_name_here','global','Type Member Name Here','vbulletin','',1319233803,'5.0.0 Alpha 7'),(7397,-1,'type_your_comment_here','global','Type your comment here','vbulletin','',1318329590,'5.0.0 Alpha 7'),(7398,-1,'types','global','Types','vbulletin','',1318504386,'5.0.0 Alpha 7'),(7399,-1,'unable_to_check_admin_permissions','global','Unable to check admin permissions','vbulletin','',1344355054,'5.0.0 Alpha 33'),(7400,-1,'unable_to_contact_server_please_try_again','global','Unable to contact server. Please try again.<br /><br />If this error continues please contact the site administrator.','vbulletin','',1322870440,'5.0.0 Alpha 20'),(7401,-1,'unable_to_delete_widget_instances','global','Unable to delete widget instances','vbulletin','',1332859771,'5.0.0 Alpha 20'),(7402,-1,'unable_to_upload_profile_photo','global','Unable to update profile photo. Please try again.<br /><br />If this error continues, please contact the site administrator.','vbulletin','',1325890984,'5.0.0 Alpha 20'),(7403,-1,'uncategorized_widgetcat','global','Uncategorized','vbulletin','vBulletin Solutions',1376578313,'5.0.5 Alpha 3'),(7404,-1,'uncheck_to_unhide_module','global','Uncheck to unhide module','vbulletin','',1343069947,'5.0.0 Alpha 31'),(7405,-1,'undelete','global','Undelete','vbulletin','',1332909871,'5.0.0 Alpha 29'),(7406,-1,'unfollow_channel','global','Unsubscribe Channel','vbulletin','',1318333516,'5.0.0 Alpha 7'),(7407,-1,'unfollow_content','global','Unsubscribe Content','vbulletin','',1318333516,'5.0.0 Alpha 14'),(7408,-1,'unfollow_discussion','global','Unsubscribe Discussion','vbulletin','',1318333476,'5.0.0 Alpha 7'),(7409,-1,'unfollow_error','global','Can not unsubscribe.<br />Please try again.','vbulletin','',1318428672,'5.0.0 Alpha 14'),(7410,-1,'unfollow_member','global','Unsubscribe Member','vbulletin','',1318333495,'5.0.0 Alpha 7'),(7411,-1,'unread_picture_comments','global','Unread Picture Comments','vbulletin','vBulletin Solutions',1200330978,'3.7.0 Beta 4'),(7412,-1,'unread_private_messages','global','Unread Private Messages','vbulletin','vBulletin Solutions',1197374491,'3.7.0 Beta 1'),(7413,-1,'unread_profile_visitor_messages','global','Unread Visitor Messages','vbulletin','vBulletin Solutions',1212410959,'3.8.0 Alpha 1'),(7414,-1,'unread_x_nav','global','Unread {1}','vbulletin','',0,''),(7415,-1,'unregistered','global','Unregistered','vbulletin','',0,''),(7416,-1,'unsubscribe','global','Unsubscribe','vbulletin','',0,''),(7417,-1,'unsubscribe_all','global','Unsubscribe all','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7418,-1,'unsubscribe_overlay_error','global','Please choose at least one unsubscribe option.','vbulletin','',1318502179,'5.0.0 Alpha 19'),(7419,-1,'unsubscribe_text_five','global','You are about to unsubscribe a post. Once unsubscribed, you will not receive any updates about this post from the topic and forum. This member will also be removed from your subscriber list.','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7420,-1,'unsubscribe_text_four','global','You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list. This post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7421,-1,'unsubscribe_text_one','global','You are about to unsubscribe a post. Once unsubscribe, the post will be removed from the subscribed tab.','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7422,-1,'unsubscribe_text_three','global','You are about to unsubscribe a post. However the post is still subscribed under the following pages and will continue to show up under the subscribed tab. Check the unsubscribe all option below to remove this post from your subscribed tab.','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7423,-1,'unsubscribe_text_two','global','You are about to unsubscribe a post from this member. Once unsubscribed, you will not receive any posts from this member and this member will also be removed from your subscriber list.','vbulletin','',1318502179,'5.0.0 Alpha 14'),(7424,-1,'updating_post_counts','global','Updating Post Counts','vbulletin','',0,''),(7425,-1,'upload','global','Upload','vbulletin','',0,''),(7426,-1,'upload_a_logo_image','global','Upload a logo image','vbulletin','',1318260347,'5.0.0 Alpha 7'),(7427,-1,'upload_a_logo_image_desc','global','Browse a logo image from your hard drive and upload.','vbulletin','',1318260363,'5.0.0 Alpha 7'),(7428,-1,'upload_attachment','global','Upload Attachment','vbulletin','',1318503880,'5.0.0 Alpha 7'),(7429,-1,'upload_attachments','global','Upload Attachments','vbulletin','',1318501168,'5.0.0 Alpha 7'),(7430,-1,'upload_errors','global','Upload Errors','vbulletin','',0,''),(7431,-1,'upload_from_url','global','Upload from URL','vbulletin','vBulletin Solutions',1365188161,'5.0.3 Alpha 1'),(7432,-1,'upload_more','global','Upload More','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7433,-1,'uploaded_by_guest','global','Uploaded by Guest','vbulletin','',1332728186,'5.0.0 Alpha 20'),(7434,-1,'uploaded_by_href_x_y','global','Uploaded by <a href=\"{1}\"> {2}</a>','vbulletin','',1324422418,'5.0.0 Alpha 14'),(7435,-1,'uploaded_bytes_exceed_file_size','global','Uploaded bytes exceed file size','vbulletin','vBulletin Solutions',1362504194,'5.0.2 Alpha 2'),(7436,-1,'uploading','global','Uploading','vbulletin','',1318260409,'5.0.0 Alpha 7'),(7437,-1,'upto_x','global','up to {1}','vbulletin','',1338800000,'5.0.0 Alpha 27'),(7438,-1,'url','global','URL','vbulletin','',1258776188,'4.0.0 Release Candidate 1'),(7439,-1,'url_too_long','global','The URL that you have entered is too long ({1} characters). Please shorten it to {2} characters long.','vbulletin','vBulletin Solutions',1258776188,'5.0.0 Beta 27'),(7440,-1,'use_current_channel_parens','global','(Use Current Channel)','vbulletin','vBulletin Solutions',1381969076,'5.1.0 Alpha 3'),(7441,-1,'use_save_draft_button','global','Use the \"Save Draft\" button to save the article without publishing it.','vbulletin','vBulletin Solutions',1381279020,'5.1.0 Alpha 2'),(7442,-1,'user','global','User','vbulletin','',0,''),(7443,-1,'user_control_panel','global','Settings','vbulletin','',1254178373,'4.0.0 Alpha 4'),(7444,-1,'user_cp','global','User CP','vbulletin','',0,''),(7445,-1,'user_default_avatar','global','Use a default avatar','vbulletin','',1318430630,'5.0.0 Alpha 37'),(7446,-1,'user_default_profile_picture','global','Use default profile picture','vbulletin','',1318430630,'5.0.0 Alpha 20'),(7447,-1,'user_group_settings','global','User Group Settings','vbulletin','',1337612077,'5.0.0 Alpha 25'),(7448,-1,'user_groups','global','User Groups','vbulletin','',1318259412,'5.0.0 Alpha 7'),(7449,-1,'user_name','global','User Name','vbulletin','',0,''),(7450,-1,'user_name_x_already_in_use_choose_different_name','global','User Name <strong>{1}</strong> is already in use. Please select a different name.','vbulletin','',1323127301,'5.0.0 Alpha 12'),(7451,-1,'user_only','global','User Only','vbulletin','vBulletin Solutions',1361971141,'5.0.1 Alpha 2'),(7452,-1,'user_panel','global','User Panel','vbulletin','',1340358652,'5.0.0 Alpha 28'),(7453,-1,'usercss_toolbar','global','Toolbar','vbulletin','',1340358333,'5.0.0 Alpha 28'),(7454,-1,'usergroup','global','Usergroup','vbulletin','',0,''),(7455,-1,'usergroups','global','Usergroups','vbulletin','',0,''),(7456,-1,'userid','global','Userid','vbulletin','',0,''),(7457,-1,'username','global','User Name','vbulletin','',1269543103,'4.0.4'),(7458,-1,'vbulletin','global','vBulletin','vbulletin','',1342227756,'5.0.0 Alpha 29'),(7459,-1,'vbulletin_copyright','global','Powered by vBulletin™ Version {1} Copyright © {2} vBulletin Solutions, Inc. All rights reserved.','vbulletin','',1259872813,'4.0.0 Release Candidate 2'),(7460,-1,'vbulletin_message','global','vBulletin Message','vbulletin','vBulletin Solutions',1163500549,'3.6.4'),(7461,-1,'video','global','Video','vbulletin','',1318427231,'5.0.0 Alpha 7'),(7462,-1,'video_in_link_x_y','global','Video in <a href=\"{1}\">{2}</a>','vbulletin','',1342461722,'5.0.0 Alpha 30'),(7463,-1,'videos_in_href_x_y','global','Videos in <a href=\"{1}\">{2}</a>','vbulletin','',1325178894,'5.0.0 Alpha 14'),(7464,-1,'videos_in_x','global','Videos in {1}','vbulletin','',1325178910,'5.0.0 Alpha 14'),(7465,-1,'videos_only','global','Videos only','vbulletin','',1318335217,'5.0.0 Alpha 7'),(7466,-1,'view','global','View','vbulletin','',0,''),(7467,-1,'view_all','global','View All','vbulletin','vBulletin Solutions',1372887640,'5.0.4 Release Candidate 1'),(7468,-1,'view_less','global','View Less','vbulletin','',1323477222,'5.0.0 Alpha 12'),(7469,-1,'view_less_answers','global','View less answers','vbulletin','',1261155104,'5.0.0 Beta 10'),(7470,-1,'view_less_comments','global','View less comments','vbulletin','',1318331077,'5.0.0 Alpha 7'),(7471,-1,'view_lower','global','view','vbulletin','vBulletin Solutions',1376087988,'5.0.5 Alpha 3'),(7472,-1,'view_more_answers','global','View more answers','vbulletin','',1261155104,'5.0.0 Beta 10'),(7473,-1,'view_more_videos','global','View more videos','vbulletin','',1261155104,'5.0.0 Beta 10'),(7474,-1,'view_perm_group','global','Who Can View My Group','vbulletin','vBulletin Solutions',1354190171,'5.0.0 Beta 21'),(7475,-1,'view_poll_results','global','View Poll Results','vbulletin','',0,''),(7476,-1,'view_post','global','View Post','vbulletin','',0,''),(7477,-1,'view_profile','global','View Profile','vbulletin','',0,''),(7478,-1,'view_site_leaders','global','View Site Leaders','vbulletin','',1258111616,'4.0.0 Beta 4'),(7479,-1,'view_whos_online','global','View Who\'s Online','vbulletin','',0,''),(7480,-1,'viewing','global','Viewing','vbulletin','',1245483562,'4.0.0 Alpha 1'),(7481,-1,'views','global','Views','vbulletin','',0,''),(7482,-1,'views_lower','global','views','vbulletin','vBulletin Solutions',1376087988,'5.0.5 Alpha 3'),(7483,-1,'visitor_message_from_x','global','Visitor message from {1}','vbulletin','',1318431010,'5.0.0 Alpha 17'),(7484,-1,'visitor_messages','global','Visitor Messages','vbulletin','vBulletin Solutions',1197370702,'3.7.0 Beta 1'),(7485,-1,'visitor_messages_only','global','Visitor Messages Only','vbulletin','',1318431010,'5.0.0 Alpha 7'),(7486,-1,'visitor_messages_tab','global','Visitor Messages','vbulletin','',1260375116,'4.0.0 Release Candidate 2'),(7487,-1,'vote','global','Vote','vbulletin','vBulletin Solutions',1318334506,'5.0.5 Alpha 3'),(7488,-1,'vote_a_post','global','Like a Post','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 18'),(7489,-1,'vote_cap','global','Like','vbulletin','',1343655597,'5.0.0 Alpha 31'),(7490,-1,'vote_failed','global','Please select an option first','vbulletin','',1345748147,'5.0.0 Alpha 37'),(7491,-1,'vote_lower','global','vote','vbulletin','vBulletin Solutions',1318334538,'5.0.5 Alpha 3'),(7492,-1,'vote_now','global','Vote Now','vbulletin','',0,''),(7493,-1,'voter','global','voter','vbulletin','',1261155104,'5.0.0 Beta 10'),(7494,-1,'voters','global','Voters','vbulletin','',0,''),(7495,-1,'votes','global','Votes','vbulletin','',0,''),(7496,-1,'votes_lower','global','votes','vbulletin','',1318334538,'5.0.0 Alpha 7'),(7497,-1,'votes_on_conversations','global','Votes on Conversations','vbulletin','',1318334538,'5.0.0 Alpha 9'),(7498,-1,'votes_on_replies','global','Votes on Replies','vbulletin','',1318334538,'5.0.0 Alpha 9'),(7499,-1,'votes_small','global','Likes','vbulletin','vBulletin Solutions',1355168507,'5.0.0 Beta 23'),(7500,-1,'warning','global','Warning','vbulletin','',1344366737,'5.0.0 Alpha 33'),(7501,-1,'warning_for_x_y','global','Warning for {1}: {2}','vbulletin','vBulletin Solutions',1360906662,'5.0.1 Alpha 2'),(7502,-1,'warning_for_x_y_in_topic_z','global','Warning for {1}: {2}, in topic: {3}','vbulletin','vBulletin Solutions',1360906687,'5.0.1 Alpha 2'),(7503,-1,'web','global','Web','vbulletin','',1318503538,'5.0.0 Alpha 7'),(7504,-1,'wednesday','global','Wednesday','vbulletin','',0,''),(7505,-1,'wednesday_min','global','We','vbulletin','vBulletin Solutions',1368051955,'5.0.3 Alpha 3'),(7506,-1,'week','global','Week','vbulletin','',0,''),(7507,-1,'weeks','global','Weeks','vbulletin','',0,''),(7508,-1,'welcome_x','global','Welcome, {1}.','vbulletin','',0,''),(7509,-1,'welcome_x_link_y','global','Welcome, <a href=\"{2}\">{1}</a>','vbulletin','',1252434065,'4.0.0 Alpha 3'),(7510,-1,'whos_online','global','Who\'s Online','vbulletin','',0,''),(7511,-1,'widget_aboutauthor_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1386705105,'5.1.0 Alpha 6'),(7512,-1,'widget_aboutauthor_profile_field_label','global','Profile Field (Displayed as the \"About the Author\" text)','vbulletin','vBulletin Solutions',1386705556,'5.1.0 Alpha 6'),(7513,-1,'widget_aboutauthor_title_label','global','Title','vbulletin','vBulletin Solutions',1386705173,'5.1.0 Alpha 6'),(7514,-1,'widget_aboutauthor_widgettitle','global','About Author','vbulletin','vBulletin Solutions',1386693706,'5.1.0 Alpha 6'),(7515,-1,'widget_activate_email_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7516,-1,'widget_activate_email_widgettitle','global','Email Activation Codes','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7517,-1,'widget_activate_user_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7518,-1,'widget_activate_user_widgettitle','global','Activate Your Account','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7519,-1,'widget_activitystream_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7520,-1,'widget_activitystream_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7521,-1,'widget_activitystream_filter_new_topics_label','global','Show Stream View New Topics','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7522,-1,'widget_activitystream_filter_show_label','global','Show Stream View Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7523,-1,'widget_activitystream_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7524,-1,'widget_activitystream_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7525,-1,'widget_activitystream_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7526,-1,'widget_activitystream_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7527,-1,'widget_activitystream_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7528,-1,'widget_activitystream_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7529,-1,'widget_activitystream_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7530,-1,'widget_activitystream_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7531,-1,'widget_activitystream_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7532,-1,'widget_activitystream_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7533,-1,'widget_activitystream_widgettitle','global','Activity Stream','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7534,-1,'widget_ad_axd_label','global','Config Ad','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7535,-1,'widget_ad_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7536,-1,'widget_ad_title_label','global','Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7537,-1,'widget_ad_widgettitle','global','Ad','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7538,-1,'widget_album_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7539,-1,'widget_album_widgettitle','global','Album Detail','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7540,-1,'widget_announcement_widgettitle','global','Announcement','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7541,-1,'widget_articledisplay_commentsPerPage_label','global','Comments per Page','vbulletin','vBulletin Solutions',1381873019,'5.1.0 Alpha 3'),(7542,-1,'widget_articledisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1381872952,'5.1.0 Alpha 3'),(7543,-1,'widget_articledisplay_initialCommentsPerPage_label','global','Initial Comments per Page','vbulletin','vBulletin Solutions',1381873063,'5.1.0 Alpha 3'),(7544,-1,'widget_articledisplay_widgettitle','global','Article Display','vbulletin','vBulletin Solutions',1381789485,'5.1.0 Alpha 3'),(7545,-1,'widget_birthday_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7546,-1,'widget_birthday_widgettitle','global','Today\'s Birthday','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7547,-1,'widget_blogadmin_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7548,-1,'widget_blogadmin_widgettitle','global','Blog Admin','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7549,-1,'widget_blogcategories_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7550,-1,'widget_blogcategories_widgettitle','global','Blog Categories','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7551,-1,'widget_blogchanneldisplay_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7552,-1,'widget_blogchanneldisplay_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7553,-1,'widget_blogchanneldisplay_filter_show_label','global','Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7554,-1,'widget_blogchanneldisplay_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7555,-1,'widget_blogchanneldisplay_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7556,-1,'widget_blogchanneldisplay_filtertime_topic_label','global','Topics Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7557,-1,'widget_blogchanneldisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7558,-1,'widget_blogchanneldisplay_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7559,-1,'widget_blogchanneldisplay_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7560,-1,'widget_blogchanneldisplay_maxpages_topic_label','global','Topics Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7561,-1,'widget_blogchanneldisplay_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7562,-1,'widget_blogchanneldisplay_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7563,-1,'widget_blogchanneldisplay_resultsperpage_topic_label','global','Topics Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7564,-1,'widget_blogchanneldisplay_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7565,-1,'widget_blogchanneldisplay_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7566,-1,'widget_blogchanneldisplay_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7567,-1,'widget_blogchanneldisplay_widgettitle','global','Blog Channel Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7568,-1,'widget_bloghome_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7569,-1,'widget_bloghome_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7570,-1,'widget_bloghome_filter_blogs_label','global','Blogs','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7571,-1,'widget_bloghome_filter_show_label','global','Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7572,-1,'widget_bloghome_filtertime_activitystream_label','global','Blog Posts Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7573,-1,'widget_bloghome_filtertime_subscribed_label','global','Subscribed Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7574,-1,'widget_bloghome_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7575,-1,'widget_bloghome_maxpages_activitystream_label','global','Blog Posts Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7576,-1,'widget_bloghome_maxpages_subscribed_label','global','Subscribed Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7577,-1,'widget_bloghome_resultsperpage_activitystream_label','global','Blog Posts Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7578,-1,'widget_bloghome_resultsperpage_subscribed_label','global','Subscribed Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7579,-1,'widget_bloghome_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7580,-1,'widget_bloghome_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7581,-1,'widget_bloghome_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7582,-1,'widget_bloghome_widgettitle','global','Blog Home','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7583,-1,'widget_blogsidebar_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7584,-1,'widget_blogsidebar_resultsPerPage_label','global','Number of results at once','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7585,-1,'widget_blogsidebar_searchJSON_label','global','Search Filters - JSON','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7586,-1,'widget_blogsidebar_searchTitle_label','global','Widget Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7587,-1,'widget_blogsidebar_widgettitle','global','Blog Sidebar','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7588,-1,'widget_blogsummary_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7589,-1,'widget_blogsummary_widgettitle','global','Blog Summary','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7590,-1,'widget_channeldisplay_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7591,-1,'widget_channeldisplay_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7592,-1,'widget_channeldisplay_filter_depth_label','global','Show Sub-Forum(s)?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7593,-1,'widget_channeldisplay_filter_new_topics_label','global','Show Stream View New Topics','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7594,-1,'widget_channeldisplay_filter_show_label','global','Show Stream View Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7595,-1,'widget_channeldisplay_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7596,-1,'widget_channeldisplay_filtertime_photos_label','global','Photos Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7597,-1,'widget_channeldisplay_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7598,-1,'widget_channeldisplay_filtertime_topic_label','global','Topics Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7599,-1,'widget_channeldisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7600,-1,'widget_channeldisplay_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7601,-1,'widget_channeldisplay_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7602,-1,'widget_channeldisplay_maxpages_topic_label','global','Topics Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7603,-1,'widget_channeldisplay_order_topic_label','global','Topics Sort Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7604,-1,'widget_channeldisplay_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7605,-1,'widget_channeldisplay_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7606,-1,'widget_channeldisplay_resultsperpage_topic_label','global','Topics Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7607,-1,'widget_channeldisplay_sort_topic_label','global','Topics Sort By','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7608,-1,'widget_channeldisplay_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7609,-1,'widget_channeldisplay_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7610,-1,'widget_channeldisplay_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7611,-1,'widget_channeldisplay_widgettitle','global','Channel Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7612,-1,'widget_cmschanneldisplay_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7613,-1,'widget_cmschanneldisplay_display_columns_label','global','Display Columns','vbulletin','vBulletin Solutions',1382120177,'5.1.0 Alpha 3'),(7614,-1,'widget_cmschanneldisplay_display_description_label','global','Display Category Description','vbulletin','vBulletin Solutions',1386015132,'5.1.0 Alpha 6'),(7615,-1,'widget_cmschanneldisplay_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7616,-1,'widget_cmschanneldisplay_filter_show_label','global','Show Stream View Filter','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7617,-1,'widget_cmschanneldisplay_filtertime_articles_label','global','Articles Date Range','vbulletin','vBulletin Solutions',1381889866,'5.1.0 Alpha 3'),(7618,-1,'widget_cmschanneldisplay_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7619,-1,'widget_cmschanneldisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7620,-1,'widget_cmschanneldisplay_include_subcategory_content_label','global','Include Content from Sub-Categories?','vbulletin','vBulletin Solutions',1382047403,'5.1.0 Alpha 3'),(7621,-1,'widget_cmschanneldisplay_maxpages_articles_label','global','Articles Max Pages','vbulletin','vBulletin Solutions',1381889891,'5.1.0 Alpha 3'),(7622,-1,'widget_cmschanneldisplay_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7623,-1,'widget_cmschanneldisplay_resultsperpage_articles_label','global','Articles Results per Page','vbulletin','vBulletin Solutions',1381889910,'5.1.0 Alpha 3'),(7624,-1,'widget_cmschanneldisplay_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7625,-1,'widget_cmschanneldisplay_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7626,-1,'widget_cmschanneldisplay_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7627,-1,'widget_cmschanneldisplay_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7628,-1,'widget_cmschanneldisplay_widgettitle','global','Article Channel Display','vbulletin','vBulletin Solutions',1379433480,'5.1.0 Alpha 1'),(7629,-1,'widget_cmschannelnavigation_depth_label','global','Depth (0 to show unlimited sub-channels)','vbulletin','vBulletin Solutions',1380665061,'5.1.0 Alpha 2'),(7630,-1,'widget_cmschannelnavigation_hide_root_channel_label','global','Show sub-channels only (This hides the root channel if there are sub-channels present)','vbulletin','vBulletin Solutions',1381423561,'5.1.0 Alpha 2'),(7631,-1,'widget_cmschannelnavigation_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1379446425,'5.1.0 Alpha 1'),(7632,-1,'widget_cmschannelnavigation_root_channel_label','global','Root Channel','vbulletin','vBulletin Solutions',1380580386,'5.1.0 Alpha 2'),(7633,-1,'widget_cmschannelnavigation_title_label','global','Title','vbulletin','vBulletin Solutions',1379446405,'5.1.0 Alpha 1'),(7634,-1,'widget_cmschannelnavigation_widgettitle','global','Channel Navigation','vbulletin','vBulletin Solutions',1380643720,'5.1.0 Alpha 2'),(7635,-1,'widget_contactus_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7636,-1,'widget_contactus_widgettitle','global','Contact Us','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7637,-1,'widget_container_display_modules_label','global','Modules to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7638,-1,'widget_container_display_order_label','global','Modules order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7639,-1,'widget_container_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7640,-1,'widget_container_widgettitle','global','Container Module','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7641,-1,'widget_conversationdisplay_commentsPerPage_label','global','Comments per Page in a Post (for Thread View only)','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7642,-1,'widget_conversationdisplay_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7643,-1,'widget_conversationdisplay_filter_show_label','global','Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7644,-1,'widget_conversationdisplay_filter_sort_stream_label','global','Sort By Filter (for Stream View)','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7645,-1,'widget_conversationdisplay_filter_time_label','global','Time Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7646,-1,'widget_conversationdisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7647,-1,'widget_conversationdisplay_initialCommentsPerPage_label','global','Initial Comments per Page in a Post (for Thread View only)','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7648,-1,'widget_conversationdisplay_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7649,-1,'widget_conversationdisplay_widgettitle','global','Conversation Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7650,-1,'widget_coppa_form_widgettitle','global','Coppa Permission Form','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7651,-1,'widget_css_examples_widgettitle','global','Live CSS Examples','vbulletin','vBulletin Solutions',1363030380,'5.0.2 Alpha 2'),(7652,-1,'widget_error','global','An internal error has occurred and the module cannot be displayed.','vbulletin','vBulletin Solutions',1355425100,'5.0.0 Beta 23'),(7653,-1,'widget_forgot_password_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7654,-1,'widget_forgot_password_widgettitle','global','Forgot Password','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7655,-1,'widget_groupsummary_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7656,-1,'widget_groupsummary_widgettitle','global','Group Summary','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7657,-1,'widget_help_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7658,-1,'widget_help_widgettitle','global','Help','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7659,-1,'widget_media_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7660,-1,'widget_media_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7661,-1,'widget_media_widgettitle','global','Media','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7662,-1,'widget_memberlist_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.4 Release Candidate 1'),(7663,-1,'widget_memberlist_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.4 Release Candidate 1'),(7664,-1,'widget_memberlist_widgettitle','global','Member List','vbulletin','vBulletin Solutions',1361970224,'5.0.4 Release Candidate 1'),(7665,-1,'widget_newcontent_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7666,-1,'widget_newcontent_widgettitle','global','New Content','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7667,-1,'widget_onlineuserdetails_WOLguests_label','global','Display Guest (non-registered user) activity on Who\'s Online?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7668,-1,'widget_onlineuserdetails_WOLrefresh_label','global','Time period in seconds to refresh the Who\'s Online display (A value of 0 disables the auto-refresh)','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7669,-1,'widget_onlineuserdetails_WOLresolve_label','global','Resolve IP addresses for those who have access to view them?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7670,-1,'widget_onlineuserdetails_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7671,-1,'widget_onlineuserdetails_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7672,-1,'widget_onlineuserdetails_thisPageOnly_label','global','Show Users For This Page Only?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7673,-1,'widget_onlineuserdetails_widgettitle','global','Online User Details','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7674,-1,'widget_onlineusers_displayAvatars_label','global','Display Avatars?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7675,-1,'widget_onlineusers_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7676,-1,'widget_onlineusers_maxUsers_label','global','Max online users to show:','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7677,-1,'widget_onlineusers_thisPageOnly_label','global','Show Users For This Page Only?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7678,-1,'widget_onlineusers_widgettitle','global','Online Users','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7679,-1,'widget_pagetitle_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7680,-1,'widget_pagetitle_widgettitle','global','Page Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7681,-1,'widget_photos_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7682,-1,'widget_photos_widgettitle','global','Edit Photos','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7683,-1,'widget_php_code_defaultvalue','global','PHP Widget Content','vbulletin','vBulletin Solutions',1361971003,'5.0.1 Alpha 2'),(7684,-1,'widget_php_code_label','global','PHP Code','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7685,-1,'widget_php_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7686,-1,'widget_php_title_defaultvalue','global','Unconfigured PHP Widget','vbulletin','vBulletin Solutions',1361970959,'5.0.1 Alpha 2'),(7687,-1,'widget_php_title_label','global','Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7688,-1,'widget_php_widgettitle','global','PHP','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7689,-1,'widget_privatemessage_display_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7690,-1,'widget_privatemessage_display_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7691,-1,'widget_privatemessage_display_widgettitle','global','Private Message Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7692,-1,'widget_privatemessage_navigation_widgettitle','global','Private Message Navigation','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7693,-1,'widget_privatemessage_search_widgettitle','global','Private Message Search','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7694,-1,'widget_privatemessage_toolbar_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7695,-1,'widget_privatemessage_toolbar_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7696,-1,'widget_privatemessage_toolbar_widgettitle','global','Private Message Toolbar','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7697,-1,'widget_profile_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7698,-1,'widget_profile_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7699,-1,'widget_profile_filter_show_label','global','Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7700,-1,'widget_profile_filter_source_label','global','Source Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7701,-1,'widget_profile_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7702,-1,'widget_profile_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7703,-1,'widget_profile_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7704,-1,'widget_profile_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7705,-1,'widget_profile_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7706,-1,'widget_profile_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7707,-1,'widget_profile_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7708,-1,'widget_profile_sidebar_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7709,-1,'widget_profile_sidebar_widgettitle','global','Profile Sidebar','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7710,-1,'widget_profile_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7711,-1,'widget_profile_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7712,-1,'widget_profile_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7713,-1,'widget_profile_widgettitle','global','Profile','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7714,-1,'widget_register_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7715,-1,'widget_register_widgettitle','global','Register','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7716,-1,'widget_search_criteria_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7717,-1,'widget_search_criteria_searchCriteriaTitle_label','global','WidgetTitle','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7718,-1,'widget_search_criteria_thisPageOnly_label','global','Show Users For This Page Only?','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7719,-1,'widget_search_criteria_widgettitle','global','Search Criteria','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7720,-1,'widget_search_hide_avatars_label','global','Hide User Avatars in Search Results?','vbulletin','vBulletin Solutions',1386976021,'5.1.0 Alpha 7'),(7721,-1,'widget_search_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7722,-1,'widget_search_resultsPerPage_label','global','Number of results at once','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7723,-1,'widget_search_results_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7724,-1,'widget_search_results_resultsPerPage_label','global','Number of results per page','vbulletin','vBulletin Solutions',1361970224,'5.0.3 Alpha 1'),(7725,-1,'widget_search_results_searchResultTitle_label','global','WidgetTitle','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7726,-1,'widget_search_results_widgettitle','global','Search Results','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7727,-1,'widget_search_searchJSON_label','global','Search Filters - JSON','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7728,-1,'widget_search_searchTitle_label','global','Widget Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7729,-1,'widget_search_widgettitle','global','Search','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7730,-1,'widget_settings_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7731,-1,'widget_settings_widgettitle','global','Settings','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7732,-1,'widget_sgadmin_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7733,-1,'widget_sgadmin_widgettitle','global','Group Admin','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7734,-1,'widget_sgcategories_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7735,-1,'widget_sgcategories_widgettitle','global','Group Categories','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7736,-1,'widget_sgcategorylist_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7737,-1,'widget_sgcategorylist_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7738,-1,'widget_sgcategorylist_widgettitle','global','Group Category Listing','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7739,-1,'widget_sgchanneldisplay_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7740,-1,'widget_sgchanneldisplay_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7741,-1,'widget_sgchanneldisplay_filter_new_topics_label','global','Show Stream View New Topics','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7742,-1,'widget_sgchanneldisplay_filter_show_label','global','Show Stream View Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7743,-1,'widget_sgchanneldisplay_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7744,-1,'widget_sgchanneldisplay_filtertime_photos_label','global','Photos Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7745,-1,'widget_sgchanneldisplay_filtertime_subscribed_label','global','My Subscriptions Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7746,-1,'widget_sgchanneldisplay_filtertime_topic_label','global','Topics Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7747,-1,'widget_sgchanneldisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7748,-1,'widget_sgchanneldisplay_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7749,-1,'widget_sgchanneldisplay_maxpages_subscribed_label','global','My Subscriptions Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7750,-1,'widget_sgchanneldisplay_maxpages_topic_label','global','Topics Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7751,-1,'widget_sgchanneldisplay_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7752,-1,'widget_sgchanneldisplay_resultsperpage_subscribed_label','global','My Subscriptions Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7753,-1,'widget_sgchanneldisplay_resultsperpage_topic_label','global','Topics Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7754,-1,'widget_sgchanneldisplay_subscriptions_filter_follow_label','global','My Subscriptions Subscribed Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7755,-1,'widget_sgchanneldisplay_subscriptions_filter_show_label','global','My Subscriptions Show Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7756,-1,'widget_sgchanneldisplay_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7757,-1,'widget_sgchanneldisplay_widgettitle','global','Group Channel Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7758,-1,'widget_sghome_default_tab_label','global','Default Tab','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7759,-1,'widget_sghome_display_tabs_label','global','Tabs to Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7760,-1,'widget_sghome_filter_new_topics_label','global','Show Stream View New Topics','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7761,-1,'widget_sghome_filter_show_label','global','Show Stream View Filter','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7762,-1,'widget_sghome_filtertime_activitystream_label','global','Latest Activity Date Range','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7763,-1,'widget_sghome_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7764,-1,'widget_sghome_maxpages_activitystream_label','global','Latest Activity Max Pages','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7765,-1,'widget_sghome_resultsperpage_activitystream_label','global','Latest Activity Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7766,-1,'widget_sghome_resultsperpage_groups_label','global','Groups Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7767,-1,'widget_sghome_tab_order_label','global','Tab Order','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7768,-1,'widget_sghome_widgettitle','global','Group Home','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7769,-1,'widget_sgnodes_widgettitle','global','Group Topic','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7770,-1,'widget_sgsidebar_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7771,-1,'widget_sgsidebar_resultsPerPage_label','global','Number of results at once','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7772,-1,'widget_sgsidebar_searchJSON_label','global','Search Filters - JSON','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7773,-1,'widget_sgsidebar_searchTitle_label','global','Widget Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7774,-1,'widget_sgsidebar_widgettitle','global','Group Sidebar','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7775,-1,'widget_statichtml_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7776,-1,'widget_statichtml_html_defaultvalue','global','Static HTML Widget Content','vbulletin','vBulletin Solutions',1361897214,'5.0.1 Alpha 2'),(7777,-1,'widget_statichtml_html_label','global','HTML','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7778,-1,'widget_statichtml_title_defaultvalue','global','Unconfigured Static HTML Widget','vbulletin','vBulletin Solutions',1361897148,'5.0.1 Alpha 2'),(7779,-1,'widget_statichtml_title_label','global','Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7780,-1,'widget_statichtml_widgettitle','global','Static HTML','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7781,-1,'widget_subchannelsdisplay_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7782,-1,'widget_subchannelsdisplay_widgettitle','global','Sub-Channels Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7783,-1,'widget_subscription_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7784,-1,'widget_subscription_resultsPerPage_label','global','Results per Page','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7785,-1,'widget_subscription_widgettitle','global','Subscription','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7786,-1,'widget_tagcloud_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7787,-1,'widget_tagcloud_tagCloudTitle_label','global','WidgetTitle','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7788,-1,'widget_tagcloud_widgettitle','global','Tag Cloud','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7789,-1,'widget_tagnavigation_display_as_label','global','Display as...','vbulletin','vBulletin Solutions',1381249923,'5.1.0 Alpha 2'),(7790,-1,'widget_tagnavigation_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1381203830,'5.1.0 Alpha 2'),(7791,-1,'widget_tagnavigation_limit_label','global','Maximum Number of Tags','vbulletin','vBulletin Solutions',1381249472,'5.1.0 Alpha 2'),(7792,-1,'widget_tagnavigation_root_channel_label','global','Root Channel','vbulletin','vBulletin Solutions',1381203958,'5.1.0 Alpha 2'),(7793,-1,'widget_tagnavigation_show_counts_label','global','Show Tag Counts','vbulletin','vBulletin Solutions',1381254152,'5.1.0 Alpha 2'),(7794,-1,'widget_tagnavigation_title_label','global','Title','vbulletin','vBulletin Solutions',1381203889,'5.1.0 Alpha 2'),(7795,-1,'widget_tagnavigation_widgettitle','global','Tag Navigation','vbulletin','vBulletin Solutions',1381203605,'5.1.0 Alpha 2'),(7796,-1,'widget_title','global','Widget Title','vbulletin','',1318260549,'5.0.0 Alpha 7'),(7797,-1,'widget_title_search_placeholder','global','This will be the title of this widget','vbulletin','',1318260570,'5.0.0 Alpha 7'),(7798,-1,'widget_top_active_users_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7799,-1,'widget_top_active_users_maxUsers_label','global','Max top online users to show:','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7800,-1,'widget_top_active_users_widgettitle','global','Top Active Users','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7801,-1,'widget_video_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7802,-1,'widget_video_title_defaultvalue','global','Video Title','vbulletin','vBulletin Solutions',1361943726,'5.0.1 Alpha 2'),(7803,-1,'widget_video_title_label','global','Video Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7804,-1,'widget_video_url_label','global','Video Link','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7805,-1,'widget_video_widgettitle','global','Video','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7806,-1,'widget_visitormessage_display_hide_title_label','global','Hide Title','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7807,-1,'widget_visitormessage_display_widgettitle','global','Visitor Messages Display','vbulletin','vBulletin Solutions',1361970224,'5.0.1 Alpha 2'),(7808,-1,'window_open_failed_blocker','global','Unable to open a new browser window,\\n This might be due to a \'popup blocker\'','vbulletin','',0,''),(7809,-1,'within_the_last_x_days','global','Within the Last {1} Days','vbulletin','',0,''),(7810,-1,'working_ellipsis','global','Working...','vbulletin','',1345759009,'5.0.0 Alpha 38'),(7811,-1,'write_a_poll_question_here','global','Write a poll question here','vbulletin','',1318500886,'5.0.0 Alpha 7'),(7812,-1,'write_something','global','Write Something','vbulletin','',1345310953,'5.0.0 Alpha 36'),(7813,-1,'write_something_here','global','Write something...','vbulletin','vBulletin Solutions',1363275676,'5.0.2 Alpha 2'),(7814,-1,'write_something_here_about_this_photo','global','Write something here about this photo','vbulletin','',1345580173,'5.0.0 Alpha 37'),(7815,-1,'write_something_here_optional','global','Write something (optional)...','vbulletin','vBulletin Solutions',1364603018,'5.0.2 Alpha 2'),(7816,-1,'x_accepted_follow_request','global','<a href=\"{2}\" class=\"user-profile author\">{1}</a> accepted your follow request','vbulletin','',1319233803,'5.0.0 Alpha 27'),(7817,-1,'x_and_y_others_are_in_this_message','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{4}\">{2} others</span> are in this conversation','vbulletin','vBulletin Solutions',1366275563,'5.0.3 Alpha 2'),(7818,-1,'x_and_y_others_commented_on_zs','global','<a href=\"{6}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{4}\">{2} others</span> commented on {7}\'s reply at <a href=\"{5}\" class=\"post-title\">{3}</a>','vbulletin','vBulletin Solutions',1354169806,'5.0.0 Beta 25'),(7819,-1,'x_and_y_others_commented_z','global','<a href=\"{6}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{4}\">{2} others</span> commented on your reply at <a href=\"{5}\" class=\"post-title\">{3}</a>','vbulletin','',1322075421,'5.0.0 Alpha 27'),(7820,-1,'x_and_y_others_rated_reply_z','global','<a href=\"{6}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_{4}\">{2} others</span> like your reply <a href=\"{5}\" class=\"post-title\">{3}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 18'),(7821,-1,'x_and_y_others_rated_z','global','<a href=\"{6}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink rate\" id=\"pmNotifDlgLink_{4}\">{2} others</span> like your conversation <a href=\"{5}\" class=\"post-title\">{3}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 18'),(7822,-1,'x_and_y_others_replied_to_z','global','<a href=\"{6}\" class=\"user-profile author\">{1}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{4}\">{2} others</span> replied to <a href=\"{5}\" class=\"post-title\">{3}</a>','vbulletin','vBulletin Solutions',1354169941,'5.0.0 Beta 24'),(7823,-1,'x_attachments','global','{1} Attachment(s)','vbulletin','',0,''),(7824,-1,'x_blog','global','{1}\'s Blog','vbulletin','vBulletin Solutions',1354654686,'5.0.0 Beta 24'),(7825,-1,'x_by_y','global','<a href=\"{1}\">{2}</a> by <a href=\"{3}\">{4}</a>','vbulletin','',1247583928,'4.0.0 Alpha 1'),(7826,-1,'x_comment','global','{1} comment','vbulletin','',1320280989,'5.0.0 Alpha 20'),(7827,-1,'x_commented','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented','vbulletin','',1318329495,'5.0.0 Alpha 17'),(7828,-1,'x_commented_on_article_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1379363530,'5.1.0 Alpha 1'),(7829,-1,'x_commented_on_article_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1379363551,'5.1.0 Alpha 1'),(7830,-1,'x_commented_on_blog_post_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1358319973,'5.0.0 Beta 27'),(7831,-1,'x_commented_on_blog_post_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1358384323,'5.0.0 Beta 27'),(7832,-1,'x_commented_on_guests_reply','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on Guest\'s <a href=\"{3}\" class=\"reply-link animate-scroll\">reply</a>','vbulletin','vBulletin Solutions',1332729924,'5.0.0 Beta 25'),(7833,-1,'x_commented_on_guests_reply_to_z','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on Guest\'s <a href=\"{3}\" class=\"reply-link\">reply</a> to <a href=\"{5}\" class=\"post-title starter\">{7}</a>','vbulletin','vBulletin Solutions',1332728153,'5.0.0 Beta 25'),(7834,-1,'x_commented_on_guests_reply_to_z_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on Guest\'s <a href=\"{3}\" class=\"reply-link\">reply</a> to <a href=\"{8}?searchJSON=%7B%22prefix%22%3A%5B%22{9}%22%5D%7D\">{10}</a> <a href=\"{5}\" class=\"post-title starter\">{7}</a>','vbulletin','vBulletin Solutions',1345431793,'5.0.0 Beta 25'),(7835,-1,'x_commented_on_vm_from_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on a <a href=\"{3}\">Visitor Message From {4}</a>','vbulletin','vBulletin Solutions',1318329495,'5.0.0 Beta 25'),(7836,-1,'x_commented_on_your_reply_at_y','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> commented on your reply at <a href=\"{4}\" class=\"post-title\">{2}</a>','vbulletin','',1337640658,'5.0.0 Alpha 27'),(7837,-1,'x_commented_on_ys_reply','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{3}\" class=\"user-profile reply\">{4}</a>\'s <a href=\"{5}\" class=\"reply-link animate-scroll\">reply</a>','vbulletin','vBulletin Solutions',1261155104,'5.0.0 Beta 25'),(7838,-1,'x_commented_on_ys_reply_at_z','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> commented on {6}\'s reply at <a href=\"{5}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1354169778,'5.0.0 Beta 25'),(7839,-1,'x_commented_on_ys_reply_to_z','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{3}\" class=\"user-profile reply\">{4}</a>\'s <a href=\"{5}\" class=\"reply-link\">reply</a> to <a href=\"{7}\" class=\"post-title starter\">{9}</a>','vbulletin','vBulletin Solutions',1261155104,'5.0.0 Beta 25'),(7840,-1,'x_commented_on_ys_reply_to_z_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> commented on <a href=\"{3}\" class=\"user-profile reply\">{4}</a>\'s <a href=\"{5}\" class=\"reply-link\">reply</a> to <a href=\"{10}?searchJSON=%7B%22prefix%22%3A%5B%22{11}%22%5D%7D\">{12}</a> <a href=\"{7}\" class=\"post-title starter\">{9}</a>','vbulletin','vBulletin Solutions',1345431532,'5.0.0 Beta 25'),(7841,-1,'x_comments','global','{1} Comments','vbulletin','',1260423073,'4.0.0 Release Candidate 2'),(7842,-1,'x_comments_lower','global','{1} comments','vbulletin','',1320280989,'5.0.0 Alpha 20'),(7843,-1,'x_days_ago','global','{1} days ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(7844,-1,'x_does_not_have_any_notes','global','{1} does not currently have any notes.','vbulletin','',0,''),(7845,-1,'x_flagged_a_comment_on_ys_reply_to_z','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> flagged a comment on <a href=\"{3}\" class=\"user-profile reply\">{4}</a>\'s <a href=\"{5}\" class=\"reply-link\">reply</a> to <a href=\"{7}\" class=\"post-title starter\">{8}</a>','vbulletin','',1340223281,'5.0.0 Beta 24'),(7846,-1,'x_flagged_a_reply_to_x','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> flagged a reply to <a href=\"{3}\" class=\"post-title starter\">{4}</a>','vbulletin','',1340223281,'5.0.0 Alpha 28'),(7847,-1,'x_flagged_a_topic_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> flagged a topic <a href=\"{3}\" class=\"post-title starter\">{4}</a>','vbulletin','',1340223281,'5.0.0 Alpha 28'),(7848,-1,'x_hours_ago','global','{1} hours ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(7849,-1,'x_images','global','{1} Images','vbulletin','',1318329495,'5.0.0 Alpha 7'),(7850,-1,'x_is_following_you','global','<a href=\"{2}\" class=\"user-profile author\">{1}</a> is following you.','vbulletin','',1347399305,'5.0.0 Beta 11'),(7851,-1,'x_is_invisible','global','{1} is invisible','vbulletin','',0,''),(7852,-1,'x_is_offline','global','{1} is offline','vbulletin','',0,''),(7853,-1,'x_is_on_your_ignore_list','global','<strong>{1}</strong> is on your <a href=\"profile.php?{2}do=ignorelist\" target=\"_blank\">ignore list</a>.','vbulletin','vBulletin Solutions',1247600085,'4.0.0 Alpha 1'),(7854,-1,'x_is_online_now','global','{1} is online now','vbulletin','',0,''),(7855,-1,'x_is_y','global','{1} is {2}','vbulletin','',0,''),(7856,-1,'x_is_y_now','global','{1} is {2} now.','vbulletin','',1260215478,'4.0.0 Release Candidate 1'),(7857,-1,'x_mailer','global','{1}','vbulletin','',0,''),(7858,-1,'x_members_and_y_guests','global','{1} members and {2} guests','vbulletin','',0,''),(7859,-1,'x_members_y_guests_online','global','{1} member(s) and {2} guest(s)','vbulletin','vBulletin Solutions',1357731961,'5.0.0 Beta 26'),(7860,-1,'x_minutes_ago','global','{1} minutes ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(7861,-1,'x_module','global','{1} Module','vbulletin','',1369435758,'5.0.4 Alpha 1'),(7862,-1,'x_of_y','global','{1} of {2}','vbulletin','',1219941481,'3.8.0 Alpha 1'),(7863,-1,'x_photo','global','<span class=\"b-photo-count__count\">{1}</span> <span class=\"b-photo-count__label\">Photo</span>','vbulletin','vBulletin Solutions',1346250325,'5.0.2 Alpha 2'),(7864,-1,'x_photos','global','<span class=\"b-photo-count__count\">{1}</span> <span class=\"b-photo-count__label\">Photos</span>','vbulletin','vBulletin Solutions',1362689987,'5.0.2 Alpha 2'),(7865,-1,'x_posted_visitormessage','global','<a href=\"{2}\" class=\"user-profile author\">{1}</a> has left you a visitor message','vbulletin','',1317673603,'5.0.0 Alpha 27'),(7866,-1,'x_posted_visitormessage_url','global','<a href=\"{2}\" class=\"user-profile author\">{1}</a> has left you a <a href=\"{3}\">visitor message</a>.','vbulletin','vBulletin Solutions',1358315246,'5.0.0 Beta 27'),(7867,-1,'x_powered_by_vbulletin','global','{1} - Powered by vBulletin','vbulletin','',1258415820,'4.0.0 Beta 4'),(7868,-1,'x_preview','global','{1} Preview','vbulletin','',1318957764,'5.0.0 Beta 7'),(7869,-1,'x_rated_conversation_y','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> likes your conversation <a href=\"{4}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 18'),(7870,-1,'x_rated_reply_y','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> likes your reply <a href=\"{4}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 18'),(7871,-1,'x_replied','global','{1} Replied','vbulletin','',1323902927,'5.0.0 Alpha 13'),(7872,-1,'x_replied_to_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> replied to <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1359590137,'5.0.0 Release Candidate 1'),(7873,-1,'x_replied_to_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> replied to <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1345430285,'5.0.0 Beta 24'),(7874,-1,'x_replies','global','{1} replies','vbulletin','',1261155104,'4.0.1'),(7875,-1,'x_reply','global','{1} reply','vbulletin','',1325890984,'5.0.0 Alpha 29'),(7876,-1,'x_result_in_y_seconds','global','{1} result in {2} seconds.','vbulletin','vBulletin Solutions',1367854933,'5.0.3 Alpha 3'),(7877,-1,'x_results','global','<span class=\"count\"></span> results','vbulletin','',1325890984,'5.0.0 Alpha 20'),(7878,-1,'x_results_in_y_seconds','global','{1} results in {2} seconds.','vbulletin','',1318431464,'5.0.0 Alpha 20'),(7879,-1,'x_results_per_page','global','{1} results per page','vbulletin','',1318504771,'5.0.0 Alpha 7'),(7880,-1,'x_said','global','<a href=\"{1}\" title=\"{2}\">{3}</a> said','vbulletin','',1296395955,'4.1.2'),(7881,-1,'x_selected','global','{1} selected','vbulletin','',1343388674,'5.0.0 Alpha 31'),(7882,-1,'x_started_a_article_y','global','<h2><a href=\"{3}\" class=\"b-post__title starter\">{5}</a></h2>\r\nCreated by: <a href=\"{1}\" class=\"user-profile author\">{2}</a>','vbulletin','vBulletin Solutions',1380800666,'5.1.0 Alpha 2'),(7883,-1,'x_started_a_article_y_with_prefix','global','<h2><a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"b-post__title starter\">{5}</a></h2>\r\nCreated by: <a href=\"{1}\" class=\"user-profile author\">{2}</a>','vbulletin','vBulletin Solutions',1380800785,'5.1.0 Alpha 2'),(7884,-1,'x_started_a_blog_post','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a blog post','vbulletin','vBulletin Solutions',1358304275,'5.0.0 Beta 27'),(7885,-1,'x_started_a_blog_post_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a blog post <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1358304556,'5.0.0 Beta 27'),(7886,-1,'x_started_a_blog_post_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a blog post <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1358383957,'5.0.0 Beta 27'),(7887,-1,'x_started_a_message','global','{1} started a message','vbulletin','',1261155104,'5.0.0 Beta 7'),(7888,-1,'x_started_a_poll','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a poll','vbulletin','',1261155104,'5.0.0 Beta 10'),(7889,-1,'x_started_a_poll_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a poll <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1261155104,'5.0.0 Beta 25'),(7890,-1,'x_started_a_poll_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a poll <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1345434253,'5.0.0 Beta 25'),(7891,-1,'x_started_a_topic','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a topic','vbulletin','',1261155104,'5.0.0 Beta 10'),(7892,-1,'x_started_a_topic_y','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a topic <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1261155104,'5.0.0 Beta 25'),(7893,-1,'x_started_a_topic_y_with_prefix','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> started a topic <a href=\"{6}?searchJSON=%7B%22prefix%22%3A%5B%22{7}%22%5D%7D\">{8}</a> <a href=\"{3}\" class=\"post-title starter\">{5}</a>','vbulletin','vBulletin Solutions',1345219927,'5.0.0 Beta 25'),(7894,-1,'x_statistics','global','{1} Statistics','vbulletin','',0,''),(7895,-1,'x_unpublished_posts','global','{1} unpublished post(s)','vbulletin','',1346474080,'5.0.0 Beta 11'),(7896,-1,'x_user_rated_conversation_yz','global','{1} user likes your conversation <a href=\"{3}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 28'),(7897,-1,'x_users_rated_conversation_yz','global','{1} users like your conversation <a href=\"{3}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 28'),(7898,-1,'x_video','global','{1} Video','vbulletin','',1342211862,'5.0.0 Alpha 29'),(7899,-1,'x_videos','global','{1} Videos','vbulletin','',1342211837,'5.0.0 Alpha 29'),(7900,-1,'x_viewing','global','{1} Viewing','vbulletin','',0,''),(7901,-1,'x_views','global','{1} views','vbulletin','vBulletin Solutions',1258568200,'4.0.0 Beta 4'),(7902,-1,'x_voted_reply_y','global','<span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">{1} users</span> voted on a poll in your topic at <a href=\"{4}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1351620904,'5.0.0 Beta 28'),(7903,-1,'x_voted_y','global','<a href=\"{3}\" class=\"user-profile author\">{1}</a> voted on your poll <a href=\"{4}\" class=\"post-title\">{2}</a>','vbulletin','vBulletin Solutions',1353440188,'5.0.0 Beta 22'),(7904,-1,'x_weeks_ago','global','{1} weeks ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(7905,-1,'x_will_show_up_here_when_saved','global','{1} will show up here when saved.','vbulletin','vBulletin Solutions',1352802529,'5.0.0 Beta 20'),(7906,-1,'x_y_requests','global','{1} ({2} requests)','vbulletin','',0,''),(7907,-1,'x_y_user_voted_z','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">1 other</span> voted on your poll <a href=\"{4}\" class=\"post-title\">{5}</a>','vbulletin','vBulletin Solutions',1355444366,'5.0.0 Beta 23'),(7908,-1,'x_y_users_voted_z','global','<a href=\"{1}\" class=\"user-profile author\">{2}</a> and <span class=\"pmNotifDlgLink\" id=\"pmNotifDlgLink_{3}\">{4} others</span> voted on your poll <a href=\"{5}\" class=\"post-title\">{6}</a>','vbulletin','vBulletin Solutions',1355444366,'5.0.0 Beta 23'),(7909,-1,'yahoo','global','Yahoo','vbulletin','',1318503593,'5.0.0 Alpha 7'),(7910,-1,'year','global','Year','vbulletin','',0,''),(7911,-1,'years','global','Years','vbulletin','',0,''),(7912,-1,'yes','global','Yes','vbulletin','',0,''),(7913,-1,'yesterday','global','Yesterday','vbulletin','',0,''),(7914,-1,'you_are_already_editing_continue','global','You are already editing, and this will cancel any pending edits- are you sure you want to continue?','vbulletin','',1322870863,'5.0.0 Alpha 12'),(7915,-1,'you_are_here','global','You are here','vbulletin','',1337613819,'5.0.0 Alpha 25'),(7916,-1,'you_can_also_choose_from_popular_taglist','global','You can also choose from the popular tag list.','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7917,-1,'you_can_also_choose_from_popular_tags_link','global','You can also choose from the <span class=\"jsPseudoLink popular-tags-link\">popular tags</span>.','vbulletin','',1343183069,'5.0.0 Alpha 31'),(7918,-1,'you_can_also_drag_and_drop_modules_here','global','You can also drag and drop modules here','vbulletin','',1342143775,'5.0.0 Alpha 29'),(7919,-1,'you_can_also_login_as','global','Log in with','vbulletin','vBulletin Solutions',1359439714,'5.0.0 Release Candidate 1'),(7920,-1,'you_can_choose_to_display_type','global','You can choose to display individual type only or multiple types.','vbulletin','',1318504413,'5.0.0 Alpha 7'),(7921,-1,'you_can_send_invites','global','You can send invites by entering email addresses.','vbulletin','vBulletin Solutions',1382722948,'5.1.0 Alpha 3'),(7922,-1,'you_dont_have_any_subscribers_yet','global','You don\'t have any subscribers yet.','vbulletin','',1343943831,'5.0.0 Alpha 32'),(7923,-1,'you_have_a_pending_edit_unsaved','global','You have a pending edit unsaved. Please save or cancel it before proceeding.','vbulletin','',1323127182,'5.0.0 Alpha 17'),(7924,-1,'you_may_add_one_more_tag','global','You may add <strong>one</strong> more tag.','vbulletin','',1322868162,'5.0.0 Alpha 12'),(7925,-1,'you_may_add_x_more_tags','global','You may add <strong>{1}</strong> more tags.','vbulletin','',1322868104,'5.0.0 Alpha 12'),(7926,-1,'you_may_add_x_tags','global','You may add <span>{1}</span> tags to this topic.','vbulletin','',1318259095,'5.0.0 Alpha 24'),(7927,-1,'you_may_not_add_any_more_tags','global','You may not add any more tags.','vbulletin','',1322868133,'5.0.0 Alpha 12'),(7928,-1,'you_may_only_attach_x_files_per_post','global','You may only attach up to {1} files per post','vbulletin','',0,''),(7929,-1,'you_must_be_logged_in_to_post_comment','global','You must be logged in to post a comment.','vbulletin','vBulletin Solutions',1358367427,'5.0.0 Beta 27'),(7930,-1,'you_must_be_logged_in_to_upload_photos','global','You must be logged in to upload photos','vbulletin','',1322870797,'5.0.0 Alpha 12'),(7931,-1,'you_must_specify_a_screen_layout','global','You must specify a screen layout. Please go back and correct this problem.','vbulletin','',1332859668,'5.0.0 Alpha 20'),(7932,-1,'you_must_subscribe_to_post_comment','global','You must <span class=\"follow-btn {1} jsPseudoLink\" data-node-id=\"{2}\" data-owner-id=\"{3}\">subscribe</span> to <a href=\"{4}\" class=\"channel-link\">{5}</a> to leave a comment to this post.','vbulletin','vBulletin Solutions',1358373182,'5.0.0 Beta 27'),(7933,-1,'you_must_subscribe_to_profile_to_view_activities','global','You must subscribe to this profile in order to view Activities content.','vbulletin','vBulletin Solutions',1353375468,'5.0.0 Beta 21'),(7934,-1,'your_current_site','global','Your current site','vbulletin','vBulletin Solutions',1382660491,'5.1.0 Alpha 3'),(7935,-1,'your_notifications','global','Notifications','vbulletin','',1252086583,'4.0.0 Alpha 3'),(7936,-1,'your_pm_box_is_x_full','global','Your PM box is {1}% full.','vbulletin','vBulletin Solutions',1146506218,'3.6.0 Beta 1'),(7937,-1,'your_post_is_now_being_reviewed_and_waiting_for_moderators_approval','global','Thank you for your post. Your post is now being reviewed and waiting for moderator\'s approval.','vbulletin','vBulletin Solutions',1366786567,'5.0.3 Alpha 2'),(7938,-1,'your_profile','global','My Profile','vbulletin','',1252433665,'4.0.0 Alpha 3'),(7939,-1,'action_leave_blank','help_faq','Action:<dfn>- leave blank to make a general topic<br />- use commas to separate multiple actions</dfn>','vbulletin','vBulletin Solutions',1163415108,'3.6.4'),(7940,-1,'action_specific_topics','help_faq','Action Specific Topics','vbulletin','',0,''),(7941,-1,'add_child_faq_item','help_faq','Add Child Help Item','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(7942,-1,'add_new_faq_item_ghelp_faq','help_faq','Add New Help Item','vbulletin','vBulletin Solutions',1320280989,'5.0.1 Alpha 2'),(7943,-1,'add_new_topic','help_faq','Add New Topic','vbulletin','',0,''),(7944,-1,'admin_help_manager_ghelp_faq','help_faq','Admin Help Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(7945,-1,'all_scripts_ghelp_faq','help_faq','All Scripts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(7946,-1,'are_you_sure_want_to_delete_faq_item_x','help_faq','Are you <b>sure</b> you want to delete the help item called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'5.0.1 Alpha 2'),(7947,-1,'delete_old_faq','help_faq','Delete Selected Help Items','vbulletin','vBulletin Solutions',1288898772,'5.0.1 Alpha 2'),(7948,-1,'delete_old_faq_desc','help_faq','A new vBulletin help tree was added to your board.\r\n This means that you now have both the old and new help trees installed.<br />\r\n <br />\r\n Below is a list of all help items attached to the old help tree.\r\n If you have never changed any of these, leave them all selected for deletion.\r\n If you have added new help items yourself, or have modified any of the existing entries, simply deselect those items you wish to keep.<br />\r\n <br />\r\n When you have finished making your selection, click the <strong>Delete</strong> button at the bottom of the list.\r\n If no items are selected, none will be deleted.','vbulletin','vBulletin Solutions',1288898792,'5.0.1 Alpha 2'),(7949,-1,'download_upload_adminhelp','help_faq','Download / Upload Admin Help','vbulletin','',0,''),(7950,-1,'edit_comment','help_faq','Edit Comment','vbulletin','',1344879830,'5.0.0 Alpha 33'),(7951,-1,'edit_reply','help_faq','Edit Reply','vbulletin','',1344879830,'5.0.0 Alpha 33'),(7952,-1,'edit_topic','help_faq','Edit Topic','vbulletin','',1344879830,'5.0.0 Alpha 33'),(7953,-1,'edit_topics','help_faq','Edit Topics','vbulletin','',0,''),(7954,-1,'faq_link_name_changed','help_faq','Help Link Name Changed','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(7955,-1,'faq_manager_ghelp_faq','help_faq','Help Manager','vbulletin','vBulletin Solutions',1320280989,'5.0.1 Alpha 2'),(7956,-1,'general_topics','help_faq','General Topics','vbulletin','',0,''),(7957,-1,'import_admin_help_xml_file','help_faq','Import Admin Help XML File','vbulletin','',0,''),(7958,-1,'imported_admin_help_successfully','help_faq','Imported Admin Help Successfully','vbulletin','',0,''),(7959,-1,'importing_admin_help','help_faq','Importing Admin Help','vbulletin','',0,''),(7960,-1,'no_parent_faq_item','help_faq','No Parent Help Item','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(7961,-1,'parent_faq_item','help_faq','Parent Help Item','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(7962,-1,'quick_help_topic_links','help_faq','Quick Help Topic Links','vbulletin','',0,''),(7963,-1,'show_child_faq_entries','help_faq','Show Child Help Entries','vbulletin','vBulletin Solutions',1362178194,'5.0.1 Alpha 2'),(7964,-1,'sorry_there_is_already_an_item_called','help_faq','Sorry, there is already an item called','vbulletin','',0,''),(7965,-1,'to_maintain_compatibility_with_the_system_name_changed','help_faq','To maintain compatibility with the system, your specified link name:<br /> <blockquote><div><b>{1}</b></div></blockquote> has been replaced with the following:<br /> <blockquote><div><b>{2}</b></div></blockquote> You may edit the replacement link name below.','vbulletin','',0,''),(7966,-1,'topic','help_faq','Topics','vbulletin','',1339799366,'5.0.0 Alpha 27'),(7967,-1,'topic_manager','help_faq','Topic Manager','vbulletin','',0,''),(7968,-1,'add_import_product','hooks','Add/Import Product','vbulletin','',0,''),(7969,-1,'add_new_hook','hooks','Add New Hook','vbulletin','',1340317775,'5.0.0 Alpha 28'),(7970,-1,'add_new_install_uninstall_code','hooks','Add New Install/Uninstall Code','vbulletin','',0,''),(7971,-1,'add_new_product','hooks','Add New Product','vbulletin','',0,''),(7972,-1,'add_new_product_dependency','hooks','Add New Product Dependency','vbulletin','',1142519066,'3.6.0 Beta 1'),(7973,-1,'allow_overwrite_upgrade_product','hooks','Allow Overwrite<br /><dfn>If you wish to upgrade a product, you must set this to yes.</dfn>','vbulletin','',0,''),(7974,-1,'are_you_sure_want_to_delete_hook_x','hooks','Are you <b>sure</b> you want to delete the hook called \'{1}\' ?<br />\r\n<span class=\"smallfont\">({2}: {3})</span><br /><br />\r\n{4} This action cannot be undone.','vbulletin','',1340378052,'5.0.0 Alpha 28'),(7975,-1,'are_you_sure_want_to_delete_product_x','hooks','Are you <b>sure</b> you want to uninstall the product called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} <b>Warning</b>: This may delete all content created by this product.<br /> This action cannot be undone.','vbulletin','vBulletin Solutions',1374260190,'5.0.4 Release Candidate 1'),(7976,-1,'check_version','hooks','Check Version','vbulletin','',1142519066,'3.6.0 Beta 1'),(7977,-1,'class','hooks','Class','vbulletin','',1342305168,'5.0.0 Alpha 30'),(7978,-1,'click_here_for_more_info','hooks','Click here for more information!','vbulletin','',1142519066,'3.6.0 Beta 1'),(7979,-1,'compatibility_starts','hooks','Compatibility Starts','vbulletin','',1142519066,'3.6.0 Beta 1'),(7980,-1,'compatibility_starts_with_version','hooks','Compatibility Starts With Version','vbulletin','',1142519066,'3.6.0 Beta 1'),(7981,-1,'compatible','hooks','Compatible','vbulletin','',1342305460,'5.0.0 Alpha 30'),(7982,-1,'compatible_starting_with_x','hooks','Compatible starting with {1}','vbulletin','',1142519066,'3.6.0 Beta 1'),(7983,-1,'dependency_type','hooks','Dependency Type','vbulletin','',1142519066,'3.6.0 Beta 1'),(7984,-1,'edit_hook_x','hooks','Edit Hook <span class=\"normal\">{1}</span>','vbulletin','',1340582909,'5.0.0 Alpha 28'),(7985,-1,'edit_product_x','hooks','Edit Product <span class=\"normal\">{1}</span>','vbulletin','',0,''),(7986,-1,'existing_install_uninstall_code','hooks','Existing Install/Uninstall Code','vbulletin','',0,''),(7987,-1,'existing_product_dependencies','hooks','Existing Product Dependencies','vbulletin','',1142519066,'3.6.0 Beta 1'),(7988,-1,'failed_extensions','hooks','Failed Extensions','vbulletin','vBulletin Solutions',1361845215,'5.0.1 Alpha 2'),(7989,-1,'hook_active_desc','hooks','If this hook is marked as inactive, it will not be called by vBulletin. Use this to temporarily turn hooks on and off.','vbulletin','',1340323090,'5.0.0 Alpha 28'),(7990,-1,'hook_arguments','hooks','Hook Arguments','vbulletin','',1340323688,'5.0.0 Alpha 28'),(7991,-1,'hook_arguments_desc','hooks','Use this field to enter any arguments to be passed from the parent template to the called template.<br />Enter each variable assignment on a new line as \"varname=var-to-pass\". For example<br /><br />userinfo=userinfo<br />userid=userinfo.userid<br /><br />Note that only variables can be passed, use the dot syntax to pass array elements.\r\n','vbulletin','',1342906853,'5.0.0 Alpha 31'),(7992,-1,'hook_execution_order','hooks','Execution Order','vbulletin','',1340288161,'5.0.0 Alpha 28'),(7993,-1,'hook_inactive_due_to_product_disabled','hooks','<strong>This hook is currently inactive due to the product <em>{1}</em> being disabled.</strong>','vbulletin','',1340325109,'5.0.0 Alpha 28'),(7994,-1,'hook_is_active','hooks','Hook is Active','vbulletin','',1340323025,'5.0.0 Alpha 28'),(7995,-1,'hook_location','hooks','Hook Location','vbulletin','',0,''),(7996,-1,'hook_location_desc','hooks','This specifies the location within the vBulletin templates that this hook is located.','vbulletin','',1340323212,'5.0.0 Alpha 28'),(7997,-1,'hook_order_desc','hooks','Use this field to enter the order in which code at the same hook will be executed.','vbulletin','',1341868504,'5.0.0 Alpha 29'),(7998,-1,'hook_products_system','hooks','Hooks & Products System','vbulletin','',1340317234,'5.0.0 Alpha 28'),(7999,-1,'hook_select','hooks','Select a hook ...','vbulletin','',1340323411,'5.0.0 Alpha 39'),(8000,-1,'hook_title_desc','hooks','Enter a title that describes this hook.','vbulletin','',1340323411,'5.0.0 Alpha 28'),(8001,-1,'hooks_disable_config','hooks','<b>Warning:</b> Hooks and Products are currently disabled via a setting in your config.php.','vbulletin','',1340317458,'5.0.0 Alpha 28'),(8002,-1,'hooks_disabled_options','hooks','<b>Warning:</b> Hooks and Products are currently disabled in your options. <br />In order for hooks and products to function correctly, you must <a href=\"options.php?do=options&dogroup=plugin\">enable the products system</a>. Importing a product will do this for you automatically.','vbulletin','',1340317851,'5.0.0 Alpha 28'),(8003,-1,'hooks_system','hooks','Template Hooks System','vbulletin','',1340207178,'5.0.0 Alpha 28'),(8004,-1,'hooktype_announcement','hooks','Announcement','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8005,-1,'hooktype_conversation','hooks','Conversation','vbulletin','',1350000000,'5.0.0 Beta 13'),(8006,-1,'hooktype_editor','hooks','Editor','vbulletin','',1350000000,'5.0.0 Beta 13'),(8007,-1,'hooktype_footer','hooks','Footer','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8008,-1,'hooktype_general','hooks','General','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Release Candidate 1'),(8009,-1,'hooktype_header','hooks','Header','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8010,-1,'hooktype_profile','hooks','User Profile','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8011,-1,'hooktype_screen','hooks','Screen Layout','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8012,-1,'hooktype_settings','hooks','User Settings','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8013,-1,'hooktype_subscribe','hooks','Subcriptions','vbulletin','',1350000000,'5.0.0 Alpha 39'),(8014,-1,'hooktype_widgets','hooks','Widgets','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 15'),(8015,-1,'import_product','hooks','Import Product','vbulletin','',0,''),(8016,-1,'importing_product','hooks','Importing Product','vbulletin','',0,''),(8017,-1,'incompatible_with','hooks','Incompatible With','vbulletin','',1142519066,'3.6.0 Beta 1'),(8018,-1,'incompatible_with_version_and_newer','hooks','Incompatible With Version\r\n<dfn>(And newer versions)</dfn>','vbulletin','',1142519066,'3.6.0 Beta 1'),(8019,-1,'incompatible_with_x_and_greater','hooks','Incompatible with {1} and greater','vbulletin','',1142519066,'3.6.0 Beta 1'),(8020,-1,'install_code','hooks','Install Code','vbulletin','',0,''),(8021,-1,'installed_products','hooks','Installed Products','vbulletin','',0,''),(8022,-1,'installed_version','hooks','Installed Version','vbulletin','',1142519066,'3.6.0 Beta 1'),(8023,-1,'latest_version','hooks','Latest Version','vbulletin','',1142519066,'3.6.0 Beta 1'),(8024,-1,'list_extensions_version','hooks','List of Package API Extensions (Current vBulletin Version: {1})','vbulletin','',1342358108,'5.0.0 Alpha 30'),(8025,-1,'maxver','hooks','Max Version','vbulletin','',1342305361,'5.0.0 Alpha 30'),(8026,-1,'minver','hooks','Min Version','vbulletin','',1342305342,'5.0.0 Alpha 30'),(8027,-1,'mysql_version_products','hooks','MySQL Version','vbulletin','',1341870452,'5.0.0 Alpha 29'),(8028,-1,'no_dep','hooks','No (Dep)','vbulletin','vBulletin Solutions',1367856986,'5.0.3 Beta 1'),(8029,-1,'no_extensions','hooks','No Extensions Found','vbulletin','',1342313613,'5.0.0 Alpha 30'),(8030,-1,'package','hooks','Package','vbulletin','',1342311943,'5.0.0 Alpha 30'),(8031,-1,'php_version','hooks','PHP Version','vbulletin','',1142519066,'3.6.0 Beta 1'),(8032,-1,'product_id','hooks','Product ID','vbulletin','',0,''),(8033,-1,'product_incompatible_version_x_mysql','hooks','This product is not compatible with version {1} of MySQL. {2}','vbulletin','',1142519066,'3.6.0 Beta 1'),(8034,-1,'product_incompatible_version_x_php','hooks','This product is not compatible with version {1} of PHP. {2}','vbulletin','',1142519066,'3.6.0 Beta 1'),(8035,-1,'product_incompatible_version_x_product_y','hooks','This product is not compatible with version {1} of the product <em>{3}</em>. {2}','vbulletin','',1142519066,'3.6.0 Beta 1'),(8036,-1,'product_incompatible_version_x_vbulletin','hooks','This product is not compatible with version {1} of vBulletin. {2}','vbulletin','',1142519066,'3.6.0 Beta 1'),(8037,-1,'product_url','hooks','Product URL','vbulletin','',1142519066,'3.6.0 Beta 1'),(8038,-1,'product_x_must_be_activated','hooks','The product <em>{1}</em> must be activated before this product may be installed.','vbulletin','',1142519066,'3.6.0 Beta 1'),(8039,-1,'product_x_must_be_installed','hooks','The product <em>{1}</em> must be installed before this product may be installed. {2}','vbulletin','',1142519066,'3.6.0 Beta 1'),(8040,-1,'product_x_out_of_date','hooks','Product <span class=\"normal\">{1}</span> is out of date.','vbulletin','vBulletin Solutions',1156849692,'3.6.1'),(8041,-1,'product_x_up_to_date','hooks','Product <span class=\"normal\">{1}</span> is up to date.','vbulletin','vBulletin Solutions',1156849525,'3.6.1'),(8042,-1,'save_status','hooks','Save Status','vbulletin','',1340317983,'5.0.0 Alpha 28'),(8043,-1,'template_name','hooks','Template Name','vbulletin','',1340288283,'5.0.0 Alpha 28'),(8044,-1,'template_name_desc','hooks','Enter the name of the template this hook will trigger. This can be a custom or existing template.','vbulletin','',1340323615,'5.0.0 Alpha 28'),(8045,-1,'uninstall','hooks','Uninstall','vbulletin','',0,''),(8046,-1,'uninstall_code','hooks','Uninstall Code','vbulletin','',0,''),(8047,-1,'uninstall_product_break_products_x','hooks','If you uninstall this product, the following products may no longer function:\r\n<ol>{1}</ol>','vbulletin','',1142519066,'3.6.0 Beta 1'),(8048,-1,'vb_prefix_reserved','hooks','The product ID prefix <strong>vb</strong> is reserved for official vBulletin products.<br />\r\n<br />\r\nIf you have not received express permission from the vBulletin development team to use the vb prefix, please alter your product ID now.','vbulletin','',0,''),(8049,-1,'vbulletin_version_products','hooks','vBulletin Version','vbulletin','',1341870473,'5.0.0 Alpha 29'),(8050,-1,'version_check_url','hooks','Version Check URL','vbulletin','',1142519066,'3.6.0 Beta 1'),(8051,-1,'version_products','hooks','Version','vbulletin','',1341870489,'5.0.0 Alpha 29'),(8052,-1,'active_ginfraction','infraction','Active','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8053,-1,'active_infraction_x_points','infraction','Active Infraction (Points: {1})','vbulletin','vBulletin Solutions',1212055642,'3.7.2'),(8054,-1,'active_infraction_x_points_y_penalty','infraction','Active Infraction (Points: {1}) (Reputation Penalty: {2})','vbulletin','vBulletin Solutions',1373929266,'5.0.4 Release Candidate 1'),(8055,-1,'active_warning','infraction','Active Warning','vbulletin','',1142519066,'3.6.0 Beta 1'),(8056,-1,'add_new_automatic_ban_ginfraction','infraction','Add New Automatic Ban','vbulletin','vBulletin Solutions',1157390518,'5.0.0 Alpha 8'),(8057,-1,'add_new_user_infraction_group_ginfraction','infraction','Add New User Infraction Group','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8058,-1,'admin_note','infraction','Admin Note','vbulletin','vBulletin Solutions',1370599187,'5.0.4 Alpha 2'),(8059,-1,'administrative_note','infraction','Administrative Note','vbulletin','vBulletin Solutions',1158273743,'3.6.2'),(8060,-1,'all_user_groups_x_points','infraction','All user groups - {1} point(s)','vbulletin','vBulletin Solutions',1371467811,'5.0.4 Alpha 2'),(8061,-1,'amount_ginfraction','infraction','Amount','vbulletin','vBulletin Solutions',1157406198,'5.0.0 Alpha 8'),(8062,-1,'and_x_reputation_penalty','infraction',' and {1} reputation penalty','vbulletin','vBulletin Solutions',1371487248,'5.0.4 Alpha 2'),(8063,-1,'are_you_sure_delete_infractions','infraction','Are you sure you want to delete the selected infraction(s)?','vbulletin','vBulletin Solutions',1370883241,'5.0.4 Alpha 2'),(8064,-1,'are_you_sure_want_to_delete_infraction_x','infraction','Are you sure you want to delete this Infraction?\r\n{1}','vbulletin','vBulletin Solutions',1375123798,'5.0.5 Alpha 2'),(8065,-1,'are_you_sure_you_want_to_delete_this_automatic_ban','infraction','Are you sure you want to delete this automatic ban?','vbulletin','vBulletin Solutions',1157411113,'3.6.1'),(8066,-1,'are_you_sure_you_want_to_delete_this_infraction_group','infraction','Are you sure you want to delete this infraction group?','vbulletin','',1142519066,'3.6.0 Beta 1'),(8067,-1,'are_you_sure_you_want_to_delete_this_infraction_level','infraction','Are you sure you want to delete this infraction level?','vbulletin','',1142519066,'3.6.0 Beta 1'),(8068,-1,'assign_infraction_level','infraction','Assign Infraction Level','vbulletin','vBulletin Solutions',1360897847,'5.0.1 Alpha 2'),(8069,-1,'automatic_ban','infraction','Automatic Ban','vbulletin','vBulletin Solutions',1157390535,'3.6.1'),(8070,-1,'back_to_infractions','infraction','Back to Infractions','vbulletin','vBulletin Solutions',1370872825,'5.0.4 Alpha 2'),(8071,-1,'ban_usergroup','infraction','Ban Usergroup','vbulletin','vBulletin Solutions',1157474207,'3.6.1'),(8072,-1,'cannot_give_node_infraction_error','infraction','You do not have permission to give infraction to this post or this had already been given infraction.','vbulletin','vBulletin Solutions',1361778619,'5.0.1 Alpha 2'),(8073,-1,'cannot_give_user_infraction_error','infraction','You do not have permission to give infraction to this user.','vbulletin','vBulletin Solutions',1361778158,'5.0.1 Alpha 2'),(8074,-1,'custom_infraction','infraction','Custom Infraction','vbulletin','vBulletin Solutions',1149887781,'3.6.0 Beta 2'),(8075,-1,'discussion_thread','infraction','Discussion Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8076,-1,'enter_the_ban_reason_here','infraction','Enter the ban reason here','vbulletin','vBulletin Solutions',1362097587,'5.0.1 Alpha 2'),(8077,-1,'error_adding_infraction','infraction','Error adding infraction.','vbulletin','vBulletin Solutions',1360905027,'5.0.1 Alpha 2'),(8078,-1,'error_adding_warning','infraction','Error adding warning','vbulletin','vBulletin Solutions',1361506102,'5.0.1 Alpha 2'),(8079,-1,'error_sending_private_message','infraction','Error sending private message','vbulletin','vBulletin Solutions',1361506132,'5.0.1 Alpha 2'),(8080,-1,'expired_ginfraction','infraction','Expired','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8081,-1,'expired_infraction_x_points','infraction','Expired Infraction (Points: {1})','vbulletin','vBulletin Solutions',1212055652,'3.7.2'),(8082,-1,'expired_infraction_x_points_y_penalty','infraction','Expired Infraction (Points: {1}) (Reputation Penalty: {2})','vbulletin','vBulletin Solutions',1373929445,'5.0.4 Release Candidate 1'),(8083,-1,'expired_warning','infraction','Expired Warning','vbulletin','',1142519066,'3.6.0 Beta 1'),(8084,-1,'expires_ginfraction','infraction','Expires','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8085,-1,'extend','infraction','Extend','vbulletin','vBulletin Solutions',1155926596,'3.6.1'),(8086,-1,'give_infraction_ginfraction','infraction','Give Infraction','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8087,-1,'href_x_y_gave_infraction','infraction','<a href=\"{1}\">{2}</a> gave infraction','vbulletin','vBulletin Solutions',1370866261,'5.0.4 Alpha 2'),(8088,-1,'infraction','infraction','Infraction','vbulletin','',1142519066,'3.6.0 Beta 1'),(8089,-1,'infraction_dashboard_for_x','infraction','Infraction Dashboard for {1}','vbulletin','vBulletin Solutions',1360897787,'5.0.1 Alpha 2'),(8090,-1,'infraction_group','infraction','Infraction Group','vbulletin','vBulletin Solutions',1157411315,'3.6.1'),(8091,-1,'infraction_group_x_y_points','infraction','{1} - {2} point(s)','vbulletin','vBulletin Solutions',1371465905,'5.0.4 Alpha 2'),(8092,-1,'infraction_level','infraction','Infraction Level','vbulletin','',1142519066,'3.6.0 Beta 1'),(8093,-1,'infraction_level_title_x_points_expires_in_y_days','infraction','{1} - {2} point(s), expires in {3} day(s)','vbulletin','vBulletin Solutions',1361850142,'5.0.1 Alpha 2'),(8094,-1,'infraction_level_title_x_points_expires_in_y_hours','infraction','{1} - {2} point(s), expires in {3} hour(s)','vbulletin','vBulletin Solutions',1361850109,'5.0.1 Alpha 2'),(8095,-1,'infraction_level_title_x_points_expires_in_y_months','infraction','{1} - {2} point(s), expires in {3} month(s)','vbulletin','vBulletin Solutions',1361850190,'5.0.1 Alpha 2'),(8096,-1,'infraction_level_title_x_points_never_expires','infraction','{1} - {2} point(s), never expires','vbulletin','vBulletin Solutions',1361850234,'5.0.1 Alpha 2'),(8097,-1,'infraction_reason','infraction','Infraction Reason','vbulletin','',1142519066,'3.6.0 Beta 1'),(8098,-1,'infraction_received_ginfraction','infraction','Infraction Received: {1}','vbulletin','vBulletin Solutions',1149109875,'5.0.0 Alpha 8'),(8099,-1,'infraction_statistics','infraction','Infraction Statistics','vbulletin','',1142519066,'3.6.0 Beta 1'),(8100,-1,'infraction_type','infraction','Type','vbulletin','',1142519066,'3.6.0 Beta 1'),(8101,-1,'infraction_view','infraction','View','vbulletin','',1142519066,'3.6.0 Beta 1'),(8102,-1,'infraction_viewer_page_x_y_there_are_z_total_log_entries','infraction','Infraction Viewer (page {1}/{2}) | There are {3} total entries.','vbulletin','',1142519066,'3.6.0 Beta 1'),(8103,-1,'infractions_active_total','infraction','Infractions (Active / Total)','vbulletin','vBulletin Solutions',1157484897,'3.6.1'),(8104,-1,'left_by','infraction','Left By','vbulletin','',1142519066,'3.6.0 Beta 1'),(8105,-1,'leftby_infraction','infraction','Left By','vbulletin','',1142519066,'3.6.0 Beta 1'),(8106,-1,'leftfor_infraction','infraction','Left For','vbulletin','',1142519066,'3.6.0 Beta 1'),(8107,-1,'make_this_infraction_as_warning','infraction','Give this infraction as a warning only','vbulletin','vBulletin Solutions',1361931845,'5.0.1 Alpha 2'),(8108,-1,'message_to_user','infraction','Message to User','vbulletin','vBulletin Solutions',1158273723,'3.6.2'),(8109,-1,'method_ginfraction','infraction','Method','vbulletin','vBulletin Solutions',1157406209,'5.0.0 Alpha 8'),(8110,-1,'no_permission_to_view_infraction','infraction','You have no permission to view this infraction.','vbulletin','vBulletin Solutions',1360953466,'5.0.1 Alpha 2'),(8111,-1,'no_title','infraction','<No Title>','vbulletin','',1142519066,'3.6.0 Beta 1'),(8112,-1,'order_by_expiration','infraction','Order by Expiration','vbulletin','',1142519066,'3.6.0 Beta 1'),(8113,-1,'order_by_points','infraction','Order by Points','vbulletin','',1142519066,'3.6.0 Beta 1'),(8114,-1,'order_by_reputation_penalty','infraction','Order by Reputation Penalty','vbulletin','vBulletin Solutions',1371556460,'5.0.4 Alpha 2'),(8115,-1,'override_display','infraction','Override Display','vbulletin','vBulletin Solutions',1153845761,'3.6.0 Release Candidate 3'),(8116,-1,'override_usergroup','infraction','Override Usergroup','vbulletin','',1142519066,'3.6.0 Beta 1'),(8117,-1,'override_with_permissions','infraction','Override with Permissions from Usergroup','vbulletin','',1142519066,'3.6.0 Beta 1'),(8118,-1,'penalties','infraction','Penalties','vbulletin','vBulletin Solutions',1371485695,'5.0.4 Alpha 2'),(8119,-1,'please_check_the_box_to_reverse_infraction','infraction','Please check the box to reverse this warning/infraction.','vbulletin','vBulletin Solutions',1361303200,'5.0.1 Alpha 2'),(8120,-1,'please_specify_custom_expires','infraction','Please specify valid custom infraction expiration.','vbulletin','vBulletin Solutions',1361924566,'5.0.1 Alpha 2'),(8121,-1,'please_specify_custom_points','infraction','Please specify valid custom infraction points.','vbulletin','vBulletin Solutions',1361924530,'5.0.1 Alpha 2'),(8122,-1,'please_specify_custom_reason','infraction','Please specify custom infraction reason.','vbulletin','vBulletin Solutions',1361924495,'5.0.1 Alpha 2'),(8123,-1,'please_specify_infraction_pm','infraction','Please specify the message that will be sent to the user.','vbulletin','vBulletin Solutions',1361926571,'5.0.1 Alpha 2'),(8124,-1,'please_specify_reason_to_reverse_infraction','infraction','Please specify reason to reverse this warning/infraction.','vbulletin','vBulletin Solutions',1361303147,'5.0.1 Alpha 2'),(8125,-1,'points_ginfraction','infraction','Points','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8126,-1,'possible_infraction_groups','infraction','Possible Infraction Groups','vbulletin','vBulletin Solutions',1371464496,'5.0.4 Alpha 2'),(8127,-1,'removal_of_this_infraction','infraction','Removal of this infraction will remove the infraction points and reputation penalty that were incurred for this offense and decrease the user\'s infractions/warnings total.','vbulletin','vBulletin Solutions',1154953668,'5.0.4 Release Candidate 1'),(8128,-1,'replied_by_me','infraction','Replied by Me','vbulletin','vBulletin Solutions',1370594301,'5.0.4 Alpha 2'),(8129,-1,'reply_content','infraction','Reply content','vbulletin','vBulletin Solutions',1370599966,'5.0.4 Alpha 2'),(8130,-1,'reputation_penalty','infraction','Reputation Penalty','vbulletin','vBulletin Solutions',1371483905,'5.0.4 Alpha 2'),(8131,-1,'reversal_reason','infraction','Reverse Infraction with the following reason','vbulletin','',1245808369,'4.0.0 Alpha 1'),(8132,-1,'reverse_ginfraction','infraction','Reverse','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8133,-1,'reverse_infraction','infraction','Reverse Infraction/Warning','vbulletin','',1142519066,'3.6.0 Beta 1'),(8134,-1,'reverse_this_infraction','infraction','Reverse this Infraction','vbulletin','',1142519066,'3.6.0 Beta 1'),(8135,-1,'reversed_ginfraction','infraction','Reversed','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8136,-1,'reversed_infraction_x_points','infraction','Reversed Infraction (Points: {1})','vbulletin','vBulletin Solutions',1212055665,'3.7.2'),(8137,-1,'reversed_infraction_x_points_y_penalty','infraction','Reversed Infraction (Points: {1}) (Reputation Penalty: {2})','vbulletin','vBulletin Solutions',1373929496,'5.0.4 Release Candidate 1'),(8138,-1,'select_an_infraction_level','infraction','Select an Infraction Level','vbulletin','vBulletin Solutions',1361837790,'5.0.1 Alpha 2'),(8139,-1,'send_an_infraction_note','infraction','Send a Private Message','vbulletin','vBulletin Solutions',1360897929,'5.0.1 Alpha 2'),(8140,-1,'status_ginfraction','infraction','Status','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8141,-1,'this_user_has_no_infraction','infraction','This user has no infraction.','vbulletin','vBulletin Solutions',1361780295,'5.0.1 Alpha 2'),(8142,-1,'to_reverse_this_infraction','infraction','To reverse this warning/infraction, click this box and press the \'Reverse\' button.','vbulletin','',1142519066,'3.6.0 Beta 1'),(8143,-1,'total_infraction_points','infraction','Total Infraction Points','vbulletin','vBulletin Solutions',1361773386,'5.0.1 Alpha 2'),(8144,-1,'user_infraction','infraction','User Infraction','vbulletin','',1142519066,'3.6.0 Beta 1'),(8145,-1,'user_infraction_groups','infraction','User Infraction Groups','vbulletin','',1142519066,'3.6.0 Beta 1'),(8146,-1,'user_infraction_level','infraction','User Infraction Level','vbulletin','',1142519066,'3.6.0 Beta 1'),(8147,-1,'user_infraction_levels','infraction','User Infraction Levels','vbulletin','',1142519066,'3.6.0 Beta 1'),(8148,-1,'user_infraction_manager_ginfraction','infraction','User Infraction Manager','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8149,-1,'view_infraction','infraction','View Infraction/Warning','vbulletin','',1142519066,'3.6.0 Beta 1'),(8150,-1,'view_infractions_ginfraction','infraction','View Infractions','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8151,-1,'warning_added','infraction','Warning has been issued for this user.','vbulletin','vBulletin Solutions',1361897880,'5.0.1 Alpha 2'),(8152,-1,'warning_ginfraction','infraction','Warning','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8153,-1,'warning_received_ginfraction','infraction','Warning Received: {1}','vbulletin','vBulletin Solutions',1149109883,'5.0.0 Alpha 8'),(8154,-1,'warnings_ginfraction','infraction','Warnings','vbulletin','vBulletin Solutions',1149805562,'5.0.0 Alpha 8'),(8155,-1,'x_days','infraction','{1} Day(s)','vbulletin','vBulletin Solutions',1157409423,'3.6.1'),(8156,-1,'x_gave_infraction_for_y_z','infraction','{1} gave an infraction for {2}: {3}','vbulletin','vBulletin Solutions',1157409423,'5.0.4 Alpha 2'),(8157,-1,'x_hours_ginfraction','infraction','{1} Hour(s)','vbulletin','vBulletin Solutions',1157409433,'5.0.0 Alpha 8'),(8158,-1,'x_months','infraction','{1} Month(s)','vbulletin','vBulletin Solutions',1157409416,'3.6.1'),(8159,-1,'x_weeks','infraction','{1} Week(s)','vbulletin','vBulletin Solutions',1157409407,'3.6.1'),(8160,-1,'x_years','infraction','{1} Year(s)','vbulletin','vBulletin Solutions',1157409400,'3.6.1'),(8161,-1,'affected_users','inlinemod','Affected Users','vbulletin','vBulletin Solutions',1190298826,'3.7.0 Beta 1'),(8162,-1,'affected_users_are','inlinemod','The user(s) who posted the spam are:','vbulletin','vBulletin Solutions',1190301653,'3.7.0 Beta 1'),(8163,-1,'applying_punitive_action_to','inlinemod','Applying Punitive Action To','vbulletin','vBulletin Solutions',1192466961,'3.7.0 Beta 1'),(8164,-1,'approve_attachments','inlinemod','Approve Attachments','vbulletin','',0,''),(8165,-1,'approve_posts','inlinemod','Approve Posts','vbulletin','',0,''),(8166,-1,'approve_threads','inlinemod','Approve Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8167,-1,'ban_users','inlinemod','Ban these users','vbulletin','vBulletin Solutions',1190293002,'3.7.0 Beta 1'),(8168,-1,'clear_post_list','inlinemod','Deselect All Posts','vbulletin','',0,''),(8169,-1,'clear_thread_list','inlinemod','Deselect All Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8170,-1,'close_threads','inlinemod','Close Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8171,-1,'copy_posts','inlinemod','Copy Posts','vbulletin','vBulletin Solutions',1145563688,'3.6.0 Beta 1'),(8172,-1,'copying_x_posts','inlinemod','Copying {1} Posts','vbulletin','',1329798639,'5.0.0 Alpha 19'),(8173,-1,'delete_messages_ginlinemod','inlinemod','Delete Messages','vbulletin','',1197984045,'5.0.0 Alpha 8'),(8174,-1,'delete_other_posts_and_threads_by_affected_users','inlinemod','Delete other posts and topics started by the affected users','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8175,-1,'delete_posts_as_spam','inlinemod','Delete Posts as Spam','vbulletin','vBulletin Solutions',1190119722,'3.7.0 Beta 1'),(8176,-1,'delete_spam','inlinemod','Delete Spam','vbulletin','vBulletin Solutions',1190293750,'3.7.0 Beta 1'),(8177,-1,'delete_threads','inlinemod','Delete Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8178,-1,'delete_threads_as_spam','inlinemod','Delete Topics as Spam','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8179,-1,'deleting_the_first_post','inlinemod','Deleting the first post of a topic will result in the deletion of the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8180,-1,'deselect_all_ginlinemod','inlinemod','Deselect All','vbulletin','',1320280989,'5.0.0 Alpha 17'),(8181,-1,'do_nothing','inlinemod','Do nothing','vbulletin','vBulletin Solutions',1190293301,'3.7.0 Beta 1'),(8182,-1,'do_what_with_affected_users','inlinemod','What do you want to do to the {1} affected user(s)?','vbulletin','vBulletin Solutions',1190301443,'3.7.0 Beta 1'),(8183,-1,'inlinemod_auth','inlinemod','Confirm Authorization for Change','vbulletin','vBulletin Solutions',1354734912,'5.0.0 Beta 22'),(8184,-1,'inlinemod_auth_login_failed','inlinemod','Login failed. Please try again.','vbulletin','',1343134756,'5.0.0 Alpha 31'),(8185,-1,'inlinemod_auth_login_first','inlinemod','Please login first.','vbulletin','',1343134698,'5.0.0 Alpha 31'),(8186,-1,'inlinemod_auth_password_empty','inlinemod','Please enter your password.','vbulletin','',1343134719,'5.0.0 Alpha 31'),(8187,-1,'invert_selection_ginlinemod','inlinemod','<strong>Invert</strong> Selection','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8188,-1,'merge_posts','inlinemod','Merge Posts','vbulletin','',0,''),(8189,-1,'merge_thread','inlinemod','Merge Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8190,-1,'merge_threads_ginlinemod','inlinemod','Merge Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8191,-1,'merging_x_threads','inlinemod','Merging {1} Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8192,-1,'moderated_thread_prefix','inlinemod','Moderated:','vbulletin','',0,''),(8193,-1,'moderation_log','inlinemod','Moderation Log','vbulletin','',1344879830,'5.0.0 Alpha 33'),(8194,-1,'move_posts','inlinemod','Move Posts','vbulletin','',1347650002,'5.0.0 Beta 11'),(8195,-1,'move_threads_ginlinemod','inlinemod','Move Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8196,-1,'open_threads','inlinemod','Open Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8197,-1,'place_ban_users_in','inlinemod','Place banned users in to','vbulletin','vBulletin Solutions',1194524373,'3.7.0 Beta 1'),(8198,-1,'punitive_action','inlinemod','Punitive Action','vbulletin','vBulletin Solutions',1190291662,'3.7.0 Beta 1'),(8199,-1,'reason_for_deletion_ginlinemod','inlinemod','Reason for deletion','vbulletin','',1248124872,'5.0.0 Alpha 8'),(8200,-1,'select_all_ginlinemod','inlinemod','Select All','vbulletin','',1320280989,'5.0.0 Alpha 17'),(8201,-1,'select_deleted_posts_ginlinemod','inlinemod','Select <strong>Deleted</strong> Posts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8202,-1,'select_deleted_threads','inlinemod','Select <strong>Deleted</strong> Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8203,-1,'select_posts_with_attachments','inlinemod','Select Posts with <strong>Attachments</strong>','vbulletin','',0,''),(8204,-1,'select_threads_with_attachments','inlinemod','Select Topics with <strong>Attachments</strong>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8205,-1,'select_unapproved_posts_ginlinemod','inlinemod','Select <strong>Unapproved</strong> Posts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8206,-1,'select_unapproved_threads','inlinemod','Select <strong>Unapproved</strong> Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8207,-1,'spam_management','inlinemod','Spam Management','vbulletin','vBulletin Solutions',1190112209,'3.6.8'),(8208,-1,'stick_threads','inlinemod','Stick Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8209,-1,'submit_data_to_antispam_service','inlinemod','Submit data to Anti-Spam Service','vbulletin','vBulletin Solutions',1194870127,'3.7.0 Beta 1'),(8210,-1,'unapprove_attachments','inlinemod','Unapprove Attachments','vbulletin','',0,''),(8211,-1,'unapprove_posts','inlinemod','Unapprove Posts','vbulletin','',0,''),(8212,-1,'unapprove_threads','inlinemod','Unapprove Topics','vbulletin','vBulletin Solutions',1351887554,'5.0.0 Beta 18'),(8213,-1,'undelete_posts','inlinemod','Undelete Posts','vbulletin','',0,''),(8214,-1,'undelete_threads','inlinemod','Undelete Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8215,-1,'unstick_threads','inlinemod','Unstick Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8216,-1,'view_selected_posts','inlinemod','View Selected Posts','vbulletin','vBulletin Solutions',1147982193,'3.6.0 Beta 1'),(8217,-1,'view_selected_threads','inlinemod','View Selected Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8218,-1,'which_channel_moved_thread','inlinemod','Which channel should the moved topic(s) be placed in?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8219,-1,'which_thread_main_thread','inlinemod','Which topic should become the main topic? If multiple topics contains polls, only the destination one will be kept.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8220,-1,'x_y_by_z','inlinemod','({1}) {2} by {3}','vbulletin','',0,''),(8221,-1,'add_new_language','language','Add New Language','vbulletin','',0,''),(8222,-1,'add_new_phrase','language','Add New Phrase','vbulletin','',0,''),(8223,-1,'all_languages','language','All Languages','vbulletin','',0,''),(8224,-1,'all_phrase_groups','language','ALL PHRASE GROUPS','vbulletin','',0,''),(8225,-1,'all_products','language','All Products','vbulletin','vBulletin Solutions',1172078028,'3.6.5'),(8226,-1,'are_you_sure_want_to_delete_language_x','language','Are you <b>sure</b> you want to delete the language called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(8227,-1,'are_you_sure_want_to_delete_phrase_x','language','Are you <b>sure</b> you want to delete the phrase called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(8228,-1,'calformat1_format_override','language','Birthday Date Format Override <dfn>Use this to override the default birthday (<b>with Year</b>) date format</dfn>','vbulletin','',0,''),(8229,-1,'calformat2_format_override','language','Birthday Date Format Override <dfn>Use this to override the default birthday (<b>without Year</b>) date format<br /><i>DO NOT put in a code for the year</i></dfn>','vbulletin','',0,''),(8230,-1,'case_sensitive','language','Case-Sensitive','vbulletin','',0,''),(8231,-1,'charset','language','Charset','vbulletin','vBulletin Solutions',1323992152,'5.0.0 Alpha 32'),(8232,-1,'copy_default_text','language','Copy Default Text','vbulletin','',0,''),(8233,-1,'create_new_language','language','Create New Language','vbulletin','',0,''),(8234,-1,'creating_a_new_language_called_x','language','Creating a new language called \'<i>{1}</i>\'','vbulletin','',0,''),(8235,-1,'custom_language','language','Custom Language','vbulletin','',0,''),(8236,-1,'custom_phrase','language','Custom Phrase','vbulletin','',0,''),(8237,-1,'date_format_override','language','Date Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nEuropean Format (e.g., 25-04-98): %d-%m-%y (\'d-m-y\' if a locale is <b>not</b> specified)<br />\r\nDefault Date Format for this Locale: %x\r\n</dfn>','vbulletin','',1262738535,'4.0.1'),(8238,-1,'date_time_formatting','language','Date / Time Formatting<dfn>If a locale is defined, you must use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>, otherwise use the formatting found <a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">here</a></dfn>','vbulletin','',0,''),(8239,-1,'decimal_separator','language','Decimal Separator <dfn>(The character used to separate integers from floating point number components, such as the . used in 0.01. To specify a space, please use the underscore <b>_</b>)</dfn>','vbulletin','',0,''),(8240,-1,'default_phrase_updated_desc','language','Default Phrase Updated in <i>{1}</i> by <b>{2}</b><br />\r\nYour Custom Phrase Last Edited in <i>{3}</i> by <b>{4}</b>','vbulletin','',1142519066,'3.6.0 Beta 1'),(8241,-1,'default_text','language','Default Text','vbulletin','',0,''),(8242,-1,'default_text_is_empty','language','Copying the default text would be tricky, as you haven\'t typed anything yet!','vbulletin','',0,''),(8243,-1,'delete_all_orphans_notes','language','You have chosen to delete all orphan phrases. Click the button below to continue.','vbulletin','',0,''),(8244,-1,'deleting_this_language_will_delete_custom_phrases','language','Deleting this language will delete any customized phrases you have created for this language.','vbulletin','',0,''),(8245,-1,'download_upload_language','language','Download / Upload Language','vbulletin','',0,''),(8246,-1,'edit_settings_glanguage','language','Edit Settings','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8247,-1,'edit_translate_x_y_phrases','language','Edit / Translate {1} {2} Phrases','vbulletin','',0,''),(8248,-1,'enable_directional_markup_fix','language','Enable Directional Markup Fix','vbulletin','',0,''),(8249,-1,'find_and_replace_in_languages','language','Find and Replace in Languages','vbulletin','',0,''),(8250,-1,'find_orphan_phrases','language','Find Orphan Phrases','vbulletin','',0,''),(8251,-1,'find_updated_phrases_glanguage','language','Find Updated Phrases','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8252,-1,'general_settings','language','General Settings','vbulletin','',0,''),(8253,-1,'html_charset','language','HTML Character Set\r\n<dfn>This is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template.</dfn>','vbulletin','',0,''),(8254,-1,'if_you_delete_this_phrase_translations_will_be_deleted','language','If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.','vbulletin','',0,''),(8255,-1,'if_you_would_like_to_remove_this_phrase','language','If You Would Like to Remove this Phrase','vbulletin','',0,''),(8256,-1,'ignore_language_version','language','Ignore Language Version <dfn>Use language file <b>even</b> if it was created by a different version of vBulletin?</dfn>','vbulletin','',0,''),(8257,-1,'image_folder_override','language','Button Images Folder Override\r\n<dfn>Use this to override the button images folder associated with the style being used. By default, this folder is images/buttons.</dfn>\r\n<dfn>You may use <#> to represent the style ID the user is currently using.</dfn>','vbulletin','vBulletin Solutions',1216114920,'3.8.0 Alpha 1'),(8258,-1,'import_language_xml_file','language','Import Language XML File','vbulletin','',0,''),(8259,-1,'importing_language','language','Importing Language','vbulletin','',0,''),(8260,-1,'include_custom_phrases','language','Include Custom Phrases','vbulletin','',1142519066,'3.6.0 Beta 1'),(8261,-1,'insert_into_master_language_developer_option','language','Insert into MASTER LANGUAGE <dfn>(Developer Option)</dfn>','vbulletin','',0,''),(8262,-1,'is_default_language','language','Is Default Language','vbulletin','',0,''),(8263,-1,'just_fetch_phrases','language','Just fetch phrases\r\n<dfn>(No language settings will be included if \'Yes\' is selected)</dfn>','vbulletin','',0,''),(8264,-1,'keep','language','Keep','vbulletin','',0,''),(8265,-1,'keep_all','language','Keep All','vbulletin','',0,''),(8266,-1,'keep_orphans_notes','language','Shown here are all the translations for the orphan phrases you want to keep. You must choose one translation of each phrase to become the default version of that phrase.','vbulletin','',0,''),(8267,-1,'language_code','language','Language Code <dfn>This is the abbreviation your language uses, such as "en" or "en-US". See <a href=\"http://www.loc.gov/standards/iso639-2/php/English_list.php\" target=\"_blank\">here</a> for more information.</dfn>','vbulletin','vBulletin Solutions',1160697927,'3.6.3'),(8268,-1,'language_manager_glanguage','language','Language Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8269,-1,'left_to_right','language','Left to Right','vbulletin','',0,''),(8270,-1,'locale','language','Locale<dfn>You can define a locale so that dates are properly translated. The setting for your locale will depend on your server OS and not all locales are supported on all systems. Windows servers need to look <a href=\"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_language_strings.asp\" target=\"_blank\">here</a> and everyone else needs to look <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm\" target=\"_blank\">here</a> and <a href=\"http://www.faqs.org/rfcs/rfc1766\" target=\"_blank\">here</a>. You must fill in all of the override fields below and use the formatting found <a href=\"http://www.php.net/manual/en/function.strftime.php\" target=\"_blank\">here</a>.<br /><br />Examples for windows are \'Chinese\' and \'deu\'.<br />Examples for Linux are \'de_DE\' and \'fr_FR\'.</dfn>','vbulletin','',1209721537,'3.7.1'),(8271,-1,'logdate_format_override','language','Log Date Format Override<dfn>Use this to override the default Admin CP Log format</dfn>','vbulletin','',0,''),(8272,-1,'master_language','language','MASTER LANGUAGE','vbulletin','',0,''),(8273,-1,'no_x_phrases_defined','language','There are no {1} phrases defined','vbulletin','',0,''),(8274,-1,'number_formatting','language','Number Formatting','vbulletin','',0,''),(8275,-1,'overwrite_language_dfn','language','Overwrite Language <dfn>(Selecting a language here will cause the imported language to overwrite an existing language. Leave blank to create a new language.)</dfn>','vbulletin','',0,''),(8276,-1,'overwriting_language_x','language','Overwriting Language \'<i>{1}</i>\'','vbulletin','',0,''),(8277,-1,'phrase_manager_glanguage','language','Phrase Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8278,-1,'phrase_name_only','language','Phrase Variable Name Only','vbulletin','',0,''),(8279,-1,'phrase_text_and_phrase_name','language','Phrase Text <b>and</b> Phrase Variable Name','vbulletin','',0,''),(8280,-1,'phrase_text_only','language','Phrase Text Only','vbulletin','',0,''),(8281,-1,'phrase_translation_desc_1','language','When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.','vbulletin','',0,''),(8282,-1,'phrase_translation_desc_2','language','If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box','vbulletin','',0,''),(8283,-1,'phrase_translation_desc_3','language','You may customize the translations further at any time.','vbulletin','',0,''),(8284,-1,'phrases_to_show_per_page','language','Phrases to Show Per Page','vbulletin','',0,''),(8285,-1,'quickref','language','QuickRef','vbulletin','',0,''),(8286,-1,'read_charset_from_file','language','Read Charset from XML File','vbulletin','vBulletin Solutions',1324068521,'5.0.0 Alpha 32'),(8287,-1,'rebuild_all_languages','language','Rebuild All Languages','vbulletin','',0,''),(8288,-1,'rebuild_language_information','language','Rebuild Language Information','vbulletin','',0,''),(8289,-1,'rebuilding_language_x','language','Rebuilding Language {1}','vbulletin','',0,''),(8290,-1,'registereddate_format_override','language','Registration Date Format Override <dfn>Use this to override the default registration date format</dfn>','vbulletin','',0,''),(8291,-1,'revision','language','Revision','vbulletin','vBulletin Solutions',1368087773,'5.0.3 Alpha 3'),(8292,-1,'right_to_left','language','Right to Left','vbulletin','',0,''),(8293,-1,'search_in_language','language','Search in Language','vbulletin','',0,''),(8294,-1,'search_in_phrases_glanguage','language','Search in Phrases','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8295,-1,'search_phrases','language','Search Phrases','vbulletin','',0,''),(8296,-1,'search_translated_phrases_only','language','Search Translated Phrases Only\r\n<dfn>When selecting a specific language, select \'Yes\' here to search translated phrases only, excluding untranslated items.</dfn>','vbulletin','vBulletin Solutions',1151345323,'3.6.0 Beta 4'),(8297,-1,'standard_phrase','language','Standard Phrase','vbulletin','',0,''),(8298,-1,'text_direction','language','Text Direction','vbulletin','',0,''),(8299,-1,'thousands_separator','language','Thousands Separator <dfn>(The character used to separate thousands in formatted numbers, such as the , used in 1,024. To specify a space, please use the underscore <b>_</b>)</dfn>','vbulletin','',0,''),(8300,-1,'time_format_override','language','Time Format Override\r\n<dfn>See: <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=strftime</a><br /><br />\r\n<b>Examples:</b><br />\r\nAM/PM Time Format (eg, 11:15 PM): %I:%M %p (\'h:i A\' if a locale is <b>not</b> specified)<br />\r\n<br />\r\n24-Hour Format Time (eg, 23:15): %H:%M (\'H:i\' if a locale is <b>not</b> specified)<br />\r\nDefault Time Format for this Locale: %X\r\n</dfn>','vbulletin','',1262738573,'4.0.1'),(8301,-1,'title_for_uploaded_language','language','Title for Uploaded Language <dfn>(Leave blank to use the language title specified in the language file)</dfn>','vbulletin','',0,''),(8302,-1,'updated_default_phrases_desc','language','The phrases shown on this page have been updated in the default language since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom phrases or otherwise check that they fully support vBulletin {1}. <strong>If you do not do this, some sections of vBulletin may not function!</strong>','vbulletin','',1142519066,'3.6.0 Beta 1'),(8303,-1,'vblangcode','language','Internal Language Code','vbulletin','vBulletin Solutions',1368087742,'5.0.3 Alpha 3'),(8304,-1,'view_language','language','View Language','vbulletin','',0,''),(8305,-1,'view_quickref_glanguage','language','View QuickRef','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8306,-1,'view_summary','language','View Summary','vbulletin','',0,''),(8307,-1,'x_phrases','language','{1} Phrases','vbulletin','',0,''),(8308,-1,'x_phrases_containing_y','language','{1} Phrases Containing <span class=\"normal\">\'{2}\'</span>','vbulletin','',0,''),(8309,-1,'admin_control_panel_failed_logins','logging','Admin Control Panel Failed Logins','vbulletin','',0,''),(8310,-1,'album_x_by_y_deleted','logging','Album \'{1}\' by {2} Deleted','vbulletin','vBulletin Solutions',1207226905,'3.7.0 Release Candidate 3'),(8311,-1,'album_x_by_y_edited','logging','Album \'{1}\' by {2} Edited','vbulletin','vBulletin Solutions',1207152854,'3.7.0 Release Candidate 3'),(8312,-1,'all_api_clients','logging','All Clients','vbulletin','',1288620049,'4.0.9'),(8313,-1,'all_log_entries','logging','All Log Entries','vbulletin','',0,''),(8314,-1,'all_scheduled_tasks','logging','All Scheduled Tasks','vbulletin','',0,''),(8315,-1,'all_scripts_glogging','logging','All Scripts','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8316,-1,'api_client_id','logging','or Input a Known Client ID here','vbulletin','',1288620244,'4.0.9'),(8317,-1,'api_client_uniqueid','logging','or Input a Known Client ID here (Such as iPhone UDID)','vbulletin','',1289924457,'4.0.9'),(8318,-1,'api_log_viewer','logging','API Log Viewer','vbulletin','',1288620291,'4.0.9'),(8319,-1,'api_log_viewer_page_x_y_there_are_z_total_log_entries','logging','API Log Viewer (page {1}/{2}) | There are {3} total log entries.','vbulletin','',1288621719,'4.0.9'),(8320,-1,'apiclient','logging','API Client','vbulletin','',1288712942,'4.0.9'),(8321,-1,'apiclient_apiaccesstoken','logging','Client Access Token','vbulletin','',1288713081,'4.0.9'),(8322,-1,'apiclient_clienthash','logging','Client Hash','vbulletin','',1288713057,'4.0.9'),(8323,-1,'apiclient_initialipaddress','logging','Initial IP Address','vbulletin','',1288713007,'4.0.9'),(8324,-1,'apiclient_initialtime','logging','Client Reg. Time','vbulletin','',1288713030,'4.0.9'),(8325,-1,'apiclient_lastactivity','logging','Client Last Activity','vbulletin','',1288713045,'4.0.9'),(8326,-1,'apiclient_platformname','logging','Platform Name','vbulletin','',1288712970,'4.0.9'),(8327,-1,'apiclient_platformversion','logging','Platform Version','vbulletin','',1288712981,'4.0.9'),(8328,-1,'apiclient_remembereduser','logging','Client Remembered User','vbulletin','',1288713093,'4.0.9'),(8329,-1,'apiclient_secret','logging','Client Secret','vbulletin','',1288713067,'4.0.9'),(8330,-1,'apiclient_uniqueid','logging','Unique ID','vbulletin','',1288712991,'4.0.9'),(8331,-1,'apiclientid','logging','Client ID','vbulletin','',1288622604,'4.0.9'),(8332,-1,'apiclientname','logging','Client Name','vbulletin','',1288620755,'4.0.9'),(8333,-1,'apiclientversion','logging','Client Version','vbulletin','',1288712958,'4.0.9'),(8334,-1,'apilog_disabled_options','logging','<b>Warning:</b> vBulletin API Log is currently disabled in your options. In order for API Log and Statistic to function correctly, you must <a href=\"options.php?do=options&dogroup=api\">enable API Log</a>.','vbulletin','',1288764634,'4.0.9'),(8335,-1,'apimethod','logging','Method','vbulletin','',1288622167,'4.0.9'),(8336,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_api_log','logging','Are you sure you want to prune {1} log entries from the API log?','vbulletin','',1288623370,'4.0.9'),(8337,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log','logging','Are you sure you want to prune {1} log entries from the control panel log?','vbulletin','',0,''),(8338,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log','logging','Are you sure you want to prune {1} log entries from the moderator log?','vbulletin','',0,''),(8339,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log','logging','Are you sure you want to prune {1} log entries from the scheduled task log?','vbulletin','',0,''),(8340,-1,'control_panel_log_pruning_permission_restricted','logging','Control Panel log pruning permission restricted.','vbulletin','',0,''),(8341,-1,'control_panel_log_viewer','logging','Control Panel Log Viewer','vbulletin','',0,''),(8342,-1,'control_panel_log_viewer_page_x_y_there_are_z_total_log_entries','logging','Control Panel Log Viewer (page {1}/{2}) | There are {3} total log entries.','vbulletin','',0,''),(8343,-1,'control_panel_log_viewing_restricted','logging','Control Panel log viewing restricted.','vbulletin','',0,''),(8344,-1,'discussion_by_x_for_y_approved','logging','Discussion by {1} for {2} Approved','vbulletin','',1212163565,'3.7.1'),(8345,-1,'discussion_by_x_for_y_removed','logging','Group Discussion by {1} for {2} Removed','vbulletin','',1212066366,'3.7.1'),(8346,-1,'discussion_by_x_for_y_soft_deleted','logging','Group Discussion by {1} for {2} Soft Deleted','vbulletin','',1212066409,'3.7.1'),(8347,-1,'discussion_by_x_for_y_unapproved','logging','Discussion by {1} for {2} unapproved','vbulletin','',1224675178,'4.0.0 Alpha 1'),(8348,-1,'discussion_by_x_for_y_undeleted','logging','Discussion {1} for \'{2}\' Undeleted.','vbulletin','',1222079855,'4.0.0 Alpha 1'),(8349,-1,'gm_by_x_in_y_for_z_approved','logging','Group Message by {1} in \'{2}\' for \'{3}\' Approved','vbulletin','',1210949565,'3.7.1'),(8350,-1,'gm_by_x_in_y_for_z_edited','logging','Group Message by {1} in \'{2}\' for \'{3}\' Edited','vbulletin','',1210949241,'3.7.1'),(8351,-1,'gm_by_x_in_y_for_z_removed','logging','Group Message by {1} in \'{2}\' for \'{3}\' Removed','vbulletin','',1210949353,'3.7.1'),(8352,-1,'gm_by_x_in_y_for_z_soft_deleted','logging','Group Message by {1} in \'{2}\' for \'{3}\' Soft Deleted','vbulletin','',1210949386,'3.7.1'),(8353,-1,'gm_by_x_in_y_for_z_unapproved','logging','Group Message by {1} in \'{2}\' for \'{3}\' Unapproved','vbulletin','',1211887897,'3.7.1'),(8354,-1,'gm_by_x_in_y_for_z_undeleted','logging','Group Message by {1} in \'{2}\' for \'{3}\' Undeleted','vbulletin','',1210949456,'3.7.1'),(8355,-1,'id','logging','ID','vbulletin','',0,''),(8356,-1,'log_entries','logging','Log Entries','vbulletin','',0,''),(8357,-1,'log_entries_to_show_per_page','logging','Log Entries to Show Per Page','vbulletin','',0,''),(8358,-1,'log_file_deletion_restricted','logging','Log file deletion restricted.','vbulletin','',0,''),(8359,-1,'moderator_log_viewer','logging','Moderator Log Viewer','vbulletin','',0,''),(8360,-1,'moderator_log_viewer_page_x_y_there_are_z_total_log_entries','logging','Moderator Log Viewer (page {1}/{2}) | There are {3} total log entries.','vbulletin','',0,''),(8361,-1,'order_by_action','logging','Order By Action','vbulletin','',0,''),(8362,-1,'order_by_clientname','logging','Order by Client Name','vbulletin','',1288621892,'4.0.9'),(8363,-1,'order_by_script','logging','Order By Script','vbulletin','',0,''),(8364,-1,'paramget','logging','HTTP GET Parameters','vbulletin','',1288622703,'4.0.9'),(8365,-1,'pc_by_x_on_y_approved','logging','Picture Comment by {1} on Picture \'{2}\' Approved','vbulletin','vBulletin Solutions',1207235059,'3.7.0 Release Candidate 3'),(8366,-1,'pc_by_x_on_y_edited','logging','Picture Comment by {1} on Picture \'{2}\' Edited','vbulletin','vBulletin Solutions',1207234477,'3.7.0 Release Candidate 3'),(8367,-1,'pc_by_x_on_y_removed','logging','Picture Comment by {1} on Picture \'{2}\' Removed','vbulletin','vBulletin Solutions',1207234497,'3.7.0 Release Candidate 3'),(8368,-1,'pc_by_x_on_y_soft_deleted','logging','Picture Comment by {1} on Picture \'{2}\' Soft Deleted','vbulletin','vBulletin Solutions',1207234488,'3.7.0 Release Candidate 3'),(8369,-1,'pc_by_x_on_y_unapproved','logging','Picture Comment by {1} on Picture \'{2}\' Unapproved','vbulletin','vBulletin Solutions',1207235067,'3.7.0 Release Candidate 3'),(8370,-1,'pc_by_x_on_y_undeleted','logging','Picture Comment by {1} on Picture \'{2}\' Undeleted','vbulletin','vBulletin Solutions',1207235095,'3.7.0 Release Candidate 3'),(8371,-1,'picture_x_in_y_by_z_approved','logging','Picture \'{1}\' in Album \'{2}\' by {3} Approved','vbulletin','vBulletin Solutions',1207236122,'3.7.0 Release Candidate 3'),(8372,-1,'picture_x_in_y_by_z_deleted','logging','Picture \'{1}\' in Album \'{2}\' by {3} Deleted','vbulletin','vBulletin Solutions',1207227682,'3.7.0 Release Candidate 3'),(8373,-1,'picture_x_in_y_by_z_edited','logging','Picture \'{1}\' in Album \'{2}\' by {3} Edited','vbulletin','vBulletin Solutions',1207227674,'3.7.0 Release Candidate 3'),(8374,-1,'prune_api_log','logging','Prune API Log','vbulletin','',1288620316,'4.0.9'),(8375,-1,'prune_control_panel_log','logging','Prune Control Panel Log','vbulletin','',0,''),(8376,-1,'prune_log_entries','logging','Prune Log Entries','vbulletin','',0,''),(8377,-1,'prune_moderator_log','logging','Prune Moderator Log','vbulletin','',0,''),(8378,-1,'prune_scheduled_task_log','logging','Prune Scheduled Task Log','vbulletin','',0,''),(8379,-1,'remove_entries_logged_by_apiclientid','logging','Remove Entries Logged by Client ID','vbulletin','',1288620342,'4.0.9'),(8380,-1,'remove_entries_logged_by_user','logging','Remove Entries Logged by User','vbulletin','',0,''),(8381,-1,'remove_entries_older_than_days','logging','Remove Entries Older Than (Days)','vbulletin','',0,''),(8382,-1,'remove_entries_related_to_action','logging','Remove Entries Relating to Action','vbulletin','',0,''),(8383,-1,'remove_entries_relating_to_script','logging','Remove Entries Relating to Script','vbulletin','',0,''),(8384,-1,'scheduled_task_log_viewer','logging','Scheduled Task Log Viewer','vbulletin','',0,''),(8385,-1,'scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries','logging','Scheduled Task Log Viewer (page {1}/{2}) | There are {3} total log entries.','vbulletin','',0,''),(8386,-1,'show_only_entries_generated_by','logging','Show Only Entries Generated By','vbulletin','',0,''),(8387,-1,'show_only_entries_generated_by_apiclientname','logging','Show Only Entries Generated By Clients with Name','vbulletin','',1288620139,'4.0.9'),(8388,-1,'show_only_entries_related_to_remembered_user','logging','Show Only Entries Relating to Remembered User','vbulletin','',1288620179,'4.0.9'),(8389,-1,'show_only_entries_relating_to_script','logging','Show Only Entries Relating to Script','vbulletin','',0,''),(8390,-1,'social_group_picture_x_in_y_removed','logging','Group Picture \'{1}\' in \'{2}\' Removed','vbulletin','vBulletin Solutions',1207231009,'3.7.0 Release Candidate 3'),(8391,-1,'social_group_x_deleted','logging','Group \'{1}\' Deleted','vbulletin','vBulletin Solutions',1207230211,'3.7.0 Release Candidate 3'),(8392,-1,'social_group_x_edited','logging','Group \'{1}\' Edited','vbulletin','vBulletin Solutions',1207230203,'3.7.0 Release Candidate 3'),(8393,-1,'social_group_x_members_managed','logging','Group \'{1}\' Members Managed','vbulletin','vBulletin Solutions',1207230533,'3.7.0 Release Candidate 3'),(8394,-1,'untitled','logging','Untitled','vbulletin','vBulletin Solutions',1237982582,'4.0.0 Alpha 1'),(8395,-1,'vbulletin_database_errors','logging','vBulletin Database Errors','vbulletin','',0,''),(8396,-1,'view_logs','logging','View Logs','vbulletin','',0,''),(8397,-1,'vm_by_x_for_y_approved','logging','Visitor Message by {1} for {2} Approved','vbulletin','vBulletin Solutions',1207308347,'3.7.0 Release Candidate 3'),(8398,-1,'vm_by_x_for_y_edited','logging','Visitor Message by {1} for {2} Edited','vbulletin','vBulletin Solutions',1207308276,'3.7.0 Release Candidate 3'),(8399,-1,'vm_by_x_for_y_removed','logging','Visitor Message by {1} for {2} Removed','vbulletin','vBulletin Solutions',1207308311,'3.7.0 Release Candidate 3'),(8400,-1,'vm_by_x_for_y_soft_deleted','logging','Visitor Message by {1} for {2} Soft Deleted','vbulletin','vBulletin Solutions',1207308303,'3.7.0 Release Candidate 3'),(8401,-1,'vm_by_x_for_y_unapproved','logging','Visitor Message by {1} for {2} Unapproved','vbulletin','vBulletin Solutions',1207308341,'3.7.0 Release Candidate 3'),(8402,-1,'vm_by_x_for_y_undeleted','logging','Visitor Message by {1} for {2} Undeleted','vbulletin','vBulletin Solutions',1207308326,'3.7.0 Release Candidate 3'),(8403,-1,'want_to_access_grant_access_to_this_script','logging','Want to restrict/grant access to this script?','vbulletin','',0,''),(8404,-1,'affected_accounts_that_were_last_active_x_y','maintenance','<strong>Affected accounts that were last active {1}: {2}</strong>','vbulletin','',1219329684,'3.8.0 Alpha 1'),(8405,-1,'affected_accounts_x','maintenance','Affected Accounts: {1}','vbulletin','',1219329869,'3.8.0 Alpha 1'),(8406,-1,'anon_server_survey','maintenance','Anonymous Server Survey','vbulletin','vBulletin Solutions',1158153954,'3.6.1'),(8407,-1,'anon_server_survey_desc','maintenance','<p class=\"smallfont\">In order to provide products that are well-suited to the servers and sites that currently run vBulletin,\r\n we are running a survey to find out what kind of capabilities our customers\' servers have, and what scale\r\n of bulletin boards they run.</p>\r\n <p class=\"smallfont\">By submitting this survey to vBulletin.com you will help us to ensure that our forthcoming releases\r\n are both compatible with and make full use of the services available on your servers.</p>\r\n <p class=\"smallfont\">There is some data at the bottom of the form that is optional for you to submit. This information\r\n describes your own board, and lets us know how busy etc. your site is.</p>\r\n <p class=\"smallfont\">The information submitted in this survey is <strong>entirely anonymous</strong> and no information that can identify\r\n the site that posted the survey data will be collected.</p>','vbulletin','vBulletin Solutions',1159793730,'3.6.2'),(8408,-1,'apache_modules','maintenance','Apache Modules','vbulletin','vBulletin Solutions',1158154007,'3.6.1'),(8409,-1,'are_you_sure_empty_index','maintenance','Are you sure you wish to empty the search index?','vbulletin','',0,''),(8410,-1,'building_avatar_thumbnails','maintenance','Building Avatar Thumbnails<dfn>If you receive a fatal error or if the process seems to hang, you will need to delete the last avatar thumbnail listed on the screen then <a href=\"{1}\">refresh</a> this window.</dfn>','vbulletin','',1231770903,'4.0.0 Alpha 1'),(8411,-1,'building_search_index','maintenance','Building Search Index','vbulletin','',0,''),(8412,-1,'cache_cleared','maintenance','The System Cache has been cleared.','vbulletin','',1343656529,'5.0.0 Alpha 32'),(8413,-1,'change_output_signatures_empty_cache','maintenance','If you have made changes that affect the output of signatures, you may use this to empty the cache and force signatures to be rebuilt with the new settings.','vbulletin','',1142519066,'3.6.0 Beta 1'),(8414,-1,'character_sets_usage','maintenance','Character Sets in Use','vbulletin','vBulletin Solutions',1158154052,'3.6.1'),(8415,-1,'check_accounts_with_last_activity','maintenance','Check Accounts with Last Activity','vbulletin','',1219241260,'3.8.0 Alpha 1'),(8416,-1,'check_affected_accounts','maintenance','Check Affected Accounts','vbulletin','',1219230366,'3.8.0 Alpha 1'),(8417,-1,'check_styles_no_parent','maintenance','Check For Styles With No Parent','vbulletin','',0,''),(8418,-1,'confirm_prefix_change_x_to_y','maintenance','Confirm Table Prefix Change (From \'{1}\' to \'{2}\')\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8419,-1,'delete_duplicate_threads','maintenance','Delete Duplicate Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8420,-1,'delete_x','maintenance','Delete {1}','vbulletin','',0,''),(8421,-1,'deleted_orphan_threads_successfully_gmaintenance','maintenance','Deleted Orphan Topics Successfully','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8422,-1,'email_from','maintenance','Email From','vbulletin','',1220137492,'3.8.0 Alpha 1'),(8423,-1,'email_permanently_banned_users','maintenance','Email Permanently Banned Users\r\n<dfn>If you select no, permanently banned users\' passwords will be reset, but they will not receive an email. Temporarily banned users will always be emailed.</dfn>','vbulletin','vBulletin Solutions',1220350760,'3.8.0 Alpha 1'),(8424,-1,'email_subject_gmaintenance','maintenance','Email Subject','vbulletin','',1219247828,'5.0.0 Alpha 8'),(8425,-1,'email_to_send_at_once_gmaintenance','maintenance','Email to Send At Once','vbulletin','',1219328796,'5.0.0 Alpha 8'),(8426,-1,'empty_signature_cache','maintenance','Empty Signature Cache','vbulletin','',1142519066,'3.6.0 Beta 1'),(8427,-1,'error_attachment_missing','maintenance','Error: Attachment Missing','vbulletin','',0,''),(8428,-1,'error_thumbnail_notcorrectimage','maintenance','Incorrect extension for this file','vbulletin','',0,''),(8429,-1,'error_thumbnail_notenoughmemory','maintenance','Error: Not Enough Memory','vbulletin','',0,''),(8430,-1,'error_thumbnailalready','maintenance','Image is already <= thumbnail size','vbulletin','',0,''),(8431,-1,'finds_users_without_complete_entries','maintenance','Finds any users who do not have complete entries in the database. Sometimes the data is not inserted correctly and the user\'s profile becomes unusable. Running this should correct any incomplete profiles.','vbulletin','',0,''),(8432,-1,'first_post_date','maintenance','First Post Date','vbulletin','vBulletin Solutions',1158154118,'3.6.1'),(8433,-1,'fix_broken_user_profiles','maintenance','Fix broken user profiles','vbulletin','',0,''),(8434,-1,'function_allows_rebuild_all_style_info','maintenance','This function allows you to completely rebuild all style information. This is necessary after a major upgrade, or if you have manually edited any of the \'special\' templates.','vbulletin','',0,''),(8435,-1,'function_rebuilds_reputation','maintenance','This function recalculates user reputation using the value that you specify below then adds the total reputation the user has received so far. This will remove any custom reputation that has been given to the user through the user editor.','vbulletin','',0,''),(8436,-1,'function_removes_orphan_posts','maintenance','This function removes all posts that belong to topics that no longer exist.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8437,-1,'function_removes_orphan_threads','maintenance','This function removes all topics that belong to forums that no longer exist.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8438,-1,'include_automatic_javascript_redirect','maintenance','Include automatic JavaScript redirect to next page?','vbulletin','',0,''),(8439,-1,'last_upgrade_date','maintenance','Last Upgrade Date','vbulletin','vBulletin Solutions',1158154129,'3.6.1'),(8440,-1,'list_of_tables_in_db_below','maintenance','<p>Below is a list of all the tables in your database.\r\nYou should make sure that you select <b>only</b> tables that are part of vBulletin.</p>\r\n<p><b>If you are not sure, do not continue with this operation.</b></p>\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8441,-1,'new_prefix_same_as_old','maintenance','You have not chosen a new table prefix, this script cannot continue.<br /><br />\r\n(Old table prefix: \'<b>{1}</b>\', new table prefix: \'<b>{2}</b>\')','vbulletin','',0,''),(8442,-1,'new_table_name','maintenance','New Table Name\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8443,-1,'new_table_prefix','maintenance','New Table Prefix\r\n','vbulletin','',0,''),(8444,-1,'note_duplicate_threads_have_same','maintenance','<b>Note:</b> Duplicate topics are topics that have the same title, post name, post time and are posted in the same channel as another topic. This applies to all channels that are not under the \"Special\" Channel.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8445,-1,'note_rebuild_similar_thread_list','maintenance','<b>Note:</b> This will rebuild the similar topic list regardless of whether they are enabled or not. However, they will not be displayed until the option is enabled.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8446,-1,'note_reindexing_empty_indexes_x','maintenance','<b>Note:</b>\r\nYou should not normally need to empty the search index, however if items are showing in search results after they have been permanently deleted then emptying the index and rebuilding the search index will fix this. Search will not work correctly after emptying the index until the index is fully rebuilt.\r\n<a href=\"misc.php?{1}do=emptyindex\">Click Here to empty the search index.</a> You can rebuild the whole search index by clicking <a href=\"misc.php?{1}do=rebuildindex\">here</a> if it is supported by your choice of search type.','vbulletin','',1258506709,'4.0.0 Beta 4'),(8447,-1,'note_server_intensive','maintenance','<b>Note:</b> This is a server intensive process.','vbulletin','',0,''),(8448,-1,'number_of_avatars_to_process_per_cycle','maintenance','Number of avatars to process per cycle','vbulletin','vBulletin Solutions',1193951739,'3.7.0 Beta 1'),(8449,-1,'number_of_forums_to_process_per_cycle','maintenance','Number of forums to process per cycle','vbulletin','',0,''),(8450,-1,'number_of_icons_to_process_per_cycle','maintenance','Number of icons to process per cycle','vbulletin','',1231771440,'4.0.0 Alpha 1'),(8451,-1,'number_of_posts_to_process_per_cycle','maintenance','Number of posts to process per cycle','vbulletin','',0,''),(8452,-1,'number_of_threads_to_process_per_cycle','maintenance','Number of topics to process per cycle','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8453,-1,'number_of_users_to_process_per_cycle_gmaintenance','maintenance','Number of users to process per cycle','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8454,-1,'old_table_prefix','maintenance','Old Table Prefix\r\n','vbulletin','',0,''),(8455,-1,'only_accounts_using_language_x_were_processed','maintenance','Only accounts configured to use the language \'{1}\' were processed and notified.','vbulletin','',1222095830,'4.0.0 Alpha 1'),(8456,-1,'optional_info','maintenance','Optional Information','vbulletin','vBulletin Solutions',1158153966,'3.6.1'),(8457,-1,'original_table_name','maintenance','Original Table Name\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8458,-1,'other_prefix_warning','maintenance','<b>WARNING!</b><br />The following tables do <b>not</b> have the\r\noriginal table prefix! These tables may not be part of vBulletin.\r\n<ul>{1}</ul>\r\nAre you <b>absolutely sure</b> you want to continue?\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8459,-1,'over_1_month_ago','maintenance','Over 1 month ago','vbulletin','',1219231861,'3.8.0 Alpha 1'),(8460,-1,'over_1_week_ago','maintenance','Over 1 week ago','vbulletin','',1219231818,'3.8.0 Alpha 1'),(8461,-1,'over_any_period','maintenance','Over any period','vbulletin','',1219236015,'3.8.0 Alpha 1'),(8462,-1,'over_x_days_ago','maintenance','Over {1} days ago','vbulletin','',1219231781,'3.8.0 Alpha 1'),(8463,-1,'over_x_months_ago','maintenance','Over {1} months ago','vbulletin','',1219231882,'3.8.0 Alpha 1'),(8464,-1,'over_x_weeks_ago','maintenance','Over {1} weeks ago','vbulletin','',1219231841,'3.8.0 Alpha 1'),(8465,-1,'password_check_notice','maintenance','Some users may have created accounts with vulnerable passwords. Vulnerable passwords can be passwords that are:<br />\r\n<ul><li>The same as the account username</li></ul>\r\nSuch passwords make accounts vulnerable to exploitation from automated scripts and programs that can guess the password to access your board under the guise of the\r\naffected users. This may be done for the purposes of spam or online identity theft.<br /><br />\r\nUsers can no longer create accounts with the above vulnerabilities, but older accounts may still be affected. Affected users will be prompted to change their current password the next time they login. However, older accounts may still be vulnerable where the user no longer uses the account to access your board. Note that if you force a reset of an account and the email address associated with the account is no longer valid, the user may effectively be locked out of that account.<br /><br />\r\nFor this reason you may choose which accounts to reset based on the users\' last activity. Users who have recently logged in are more likely to change their password and email settings themselves.\r\nIt is advised that accounts that have not been accessed recently are reset first. You can check at a later time or date how many affected accounts remain before deciding to force a password reset.<br /><br />\r\nWhen you perform a reset, an email will be sent to the affected users. You will have an option to change the email message.<br /><br />','vbulletin','vBulletin Solutions',1219323721,'3.8.0 Alpha 1'),(8466,-1,'password_vulnerability_email_message_label','maintenance','Email Message<dfn>You can change the default message that is sent to users when their password is reset.<br /><br />The tokens {username} and {password} can be placed in the message and will be replaced by their values for each individual user.<br /><br /><strong>You must insert the token {password} in the email.</strong>','vbulletin','',1219320346,'3.8.0 Alpha 1'),(8467,-1,'passwords_reset','maintenance','Passwords Reset','vbulletin','',1219315588,'3.8.0 Alpha 1'),(8468,-1,'php_extensions','maintenance','PHP Extensions','vbulletin','vBulletin Solutions',1158154020,'3.6.1'),(8469,-1,'php_openbase_dir','maintenance','PHP Open Basedir','vbulletin','vBulletin Solutions',1158154041,'3.6.1'),(8470,-1,'php_safe_mode','maintenance','PHP Safe Mode','vbulletin','vBulletin Solutions',1158154030,'3.6.1'),(8471,-1,'please_read_notes_after_completion','maintenance','Please read the notes at the bottom of this page when processing is complete.','vbulletin','',0,''),(8472,-1,'prefix_change_confirm','maintenance','<p>If you are <b>sure</b> you want to continue and rename the tables listed\r\nabove, click the rename button below.</p>\r\n<p><b>Note:</b> This is your final chance to stop. Clicking the button below will alter\r\nall the tables listed above, requiring you to edit your config.php file\r\nbefore your vBulletin will work again.</p>\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8473,-1,'processing_time_x','maintenance','Processing Time: {1}','vbulletin','',0,''),(8474,-1,'rebuild_album_updates','maintenance','Rebuild Album Updates','vbulletin','',1217327283,'3.8.0 Alpha 1'),(8475,-1,'rebuild_avatar_thumbnails','maintenance','Rebuild Avatar Thumbnails','vbulletin','vBulletin Solutions',1193951620,'3.7.0 Beta 1'),(8476,-1,'rebuild_custom_avatar_thumbnails','maintenance','Rebuild Custom Avatar Thumbnails','vbulletin','vBulletin Solutions',1194043852,'3.7.0 Beta 1'),(8477,-1,'rebuild_forum_information','maintenance','Rebuild Forum Information','vbulletin','',0,''),(8478,-1,'rebuild_post_cache','maintenance','Rebuild Post Cache','vbulletin','',0,''),(8479,-1,'rebuild_recently_updated_albums_description','maintenance','This will recalculate the albums to display in the Recently Updated Albums list, effectively removing any albums that are no longer accessible. This may be the case if any users recently made album updates but have since had their album permissions revoked.','vbulletin','',1217327232,'3.8.0 Alpha 1'),(8480,-1,'rebuild_recently_updated_albums_list','maintenance','Rebuild Recently Updated Albums','vbulletin','',1217327084,'3.8.0 Alpha 1'),(8481,-1,'rebuild_search_index','maintenance','Rebuild Search Index','vbulletin','',0,''),(8482,-1,'rebuild_sgicon_thumbnails','maintenance','Rebuild Group Icon Thumbnails','vbulletin','',1260377314,'4.0.0 Release Candidate 2'),(8483,-1,'rebuild_similar_threads','maintenance','Rebuild Similar Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8484,-1,'rebuild_statistics','maintenance','Rebuild Statistics','vbulletin','',0,''),(8485,-1,'rebuild_statistics_warning','maintenance','Rebuilding statistics will cause the loss of the total forum view and active users data. Only run this if you believe you really need to! Once the data has been replaced, there is no way to restore your database.','vbulletin','vBulletin Solutions',1150106903,'3.6.0 Beta 2'),(8486,-1,'rebuild_styles','maintenance','Rebuild Styles','vbulletin','',0,''),(8487,-1,'rebuild_thread_information','maintenance','Rebuild Topic Information','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8488,-1,'rebuild_user_reputation','maintenance','Rebuild User Reputation','vbulletin','',0,''),(8489,-1,'recalculate_users_post_counts_warning','maintenance','This will recalculate all of your user\'s post counts based on their CURRENT posts in the database. Do not run this if you have pruned posts, manually changed post counts, or imported from another forum package and you wish to maintain your users\' current counts. Your members\' post counts will PROBABLY decrease so only run this if you believe you really need to! Once they decrease you cannot bring them back up without restoring your database or manually editing each user. You have been warned!','vbulletin','',0,''),(8490,-1,'remove_orphan_posts','maintenance','Remove Orphan Posts','vbulletin','',0,''),(8491,-1,'remove_orphan_threads','maintenance','Remove Orphan Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8492,-1,'removing_duplicate_threads','maintenance','Removing duplicate topics...','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8493,-1,'removing_orphan_threads','maintenance','Removing Orphan Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8494,-1,'rename_sql_tables','maintenance','Rename SQL Tables','vbulletin','',0,''),(8495,-1,'rename_table_x','maintenance','Rename Table <b>{1}</b>?\r\n','vbulletin','',0,''),(8496,-1,'rename_tables','maintenance','Rename Tables\r\n','vbulletin','',0,''),(8497,-1,'renaming_process_complete','maintenance','Renaming Process Complete\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8498,-1,'renaming_table_with_new_prefix','maintenance','Renaming Tables With New Table Prefix','vbulletin','',0,''),(8499,-1,'renaming_x_to_y','maintenance','Renaming <b>{1}</b> to <b>{2}</b> ... ','vbulletin','',1142519066,'3.6.0 Beta 1'),(8500,-1,'renumber_all_templates_from_one','maintenance','Renumber all templates from 1 <dfn><b>Note:</b> this option requires that your MySQL account has ALTER, CREATE and DROP privileges.<br />If you are not sure, do not use this option!</dfn>','vbulletin','',0,''),(8501,-1,'reputation_base','maintenance','Base Reputation Value','vbulletin','',0,''),(8502,-1,'reset_accounts_with_last_activity','maintenance','Reset Accounts with Last Activity','vbulletin','',1219244638,'3.8.0 Alpha 1'),(8503,-1,'reset_password_if_email_failed','maintenance','Reset Password if Email Failed\r\n<dfn>This option allows you to reset the password even if the email attempt failed. Only choose this option if the email attempts are failing consistently.</dfn>','vbulletin','vBulletin Solutions',1220350745,'3.8.0 Alpha 1'),(8504,-1,'reset_passwords','maintenance','Reset Passwords','vbulletin','',1219243428,'3.8.0 Alpha 1'),(8505,-1,'reset_passwords_for_users_with_language','maintenance','Reset Passwords for Accounts Using Language<dfn>Only reset and notify users who have their accounts configured to use this language.</dfn>','vbulletin','',1222095784,'4.0.0 Alpha 1'),(8506,-1,'reset_vulnerable_passwords','maintenance','Reset Vulnerable Passwords','vbulletin','',1219323829,'3.8.0 Alpha 1'),(8507,-1,'search_content_type_to_index','maintenance','Content type to index','vbulletin','',1241627647,'4.0.0 Alpha 1'),(8508,-1,'search_items_batch','maintenance','Number of items to process per batch','vbulletin','',1241627695,'4.0.0 Alpha 1'),(8509,-1,'search_items_to_process','maintenance','Total number of items to process\r\n(0 to process till end, 1 to just index that item)','vbulletin','',1241627901,'4.0.0 Alpha 1'),(8510,-1,'search_start_item_id','maintenance','Item id to start at','vbulletin','',1241627779,'4.0.0 Alpha 1'),(8511,-1,'send_info','maintenance','Send Information','vbulletin','vBulletin Solutions',1158154140,'3.6.1'),(8512,-1,'set_all_no','maintenance','Set All No','vbulletin','',0,''),(8513,-1,'set_all_yes','maintenance','Set All Yes\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8514,-1,'some_errors_occurred_while_resetting_passwords','maintenance','Some errors occurred while resetting passwords. The affected accounts did not have their password reset.','vbulletin','',1345048211,'5.0.0 Alpha 35'),(8515,-1,'some_errors_occurred_while_sending_emails','maintenance','Some errors occurred while sending emails to the users. The affected accounts did not have their password reset, unless you chose to reset the password even when emailing failed.','vbulletin','',1345048453,'5.0.0 Alpha 35'),(8516,-1,'system_architecture','maintenance','System Architecture','vbulletin','vBulletin Solutions',1158153997,'3.6.1'),(8517,-1,'table_name_gmaintenance','maintenance','<b>Table Name</b>\r\n','vbulletin','',1142519066,'5.0.0 Alpha 8'),(8518,-1,'table_x_does_not_exist','maintenance','Table \'<i>{1}</i>\' does not exist!\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8519,-1,'tableprefix_change_completed','maintenance','<p>This script has now completed.<br />\r\nYour table prefix has been changed from \'<b>{1}</b>\' to \'<b>{2}</b>\'.</p>\r\n<p>You must now edit your <i>includes/config.php</i> file to include the line:</p>\r\n<pre>$config[\'Database\'][\'tableprefix\'] = \'{2}\';</pre>\r\n<p><b><u>Your vBulletin installation will not function until you do this.</u></b></p>\r\n','vbulletin','',1142519066,'3.6.0 Beta 1'),(8520,-1,'this_script_will_allow_you_to_rename_your_vb_tables','maintenance','<p>This script will allow you to rename your vBulletin SQL tables in order to accommodate a new table prefix value in <i>includes/config.php</i>.</p>\r\n<p><b>Note:</b> Do not alter the <b>tableprefix</b> value in config.php until this script has completed and you are given a message telling you to edit the value.</p>\r\n<p>Your table prefix is currently set to <b>\'{1}\'</b>.</p>','vbulletin','',0,''),(8521,-1,'threaded_mode_usage','maintenance','Threaded Mode Usage','vbulletin','vBulletin Solutions',1158154084,'3.6.1'),(8522,-1,'thumbnail_quality_gmaintenance','maintenance','Quality of JPG thumbnails (0 .. 100)','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8523,-1,'total_forums','maintenance','Total Forums','vbulletin','vBulletin Solutions',1158154095,'3.6.1'),(8524,-1,'total_posts_gmaintenance','maintenance','Total Posts','vbulletin','vBulletin Solutions',1158154062,'5.0.0 Alpha 8'),(8525,-1,'total_usergroups','maintenance','Total Usergroups','vbulletin','vBulletin Solutions',1158154107,'3.6.1'),(8526,-1,'total_users','maintenance','Total Users','vbulletin','vBulletin Solutions',1158154074,'3.6.1'),(8527,-1,'unable_to_read_avatar','maintenance','Unable to read avatar','vbulletin','vBulletin Solutions',1207321358,'3.7.0 Release Candidate 3'),(8528,-1,'update_post_counts','maintenance','Update Post Counts','vbulletin','',0,''),(8529,-1,'update_user_titles','maintenance','Update User Titles and Ranks','vbulletin','',0,''),(8530,-1,'update_usernames','maintenance','Update User Names','vbulletin','',0,''),(8531,-1,'updating_forums','maintenance','Updating Forums','vbulletin','',0,''),(8532,-1,'updating_threads','maintenance','Updating Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8533,-1,'updating_user_info','maintenance','Updating user info...','vbulletin','',0,''),(8534,-1,'updating_usernames','maintenance','Updating User Names','vbulletin','',0,''),(8535,-1,'vbulletin_table_prefix_rename_system','maintenance','vBulletin Table Prefix Rename System','vbulletin','vBulletin Solutions',1368043829,'5.0.3 Alpha 3'),(8536,-1,'vbulletin_version_gmaintenance','maintenance','vBulletin Version','vbulletin','vBulletin Solutions',1158153978,'5.0.0 Alpha 8'),(8537,-1,'vulnerable_password_reset_email','maintenance','Dear {username},\r\n\r\nA vulnerability has been found with your password at {1}. Some passwords are vulnerable to exploitation which may allow a third party to hijack your account.\r\n\r\nThis may lead to your account being used without your knowledge or permission, and actions being performed under your name.\r\n\r\nVulnerable accounts can also be bad for the board as a whole as they may enable access for automated tools to spam both the forums and other user accounts,\r\nusing your username.\r\n\r\nAs such we have had to reset your password.\r\nYou can find your new login details below.\r\n\r\nUsername: {username}\r\nPassword: {password}\r\n\r\nIf you want to change your password, login with the above details at the following location:\r\n{2}/settings/account\r\n\r\n\r\nWe apologize for any inconvenience this may cause and appreciate your understanding.\r\n\r\n\r\n\r\nAll the best,\r\n{1}','vbulletin','vBulletin Solutions',1219317885,'5.0.0 Beta 28'),(8538,-1,'vulnerable_password_reset_email_subject','maintenance','{1} - Account Password Vulnerability','vbulletin','',1219249512,'3.8.0 Alpha 1'),(8539,-1,'x_accounts_processed','maintenance','{1} accounts processed','vbulletin','',1219329223,'3.8.0 Alpha 1'),(8540,-1,'x_of_y_passwords_were_reset','maintenance','<strong>{1} of {2} password(s) were reset</strong>','vbulletin','',1219833526,'3.8.0 Alpha 1'),(8541,-1,'you_have_chosen_to_rename_the_following_tables','maintenance','You have chosen to rename the following tables','vbulletin','',0,''),(8542,-1,'email_to_friend','messaging','Email to Friend','vbulletin','',0,''),(8543,-1,'from_gmessaging','messaging','From','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8544,-1,'google_talk_im','messaging','Google Talk','vbulletin','',1319233803,'5.0.0 Alpha 7'),(8545,-1,'msn_functions_only_work_in_ie','messaging','The MSN Messenger / Windows Messenger / Live Messenger functions only work when launched from Internet Explorer on a system with the Messenger application configured and running.','vbulletin','vBulletin Solutions',1212579909,'3.8.0 Alpha 1'),(8546,-1,'online_status','messaging','Online Status','vbulletin','',0,''),(8547,-1,'report_bad_private_message','messaging','Report Private Message','vbulletin','vBulletin Solutions',1220978673,'3.8.0 Alpha 1'),(8548,-1,'send_email_to_forum_administrator','messaging','Send an Email to the Forum Administrator','vbulletin','',0,''),(8549,-1,'yahoo_im','messaging','Yahoo! Messenger','vbulletin','',1319233803,'5.0.0 Alpha 7'),(8550,-1,'you_must_be_logged_into_msn_before_doing_this','messaging','You must be logged into MSN or Windows Messenger before doing this.','vbulletin','',0,''),(8551,-1,'your_details','messaging','Your Details','vbulletin','',0,''),(8552,-1,'your_name','messaging','Your Name','vbulletin','',0,''),(8553,-1,'add_new_moderator_to_channel_x','moderator','Add New Moderator to Channel <span class=\"normal\">{1}</span>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(8554,-1,'are_you_sure_want_to_delete_moderator_x','moderator','Are you <b>sure</b> you want to delete the moderator called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone and may cause this user to be returned to the default, registered group.','vbulletin','vBulletin Solutions',1194350596,'3.7.0 Beta 1'),(8555,-1,'are_you_sure_you_want_to_delete_this_moderator','moderator','Are you sure you want to delete this Moderator? This action may cause this user to be returned to the default, registered group.','vbulletin','vBulletin Solutions',1194350551,'3.7.0 Beta 1'),(8556,-1,'can_delete_albums_pictures','moderator','Can Delete Albums/Pictures','vbulletin','vBulletin Solutions',1192541547,'3.7.0 Beta 1'),(8557,-1,'can_edit_albums_pictures','moderator','Can Edit Albums/Pictures','vbulletin','vBulletin Solutions',1192541527,'3.7.0 Beta 1'),(8558,-1,'change_moderator_primary_usergroup_to','moderator','Change Moderator\'s Primary Usergroup to','vbulletin','',0,''),(8559,-1,'edit_moderator_x_for_channel_y','moderator','Edit Moderator </b>{1}<b> for Channel </b>{2}<b>','vbulletin','',1322764247,'5.0.0 Alpha 10'),(8560,-1,'email_preferences','moderator','Email Preferences','vbulletin','',0,''),(8561,-1,'error_occurred_while_making_users_moderators','moderator','An error occurred while making the following users moderators:','vbulletin','vBulletin Solutions',1200491592,'3.7.0 Beta 4'),(8562,-1,'if_you_would_like_to_remove_this_moderator_gmoderator','moderator','If You Would Like to Remove this Moderator','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8563,-1,'make_moderator_a_member_of','moderator','Make Moderator a Member of','vbulletin','',0,''),(8564,-1,'moderator_manager','moderator','Moderator Manager','vbulletin','',0,''),(8565,-1,'more_than_x_days_ago','moderator','More Than {1} Days Ago','vbulletin','',0,''),(8566,-1,'receive_email_on_new_post','moderator','Receive Email When a New Post is Created','vbulletin','',0,''),(8567,-1,'receive_email_on_new_thread','moderator','Receive Email When a New Topic is Created','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8568,-1,'remove_moderator_from_all_channels','moderator','Remove this Moderator from All Channels','vbulletin','',1322764247,'5.0.0 Alpha 10'),(8569,-1,'super_moderator_permissions','moderator','Super Moderator Permissions','vbulletin','',1142519066,'3.6.0 Beta 1'),(8570,-1,'super_moderators','moderator','Super Moderators','vbulletin','',1142519066,'3.6.0 Beta 1'),(8571,-1,'the_following_users_were_made_moderators','moderator','The following users were successfully made moderators:','vbulletin','vBulletin Solutions',1200490926,'3.7.0 Beta 4'),(8572,-1,'there_are_no_moderators','moderator','There are no assigned moderators.','vbulletin','vBulletin Solutions',1170199983,'3.6.5'),(8573,-1,'user_album_permissions_gmoderator','moderator','User Album Permissions','vbulletin','vBulletin Solutions',1192541510,'5.0.0 Alpha 8'),(8574,-1,'navbar_admin','navbarlinks','Admin','vbulletin','',1345227268,'5.0.0 Alpha 36'),(8575,-1,'navbar_articles','navbarlinks','Articles','vbulletin','vBulletin Solutions',1378308908,'5.0.6 Alpha 1'),(8576,-1,'navbar_blogs','navbarlinks','Blogs','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8577,-1,'navbar_contact_us','navbarlinks','Contact Us','vbulletin','',1345227235,'5.0.0 Alpha 36'),(8578,-1,'navbar_create_a_new_blog','navbarlinks','Create a New Blog','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8579,-1,'navbar_create_a_new_group','navbarlinks','Create New Group','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8580,-1,'navbar_help','navbarlinks','Help','vbulletin','vBulletin Solutions',1345227235,'5.0.1 Alpha 2'),(8581,-1,'navbar_home','navbarlinks','Forums','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8582,-1,'navbar_mark_channels_read','navbarlinks','Mark Channels Read','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8583,-1,'navbar_member_list','navbarlinks','Member List','vbulletin','vBulletin Solutions',1373436826,'5.0.4 Release Candidate 1'),(8584,-1,'navbar_mod','navbarlinks','Mod','vbulletin','',1345227322,'5.0.0 Alpha 36'),(8585,-1,'navbar_newentries','navbarlinks','New Entries','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8586,-1,'navbar_newtopics','navbarlinks','New Topics','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8587,-1,'navbar_profile','navbarlinks','Profile','vbulletin','',1345227115,'5.0.0 Alpha 36'),(8588,-1,'navbar_social_groups','navbarlinks','Groups','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8589,-1,'navbar_todays_posts','navbarlinks','Today\'s Posts','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8590,-1,'navbar_whos_online','navbarlinks','Who\'s Online','vbulletin','vBulletin Solutions',1360615039,'5.0.1 Alpha 1'),(8591,-1,'are_you_sure_want_to_delete_notice_x','notice','Are you sure you want to permanently delete the notice <em>{1}</em>?<br /><span class=\"smallfont\">({2}={3})</span><br />\r\n<br />\r\nThis operation cannot be un-done.','vbulletin','vBulletin Solutions',1189781846,'3.6.8'),(8592,-1,'browsing_forum_x_and_children_criteria','notice','User is browsing forum {1} or one of its child forums','vbulletin','vBulletin Solutions',1189612492,'3.6.8'),(8593,-1,'browsing_forum_x_criteria','notice','User is browsing forum {1}','vbulletin','vBulletin Solutions',1189612474,'3.6.8'),(8594,-1,'came_from_search_engine_criteria','notice','User landed on this page via search engine','vbulletin','',1223029793,'4.0.0 Alpha 1'),(8595,-1,'criterion_is_active','notice','Criterion is Active','vbulletin','vBulletin Solutions',1189776085,'3.6.8'),(8596,-1,'dismissible','notice','Dismissible','vbulletin','',1219006214,'3.8.0 Alpha 1'),(8597,-1,'display_notice_if_elipsis','notice','Display this notice if...','vbulletin','vBulletin Solutions',1189775515,'3.6.8'),(8598,-1,'edit_notice','notice','Edit Notice','vbulletin','vBulletin Solutions',1189775392,'3.6.8'),(8599,-1,'has_never_posted_criteria','notice','User has never posted','vbulletin','vBulletin Solutions',1189767510,'3.6.8'),(8600,-1,'has_x_infraction_points_criteria','notice','User has between {1} and {2} infraction points','vbulletin','vBulletin Solutions',1189687099,'3.6.8'),(8601,-1,'has_x_postcount_criteria','notice','User\'s post-count is between {1} and {2} posts','vbulletin','vBulletin Solutions',1189767137,'3.6.8'),(8602,-1,'has_x_reputation_criteria','notice','User has between {1} and {2} reputation points','vbulletin','vBulletin Solutions',1189687718,'3.6.8'),(8603,-1,'in_coventry_criteria','notice','User is in Global Ignore','vbulletin','',1255478891,'4.0.0 Alpha 6'),(8604,-1,'in_usergroup_x_criteria','notice','User belongs to usergroup {1}','vbulletin','vBulletin Solutions',1189612323,'3.6.8'),(8605,-1,'is_birthday_criteria','notice','User\'s birthday is today','vbulletin','vBulletin Solutions',1189612512,'3.6.8'),(8606,-1,'is_date_criteria','notice','The date is {1} {2} (Use dd-mm-yyyy format)','vbulletin','vBulletin Solutions',1212762443,'3.8.0 Alpha 1'),(8607,-1,'is_time_criteria','notice','The time is between {1} and {2} {3} (Use hh:mm 24 hour format)','vbulletin','vBulletin Solutions',1212762416,'3.8.0 Alpha 1'),(8608,-1,'no_posts_in_x_days_criteria','notice','User has not posted for {1} days or more (but has posted previously)','vbulletin','vBulletin Solutions',1189767321,'3.6.8'),(8609,-1,'no_visit_in_x_days_criteria','notice','User has not visited for {1} days or more','vbulletin','vBulletin Solutions',1189687293,'3.6.8'),(8610,-1,'not_in_usergroup_x_criteria','notice','User does not belong to usergroup {1}','vbulletin','vBulletin Solutions',1189612342,'3.6.8'),(8611,-1,'notice_active_description','notice','If active and no criteria are set, notice will display to all.','vbulletin','',1259861991,'4.0.0 Release Candidate 2'),(8612,-1,'notice_html','notice','Notice HTML','vbulletin','vBulletin Solutions',1189698555,'3.6.8'),(8613,-1,'notice_html_description','notice','This is the HTML that will be shown to visitors when the conditions set below are met.<br />\r\n<br />\r\nYou may include the following special variables in the HTML:<br />\r\n<code>{userid}, {username}, {musername}, {sessionurl}, {sessionurl_q}, {register_page}, {help_page}</code>','vbulletin','vBulletin Solutions',1271432484,'5.0.5 Alpha 4'),(8614,-1,'notice_title_description','notice','This text is used solely in the Admin CP','vbulletin','vBulletin Solutions',1189776415,'3.6.8'),(8615,-1,'notice_x_not_displayed_criteria','notice','Criteria for notice {1} are not met','vbulletin','vBulletin Solutions',1206707239,'3.7.0 Release Candidate 2'),(8616,-1,'persistent','notice','Persistent','vbulletin','vBulletin Solutions',1189774634,'3.6.8'),(8617,-1,'persistent_description','notice','If this option is set to \'No\', the notice will be shown only once per visit to each user.','vbulletin','vBulletin Solutions',1189776982,'3.6.8'),(8618,-1,'pm_storage_x_percent_full_criteria','notice','User\'s private message storage is between {1}% and {2}% full','vbulletin','vBulletin Solutions',1189687241,'3.6.8'),(8619,-1,'style_is_x_criteria','notice','User is browsing using style {1}','vbulletin','vBulletin Solutions',1189779007,'3.6.8'),(8620,-1,'user_timezone','notice','User\'s Timezone','vbulletin','vBulletin Solutions',1212762396,'3.8.0 Alpha 1'),(8621,-1,'username_is_criteria','notice','User\'s username is {1}','vbulletin','vBulletin Solutions',1189612541,'3.6.8'),(8622,-1,'utc_universal_time','notice','UTC / Universal Time','vbulletin','vBulletin Solutions',1212762382,'3.8.0 Alpha 1'),(8623,-1,'0_to_9','pm','0 - 9','vbulletin','',1214574617,'3.8.0 Alpha 1'),(8624,-1,'a_to_h','pm','A - H','vbulletin','',1214574685,'3.8.0 Alpha 1'),(8625,-1,'all_messages','pm','All Messages','vbulletin','',1219756035,'3.8.0 Alpha 1'),(8626,-1,'bcc','pm','BCC Recipients','vbulletin','',1245873945,'4.0.0 Alpha 1'),(8627,-1,'confirm_outstanding_receipt','pm','Confirm Outstanding Receipt','vbulletin','',0,''),(8628,-1,'csv','pm','CSV','vbulletin','',0,''),(8629,-1,'date_filter','pm','Date Filter','vbulletin','vBulletin Solutions',1247523821,'4.0.0 Alpha 1'),(8630,-1,'delete_message_click_button','pm','To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.','vbulletin','',0,''),(8631,-1,'file_type','pm','File Type','vbulletin','',0,''),(8632,-1,'forward_message','pm','Forward Message','vbulletin','',0,''),(8633,-1,'forward_prefix','pm','Fw:','vbulletin','',1227112295,'4.0.0 Alpha 1'),(8634,-1,'i_to_p','pm','I - P','vbulletin','',1214574704,'3.8.0 Alpha 1'),(8635,-1,'mark_as_read','pm','Mark as read','vbulletin','',0,''),(8636,-1,'mark_as_unread','pm','Mark as unread','vbulletin','',0,''),(8637,-1,'message_history','pm','Message History','vbulletin','',1226492091,'4.0.0 Alpha 1'),(8638,-1,'message_tracking','pm','Message Tracking','vbulletin','',0,''),(8639,-1,'new_private_message','pm','New Private Message','vbulletin','',1245657429,'4.0.0 Alpha 1'),(8640,-1,'q_to_z','pm','Q - Z','vbulletin','',1214574719,'3.8.0 Alpha 1'),(8641,-1,'read','pm','Read','vbulletin','',0,''),(8642,-1,'recipients','pm','Recipient Users','vbulletin','vBulletin Solutions',1247691546,'4.0.0 Alpha 1'),(8643,-1,'sender','pm','Sender','vbulletin','',1214568143,'3.8.0 Alpha 1'),(8644,-1,'sent_to','pm','Sent to','vbulletin','',0,''),(8645,-1,'view_message','pm','View Message','vbulletin','',0,''),(8646,-1,'x_requested_read_receipt','pm','<strong>{1}</strong> has requested a read receipt - Confirm? <!-- phrase name: x_has_requested_a_read_receipt -->','vbulletin','',0,''),(8647,-1,'xml','pm','XML','vbulletin','',0,''),(8648,-1,'option_x','poll','Option {1}','vbulletin','',0,''),(8649,-1,'poll_question','poll','Poll Question','vbulletin','',0,''),(8650,-1,'poll_results','poll','Poll Results','vbulletin','',1245628202,'4.0.0 Alpha 1'),(8651,-1,'poll_timeout','poll','Poll Timeout','vbulletin','',0,''),(8652,-1,'too_many_options','poll','There are too many poll options.','vbulletin','',1345000501,'5.0.0 Alpha 34'),(8653,-1,'attachments_pending_approval','postbit','Attachments Pending Approval','vbulletin','',0,''),(8654,-1,'forward','postbit','Forward','vbulletin','',0,''),(8655,-1,'image_larger_version_x_y_z','postbit','Click image for larger version\r\n\r\nName: {1}\r\nViews: {2}\r\nSize: {3}\r\nID: {4}','vbulletin','',0,''),(8656,-1,'image_x_y_z','postbit','Name: {1}\r\nViews: {2}\r\nSize: {3}','vbulletin','',0,''),(8657,-1,'last_edited_by_x_on_y_at_z','postbit','Last edited by <a href=\"{2}\">{1}</a>; <span class=\"time\">{3}</span>.','vbulletin','vBulletin Solutions',1355517187,'5.0.0 Beta 24'),(8658,-1,'last_edited_link_by_x_on_y_at_z_nodeid','postbit','Last edited by {1}; <span class=\"time\">{2}</span>.','vbulletin','vBulletin Solutions',1358389453,'5.0.0 Beta 28'),(8659,-1,'received_infraction','postbit','Received Infraction','vbulletin','',1142519066,'3.6.0 Beta 1'),(8660,-1,'received_warning','postbit','Received Warning','vbulletin','',1142519066,'3.6.0 Beta 1'),(8661,-1,'reppower','postbit','Rep Power','vbulletin','',0,''),(8662,-1,'add_files','posting','Add Files','vbulletin','vBulletin Solutions',1234977462,'4.0.0 Alpha 1'),(8663,-1,'add_tags','posting','Add Tags','vbulletin','vBulletin Solutions',1190903874,'3.7.0 Beta 1'),(8664,-1,'album_picture','posting','Album Picture','vbulletin','vBulletin Solutions',1239750077,'4.0.0 Alpha 1'),(8665,-1,'asc','posting','Asc','vbulletin','vBulletin Solutions',1234991106,'4.0.0 Alpha 1'),(8666,-1,'attach_files','posting','Attach Files','vbulletin','',0,''),(8667,-1,'auto_saved','posting','Auto-Saved','vbulletin','vBulletin Solutions',1364488353,'5.0.2 Alpha 2'),(8668,-1,'automatically_parse_links_in_text','posting','Automatically parse links in text','vbulletin','',0,''),(8669,-1,'browser_is_safari_no_wysiwyg','posting','The Safari browser does not support WYSIWYG mode.','vbulletin','',0,''),(8670,-1,'choose_file','posting','Choose File','vbulletin','',0,''),(8671,-1,'colors','posting','Colors','vbulletin','',0,''),(8672,-1,'complete_image_verification','posting','You did not complete the Image Verification','vbulletin','vBulletin Solutions',1144868057,'3.6.0 Beta 1'),(8673,-1,'computer','posting','Computer','vbulletin','vBulletin Solutions',1236279065,'4.0.0 Alpha 1'),(8674,-1,'content_url','posting','Content URL','vbulletin','vBulletin Solutions',1259083964,'4.0.0 Release Candidate 1'),(8675,-1,'cut','posting','Cut','vbulletin','',0,''),(8676,-1,'delete_table','posting','Delete Table','vbulletin','vBulletin Solutions',1259798134,'4.0.0 Release Candidate 1'),(8677,-1,'desc','posting','Desc','vbulletin','vBulletin Solutions',1234991098,'4.0.0 Alpha 1'),(8678,-1,'detailed_gposting','posting','Detailed','vbulletin','vBulletin Solutions',1234991135,'5.0.0 Alpha 8'),(8679,-1,'disable_smilies_in_text','posting','Disable smilies in text','vbulletin','',0,''),(8680,-1,'edit_tags','posting','Add / Edit Tags','vbulletin','',1246918488,'4.0.0 Alpha 1'),(8681,-1,'enter_email_link','posting','Please enter the email address for the link:','vbulletin','vBulletin Solutions',1156544066,'3.6.1'),(8682,-1,'enter_link_text','posting','Enter the text to be displayed for the link (optional):','vbulletin','',0,''),(8683,-1,'enter_link_url','posting','Please enter the URL of your link:','vbulletin','',0,''),(8684,-1,'enter_list_item','posting','Enter a list item.\\r\\nLeave the box empty or press \'Cancel\' to complete the list:','vbulletin','',0,''),(8685,-1,'enter_list_type','posting','What type of list do you want? Enter \'1\' for a numbered list, enter \'a\' for an alphabetical list, or leave blank for a list with bullet points:','vbulletin','',0,''),(8686,-1,'enter_option_x_tag','posting','Enter the option for the [{1}] tag:','vbulletin','',0,''),(8687,-1,'enter_tag_option','posting','Please enter the option for your {1} tag:','vbulletin','',0,''),(8688,-1,'enter_text_to_be_formatted','posting','Enter the text to be formatted','vbulletin','',0,''),(8689,-1,'enter_title','posting','Enter title','vbulletin','vBulletin Solutions',1363284284,'5.0.2 Alpha 2'),(8690,-1,'enter_url_file','posting','Enter URL of the file','vbulletin','',1258294474,'4.0.0 Beta 4'),(8691,-1,'enter_video_url_below','posting','Enter your video clip URL below.','vbulletin','vBulletin Solutions',1251159058,'4.0.0 Alpha 2'),(8692,-1,'fbpublish_message_articlecomment','posting','just posted a new article comment at {1}:','vbulletin','',1274211966,'4.0.4'),(8693,-1,'fbpublish_message_blogcomment','posting','just posted a new blog comment at {1}:','vbulletin','',1274156387,'4.0.4'),(8694,-1,'fbpublish_message_blogentry','posting','just posted a new blog entry at {1}:','vbulletin','',1274153165,'4.0.4'),(8695,-1,'fbpublish_message_newreply','posting','just replied to a topic at {1}:','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8696,-1,'fbpublish_message_newthread','posting','just started a topic at {1}:','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8697,-1,'file','posting','File','vbulletin','vBulletin Solutions',1234990700,'4.0.0 Alpha 1'),(8698,-1,'file_is_too_large','posting','File is too Large','vbulletin','vBulletin Solutions',1236214122,'4.0.0 Alpha 1'),(8699,-1,'files','posting','Files','vbulletin','',1258294862,'4.0.0 Beta 4'),(8700,-1,'fonts','posting','Fonts','vbulletin','',0,''),(8701,-1,'forum_post','posting','Forum Post','vbulletin','vBulletin Solutions',1237487227,'4.0.0 Alpha 1'),(8702,-1,'from_computer','posting','From Computer','vbulletin','vBulletin Solutions',1253576626,'4.0.0 Alpha 3'),(8703,-1,'go_advanced','posting','Go Advanced','vbulletin','',0,''),(8704,-1,'group_picture','posting','Group Picture','vbulletin','vBulletin Solutions',1239750090,'4.0.0 Alpha 1'),(8705,-1,'iespell_not_installed','posting','ieSpell is a spell-checking tool for Internet Explorer.\r\n\r\nIf you would like to download ieSpell, click OK; otherwise click Cancel.\r\n\r\nieSpell can be downloaded from http://www.iespell.com','vbulletin','',0,''),(8706,-1,'insert_all','posting','Insert All','vbulletin','',0,''),(8707,-1,'insert_fullsize','posting','Fullsize','vbulletin','vBulletin Solutions',1386689086,'5.1.0 Alpha 6'),(8708,-1,'insert_image','posting','Insert Image','vbulletin','',0,''),(8709,-1,'insert_large','posting','Large','vbulletin','vBulletin Solutions',1386689171,'5.1.0 Alpha 6'),(8710,-1,'insert_medium','posting','Medium','vbulletin','vBulletin Solutions',1386689119,'5.1.0 Alpha 6'),(8711,-1,'insert_small','posting','Small','vbulletin','vBulletin Solutions',1386689104,'5.1.0 Alpha 6'),(8712,-1,'insert_thumbnail','posting','Thumbnail','vbulletin','vBulletin Solutions',1386688972,'5.1.0 Alpha 6'),(8713,-1,'insert_video','posting','Insert Video','vbulletin','vBulletin Solutions',1250891412,'4.0.0 Alpha 2'),(8714,-1,'insert_video_clip','posting','Insert Video Clip','vbulletin','vBulletin Solutions',1251159109,'4.0.0 Alpha 2'),(8715,-1,'invalid_file','posting','Invalid File','vbulletin','vBulletin Solutions',1236214176,'4.0.0 Alpha 1'),(8716,-1,'invalid_file_data','posting','Invalid file data','vbulletin','vBulletin Solutions',1369328012,'5.0.3 Beta 1'),(8717,-1,'link_to_image','posting','Link to Image','vbulletin','vBulletin Solutions',1259083977,'4.0.0 Release Candidate 1'),(8718,-1,'link_url','posting','Link URL','vbulletin','vBulletin Solutions',1259083896,'4.0.0 Release Candidate 1'),(8719,-1,'list','posting','List','vbulletin','vBulletin Solutions',1234991128,'4.0.0 Alpha 1'),(8720,-1,'max_filesize','posting','Max File-size','vbulletin','',1344993046,'5.0.0 Alpha 35'),(8721,-1,'maximum','posting','Maximum','vbulletin','',0,''),(8722,-1,'maximum_number_of_attachments_reached','posting','Maximum number of attachments reached','vbulletin','vBulletin Solutions',1236291867,'4.0.0 Alpha 1'),(8723,-1,'message_too_short','posting','The message you have entered is too short. Please lengthen your message to at least {1} characters.','vbulletin','vBulletin Solutions',1156544084,'3.6.1'),(8724,-1,'more','posting','More','vbulletin','',0,''),(8725,-1,'moz_edit_config_file','posting','You need to edit your Mozilla config file to allow this action.','vbulletin','',0,''),(8726,-1,'moz_must_select_text','posting','Mozilla requires that you must select some text for this function to work','vbulletin','',0,''),(8727,-1,'must_enter_subject','posting','You must enter a title / subject!','vbulletin','',0,''),(8728,-1,'must_select_text_to_use','posting','You must select some text to use this function.','vbulletin','',0,''),(8729,-1,'ok','posting','OK','vbulletin','vBulletin Solutions',1251159018,'4.0.0 Alpha 2'),(8730,-1,'ordered_list','posting','Ordered List','vbulletin','',0,''),(8731,-1,'paste','posting','Paste','vbulletin','',0,''),(8732,-1,'please_select_attachment','posting','Please select at least one attachment to insert inline by clicking the checkbox in the bottom corner.','vbulletin','vBulletin Solutions',1268241801,'4.0.4'),(8733,-1,'post_comparison','posting','Post Comparison','vbulletin','vBulletin Solutions',1194539201,'3.7.0 Beta 1'),(8734,-1,'post_new_announcement_gposting','posting','Post New Announcement','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8735,-1,'preview_break','posting','Preview Break','vbulletin','vBulletin Solutions',1250726596,'4.0.0 Alpha 1'),(8736,-1,'previously_entered_content','posting','Previously entered content was automatically saved. <a href=\"#\" data-action=\"restore\" tabindex=\"1\">Restore</a> or <a href=\"#\" data-action=\"discard\" tabindex=\"1\">Discard</a>.','vbulletin','vBulletin Solutions',1380188738,'5.1.0 Alpha 1'),(8737,-1,'reason_for_editing','posting','Reason for Editing','vbulletin','vBulletin Solutions',1250544195,'4.0.0 Alpha 1'),(8738,-1,'remove_link','posting','Remove Link','vbulletin','',0,''),(8739,-1,'reset_views_counter','posting','Reset Views Counter to Zero','vbulletin','',1142519066,'3.6.0 Beta 1'),(8740,-1,'retrieve_remote_file_and_ref_local','posting','Retrieve remote file and reference locally','vbulletin','vBulletin Solutions',1253576696,'4.0.0 Alpha 3'),(8741,-1,'saving_of_settings_failed','posting','Saving of settings failed, please try again.','vbulletin','vBulletin Solutions',1253576256,'4.0.0 Alpha 3'),(8742,-1,'select_a_file_to_attach','posting','Please select a file to attach.','vbulletin','',0,''),(8743,-1,'select_none_gposting','posting','Select None','vbulletin','',1238174058,'5.0.0 Alpha 8'),(8744,-1,'selected_attachments','posting','Selected Attachments:','vbulletin','vBulletin Solutions',1268263029,'4.0.4'),(8745,-1,'separate_tags_using_comma','posting','Separate tags using a comma.','vbulletin','vBulletin Solutions',1190903991,'3.7.0 Beta 1'),(8746,-1,'show_your_signature_gposting','posting','Show your signature','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8747,-1,'sizes','posting','Sizes','vbulletin','',0,''),(8748,-1,'stuck_gposting','posting','Stuck','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8749,-1,'submit_message','posting','Submit Message','vbulletin','',0,''),(8750,-1,'supported_videos','posting','Supported videos include:','vbulletin','vBulletin Solutions',1254010910,'4.0.0 Alpha 4'),(8751,-1,'tag_management','posting','Tag Management','vbulletin','vBulletin Solutions',1190904587,'3.7.0 Beta 1'),(8752,-1,'this_message_already_contains_a_preview_break','posting','This message already contains a preview break','vbulletin','vBulletin Solutions',1250726627,'4.0.0 Alpha 1'),(8753,-1,'time_of_edit','posting','Time of Edit','vbulletin','vBulletin Solutions',1191498409,'3.7.0 Beta 1'),(8754,-1,'unable_to_parse_attachmentid_from_image','posting','Unable to parse Attachmentid from image.','vbulletin','vBulletin Solutions',1253576174,'4.0.0 Alpha 3'),(8755,-1,'upload_failed','posting','Upload Failed','vbulletin','vBulletin Solutions',1235000322,'4.0.0 Alpha 1'),(8756,-1,'upload_file','posting','Upload File(s)','vbulletin','vBulletin Solutions',1256580475,'4.0.0 Beta 1'),(8757,-1,'website','posting','Website','vbulletin','vBulletin Solutions',1236278792,'4.0.0 Alpha 1'),(8758,-1,'wrap_x_tags','posting','Wrap [{1}] tags around selected text','vbulletin','',0,''),(8759,-1,'wysiwyg_command_invalid','posting','This command is invalid or not implemented.','vbulletin','',0,''),(8760,-1,'wysiwyg_initialized','posting','WYSIWYG Editor initialized for {1} in {2} seconds.','vbulletin','',0,''),(8761,-1,'wysiwyg_please_wait','posting','Please wait for the WYSIWYG editor to finish loading...','vbulletin','',0,''),(8762,-1,'any_prefix_meta_gprefix','prefix','(any prefix)','vbulletin','vBulletin Solutions',1190041853,'5.0.0 Alpha 8'),(8763,-1,'any_thread_meta','prefix','(any topic)','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8764,-1,'no_prefix_meta_gprefix','prefix','(no prefix)','vbulletin','vBulletin Solutions',1189609622,'5.0.0 Alpha 8'),(8765,-1,'prefix','prefix','Prefix','vbulletin','vBulletin Solutions',1190041938,'3.7.0 Beta 1'),(8766,-1,'add_prefix','prefixadmin','Add Prefix','vbulletin','',1190043041,'3.7.0 Beta 1'),(8767,-1,'add_prefix_set','prefixadmin','Add Prefix Set','vbulletin','',1190043041,'3.7.0 Beta 1'),(8768,-1,'adding_prefix','prefixadmin','Adding Prefix','vbulletin','',1190043041,'3.7.0 Beta 1'),(8769,-1,'adding_prefix_set','prefixadmin','Adding Prefix Set','vbulletin','',1190043041,'3.7.0 Beta 1'),(8770,-1,'allow_new_groups_to_use_selected_prefixes','prefixadmin','Allow Newly Created Usergroups To Use The Selected Prefixes','vbulletin','',1213891270,'3.8.0 Alpha 1'),(8771,-1,'are_you_sure_want_to_delete_prefix_x','prefixadmin','Are you <b>sure</b> you want to delete the prefix called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1190042495,'3.7.0 Beta 1'),(8772,-1,'are_you_sure_want_to_delete_prefixset_x','prefixadmin','Are you <b>sure</b> you want to delete the prefix set called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1190042502,'3.7.0 Beta 1'),(8773,-1,'copy_permissions_from','prefixadmin','Copy Permissions From','vbulletin','',1213891295,'3.8.0 Alpha 1'),(8774,-1,'copy_permissions_to','prefixadmin','Copy Permissions To','vbulletin','',1213891318,'3.8.0 Alpha 1'),(8775,-1,'deny_permission_for_selected_prefixes','prefixadmin','Deny Permission For All Selected Prefixes','vbulletin','',1213891336,'3.8.0 Alpha 1'),(8776,-1,'do_not_resolve_permission_conflict','prefixadmin','Do Not Resolve Permission Conflict','vbulletin','',1213891363,'3.8.0 Alpha 1'),(8777,-1,'edit_selected_prefix_permissions','prefixadmin','Edit Selected Prefix Permissions','vbulletin','',1213891383,'3.8.0 Alpha 1'),(8778,-1,'edit_thread_prefix_permissions','prefixadmin','Edit Topic Prefix Permissions','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8779,-1,'editing_permissions_for_x','prefixadmin','Editing permissions for {1}','vbulletin','',1213891423,'3.8.0 Alpha 1'),(8780,-1,'editing_prefix','prefixadmin','Editing Prefix','vbulletin','',1190043041,'3.7.0 Beta 1'),(8781,-1,'editing_prefix_set','prefixadmin','Editing Prefix Set','vbulletin','',1190043041,'3.7.0 Beta 1'),(8782,-1,'grant_permission_for_selected_prefixes','prefixadmin','Grant Permission For All Selected Prefixes','vbulletin','',1213891443,'3.8.0 Alpha 1'),(8783,-1,'leave_default_permissions_unchanged','prefixadmin','Leave Default Permissions Unchanged','vbulletin','',1213891464,'3.8.0 Alpha 1'),(8784,-1,'new_groups_may_not_use_selected_prefixes','prefixadmin','New Groups May Not Use Selected Prefixes','vbulletin','',1213891479,'3.8.0 Alpha 1'),(8785,-1,'new_groups_may_use_selected_prefixes','prefixadmin','New Groups May Use Selected Prefixes','vbulletin','',1213891503,'3.8.0 Alpha 1'),(8786,-1,'no_prefix_sets_defined_click_create','prefixadmin','There are no prefix sets defined. To create a prefix, you must first create a prefix set. Click <a href=\"prefix.php?do=addset\">here</a> to create a set!','vbulletin','',1190043266,'3.7.0 Beta 1'),(8787,-1,'no_prefixes_defined_click_create','prefixadmin','No prefixes defined for this set. Click <a href=\"prefix.php?do=addprefix&prefixsetid={1}\">here</a> to create a prefix!','vbulletin','',1190043266,'3.7.0 Beta 1'),(8788,-1,'overwrite_customized_permissions_no_restrictions','prefixadmin','Overwrite Customized Permissions\r\n<dfn>If you select no, only target prefixes with no restrictions will be updated. Selecting yes will update all target prefixes.</dfn>','vbulletin','vBulletin Solutions',1216748324,'3.8.0 Alpha 1'),(8789,-1,'prefix_id_alphanumeric_note','prefixadmin','Prefix ID\r\n<dfn>A-Z, a-z, 0-9, and _ (underscore) only</dfn>','vbulletin','',1210067235,'3.7.1'),(8790,-1,'prefix_set','prefixadmin','Prefix Set','vbulletin','',1190043041,'3.7.0 Beta 1'),(8791,-1,'prefix_set_id_alphanumeric_note','prefixadmin','Prefix Set ID\r\n<dfn>A-Z, a-z, 0-9, and _ (underscore) only</dfn>','vbulletin','',1210067249,'3.7.1'),(8792,-1,'resolve_permission_conflict','prefixadmin','Resolve Permission Conflict','vbulletin','',1213891546,'3.8.0 Alpha 1'),(8793,-1,'set_default_permissions','prefixadmin','Set Default Permissions','vbulletin','',1213891565,'3.8.0 Alpha 1'),(8794,-1,'thread_prefix_manager_gprefixadmin','prefixadmin','Topic Prefix Manager','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8795,-1,'thread_prefixes_gprefixadmin','prefixadmin','Topic Prefixes','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8796,-1,'title_plain_text','prefixadmin','Title (Plain Text)','vbulletin','',1190043041,'3.7.0 Beta 1'),(8797,-1,'title_rich_text','prefixadmin','Title (Rich Text)','vbulletin','',1190043041,'3.7.0 Beta 1'),(8798,-1,'use_prefix_set_in_these_channels','prefixadmin','Use Prefix Set in These Channels','vbulletin','vBulletin Solutions',1352477630,'5.0.0 Beta 19'),(8799,-1,'add_new_option','profilefield','Add New Option','vbulletin','',0,''),(8800,-1,'add_new_profile_field_category','profilefield','Add New Profile Field Category','vbulletin','vBulletin Solutions',1176909569,'3.6.6'),(8801,-1,'add_new_user_profile_field_gprofilefield','profilefield','Add New User Profile Field','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8802,-1,'after_x','profilefield','After \'{1}\'','vbulletin','',0,''),(8803,-1,'allow_user_to_input_their_own_value_for_this_option','profilefield','Allow user to input their own value for this option','vbulletin','',0,''),(8804,-1,'are_you_sure_you_want_to_delete_this_user_profile_field','profilefield','Are you sure you want to delete this User Profile Field?','vbulletin','',0,''),(8805,-1,'are_you_sure_you_want_to_delete_user_profile_field_category_x','profilefield','Are you sure you want to delete this user profile field category?\r\n<blockquote>\r\n <strong>{1}</strong>\r\n <div class=\"smallfont\">(Contains <strong>{2}</strong> Profile Fields)</div>\r\n</blockquote>\r\nAny profile fields belonging to this category will become <em>{3}</em> but will <strong>not</strong> be deleted.','vbulletin','vBulletin Solutions',1176908567,'3.6.6'),(8806,-1,'asset_picker','profilefield','Asset Picker','vbulletin','',1283447891,'4.0.8'),(8807,-1,'blocks_column_after_albums','profilefield','Sidebar, After Albums','vbulletin','',1260400653,'4.0.0 Release Candidate 2'),(8808,-1,'blocks_column_after_friends','profilefield','Sidebar, After Friends','vbulletin','',1260400667,'4.0.0 Release Candidate 2'),(8809,-1,'blocks_column_after_groups','profilefield','Sidebar, After Groups','vbulletin','',1260400681,'4.0.0 Release Candidate 2'),(8810,-1,'blocks_column_after_mini_stats','profilefield','Sidebar, After Mini Stats','vbulletin','',1260400694,'4.0.0 Release Candidate 2'),(8811,-1,'blocks_column_first','profilefield','Sidebar, First','vbulletin','',1260400708,'4.0.0 Release Candidate 2'),(8812,-1,'blocks_column_last','profilefield','Sidebar, Last','vbulletin','',1260400718,'4.0.0 Release Candidate 2'),(8813,-1,'both','profilefield','Both','vbulletin','',1285286400,'4.0.8'),(8814,-1,'box_height','profilefield','Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>','vbulletin','',0,''),(8815,-1,'button_background','profilefield','Button Background','vbulletin','',1285286400,'4.0.8'),(8816,-1,'button_border','profilefield','Button Border','vbulletin','',1285286400,'4.0.8'),(8817,-1,'button_text_color','profilefield','Button Text Color','vbulletin','',1285286400,'4.0.8'),(8818,-1,'choose_limit_choices_add_info','profilefield','If you choose to limit the number of choices in the next option, please add that information to the description.','vbulletin','',0,''),(8819,-1,'contains_x_fields','profilefield','Contains {1} Fields','vbulletin','vBulletin Solutions',1176908546,'3.6.6'),(8820,-1,'content_background','profilefield','Content Background','vbulletin','',1285286400,'4.0.8'),(8821,-1,'content_border','profilefield','Content Border','vbulletin','',1285286400,'4.0.8'),(8822,-1,'content_link_color','profilefield','Content Link Color','vbulletin','',1285286400,'4.0.8'),(8823,-1,'content_text_color','profilefield','Content Text Color','vbulletin','',1285286400,'4.0.8'),(8824,-1,'customize_my_profile','profilefield','Customize My Profile','vbulletin','',1285286400,'4.0.8'),(8825,-1,'customize_my_theme','profilefield','Customize My Theme','vbulletin','',1317673603,'5.0.0 Alpha 15'),(8826,-1,'default_value_you_may_specify_a_default_registration_value','profilefield','Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>','vbulletin','',0,''),(8827,-1,'display_page','profilefield','Display Page','vbulletin','',0,''),(8828,-1,'drag_the_conner_crop_profile','profilefield','Drag the corner to set how you want your profile picture to appear','vbulletin','',1343932747,'5.0.0 Alpha 34'),(8829,-1,'edit_user_profile_field_category','profilefield','Edit User Profile Field Category','vbulletin','vBulletin Solutions',1176908531,'3.6.6'),(8830,-1,'editable','profilefield','Editable','vbulletin','',0,''),(8831,-1,'exit','profilefield','Exit','vbulletin','',1285286400,'4.0.8'),(8832,-1,'field_editable_by_user','profilefield','Field Editable by User','vbulletin','',0,''),(8833,-1,'field_hidden_on_profile','profilefield','Private Field','vbulletin','',0,''),(8834,-1,'field_length','profilefield','Field Length','vbulletin','vBulletin Solutions',1147797010,'3.6.0 Beta 1'),(8835,-1,'field_searchable_on_members_list','profilefield','Field Searchable on Members List','vbulletin','',0,''),(8836,-1,'fields','profilefield','Fields','vbulletin','',0,''),(8837,-1,'fields_from_form_x','profilefield','Profile Fields from Form \'<span class=\"normal\">{1}</span>\'','vbulletin','vBulletin Solutions',1202827399,'3.7.0 Beta 5'),(8838,-1,'header_background','profilefield','Header Background','vbulletin','',1283553236,'4.0.8'),(8839,-1,'header_border','profilefield','Header Border','vbulletin','',1283553253,'4.0.8'),(8840,-1,'header_text_color','profilefield','Header Text Color','vbulletin','',1283553191,'4.0.8'),(8841,-1,'headers','profilefield','Headers','vbulletin','',1283550841,'4.0.8'),(8842,-1,'hidden','profilefield','Hidden','vbulletin','',0,''),(8843,-1,'horizontal','profilefield','Horizontal','vbulletin','',1285337915,'4.0.8'),(8844,-1,'limit_selection','profilefield','Limit Selection<dfn>Maximum number of options the user may select.</dfn><dfn> Enter <b>0</b> to allow them to choose all of the options.</dfn>','vbulletin','',0,''),(8845,-1,'location_on_profile_page_dfn','profilefield','Location on Profile Page\r\n<dfn>Profile fields will always be shown on the \'About Me\' tab, in addition to any location you select here.</dfn>','vbulletin','vBulletin Solutions',1193678008,'3.7.0 Beta 1'),(8846,-1,'main_column_first_tab','profilefield','Main Column, First Tab','vbulletin','vBulletin Solutions',1193677878,'3.7.0 Beta 1'),(8847,-1,'main_column_last_tab','profilefield','Main Column, Last Tab','vbulletin','vBulletin Solutions',1193677892,'3.7.0 Beta 1'),(8848,-1,'messaging','profilefield','Messaging','vbulletin','',0,''),(8849,-1,'module_background','profilefield','Module Background','vbulletin','',1285286400,'4.0.8'),(8850,-1,'module_border','profilefield','Module Border','vbulletin','',1285286400,'4.0.8'),(8851,-1,'module_link_color','profilefield','Module Link Color','vbulletin','',1285286400,'4.0.8'),(8852,-1,'module_text_color','profilefield','Module Text Color','vbulletin','',1285286400,'4.0.8'),(8853,-1,'moduleinactive_background','profilefield','Inactive Module Background','vbulletin','',1283553136,'4.0.8'),(8854,-1,'moduleinactive_border','profilefield','Inactive Module Border','vbulletin','',1283553160,'4.0.8'),(8855,-1,'moduleinactive_link_color','profilefield','Inactive Module Link Color','vbulletin','',1283553116,'4.0.8'),(8856,-1,'moduleinactive_text_color','profilefield','Inactive Module Text Color','vbulletin','',1283553095,'4.0.8'),(8857,-1,'modules','profilefield','Modules','vbulletin','',1280270246,'4.0.6'),(8858,-1,'multiple_line_text_box','profilefield','Multiple-Line Text Box','vbulletin','',0,''),(8859,-1,'multiple_selection_checkbox','profilefield','Multiple-Selection Checkbox','vbulletin','',0,''),(8860,-1,'multiple_selection_menu','profilefield','Multiple-Selection Menu','vbulletin','',0,''),(8861,-1,'name','profilefield','Name','vbulletin','',0,''),(8862,-1,'need_public_album_text','profilefield','To use the asset picker you need to have a publicly accessible album with at least one image in it. Please create such an album if you want to select an image. You can still enter an image location in the edit box if you like.','vbulletin','',1285354262,'4.0.8'),(8863,-1,'no_but_on_register','profilefield','No, but display at registration','vbulletin','',0,''),(8864,-1,'no_user_profile_field_categories_have_been_created','profilefield','No user profile field categories have been created.<br />\r\n<br />\r\nClick the link below to create a new category.','vbulletin','vBulletin Solutions',1176908658,'3.6.6'),(8865,-1,'note_max_31_options','profilefield','<em>Note:</em> You may have a maximum of 31 options in this field.','vbulletin','vBulletin Solutions',1204733531,'3.7.0 Beta 6'),(8866,-1,'only_at_registration','profilefield','Only at registration','vbulletin','',0,''),(8867,-1,'only_in_about_me_tab','profilefield','Only in the \'About Me\' Tab','vbulletin','vBulletin Solutions',1193677848,'3.7.0 Beta 1'),(8868,-1,'optional_input','profilefield','Optional Input','vbulletin','',0,''),(8869,-1,'other_gprofilefield','profilefield','Other','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8870,-1,'other_please_specify_gprofilefield','profilefield','Other (please specify)','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8871,-1,'page_link_color','profilefield','Page Link Color','vbulletin','',1285895621,'4.0.8'),(8872,-1,'postition','profilefield','Position','vbulletin','',0,''),(8873,-1,'profile_field_category','profilefield','Profile Field Category','vbulletin','vBulletin Solutions',1176908600,'3.6.6'),(8874,-1,'profile_field_type','profilefield','Profile Field Type','vbulletin','',0,''),(8875,-1,'profile_theme_reset_confirmation','profilefield','Do you really want to set your profile theme to default?\r\nWarning! All changes made to the profile theme will be lost.','vbulletin','vBulletin Solutions',1376594963,'5.0.5 Alpha 4'),(8876,-1,'regular_expression_require_match_gprofilefield','profilefield','Regular Expression<dfn>You may require the input field to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>).</dfn>','vbulletin','vBulletin Solutions',1190377582,'5.0.5 Alpha 4'),(8877,-1,'rename_gprofilefield','profilefield','Rename','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8878,-1,'required_gprofilefield','profilefield','Required','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8879,-1,'reverting','profilefield','Reverting','vbulletin','vBulletin Solutions',1376594276,'5.0.5 Alpha 3'),(8880,-1,'save_as_site_default','profilefield','Save as Site Default','vbulletin','',1287073795,'4.0.8'),(8881,-1,'searchable','profilefield','Searchable','vbulletin','',0,''),(8882,-1,'select_album_to_view','profilefield','Select an album to view its contents','vbulletin','',1283529882,'4.0.8'),(8883,-1,'set_default_if_yes_first','profilefield','Set Default <dfn>Will set the first non blank option as the default.</dfn>','vbulletin','vBulletin Solutions',1157746464,'3.6.1'),(8884,-1,'show_on_members_list','profilefield','Show on Members List','vbulletin','',0,''),(8885,-1,'single_line_text_box','profilefield','Single-Line Text Box','vbulletin','',0,''),(8886,-1,'single_selection_menu','profilefield','Single-Selection Menu','vbulletin','',0,''),(8887,-1,'single_selection_radio_buttons','profilefield','Single-Selection Radio Buttons','vbulletin','',0,''),(8888,-1,'small','profilefield','small','vbulletin','',1282072036,'4.0.8'),(8889,-1,'text_area_height','profilefield','Text Area Height','vbulletin','',0,''),(8890,-1,'themes','profilefield','Themes','vbulletin','',1280266151,'4.0.6'),(8891,-1,'this_profile_fields_no_options','profilefield','This user profile field has no options.','vbulletin','',0,''),(8892,-1,'thread_viewing','profilefield','Topic Viewing','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(8893,-1,'title_text_color','profilefield','Title Text Color','vbulletin','',1285355894,'4.0.8'),(8894,-1,'uncategorized_gprofilefield','profilefield','Uncategorized','vbulletin','vBulletin Solutions',1176908208,'5.0.0 Alpha 8'),(8895,-1,'update_failed','profilefield','There was an error saving your data. Please contact the site administrator or technical support and explain what you were doing when you got this message.','vbulletin','',1285286400,'4.0.8'),(8896,-1,'user_profile_field_categories_gprofilefield','profilefield','User Profile Field Categories','vbulletin','vBulletin Solutions',1176908614,'5.0.0 Alpha 8'),(8897,-1,'user_profile_field_manager_gprofilefield','profilefield','User Profile Field Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8898,-1,'user_profile_fields_in_area_x','profilefield','User Profile Fields in Area: <span class=\"smallfont\">{1}</span>','vbulletin','',0,''),(8899,-1,'user_profile_reset_to_default','profilefield','User profile has been reset to default values.','vbulletin','',1286982976,'4.0.8'),(8900,-1,'user_profile_saved','profilefield','Your user profile display settings have been updated.','vbulletin','',1285286400,'4.0.8'),(8901,-1,'vertical','profilefield','Vertical','vbulletin','',1285286400,'4.0.8'),(8902,-1,'which_page_displays_option','profilefield','Which page displays this option?<dfn>If you select \"Edit Your Details\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.</dfn>','vbulletin','',1201688546,'3.7.0 Beta 5'),(8903,-1,'xlarge','profilefield','x-large','vbulletin','',1282072081,'4.0.8'),(8904,-1,'xsmall','profilefield','x-small','vbulletin','',1282072024,'4.0.8'),(8905,-1,'xxlarge','profilefield','xx-large','vbulletin','',1282072106,'4.0.8'),(8906,-1,'xxsmall','profilefield','xx-small','vbulletin','',1282072009,'4.0.8'),(8907,-1,'yes_always','profilefield','Yes, Always','vbulletin','vBulletin Solutions',1147712780,'3.6.0 Beta 1'),(8908,-1,'yes_at_registration','profilefield','Yes, at registration and profile updating','vbulletin','vBulletin Solutions',1147712757,'3.6.0 Beta 1'),(8909,-1,'yes_but_no_blank_option','profilefield','Yes, but No First Blank Option','vbulletin','',0,''),(8910,-1,'yes_including_a_blank','profilefield','Yes, Including a First Blank Option','vbulletin','',0,''),(8911,-1,'you_close_before_modifying_checkboxes','profilefield','You should close your forum before modifying checkbox fields.','vbulletin','',0,''),(8912,-1,'add_new_promotion','promotion','Add New Promotion','vbulletin','',0,''),(8913,-1,'edit_promotions','promotion','Edit Promotions','vbulletin','',0,''),(8914,-1,'greater_or_equal_to','promotion','Greater or Equal to','vbulletin','',0,''),(8915,-1,'less_than','promotion','Less Than','vbulletin','',0,''),(8916,-1,'move_user_to_usergroup_description','promotion','Promotions are effected based on the time period defined for the User Promotions Scheduled Task in the <a href=\"cronadmin.php?do=modify\">Scheduled Tasks Manager</a> (Default: Every 1 Hour). <b>NOTE:</b> Users who are not active will not be promoted until such time as they become active again.','vbulletin','',1343414783,'5.0.0 Alpha 31'),(8917,-1,'move_user_to_usergroup_gpromotion','promotion','Move User to Usergroup','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8918,-1,'promotion_strategy','promotion','Promotion Strategy','vbulletin','',0,''),(8919,-1,'promotion_strategy1','promotion','Posts and Reputation and Date','vbulletin','',0,''),(8920,-1,'promotion_strategy2','promotion','Posts or Reputation or Date','vbulletin','',0,''),(8921,-1,'promotion_strategy3','promotion','(Posts and Reputation) or Date','vbulletin','',0,''),(8922,-1,'promotion_strategy4','promotion','Posts and (Reputation or Date)','vbulletin','',0,''),(8923,-1,'promotion_strategy5','promotion','(Posts or Reputation) and Date','vbulletin','',0,''),(8924,-1,'promotion_strategy6','promotion','Posts or (Reputation and Date)','vbulletin','',0,''),(8925,-1,'promotion_strategy7','promotion','Reputation and (Posts or Date)','vbulletin','',0,''),(8926,-1,'promotion_strategy8','promotion','Reputation or (Posts and Date)','vbulletin','',0,''),(8927,-1,'promotion_strategy_description','promotion','Choose the way that you wish the above values to be evaluated','vbulletin','',0,''),(8928,-1,'promotion_type','promotion','Promotion Type','vbulletin','',0,''),(8929,-1,'promotion_type_description_primary_additional','promotion','Type of promotion that the user is to receive. Select \'<b>Primary Usergroup</b>\' to change the user\'s main usergroup to this group or select \'<b>Additional Usergroups</b>\' to add this group to the user\'s additional usergroups','vbulletin','',0,''),(8930,-1,'reputation_comparison_type','promotion','Reputation Comparison Type','vbulletin','',0,''),(8931,-1,'reputation_comparison_type_desc','promotion','This option only applies to reputation and only when reputation has been selected as part of the <strong>Promotion Strategy</strong> above.','vbulletin','',1199738300,'3.7.0 Beta 4'),(8932,-1,'additional_required_information_option','register','Additional Required Information (option)','vbulletin','',0,''),(8933,-1,'additional_required_information_profile','register','Additional Required Information (profile)','vbulletin','',0,''),(8934,-1,'already_a_member','register','Already a member?','vbulletin','',1268246691,'4.0.4'),(8935,-1,'associate_facebook_with_x_account','register','If you are already a member of {1}, you can associate your facebook account with your {1} account by logging in here.','vbulletin','',1270900778,'4.0.4'),(8936,-1,'contact_webmaster_questions','register','Please contact <a href=\"{1}\">the webmaster</a> with any questions','vbulletin','',0,''),(8937,-1,'coppa','register','COPPA','vbulletin','',0,''),(8938,-1,'coppa_rules','register','COPPA Rules','vbulletin','',0,''),(8939,-1,'coppa_rules_description','register','<p><strong>COPPA Policy</strong></p>\r\n<p>All users under the age of 13 must seek permission from their parent or guardian\r\nin order to gain membership of the {1} forums.\r\nWhile we welcome participation from members under 13,\r\nwe require that a parent or guardian fax or mail back a signed permission form before we grant membership.</p>\r\n\r\n<p>If you would like to start the registration process prior to us receiving a permission form,\r\ncheck the \'I agree\' checkbox and press the \'Register\' button below. If you would like to cancel the registration,\r\nclick <a href=\"{2}\">here</a> to return to the forums index.</p>\r\n\r\n<p>A copy of the permission form can be downloaded <a href=\"register.php?{3}do=coppaform\">here</a>.</p>\r\n\r\n<p>For more information about the registration process, or the {1} forums in general,\r\nplease send email to <a href=\"mailto:{4}\">{4}</a>.</p>','vbulletin','',1279900336,'4.1.1 Alpha 1'),(8940,-1,'forum_rules','register','Forum Rules','vbulletin','',0,''),(8941,-1,'forum_rules_description','register','<p>Although the administrators and moderators of {1} will attempt to keep all objectionable\r\nmessages off this site, it is impossible for us to review all messages. All messages express the views of\r\nthe author, and neither the owners of {1}, nor vBulletin Solutions, Inc. (developers of vBulletin)\r\nwill be held responsible for the content of any message.</p>\r\n\r\n<p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar,\r\nsexually-oriented, hateful, threatening, or otherwise violative of any laws.</p>\r\n\r\n<p>The owners of {1} reserve the right to remove, edit, move or close any content item for any reason.</p>','vbulletin','',1259185936,'4.0.0 Release Candidate 1'),(8942,-1,'forum_rules_registration','register','<p><strong>Forum Rules</strong></p>\r\n\r\n<p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed\r\nbelow. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Complete Registration\' button below.\r\nIf you would like to cancel the registration, click <a href=\"{1}.php{2}\">here</a>\r\nto return to the forums index.</p>','vbulletin','',1278600769,'4.0.6'),(8943,-1,'instructions_for_parent_guardian','register','<strong>Instructions for a Parent or Guardian</strong><br /><br />\r\n Please print out this page, sign it and fax it to:<br />\r\n <strong>{1}</strong> at <strong>{2}</strong><br /><br />\r\n Or mail it to:<br />\r\n {3}<br /><br />\r\n If approval is not received in 7 days the information will be deleted.','vbulletin','',0,''),(8944,-1,'logout_of_facebook','register','Logout of Facebook','vbulletin','',1269465059,'4.0.4'),(8945,-1,'make_changes_profile_visit','register','To make changes to the profile information below, please visit this page and enter the username and password','vbulletin','',0,''),(8946,-1,'nolink','register','Do not Link','vbulletin','',1268246676,'4.0.4'),(8947,-1,'optional_information','register','Optional Information','vbulletin','',0,''),(8948,-1,'parent_guardian_full_name','register','Parent / Guardian Full Name','vbulletin','',0,''),(8949,-1,'parent_signature','register','Signature','vbulletin','vBulletin Solutions',1198786806,'3.7.0 Beta 4'),(8950,-1,'permission_to_participate_at_x','register','Permission to Participate at:<br />{1}','vbulletin','',1250088781,'4.0.0 Alpha 1'),(8951,-1,'please_enter_a_proper_year','register','Please enter a proper year','vbulletin','',0,''),(8952,-1,'please_enter_a_valid_page_number','register','Please enter a valid page number.','vbulletin','',1320280989,'5.0.0 Alpha 20'),(8953,-1,'privacy_mode','register','Privacy Mode','vbulletin','',0,''),(8954,-1,'registration_gregister','register','Registration','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8955,-1,'registration_image','register','Registration Image','vbulletin','',0,''),(8956,-1,'relation_to_child','register','Relation to Child','vbulletin','',0,''),(8957,-1,'required_information','register','Required Information','vbulletin','',0,''),(8958,-1,'select_a_day','register','Select a day','vbulletin','vBulletin Solutions',1144883336,'3.6.0 Beta 1'),(8959,-1,'select_a_month','register','Select a month','vbulletin','',0,''),(8960,-1,'sign_form_and_send_with_privacy','register','Please sign the form below and send it to us.<br /><br />\r\n I have reviewed the information my child has supplied and I have read the <a href=\"{1}\">Privacy Policy</a> ({1}) for the web site.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.','vbulletin','vBulletin Solutions',1198801110,'5.0.1 Alpha 2'),(8961,-1,'sign_form_and_send_without_privacy','register','Please sign the form below and send it to us.<br /><br />\r\n I have reviewed the information my child has supplied.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.','vbulletin','vBulletin Solutions',1198801141,'3.7.0 Beta 4'),(8962,-1,'telephone_number','register','Telephone Number','vbulletin','',0,''),(8963,-1,'yes_hides_email_icq_etc','register','Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.','vbulletin','',0,''),(8964,-1,'add_new_reputation_level','reputation','Add New Reputation Level','vbulletin','',0,''),(8965,-1,'are_you_sure_want_to_delete_reputation_x','reputation','Are you sure you want to delete reputation {1}?','vbulletin','',0,''),(8966,-1,'are_you_sure_you_want_to_delete_the_reputation_level_x','reputation','Are you sure you want to delete the Reputation Level: \'{1}\'?','vbulletin','',0,''),(8967,-1,'edit_reputation_greputation','reputation','Edit Reputation','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8968,-1,'error_saving_vote','reputation','Error Saving Like','vbulletin','vBulletin Solutions',1325094982,'5.0.0 Beta 18'),(8969,-1,'even','reputation','Even','vbulletin','',0,''),(8970,-1,'leftby','reputation','Left By','vbulletin','',0,''),(8971,-1,'leftfor','reputation','Left For','vbulletin','',0,''),(8972,-1,'minimum_reputation_level','reputation','Minimum Reputation Level','vbulletin','',0,''),(8973,-1,'negative','reputation','Negative','vbulletin','',0,''),(8974,-1,'no_one_voted','reputation','No likes yet.','vbulletin','vBulletin Solutions',1357547381,'5.0.0 Beta 26'),(8975,-1,'people_who_liked','reputation','People Who Liked','vbulletin','vBulletin Solutions',1350606129,'5.0.0 Beta 16'),(8976,-1,'positive','reputation','Positive','vbulletin','',0,''),(8977,-1,'user_reputation_manager_greputation','reputation','User Reputation Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(8978,-1,'and_newer','search','and Newer','vbulletin','',0,''),(8979,-1,'any_group','search','Any Group','vbulletin','',1237937393,'4.0.0 Alpha 1'),(8980,-1,'any_type','search','Any Type','vbulletin','',1237483252,'4.0.0 Alpha 1'),(8981,-1,'are_you_sure_rebuild_index','search','Are you sure you want to rebuild the search index?','vbulletin','',1237483252,'5.0.3'),(8982,-1,'at_least','search','At Least','vbulletin','',0,''),(8983,-1,'at_most','search','At Most','vbulletin','',0,''),(8984,-1,'calculating_total','search','Calculating total nodes to index.','vbulletin','vBulletin Solutions',1371819461,'5.0.4 Alpha 2'),(8985,-1,'date_created','search','Date Created','vbulletin','',1237483657,'4.0.0 Alpha 1'),(8986,-1,'empty_the_index','search','empty the index','vbulletin','vBulletin Solutions',1351612498,'5.0.0 Beta 18'),(8987,-1,'fetching_parent_nodes_for_attachments','search','fetching parent nodes for attachments','vbulletin','vBulletin Solutions',1351617143,'5.0.0 Beta 18'),(8988,-1,'fetching_x_nodes','search','fetching {1} nodes','vbulletin','vBulletin Solutions',1351615979,'5.0.0 Beta 18'),(8989,-1,'in_thread','search','In Topic','vbulletin','vBulletin Solutions',0,'5.0.0 Beta 19'),(8990,-1,'indexing_failed_for_x','search','indexing failed for the following nodes: {1}','vbulletin','vBulletin Solutions',1351617434,'5.0.1 Alpha 2'),(8991,-1,'indexing_from_x_to_y','search','indexing from {1} to {2}','vbulletin','vBulletin Solutions',1351617434,'5.0.0 Beta 18'),(8992,-1,'indexing_from_x_to_y_in_z','search','indexing from {1} to {2} in {3}','vbulletin','vBulletin Solutions',1351618467,'5.0.4 Alpha 3'),(8993,-1,'indexing_parents_took_x','search','indexing parents took: {1}','vbulletin','vBulletin Solutions',1351617236,'5.0.0 Beta 18'),(8994,-1,'indexing_rest_of_contenttypes','search','indexing rest of the contenttypes','vbulletin','vBulletin Solutions',1351617341,'5.0.0 Beta 18'),(8995,-1,'indexing_x_nodes','search','indexing {1} nodes','vbulletin','vBulletin Solutions',1351616048,'5.0.0 Beta 18'),(8996,-1,'indexing_x_nodes_from_y_to_z_of_t','search','indexing {1} nodes from {2} to {3} of {4}','vbulletin','vBulletin Solutions',1351618467,'5.0.0 Beta 18'),(8997,-1,'indexing_x_nodes_took_y','search','indexing {1} nodes took: {2}','vbulletin','vBulletin Solutions',1351616605,'5.0.0 Beta 18'),(8998,-1,'indexing_x_nodes_y_percent_speed_z_eta','search','indexing {1} nodes, {2}% , speed {3} nodes/s, ETA {4}','vbulletin','vBulletin Solutions',1351618467,'5.0.0 Beta 18'),(8999,-1,'is_after','search','is After','vbulletin','',0,''),(9000,-1,'is_before','search','is Before','vbulletin','',0,''),(9001,-1,'is_less_than','search','is Less than','vbulletin','',0,''),(9002,-1,'key_words','search','Keyword(s)','vbulletin','',1213632802,'3.8.0 Alpha 1'),(9003,-1,'no_prefix_defined','search','No Prefixes Defined','vbulletin','',1238689860,'4.0.0 Alpha 1'),(9004,-1,'reindexing_all','search','Re-indexing all the content.','vbulletin','vBulletin Solutions',1371819536,'5.0.4 Alpha 2'),(9005,-1,'relevancy','search','Relevancy','vbulletin','',0,''),(9006,-1,'search_for','search','Search For','vbulletin','',1237484284,'4.0.0 Alpha 1'),(9007,-1,'search_from','search','From','vbulletin','',1237484312,'4.0.0 Alpha 1'),(9008,-1,'search_tag_cloud','search','Search Tag Cloud','vbulletin','vBulletin Solutions',1191579522,'3.7.0 Beta 1'),(9009,-1,'searchtype_social_groups','search','Groups','vbulletin','',1262652297,'4.0.1'),(9010,-1,'trackbacks','search','Trackbacks','vbulletin','',1258558115,'4.0.0 Beta 4'),(9011,-1,'x_hours_y_minutes_and_z_seconds','search','{1} hours, {2} minutes and {3} seconds','vbulletin','vBulletin Solutions',1351613145,'5.0.0 Beta 18'),(9012,-1,'x_minutes_and_y_seconds','search','{1} minutes and {2} seconds','vbulletin','vBulletin Solutions',1351612976,'5.0.0 Beta 18'),(9013,-1,'x_months_ago','search','{1} months ago','vbulletin','',1329416725,'5.0.0 Alpha 27'),(9014,-1,'x_seconds','search','{1} seconds','vbulletin','vBulletin Solutions',1351612894,'5.0.0 Beta 18'),(9015,-1,'add_a_poll','showthread','Add a Poll','vbulletin','',0,''),(9016,-1,'add_a_poll_to_this_thread','showthread','Add a Poll to this Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9017,-1,'already_rated_this_thread','showthread','You have already rated this topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9018,-1,'approve_thread','showthread','Approve Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9019,-1,'click_quick_reply_icon','showthread','Please click one of the Quick Reply icons in the posts above to activate Quick Reply.','vbulletin','',0,''),(9020,-1,'close_thread','showthread','Close Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9021,-1,'display_modes','showthread','Display Modes','vbulletin','',0,''),(9022,-1,'email_this_page','showthread','Email this Page','vbulletin','',0,''),(9023,-1,'feature_thread','showthread','Feature Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9024,-1,'feature_threads','showthread','Feature Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9025,-1,'hybrid_mode','showthread','Hybrid Mode','vbulletin','',0,''),(9026,-1,'linear_mode','showthread','Linear Mode','vbulletin','',0,''),(9027,-1,'next_thread','showthread','Next Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9028,-1,'open_thread','showthread','Open Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9029,-1,'post_deleted','showthread','(Post Deleted)','vbulletin','',0,''),(9030,-1,'post_quick_reply','showthread','Post Quick Reply','vbulletin','',0,''),(9031,-1,'posting_quick_reply_please_wait','showthread','Posting Quick Reply - Please Wait','vbulletin','',0,''),(9032,-1,'prev_thread','showthread','Previous Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9033,-1,'quote_message_in_reply','showthread','Quote message in reply?','vbulletin','',0,''),(9034,-1,'rate_this_thread','showthread','Rate This Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9035,-1,'remove_redirects','showthread','Remove Redirects','vbulletin','',0,''),(9036,-1,'search_this_thread','showthread','Search this Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9037,-1,'show_printable_version','showthread','Show Printable Version','vbulletin','',0,''),(9038,-1,'similar_threads','showthread','Similar Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9039,-1,'stick_thread','showthread','Stick Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9040,-1,'subscribe_to_this_thread','showthread','Subscribe to this Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9041,-1,'switch_to_hybrid_mode','showthread','Switch to Hybrid Mode','vbulletin','',0,''),(9042,-1,'switch_to_linear_mode','showthread','Switch to Linear Mode','vbulletin','',0,''),(9043,-1,'switch_to_threaded_mode','showthread','Switch to Threaded Mode','vbulletin','',0,''),(9044,-1,'thread_information','showthread','Topic Information','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9045,-1,'thread_tools','showthread','Topic Tools','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9046,-1,'threaded_mode','showthread','Threaded Mode','vbulletin','',0,''),(9047,-1,'unapprove_thread','showthread','Unapprove Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9048,-1,'unfeature_thread','showthread','Unfeature Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9049,-1,'unfeature_threads','showthread','Unfeature Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9050,-1,'unstick_thread','showthread','Unstick Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9051,-1,'unsubscribe_from_this_thread','showthread','Unsubscribe from this Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9052,-1,'unvote_cap','showthread','Unlike','vbulletin','',1343655620,'5.0.0 Alpha 31'),(9053,-1,'view_first_unread','showthread','View First Unread','vbulletin','',0,''),(9054,-1,'you_rated_this_thread','showthread','You Rated this Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9055,-1,'add_new_category','socialgroups','Add New Category','vbulletin','',1215686846,'3.8.0 Alpha 1'),(9056,-1,'add_new_socialgroup_category','socialgroups','Add New Group Category','vbulletin','',1260377154,'4.0.0 Release Candidate 2'),(9057,-1,'all_groups','socialgroups','All Groups','vbulletin','',1217935791,'3.8.0 Alpha 1'),(9058,-1,'are_you_sure_you_want_to_delete_category_x_y_groups','socialgroups','Are you sure you want to delete the group category <em>{1}</em>?<br /><br />\r\nIf you choose to delete this category, you must choose a different category into which the {2} groups belonging to the <em>{1}</em> category will be moved.','vbulletin','',1260377171,'4.0.0 Release Candidate 2'),(9059,-1,'are_you_sure_you_want_to_delete_x_groups','socialgroups','Are you sure you want to delete {1} group(s)?','vbulletin','vBulletin Solutions',1200321733,'3.7.0 Beta 4'),(9060,-1,'cancel_join_request','socialgroups','Cancel Join Request','vbulletin','',1196173474,'3.7.0 Beta 1'),(9061,-1,'cannot_display_content_join','socialgroups','You need to join this group before viewing any content.','vbulletin','',1345672892,'5.0.0 Alpha 37'),(9062,-1,'categories_gsocialgroups','socialgroups','Categories','vbulletin','',1217858812,'5.0.0 Alpha 8'),(9063,-1,'category_is','socialgroups','Category is','vbulletin','',1215685588,'3.8.0 Alpha 1'),(9064,-1,'create_a_new_group','socialgroups','Create Group','vbulletin','',1260282182,'4.0.0 Release Candidate 2'),(9065,-1,'create_group','socialgroups','Create Group','vbulletin','',1192529892,'3.7.0 Beta 1'),(9066,-1,'creation_date_is_after','socialgroups','Creation Date is After','vbulletin','vBulletin Solutions',1200321815,'3.7.0 Beta 4'),(9067,-1,'creation_date_is_before','socialgroups','Creation Date is Before','vbulletin','vBulletin Solutions',1200321829,'3.7.0 Beta 4'),(9068,-1,'decline_join_invitation','socialgroups','Decline Invitation','vbulletin','',1196173921,'3.7.0 Beta 1'),(9069,-1,'delete_discussion','socialgroups','Delete Discussion','vbulletin','',1214231861,'3.7.1'),(9070,-1,'delete_group','socialgroups','Delete Group','vbulletin','',1192467324,'3.7.0 Beta 1'),(9071,-1,'delete_selected_groups','socialgroups','Delete Selected Groups','vbulletin','vBulletin Solutions',1200321848,'3.7.0 Beta 4'),(9072,-1,'deleting_groups','socialgroups','Deleting groups','vbulletin','vBulletin Solutions',1200321901,'3.7.0 Beta 4'),(9073,-1,'deleting_x','socialgroups','Deleting {1}...','vbulletin','vBulletin Solutions',1200321915,'3.7.0 Beta 4'),(9074,-1,'edit_discussion','socialgroups','Edit Discussion','vbulletin','',1221754777,'4.0.0 Alpha 1'),(9075,-1,'edit_group','socialgroups','Edit Group','vbulletin','',1192534753,'3.7.0 Beta 1'),(9076,-1,'edit_group_discussion','socialgroups','Edit Group Discussion','vbulletin','',1211466421,'3.7.1'),(9077,-1,'edit_group_icon','socialgroups','Edit Group Icon','vbulletin','',1216132803,'3.8.0 Alpha 1'),(9078,-1,'edit_social_group_category','socialgroups','Edit Group Category','vbulletin','',1262794191,'4.0.1'),(9079,-1,'from_x','socialgroups','<span class=\"shade\">From</span> <a href=\"{1}\">{2}</a>','vbulletin','vBulletin Solutions',1222716632,'4.0.0 Alpha 1'),(9080,-1,'group_created_by','socialgroups','Group Created By','vbulletin','',1224674676,'4.0.0 Alpha 1'),(9081,-1,'group_created_by_x','socialgroups','Group Created by <a href=\"{1}\">{2}</a>','vbulletin','',1280238646,'4.1.1 Alpha 1'),(9082,-1,'group_desc_inviteonly','socialgroups','This is an <strong>invite only</strong> group.','vbulletin','',1196948658,'3.7.0 Beta 1'),(9083,-1,'group_desc_moderated','socialgroups','This is a <strong>moderated</strong> group.','vbulletin','',1196948641,'3.7.0 Beta 1'),(9084,-1,'group_desc_public','socialgroups','This is a <strong>public</strong> group.','vbulletin','',1196948629,'3.7.0 Beta 1'),(9085,-1,'group_description','socialgroups','Group Description','vbulletin','',1192530673,'3.7.0 Beta 1'),(9086,-1,'group_gsocialgroups','socialgroups','Group','vbulletin','',1245292644,'5.0.0 Alpha 8'),(9087,-1,'group_options','socialgroups','Group Options','vbulletin','vBulletin Solutions',1204716911,'3.7.0 Beta 6'),(9088,-1,'group_type','socialgroups','Group Type','vbulletin','',1196175197,'3.7.0 Beta 1'),(9089,-1,'group_type_inviteonly','socialgroups','Invite Only','vbulletin','',1196175297,'3.7.0 Beta 1'),(9090,-1,'group_type_moderated','socialgroups','Moderated','vbulletin','',1196175267,'3.7.0 Beta 1'),(9091,-1,'group_type_public','socialgroups','Public','vbulletin','',1196175227,'3.7.0 Beta 1'),(9092,-1,'invalid_invite_only_request','socialgroups','Invalid action. This is a invite only group.','vbulletin','vBulletin Solutions',1368200502,'5.0.3 Alpha 3'),(9093,-1,'invalid_sg_parent','socialgroups','Invalid Group Category specified.','vbulletin','',1346429490,'5.0.0 Beta 11'),(9094,-1,'invalid_username','socialgroups','The user you have specified was not found.','vbulletin','vBulletin Solutions',1200321960,'3.7.0 Beta 4'),(9095,-1,'invite','socialgroups','Invite','vbulletin','',1196252637,'3.7.0 Beta 1'),(9096,-1,'invite_user','socialgroups','Invite User','vbulletin','',1196252610,'3.7.0 Beta 1'),(9097,-1,'join','socialgroups','Join','vbulletin','',1260283197,'4.0.0 Release Candidate 2'),(9098,-1,'last_member_of_group','socialgroups','The only member left in this group is the owner.<br /><br />The owner cannot be removed from a group.','vbulletin','',1196956613,'3.7.0 Beta 1'),(9099,-1,'last_updated','socialgroups','Last Updated','vbulletin','',1217858584,'3.8.0 Alpha 1'),(9100,-1,'latest_group_topics','socialgroups','Latest Group Topics','vbulletin','',1332362953,'5.0.0 Alpha 28'),(9101,-1,'latest_topics','socialgroups','Latest Topics','vbulletin','',1343763735,'5.0.0 Alpha 32'),(9102,-1,'leave','socialgroups','Leave','vbulletin','',1260282817,'4.0.0 Release Candidate 2'),(9103,-1,'leave_social_group','socialgroups','Leave Group','vbulletin','vBulletin Solutions',1207563063,'3.7.0 Release Candidate 3'),(9104,-1,'manage_members','socialgroups','Manage Members','vbulletin','',1196252361,'3.7.0 Beta 1'),(9105,-1,'members_greater_than','socialgroups','Members Greater Than','vbulletin','vBulletin Solutions',1200321974,'3.7.0 Beta 4'),(9106,-1,'members_less_than','socialgroups','Members Less Than','vbulletin','vBulletin Solutions',1200321987,'3.7.0 Beta 4'),(9107,-1,'new_discussion','socialgroups','Post New Discussion','vbulletin','',1212080549,'3.7.1'),(9108,-1,'new_groups','socialgroups','New Groups','vbulletin','',1218210923,'3.8.0 Alpha 1'),(9109,-1,'no_description','socialgroups','No Description','vbulletin','',1260282919,'4.0.0 Release Candidate 2'),(9110,-1,'no_groups_found','socialgroups','No Groups found.','vbulletin','vBulletin Solutions',1349904773,'5.0.0 Beta 15'),(9111,-1,'no_groups_selected_or_invalid_input','socialgroups','No groups selected, or you have provided invalid input.','vbulletin','vBulletin Solutions',1200322028,'3.7.0 Beta 4'),(9112,-1,'no_results','socialgroups','No results found.','vbulletin','',1219746352,'3.8.0 Alpha 1'),(9113,-1,'post_new_discussion','socialgroups','Post New Discussion','vbulletin','',1258661231,'4.0.0 Beta 4'),(9114,-1,'random_group','socialgroups','Random Group','vbulletin','',1218104874,'3.8.0 Alpha 1'),(9115,-1,'random_groups','socialgroups','Random Groups','vbulletin','',1260282315,'4.0.0 Release Candidate 2'),(9116,-1,'recently_updated','socialgroups','Recently Updated','vbulletin','',1260282503,'4.0.0 Release Candidate 2'),(9117,-1,'report_group_message','socialgroups','Report Group Message','vbulletin','vBulletin Solutions',1195594737,'3.7.0 Beta 1'),(9118,-1,'search_discussions','socialgroups','Search Discussions','vbulletin','',1214387137,'3.7.1'),(9119,-1,'search_social_groups_gsocialgroups','socialgroups','Search Groups','vbulletin','vBulletin Solutions',1200322106,'5.0.0 Alpha 8'),(9120,-1,'select_a_category','socialgroups','Select a Category','vbulletin','',1215698028,'3.8.0 Alpha 1'),(9121,-1,'select_destination_category','socialgroups','Select Destination Category','vbulletin','',1215686626,'3.8.0 Alpha 1'),(9122,-1,'selected_groups','socialgroups','Selected Groups','vbulletin','vBulletin Solutions',1234872986,'4.0.0 Alpha 1'),(9123,-1,'skip','socialgroups','Skip','vbulletin','vBulletin Solutions',1237809704,'4.0.0 Alpha 1'),(9124,-1,'social_group_categories','socialgroups','Group Categories','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9125,-1,'social_group_categories_go_here_non_functional','socialgroups','Group Categories go here (non-functional)','vbulletin','',1346429757,'5.0.0 Beta 11'),(9126,-1,'social_group_categories_gsocialgroups','socialgroups','Group Categories','vbulletin','',1215686687,'5.0.0 Alpha 8'),(9127,-1,'social_group_category','socialgroups','Group Category','vbulletin','',1215698315,'3.8.0 Alpha 1'),(9128,-1,'social_group_category_list','socialgroups','Group Category List','vbulletin','',1245784180,'4.0.0 Alpha 1'),(9129,-1,'social_group_category_x_y','socialgroups','Category: <a href=\"{1}\">{2}</a>','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9130,-1,'social_group_count_comments_x','socialgroups','Comments: {1}','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9131,-1,'social_group_count_members_x','socialgroups','Members: {1}','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9132,-1,'social_group_count_topics_x','socialgroups','Topics: {1}','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9133,-1,'social_group_create','socialgroups','+ Create Group','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9134,-1,'social_group_discussion','socialgroups','Group Discussion','vbulletin','',1210938391,'3.7.1'),(9135,-1,'social_group_gsocialgroups','socialgroups','Group','vbulletin','',1257451684,'5.0.0 Alpha 8'),(9136,-1,'social_group_home','socialgroups','Groups Home','vbulletin','',1345672835,'5.0.0 Alpha 37'),(9137,-1,'social_group_manager','socialgroups','Manager:','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9138,-1,'social_group_managers','socialgroups','Managers:','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9139,-1,'social_group_members','socialgroups','Group Members','vbulletin','',1249475948,'4.0.0 Alpha 1'),(9140,-1,'social_group_viewing_x','socialgroups','({1} viewing)','vbulletin','',1331747838,'5.0.0 Alpha 27'),(9141,-1,'social_groups_gsocialgroups','socialgroups','Groups','vbulletin','',1192453974,'5.0.0 Alpha 8'),(9142,-1,'transfer_group','socialgroups','Transfer Group','vbulletin','',1221141475,'3.8.0 Alpha 1'),(9143,-1,'transfer_group_ownership','socialgroups','Transfer Group Ownership','vbulletin','',1220974581,'3.8.0 Alpha 1'),(9144,-1,'transfer_group_ownership_info','socialgroups','If you no longer wish to maintain this Group, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the Group to.<br /><br />\r\nThe user that you request to transfer the group to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the Group for you.','vbulletin','',1220974825,'3.8.0 Alpha 1'),(9145,-1,'undelete_message','socialgroups','Undelete message (restore)','vbulletin','',1253891733,'4.0.0 Alpha 4'),(9146,-1,'x_awaiting_moderation','socialgroups','{1} awaiting moderation','vbulletin','vBulletin Solutions',1200322122,'3.7.0 Beta 4'),(9147,-1,'x_groups','socialgroups','{1} groups','vbulletin','',1215698267,'3.8.0 Alpha 1'),(9148,-1,'x_members','socialgroups','{1} member(s)','vbulletin','vBulletin Solutions',1200322137,'3.7.0 Beta 4'),(9149,-1,'you_did_not_select_any_groups','socialgroups','You did not select any groups.','vbulletin','vBulletin Solutions',1200322152,'3.7.0 Beta 4'),(9150,-1,'your_groups','socialgroups','My Groups','vbulletin','',1260282270,'4.0.0 Release Candidate 2'),(9151,-1,'affected_rows','sql','Affected Rows: {1} ({2}s)','vbulletin','',0,''),(9152,-1,'all_unique_indexes_checked','sql','All unique indexes checked and corrected as necessary.<br /><br />Click the <em>Proceed</em> button to return to the main repair page.','vbulletin','',0,''),(9153,-1,'allow_vcard_download_gsql','sql','Allow vCard Download','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9154,-1,'an_error_occurred_while_attempting_to_run_your_query','sql','An error occurred while attempting to execute your query. The following information was returned.\r\n<br />error number: {1}\r\n<br />error desc: {2}','vbulletin','',1345047577,'5.0.0 Alpha 35'),(9155,-1,'auto_query','sql','Automatic Query<dfn>Helpful, predefined queries for mass updating the settings of users and posts. Once a query is executed it can <b>not</b> be reversed.</dfn>','vbulletin','',0,''),(9156,-1,'confirm_query_execution','sql','Confirm Query Execution','vbulletin','',0,''),(9157,-1,'convert_tables_from_x_to_y','sql','Convert Tables From {1} to {2}','vbulletin','',0,''),(9158,-1,'convert_x_from_y_to_z','sql','Convert {1} From {2} to {3}','vbulletin','',0,''),(9159,-1,'creating_unique_index','sql','Creating unique index...','vbulletin','',0,''),(9160,-1,'data_length','sql','Data Length','vbulletin','',0,''),(9161,-1,'deleted_duplicate_occurence','sql','Deleted duplicate occurrence','vbulletin','',0,''),(9162,-1,'display_avatars_gsql','sql','Display Avatars','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9163,-1,'display_email_gsql','sql','Display Email','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9164,-1,'display_images_gsql','sql','Display Images','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9165,-1,'display_reputation_gsql','sql','Display Reputation','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9166,-1,'display_signatures_gsql','sql','Display Signatures','vbulletin','vBulletin Solutions',1355187041,'5.0.0 Beta 23'),(9167,-1,'dropping_non_unique_index','sql','Dropping non-unique index...','vbulletin','',0,''),(9168,-1,'enahnced_attachment_uploading','sql','Enhanced Attachment Uploading','vbulletin','vBulletin Solutions',1272320778,'4.0.4'),(9169,-1,'execute_sql_query_gsql','sql','Execute SQL Query','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9170,-1,'fix_unique_indexes','sql','Fix Unique Indexes','vbulletin','',0,''),(9171,-1,'fix_unique_indexes_intro','sql',' If for whatever reason the UNIQUE indexes in your database\r\n have been lost (usually this happens after importing an\r\n incomplete or corrupt SQL dump) you may find strange behavior,\r\n particularly when using the language and template systems.<br />\r\n <br />\r\n This system will attempt to correct the problem and rebuild your\r\n UNIQUE indexes.<br />\r\n <br />\r\n Please ensure that the <em>mysql-schema.php</em> file is present\r\n in the <em>install</em> folder on your web server before continuing.','vbulletin','',0,''),(9172,-1,'found_x_duplicate_record_occurences','sql','Found {1} duplicate record occurrences','vbulletin','',0,''),(9173,-1,'index_length','sql','Index Length','vbulletin','',0,''),(9174,-1,'invisible_mode_gsql','sql','Invisible Mode','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9175,-1,'isam_tables','sql','ISAM Tables','vbulletin','',0,''),(9176,-1,'manual_query','sql','Manual Query<dfn>Only one query can be run at a time. Once a query is executed it can <b>not</b> be reversed</dfn>','vbulletin','',0,''),(9177,-1,'newest_first_gsql','sql','Newest First','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9178,-1,'oldest_first_gsql','sql','Oldest First','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9179,-1,'optimize_tables','sql','Optimize Tables','vbulletin','',0,''),(9180,-1,'overhead','sql','Overhead','vbulletin','',0,''),(9181,-1,'query','sql','Query','vbulletin','',0,''),(9182,-1,'query_may_modify_database','sql','This query may modify data in your database. If this change is done in error, it is possible that you will not be able to recover from this change. Are you sure you wish to continue?','vbulletin','',0,''),(9183,-1,'quote_character','sql','Quote Character','vbulletin','',0,''),(9184,-1,'receive_admin_emails_gsql','sql','Receive Admin Emails','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9185,-1,'receive_private_messages_gsql','sql','Receive Private Messages','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9186,-1,'repair_optimize_tables_gsql','sql','Repair / Optimize Tables','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9187,-1,'repair_tables','sql','Repair Tables','vbulletin','',0,''),(9188,-1,'replacing_unique_index_on_table_x','sql','Replacing unique index on table {1}','vbulletin','',0,''),(9189,-1,'results_to_show_per_page','sql','Results to Show Per Page','vbulletin','',0,''),(9190,-1,'results_x_y','sql','Results: {1} ({2}s)','vbulletin','',0,''),(9191,-1,'send_notification_email_when_a_private_message_is_received_gsql','sql','Send Notification Email When a Private Message is Received','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9192,-1,'show_enhanced_editor_toolbar_gsql','sql','Show Enhanced (WYSIWYG) Editor Toolbar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9193,-1,'show_standard_editor_toolbar_gsql','sql','Show Standard Editor Toolbar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9194,-1,'table_x_has_unique_index','sql','Table {1} already has a unique index','vbulletin','',0,''),(9195,-1,'this_table_does_not_support_repair_optimize','sql','This Table Does Not Support Repair / Optimize','vbulletin','',0,''),(9196,-1,'thread_display_mode_gsql','sql','Topic Display Mode','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9197,-1,'you_are_running_mysql_version_x_convert_to_myisam','sql','You are running MySQL version <b>{1}</b> which supports a new table format called <i>MyISAM</i>.<br />\r\n<br />\r\nThe <i>ISAM</i>format does not support repair/optimize so you will need to convert tables to <i>MyISAM</i> before they can be repaired/optimized.<br />\r\n<br />\r\nThe following tables are using the obsolete <i>ISAM</i> format.','vbulletin','',0,''),(9198,-1,'api_x_calls','stats','{1} calls','vbulletin','',1288764098,'4.0.9'),(9199,-1,'apicalls','stats','Calls','vbulletin','',1288765623,'4.0.9'),(9200,-1,'apiclient_activity_statistics','stats','Client Activity Statistics','vbulletin','',1288766332,'4.0.9'),(9201,-1,'date_ascending','stats','Date Ascending','vbulletin','',0,''),(9202,-1,'date_descending','stats','Date Descending','vbulletin','',0,''),(9203,-1,'include_empty_results','stats','Include empty results','vbulletin','',0,''),(9204,-1,'most_popular_forum','stats','Most popular forum','vbulletin','',0,''),(9205,-1,'most_replied_thread','stats','Most replied to topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9206,-1,'most_viewed_thread','stats','Most viewed topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9207,-1,'new_post_statistics','stats','New Post Statistics','vbulletin','',0,''),(9208,-1,'new_thread_statistics','stats','New Topic Statistics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9209,-1,'newest_member','stats','Newest member to the forums','vbulletin','',0,''),(9210,-1,'record_online_users','stats','Record online users','vbulletin','',0,''),(9211,-1,'registration_statistics','stats','Registration Statistics','vbulletin','',0,''),(9212,-1,'scope','stats','Scope','vbulletin','',0,''),(9213,-1,'start_date_after_end_gstats','stats','Start date is after the end date','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9214,-1,'top_api_clients_viewer_page_x_y_there_are_z_total_clients','stats','Top API Clients Viewer (page {1}/{2}) | There are {3} total clients.','vbulletin','',1288768222,'4.0.9'),(9215,-1,'top_api_methods_viewer_page_x_y_there_are_z_total_methods','stats','Top API Methods Viewer (page {1}/{2}) | There are {3} total methods.','vbulletin','',1288767693,'4.0.9'),(9216,-1,'top_apiclient','stats','Top Client','vbulletin','',1288764129,'4.0.9'),(9217,-1,'top_apiclients','stats','Top API Clients','vbulletin','',1288767764,'4.0.9'),(9218,-1,'top_apimethod','stats','Top API Method','vbulletin','',1288764144,'4.0.9'),(9219,-1,'top_apimethods','stats','Top API Methods','vbulletin','',1288765795,'4.0.9'),(9220,-1,'top_poster','stats','Top poster','vbulletin','',0,''),(9221,-1,'top_statistics','stats','Top Statistics','vbulletin','',0,''),(9222,-1,'total_ascending','stats','Total Ascending','vbulletin','',0,''),(9223,-1,'total_descending','stats','Total Descending','vbulletin','',0,''),(9224,-1,'user_activity_statistics','stats','User Activity Statistics','vbulletin','',0,''),(9225,-1,'weekly_gstats','stats','Weekly','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9226,-1,'0_matches_found','style','0 Matches Found','vbulletin','',0,''),(9227,-1,'add_child_style','style','Add Child Style','vbulletin','',0,''),(9228,-1,'add_new_replacement_variable','style','Add New Replacement Variable','vbulletin','',0,''),(9229,-1,'add_new_style','style','Add New Style','vbulletin','',0,''),(9230,-1,'add_new_template','style','Add New Template','vbulletin','',0,''),(9231,-1,'align_center_gstyle','style','Align Center','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9232,-1,'align_left_gstyle','style','Align Left','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9233,-1,'align_right_gstyle','style','Align Right','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9234,-1,'all_style_options','style','All Style Options','vbulletin','',0,''),(9235,-1,'all_template_groups','style','All Template Groups','vbulletin','',0,''),(9236,-1,'angle','style','Angle','vbulletin','',1264694056,'4.0.4'),(9237,-1,'are_you_sure_want_to_delete_replacement_variable_x','style','Are you <b>sure</b> you want to delete the replacement variable called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(9238,-1,'are_you_sure_want_to_delete_style_x','style','Are you <b>sure</b> you want to delete the style called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(9239,-1,'are_you_sure_want_to_revert_stylevar_x','style','Are you <b>sure</b> you want to revert the stylevar called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','',1245972521,'4.0.0 Alpha 1'),(9240,-1,'are_you_sure_want_to_revert_template_x','style','Are you <b>sure</b> you want to revert the template called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(9241,-1,'attempted_merge_failed_conflicts','style','The attempted merge failed due to conflicts','vbulletin','vBulletin Solutions',1233241431,'4.0.0 Alpha 1'),(9242,-1,'background','style','Background','vbulletin','',0,''),(9243,-1,'background_color','style','Background Color','vbulletin','vBulletin Solutions',1238085742,'4.0.0 Alpha 1'),(9244,-1,'background_image','style','Background Image','vbulletin','vBulletin Solutions',1238085752,'4.0.0 Alpha 1'),(9245,-1,'background_position_x','style','Background Image Horizontal Offset','vbulletin','',1255985926,'4.0.0 Alpha 6'),(9246,-1,'background_position_y','style','Background Image Vertical Offset','vbulletin','',1255985894,'4.0.0 Alpha 6'),(9247,-1,'background_repeat','style','Background Repeat','vbulletin','vBulletin Solutions',1238085759,'4.0.0 Alpha 1'),(9248,-1,'blink','style','blink','vbulletin','vBulletin Solutions',1238085768,'4.0.0 Alpha 1'),(9249,-1,'bold_gstyle','style','Bold','vbulletin','vBulletin Solutions',1238085778,'5.0.0 Alpha 8'),(9250,-1,'bolder','style','Bolder','vbulletin','vBulletin Solutions',1238085781,'4.0.0 Alpha 1'),(9251,-1,'border','style','Border','vbulletin','',0,''),(9252,-1,'border_style','style','Style','vbulletin','',1264432824,'4.0.3'),(9253,-1,'bottom','style','Bottom','vbulletin','vBulletin Solutions',1238085789,'4.0.0 Alpha 1'),(9254,-1,'brightness_and_saturation','style','Brightness and Saturation.','vbulletin','',1272578829,'4.0.4'),(9255,-1,'brightness_and_saturation_desc','style','Click and drag the spot around the square to adjust brightness (up=lighter, down=darker) and saturation (right=saturate, left=desaturate).','vbulletin','',1272578858,'4.0.4'),(9256,-1,'cancel_js','style','Cancel','vbulletin','',1276292479,'4.0.4'),(9257,-1,'case_insensitive','style','Case-Insensitive','vbulletin','',0,''),(9258,-1,'changes_automatically_merged_into_template','style','Changes were automatically merged into this template','vbulletin','vBulletin Solutions',1233241503,'4.0.0 Alpha 1'),(9259,-1,'changes_made_default_merged_customized','style','Changes made to the default version of this template have been automatically merged into your customized version.\r\n<ul>\r\n <li><a href=\"{1}\">View a highlighted version of the changes</a></li>\r\n <li><a href=\"{2}\">View the pre-merge version of this template</a></li>\r\n</ul>','vbulletin','',1258665450,'4.0.0 Beta 4'),(9260,-1,'choose_primary_color','style','Choose Primary Color','vbulletin','',1274214443,'4.0.4'),(9261,-1,'choose_primary_color_desc','style','Use this to choose your primary color for your style.','vbulletin','',1274214527,'4.0.4'),(9262,-1,'click_here_to_preview','style','Click Here to Preview','vbulletin','',1259182358,'4.0.0 Release Candidate 1'),(9263,-1,'click_the_expand_collapse_button','style','Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the {1} group of templates.','vbulletin','',0,''),(9264,-1,'collapse_all_template_groups','style','Collapse All Template Groups','vbulletin','',0,''),(9265,-1,'collapse_template_group','style','Collapse Template Group','vbulletin','',0,''),(9266,-1,'collapse_templates','style','Collapse Templates','vbulletin','',0,''),(9267,-1,'collapse_x','style','Collapse {1}','vbulletin','',0,''),(9268,-1,'color_gstyle','style','Color','vbulletin','vBulletin Solutions',1238085799,'5.0.0 Alpha 8'),(9269,-1,'color_picker_not_ready','style','The color picker is still loading, please wait.','vbulletin','',0,''),(9270,-1,'color_style_desc_gstyle','style','This style has an abundance of color variation.','vbulletin','',1274285067,'5.0.0 Alpha 8'),(9271,-1,'comment_gstyle','style','Comment','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9272,-1,'common_templates','style','Common Templates','vbulletin','',0,''),(9273,-1,'compare_versions_gstyle','style','Compare Versions','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9274,-1,'comparing_versions_of_x','style','Comparing Versions of <span class=\"normal\">{1}</span>','vbulletin','',0,''),(9275,-1,'comparison_key','style','Comparison Key','vbulletin','',0,''),(9276,-1,'complementary_color','style','Complementary Color','vbulletin','',1276098659,'4.0.4'),(9277,-1,'complex_types','style','Complex Types','vbulletin','vBulletin Solutions',1238085820,'4.0.0 Alpha 1'),(9278,-1,'confirm_removal_of_copyright_notice','style','Confirm Removal of vBulletin Copyright Notice','vbulletin','',0,''),(9279,-1,'copy_gstyle','style','Copy','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9280,-1,'create_new_style','style','Create New Style','vbulletin','',0,''),(9281,-1,'creating_a_new_style_called_x','style','Creating a new Style called \'<i>{1}</i>\'','vbulletin','',0,''),(9282,-1,'css_special_templates','style','CSS Special Templates','vbulletin','vBulletin Solutions',1286841735,'4.1.0 Beta 1'),(9283,-1,'css_value_invalid','style','Error: {1} is not a valid value for a CSS entry.','vbulletin','',0,''),(9284,-1,'current','style','Current','vbulletin','',1274291529,'4.0.4'),(9285,-1,'current_default','style','Current Default','vbulletin','',0,''),(9286,-1,'current_version','style','Current Version','vbulletin','',0,''),(9287,-1,'currentcolor','style','New Color','vbulletin','',1276099811,'4.0.4'),(9288,-1,'currentcolor_desc','style','This displays your new color selection.','vbulletin','',1276099837,'4.0.4'),(9289,-1,'custom_templates','style','Custom Templates','vbulletin','',0,''),(9290,-1,'customize_further','style','Customize Further','vbulletin','',0,''),(9291,-1,'customize_gstyle','style','Customize','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9292,-1,'customize_replacement_variable_x','style','Customize Replacement Variable: <span class=\"normal\">{1}</span>','vbulletin','',0,''),(9293,-1,'customize_template_x','style','Customize Template: <span class=\"normal\">{1}</span>','vbulletin','',0,''),(9294,-1,'customized_in_a_parent_style_x','style','Customized in a <a href=\"#\" onclick=\"js_show_style_info({1}); return false;\">Parent Style</a>','vbulletin','',0,''),(9295,-1,'customized_in_this_style','style','Customized in this Style','vbulletin','',0,''),(9296,-1,'dark','style','Dark','vbulletin','',1264694056,'4.0.4'),(9297,-1,'dark_style','style','Dark Style','vbulletin','',1274285211,'4.0.4'),(9298,-1,'dark_style_desc','style','This style uses the primary color and a dark background palette.','vbulletin','',1274285276,'4.0.4'),(9299,-1,'data_type','style','Data Type','vbulletin','vBulletin Solutions',1238085836,'4.0.0 Alpha 1'),(9300,-1,'default_template_updated_desc','style','Default Template Updated in <i>{1}</i> by <b>{2}</b><br /> Your Custom Template Last Edited in <i>{3}</i> by <b>{4}</b>','vbulletin','',0,''),(9301,-1,'default_version_newer_merging_failed','style','The default version of this template is newer than your customized version. Automatic merging failed because conflicts were found.\r\n<ul>\r\n <li><a href=\"{1}\">Compare your template with the default version</a></li>\r\n <li><a href=\"{2}\">Edit the merged version of this template</a></li>\r\n</ul>','vbulletin','vBulletin Solutions',1233241992,'4.0.0 Alpha 1'),(9302,-1,'delete_style','style','Delete Style','vbulletin','',0,''),(9303,-1,'dimension','style','Dimension','vbulletin','vBulletin Solutions',1238150831,'4.0.0 Alpha 1'),(9304,-1,'disable_wrapping','style','Disable Wrapping','vbulletin','',0,''),(9305,-1,'dismiss_selected_notifications','style','Dismiss Selected Notifications','vbulletin','vBulletin Solutions',1233674279,'4.0.0 Alpha 1'),(9306,-1,'dismiss_template_merge_notifications','style','Dismiss Template Merge Notifications','vbulletin','vBulletin Solutions',1233674358,'4.0.0 Alpha 1'),(9307,-1,'dismissing_merge_notifications_cause_not_appear','style','Note: dismissing merge notifications will cause the selected templates to not appear on this page. Customizations will be maintained and they will be editable via the Style Manager.','vbulletin','vBulletin Solutions',1233674326,'4.0.0 Alpha 1'),(9308,-1,'display_order_desc','style','The display order of your style.','vbulletin','',1276103232,'4.0.4'),(9309,-1,'download_as_master','style','Download as Master','vbulletin','',1250551362,'4.0.0 Alpha 1'),(9310,-1,'edit_conflict','style','Edit Conflict','vbulletin','',1264692806,'4.0.3'),(9311,-1,'edit_fonts_colors_etc','style','Edit Fonts / Colors etc.','vbulletin','',0,''),(9312,-1,'edit_settings_gstyle','style','Edit Settings','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9313,-1,'edit_style_options','style','Edit Style Options','vbulletin','',0,''),(9314,-1,'edit_styles','style','Edit Styles','vbulletin','',0,''),(9315,-1,'edit_template','style','Edit Template','vbulletin','',0,''),(9316,-1,'edit_templates','style','Edit Templates','vbulletin','',0,''),(9317,-1,'edting_merged_version_view_highlighted','style','You are editing the merged version of this template. If conflicts were encountered while merging, they will be shown in the template. <a href=\"{1}\">View a highlighted version of the merged template</a>.','vbulletin','vBulletin Solutions',1233241887,'4.0.0 Alpha 1'),(9318,-1,'enable_wrapping','style','Enable Wrapping','vbulletin','',0,''),(9319,-1,'enter_complement_hue','style','Enter complement hue','vbulletin','',1276294001,'4.0.4'),(9320,-1,'enter_distance_angle','style','Enter Distance/Angle','vbulletin','',1276294088,'4.0.4'),(9321,-1,'enter_hex','style','Enter Hex','vbulletin','',1276611012,'4.0.4'),(9322,-1,'enter_hex_value','style','Enter Hex value','vbulletin','',1276611030,'4.0.4'),(9323,-1,'enter_hue','style','Enter Hue','vbulletin','',1276551009,'4.0.4'),(9324,-1,'entry_has_a_comment','style','* - Entry has a comment. Hover over the type to view it.','vbulletin','',0,''),(9325,-1,'err_invalid_name','style','That name doesn\'t seem right. Please give me a name without quotation marks and under 128 characters.','vbulletin','',1276107791,'4.0.4'),(9326,-1,'err_order_need_name','style','I need a style name. Please give me a name without quotation marks and under 128 characters.','vbulletin','',1276107689,'4.0.4'),(9327,-1,'err_order_need_order','style','Please give me this styles\' sequence. It must be a number between zero and 1000.','vbulletin','',1276107662,'4.0.4'),(9328,-1,'err_order_negative','style','That display order doesn\'t seem valid. Please give me a number between zero and 1000.','vbulletin','',1276107770,'4.0.4'),(9329,-1,'err_order_too_large','style','That display order is too large. Please give me a number under 1000.','vbulletin','',1276107711,'4.0.4'),(9330,-1,'expand_all_template_groups','style','Expand All Template Groups','vbulletin','',0,''),(9331,-1,'expand_template_group','style','Expand Template Group','vbulletin','',0,''),(9332,-1,'expand_templates','style','Expand Templates','vbulletin','',0,''),(9333,-1,'expand_x','style','Expand {1}','vbulletin','',0,''),(9334,-1,'export_dark','style','Show dark version','vbulletin','',1274206164,'4.0.4'),(9335,-1,'export_dark_desc','style','Save the dark version of this style.','vbulletin','',1274285347,'4.0.4'),(9336,-1,'export_grey','style','Show grey version','vbulletin','',1274206120,'4.0.4'),(9337,-1,'export_grey_desc','style','Save the grey version of this style','vbulletin','',1274285399,'4.0.4'),(9338,-1,'export_light_ps','style','Show Full Color','vbulletin','',1274206013,'4.0.4'),(9339,-1,'export_light_ps_desc','style','Save the full color version of this style.','vbulletin','',1274285414,'4.0.4'),(9340,-1,'export_light_pt','style','Show white version','vbulletin','',1274206080,'4.0.4'),(9341,-1,'export_light_pt_desc','style','Save the white version of this style.','vbulletin','',1274285430,'4.0.4'),(9342,-1,'file_inclusion_not_permitted','style','File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.','vbulletin','vBulletin Solutions',1152791484,'3.6.0 Release Candidate 2'),(9343,-1,'find_and_replace_in_templates','style','Find and Replace in Templates (be careful!)','vbulletin','',0,''),(9344,-1,'fine_tune','style','Fine Tune Colors','vbulletin','',1274214408,'4.0.4'),(9345,-1,'fine_tune_desc','style','Use this to further edit the colors in your style.','vbulletin','',1274214697,'4.0.4'),(9346,-1,'following_options_apply_only_if_new_style','style','The following options apply only if you are creating a new style, rather than overwriting an existing style','vbulletin','',0,''),(9347,-1,'font_family_gstyle','style','Font Family','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9348,-1,'font_gstyle','style','Font','vbulletin','vBulletin Solutions',1238085855,'5.0.0 Alpha 8'),(9349,-1,'font_size','style','Font Size','vbulletin','',0,''),(9350,-1,'font_style','style','Font Style','vbulletin','',0,''),(9351,-1,'font_variant','style','Font Variant','vbulletin','vBulletin Solutions',1238085898,'4.0.0 Alpha 1'),(9352,-1,'font_weight','style','Font Weight','vbulletin','vBulletin Solutions',1238085907,'4.0.0 Alpha 1'),(9353,-1,'fontlist','style','Font List','vbulletin','vBulletin Solutions',1238150811,'4.0.0 Alpha 1'),(9354,-1,'fonts_colors_etc','style','Fonts / Colors etc.','vbulletin','',0,''),(9355,-1,'forum_title_gstyle','style','Forum Title','vbulletin','',1275685613,'5.0.0 Alpha 8'),(9356,-1,'friendly_name','style','Friendly Name','vbulletin','vBulletin Solutions',1238085920,'4.0.0 Alpha 1'),(9357,-1,'function_name','style','Function Name','vbulletin','',0,''),(9358,-1,'get_customizations_from_parent_styles','style','Get customizations made in this style <b>and all parent styles</b>','vbulletin','',0,''),(9359,-1,'get_customizations_from_this_style_only','style','Get customizations made <b>only in this style</b>','vbulletin','',0,''),(9360,-1,'global_templates','style','Global Templates','vbulletin','',0,''),(9361,-1,'grey','style','Grey','vbulletin','',1264694056,'4.0.4'),(9362,-1,'grey_style','style','Grey Style','vbulletin','',1274285150,'4.0.4'),(9363,-1,'grey_style_desc','style','This style uses a primary color and grey background palette.','vbulletin','',1274285196,'4.0.4'),(9364,-1,'group_admin','style','Admin','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9365,-1,'group_bbcode','style','BB Code','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9366,-1,'group_blog','style','Blog','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9367,-1,'group_blogadmin','style','Blog Admin','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9368,-1,'group_color','style','Color','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9369,-1,'group_content_templates','style','Content','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9370,-1,'group_conversation','style','Conversation','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9371,-1,'group_css','style','CSS','vbulletin','vBulletin Solutions',1248727207,'4.0.0 Alpha 1'),(9372,-1,'group_display','style','Display','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9373,-1,'group_editor','style','Editor','vbulletin','',0,''),(9374,-1,'group_error','style','Error','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9375,-1,'group_human_verification','style','Human Verification','vbulletin','vBulletin Solutions',1192229357,'3.7.0 Beta 1'),(9376,-1,'group_inlinemod','style','Inline Moderation','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9377,-1,'group_link','style','Link','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9378,-1,'group_login','style','Login','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9379,-1,'group_media','style','Media','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9380,-1,'group_modify','style','Modify','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9381,-1,'group_pagenav','style','Pagenav','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9382,-1,'group_photo','style','Photo','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9383,-1,'group_picture_templates','style','Picture','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9384,-1,'group_private_message','style','Private Message','vbulletin','',0,''),(9385,-1,'group_profile','style','Profile','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9386,-1,'group_screen','style','Screen Layout','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9387,-1,'group_search','style','Search','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9388,-1,'group_sgadmin','style','Group Admin','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9389,-1,'group_sgroup','style','Group','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9390,-1,'group_site','style','Site','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9391,-1,'group_subscription','style','Subscription','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9392,-1,'group_tag','style','Tag','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9393,-1,'group_user_profile_field','style','User Profile Field','vbulletin','',0,''),(9394,-1,'group_usersetting','style','User Setting','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9395,-1,'group_widget','style','Widget','vbulletin','',1350000000,'5.0.0 Alpha 38'),(9396,-1,'height','style','Height','vbulletin','vBulletin Solutions',1238085936,'4.0.0 Alpha 1'),(9397,-1,'hex','style','Hex','vbulletin','',1273885786,'4.0.4'),(9398,-1,'hide_tooltips','style','Hide Tooltips','vbulletin','',1276098723,'4.0.4'),(9399,-1,'hide_variables','style','Hide Variables','vbulletin','vBulletin Solutions',1238085950,'4.0.0 Alpha 1'),(9400,-1,'historical','style','Historical','vbulletin','',0,''),(9401,-1,'history_of_template_x','style','History of Template <span class=\"normal\">{1}</span>','vbulletin','',0,''),(9402,-1,'hue_desc','style','Click this tab to display the color wheel pane to adjust hues of Primary, Complementary and Secondary colors.','vbulletin','',1272404224,'4.0.4'),(9403,-1,'hue_gstyle','style','Hue','vbulletin','',1264694056,'5.0.0 Alpha 8'),(9404,-1,'ignore_style_version','style','Ignore Style Version <dfn>Use style file <b>even</b> if it was created by a different version of vBulletin?</dfn>','vbulletin','',0,''),(9405,-1,'image_path','style','Image Path','vbulletin','vBulletin Solutions',1238085961,'4.0.0 Alpha 1'),(9406,-1,'imagedir','style','Image Directory','vbulletin','vBulletin Solutions',1238085974,'4.0.0 Alpha 1'),(9407,-1,'import_style_xml_file','style','Import Style XML File','vbulletin','',0,''),(9408,-1,'importing_style','style','Importing Style','vbulletin','',0,''),(9409,-1,'including_master_style','style','Including MASTER STYLE','vbulletin','',0,''),(9410,-1,'inherit','style','Inherit','vbulletin','',0,''),(9411,-1,'it_appears_you_are_removing_vbulletin_copyright','style','It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.','vbulletin','',0,''),(9412,-1,'italic_gstyle','style','Italic','vbulletin','vBulletin Solutions',1238086041,'5.0.0 Alpha 8'),(9413,-1,'justified','style','Justified','vbulletin','',0,''),(9414,-1,'last_modified','style','Last Modified','vbulletin','',0,''),(9415,-1,'left_gstyle','style','Left','vbulletin','vBulletin Solutions',1238086055,'5.0.0 Alpha 8'),(9416,-1,'lighter','style','Lighter','vbulletin','vBulletin Solutions',1238086073,'4.0.0 Alpha 1'),(9417,-1,'lines_around_each_diff','style','lines around each diff','vbulletin','',1220883493,'3.8.0 Alpha 1'),(9418,-1,'linethrough','style','Line Through','vbulletin','vBulletin Solutions',1238086091,'4.0.0 Alpha 1'),(9419,-1,'main_category','style','Main Category','vbulletin','',1273795848,'4.0.4'),(9420,-1,'main_category_description','style','Main Category Description','vbulletin','',1273867168,'4.0.4'),(9421,-1,'main_forum','style','Main Forum','vbulletin','',1273876312,'4.0.4'),(9422,-1,'margin','style','Margin','vbulletin','vBulletin Solutions',1238150255,'4.0.0 Alpha 1'),(9423,-1,'master_style','style','MASTER STYLE','vbulletin','',0,''),(9424,-1,'merge_edit_link','style','Edit Merged Text','vbulletin','vBulletin Solutions',1223032697,'4.0.0 Alpha 1'),(9425,-1,'merge_error_invalid_template','style','Invalid template ID','vbulletin','vBulletin Solutions',1223032712,'4.0.0 Alpha 1'),(9426,-1,'merge_error_nodefault','style','No template found in defaults for {1}','vbulletin','vBulletin Solutions',1223032721,'4.0.0 Alpha 1'),(9427,-1,'merge_error_nohistory','style','No historical version could be found for {1}','vbulletin','vBulletin Solutions',1223032971,'4.0.0 Alpha 1'),(9428,-1,'merge_error_nomerge','style','Template was not merged (or was updated after merging)','vbulletin','vBulletin Solutions',1223032732,'4.0.0 Alpha 1'),(9429,-1,'merge_error_noorigin','style','No saved origin file could be found for {1}','vbulletin','vBulletin Solutions',1223032745,'4.0.0 Alpha 1'),(9430,-1,'merge_error_notemplate','style','No template {1}','vbulletin','vBulletin Solutions',1223032756,'4.0.0 Alpha 1'),(9431,-1,'merge_key_conflict','style','Versions Conflict','vbulletin','vBulletin Solutions',1223032770,'4.0.0 Alpha 1'),(9432,-1,'merge_key_merged','style','Successful Merge','vbulletin','vBulletin Solutions',1223032782,'4.0.0 Alpha 1'),(9433,-1,'merge_key_none','style','No Change','vbulletin','vBulletin Solutions',1223032797,'4.0.0 Alpha 1'),(9434,-1,'merged_template_conflicts_show_original','style','Merged Template (conflicts show original text)','vbulletin','vBulletin Solutions',1233238108,'4.0.0 Alpha 1'),(9435,-1,'my_color_palette','style','My Color Palette','vbulletin','',1274283518,'4.0.4'),(9436,-1,'new_default_template','style','New Default Template','vbulletin','vBulletin Solutions',1233238082,'4.0.0 Alpha 1'),(9437,-1,'new_default_value','style','New Default Value','vbulletin','vBulletin Solutions',1233237958,'4.0.0 Alpha 1'),(9438,-1,'new_line','style','New Line','vbulletin','',1220882455,'3.8.0 Alpha 1'),(9439,-1,'new_thread_image','style','New Topic Image','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(9440,-1,'new_version','style','New Version','vbulletin','',0,''),(9441,-1,'no_parent_style','style','No Parent Style','vbulletin','',0,''),(9442,-1,'no_repeat','style','No Repeat','vbulletin','vBulletin Solutions',1238150270,'4.0.0 Alpha 1'),(9443,-1,'no_replacements_defined','style','No replacement variables are defined for this style','vbulletin','',0,''),(9444,-1,'no_styles_needed_updating','style','No styles needed updating','vbulletin','',0,''),(9445,-1,'normal_gstyle','style','Normal','vbulletin','vBulletin Solutions',1238150280,'5.0.0 Alpha 8'),(9446,-1,'not_found','style','Not Found','vbulletin','',0,''),(9447,-1,'not_supported_browser','style','This browser is not supported by this version of vBulletin Style Generator.','vbulletin','',1276099935,'4.0.4'),(9448,-1,'notes_for_using_regex_in_find_replace','style','Notes for Using Regular Expressions with Find and Replace','vbulletin','',0,''),(9449,-1,'numeric','style','Numeric','vbulletin','vBulletin Solutions',1238150290,'4.0.0 Alpha 1'),(9450,-1,'oblique','style','Oblique','vbulletin','vBulletin Solutions',1238150301,'4.0.0 Alpha 1'),(9451,-1,'ok_js','style','Ok','vbulletin','',1276292492,'4.0.4'),(9452,-1,'old_default','style','Old Default','vbulletin','',0,''),(9453,-1,'old_default_value','style','Old Default Value','vbulletin','vBulletin Solutions',1233237973,'4.0.0 Alpha 1'),(9454,-1,'old_line','style','Old Line','vbulletin','',1220882438,'3.8.0 Alpha 1'),(9455,-1,'old_template_table_dropped','style','Old Template Table Dropped','vbulletin','',0,''),(9456,-1,'old_version','style','Old Version','vbulletin','',0,''),(9457,-1,'originalcolor','style','Original Color','vbulletin','',1276099955,'4.0.4'),(9458,-1,'originalcolor_desc','style','This displays your original color selection.','vbulletin','',1276099973,'4.0.4'),(9459,-1,'overline','style','Overline','vbulletin','vBulletin Solutions',1238150314,'4.0.0 Alpha 1'),(9460,-1,'overwrite_style','style','Merge Into Style <dfn>(Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style)</dfn>','vbulletin','',0,''),(9461,-1,'overwriting_style_x','style','Overwriting Style \'<i>{1}</i>\'','vbulletin','',0,''),(9462,-1,'padding','style','Padding','vbulletin','',0,''),(9463,-1,'palette_preview_desc','style','See how selected colors and their variants work together.','vbulletin','',1272578858,'4.0.4'),(9464,-1,'parent_id','style','Parent Style ID','vbulletin','',1276104474,'4.0.4'),(9465,-1,'parent_id_desc','style','The parent of your new style.','vbulletin','',1276104494,'4.0.4'),(9466,-1,'path','style','Path','vbulletin','vBulletin Solutions',1238150335,'4.0.0 Alpha 1'),(9467,-1,'please_be_aware_replacement_variable_is_inherited','style','Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.','vbulletin','',0,''),(9468,-1,'please_be_aware_stylevar_is_inherited','style','Please be aware that if this stylevar is inherited by child styles, they too will lose any customizations you have made for this template.','vbulletin','',1246023474,'4.0.0 Alpha 1'),(9469,-1,'please_be_aware_template_is_inherited','style','Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.','vbulletin','',0,''),(9470,-1,'please_be_aware_this_will_delete_custom_templates','style','Please be aware that this will also delete all custom templates belonging to this style.<br /><br />Any child styles will attach themselves to this set\'s parent style.','vbulletin','',0,''),(9471,-1,'position','style','Position','vbulletin','vBulletin Solutions',1238150346,'4.0.0 Alpha 1'),(9472,-1,'preset','style','preset','vbulletin','',1264694056,'4.0.4'),(9473,-1,'preview_window','style','Preview Window','vbulletin','',1274283570,'4.0.4'),(9474,-1,'primary0_info','style','Outer page background','vbulletin','vBulletin Solutions',1359771055,'5.0.0 Release Candidate 1'),(9475,-1,'primary1_info','style','Content area background (active navbar tab)','vbulletin','vBulletin Solutions',1359771102,'5.0.0 Release Candidate 1'),(9476,-1,'primary2_info','style','Header tabs, Footer, Primary buttons','vbulletin','vBulletin Solutions',1359771153,'5.0.0 Release Candidate 1'),(9477,-1,'primary3_info','style','Border for Header navigation, Toolbar, Primary buttons','vbulletin','vBulletin Solutions',1359771216,'5.0.0 Release Candidate 1'),(9478,-1,'primary4_info','style','Hover color for Header tabs, Toolbar background, Postbit background','vbulletin','vBulletin Solutions',1359771276,'5.0.0 Release Candidate 1'),(9479,-1,'primary_color','style','Primary Color','vbulletin','',1276097009,'4.0.4'),(9480,-1,'primary_color_hex_desc','style','Click to type the numeric value. <p><strong>Warning:</strong> due to rounding error during the color conversion, the Hex value used in the scheme may slightly differ from the entered value.</p>','vbulletin','',1276611052,'4.0.4'),(9481,-1,'primary_color_hex_value','style','Primary color Hex value.','vbulletin','',1276611080,'4.0.4'),(9482,-1,'primary_color_hue','style','Primary color hue.','vbulletin','',1272404288,'4.0.4'),(9483,-1,'primary_color_hue_desc','style','Click and drag the spot around the color wheel to change the value. Double-click to type the numeric value.','vbulletin','',1272404308,'4.0.4'),(9484,-1,'primary_color_hue_value','style','Primary color hue value.','vbulletin','',1272405165,'4.0.4'),(9485,-1,'primary_color_hue_value_desc','style','Click to type the numeric value.','vbulletin','',1276552895,'4.0.4'),(9486,-1,'primary_color_rgb_values','style','Primary color RGB values.','vbulletin','',1272405384,'4.0.4'),(9487,-1,'rebuild_all_styles','style','Rebuild All Styles','vbulletin','',0,''),(9488,-1,'redo_gstyle','style','Redo','vbulletin','',1264694056,'4.0.4'),(9489,-1,'regex_help','style','The regular expression option is for <b>advanced users only</b>! Setting this option to \'yes\' will use <a href=\"http://www.php.net/manual-lookup.php?function=preg-replace\" target=\"expl\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"expl\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!','vbulletin','vBulletin Solutions',1169547766,'3.6.5'),(9490,-1,'regular_expression_used','style','Regular Expression Used','vbulletin','',0,''),(9491,-1,'repeat','style','Repeat','vbulletin','vBulletin Solutions',1238150370,'4.0.0 Alpha 1'),(9492,-1,'repeat_x','style','repeat-x','vbulletin','vBulletin Solutions',1238150385,'4.0.0 Alpha 1'),(9493,-1,'repeat_y','style','repeat-y','vbulletin','vBulletin Solutions',1238150400,'4.0.0 Alpha 1'),(9494,-1,'replacement_var_special_templates','style','Replacement Var Special Templates','vbulletin','vBulletin Solutions',1286841745,'4.1.0 Beta 1'),(9495,-1,'replacement_variable','style','Replacement Variable','vbulletin','',0,''),(9496,-1,'replacement_variable_is_customized_in_this_style','style','Replacement Variable is Customized in this Style','vbulletin','',0,''),(9497,-1,'replacement_variable_is_inherited_from_a_parent_style','style','Replacement Variable is Inherited From a Parent Style','vbulletin','',0,''),(9498,-1,'replacement_variable_is_unchanged_from_the_default_style','style','Replacement Variable is Unchanged From the Default Style','vbulletin','',0,''),(9499,-1,'replacement_variable_manager_gstyle','style','Replacement Variable Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9500,-1,'revert_all_stylevars','style','Revert all StyleVars','vbulletin','',1286496000,'4.1.2'),(9501,-1,'revert_all_stylevars_from_style_x','style','Are you sure you want to revert all StyleVars from the style called \'{1}\'?<br />\r\n<br />\r\nThis will cause all StyleVars in this style to revert to their default or inherited status. Custom StyleVars that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following StyleVars will be reverted:\r\n<ul>{2}</ul>\r\nThis action cannot be undone.','vbulletin','',1286496000,'4.1.2'),(9502,-1,'revert_all_templates','style','Revert all Templates','vbulletin','',0,''),(9503,-1,'revert_all_templates_from_style_x','style','Are you sure you want to revert all templates from the style called \'{1}\'?<br />\r\n<br />\r\nThis will cause all templates in this style to revert to their default or inherited status. Custom templates that do not exist in this style\'s parent will not be affected.<br />\r\n<br />\r\nThe following templates will be reverted:\r\n<ul>{2}</ul>\r\nThis action cannot be undone.','vbulletin','vBulletin Solutions',1237467246,'4.0.0 Alpha 1'),(9504,-1,'rgb','style','RGB','vbulletin','',1264694056,'4.0.4'),(9505,-1,'right_gstyle','style','Right','vbulletin','vBulletin Solutions',1238150410,'5.0.0 Alpha 8'),(9506,-1,'save_in_template_history','style','Save in Template History?','vbulletin','',0,''),(9507,-1,'save_style','style','Save Style','vbulletin','',1274284196,'4.0.4'),(9508,-1,'save_style_desc','style','These are your options for saving the generated style.','vbulletin','',1276104535,'4.0.4'),(9509,-1,'scheme','style','Scheme','vbulletin','',1264694056,'4.0.4'),(9510,-1,'search_in_all_styles','style','Search in all Styles','vbulletin','',0,''),(9511,-1,'search_in_style','style','Search in Style','vbulletin','',0,''),(9512,-1,'search_in_template','style','Search in Template','vbulletin','',0,''),(9513,-1,'search_in_templates_gstyle','style','Search in Templates','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9514,-1,'search_stylevar','style','Search Stylevar','vbulletin','vBulletin Solutions',1238150425,'4.0.0 Alpha 1'),(9515,-1,'search_templates','style','Search Templates','vbulletin','',0,''),(9516,-1,'secondary0_info','style','Header background for Modules, Popups, Active side navigation items','vbulletin','vBulletin Solutions',1359771328,'5.0.0 Release Candidate 1'),(9517,-1,'secondary1_info','style','Border for Module headers, Popup headers','vbulletin','vBulletin Solutions',1359771371,'5.0.0 Release Candidate 1'),(9518,-1,'secondary2_info','style','Background for Module content, Popups, Forms, Comments','vbulletin','vBulletin Solutions',1359771419,'5.0.0 Release Candidate 1'),(9519,-1,'secondary4_info','style','Special button background','vbulletin','vBulletin Solutions',1359771459,'5.0.0 Release Candidate 1'),(9520,-1,'secondary_color_a','style','Secondary Color A','vbulletin','',1276098335,'4.0.4'),(9521,-1,'secondary_color_hue','style','Secondary color hue.','vbulletin','',1272404357,'4.0.4'),(9522,-1,'secondary_color_hue_desc','style','Click and drag the spot farther or closer to the primary color to change the angle/distance. Double-click to type the numeric value.','vbulletin','',1272404374,'4.0.4'),(9523,-1,'secondary_color_hues','style','Secondary color hues angle/distance.','vbulletin','',1276552300,'4.0.4'),(9524,-1,'secondary_color_hues_desc','style','Click to type the numeric value. Makes sense only with schemes which use secondary colors.','vbulletin','',1276553557,'4.0.4'),(9525,-1,'settings_gstyle','style','Settings','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9526,-1,'show_customized_variables','style','Show Only Customized StyleVars','vbulletin','',1286496000,'4.1.2'),(9527,-1,'show_default','style','Show Default','vbulletin','',0,''),(9528,-1,'show_tooltips','style','Show Tooltips','vbulletin','',1276099001,'4.0.4'),(9529,-1,'show_tooltips_desc','style','Check and move the cursor over controls and parts of the application to see helpful tooltips.','vbulletin','',1272578858,'4.0.4'),(9530,-1,'show_variable_names','style','Show Variable Names','vbulletin','vBulletin Solutions',1238150441,'4.0.0 Alpha 1'),(9531,-1,'simple_types','style','Simple Types','vbulletin','vBulletin Solutions',1238150454,'4.0.0 Alpha 1'),(9532,-1,'size_gstyle','style','Size','vbulletin','',1246045429,'5.0.0 Alpha 8'),(9533,-1,'small_caps','style','Small-caps','vbulletin','vBulletin Solutions',1238150468,'4.0.0 Alpha 1'),(9534,-1,'string','style','String','vbulletin','vBulletin Solutions',1238150478,'4.0.0 Alpha 1'),(9535,-1,'strongly_recommend_testing_regex_replace','style','It is <b>strongly</b> recommended that you use the \'test\' option before actually performing a regex replace.','vbulletin','',0,''),(9536,-1,'style_generator_error','style','You need Javascript & CSS to run this application.','vbulletin','',1264694056,'4.0.4'),(9537,-1,'style_generator_gstyle','style','Style Generator','vbulletin','',1272311815,'5.0.0 Alpha 8'),(9538,-1,'style_generator_loading','style','Wait please. Loading','vbulletin','',1264694056,'4.0.4'),(9539,-1,'style_manager_gstyle','style','Style Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(9540,-1,'stylevar_activity_stream_avatar_border_description','style','Controls the border width, style, and color for avatars in the activity stream.','vbulletin','vBulletin Solutions',1357679212,'5.0.0 Beta 26'),(9541,-1,'stylevar_activity_stream_avatar_border_name','style','Activity Stream Avatar Border','vbulletin','vBulletin Solutions',1357679212,'5.0.0 Beta 26'),(9542,-1,'stylevar_announcement_background_description','style','Controls the background color and image of announcements within the topic list on forum display.','vbulletin','vBulletin Solutions',1357262473,'5.0.0 Beta 25'),(9543,-1,'stylevar_announcement_background_name','style','Announcement Background','vbulletin','vBulletin Solutions',1357262473,'5.0.0 Beta 25'),(9544,-1,'stylevar_announcement_border_description','style','Controls the border color, style, and width of announcements within the topic list on forum display.','vbulletin','vBulletin Solutions',1357262517,'5.0.0 Beta 25'),(9545,-1,'stylevar_announcement_border_name','style','Announcement Border','vbulletin','vBulletin Solutions',1357262517,'5.0.0 Beta 25'),(9546,-1,'stylevar_announcement_text_color_description','style','Controls the text color for announcements within the topic list on forum display.','vbulletin','vBulletin Solutions',1358170751,'5.0.0 Beta 27'),(9547,-1,'stylevar_announcement_text_color_name','style','Announcement Text Color','vbulletin','vBulletin Solutions',1358170751,'5.0.0 Beta 27'),(9548,-1,'stylevar_autosuggest_background_description','style','Controls the background color and image for the global autosuggest dropdown menu.','vbulletin','vBulletin Solutions',1358023878,'5.0.0 Beta 27'),(9549,-1,'stylevar_autosuggest_background_name','style','Autosuggest Background','vbulletin','vBulletin Solutions',1358023878,'5.0.0 Beta 27'),(9550,-1,'stylevar_bbcode_code_background_description','style','Controls the background color and image for the Bbcode [code] display.','vbulletin','vBulletin Solutions',1358022949,'5.0.0 Beta 27'),(9551,-1,'stylevar_bbcode_code_background_name','style','Bbcode [code] Background','vbulletin','vBulletin Solutions',1358022949,'5.0.0 Beta 27'),(9552,-1,'stylevar_bbcode_code_border_description','style','Controls the border width, style, and color for the Bbcode [code] display.','vbulletin','vBulletin Solutions',1358022912,'5.0.0 Beta 27'),(9553,-1,'stylevar_bbcode_code_border_name','style','Bbcode [code] Border','vbulletin','vBulletin Solutions',1358022912,'5.0.0 Beta 27'),(9554,-1,'stylevar_bbcode_code_fontsize_description','style','This stylevar controls the size of BBCode [code] font.','vbulletin','vBulletin Solutions',1321206666,'5.0.0 Beta 15'),(9555,-1,'stylevar_bbcode_code_fontsize_name','style','BBCode [code] Font Size','vbulletin','vBulletin Solutions',1321206625,'5.0.0 Beta 15'),(9556,-1,'stylevar_bbcode_code_line_height_description','style','Controls the line height for bbcode [code] blocks. This needs to be set as a pixel line height (set units to px) for the block height calculation to work correctly.','vbulletin','vBulletin Solutions',1370877933,'5.0.4 Alpha 2'),(9557,-1,'stylevar_bbcode_code_line_height_name','style','BBCode [code] Line Height','vbulletin','vBulletin Solutions',1370877933,'5.0.4 Alpha 2'),(9558,-1,'stylevar_bbcode_quote_background_description','style','Controls the background color and image for the Bbcode [quote] display.','vbulletin','vBulletin Solutions',1358170013,'5.0.0 Beta 27'),(9559,-1,'stylevar_bbcode_quote_background_name','style','Bbcode [quote] Background','vbulletin','vBulletin Solutions',1358170013,'5.0.0 Beta 27'),(9560,-1,'stylevar_body_background_description','style','Controls the background color and image of the content frame\'s background.','vbulletin','vBulletin Solutions',1357262559,'5.0.0 Beta 25'),(9561,-1,'stylevar_body_background_name','style','Body Background','vbulletin','vBulletin Solutions',1357262559,'5.0.0 Beta 25'),(9562,-1,'stylevar_body_font_description','style','Controls the base font family, style, and line height for text.','vbulletin','vBulletin Solutions',1359248575,'5.0.0 Release Candidate 1'),(9563,-1,'stylevar_body_font_name','style','Body Font','vbulletin','vBulletin Solutions',1359248575,'5.0.0 Release Candidate 1'),(9564,-1,'stylevar_body_line_height_description','style','Controls the base line height for text.','vbulletin','vBulletin Solutions',1359248953,'5.0.0 Release Candidate 1'),(9565,-1,'stylevar_body_line_height_name','style','Body Line Height','vbulletin','vBulletin Solutions',1359248953,'5.0.0 Release Candidate 1'),(9566,-1,'stylevar_body_link_color_description','style','Controls the text color for links.','vbulletin','vBulletin Solutions',1357763117,'5.0.0 Beta 26'),(9567,-1,'stylevar_body_link_color_hover_description','style','Controls the text color for links when the mouse is over them.','vbulletin','vBulletin Solutions',1357762945,'5.0.0 Beta 26'),(9568,-1,'stylevar_body_link_color_hover_name','style','Body Link Color Hover','vbulletin','vBulletin Solutions',1357762945,'5.0.0 Beta 26'),(9569,-1,'stylevar_body_link_color_name','style','Body Link Color','vbulletin','vBulletin Solutions',1357763117,'5.0.0 Beta 26'),(9570,-1,'stylevar_body_text_color_description','style','Controls the general default text color for the site.','vbulletin','vBulletin Solutions',1358023924,'5.0.0 Beta 27'),(9571,-1,'stylevar_body_text_color_name','style','Body Text Color','vbulletin','vBulletin Solutions',1358023924,'5.0.0 Beta 27'),(9572,-1,'stylevar_button_arrow_background_description','style','Controls the background color and image for the small arrow buttons, for example the pagination buttons for comments.','vbulletin','vBulletin Solutions',1359255835,'5.0.1 Alpha 2'),(9573,-1,'stylevar_button_arrow_background_name','style','Button Arrow Background','vbulletin','vBulletin Solutions',1359255835,'5.0.0 Release Candidate 1'),(9574,-1,'stylevar_button_arrow_border_description','style','Controls the border width, style, and color for the small arrow buttons, for example the comment pagination buttons.','vbulletin','vBulletin Solutions',1359255888,'5.0.0 Release Candidate 1'),(9575,-1,'stylevar_button_arrow_border_name','style','Button Arrow Border','vbulletin','vBulletin Solutions',1359255888,'5.0.0 Release Candidate 1'),(9576,-1,'stylevar_button_disabled_background_description','style','Controls the background color and image for disabled buttons.','vbulletin','vBulletin Solutions',1357930325,'5.0.0 Beta 27'),(9577,-1,'stylevar_button_disabled_background_name','style','Button Disabled Background','vbulletin','vBulletin Solutions',1357930325,'5.0.0 Beta 27'),(9578,-1,'stylevar_button_disabled_border_description','style','Controls the border width, style, and color for disabled buttons.','vbulletin','vBulletin Solutions',1357930395,'5.0.0 Beta 27'),(9579,-1,'stylevar_button_disabled_border_name','style','Button Disabled Border','vbulletin','vBulletin Solutions',1357930395,'5.0.0 Beta 27'),(9580,-1,'stylevar_button_disabled_text_color_description','style','Controls the text color for disabled buttons.','vbulletin','vBulletin Solutions',1357930903,'5.0.0 Beta 27'),(9581,-1,'stylevar_button_disabled_text_color_name','style','Button Disabled Text Color','vbulletin','vBulletin Solutions',1357930903,'5.0.0 Beta 27'),(9582,-1,'stylevar_button_primary_background_description','style','Controls the background color and image for primary buttons.','vbulletin','vBulletin Solutions',1357326742,'5.0.0 Beta 25'),(9583,-1,'stylevar_button_primary_background_name','style','Button Primary Background','vbulletin','vBulletin Solutions',1357326742,'5.0.0 Beta 25'),(9584,-1,'stylevar_button_primary_border_description','style','Controls the border width, style, and color for primary buttons.','vbulletin','vBulletin Solutions',1357264824,'5.0.0 Beta 25'),(9585,-1,'stylevar_button_primary_border_hover_description','style','Controls the border width, style, and color for primary buttons when the mouse is over them.','vbulletin','vBulletin Solutions',1357264890,'5.0.0 Beta 25'),(9586,-1,'stylevar_button_primary_border_hover_name','style','Button Primary Border Hover','vbulletin','vBulletin Solutions',1357264890,'5.0.0 Beta 25'),(9587,-1,'stylevar_button_primary_border_name','style','Button Primary Border','vbulletin','vBulletin Solutions',1357264824,'5.0.0 Beta 25'),(9588,-1,'stylevar_button_primary_light_background_description','style','Controls the background color and image for primary light buttons.','vbulletin','vBulletin Solutions',1357868908,'5.0.0 Beta 27'),(9589,-1,'stylevar_button_primary_light_background_name','style','Button Primary Light Background','vbulletin','vBulletin Solutions',1357868908,'5.0.0 Beta 27'),(9590,-1,'stylevar_button_primary_light_border_description','style','Controls the border width, style, and color for primary light buttons.','vbulletin','vBulletin Solutions',1357869020,'5.0.0 Beta 27'),(9591,-1,'stylevar_button_primary_light_border_hover_description','style','Controls the border width, style, and color for primary light buttons when the mouse is over them.','vbulletin','vBulletin Solutions',1357869311,'5.0.0 Beta 27'),(9592,-1,'stylevar_button_primary_light_border_hover_name','style','Button Primary Light Border Hover','vbulletin','vBulletin Solutions',1357869311,'5.0.0 Beta 27'),(9593,-1,'stylevar_button_primary_light_border_name','style','Button Primary Light Border','vbulletin','vBulletin Solutions',1357869020,'5.0.0 Beta 27'),(9594,-1,'stylevar_button_primary_light_text_color_description','style','Controls the text color for primary light buttons.','vbulletin','vBulletin Solutions',1357869141,'5.0.0 Beta 27'),(9595,-1,'stylevar_button_primary_light_text_color_name','style','Button Primary Light Text Color','vbulletin','vBulletin Solutions',1357869141,'5.0.0 Beta 27'),(9596,-1,'stylevar_button_primary_text_color_description','style','Controls the text color for primary buttons.','vbulletin','vBulletin Solutions',1357264920,'5.0.0 Beta 25'),(9597,-1,'stylevar_button_primary_text_color_name','style','Button Primary Text Color','vbulletin','vBulletin Solutions',1357264920,'5.0.0 Beta 25'),(9598,-1,'stylevar_button_secondary_background_description','style','Controls the background color and image for secondary buttons.','vbulletin','vBulletin Solutions',1357666832,'5.0.0 Beta 26'),(9599,-1,'stylevar_button_secondary_background_name','style','Button Secondary Background','vbulletin','vBulletin Solutions',1357666832,'5.0.0 Beta 26'),(9600,-1,'stylevar_button_secondary_border_description','style','Controls the border width, style, and color for secondary buttons.','vbulletin','vBulletin Solutions',1357265010,'5.0.0 Beta 25'),(9601,-1,'stylevar_button_secondary_border_hover_description','style','Controls the border width, style, and color for secondary buttons when the mouse is over them.','vbulletin','vBulletin Solutions',1357265030,'5.0.0 Beta 25'),(9602,-1,'stylevar_button_secondary_border_hover_name','style','Button Secondary Border Hover','vbulletin','vBulletin Solutions',1357265030,'5.0.0 Beta 25'),(9603,-1,'stylevar_button_secondary_border_name','style','Button Secondary Border','vbulletin','vBulletin Solutions',1357265010,'5.0.0 Beta 25'),(9604,-1,'stylevar_button_secondary_text_color_description','style','Controls the text color for secondary buttons.','vbulletin','vBulletin Solutions',1357264956,'5.0.0 Beta 25'),(9605,-1,'stylevar_button_secondary_text_color_name','style','Button Secondary Text Color','vbulletin','vBulletin Solutions',1357264956,'5.0.0 Beta 25'),(9606,-1,'stylevar_button_special_background_description','style','Controls the background color and image for special buttons.','vbulletin','vBulletin Solutions',1358023058,'5.0.0 Beta 27'),(9607,-1,'stylevar_button_special_background_name','style','Button Special Background','vbulletin','vBulletin Solutions',1358023058,'5.0.0 Beta 27'),(9608,-1,'stylevar_button_special_border_description','style','Controls the border width, style, and color for special buttons.','vbulletin','vBulletin Solutions',1358023088,'5.0.0 Beta 27'),(9609,-1,'stylevar_button_special_border_hover_description','style','Controls the border width, style, and color for special buttons when the mouse is over them.','vbulletin','vBulletin Solutions',1358023119,'5.0.0 Beta 27'),(9610,-1,'stylevar_button_special_border_hover_name','style','Button Special Border Hover','vbulletin','vBulletin Solutions',1358023119,'5.0.0 Beta 27'),(9611,-1,'stylevar_button_special_border_name','style','Button Special Border','vbulletin','vBulletin Solutions',1358023088,'5.0.0 Beta 27'),(9612,-1,'stylevar_button_special_text_color_description','style','Controls the text color for special buttons.','vbulletin','vBulletin Solutions',1358023144,'5.0.0 Beta 27'),(9613,-1,'stylevar_button_special_text_color_name','style','Button Special Text Color','vbulletin','vBulletin Solutions',1358023144,'5.0.0 Beta 27'),(9614,-1,'stylevar_comment_background_description','style','Controls the background color and image for comments.','vbulletin','vBulletin Solutions',1359252130,'5.0.0 Release Candidate 1'),(9615,-1,'stylevar_comment_background_name','style','Comment Background','vbulletin','vBulletin Solutions',1359252130,'5.0.0 Release Candidate 1'),(9616,-1,'stylevar_comment_divider_color_description','style','Controls the color for the divider between comments.','vbulletin','vBulletin Solutions',1359253329,'5.0.0 Release Candidate 1'),(9617,-1,'stylevar_comment_divider_color_name','style','Comment Divider Color','vbulletin','vBulletin Solutions',1359253329,'5.0.0 Release Candidate 1'),(9618,-1,'stylevar_content_entry_box_header_text_color_description','style','Controls the text color of the content entry box header','vbulletin','vBulletin Solutions',1359127549,'5.0.0 Beta 28'),(9619,-1,'stylevar_content_entry_box_header_text_color_name','style','Content Entry box header text color','vbulletin','vBulletin Solutions',1359127549,'5.0.0 Beta 28'),(9620,-1,'stylevar_content_entry_box_selected_tab_text_color_description','style','Controls the text color of the selected tab in the contenet entry box','vbulletin','vBulletin Solutions',1359127354,'5.0.0 Beta 28'),(9621,-1,'stylevar_content_entry_box_selected_tab_text_color_name','style','Content entry box selected tab text color','vbulletin','vBulletin Solutions',1359127354,'5.0.0 Beta 28'),(9622,-1,'stylevar_contententry_autosave_background_description','style','Color of the background of the Auto Save notice popup','vbulletin','vBulletin Solutions',1364487595,'5.0.2 Alpha 2'),(9623,-1,'stylevar_contententry_autosave_background_name','style','Content Entry Auto Save Notice Background','vbulletin','vBulletin Solutions',1364487595,'5.0.2 Alpha 2'),(9624,-1,'stylevar_contententry_autosave_text_color_description','style','Color of the Text of the Auto Save notice popup','vbulletin','vBulletin Solutions',1364593618,'5.0.2 Alpha 2'),(9625,-1,'stylevar_contententry_autosave_text_color_name','style','Content Entry Auto Save Notice Text Color','vbulletin','vBulletin Solutions',1364593618,'5.0.2 Alpha 2'),(9626,-1,'stylevar_contententry_panel_background_description','style','Controls the background color and image for the panels in the content entry interface.','vbulletin','vBulletin Solutions',1363036969,'5.0.2 Alpha 2'),(9627,-1,'stylevar_contententry_panel_background_name','style','Content Entry Panel Background','vbulletin','vBulletin Solutions',1363036969,'5.0.2 Alpha 2'),(9628,-1,'stylevar_contententry_panel_section_background_description','style','Controls the background color and image for the content entry panel sections.','vbulletin','vBulletin Solutions',1380173687,'5.1.0 Alpha 1'),(9629,-1,'stylevar_contententry_panel_section_background_name','style','Content Entry Panel Section Background','vbulletin','vBulletin Solutions',1380173687,'5.1.0 Alpha 1'),(9630,-1,'stylevar_contententry_panel_section_title_background_description','style','Controls the background color and image for the content entry panel section titles.','vbulletin','vBulletin Solutions',1380173803,'5.1.0 Alpha 1'),(9631,-1,'stylevar_contententry_panel_section_title_background_name','style','Content Entry Panel Section Title Background','vbulletin','vBulletin Solutions',1380173803,'5.1.0 Alpha 1'),(9632,-1,'stylevar_contententry_toolbar_background_description','style','Control the background color for the content entry toolbar.','vbulletin','vBulletin Solutions',1363036885,'5.0.2 Alpha 2'),(9633,-1,'stylevar_contententry_toolbar_background_name','style','Content Entry Toolbar Background','vbulletin','vBulletin Solutions',1363036885,'5.0.2 Alpha 2'),(9634,-1,'stylevar_contententry_toolbar_button_secondary_background_active_description','style','Controls the background color and image for the secondary content entry toolbar buttons when active.','vbulletin','vBulletin Solutions',1377714198,'5.0.5 Alpha 4'),(9635,-1,'stylevar_contententry_toolbar_button_secondary_background_active_name','style','Content Entry Toolbar Button Secondary Background Active','vbulletin','vBulletin Solutions',1377714198,'5.0.5 Alpha 4'),(9636,-1,'stylevar_contententry_toolbar_button_secondary_background_description','style','Controls the background color and image for the secondary content entry toolbar buttons.','vbulletin','vBulletin Solutions',1377713885,'5.0.5 Alpha 4'),(9637,-1,'stylevar_contententry_toolbar_button_secondary_background_name','style','Content Entry Toolbar Button Secondary Background','vbulletin','vBulletin Solutions',1377713885,'5.0.5 Alpha 4'),(9638,-1,'stylevar_contententry_toolbar_button_secondary_border_description','style','Controls the border color style and width for the secondary content entry toolbar buttons.','vbulletin','vBulletin Solutions',1377711885,'5.0.5 Alpha 4'),(9639,-1,'stylevar_contententry_toolbar_button_secondary_border_name','style','Content Entry Toolbar Button Secondary Border','vbulletin','vBulletin Solutions',1377711885,'5.0.5 Alpha 4'),(9640,-1,'stylevar_diff_add_background_description','style','This stylevar controls the background of added text in the post edit history.','vbulletin','vBulletin Solutions',1358789425,'5.0.0 Beta 28'),(9641,-1,'stylevar_diff_add_background_name','style','Post Editor History Added Text Background','vbulletin','vBulletin Solutions',1358789425,'5.0.0 Beta 28'),(9642,-1,'stylevar_diff_add_color_description','style','This stylevar controls the text color of added text in the post edit history.','vbulletin','vBulletin Solutions',1358789431,'5.0.0 Beta 28'),(9643,-1,'stylevar_diff_add_color_name','style','Post Editor History Added Text Color','vbulletin','vBulletin Solutions',1358789431,'5.0.0 Beta 28'),(9644,-1,'stylevar_diff_remove_background_description','style','This stylevar controls the background of removed text in the post edit history.','vbulletin','vBulletin Solutions',1358789439,'5.0.0 Beta 28'),(9645,-1,'stylevar_diff_remove_background_name','style','Post Editor History Removed Text Background','vbulletin','vBulletin Solutions',1358789439,'5.0.0 Beta 28'),(9646,-1,'stylevar_diff_remove_color_description','style','This stylevar controls the text color of removed text in the post edit history.','vbulletin','vBulletin Solutions',1358789461,'5.0.0 Beta 28'),(9647,-1,'stylevar_diff_remove_color_name','style','Post Editor History Removed Text Color','vbulletin','vBulletin Solutions',1358789461,'5.0.0 Beta 28'),(9648,-1,'stylevar_diffadd_color_description','style','This stylevar controls the text color of added text in the post edit history.','vbulletin','vBulletin Solutions',1358530517,'5.0.0 Beta 28'),(9649,-1,'stylevar_diffadd_color_name','style','Post Editor History Added Text Color','vbulletin','vBulletin Solutions',1358530517,'5.0.0 Beta 28'),(9650,-1,'stylevar_favicon_description','style','This stylevar controls the file path of the favicon. The favicon is the small image displayed in the browser address bar and near browser page title.','vbulletin','vBulletin Solutions',1346093337,'5.0.0 Alpha 38'),(9651,-1,'stylevar_favicon_name','style','Favicon File Path','vbulletin','vBulletin Solutions',1346093337,'5.0.0 Alpha 38'),(9652,-1,'stylevar_footer_background_description','style','Controls the background color and image for the footer bar.','vbulletin','vBulletin Solutions',1357678302,'5.0.0 Beta 27'),(9653,-1,'stylevar_footer_background_name','style','Footer Bar Background','vbulletin','vBulletin Solutions',1357678302,'5.0.0 Beta 27'),(9654,-1,'stylevar_footer_copyright_text_color_description','style','Controls the text color for the footer copyright text.','vbulletin','vBulletin Solutions',1357678332,'5.0.0 Beta 26'),(9655,-1,'stylevar_footer_copyright_text_color_name','style','Footer Copyright Text Color','vbulletin','vBulletin Solutions',1357678332,'5.0.0 Beta 26'),(9656,-1,'stylevar_footer_font_style_description','style','Controls the font family, size, and style for the footer.','vbulletin','vBulletin Solutions',1357678413,'5.0.0 Beta 26'),(9657,-1,'stylevar_footer_font_style_name','style','Footer Font Style','vbulletin','vBulletin Solutions',1357678413,'5.0.0 Beta 26'),(9658,-1,'stylevar_footer_list_item_color_description','style','Controls the text color for the footer links.','vbulletin','vBulletin Solutions',1357678447,'5.0.0 Beta 26'),(9659,-1,'stylevar_footer_list_item_color_name','style','Footer List Item Color','vbulletin','vBulletin Solutions',1357678447,'5.0.0 Beta 26'),(9660,-1,'stylevar_footer_list_item_divider_color_description','style','Controls the divider color between footer links.','vbulletin','vBulletin Solutions',1357678667,'5.0.0 Beta 26'),(9661,-1,'stylevar_footer_list_item_divider_color_name','style','Footer List Item Divider Color','vbulletin','vBulletin Solutions',1357678667,'5.0.0 Beta 26'),(9662,-1,'stylevar_form_background_description','style','Controls the background color and image for forms.','vbulletin','vBulletin Solutions',1357240034,'5.0.0 Beta 25'),(9663,-1,'stylevar_form_background_name','style','Form Background','vbulletin','vBulletin Solutions',1357240034,'5.0.0 Beta 25'),(9664,-1,'stylevar_form_border_description','style','Controls the border width, style, and color for forms.','vbulletin','vBulletin Solutions',1357240123,'5.0.0 Beta 25'),(9665,-1,'stylevar_form_border_name','style','Form Border','vbulletin','vBulletin Solutions',1357240123,'5.0.0 Beta 25'),(9666,-1,'stylevar_form_dropdown_background_description','style','Controls the background color and image Controls the border width, style, and color for the dropdown (select) elements in forms.','vbulletin','vBulletin Solutions',1358023579,'5.0.0 Beta 27'),(9667,-1,'stylevar_form_dropdown_background_hover_description','style','Controls the background color and image for the dropdown (select) elements in forms when the mouse is over them.','vbulletin','vBulletin Solutions',1358023656,'5.0.0 Beta 27'),(9668,-1,'stylevar_form_dropdown_background_hover_name','style','Form Dropdown Background Hover','vbulletin','vBulletin Solutions',1358023656,'5.0.0 Beta 27'),(9669,-1,'stylevar_form_dropdown_background_name','style','Form Dropdown Background','vbulletin','vBulletin Solutions',1358023579,'5.0.0 Beta 27'),(9670,-1,'stylevar_form_dropdown_border_description','style','Controls the border width, style, and color for the dropdown (select) elements in forms.','vbulletin','vBulletin Solutions',1357678714,'5.0.0 Beta 26'),(9671,-1,'stylevar_form_dropdown_border_name','style','Form Dropdown Border','vbulletin','vBulletin Solutions',1357678714,'5.0.0 Beta 26'),(9672,-1,'stylevar_form_dropdown_text_color_description','style','Controls the text color for the dropdown (select) elements in forms.','vbulletin','vBulletin Solutions',1358023703,'5.0.0 Beta 27'),(9673,-1,'stylevar_form_dropdown_text_color_hover_description','style','Controls the text color for the dropdown (select) elements in forms when the mouse is over them.','vbulletin','vBulletin Solutions',1358023736,'5.0.0 Beta 27'),(9674,-1,'stylevar_form_dropdown_text_color_hover_name','style','Form Dropdown Text Color Hover','vbulletin','vBulletin Solutions',1358023736,'5.0.0 Beta 27'),(9675,-1,'stylevar_form_dropdown_text_color_name','style','Form Dropdown Text Color','vbulletin','vBulletin Solutions',1358023703,'5.0.0 Beta 27'),(9676,-1,'stylevar_form_field_background_description','style','Controls the background color and image for form fields.','vbulletin','vBulletin Solutions',1358023773,'5.0.0 Beta 27'),(9677,-1,'stylevar_form_field_background_name','style','Form Field Background','vbulletin','vBulletin Solutions',1358023773,'5.0.0 Beta 27'),(9678,-1,'stylevar_form_field_border_description','style','Controls the border width, style, and color for the input fields in forms.','vbulletin','vBulletin Solutions',1357678797,'5.0.0 Beta 26'),(9679,-1,'stylevar_form_field_border_name','style','Filter Field Border','vbulletin','vBulletin Solutions',1357678797,'5.0.0 Beta 26'),(9680,-1,'stylevar_form_field_text_color_description','style','Controls the text color in form fields.','vbulletin','vBulletin Solutions',1358023822,'5.0.0 Beta 27'),(9681,-1,'stylevar_form_field_text_color_name','style','Form Field Text Color','vbulletin','vBulletin Solutions',1358023822,'5.0.0 Beta 27'),(9682,-1,'stylevar_header_background_description','style','Controls the background color and image for the header area.','vbulletin','vBulletin Solutions',1357269792,'5.0.0 Beta 25'),(9683,-1,'stylevar_header_background_name','style','Header Background','vbulletin','vBulletin Solutions',1357269792,'5.0.0 Beta 25'),(9684,-1,'stylevar_header_search_button_background_description','style','Controls the background color and image for the search button in the header.','vbulletin','vBulletin Solutions',1357676301,'5.0.0 Beta 26'),(9685,-1,'stylevar_header_search_button_background_name','style','Header Search Button Background','vbulletin','vBulletin Solutions',1357676301,'5.0.0 Beta 26'),(9686,-1,'stylevar_header_search_button_border_description','style','Controls the border width, style, and color for search button in the header.','vbulletin','vBulletin Solutions',1357676444,'5.0.0 Beta 26'),(9687,-1,'stylevar_header_search_button_border_name','style','Header Search Button Border','vbulletin','vBulletin Solutions',1357676444,'5.0.0 Beta 26'),(9688,-1,'stylevar_header_search_button_text_color_description','style','Controls the text color for the search button in the header.','vbulletin','vBulletin Solutions',1357676388,'5.0.0 Beta 26'),(9689,-1,'stylevar_header_search_button_text_color_name','style','Header Search Button Text Color','vbulletin','vBulletin Solutions',1357676388,'5.0.0 Beta 26'),(9690,-1,'stylevar_header_search_input_background_description','style','Controls the background color and image for the search box in the header.','vbulletin','vBulletin Solutions',1357675825,'5.0.0 Beta 26'),(9691,-1,'stylevar_header_search_input_background_name','style','Header Search Input Background','vbulletin','vBulletin Solutions',1357675825,'5.0.0 Beta 26'),(9692,-1,'stylevar_header_search_input_border_description','style','Controls the border width, style, and color for search box in the header.','vbulletin','vBulletin Solutions',1357675926,'5.0.0 Beta 26'),(9693,-1,'stylevar_header_search_input_border_name','style','Header Search Input Border','vbulletin','vBulletin Solutions',1357675926,'5.0.0 Beta 26'),(9694,-1,'stylevar_header_search_input_text_color_description','style','Controls the text color for the search box in the header.','vbulletin','vBulletin Solutions',1357675880,'5.0.0 Beta 26'),(9695,-1,'stylevar_header_search_input_text_color_name','style','Header Search Input Text Color','vbulletin','vBulletin Solutions',1357675880,'5.0.0 Beta 26'),(9696,-1,'stylevar_header_search_placeholder_text_color_description','style','Controls the text color for the placeholder text in the search box in the header','vbulletin','vBulletin Solutions',1357676019,'5.0.0 Beta 26'),(9697,-1,'stylevar_header_search_placeholder_text_color_name','style','Header Search Placeholder Text Color','vbulletin','vBulletin Solutions',1357676019,'5.0.0 Beta 26'),(9698,-1,'stylevar_header_subtabbar_background_description','style','Controls the background color and image for the sub navigation links under the tabs in the header area.','vbulletin','vBulletin Solutions',1357840627,'5.0.0 Beta 27'),(9699,-1,'stylevar_header_subtabbar_background_name','style','Header Subtabbar Background','vbulletin','vBulletin Solutions',1357840627,'5.0.0 Beta 27'),(9700,-1,'stylevar_header_subtabbar_border_description','style','Controls the border width, style, and color for the sub navigation links under the tabs in the header area.','vbulletin','vBulletin Solutions',1357840746,'5.0.0 Beta 27'),(9701,-1,'stylevar_header_subtabbar_border_name','style','Header Subtabbar Border','vbulletin','vBulletin Solutions',1357840746,'5.0.0 Beta 27'),(9702,-1,'stylevar_header_subtabbar_text_color_description','style','Controls the text color for the links under the tabs in the header area.','vbulletin','vBulletin Solutions',1357841640,'5.0.0 Beta 27'),(9703,-1,'stylevar_header_subtabbar_text_color_hover_description','style','Controls the text color for the links under the tabs in the header area when the mouse is over them.','vbulletin','vBulletin Solutions',1357841712,'5.0.0 Beta 27'),(9704,-1,'stylevar_header_subtabbar_text_color_hover_name','style','Header Subtabbar Text Color Hover','vbulletin','vBulletin Solutions',1357841712,'5.0.0 Beta 27'),(9705,-1,'stylevar_header_subtabbar_text_color_name','style','Header Subtabbar Text Color','vbulletin','vBulletin Solutions',1357841640,'5.0.0 Beta 27'),(9706,-1,'stylevar_header_tab_background_active_description','style','Controls the background color and image for the navigation tabs in the header area, for the currently selected tab.','vbulletin','vBulletin Solutions',1357272783,'5.0.0 Beta 27'),(9707,-1,'stylevar_header_tab_background_active_name','style','Header Tab Background Active','vbulletin','vBulletin Solutions',1357272783,'5.0.0 Beta 27'),(9708,-1,'stylevar_header_tab_background_description','style','Controls the background color and image for the navigation tabs in the header area.','vbulletin','vBulletin Solutions',1357272181,'5.0.0 Beta 25'),(9709,-1,'stylevar_header_tab_background_hover_description','style','Controls the background color for the navigation tabs in the header area when the mouse is over them.','vbulletin','vBulletin Solutions',1357272432,'5.0.0 Beta 25'),(9710,-1,'stylevar_header_tab_background_hover_name','style','Header Tab Background Hover','vbulletin','vBulletin Solutions',1357272432,'5.0.0 Beta 25'),(9711,-1,'stylevar_header_tab_background_name','style','Header Tab Background','vbulletin','vBulletin Solutions',1357272181,'5.0.0 Beta 25'),(9712,-1,'stylevar_header_tab_border_active_description','style','Controls the border width, style, and color for the currently selected tab in the navigation tabs in the header.','vbulletin','vBulletin Solutions',1357273048,'5.0.0 Beta 27'),(9713,-1,'stylevar_header_tab_border_active_name','style','Header Tab Border Active','vbulletin','vBulletin Solutions',1357273048,'5.0.0 Beta 27'),(9714,-1,'stylevar_header_tab_text_color_active_description','style','Controls the text color for a header navigation tab, when it is currently selected.','vbulletin','vBulletin Solutions',1357272941,'5.0.0 Beta 27'),(9715,-1,'stylevar_header_tab_text_color_active_name','style','Header Tab Text Color Active','vbulletin','vBulletin Solutions',1357272941,'5.0.0 Beta 27'),(9716,-1,'stylevar_header_tab_text_color_description','style','Controls the text color for the navigation tabs in the header area.','vbulletin','vBulletin Solutions',1357272329,'5.0.0 Beta 25'),(9717,-1,'stylevar_header_tab_text_color_hover_description','style','Controls the text color for header navigation tabs when the mouse is over them.','vbulletin','vBulletin Solutions',1357272525,'5.0.0 Beta 25'),(9718,-1,'stylevar_header_tab_text_color_hover_name','style','Header Tab Text Color Hover','vbulletin','vBulletin Solutions',1357272525,'5.0.0 Beta 25'),(9719,-1,'stylevar_header_tab_text_color_name','style','Header Tab Text Color','vbulletin','vBulletin Solutions',1357272329,'5.0.0 Beta 25'),(9720,-1,'stylevar_header_tabbar_background_description','style','Controls the background color and image for the navigation tabs area in the header.','vbulletin','vBulletin Solutions',1357271692,'5.0.0 Beta 25'),(9721,-1,'stylevar_header_tabbar_background_name','style','Header Tabbar Background','vbulletin','vBulletin Solutions',1357271692,'5.0.0 Beta 25'),(9722,-1,'stylevar_header_tabbar_border_description','style','Controls the border width, style, and color for the header tabbar.','vbulletin','vBulletin Solutions',1357272028,'5.0.0 Beta 25'),(9723,-1,'stylevar_header_tabbar_border_name','style','Header Tabbar Border','vbulletin','vBulletin Solutions',1357272028,'5.0.0 Beta 25'),(9724,-1,'stylevar_header_text_color_description','style','Controls the text color for any text in the header.','vbulletin','vBulletin Solutions',1357269453,'5.0.0 Beta 25'),(9725,-1,'stylevar_header_text_color_name','style','Header Text Color','vbulletin','vBulletin Solutions',1357269453,'5.0.0 Beta 25'),(9726,-1,'stylevar_imgdir_attach_description','style','','vbulletin','',1258570564,'4.0.0 Beta 4'),(9727,-1,'stylevar_imgdir_attach_name','style','','vbulletin','',1258570564,'4.0.0 Beta 4'),(9728,-1,'stylevar_imgdir_button_description','style','','vbulletin','',1258570575,'4.0.0 Beta 4'),(9729,-1,'stylevar_imgdir_button_name','style','Button Image Directory','vbulletin','',1258570575,'4.0.0 Beta 4'),(9730,-1,'stylevar_imgdir_misc_description','style','','vbulletin','',1258570608,'4.0.0 Beta 4'),(9731,-1,'stylevar_imgdir_misc_name','style','Misc Images Directory','vbulletin','',1258570608,'4.0.0 Beta 4'),(9732,-1,'stylevar_imgdir_statusicon_description','style','','vbulletin','',1258570653,'4.0.0 Beta 4'),(9733,-1,'stylevar_imgdir_statusicon_name','style','Item Status Icon Folder','vbulletin','',1258570653,'4.0.0 Beta 4'),(9734,-1,'stylevar_inline_edit_button_border_description','style','','vbulletin','vBulletin Solutions',1356547215,'5.0.0 Beta 25'),(9735,-1,'stylevar_inline_edit_button_border_name','style','Inline edit button border','vbulletin','vBulletin Solutions',1356547215,'5.0.0 Beta 25'),(9736,-1,'stylevar_inline_edit_field_border_description','style','','vbulletin','vBulletin Solutions',1356551417,'5.0.0 Beta 25'),(9737,-1,'stylevar_inline_edit_field_border_name','style','Inline edit field border','vbulletin','vBulletin Solutions',1356551417,'5.0.0 Beta 25'),(9738,-1,'stylevar_inline_edit_module_title_text_color_description','style','','vbulletin','vBulletin Solutions',1358359500,'5.0.0 Beta 27'),(9739,-1,'stylevar_inline_edit_module_title_text_color_name','style','','vbulletin','vBulletin Solutions',1358359500,'5.0.0 Beta 27'),(9740,-1,'stylevar_is_customized_in_this_style','style','StyleVar is Customized in this Style','vbulletin','',1286496000,'4.1.2'),(9741,-1,'stylevar_is_inherited_from_a_parent_style','style','StyleVar is Inherited From a Parent Style','vbulletin','',1286496000,'4.1.2'),(9742,-1,'stylevar_is_unchanged_from_the_default_style','style','StyleVar is Unchanged From the Default Style','vbulletin','',1286496000,'4.1.2'),(9743,-1,'stylevar_list_item_background_description','style','','vbulletin','vBulletin Solutions',1356656423,'5.0.0 Beta 25'),(9744,-1,'stylevar_list_item_background_name','style','List item background','vbulletin','vBulletin Solutions',1356656423,'5.0.0 Beta 25'),(9745,-1,'stylevar_main_nav_admin_bar_background_description','style','Controls the background color and image for the main navigation admin bar.','vbulletin','vBulletin Solutions',1357225771,'5.0.0 Beta 25'),(9746,-1,'stylevar_main_nav_admin_bar_background_name','style','Main Navigation Admin Bar Background','vbulletin','vBulletin Solutions',1357225771,'5.0.0 Beta 25'),(9747,-1,'stylevar_main_nav_admin_bar_text_color_description','style','Controls the text color for the sitebuilder admin navigation bar.','vbulletin','vBulletin Solutions',1357223754,'5.0.0 Beta 25'),(9748,-1,'stylevar_main_nav_admin_bar_text_color_hover_description','style','Controls the text color for the sitebuilder admin navigation bar when mouse pointer is over them.','vbulletin','vBulletin Solutions',1357224807,'5.0.0 Beta 25'),(9749,-1,'stylevar_main_nav_admin_bar_text_color_hover_name','style','Main Navigation Admin Bar Text Color (Hover)','vbulletin','vBulletin Solutions',1357224807,'5.0.0 Beta 25'),(9750,-1,'stylevar_main_nav_admin_bar_text_color_name','style','Main Navigation Admin Bar Text Color','vbulletin','vBulletin Solutions',1357223754,'5.0.0 Beta 25'),(9751,-1,'stylevar_main_nav_admin_bar_text_disabled_color_description','style','Controls the text color for the sitebuilder admin navigation bar for disabled elements.','vbulletin','vBulletin Solutions',1357223793,'5.0.0 Beta 25'),(9752,-1,'stylevar_main_nav_admin_bar_text_disabled_color_name','style','Main Navigation Admin Bar Text Color (Disabled)','vbulletin','vBulletin Solutions',1357223793,'5.0.0 Beta 25'),(9753,-1,'stylevar_main_nav_button_border_description','style','Controls the border width, style, and color for the buttons in the sitebuilder admin navigation bar.','vbulletin','vBulletin Solutions',1358311039,'5.0.0 Beta 27'),(9754,-1,'stylevar_main_nav_button_border_name','style','Main Nav Button Border','vbulletin','vBulletin Solutions',1358311039,'5.0.0 Beta 27'),(9755,-1,'stylevar_module_content_background_description','style','Controls the background color and image for module content areas.','vbulletin','vBulletin Solutions',1359088844,'5.0.0 Beta 28'),(9756,-1,'stylevar_module_content_background_name','style','Module Content Background','vbulletin','vBulletin Solutions',1359088844,'5.0.0 Beta 28'),(9757,-1,'stylevar_module_content_border_description','style','Controls the border width, style, and color for the content area of modules.','vbulletin','vBulletin Solutions',1357679391,'5.0.0 Beta 26'),(9758,-1,'stylevar_module_content_border_name','style','Module Content Border','vbulletin','vBulletin Solutions',1357679391,'5.0.0 Beta 26'),(9759,-1,'stylevar_module_header_background_description','style','Controls the background color and image for module headers.','vbulletin','vBulletin Solutions',1359088879,'5.0.0 Beta 28'),(9760,-1,'stylevar_module_header_background_name','style','Module Header Background','vbulletin','vBulletin Solutions',1359088879,'5.0.0 Beta 28'),(9761,-1,'stylevar_module_header_border_description','style','Controls the border width, style, and color for module headers.','vbulletin','vBulletin Solutions',1359088911,'5.0.0 Beta 28'),(9762,-1,'stylevar_module_header_border_name','style','Module Header Border','vbulletin','vBulletin Solutions',1359088911,'5.0.0 Beta 28'),(9763,-1,'stylevar_module_header_text_color_description','style','Controls the text color for module headers.','vbulletin','vBulletin Solutions',1359088959,'5.0.0 Beta 28'),(9764,-1,'stylevar_module_header_text_color_name','style','Module Header Text Color','vbulletin','vBulletin Solutions',1359088959,'5.0.0 Beta 28'),(9765,-1,'stylevar_module_search_list_item_border_description','style','Defines the border of the items inside the search module','vbulletin','vBulletin Solutions',1366285640,'5.0.3 Alpha 2'),(9766,-1,'stylevar_module_search_list_item_border_name','style','Search module item border','vbulletin','vBulletin Solutions',1366285640,'5.0.3 Alpha 2'),(9767,-1,'stylevar_module_tab_background_active_description','style','Controls the background color and image for the currently selected module tab.','vbulletin','vBulletin Solutions',1359088551,'5.0.0 Beta 28'),(9768,-1,'stylevar_module_tab_background_active_name','style','Module Tab Background Active','vbulletin','vBulletin Solutions',1359088551,'5.0.0 Beta 28'),(9769,-1,'stylevar_module_tab_background_description','style','Controls the background color and image for module tabs.','vbulletin','vBulletin Solutions',1359088517,'5.0.0 Beta 28'),(9770,-1,'stylevar_module_tab_background_name','style','Module Tab Background','vbulletin','vBulletin Solutions',1359088517,'5.0.0 Beta 28'),(9771,-1,'stylevar_module_tab_border_active_description','style','Controls the border width, style, and color for the currently selected tab in modules.','vbulletin','vBulletin Solutions',1357679318,'5.0.0 Beta 26'),(9772,-1,'stylevar_module_tab_border_active_name','style','Module Tab Border Active','vbulletin','vBulletin Solutions',1357679318,'5.0.0 Beta 26'),(9773,-1,'stylevar_module_tab_border_description','style','Controls the border width, style, and color for tabs in modules.','vbulletin','vBulletin Solutions',1357679290,'5.0.0 Beta 26'),(9774,-1,'stylevar_module_tab_border_name','style','Module Tab Border','vbulletin','vBulletin Solutions',1357679290,'5.0.0 Beta 26'),(9775,-1,'stylevar_module_tab_text_color_active_description','style','Controls the text color for the currently selected module tab.','vbulletin','vBulletin Solutions',1359088645,'5.0.0 Beta 28'),(9776,-1,'stylevar_module_tab_text_color_active_name','style','Module Tab Text Color Active','vbulletin','vBulletin Solutions',1359088645,'5.0.0 Beta 28'),(9777,-1,'stylevar_module_tab_text_color_description','style','Controls the text color for inactive module tabs.','vbulletin','vBulletin Solutions',1359088595,'5.0.0 Beta 28'),(9778,-1,'stylevar_module_tab_text_color_hover_description','style','Controls the text color for inactive module tabs when the mouse is over them.','vbulletin','vBulletin Solutions',1359088052,'5.0.0 Beta 28'),(9779,-1,'stylevar_module_tab_text_color_hover_name','style','Module Tab Text Color Hover','vbulletin','vBulletin Solutions',1359088052,'5.0.0 Beta 28'),(9780,-1,'stylevar_module_tab_text_color_name','style','Module Tab Text Color','vbulletin','vBulletin Solutions',1359088595,'5.0.0 Beta 28'),(9781,-1,'stylevar_no_content_background_description','style','Controls the background color and image for the "no content" message in modules.','vbulletin','vBulletin Solutions',1357283590,'5.0.0 Beta 25'),(9782,-1,'stylevar_no_content_background_name','style','No Content Background','vbulletin','vBulletin Solutions',1357283590,'5.0.0 Beta 25'),(9783,-1,'stylevar_notice_background_description','style','Controls the background color and image for notices.','vbulletin','vBulletin Solutions',1357678893,'5.0.0 Beta 26'),(9784,-1,'stylevar_notice_background_name','style','Notice Background','vbulletin','vBulletin Solutions',1357678893,'5.0.0 Beta 26'),(9785,-1,'stylevar_notice_border_description','style','Controls the border width, style, and color for notices.','vbulletin','vBulletin Solutions',1357678871,'5.0.0 Beta 26'),(9786,-1,'stylevar_notice_border_name','style','Notice Border','vbulletin','vBulletin Solutions',1357678871,'5.0.0 Beta 26'),(9787,-1,'stylevar_notice_text_color_description','style','Controls the text color for notices.','vbulletin','vBulletin Solutions',1358170818,'5.0.0 Beta 27'),(9788,-1,'stylevar_notice_text_color_name','style','Notice Text Color','vbulletin','vBulletin Solutions',1358170818,'5.0.0 Beta 27'),(9789,-1,'stylevar_photo_background_description','style','Controls the background color and image for photos.','vbulletin','vBulletin Solutions',1359255016,'5.0.0 Release Candidate 1'),(9790,-1,'stylevar_photo_background_name','style','Photo Background','vbulletin','vBulletin Solutions',1359255016,'5.0.0 Release Candidate 1'),(9791,-1,'stylevar_photo_border_description','style','Controls the border width, style, and color for photos.','vbulletin','vBulletin Solutions',1357679136,'5.0.0 Beta 26'),(9792,-1,'stylevar_photo_border_hover_description','style','Controls the border width, style, and color for photos when the mouse is over them.','vbulletin','vBulletin Solutions',1357679171,'5.0.0 Beta 26'),(9793,-1,'stylevar_photo_border_hover_name','style','Photo Border Hover','vbulletin','vBulletin Solutions',1357679171,'5.0.0 Beta 26'),(9794,-1,'stylevar_photo_border_name','style','Photo Border','vbulletin','vBulletin Solutions',1357679136,'5.0.0 Beta 26'),(9795,-1,'stylevar_photo_preview_background_description','style','Controls the background color and image for the photo preview area.','vbulletin','vBulletin Solutions',1359254896,'5.0.0 Release Candidate 1'),(9796,-1,'stylevar_photo_preview_background_name','style','Photo Preview Background','vbulletin','vBulletin Solutions',1359254896,'5.0.0 Release Candidate 1'),(9797,-1,'stylevar_photo_preview_border_description','style','Controls the border width, style, and color for the photo preview area.','vbulletin','vBulletin Solutions',1359254952,'5.0.0 Release Candidate 1'),(9798,-1,'stylevar_photo_preview_border_name','style','Photo Preview Border','vbulletin','vBulletin Solutions',1359254952,'5.0.0 Release Candidate 1'),(9799,-1,'stylevar_placeholder_text_color_description','style','Controls the text color for the placeholder text in form inputs and text areas.','vbulletin','vBulletin Solutions',1357667969,'5.0.0 Beta 26'),(9800,-1,'stylevar_placeholder_text_color_name','style','Placeholder Text Color','vbulletin','vBulletin Solutions',1357667969,'5.0.0 Beta 26'),(9801,-1,'stylevar_poll_result_border_description','style','Controls the border width, style, and color for poll result bars.','vbulletin','vBulletin Solutions',1357679441,'5.0.0 Beta 26'),(9802,-1,'stylevar_poll_result_border_name','style','Poll Result Border','vbulletin','vBulletin Solutions',1357679441,'5.0.0 Beta 26'),(9803,-1,'stylevar_poll_result_percentage_background_description','style','Controls the background of the percentage number in poll results','vbulletin','vBulletin Solutions',1358328031,'5.0.0 Beta 27'),(9804,-1,'stylevar_poll_result_percentage_background_name','style','Poll result percentage background','vbulletin','vBulletin Solutions',1358328031,'5.0.0 Beta 27'),(9805,-1,'stylevar_poll_result_vote_count_text_description','style','Controls the colour of the text displaying the vote count','vbulletin','vBulletin Solutions',1358328108,'5.0.0 Beta 27'),(9806,-1,'stylevar_poll_result_vote_count_text_name','style','Poll results vote count text','vbulletin','vBulletin Solutions',1358328108,'5.0.0 Beta 27'),(9807,-1,'stylevar_popup_background_description','style','Controls the background color and image for popups.','vbulletin','vBulletin Solutions',1357264283,'5.0.0 Beta 25'),(9808,-1,'stylevar_popup_background_name','style','Popup Background','vbulletin','vBulletin Solutions',1357264283,'5.0.0 Beta 25'),(9809,-1,'stylevar_popup_border_description','style','Controls the border width, style, and color for popups.','vbulletin','vBulletin Solutions',1357264314,'5.0.0 Beta 25'),(9810,-1,'stylevar_popup_border_name','style','Popup Border','vbulletin','vBulletin Solutions',1357264314,'5.0.0 Beta 25'),(9811,-1,'stylevar_popup_header_background_description','style','Controls the background color and image of popup headers.','vbulletin','vBulletin Solutions',1357263524,'5.0.0 Beta 25'),(9812,-1,'stylevar_popup_header_background_name','style','Popup Header Background','vbulletin','vBulletin Solutions',1357263524,'5.0.0 Beta 25'),(9813,-1,'stylevar_popup_header_text_color_description','style','Controls the text color of popup headers.','vbulletin','vBulletin Solutions',1357263590,'5.0.0 Beta 25'),(9814,-1,'stylevar_popup_header_text_color_name','style','Popup Header Text Color','vbulletin','vBulletin Solutions',1357263590,'5.0.0 Beta 25'),(9815,-1,'stylevar_popup_overlay_background_description','style','Controls the background color and image for the overlay behind popups.','vbulletin','vBulletin Solutions',1357263995,'5.0.0 Beta 25'),(9816,-1,'stylevar_popup_overlay_background_name','style','Popup Overlay Background','vbulletin','vBulletin Solutions',1357263995,'5.0.0 Beta 25'),(9817,-1,'stylevar_post_border_description','style','Controls the border width, style, and color for the content area of posts.','vbulletin','vBulletin Solutions',1357679511,'5.0.0 Beta 26'),(9818,-1,'stylevar_post_border_name','style','Post Border','vbulletin','vBulletin Solutions',1357679511,'5.0.0 Beta 26'),(9819,-1,'stylevar_post_controls_votes_border_description','style','Controls the border width, style, and color for votes in the post controls area.','vbulletin','vBulletin Solutions',1357679599,'5.0.0 Beta 26'),(9820,-1,'stylevar_post_controls_votes_border_name','style','Post Controls Votes Border','vbulletin','vBulletin Solutions',1357679599,'5.0.0 Beta 26'),(9821,-1,'stylevar_post_deleted_border_description','style','Controls the border width, style, and color for the deleted message that shows for deleted posts.','vbulletin','vBulletin Solutions',1357679636,'5.0.0 Beta 26'),(9822,-1,'stylevar_post_deleted_border_name','style','Post Deleted Border','vbulletin','vBulletin Solutions',1357679636,'5.0.0 Beta 26'),(9823,-1,'stylevar_postbit_background_description','style','Controls the background color and image for the user information area of posts.','vbulletin','vBulletin Solutions',1357679677,'5.0.0 Beta 26'),(9824,-1,'stylevar_postbit_background_name','style','Postbit Background','vbulletin','vBulletin Solutions',1357679677,'5.0.0 Beta 26'),(9825,-1,'stylevar_postbit_deleted_background_description','style','','vbulletin','',1260047108,'4.0.0 Release Candidate 2'),(9826,-1,'stylevar_postbit_deleted_background_name','style','','vbulletin','',1260047108,'4.0.0 Release Candidate 2'),(9827,-1,'stylevar_postbit_unapproved_background_description','style','The background color to show for unapproved posts','vbulletin','vBulletin Solutions',1371234739,'5.0.4 Alpha 2'),(9828,-1,'stylevar_postbit_unapproved_background_name','style','Postbit Unapproved Background','vbulletin','vBulletin Solutions',1371234739,'5.0.4 Alpha 2'),(9829,-1,'stylevar_primary_module_background_description','style','Controls the background color and image for the primary modules.','vbulletin','vBulletin Solutions',1357280641,'5.0.0 Beta 25'),(9830,-1,'stylevar_primary_module_background_name','style','Primary Module Background','vbulletin','vBulletin Solutions',1357280641,'5.0.0 Beta 25'),(9831,-1,'stylevar_primary_module_border_description','style','Controls the border width, style, and color for the primary module.','vbulletin','vBulletin Solutions',1358025494,'5.0.0 Beta 27'),(9832,-1,'stylevar_primary_module_border_name','style','Primary Module Border','vbulletin','vBulletin Solutions',1358025494,'5.0.0 Beta 27'),(9833,-1,'stylevar_primary_module_header_background_description','style','Controls the background color and image for primary module headers.','vbulletin','vBulletin Solutions',1357280697,'5.0.0 Beta 25'),(9834,-1,'stylevar_primary_module_header_background_name','style','Primary Module Header Background','vbulletin','vBulletin Solutions',1357280697,'5.0.0 Beta 25'),(9835,-1,'stylevar_primary_module_header_text_color_description','style','Controls the text color for primary module headers.','vbulletin','vBulletin Solutions',1357281993,'5.0.0 Beta 25'),(9836,-1,'stylevar_primary_module_header_text_color_name','style','Primary Module Header Text Color','vbulletin','vBulletin Solutions',1357281993,'5.0.0 Beta 25'),(9837,-1,'stylevar_primary_module_subheader_background_description','style','Controls the background color and image for primary module subheaders.','vbulletin','vBulletin Solutions',1359094815,'5.0.0 Beta 28'),(9838,-1,'stylevar_primary_module_subheader_background_name','style','Primary Module Subheader Background','vbulletin','vBulletin Solutions',1359094815,'5.0.0 Beta 28'),(9839,-1,'stylevar_primary_module_subheader_border_description','style','Controls the border width, style, and color for primary module subheaders.','vbulletin','vBulletin Solutions',1359095289,'5.0.0 Beta 28'),(9840,-1,'stylevar_primary_module_subheader_border_name','style','Primary Module Subheader Border','vbulletin','vBulletin Solutions',1359095289,'5.0.0 Beta 28'),(9841,-1,'stylevar_primary_module_subheader_text_color_description','style','Controls the text color for primary module subheaders.','vbulletin','vBulletin Solutions',1359094880,'5.0.0 Beta 28'),(9842,-1,'stylevar_primary_module_subheader_text_color_name','style','Primary Module Subheader Text Color','vbulletin','vBulletin Solutions',1359094880,'5.0.0 Beta 28'),(9843,-1,'stylevar_profcustom_navbar_background_active_description','style','','vbulletin','vBulletin Solutions',1358191133,'5.0.0 Beta 27'),(9844,-1,'stylevar_profcustom_navbar_background_active_name','style','','vbulletin','vBulletin Solutions',1358191133,'5.0.0 Beta 27'),(9845,-1,'stylevar_profcustom_navbar_background_description','style','','vbulletin','vBulletin Solutions',1358191412,'5.0.0 Beta 27'),(9846,-1,'stylevar_profcustom_navbar_background_name','style','','vbulletin','vBulletin Solutions',1358191412,'5.0.0 Beta 27'),(9847,-1,'stylevar_profcustom_navbar_border_active_description','style','','vbulletin','vBulletin Solutions',1358204921,'5.0.0 Beta 27'),(9848,-1,'stylevar_profcustom_navbar_border_active_name','style','','vbulletin','vBulletin Solutions',1358204921,'5.0.0 Beta 27'),(9849,-1,'stylevar_profcustom_navbar_border_description','style','','vbulletin','vBulletin Solutions',1358204831,'5.0.0 Beta 27'),(9850,-1,'stylevar_profcustom_navbar_border_name','style','','vbulletin','vBulletin Solutions',1358204831,'5.0.0 Beta 27'),(9851,-1,'stylevar_profcustom_navbar_text_color_active_description','style','','vbulletin','vBulletin Solutions',1358203115,'5.0.0 Beta 27'),(9852,-1,'stylevar_profcustom_navbar_text_color_active_name','style','','vbulletin','vBulletin Solutions',1358203115,'5.0.0 Beta 27'),(9853,-1,'stylevar_profcustom_navbar_text_color_description','style','','vbulletin','vBulletin Solutions',1358203204,'5.0.0 Beta 27'),(9854,-1,'stylevar_profcustom_navbar_text_color_name','style','','vbulletin','vBulletin Solutions',1358203204,'5.0.0 Beta 27'),(9855,-1,'stylevar_profcustom_navbar_toolbar_text_color_description','style','','vbulletin','vBulletin Solutions',1358209136,'5.0.0 Beta 27'),(9856,-1,'stylevar_profcustom_navbar_toolbar_text_color_name','style','','vbulletin','vBulletin Solutions',1358209136,'5.0.0 Beta 27'),(9857,-1,'stylevar_profcustom_navbarbutton_background_description','style','','vbulletin','vBulletin Solutions',1357679809,'5.0.0 Beta 26'),(9858,-1,'stylevar_profcustom_navbarbutton_background_name','style','Profile Navbar Button Background','vbulletin','vBulletin Solutions',1357679809,'5.0.0 Beta 26'),(9859,-1,'stylevar_profcustom_navbarbutton_border_description','style','','vbulletin','',1338916529,'5.0.0 Alpha 26'),(9860,-1,'stylevar_profcustom_navbarbutton_border_name','style','Profile Navbar Button Border','vbulletin','',1338916529,'5.0.0 Alpha 26'),(9861,-1,'stylevar_profcustom_navbarbutton_color_description','style','','vbulletin','',1338916555,'5.0.0 Alpha 26'),(9862,-1,'stylevar_profcustom_navbarbutton_color_name','style','Profile Navbar Button Text Color','vbulletin','',1338916555,'5.0.0 Alpha 26'),(9863,-1,'stylevar_profcustom_navbarbuttonsecondary_background_description','style','','vbulletin','',1338916588,'5.0.0 Alpha 26'),(9864,-1,'stylevar_profcustom_navbarbuttonsecondary_background_name','style','Profile Navbar Secondary Button Background','vbulletin','',1338916588,'5.0.0 Alpha 26'),(9865,-1,'stylevar_profcustom_navbarbuttonsecondary_border_description','style','','vbulletin','',1338916612,'5.0.0 Alpha 26'),(9866,-1,'stylevar_profcustom_navbarbuttonsecondary_border_name','style','Profile Navbar Secondary Button Border','vbulletin','',1338916612,'5.0.0 Alpha 26'),(9867,-1,'stylevar_profcustom_navbarbuttonsecondary_color_description','style','','vbulletin','',1338916634,'5.0.0 Alpha 26'),(9868,-1,'stylevar_profcustom_navbarbuttonsecondary_color_name','style','Profile Navbar Secondary Button Text Color','vbulletin','',1338916634,'5.0.0 Alpha 26'),(9869,-1,'stylevar_profile_button_primary_background_description','style','Background for button in profile content area','vbulletin','',1337721523,'5.0.0 Alpha 25'),(9870,-1,'stylevar_profile_button_primary_background_name','style','Profile Button Primary Background','vbulletin','',1337721523,'5.0.0 Alpha 25'),(9871,-1,'stylevar_profile_button_secondary_background_description','style','Background for button in profile content area','vbulletin','',1337721567,'5.0.0 Alpha 25'),(9872,-1,'stylevar_profile_button_secondary_background_name','style','Profile Secondary Button Background','vbulletin','',1337721567,'5.0.0 Alpha 25'),(9873,-1,'stylevar_profile_content_background_description','style','','vbulletin','',1337640658,'5.0.0 Alpha 25'),(9874,-1,'stylevar_profile_content_background_name','style','Profile Content Background','vbulletin','',1337640658,'5.0.0 Alpha 25'),(9875,-1,'stylevar_profile_content_border_description','style','','vbulletin','',1337640728,'5.0.0 Alpha 25'),(9876,-1,'stylevar_profile_content_border_name','style','Profile Content Border Color','vbulletin','',1337640728,'5.0.0 Alpha 25'),(9877,-1,'stylevar_profile_content_linktext_description','style','','vbulletin','',1337640856,'5.0.0 Alpha 25'),(9878,-1,'stylevar_profile_content_linktext_name','style','Profile Content Link Text Color','vbulletin','',1337640856,'5.0.0 Alpha 25'),(9879,-1,'stylevar_profile_content_primarytext_description','style','','vbulletin','',1337640788,'5.0.0 Alpha 25'),(9880,-1,'stylevar_profile_content_primarytext_name','style','Profile Content Primary Text Color','vbulletin','',1337640788,'5.0.0 Alpha 25'),(9881,-1,'stylevar_profile_content_secondarytext_description','style','','vbulletin','',1337640820,'5.0.0 Alpha 25'),(9882,-1,'stylevar_profile_content_secondarytext_name','style','Profile Content Secondary Text Color','vbulletin','',1337640820,'5.0.0 Alpha 25'),(9883,-1,'stylevar_profile_section_border_description','style','','vbulletin','vBulletin Solutions',1356567793,'5.0.0 Beta 25'),(9884,-1,'stylevar_profile_section_border_name','style','Profile section border','vbulletin','vBulletin Solutions',1356567793,'5.0.0 Beta 25'),(9885,-1,'stylevar_profile_settings_tab_highlight_description','style','Controls the border width, style, and color for the tabs in the user settings.','vbulletin','vBulletin Solutions',1378992762,'5.0.6 Alpha 1'),(9886,-1,'stylevar_profile_settings_tab_highlight_name','style','User settings tab highlight','vbulletin','vBulletin Solutions',1378992762,'5.0.6 Alpha 1'),(9887,-1,'stylevar_profile_userpanel_font_description','style','Controls the font face, size, and style for the profile user panel.','vbulletin','vBulletin Solutions',1359403973,'5.0.0 Release Candidate 1'),(9888,-1,'stylevar_profile_userpanel_font_name','style','Profile Userpanel Font','vbulletin','vBulletin Solutions',1359403973,'5.0.0 Release Candidate 1'),(9889,-1,'stylevar_profile_userpanel_textcolor_description','style','','vbulletin','',1337640943,'5.0.0 Alpha 25'),(9890,-1,'stylevar_profile_userpanel_textcolor_name','style','Profile User Panel Text Color','vbulletin','',1337640943,'5.0.0 Alpha 25'),(9891,-1,'stylevar_profilesidebar_button_background_description','style','','vbulletin','',1337724889,'5.0.0 Alpha 25'),(9892,-1,'stylevar_profilesidebar_button_background_name','style','Profile Sidebar Button Background','vbulletin','',1337724889,'5.0.0 Alpha 25'),(9893,-1,'stylevar_profilesidebar_button_border_description','style','','vbulletin','vBulletin Solutions',1356568302,'5.0.0 Beta 25'),(9894,-1,'stylevar_profilesidebar_button_border_name','style','Profile Sidebar Button Border Color','vbulletin','vBulletin Solutions',1356568302,'5.0.0 Beta 25'),(9895,-1,'stylevar_profilesidebar_button_text_color_description','style','FFFFFF','vbulletin','',1337724845,'5.0.0 Alpha 25'),(9896,-1,'stylevar_profilesidebar_button_text_color_name','style','Profile Sidebar Button Text Color','vbulletin','',1337724845,'5.0.0 Alpha 25'),(9897,-1,'stylevar_profilesidebar_count_text_color_description','style','','vbulletin','',1337794233,'5.0.0 Alpha 25'),(9898,-1,'stylevar_profilesidebar_count_text_color_name','style','Profile Sidebar Count Text Color','vbulletin','',1337794233,'5.0.0 Alpha 25'),(9899,-1,'stylevar_side_nav_background_active_description','style','Controls the background color and image for the currently selected item in the sidebar navigation area.','vbulletin','vBulletin Solutions',1357850012,'5.0.0 Beta 27'),(9900,-1,'stylevar_side_nav_background_active_name','style','Side Nav Background Active','vbulletin','vBulletin Solutions',1357850012,'5.0.0 Beta 27'),(9901,-1,'stylevar_side_nav_background_description','style','Controls the background color and image for the sidebar navigation area.','vbulletin','vBulletin Solutions',1357849886,'5.0.0 Beta 27'),(9902,-1,'stylevar_side_nav_background_hover_description','style','Controls the background color and image for the sidebar navigation area when the mouse is over it.','vbulletin','vBulletin Solutions',1357849948,'5.0.0 Beta 27'),(9903,-1,'stylevar_side_nav_background_hover_name','style','Side Nav Background Hover','vbulletin','vBulletin Solutions',1357849948,'5.0.0 Beta 27'),(9904,-1,'stylevar_side_nav_background_name','style','Side Nav Background','vbulletin','vBulletin Solutions',1357849886,'5.0.0 Beta 27'),(9905,-1,'stylevar_side_nav_border_description','style','Controls the border width, style, and color for the sidebar navigation area.','vbulletin','vBulletin Solutions',1357849741,'5.0.0 Beta 27'),(9906,-1,'stylevar_side_nav_border_name','style','Side Nav Border','vbulletin','vBulletin Solutions',1357849741,'5.0.0 Beta 27'),(9907,-1,'stylevar_side_nav_item_border_bottom_description','style','Controls the border width, style, and color for the bottom of each sidebar navigation item.','vbulletin','vBulletin Solutions',1357850941,'5.0.0 Beta 27'),(9908,-1,'stylevar_side_nav_item_border_bottom_name','style','Side Nav Item Border Bottom','vbulletin','vBulletin Solutions',1357850941,'5.0.0 Beta 27'),(9909,-1,'stylevar_side_nav_item_border_top_description','style','Controls the border width, style, and color for the top of each sidebar navigation item.','vbulletin','vBulletin Solutions',1357850979,'5.0.0 Beta 27'),(9910,-1,'stylevar_side_nav_item_border_top_name','style','Side Nav Item Border Top','vbulletin','vBulletin Solutions',1357850979,'5.0.0 Beta 27'),(9911,-1,'stylevar_side_nav_text_color_active_description','style','Controls the text color for currently selected sidebar navigation items.','vbulletin','vBulletin Solutions',1357849563,'5.0.0 Beta 27'),(9912,-1,'stylevar_side_nav_text_color_active_name','style','Side Nav Text Color Active','vbulletin','vBulletin Solutions',1357849563,'5.0.0 Beta 27'),(9913,-1,'stylevar_side_nav_text_color_description','style','Controls the text color for sidebar navigation items.','vbulletin','vBulletin Solutions',1357849453,'5.0.0 Beta 27'),(9914,-1,'stylevar_side_nav_text_color_hover_description','style','Controls the text color for sidebar navigation items when the mouse is over them.','vbulletin','vBulletin Solutions',1357849621,'5.0.0 Beta 27'),(9915,-1,'stylevar_side_nav_text_color_hover_name','style','Side Nav Text Color Hover','vbulletin','vBulletin Solutions',1357849621,'5.0.0 Beta 27'),(9916,-1,'stylevar_side_nav_text_color_name','style','Side Nav Text Color','vbulletin','vBulletin Solutions',1357849453,'5.0.0 Beta 27'),(9917,-1,'stylevar_spacing_margin_l_description','style','Sets margin spacing for large margin helper css class.','vbulletin','vBulletin Solutions',1362774221,'5.0.2 Alpha 2'),(9918,-1,'stylevar_spacing_margin_l_name','style','Large Margin Helper','vbulletin','vBulletin Solutions',1362774221,'5.0.2 Alpha 2'),(9919,-1,'stylevar_spacing_margin_m_description','style','Sets margin spacing for medium margin helper css class.','vbulletin','vBulletin Solutions',1363120669,'5.0.2 Alpha 2'),(9920,-1,'stylevar_spacing_margin_m_name','style','Medium Margin Helper','vbulletin','vBulletin Solutions',1363120669,'5.0.2 Alpha 2'),(9921,-1,'stylevar_spacing_margin_s_description','style','Sets margin spacing for small margin helper css class.','vbulletin','vBulletin Solutions',1363120678,'5.0.2 Alpha 2'),(9922,-1,'stylevar_spacing_margin_s_name','style','Small Margin Helper','vbulletin','vBulletin Solutions',1363120678,'5.0.2 Alpha 2'),(9923,-1,'stylevar_spacing_margin_xl_description','style','Sets margin spacing for extra large margin helper css class.','vbulletin','vBulletin Solutions',1362774595,'5.0.2 Alpha 2'),(9924,-1,'stylevar_spacing_margin_xl_name','style','Extra Large Margin Helper','vbulletin','vBulletin Solutions',1362774595,'5.0.2 Alpha 2'),(9925,-1,'stylevar_spacing_margin_xs_description','style','Sets margin spacing for extra small margin helper css class.','vbulletin','vBulletin Solutions',1363120720,'5.0.2 Alpha 2'),(9926,-1,'stylevar_spacing_margin_xs_name','style','Extra Small Margin Helper','vbulletin','vBulletin Solutions',1363120720,'5.0.2 Alpha 2'),(9927,-1,'stylevar_spacing_margin_xxl_description','style','Sets margin spacing for extra extra large margin helper css class.','vbulletin','vBulletin Solutions',1363996559,'5.0.2 Alpha 2'),(9928,-1,'stylevar_spacing_margin_xxl_name','style','XXL Margin Helper','vbulletin','vBulletin Solutions',1363996559,'5.0.2 Alpha 2'),(9929,-1,'stylevar_spacing_padding_l_description','style','Sets padding spacing for large padding helper css class.','vbulletin','vBulletin Solutions',1362774895,'5.0.2 Alpha 2'),(9930,-1,'stylevar_spacing_padding_l_name','style','Large Padding Helper','vbulletin','vBulletin Solutions',1362774895,'5.0.2 Alpha 2'),(9931,-1,'stylevar_spacing_padding_m_description','style','Sets padding spacing for medium padding helper css class.','vbulletin','vBulletin Solutions',1363120811,'5.0.2 Alpha 2'),(9932,-1,'stylevar_spacing_padding_m_name','style','Medium Padding Helper','vbulletin','vBulletin Solutions',1363120811,'5.0.2 Alpha 2'),(9933,-1,'stylevar_spacing_padding_s_description','style','Sets padding spacing for small padding helper css class.','vbulletin','vBulletin Solutions',1363120852,'5.0.2 Alpha 2'),(9934,-1,'stylevar_spacing_padding_s_name','style','Small Padding Helper','vbulletin','vBulletin Solutions',1363120852,'5.0.2 Alpha 2'),(9935,-1,'stylevar_spacing_padding_xl_description','style','Sets padding spacing for extra large padding helper css class.','vbulletin','vBulletin Solutions',1362775299,'5.0.2 Alpha 2'),(9936,-1,'stylevar_spacing_padding_xl_name','style','Extra Large Padding Helper','vbulletin','vBulletin Solutions',1362775299,'5.0.2 Alpha 2'),(9937,-1,'stylevar_spacing_padding_xs_description','style','Sets padding spacing for extra small padding helper css class.','vbulletin','vBulletin Solutions',1363120897,'5.0.2 Alpha 2'),(9938,-1,'stylevar_spacing_padding_xs_name','style','Extra Small Padding Helper','vbulletin','vBulletin Solutions',1363120897,'5.0.2 Alpha 2'),(9939,-1,'stylevar_spacing_padding_xxl_description','style','Sets padding spacing for extra extra large padding helper css class.','vbulletin','vBulletin Solutions',1363996687,'5.0.2 Alpha 2'),(9940,-1,'stylevar_spacing_padding_xxl_name','style','XXL Padding Helper','vbulletin','vBulletin Solutions',1363996687,'5.0.2 Alpha 2'),(9941,-1,'stylevar_sticky_topic_background_color_description','style','Controls the background color of sticky topics','vbulletin','vBulletin Solutions',1379491124,'5.1.0 Alpha 1'),(9942,-1,'stylevar_sticky_topic_background_color_name','style','Sticky topic background color','vbulletin','vBulletin Solutions',1379491124,'5.1.0 Alpha 1'),(9943,-1,'stylevar_thread_view_avatar_border_description','style','Controls the border width, style, and color for avatars in thread view.','vbulletin','vBulletin Solutions',1357679735,'5.0.0 Beta 26'),(9944,-1,'stylevar_thread_view_avatar_border_name','style','Thread View Avatar Border','vbulletin','vBulletin Solutions',1357679735,'5.0.0 Beta 26'),(9945,-1,'stylevar_titleimage_description','style','This is your logo or title image. Set to the path of the logo you want to use.','vbulletin','',1258570689,'4.0.0 Beta 4'),(9946,-1,'stylevar_titleimage_name','style','Title Image','vbulletin','',1258570689,'4.0.0 Beta 4'),(9947,-1,'stylevar_toolbar_background_description','style','Controls the background color and image for toolbars.','vbulletin','vBulletin Solutions',1358371353,'5.0.0 Beta 27'),(9948,-1,'stylevar_toolbar_background_name','style','Toolbar Background','vbulletin','vBulletin Solutions',1358371353,'5.0.0 Beta 27'),(9949,-1,'stylevar_toolbar_border_description','style','Controls the border width, style, and color for toolbars.','vbulletin','vBulletin Solutions',1357678134,'5.0.0 Beta 27'),(9950,-1,'stylevar_toolbar_border_name','style','Toolbar Border','vbulletin','vBulletin Solutions',1357678134,'5.0.0 Beta 27'),(9951,-1,'stylevar_toolbar_button_border_description','style','Controls the border width, style, and color for the buttons in toolbars.','vbulletin','vBulletin Solutions',1359089286,'5.0.0 Beta 28'),(9952,-1,'stylevar_toolbar_button_border_name','style','Toolbar Button Border','vbulletin','vBulletin Solutions',1359089286,'5.0.0 Beta 28'),(9953,-1,'stylevar_toolbar_dropdown_background_gradient_end_description','style','Controls the gradient end background color in toolbar dropdown menus.','vbulletin','vBulletin Solutions',1359092049,'5.0.0 Beta 28'),(9954,-1,'stylevar_toolbar_dropdown_background_gradient_end_name','style','Toolbar Dropdown Background Gradient End','vbulletin','vBulletin Solutions',1359092049,'5.0.0 Beta 28'),(9955,-1,'stylevar_toolbar_dropdown_background_gradient_start_description','style','Controls the gradient start background color in toolbar dropdown menus.','vbulletin','vBulletin Solutions',1359092345,'5.0.0 Beta 28'),(9956,-1,'stylevar_toolbar_dropdown_background_gradient_start_name','style','Toolbar Dropdown Background Gradient Start','vbulletin','vBulletin Solutions',1359092345,'5.0.0 Beta 28'),(9957,-1,'stylevar_toolbar_dropdown_border_description','style','Controls the border width, style, and color for the dropdown menus in toolbars.','vbulletin','vBulletin Solutions',1359092573,'5.0.0 Beta 28'),(9958,-1,'stylevar_toolbar_dropdown_border_name','style','Toolbar Dropdown Border','vbulletin','vBulletin Solutions',1359092573,'5.0.0 Beta 28'),(9959,-1,'stylevar_toolbar_dropdown_divider_color_description','style','Controls the divider color in the dropdown menus in toolbars.','vbulletin','vBulletin Solutions',1359092810,'5.0.0 Beta 28'),(9960,-1,'stylevar_toolbar_dropdown_divider_color_name','style','Toolbar Dropdown Divider Color','vbulletin','vBulletin Solutions',1359092810,'5.0.0 Beta 28'),(9961,-1,'stylevar_toolbar_dropdown_text_color_active_description','style','Controls the text color for text in currently selected menu items in toolbars.','vbulletin','vBulletin Solutions',1359093204,'5.0.0 Beta 28'),(9962,-1,'stylevar_toolbar_dropdown_text_color_active_name','style','Toolbar Dropdown Text Color Active','vbulletin','vBulletin Solutions',1359093204,'5.0.0 Beta 28'),(9963,-1,'stylevar_toolbar_dropdown_text_color_description','style','Controls the text color for the dropdown menus in toolbars.','vbulletin','vBulletin Solutions',1359093027,'5.0.0 Beta 28'),(9964,-1,'stylevar_toolbar_dropdown_text_color_name','style','Toolbar Dropdown Text Color','vbulletin','vBulletin Solutions',1359093027,'5.0.0 Beta 28'),(9965,-1,'stylevar_toolbar_form_field_background_description','style','Controls the background color and image for the form fields in toolbars.','vbulletin','vBulletin Solutions',1359090104,'5.0.0 Beta 28'),(9966,-1,'stylevar_toolbar_form_field_background_name','style','Toolbar Form Field Background','vbulletin','vBulletin Solutions',1359090104,'5.0.0 Beta 28'),(9967,-1,'stylevar_toolbar_form_field_border_description','style','Controls the border width, style, and color for the form fields in toolbars.','vbulletin','vBulletin Solutions',1359090388,'5.0.0 Beta 28'),(9968,-1,'stylevar_toolbar_form_field_border_name','style','Toolbar Form Field Border','vbulletin','vBulletin Solutions',1359090388,'5.0.0 Beta 28'),(9969,-1,'stylevar_toolbar_form_field_placeholder_text_color_description','style','Controls the text color for the placeholder text in the form fields in toolbars.','vbulletin','vBulletin Solutions',1359090584,'5.0.0 Beta 28'),(9970,-1,'stylevar_toolbar_form_field_placeholder_text_color_name','style','Toolbar Form Field Placeholder Text Color','vbulletin','vBulletin Solutions',1359090584,'5.0.0 Beta 28'),(9971,-1,'stylevar_toolbar_text_color_description','style','Controls the text color for text in toolbars.','vbulletin','vBulletin Solutions',1359091768,'5.0.0 Beta 28'),(9972,-1,'stylevar_toolbar_text_color_name','style','Toolbar Text Color','vbulletin','vBulletin Solutions',1359091768,'5.0.0 Beta 28'),(9973,-1,'stylevar_tooltip_signature_background_description','style','Controls the background of the signature tooltip','vbulletin','vBulletin Solutions',1358328660,'5.0.0 Beta 27'),(9974,-1,'stylevar_tooltip_signature_background_name','style','Tooltip signature background','vbulletin','vBulletin Solutions',1358328660,'5.0.0 Beta 27'),(9975,-1,'stylevar_tooltip_signature_border_description','style','Controls the border width, style, and color for signature tooltips.','vbulletin','vBulletin Solutions',1359254404,'5.0.0 Release Candidate 1'),(9976,-1,'stylevar_tooltip_signature_border_name','style','Tooltip Signature Border','vbulletin','vBulletin Solutions',1359254404,'5.0.0 Release Candidate 1'),(9977,-1,'stylevar_topic_title_color_description','style','','vbulletin','',1341355532,'5.0.0 Alpha 29'),(9978,-1,'stylevar_topic_title_color_name','style','Topic Title Color','vbulletin','',1341355532,'5.0.0 Alpha 29'),(9979,-1,'stylevar_wrapper_background_description','style','Controls the background color and image for the content wrapper (everything between the header and the footer).','vbulletin','vBulletin Solutions',1357279060,'5.0.0 Beta 25'),(9980,-1,'stylevar_wrapper_background_name','style','Wrapper Background','vbulletin','vBulletin Solutions',1357279060,'5.0.0 Beta 25'),(9981,-1,'stylevareditor','style','Style Variable Editor','vbulletin','vBulletin Solutions',1238150496,'4.0.0 Alpha 1'),(9982,-1,'stylevarid','style','StyleVar ID','vbulletin','vBulletin Solutions',1238150519,'4.0.0 Alpha 1'),(9983,-1,'sub_1','style','Sub 1','vbulletin','',1275685802,'4.0.4'),(9984,-1,'sub_2','style','Sub 2','vbulletin','',1275685828,'4.0.4'),(9985,-1,'sub_3','style','Sub 3','vbulletin','',1275685878,'4.0.4'),(9986,-1,'sure_dismiss_x_merge_notifications','style','Are you sure you want to dismiss the {1} selected template merge notification(s)?','vbulletin','vBulletin Solutions',1233674403,'4.0.0 Alpha 1'),(9987,-1,'template_conflict_x_y','style','Conflict when merging template: {1} (style: {2})','vbulletin','vBulletin Solutions',1223032880,'4.0.0 Alpha 1'),(9988,-1,'template_contains_unsafe_function','style','The template contains a conditional expression using a function not defined as safe.','vbulletin','vBulletin Solutions',1358542914,'5.0.0 Beta 27'),(9989,-1,'template_current_version_merge_here','style','<b>Current version of the template — Merge your changes here</b>','vbulletin','',1264692868,'4.0.3'),(9990,-1,'template_eval_error','style','The following error occurred when attempting to evaluate this template:<br /><i>{1}</i><br />This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.','vbulletin','',0,''),(9991,-1,'template_group_x','style','Template Group: {1}','vbulletin','',1259103655,'4.0.0 Release Candidate 1'),(9992,-1,'template_is_customized_in_this_style','style','Template is Customized in this Style','vbulletin','',0,''),(9993,-1,'template_is_inherited_from_a_parent_style','style','Template is Inherited From a Parent Style','vbulletin','',0,''),(9994,-1,'template_is_unchanged_from_the_default_style','style','Template is Unchanged From the Default Style','vbulletin','',0,''),(9995,-1,'template_last_edited_js','style','Last edited {1} {2} {3} at {4}:{5} by {6}','vbulletin','',0,''),(9996,-1,'template_merged_x_y','style','Merged template successfully: {1} (style: {2})','vbulletin','vBulletin Solutions',1223032890,'4.0.0 Alpha 1'),(9997,-1,'template_options','style','Template Options','vbulletin','',0,''),(9998,-1,'template_was_changed','style','This template was changed by someone else while you were editing it. <b class=\"modlasttendays\">Your changes have not been saved.</b> Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved.','vbulletin','',1264692789,'4.0.3'),(9999,-1,'template_was_changed_again','style','<b class=\"modlasttendays\">Edit Conflict Again:</b> While submitting your merged version of the template, there was an edit conflict again. Please repeat the process below. The top editor has been updated to the latest version of the template, and the bottom editor contains the version you just submitted.','vbulletin','',1264692769,'4.0.3'),(10000,-1,'template_x_exists_error','style','A template named <em>{1}</em> already exists.<br />\r\n<br />\r\nIf you click \'Save\' the existing template will be overwritten.','vbulletin','',0,''),(10001,-1,'template_your_version_merge_from_here','style','Your version of the template — Merge your changes from here to the editor above. Upon saving, only what is in the editor above will be saved.','vbulletin','',1264694075,'4.0.3'),(10002,-1,'temporary_template_table_created','style','Temporary Template Table Created','vbulletin','',0,''),(10003,-1,'temporary_template_table_populated_with_x_templates','style','Temporary Template Table Populated with {1} Templates','vbulletin','',0,''),(10004,-1,'temporary_template_table_renamed','style','Temporary Template Table Renamed','vbulletin','',0,''),(10005,-1,'test_replace_only','style','Test Replacement Only <dfn>(This will show you the results of doing this find/replace, without actually updating the templates)</dfn>','vbulletin','',0,''),(10006,-1,'text_added_in_new_version','style','Text added in new version','vbulletin','',0,''),(10007,-1,'text_changed_between_versions','style','Text changed between versions','vbulletin','',0,''),(10008,-1,'text_decoration','style','Text Decoration','vbulletin','',0,''),(10009,-1,'text_in_new_version','style','Text in New Version','vbulletin','',1220877228,'3.8.0 Alpha 1'),(10010,-1,'text_in_old_version','style','Text in Old Version','vbulletin','',1220877207,'3.8.0 Alpha 1'),(10011,-1,'text_removed_from_old_version','style','Text removed from old version','vbulletin','',0,''),(10012,-1,'text_surrounding_changes','style','Text Surrounding Changes','vbulletin','',1220877259,'3.8.0 Alpha 1'),(10013,-1,'this_item_is_customized_in_the_parent_style_called_x','style','This item is customized in the parent style called\\n\\n\'{1}\'.','vbulletin','',0,''),(10014,-1,'this_template_has_been_customized_in_a_parent_style','style','This template has been customized within the {1} style, (a parent set of the {2} style).<br /><br />You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the {1} style.<br /><br />If you would like to edit the {3} template within the {1} parent style, <a href=\"{4}\">Click Here</a>.','vbulletin','',0,''),(10015,-1,'this_template_has_been_customized_in_this_style','style','This template has been customized in the current style.<br /><br />Double-click the template name or click the \'Edit\' button to modify the template.<br /><br />You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.','vbulletin','',0,''),(10016,-1,'this_template_has_not_been_customized','style','This template has not been customized in this style or any of its parent styles.<br /><br />Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.','vbulletin','',0,''),(10017,-1,'title_for_uploaded_style','style','Title for Uploaded Style <dfn>(Leave blank to use the style title specified in the style file)</dfn>','vbulletin','',0,''),(10018,-1,'title_generated_style','style','Title for generated style','vbulletin','',1273789702,'4.0.4'),(10019,-1,'title_generated_style_desc','style','The title of your new style.','vbulletin','',1276100057,'4.0.4'),(10020,-1,'top_gstyle','style','Top','vbulletin','vBulletin Solutions',1238150545,'5.0.0 Alpha 8'),(10021,-1,'type_gstyle','style','Type','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10022,-1,'underline_gstyle','style','Underline','vbulletin','vBulletin Solutions',1238150559,'5.0.0 Alpha 8'),(10023,-1,'undo_gstyle','style','Undo','vbulletin','',1264694056,'5.0.0 Alpha 8'),(10024,-1,'ungrouped_templates_x','style','Ungrouped Templates {1}','vbulletin','vBulletin Solutions',1286841705,'4.1.0 Beta 1'),(10025,-1,'units','style','Units','vbulletin','vBulletin Solutions',1238150580,'4.0.0 Alpha 1'),(10026,-1,'unknown','style','Unknown','vbulletin','',0,''),(10027,-1,'unsaved_data_may_be_lost','style','There is unsaved data on the page and it may be lost.','vbulletin','vBulletin Solutions',1215700380,'3.8.0 Alpha 1'),(10028,-1,'updated_default_templates','style','Updated Default Templates','vbulletin','',0,''),(10029,-1,'updated_default_templates_desc','style','The templates shown on this page have been updated in the default template set since you customized them.<br />\r\n<br />\r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin {1}. <strong>If you do not do this, some sections of vBulletin may not function!</strong> Please see the release announcements at the <a href=\"http://www.vbulletin.com/forum/\">vBulletin.com Forums</a> for more information.','vbulletin','',0,''),(10030,-1,'updating_style_information_for_each_style','style','Updating style information for each style...','vbulletin','',0,''),(10031,-1,'updating_style_information_for_x','style','Updating Style Information for \'{1}\' and child styles...','vbulletin','',0,''),(10032,-1,'updating_styles_with_no_parents','style','Updating style sets with no parent information','vbulletin','',0,''),(10033,-1,'updating_template_ids','style','Updating Template IDs','vbulletin','',0,''),(10034,-1,'url_gstyle','style','URL','vbulletin','vBulletin Solutions',1238150608,'5.0.0 Alpha 8'),(10035,-1,'usage_in_expression','style','Usage in Expression','vbulletin','',0,''),(10036,-1,'use_regular_expressions','style','Use Regular Expressions <dfn>(see notes below)</dfn>','vbulletin','',0,''),(10037,-1,'use_same_padding_margin','style','Use the \'top\' value for all sides','vbulletin','',1245969750,'4.0.0 Alpha 1'),(10038,-1,'user_selection','style','User Selection','vbulletin','',1276104611,'4.0.4'),(10039,-1,'user_selection_desc','style','Whether to display this style to users.','vbulletin','',1276104647,'4.0.4'),(10040,-1,'validation_re_optional','style','Optional, may cause problem if conflict with data type fundamental.','vbulletin','',1246025156,'4.0.0 Alpha 1'),(10041,-1,'validation_regular_expression','style','Validation Regular Expression','vbulletin','vBulletin Solutions',1238150624,'4.0.0 Alpha 1'),(10042,-1,'version_gstyle','style','Version','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10043,-1,'view_comparison_your_version_current_version','style','View Comparison of your Version and Current Version','vbulletin','',1264692850,'4.0.3'),(10044,-1,'view_highlighted_changes','style','View Highlighted Changes','vbulletin','vBulletin Solutions',1233242432,'4.0.0 Alpha 1'),(10045,-1,'view_history_gstyle','style','View History','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10046,-1,'view_inline','style','View Inline','vbulletin','',1220452580,'3.8.0 Alpha 1'),(10047,-1,'view_original','style','View Original','vbulletin','',0,''),(10048,-1,'view_pre_merge_version','style','View Unmerged Version','vbulletin','',1251933262,'4.0.0 Alpha 3'),(10049,-1,'view_quickref_gstyle','style','View QuickRef','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10050,-1,'view_side_by_side','style','View Side by Side','vbulletin','',1220452615,'3.8.0 Alpha 1'),(10051,-1,'view_your_forum_using_this_style','style','View Your Forum Using this Style','vbulletin','',0,''),(10052,-1,'viewing_version_of_x','style','Viewing Version of <span class=\"normal\">{1}</span>','vbulletin','',0,''),(10053,-1,'white','style','White','vbulletin','',1264694056,'4.0.4'),(10054,-1,'white_style','style','White Style','vbulletin','',1274285115,'4.0.4'),(10055,-1,'white_style_desc','style','This style is representative of the default style with minor color variations.','vbulletin','',1274285133,'4.0.4'),(10056,-1,'width','style','Width','vbulletin','vBulletin Solutions',1238150632,'4.0.0 Alpha 1'),(10057,-1,'wrap_text','style','Wrap Text','vbulletin','',0,''),(10058,-1,'x_templates','style','{1} Templates','vbulletin','',0,''),(10059,-1,'your_customized_template','style','Your Customized Template','vbulletin','vBulletin Solutions',1233238059,'4.0.0 Alpha 1'),(10060,-1,'your_customized_value','style','Your Customized Value','vbulletin','vBulletin Solutions',1233237907,'4.0.0 Alpha 1'),(10061,-1,'your_version_of_template','style','Your Version of the Template','vbulletin','',1264694056,'4.0.3'),(10062,-1,'2checkout_order_instructions','subscription','To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10063,-1,'active_gsubscription','subscription','Active','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10064,-1,'add_more_prices','subscription','Add more prices','vbulletin','vBulletin Solutions',1360066286,'5.0.1 Alpha 2'),(10065,-1,'add_new_paymentapi','subscription','Add New Payment API','vbulletin','',0,''),(10066,-1,'add_new_subscription_gsubscription','subscription','Add New Subscription','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10067,-1,'add_user','subscription','Add User','vbulletin','',0,''),(10068,-1,'all_currency','subscription','All Currency','vbulletin','vBulletin Solutions',1146977622,'3.6.0 Beta 1'),(10069,-1,'all_processors','subscription','All Processors','vbulletin','vBulletin Solutions',1146977612,'3.6.0 Beta 1'),(10070,-1,'all_subscriptions','subscription','All Subscriptions','vbulletin','vBulletin Solutions',1153747100,'3.6.0 Release Candidate 3'),(10071,-1,'all_types_gsubscription','subscription','All Types','vbulletin','vBulletin Solutions',1147109240,'5.0.0 Alpha 8'),(10072,-1,'allowed_can_access_subscription','subscription','Allowed: Usergroup can access this subscription','vbulletin','vBulletin Solutions',1146674853,'3.6.0 Beta 1'),(10073,-1,'amount_gsubscription','subscription','Amount','vbulletin','vBulletin Solutions',1146872078,'5.0.0 Alpha 8'),(10074,-1,'are_you_sure_want_to_delete_paymentapi_x','subscription','Are you <b>sure</b> you want to delete the Payment API called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(10075,-1,'are_you_sure_want_to_delete_subscription_x','subscription','Are you <b>sure</b> you want to delete the subscription called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action cannot be undone.','vbulletin','vBulletin Solutions',1173955882,'3.6.6'),(10076,-1,'aus_dollars','subscription','Australian Dollars','vbulletin','',0,''),(10077,-1,'authorizenet_order_instructions','subscription','To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10078,-1,'available_subscriptions','subscription','Available Subscriptions','vbulletin','',0,''),(10079,-1,'cad_dollars','subscription','Canadian Dollars','vbulletin','',0,''),(10080,-1,'can_use_subscription','subscription','Can Use Subscription','vbulletin','vBulletin Solutions',1146675379,'3.6.0 Beta 1'),(10081,-1,'ccbill_order_instructions','subscription','To pay for your subscription via CCBill click the button below and follow the onscreen instructions.','vbulletin','vBulletin Solutions',1146781462,'3.6.0 Beta 1'),(10082,-1,'ccbill_subid','subscription','CCBill SubID','vbulletin','vBulletin Solutions',1146862912,'3.6.0 Beta 1'),(10083,-1,'charge','subscription','Charge','vbulletin','vBulletin Solutions',1146872154,'3.6.0 Beta 1'),(10084,-1,'classname','subscription','Classname','vbulletin','',0,''),(10085,-1,'clickbank_order_instructions','subscription','To pay for your subscription using <a href=\"http://www.clickbank.com\" target=\"_blank\">ClickBank</a> click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10086,-1,'cost','subscription','Cost','vbulletin','',0,''),(10087,-1,'currency','subscription','Currency','vbulletin','vBulletin Solutions',1146977645,'3.6.0 Beta 1'),(10088,-1,'current_subscriptions','subscription','Current Subscriptions','vbulletin','vBulletin Solutions',1360312056,'5.0.1 Alpha 2'),(10089,-1,'denied_can_not_access_subscription','subscription','Denied: Usergroup cannot access this subscription','vbulletin','vBulletin Solutions',1146674871,'3.6.0 Beta 1'),(10090,-1,'display_subscription_during_registration','subscription','Display during registration','vbulletin','vBulletin Solutions',1366187386,'5.0.3 Alpha 2'),(10091,-1,'doing_this_will_remove_additional_access_subscription','subscription','Doing this will remove any additional access given to users who purchased this subscription!','vbulletin','vBulletin Solutions',1204200659,'3.7.0 Beta 6'),(10092,-1,'duration','subscription','Duration','vbulletin','',0,''),(10093,-1,'edit_subscription_for_x','subscription','Edit Subscription for {1}','vbulletin','',0,''),(10094,-1,'edit_usergroup_permissions_for_usergroup_x_in_subscription_y','subscription','Edit Subscription Permissions For Usergroup: </b>{1}<b> in Subscription </b>{2}<b>','vbulletin','vBulletin Solutions',1146674753,'3.6.0 Beta 1'),(10095,-1,'end_subscription','subscription','End Subscription','vbulletin','vBulletin Solutions',1360906264,'5.0.1 Alpha 2'),(10096,-1,'end_subscription_confirm','subscription','You are about to end your paid subscription. Your subscription will end right away and you won\'t get charged again if your subscription is recurring.','vbulletin','vBulletin Solutions',1368199896,'5.0.3 Alpha 3'),(10097,-1,'euros','subscription','Euros','vbulletin','',0,''),(10098,-1,'expiry_date','subscription','Expiry Date','vbulletin','',0,''),(10099,-1,'failure','subscription','Failure','vbulletin','vBulletin Solutions',1147202432,'3.6.0 Beta 1'),(10100,-1,'google_order_instructions','subscription','To pay for your subscription via Google Checkout click the button below and follow the onscreen instructions.','vbulletin','vBulletin Solutions',1361486617,'5.0.2 Beta 1'),(10101,-1,'here_you_can_select_which_forums_the_user','subscription','Here you can select which forums the user will be able to access once subscribed.<br /><br />Selecting \"yes\" will allow this user access to the forum.<br /><br />Selecting \"default\" will use default permissions settings for their usergroup.<br /><br />(Please note that the permission inheritance system still works here)<br /><br />(Ensure that you have access masks enabled before attempting to use these!)','vbulletin','',0,''),(10102,-1,'length_x_units_y_recurring_z','subscription','{1} {2}{3}','vbulletin','',0,''),(10103,-1,'moneybookers_order_instructions','subscription','To pay for your subscription using <a href=\"http://www.moneybookers.com\" target=\"_blank\">MoneyBookers</a> click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10104,-1,'new_pricing','subscription','New Pricing','vbulletin','vBulletin Solutions',1360054982,'5.0.1 Alpha 2'),(10105,-1,'new_subscriptions','subscription','New Subscriptions','vbulletin','vBulletin Solutions',1360312076,'5.0.1 Alpha 2'),(10106,-1,'no_change','subscription','No Change','vbulletin','',0,''),(10107,-1,'no_subscribed_discussions_to_display_gsubscription','subscription','There are no subscribed discussions for this time period.','vbulletin','',1213872807,'5.0.0 Alpha 8'),(10108,-1,'nochex_order_instructions','subscription','To pay for your subscription using <a href=\"http://www.nochex.com\" target=\"_blank\">NOCHEX</a> click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10109,-1,'order_using_x','subscription','Order Using {1}','vbulletin','',0,''),(10110,-1,'payment_api_manager','subscription','Payment API Manager','vbulletin','',0,''),(10111,-1,'paymentapi','subscription','Payment API','vbulletin','',0,''),(10112,-1,'paymentmenthod_desc','subscription','To pay your subscription, please select your preferred payment method below and you will be sent to the\r\npayment page after complete the registration.','vbulletin','vBulletin Solutions',1360322515,'5.0.1 Alpha 2'),(10113,-1,'paypal_order_instructions','subscription','To pay for your subscription using <a href=\"http://www.paypal.com\" target=\"_blank\">PayPal</a> click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10114,-1,'please_select_a_payment_method','subscription','Please select a payment method.','vbulletin','vBulletin Solutions',1360653256,'5.0.1 Alpha 2'),(10115,-1,'pounds_sterling','subscription','Pounds Sterling','vbulletin','',0,''),(10116,-1,'price','subscription','Price','vbulletin','vBulletin Solutions',1360058433,'5.0.1 Alpha 2'),(10117,-1,'pricing','subscription','Pricing','vbulletin','vBulletin Solutions',1360054881,'5.0.1 Alpha 2'),(10118,-1,'processor','subscription','Processor','vbulletin','vBulletin Solutions',1146871999,'3.6.0 Beta 1'),(10119,-1,'purchase_subscription','subscription','Purchase Subscription','vbulletin','vBulletin Solutions',1366104663,'5.0.3 Alpha 2'),(10120,-1,'recurring','subscription','Recurring','vbulletin','',0,''),(10121,-1,'remove_subscription','subscription','Remove Subscription','vbulletin','vBulletin Solutions',1360322433,'5.0.1 Alpha 2'),(10122,-1,'reversal','subscription','Reversal','vbulletin','vBulletin Solutions',1146872142,'3.6.0 Beta 1'),(10123,-1,'save_subscription_manager','subscription','Save Subscription Manager','vbulletin','vBulletin Solutions',1365775627,'5.0.3 Alpha 1'),(10124,-1,'setting_2checkout_secret_word_desc','subscription','The secret word as set within the Look and Feel page of your 2Checkout account.','vbulletin','',0,''),(10125,-1,'setting_2checkout_secret_word_title','subscription','2Checkout Secret Word','vbulletin','',0,''),(10126,-1,'setting_2checkout_twocheckout_id_desc','subscription','Your numerical vendor ID.','vbulletin','',0,''),(10127,-1,'setting_2checkout_twocheckout_id_title','subscription','2Checkout Vendor ID Number','vbulletin','',0,''),(10128,-1,'setting_authorizenet_authorize_loginid_desc','subscription','Your Login ID for Authorize.Net.','vbulletin','',0,''),(10129,-1,'setting_authorizenet_authorize_loginid_title','subscription','Authorize.Net Login ID','vbulletin','',0,''),(10130,-1,'setting_authorizenet_authorize_md5secret_desc','subscription','The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)','vbulletin','',0,''),(10131,-1,'setting_authorizenet_authorize_md5secret_title','subscription','MD5 Hash Security Key','vbulletin','',0,''),(10132,-1,'setting_authorizenet_txnkey_desc','subscription','The transaction key as specified within the Security section of the Authorize.Net merchant account system.','vbulletin','',0,''),(10133,-1,'setting_authorizenet_txnkey_title','subscription','Authorize.Net Transaction Key','vbulletin','',0,''),(10134,-1,'setting_ccbill_clientAccnum_desc','subscription','This is the main account number for your CCBill account.','vbulletin','vBulletin Solutions',1146780276,'3.6.0 Beta 1'),(10135,-1,'setting_ccbill_clientAccnum_title','subscription','CCBill Client Main Account Number','vbulletin','vBulletin Solutions',1146779158,'3.6.0 Beta 1'),(10136,-1,'setting_ccbill_clientSubacc_desc','subscription','This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.','vbulletin','vBulletin Solutions',1235559510,'4.0.0 Alpha 1'),(10137,-1,'setting_ccbill_clientSubacc_title','subscription','CCBill Client Sub Account Number','vbulletin','vBulletin Solutions',1146780224,'3.6.0 Beta 1'),(10138,-1,'setting_ccbill_formName_desc','subscription','The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.','vbulletin','vBulletin Solutions',1146779498,'3.6.0 Beta 1'),(10139,-1,'setting_ccbill_formName_title','subscription','CCBill Form Character Code','vbulletin','vBulletin Solutions',1146779218,'3.6.0 Beta 1'),(10140,-1,'setting_ccbill_password_desc','subscription','This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.','vbulletin','vBulletin Solutions',1147362859,'3.6.0 Beta 1'),(10141,-1,'setting_ccbill_password_title','subscription','Datalink Password','vbulletin','vBulletin Solutions',1147301764,'3.6.0 Beta 1'),(10142,-1,'setting_ccbill_secretword_desc','subscription','A secret word can be used to increase the security of accepting CCBill transactions. This is not required.','vbulletin','vBulletin Solutions',1146779339,'3.6.0 Beta 1'),(10143,-1,'setting_ccbill_secretword_title','subscription','CCBill Secret Word','vbulletin','vBulletin Solutions',1146779283,'3.6.0 Beta 1'),(10144,-1,'setting_ccbill_username_desc','subscription','This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.','vbulletin','vBulletin Solutions',1147362865,'3.6.0 Beta 1'),(10145,-1,'setting_ccbill_username_title','subscription','Datalink Username','vbulletin','vBulletin Solutions',1147301755,'3.6.0 Beta 1'),(10146,-1,'setting_google_google_merchant_id_desc','subscription','The Google Merchant ID is listed on the integration page of the Google Merchant Settings page.','vbulletin','vBulletin Solutions',1361482167,'5.0.2 Beta 1'),(10147,-1,'setting_google_google_merchant_id_title','subscription','Google Merchant ID','vbulletin','vBulletin Solutions',1361476197,'5.0.2 Beta 1'),(10148,-1,'setting_google_google_merchant_key_desc','subscription','The Google Merchant Key is listed on the integration page of the Google Merchant Settings page.','vbulletin','vBulletin Solutions',1361482185,'5.0.2 Beta 1'),(10149,-1,'setting_google_google_merchant_key_title','subscription','Google Merchant Key','vbulletin','vBulletin Solutions',1361482195,'5.0.2 Beta 1'),(10150,-1,'setting_google_sandbox_desc','subscription','This setting allows you to test Google checkout with a \"fake\" credit card. See <a href=\"https://developers.google.com/checkout/developer/Google_Checkout_Basic_HTML_Sandbox\" target=\"_blank\">Sandbox Setup</a> to create a test account to check out with.','vbulletin','vBulletin Solutions',1366931079,'5.0.3 Alpha 2'),(10151,-1,'setting_google_sandbox_title','subscription','Use Sandbox mode','vbulletin','vBulletin Solutions',1366931149,'5.0.3 Alpha 2'),(10152,-1,'setting_moneybookers_mbemail_desc','subscription','Please enter your MoneyBookers email, all references to the subscription service will use this email.','vbulletin','',0,''),(10153,-1,'setting_moneybookers_mbemail_title','subscription','MoneyBookers Email','vbulletin','',0,''),(10154,-1,'setting_moneybookers_mbsecret_desc','subscription','Secret Word in lowercase as typed into your Moneybookers Profile','vbulletin','',0,''),(10155,-1,'setting_moneybookers_mbsecret_title','subscription','Moneybookers Secret Word','vbulletin','',0,''),(10156,-1,'setting_nochex_ncxemail_desc','subscription','Please enter your NoChex email, all references to the subscription service will use this email.','vbulletin','',0,''),(10157,-1,'setting_nochex_ncxemail_title','subscription','NoChex Email','vbulletin','',0,''),(10158,-1,'setting_paypal_ppemail_desc','subscription','Please enter your PayPal email, all references to the subscription service will use this email.','vbulletin','',0,''),(10159,-1,'setting_paypal_ppemail_title','subscription','PayPal Email','vbulletin','',0,''),(10160,-1,'setting_paypal_primaryemail_desc','subscription','Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.','vbulletin','vBulletin Solutions',1156437229,'3.6.1'),(10161,-1,'setting_paypal_primaryemail_title','subscription','PayPal Primary Account Email','vbulletin','vBulletin Solutions',1198800883,'3.7.0 Beta 4'),(10162,-1,'setting_worldpay_worldpay_instid_desc','subscription','The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.','vbulletin','',0,''),(10163,-1,'setting_worldpay_worldpay_instid_title','subscription','WorldPay Installation ID','vbulletin','',0,''),(10164,-1,'setting_worldpay_worldpay_password_desc','subscription','The password entered during the creation of the subscription callback within the WorldPay CMS.','vbulletin','',0,''),(10165,-1,'setting_worldpay_worldpay_password_title','subscription','WorldPay Callback Password','vbulletin','',0,''),(10166,-1,'shipping_address','subscription','Shipping Address','vbulletin','',0,''),(10167,-1,'showing_subscriptions_x_to_y_of_z','subscription','Showing Subscriptions {1} to {2} of {3}','vbulletin','',1205925164,'3.7.0 Release Candidate 1'),(10168,-1,'showing_transactions_x_to_y_of_z','subscription','Showing Transactions {1} to {2} of {3}','vbulletin','',1205925179,'3.7.0 Release Candidate 1'),(10169,-1,'subscription_information','subscription','Subscription Information','vbulletin','vBulletin Solutions',1247860440,'4.0.0 Alpha 1'),(10170,-1,'subscription_length','subscription','Subscription Length','vbulletin','',0,''),(10171,-1,'subscription_manager_gsubscription','subscription','Subscription Manager','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10172,-1,'subscription_payment_method','subscription','Subscription Payment Method','vbulletin','vBulletin Solutions',1247860488,'4.0.0 Alpha 1'),(10173,-1,'subscription_permissions_gsubscription','subscription','Subscription Permissions','vbulletin','vBulletin Solutions',1146674771,'5.0.0 Alpha 8'),(10174,-1,'subscription_permissions_manager','subscription','Subscription Permissions Manager','vbulletin','vBulletin Solutions',1146674708,'3.6.0 Beta 1'),(10175,-1,'subscriptions_users','subscription','Subscriptions - Users','vbulletin','vBulletin Solutions',1364560589,'5.0.2 Alpha 2'),(10176,-1,'subsetting_2checkout_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281693,'5.0.2 Alpha 2'),(10177,-1,'subsetting_authorizenet_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281649,'5.0.2 Alpha 2'),(10178,-1,'subsetting_ccbill_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281742,'5.0.2 Alpha 2'),(10179,-1,'subsetting_google_message_title','subscription','Message displayed to user upon successful transaction<dfn>This must not be empty</dfn>','vbulletin','vBulletin Solutions',1365637737,'5.0.2 Beta 1'),(10180,-1,'subsetting_google_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1365633991,'5.0.2 Beta 1'),(10181,-1,'subsetting_google_tax_title','subscription','Tax<dfn>Define your tax tables in the Google Merchant Settings Tax page</dfn>','vbulletin','vBulletin Solutions',1365638419,'5.0.2 Beta 1'),(10182,-1,'subsetting_moneybookers_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281718,'5.0.2 Alpha 2'),(10183,-1,'subsetting_nochex_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281036,'5.0.2 Alpha 2'),(10184,-1,'subsetting_paypal_shipping_address_none_selectoption','subscription','None','vbulletin','vBulletin Solutions',1364280836,'5.0.2 Alpha 2'),(10185,-1,'subsetting_paypal_shipping_address_optional_selectoption','subscription','Optional','vbulletin','vBulletin Solutions',1364280873,'5.0.2 Alpha 2'),(10186,-1,'subsetting_paypal_shipping_address_required_selectoption','subscription','Required','vbulletin','vBulletin Solutions',1364280895,'5.0.2 Alpha 2'),(10187,-1,'subsetting_paypal_shipping_address_title','subscription','Shipping Address','vbulletin','vBulletin Solutions',1364280771,'5.0.2 Alpha 2'),(10188,-1,'subsetting_paypal_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364280677,'5.0.2 Alpha 2'),(10189,-1,'subsetting_paypal_tax_title','subscription','Tax','vbulletin','vBulletin Solutions',1364280729,'5.0.2 Alpha 2'),(10190,-1,'subsetting_worldpay_show_title','subscription','Display this payment option','vbulletin','vBulletin Solutions',1364281133,'5.0.2 Alpha 2'),(10191,-1,'supported_currency','subscription','Supported Currency','vbulletin','',0,''),(10192,-1,'supports_recurring','subscription','Supports Recurring Payments','vbulletin','',0,''),(10193,-1,'tax','subscription','Tax','vbulletin','',0,''),(10194,-1,'transaction_details','subscription','Transaction Details','vbulletin','vBulletin Solutions',1147204305,'3.6.0 Beta 1'),(10195,-1,'transaction_log_gsubscription','subscription','Transaction Log','vbulletin','vBulletin Solutions',1147107789,'5.0.0 Alpha 8'),(10196,-1,'transaction_lookup','subscription','Transaction Lookup','vbulletin','vBulletin Solutions',1147107795,'3.6.0 Beta 1'),(10197,-1,'transaction_stats_gsubscription','subscription','Transaction Stats','vbulletin','vBulletin Solutions',1147107781,'5.0.0 Alpha 8'),(10198,-1,'transactionid','subscription','Transaction ID','vbulletin','vBulletin Solutions',1146872009,'3.6.0 Beta 1'),(10199,-1,'twocheckout_prodid','subscription','2CO ProdID','vbulletin','vBulletin Solutions',1170440012,'3.6.5'),(10200,-1,'type_gsubscription','subscription','Type','vbulletin','vBulletin Solutions',1146872016,'5.0.0 Alpha 8'),(10201,-1,'us_dollars','subscription','U.S. Dollars','vbulletin','',0,''),(10202,-1,'view_users','subscription','View Users','vbulletin','',0,''),(10203,-1,'worldpay_order_instructions','subscription','To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.','vbulletin','',0,''),(10204,-1,'x_subscription','subscription','{1} Subscription','vbulletin','vBulletin Solutions',1168864839,'3.6.5'),(10205,-1,'add_tag','tagscategories','Add Tag','vbulletin','',1226620585,'4.0.0 Alpha 1'),(10206,-1,'deselect_all_tags','tagscategories','Deselect All Tags','vbulletin','',1226620506,'4.0.0 Alpha 1'),(10207,-1,'display_alphabetically_all','tagscategories','Synonyms Alphabetically','vbulletin','',1258812784,'4.0.0 Release Candidate 1'),(10208,-1,'display_newest','tagscategories','Display Newest','vbulletin','',1226621130,'4.0.0 Alpha 1'),(10209,-1,'labelhtml','tagscategories','Label Html','vbulletin','',1224622157,'4.0.0 Alpha 1'),(10210,-1,'labeltext','tagscategories','Label Text','vbulletin','',1224622141,'4.0.0 Alpha 1'),(10211,-1,'merge_selected_synonym','tagscategories','Merge Selected as Synonyms','vbulletin','',1254327256,'4.0.0 Alpha 5'),(10212,-1,'merge_tags','tagscategories','Merge Tags','vbulletin','',1226620522,'4.0.0 Alpha 1'),(10213,-1,'new_tag','tagscategories','New Tag','vbulletin','',1226620532,'4.0.0 Alpha 1'),(10214,-1,'no_tags_defined','tagscategories','No tags defined.','vbulletin','',1226620596,'4.0.0 Alpha 1'),(10215,-1,'promote_synonyms_selected','tagscategories','Promote Synonyms to Tags','vbulletin','',1258812759,'4.0.0 Release Candidate 1'),(10216,-1,'tag_list','tagscategories','Tag List','vbulletin','',1226620610,'4.0.0 Alpha 1'),(10217,-1,'tag_manager','tagscategories','Tag Manager','vbulletin','',1226621044,'4.0.0 Alpha 1'),(10218,-1,'tag_merge_description','tagscategories','The tag(s) listed below will be merged with the new tag that you specify. The old tags will be considered synonyms of the new tag. Any content associations for the affected tags will be updated to use the new tag and synonyms will automatically replaced by the main tag when they are added to content items in the future. If the new tag does not already exist, it will be created.','vbulletin','',1226620567,'4.0.0 Alpha 1'),(10219,-1,'deleted_by','thread','Deleted By','vbulletin','',0,''),(10220,-1,'user_profile','thread','User Profile','vbulletin','vBulletin Solutions',1191957904,'3.7.0 Beta 1'),(10221,-1,'validate','thread','Validate','vbulletin','',0,''),(10222,-1,'any','threadmanage','Any','vbulletin','',0,''),(10223,-1,'approved_attachment','threadmanage','Approved Attachment','vbulletin','',0,''),(10224,-1,'approved_post','threadmanage','Approved Post','vbulletin','',0,''),(10225,-1,'approved_thread','threadmanage','Approved Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10226,-1,'attachment_removed','threadmanage','Attachment Removed','vbulletin','',0,''),(10227,-1,'attachment_uploaded','threadmanage','Attachment Uploaded','vbulletin','',0,''),(10228,-1,'awaiting_moderation','threadmanage','Awaiting Moderation','vbulletin','',0,''),(10229,-1,'child_posts','threadmanage','Child Posts','vbulletin','',0,''),(10230,-1,'closed','threadmanage','Closed','vbulletin','',0,''),(10231,-1,'copy_posts_note','threadmanage','Use the field below to specify the URL of the topic that the selected posts are to be copied into. Note that the copied posts will be inserted into their chronological positions within this topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10232,-1,'copy_posts_to_existing_thread','threadmanage','Copy Posts to Existing Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10233,-1,'copy_posts_to_new_thread','threadmanage','Copy Posts to New Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10234,-1,'copy_thread_gthreadmanage','threadmanage','Copy Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10235,-1,'delete_notes_article','threadmanage','<span>Note:</span> Deleting this article will result in the deletion of the entire article including all its comments.','vbulletin','vBulletin Solutions',1382115813,'5.1.0 Alpha 3'),(10236,-1,'delete_notes_blog','threadmanage','<span>Note:</span> Deleting this blog post will result in the deletion of the entire blog post including all its comments.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10237,-1,'delete_notes_media','threadmanage','<span>Note:</span> Deleting this topic will result in the deletion of the entire topic because this is the first post in the topic.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10238,-1,'delete_notes_reply','threadmanage','<span>Note:</span> Deleting this reply post will also result in the deletion of all its comments.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10239,-1,'delete_notes_selected_posts','threadmanage','<span>Note:</span> Deleting these posts will also result in the deletion of all their replies and comments.','vbulletin','vBulletin Solutions',1364227175,'5.0.2 Alpha 2'),(10240,-1,'delete_notes_topic','threadmanage','<span>Note:</span> Deleting this topic will result in the deletion of the entire topic because this is the first post in the topic.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10241,-1,'delete_types_explained','threadmanage','Soft Delete will allow the content to be restored later, whereas Permanently Removing the content will permanently remove it from the database. Please choose wisely.','vbulletin','vBulletin Solutions',1248969219,'5.0.5 Alpha 1'),(10242,-1,'deleted','threadmanage','Deleted','vbulletin','',0,''),(10243,-1,'deleted_thread','threadmanage','Deleted Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10244,-1,'deleting_x_posts','threadmanage','Deleting {1} post(s).','vbulletin','',1305819054,'5.0.0 Alpha 15'),(10245,-1,'deselect','threadmanage','Deselect','vbulletin','',0,''),(10246,-1,'destination_thread','threadmanage','Destination Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10247,-1,'edit_topic_title_explained','threadmanage','You may edit the topic title if you think it\'s appropriate.','vbulletin','vBulletin Solutions',1375966211,'5.0.5 Alpha 3'),(10248,-1,'expires_in','threadmanage','Expires in','vbulletin','vBulletin Solutions',1151447930,'3.6.0 Beta 4'),(10249,-1,'keep_attachments_gthreadmanage','threadmanage','Keep Attachments','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10250,-1,'leave_expiring_redirect','threadmanage','Leave Expiring Redirect','vbulletin','vBulletin Solutions',1151525847,'3.6.0 Beta 4'),(10251,-1,'leave_it_deleted_gthreadmanage','threadmanage','Leave it deleted','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10252,-1,'leave_permanent_redirect','threadmanage','Leave Permanent Redirect','vbulletin','vBulletin Solutions',1151525834,'3.6.0 Beta 4'),(10253,-1,'merge','threadmanage','Merge','vbulletin','',1216734887,'3.8.0 Alpha 1'),(10254,-1,'merge_invalid_contenttypes','threadmanage','You cannot merge the selected posts due to their type.','vbulletin','vBulletin Solutions',1375965886,'5.0.5 Alpha 3'),(10255,-1,'merge_invalid_contenttypes_multiple','threadmanage','Except for text and galleries, you cannot merge multiple content of the same type into a single post.','vbulletin','',1329755824,'5.0.0 Alpha 20'),(10256,-1,'merging_x_posts','threadmanage','Merging {1} post(s).','vbulletin','',1329826096,'5.0.0 Alpha 20'),(10257,-1,'moderated_thread','threadmanage','Moderated Topic','vbulletin','vBulletin Solutions',1351887554,'5.0.0 Beta 18'),(10258,-1,'moderator_log_gthreadmanage','threadmanage','Moderator Log','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10259,-1,'moderator_notes','threadmanage','Moderator Notes','vbulletin','',0,''),(10260,-1,'move_posts_note','threadmanage','Use the field below to specify the URL of the topic that the selected posts are to be merged into. Note that all posts will be inserted into their chronological positions within this topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10261,-1,'move_posts_to_existing_thread','threadmanage','Move Posts to Existing Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10262,-1,'move_posts_to_new_thread','threadmanage','Move Posts to New Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10263,-1,'move_thread_gthreadmanage','threadmanage','Move Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10264,-1,'moving_moderated_and_soft_deleted_threads','threadmanage','Moving moderated and soft deleted topics will not leave redirects.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10265,-1,'moving_x_posts','threadmanage','Moving {1} post(s).','vbulletin','',1347649897,'5.0.0 Beta 11'),(10266,-1,'moving_x_threads','threadmanage','Moving {1} topic(s).','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10267,-1,'no_posting_gthreadmanage','threadmanage','No Posting','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10268,-1,'node_approved_by_x','threadmanage','Node approved by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10269,-1,'node_closed_by_x','threadmanage','Node closed by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10270,-1,'node_copied_by_x','threadmanage','Node copied by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10271,-1,'node_edited_by_x','threadmanage','Node edited by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10272,-1,'node_featured_by_x','threadmanage','Node featured by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 22'),(10273,-1,'node_hard_deleted_by_x','threadmanage','Node removed by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10274,-1,'node_merged_by_x','threadmanage','Node merged by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10275,-1,'node_moved_by_x','threadmanage','Node moved by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10276,-1,'node_opened_by_x','threadmanage','Node opened by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10277,-1,'node_restored_by_x','threadmanage','Node restored by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10278,-1,'node_soft_deleted_by_x','threadmanage','Node deleted by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10279,-1,'node_stuck_by_x','threadmanage','Node stuck by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10280,-1,'node_unapproved_by_x','threadmanage','Node unapproved by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10281,-1,'node_unfeatured_by_x','threadmanage','Node unfeatured by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 22'),(10282,-1,'node_unstuck_by_x','threadmanage','Node unstuck by {1}.','vbulletin','vBulletin Solutions',1350000000,'5.0.0 Beta 21'),(10283,-1,'notes_gthreadmanage','threadmanage','Notes','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10284,-1,'open','threadmanage','Open','vbulletin','',0,''),(10285,-1,'opened','threadmanage','Opened','vbulletin','',0,''),(10286,-1,'opened_thread','threadmanage','Opened Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10287,-1,'physically_remove','threadmanage','Permanently remove','vbulletin','vBulletin Solutions',1374243631,'5.0.5 Alpha 1'),(10288,-1,'physically_remove_article','threadmanage','Permanently Remove Article','vbulletin','vBulletin Solutions',1382115574,'5.1.0 Alpha 3'),(10289,-1,'physically_remove_blog','threadmanage','Permanently Remove Blog Post','vbulletin','vBulletin Solutions',1374243647,'5.0.5 Alpha 1'),(10290,-1,'physically_remove_comment','threadmanage','Permanently Remove Comment','vbulletin','vBulletin Solutions',1374243659,'5.0.5 Alpha 1'),(10291,-1,'physically_remove_media','threadmanage','Permanently Remove Media','vbulletin','vBulletin Solutions',1374243676,'5.0.5 Alpha 1'),(10292,-1,'physically_remove_reply','threadmanage','Permanently Remove Reply','vbulletin','vBulletin Solutions',1374243688,'5.0.5 Alpha 1'),(10293,-1,'physically_remove_selected_posts','threadmanage','Permanently Remove Selected Posts','vbulletin','vBulletin Solutions',1374243707,'5.0.5 Alpha 1'),(10294,-1,'physically_remove_topic','threadmanage','Permanently Remove Topic','vbulletin','vBulletin Solutions',1374243729,'5.0.5 Alpha 1'),(10295,-1,'physically_remove_visitorMessage','threadmanage','Permanently Remove Visitor Message','vbulletin','vBulletin Solutions',1374243745,'5.0.5 Alpha 1'),(10296,-1,'poll_edited','threadmanage','Poll Edited','vbulletin','',0,''),(10297,-1,'polls','threadmanage','Polls','vbulletin','vBulletin Solutions',1156285658,'3.6.1'),(10298,-1,'post_merged_from_multiple_posts','threadmanage','Post merged from multiple posts','vbulletin','',0,''),(10299,-1,'post_x_by_y_removed','threadmanage','Post <i>{1}</i> by {2} Removed','vbulletin','',0,''),(10300,-1,'post_x_by_y_softdeleted','threadmanage','Post <i>{1}</i> by {2} Soft Deleted','vbulletin','',0,''),(10301,-1,'post_x_edited','threadmanage','Post <i>{1}</i> Edited','vbulletin','',0,''),(10302,-1,'post_y_by_x_undeleted','threadmanage','Post <i>{1}</i> by {2} Undeleted','vbulletin','',0,''),(10303,-1,'posts_copied_to_x','threadmanage','Posts copied to threadid {1}','vbulletin','vBulletin Solutions',1145643031,'3.6.0 Beta 1'),(10304,-1,'select_option_and_click_delete_button_article','threadmanage','Select the appropriate options and then click the Delete Article button.','vbulletin','vBulletin Solutions',1382115716,'5.1.0 Alpha 3'),(10305,-1,'select_option_and_click_delete_button_blog','threadmanage','Select the appropriate options and then click the Delete Blog button.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10306,-1,'select_option_and_click_delete_button_comment','threadmanage','Select the appropriate options and then click the Delete Comment button.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10307,-1,'select_option_and_click_delete_button_media','threadmanage','Select the appropriate options and then click the Delete Media button.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10308,-1,'select_option_and_click_delete_button_reply','threadmanage','Select the appropriate options and then click the Delete Reply button.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10309,-1,'select_option_and_click_delete_button_selected_posts','threadmanage','Select the appropriate options and then click the Delete Selected Posts button.','vbulletin','vBulletin Solutions',1364227175,'5.0.2 Alpha 2'),(10310,-1,'select_option_and_click_delete_button_topic','threadmanage','Select the appropriate options and then click the Delete Topic button.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10311,-1,'select_option_and_click_delete_button_visitorMessage','threadmanage','Select the appropriate options and then click the Delete Visitor Message button.','vbulletin','vBulletin Solutions',1329416725,'5.0.0 Beta 28'),(10312,-1,'soft_delete_article','threadmanage','Soft Delete Article','vbulletin','vBulletin Solutions',1382115643,'5.1.0 Alpha 3'),(10313,-1,'soft_delete_blog','threadmanage','Soft Delete Blog Post','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10314,-1,'soft_delete_comment','threadmanage','Soft Delete Comment','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10315,-1,'soft_delete_explained','threadmanage','Soft Delete will allow the content to be restored later. You may also give a reason for soft deleting content.','vbulletin','',1249658150,'4.0.0 Alpha 1'),(10316,-1,'soft_delete_leave_deleted_message','threadmanage','\'Soft\' delete - Leave "Deleted" Message','vbulletin','',0,''),(10317,-1,'soft_delete_media','threadmanage','Soft Delete Media','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10318,-1,'soft_delete_notes_article','threadmanage','<span>Note:</span> You can soft delete this article so no one can see it or comment on it. You can reinstate this article later.','vbulletin','vBulletin Solutions',1382115958,'5.1.0 Alpha 3'),(10319,-1,'soft_delete_notes_blog','threadmanage','<span>Note:</span> You can soft delete this blog post so no one can see it or comment on it. You can reinstate this blog post later.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10320,-1,'soft_delete_notes_comment','threadmanage','<span>Note:</span> You can soft delete this blog comment so no one can see it. You can reinstate this blog comment later.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10321,-1,'soft_delete_notes_media','threadmanage','<span>Note:</span> You can soft delete these media so no one can see them. You can reinstate these media later.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10322,-1,'soft_delete_notes_reply','threadmanage','<span>Note:</span> You can soft delete this reply so no one can see it or comment on it. You can reinstate this reply later.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10323,-1,'soft_delete_notes_selected_posts','threadmanage','<span>Note:</span> You can soft delete these posts so no one can see them or reply on them. You can reinstate these posts later.','vbulletin','vBulletin Solutions',1364227175,'5.0.2 Alpha 2'),(10324,-1,'soft_delete_notes_topic','threadmanage','<span>Note:</span> You can soft delete this topic so no one can see it or reply on it. You can reinstate this topic later.','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10325,-1,'soft_delete_notes_visitorMessage','threadmanage','<span>Note:</span> You can soft delete this visitor message so no one can see it or reply on it. You can reinstate this visitor message later.','vbulletin','vBulletin Solutions',1329416725,'5.0.0 Beta 28'),(10326,-1,'soft_delete_reply','threadmanage','Soft Delete Reply','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10327,-1,'soft_delete_selected_posts','threadmanage','Soft Delete Selected Posts','vbulletin','vBulletin Solutions',1364227175,'5.0.2 Alpha 2'),(10328,-1,'soft_delete_topic','threadmanage','Soft Delete Topic','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10329,-1,'soft_delete_visitorMessage','threadmanage','Soft Delete Visitor Message','vbulletin','vBulletin Solutions',1329416725,'5.0.0 Beta 28'),(10330,-1,'split','threadmanage','Split','vbulletin','',0,''),(10331,-1,'stuck_thread','threadmanage','Stuck Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10332,-1,'this_comment_by_x_has_been_deleted_by_y_link','threadmanage','This comment by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10333,-1,'this_reply_by_x_has_been_deleted_by_y_link','threadmanage','This reply by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10334,-1,'this_topic_by_x_has_been_deleted_by_y_link','threadmanage','This topic by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','',1329416725,'5.0.0 Alpha 25'),(10335,-1,'this_visitorMessage_by_x_has_been_deleted_by_y_link','threadmanage','This visitor message by {1} has been deleted by <a href=\"{2}\">{3}</a>','vbulletin','vBulletin Solutions',1329416725,'5.0.1 Alpha 2'),(10336,-1,'thread_copied_to_x','threadmanage','Topic copied to \'{1}\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10337,-1,'thread_edited_visible_x_open_y_sticky_z','threadmanage','Topic edited. (visible: {1}; open: {2}; sticky: {3})','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10338,-1,'thread_merged_from_multiple_threads','threadmanage','Topic merged from multiple topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10339,-1,'thread_merged_with_x','threadmanage','Topic merged with \'{1}\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10340,-1,'thread_moved_to_x','threadmanage','Topic moved to \'{1}\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10341,-1,'thread_moved_with_redirect_to_a','threadmanage','Topic moved with redirect to \'{1}\'.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10342,-1,'thread_open','threadmanage','Open','vbulletin','',0,''),(10343,-1,'thread_redirect_removed','threadmanage','Topic Redirect Removed','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10344,-1,'thread_removed','threadmanage','Topic Removed','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10345,-1,'thread_softdeleted','threadmanage','Topic Soft Deleted','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10346,-1,'thread_split_to_x','threadmanage','Topic split to threadid {1}.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10347,-1,'thread_title_x_changed','threadmanage','Topic title (original \'{1}\') changed','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10348,-1,'thread_undeleted','threadmanage','Topic Undeleted','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10349,-1,'unapproved','threadmanage','Unapproved','vbulletin','',1332487119,'5.0.0 Alpha 20'),(10350,-1,'unapproved_attachment','threadmanage','Unapproved Attachment','vbulletin','',0,''),(10351,-1,'unapproved_post','threadmanage','Unapproved Post','vbulletin','',0,''),(10352,-1,'unapproved_thread','threadmanage','Unapproved Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10353,-1,'undelete_it_restore','threadmanage','Undelete it (restore)','vbulletin','',0,''),(10354,-1,'unstuck','threadmanage','Unstuck','vbulletin','',0,''),(10355,-1,'unstuck_thread','threadmanage','Unstuck Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10356,-1,'url_of_thread_to_be_merged','threadmanage','URL of Topic to be Merged','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10357,-1,'you_must_have_the_required_permission','threadmanage','You must have the required permission for this action in all forums from which you have selected topics or posts.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10358,-1,'you_must_have_the_required_permission_channel','threadmanage','You must have the required permission for this action in all channels from which you have selected topics or posts.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10359,-1,'timezone_gmt_minus_0100','timezone','(GMT -1:00 hour) Azores, Cape Verde Islands','vbulletin','',0,''),(10360,-1,'timezone_gmt_minus_0200','timezone','(GMT -2:00) Mid-Atlantic','vbulletin','',0,''),(10361,-1,'timezone_gmt_minus_0300','timezone','(GMT -3:00) Brazil, Buenos Aires, Georgetown','vbulletin','',0,''),(10362,-1,'timezone_gmt_minus_0330','timezone','(GMT -3:30) Newfoundland','vbulletin','',0,''),(10363,-1,'timezone_gmt_minus_0400','timezone','(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago','vbulletin','vBulletin Solutions',1201669054,'3.7.0 Beta 5'),(10364,-1,'timezone_gmt_minus_0430','timezone','(GMT -4:30) Caracas','vbulletin','vBulletin Solutions',1201669077,'3.7.0 Beta 5'),(10365,-1,'timezone_gmt_minus_0500','timezone','(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima','vbulletin','',0,''),(10366,-1,'timezone_gmt_minus_0600','timezone','(GMT -6:00) Central Time (US & Canada), Mexico City','vbulletin','',0,''),(10367,-1,'timezone_gmt_minus_0700','timezone','(GMT -7:00) Mountain Time (US & Canada)','vbulletin','',0,''),(10368,-1,'timezone_gmt_minus_0800','timezone','(GMT -8:00) Pacific Time (US & Canada)','vbulletin','',0,''),(10369,-1,'timezone_gmt_minus_0900','timezone','(GMT -9:00) Alaska','vbulletin','',0,''),(10370,-1,'timezone_gmt_minus_1000','timezone','(GMT -10:00) Hawaii','vbulletin','',0,''),(10371,-1,'timezone_gmt_minus_1100','timezone','(GMT -11:00) Midway Island, Samoa','vbulletin','',0,''),(10372,-1,'timezone_gmt_minus_1200','timezone','(GMT -12:00) Eniwetok, Kwajalein','vbulletin','',0,''),(10373,-1,'timezone_gmt_plus_0000','timezone','(GMT) Western Europe Time, London, Lisbon, Casablanca','vbulletin','',0,''),(10374,-1,'timezone_gmt_plus_0100','timezone','(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris','vbulletin','',0,''),(10375,-1,'timezone_gmt_plus_0200','timezone','(GMT +2:00) Kaliningrad, South Africa, Cairo','vbulletin','',1266928836,'4.0.3'),(10376,-1,'timezone_gmt_plus_0300','timezone','(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg','vbulletin','',0,''),(10377,-1,'timezone_gmt_plus_0330','timezone','(GMT +3:30) Tehran','vbulletin','',0,''),(10378,-1,'timezone_gmt_plus_0400','timezone','(GMT +4:00) Abu Dhabi, Muscat, Yerevan, Baku, Tbilisi','vbulletin','',0,'4.0.8'),(10379,-1,'timezone_gmt_plus_0430','timezone','(GMT +4:30) Kabul','vbulletin','',0,''),(10380,-1,'timezone_gmt_plus_0500','timezone','(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent','vbulletin','',0,''),(10381,-1,'timezone_gmt_plus_0530','timezone','(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi','vbulletin','vBulletin Solutions',1213266062,'3.8.0 Alpha 1'),(10382,-1,'timezone_gmt_plus_0545','timezone','(GMT +5:45) Kathmandu','vbulletin','vBulletin Solutions',1201668910,'3.7.0 Beta 5'),(10383,-1,'timezone_gmt_plus_0600','timezone','(GMT +6:00) Almaty, Dhaka, Colombo','vbulletin','',0,''),(10384,-1,'timezone_gmt_plus_0630','timezone','(GMT +6:30) Yangon, Cocos Islands','vbulletin','vBulletin Solutions',1201669000,'3.7.0 Beta 5'),(10385,-1,'timezone_gmt_plus_0700','timezone','(GMT +7:00) Bangkok, Hanoi, Jakarta','vbulletin','',0,''),(10386,-1,'timezone_gmt_plus_0800','timezone','(GMT +8:00) Beijing, Perth, Singapore, Hong Kong','vbulletin','',0,''),(10387,-1,'timezone_gmt_plus_0900','timezone','(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk','vbulletin','',0,''),(10388,-1,'timezone_gmt_plus_0930','timezone','(GMT +9:30) Adelaide, Darwin','vbulletin','',0,''),(10389,-1,'timezone_gmt_plus_1000','timezone','(GMT +10:00) Eastern Australia, Guam, Vladivostok','vbulletin','',0,''),(10390,-1,'timezone_gmt_plus_1100','timezone','(GMT +11:00) Magadan, Solomon Islands, New Caledonia','vbulletin','',0,''),(10391,-1,'timezone_gmt_plus_1200','timezone','(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka','vbulletin','',0,''),(10392,-1,'about_me','user','About Me','vbulletin','',1194351000,'3.7.0 Beta 1'),(10393,-1,'activate_your_account','user','Activate Your Account','vbulletin','',0,''),(10394,-1,'activation_code','user','Activation Code','vbulletin','',0,''),(10395,-1,'add_friend','user','Add Friend','vbulletin','vBulletin Solutions',1196779929,'3.7.0 Beta 1'),(10396,-1,'additional_information','user','Additional Information','vbulletin','',0,''),(10397,-1,'administrators_may_send_email','user','From time to time, the administrators and/or other members may want to send you email notifications or messages. If you do not want to receive email from certain people then you may disable the options here','vbulletin','vBulletin Solutions',1247248399,'4.0.0 Alpha 1'),(10398,-1,'aim_screen_name','user','AIM Screen Name','vbulletin','',0,''),(10399,-1,'album_guser','user','Album','vbulletin','vBulletin Solutions',1239751839,'5.0.0 Alpha 8'),(10400,-1,'all_guser','user','All','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10401,-1,'allow_vcard_download_guser','user','Allow vCard Download','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10402,-1,'approve_messages','user','Approve Messages','vbulletin','vBulletin Solutions',1191537381,'3.7.0 Beta 1'),(10403,-1,'automatically_detect_dst_settings','user','Automatically detect DST settings','vbulletin','',0,''),(10404,-1,'avatar_guser','user','Avatar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10405,-1,'basic_editor_simple_text_box','user','Basic Editor - A simple text box','vbulletin','',0,''),(10406,-1,'birth_date','user','Date of Birth','vbulletin','',0,''),(10407,-1,'birthday_guser','user','Birthday','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10408,-1,'block_display_options','user','If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks.<br />\r\n<br />\r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.','vbulletin','vBulletin Solutions',1232541044,'4.0.0 Alpha 1'),(10409,-1,'board_can_be_shown_any_language','user','Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.','vbulletin','',0,''),(10410,-1,'board_language','user','Forum Language','vbulletin','',0,''),(10411,-1,'board_skin','user','Forum Skin','vbulletin','',0,''),(10412,-1,'clear_all','user','Clear All','vbulletin','',1193931913,'3.7.0 Beta 1'),(10413,-1,'click_button_below_edit_email','user','Please click this button to edit your email address and password. Any changes you\'ve made on this page will not be saved.','vbulletin','',1268324610,'4.0.4'),(10414,-1,'comment_guser','user','Comment','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10415,-1,'contact_info','user','Contact Info','vbulletin','',0,''),(10416,-1,'conversation_between_x_and_y','user','Conversation Between {1} and {2}','vbulletin','vBulletin Solutions',1202925662,'3.7.0 Beta 5'),(10417,-1,'coppa_information','user','COPPA Information','vbulletin','',0,''),(10418,-1,'custom_avatar','user','Custom Avatar','vbulletin','',0,''),(10419,-1,'custom_profile_picture','user','Custom Profile Picture','vbulletin','',0,''),(10420,-1,'custom_user_title','user','Custom User Title','vbulletin','',0,''),(10421,-1,'customize_profile','user','Customize Profile','vbulletin','',1191919870,'3.7.0 Beta 1'),(10422,-1,'date_time_options','user','Date & Time Options','vbulletin','',0,''),(10423,-1,'deleted_messages','user','Deleted Messages','vbulletin','vBulletin Solutions',1191964826,'3.7.0 Beta 1'),(10424,-1,'deleted_visitor_messages','user','Deleted Visitor Messages','vbulletin','vBulletin Solutions',1200616263,'3.7.0 Beta 4'),(10425,-1,'disconnect','user','Disconnect','vbulletin','',1268246941,'4.0.4'),(10426,-1,'discussions_guser','user','Discussions','vbulletin','',1213885351,'5.0.0 Alpha 8'),(10427,-1,'display_age','user','Display Age','vbulletin','',1337183697,'5.0.0 Alpha 25'),(10428,-1,'display_age_and_dob','user','Display Age and Full Date of Birth','vbulletin','vBulletin Solutions',1166137242,'3.6.5'),(10429,-1,'display_age_guser','user','Display Only Age','vbulletin','vBulletin Solutions',1166137208,'5.0.0 Alpha 8'),(10430,-1,'display_day_and_month','user','Display Only Day and Month of Birth','vbulletin','vBulletin Solutions',1166137504,'3.6.5'),(10431,-1,'display_permissions_form','user','Display Permissions Form','vbulletin','',0,''),(10432,-1,'dst_corrections_always_off','user','DST corrections always off','vbulletin','',0,''),(10433,-1,'dst_corrections_always_on','user','DST corrections always on','vbulletin','',0,''),(10434,-1,'edit_email_and_password','user','Edit Email & Password','vbulletin','',1142519066,'3.6.0 Beta 1'),(10435,-1,'edit_profile_picture_gcpuser','user','Edit Profile Picture','vbulletin','vBulletin Solutions',1351901517,'5.0.0 Beta 19'),(10436,-1,'edit_user_profile','user','Edit Profile','vbulletin','',1256325264,'4.0.0 Beta 1'),(10437,-1,'edit_value_js','user','Edit Value','vbulletin','vBulletin Solutions',1199403107,'3.7.0 Beta 4'),(10438,-1,'email_activation_codes','user','Email Activation Codes','vbulletin','',0,''),(10439,-1,'email_and_password','user','Email & Password','vbulletin','',0,''),(10440,-1,'enable_private_messaging','user','Enable Private Messaging','vbulletin','',0,''),(10441,-1,'enable_visitor_messaging','user','Enable Visitor Messaging','vbulletin','vBulletin Solutions',1203119616,'3.7.0 Beta 6'),(10442,-1,'enhanced_interface_wysiwyg','user','Enhanced Interface - Full WYSIWYG Editing','vbulletin','',0,''),(10443,-1,'enter_password_to_change_password_or_email','user','You must enter your current password if you wish to change your password or email address.','vbulletin','',1245908416,'4.0.0 Alpha 1'),(10444,-1,'everyone','user','Everyone','vbulletin','',1218459145,'3.8.0 Alpha 1'),(10445,-1,'facebook_add_password','user','Add a password to your account so that you may login without using Facebook.\r\nAlso, this needs to be set in order to disconnect your account.','vbulletin','',1276719494,'4.0.4'),(10446,-1,'facebook_add_password_x','user','Add a password to your {1} account so that you may login without using Facebook.','vbulletin','',1276719571,'4.0.4'),(10447,-1,'facebook_avatar','user','Facebook Avatar','vbulletin','',1268246868,'4.0.4'),(10448,-1,'facebook_disconnect_description_x','user','Remove this Facebook account from your {1} account.','vbulletin','',1268246904,'4.0.4'),(10449,-1,'facebook_login_prompt','user','Login to see your Facebook avatar.','vbulletin','',1268246971,'4.0.4'),(10450,-1,'facebook_name','user','Facebook Name','vbulletin','',1268246955,'4.0.4'),(10451,-1,'forum_info','user','Forum Info','vbulletin','',0,''),(10452,-1,'friends_and_contacts','user','Friends & Contacts','vbulletin','',1253455593,'4.0.0 Alpha 3'),(10453,-1,'from_all_members','user','From all members','vbulletin','',1263309917,'4.0.2'),(10454,-1,'get_connected','user','Get Connected','vbulletin','',1268246925,'4.0.4'),(10455,-1,'group_discussions','user','Group Discussions','vbulletin','',1214229134,'3.7.1'),(10456,-1,'group_members','user','Members','vbulletin','',1213885379,'3.7.1'),(10457,-1,'group_memberships','user','Permission Groups','vbulletin','',1260381279,'4.0.0 Release Candidate 2'),(10458,-1,'group_messages','user','Group Messages','vbulletin','',1214229116,'3.7.1'),(10459,-1,'group_name','user','Group Name','vbulletin','',1213885402,'3.7.1'),(10460,-1,'group_x','user','Group: <a href=\"{1}\">{2}</a>','vbulletin','',1214924033,'3.7.1'),(10461,-1,'has_no_permission_change_birthday','user','has no permission to change the date of birth','vbulletin','',1349140593,'5.0.0 Beta 14'),(10462,-1,'hide_age_and_dob','user','Hide Age and Date of Birth','vbulletin','',0,''),(10463,-1,'hide_reputation','user','Hide Reputation','vbulletin','',1263308990,'4.0.2'),(10464,-1,'hide_user_customizations','user','Hide User Customizations','vbulletin','vBulletin Solutions',1196091070,'3.7.0 Beta 1'),(10465,-1,'home_page_guser','user','Home Page','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10466,-1,'home_page_url','user','Home Page URL','vbulletin','',0,''),(10467,-1,'icq_number','user','ICQ Number','vbulletin','',0,''),(10468,-1,'if_under_13_provide_parent','user','If you are aged under 13, you must provide the email address of your parent or guardian.','vbulletin','',0,''),(10469,-1,'ignore_list','user','Ignore List','vbulletin','',0,''),(10470,-1,'instant','user','Instant','vbulletin','',0,''),(10471,-1,'invisible_mode_allows','user','Invisible mode allows you to browse the forums without appearing in the Online Users Module.','vbulletin','vBulletin Solutions',1349743904,'5.0.0 Beta 15'),(10472,-1,'invisible_mode_guser','user','Invisible Mode','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10473,-1,'join_social_groups','user','Join Groups','vbulletin','',1195643522,'3.7.0 Beta 1'),(10474,-1,'last_visit_guser','user','Last Visit','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10475,-1,'leave_group','user','Leave Group','vbulletin','',0,''),(10476,-1,'let_other_visitors_know_url','user','If you would like to let other visitors to this site know the URL of your own web site, enter it here.','vbulletin','',0,''),(10477,-1,'limit_vm_to_contacts_only','user','Limit usage of Visitor Messages to Contacts and Moderators','vbulletin','vBulletin Solutions',1203371447,'3.7.0 Beta 6'),(10478,-1,'linear','user','Linear','vbulletin','',0,''),(10479,-1,'make_changes_parent_notified','user','When you make changes to this profile, your Parent / Guardian will be notified by email.<br />\r\n <br />\r\n If you are over the age of 13, you should not be seeing this message. Please contact the <a href=\"{1}\">administrator</a> with your username, and your account will be changed.','vbulletin','',0,''),(10480,-1,'may_enter_identity_for_im','user','You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.','vbulletin','',0,''),(10481,-1,'message_editor_interface','user','Message Editor Interface','vbulletin','',0,''),(10482,-1,'moderated_attachments','user','Moderated Attachments','vbulletin','vBulletin Solutions',1240341609,'4.0.0 Alpha 1'),(10483,-1,'msn_messenger_handle','user','MSN Messenger Handle','vbulletin','',0,''),(10484,-1,'new_visitor_messages','user','New Visitor Messages','vbulletin','vBulletin Solutions',1197370594,'3.7.0 Beta 1'),(10485,-1,'newest_first_guser','user','Newest First','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10486,-1,'no_posts_found','user','No posts found.','vbulletin','vBulletin Solutions',1142537086,'3.6.0 Beta 1'),(10487,-1,'oldest_first_guser','user','Oldest First','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10488,-1,'option_to_hide_elements','user','You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.','vbulletin','',0,''),(10489,-1,'optional_information_will','user','Optional Information - All information will be viewable by other forum members.','vbulletin','',0,''),(10490,-1,'or_enter_your_choice_here','user','Or enter your choice here','vbulletin','',0,''),(10491,-1,'parent_email_address','user','Parent Email Address','vbulletin','',0,''),(10492,-1,'parent_guardian_email','user','Parent / Guardian Email','vbulletin','',0,''),(10493,-1,'parts_use_different_start_of_week','user','Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.','vbulletin','',0,''),(10494,-1,'picture_comments','user','Picture Comments','vbulletin','vBulletin Solutions',1200695073,'3.7.0 Beta 4'),(10495,-1,'pm_from_contacts_only','user','Receive Private Messages only from Contacts and Moderators','vbulletin','',1196423686,'3.7.0 Beta 1'),(10496,-1,'pm_popup','user','New Private Message Notification Pop-up','vbulletin','',1263310641,'4.0.2'),(10497,-1,'points_guser','user','Points','vbulletin','',1142519066,'5.0.0 Alpha 8'),(10498,-1,'post_count','user','Post Count','vbulletin','',0,''),(10499,-1,'post_message','user','Post Message','vbulletin','',1194444279,'3.7.0 Beta 1'),(10500,-1,'posting_message','user','Posting Message','vbulletin','vBulletin Solutions',1191537954,'3.7.0 Beta 1'),(10501,-1,'primary_users_guser','user','Primary Users','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10502,-1,'print_new_permissions_form','user','To print out a new permissions form, please click the button below.','vbulletin','',0,''),(10503,-1,'privacy_guser','user','Privacy','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10504,-1,'private_messaging_guser','user','Private Messaging','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10505,-1,'profile_guser','user','Profile','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10506,-1,'profile_infraction','user','Profile Infraction','vbulletin','vBulletin Solutions',1149265467,'3.6.0 Beta 1'),(10507,-1,'profile_picture_guser','user','Profile Picture','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10508,-1,'profile_privacy','user','Profile Privacy','vbulletin','',1215087345,'3.8.0 Alpha 1'),(10509,-1,'profile_style','user','Profile Style','vbulletin','',1215086911,'3.8.0 Alpha 1'),(10510,-1,'profile_warning','user','Profile Warning','vbulletin','vBulletin Solutions',1148660915,'3.6.0 Beta 1'),(10511,-1,'public_usergroups','user','Public Usergroups','vbulletin','',1194360190,'3.7.0 Beta 1'),(10512,-1,'receive_admin_emails_guser','user','Receive Admin Emails','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10513,-1,'receive_email','user','Receive Email','vbulletin','',0,''),(10514,-1,'receive_email_from_bulletin_board_staff','user','Receive Email from Administrators','vbulletin','',0,''),(10515,-1,'receive_private_messages_guser','user','Receive Private Messages','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10516,-1,'receive_private_messaging','user','Receive Private Messaging','vbulletin','',1263309871,'4.0.2'),(10517,-1,'receive_user_emails','user','Receive Email from Other Users','vbulletin','',0,''),(10518,-1,'referrals_guser','user','Referrals','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10519,-1,'referrer','user','Referrer','vbulletin','',0,''),(10520,-1,'registration_required_information','user','Registration Required Information - All fields are required.','vbulletin','',0,''),(10521,-1,'remove_from_userlist_confirm','user','Are you sure you want to remove these user(s)?','vbulletin','vBulletin Solutions',1199921602,'3.7.0 Beta 4'),(10522,-1,'remove_x_from_your_ignorelist','user','Remove {1} from your Ignore List','vbulletin','',0,''),(10523,-1,'report','user','Report','vbulletin','',1194545337,'3.7.0 Beta 1'),(10524,-1,'report_bad_visitor_message','user','Report Visitor Message','vbulletin','vBulletin Solutions',1197370671,'3.7.0 Beta 1'),(10525,-1,'reputation_level_guser','user','Reputation Level','vbulletin','',1263308859,'5.0.0 Alpha 8'),(10526,-1,'request_activation_code_sent_email','user','To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.','vbulletin','',0,''),(10527,-1,'reset_to_default','user','Reset to Default','vbulletin','vBulletin Solutions',1205249172,'3.7.0 Release Candidate 1'),(10528,-1,'save_pm_copy_default','user','Save a copy of sent messages in my <a href=\"{1}\">Sent Items</a> folder by default','vbulletin','vBulletin Solutions',1372422295,'5.0.4 Alpha 3'),(10529,-1,'send_notification_email_when_a_private_message_is_received_guser','user','Send Notification Email When a Private Message is Received','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10530,-1,'send_request','user','Send Request','vbulletin','',0,''),(10531,-1,'server_failed_respond_try_again','user','The server failed to respond in time. Please try again.','vbulletin','vBulletin Solutions',1193769655,'3.7.0 Beta 1'),(10532,-1,'set_to_default','user','Set to default','vbulletin','',1337640658,'5.0.0 Alpha 28'),(10533,-1,'show_all_threads_guser','user','Show all topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10534,-1,'show_enhanced_editor_toolbar_guser','user','Show Enhanced (WYSIWYG) Editor Toolbar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10535,-1,'show_images','user','Show Images','vbulletin','',0,''),(10536,-1,'show_reputation','user','Show Reputation','vbulletin','',1263308979,'4.0.2'),(10537,-1,'show_signatures','user','Show Signatures','vbulletin','',0,''),(10538,-1,'show_standard_editor_toolbar_guser','user','Show Standard Editor Toolbar','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10539,-1,'show_user_customizations','user','Show User Customizations','vbulletin','vBulletin Solutions',1195482968,'3.7.0 Beta 1'),(10540,-1,'show_x_posts_per_page','user','Show {1} Posts Per Page','vbulletin','',0,''),(10541,-1,'signature_picture_guser','user','Signature Picture','vbulletin','',1142519066,'5.0.0 Alpha 8'),(10542,-1,'skype_name','user','Skype Name','vbulletin','',0,''),(10543,-1,'social_group_guser','user','Group','vbulletin','vBulletin Solutions',1239753043,'5.0.0 Alpha 8'),(10544,-1,'standard_editor_extra_formatting','user','Standard Editor - Extra formatting controls','vbulletin','',0,''),(10545,-1,'start_of_the_week','user','Start of the Week','vbulletin','',0,''),(10546,-1,'switch_skin_select','user','There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list.<br />\r\n <br />\r\n Please note that some forums here may override your skin choice temporarily.','vbulletin','',0,''),(10547,-1,'this_page','user','This Page','vbulletin','',1194356809,'3.7.0 Beta 1'),(10548,-1,'thread_display_mode_guser','user','Topic Display Mode','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10549,-1,'threaded','user','Threaded','vbulletin','',0,''),(10550,-1,'time_auto_corrected_to_location','user','All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.','vbulletin','',0,''),(10551,-1,'time_zone_guser','user','Time Zone','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10552,-1,'title_appears_beneath_your_name','user','This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.','vbulletin','',0,''),(10553,-1,'total_messages','user','Total Messages','vbulletin','vBulletin Solutions',1191537833,'3.7.0 Beta 1'),(10554,-1,'transparent','user','Transparent','vbulletin','',1193401030,'3.7.0 Beta 1'),(10555,-1,'unapprove_messages','user','Unapprove Messages','vbulletin','vBulletin Solutions',1191537389,'3.7.0 Beta 1'),(10556,-1,'undelete_messages','user','Undelete Messages','vbulletin','vBulletin Solutions',1191537369,'3.7.0 Beta 1'),(10557,-1,'upload_image_from_computer','user','Upload Image From Your Computer','vbulletin','',1142519066,'3.6.0 Beta 1'),(10558,-1,'upload_signature_picture','user','Upload Signature Picture','vbulletin','',1142519066,'3.6.0 Beta 1'),(10559,-1,'use_can_make_customizations','user','Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.','vbulletin','',1218624095,'3.8.0 Alpha 1'),(10560,-1,'use_custom_avatar','user','Use Custom Avatar','vbulletin','',0,''),(10561,-1,'use_forum_default','user','Use Forum Default','vbulletin','',0,''),(10562,-1,'use_profile_picture','user','Use Profile Picture','vbulletin','',0,''),(10563,-1,'user_customizations','user','User Customizations','vbulletin','vBulletin Solutions',1195483248,'3.7.0 Beta 1'),(10564,-1,'user_group','user','User Group','vbulletin','',0,''),(10565,-1,'user_notes','user','User Notes','vbulletin','',0,''),(10566,-1,'user_settings','user','User Settings','vbulletin','',1317673603,'5.0.0 Alpha 15'),(10567,-1,'user_title_guser','user','User Title','vbulletin','',1320280989,'5.0.0 Alpha 8'),(10568,-1,'usercss_alternating1','user','Primary Content Areas','vbulletin','vBulletin Solutions',1197552463,'3.7.0 Beta 1'),(10569,-1,'usercss_alternating2','user','Secondary Content Areas','vbulletin','vBulletin Solutions',1197552469,'3.7.0 Beta 1'),(10570,-1,'usercss_background_color','user','Background Color','vbulletin','vBulletin Solutions',1196876593,'3.7.0 Beta 1'),(10571,-1,'usercss_background_image','user','Background Image','vbulletin','',1192121107,'3.7.0 Beta 1'),(10572,-1,'usercss_background_repeat','user','Repeat','vbulletin','vBulletin Solutions',1196172960,'3.7.0 Beta 1'),(10573,-1,'usercss_border_color','user','Border Color','vbulletin','',1192020439,'3.7.0 Beta 1'),(10574,-1,'usercss_border_style','user','Border Style','vbulletin','',1192020419,'3.7.0 Beta 1'),(10575,-1,'usercss_border_width','user','Border Width','vbulletin','',1192020455,'3.7.0 Beta 1'),(10576,-1,'usercss_borderstyle_dashed','user','Dashed','vbulletin','',1192031376,'3.7.0 Beta 1'),(10577,-1,'usercss_borderstyle_dotted','user','Dotted','vbulletin','',1192031364,'3.7.0 Beta 1'),(10578,-1,'usercss_borderstyle_double','user','Double','vbulletin','',1192031403,'3.7.0 Beta 1'),(10579,-1,'usercss_borderstyle_groove','user','Groove','vbulletin','',1192031427,'3.7.0 Beta 1'),(10580,-1,'usercss_borderstyle_hidden','user','Hidden','vbulletin','',1192031347,'3.7.0 Beta 1'),(10581,-1,'usercss_borderstyle_inset','user','Inset','vbulletin','',1192031458,'3.7.0 Beta 1'),(10582,-1,'usercss_borderstyle_none','user','None','vbulletin','',1192031328,'3.7.0 Beta 1'),(10583,-1,'usercss_borderstyle_outset','user','Outset','vbulletin','',1192031472,'3.7.0 Beta 1'),(10584,-1,'usercss_borderstyle_ridge','user','Ridge','vbulletin','',1192031446,'3.7.0 Beta 1'),(10585,-1,'usercss_borderstyle_solid','user','Solid','vbulletin','',1192031390,'3.7.0 Beta 1'),(10586,-1,'usercss_color','user','Text Color','vbulletin','vBulletin Solutions',1195046971,'3.7.0 Beta 1'),(10587,-1,'usercss_example','user','Style Customization Example Key','vbulletin','vBulletin Solutions',1195129959,'3.7.0 Beta 1'),(10588,-1,'usercss_font_family','user','Font Family','vbulletin','',1191862087,'3.7.0 Beta 1'),(10589,-1,'usercss_font_size','user','Font Size','vbulletin','',1191862131,'3.7.0 Beta 1'),(10590,-1,'usercss_inputs','user','Controls','vbulletin','vBulletin Solutions',1197551855,'3.7.0 Beta 1'),(10591,-1,'usercss_linkcolor','user','Hyperlink Color','vbulletin','vBulletin Solutions',1195049917,'3.7.0 Beta 1'),(10592,-1,'usercss_main','user','Main','vbulletin','',1192021594,'3.7.0 Beta 1'),(10593,-1,'usercss_padding','user','Padding','vbulletin','vBulletin Solutions',1195046308,'3.7.0 Beta 1'),(10594,-1,'usercss_repeat_no_repeat','user','None','vbulletin','vBulletin Solutions',1196176567,'3.7.0 Beta 1'),(10595,-1,'usercss_repeat_repeat','user','Both','vbulletin','vBulletin Solutions',1196176573,'3.7.0 Beta 1'),(10596,-1,'usercss_repeat_repeat_x','user','Horizontal','vbulletin','vBulletin Solutions',1196176581,'3.7.0 Beta 1'),(10597,-1,'usercss_repeat_repeat_y','user','Vertical','vbulletin','vBulletin Solutions',1196176586,'3.7.0 Beta 1'),(10598,-1,'usercss_shadecolor','user','Shaded Text Color','vbulletin','vBulletin Solutions',1195049932,'3.7.0 Beta 1'),(10599,-1,'usercss_tablefooter','user','Block Footers','vbulletin','vBulletin Solutions',1197552440,'3.7.0 Beta 1'),(10600,-1,'usercss_tablefooter_desc','user','Some <em>but not all</em> blocks may have an additional bar at the bottom containing buttons etc.','vbulletin','vBulletin Solutions',1197551437,'3.7.0 Beta 1'),(10601,-1,'usercss_tableheader','user','Minor Block Headers','vbulletin','vBulletin Solutions',1197552409,'3.7.0 Beta 1'),(10602,-1,'usercss_tabletitle','user','Major Block Headers','vbulletin','vBulletin Solutions',1197552421,'3.7.0 Beta 1'),(10603,-1,'usersetting_biography','user','About Me','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10604,-1,'usersetting_biography_desc','user','A few details about yourself.','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10605,-1,'usersetting_birth_date_desc','user','Your date of birth and age are displayed in several places on the forum. Only the administrator will have access\r\nto your date of birth should you choose to hide it via the privacy option above.','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10606,-1,'usersetting_change_email','user','Change your email address','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10607,-1,'usersetting_change_email_new','user','Enter new email address','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10608,-1,'usersetting_change_email_renew','user','Re-enter new email address','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10609,-1,'usersetting_change_password','user','Change your password','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10610,-1,'usersetting_change_password_current','user','Enter current password','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10611,-1,'usersetting_change_password_forget','user','Forgot your password?','vbulletin','',1319233803,'5.0.0 Alpha 28'),(10612,-1,'usersetting_change_password_new','user','Enter new password','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10613,-1,'usersetting_change_password_renew','user','Re-enter new password','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10614,-1,'usersetting_conversation_details','user','Conversation Detail Options','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10615,-1,'usersetting_displaymode','user','Display mode','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10616,-1,'usersetting_displaymode_desc','user','Use this option to set which display mode you would like to see when you are on the conversation detail page.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10617,-1,'usersetting_dst_correction','user','DST Correction','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10618,-1,'usersetting_editorinterface','user','Advanced Editor Interface','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10619,-1,'usersetting_editorinterface_desc','user','When you post using the advanced editor, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately.<br /><br />Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting, try switching to a different interface type.','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10620,-1,'usersetting_email','user','Email Address','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10621,-1,'usersetting_emailnotification','user','Email Notifications','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10622,-1,'usersetting_emailnotification_comments_on_discussion','user','Comments on your discussion','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10623,-1,'usersetting_emailnotification_comments_on_links','user','Comments on your links','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10624,-1,'usersetting_emailnotification_comments_on_mixedcontents','user','Comments on your advanced editor contents','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10625,-1,'usersetting_emailnotification_comments_on_photos','user','Comments on your photos','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10626,-1,'usersetting_emailnotification_comments_on_videos','user','Comments on your videos','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10627,-1,'usersetting_emailnotification_daily','user','On, daily','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10628,-1,'usersetting_emailnotification_desc','user','When you post a new conversation, reply to a topic or someone likes your post, you can choose to automatically receive email notification or select the frequency of email notification.','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10629,-1,'usersetting_emailnotification_general_followrequest','user','Confirms a subscribe request','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10630,-1,'usersetting_emailnotification_general_follows','user','Subscribes to you','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10631,-1,'usersetting_emailnotification_general_likespost','user','Likes your post','vbulletin','vBulletin Solutions',1358527134,'5.0.0 Beta 28'),(10632,-1,'usersetting_emailnotification_general_pm','user','Sends you a private message','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10633,-1,'usersetting_emailnotification_general_siteperm','user','Changes your site permission','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10634,-1,'usersetting_emailnotification_general_vm','user','Posts on your visitor message board','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10635,-1,'usersetting_emailnotification_general_votesconv','user','Votes on your polls','vbulletin','vBulletin Solutions',1319233803,'5.0.0 Beta 28'),(10636,-1,'usersetting_emailnotification_general_votesreplies','user','Votes on your replies','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10637,-1,'usersetting_emailnotification_none','user','Off, through my Message Center only','vbulletin','',1348789156,'5.0.0 Beta 13'),(10638,-1,'usersetting_emailnotification_on','user','On','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10639,-1,'usersetting_emailnotification_reply_after_discussion','user','Replies after you on a discussion','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10640,-1,'usersetting_emailnotification_reply_after_link','user','Replies after you on a link','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10641,-1,'usersetting_emailnotification_reply_after_mixedcontent','user','Replies after you on an advanced editor content','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10642,-1,'usersetting_emailnotification_reply_after_photo','user','Replies after you on a photo','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10643,-1,'usersetting_emailnotification_reply_after_video','user','Replies after you on a video','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10644,-1,'usersetting_emailnotification_reply_on_discussion','user','Replies to your discussion (this also includes comments in your topics)','vbulletin','vBulletin Solutions',1319233803,'5.0.0 Beta 28'),(10645,-1,'usersetting_emailnotification_reply_on_links','user','Replies to your links','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10646,-1,'usersetting_emailnotification_reply_on_mixedcontents','user','Replies to your advanced editor contents','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10647,-1,'usersetting_emailnotification_reply_on_photos','user','Replies to your photos','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10648,-1,'usersetting_emailnotification_reply_on_polls','user','Replies to your polls','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10649,-1,'usersetting_emailnotification_reply_on_videos','user','Replies to your videos','vbulletin','',1319233803,'5.0.0 Alpha 21'),(10650,-1,'usersetting_emailnotification_weekly','user','On, weekly','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10651,-1,'usersetting_enable_invisible','user','Enable invisible mode','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10652,-1,'usersetting_enable_reputation','user','Enable reputation level','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10653,-1,'usersetting_facebook_connect','user','Facebook Connect','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10654,-1,'usersetting_followerequest','user','Auto-accept subscriber requests','vbulletin','',1319233803,'5.0.0 Alpha 20'),(10655,-1,'usersetting_followerequest_desc','user','Auto-accept subscriber requests from other members to subscribe to profile updates.','vbulletin','',1319233803,'5.0.0 Alpha 20'),(10656,-1,'usersetting_followerequest_title','user','Subscriber Request','vbulletin','',1319233803,'5.0.0 Alpha 20'),(10657,-1,'usersetting_ignorelist_desc','user','To block certain users\' posts, enter their names into the ignore list. To remove users from the ignore list, click the \'x\' button.','vbulletin','',1319233803,'5.0.0 Beta 11'),(10658,-1,'usersetting_im','user','Contact Information','vbulletin','',1346119551,'5.0.0 Alpha 38'),(10659,-1,'usersetting_im_desc','user','Add another screen name','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10660,-1,'usersetting_mixedcontent','user','Mixed Content','vbulletin','',1317673603,'5.0.0 alpha 8'),(10661,-1,'usersetting_other_customizations','user','Other User Customizations','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10662,-1,'usersetting_pm_desc','user','If you do not want to send or receive private messages, uncheck the box.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10663,-1,'usersetting_pm_receive_desc','user','You may limit the receipt of private messages to just administrator and your <a href=\"{1}\">followers</a>. Other members who attempt to send messages to you will be told that you have disabled private messaging.','vbulletin','vBulletin Solutions',1356617849,'5.0.0 Beta 25'),(10664,-1,'usersetting_ppp','user','Posts per Page','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10665,-1,'usersetting_ppp_desc','user','Use this option to set the number of posts to show in a conversation detail page before splitting the display into multiple pages.','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10666,-1,'usersetting_profile_desc','user','Customize who can see and comment on things you started, replied, followed and following under your profile.','vbulletin','',1319233803,'5.0.0 Alpha 8'),(10667,-1,'usersetting_receive_pm_subscribers','user','Only from subscribers and administrators','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10668,-1,'usersetting_reputation_desc','user','Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option.<br />','vbulletin','',1319233803,'5.0.0 Alpha 7'),(10669,-1,'usersetting_showavatar','user','Show Avatar','vbulletin','vBulletin Solutions',1355156486,'5.0.0 Beta 23'),(10670,-1,'usersetting_showusercss','user','Show other user customizations','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10671,-1,'usersetting_signature_collapsed','user','Collapsed','vbulletin','',1324988735,'5.0.0 Alpha 14'),(10672,-1,'usersetting_signature_errorsaving','user','Error saving signature','vbulletin','',1325877239,'5.0.0 Alpha 14'),(10673,-1,'usersetting_signature_inline','user','Inline','vbulletin','',1324988752,'5.0.0 Alpha 14'),(10674,-1,'usersetting_signature_previewpostsignature','user','Preview Post Signature','vbulletin','',1325876567,'5.0.0 Alpha 14'),(10675,-1,'usersetting_signatures','user','Show post signature','vbulletin','',1319233803,'5.0.0 Alpha 14'),(10676,-1,'usersetting_signatures_desc','user','Use this option to set which display mode you would like to use for displaying user signatures.','vbulletin','vBulletin Solutions',1352443820,'5.0.0 Beta 19'),(10677,-1,'usersetting_signatures_link','user','Edit Post Signature','vbulletin','',1319233803,'5.0.0 Alpha 28'),(10678,-1,'usersetting_user_title_desc','user','This is the title that appears beneath your name on your posts. If you wish to use the default title, check the\r\n\"Set to default\" box.','vbulletin','',1317673603,'5.0.0 Alpha 7'),(10679,-1,'usersetting_vm_desc','user','The visitor messaging allows members to leave messages to one another publicly. If you do not want to receive visitor messages, uncheck the box to turn off the visitor messaging system.','vbulletin','vBulletin Solutions',1350515957,'5.0.0 Beta 16'),(10680,-1,'usersetting_web_desc','user','If you would like to let other visitors to this site know the URL of your own web site, enter it here.','vbulletin','',1317673603,'5.0.0 Alpha 14'),(10681,-1,'usersetting_web_title','user','Web','vbulletin','',1317673603,'5.0.0 Alpha 31'),(10682,-1,'vcard','user','vCard','vbulletin','',1196708213,'3.7.0 Beta 1'),(10683,-1,'vcard_download','user','vCard Download','vbulletin','',1263309198,'4.0.2'),(10684,-1,'view_conversation','user','View Conversation','vbulletin','vBulletin Solutions',1202925436,'3.7.0 Beta 5'),(10685,-1,'view_conversation_between_x_and_y','user','View Conversation Between {1} and {2}','vbulletin','vBulletin Solutions',1203692338,'3.7.0 Beta 6'),(10686,-1,'view_your_conversation_with_x','user','View Your Conversation with {1}','vbulletin','vBulletin Solutions',1203690077,'3.7.0 Beta 6'),(10687,-1,'visible_post_elements','user','Visible Post Elements','vbulletin','',0,''),(10688,-1,'visitor_message','user','Visitor Message','vbulletin','vBulletin Solutions',1197370652,'3.7.0 Beta 1'),(10689,-1,'visitor_messaging','user','Visitor Messaging','vbulletin','vBulletin Solutions',1203119160,'3.7.0 Beta 6'),(10690,-1,'x_posted_visitormessage_for_y','user','{1} posted a Visitor Message for {2}','vbulletin','',1317673603,'5.0.0 alpha 6'),(10691,-1,'x_posted_visitormessage_for_y_2','user','<a href=\"{2}\">{1}</a> posted a Visitor Message for <a href=\"{4}\">{3}</a>','vbulletin','',1317673603,'5.0.0 Alpha 12'),(10692,-1,'xs_picture','user','{1}\'s Profile Picture','vbulletin','vBulletin Solutions',1167178130,'3.6.5'),(10693,-1,'yahoo_messenger_handle','user','Yahoo! Messenger Handle','vbulletin','',0,''),(10694,-1,'you_lost_activation_code_or_username','user','If you have lost your activation code or you have forgotten your username, <a href=\"registration/activateemail\">click here</a> to have the codes emailed to you again.','vbulletin','',1348652839,'5.0.0 Beta 13'),(10695,-1,'your_current_user_title_is','user','Your current user title is','vbulletin','',0,''),(10696,-1,'your_date_of_birth','user','Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.','vbulletin','',0,''),(10697,-1,'your_signature','user','Your Signature','vbulletin','',0,''),(10698,-1,'blog_addBlog','vb5blog','Blog +','vbulletin','',1331747838,'5.0.0 Alpha 20'),(10699,-1,'blog_addowner','vb5blog','Add Owner','vbulletin','vBulletin Solutions',1370298812,'5.0.4 Alpha 1'),(10700,-1,'blog_admin','vb5blog','Blog Admin','vbulletin','',1332361803,'5.0.0 Alpha 20'),(10701,-1,'blog_allblogposts','vb5blog','All','vbulletin','',1331749152,'5.0.0 Alpha 20'),(10702,-1,'blog_allow_comments_explanation','vb5blog','You are allowing other members to comment on this blog post. When this option is disabled, only you and blog contributors will be able to comment on the post. If you are allowed to edit entries, you may turn this option on and off after a post has been published.','vbulletin','vBulletin Solutions',1369767940,'5.0.4 Alpha 1'),(10703,-1,'blog_blogcomments','vb5blog','Comments: ','vbulletin','',1331749550,'5.0.0 Alpha 20'),(10704,-1,'blog_blogentries','vb5blog','Blog Entries:','vbulletin','',1331749521,'5.0.0 Alpha 20'),(10705,-1,'blog_blogshow','vb5blog','Show: ','vbulletin','',1332106020,'5.0.0 Alpha 20'),(10706,-1,'blog_blogsidebar','vb5blog','Blog Latest Comments','vbulletin','',1332362953,'5.0.0 Alpha 20'),(10707,-1,'blog_categories','vb5blog','Blog Categories','vbulletin','',1332362388,'5.0.0 Alpha 20'),(10708,-1,'blog_contributor','vb5blog','Blog Contributor','vbulletin','',1343696749,'5.0.0 Alpha 32'),(10709,-1,'blog_contributors','vb5blog','Contributors:','vbulletin','',1331749785,'5.0.0 Alpha 20'),(10710,-1,'blog_daily','vb5blog','Daily','vbulletin','',1332110122,'5.0.0 Alpha 20'),(10711,-1,'blog_enter_username','vb5blog','Enter a User Name:','vbulletin','vBulletin Solutions',1370298812,'5.0.4 Alpha 1'),(10712,-1,'blog_home','vb5blog','Blog Home','vbulletin','',1332358129,'5.0.0 Alpha 20'),(10713,-1,'blog_lastPostLabel','vb5blog','Last Post','vbulletin','',1331749290,'5.0.0 Alpha 20'),(10714,-1,'blog_memberblogLabel','vb5blog','Member Blogs','vbulletin','',1331749226,'5.0.0 Alpha 20'),(10715,-1,'blog_memberblogs','vb5blog','Member Blogs','vbulletin','',1330970649,'5.0.0 Alpha 20'),(10716,-1,'blog_monthly','vb5blog','Monthly','vbulletin','',1332110150,'5.0.0 Alpha 20'),(10717,-1,'blog_myblogposts','vb5blog','My Blog Posts','vbulletin','',1332268391,'5.0.0 Alpha 20'),(10718,-1,'blog_ownerblog','vb5blog','Owner:','vbulletin','',1331749746,'5.0.0 Alpha 20'),(10719,-1,'blog_posts','vb5blog','Blog Posts','vbulletin','',1330968802,'5.0.0 Alpha 20'),(10720,-1,'blog_select_a_moderator','vb5blog','Select a Moderator:','vbulletin','vBulletin Solutions',1370298812,'5.0.4 Alpha 1'),(10721,-1,'blog_select_moderator','vb5blog','Select Moderator','vbulletin','vBulletin Solutions',1370298812,'5.0.4 Alpha 1'),(10722,-1,'blog_statsLabel','vb5blog','Statistics','vbulletin','',1331749263,'5.0.0 Alpha 20'),(10723,-1,'blog_subscribed','vb5blog','Subscribed','vbulletin','',1343783829,'5.0.0 Alpha 32'),(10724,-1,'error_fetching_blogs','vb5blog','Error fetching blogs.','vbulletin','',1348790473,'5.0.0 Beta 13'),(10725,-1,'no_blogs_found','vb5blog','No blogs found.','vbulletin','',1348787778,'5.0.0 Beta 13'),(10726,-1,'php','vbblock','PHP','vbulletin','',1259997645,'4.0.0 Release Candidate 2'),(10727,-1,'pure_text','vbblock','Text','vbulletin','',1267640315,'4.0.4'),(10728,-1,'setting_addheaders_desc','vbsettings','This option does not work with some combinations of web server, so it is off by default. However, some IIS setups may need it turned on.<br />\r\n<br />\r\nIt will send the 200 OK HTTP headers if turned on.','vbulletin','vBulletin Solutions',1150192029,'3.6.0 Beta 2'),(10729,-1,'setting_addheaders_title','vbsettings','Add Standard HTTP Headers','vbulletin','',0,''),(10730,-1,'setting_address_desc','vbsettings','Address of your company. COPPA forms will be posted to this address.','vbulletin','',0,''),(10731,-1,'setting_address_title','vbsettings','Company Address','vbulletin','',0,''),(10732,-1,'setting_addtemplatename_desc','vbsettings','Add the template name at the beginning and end of every template rendered. This is useful for debugging and analyzing the HTML code, but turn it off to save bandwidth when running in a production environment.','vbulletin','',1337301980,'5.0.0 Alpha 24'),(10733,-1,'setting_addtemplatename_title','vbsettings','Add Template Name in HTML Comments','vbulletin','',1337301980,'5.0.0 Alpha 24'),(10734,-1,'setting_adminpower_desc','vbsettings','How many reputation points does an administrator give or take away with each click?<br />\r\n<br />Set to 0 to have administrators follow the same rules as everyone else.','vbulletin','',0,''),(10735,-1,'setting_adminpower_title','vbsettings','Administrator\'s Reputation Power','vbulletin','',0,''),(10736,-1,'setting_adminquickstats_desc','vbsettings','Display additional \'Quick Stats\' on the main index page of the Admin Control Panel? Displaying these statistics may cause a performance issue on large boards.','vbulletin','vBulletin Solutions',1216205558,'3.8.0 Alpha 1'),(10737,-1,'setting_adminquickstats_title','vbsettings','Control Panel Quick Statistics','vbulletin','',0,''),(10738,-1,'setting_advimagepopup_enable_desc','vbsettings','Enabling this option will turn on the Advanced Insert Image Dialog, which will allow users to insert images from the computer, or retrieve images referenced from a URL and store them locally. Disabling this option will display the legacy from URL attachment dialog.','vbulletin','',1268766663,'4.0.4'),(10739,-1,'setting_advimagepopup_enable_title','vbsettings','Advanced Insert Image Popup - Enable','vbulletin','',1268766663,'4.0.4'),(10740,-1,'setting_aggressiveemailban_desc','vbsettings','If this option is enabled, when checking for banned emails, incomplete addresses are matched anywhere in the email address, not just the end.<br />\r\n<br />\r\nFor example, if this option is enabled \'yahoo\' will block any email address with \'yahoo\' in it. If this option is disabled, no emails will be banned unless the ban was changed to \'yahoo.com\'.','vbulletin','vBulletin Solutions',1205425337,'3.7.0 Release Candidate 1'),(10741,-1,'setting_aggressiveemailban_title','vbsettings','Aggressive Email Banning','vbulletin','vBulletin Solutions',1205425337,'3.7.0 Release Candidate 1'),(10742,-1,'setting_ajaxheader_desc','vbsettings','Determines if the content length header is sent with XML (ajax) replies. This is normally only sent if you use IIS, please see read help for more details.','vbulletin','',1317849568,'5.0.0 Alpha 32'),(10743,-1,'setting_ajaxheader_title','vbsettings','Ajax Content Length Header','vbulletin','',1317849568,'5.0.0 Alpha 32'),(10744,-1,'setting_album_captionpreviewlen_desc','vbsettings','The amount of characters from a picture\'s caption that will be shown when a user hovers over the picture.','vbulletin','vBulletin Solutions',1199365091,'3.7.0 Beta 4'),(10745,-1,'setting_album_captionpreviewlen_title','vbsettings','Caption Preview Length','vbulletin','vBulletin Solutions',1199365091,'3.7.0 Beta 4'),(10746,-1,'setting_album_dataloc_desc','vbsettings','Leave this settings alone','vbulletin','',1347910217,'5.0.0 Beta 12'),(10747,-1,'setting_album_dataloc_title','vbsettings','Album Data Location','vbulletin','vBulletin Solutions',1192198430,'3.7.0 Beta 1'),(10748,-1,'setting_album_maxpicsperalbum_desc','vbsettings','You may choose to limit the number of pictures that a user can have in one album. This is primarily useful for encouraging your users to have albums for smaller topics, but it does have minor performance considerations as well. The usergroup setting \"Maximum Number of Album Pictures\" takes precedence over this setting.<br />\r\n<br />\r\nSet this to 0 to disable the limit.','vbulletin','',1264613614,'4.0.3'),(10749,-1,'setting_album_maxpicsperalbum_title','vbsettings','Maximum Pictures per Album','vbulletin','',1264613614,'4.0.3'),(10750,-1,'setting_album_picpath_desc','vbsettings','Leave this settings alone','vbulletin','',1347910217,'5.0.0 Beta 12'),(10751,-1,'setting_album_picpath_title','vbsettings','Album Full Picture Path','vbulletin','vBulletin Solutions',1192198452,'3.7.0 Beta 1'),(10752,-1,'setting_album_pictures_perpage_desc','vbsettings','When viewing an album, this controls how many pictures are displayed before pagination occurs.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954878,'3.7.0 Release Candidate 4'),(10753,-1,'setting_album_pictures_perpage_title','vbsettings','Pictures Per Page','vbulletin','vBulletin Solutions',1208954878,'3.7.0 Release Candidate 4'),(10754,-1,'setting_album_recentalbumdays_desc','vbsettings','You may set the amount of days that albums are relevant in the Recently Updated Albums list. You may want to increase this value if picture updates are infrequent, or vice versa.<br /><br /><strong>Note:</strong> If user album permissions are changed, the Recently Update Album list can be rebuilt with <a href=\"misc.php?do=chooser\">Rebuild Counters</a>.\r\n\r\nIf you set this to 0, Recently Updated Albums will be disabled.','vbulletin','',1217340531,'3.8.0 Alpha 1'),(10755,-1,'setting_album_recentalbumdays_title','vbsettings','Recent Album Update Days','vbulletin','',1217340531,'3.8.0 Alpha 1'),(10756,-1,'setting_album_thumbpath_desc','vbsettings','Leave this settings alone','vbulletin','',1347910217,'5.0.0 Beta 12'),(10757,-1,'setting_album_thumbpath_title','vbsettings','Album Thumbnail Path','vbulletin','vBulletin Solutions',1192198462,'3.7.0 Beta 1'),(10758,-1,'setting_album_thumburl_desc','vbsettings','Leave this settings alone','vbulletin','',1347910217,'5.0.0 Beta 12'),(10759,-1,'setting_album_thumburl_title','vbsettings','Album Thumbnail URL','vbulletin','vBulletin Solutions',1192198474,'3.7.0 Beta 1'),(10760,-1,'setting_albums_perpage_desc','vbsettings','When listing multiple albums on one page, this controls how many will be displayed before pagination occurs.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954887,'3.7.0 Release Candidate 4'),(10761,-1,'setting_albums_perpage_title','vbsettings','Albums Per Page','vbulletin','vBulletin Solutions',1208954887,'3.7.0 Release Candidate 4'),(10762,-1,'setting_albums_pictures_moderation_desc','vbsettings','When enabled, all new pictures are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1203549783,'3.7.0 Beta 6'),(10763,-1,'setting_albums_pictures_moderation_title','vbsettings','Picture Moderation','vbulletin','vBulletin Solutions',1203549783,'3.7.0 Beta 6'),(10764,-1,'setting_allow_signatures_desc','vbsettings','This allows users to include a signature in their posts.','vbulletin','',1324907205,'5.0.0 Alpha 14'),(10765,-1,'setting_allow_signatures_title','vbsettings','Allow Signatures','vbulletin','',1324907205,'5.0.0 Alpha 14'),(10766,-1,'setting_allowattachdel_desc','vbsettings','Allow users to delete attachments, even if the post edit time limit has been exceeded? If you have attachment quotas enabled then you will need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply.','vbulletin','',0,''),(10767,-1,'setting_allowattachdel_title','vbsettings','Allow Deletion of Attachments Beyond Edit Time Limit','vbulletin','',0,''),(10768,-1,'setting_allowbbcode_desc','vbsettings','Allow users to include BB code in non-forum-specific areas? (Such as [b], [i] etc.)','vbulletin','vBulletin Solutions',1206965535,'3.7.0 Release Candidate 2'),(10769,-1,'setting_allowbbcode_title','vbsettings','Allow BB Code in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1195475585,'3.7.0 Beta 1'),(10770,-1,'setting_allowbbimagecode_desc','vbsettings','Allow users to include [IMG] codes in Non Forum Specific Areas?','vbulletin','vBulletin Solutions',1195216721,'3.7.0 Beta 1'),(10771,-1,'setting_allowbbimagecode_title','vbsettings','Allow [IMG] Code in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1195216721,'3.7.0 Beta 1'),(10772,-1,'setting_allowchangestyles_desc','vbsettings','This allows users to set their preferred style set on registration or when editing their option. Setting this to \'No\' disables that option and will force them to use whatever style has been specified.','vbulletin','',0,''),(10773,-1,'setting_allowchangestyles_title','vbsettings','Allow Users To Change Styles','vbulletin','',0,''),(10774,-1,'setting_allowclosedattachdel_desc','vbsettings','Allow users to delete attachments from topics that are closed? If you have attachment quotas enabled then you might need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply. If the above option is set to NO then this option will only apply up to the edit time limit setting.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10775,-1,'setting_allowclosedattachdel_title','vbsettings','Allow Deletion of Attachments in Closed Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10776,-1,'setting_allowduplicates_desc','vbsettings','This setting only checks for attachments posted by the user that is making the post.','vbulletin','',0,''),(10777,-1,'setting_allowduplicates_title','vbsettings','Allow Duplicate Attached Images','vbulletin','',0,''),(10778,-1,'setting_allowedbbcodes_desc','vbsettings','This setting allows you to enable and disable various built-in BB code tags in vBulletin.<br />\r\n<br />\r\nDisabling a BB code tag will prevent it from working anywhere on the forum, including signatures, private messages, user notes etc.','vbulletin','vBulletin Solutions',1206965501,'3.7.0 Release Candidate 2'),(10779,-1,'setting_allowedbbcodes_title','vbsettings','Enabled Built-in BB Code Tags','vbulletin','vBulletin Solutions',1206965550,'3.7.0 Release Candidate 2'),(10780,-1,'setting_allowedreferrers_desc','vbsettings','For security purposes, vBulletin only allows data to be submitted via post from within the domain the board is installed on. If you are submitting post requests from a different domain or subdomain, you must add them here.\r\n<br /><br />\r\nEnter domains in the form of .domain.com (including the leading dot). Separate multiple domains by line breaks.','vbulletin','vBulletin Solutions',1156504505,'3.6.1'),(10781,-1,'setting_allowedreferrers_title','vbsettings','Post Referrer Whitelist','vbulletin','',0,''),(10782,-1,'setting_allowhtml_desc','vbsettings','Allow users to include raw HTML code in Non Forum Specific Areas?<br />(<b>Strongly not recommended.</b>)','vbulletin','vBulletin Solutions',1195216727,'3.7.0 Beta 1'),(10783,-1,'setting_allowhtml_title','vbsettings','Allow HTML in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1195216727,'3.7.0 Beta 1'),(10784,-1,'setting_allowkeepbannedemail_desc','vbsettings','If you ban an email address and a user already uses that address, a problem will occur. Using this option, you can specify whether the user will have to enter a new email address in their profile when they next modify their email address, or whether the user can just keep the email address which you have banned.','vbulletin','',0,''),(10785,-1,'setting_allowkeepbannedemail_title','vbsettings','Allow User to Keep Banned Email Addresses','vbulletin','',0,''),(10786,-1,'setting_allowmultiregs_desc','vbsettings','Normally, vBulletin will stop users signing up for multiple names by checking for a cookie on the user\'s machine. If one exists, then the user may not sign up for additional names. <b>Note</b>: This does not stop users from logging out and then registering new accounts.<br />\r\n<br />\r\nIf you wish to allow your users to sign up for multiple names, then select yes for this option, and they will not be blocked from registering additional usernames.','vbulletin','',0,''),(10787,-1,'setting_allowmultiregs_title','vbsettings','Allow Multiple Registrations Per User','vbulletin','',0,''),(10788,-1,'setting_allowregistration_desc','vbsettings','If you would like to temporarily (or permanently) prevent anyone new from registering, you can do so. Anyone attempting to register will be told that you are not accepting new registrations at this time.','vbulletin','',0,''),(10789,-1,'setting_allowregistration_title','vbsettings','Allow New User Registrations','vbulletin','',0,''),(10790,-1,'setting_allowsmilies_desc','vbsettings','Allow users to include smilies in Non Forum Specific Areas?','vbulletin','vBulletin Solutions',1195216716,'3.7.0 Beta 1'),(10791,-1,'setting_allowsmilies_title','vbsettings','Allow Smilies in Non Forum Specific Areas','vbulletin','vBulletin Solutions',1195216716,'3.7.0 Beta 1'),(10792,-1,'setting_apikey_desc','vbsettings','Leave this setting alone.','vbulletin','',1286965311,'4.0.9'),(10793,-1,'setting_apikey_title','vbsettings','API Key','vbulletin','',1286965311,'4.0.9'),(10794,-1,'setting_apilogpostparam_desc','vbsettings','When \"Enable API Log\" is set to \"Yes\", this option decides whether to log API POST parameters. Please note that POST parameters can contain a lot of data, which can in turn can take up large amounts of database space.','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(10795,-1,'setting_apilogpostparam_title','vbsettings','Log API POST parameters','vbulletin','',1288615041,'4.0.9'),(10796,-1,'setting_attachboxcount_desc','vbsettings','This option sets how many attachment upload input boxes are displayed on the upload form.','vbulletin','vBulletin Solutions',1199365577,'3.7.0 Beta 4'),(10797,-1,'setting_attachboxcount_title','vbsettings','Attachment Upload Inputs','vbulletin','vBulletin Solutions',1199365577,'3.7.0 Beta 4'),(10798,-1,'setting_attachfile_desc','vbsettings','Leave this setting alone.<br />\r\n<br />\r\nBefore 3.0.0 RC1, we stored attachments for each user in a sub folder named after that user\'s userid. This resulted in us having X folders for X users with attachments. Some systems couldn\'t cope when this number exceeded 32,768 so we altered this method for 3.0.0 RC1. Now each digit of the userid is made into a directory, i.e. userid 568 gets her attachments stored in /path/5/6/8. To use the new setting you must move all of your attachments back into the DB and then move them back out to the FS. This is the only way to \'activate\' the new option.','vbulletin','vBulletin Solutions',1148682921,'3.6.0 Beta 1'),(10799,-1,'setting_attachfile_title','vbsettings','Save Attachments as Files','vbulletin','vBulletin Solutions',1148682921,'3.6.0 Beta 1'),(10800,-1,'setting_attachmentviewslive_desc','vbsettings','Option to update attachment views immediately, or once an hour. If you have a large number of inline graphic attachments, you will probably want to disable immediate updates, since they are quite server intensive.','vbulletin','',0,''),(10801,-1,'setting_attachmentviewslive_title','vbsettings','Update Attachment Views Immediately','vbulletin','',0,''),(10802,-1,'setting_attachpath_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1148682848,'3.6.0 Beta 1'),(10803,-1,'setting_attachpath_title','vbsettings','File Attachment Path','vbulletin','vBulletin Solutions',1148682848,'3.6.0 Beta 1'),(10804,-1,'setting_attachresize_desc','vbsettings','If an image is larger than your maximum allowed dimensions or file-size, an attempt to resize it will be tried. This may fail if the image is too large to be successfully processed or if the image type is not supported for resizing. When this option is enabled, you should limit the Attachment Input options above to one, otherwise the uploading of multiple large images by one user could strain your server.','vbulletin','',1344993152,'5.0.0 Alpha 35'),(10805,-1,'setting_attachresize_title','vbsettings','Resize Images','vbulletin','vBulletin Solutions',1158183060,'3.6.2'),(10806,-1,'setting_attachresizes_desc','vbsettings','Several image sizes are created on demand for uploaded images. The max dimensions for each size are defined here. Defining a size as \"0\" will result in that type returning the full size image.','vbulletin','vBulletin Solutions',1359142083,'5.0.0 Beta 28'),(10807,-1,'setting_attachresizes_title','vbsettings','Attachment Resize Options','vbulletin','vBulletin Solutions',1359142083,'5.0.0 Beta 28'),(10808,-1,'setting_attachrow_desc','vbsettings','How many thumbnails do you wish to display per line on user\'s post, assuming you allow more than one attachment per post?','vbulletin','vBulletin Solutions',1199365591,'3.7.0 Beta 4'),(10809,-1,'setting_attachrow_title','vbsettings','Thumbnails Per Row','vbulletin','vBulletin Solutions',1199365591,'3.7.0 Beta 4'),(10810,-1,'setting_attachthumbs_desc','vbsettings','If your version of PHP supports image functions, you may enable the creation of thumbnails for images. This is the master switch to enable/disable thumbnail display. Go to Attachments -> Attachment Manager -> Edit -> Display to choose what image types will be thumbnailed. You will need to go to <b>Maintenance</b> -> <b>Update Counters</b> -> <b>Rebuild Attachment Thumbnails</b> after changing this setting.','vbulletin','vBulletin Solutions',1154965582,'3.6.1'),(10811,-1,'setting_attachthumbs_title','vbsettings','Thumbnail Creation','vbulletin','vBulletin Solutions',1154965582,'3.6.1'),(10812,-1,'setting_attachtotalspace_desc','vbsettings','Use this option to limit the total combined amount of disk space in bytes that <i>all</i> attachments can occupy.<br />\r\n<br />\r\nSet the option to 0 to have no disk space limit.','vbulletin','',0,''),(10813,-1,'setting_attachtotalspace_title','vbsettings','Limit Space Taken Up By Attachments (Total)','vbulletin','',0,''),(10814,-1,'setting_attachurlcount_desc','vbsettings','This option sets how many attachment URL input boxes are displayed on the upload form.','vbulletin','vBulletin Solutions',1199365584,'3.7.0 Beta 4'),(10815,-1,'setting_attachurlcount_title','vbsettings','Attachment URL Inputs','vbulletin','vBulletin Solutions',1199365584,'3.7.0 Beta 4'),(10816,-1,'setting_autosave_desc','vbsettings','While users are writing messages, the in progress content can be automatically saved in case the user\'s browser crashes or the user mistakenly leaves the page. The time between automatic saves is set in seconds. 20 seconds is the minimum value that will be accepted. If you wish to disable auto-save, set this value to 0.','vbulletin','vBulletin Solutions',1363649797,'5.0.2 Alpha 2'),(10817,-1,'setting_autosave_title','vbsettings','Auto-Save Content','vbulletin','vBulletin Solutions',1363649797,'5.0.2 Alpha 2'),(10818,-1,'setting_avatarenabled_desc','vbsettings','Use this option to enable/disable the overall use of avatars.<br />\r\n<br />\r\nAvatars are small images chosen by the user and displayed under usernames in topic display and user info pages.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10819,-1,'setting_avatarenabled_title','vbsettings','Avatars Enabled','vbulletin','',0,''),(10820,-1,'setting_avatarpath_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1148682859,'3.6.0 Beta 1'),(10821,-1,'setting_avatarpath_title','vbsettings','Avatar File Path','vbulletin','vBulletin Solutions',1148682859,'3.6.0 Beta 1'),(10822,-1,'setting_avatarurl_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1148682868,'3.6.0 Beta 1'),(10823,-1,'setting_avatarurl_title','vbsettings','Avatar URL','vbulletin','vBulletin Solutions',1148682868,'3.6.0 Beta 1'),(10824,-1,'setting_badwords_desc','vbsettings','If there are special words that are very common for your forum, you may wish to remove them from being searchable. Searching for very common words on a large forum can be server intensive.\r\n\r\nSeparate each word with a space.','vbulletin','',0,''),(10825,-1,'setting_badwords_title','vbsettings','Words to be excluded from search','vbulletin','',0,''),(10826,-1,'setting_banemail_desc','vbsettings','Email address ban lists: You may ban any email addresses from registering and posting. Type in the complete email address (user@example.com), or use a partial email address (as in @example.com).<br />\r\n<br />\r\nNote that partial email addresses are matched from the <em>end</em> of the address unless you enable \'Aggressive Email Banning\' below. Therefore if you ban @example.com you will ban user@example.com, but if you ban @example that user will <em>not</em> be banned. If you enable \'Aggressive Email Banning\', user@example.com would be banned by @example.<br />\r\n<br />\r\nIf the email address of a user attempting to register or change their email address matches any of the addresses you specify here will see a no-permission error. For example, if you have banned \'example.com\' then a user attempting to use \'someone@example.com\' will be rejected.<br />\r\n<br />\r\nPut a space between each email address or email address fragment.','vbulletin','vBulletin Solutions',1239102304,'4.0.0 Alpha 1'),(10827,-1,'setting_banemail_title','vbsettings','Banned Email Addresses','vbulletin','vBulletin Solutions',1239102304,'4.0.0 Alpha 1'),(10828,-1,'setting_banip_desc','vbsettings','Use this option to prevent certain IP addresses from accessing any part of your board.<br />\r\n<br />\r\nIf you enter a complete IP address (242.21.11.7), only that IP will be banned.<br />\r\nIf you enter a partial IP (243.21.11. or 243.21.11), any IPs that begin with the partial IP will be banned. For example, banning 243.21.11 will prevent 243.21.11.7 from accessing your board. However, 243.21.115.7 would still be able to access your board.<br />\r\n<br />\r\nYou may also use an \'*\' as a wildcard for increased flexibility. For example, if you enter 243.21.11*, many IPs will be banned including: 243.21.11.7, 243.21.115.7, 243.21.119.225.<br />\r\n<br />\r\nPlace a space or a line break between each IP address.','vbulletin','vBulletin Solutions',1150741990,'3.6.0 Beta 3'),(10829,-1,'setting_banip_title','vbsettings','Banned IP Addresses','vbulletin','',0,''),(10830,-1,'setting_bbactive_desc','vbsettings','From time to time, you may want to turn your site off to the public while you perform maintenance, update versions, etc. When you turn your site off, visitors will receive a message that states that the site is temporarily unavailable. <b>Administrators will still be able to see the site.</b>','vbulletin','vBulletin Solutions',1368052966,'5.0.3 Alpha 3'),(10831,-1,'setting_bbactive_title','vbsettings','Site Active','vbulletin','vBulletin Solutions',1368052893,'5.0.3 Alpha 3'),(10832,-1,'setting_bbclosedreason_desc','vbsettings','The text that is presented when the BB is closed.<br />\r\n<br />\r\nNote: as an administrator, you will be able to see the forums as usual, even when you have turned them off to the public.','vbulletin','',0,''),(10833,-1,'setting_bbclosedreason_title','vbsettings','Reason For Turning Site Off','vbulletin','vBulletin Solutions',1368053135,'5.0.3 Alpha 3'),(10834,-1,'setting_bbcode_video_scrape_desc','vbsettings','The display of certain provider\'s video using the [video] tag requires a remote request to be sent to the video service in order to retrieve the video page. Though this is only performed when the video is submitted with a post, you may wish to disable this ability. This option determines how many remote retrievals will be allowed with a single post submission. Set this option to 0 to disable remote retrieval.','vbulletin','vBulletin Solutions',1253939064,'4.0.0 Alpha 4'),(10835,-1,'setting_bbcode_video_scrape_title','vbsettings','Allow remote [video] retrieval','vbulletin','vBulletin Solutions',1253939064,'4.0.0 Alpha 4'),(10836,-1,'setting_bbtitle_desc','vbsettings','Name of your forum. This appears in the title of every forum page.','vbulletin','',1243379615,'4.0.0 Alpha 1'),(10837,-1,'setting_bbtitle_title','vbsettings','Forum Name','vbulletin','',1243379615,'4.0.0 Alpha 1'),(10838,-1,'setting_bburl_basepath_desc','vbsettings','If this is set to \'Yes\' the Forum URL will always be used for links instead of the current URL. This ensures that links are consistent but may not be desirable if you use multiple domains or a mix of http and https.','vbulletin','',1294335806,'5.0.0 Beta 12'),(10839,-1,'setting_bburl_basepath_title','vbsettings','Always use Forum URL as Base Path','vbulletin','',1294335806,'4.1.2'),(10840,-1,'setting_bburl_desc','vbsettings','The location of your core directory. This directory contains the vBulletin engine and is not public. Do not update unless directed to by vBulletin Support.','vbulletin','vBulletin Solutions',1377538958,'5.0.5 Alpha 4'),(10841,-1,'setting_bburl_title','vbsettings','Core URL','vbulletin','vBulletin Solutions',1357240259,'5.0.0 Beta 25'),(10842,-1,'setting_blankasciistrip_desc','vbsettings','You may wish to prevent users from using certain characters in their posts, usernames, and more. These characters are usually only used to make words appear the same to a human but different to a computer. To prevent these characters from being used, enter their character codes (numbers) here, separated by spaces. You may prefix a character code with a \'u\' to denote it is a Unicode value; click the \'?\' icon on the right for more information.<br />\r\n<br />\r\nPlease note that stripping characters with this setting may break some double-byte character sets. If you are unsure or having problems with certain characters not displaying properly, remove the contents of this setting.','vbulletin','vBulletin Solutions',1156173380,'3.6.1'),(10843,-1,'setting_blankasciistrip_title','vbsettings','Blank Character Stripper','vbulletin','vBulletin Solutions',1156173380,'3.6.1'),(10844,-1,'setting_blog_pagetemplate_desc','vbsettings','Specify the default page template to use for blogs','vbulletin','',1328211646,'5.0.0 Alpha 17'),(10845,-1,'setting_blog_pagetemplate_title','vbsettings','Default Page Template','vbulletin','',1328211646,'5.0.0 Alpha 17'),(10846,-1,'setting_bounceemail_desc','vbsettings','The email address where bounce messages will be directed. If this field is blank, the Webmaster Email address will be used.<br />\r\n<br />\r\nThis email is used when using an SMTP server, or when the \'Enable -f Parameter\' email for sendmail is switched on.','vbulletin','vBulletin Solutions',1201179693,'3.7.0 Beta 5'),(10847,-1,'setting_bounceemail_title','vbsettings','Bounce Email Address','vbulletin','vBulletin Solutions',1201179693,'3.7.0 Beta 5'),(10848,-1,'setting_cache_node_data_desc','vbsettings','Allows node data caching. Disabling this will effect performance','vbulletin','vBulletin Solutions',1361365610,'5.0.1 Alpha 2'),(10849,-1,'setting_cache_node_data_title','vbsettings','Cache Node Data','vbulletin','vBulletin Solutions',1361365610,'5.0.1 Alpha 2'),(10850,-1,'setting_cache_templates_as_files_desc','vbsettings','If this is selected the templates will be written as files in the directory selected.','vbulletin','vBulletin Solutions',1355248363,'5.0.0 Beta 24'),(10851,-1,'setting_cache_templates_as_files_title','vbsettings','Cache Templates As Files','vbulletin','vBulletin Solutions',1355248363,'5.0.0 Beta 23'),(10852,-1,'setting_cachemaxage_desc','vbsettings','Number of days to maintain a cached copy of a post. This makes topics faster to display, but means that each post takes approximately twice the storage space.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10853,-1,'setting_cachemaxage_title','vbsettings','Cached Posts Lifespan','vbulletin','',0,''),(10854,-1,'setting_calformat1_desc','vbsettings','Format of date shown in profile when user gives their birth-year.','vbulletin','',0,''),(10855,-1,'setting_calformat1_title','vbsettings','Format For Birthdays with Year Specified','vbulletin','',0,''),(10856,-1,'setting_calformat2_desc','vbsettings','Format of user\'s birthday shown on profile when the user does not specify their birth-year.<br />\r\n<i>DO NOT put in a code for the year.</i>','vbulletin','',0,''),(10857,-1,'setting_calformat2_title','vbsettings','Format For Birthdays with Year Unspecified','vbulletin','',0,''),(10858,-1,'setting_cdnurl_desc','vbsettings','Enter the base URL you have configured for your CDN here. Many people create a CNAME entry in DNS that points to their CDN, so you might have suddomain like: <i>static.yoursite.com</i> which is a CNAME to your CDN. Your CDN should be pointing to your site as the origin.','vbulletin','vBulletin Solutions',1361785273,'5.0.1 Alpha 2'),(10859,-1,'setting_cdnurl_title','vbsettings','CDN URL','vbulletin','vBulletin Solutions',1361785273,'5.0.1 Alpha 2'),(10860,-1,'setting_censorchar_desc','vbsettings','This character (or characters) will be used to replace censored words. For example, if you have censored the word \'dog\' and you set the censor character here to an asterisk (*) then any occurrences of \'dog\' in messages will appear as \'***\'.','vbulletin','',0,''),(10861,-1,'setting_censorchar_title','vbsettings','Character to Replace Censored Words','vbulletin','',0,''),(10862,-1,'setting_censorwords_desc','vbsettings','Type all words you want censored in the field below. Do not use commas to separate words, just use spaces. For example, type \'dog cat boy\', rather than \'dog, cat, boy.\'<br />\r\n<br />\r\nIf you type \'dog\', all words containing the string \'dog\' would be censored (dogma, for instance, would appear as \'***ma\'). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \'dog\' in the curly braces would mean that dogma would appear as dogma, but dog would appear as \'***\'. Thus your censor list may appear as: cat {dog} {barn} barn<br />\r\n<br />\r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words.<br /><br />You will need to <a href=\"misc.php?do=chooser\">Rebuild the Post Cache</a> after making changes to update existing posts.','vbulletin','',0,''),(10863,-1,'setting_censorwords_title','vbsettings','Censored Words','vbulletin','',0,''),(10864,-1,'setting_channeltreelife_desc','vbsettings','For the channel listings this set the maximum age, in minutes, of the channel \"last content\" data. We recommend this be set to at least a minute and preferably five minutes. You can disable caching by setting to zero, but this will significantly increase server load.','vbulletin','vBulletin Solutions',1365790084,'5.0.3 Alpha 1'),(10865,-1,'setting_channeltreelife_title','vbsettings','Age of Channel Display Last Content','vbulletin','vBulletin Solutions',1365790084,'5.0.3 Alpha 1'),(10866,-1,'setting_checkcoppa_desc','vbsettings','This option will save a cookie onto the user\'s computer if an age under 13 is entered. Subsequent registration attempts will be failed, no matter what age is entered. This only applies if the previous option is set to either <em>Enable COPPA</em> or <em>Deny registration for users under 13 years</em>.','vbulletin','vBulletin Solutions',1144879730,'3.6.0 Beta 1'),(10867,-1,'setting_checkcoppa_title','vbsettings','COPPA Registration System Cookie Check','vbulletin','',1205941780,'3.7.0 Release Candidate 1'),(10868,-1,'setting_checknewpm_desc','vbsettings','Selecting \'Yes\' for this option will cause the system to check the private message database every time a user loads a page, and will display a visible prompt if a new message has just been saved.','vbulletin','',0,''),(10869,-1,'setting_checknewpm_title','vbsettings','Instant Messaging Support - Check for New Private Messages','vbulletin','',0,''),(10870,-1,'setting_cleargifurl_desc','vbsettings','Please enter the path of your <i>clear.gif</i> image, relative to your core directory.<br />\r\nBy default, the value of this setting is \'clear.gif\', meaning that the image is located in the core directory of your vBulletin installation.<br />\r\n<br />\r\n<b>This URL must be relative, <i>NOT</i> beginning with \'http://\'</b>.','vbulletin','vBulletin Solutions',1352931352,'5.0.0 Beta 21'),(10871,-1,'setting_cleargifurl_title','vbsettings','Location of clear.gif','vbulletin','',0,''),(10872,-1,'setting_cmspreviewimagesize_desc','vbsettings','When you create a Text article, the first image attachment found will be used to generate a preview image shown in the category. This setting determines the size for that preview image.<br /><br />Available sizes are determined by the <a href=\"options.php?do=options&dogroup=attachment#attachresizes\">Attachment Resize Options</a>.','vbulletin','vBulletin Solutions',1382112908,'5.1.0 Alpha 3'),(10873,-1,'setting_cmspreviewimagesize_title','vbsettings','Article Preview Image Size','vbulletin','vBulletin Solutions',1382112908,'5.1.0 Alpha 3'),(10874,-1,'setting_codemaxlines_desc','vbsettings','When a user posts a block of [CODE], [PHP] or [HTML] in one of their messages, the system will place it in a box, which expands to contain their message.<br />\r\n<br />\r\nThis value controls the number of lines at which the box stops adding height and inserts a scrollbar.','vbulletin','vBulletin Solutions',1199365427,'3.7.0 Beta 4'),(10875,-1,'setting_codemaxlines_title','vbsettings','Maximum [CODE] Lines','vbulletin','vBulletin Solutions',1199365427,'3.7.0 Beta 4'),(10876,-1,'setting_commentmaxchars_desc','vbsettings','Comments that contain more characters than the value specified here will be rejected with a message telling the user to shorten their comment.','vbulletin','vBulletin Solutions',1336760195,'5.0.0 Beta 28'),(10877,-1,'setting_commentmaxchars_title','vbsettings','Maximum Characters Per Comment','vbulletin','vBulletin Solutions',1336760195,'5.0.0 Beta 28'),(10878,-1,'setting_commentminchars_desc','vbsettings','If this number is set to a value greater than 0, users must enter at least that number of characters in each new comment.\r\n<br /><br />\r\nNote: setting this to 0 will not completely disable the minimum characters per comment check. Users must always enter at least 1 character.','vbulletin','',1336760195,'5.0.0 Alpha 25'),(10879,-1,'setting_commentminchars_title','vbsettings','Minimum Characters Per Comment','vbulletin','',1336760195,'5.0.0 Alpha 25'),(10880,-1,'setting_companyname_desc','vbsettings','The name of your company. This is required for COPPA compliance.','vbulletin','',0,''),(10881,-1,'setting_companyname_title','vbsettings','Company Name','vbulletin','',0,''),(10882,-1,'setting_contactusemail_desc','vbsettings','Email address for receiving the emails from Contact Us page by default. If you leave this option empty, Webmaster\'s Email will be used.','vbulletin','',1266932197,'4.0.3'),(10883,-1,'setting_contactusemail_title','vbsettings','Contact Us Email','vbulletin','',1266932197,'4.0.3'),(10884,-1,'setting_contactusoptions_desc','vbsettings','You may pre-define subjects (and corresponding recipients) for users to pick from when using the default Contact Us form listed above. Please place one subject per line. An \'Other\' option will be automatically added to the end when the form is viewed.','vbulletin','',0,''),(10885,-1,'setting_contactusoptions_title','vbsettings','Contact Us Options','vbulletin','',0,''),(10886,-1,'setting_contactusother_desc','vbsettings','If set to \'Yes\', there will be an option in Subject section of Contact Us page to let visitors to input custom subject.','vbulletin','',1266932148,'4.0.3'),(10887,-1,'setting_contactusother_title','vbsettings','Allow to Send \'Other\' Subject in Contact Us Page','vbulletin','',1266932148,'4.0.3'),(10888,-1,'setting_contactustype_desc','vbsettings','The last option only applies if you specify \'sendmessage.php\' in the previous option. You may require guests to pass <strong>Human Verification</strong> in order to use this form by enabling the option found in the <em><a href=\"options.php?do=options&dogroup=humanverification\">Human Verification Options</a></em>.','vbulletin','vBulletin Solutions',1205428348,'3.7.0 Release Candidate 1'),(10889,-1,'setting_contactustype_title','vbsettings','Allow Unregistered Users to use \'Contact Us\'','vbulletin','vBulletin Solutions',1205428348,'3.7.0 Release Candidate 1'),(10890,-1,'setting_cookiedomain_desc','vbsettings','This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your forum, i.e. example.com and forums.example.com. To allow users to stay logged into the forum if they visit via either url, you would set this to <b>.example.com</b> (note the domain begins with a <b>dot</b>.<br />\r\n<br />\r\nSuggested valid values for Cookie Domain are available in the drop-down menu opposite. If you have a good reason to want a different setting, check the checkbox and enter the desired value in the box provided.<br />\r\n<br />\r\n<span class=\"modlasttendays\">You most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your forum.</span>','vbulletin','vBulletin Solutions',1226408443,'4.0.0 Alpha 1'),(10891,-1,'setting_cookiedomain_title','vbsettings','Cookie Domain','vbulletin','vBulletin Solutions',1179237133,'3.6.7'),(10892,-1,'setting_cookiepath_desc','vbsettings','The path to which the cookie is saved. If you run more than one forum on the same domain, it will be necessary to set this to the individual directories of the forums. Otherwise, just leave it as / .<br />\r\n<br />\r\nSuggested valid values for Cookie Path are available in the drop-down menu opposite. If you have a good reason to want a different setting, check the checkbox and enter the desired value in the box provided.<br />\r\n<br />\r\nPlease note that your path should <b>always</b> end in a forward-slash; for example \'/forums/\', \'/vbulletin/\' etc.<br /><br />\r\n<span class=\"modlasttendays\">Entering an invalid setting can leave you unable to login to your forum.</span>','vbulletin','vBulletin Solutions',1209205296,'3.7.0'),(10893,-1,'setting_cookiepath_title','vbsettings','Path to Save Cookies','vbulletin','vBulletin Solutions',1179237140,'3.6.7'),(10894,-1,'setting_cookietimeout_desc','vbsettings','This is the time in seconds that a user must remain inactive before their login session expires. This setting also controls how long a user will remain on Who\'s Online after their last activity.','vbulletin','vBulletin Solutions',1199365158,'3.7.0 Beta 4'),(10895,-1,'setting_cookietimeout_title','vbsettings','Session Timeout','vbulletin','vBulletin Solutions',1199365158,'3.7.0 Beta 4'),(10896,-1,'setting_copypostindex_desc','vbsettings','Setting this option to yes will cause search index information to be copied with each post in the topic. This allows the copied version of the topic to be searchable.\r\n<br /><br />\r\nHowever, on larger boards, this may cause significant delays in copying a topic. If this is a problem for you, we recommend disabling this option.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10897,-1,'setting_copypostindex_title','vbsettings','Duplicate Search Index Information on Topic Copy?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10898,-1,'setting_copyrighttext_desc','vbsettings','Copyright text to insert in the footer of the page.','vbulletin','',0,''),(10899,-1,'setting_copyrighttext_title','vbsettings','Copyright Text','vbulletin','',0,''),(10900,-1,'setting_cp_collapse_forums_desc','vbsettings','There are three options for the display of the Forum Manager:<br />\r\n<ul>\r\n <li><span class=\"smallfont\"><i>Default</i> - Displays all of the forums on one page but may not work on all browsers, especially if you have a large number of forums.</span></li>\r\n <li><span class=\"smallfont\"><i>Collapsible</i> - Allows collapsing/expansion of certain forums within the forum manager. This may reduce the ease of usability of the forum manager, but will prevent rendering problems with the dropdown menus with certain browsers/operating systems.</span></li>\r\n <li><span class=\"smallfont\"><i>Single</i> - Display a single dropdown from which you may choose the forum you wish to modify. This is most useful if you have a large number of forums.</span></li>\r\n</ul>','vbulletin','',0,''),(10901,-1,'setting_cp_collapse_forums_title','vbsettings','Forum Manager Display','vbulletin','',0,''),(10902,-1,'setting_cp_usereditcolumns_desc','vbsettings','Number of columns to display in user editor. Smaller resolutions will probably want to set this to 1.','vbulletin','',0,''),(10903,-1,'setting_cp_usereditcolumns_title','vbsettings','User Editor Columns','vbulletin','',0,''),(10904,-1,'setting_cpstylefolder_desc','vbsettings','This setting allows you to specify an alternative style for the Admin / Moderator Control Panels, based on a folder contained within the \'cpstyles\' folder. The style you select here will be displayed to all Moderators, and any Administrators who have not expressed their own preference.<br />\r\n<br />\r\nFolders in the \'cpstyles\' folder must contain at least the following:<br />\r\n<br />\r\n- controlpanel.css<br />\r\n- cp_logo.gif<br />\r\n- cp_help.gif','vbulletin','vBulletin Solutions',1192012621,'3.7.0 Beta 1'),(10905,-1,'setting_cpstylefolder_title','vbsettings','Control Panel Style Folder','vbulletin','vBulletin Solutions',1192012621,'3.7.0 Beta 1'),(10906,-1,'setting_cpstyleimageext_desc','vbsettings','Choose the file extension for the images used by your Control Panel Style.','vbulletin','',1340846190,'5.0.0 Alpha 28'),(10907,-1,'setting_cpstyleimageext_title','vbsettings','Control Panel Style Image Extension','vbulletin','',1340846190,'5.0.0 Alpha 28'),(10908,-1,'setting_crontab_desc','vbsettings','Enables vBulletin to automatically run Scheduled Tasks on page load. If disabled, you would need to process Scheduled Tasks through an alternate means such as the crontab scheduler. Offloading Scheduled Tasks to an alternative method can provide a performance boost.','vbulletin','',1345084937,'5.0.0 Alpha 35'),(10909,-1,'setting_crontab_title','vbsettings','Enable Scheduled Tasks','vbulletin','',1345084937,'5.0.0 Alpha 35'),(10910,-1,'setting_cssfilelocation_desc','vbsettings','Relative path to css files.<dfn>This only applies if you have set css as files. If empty it will default to /clientscript/vbulletin_css</dfn> This should be a path relative to your core setting, i.e. start with \'/\'. Do not include a \'/\' at the end.','vbulletin','vBulletin Solutions',1387582896,'5.1.0 Beta 2'),(10911,-1,'setting_cssfilelocation_title','vbsettings','CSS File Location','vbulletin','vBulletin Solutions',1387582896,'5.1.0 Beta 2'),(10912,-1,'setting_ctCensorMod_desc','vbsettings','Do you want to exempt your forum Moderators from the censor words? You will want to set this to yes if you censor anything that is part of a moderator\'s title like \'moderator\' as they have custom titles by default and will get censored.','vbulletin','',0,''),(10913,-1,'setting_ctCensorMod_title','vbsettings','Exempt Moderators From Censor','vbulletin','',0,''),(10914,-1,'setting_ctCensorWords_desc','vbsettings','Type all words you want censored in the Usertitle in the field below. Do not use commas to separate words, just use spaces. For example, type \'dog cat boy\', rather than \'dog, cat, boy.\'<br />\r\n<br />\r\nIf you type \'dog\', all words containing the string \'dog\' would be censored (dogma, for instance, would appear as \'***ma\'). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \'dog\' in the curly braces would mean that dogma would appear as dogma, but dog would appear as \'***\'. Thus your censor list may appear as: cat {dog} {barn} barn<br />\r\n<br />\r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words.','vbulletin','',0,''),(10915,-1,'setting_ctCensorWords_title','vbsettings','Censored Words for Usertitle','vbulletin','',0,''),(10916,-1,'setting_ctMaxChars_desc','vbsettings','This is the maximum number of characters allowed for a user\'s custom title.','vbulletin','vBulletin Solutions',1199365244,'3.7.0 Beta 4'),(10917,-1,'setting_ctMaxChars_title','vbsettings','User Title Maximum Characters','vbulletin','vBulletin Solutions',1199365244,'3.7.0 Beta 4'),(10918,-1,'setting_customjquery_path_desc','vbsettings','In place of selecting Google, jQuery, or Microsoft for serving jQuery remotely, you may enter a URL to another jQuery CDN. Please replace the jQuery version(s) in the url with {version}. If the URL supports SSL, don\'t add http:// at the beginning, otherwise do so. Examples:<br /><br />http://ajax.aspnetcdn.com/ajax/jquery/jquery-{version}.min.js <b>(No SSL Support)</b><br />ajax.aspnetcdn.com/ajax/jquery/jquery-{version}.min.js <b>(SSL Support)</b>','vbulletin','vBulletin Solutions',1344554653,'5.0.0 Alpha 33'),(10919,-1,'setting_customjquery_path_title','vbsettings','Custom Remote jQuery Path','vbulletin','vBulletin Solutions',1344554653,'5.0.0 Alpha 33'),(10920,-1,'setting_dateformat_desc','vbsettings','Format in which the date is presented on vBulletin pages:<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a><br />\r\n<br />\r\n<b>Examples:</b><br />\r\nUS Format (e.g., 04-25-98): m-d-y<br />\r\nExpanded US Format (e.g., April 25th, 1998): F jS, Y<br />\r\nEuropean Format (e.g., 25-04-98): d-m-y<br />\r\nExpanded European Format (e.g., 25th April 1998): jS F Y','vbulletin','',0,''),(10921,-1,'setting_dateformat_title','vbsettings','Format For Date','vbulletin','',0,''),(10922,-1,'setting_datescore_desc','vbsettings','The newest item in the result set will score this number, with the score decreasing to 0 for the oldest item in the result set.','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(10923,-1,'setting_datescore_title','vbsettings','Search Relevance Date Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(10924,-1,'setting_def_cms_previewlength_desc','vbsettings','By default, this many characters from the beginning of an article will be displayed for the preview. You can change this for an individual article by setting the previewbreak in the editor.','vbulletin','vBulletin Solutions',1379097712,'5.0.6 Alpha 1'),(10925,-1,'setting_def_cms_previewlength_title','vbsettings','Default CMS Preview Length in Characters','vbulletin','vBulletin Solutions',1379097712,'5.0.6 Alpha 1'),(10926,-1,'setting_defaultregoptions_desc','vbsettings','The user options on the New User creation form in the Admin Control Panel, as well as the New User registration form will default to the following settings.','vbulletin','',1345832190,'5.0.0 Alpha 37'),(10927,-1,'setting_defaultregoptions_title','vbsettings','Default Registration Options','vbulletin','',1345832190,'5.0.0 Alpha 37'),(10928,-1,'setting_disable_php_rendering_desc','vbsettings','In order to fix an error with PHP or Static HTML errors you may need to temporary disable rendering for these modules.','vbulletin','',1349100281,'5.0.0 Beta 14'),(10929,-1,'setting_disable_php_rendering_title','vbsettings','Disable PHP and Static HTML rendering','vbulletin','',1349100281,'5.0.0 Beta 14'),(10930,-1,'setting_disableerroremail_desc','vbsettings','If you would like to prevent vBulletin from sending email to the $config[\'Database\'][\'technicalemail\'] address you specified in config.php, set this value to \'Yes\'.<ol>\r\n<li class=\"smallfont\">Error reports about database connection errors will still be sent.</li>\r\n<li class=\"smallfont\">It is not recommended that you set this value to \'Yes\' unless you are logging database errors to a file. (see above)</li>\r\n</ol>','vbulletin','',0,''),(10931,-1,'setting_disableerroremail_title','vbsettings','Disable Database Error Email Sending','vbulletin','',0,''),(10932,-1,'setting_displayemails_desc','vbsettings','Allow users to send emails to other users. Use the option below to determine how the emails are sent.','vbulletin','',0,''),(10933,-1,'setting_displayemails_title','vbsettings','Allow Users to Email Other Members','vbulletin','',0,''),(10934,-1,'setting_dstonoff_desc','vbsettings','If Daylight Savings Time is currently in effect for the above time zone, enable this option so that guests will see the correct times on posts and events. This has no effect on registered users as they control their DST options in the User CP. ','vbulletin','',0,''),(10935,-1,'setting_dstonoff_title','vbsettings','Enable Daylight Savings','vbulletin','',0,''),(10936,-1,'setting_editthreadtitlelimit_desc','vbsettings','Specify the time-limit (in minutes) within which the topic title may be edited by the user whom started the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10937,-1,'setting_editthreadtitlelimit_title','vbsettings','Time Limit on Editing of Topic Title','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10938,-1,'setting_emailfloodtime_desc','vbsettings','Specify in seconds how much time must elapse before a user may send consecutive emails.<br /><br />Set to 0 to disable this flood check. Admins are always exempt from this floodcheck.','vbulletin','vBulletin Solutions',1354927464,'5.0.0 Beta 23'),(10939,-1,'setting_emailfloodtime_title','vbsettings','Email Flood Check','vbulletin','vBulletin Solutions',1199365182,'3.7.0 Beta 4'),(10940,-1,'setting_emailsendnum_desc','vbsettings','vBulletin includes a mail queuing system to prevent bottlenecks when sending lots of email. Use this option to specify how many emails will be sent per batch.','vbulletin','vBulletin Solutions',1199365188,'3.7.0 Beta 4'),(10941,-1,'setting_emailsendnum_title','vbsettings','Number of Emails to Send Per Batch','vbulletin','vBulletin Solutions',1199365188,'3.7.0 Beta 4'),(10942,-1,'setting_enable_inlinemod_auth_desc','vbsettings','Inline moderation actions will require a user to authenticate again prior to being performed. The timeout is based on the admin control panel timeout, or one hour if that option is disabled.','vbulletin','vBulletin Solutions',1198079211,'3.7.0 Beta 3'),(10943,-1,'setting_enable_inlinemod_auth_title','vbsettings','Enable Inline Moderation Authentication','vbulletin','vBulletin Solutions',1198079211,'3.7.0 Beta 3'),(10944,-1,'setting_enable_profile_styling_desc','vbsettings','Globally enable or disable user profile customization.','vbulletin','',1345229842,'5.0.0 Alpha 35'),(10945,-1,'setting_enable_profile_styling_title','vbsettings','Enable User Profile Customization','vbulletin','',1345229842,'5.0.0 Alpha 35'),(10946,-1,'setting_enableaccess_desc','vbsettings','Access masks are a simple way to manage forum permissions for individual users. If you don\'t use any access masks, turn this option off.','vbulletin','',0,''),(10947,-1,'setting_enableaccess_title','vbsettings','Enable Access Masks','vbulletin','',0,''),(10948,-1,'setting_enableapi_desc','vbsettings','Allow clients to connect to the vBulletin API. <br /><br />Please remember to generate an API key <a href=\"api.php\">here</a> to allow the API to work.','vbulletin','vBulletin Solutions',1345066068,'5.0.0 Beta 18'),(10949,-1,'setting_enableapi_title','vbsettings','Enable vBulletin API','vbulletin','',1286980895,'4.0.9'),(10950,-1,'setting_enableapilog_desc','vbsettings','Enables the API log, allowing administrators to track client behavior (or for debuging purposes). Only enable this option if you really need it. The log is stored in the database and can rapidly become large in size.','vbulletin','vBulletin Solutions',1351299065,'5.0.0 Beta 18'),(10951,-1,'setting_enableapilog_title','vbsettings','Enable API Log','vbulletin','',1288614657,'4.0.9'),(10952,-1,'setting_enablebanning_desc','vbsettings','Banning allows you to stop certain IP addresses and email addresses from registering and posting to the forum.','vbulletin','',0,''),(10953,-1,'setting_enablebanning_title','vbsettings','Enable Banning Options','vbulletin','',0,''),(10954,-1,'setting_enablecensor_desc','vbsettings','You may have certain words censored on your forum. Words you choose to censor will be replaced by the character you specify below. All message titles and messages will be affected.','vbulletin','',0,''),(10955,-1,'setting_enablecensor_title','vbsettings','Censorship Enabled','vbulletin','',0,''),(10956,-1,'setting_enableemail_desc','vbsettings','Enable the following email-sending features:<br />\r\nReport Bad Post<br />\r\n\'Contact Us\' Link<br />\r\nEmail a Member<br />\r\nEmail this Page to a Friend<br />\r\nNew Post Notifications to Members<br />\r\n<br />\r\nYou can turn off the \'Send to Friend\' feature for individual user groups in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">User Permissions area</a>.','vbulletin','',1142519066,'3.6.0 Beta 1'),(10957,-1,'setting_enableemail_title','vbsettings','Enable Email features?','vbulletin','',0,''),(10958,-1,'setting_enablefacebookconnect_desc','vbsettings','Enabling this option will allow users to connect their vBulletin account with their Facebook account. This will also populate your site with Open Graph meta data. Note: users must have Javascript enabled and your server must support TLS/SSL communication for this feature to work.','vbulletin','',1285286400,'4.0.7'),(10959,-1,'setting_enablefacebookconnect_title','vbsettings','Enable Facebook Platform','vbulletin','',1285286400,'4.0.7'),(10960,-1,'setting_enablehooks_desc','vbsettings','This setting allows you to globally enable or disable the hook system.<br />\r\n<br />\r\nBy switching the system off, only vBulletin-native code will be run, so it can be used to establish whether errors exist within vBulletin itself or in hook code.','vbulletin','',1334000000,'5.0.0 Alpha 28'),(10961,-1,'setting_enablehooks_title','vbsettings','Enable/Disable Hook System','vbulletin','',1334000000,'5.0.0 Alpha 28'),(10962,-1,'setting_enablepms_desc','vbsettings','Turns the entire private messaging system on and off.','vbulletin','',0,''),(10963,-1,'setting_enablepms_title','vbsettings','Private Messaging Enabled','vbulletin','',0,''),(10964,-1,'setting_enablesearches_desc','vbsettings','Allow searching for posts and topics within the forums. This is a relatively server-intensive process so you may want to disable it if you have problems.<br />\r\n<br />\r\nTo disable searching of all forums, delete the option from the search_forums template.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10965,-1,'setting_enablesearches_title','vbsettings','Search Engine Enabled','vbulletin','',0,''),(10966,-1,'setting_errorlogdatabase_desc','vbsettings','If you would like to log all database errors to a file, enter the path to the file here. The file will be saved as {filename}.log.<br />\r\n<br />\r\nErrors connecting to the database server will not be logged.<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.','vbulletin','vBulletin Solutions',1209380708,'3.7.0'),(10967,-1,'setting_errorlogdatabase_title','vbsettings','Log Database Errors to a File','vbulletin','vBulletin Solutions',1209380708,'3.7.0'),(10968,-1,'setting_errorlogemail_desc','vbsettings','If you would like to log all emails to a file, enter the path to the file here. The file will be saved as {filename}.log. You should only enable email logging if you suspect problems with the email system within vBulletin.<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.','vbulletin','vBulletin Solutions',1146249389,'3.6.0 Beta 1'),(10969,-1,'setting_errorlogemail_title','vbsettings','Log Emails to a File','vbulletin','vBulletin Solutions',1146249389,'3.6.0 Beta 1'),(10970,-1,'setting_errorlogmaxsize_desc','vbsettings','If you would like your vBulletin error logs to be rotated when they reach a certain size, enter the maximum file-size in bytes here.<br />1048576 bytes = 1 megabyte.<br />\r\n<br />\r\nWhen a log file reaches this size, it will be renamed as {filename}{unix timestamp}.log and a new file will be created.<br />\r\n<br />\r\nSet this value to 0 to disable log rotation.','vbulletin','vBulletin Solutions',1351283577,'5.0.0 Beta 17'),(10971,-1,'setting_errorlogmaxsize_title','vbsettings','Maximum File Size of Error Logs','vbulletin','',0,''),(10972,-1,'setting_errorlogphp_desc','vbsettings','If you would like to log all PHP fatal errors to a file, enter the path to the file here. The file will be saved as {filename}.log.<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.','vbulletin','',0,''),(10973,-1,'setting_errorlogphp_title','vbsettings','Log PHP Errors to a File','vbulletin','',0,''),(10974,-1,'setting_errorlogsecurity_desc','vbsettings','If you would like to log all failed Admin Control Panel login attempts to a file, enter the path to the file here. The file will be saved as {filename}.log<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.','vbulletin','',0,''),(10975,-1,'setting_errorlogsecurity_title','vbsettings','Log Failed Admin Control Panel Logins to a File','vbulletin','',0,''),(10976,-1,'setting_externalcache_desc','vbsettings','This setting controls how long topic content will be cached (in minutes). Valid settings are 1 to 1440, anything else will be treated as the default value of 60. The higher this value is, the less resources will be used by the External Data Provider system.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10977,-1,'setting_externalcache_title','vbsettings','Topic Cache Lifespan','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10978,-1,'setting_externalcount_desc','vbsettings','This option limits the maximum amount of records that can be returned by the external data provider. By default 15 records will be returned. This option allows the user to tack on &count=X to their RSS feed to retrieve more records.','vbulletin','vBulletin Solutions',1199365966,'3.7.0 Beta 4'),(10979,-1,'setting_externalcount_title','vbsettings','Maximum External Records','vbulletin','vBulletin Solutions',1199365966,'3.7.0 Beta 4'),(10980,-1,'setting_externalcutoff_desc','vbsettings','This value controls how many days in the past that updated topics will be chosen from. Busy forums will want a smaller number. The smallest valid value is 1 day; the default is 30 days.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10981,-1,'setting_externalcutoff_title','vbsettings','Topic Cutoff','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(10982,-1,'setting_externaljs_desc','vbsettings','This setting allows you to enable/disable the Javascript content syndication system that allows you to embed vBulletin data in HTML pages.','vbulletin','',0,''),(10983,-1,'setting_externaljs_title','vbsettings','Enable External Javascript','vbulletin','',0,''),(10984,-1,'setting_externalrss_desc','vbsettings','This setting allows you to enable/disable the RSS content syndication system.','vbulletin','',0,''),(10985,-1,'setting_externalrss_title','vbsettings','Enable RSS Syndication','vbulletin','',0,''),(10986,-1,'setting_externalxml_desc','vbsettings','This setting allows you to enable/disable the XML content syndication system.','vbulletin','',0,''),(10987,-1,'setting_externalxml_title','vbsettings','Enable XML Syndication','vbulletin','',0,''),(10988,-1,'setting_extra_smtp_headers_desc','vbsettings','If you want to include extra smtp header information, add it here.','vbulletin','vBulletin Solutions',1389992458,'5.1.0 Beta 2'),(10989,-1,'setting_extra_smtp_headers_title','vbsettings','Extra Headers','vbulletin','vBulletin Solutions',1389992208,'5.1.0 Beta 2'),(10990,-1,'setting_facebookappid_desc','vbsettings','Enter the Application ID for your Application (see the <a href=\"http://www.facebook.com/developers/\">Facebook Developer</a> page for more information).','vbulletin','',1268198390,'4.0.4'),(10991,-1,'setting_facebookappid_title','vbsettings','Facebook Application ID','vbulletin','',1268198390,'4.0.4'),(10992,-1,'setting_facebookautoregister_desc','vbsettings','Enabling this option will allow user to skip the registration form, and register through a simplified two-click process. Note: Using this feature will disable Forum Rules Agreement, Coppa registration, email verification, as well as any custom required fields from the registration form.','vbulletin','',1276719392,'4.0.4'),(10993,-1,'setting_facebookautoregister_title','vbsettings','Enable Auto-Register','vbulletin','',1269464771,'4.0.4'),(10994,-1,'setting_facebookfeedimageurl_desc','vbsettings','Specify a URL for an image that you want to represent your site. This image will appear next to published content in a user\'s newsfeed, as well as be used to represent your site in the Open Graph schema. Leave this blank if you do not want to have an image.','vbulletin','',1274311848,'4.0.4'),(10995,-1,'setting_facebookfeedimageurl_title','vbsettings','Image URL','vbulletin','',1274311848,'4.0.4'),(10996,-1,'setting_facebooklikeblogentries_desc','vbsettings','Enabling this option will make a \"Like\" button appear on all blog entries. Users will then be able to \"Like\" individual blog posts. Note: users do not have to have Facebook linked accounts to use this feature.','vbulletin','',1276022129,'4.0.4'),(10997,-1,'setting_facebooklikeblogentries_title','vbsettings','Like Button - Blog Entries','vbulletin','',1276022129,'4.0.4'),(10998,-1,'setting_facebooklikecmsarticles_desc','vbsettings','Enabling this option will make a \"Like\" button appear on all CMS Articles. Users will then be able to \"Like\" individual CMS Articles. Note: users do not have to have Facebook linked accounts to use this feature.','vbulletin','',1276022142,'4.0.4'),(10999,-1,'setting_facebooklikecmsarticles_title','vbsettings','Like Button - CMS Articles','vbulletin','',1276022142,'4.0.4'),(11000,-1,'setting_facebooklikethreads_desc','vbsettings','Enabling this option will make a \"Like\" button appear on all topics. Users will then be able to \"Like\" individual topics. Note: users do not have to have Facebook linked accounts to use this feature.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11001,-1,'setting_facebooklikethreads_title','vbsettings','Like Button - Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11002,-1,'setting_facebooksecret_desc','vbsettings','Enter the Facebook Secret for your Application (see the <a href=\"http://www.facebook.com/developers/\">Facebook Developer</a> page for more information).','vbulletin','',1268198424,'4.0.4'),(11003,-1,'setting_facebooksecret_title','vbsettings','Facebook Secret','vbulletin','',1268198424,'4.0.4'),(11004,-1,'setting_facebookusergroupid_desc','vbsettings','If you want, you may specify a secondary usergroup for Facebook users. Note: All users who connect with facebook from this point on will be members of this usergroup. This will not be applied retroactively to users who have previously connected to facebook.','vbulletin','',1270489226,'4.0.4'),(11005,-1,'setting_facebookusergroupid_title','vbsettings','Facebook Usergroup','vbulletin','',1270489226,'4.0.4'),(11006,-1,'setting_faxnumber_desc','vbsettings','Fax number for your company. COPPA forms will be faxed to this number.<br />\r\n<br />\r\nYou may wish to check out <a href=\"http://www.efax.com/\" target=\"_blank\">http://www.efax.com/</a>.','vbulletin','vBulletin Solutions',1205428305,'3.7.0 Release Candidate 1'),(11007,-1,'setting_faxnumber_title','vbsettings','Company Fax','vbulletin','vBulletin Solutions',1205428305,'3.7.0 Release Candidate 1'),(11008,-1,'setting_fb_userfield_biography_desc','vbsettings','Choose the User Profile Field that you would like to import Facebook biography data into when a user connects their account to Facebook.','vbulletin','',1285286400,'4.0.7'),(11009,-1,'setting_fb_userfield_biography_title','vbsettings','Import Facebook Data: Biography','vbulletin','',1285286400,'4.0.7'),(11010,-1,'setting_fb_userfield_interests_desc','vbsettings','Choose the User Profile Field that you would like to import Facebook interests data into when a user connects their account to Facebook.','vbulletin','',1285286400,'4.0.7'),(11011,-1,'setting_fb_userfield_interests_title','vbsettings','Import Facebook Data: Interests','vbulletin','',1285286400,'4.0.7'),(11012,-1,'setting_fb_userfield_location_desc','vbsettings','Choose the User Profile Field that you would like to import Facebook location data into when a user connects their account to Facebook.','vbulletin','',1285286400,'4.0.7'),(11013,-1,'setting_fb_userfield_location_title','vbsettings','Import Facebook Data: Location','vbulletin','',1285286400,'4.0.7'),(11014,-1,'setting_fb_userfield_occupation_desc','vbsettings','Choose the User Profile Field that you would like to import Facebook occupation data into when a user connects their account to Facebook.','vbulletin','',1285286400,'4.0.7'),(11015,-1,'setting_fb_userfield_occupation_title','vbsettings','Import Facebook Data: Occupation','vbulletin','',1285286400,'4.0.7'),(11016,-1,'setting_fbfeedarticlecomment_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they comment on a CMS article.','vbulletin','',1273262838,'4.0.4'),(11017,-1,'setting_fbfeedarticlecomment_title','vbsettings','Publish to Facebook - Article Comment','vbulletin','',1273262838,'4.0.4'),(11018,-1,'setting_fbfeedblogcomment_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they comment on a blog post.','vbulletin','',1273262543,'4.0.4'),(11019,-1,'setting_fbfeedblogcomment_title','vbsettings','Publish to Facebook - Blog Comment','vbulletin','',1273262543,'4.0.4'),(11020,-1,'setting_fbfeedblogentry_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they post a new blog entry.','vbulletin','',1274154458,'4.0.4'),(11021,-1,'setting_fbfeedblogentry_title','vbsettings','Publish to Facebook - Blog Entry','vbulletin','',1274154458,'4.0.4'),(11022,-1,'setting_fbfeednewarticle_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they publish a CMS article.','vbulletin','',1273262790,'4.0.4'),(11023,-1,'setting_fbfeednewarticle_title','vbsettings','Publish to Facebook - New Article','vbulletin','',1273262790,'4.0.4'),(11024,-1,'setting_fbfeednewthread_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they start a new topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11025,-1,'setting_fbfeednewthread_title','vbsettings','Publish to Facebook - New Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11026,-1,'setting_fbfeedpostreply_desc','vbsettings','Enabling this feature will allow users to publish a notification to their Facebook wall when they reply to a topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11027,-1,'setting_fbfeedpostreply_title','vbsettings','Publish to Facebook - Post Reply','vbulletin','',1273262355,'4.0.4'),(11028,-1,'setting_floodchecktime_desc','vbsettings','You may prevent your users from flooding your forum with posts by activating this feature.<br />\r\n<br />\r\nBy enabling floodcheck, you disallow users from making another post within a given time span of their last posting. In other words, if you set a floodcheck time span of 30 seconds, a user may not post again within 30 seconds of making his last post.<br />\r\n<br />\r\nAdministrators and moderators are exempt from floodcheck.<br />\r\n<br />Recommended: 30 seconds. Type the number of seconds only. Enter 0 to disable this function.','vbulletin','vBulletin Solutions',1199365477,'3.7.0 Beta 4'),(11029,-1,'setting_floodchecktime_title','vbsettings','Minimum Time Between Posts','vbulletin','vBulletin Solutions',1199365477,'3.7.0 Beta 4'),(11030,-1,'setting_friends_per_page_desc','vbsettings','The Amount of Friends to show \"per page\" on the large friends list.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954900,'3.7.0 Release Candidate 4'),(11031,-1,'setting_friends_per_page_title','vbsettings','Friends Per Page on Full Friends List','vbulletin','vBulletin Solutions',1208954900,'3.7.0 Release Candidate 4'),(11032,-1,'setting_frontendurl_desc','vbsettings','This is the URL, or web address, that users will use in their bookmarks or address bar to access your site.<br />\r\nNote: do not add a trailing slash. (\'/\')','vbulletin','vBulletin Solutions',1377538958,'5.0.5 Alpha 4'),(11033,-1,'setting_frontendurl_login_desc','vbsettings','Only used for secure logins. This is the SSL or HTTPS mirror of your site. If you\'re unsure of this address, contact your hosting provider. If you\'re not using secure logins, do not change this setting.','vbulletin','vBulletin Solutions',1377538958,'5.0.5 Alpha 4'),(11034,-1,'setting_frontendurl_login_title','vbsettings','Login URL','vbulletin','vBulletin Solutions',1369044293,'5.0.5 Alpha 4'),(11035,-1,'setting_frontendurl_title','vbsettings','Site URL','vbulletin','vBulletin Solutions',1377538958,'5.0.5 Alpha 4'),(11036,-1,'setting_fulltextsearch_desc','vbsettings','Leave this setting alone.','vbulletin','',1216044654,'3.8.0 Alpha 1'),(11037,-1,'setting_fulltextsearch_title','vbsettings','Fulltext Search','vbulletin','',1216044654,'3.8.0 Alpha 1'),(11038,-1,'setting_ga_code_desc','vbsettings','Enter GA code <dfn>After you have signed up with Google you will get, from their website, an ID and some javascript code. Paste that code into this block to enable Google Analytics for this forum. If the code you got starts with something like \"<script type=\"text/javascript> and ends with \"</script>\", please DO NOT include those. </dfn>','vbulletin','vBulletin Solutions',1382731125,'5.1.0 Alpha 3'),(11039,-1,'setting_ga_code_title','vbsettings','Google Analytics Javascript','vbulletin','vBulletin Solutions',1382115674,'5.1.0 Alpha 3'),(11040,-1,'setting_ga_enabled_desc','vbsettings','Enable Google Analytics Tracking<dfn>You need to sign up with Google to get your code, and enter the code below<dfn>','vbulletin','vBulletin Solutions',1382730841,'5.1.0 Alpha 3'),(11041,-1,'setting_ga_enabled_title','vbsettings','Enable Google Analytics','vbulletin','vBulletin Solutions',1382115665,'5.1.0 Alpha 3'),(11042,-1,'setting_globalignore_desc','vbsettings','This option allows you to effectively add a user or users to every member\'s \'Ignore List\'. However, users in this list can still see their own posts and topics...<br />\r\n<br />\r\nEnter a list of userid numbers, separated by spaces (for example: 4 12 68 102).<br />\r\n<br />If you change this option, you need to rebuild topic and then forum information <a href=\"misc.php\">here</a>.','vbulletin','vBulletin Solutions',1155668390,'5.0.0 Beta 18'),(11043,-1,'setting_globalignore_title','vbsettings','Global Ignore','vbulletin','',1255357584,'4.0.0 Alpha 6'),(11044,-1,'setting_gm_maxperpage_desc','vbsettings','This setting allows you to limit the number of messages users may display per page in groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376597,'4.0.0 Release Candidate 2'),(11045,-1,'setting_gm_maxperpage_title','vbsettings','Maximum Messages Per-Page','vbulletin','',1218193352,'3.8.0 Alpha 1'),(11046,-1,'setting_gm_perpage_desc','vbsettings','This setting allows you to define the default number of messages displayed per-page in groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376611,'4.0.0 Release Candidate 2'),(11047,-1,'setting_gm_perpage_title','vbsettings','Default Messages Per-Page','vbulletin','',1218193341,'3.8.0 Alpha 1'),(11048,-1,'setting_goodwords_desc','vbsettings','If there are special words that are important for your forum but are outside the word length limits you specified above, you may enter them here so that they will be included in the search index.<br />\r\n<br />\r\nFor example, a web-programming forum with a minimum word length of 4 characters might want to include \'PHP\' in the search index, even though the word is only 3 characters long.<br />\r\n<br />\r\nSeparate each word with a space.','vbulletin','vBulletin Solutions',1185233710,'3.6.8'),(11049,-1,'setting_goodwords_title','vbsettings','Words to be Included Despite Character Limit','vbulletin','vBulletin Solutions',1185233710,'3.6.8'),(11050,-1,'setting_groupiconpath_desc','vbsettings','Leave this setting alone.','vbulletin','',1216827544,'3.8.0 Alpha 1'),(11051,-1,'setting_groupiconpath_title','vbsettings','Group Icon Path','vbulletin','',1260376626,'4.0.0 Release Candidate 2'),(11052,-1,'setting_groupiconurl_desc','vbsettings','Leave this setting alone.','vbulletin','',1216216892,'3.8.0 Alpha 1'),(11053,-1,'setting_groupiconurl_title','vbsettings','Group Icon URL','vbulletin','',1260376641,'4.0.0 Release Candidate 2'),(11054,-1,'setting_groups_pictures_moderation_desc','vbsettings','When enabled, all new pictures are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1239921372,'4.0.0 Alpha 1'),(11055,-1,'setting_groups_pictures_moderation_title','vbsettings','Picture Moderation','vbulletin','vBulletin Solutions',1239921372,'4.0.0 Alpha 1'),(11056,-1,'setting_guestcacheminutes_desc','vbsettings','The number of minutes that a certain page can be cached for guests before being refreshed with new content. Setting this to 0 will turn this feature off.','vbulletin','vBulletin Solutions',1345084937,'5.0.0 Release Candidate 1'),(11057,-1,'setting_guestcacheminutes_title','vbsettings','Minutes to Cache Content for Guests','vbulletin','vBulletin Solutions',1345084937,'5.0.0 Beta 28'),(11058,-1,'setting_gziplevel_desc','vbsettings','Set the level of GZIP compression that will take place on the output. 0=none; 9=max.<br />\r\n<br />\r\nWe strongly recommend that you use level 1 for optimum results.','vbulletin','',0,''),(11059,-1,'setting_gziplevel_title','vbsettings','GZIP Compression Level','vbulletin','',0,''),(11060,-1,'setting_gzipoutput_desc','vbsettings','Selecting yes will enable vBulletin to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.<br />\r\n<br />\r\nThis feature requires the ZLIB library.<br />\r\n<br />\r\nIf you are already using <b>mod_gzip</b> or <b>mod_deflate</b> on your server, do not enable this option.','vbulletin','',1142519066,'3.6.0 Beta 1'),(11061,-1,'setting_gzipoutput_title','vbsettings','GZIP HTML Output','vbulletin','',0,''),(11062,-1,'setting_headeradnum_desc','vbsettings','Number of Header Ad','vbulletin','',1337775280,'5.0.0 Alpha 25'),(11063,-1,'setting_headeradnum_title','vbsettings','Number of Header Ad','vbulletin','',1337775280,'5.0.0 Alpha 25'),(11064,-1,'setting_hv_recaptcha_privatekey_desc','vbsettings','Private key provided to you by <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA™</a>.','vbulletin','',1345501966,'5.0.0 Alpha 36'),(11065,-1,'setting_hv_recaptcha_privatekey_title','vbsettings','reCAPTCHA™ Private Key','vbulletin','vBulletin Solutions',1205929909,'3.7.0 Release Candidate 1'),(11066,-1,'setting_hv_recaptcha_publickey_desc','vbsettings','Public key provided to you by <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA™</a>.','vbulletin','',1345501858,'5.0.0 Alpha 36'),(11067,-1,'setting_hv_recaptcha_publickey_title','vbsettings','reCAPTCHA™ Public Key','vbulletin','vBulletin Solutions',1205929918,'3.7.0 Release Candidate 1'),(11068,-1,'setting_hv_recaptcha_theme_desc','vbsettings','Leave this settings alone','vbulletin','',1347910217,'5.0.0 Beta 12'),(11069,-1,'setting_hv_recaptcha_theme_title','vbsettings','reCAPTCHA™ Theme','vbulletin','vBulletin Solutions',1212065133,'3.7.2'),(11070,-1,'setting_hv_type_desc','vbsettings','<div>Choose the verification type that you wish to present to the user.</div>\r\n\r\n<div style=\"font-weight:bold; margin-top:1em\">Image Verification</div>\r\n<div>An image consisting of letters in varying fonts/shapes/sizes will be shown to the user. The appearance of this image is dictated by several options that you may control.</div>\r\n\r\n<div style=\"font-weight:bold; margin-top:1em\">Question and Answer Verification</div>\r\n<div>Questions provided by you that must be answered appropriately for verification.</div>\r\n\r\n<div style=\"font-weight:bold; margin-top:1em\"><a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA™</a> Verification</div>\r\n<div>An image containing two words will be shown to the user. This verification supports audio, allowing blind users to register.</div>','vbulletin','',1345502122,'5.0.0 Alpha 36'),(11071,-1,'setting_hv_type_title','vbsettings','Human Verification Library','vbulletin','',1206010161,'3.7.0 Release Candidate 2'),(11072,-1,'setting_hvcheck_desc','vbsettings','Human Verification will be required for the selected actions where the user\'s usergroup permission <strong>Require Human Verification for Configured Actions</strong> is selected.\r\n\r\n<br /><br />Note: Requiring Human Verification for posting will disable the Quick Reply editor when viewing a topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11073,-1,'setting_hvcheck_title','vbsettings','Human Verified Actions','vbulletin','',1274371257,'4.0.4'),(11074,-1,'setting_ignoremods_desc','vbsettings','Allow users to add Moderators and Administrators to their ignore list?','vbulletin','',0,''),(11075,-1,'setting_ignoremods_title','vbsettings','Allow Users to \'Ignore\' Moderators','vbulletin','',0,''),(11076,-1,'setting_ignorequotechars_desc','vbsettings','Setting this option to \'YES\' will cause the system to <b>not count</b> words in [QUOTE] tags towards the total number of characters posted.<br />\r\n<br />\r\nThe primary use for this is to prevent users posting messages with enormous quotes and a single short word of their own.','vbulletin','',0,''),(11077,-1,'setting_ignorequotechars_title','vbsettings','Ignore Words in [QUOTE] Tags For Min Chars Check','vbulletin','',0,''),(11078,-1,'setting_illegalusernames_desc','vbsettings','Enter names in here that you do not want people to be able to register.<br />\r\n<br />\r\nIf any of the names here are included within the username, the user will be told that there is an error. For example, if you make the name <b>John</b> illegal, the name <b>John</b>athan will also be disallowed.<br />\r\n<br />\r\nSeparate names by spaces.','vbulletin','vBulletin Solutions',1201032890,'3.7.0 Beta 5'),(11079,-1,'setting_illegalusernames_title','vbsettings','Illegal User Names','vbulletin','vBulletin Solutions',1201032890,'3.7.0 Beta 5'),(11080,-1,'setting_imagetype_desc','vbsettings','Choose the image processing library that vBulletin will use for processing thumbnails and avatars. GD is more widely available but ImageMagick is more robust, supporting more image types. ImageMagick must have a valid path chosen below.','vbulletin','vBulletin Solutions',1205146984,'3.7.0 Release Candidate 1'),(11081,-1,'setting_imagetype_title','vbsettings','Image Processing Library','vbulletin','vBulletin Solutions',1205146984,'3.7.0 Release Candidate 1'),(11082,-1,'setting_ipcheck_desc','vbsettings','Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n<br /><br />\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n<br /><br />\r\nThe more this is decreased the greater the security risk from session hijacking.','vbulletin','vBulletin Solutions',1149076911,'3.6.0 Beta 1'),(11083,-1,'setting_ipcheck_title','vbsettings','Session IP Octet Length Check','vbulletin','vBulletin Solutions',1153754394,'3.6.0 Release Candidate 3'),(11084,-1,'setting_kppower_desc','vbsettings','For every X points of reputation, users gain 1 point of reputation-altering power.','vbulletin','',0,''),(11085,-1,'setting_kppower_title','vbsettings','Reputation Point Factor','vbulletin','',0,''),(11086,-1,'setting_languageid_desc','vbsettings','Select the default language for your forums. This language will be used for all guests, and any members who have not expressed a language preference in their options.','vbulletin','vBulletin Solutions',1156857278,'3.6.1'),(11087,-1,'setting_languageid_title','vbsettings','Default Language','vbulletin','vBulletin Solutions',1156857278,'3.6.1'),(11088,-1,'setting_lastthreadchars_desc','vbsettings','This value will chop the title of the last topic posted down to a specific number of characters for its display on a forum listing.<br />\r\n<br />\r\nA value of 0 will not trim the titles at all.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11089,-1,'setting_lastthreadchars_title','vbsettings','Last Topic Title Maximum Displayed Characters','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11090,-1,'setting_legacypostbit_desc','vbsettings','If you prefer the old-style postbit, using two vertical columns rather than the new horizontal layout, you can switch back to using that template with this switch.<br />\r\n<br />\r\nPlease note that if you enable this option and wish to customize the template, you should edit the \'postbit_legacy\' template rather than the \'postbit\'.','vbulletin','',1258596566,'4.0.0 Beta 4'),(11091,-1,'setting_legacypostbit_title','vbsettings','Use Legacy (Vertical) Postbit Template','vbulletin','',1258596566,'4.0.0 Beta 4'),(11092,-1,'setting_lightboxenabled_desc','vbsettings','Use the lightbox for quick display of attached image thumbnails rather than instantly loading the full size image on a new page.','vbulletin','',1199971810,'3.7.0 Beta 4'),(11093,-1,'setting_lightboxenabled_title','vbsettings','Use Image Lightbox','vbulletin','',1199971810,'3.7.0 Beta 4'),(11094,-1,'setting_linktopages_desc','vbsettings','Link to individual pages of a topic spanning multiple pages on the forum listing?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11095,-1,'setting_linktopages_title','vbsettings','Multi-Page Topic Links Enabled','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11096,-1,'setting_loadlimit_desc','vbsettings','vBulletin can read the overall load of the server on certain *NIX setups (including Linux).<br />\r\n<br />\r\nThis allows vBulletin to determine the load on the server and processor, and to turn away further users if the load becomes too high.<br />\r\n<br />\r\nIf you do not want to use this option, set it to 0.<br />\r\nA typical level would be 5.00 for a reasonable warning level.','vbulletin','',0,''),(11097,-1,'setting_loadlimit_title','vbsettings','*NIX Server Load Limit','vbulletin','',0,''),(11098,-1,'setting_logdateformat_desc','vbsettings','Format of dates shown in Control Panel logs.<br /><br />See: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a>','vbulletin','',0,''),(11099,-1,'setting_logdateformat_title','vbsettings','Log Date Format','vbulletin','',0,''),(11100,-1,'setting_logip_desc','vbsettings','For security reasons, you may wish to display the IP address of the person posting a message.','vbulletin','',0,''),(11101,-1,'setting_logip_title','vbsettings','Log IP Addresses','vbulletin','',0,''),(11102,-1,'setting_magickpath_desc','vbsettings','Path to the ImageMagick 6 binaries (<i>convert</i> and <i>identify</i>). Example:<br /><br />\r\nUnix: /usr/local/bin/<br />\r\nWindows: C:\\imagemagick\\','vbulletin','',0,''),(11103,-1,'setting_magickpath_title','vbsettings','ImageMagick Binary Path','vbulletin','',0,''),(11104,-1,'setting_markinglimit_desc','vbsettings','The amount of time in days to store the topic and forum read times. All topics or forums without posts in this many days will be considered read.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11105,-1,'setting_markinglimit_title','vbsettings','Database Read Marking Limit','vbulletin','',0,''),(11106,-1,'setting_max_age_channel_desc','vbsettings','This is the oldest post that will be displayed in a forum listing, like the home page.','vbulletin','',1346344255,'5.0.0 Beta 11'),(11107,-1,'setting_max_age_channel_title','vbsettings','Oldest Content in Forum','vbulletin','',1346344255,'5.0.0 Beta 11'),(11108,-1,'setting_max_age_topic_desc','vbsettings','This is the oldest post that will be displayed on a standard topic page.','vbulletin','',1346344101,'5.0.0 Beta 11'),(11109,-1,'setting_max_age_topic_title','vbsettings','Maximum Age for Topic','vbulletin','',1346344101,'5.0.0 Beta 11'),(11110,-1,'setting_maximages_desc','vbsettings','When a new post is submitted or edited vBulletin will check the number of images, smilies, and videos in the text and reject it if the number is greater than the value specified here.<br />\r\n<br />\r\nSet the value to 0 to disable this function.','vbulletin','vBulletin Solutions',1272917325,'4.0.4'),(11111,-1,'setting_maximages_title','vbsettings','Maximum Images/Videos Per Post','vbulletin','vBulletin Solutions',1272917325,'4.0.4'),(11112,-1,'setting_maxmultipage_desc','vbsettings','When linking to multiple pages in the forum display, this allows you to set the cut-off point on which long posts stop adding more page numbers and are replaced by \'more...\'','vbulletin','vBulletin Solutions',1199365779,'3.7.0 Beta 4'),(11113,-1,'setting_maxmultipage_title','vbsettings','Multi-Page Topic Maximum Links','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11114,-1,'setting_maxpolllength_desc','vbsettings','Maximum length that a poll option can be.','vbulletin','vBulletin Solutions',1199365630,'3.7.0 Beta 4'),(11115,-1,'setting_maxpolllength_title','vbsettings','Poll Option Length','vbulletin','vBulletin Solutions',1199365630,'3.7.0 Beta 4'),(11116,-1,'setting_maxpolloptions_desc','vbsettings','Maximum number of options a user can select for the poll.<br />\r\n<br />\r\nSet this option to 0 to allow any number of options.','vbulletin','vBulletin Solutions',1199365625,'3.7.0 Beta 4'),(11117,-1,'setting_maxpolloptions_title','vbsettings','Maximum Poll Options','vbulletin','vBulletin Solutions',1199365625,'3.7.0 Beta 4'),(11118,-1,'setting_maxresults_desc','vbsettings','Any search results over this number will be discarded.','vbulletin','vBulletin Solutions',1199365658,'3.7.0 Beta 4'),(11119,-1,'setting_maxresults_title','vbsettings','Maximum Search Results to Return','vbulletin','vBulletin Solutions',1199365658,'3.7.0 Beta 4'),(11120,-1,'setting_maxsearchlength_desc','vbsettings','For both vBulletin default search and Fulltext search, this option also limits the maximum size that of words that users can search for.\r\nFor example, if this is set to 15 then users can\'t search for 16 letter words.<br /><br />\r\nWhen using the vBulletin default search, this option limits the maximum size of indexed words. The larger this number is, the larger your search index, and conversely your database is going to be.\r\nYou can reduce the size of your database by decreasing this number and re-indexing <a href=\"misc.php?do=chooser\" target=\"_blank\">here</a>.','vbulletin','',1222169450,'4.0.0 Alpha 1'),(11121,-1,'setting_maxsearchlength_title','vbsettings','Search Index Maximum Word Length','vbulletin','',1222169450,'4.0.0 Alpha 1'),(11122,-1,'setting_maxuserlength_desc','vbsettings','Enter the maximum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.','vbulletin','vBulletin Solutions',1199365219,'3.7.0 Beta 4'),(11123,-1,'setting_maxuserlength_title','vbsettings','Maximum Username Length','vbulletin','vBulletin Solutions',1199365219,'3.7.0 Beta 4'),(11124,-1,'setting_minifriends_amount_desc','vbsettings','The Number of Friends to display in the Small Friends Block on the Users\' Profile Pages','vbulletin','vBulletin Solutions',1199365251,'3.7.0 Beta 4'),(11125,-1,'setting_minifriends_amount_title','vbsettings','Number of friends to display in the small friends block','vbulletin','vBulletin Solutions',1199365251,'3.7.0 Beta 4'),(11126,-1,'setting_minreputationcount_desc','vbsettings','How much reputation must a user have before his reputation hits count on others?','vbulletin','',0,''),(11127,-1,'setting_minreputationcount_title','vbsettings','Minimum Reputation Count','vbulletin','',0,''),(11128,-1,'setting_minreputationpost_desc','vbsettings','How many posts must a user have before his reputation hits count on others?','vbulletin','',0,''),(11129,-1,'setting_minreputationpost_title','vbsettings','Minimum Post Count','vbulletin','',0,''),(11130,-1,'setting_minsearchlength_desc','vbsettings','When using the vBulletin default search, this option limits the size of indexed words. The smaller this number is, the larger your search index, and conversely your database is going to be.<br /><br />When using the Fulltext search, this option limits the size of words that may be searched for. Smaller words take longer to search for as they are more common. MySQL Fulltext has its own minimum word length as well that must be changed at the server level.','vbulletin','vBulletin Solutions',1199365664,'3.7.0 Beta 4'),(11131,-1,'setting_minsearchlength_title','vbsettings','Search Index Minimum Word Length','vbulletin','vBulletin Solutions',1199365664,'3.7.0 Beta 4'),(11132,-1,'setting_minuserlength_desc','vbsettings','Enter the minimum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.','vbulletin','vBulletin Solutions',1199365212,'3.7.0 Beta 4'),(11133,-1,'setting_minuserlength_title','vbsettings','Minimum Username Length','vbulletin','vBulletin Solutions',1199365212,'3.7.0 Beta 4'),(11134,-1,'setting_mobilehomearticlecatids_desc','vbsettings','You can choose to display CMS articles in specific categories in TOP/NEW section on the Home page of mobile application. Separate Categories IDs with a comma.<br />Example setting: 10,25,30','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11135,-1,'setting_mobilehomearticlecatids_title','vbsettings','Mobile App Home: CMS Articles Categories Limit','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11136,-1,'setting_mobilehomearticledatecut_desc','vbsettings','Set the cutoff (in days) for the display of CMS Articles in the Hompepage TOP/NEW section of the mobile application. Only Articles published after the cutoff will be displayed. If you have a big board, setting this to a lower number may improve performance.','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11137,-1,'setting_mobilehomearticledatecut_title','vbsettings','Mobile App Home: CMS Articles Date Cutoff','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11138,-1,'setting_mobilehomearticlesectionids_desc','vbsettings','You can choose to display CMS articles in specific sections in TOP/NEW section on the Home page of mobile application. Separate Section IDs with a comma.<br />Example setting: 10,25,30','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11139,-1,'setting_mobilehomearticlesectionids_title','vbsettings','Mobile App Home: CMS Articles Sections Limit','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11140,-1,'setting_mobilehomeblogcatids_desc','vbsettings','You can choose to display blog entries in specific categories in TOP/NEW section on the Home page of mobile application. Separate Categories IDs with a comma. -1 means Uncategorized entries.<br />Example setting: 10,25,30','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11141,-1,'setting_mobilehomeblogcatids_title','vbsettings','Mobile App Home: Blog Entries Categories Limit','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11142,-1,'setting_mobilehomeblogdatecut_desc','vbsettings','Set the cutoff (in days) for the display of Blog Entries in the Hompepage TOP/NEW section of the mobile application. Only Blog Entries published after the cutoff will be displayed. If you have a big board, setting this to a lower number may improve performance.','vbulletin','vBulletin Solutions',1351299065,'5.0.0 Beta 18'),(11143,-1,'setting_mobilehomeblogdatecut_title','vbsettings','Mobile App Home: Blog Entries Date Cutoff','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11144,-1,'setting_mobilehomebloguserids_desc','vbsettings','You can choose to display blog entries post by specific users in TOP/NEW section on the Home page of mobile application. Separate User IDs with a comma.<br />Example setting: 10,25,30','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11145,-1,'setting_mobilehomebloguserids_title','vbsettings','Mobile App Home: Blog Entries Users Limit','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11146,-1,'setting_mobilehomemaxitems_desc','vbsettings','This is the maximum number of items to display in TOP/NEW section on the Home page of mobile application. This limitation applies to every content type including \'All Content\', \'Forums\', \'Blogs\' and \'Articles\'.','vbulletin','vBulletin Solutions',1351528214,'5.0.0 Beta 18'),(11147,-1,'setting_mobilehomemaxitems_title','vbsettings','Mobile App Home: Maximum TOP/NEW Items','vbulletin','',1294982387,'4.1.1'),(11148,-1,'setting_mobilehomethreaddatecut_desc','vbsettings','Set the cutoff (in days) for the display of Topics in the Hompepage TOP/NEW section of the mobile application. Only Topics created after the cutoff will be displayed. If you have a big board, setting this to a lower number may improve performance.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11149,-1,'setting_mobilehomethreaddatecut_title','vbsettings','Mobile App Home: Forum Topics Date Cutoff','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11150,-1,'setting_mobilehomethreadforumids_desc','vbsettings','You can choose to display topics in specific forums in TOP/NEW section on the Home page of mobile application. Separate forum IDs with a comma.<br />Example setting: 10,25,30','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11151,-1,'setting_mobilehomethreadforumids_title','vbsettings','Mobile App Home: Forum Topics Forums Limit','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11152,-1,'setting_moderatenewmembers_desc','vbsettings','Allows you to validate new members before they are classified as registered members and are allowed to post.','vbulletin','',0,''),(11153,-1,'setting_moderatenewmembers_title','vbsettings','Moderate New Members','vbulletin','',0,''),(11154,-1,'setting_mqlimit_desc','vbsettings','Enter a value to limit the number of quotes that can be created with Multi-Quote, once this limit is reached the user will be unable to add any more quotes.<br />\r\n<br />\r\n<em>Note: The Quote BB code can still be entered manually, this is not a limit on the number of quotes in a post.</em>','vbulletin','vBulletin Solutions',1199365436,'3.7.0 Beta 4'),(11155,-1,'setting_mqlimit_title','vbsettings','Multi-Quote Quote Limit','vbulletin','vBulletin Solutions',1199365436,'3.7.0 Beta 4'),(11156,-1,'setting_multimatchscore_desc','vbsettings','If the search query is for multiple words, this number will be added to the score for the item each time another word from the query is found.','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11157,-1,'setting_multimatchscore_title','vbsettings','Search Relevance Multi-Word Match Bonus Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11158,-1,'setting_multiquote_desc','vbsettings','If this option is enabled, an additional button will appear on posts. A user may click as many of these buttons as they wish. Once they click a reply button, the content of each of the selected posts will be quoted and shown in the reply window.','vbulletin','vBulletin Solutions',1150975918,'3.6.0 Beta 4'),(11159,-1,'setting_multiquote_title','vbsettings','Multi-Quote Enabled','vbulletin','vBulletin Solutions',1150975918,'3.6.0 Beta 4'),(11160,-1,'setting_needfromemail_desc','vbsettings','Some sendmail servers may require the \'-f\' parameter to be sent with email calls from PHP. If you are having problems with users not receiving email, try enabling this option. In all likelihood, your problem will not be caused by this setting.<br />\r\n<br />\r\n<span style=\"color: red\">This setting does not work when PHP SAFE MODE is enabled.</span>','vbulletin','vBulletin Solutions',1205425035,'3.7.0 Release Candidate 1'),(11161,-1,'setting_needfromemail_title','vbsettings','Enable \'-f\' Parameter','vbulletin','vBulletin Solutions',1205425035,'3.7.0 Release Candidate 1'),(11162,-1,'setting_newuseremail_desc','vbsettings','This email address will receive an email message when a new user signs up. Leave the option blank to disable this function.','vbulletin','',0,''),(11163,-1,'setting_newuseremail_title','vbsettings','Email Address to Notify About New Members','vbulletin','',0,''),(11164,-1,'setting_nextprevlinks_desc','vbsettings','Enable this option to have the <em>Next</em> and <em>Previous</em> topic titles shown at the bottom of the current topic. This feature will add two queries to the page. By default only \"Next Topic\" and \"Prev Topic\" are displayed whether or not there may be an actual \"Next Topic\" or \"Prev Topic\" entry to view.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11165,-1,'setting_nextprevlinks_title','vbsettings','Full Next / Prev Links','vbulletin','vBulletin Solutions',1222297421,'4.0.0 Alpha 1'),(11166,-1,'setting_nocache_desc','vbsettings','Setting this to \'Yes\' will disable content caching. This is not recommended and should only be used for trouble shooting.','vbulletin','',1237465496,'4.0.0 Alpha 1'),(11167,-1,'setting_nocache_title','vbsettings','Disable Content Caching','vbulletin','',1237465496,'4.0.0 Alpha 1'),(11168,-1,'setting_nocacheheaders_desc','vbsettings','Selecting yes will cause vBulletin to add no-cache HTTP headers. These are very effective, so adding them may cause server load to increase due to an increase in page requests.','vbulletin','',0,''),(11169,-1,'setting_nocacheheaders_title','vbsettings','Add No-Cache HTTP Headers','vbulletin','',0,''),(11170,-1,'setting_noeditedbytime_desc','vbsettings','Time limit (in minutes) to allow user to edit the post without the \"Last edited by...\" message appearing at the bottom of the edited post.','vbulletin','vBulletin Solutions',1191410456,'3.7.0 Beta 1'),(11171,-1,'setting_noeditedbytime_title','vbsettings','Time to Wait Before Starting to Display \'Last Edited by...\'','vbulletin','vBulletin Solutions',1191410474,'3.7.0 Beta 1'),(11172,-1,'setting_numavatarsperpage_desc','vbsettings','How many avatars do you want to display per-page on the \'Edit Avatar\' page within the profile editor?<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954866,'3.7.0 Release Candidate 4'),(11173,-1,'setting_numavatarsperpage_title','vbsettings','Avatars Per-Page','vbulletin','vBulletin Solutions',1208954866,'3.7.0 Release Candidate 4'),(11174,-1,'setting_pagenavpages_desc','vbsettings','If a thread/forum (etc.) requires multiple pages to be displayed, this option selects how many page links either side of the current page are shown. Set this to 0 to display all pages.','vbulletin','vBulletin Solutions',1359778924,'5.0.1 Alpha 2'),(11175,-1,'setting_pagenavpages_title','vbsettings','Number of Pages Visible in Page Navigator','vbulletin','vBulletin Solutions',1359778924,'5.0.1 Alpha 2'),(11176,-1,'setting_pagenavs_desc','vbsettings','If a thread/forum (etc.) requires multiple pages to be displayed, this option selects what pages can be jumped to relative to the current one. For example, by adding 10 to the list, links will appear for current page -10 and current page +10.','vbulletin','vBulletin Solutions',1359778924,'5.0.1 Alpha 2'),(11177,-1,'setting_pagenavs_title','vbsettings','Relative Jumps for Page Navigator','vbulletin','vBulletin Solutions',1359778924,'5.0.1 Alpha 2'),(11178,-1,'setting_paymentemail_desc','vbsettings','An email will be sent to this email address when a paid subscription is purchased or reversed.','vbulletin','vBulletin Solutions',1147373791,'3.6.0 Beta 1'),(11179,-1,'setting_paymentemail_title','vbsettings','Paid Subscription Email Notification','vbulletin','vBulletin Solutions',1147373791,'3.6.0 Beta 1'),(11180,-1,'setting_pc_allowed_bbcode_desc','vbsettings','This setting allows you to enable and disable the use of various BB codes in picture comments.<br />\r\n<br />\r\nNote that any changes you make will only affect messages posted (or edited) after this point.','vbulletin','vBulletin Solutions',1205422221,'3.7.0 Release Candidate 1'),(11181,-1,'setting_pc_allowed_bbcode_title','vbsettings','Allowed BB Code Tags in Picture Comments','vbulletin','vBulletin Solutions',1205422221,'3.7.0 Release Candidate 1'),(11182,-1,'setting_pc_enabled_desc','vbsettings','Set this option to yes if you would like to enable commenting on album and group pictures. Comments are associated with the picture itself, so comments will be shown anywhere the picture is shown.','vbulletin','vBulletin Solutions',1205419725,'3.7.0 Release Candidate 1'),(11183,-1,'setting_pc_enabled_title','vbsettings','Enable Picture Comments','vbulletin','vBulletin Solutions',1205419725,'3.7.0 Release Candidate 1'),(11184,-1,'setting_pc_maxperpage_desc','vbsettings','This setting allows you to limit the number of picture comments users may display per page with a picture.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954834,'3.7.0 Release Candidate 4'),(11185,-1,'setting_pc_maxperpage_title','vbsettings','Maximum Picture Comments Per-Page','vbulletin','vBulletin Solutions',1208954834,'3.7.0 Release Candidate 4'),(11186,-1,'setting_pc_moderation_desc','vbsettings','When enabled, all new picture comments are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1205419742,'3.7.0 Release Candidate 1'),(11187,-1,'setting_pc_moderation_title','vbsettings','Moderate Picture Comments','vbulletin','vBulletin Solutions',1205419742,'3.7.0 Release Candidate 1'),(11188,-1,'setting_pc_perpage_desc','vbsettings','This setting allows you to define the default number of picture comments displayed per-page with a picture.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954827,'3.7.0 Release Candidate 4'),(11189,-1,'setting_pc_perpage_title','vbsettings','Default Picture Comments Per-Page','vbulletin','vBulletin Solutions',1208954827,'3.7.0 Release Candidate 4'),(11190,-1,'setting_pcpower_desc','vbsettings','For every X number of posts, users gain 1 point of reputation-altering power.','vbulletin','',0,''),(11191,-1,'setting_pcpower_title','vbsettings','Post Count Factor','vbulletin','',0,''),(11192,-1,'setting_player_wmode_desc','vbsettings','Choose the desired wmode setting for playback of embedded flash videos.','vbulletin','vBulletin Solutions',1378240631,'5.0.6 Alpha 1'),(11193,-1,'setting_player_wmode_title','vbsettings','WMODE Setting','vbulletin','vBulletin Solutions',1378240631,'5.0.0 Beta 15'),(11194,-1,'setting_pmfloodtime_desc','vbsettings','Private Message Flood Checking. Select the minimum time in seconds that must pass before a user can send another private message. This is to prevent a single user \'spamming\' by sending lots of messages very quickly.<br />\r\n<br />\r\nSet this to 0 to disable the option.','vbulletin','',1201873383,'3.7.0 Beta 5'),(11195,-1,'setting_pmfloodtime_title','vbsettings','Floodcheck - Minimum Time Between Messages','vbulletin','',1201873383,'3.7.0 Beta 5'),(11196,-1,'setting_pmmaxperpage_desc','vbsettings','This setting allows you to limit the number of messages users may display per page on the private messages folder view pages.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1216396627,'3.8.0 Alpha 1'),(11197,-1,'setting_pmmaxperpage_title','vbsettings','Maximum Messages Per-Page','vbulletin','',1216396627,'3.8.0 Alpha 1'),(11198,-1,'setting_pmthrottleperiod_desc','vbsettings','This setting allows you to specify a time period in minutes for limiting the amount of private messages sent by the user. The amount of private messages that can be sent within this time period is defined by the user\'s usergroup permissions.<br /><br />\r\n\r\n<strong>Note:</strong> If this is set to 0 then no throttle will be enforced.','vbulletin','',1216397237,'3.8.0 Alpha 1'),(11199,-1,'setting_pmthrottleperiod_title','vbsettings','Throttle Check Period (minutes)','vbulletin','',1216397237,'3.8.0 Alpha 1'),(11200,-1,'setting_postcommentthreads_desc','vbsettings','Enable this option to allow user post comments besides replies on topics.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11201,-1,'setting_postcommentthreads_title','vbsettings','Topic Comment Posting','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11202,-1,'setting_postedithistory_desc','vbsettings','Enable this option to log the previous versions of posts when they are edited. Click the \'?\' for more information on specific cases where edits will not be logged.<br />\r\n<br />\r\nThis will increase the amount of disk space used by vBulletin for database storage.','vbulletin','vBulletin Solutions',1209725045,'3.7.1'),(11203,-1,'setting_postedithistory_title','vbsettings','Post Edit History','vbulletin','vBulletin Solutions',1209725045,'3.7.1'),(11204,-1,'setting_postelements_desc','vbsettings','There is optional user information that you may display on each post. These options require a bit of processing time to calculate.','vbulletin','',0,''),(11205,-1,'setting_postelements_title','vbsettings','Post Elements','vbulletin','',0,''),(11206,-1,'setting_postmaxchars_desc','vbsettings','Posts that contain more characters than the value specified here will be rejected with a message telling the user to shorten their post.<br />\r\n<br />\r\nSet the value to 0 to disable this function.','vbulletin','vBulletin Solutions',1199365448,'3.7.0 Beta 4'),(11207,-1,'setting_postmaxchars_title','vbsettings','Maximum Characters Per Post','vbulletin','vBulletin Solutions',1199365448,'3.7.0 Beta 4'),(11208,-1,'setting_postminchars_desc','vbsettings','If this number is set to a value greater than 0, users must enter at least that number of characters in each new post.\r\n<br /><br />\r\nNote: setting this to 0 will not completely disable the minimum characters per post check. Users must always enter at least 1 character.','vbulletin','vBulletin Solutions',1199365442,'3.7.0 Beta 4'),(11209,-1,'setting_postminchars_title','vbsettings','Minimum Characters Per Post','vbulletin','vBulletin Solutions',1199365442,'3.7.0 Beta 4'),(11210,-1,'setting_posttitlescore_desc','vbsettings','Score for a word appearing in the post title.','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11211,-1,'setting_posttitlescore_title','vbsettings','Search Relevance Post Title Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11212,-1,'setting_previewLength_desc','vbsettings','On the activity stream page, this is the amount of text displayed as a preview.','vbulletin','vBulletin Solutions',1365781854,'5.0.2 Beta 1'),(11213,-1,'setting_previewLength_title','vbsettings','Preview Text Length','vbulletin','vBulletin Solutions',1365781854,'5.0.2 Beta 1'),(11214,-1,'setting_privacyurl_desc','vbsettings','Enter the URL of your privacy statement, if you have one.','vbulletin','vBulletin Solutions',1349467487,'5.0.1 Alpha 2'),(11215,-1,'setting_privacyurl_title','vbsettings','Privacy Statement URL','vbulletin','vBulletin Solutions',1349467487,'5.0.1 Alpha 2'),(11216,-1,'setting_privallowbbcode_desc','vbsettings','Allow users to include BB code in their private messages? (Such as [b], [i] etc.)','vbulletin','vBulletin Solutions',1206965572,'3.7.0 Release Candidate 2'),(11217,-1,'setting_privallowbbcode_title','vbsettings','Allow BB Code in Private Messages','vbulletin','vBulletin Solutions',1195475558,'3.7.0 Beta 1'),(11218,-1,'setting_privallowbbimagecode_desc','vbsettings','Allow users to include [IMG] codes in their Private Messages?','vbulletin','',0,''),(11219,-1,'setting_privallowbbimagecode_title','vbsettings','Allow [IMG] Code in Private Messages','vbulletin','',0,''),(11220,-1,'setting_privallowhtml_desc','vbsettings','Allow users to include raw HTML code in their Private Messages?<br />(<b>Strongly not recommended.</b>)','vbulletin','',0,''),(11221,-1,'setting_privallowhtml_title','vbsettings','Allow HTML in Private Messages','vbulletin','',0,''),(11222,-1,'setting_privallowicons_desc','vbsettings','Allow the use of the standard message icons for private messages.','vbulletin','',0,''),(11223,-1,'setting_privallowicons_title','vbsettings','Allow Message Icons for Private Messages','vbulletin','',0,''),(11224,-1,'setting_privallowsmilies_desc','vbsettings','Allow users to include smilies in their Private Messages?','vbulletin','',0,''),(11225,-1,'setting_privallowsmilies_title','vbsettings','Allow Smilies in Private Messages','vbulletin','',0,''),(11226,-1,'setting_profile_album_amount_desc','vbsettings','The Maximum Number of Albums to Display on the Users\' Profile Pages','vbulletin','vBulletin Solutions',1199365070,'3.7.0 Beta 4'),(11227,-1,'setting_profile_album_amount_title','vbsettings','Number of Albums to display in the Users Profile','vbulletin','vBulletin Solutions',1199365070,'3.7.0 Beta 4'),(11228,-1,'setting_profilelastpost_desc','vbsettings','Showing the last post on a member profile can cause large table scans which leads to table locking. This may increase load time on your forums as well as the load of your server. This option should only be enabled for smaller forums.','vbulletin','vBulletin Solutions',1195216823,'3.7.0 Beta 1'),(11229,-1,'setting_profilelastpost_title','vbsettings','Show Last Post on Profile Page','vbulletin','vBulletin Solutions',1195216823,'3.7.0 Beta 1'),(11230,-1,'setting_profilepicpath_desc','vbsettings','Leave this setting alone.','vbulletin','',1216044644,'3.8.0 Alpha 1'),(11231,-1,'setting_profilepicpath_title','vbsettings','Profile Pic File Path','vbulletin','',1216044644,'3.8.0 Alpha 1'),(11232,-1,'setting_profilepicurl_desc','vbsettings','Leave this setting alone.','vbulletin','',1216044629,'3.8.0 Alpha 1'),(11233,-1,'setting_profilepicurl_title','vbsettings','Profile Pic URL','vbulletin','',1216044629,'3.8.0 Alpha 1'),(11234,-1,'setting_ratefunc_desc','vbsettings','Allows you to specify a function to operate on the average rating of a topic.<br />\r\nWorks like: = func($thread[rating]) * $ratingscore','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11235,-1,'setting_ratefunc_title','vbsettings','Search Relevance Rating Function','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11236,-1,'setting_ratescore_desc','vbsettings','Amount to multiply the average rating of a topic to get the score for the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11237,-1,'setting_ratescore_title','vbsettings','Search Relevance Rating Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11238,-1,'setting_rdpower_desc','vbsettings','For every X number of days, users gain 1 point of reputation-altering power.','vbulletin','',0,''),(11239,-1,'setting_rdpower_title','vbsettings','Register Date Factor','vbulletin','',0,''),(11240,-1,'setting_recheckfrequency_desc','vbsettings','How frequent (in seconds) should we re-check the server load average after the system identifies the load average is too high? Re-checking will divert a tiny bit of system resources to check the new server load average, so re-checking too frequently may end up causing you stay in busy mode for longer. Default value as of vBulletin 3.8.4 is 60 seconds, before that it was 500 seconds.','vbulletin','',1247156531,'4.0.0 Alpha 1'),(11241,-1,'setting_recheckfrequency_title','vbsettings','Re-check Frequency','vbulletin','',1247156531,'4.0.0 Alpha 1'),(11242,-1,'setting_redirect_whitelist_desc','vbsettings','Optional, advanced additional URL configuration. This setting should remain blank for most installations. Specify additional domains of your forum:<br />\r\n<br />\r\nExamples:<br />\r\nhttp://www.example2.com<br />\r\nhttp://www.example.com<br />\r\n<br />\r\nNote: do not add a trailing slash. (\'/\')','vbulletin','vBulletin Solutions',1308335090,'5.0.0 Beta 21'),(11243,-1,'setting_redirect_whitelist_disable_desc','vbsettings','Disable Redirection Checking. I understand the risks associated with disabling this security feature.','vbulletin','vBulletin Solutions',1310660587,'5.0.0 Beta 21'),(11244,-1,'setting_redirect_whitelist_disable_title','vbsettings','Disable Redirect Domain Checking','vbulletin','vBulletin Solutions',1310660587,'5.0.0 Beta 21'),(11245,-1,'setting_redirect_whitelist_title','vbsettings','Redirect Domain Whitelist','vbulletin','vBulletin Solutions',1308335090,'5.0.0 Beta 21'),(11246,-1,'setting_regimageoption_desc','vbsettings','There are several options that allow you to control the level of difficulty presented by the image verification.','vbulletin','vBulletin Solutions',1192484082,'3.7.0 Beta 1'),(11247,-1,'setting_regimageoption_title','vbsettings','Image Verification Options','vbulletin','vBulletin Solutions',1192484082,'3.7.0 Beta 1'),(11248,-1,'setting_regimagetype_desc','vbsettings','Choose the image processing library that vBulletin will use for generating Image Verification. If the <em>GD (True Type)</em> option doesn\'t work, please ask your host to recompile PHP with <strong>FreeType 2</strong> support.\r\n<br /><br />Imagemagick must have a valid path specified in the <a href=\"options.php?dogroup=imagesettings\">Image Settings.</a>','vbulletin','vBulletin Solutions',1205931861,'3.7.0 Release Candidate 1'),(11249,-1,'setting_regimagetype_title','vbsettings','Image Verification Library','vbulletin','vBulletin Solutions',1205931861,'3.7.0 Release Candidate 1'),(11250,-1,'setting_registereddateformat_desc','vbsettings','This is used to format the user\'s registration date, which is displayed in each user\'s post.<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a>','vbulletin','',0,''),(11251,-1,'setting_registereddateformat_title','vbsettings','Format For Registration Date','vbulletin','',0,''),(11252,-1,'setting_regrequirepaidsub_desc','vbsettings','Allow you to set the paid subscription as a required field during registration that new members need to select a paid subscription and pay before becoming a member.','vbulletin','vBulletin Solutions',1366187683,'5.0.3 Alpha 2'),(11253,-1,'setting_regrequirepaidsub_title','vbsettings','Paid Subscription during Registration','vbulletin','vBulletin Solutions',1366187683,'5.0.3 Alpha 2'),(11254,-1,'setting_remotejquery_desc','vbsettings','jQuery script files are hosted locally on your server, you may however have them served from Google, jQuery, or Microsoft servers, saving you some bandwidth and potentially decreasing load times.<br />\r\n<br />More information about this service can be found here at jQuery\'s <a href=\"http://docs.jquery.com/Downloading_jQuery\">Website</a>.','vbulletin','',1346203374,'5.0.0 Alpha 38'),(11255,-1,'setting_remotejquery_title','vbsettings','Use Remote jQuery','vbulletin','vBulletin Solutions',1344554184,'5.0.0 Alpha 33'),(11256,-1,'setting_replyfunc_desc','vbsettings','Allows you to specify a function to operate on the number of replies of a topic.<br />\r\nWorks like: = func($thread[replies]) * $replyscore','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11257,-1,'setting_replyfunc_title','vbsettings','Search Relevance Reply Function','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11258,-1,'setting_replyscore_desc','vbsettings','Amount to multiply the number of replies in a topic to get the score for the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11259,-1,'setting_replyscore_title','vbsettings','Search Relevance Reply Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11260,-1,'setting_reputationdefault_desc','vbsettings','What reputation level shall new users receive upon registration? Make sure that you have a reputation level that is at least equal to or less than this value.','vbulletin','',0,''),(11261,-1,'setting_reputationdefault_title','vbsettings','Default Reputation','vbulletin','',0,''),(11262,-1,'setting_reputationundefined_desc','vbsettings','If you have any user gain a reputation that exceeds your lowest <em>negative</em> level, then this phrase will be used for them. If you do not wish to use this phrase, make sure you set a negative reputation that is larger than the largest score (negative) that a user on your forum has.','vbulletin','',0,''),(11263,-1,'setting_reputationundefined_title','vbsettings','Reputation Undefined','vbulletin','',0,''),(11264,-1,'setting_reqbirthday_desc','vbsettings','Require users to provide a valid date of birth (1902 to current year).','vbulletin','vBulletin Solutions',1195217188,'3.7.0 Beta 1'),(11265,-1,'setting_reqbirthday_title','vbsettings','Require Date of Birth','vbulletin','vBulletin Solutions',1195217188,'3.7.0 Beta 1'),(11266,-1,'setting_requireuniqueemail_desc','vbsettings','The default option is to require unique email addresses for each registered user. This means that no two users can have the same email address. You can disable this requirement by setting this option to \'No\'.','vbulletin','',0,''),(11267,-1,'setting_requireuniqueemail_title','vbsettings','Require Unique Email Addresses','vbulletin','',0,''),(11268,-1,'setting_rpemail_desc','vbsettings','This option sends an email to the specified users when a post is reported.','vbulletin','vBulletin Solutions',1149687322,'3.6.0 Beta 1'),(11269,-1,'setting_rpemail_title','vbsettings','Post Reporting Email','vbulletin','vBulletin Solutions',1149687322,'3.6.0 Beta 1'),(11270,-1,'setting_rpforumid_desc','vbsettings','A discussion topic can be created for each reported post for moderators to discuss the post further. Choose a forum for the discussion topics to be created in.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11271,-1,'setting_rpforumid_title','vbsettings','Post Reporting Discussion Forum','vbulletin','vBulletin Solutions',1149539094,'3.6.0 Beta 1'),(11272,-1,'setting_rpuserid_desc','vbsettings','Reported post discussion topics default to being posted under the username of the reporter. To have the topics reported under another username, enter an existing username.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11273,-1,'setting_rpuserid_title','vbsettings','Post Reporting User','vbulletin','vBulletin Solutions',1149695745,'3.6.0 Beta 1'),(11274,-1,'setting_safeupload_desc','vbsettings','If your server runs PHP with <b>SAFE MODE</b> Restrictions, set this to yes.','vbulletin','',0,''),(11275,-1,'setting_safeupload_title','vbsettings','Safe Mode Upload Enabled','vbulletin','',0,''),(11276,-1,'setting_schemaenabled_desc','vbsettings','Schema.org provides a collection of shared vocabularies webmasters can use to mark up their pages in ways that can be understood by the major search engines: Google, Microsoft, Yandex and Yahoo!','vbulletin','vBulletin Solutions',1360856003,'5.0.1 Alpha 2'),(11277,-1,'setting_schemaenabled_title','vbsettings','Enable Schema Microdata','vbulletin','vBulletin Solutions',1360856003,'5.0.1 Alpha 2'),(11278,-1,'setting_searchenginereferrers_desc','vbsettings','Use this option to mark certain HTTP referrer addresses as a search engine source.<br />\r\n<br />\r\nNote that for most accurate detection (and save resource for checking similar things), you should enter only part of the domain. For example, instead of entering \"www.yahoo.com\" and \"www1.yahoo.com\", enter just \".yahoo.com\". Instead of entering \".google.com\", \".google.ca\", \".google.co.uk\", simply enter \".google.\".<br />\r\n<br />\r\nAlternatively, if you only care about any part of the domain, you can use * as a wild card. For example \"search*\" will match \"searching.site\", \"searchmaster.site\", etc.<br />\r\n<br />\r\nPut each search engine source on its own line.','vbulletin','',1223029610,'4.0.0 Alpha 1'),(11279,-1,'setting_searchenginereferrers_title','vbsettings','Search Engine Referrers','vbulletin','',1223029610,'4.0.0 Alpha 1'),(11280,-1,'setting_searchfloodtime_desc','vbsettings','The minimum time (in seconds) that must expire before the user can perform a new search.<br />\r\n<br />\r\nSet this to 0 to allow users to search as frequently as they want.','vbulletin','vBulletin Solutions',1199365647,'3.7.0 Beta 4'),(11281,-1,'setting_searchfloodtime_title','vbsettings','Minimum Time Between Searches','vbulletin','vBulletin Solutions',1199365647,'3.7.0 Beta 4'),(11282,-1,'setting_searchimplementation_desc','vbsettings','Do not edit','vbulletin','',1241736561,'4.0.0 Alpha 1'),(11283,-1,'setting_searchimplementation_title','vbsettings','Search Implementation','vbulletin','',1241736561,'4.0.0 Alpha 1'),(11284,-1,'setting_searchqueueupdates_desc','vbsettings','Queue updates for search?\r\nQueued updates means that changes to searchable content will not be immediately reflected in search results, but can improve the response time for users making edits on larger boards. If you turn this on, ensure that the \"Search Queue Updates\" scheduled task is also enabled for it to work correctly.','vbulletin','',1269012010,'4.0.4'),(11285,-1,'setting_searchqueueupdates_title','vbsettings','Queue Search Updates','vbulletin','',1269012010,'4.0.4'),(11286,-1,'setting_secureemail_desc','vbsettings','If \'Allow Users to Email Other Members\' is set to \'Yes\', how should members\' email addresses be displayed?<br />\r\n<br />\r\nIf this is set to \'Yes\', then an online form must be filled in to send a user an email, thus hiding the destination email address.<br />\r\n<br />\r\nSetting \'No\' will mean that the user is just given the email address in order to send email using their email client application.','vbulletin','',0,''),(11287,-1,'setting_secureemail_title','vbsettings','Use Secure Email Sending','vbulletin','',0,''),(11288,-1,'setting_sg_allow_delete_empty_group_desc','vbsettings','This option will allow any group owner to delete a Group if they are the only member of that group (even if they lack the \"Can Delete Own Groups\" permission)','vbulletin','',1260376668,'4.0.0 Release Candidate 2'),(11289,-1,'setting_sg_allow_delete_empty_group_title','vbsettings','Allow Owners to Delete Group if Empty','vbulletin','',1260376716,'4.0.0 Release Candidate 2'),(11290,-1,'setting_sg_allow_join_to_view_desc','vbsettings','When set, this allows the creator of a group the option to only show contents (messages, pictures) of the group to members of that group (or Administrators and Moderators).','vbulletin','',1218193399,'3.8.0 Alpha 1'),(11291,-1,'setting_sg_allow_join_to_view_title','vbsettings','Allow Join-to-View Groups','vbulletin','',1218193399,'3.8.0 Alpha 1'),(11292,-1,'setting_sg_allow_owner_mod_queue_desc','vbsettings','This option allows a group owner (with the <em>Manage Own Groups\' Content</em> Permission) to set the group so that all Group Messages are automatically sent to the moderation queue.','vbulletin','',1260376733,'4.0.0 Release Candidate 2'),(11293,-1,'setting_sg_allow_owner_mod_queue_title','vbsettings','Allow Groups Owners to Force New Group Messages into Moderation Queue','vbulletin','',1218193427,'3.8.0 Alpha 1'),(11294,-1,'setting_sg_allowed_bbcode_desc','vbsettings','This setting allows you to enable and disable the use of various BB codes in group messages.<br />\r\n<br />\r\nNote that any changes you make will only affect messages posted (or edited) after this point.','vbulletin','',1218193449,'3.8.0 Alpha 1'),(11295,-1,'setting_sg_allowed_bbcode_title','vbsettings','Allowed BB Code Tags in Group Messages','vbulletin','',1260376743,'4.0.0 Release Candidate 2'),(11296,-1,'setting_sg_category_cloud_size_desc','vbsettings','This setting allows you to define the number of categories to display in the Group Overview.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376759,'4.0.0 Release Candidate 2'),(11297,-1,'setting_sg_category_cloud_size_title','vbsettings','Category Cloud Size','vbulletin','',1218193530,'3.8.0 Alpha 1'),(11298,-1,'setting_sg_enable_owner_only_discussions_desc','vbsettings','Allows users to create Groups where only they can create new discussions.','vbulletin','',1218193438,'3.8.0 Alpha 1'),(11299,-1,'setting_sg_enable_owner_only_discussions_title','vbsettings','Allow Group Owners to Limit New Discussions to Themselves','vbulletin','',1218193438,'3.8.0 Alpha 1'),(11300,-1,'setting_sg_enablesocialgroupicons_desc','vbsettings','If this is enabled users who create groups will be able to upload a group icon that will be displayed when viewing the group, and as a smaller version when viewing group listings.<br />\r\n<br />\r\n<strong>Note: </strong>Group Image Icons are always limited to 200px by 200px.','vbulletin','',1260376809,'4.0.0 Release Candidate 2'),(11301,-1,'setting_sg_enablesocialgroupicons_title','vbsettings','Enable Group Image Icons','vbulletin','',1260376821,'4.0.0 Release Candidate 2'),(11302,-1,'setting_sg_maxperpage_desc','vbsettings','This setting allows you to limit the number of groups users may display per page when listing Groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376850,'4.0.0 Release Candidate 2'),(11303,-1,'setting_sg_maxperpage_title','vbsettings','Maximum Groups Per-Page','vbulletin','',1218193331,'3.8.0 Alpha 1'),(11304,-1,'setting_sg_name_maxchars_desc','vbsettings','Enter the maximum number of characters allowed in Group names. Names longer than this limit will be rejected.','vbulletin','',1260376865,'4.0.0 Release Candidate 2'),(11305,-1,'setting_sg_name_maxchars_title','vbsettings','Group Name Maximum Length','vbulletin','',1260376877,'4.0.0 Release Candidate 2'),(11306,-1,'setting_sg_newgroups_count_desc','vbsettings','This setting allows you to define the number of groups displayed in the Newest Groups section of the Groups Overview.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376892,'4.0.0 Release Candidate 2'),(11307,-1,'setting_sg_newgroups_count_title','vbsettings','Number of Newest Groups to Display','vbulletin','',1218193519,'3.8.0 Alpha 1'),(11308,-1,'setting_sg_perpage_desc','vbsettings','This setting allows you to define the default number of groups displayed per-page when searching Groups.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376908,'4.0.0 Release Candidate 2'),(11309,-1,'setting_sg_perpage_title','vbsettings','Default Groups Per-Page','vbulletin','',1218193319,'3.8.0 Alpha 1'),(11310,-1,'setting_sgd_maxperpage_desc','vbsettings','This setting allows you to limit the number of discussions users may display per page in a Group.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376923,'4.0.0 Release Candidate 2'),(11311,-1,'setting_sgd_maxperpage_title','vbsettings','Maximum Discussions Per-Page','vbulletin','',1218193389,'3.8.0 Alpha 1'),(11312,-1,'setting_sgd_perpage_desc','vbsettings','This setting allows you to define the default number of discussions displayed per-page in a Group.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','',1260376940,'4.0.0 Release Candidate 2'),(11313,-1,'setting_sgd_perpage_title','vbsettings','Default Discussions Per-Page','vbulletin','',1218193360,'3.8.0 Alpha 1'),(11314,-1,'setting_showdeficon_desc','vbsettings','If you would like to use a default icon for messages without an icon, enter the path to the image here.','vbulletin','',1264795795,'4.0.3'),(11315,-1,'setting_showdeficon_title','vbsettings','Show Default Post Icon','vbulletin','',1264795795,'4.0.3'),(11316,-1,'setting_showdots_desc','vbsettings','When this feature is enabled, a logged in user will see an \'arrow\' (or whatever graphic you choose) on the folder icons (hot folders, new folders, etc.) next to the topics that they have posted in.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11317,-1,'setting_showdots_title','vbsettings','Highlight Topics in Which User Has Posted','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11318,-1,'setting_showforumdescription_desc','vbsettings','Show forum descriptions below forum titles in forum listings?','vbulletin','',0,''),(11319,-1,'setting_showforumdescription_title','vbsettings','Show Forum Descriptions in Forum Listings','vbulletin','',0,''),(11320,-1,'setting_showimicons_desc','vbsettings','Setting this option to yes will show the images for Skype, ICQ, AIM, MSN, and Yahoo! Messenger if the user has entered the correct information in his/her profile. These links are shown in various places throughout the forum, on posts, who\'s online, memberlist, profile, etc.','vbulletin','',0,''),(11321,-1,'setting_showimicons_title','vbsettings','Show Instant Messaging Program Icons','vbulletin','',0,''),(11322,-1,'setting_showmoderatorcolumn_desc','vbsettings','Turns the moderator column on and off for forumhome, forumdisplay and usercp.','vbulletin','',0,''),(11323,-1,'setting_showmoderatorcolumn_title','vbsettings','Show Moderator Column','vbulletin','',0,''),(11324,-1,'setting_showprefixlastpost_desc','vbsettings','You may choose to show a topic\'s prefix in the last post column, along with the title. This will increase the size of the data included in that column, however.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11325,-1,'setting_showprefixlastpost_title','vbsettings','Show Topic Prefix in Last Post Column?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11326,-1,'setting_showprivateforums_desc','vbsettings','Select \'No\' here will hide private forums from users who are not allowed to access them. Users who do have permission to access them will have to log in before they can see these forums too.<br />\r\n<br />\r\nThis option applies to any forum listing, including the Quick Navigation menu, and Search Results.','vbulletin','vBulletin Solutions',1245705831,'4.0.0 Alpha 1'),(11327,-1,'setting_showprivateforums_title','vbsettings','Show Private Forums','vbulletin','',0,''),(11328,-1,'setting_showsignaturesinline_desc','vbsettings','If enabled, this option will allow user\'s post signature to be displayed inline, below the content.','vbulletin','vBulletin Solutions',1352810634,'5.0.0 Beta 20'),(11329,-1,'setting_showsignaturesinline_title','vbsettings','Post Signature Inline','vbulletin','vBulletin Solutions',1352810634,'5.0.0 Beta 20'),(11330,-1,'setting_showstickies_desc','vbsettings','Select \'Yes\' to show sticky topics on every forumdisplay.php page, regardless of page number. Set \'No\' to only display them on page one.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11331,-1,'setting_showstickies_title','vbsettings','Show Sticky Topics on All Pages','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11332,-1,'setting_showvotes_desc','vbsettings','This option specifies the number of topic rating votes that must be cast of a particular topic before the current rating is displayed on forumdisplay.php and showthread.php.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11333,-1,'setting_showvotes_title','vbsettings','Required Topic Rating Votes to Show Rating','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11334,-1,'setting_sigpicpath_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1159279059,'3.6.2'),(11335,-1,'setting_sigpicpath_title','vbsettings','Signature Picture Path','vbulletin','vBulletin Solutions',1159279059,'3.6.2'),(11336,-1,'setting_sigpicurl_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1159279066,'3.6.2'),(11337,-1,'setting_sigpicurl_title','vbsettings','Signature Pic URL','vbulletin','vBulletin Solutions',1159279066,'3.6.2'),(11338,-1,'setting_sitemap_cron_enable_desc','vbsettings','If you select yes for this option, the XML sitemap will be automatically generated periodically by a scheduled task.<br />\r\n<br />\r\nEven if you select no, you can still <a href=\"sitemap.php?do=buildsitemap\">manually generate the sitemap</a>.','vbulletin','vBulletin Solutions',1232120446,'4.0.0 Alpha 1'),(11339,-1,'setting_sitemap_cron_enable_title','vbsettings','Enable Automatic Sitemap Generation','vbulletin','vBulletin Solutions',1232120446,'4.0.0 Alpha 1'),(11340,-1,'setting_sitemap_cron_frequency_desc','vbsettings','If automatic sitemap generation is enabled, this option controls the number of days between automatic builds.','vbulletin','vBulletin Solutions',1232385836,'4.0.0 Alpha 1'),(11341,-1,'setting_sitemap_cron_frequency_title','vbsettings','Automatic Sitemap Generation Frequency (Days)','vbulletin','vBulletin Solutions',1232385836,'4.0.0 Alpha 1'),(11342,-1,'setting_sitemap_path_desc','vbsettings','XML sitemap data must be written to the filesystem to function. Enter the full path to the directory the files should be written to. Do not include a trailing slash.<br />\r\n<br />\r\nThis directory must be writable by the webserver.','vbulletin','',1258408759,'4.0.0 Beta 4'),(11343,-1,'setting_sitemap_path_title','vbsettings','Sitemap File Path','vbulletin','vBulletin Solutions',1232120685,'4.0.0 Alpha 1'),(11344,-1,'setting_sitemap_priority_desc','vbsettings','The default priority for content in the XML Sitemap. This may be configured on a per-content basis in the <a href=\"sitemap.php\">XML Sitemap group</a>.<br />\r\n<br />\r\nOnly a limited amount of content should be listed in the sitemap as a high priority, so you shouldn\'t set this value too high.','vbulletin','vBulletin Solutions',1232116869,'4.0.0 Alpha 1'),(11345,-1,'setting_sitemap_priority_title','vbsettings','Default Sitemap Priority','vbulletin','vBulletin Solutions',1231952535,'4.0.0 Alpha 1'),(11346,-1,'setting_sitemap_se_submit_desc','vbsettings','Select the search engines that you wish to notify when a new sitemap has been generated (manually or via a scheduled task).','vbulletin','vBulletin Solutions',1232121101,'4.0.0 Alpha 1'),(11347,-1,'setting_sitemap_se_submit_title','vbsettings','Automatic Sitemap Search Engine Submission','vbulletin','vBulletin Solutions',1232121101,'4.0.0 Alpha 1'),(11348,-1,'setting_sitemap_url_perpage_desc','vbsettings','Enter the number of URLs that will be processed per page (and placed in each sitemap file). Note that only one type of content will be written to a file, so it is possible that there will be files that have less URLs than the number specified here.<br />\r\n<br />\r\nEnter a value no larger than 50,000. Larger values may cause more performance impact while the sitemap is being generated.','vbulletin','',1266011828,'4.0.3'),(11349,-1,'setting_sitemap_url_perpage_title','vbsettings','URLs Per Page','vbulletin','',1266011828,'4.0.3'),(11350,-1,'setting_skypeweb_gfx_desc','vbsettings','If set to \'Yes\', load Skype™ icon from the SkypeWeb server in order to show users\' online status, otherwise use local (static) graphic.<br />\r\n<br />\r\nIf set to \'Language Specific\', graphics in the language being used by the visiting user will be loaded.<br />\r\n<br />\r\nIf the \'Language Specific\' option does not work, switch it off and try again in a few weeks.','vbulletin','',0,''),(11351,-1,'setting_skypeweb_gfx_title','vbsettings','Use SkypeWeb Graphics','vbulletin','',0,''); INSERT INTO `phrase` VALUES (11352,-1,'setting_smtp_host_desc','vbsettings','If you\'ve enabled SMTP mail, please specify the host here. You may find that specifying an IP Address rather than a domain name, results in better performance. Example: smtp.gmail.com','vbulletin','',0,''),(11353,-1,'setting_smtp_host_title','vbsettings','SMTP Host','vbulletin','',0,''),(11354,-1,'setting_smtp_pass_desc','vbsettings','If you\'ve enabled SMTP mail and your server requires authentication, please specify your password here.','vbulletin','',0,''),(11355,-1,'setting_smtp_pass_title','vbsettings','SMTP Password','vbulletin','',0,''),(11356,-1,'setting_smtp_port_desc','vbsettings','If you\'ve enabled SMTP mail, please specify the port here.','vbulletin','vBulletin Solutions',1199365195,'3.7.0 Beta 4'),(11357,-1,'setting_smtp_port_title','vbsettings','SMTP Port','vbulletin','vBulletin Solutions',1199365195,'3.7.0 Beta 4'),(11358,-1,'setting_smtp_tls_desc','vbsettings','If you\'ve enabled SMTP mail and your server requires a TLS connection, please set this to yes. This requires OpenSSL support to be compiled into PHP.','vbulletin','',1256260972,'4.0.0 Beta 1'),(11359,-1,'setting_smtp_tls_title','vbsettings','SMTP Secure Connection','vbulletin','',1256260972,'4.0.0 Beta 1'),(11360,-1,'setting_smtp_user_desc','vbsettings','If you\'ve enabled SMTP mail and your server requires authentication, please specify your username here.','vbulletin','',0,''),(11361,-1,'setting_smtp_user_title','vbsettings','SMTP Username','vbulletin','',0,''),(11362,-1,'setting_social_moderation_desc','vbsettings','When enabled, all new group messages are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1205244265,'3.7.0 Release Candidate 1'),(11363,-1,'setting_social_moderation_title','vbsettings','Group Message Moderation','vbulletin','',1260376956,'4.0.0 Release Candidate 2'),(11364,-1,'setting_softlinebreakchars_desc','vbsettings','When counting the number of lines in a signature, this setting controls the number of characters that can be displayed before text wraps in the browser and is displayed as multiple lines. Once this value is surpassed, the run of text will be counted as multiple lines.<br />\r\n<br />\r\nThe value in this setting should be based on the number of <em>normal-sized</em> characters. Other sized characters will be scaled appropriately to this setting.','vbulletin','vBulletin Solutions',1196462721,'3.7.0 Beta 1'),(11365,-1,'setting_softlinebreakchars_title','vbsettings','Signature Soft-Linebreak Character Limit','vbulletin','vBulletin Solutions',1196462721,'3.7.0 Beta 1'),(11366,-1,'setting_statusMaxChars_desc','vbsettings','This is the maximum number of characters allowed for a user\'s status.','vbulletin','',1348236208,'5.0.0 Beta 12'),(11367,-1,'setting_statusMaxChars_title','vbsettings','User Status Maximum Characters','vbulletin','',1348236208,'5.0.0 Beta 12'),(11368,-1,'setting_stopshouting_desc','vbsettings','Prevent your users \'shouting\' in their topic titles/message text by changing all-uppercase titles with at least this many characters to capitalization only on the first letters of some words.<br />\r\n<br />\r\nSet the value to 0 to disable this function.<br />\r\n<br />\r\nDisable this for some international forums with different character sets, as this may cause problems.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11369,-1,'setting_stopshouting_title','vbsettings','Prevent \'SHOUTING\'','vbulletin','vBulletin Solutions',1199365466,'3.7.0 Beta 4'),(11370,-1,'setting_storecssasfile_desc','vbsettings','If you would like to store the CSS stylesheet for each style as a file, you must ensure that you have a directory called \'vbulletin_css\' inside the \'clientscript\' folder, and that the web server has permission to write and delete files within that directory.','vbulletin','',0,''),(11371,-1,'setting_storecssasfile_title','vbsettings','Store CSS Stylesheets as Files?','vbulletin','',0,''),(11372,-1,'setting_styleid_desc','vbsettings','Select the default style for your forums. This style will be used for all guests, and any members who have not expressed a style preference in their options, or are attempting to use a style that does not exist or is forbidden.','vbulletin','vBulletin Solutions',1156857943,'3.6.1'),(11373,-1,'setting_styleid_title','vbsettings','Default Style','vbulletin','vBulletin Solutions',1156857943,'3.6.1'),(11374,-1,'setting_subscriptionmethods_desc','vbsettings','Payment APIs are enabled','vbulletin','vBulletin Solutions',1148682947,'3.6.0 Beta 1'),(11375,-1,'setting_subscriptionmethods_title','vbsettings','Active Payment APIs','vbulletin','vBulletin Solutions',1148682947,'3.6.0 Beta 1'),(11376,-1,'setting_tagbadwords_desc','vbsettings','These words will be checked in addition to those listed in includes/searchwords.php to form a list of words whose use is banned in tagging.<br />\r\n<br />\r\nSeparate each word with a space or carriage return.','vbulletin','vBulletin Solutions',1211890022,'3.7.1'),(11377,-1,'setting_tagbadwords_title','vbsettings','Topic Tag Banned Words','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11378,-1,'setting_tagcloud_cachetime_desc','vbsettings','Amount of time in minutes before the tag cloud data cache is regenerated.<br />\r\n<br />\r\nA value of 0 will generate the tag cloud on each view.','vbulletin','vBulletin Solutions',1206528510,'3.7.0 Release Candidate 2'),(11379,-1,'setting_tagcloud_cachetime_title','vbsettings','Tag Cloud: Cache Time','vbulletin','vBulletin Solutions',1206528510,'3.7.0 Release Candidate 2'),(11380,-1,'setting_tagcloud_levels_desc','vbsettings','The number of <em>levels</em> to be shown in the tag cloud.<br />\r\n<br />\r\nBy default, there are 5 levels named level1 to level5, with the font size growing from its smallest size at level 1 to its largest at level 5.<br />\r\n<br />\r\nIncreasing this value above 5 requires a template change.','vbulletin','vBulletin Solutions',1206528487,'3.7.0 Release Candidate 2'),(11381,-1,'setting_tagcloud_levels_title','vbsettings','Tag Cloud: Number of Levels','vbulletin','vBulletin Solutions',1206528487,'3.7.0 Release Candidate 2'),(11382,-1,'setting_tagcloud_searchcloud_desc','vbsettings','This option controls whether a tag cloud relating to the frequency of tag searches is shown at the bottom of the advanced search.<br />\r\n<br />\r\nA usage-based tag cloud is always shown <a href=\"../tags.php\" target=\"_blank\">here</a>.','vbulletin','vBulletin Solutions',1206527947,'3.7.0 Release Candidate 2'),(11383,-1,'setting_tagcloud_searchcloud_title','vbsettings','Enable Search Tag Cloud','vbulletin','vBulletin Solutions',1206527947,'3.7.0 Release Candidate 2'),(11384,-1,'setting_tagcloud_searchhistory_desc','vbsettings','Amount of days that the system will keep a record of tag searches for use in the search tag cloud.<br />\r\n<br />\r\n0 means to use all data available.','vbulletin','vBulletin Solutions',1206528120,'3.7.0 Release Candidate 2'),(11385,-1,'setting_tagcloud_searchhistory_title','vbsettings','Search Tag Cloud: History (Days)','vbulletin','vBulletin Solutions',1206528120,'3.7.0 Release Candidate 2'),(11386,-1,'setting_tagcloud_tags_desc','vbsettings','The maximum number of tags to display in the tag cloud.','vbulletin','vBulletin Solutions',1206528470,'3.7.0 Release Candidate 2'),(11387,-1,'setting_tagcloud_tags_title','vbsettings','Tag Cloud: Number of Tags','vbulletin','vBulletin Solutions',1206528470,'3.7.0 Release Candidate 2'),(11388,-1,'setting_tagcloud_usagehistory_desc','vbsettings','The number of days worth of data that should be used to generate the usage-based tag cloud <a href=\"../tags.php\" target=\"_blank\">here</a>.<br />\r\n<br />\r\nTags added more than this many days ago will not change the size of the link in the cloud.','vbulletin','vBulletin Solutions',1206528724,'3.7.0 Release Candidate 2'),(11389,-1,'setting_tagcloud_usagehistory_title','vbsettings','Tag Cloud: Usage History (Days)','vbulletin','vBulletin Solutions',1206528724,'3.7.0 Release Candidate 2'),(11390,-1,'setting_tagcloud_usergroup_desc','vbsettings','The tag cloud pulls together data from topics in many forums. Users may not be able to see all the topics that make up the tag cloud results. With this option, you can force the tag cloud to be built as if it were viewed by a particular usergroup.<br />\r\n<br />\r\nLive permission checking is the most accurate, but disables the above specified caching.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11391,-1,'setting_tagcloud_usergroup_title','vbsettings','Tag Cloud: Build Usergroup','vbulletin','vBulletin Solutions',1209744349,'3.7.1'),(11392,-1,'setting_tagdelimiter_desc','vbsettings','This option allows you to specify additional tag separators. Regardless of the value here, a comma will always be used as a separator.<br />\r\n<br />\r\nSeparate each tag separators with a space. If you would like to use a space in a tag separator, click the \'?\' for information on the advanced separator syntax. ','vbulletin','vBulletin Solutions',1218107556,'3.8.0 Alpha 1'),(11393,-1,'setting_tagdelimiter_title','vbsettings','Tag Separators','vbulletin','vBulletin Solutions',1211457688,'3.7.1'),(11394,-1,'setting_tagforcelower_desc','vbsettings','If you enable this option, \"A\" through \"Z\" will be replaced with \"a\" through \"z\" in tag names. Other characters will not be changed.','vbulletin','vBulletin Solutions',1196440365,'3.7.0 Beta 1'),(11395,-1,'setting_tagforcelower_title','vbsettings','Force Tags to be Lower Case','vbulletin','vBulletin Solutions',1196440365,'3.7.0 Beta 1'),(11396,-1,'setting_taggoodwords_desc','vbsettings','Words entered here will be allowed as tags, regardless of whether or not their use would be otherwise disallowed due to length, censorship, commonality etc.<br />\r\n<br />\r\nIf a word is specified in the \'Banned\' words group <em>and</em> here, it <em>will</em> be allowed.<br />\r\n<br />\r\nSeparate each word with a space or carriage return.','vbulletin','vBulletin Solutions',1211890083,'3.7.1'),(11397,-1,'setting_taggoodwords_title','vbsettings','Topic Tag Allowed Words','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11398,-1,'setting_tagmaxlen_desc','vbsettings','The maximum number of characters in a tag name. This can be between 0 and 100.','vbulletin','vBulletin Solutions',1196439769,'3.7.0 Beta 1'),(11399,-1,'setting_tagmaxlen_title','vbsettings','Tag Maximum Length','vbulletin','vBulletin Solutions',1196439769,'3.7.0 Beta 1'),(11400,-1,'setting_tagminlen_desc','vbsettings','The minimum number of characters in a tag name. This can be between 1 and 100.','vbulletin','vBulletin Solutions',1196439966,'3.7.0 Beta 1'),(11401,-1,'setting_tagminlen_title','vbsettings','Tag Minimum Length','vbulletin','vBulletin Solutions',1196439966,'3.7.0 Beta 1'),(11402,-1,'setting_template_cache_path_desc','vbsettings','The location of the directory to store the compiled templates. If the path is not absolute then it is interpreted as being relative to the vBulletin core directory.','vbulletin','vBulletin Solutions',1355248594,'5.0.0 Beta 24'),(11403,-1,'setting_template_cache_path_title','vbsettings','Template Cache Path','vbulletin','vBulletin Solutions',1355248594,'5.0.0 Beta 23'),(11404,-1,'setting_templateversion_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1200934722,'3.7.0 Beta 4'),(11405,-1,'setting_templateversion_title','vbsettings','vBulletin Version Number','vbulletin','vBulletin Solutions',1200934722,'3.7.0 Beta 4'),(11406,-1,'setting_threadmarking_desc','vbsettings','This option controls how topics and forums are marked as read.<br />\r\n<br />\r\nClick the help icon on the right for more information on each option.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11407,-1,'setting_threadmarking_title','vbsettings','Topic/Forum Read Marking Type','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11408,-1,'setting_threadpreview_desc','vbsettings','This setting allows you to specify how many characters of the first post in a topic to display in the \'title\' tag of the topic title on the forumdisplay page.<br />\r\n<br />\r\nSet this value to 0 to disable topic previews.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11409,-1,'setting_threadpreview_title','vbsettings','Length of Topic Preview Text','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11410,-1,'setting_threadsubscribed_desc','vbsettings','If enabled, this option will notify the user that they are subscribed to a topic by displaying a small icon when viewing forumdisplay and search results. It will also change the \"Subscribe to this topic\" text on showthread to \"Unsubscribe from this topic\". <b>This can have an effect on performance.</b>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11411,-1,'setting_threadsubscribed_title','vbsettings','Check Topic Subscription','vbulletin','vBulletin Solutions',1351887554,'5.0.0 Beta 18'),(11412,-1,'setting_threadtagging_desc','vbsettings','This is a global option to enable or disable the topic tagging system. You may choose which usergroups can apply tags to topics in the usergroup permissions section.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11413,-1,'setting_threadtagging_title','vbsettings','Enable Topic Tagging','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11414,-1,'setting_threadtitlescore_desc','vbsettings','Score for a word appearing in the topic title.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11415,-1,'setting_threadtitlescore_title','vbsettings','Search Relevance Topic Title Score','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11416,-1,'setting_threadvoted_desc','vbsettings','If enabled, this option will check if a user voted on a topic and show their vote if they have. Otherwise, they will see the voting options even if they are not able to vote again. <b>This can have an effect on performance.</b>','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11417,-1,'setting_threadvoted_title','vbsettings','Check Topic Rating','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11418,-1,'setting_thumbcolor_desc','vbsettings','This setting controls the border and label color in the <em>Thumbnail Creation</em> option above. Please specify the color using standard <a href=\"http://en.wikipedia.org/wiki/Web_colors\" target=\"_blank\">Web Colors</a>.','vbulletin','vBulletin Solutions',1154701108,'3.6.1'),(11419,-1,'setting_thumbcolor_title','vbsettings','Thumbnail Color','vbulletin','vBulletin Solutions',1154701108,'3.6.1'),(11420,-1,'setting_thumbquality_desc','vbsettings','Quality of JPG thumbnails. 75 is a good balance between file-size and image quality.','vbulletin','vBulletin Solutions',1199365609,'5.0.0 Beta 17'),(11421,-1,'setting_thumbquality_title','vbsettings','Thumbnail Quality','vbulletin','vBulletin Solutions',1199365609,'3.7.0 Beta 4'),(11422,-1,'setting_timeformat_desc','vbsettings','Format in which the time is presented on all vBulletin pages:<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a><br />\r\n<br />\r\n<b>Examples:</b><br />\r\nAM/PM Time Format (eg, 11:15 PM): h:i A<br />\r\n24-Hour Format Time (eg, 23:15): H:i','vbulletin','',0,''),(11423,-1,'setting_timeformat_title','vbsettings','Format For Time','vbulletin','',0,''),(11424,-1,'setting_timeoffset_desc','vbsettings','Time zone offset for guests and new users. Do not take DST into consideration, rather use the next option to enable/disable DST.','vbulletin','',0,''),(11425,-1,'setting_timeoffset_title','vbsettings','Default Time Zone Offset','vbulletin','',0,''),(11426,-1,'setting_timeoutcontrolpanel_desc','vbsettings','After a period of inactivity, Administrators are logged out of the Admin Control Panel. If this option is set to yes, the inactivity period will be the same as the Cookie Timeout setting found in vBulletin Options -> Help Cookies and HTTP Header Options (defaults to 15 minutes). If this option is disabled, then the period will be one hour.\r\n<br /><br />Logins to the admincp are more secure with this enabled.','vbulletin','',0,''),(11427,-1,'setting_timeoutcontrolpanel_title','vbsettings','Timeout Admin Login','vbulletin','',0,''),(11428,-1,'setting_titlemaxchars_desc','vbsettings','Topic and post titles will be limited to this number of characters.\r\n\r\nPlease choose a value larger than 0 and less than 251.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11429,-1,'setting_titlemaxchars_title','vbsettings','Maximum Characters Per Topic/Post Title','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11430,-1,'setting_tmppath_desc','vbsettings','If your server is running in PHP Safe Mode, you\'ll need to specify a directory that is CHMOD to 777 that will act as a temporary directory for uploads. All files are removed from this directory after database insertion.<br />\r\n<br />\r\n<b>Note:</b> Do NOT include the trailing slash (\'/\') after the directory name.','vbulletin','',0,''),(11431,-1,'setting_tmppath_title','vbsettings','Safe Mode Temporary Directory','vbulletin','',0,''),(11432,-1,'setting_uimessage_desc','vbsettings','This option requires that the user sending an infraction include a PM or Email, depending on your forum settings.','vbulletin','vBulletin Solutions',1149894363,'3.6.0 Beta 2'),(11433,-1,'setting_uimessage_title','vbsettings','Require Infraction Message','vbulletin','vBulletin Solutions',1149894363,'3.6.0 Beta 2'),(11434,-1,'setting_updatelastpost_desc','vbsettings','If you set this option to \'Yes\' the topic\'s last post time will be updated when a vote is placed, thereby returning it to the top of its parent forum listing.<br />\r\n<br />\r\nNote that this option can cause confusion. The last post time of a topic will be changed with no visible post.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11435,-1,'setting_updatelastpost_title','vbsettings','Update Topic Last Post on Poll Vote','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11436,-1,'setting_url_nofollow_desc','vbsettings','If enabled rel=\"nofollow\" will be added to the any anchor tags for an external resource outputted from the URL BB Code.','vbulletin','vBulletin Solutions',1223042371,'4.0.0 Alpha 1'),(11437,-1,'setting_url_nofollow_title','vbsettings','Add nofollow attribute to URL BB Code','vbulletin','vBulletin Solutions',1223042371,'4.0.0 Alpha 1'),(11438,-1,'setting_url_nofollow_whitelist_desc','vbsettings','This setting specifies the domains which will be exempt from the nofollow attribute being added to outgoing links. Place each domain on a new line <strong>without</strong> the http://','vbulletin','vBulletin Solutions',1223043841,'4.0.0 Alpha 1'),(11439,-1,'setting_url_nofollow_whitelist_title','vbsettings','URL nofollow domain Whitelist','vbulletin','vBulletin Solutions',1223043841,'4.0.0 Alpha 1'),(11440,-1,'setting_use_smtp_desc','vbsettings','Set this option to yes to use an SMTP server rather than the internal PHP mail() function.','vbulletin','vBulletin Solutions',1150742206,'3.6.0 Beta 3'),(11441,-1,'setting_use_smtp_title','vbsettings','SMTP Email','vbulletin','',0,''),(11442,-1,'setting_usebulkheader_desc','vbsettings','Mail servers using Exchange will send auto responders unless you mark your email as bulk mail. While there is no documented case of emails being marked as spam directly due to this header, there is no guarantee what other mail servers will do with this header.<br />\r\n<br />\r\nSet this option to \'yes\' if you are getting tired of all the auto responders in your webmaster email from Exchange servers.','vbulletin','',1249403760,'4.0.0 Alpha 1'),(11443,-1,'setting_usebulkheader_title','vbsettings','Use Bulk Header?','vbulletin','',1249403760,'4.0.0 Alpha 1'),(11444,-1,'setting_usecoppa_desc','vbsettings','Use the COPPA registration system. This complies with the COPPA laws and requires children under the age of 13 to get parental consent before they can post.<br />\r\n<br />\r\nFor more info about this law, see here:\r\n<a href=\"http://www.vbulletin.com/go/coppa\">http://www.vbulletin.com/go/coppa</a>','vbulletin','vBulletin Solutions',1231760814,'4.0.0 Alpha 1'),(11445,-1,'setting_usecoppa_title','vbsettings','COPPA Registration System','vbulletin','vBulletin Solutions',1144879373,'3.6.0 Beta 1'),(11446,-1,'setting_useearlyflush_desc','vbsettings','Enables vBulletin to send header markup to the browser before it is finished processing the request. vBulletin will not send error status codes with this option enabled.','vbulletin','vBulletin Solutions',1345084937,'5.0.0 Beta 28'),(11447,-1,'setting_useearlyflush_title','vbsettings','Enable Early Flush','vbulletin','vBulletin Solutions',1345084937,'5.0.0 Beta 28'),(11448,-1,'setting_usefileavatar_desc','vbsettings','Leave this setting alone.','vbulletin','vBulletin Solutions',1148682855,'3.6.0 Beta 1'),(11449,-1,'setting_usefileavatar_title','vbsettings','Save Avatars as Files','vbulletin','vBulletin Solutions',1148682855,'3.6.0 Beta 1'),(11450,-1,'setting_usefilegroupicon_desc','vbsettings','Leave this setting alone.','vbulletin','',1216828433,'3.8.0 Alpha 1'),(11451,-1,'setting_usefilegroupicon_title','vbsettings','Save Group Icons as Files','vbulletin','',1260377013,'4.0.0 Release Candidate 2'),(11452,-1,'setting_usemailqueue_desc','vbsettings','When enabled, subscription emails generated by your site will be processed in batches to lessen the load on your server. Account activation, lost passwords and other vital emails are sent instantly regardless of this setting. If your site has low traffic, subscription emails may be delayed.\r\n<br /><br />\r\nIf you have a large site, you may wish to enable locking. This prevents a rare situation where the same email is sent multiple times.','vbulletin','',0,''),(11453,-1,'setting_usemailqueue_title','vbsettings','Use Mailqueue System','vbulletin','',0,''),(11454,-1,'setting_usercss_allowed_border_widths_desc','vbsettings','The list of allowed border width sizes for profile style customizations. Put each border width size on its own line.','vbulletin','vBulletin Solutions',1196181678,'3.7.0 Beta 1'),(11455,-1,'setting_usercss_allowed_border_widths_title','vbsettings','Allowed Border Widths','vbulletin','vBulletin Solutions',1196181678,'3.7.0 Beta 1'),(11456,-1,'setting_usercss_allowed_font_sizes_desc','vbsettings','The list of allowed fonts size for profile style customizations. Put each font size on its own line. You may use any size that is valid in CSS.','vbulletin','vBulletin Solutions',1196181651,'3.7.0 Beta 1'),(11457,-1,'setting_usercss_allowed_font_sizes_title','vbsettings','Allowed Font Sizes','vbulletin','vBulletin Solutions',1196181651,'3.7.0 Beta 1'),(11458,-1,'setting_usercss_allowed_fonts_desc','vbsettings','The list of allowed fonts for profile style customizations. Put each font on its own line.','vbulletin','vBulletin Solutions',1196181600,'3.7.0 Beta 1'),(11459,-1,'setting_usercss_allowed_fonts_title','vbsettings','Allowed Fonts','vbulletin','vBulletin Solutions',1196181600,'3.7.0 Beta 1'),(11460,-1,'setting_usercss_allowed_padding_desc','vbsettings','The list of allowed padding sizes for profile style customizations. Put each padding size on its own line.','vbulletin','',1198246205,'3.7.0 Beta 4'),(11461,-1,'setting_usercss_allowed_padding_title','vbsettings','Allowed Padding','vbulletin','',1198246205,'3.7.0 Beta 4'),(11462,-1,'setting_usermaxposts_desc','vbsettings','If you would like to allow the user to set their own maximum posts per topic then give the options separated by commas. Leave this option blank to force users to use the \'Maximum Displayed Posts Before Page Split\' setting above this option.<br />\r\n<br />\r\nExample setting: 10,20,30,40','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11463,-1,'setting_usermaxposts_title','vbsettings','User-Settable Maximum Displayed Posts','vbulletin','',0,''),(11464,-1,'setting_usernameregex_desc','vbsettings','You may require the username to match a regular expression (<a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PCRE</a>). The admin help provides some examples that may be useful. To disable this function leave the option blank.','vbulletin','vBulletin Solutions',1190377568,'3.7.0 Beta 1'),(11465,-1,'setting_usernameregex_title','vbsettings','Username Regular Expression','vbulletin','vBulletin Solutions',1149258323,'3.6.0 Beta 1'),(11466,-1,'setting_usernamereusedelay_desc','vbsettings','When a username is changed, you may wish to prevent users from registering with that name for a certain length of time.<br />\r\n<br />\r\nEnter the number of days which an old username is reserved for. (Use 0 to disable.)','vbulletin','vBulletin Solutions',1199365228,'3.7.0 Beta 4'),(11467,-1,'setting_usernamereusedelay_title','vbsettings','Username Reuse Delay','vbulletin','vBulletin Solutions',1199365228,'3.7.0 Beta 4'),(11468,-1,'setting_usestrikesystem_desc','vbsettings','Setting this to no will disable the system that prevents a user (with a specific IP address) from logging into an account after entering an incorrect password 5 times.','vbulletin','',0,''),(11469,-1,'setting_usestrikesystem_title','vbsettings','Use Login \"Strikes\" System','vbulletin','',0,''),(11470,-1,'setting_utf8encode_desc','vbsettings','If this is set to \'Yes\' then emails will be reencoded to UTF-8 before sending, if possible.','vbulletin','',1271867222,'4.0.4'),(11471,-1,'setting_utf8encode_title','vbsettings','Encode as UTF-8','vbulletin','',1271867222,'4.0.4'),(11472,-1,'setting_vb_antispam_badwords_desc','vbsettings','Use this option to block the posting of certain words. The appearance of word listed here will cause a post to be marked as spam. Words will be matched regardless of where they appear in the text.\r\n<br /><br />\r\nPlace a space or a line break between each word and enter all words in lowercase.','vbulletin','vBulletin Solutions',1361342012,'5.0.1 Alpha 2'),(11473,-1,'setting_vb_antispam_badwords_title','vbsettings','Detect Words as Spam','vbulletin','vBulletin Solutions',1361342012,'5.0.1 Alpha 2'),(11474,-1,'setting_vb_antispam_key_desc','vbsettings','Enter an Akismet service key to enable scanning of user data where supported.','vbulletin','vBulletin Solutions',1361408906,'5.0.1 Alpha 2'),(11475,-1,'setting_vb_antispam_key_title','vbsettings','Anti-Spam Akismet Content Key','vbulletin','vBulletin Solutions',1361408906,'5.0.1 Alpha 2'),(11476,-1,'setting_vb_antispam_maxurl_desc','vbsettings','Use this option to block posts that contain links. If the number of links in a post exceeds the value chosen here, the post will be considered spam.','vbulletin','vBulletin Solutions',1361406931,'5.0.1 Alpha 2'),(11477,-1,'setting_vb_antispam_maxurl_title','vbsettings','Detect URLs as Spam','vbulletin','vBulletin Solutions',1361406931,'5.0.1 Alpha 2'),(11478,-1,'setting_vb_antispam_sfs_confidence_desc','vbsettings','The Stop Forum Spam check data includes a confidence score, based on the last seen date and the number of sightings of a spammer. This value ranges from 0 to 100 with 100 being the most confident. Choose the minimum score that will trigger a positive spam result.\r\n<dfn>Set this to 0 to block registration regardless of the confidence score.</dfn>','vbulletin','vBulletin Solutions',1361235888,'5.0.1 Alpha 2'),(11479,-1,'setting_vb_antispam_sfs_confidence_title','vbsettings','Stop Forum Spam Registration Confidence Check','vbulletin','vBulletin Solutions',1361235888,'5.0.1 Alpha 2'),(11480,-1,'setting_vb_antispam_sfs_days_desc','vbsettings','The Stop Forum Spam check data includes the date of the last reported spam. Choose the maximum number of days past that will trigger a positive spam result.<br /><dfn>Set this to 0 to block registration regardless of the last date of activity.</dfn>','vbulletin','vBulletin Solutions',1361312391,'5.0.1 Alpha 2'),(11481,-1,'setting_vb_antispam_sfs_days_title','vbsettings','Stop Forum Spam Registration Activity Check','vbulletin','vBulletin Solutions',1361312391,'5.0.1 Alpha 2'),(11482,-1,'setting_vb_antispam_sfs_email_desc','vbsettings','The Stop Forum Spam service can verify registering user\'s email addresses against a list of known spammers.','vbulletin','vBulletin Solutions',1361238095,'5.0.1 Alpha 2'),(11483,-1,'setting_vb_antispam_sfs_email_title','vbsettings','Stop Forum Spam Email Address Check','vbulletin','vBulletin Solutions',1361238095,'5.0.1 Alpha 2'),(11484,-1,'setting_vb_antispam_sfs_emaillist_desc','vbsettings','Use this option to allow certain email addresses to still register even if they are detected as a spammer.\r\n<br /><br />\r\nPlace a space or a line break between each email address.','vbulletin','vBulletin Solutions',1361311694,'5.0.1 Alpha 2'),(11485,-1,'setting_vb_antispam_sfs_emaillist_title','vbsettings','Stop Forum Spam Email Address Check Whitelist','vbulletin','vBulletin Solutions',1361311694,'5.0.1 Alpha 2'),(11486,-1,'setting_vb_antispam_sfs_ip_desc','vbsettings','The Stop Forum Spam service can verify registering user\'s IP addresses against a list of known spammers.','vbulletin','vBulletin Solutions',1361238052,'5.0.1 Alpha 2'),(11487,-1,'setting_vb_antispam_sfs_ip_title','vbsettings','Stop Forum Spam IP Address Check','vbulletin','vBulletin Solutions',1361238052,'5.0.1 Alpha 2'),(11488,-1,'setting_vb_antispam_sfs_iplist_desc','vbsettings','Use this option to allow certain IP addresses to still register even if they are detected as a spammer.\r\n<br /><br />\r\nIf you enter a complete IP address (242.21.11.7), only that IP will be allowed.\r\nIf you enter a partial IP (243.21.11. or 243.21.11), any IPs that begin with the partial IP will be allowed. For example, adding 243.21.11 will allow 243.21.11.7 to register. However, 243.21.115.7 would still not be able to register.\r\n<br /><br />\r\nYou may also use an \'*\' as a wildcard for increased flexibility. For example, if you enter 243.21.11*, many IPs will be allowed to register, including: 243.21.11.7, 243.21.115.7, 243.21.119.225.\r\n<br /><br />\r\nPlace a space or a line break between each IP address.','vbulletin','vBulletin Solutions',1361253586,'5.0.1 Alpha 2'),(11489,-1,'setting_vb_antispam_sfs_iplist_title','vbsettings','Stop Forum Spam IP Address Check Whitelist','vbulletin','vBulletin Solutions',1361253586,'5.0.1 Alpha 2'),(11490,-1,'setting_vb_antispam_sfs_key_desc','vbsettings','A Stop Forum Spam API key is required in order to submit spammers to their database. A key may be obtained at <a href=\"http://www.stopforumspam.com\">Stop Forum Spam</a>. You do not need a key to you the Stop Forum Spam service to check new user registrations.','vbulletin','vBulletin Solutions',1361322547,'5.0.1 Alpha 2'),(11491,-1,'setting_vb_antispam_sfs_key_title','vbsettings','Stop Forum Spam API Key','vbulletin','vBulletin Solutions',1361322547,'5.0.1 Alpha 2'),(11492,-1,'setting_vb_antispam_sfs_unavailable_desc','vbsettings','If the Stop Forum Spam service fails to respond are new users to be allowed to register?','vbulletin','vBulletin Solutions',1361318230,'5.0.1 Alpha 2'),(11493,-1,'setting_vb_antispam_sfs_unavailable_title','vbsettings','Stop Forum Spam No Response','vbulletin','vBulletin Solutions',1361318230,'5.0.1 Alpha 2'),(11494,-1,'setting_vb_antispam_sfs_username_desc','vbsettings','The Stop Forum Spam service can verify registering user\'s username against a list of known spammers. Checking usernames is not very productive as it can block many valid users so only enable this with caution.','vbulletin','vBulletin Solutions',1361318604,'5.0.1 Alpha 2'),(11495,-1,'setting_vb_antispam_sfs_username_title','vbsettings','Stop Forum Spam Username Check','vbulletin','vBulletin Solutions',1361318604,'5.0.1 Alpha 2'),(11496,-1,'setting_vb_antispam_type_desc','vbsettings','Enables the Akismet service for scanning content posted to the forum. The corresponding API key for the service has to be entered.','vbulletin','vBulletin Solutions',1361408887,'5.0.1 Alpha 2'),(11497,-1,'setting_vb_antispam_type_title','vbsettings','Anti-Spam Akismet Service','vbulletin','vBulletin Solutions',1361408887,'5.0.1 Alpha 2'),(11498,-1,'setting_vbasset_enable_desc','vbsettings','The asset manager is an enhanced interface for uploading files. It allows users to reuse their existing attachments with ease. Some older browsers may have problems using the interface. Users may also choose to disable the asset manager from within their profiles.','vbulletin','vBulletin Solutions',1269643234,'4.0.4'),(11499,-1,'setting_vbasset_enable_title','vbsettings','Asset Manager - Enable','vbulletin','vBulletin Solutions',1269643234,'4.0.4'),(11500,-1,'setting_vbasset_perpage_desc','vbsettings','This is the maximum amount of assets to display before displaying page navigation.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1235091148,'4.0.0 Alpha 1'),(11501,-1,'setting_vbasset_perpage_title','vbsettings','Asset Manager - Assets per Page','vbulletin','vBulletin Solutions',1235091148,'4.0.0 Alpha 1'),(11502,-1,'setting_verifyemail_desc','vbsettings','If you set this option to \'Yes\' new members will not be allowed to post messages until they visit a link that is sent to them in an email when they sign up.<br />\r\n<br />\r\nIf a user\'s account is not activated by the user visiting the link, it will remain in the \'Users Awaiting Activation\' usergroup.','vbulletin','',0,''),(11503,-1,'setting_verifyemail_title','vbsettings','Verify Email Address in Registration','vbulletin','vBulletin Solutions',1358188434,'5.0.0 Beta 27'),(11504,-1,'setting_viewattachedimages_desc','vbsettings','If thumbnails are enabled, thumbnail creation will need to be enabled in the next option.<br /><br />Set this to \'No\' if you want to preserve bandwidth or server processor resources.','vbulletin','vBulletin Solutions',1273014108,'4.0.4'),(11505,-1,'setting_viewattachedimages_title','vbsettings','View Attached Images Inline','vbulletin','vBulletin Solutions',1273013348,'4.0.4'),(11506,-1,'setting_viewfunc_desc','vbsettings','Allows you to specify a function to operate on the number of views of a topic.<br />\r\nWorks like: = func($thread[views]) * $viewscore','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11507,-1,'setting_viewfunc_title','vbsettings','Search Relevance Views Function','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11508,-1,'setting_viewscore_desc','vbsettings','Amount to multiply the number of views of a topic to get the score for the topic.','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11509,-1,'setting_viewscore_title','vbsettings','Search Relevance View Score','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11510,-1,'setting_vm_allowed_bbcode_desc','vbsettings','This setting allows you to enable and disable the use of various BB codes in visitor messages.<br />\r\n<br />\r\nNote that any changes you make will only affect messages posted (or edited) after this point.','vbulletin','vBulletin Solutions',1205422204,'3.7.0 Release Candidate 1'),(11511,-1,'setting_vm_allowed_bbcode_title','vbsettings','Allowed BB Code Tags in Visitor Messages','vbulletin','vBulletin Solutions',1205422204,'3.7.0 Release Candidate 1'),(11512,-1,'setting_vm_maxperpage_desc','vbsettings','This setting allows you to limit the number of messages users may display per page in the user profiles.<br />\r\n<br />\r\n<b>Note: </b>This number must be at least 1.','vbulletin','vBulletin Solutions',1208954851,'3.7.0 Release Candidate 4'),(11513,-1,'setting_vm_maxperpage_title','vbsettings','Maximum Visitor Messages Per-Page','vbulletin','vBulletin Solutions',1208954851,'3.7.0 Release Candidate 4'),(11514,-1,'setting_vm_moderation_desc','vbsettings','When enabled, all new visitor messages are placed into moderation. This can also be enabled in usergroup permissions.','vbulletin','vBulletin Solutions',1197300381,'3.7.0 Beta 1'),(11515,-1,'setting_vm_moderation_title','vbsettings','Visitor Message Moderation','vbulletin','vBulletin Solutions',1197300381,'3.7.0 Beta 1'),(11516,-1,'setting_votechange_desc','vbsettings','Allow users to change their original rating of a topic?','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11517,-1,'setting_votechange_title','vbsettings','Allow Topic Rating Vote Changes','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11518,-1,'setting_webmasteremail_desc','vbsettings','Email address of the webmaster.','vbulletin','',0,''),(11519,-1,'setting_webmasteremail_title','vbsettings','Webmaster\'s Email','vbulletin','',0,''),(11520,-1,'setting_welcomemail_desc','vbsettings','Enabling this option will send a welcome email to new users. To alter or translate this email, use the following links:<br /><br /> [<a href=\"phrase.php?do=edit&e[emailsubject][welcomemail_gemailsubject]\" target=\"_blank\">Email Title</a>] [<a href=\"phrase.php?do=edit&e[emailbody][welcomemail_gemailbody]\" target=\"_blank\">Email Body</a>]<br />\r\n<br />\r\nNote: If you require emails to be verified, this email will be sent after the user has activated his or her account. If you moderate new memberships, no welcome mail will be sent as the user will already be receiving an email.','vbulletin','vBulletin Solutions',1349720772,'5.0.0 Beta 15'),(11521,-1,'setting_welcomemail_title','vbsettings','Send Welcome Email','vbulletin','vBulletin Solutions',1150107133,'3.6.0 Beta 2'),(11522,-1,'setting_welcomepm_desc','vbsettings','Enabling this option will send a welcome private message to new users. Please input the username of the user that this PM is to be sent from. To alter or translate this message, use the following links:<br /><br /> [<a href=\"phrase.php?do=edit&e[emailsubject][welcomepm_gemailsubject]\" target=\"_blank\">PM Title</a>] [<a href=\"phrase.php?do=edit&e[emailbody][welcomepm_gemailbody]\" target=\"_blank\">PM Body</a>]<br />\r\n<br />\r\nNote: If you require emails to be verified, this message will be sent after the user has activated his or her account. Also ensure that <em>Receive Private Messages</em> is enabled in <strong>Default Registration Options</strong> below.','vbulletin','vBulletin Solutions',1349720997,'5.0.0 Beta 15'),(11523,-1,'setting_welcomepm_title','vbsettings','Welcome Private Message','vbulletin','vBulletin Solutions',1150107164,'3.6.0 Beta 2'),(11524,-1,'setting_wordwrap_desc','vbsettings','If you want posts to automatically insert spaces into long words to make them wrap after a certain number of characters, set the number of characters in the box above.<br />\r\n<br />\r\nIf you do not want this to occur, enter 0.','vbulletin','vBulletin Solutions',1199365797,'3.7.0 Beta 4'),(11525,-1,'setting_wordwrap_title','vbsettings','Number of Characters Before Wrapping Text','vbulletin','vBulletin Solutions',1199365797,'3.7.0 Beta 4'),(11526,-1,'setting_wysiwyg_smtotal_desc','vbsettings','Use this option to set the number of smilies that will appear initially in the smilie panel under the editor. If you set this to less than the total number of smilies you have, there will be a link to expand the smilies panel and show all smilies.','vbulletin','vBulletin Solutions',1365437501,'5.0.3 Alpha 1'),(11527,-1,'setting_wysiwyg_smtotal_title','vbsettings','Smilie Panel Initial Smilies','vbulletin','vBulletin Solutions',1365437501,'5.0.3 Alpha 1'),(11528,-1,'setting_yestoday_desc','vbsettings','This option controls the display of dates throughout your forum<br /><br />\'Normal\' uses the date and time formats below this option.<br />\r\n<br />\r\n\'Yesterday / Today\' will show \'Yesterday\' and \'Today\' for dates that fall in those periods.<br />\r\n<br />\r\n\'Detailed\' will show times such as \'1 Minute Ago\', \'1 Hour Ago\', \'1 Day Ago\', and \'1 Week Ago\'.','vbulletin','',0,''),(11529,-1,'setting_yestoday_title','vbsettings','Datestamp Display Option','vbulletin','',0,''),(11530,-1,'settinggroup_activity_stream','vbsettings','Activity Stream Options','vbulletin','',1347668053,'5.0.0 Beta 11'),(11531,-1,'settinggroup_address','vbsettings','Site Name / URL / Contact Details','vbulletin','',0,''),(11532,-1,'settinggroup_admincp','vbsettings','Admin Control Panel Options','vbulletin','',0,''),(11533,-1,'settinggroup_api','vbsettings','vBulletin API and Mobile Application Options','vbulletin','',1294982387,'4.1.1'),(11534,-1,'settinggroup_attachment','vbsettings','Message Attachment Options','vbulletin','',0,''),(11535,-1,'settinggroup_banning','vbsettings','User Banning Options','vbulletin','',0,''),(11536,-1,'settinggroup_bbcode','vbsettings','BB Code Settings','vbulletin','',0,''),(11537,-1,'settinggroup_blog','vbsettings','Blog','vbulletin','',1328126051,'5.0.0 Alpha 17'),(11538,-1,'settinggroup_censor','vbsettings','Censorship Options','vbulletin','',0,''),(11539,-1,'settinggroup_datetime','vbsettings','Date and Time Options','vbulletin','',0,''),(11540,-1,'settinggroup_email','vbsettings','Email Options','vbulletin','',0,''),(11541,-1,'settinggroup_errorhandling','vbsettings','Error Handling & Logging','vbulletin','',0,''),(11542,-1,'settinggroup_external','vbsettings','External Data Provider','vbulletin','',0,''),(11543,-1,'settinggroup_facebook','vbsettings','Facebook Options','vbulletin','',1268198308,'4.0.4'),(11544,-1,'settinggroup_forumdisplay','vbsettings','Forum Display Options (forumdisplay)','vbulletin','',0,''),(11545,-1,'settinggroup_forumlist','vbsettings','Forum Listings Display Options','vbulletin','',0,''),(11546,-1,'settinggroup_general','vbsettings','General Settings','vbulletin','',0,''),(11547,-1,'settinggroup_googleanalytics','vbsettings','Google Analytics','vbulletin','vBulletin Solutions',1382122898,'5.1.0 Alpha 3'),(11548,-1,'settinggroup_http','vbsettings','Cookies and HTTP Header Options','vbulletin','',0,''),(11549,-1,'settinggroup_humanverification','vbsettings','Human Verification Options','vbulletin','vBulletin Solutions',1192206757,'3.7.0 Beta 1'),(11550,-1,'settinggroup_imagesettings','vbsettings','Image Settings','vbulletin','',0,''),(11551,-1,'settinggroup_onoff','vbsettings','Turn Your vBulletin On and Off','vbulletin','',0,''),(11552,-1,'settinggroup_paidsubs','vbsettings','Paid Subscriptions','vbulletin','vBulletin Solutions',1147373676,'3.6.0 Beta 1'),(11553,-1,'settinggroup_plugin','vbsettings','Products/Hook System','vbulletin','vBulletin Solutions',1355440466,'5.0.0 Beta 23'),(11554,-1,'settinggroup_pm','vbsettings','Private Messaging Options','vbulletin','',0,''),(11555,-1,'settinggroup_poll','vbsettings','Poll and Topic Rating Options','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11556,-1,'settinggroup_postiface','vbsettings','Message Posting Interface Options','vbulletin','',0,''),(11557,-1,'settinggroup_posting','vbsettings','Message Posting and Editing Options','vbulletin','',0,''),(11558,-1,'settinggroup_profile_customization','vbsettings','User Profile: Style Customization Options','vbulletin','vBulletin Solutions',1195216696,'3.7.0 Beta 1'),(11559,-1,'settinggroup_register','vbsettings','User Registration Options','vbulletin','',0,''),(11560,-1,'settinggroup_reputation','vbsettings','User Reputation Options','vbulletin','',0,''),(11561,-1,'settinggroup_search','vbsettings','Message Searching Options','vbulletin','',0,''),(11562,-1,'settinggroup_search_default','vbsettings','Message Searching Options (vBulletin Internal Search)','vbulletin','vBulletin Solutions',1185233710,'3.6.8'),(11563,-1,'settinggroup_searchfunc','vbsettings','Message Searching Relevance Options (vBulletin Internal Search)','vbulletin','vBulletin Solutions',1185233737,'3.6.8'),(11564,-1,'settinggroup_server','vbsettings','Server Settings and Optimization Options','vbulletin','',0,''),(11565,-1,'settinggroup_showthread','vbsettings','Topic Display Options (showthread)','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11566,-1,'settinggroup_sitemap','vbsettings','XML Sitemap','vbulletin','vBulletin Solutions',1231952535,'4.0.0 Alpha 1'),(11567,-1,'settinggroup_social_groups','vbsettings','Group Options','vbulletin','',1260377024,'4.0.0 Release Candidate 2'),(11568,-1,'settinggroup_spam_management','vbsettings','Spam Management','vbulletin','vBulletin Solutions',1200652550,'3.7.0 Beta 4'),(11569,-1,'settinggroup_stylelang','vbsettings','Style & Language Settings','vbulletin','',0,''),(11570,-1,'settinggroup_tagging','vbsettings','Tagging Options','vbulletin','vBulletin Solutions',1193066843,'3.7.0 Beta 1'),(11571,-1,'settinggroup_user','vbsettings','User Profile Options','vbulletin','',0,''),(11572,-1,'settinggroup_useralbum','vbsettings','User Profile: Album Options','vbulletin','vBulletin Solutions',1195216632,'3.7.0 Beta 1'),(11573,-1,'settinggroup_userinfraction','vbsettings','User Infractions & Post Reporting Options','vbulletin','vBulletin Solutions',1149539022,'3.6.0 Beta 1'),(11574,-1,'settinggroup_userpix','vbsettings','User Picture Options','vbulletin','',0,''),(11575,-1,'settinggroup_vbcms','vbsettings','Content Management','vbulletin','vBulletin Solutions',1379097109,'5.1.0 Alpha 1'),(11576,-1,'settinggroup_version','vbsettings','Version Info and Other Untouchables','vbulletin','',0,''),(11577,-1,'settinggroup_versionsafe','vbsettings','Version Info and Other Untouchables (Safe)','vbulletin','vBulletin Solutions',1391546860,'5.1.0 Beta 2'),(11578,-1,'settinggroup_visitor_message','vbsettings','User Profile: Visitor Messaging Options','vbulletin','vBulletin Solutions',1197300381,'3.7.0 Beta 1'),(11579,-1,'creating_album','wol','Creating Album','vbulletin','',1192801051,'3.7.0 Beta 1'),(11580,-1,'merging_threads','wol','Merging Topics','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11581,-1,'moderating','wol','Moderating','vbulletin','',0,''),(11582,-1,'open_close_thread','wol','Opening/Closing Topic','vbulletin','vBulletin Solutions',1352303578,'5.0.0 Beta 19'),(11583,-1,'query_x','wol','Query: {1}','vbulletin','',0,''),(11584,-1,'registering','wol','Registering','vbulletin','',0,''),(11585,-1,'request_activation_code','wol','Requesting Activation Code','vbulletin','',0,''),(11586,-1,'reversing_infraction','wol','Reversing Infraction','vbulletin','',1142519066,'3.6.0 Beta 1'),(11587,-1,'searching_forums','wol','Searching Forums','vbulletin','',0,''),(11588,-1,'spiders','wol','Spiders','vbulletin','',0,''),(11589,-1,'subscribing_to_forum','wol','Subscribing to Forum','vbulletin','',0,''),(11590,-1,'user_agent','wol','User Agent','vbulletin','',0,''),(11591,-1,'user_x','wol','User: {1}','vbulletin','',0,''),(11592,-1,'viewing_album','wol','Viewing Album','vbulletin','',1192801124,'3.7.0 Beta 1'),(11593,-1,'viewing_blog_home','wol','Viewing Blog Home','vbulletin','',1336760195,'5.0.0 Alpha 24'),(11594,-1,'viewing_forum','wol','Viewing Forum','vbulletin','',0,''),(11595,-1,'viewing_forum_x','wol','Viewing Forum <a href=\"{2}\">{1}</a>','vbulletin','',1336754065,'5.0.0 Alpha 24'),(11596,-1,'viewing_no_permission_message','wol','Viewing \'No Permission\' Message','vbulletin','',0,''),(11597,-1,'viewing_private_message','wol','Viewing Private Message <a href=\"{2}\">{1}</a>','vbulletin','vBulletin Solutions',1358163615,'5.0.0 Beta 27'),(11598,-1,'viewing_topic_x','wol','Viewing Topic <a href=\"{2}\">{1}</a>','vbulletin','',1336754094,'5.0.0 Alpha 24'),(11599,-1,'viewing_user_profile','wol','Viewing User Profile <a href=\"{2}\">{1}</a>','vbulletin','vBulletin Solutions',1358157955,'5.0.0 Beta 27'),(11600,-1,'viewing_whos_online','wol','Viewing Who\'s Online','vbulletin','',0,''),(11601,-1,'viewing_x','wol','Viewing <a href=\"{2}\">{1}</a>','vbulletin','',1336768105,'5.0.0 Alpha 24'),(11602,-1,'voting','wol','voting','vbulletin','',1245171182,'4.0.0 Alpha 1'),(11603,-1,'x_posts','wol','{1} posts','vbulletin','',1349366856,'5.0.0 Beta 14'),(11604,-1,'pagetemplate_4ecbdac9370e3009770013_title','pagemeta','Default Forums Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11605,-1,'pagetemplate_4ecbdac937131362302700_title','pagemeta','Default Channel Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11606,-1,'pagetemplate_4ecbdac937131362302701_title','pagemeta','Default Category Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11607,-1,'pagetemplate_4ecbdac93716c469967191_title','pagemeta','Default Conversation Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11608,-1,'pagetemplate_4ecbdac9371ab018191024_title','pagemeta','Advanced Search Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11609,-1,'pagetemplate_4ecbdac9371e5850519390_title','pagemeta','User registration Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11610,-1,'pagetemplate_4ecbdac9371e5850519391_title','pagemeta','Forgot Password Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11611,-1,'pagetemplate_4ecbdac9371e5850519392_title','pagemeta','Contact Us Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11612,-1,'pagetemplate_4ecbdac9371e5850519393_title','pagemeta','Help Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11613,-1,'pagetemplate_4ecbdac93721f319350821_title','pagemeta','Online User Details Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11614,-1,'pagetemplate_4ecbdac937259052063766_title','pagemeta','User Profile Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11615,-1,'pagetemplate_4ecbdac937293446376011_title','pagemeta','Media Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11616,-1,'pagetemplate_4ecbdac9372cd623258244_title','pagemeta','Edit Photos Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11617,-1,'pagetemplate_4ecbdac9373b6295194677_title','pagemeta','Settings Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11618,-1,'pagetemplate_4ecbdac9373f0961139031_title','pagemeta','Search Result Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11619,-1,'pagetemplate_4ecbdac93742a543676026_title','pagemeta','Private Messages Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11620,-1,'pagetemplate_4ecbdac93742a543676027_title','pagemeta','Subscription Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11621,-1,'pagetemplate_4ecbdac93742a543676028_title','pagemeta','Album Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11622,-1,'pagetemplate_4ecbdac93742a543676029_title','pagemeta','Visitor Message Display Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11623,-1,'pagetemplate_4ecbdac93742a543676030_title','pagemeta','Default Blog Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11624,-1,'pagetemplate_4ecbdac93742a543676031_title','pagemeta','Blogs Main Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11625,-1,'pagetemplate_4ecbdac93742a543676032_title','pagemeta','Blog Admin','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11626,-1,'pagetemplate_4ecbdac93742a543676034_title','pagemeta','Create Content Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11627,-1,'pagetemplate_4ecbdac93742a543676035_title','pagemeta','Group Admin','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11628,-1,'pagetemplate_4ecbdac93742a543676037_title','pagemeta','Groups Home','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11629,-1,'pagetemplate_sgroups93742a543676038_title','pagemeta','Group','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11630,-1,'pagetemplate_sgtopic93742a543676039_title','pagemeta','Group Discussion','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11631,-1,'pagetemplate_sgcatlist93742a543676040_title','pagemeta','Group Category','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11632,-1,'pagetemplate_4ecbdac93742a543676041_title','pagemeta','Activate Your Account Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11633,-1,'pagetemplate_4ecbdac93742a543676042_title','pagemeta','Email Activation Codes Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11634,-1,'pagetemplate_4ecbdac93742a543676043_title','pagemeta','Coppa Permission Form','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11635,-1,'pagetemplate_513e3ab811d8d437160575_title','pagemeta','CSS Examples Page','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11636,-1,'pagetemplate_4ecbdac93721f319350822_title','pagemeta','Member List Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11637,-1,'pagetemplate_pt_cmshome5229f9fc6f78f275718106_title','pagemeta','Articles Home Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11638,-1,'pagetemplate_pt_cmscatlist5229fcd0dd3da764934873_title','pagemeta','Default Article Category Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11639,-1,'pagetemplate_pt_cmsarticle5229fcffd5d42854773744_title','pagemeta','Default Article Page Template','vbulletin','outsourcedadmin',1399996376,'5.1.0'),(11640,-1,'page_4ecbdac82ef5d412817784_title','pagemeta','Forums','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11641,-1,'page_4ecbdac82ef5d412817784_metadesc','pagemeta','vBulletin Forums','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11642,-1,'page_4ecbdac82efb6117736147_title','pagemeta','Advanced Search','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11643,-1,'page_4ecbdac82efb6117736147_metadesc','pagemeta','vBulletin Search','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11644,-1,'page_4ecbdac82f039695291105_title','pagemeta','Register','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11645,-1,'page_4ecbdac82f039695291105_metadesc','pagemeta','Forgot and Retrieve Password','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11646,-1,'page_4ecbdac82f039695291106_title','pagemeta','Forgot Password','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11647,-1,'page_4ecbdac82f039695291106_metadesc','pagemeta','Forum Registration','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11648,-1,'page_4ecbdac82f039695291107_title','pagemeta','Contact Us','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11649,-1,'page_4ecbdac82f039695291107_metadesc','pagemeta','Contact Us','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11650,-1,'page_4ecbdac82f039695291108_title','pagemeta','Help','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11651,-1,'page_4ecbdac82f039695291108_metadesc','pagemeta','Help','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11652,-1,'page_4ecbdac82f07a518983925_title','pagemeta','Online','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11653,-1,'page_4ecbdac82f07a518983925_metadesc','pagemeta','Online Users','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11654,-1,'page_4ecbdac82f0bb437025811_title','pagemeta','User Profile','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11655,-1,'page_4ecbdac82f0bb437025811_metadesc','pagemeta','User Profile','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11656,-1,'page_4ecbdac82f0fd178471901_title','pagemeta','Media','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11657,-1,'page_4ecbdac82f0fd178471901_metadesc','pagemeta','Upload Media','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11658,-1,'page_4ecbdac82f13d177590572_title','pagemeta','Edit Photos','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11659,-1,'page_4ecbdac82f13d177590572_metadesc','pagemeta','Edit Photos','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11660,-1,'page_4ecbdac82f240819539885_title','pagemeta','User Settings','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11661,-1,'page_4ecbdac82f240819539885_metadesc','pagemeta','User Profile Settings','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11662,-1,'page_4ecbdac82f281504471586_title','pagemeta','Search Result','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11663,-1,'page_4ecbdac82f281504471586_metadesc','pagemeta','vBulletin Search','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11664,-1,'page_4ecbdac82f2c2760323361_title','pagemeta','Message Center','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11665,-1,'page_4ecbdac82f2c2760323361_metadesc','pagemeta','vBulletin Message Center','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11666,-1,'page_4ecbdac82f2c2760323362_title','pagemeta','Subscription','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11667,-1,'page_4ecbdac82f2c2760323362_metadesc','pagemeta','Subscriptions','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11668,-1,'page_4ecbdac82f2c2760323364_title','pagemeta','Album','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11669,-1,'page_4ecbdac82f2c2760323364_metadesc','pagemeta','vBulletin Photo Album','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11670,-1,'page_4ecbdac82f2c2760323365_title','pagemeta','Visitor Message Display','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11671,-1,'page_4ecbdac82f2c2760323365_metadesc','pagemeta','Visitor Message','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11672,-1,'page_4ecbdac82f2c2760323366_title','pagemeta','Blogs','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11673,-1,'page_4ecbdac82f2c2760323366_metadesc','pagemeta','Blogs','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11674,-1,'page_4ecbdac82f2c2760323367_title','pagemeta','Blog Admin','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11675,-1,'page_4ecbdac82f2c2760323367_metadesc','pagemeta','Blog Administration','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11676,-1,'page_4ecbdac82f2c2760323369_title','pagemeta','Create New Content','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11677,-1,'page_4ecbdac82f2c2760323369_metadesc','pagemeta','create new content','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11678,-1,'page_4ecbdac82f2c2760323370_title','pagemeta','Group Admin','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11679,-1,'page_4ecbdac82f2c2760323370_metadesc','pagemeta','Group Administration','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11680,-1,'page_4ecbdac82f2c2760323372_title','pagemeta','Group Home','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11681,-1,'page_4ecbdac82f2c2760323372_metadesc','pagemeta','Groups','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11682,-1,'page_vbsgcatlistf2c2760323373_title','pagemeta','Group Category','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11683,-1,'page_vbsgcatlistf2c2760323373_metadesc','pagemeta','Group Category','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11684,-1,'page_4ecbdac82f2c2760323374_title','pagemeta','Activate Your Account','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11685,-1,'page_4ecbdac82f2c2760323374_metadesc','pagemeta','Forum User Activation','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11686,-1,'page_4ecbdac82f2c2760323375_title','pagemeta','Email Activation Codes','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11687,-1,'page_4ecbdac82f2c2760323375_metadesc','pagemeta','Forum User Activation','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11688,-1,'page_4ecbdac82f2c2760323376_title','pagemeta','Coppa Permission Form','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11689,-1,'page_4ecbdac82f2c2760323376_metadesc','pagemeta','Coppa Permission Form','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11690,-1,'page_513e3ae1ecdf9738916583_title','pagemeta','CSS Examples Page','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11691,-1,'page_513e3ae1ecdf9738916583_metadesc','pagemeta','A page to show live examples of how to use our CSS and HTML to create the elements you need.','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11692,-1,'page_4ecbdac82f07a518983926_title','pagemeta','Member List','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11693,-1,'page_4ecbdac82f07a518983926_metadesc','pagemeta','Member List','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11694,-1,'page_p_cmshome5229f4e0c2ea7191676461_title','pagemeta','Articles','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11695,-1,'page_p_cmshome5229f4e0c2ea7191676461_metadesc','pagemeta','This is the top level CMS page that shows all categories that hold the articles on this site','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11696,-1,'page_p_cmsarticle522a1de52295d835615179_title','pagemeta','Article','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11697,-1,'page_p_cmsarticle522a1de52295d835615179_metadesc','pagemeta','Articles under the root Articles Channel','vbulletin','outsourcedadmin',1399996390,'5.1.0'),(11698,-1,'page_5372400b4b260720219367_title','pagemeta','Forum','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11699,-1,'page_5372400b4b260720219367_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11700,-1,'page_5372400c02631912406177_title','pagemeta','Special','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11701,-1,'page_5372400c02631912406177_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11702,-1,'page_5372400ca9f52974389099_title','pagemeta','Main Forum','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11703,-1,'page_5372400ca9f52974389099_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11704,-1,'page_5372400d55c55451157500_title','pagemeta','Main Forum','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11705,-1,'page_5372400d55c55451157500_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11706,-1,'page_5372400e2f48f302781049_title','pagemeta','Visitor Messages','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11707,-1,'page_5372400e2f48f302781049_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11708,-1,'page_5372400ec0014376386501_title','pagemeta','Visitor Messages','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11709,-1,'page_5372400ec0014376386501_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11710,-1,'page_5372400f60649107730537_title','pagemeta','Private Messages','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11711,-1,'page_5372400f60649107730537_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11712,-1,'page_5372400ff11ce709102953_title','pagemeta','Private Messages','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11713,-1,'page_5372400ff11ce709102953_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11714,-1,'page_537240108db14064167701_title','pagemeta','Albums','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11715,-1,'page_537240108db14064167701_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11716,-1,'page_537240112e149511889877_title','pagemeta','Albums','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11717,-1,'page_537240112e149511889877_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11718,-1,'page_53724011becce353333887_title','pagemeta','Reports','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11719,-1,'page_53724011becce353333887_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11720,-1,'page_537240125f303038694013_title','pagemeta','Reports','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11721,-1,'page_537240125f303038694013_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11722,-1,'page_537240130b005629759560_title','pagemeta','Infractions','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11723,-1,'page_537240130b005629759560_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11724,-1,'page_53724013a3569184807046_title','pagemeta','Infractions','vbulletin','outsourcedadmin',1399996426,'5.1.0'),(11725,-1,'page_53724013a3569184807046_metadesc','pagemeta','','vbulletin','outsourcedadmin',1399996426,'5.1.0'); /*!40000 ALTER TABLE `phrase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phrasetype` -- DROP TABLE IF EXISTS `phrasetype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phrasetype` ( `fieldname` char(20) NOT NULL default '', `title` char(50) NOT NULL default '', `editrows` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default '', `special` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`fieldname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phrasetype` -- LOCK TABLES `phrasetype` WRITE; /*!40000 ALTER TABLE `phrasetype` DISABLE KEYS */; INSERT INTO `phrasetype` VALUES ('global','GLOBAL',3,'',0),('cpglobal','Control Panel Global',3,'',0),('cppermission','Permissions',3,'',0),('forum','Forum-Related',3,'',0),('calendar','Calendar',3,'',0),('attachment_image','Attachment / Image',3,'',0),('style','Style Tools',3,'',0),('logging','Logging Tools',3,'',0),('cphome','Control Panel Home Pages',3,'',0),('promotion','Promotion Tools',3,'',0),('user','User Tools (global)',3,'',0),('help_faq','FAQ / Help Management',3,'',0),('sql','SQL Tools',3,'',0),('subscription','Subscription Tools',3,'',0),('language','Language Tools',3,'',0),('bbcode','BB Code Tools',3,'',0),('stats','Statistics Tools',3,'',0),('diagnostic','Diagnostic Tools',3,'',0),('maintenance','Maintenance Tools',3,'',0),('cprofilefield','Custom Profile Fields',3,'',0),('profilefield','Profile Field Tools',3,'',0),('thread','Thread Tools',3,'',0),('timezone','Timezones',3,'',0),('banning','Banning Tools',3,'',0),('reputation','Reputation',3,'',0),('wol','Who\'s Online',3,'',0),('threadmanage','Thread Management',3,'',0),('pm','Private Messaging',3,'',0),('cpuser','Control Panel User Management',3,'',0),('accessmask','Access Masks',3,'',0),('cron','Scheduled Tasks',3,'',0),('moderator','Moderators',3,'',0),('cpoption','Control Panel Options',3,'',0),('cprank','Control Panel User Ranks',3,'',0),('cpusergroup','Control Panel User Groups',3,'',0),('posting','Posting',3,'',0),('poll','Polls',3,'',0),('fronthelp','Frontend FAQ/Help',3,'',0),('register','Register',3,'',0),('search','Searching',3,'',0),('showthread','Show Thread',3,'',0),('postbit','Postbit',3,'',0),('forumdisplay','Forum Display',3,'',0),('messaging','Messaging',3,'',0),('hooks','Hooks System',3,'',0),('inlinemod','Inline Moderation',3,'',0),('reputationlevel','Reputation Levels',3,'',0),('infraction','User Infractions',3,'',0),('infractionlevel','User Infraction Levels',3,'',0),('notice','Notices',3,'',0),('prefix','Thread Prefixes',3,'',0),('prefixadmin','Thread Prefixes (Admin)',3,'',0),('album','Albums',3,'',0),('error','Error Messages',8,'',1),('frontredirect','Front-End Redirect Messages',8,'',1),('emailbody','Email Body Text',10,'',1),('emailsubject','Email Subject Text',3,'',1),('vbsettings','vBulletin Settings',4,'',1),('cphelptext','Control Panel Help Text',8,'',1),('faqtitle','FAQ Title',3,'',1),('faqtext','FAQ Text',10,'',1),('hvquestion','Human Verification Questions',3,'',1),('socialgroups','Groups',3,'',0),('tagscategories','Tag and Category Tools',3,'',0),('advertising','Advertising',3,'',0),('vbblock','Forum Blocks',3,'',0),('vb5blog','Blogs',3,'',0),('ckeditor','CKEditor',3,'vbulletin',0),('cpcms','Content Management System',3,'vbulletin',0),('navbarlinks','Navbar Links',3,'vbulletin',0); /*!40000 ALTER TABLE `phrasetype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `picturecomment` -- DROP TABLE IF EXISTS `picturecomment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `picturecomment` ( `commentid` int(10) unsigned NOT NULL auto_increment, `filedataid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `postuserid` int(10) unsigned NOT NULL default '0', `postusername` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `state` enum('visible','moderation','deleted') NOT NULL default 'visible', `title` varchar(255) NOT NULL default '', `pagetext` mediumtext, `ipaddress` int(10) unsigned NOT NULL default '0', `allowsmilie` smallint(6) NOT NULL default '1', `reportthreadid` int(10) unsigned NOT NULL default '0', `messageread` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`commentid`), KEY `filedataid` (`filedataid`,`userid`,`dateline`,`state`), KEY `postuserid` (`postuserid`,`filedataid`,`userid`,`state`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `picturecomment` -- LOCK TABLES `picturecomment` WRITE; /*!40000 ALTER TABLE `picturecomment` DISABLE KEYS */; /*!40000 ALTER TABLE `picturecomment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `picturecomment_hash` -- DROP TABLE IF EXISTS `picturecomment_hash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `picturecomment_hash` ( `postuserid` int(10) unsigned NOT NULL default '0', `filedataid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `dupehash` varchar(32) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', KEY `postuserid` (`postuserid`,`dupehash`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `picturecomment_hash` -- LOCK TABLES `picturecomment_hash` WRITE; /*!40000 ALTER TABLE `picturecomment_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `picturecomment_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `picturelegacy` -- DROP TABLE IF EXISTS `picturelegacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `picturelegacy` ( `type` enum('album','group') NOT NULL default 'album', `primaryid` int(10) unsigned NOT NULL default '0', `pictureid` int(10) unsigned NOT NULL default '0', `attachmentid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`type`,`primaryid`,`pictureid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `picturelegacy` -- LOCK TABLES `picturelegacy` WRITE; /*!40000 ALTER TABLE `picturelegacy` DISABLE KEYS */; /*!40000 ALTER TABLE `picturelegacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `podcast` -- DROP TABLE IF EXISTS `podcast`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `podcast` ( `forumid` int(10) unsigned NOT NULL default '0', `author` varchar(255) NOT NULL default '', `category` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `explicit` smallint(6) NOT NULL default '0', `enabled` smallint(6) NOT NULL default '1', `keywords` varchar(255) NOT NULL default '', `owneremail` varchar(255) NOT NULL default '', `ownername` varchar(255) NOT NULL default '', `subtitle` varchar(255) NOT NULL default '', `summary` mediumtext, `categoryid` smallint(6) NOT NULL default '0', PRIMARY KEY (`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `podcast` -- LOCK TABLES `podcast` WRITE; /*!40000 ALTER TABLE `podcast` DISABLE KEYS */; /*!40000 ALTER TABLE `podcast` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `podcastitem` -- DROP TABLE IF EXISTS `podcastitem`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `podcastitem` ( `postid` int(10) unsigned NOT NULL default '0', `url` varchar(255) NOT NULL default '', `length` int(10) unsigned NOT NULL default '0', `explicit` smallint(5) unsigned NOT NULL default '0', `keywords` varchar(255) NOT NULL default '', `subtitle` varchar(255) NOT NULL default '', `author` varchar(255) NOT NULL default '', PRIMARY KEY (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `podcastitem` -- LOCK TABLES `podcastitem` WRITE; /*!40000 ALTER TABLE `podcastitem` DISABLE KEYS */; /*!40000 ALTER TABLE `podcastitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll` -- DROP TABLE IF EXISTS `poll`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll` ( `nodeid` int(10) unsigned NOT NULL auto_increment, `options` text, `active` smallint(6) NOT NULL default '1', `numberoptions` smallint(5) unsigned NOT NULL default '0', `timeout` int(10) unsigned NOT NULL default '0', `multiple` smallint(5) unsigned NOT NULL default '0', `votes` smallint(5) unsigned NOT NULL default '0', `public` smallint(6) NOT NULL default '0', `lastvote` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll` -- LOCK TABLES `poll` WRITE; /*!40000 ALTER TABLE `poll` DISABLE KEYS */; /*!40000 ALTER TABLE `poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `polloption` -- DROP TABLE IF EXISTS `polloption`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `polloption` ( `polloptionid` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL default '0', `title` text, `votes` int(10) unsigned NOT NULL default '0', `voters` text, PRIMARY KEY (`polloptionid`), KEY `nodeid` (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `polloption` -- LOCK TABLES `polloption` WRITE; /*!40000 ALTER TABLE `polloption` DISABLE KEYS */; /*!40000 ALTER TABLE `polloption` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pollvote` -- DROP TABLE IF EXISTS `pollvote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pollvote` ( `pollvoteid` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL default '0', `pollid` int(10) unsigned NOT NULL default '0', `polloptionid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned default NULL, `votedate` int(10) unsigned NOT NULL default '0', `voteoption` int(10) unsigned default '0', PRIMARY KEY (`pollvoteid`), UNIQUE KEY `nodeid` (`nodeid`,`userid`,`polloptionid`), KEY `polloptionid` (`polloptionid`), KEY `pollid` (`pollid`,`voteoption`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pollvote` -- LOCK TABLES `pollvote` WRITE; /*!40000 ALTER TABLE `pollvote` DISABLE KEYS */; /*!40000 ALTER TABLE `pollvote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postedithistory` -- DROP TABLE IF EXISTS `postedithistory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `postedithistory` ( `postedithistoryid` int(10) unsigned NOT NULL auto_increment, `postid` int(10) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', `title` varchar(250) NOT NULL default '', `iconid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `reason` varchar(200) NOT NULL default '', `original` smallint(6) NOT NULL default '0', `pagetext` mediumtext, PRIMARY KEY (`postedithistoryid`), KEY `postid` (`postid`,`userid`), KEY `nodeid` (`nodeid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `postedithistory` -- LOCK TABLES `postedithistory` WRITE; /*!40000 ALTER TABLE `postedithistory` DISABLE KEYS */; /*!40000 ALTER TABLE `postedithistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prefix` -- DROP TABLE IF EXISTS `prefix`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prefix` ( `prefixid` varchar(25) NOT NULL default '', `prefixsetid` varchar(25) NOT NULL default '', `displayorder` int(10) unsigned NOT NULL default '0', `options` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`prefixid`), KEY `prefixsetid` (`prefixsetid`,`displayorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prefix` -- LOCK TABLES `prefix` WRITE; /*!40000 ALTER TABLE `prefix` DISABLE KEYS */; /*!40000 ALTER TABLE `prefix` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prefixpermission` -- DROP TABLE IF EXISTS `prefixpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prefixpermission` ( `prefixid` varchar(25) NOT NULL default '', `usergroupid` smallint(5) unsigned NOT NULL default '0', KEY `prefixsetid` (`prefixid`,`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prefixpermission` -- LOCK TABLES `prefixpermission` WRITE; /*!40000 ALTER TABLE `prefixpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `prefixpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prefixset` -- DROP TABLE IF EXISTS `prefixset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prefixset` ( `prefixsetid` varchar(25) NOT NULL default '', `displayorder` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`prefixsetid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prefixset` -- LOCK TABLES `prefixset` WRITE; /*!40000 ALTER TABLE `prefixset` DISABLE KEYS */; /*!40000 ALTER TABLE `prefixset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `privatemessage` -- DROP TABLE IF EXISTS `privatemessage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `privatemessage` ( `nodeid` int(10) unsigned NOT NULL, `msgtype` enum('message','notification','request') NOT NULL default 'message', `about` enum('vote','vote_reply','rate','reply','follow','following','vm','comment','threadcomment','moderate','owner_to','moderator_to','owner_from','moderator','member','member_to','subscriber_to','subscriber','sg_owner_to','sg_moderator_to','sg_owner_from','sg_moderator','sg_subscriber','sg_subscriber_to','sg_member','sg_member_to') default NULL, `aboutid` int(11) default NULL, `deleted` int(11) NOT NULL default '0', PRIMARY KEY (`nodeid`), KEY `deleted` (`deleted`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `privatemessage` -- LOCK TABLES `privatemessage` WRITE; /*!40000 ALTER TABLE `privatemessage` DISABLE KEYS */; /*!40000 ALTER TABLE `privatemessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product` -- DROP TABLE IF EXISTS `product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product` ( `productid` varchar(25) NOT NULL default '', `title` varchar(250) NOT NULL default '', `description` varchar(250) NOT NULL default '', `version` varchar(25) NOT NULL default '', `active` smallint(5) unsigned NOT NULL default '1', `url` varchar(250) NOT NULL default '', `versioncheckurl` varchar(250) NOT NULL default '', PRIMARY KEY (`productid`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product` -- LOCK TABLES `product` WRITE; /*!40000 ALTER TABLE `product` DISABLE KEYS */; /*!40000 ALTER TABLE `product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcode` -- DROP TABLE IF EXISTS `productcode`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `productcode` ( `productcodeid` int(10) unsigned NOT NULL auto_increment, `productid` varchar(25) NOT NULL default '', `version` varchar(25) NOT NULL default '', `installcode` mediumtext, `uninstallcode` mediumtext, PRIMARY KEY (`productcodeid`), KEY `productid` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `productcode` -- LOCK TABLES `productcode` WRITE; /*!40000 ALTER TABLE `productcode` DISABLE KEYS */; /*!40000 ALTER TABLE `productcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productdependency` -- DROP TABLE IF EXISTS `productdependency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `productdependency` ( `productdependencyid` int(11) NOT NULL auto_increment, `productid` varchar(25) NOT NULL default '', `dependencytype` varchar(25) NOT NULL default '', `parentproductid` varchar(25) NOT NULL default '', `minversion` varchar(50) NOT NULL default '', `maxversion` varchar(50) NOT NULL default '', PRIMARY KEY (`productdependencyid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `productdependency` -- LOCK TABLES `productdependency` WRITE; /*!40000 ALTER TABLE `productdependency` DISABLE KEYS */; /*!40000 ALTER TABLE `productdependency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profileblockprivacy` -- DROP TABLE IF EXISTS `profileblockprivacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `profileblockprivacy` ( `userid` int(10) unsigned NOT NULL, `blockid` varchar(255) NOT NULL, `requirement` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`blockid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `profileblockprivacy` -- LOCK TABLES `profileblockprivacy` WRITE; /*!40000 ALTER TABLE `profileblockprivacy` DISABLE KEYS */; /*!40000 ALTER TABLE `profileblockprivacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profilefield` -- DROP TABLE IF EXISTS `profilefield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `profilefield` ( `profilefieldid` smallint(5) unsigned NOT NULL auto_increment, `profilefieldcategoryid` smallint(5) unsigned NOT NULL default '0', `required` smallint(6) NOT NULL default '0', `hidden` smallint(6) NOT NULL default '0', `maxlength` smallint(6) NOT NULL default '250', `size` smallint(6) NOT NULL default '25', `displayorder` smallint(6) NOT NULL default '0', `editable` smallint(6) NOT NULL default '1', `type` enum('input','select','radio','textarea','checkbox','select_multiple') NOT NULL default 'input', `data` mediumtext, `height` smallint(6) NOT NULL default '0', `def` smallint(6) NOT NULL default '0', `optional` smallint(5) unsigned NOT NULL default '0', `searchable` smallint(6) NOT NULL default '0', `memberlist` smallint(6) NOT NULL default '0', `regex` varchar(255) NOT NULL default '', `form` smallint(6) NOT NULL default '0', `html` smallint(6) NOT NULL default '0', `perline` smallint(6) NOT NULL default '0', PRIMARY KEY (`profilefieldid`), KEY `editable` (`editable`), KEY `profilefieldcategoryid` (`profilefieldcategoryid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `profilefield` -- LOCK TABLES `profilefield` WRITE; /*!40000 ALTER TABLE `profilefield` DISABLE KEYS */; INSERT INTO `profilefield` VALUES (1,0,0,0,16384,50,1,1,'textarea','',0,0,0,1,1,'',0,0,0),(2,0,0,0,100,25,2,1,'input','',0,0,0,1,1,'',0,0,0),(3,0,0,0,100,25,3,1,'input','',0,0,0,1,1,'',0,0,0),(4,0,0,0,100,25,4,1,'input','',0,0,0,1,1,'',0,0,0); /*!40000 ALTER TABLE `profilefield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profilefieldcategory` -- DROP TABLE IF EXISTS `profilefieldcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `profilefieldcategory` ( `profilefieldcategoryid` smallint(5) unsigned NOT NULL auto_increment, `displayorder` smallint(6) NOT NULL default '0', `location` varchar(25) NOT NULL default '', `allowprivacy` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`profilefieldcategoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `profilefieldcategory` -- LOCK TABLES `profilefieldcategory` WRITE; /*!40000 ALTER TABLE `profilefieldcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `profilefieldcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profilevisitor` -- DROP TABLE IF EXISTS `profilevisitor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `profilevisitor` ( `userid` int(10) unsigned NOT NULL default '0', `visitorid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `visible` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`visitorid`,`userid`), KEY `userid` (`userid`,`visible`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `profilevisitor` -- LOCK TABLES `profilevisitor` WRITE; /*!40000 ALTER TABLE `profilevisitor` DISABLE KEYS */; /*!40000 ALTER TABLE `profilevisitor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ranks` -- DROP TABLE IF EXISTS `ranks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ranks` ( `rankid` smallint(5) unsigned NOT NULL auto_increment, `minposts` int(10) unsigned NOT NULL default '0', `ranklevel` smallint(5) unsigned NOT NULL default '0', `rankimg` mediumtext, `usergroupid` smallint(5) unsigned NOT NULL default '0', `type` smallint(5) unsigned NOT NULL default '0', `stack` smallint(5) unsigned NOT NULL default '0', `display` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`rankid`), KEY `grouprank` (`usergroupid`,`minposts`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ranks` -- LOCK TABLES `ranks` WRITE; /*!40000 ALTER TABLE `ranks` DISABLE KEYS */; /*!40000 ALTER TABLE `ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `redirect` -- DROP TABLE IF EXISTS `redirect`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `redirect` ( `nodeid` int(10) unsigned NOT NULL, `tonodeid` int(10) unsigned NOT NULL, UNIQUE KEY `nodeid` (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `redirect` -- LOCK TABLES `redirect` WRITE; /*!40000 ALTER TABLE `redirect` DISABLE KEYS */; /*!40000 ALTER TABLE `redirect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reminder` -- DROP TABLE IF EXISTS `reminder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reminder` ( `reminderid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `title` varchar(50) NOT NULL default '', `text` mediumtext, `duedate` int(10) unsigned NOT NULL default '0', `adminonly` smallint(5) unsigned NOT NULL default '1', `completedby` int(10) unsigned NOT NULL default '0', `completedtime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`reminderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reminder` -- LOCK TABLES `reminder` WRITE; /*!40000 ALTER TABLE `reminder` DISABLE KEYS */; /*!40000 ALTER TABLE `reminder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `report` ( `nodeid` int(10) unsigned NOT NULL, `reportnodeid` int(10) unsigned NOT NULL default '0', `closed` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`), KEY `reportnodeid` (`reportnodeid`,`closed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reputation` -- DROP TABLE IF EXISTS `reputation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reputation` ( `reputationid` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL default '1', `userid` int(10) unsigned NOT NULL default '1', `reputation` int(11) NOT NULL default '0', `whoadded` int(10) unsigned NOT NULL default '0', `reason` varchar(250) default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`reputationid`), UNIQUE KEY `whoadded_nodeid` (`whoadded`,`nodeid`), KEY `userid` (`userid`), KEY `multi` (`nodeid`,`userid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reputation` -- LOCK TABLES `reputation` WRITE; /*!40000 ALTER TABLE `reputation` DISABLE KEYS */; /*!40000 ALTER TABLE `reputation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reputationlevel` -- DROP TABLE IF EXISTS `reputationlevel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reputationlevel` ( `reputationlevelid` int(10) unsigned NOT NULL auto_increment, `minimumreputation` int(11) NOT NULL default '0', PRIMARY KEY (`reputationlevelid`), KEY `reputationlevel` (`minimumreputation`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reputationlevel` -- LOCK TABLES `reputationlevel` WRITE; /*!40000 ALTER TABLE `reputationlevel` DISABLE KEYS */; INSERT INTO `reputationlevel` VALUES (1,-999999),(2,-50),(3,-10),(4,0),(5,10),(6,50),(7,150),(8,250),(9,350),(10,450),(11,550),(12,650),(13,1000),(14,1500),(15,2000); /*!40000 ALTER TABLE `reputationlevel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `routenew` -- DROP TABLE IF EXISTS `routenew`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `routenew` ( `routeid` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) default NULL, `redirect301` int(10) unsigned default NULL, `prefix` varchar(200) NOT NULL, `regex` varchar(400) NOT NULL, `class` varchar(100) default NULL, `controller` varchar(100) NOT NULL, `action` varchar(100) NOT NULL, `template` varchar(100) NOT NULL, `arguments` mediumtext NOT NULL, `contentid` int(10) unsigned NOT NULL, `product` varchar(25) NOT NULL default 'vbulletin', `guid` char(150) default NULL, PRIMARY KEY (`routeid`), KEY `regex` (`regex`(333)), KEY `prefix` (`prefix`), KEY `route_name` (`name`), KEY `route_class_cid` (`class`,`contentid`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `routenew` -- LOCK TABLES `routenew` WRITE; /*!40000 ALTER TABLE `routenew` DISABLE KEYS */; INSERT INTO `routenew` VALUES (1,NULL,NULL,'ajax','ajax(?P<route>(?:/[a-zA-Z0-9_.-]+)+)','','ajax','index','','a:1:{s:5:\"route\";s:6:\"$route\";}',0,'vbulletin','vbulletin-4ecbdacd6a3d43.49233131'),(2,NULL,NULL,'page','page/(?P<contentid>.*)','','page','index','','a:1:{s:9:\"contentid\";s:10:\"$contentid\";}',0,'vbulletin','vbulletin-4ecbdacd6a4277.53325739'),(3,NULL,NULL,'pages','pages','','','','page_list','',0,'vbulletin','vbulletin-4ecbdacd6a4687.72226697'),(4,'home',NULL,'','','vB5_Route_Channel','page','index','','a:2:{s:9:\"channelid\";s:1:\"1\";s:6:\"pageid\";s:1:\"1\";}',1,'vbulletin','vbulletin-4ecbdacd6a4ad0.58738735'),(5,NULL,NULL,'page-edit','page-edit(?:/(?P<contentid>[0-9]+))?','','','','page_edit','a:1:{s:9:\"contentid\";s:10:\"$contentid\";}',0,'vbulletin','vbulletin-4ecbdacd6a4ec4.04956185'),(6,NULL,NULL,'pagetemplate-edit','pagetemplate-edit(?:/(?P<contentid>[0-9]+))?','','','','pagetemplate_edit','a:1:{s:9:\"contentid\";s:10:\"$contentid\";}',0,'vbulletin','vbulletin-4ecbdacd6a5335.81970166'),(7,NULL,NULL,'site-new','site-new','','','','site_new','',0,'vbulletin','vbulletin-4ecbdacd6a5733.19365762'),(8,NULL,NULL,'site-save','site-save','','','','site_save','',0,'vbulletin','vbulletin-4ecbdacd6a5b34.78659015'),(9,NULL,NULL,'page-save','page-save','','admin','pageSave','','',0,'vbulletin','vbulletin-4ecbdacd6a5f24.20442364'),(10,NULL,NULL,'pagetemplate-save','pagetemplate-save','','admin','pagetemplateSave','','',0,'vbulletin','vbulletin-4ecbdacd6a6335.32656589'),(11,NULL,NULL,'site-manager','site-manager','','','','site_manager','',0,'vbulletin','vbulletin-4ecbdacd6a6728.48186180'),(12,NULL,NULL,'site-install','site-install','','','','site_install','',0,'vbulletin','vbulletin-4ecbdacd6a6b27.74517966'),(13,'register',NULL,'register','register','vB5_Route_Page','page','index','','a:3:{s:7:\"noindex\";b:1;s:8:\"nofollow\";b:1;s:6:\"pageid\";s:1:\"3\";}',3,'vbulletin','vbulletin-4ecbdacd6a6f13.66635711'),(14,'lostpw',NULL,'lostpw','lostpw','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:1:\"4\";}',4,'vbulletin','vbulletin-4ecbdacd6a6f13.66635712'),(15,'contact-us',NULL,'contact-us','contact-us','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:1:\"5\";}',5,'vbulletin','vbulletin-4ecbdacd6a6f13.66635713'),(16,'help',NULL,'help','help','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:1:\"6\";}',6,'vbulletin','vbulletin-4ecbdacd6a6f13.66635714'),(17,'profile',NULL,'member','member/(?P<userid>[0-9]+)(?P<username>(-[^\\?/]*)*)(?:/(?P<tab>activities|subscribed|about|media|infractions))?(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Profile','page','index','','a:4:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:1:\"8\";}',0,'vbulletin','vbulletin-4ecbdacd6a7315.96817600'),(18,NULL,NULL,'create-content','create-content/text(?:/)?','','createcontent','index','','',0,'vbulletin','vbulletin-4ecbdacd6a7709.25161691'),(19,'editphoto',NULL,'editphoto','editphoto','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:2:\"10\";}',10,'vbulletin','vbulletin-4ecbdacd6a7b06.81753708'),(20,'advanced_search',NULL,'advanced_search','advanced_search','vB5_Route_Page','search','index','','a:1:{s:6:\"pageid\";s:1:\"2\";}',2,'vbulletin','vbulletin-4ecbdacd6a8335.81846640'),(21,'online_details',NULL,'online','online','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:1:\"7\";}',7,'vbulletin','vbulletin-4ecbdacd6a8725.49820977'),(22,'settings',NULL,'settings','settings/(?P<tab>profile|account|privacy|notifications|subscriptions)','vB5_Route_Settings','page','index','','a:2:{s:3:\"tab\";s:4:\"$tab\";s:6:\"pageid\";s:2:\"11\";}',0,'vbulletin','vbulletin-4ecbdacd6a9307.24480802'),(23,'media',NULL,'uploadmedia','uploadmedia','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:1:\"9\";}',9,'vbulletin','vbulletin-4ecbdacd6a9ee3.66723601'),(24,'search',NULL,'search','search','vB5_Route_Page','search','results','','a:1:{s:6:\"pageid\";s:2:\"12\";}',12,'vbulletin','vbulletin-4ecbdacd6aa3b7.75359902'),(25,'admincp',NULL,'admincp','admincp/(?P<file>[a-zA-Z0-9_.-]*)','vB5_Route_Admincp','relay','admincp','','a:1:{s:4:\"file\";s:5:\"$file\";}',0,'vbulletin','vbulletin-4ecbdacd6aa7c8.79724467'),(26,'modcp',NULL,'modcp','modcp/(?P<file>[a-zA-Z0-9_.-]*)','vB5_Route_Modcp','relay','modcp','','a:1:{s:4:\"file\";s:5:\"$file\";}',0,'vbulletin','vbulletin-4ecbdacd6aa7c8.79724488'),(27,'privatemessage',NULL,'privatemessage','privatemessage/(?P<action>[A-Za-z0-9_-]+)(?P<params>(/[^?]+)*)','vB5_Route_PrivateMessage','page','index','','a:1:{s:6:\"pageid\";s:2:\"13\";}',13,'vbulletin','vbulletin-4ecbdacd6aac05.50909921'),(28,'subscription',NULL,'member','member/(?P<userid>[0-9]+)(?P<username>(-[^?]*)*)/(?P<tab>subscriptions|subscribers|groups)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Subscription','page','index','','a:5:{s:6:\"userid\";s:7:\"$userid\";s:3:\"tab\";s:4:\"$tab\";s:7:\"noindex\";b:1;s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";s:2:\"14\";}',0,'vbulletin','vbulletin-4ecbdacd6aac05.50909922'),(29,'album',NULL,'album','album/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)','vB5_Route_Album','page','index','','a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"15\";}',0,'vbulletin','vbulletin-4ecbdacd6aac05.50909923'),(30,'visitormessage',NULL,'member','member/(?P<userid>[0-9]+)(?P<username>(-[^?/]*)*)/visitormessage/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)','vB5_Route_VisitorMessage','page','index','','a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"16\";}',0,'vbulletin','vbulletin-4ecbdacd6aac05.50909924'),(31,'blog',NULL,'blogs','blogs(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Page','page','index','','a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"4\";s:6:\"pageid\";s:2:\"17\";}',17,'vbulletin','vbulletin-4ecbdacd6aac05.50909926'),(32,'blogadmin',NULL,'blogadmin','blogadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<blogaction>([a-z^/]*)*)','vB5_Route_Blogadmin','page','index','','a:4:{s:6:\"pageid\";s:2:\"18\";s:6:\"nodeid\";i:0;s:10:\"blogaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}',18,'vbulletin','vbulletin-4ecbdacd6aac05.50909925'),(33,'new-content',NULL,'new-content','new-content/(?P<nodeid>[0-9]+)','vB5_Route_Newcontent','page','index','','a:2:{s:6:\"nodeid\";s:7:\"$nodeid\";s:6:\"pageid\";s:2:\"19\";}',19,'vbulletin','vbulletin-4ecbdaad6aac05.50902379'),(34,'sgadmin',NULL,'sgadmin','sgadmin/(?P<nodeid>([0-9]+)*)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= ]*)*)(/?)(?P<sgaction>([a-z^/]*)*)','vB5_Route_SGAdmin','page','index','','a:4:{s:6:\"pageid\";s:2:\"20\";s:6:\"nodeid\";i:0;s:8:\"sgaction\";s:6:\"create\";s:7:\"action2\";s:8:\"settings\";}',0,'vbulletin','vbulletin-4ecbdacd6aac05.50909980'),(35,'sghome',NULL,'social-groups','social-groups(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Page','page','index','','a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"5\";s:6:\"pageid\";s:2:\"21\";}',21,'vbulletin','vbulletin-4ecbdac93742a5.43676037'),(36,'sgcategorylisting',NULL,'sguncategorized','sguncategorized(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"6\";s:6:\"pageid\";s:2:\"22\";}',6,'vbulletin','vbulletin-sgcatlistaac05.50909983'),(37,'activateuser',NULL,'activateuser','activateuser','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:2:\"23\";}',23,'vbulletin','vbulletin-4ecbdacd6aac05.50909984'),(38,'activateemail',NULL,'activateemail','activateemail','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:2:\"24\";}',24,'vbulletin','vbulletin-4ecbdacd6aac05.50909985'),(39,'coppa-form',NULL,'coppa-form','coppa-form','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:2:\"25\";}',25,'vbulletin','vbulletin-4ecbdacd6aac05.50909986'),(40,'node',NULL,'node','node/(?P<nodeid>[0-9]+)','vB5_Route_Node','','','','a:1:{s:6:\"nodeid\";s:7:\"$nodeid\";}',0,'vbulletin','vbulletin-4ecbdacd6aac05.50909987'),(41,'css-examples',NULL,'special/css-examples','special/css-examples','vB5_Route_Page','page','index','','a:2:{s:9:\"channelid\";s:2:\"13\";s:6:\"pageid\";s:2:\"26\";}',26,'vbulletin','vbulletin-513e559445fc66.10550504'),(42,'member_list',NULL,'memberlist','memberlist','vB5_Route_Page','page','index','','a:1:{s:6:\"pageid\";s:2:\"27\";}',27,'vbulletin','vbulletin-4ecbdacd6a8725.49820978'),(43,'articles-home',NULL,'articles','articles(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"28\";}',14,'vbulletin','vbulletin-r-cmshome5229f999bcb705.52472433'),(44,'articles-uncategorized-article',NULL,'articles','articles/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\\\'\\\\,\\.<>= \\[\\]]*)*)(?:/contentpage(?P<contentpagenum>[0-9]+))?(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Article','page','index','','a:5:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:14:\"contentpagenum\";s:15:\"$contentpagenum\";s:9:\"channelid\";s:2:\"14\";s:6:\"pageid\";s:2:\"29\";}',14,'vbulletin','vbulletin-r-cmsarticle522a1d420a59e1.65940114'),(45,NULL,NULL,'forum','forum(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:1:\"2\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:30;}',2,'vbulletin','vbulletin-5372400bf2b822.23480753'),(46,NULL,NULL,'special','special(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:1:\"7\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:31;}',7,'vbulletin','vbulletin-5372400ca62639.37341328'),(47,NULL,NULL,'forum/main-forum','forum/main-forum(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:1:\"3\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:32;}',3,'vbulletin','vbulletin-5372400d55c558.98232494'),(48,NULL,NULL,'forum/main-forum','forum/main-forum/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"3\";s:6:\"pageid\";i:33;}',3,'vbulletin','vbulletin-5372400e2b7a09.46956706'),(49,NULL,NULL,'special/visitor-messages','special/visitor-messages(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:1:\"8\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:34;}',8,'vbulletin','vbulletin-5372400ec00140.19661515'),(50,NULL,NULL,'special/visitor-messages','special/visitor-messages/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"8\";s:6:\"pageid\";i:35;}',8,'vbulletin','vbulletin-5372400f5c95a6.92346724'),(51,NULL,NULL,'special/private-messages','special/private-messages(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:1:\"9\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:36;}',9,'vbulletin','vbulletin-5372400ff11ce3.29505440'),(52,NULL,NULL,'special/private-messages','special/private-messages/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:1:\"9\";s:6:\"pageid\";i:37;}',9,'vbulletin','vbulletin-537240108db141.82931476'),(53,NULL,NULL,'special/albums','special/albums(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:2:\"10\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:38;}',10,'vbulletin','vbulletin-537240112a4596.21211418'),(54,NULL,NULL,'special/albums','special/albums/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"10\";s:6:\"pageid\";i:39;}',10,'vbulletin','vbulletin-53724011bafdf9.69128328'),(55,NULL,NULL,'special/reports','special/reports(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:2:\"11\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:40;}',11,'vbulletin','vbulletin-537240125f3030.25181036'),(56,NULL,NULL,'special/reports','special/reports/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"11\";s:6:\"pageid\";i:41;}',11,'vbulletin','vbulletin-53724013073161.37718427'),(57,NULL,NULL,'special/infractions','special/infractions(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Channel','page','index','','a:3:{s:9:\"channelid\";s:2:\"12\";s:7:\"pagenum\";s:8:\"$pagenum\";s:6:\"pageid\";i:42;}',12,'vbulletin','vbulletin-53724013a35691.43755154'),(58,NULL,NULL,'special/infractions','special/infractions/(?P<nodeid>[0-9]+)(?P<title>(-[^!@\\#\\$%\\^&\\*\\(\\)\\+\\?/:;\"\'\\\\,\\.<>= ]*)*)(?:/page(?P<pagenum>[0-9]+))?','vB5_Route_Conversation','page','index','','a:4:{s:6:\"nodeid\";s:7:\"$nodeid\";s:7:\"pagenum\";s:8:\"$pagenum\";s:9:\"channelid\";s:2:\"12\";s:6:\"pageid\";i:43;}',12,'vbulletin','vbulletin-537240144b57d3.61679241'); /*!40000 ALTER TABLE `routenew` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rssfeed` -- DROP TABLE IF EXISTS `rssfeed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rssfeed` ( `rssfeedid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `url` text, `port` smallint(5) unsigned NOT NULL default '80', `ttl` smallint(5) unsigned NOT NULL default '1500', `maxresults` smallint(6) NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `nodeid` smallint(5) unsigned NOT NULL default '0', `prefixid` varchar(25) NOT NULL default '', `iconid` smallint(5) unsigned NOT NULL default '0', `titletemplate` mediumtext, `bodytemplate` mediumtext, `searchwords` mediumtext, `itemtype` enum('topic','announcement') NOT NULL default 'topic', `topicactiondelay` smallint(5) unsigned NOT NULL default '0', `endannouncement` int(10) unsigned NOT NULL default '0', `options` int(10) unsigned NOT NULL default '0', `lastrun` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`rssfeedid`), KEY `lastrun` (`lastrun`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `rssfeed` -- LOCK TABLES `rssfeed` WRITE; /*!40000 ALTER TABLE `rssfeed` DISABLE KEYS */; /*!40000 ALTER TABLE `rssfeed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rsslog` -- DROP TABLE IF EXISTS `rsslog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rsslog` ( `rssfeedid` int(10) unsigned NOT NULL default '0', `itemid` int(10) unsigned NOT NULL default '0', `itemtype` enum('topic','announcement') NOT NULL default 'topic', `uniquehash` char(32) NOT NULL default '', `contenthash` char(32) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `topicactiontime` int(10) unsigned NOT NULL default '0', `topicactioncomplete` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`rssfeedid`,`itemid`,`itemtype`), UNIQUE KEY `uniquehash` (`uniquehash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `rsslog` -- LOCK TABLES `rsslog` WRITE; /*!40000 ALTER TABLE `rsslog` DISABLE KEYS */; /*!40000 ALTER TABLE `rsslog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `screenlayout` -- DROP TABLE IF EXISTS `screenlayout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `screenlayout` ( `screenlayoutid` int(10) unsigned NOT NULL auto_increment, `varname` varchar(20) NOT NULL, `title` varchar(200) NOT NULL, `displayorder` smallint(5) unsigned NOT NULL, `columncount` tinyint(3) unsigned NOT NULL, `template` varchar(200) NOT NULL, `admintemplate` varchar(200) NOT NULL, PRIMARY KEY (`screenlayoutid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `screenlayout` -- LOCK TABLES `screenlayout` WRITE; /*!40000 ALTER TABLE `screenlayout` DISABLE KEYS */; INSERT INTO `screenlayout` VALUES (1,'full','layout_full',4,1,'screenlayout_1','admin_screenlayout_1'),(2,'wide-narrow','layout_wide_narrow',1,2,'screenlayout_2','admin_screenlayout_2'),(4,'narrow-wide','layout_narrow_wide',3,2,'screenlayout_4','admin_screenlayout_4'); /*!40000 ALTER TABLE `screenlayout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchlog` -- DROP TABLE IF EXISTS `searchlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchlog` ( `searchlogid` int(10) unsigned NOT NULL auto_increment, `type` smallint(5) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `ipaddress` varchar(15) NOT NULL default '', `searchhash` varchar(32) NOT NULL, `sortby` varchar(15) NOT NULL default '', `sortorder` enum('asc','desc') NOT NULL default 'asc', `searchtime` float unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `completed` smallint(5) unsigned NOT NULL default '0', `json` text NOT NULL, `results` mediumblob, `results_count` int(11) NOT NULL, PRIMARY KEY (`searchlogid`), KEY `search` (`userid`,`searchhash`,`sortby`,`sortorder`), KEY `userfloodcheck` (`userid`,`dateline`), KEY `ipfloodcheck` (`ipaddress`,`dateline`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchlog` -- LOCK TABLES `searchlog` WRITE; /*!40000 ALTER TABLE `searchlog` DISABLE KEYS */; INSERT INTO `searchlog` VALUES (1,0,1,'67.235.238.250','4951d4e12d3ada164eab0ad75096e353','displayorder','asc',0.0156,1400004199,0,'{\"type\":\"vBForum_Channel\",\"sort\":{\"displayorder\":\"ASC\"},\"channel\":\"2\",\"depth\":\"1\"}','3',1),(2,0,1,'67.235.238.250','4951d4e12d3ada164eab0ad75096e353','displayorder','asc',0,1400004299,0,'{\"type\":\"vBForum_Channel\",\"sort\":{\"displayorder\":\"ASC\"},\"channel\":\"2\",\"depth\":\"1\"}','3',1),(3,0,1,'67.235.238.250','4951d4e12d3ada164eab0ad75096e353','displayorder','asc',0,1400004384,0,'{\"type\":\"vBForum_Channel\",\"sort\":{\"displayorder\":\"ASC\"},\"channel\":\"2\",\"depth\":\"1\"}','3',1),(4,0,1,'67.235.238.250','e53fa26608908eb35fd8095251a0e825','created','desc',0,1400004384,0,'{\"reply_only\":1,\"channel\":\"4\"}','',0),(5,0,1,'67.235.238.250','9b545319b8bcd7624edf20bd5c680880','created','desc',0,1400004384,0,'{\"date\":{\"from\":\"lastMonth\"},\"view\":\"topic\",\"channel\":\"4\",\"exclude_type\":[\"vBForum_Channel\",\"vBForum_Attach\"]}','',0),(6,0,1,'67.235.238.250','5acdff6cdc51a9fee723c3a618dad8e8','created','desc',0.0156002,1400004408,0,'{\"type\":[\"vBForum_Text\",\"vBForum_Poll\",\"vBForum_Gallery\",\"vBForum_Video\",\"vBForum_Link\"],\"sort\":{\"created\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"include_starter\":1}','',0),(7,0,1,'67.235.238.250','df0040f3ebf86af14ac3b315c0f98ab7','publishdate','desc',0,1400004408,0,'{\"sort\":{\"publishdate\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"depth\":\"1\",\"include_starter\":1,\"nolimit\":1}','',0),(8,0,1,'67.235.238.250','4951d4e12d3ada164eab0ad75096e353','displayorder','asc',0,1400005217,0,'{\"type\":\"vBForum_Channel\",\"sort\":{\"displayorder\":\"ASC\"},\"channel\":\"2\",\"depth\":\"1\"}','3',1),(9,0,1,'67.235.238.250','5acdff6cdc51a9fee723c3a618dad8e8','created','desc',0.015599,1400005217,0,'{\"type\":[\"vBForum_Text\",\"vBForum_Poll\",\"vBForum_Gallery\",\"vBForum_Video\",\"vBForum_Link\"],\"sort\":{\"created\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"include_starter\":1}','',0),(10,0,1,'67.235.238.250','df0040f3ebf86af14ac3b315c0f98ab7','publishdate','desc',0,1400005217,0,'{\"sort\":{\"publishdate\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"depth\":\"1\",\"include_starter\":1,\"nolimit\":1}','',0),(11,0,1,'67.235.238.250','4951d4e12d3ada164eab0ad75096e353','displayorder','asc',0.0156002,1400005289,0,'{\"type\":\"vBForum_Channel\",\"sort\":{\"displayorder\":\"ASC\"},\"channel\":\"2\",\"depth\":\"1\"}','3',1),(12,0,1,'67.235.238.250','e53fa26608908eb35fd8095251a0e825','created','desc',0,1400005289,0,'{\"reply_only\":1,\"channel\":\"4\"}','',0),(13,0,1,'67.235.238.250','9b545319b8bcd7624edf20bd5c680880','created','desc',0,1400005289,0,'{\"date\":{\"from\":\"lastMonth\"},\"view\":\"topic\",\"channel\":\"4\",\"exclude_type\":[\"vBForum_Channel\",\"vBForum_Attach\"]}','',0),(14,0,1,'67.235.238.250','66663817830182dbebf180a42f082f4a','created','desc',0.015599,1400005295,0,'{\"channel\":\"5\"}','6',1),(15,0,1,'67.235.238.250','05dda1c72497244ce07dcfc46e94086a','created','desc',0,1400005295,0,'{\"date\":{\"from\":\"lastMonth\"},\"view\":\"activity\",\"starter_only\":1,\"channel\":\"5\",\"include_starter\":1,\"exclude_type\":[\"vBForum_Channel\",\"vBForum_Attach\"]}','',0),(16,0,1,'67.235.238.250','5acdff6cdc51a9fee723c3a618dad8e8','created','desc',0,1400005344,0,'{\"type\":[\"vBForum_Text\",\"vBForum_Poll\",\"vBForum_Gallery\",\"vBForum_Video\",\"vBForum_Link\"],\"sort\":{\"created\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"include_starter\":1}','',0),(17,0,1,'67.235.238.250','df0040f3ebf86af14ac3b315c0f98ab7','publishdate','desc',0.015599,1400005344,0,'{\"sort\":{\"publishdate\":\"DESC\"},\"starter_only\":1,\"channel\":\"14\",\"depth\":\"1\",\"include_starter\":1,\"nolimit\":1}','',0); /*!40000 ALTER TABLE `searchlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_a` -- DROP TABLE IF EXISTS `searchtowords_a`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_a` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_a` -- LOCK TABLES `searchtowords_a` WRITE; /*!40000 ALTER TABLE `searchtowords_a` DISABLE KEYS */; INSERT INTO `searchtowords_a` VALUES (13,10,1,11951,1),(24,14,1,10000,1); /*!40000 ALTER TABLE `searchtowords_a` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_b` -- DROP TABLE IF EXISTS `searchtowords_b`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_b` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_b` -- LOCK TABLES `searchtowords_b` WRITE; /*!40000 ALTER TABLE `searchtowords_b` DISABLE KEYS */; INSERT INTO `searchtowords_b` VALUES (4,4,1,11951,1); /*!40000 ALTER TABLE `searchtowords_b` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_c` -- DROP TABLE IF EXISTS `searchtowords_c`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_c` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_c` -- LOCK TABLES `searchtowords_c` WRITE; /*!40000 ALTER TABLE `searchtowords_c` DISABLE KEYS */; INSERT INTO `searchtowords_c` VALUES (8,6,0,10000,4),(22,13,0,10000,5); /*!40000 ALTER TABLE `searchtowords_c` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_d` -- DROP TABLE IF EXISTS `searchtowords_d`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_d` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_d` -- LOCK TABLES `searchtowords_d` WRITE; /*!40000 ALTER TABLE `searchtowords_d` DISABLE KEYS */; INSERT INTO `searchtowords_d` VALUES (2,2,0,10000,2),(2,3,0,10000,3); /*!40000 ALTER TABLE `searchtowords_d` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_e` -- DROP TABLE IF EXISTS `searchtowords_e`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_e` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_e` -- LOCK TABLES `searchtowords_e` WRITE; /*!40000 ALTER TABLE `searchtowords_e` DISABLE KEYS */; INSERT INTO `searchtowords_e` VALUES (18,13,1,13807,1),(23,13,0,10000,6); /*!40000 ALTER TABLE `searchtowords_e` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_f` -- DROP TABLE IF EXISTS `searchtowords_f`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_f` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_f` -- LOCK TABLES `searchtowords_f` WRITE; /*!40000 ALTER TABLE `searchtowords_f` DISABLE KEYS */; INSERT INTO `searchtowords_f` VALUES (1,2,1,11951,1),(1,3,1,11951,2),(16,11,0,10000,2); /*!40000 ALTER TABLE `searchtowords_f` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_g` -- DROP TABLE IF EXISTS `searchtowords_g`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_g` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_g` -- LOCK TABLES `searchtowords_g` WRITE; /*!40000 ALTER TABLE `searchtowords_g` DISABLE KEYS */; INSERT INTO `searchtowords_g` VALUES (5,5,1,11951,1),(5,6,1,10000,2),(7,6,0,10000,3); /*!40000 ALTER TABLE `searchtowords_g` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_h` -- DROP TABLE IF EXISTS `searchtowords_h`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_h` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_h` -- LOCK TABLES `searchtowords_h` WRITE; /*!40000 ALTER TABLE `searchtowords_h` DISABLE KEYS */; INSERT INTO `searchtowords_h` VALUES (21,13,0,10000,4),(25,14,0,10000,2); /*!40000 ALTER TABLE `searchtowords_h` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_i` -- DROP TABLE IF EXISTS `searchtowords_i`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_i` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_i` -- LOCK TABLES `searchtowords_i` WRITE; /*!40000 ALTER TABLE `searchtowords_i` DISABLE KEYS */; INSERT INTO `searchtowords_i` VALUES (17,12,1,11951,1); /*!40000 ALTER TABLE `searchtowords_i` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_j` -- DROP TABLE IF EXISTS `searchtowords_j`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_j` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_j` -- LOCK TABLES `searchtowords_j` WRITE; /*!40000 ALTER TABLE `searchtowords_j` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_j` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_k` -- DROP TABLE IF EXISTS `searchtowords_k`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_k` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_k` -- LOCK TABLES `searchtowords_k` WRITE; /*!40000 ALTER TABLE `searchtowords_k` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_k` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_l` -- DROP TABLE IF EXISTS `searchtowords_l`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_l` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_l` -- LOCK TABLES `searchtowords_l` WRITE; /*!40000 ALTER TABLE `searchtowords_l` DISABLE KEYS */; INSERT INTO `searchtowords_l` VALUES (20,13,0,10000,3); /*!40000 ALTER TABLE `searchtowords_l` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_m` -- DROP TABLE IF EXISTS `searchtowords_m`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_m` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_m` -- LOCK TABLES `searchtowords_m` WRITE; /*!40000 ALTER TABLE `searchtowords_m` DISABLE KEYS */; INSERT INTO `searchtowords_m` VALUES (3,3,1,11951,1),(11,8,1,11951,2),(11,9,1,11951,2); /*!40000 ALTER TABLE `searchtowords_m` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_n` -- DROP TABLE IF EXISTS `searchtowords_n`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_n` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_n` -- LOCK TABLES `searchtowords_n` WRITE; /*!40000 ALTER TABLE `searchtowords_n` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_n` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_o` -- DROP TABLE IF EXISTS `searchtowords_o`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_o` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_o` -- LOCK TABLES `searchtowords_o` WRITE; /*!40000 ALTER TABLE `searchtowords_o` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_o` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_other` -- DROP TABLE IF EXISTS `searchtowords_other`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_other` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_other` -- LOCK TABLES `searchtowords_other` WRITE; /*!40000 ALTER TABLE `searchtowords_other` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_other` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_p` -- DROP TABLE IF EXISTS `searchtowords_p`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_p` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_p` -- LOCK TABLES `searchtowords_p` WRITE; /*!40000 ALTER TABLE `searchtowords_p` DISABLE KEYS */; INSERT INTO `searchtowords_p` VALUES (12,9,1,11951,1),(26,14,0,10000,3); /*!40000 ALTER TABLE `searchtowords_p` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_q` -- DROP TABLE IF EXISTS `searchtowords_q`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_q` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_q` -- LOCK TABLES `searchtowords_q` WRITE; /*!40000 ALTER TABLE `searchtowords_q` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_q` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_r` -- DROP TABLE IF EXISTS `searchtowords_r`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_r` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_r` -- LOCK TABLES `searchtowords_r` WRITE; /*!40000 ALTER TABLE `searchtowords_r` DISABLE KEYS */; INSERT INTO `searchtowords_r` VALUES (15,11,1,11951,1); /*!40000 ALTER TABLE `searchtowords_r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_s` -- DROP TABLE IF EXISTS `searchtowords_s`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_s` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_s` -- LOCK TABLES `searchtowords_s` WRITE; /*!40000 ALTER TABLE `searchtowords_s` DISABLE KEYS */; INSERT INTO `searchtowords_s` VALUES (9,7,1,11951,1),(19,13,0,10000,2); /*!40000 ALTER TABLE `searchtowords_s` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_t` -- DROP TABLE IF EXISTS `searchtowords_t`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_t` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_t` -- LOCK TABLES `searchtowords_t` WRITE; /*!40000 ALTER TABLE `searchtowords_t` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_t` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_u` -- DROP TABLE IF EXISTS `searchtowords_u`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_u` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_u` -- LOCK TABLES `searchtowords_u` WRITE; /*!40000 ALTER TABLE `searchtowords_u` DISABLE KEYS */; INSERT INTO `searchtowords_u` VALUES (6,6,1,11951,1),(14,10,0,10000,2); /*!40000 ALTER TABLE `searchtowords_u` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_v` -- DROP TABLE IF EXISTS `searchtowords_v`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_v` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_v` -- LOCK TABLES `searchtowords_v` WRITE; /*!40000 ALTER TABLE `searchtowords_v` DISABLE KEYS */; INSERT INTO `searchtowords_v` VALUES (10,8,1,11951,1); /*!40000 ALTER TABLE `searchtowords_v` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_w` -- DROP TABLE IF EXISTS `searchtowords_w`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_w` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_w` -- LOCK TABLES `searchtowords_w` WRITE; /*!40000 ALTER TABLE `searchtowords_w` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_w` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_x` -- DROP TABLE IF EXISTS `searchtowords_x`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_x` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_x` -- LOCK TABLES `searchtowords_x` WRITE; /*!40000 ALTER TABLE `searchtowords_x` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_x` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_y` -- DROP TABLE IF EXISTS `searchtowords_y`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_y` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_y` -- LOCK TABLES `searchtowords_y` WRITE; /*!40000 ALTER TABLE `searchtowords_y` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_y` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `searchtowords_z` -- DROP TABLE IF EXISTS `searchtowords_z`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `searchtowords_z` ( `wordid` int(11) NOT NULL, `nodeid` int(11) NOT NULL, `is_title` tinyint(1) NOT NULL default '0', `score` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`nodeid`), UNIQUE KEY `nodeid` (`nodeid`,`wordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `searchtowords_z` -- LOCK TABLES `searchtowords_z` WRITE; /*!40000 ALTER TABLE `searchtowords_z` DISABLE KEYS */; /*!40000 ALTER TABLE `searchtowords_z` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sentto` -- DROP TABLE IF EXISTS `sentto`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sentto` ( `nodeid` int(11) NOT NULL, `userid` int(11) NOT NULL, `folderid` int(11) NOT NULL, `deleted` smallint(6) NOT NULL default '0', `msgread` smallint(6) NOT NULL default '0', PRIMARY KEY (`nodeid`,`userid`,`folderid`), KEY `nodeid` (`nodeid`), KEY `userid` (`userid`), KEY `folderid` (`folderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sentto` -- LOCK TABLES `sentto` WRITE; /*!40000 ALTER TABLE `sentto` DISABLE KEYS */; /*!40000 ALTER TABLE `sentto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `session` -- DROP TABLE IF EXISTS `session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `session` ( `sessionhash` char(32) NOT NULL default '', `userid` int(10) unsigned NOT NULL default '0', `host` char(15) NOT NULL default '', `idhash` char(32) NOT NULL default '', `lastactivity` int(10) unsigned NOT NULL default '0', `location` char(255) NOT NULL default '', `useragent` char(100) NOT NULL default '', `styleid` smallint(5) unsigned NOT NULL default '0', `languageid` smallint(5) unsigned NOT NULL default '0', `loggedin` smallint(5) unsigned NOT NULL default '0', `inforum` smallint(5) unsigned NOT NULL default '0', `inthread` int(10) unsigned NOT NULL default '0', `incalendar` smallint(5) unsigned NOT NULL default '0', `badlocation` smallint(5) unsigned NOT NULL default '0', `bypass` tinyint(4) NOT NULL default '0', `profileupdate` smallint(5) unsigned NOT NULL default '0', `apiclientid` int(10) unsigned NOT NULL default '0', `apiaccesstoken` varchar(32) NOT NULL default '', `wol` char(255) NOT NULL default '', `pagekey` varchar(255) NOT NULL default '', `emailstamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`sessionhash`), KEY `last_activity` USING BTREE (`lastactivity`), KEY `user_activity` USING BTREE (`userid`,`lastactivity`), KEY `guest_lookup` (`idhash`,`host`,`userid`), KEY `apiaccesstoken` (`apiaccesstoken`), KEY `pagekey` (`pagekey`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `session` -- LOCK TABLES `session` WRITE; /*!40000 ALTER TABLE `session` DISABLE KEYS */; INSERT INTO `session` VALUES ('d0a2eef376483a4e7658e355834964c9',1,'67.235.238.250','d057d0905015afeb64db10dc54cc8983',1400005345,'/articles','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko',1,1,2,0,0,0,0,0,0,0,'','a:2:{s:6:\"action\";s:15:\"viewing_forum_x\";s:6:\"params\";a:2:{i:0;s:8:\"Articles\";i:1;s:35:\"http://www.wakullatalk.com/articles\";}}','channel43.28.14',0); /*!40000 ALTER TABLE `session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `setting` ( `varname` varchar(100) NOT NULL default '', `grouptitle` varchar(50) NOT NULL default '', `value` mediumtext, `defaultvalue` mediumtext, `optioncode` mediumtext, `displayorder` smallint(5) unsigned NOT NULL default '0', `advanced` smallint(6) NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', `datatype` enum('free','number','boolean','bitfield','username','integer','posint') NOT NULL default 'free', `product` varchar(25) NOT NULL default '', `validationcode` text, `blacklist` smallint(6) NOT NULL default '0', `ispublic` smallint(6) NOT NULL default '0', `adminperm` varchar(32) NOT NULL default '0', PRIMARY KEY (`varname`), KEY `ispublic` (`ispublic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; INSERT INTO `setting` VALUES ('templateversion','version','5.1.0','5.1.0','',1,0,1,'free','vbulletin','',0,1,''),('default_route_segment','version','content','content','',5,0,1,'free','vbulletin','',0,0,''),('subscriptionmethods','version','0','0','yesno',10,0,1,'boolean','vbulletin','',1,0,''),('attachfile','version','','','radio:piped\r\n0|no\r\n1|yes(,)userid/userid.attach\r\n2|yes(,)u/s/e/r/i/d/userid.attach',20,0,1,'free','vbulletin','',1,0,''),('attachpath','version','/path/to/your/attachment/directory','/path/to/your/attachment/directory','',30,0,1,'free','vbulletin','',1,0,''),('usefileavatar','version','','','yesno',40,0,1,'boolean','vbulletin','',1,0,''),('avatarpath','version','./customavatars','./customavatars','',50,0,1,'free','vbulletin','',1,0,''),('avatarurl','version','customavatars','customavatars','',60,0,1,'free','vbulletin','',1,0,''),('profilepicpath','version','./customprofilepics','./customprofilepics','',70,0,1,'free','vbulletin','',1,0,''),('profilepicurl','version','customprofilepics','customprofilepics','',80,0,1,'free','vbulletin','',1,0,''),('sigpicpath','version','./signaturepics','./signaturepics','',90,0,1,'free','vbulletin','',1,0,''),('sigpicurl','version','signaturepics','signaturepics','',100,0,1,'free','vbulletin','',1,0,''),('fulltextsearch','version','1','0','yesno',110,0,1,'boolean','vbulletin','',1,0,''),('searchimplementation','version','vBDBSearch_Core','vBDBSearch_Core','',110,0,1,'free','vbulletin','',0,0,''),('album_dataloc','version','db','db','radio:piped\r\ndb|DB\r\nfs|File System\r\nfs_directthumb|File System with Direct Thumbs',120,0,1,'free','vbulletin','',0,0,''),('album_picpath','version','','','',130,0,1,'free','vbulletin','',0,0,''),('album_thumbpath','version','','','',140,0,1,'free','vbulletin','',0,0,''),('album_thumburl','version','','','',150,0,1,'free','vbulletin','',0,0,''),('usefilegroupicon','version','0','0','yesno',160,0,1,'boolean','vbulletin','',1,0,''),('groupiconpath','version','./customgroupicons','./customgroupicons','',165,0,1,'free','vbulletin','',1,0,''),('groupiconurl','version','customgroupicons','customgroupicons','',170,0,1,'free','vbulletin','',1,0,''),('apikey','version','','','',180,0,1,'free','vbulletin','',1,0,''),('headeradnum','version','1','1','',20310,0,1,'posint','vbulletin','',0,1,''),('hv_type','versionsafe','Image','Image','radio:piped\r\n0|disabled\r\nImage|image_verification\r\nQuestion|question_verification\r\nRecaptcha|recaptcha',20,0,1,'free','vbulletin','',0,0,''),('hv_recaptcha_publickey','versionsafe','','','',22,0,1,'free','vbulletin','',0,0,''),('hv_recaptcha_privatekey','versionsafe','','','',24,0,1,'free','vbulletin','',0,0,''),('hv_recaptcha_theme','versionsafe','white','white','radio:piped\r\nred|recaptcha_red\r\nwhite|recaptcha_white\r\nblackglass|recaptcha_blackglass\r\nclean|recaptcha_clean',25,0,1,'free','vbulletin','',0,0,''),('regimagetype','versionsafe','GDttf','GD','<div class=\\\"smallfont\\\">\r\n <label for=\\\"rb_setting[regimagetype]GDttf_0\\\">\r\n <input type=\\\"radio\\\"\r\n name=\\\"setting[$setting[varname]]\\\"\r\n id=\\\"rb_setting[regimagetype]GDttf_0\\\"\r\n value=\\\"GDttf\\\"\r\n \" . ($setting[\'value\'] == \'GDttf\' ? \' checked=\"checked\"\' : \'\') . \"\r\n />GD<br />\r\n <img src=\\\"../image.php?hash=test&i=gd\\\" alt=\\\"GD\\\" width=\\\"201\\\" height=\\\"61\\\" border=\\\"0\\\" style=\\\"padding: 1px\\\" />\r\n </label>\r\n</div>\r\n\r\n\" . (!empty($vbulletin->options[\'magickpath\']) ? \"\r\n<div class=\\\"smallfont\\\" style=\\\"margin-top:1em\\\">\r\n <label for=\\\"rb_setting[regimagetype]Magick_0\\\">\r\n <input type=\\\"radio\\\"\r\n name=\\\"setting[$setting[varname]]\\\"\r\n id=\\\"rb_setting[regimagetype]Magick_0\\\"\r\n value=\\\"Magick\\\"\r\n \" . ($setting[\'value\'] == \'Magick\' ? \' checked=\"checked\"\' : \'\') . \"\r\n />ImageMagick<br />\r\n <img src=\\\"../image.php?hash=test&i=im\\\" alt=\\\"ImageMagick\\\" width=\\\"201\\\" height=\\\"61\\\" border=\\\"0\\\" style=\\\"padding: 1px\\\" />\r\n </label>\r\n</div>\r\n\" : \'\') . \"',29,0,1,'free','vbulletin','',0,0,''),('regimageoption','versionsafe','15','15','bitfield:nocache|regimageoptions',30,0,1,'bitfield','vbulletin','',0,0,''),('bbactive','onoff','1','1','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('bbclosedreason','onoff','<div class=\"forum-off restore\">Sorry, the board is unavailable at the moment while we are testing some functionality. We will be back soon...</div>','<div class=\"forum-off restore\">Sorry, the board is unavailable at the moment while we are testing some functionality. We will be back soon...</div>','textarea',20,0,1,'free','vbulletin','',0,1,''),('bbtitle','address','WakullaTalk','vBulletin Forums','',10,0,1,'free','vbulletin','',0,1,''),('frontendurl','address','http://www.wakullatalk.com','','',15,0,1,'free','vbulletin','return ($data AND preg_match(\'#^https?://.+[^/]$#i\', $data));',0,1,'canadminsettingsall'),('frontendurl_login','address','http://www.wakullatalk.com','','',20,0,1,'free','vbulletin','return ($data AND preg_match(\'#^https?://.+[^/]$#i\', $data));',0,1,'canadminsettingsall'),('bburl','address','http://www.wakullatalk.com/core','http://www.example.com/forums','',25,0,1,'free','vbulletin','return ($data AND preg_match(\'#^https?://.+[^/]$#i\', $data));',0,1,'canadminsettingsall'),('bburl_basepath','address','1','1','yesno',30,0,1,'boolean','vbulletin','',0,0,'canadminsettingsall'),('redirect_whitelist','address','','','textarea',35,0,1,'free','vbulletin','',0,1,'canadminsettingsall'),('redirect_whitelist_disable','address','0','0','yesno',40,0,1,'boolean','vbulletin','',0,1,'canadminsettingsall'),('contactustype','address','1','1','yesno',45,0,1,'boolean','vbulletin','',0,0,''),('contactusoptions','address','Site Feedback\r\nRegistration Problem','Site Feedback\r\nRegistration Problem','textarea',50,0,1,'free','vbulletin','',0,0,''),('contactusother','address','1','1','yesno',55,0,1,'boolean','vbulletin','',0,0,''),('webmasteremail','address','webmaster@wakullatalk.com','webmaster@example.com','',60,0,1,'free','vbulletin','',0,1,''),('contactusemail','address','','','',65,0,1,'free','vbulletin','',0,0,''),('privacyurl','address','','','',70,0,1,'free','vbulletin','',0,1,''),('copyrighttext','address','','','',80,0,1,'free','vbulletin','',0,1,''),('companyname','address','','','',90,0,1,'free','vbulletin','',0,1,''),('faxnumber','address','','','',100,0,1,'free','vbulletin','',0,1,''),('address','address','','','',110,0,1,'free','vbulletin','',0,1,''),('enableaccess','general','1','1','yesno',60,0,1,'boolean','vbulletin','',0,0,'canadminsettingsall'),('addtemplatename','general','','','yesno',300,0,1,'boolean','vbulletin','',0,1,'canadminsettingsall'),('usestrikesystem','general','1','1','yesno',310,0,1,'boolean','vbulletin','',0,0,''),('allowedreferrers','general','','','textarea',330,0,1,'free','vbulletin','',0,0,''),('threadmarking','general','2','2','radio:piped\r\n0|inactivity_cookie_based\r\n1|database_no_automatic_forum_marking\r\n2|database_automatic_forum_marking',340,0,1,'free','vbulletin','',0,1,''),('markinglimit','general','10','10','',350,0,1,'number','vbulletin','',0,1,''),('enable_inlinemod_auth','general','1','1','yesno',370,0,1,'boolean','vbulletin','',0,0,''),('disable_php_rendering','general','','','yesno',380,0,1,'boolean','vbulletin','',0,1,''),('pagenavpages','general','3','3','',390,0,1,'number','vbulletin','',0,0,''),('pagenavs','general','10 50 100 500 1000','10 50 100 500 1000','',400,0,1,'free','vbulletin','',0,0,''),('enablefacebookconnect','facebook','0','0','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('facebookappid','facebook','','','input:32',20,0,1,'free','vbulletin','',0,1,''),('facebooksecret','facebook','','','input:32',30,0,1,'free','vbulletin','',0,0,''),('facebookusergroupid','facebook','','','usergroupextra\r\n0|none',40,0,1,'number','vbulletin','',0,0,''),('facebookautoregister','facebook','0','0','yesno',60,0,1,'boolean','vbulletin','',0,1,''),('facebookfeedimageurl','facebook','','','input:64',65,0,1,'free','vbulletin','',0,0,''),('fbfeednewthread','facebook','0','0','yesno',70,0,1,'boolean','vbulletin','',0,1,''),('fbfeedpostreply','facebook','0','0','yesno',80,0,1,'boolean','vbulletin','',0,1,''),('fbfeedblogentry','facebook','0','0','yesno',90,0,1,'boolean','vbulletin','',0,1,''),('fbfeedblogcomment','facebook','0','0','yesno',100,0,1,'boolean','vbulletin','',0,1,''),('fbfeednewarticle','facebook','0','0','yesno',110,0,1,'boolean','vbulletin','',0,1,''),('fbfeedarticlecomment','facebook','0','0','yesno',120,0,1,'boolean','vbulletin','',0,1,''),('facebooklikethreads','facebook','0','0','yesno',130,0,1,'boolean','vbulletin','',0,1,''),('facebooklikeblogentries','facebook','0','0','yesno',140,0,1,'boolean','vbulletin','',0,1,''),('facebooklikecmsarticles','facebook','0','0','yesno',150,0,1,'boolean','vbulletin','',0,1,''),('fb_userfield_biography','facebook','field1','field1','profilefield:editablegt=0;types=input,textarea\r\n0|do_not_import',160,0,1,'free','vbulletin','if(preg_match(\'#^(?:field\\d+|0)$#\', $data))\r\n{\r\n return true;\r\n}\r\nelse\r\n{\r\n $error = \'invalid_value\';\r\n return false;\r\n}',0,1,''),('fb_userfield_location','facebook','field2','field2','profilefield:editablegt=0;types=input,textarea\r\n0|do_not_import',170,0,1,'free','vbulletin','if(preg_match(\'#^(?:field\\d+|0)$#\', $data))\r\n{\r\n return true;\r\n}\r\nelse\r\n{\r\n $error = \'invalid_value\';\r\n return false;\r\n}',0,1,''),('fb_userfield_interests','facebook','field3','field3','profilefield:editablegt=0;types=input,textarea\r\n0|do_not_import',180,0,1,'free','vbulletin','if(preg_match(\'#^(?:field\\d+|0)$#\', $data))\r\n{\r\n return true;\r\n}\r\nelse\r\n{\r\n $error = \'invalid_value\';\r\n return false;\r\n}',0,1,''),('fb_userfield_occupation','facebook','field4','field4','profilefield:editablegt=0;types=input,textarea\r\n0|do_not_import',190,0,1,'free','vbulletin','if(preg_match(\'#^(?:field\\d+|0)$#\', $data))\r\n{\r\n return true;\r\n}\r\nelse\r\n{\r\n $error = \'invalid_value\';\r\n return false;\r\n}',0,1,''),('imagetype','imagesettings','GD','GD','radio:piped\r\n0|none\r\nGD|GD\r\nMagick|ImageMagick 6',15,0,1,'free','vbulletin','',0,0,''),('magickpath','imagesettings','','','',40,0,1,'free','vbulletin','',0,0,''),('hvcheck','humanverification','27','27','bitfield:misc|hvcheck',300,0,1,'bitfield','vbulletin','',0,1,''),('yestoday','datetime','1','1','radio:piped\r\n0|normal_gcpoption\r\n1|yesterday_today\r\n2|detailed_gcpoption',10,0,1,'number','vbulletin','',0,1,''),('timeoffset','datetime','','','select:eval\r\n$options = fetch_timezones_array();',20,0,1,'number','vbulletin','',0,1,''),('dstonoff','datetime','','','yesno',25,0,1,'boolean','vbulletin','',0,1,''),('dateformat','datetime','m-d-Y','m-d-Y','',30,0,1,'free','vbulletin','',0,1,''),('timeformat','datetime','h:i A','h:i A','',40,0,1,'free','vbulletin','',0,1,''),('registereddateformat','datetime','M Y','M Y','',50,0,1,'free','vbulletin','',0,1,''),('calformat1','datetime','F j, Y','F j, Y','',60,0,1,'free','vbulletin','',0,1,''),('calformat2','datetime','F j','F j','',70,0,1,'free','vbulletin','',0,1,''),('logdateformat','datetime','H:i, jS M Y','H:i, jS M Y','',80,0,1,'free','vbulletin','',0,0,''),('cookietimeout','http','900','900','',10,0,1,'integer','vbulletin','return ($data >= 60);',0,0,''),('cookiepath','http','/','/','cookiepath',20,0,1,'free','vbulletin','',1,1,''),('cookiedomain','http','','','cookiedomain',30,0,1,'free','vbulletin','',1,1,''),('gzipoutput','http','1','1','yesno',100,0,1,'boolean','vbulletin','',0,0,''),('gziplevel','http','1','1','',110,0,1,'number','vbulletin','',0,0,''),('addheaders','http','','','yesno',200,0,1,'boolean','vbulletin','',0,0,''),('nocacheheaders','http','','','yesno',220,0,1,'boolean','vbulletin','',0,1,''),('cachemaxage','server','7','7','',30,0,1,'number','vbulletin','',0,0,''),('attachmentviewslive','server','','','yesno',41,0,1,'boolean','vbulletin','',0,0,''),('loadlimit','server','0','0','',110,0,1,'number','vbulletin','',0,0,''),('recheckfrequency','server','60','60','',115,0,1,'posint','vbulletin','',0,0,''),('safeupload','server','','','yesno',210,0,1,'boolean','vbulletin','',0,0,''),('tmppath','server','/tmp','/tmp','',220,0,1,'free','vbulletin','',0,0,''),('copypostindex','server','1','1','yesno',250,0,1,'boolean','vbulletin','',0,0,''),('ipcheck','server','1','1','select:piped\r\n0|255.255.255.255\r\n1|255.255.255.0\r\n2|255.255.0.0',260,0,1,'number','vbulletin','',0,0,''),('remotejquery','server','1','1','select:piped\r\n0|none\r\n1|Google\r\n2|jQuery\r\n3|Microsoft',277,0,1,'integer','vbulletin','',0,1,''),('customjquery_path','server','','','',278,0,1,'free','vbulletin','',0,1,''),('nocache','server','0','0','yesno',280,0,1,'boolean','vbulletin','',0,0,''),('ajaxheader','server','2','2','select:piped\r\n0|always_send\r\n1|never_send\r\n2|send_if_iis',290,0,1,'integer','vbulletin','',0,0,''),('crontab','server','1','1','yesno',300,0,1,'boolean','vbulletin','',0,1,''),('cache_node_data','server','1','1','yesno',310,0,1,'boolean','vbulletin','',0,0,''),('useearlyflush','server','1','1','yesno',320,0,1,'boolean','vbulletin','',0,0,''),('guestcacheminutes','server','10','10','',330,0,1,'integer','vbulletin','',0,0,''),('cdnurl','server','','','',340,0,1,'free','vbulletin','',0,1,''),('languageid','stylelang','1','1','radio:eval\r\n$options = fetch_language_titles_array();',10,0,1,'number','vbulletin','',1,1,''),('styleid','stylelang','1','1','select:eval\r\n$options = fetch_style_title_options_array();',50,0,1,'number','vbulletin','',1,1,''),('allowchangestyles','stylelang','1','1','yesno',60,0,1,'boolean','vbulletin','',0,0,''),('cleargifurl','stylelang','clear.gif','clear.gif','',70,0,1,'free','vbulletin','',0,1,'cansetserverconfig'),('storecssasfile','stylelang','','','yesno',80,0,1,'boolean','vbulletin','',0,1,'cansetserverconfig'),('cssfilelocation','stylelang','','','',90,0,1,'free','vbulletin','return (empty($data) OR (is_string($data) AND (substr($data, 0, 1) == \'/\')));',0,1,'cansetserverconfig'),('legacypostbit','stylelang','1','1','yesno',100,0,1,'boolean','vbulletin','',0,0,''),('showimicons','stylelang','1','1','yesno',100,0,1,'boolean','vbulletin','',0,0,''),('skypeweb_gfx','stylelang','1','1','radio:piped\r\n0|no\r\n1|yes\r\n2|language_specific_skypeweb_graphics',110,0,1,'number','vbulletin','return in_array($data, array(0, 1, 2));',0,0,''),('searchenginereferrers','stylelang','.google.\r\n.live.\r\n.msn.\r\n.yahoo.','.google.\r\n.live.\r\n.msn.\r\n.yahoo.','textarea',120,0,1,'free','vbulletin','',0,0,''),('cache_templates_as_files','stylelang','0','0','yesno',130,0,1,'boolean','vbulletin','',0,1,'cansetserverconfig'),('template_cache_path','stylelang','cache/template','cache/template','',140,0,1,'free','vbulletin','',0,1,'cansetserverconfig'),('enablecensor','censor','1','1','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('censorchar','censor','*','*','',20,0,1,'free','vbulletin','',0,1,''),('censorwords','censor','','','textarea',30,0,1,'free','vbulletin','',0,1,''),('blankasciistrip','censor','160 173 u8205 u8204 u8237 u8238','160 173 u8205 u8204 u8237 u8238','',40,0,1,'free','vbulletin','',0,1,''),('enableemail','email','1','1','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('displayemails','email','1','1','yesno',20,0,1,'boolean','vbulletin','',0,0,''),('secureemail','email','1','1','yesno',30,0,1,'boolean','vbulletin','',0,0,''),('emailfloodtime','email','60','60','',40,0,1,'integer','vbulletin','',0,0,''),('usemailqueue','email','1','1','radio:piped\r\n0|no\r\n1|yes\r\n2|yes_with_locking',70,0,1,'number','vbulletin','',0,0,''),('emailsendnum','email','10','10','',80,0,1,'integer','vbulletin','',0,0,'cansetserverconfig'),('bounceemail','email','','','',85,0,1,'free','vbulletin','',0,0,''),('needfromemail','email','','','yesno',90,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('usebulkheader','email','0','0','yesno',95,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('utf8encode','email','0','0','yesno',97,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('use_smtp','email','','','yesno',100,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('smtp_host','email','','','',110,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('smtp_port','email','25','25','',120,0,1,'integer','vbulletin','',0,0,'cansetserverconfig'),('smtp_user','email','','','',130,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('smtp_pass','email','','','',140,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('smtp_tls','email','none','none','select:piped\r\nnone|none\r\nssl|SSL\r\ntls|TLS',150,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('extra_smtp_headers','email','','','',160,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('def_cms_previewlength','vbcms','500','500','',10,0,1,'posint','vbulletin','',0,1,''),('cmspreviewimagesize','vbcms','thumb','thumb','select:piped\r\nicon|icon_resize\r\nthumb|thumbnail_resize\r\nsmall|small_resize\r\nmedium|medium_resize\r\nlarge|large_resize',20,0,1,'free','vbulletin','return in_array($data, array(\'icon\', \'thumb\', \'small\', \'medium\', \'large\'), true);',0,1,''),('allowregistration','register','1','1','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('usecoppa','register','0','0','select:piped\r\n0|coppa_disabled\r\n1|coppa_enabled\r\n2|deny_under_13_registration',15,0,1,'number','vbulletin','',0,1,''),('checkcoppa','register','1','1','yesno',17,0,1,'number','vbulletin','',0,1,''),('regrequirepaidsub','register','','','yesno',18,0,1,'boolean','vbulletin','',0,1,''),('moderatenewmembers','register','','','yesno',20,0,1,'boolean','vbulletin','',0,1,''),('welcomemail','register','1','1','yesno',30,0,1,'boolean','vbulletin','',0,0,''),('welcomepm','register','','','username',35,0,1,'username','vbulletin','return ($data !== false);',0,0,''),('newuseremail','register','','','',40,0,1,'free','vbulletin','',0,0,''),('allowmultiregs','register','','','yesno',50,0,1,'boolean','vbulletin','',0,0,''),('verifyemail','register','','','yesno',60,0,1,'boolean','vbulletin','',0,1,''),('requireuniqueemail','register','1','1','yesno',70,0,1,'boolean','vbulletin','',0,0,''),('minuserlength','register','3','3','',80,0,1,'integer','vbulletin','',0,1,''),('maxuserlength','register','25','25','',90,0,1,'integer','vbulletin','',0,1,''),('illegalusernames','register','','','',100,0,1,'free','vbulletin','',0,0,''),('usernameregex','register','','','',105,0,1,'free','vbulletin','',0,1,''),('defaultregoptions','register','180847241','180847241','<fieldset>\r\n <legend>$vbphrase[yes] / $vbphrase[no]</legend>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_adminemail\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'adminemail\'] . \"\\\" id=\\\"cb_adminemail\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'adminemail\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[receive_admin_emails_guser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_invisible\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'invisiblemode\'] . \"\\\" id=\\\"cb_invisible\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'invisiblemode\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[invisible_mode_guser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_displayemail\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'receiveemail\'] . \"\\\" id=\\\"cb_displayemail\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'receiveemail\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_email_gcpuser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_receivepm\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'enablepm\'] . \"\\\" id=\\\"cb_receivepm\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'enablepm\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[receive_private_messages_guser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_emailonpm\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'emailonpm\'] . \"\\\" id=\\\"cb_emailonpm\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'emailonpm\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[send_notification_email_when_a_private_message_is_received_guser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_pmdefaultsavecopy\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'pmdefaultsavecopy\'] . \"\\\" id=\\\"cb_pmdefaultsavecopy\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'pmdefaultsavecopy\'] ? \'checked=\"checked\"\' : \'\') . \" />\" . construct_phrase($vbphrase[\'save_pm_copy_default\'], \"../private.php?folderid=-1\") . \"</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_vm_enable\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'vm_enable\'] . \"\\\" id=\\\"cb_vm_enable\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vm_enable\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[enable_visitor_messaging]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_vm_contactonly\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'vm_contactonly\'] . \"\\\" id=\\\"cb_vm_contactonly\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vm_contactonly\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[limit_vm_to_contacts_only]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_sig\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'signature\'] . \"\\\" id=\\\"cb_sig\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'signature\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_signatures_gcpuser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_avatar\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'avatar\'] . \"\\\" id=\\\"cb_avatar\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'avatar\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_avatars_gcpuser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_images\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'image\'] . \"\\\" id=\\\"cb_images\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'image\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_images_gcpuser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_reputation\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'showreputation\'] . \"\\\" id=\\\"cb_reputation\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'showreputation\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_reputation_gcpuser]</label>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <label for=\\\"cb_moderatefollowers\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . $vbulletin->bf_misc_regoptions[\'moderatefollowers\'] . \"\\\" id=\\\"cb_moderatefollowers\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'moderatefollowers\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[moderate_followers_gcpuser]</label>\r\n </div>\r\n</fieldset>\r\n<br />\r\n<fieldset>\r\n <legend>$vbphrase[options]</legend>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[auto_subscription_mode]<br />\r\n <select name=\\\"setting[$setting[varname]][]\\\" class=\\\"bginput\\\">\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'subscribe_none\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_none\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_none]</option>\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'subscribe_nonotify\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_nonotify\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_0]</option>\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'subscribe_instant\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_instant\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_1]</option>\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'subscribe_daily\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_daily\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_2]</option>\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'subscribe_weekly\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_weekly\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_3]</option>\r\n </select>\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[thread_display_mode]<br />\r\n <select name=\\\"setting[$setting[varname]][]\\\" class=\\\"bginput\\\">\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'thread_threaded\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_threaded\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[thread_view]</option>\r\n <option value=\\\"\" . $vbulletin->bf_misc_regoptions[\'thread_stream\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_stream\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[stream_view]</option>\r\n </select>\r\n </div>\r\n</fieldset>',130,0,1,'bitfield','vbulletin','',0,0,''),('usernamereusedelay','register','365','365','',140,0,1,'integer','vbulletin','',0,0,''),('uimessage','userinfraction','1','1','yesno',15,0,1,'number','vbulletin','',0,1,''),('rpforumid','userinfraction','0','0','select:eval\r\n$options = construct_forum_chooser_options(1);',20,0,1,'number','vbulletin','',0,0,''),('rpuserid','userinfraction','','','username',30,0,1,'username','vbulletin','return ($data !== false);',0,0,''),('rpemail','userinfraction','1','1','select:piped\r\n0|no_email\r\n1|email_moderators\r\n2|email_moderators_and_administrators',40,0,1,'number','vbulletin','',0,0,''),('reqbirthday','user','','','yesno',5,0,1,'boolean','vbulletin','',0,1,''),('ctMaxChars','user','25','25','',10,0,1,'integer','vbulletin','',0,1,''),('ctCensorWords','user','admin forum moderator vbulletin leader','admin forum moderator vbulletin leader','textarea',20,0,1,'free','vbulletin','',0,0,''),('ctCensorMod','user','1','1','yesno',30,0,1,'boolean','vbulletin','',0,0,''),('minifriends_amount','user','6','6','',30,0,1,'integer','vbulletin','',0,0,''),('friends_per_page','user','10','10','',40,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('profilelastpost','user','','','yesno',60,0,1,'boolean','vbulletin','',0,0,''),('softlinebreakchars','user','90','90','',110,0,1,'integer','vbulletin','',0,0,''),('ignoremods','user','','','yesno',300,0,1,'boolean','vbulletin','',0,0,''),('allow_signatures','user','1','1','yesno',310,0,1,'boolean','vbulletin','',0,1,''),('enable_profile_styling','user','1','1','yesno',320,0,1,'boolean','vbulletin','',0,1,''),('statusMaxChars','user','140','140','',330,0,1,'integer','vbulletin','',0,1,''),('usercss_allowed_fonts','profile_customization','arial|Arial, Helvetica, sans-serif\r\ntimes_new_roman|\'Times New Roman\', Times, serif\r\ncourier_new|\'Courier New\', Courier, monospace\r\ngeorgia|Georgia, \'Times New Roman\', Times, serif\r\nverdana|Verdana, Arial, Helvetica, sans-serif\r\ntahoma|Tahoma, Verdana, Arial, Helvetica, sans-serif\r\ngeneva|Geneva, Arial, Helvetica, sans-serif\r\ntrebuchet_ms|\'Trebuchet MS\', Arial, Helvetica, sans-serif\r\ncomic_sans_ms|\'Comic Sans MS\', Arial, Helvetica, sans-serif','arial|Arial, Helvetica, sans-serif\r\ntimes_new_roman|\'Times New Roman\', Times, serif\r\ncourier_new|\'Courier New\', Courier, monospace\r\ngeorgia|Georgia, \'Times New Roman\', Times, serif\r\nverdana|Verdana, Arial, Helvetica, sans-serif\r\ntahoma|Tahoma, Verdana, Arial, Helvetica, sans-serif\r\ngeneva|Geneva, Arial, Helvetica, sans-serif\r\ntrebuchet_ms|\'Trebuchet MS\', Arial, Helvetica, sans-serif\r\ncomic_sans_ms|\'Comic Sans MS\', Arial, Helvetica, sans-serif','textarea',10,0,1,'free','vbulletin','',0,0,''),('usercss_allowed_font_sizes','profile_customization','xx-small|xxsmall\r\nx-small|xsmall\r\nsmall|small\r\nmedium|medium\r\nlarge|large\r\nx-large|xlarge\r\nxx-large|xxlarge','xx-small|xxsmall\r\nx-small|xsmall\r\nsmall|small\r\nmedium|medium\r\nlarge|large\r\nx-large|xlarge\r\nxx-large|xxlarge','textarea',20,0,1,'free','vbulletin','',0,0,''),('usercss_allowed_border_widths','profile_customization','small|1px\r\nmedium|2px\r\nlarge|3px','small|1px\r\nmedium|2px\r\nlarge|3px','textarea',30,0,1,'free','vbulletin','',0,0,''),('usercss_allowed_padding','profile_customization','none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px','none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px','textarea',40,0,1,'free','vbulletin','',0,0,''),('albums_perpage','useralbum','10','10','',10,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('album_pictures_perpage','useralbum','25','25','',20,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('profile_album_amount','useralbum','2','2','',20,0,1,'integer','vbulletin','',0,0,''),('albums_pictures_moderation','useralbum','0','0','yesno',25,0,1,'boolean','vbulletin','',0,0,''),('album_captionpreviewlen','useralbum','150','150','',40,0,1,'integer','vbulletin','',0,0,''),('album_maxpicsperalbum','useralbum','60','60','',60,0,1,'integer','vbulletin','',0,0,''),('album_recentalbumdays','useralbum','7','7','',63,0,1,'number','vbulletin','',0,0,''),('pc_enabled','useralbum','1','1','yesno',65,0,1,'boolean','vbulletin','',0,0,''),('pc_moderation','useralbum','0','0','yesno',70,0,1,'boolean','vbulletin','',0,0,''),('pc_perpage','useralbum','10','10','',80,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('pc_maxperpage','useralbum','50','50','',90,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('pc_allowed_bbcode','useralbum','1091','1091','bitfield:nocache|allowedbbcodesfull',100,0,1,'bitfield','vbulletin','',0,0,''),('vm_maxperpage','visitor_message','50','50','',50,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('vm_moderation','visitor_message','','','yesno',60,0,1,'boolean','vbulletin','',0,0,''),('vm_allowed_bbcode','visitor_message','1091','1091','bitfield:nocache|allowedbbcodesfull',70,0,1,'bitfield','vbulletin','',0,0,''),('sg_name_maxchars','social_groups','100','100','',10,0,1,'integer','vbulletin','return ($data > 0 AND $data <= 255);',0,0,''),('social_moderation','social_groups','0','0','yesno',20,0,1,'boolean','vbulletin','',0,0,''),('sg_perpage','social_groups','10','10','',50,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('sg_maxperpage','social_groups','50','50','',60,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('gm_perpage','social_groups','10','10','',70,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('gm_maxperpage','social_groups','50','50','',80,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('sgd_maxperpage','social_groups','50','50','',90,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('sgd_perpage','social_groups','10','10','',90,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('sg_allow_join_to_view','social_groups','0','0','yesno',100,0,1,'boolean','vbulletin','',0,0,''),('groups_pictures_moderation','social_groups','0','0','yesno',110,0,1,'boolean','vbulletin','',0,0,''),('sg_allow_owner_mod_queue','social_groups','0','0','yesno',120,0,1,'boolean','vbulletin','',0,0,''),('sg_enable_owner_only_discussions','social_groups','0','0','yesno',130,0,1,'free','vbulletin','',0,0,''),('sg_allowed_bbcode','social_groups','1091','1091','bitfield:nocache|allowedbbcodesfull',140,0,1,'bitfield','vbulletin','',0,0,''),('sg_allow_delete_empty_group','social_groups','1','1','yesno',160,0,1,'integer','vbulletin','',0,0,''),('sg_enablesocialgroupicons','social_groups','1','1','yesno',190,0,1,'boolean','vbulletin','',1,0,''),('sg_newgroups_count','social_groups','15','15','',200,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('sg_category_cloud_size','social_groups','40','40','',210,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('avatarenabled','userpix','1','1','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('numavatarsperpage','userpix','10','10','',30,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('reputationdefault','reputation','10','10','',25,0,1,'number','vbulletin','',0,0,''),('reputationundefined','reputation','is off the scale','is off the scale','',27,0,1,'free','vbulletin','',0,0,''),('adminpower','reputation','10','10','',40,0,1,'number','vbulletin','',0,0,''),('rdpower','reputation','365','365','',70,0,1,'number','vbulletin','',0,0,''),('pcpower','reputation','1000','1000','',80,0,1,'number','vbulletin','',0,0,''),('kppower','reputation','100','100','',90,0,1,'number','vbulletin','',0,0,''),('minreputationpost','reputation','50','50','',100,0,1,'number','vbulletin','',0,0,''),('minreputationcount','reputation','10','10','',110,0,1,'number','vbulletin','',0,0,''),('enablebanning','banning','1','1','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('banip','banning','','','textarea',20,0,1,'free','vbulletin','',0,0,''),('banemail','banning','','','<textarea name=\\\"setting[banemail]\\\" rows=\\\"8\\\" cols=\\\"40\\\" dir=\\\"ltr\\\" class=\\\"bginput\\\" tabindex=\\\"1\\\" title=\\\"name="setting[banemail]"\\\" id=\\\"ta_banemail\\\">\" . $vbulletin->banemail . \"</textarea>\r\n<div class=\\\"smallfont\\\"><a href=\\\"#\\\" \" . (is_browser(\'ie\') ? \'style=\"zoom:1\"\' : \'\') . \" onclick=\\\"return resize_textarea(1, \'ta_banemail\')\\\">$vbphrase[increase_size]</a> <a href=\\\"#\\\" \" . (is_browser(\'ie\') ? \'style=\"zoom:1\"\' : \'\') . \" onclick=\\\"return resize_textarea(-1, \'ta_banemail\')\\\">$vbphrase[decrease_size]</a></div>',30,0,1,'free','vbulletin','',0,0,''),('aggressiveemailban','banning','0','0','yesno',31,0,1,'boolean','vbulletin','',0,0,''),('allowkeepbannedemail','banning','1','1','yesno',40,0,1,'boolean','vbulletin','',0,0,''),('globalignore','banning','','','',50,0,1,'free','vbulletin','return (preg_match(\'#^(\\d+ *)*$#\', $data) > 0);',0,0,''),('allowedbbcodes','bbcode','1023','1023','bitfield:nocache|allowedbbcodes',10,0,1,'bitfield','vbulletin','',0,0,''),('codemaxlines','bbcode','30','30','',20,0,1,'integer','vbulletin','',0,1,''),('allowbbcode','bbcode','1','1','yesno',120,0,1,'boolean','vbulletin','',0,0,''),('allowsmilies','bbcode','1','1','yesno',130,0,1,'boolean','vbulletin','',0,0,''),('allowbbimagecode','bbcode','','','yesno',140,0,1,'boolean','vbulletin','',0,0,''),('allowhtml','bbcode','','','yesno',150,0,1,'boolean','vbulletin','',0,0,''),('url_nofollow','bbcode','0','0','yesno',160,0,1,'boolean','vbulletin','',0,0,''),('url_nofollow_whitelist','bbcode','','','textarea',170,0,1,'free','vbulletin','',0,0,''),('bbcode_video_scrape','bbcode','3','3','',180,0,1,'integer','vbulletin','',0,0,''),('player_wmode','bbcode','opaque','opaque','select:piped\r\nwindow|window\r\ndirect|direct\r\nopaque|opaque\r\ntransparent|transparent\r\ngrp|gpu',190,0,1,'free','vbulletin','',0,1,''),('multiquote','posting','1','1','yesno',25,0,1,'free','vbulletin','',0,1,''),('mqlimit','posting','','','',26,0,1,'integer','vbulletin','',0,1,''),('postminchars','posting','10','10','',30,0,1,'integer','vbulletin','',0,1,''),('postmaxchars','posting','10000','10000','',31,0,1,'integer','vbulletin','',0,0,''),('titlemaxchars','posting','85','85','',32,0,1,'integer','vbulletin','return ($data > 0 AND $data < 251);',0,1,''),('commentminchars','posting','10','10','',33,0,1,'integer','vbulletin','',0,1,''),('commentmaxchars','posting','10000','10000','',34,0,1,'integer','vbulletin','',0,1,''),('ignorequotechars','posting','1','1','yesno',35,0,1,'boolean','vbulletin','',0,1,''),('maximages','posting','4','4','',50,0,1,'number','vbulletin','',0,1,''),('stopshouting','posting','3','3','',60,0,1,'integer','vbulletin','',0,0,''),('floodchecktime','posting','30','30','',90,0,1,'integer','vbulletin','',0,0,''),('editthreadtitlelimit','posting','5','5','',210,0,1,'number','vbulletin','',0,0,''),('noeditedbytime','posting','2','2','',230,0,1,'number','vbulletin','',0,0,''),('logip','posting','1','1','select:piped\r\n0|do_not_log_ip\r\n1|display_but_require_admin_or_mod\r\n2|display_publicly',240,0,1,'number','vbulletin','',0,0,''),('postedithistory','posting','1','1','yesno',260,0,1,'boolean','vbulletin','',0,1,''),('postcommentthreads','posting','1','1','yesno',270,0,1,'boolean','vbulletin','',0,0,''),('autosave','posting','60','60','',280,0,1,'number','vbulletin','',0,1,''),('wysiwyg_smtotal','postiface','15','15','',110,0,1,'integer','vbulletin','',0,1,''),('attachtotalspace','attachment','0','0','',10,0,1,'number','vbulletin','',0,0,''),('attachboxcount','attachment','1','1','select:piped\r\n0|0\r\n1|1\r\n2|2\r\n3|3\r\n4|4\r\n5|5\r\n6|6\r\n7|7\r\n8|8\r\n9|9\r\n10|10',23,0,1,'integer','vbulletin','',0,0,''),('attachurlcount','attachment','1','1','select:piped\r\n0|0\r\n1|1\r\n2|2\r\n3|3\r\n4|4\r\n5|5\r\n6|6\r\n7|7\r\n8|8\r\n9|9\r\n10|10',24,0,1,'integer','vbulletin','',0,0,''),('allowattachdel','attachment','1','1','yesno',25,0,1,'boolean','vbulletin','',0,0,''),('allowclosedattachdel','attachment','','','yesno',27,0,1,'boolean','vbulletin','',0,0,''),('allowduplicates','attachment','1','1','yesno',30,0,1,'boolean','vbulletin','',0,0,''),('attachresize','attachment','1','1','yesno',35,0,1,'number','vbulletin','',0,0,''),('viewattachedimages','attachment','1','1','select:piped\r\n0|no\r\n1|yes_thumbnails\r\n3|yes_full_image\r\n2|only_one_per_post',40,0,1,'number','vbulletin','',0,0,''),('attachthumbs','attachment','1','1','select:piped\r\n0|no\r\n1|yes\r\n2|yes_with_border\r\n3|yes_with_dimensions\r\n4|yes_with_border_and_dimensions',50,0,1,'number','vbulletin','',0,0,''),('thumbquality','attachment','75','75','select:piped\r\n65|65\r\n75|75\r\n85|85\r\n95|95',65,0,1,'integer','vbulletin','',0,0,''),('attachrow','attachment','5','5','',70,0,1,'integer','vbulletin','',0,0,''),('thumbcolor','attachment','#000000','#000000','',80,0,1,'free','vbulletin','return (preg_match(\'~^#([0-9A-F]{6})$~i\', $data) > 0);',0,0,''),('lightboxenabled','attachment','1','1','select:piped\r\n0|no\r\n1|yes_click\r\n2|yes_hover\r\n3|yes_click_or_hover',90,0,1,'number','vbulletin','',0,0,''),('vbasset_enable','attachment','1','1','select:piped\r\n0|no\r\n1|yes_flash_upload\r\n2|yes_ajax_upload',95,0,1,'number','vbulletin','',0,0,''),('vbasset_perpage','attachment','20','20','',100,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('advimagepopup_enable','attachment','1','1','yesno',110,0,1,'boolean','vbulletin','',0,0,''),('attachresizes','attachment','a:5:{s:4:\"icon\";i:32;s:5:\"thumb\";i:121;s:5:\"small\";i:204;s:6:\"medium\";i:330;s:5:\"large\";i:0;}','a:5:{s:4:\"icon\";i:32;s:5:\"thumb\";i:121;s:5:\"small\";i:204;s:6:\"medium\";i:330;s:5:\"large\";i:0;}','<!--\" . ($setting[\'value\'] = unserialize($setting[\'value\'])) . \"-->\r\n<input type=\\\"hidden\\\" name=\\\"setting[attachresizes]\\\" value=\\\"1\\\" />\r\n<fieldset>\r\n <legend>$vbphrase[options]</legend>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[icon_resize]<br />\r\n <input type=\\\"text\\\" name=\\\"attachresizes[icon]\\\" value=\\\"\" . $setting[\'value\'][\'icon\'] . \"\\\" size=\\\"10\\\" class=\\\"bginput\\\" />\r\n \" . construct_link_code($vbphrase[\'rebuild\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=icon\") . \"\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[thumbnail_resize]<br />\r\n <input type=\\\"text\\\" name=\\\"attachresizes[thumb]\\\" value=\\\"\" . $setting[\'value\'][\'thumb\'] . \"\\\" size=\\\"10\\\" class=\\\"bginput\\\" />\r\n \" . construct_link_code($vbphrase[\'rebuild\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=thumb\") . \"\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[small_resize]<br />\r\n <input type=\\\"text\\\" name=\\\"attachresizes[small]\\\" value=\\\"\" . $setting[\'value\'][\'small\'] . \"\\\" size=\\\"10\\\" class=\\\"bginput\\\" />\r\n \" . construct_link_code($vbphrase[\'rebuild\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=small\") . \"\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[medium_resize]<br />\r\n <input type=\\\"text\\\" name=\\\"attachresizes[medium]\\\" value=\\\"\" . $setting[\'value\'][\'medium\'] . \"\\\" size=\\\"10\\\" class=\\\"bginput\\\" />\r\n \" . construct_link_code($vbphrase[\'rebuild\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=medium\") . \"\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n $vbphrase[large_resize]<br />\r\n <input type=\\\"text\\\" name=\\\"attachresizes[large]\\\" value=\\\"\" . $setting[\'value\'][\'large\'] . \"\\\" size=\\\"10\\\" class=\\\"bginput\\\" />\r\n \" . construct_link_code($vbphrase[\'rebuild\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=large\") . \"\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:6px\\\">\r\n \" . construct_link_code($vbphrase[\'rebuild_all_attachments\'], \"attachment.php\" . vB::getCurrentSession()->get(\'sessionurl\') . \"&do=rebuild&type=all\") . \"\r\n </div>\r\n\r\n</fieldset>',120,0,1,'free','vbulletin','',0,1,''),('maxpolloptions','poll','10','10','',10,0,1,'integer','vbulletin','',0,1,''),('maxpolllength','poll','100','100','',15,0,1,'integer','vbulletin','',0,1,''),('updatelastpost','poll','','','yesno',20,0,1,'boolean','vbulletin','',0,0,''),('showvotes','poll','1','1','',100,0,1,'integer','vbulletin','return (intval($data) > 0);',0,0,''),('votechange','poll','','','yesno',110,0,1,'boolean','vbulletin','',0,0,''),('enablesearches','search','1','1','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('searchqueueupdates','search','','','yesno',15,0,1,'boolean','vbulletin','',0,0,''),('searchfloodtime','search','0','0','',20,0,1,'integer','vbulletin','',0,0,''),('maxresults','search','500','500','',40,0,1,'integer','vbulletin','',0,0,''),('minsearchlength','search','4','4','',50,0,1,'integer','vbulletin','',0,0,''),('maxsearchlength','search','20','20','',60,0,1,'integer','vbulletin','',0,0,''),('badwords','search','','','textarea',120,0,1,'free','vbulletin','',0,0,''),('goodwords','search_default','vb vbb php sql','vb vbb php sql','textarea',45,0,1,'free','vbulletin','',0,0,''),('multimatchscore','searchfunc','15','15','',100,0,1,'number','vbulletin','',0,0,''),('datescore','searchfunc','15','15','',175,0,1,'number','vbulletin','',0,0,''),('threadtitlescore','searchfunc','5','5','',200,0,1,'number','vbulletin','',0,0,''),('posttitlescore','searchfunc','5','5','',210,0,1,'number','vbulletin','',0,0,''),('replyscore','searchfunc','0.10','0.10','',220,0,1,'number','vbulletin','',0,0,''),('replyfunc','searchfunc','none','none','',225,0,1,'free','vbulletin','',0,0,''),('viewscore','searchfunc','0.01','0.01','',230,0,1,'number','vbulletin','',0,0,''),('viewfunc','searchfunc','none','none','',235,0,1,'free','vbulletin','',0,0,''),('ratescore','searchfunc','0.5','0.5','',240,0,1,'number','vbulletin','',0,0,''),('ratefunc','searchfunc','none','none','',245,0,1,'free','vbulletin','',0,0,''),('threadtagging','tagging','1','1','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('tagminlen','tagging','3','3','',20,0,1,'integer','vbulletin','',0,1,''),('tagmaxlen','tagging','25','25','',30,0,1,'integer','vbulletin','',0,1,''),('tagbadwords','tagging','','','textarea',31,0,1,'free','vbulletin','',0,0,''),('taggoodwords','tagging','','','textarea',32,0,1,'free','vbulletin','',0,0,''),('tagdelimiter','tagging','','','',35,0,1,'free','vbulletin','',0,0,''),('tagforcelower','tagging','1','1','yesno',50,0,1,'boolean','vbulletin','',0,1,''),('tagcloud_tags','tagging','70','70','',400,0,1,'integer','vbulletin','',0,0,''),('tagcloud_levels','tagging','5','5','',410,0,1,'integer','vbulletin','',0,0,''),('tagcloud_cachetime','tagging','30','30','',420,0,1,'integer','vbulletin','',0,0,''),('tagcloud_usagehistory','tagging','365','365','',425,0,1,'integer','vbulletin','',0,0,''),('tagcloud_usergroup','tagging','2','2','usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check',427,0,1,'integer','vbulletin','',0,0,''),('tagcloud_searchcloud','tagging','1','1','yesno',440,0,1,'boolean','vbulletin','',0,0,''),('tagcloud_searchhistory','tagging','30','30','',450,0,1,'integer','vbulletin','',0,0,''),('showforumdescription','forumlist','1','1','yesno',25,0,1,'boolean','vbulletin','',0,0,''),('showprivateforums','forumlist','0','0','select:piped\r\n0|no\r\n1|yes_hide_post_counts_gcpoption\r\n2|yes_display_post_counts_gcpoption',30,0,1,'free','vbulletin','',0,0,''),('lastthreadchars','forumlist','30','30','',50,0,1,'integer','vbulletin','',0,1,''),('showmoderatorcolumn','forumlist','','','yesno',70,0,1,'boolean','vbulletin','',0,0,''),('showprefixlastpost','forumlist','2','2','radio:piped\r\n0|no\r\n1|yes_plain_text_version\r\n2|yes_rich_text_version',80,0,1,'number','vbulletin','',0,0,''),('showstickies','forumdisplay','0','0','yesno',30,0,1,'boolean','vbulletin','',0,1,''),('showdots','forumdisplay','1','1','yesno',70,0,1,'boolean','vbulletin','',0,0,''),('linktopages','forumdisplay','1','1','yesno',200,0,1,'boolean','vbulletin','',0,0,''),('maxmultipage','forumdisplay','3','3','',210,0,1,'integer','vbulletin','',0,0,''),('threadpreview','forumdisplay','150','150','',220,0,1,'integer','vbulletin','',0,1,''),('channeltreelife','forumdisplay','1','1','',230,0,1,'integer','vbulletin','',0,0,''),('usermaxposts','showthread','5,10,20,30,40','5,10,20,30,40','',30,0,1,'free','vbulletin','',0,0,''),('showdeficon','showthread','','','',50,0,1,'free','vbulletin','',0,0,''),('wordwrap','showthread','50','50','',60,0,1,'integer','vbulletin','',0,0,''),('threadvoted','showthread','','','yesno',230,0,1,'boolean','vbulletin','',0,0,''),('threadsubscribed','showthread','1','1','yesno',240,0,1,'boolean','vbulletin','',0,0,''),('postelements','showthread','0','0','bitfield:nocache|postelements',300,0,1,'bitfield','vbulletin','',0,0,''),('nextprevlinks','showthread','0','0','yesno',320,0,1,'boolean','vbulletin','',0,0,''),('showsignaturesinline','showthread','0','0','yesno',330,0,1,'boolean','vbulletin','',0,1,''),('schemaenabled','showthread','1','1','yesno',350,0,1,'boolean','vbulletin','',0,1,''),('previewLength','showthread','200','200','',360,0,1,'posint','vbulletin','',0,0,''),('enablepms','pm','1','1','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('checknewpm','pm','1','1','yesno',20,0,1,'boolean','vbulletin','',0,1,''),('pmfloodtime','pm','60','60','',50,0,1,'number','vbulletin','',0,0,''),('pmthrottleperiod','pm','0','0','',51,0,1,'integer','vbulletin','return ($raw_data >= 0);',0,0,''),('pmmaxperpage','pm','100','100','',56,0,1,'posint','vbulletin','return (intval($raw_data) > 0);',0,0,''),('privallowicons','pm','1','1','yesno',100,0,1,'boolean','vbulletin','',0,0,''),('privallowbbcode','pm','1','1','yesno',110,0,1,'boolean','vbulletin','',0,0,''),('privallowsmilies','pm','1','1','yesno',120,0,1,'boolean','vbulletin','',0,0,''),('privallowbbimagecode','pm','1','1','yesno',130,0,1,'boolean','vbulletin','',0,0,''),('privallowhtml','pm','','','yesno',140,0,1,'boolean','vbulletin','',0,0,''),('cpstylefolder','admincp','vBulletin_5_Default','vBulletin_5_Default','cpstylefolder',10,0,1,'free','vbulletin','',0,0,''),('cpstyleimageext','admincp','png','png','select:piped\r\npng|PNG\r\ngif|GIF',15,0,1,'free','vbulletin','',0,0,'cansetserverconfig'),('timeoutcontrolpanel','admincp','','','yesno',20,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('adminquickstats','admincp','','','yesno',30,0,1,'boolean','vbulletin','',0,0,'cansetserverconfig'),('cp_collapse_forums','admincp','','','radio:piped\r\n0|default\r\n1|collapsible\r\n2|single',40,0,1,'number','vbulletin','',0,0,''),('cp_usereditcolumns','admincp','2','2','radio:piped\r\n1|1\r\n2|2',50,0,1,'number','vbulletin','',0,0,''),('externaljs','external','','','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('externalrss','external','','','yesno',20,0,1,'boolean','vbulletin','',0,1,''),('externalxml','external','','','yesno',30,0,1,'boolean','vbulletin','',0,0,''),('externalcutoff','external','30','30','input:5',40,0,1,'number','vbulletin','',0,0,''),('externalcache','external','60','60','input:5',50,0,1,'number','vbulletin','return ($data > 0 AND $data <= 1440);',0,0,''),('externalcount','external','15','15','',60,0,1,'integer','vbulletin','',0,0,''),('errorlogdatabase','errorhandling','','','',10,0,1,'free','vbulletin','',0,0,''),('errorlogsecurity','errorhandling','','','',20,0,1,'free','vbulletin','',0,0,''),('errorlogphp','errorhandling','','','',30,0,1,'free','vbulletin','',0,0,''),('errorlogemail','errorhandling','','','',35,0,1,'free','vbulletin','',0,0,''),('errorlogmaxsize','errorhandling','1048576','1048576','',40,0,1,'number','vbulletin','',0,0,''),('disableerroremail','errorhandling','','','yesno',50,0,1,'boolean','vbulletin','',0,0,''),('enablehooks','plugin','0','0','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('paymentemail','paidsubs','','','',10,0,1,'free','vbulletin','',0,0,''),('vb_antispam_type','spam_management','0','0','yesno',5,0,1,'number','vbulletin','',0,1,''),('vb_antispam_key','spam_management','','','',10,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_key','spam_management','','','',30,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_unavailable','spam_management','1','1','yesno',31,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_ip','spam_management','0','0','yesno',35,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_iplist','spam_management','','','textarea',36,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_email','spam_management','0','0','yesno',40,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_emaillist','spam_management','','','textarea',41,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_username','spam_management','0','0','yesno',45,0,1,'free','vbulletin','',0,0,''),('vb_antispam_sfs_days','spam_management','30','30','',50,0,1,'integer','vbulletin','',0,0,''),('vb_antispam_sfs_confidence','spam_management','25','25','',60,0,1,'integer','vbulletin','',0,0,''),('vb_antispam_badwords','spam_management','','','textarea',70,0,1,'free','vbulletin','',0,0,''),('vb_antispam_maxurl','spam_management','9999','9999','',80,0,1,'number','vbulletin','',0,0,''),('sitemap_cron_enable','sitemap','0','0','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('sitemap_cron_frequency','sitemap','14','14','',15,0,1,'integer','vbulletin','',0,0,''),('sitemap_priority','sitemap','0.5','0.5','<select name=\\\"setting[$setting[varname]]\\\" id=\\\"sel_setting_$setting[varname]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n <option value=\\\"0.0\\\" \" . ($setting[\'value\'] == \'0.0\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.0\', 1) . \"</option>\r\n <option value=\\\"0.1\\\" \" . ($setting[\'value\'] == \'0.1\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.1\', 1) . \"</option>\r\n <option value=\\\"0.2\\\" \" . ($setting[\'value\'] == \'0.2\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.2\', 1) . \"</option>\r\n <option value=\\\"0.3\\\" \" . ($setting[\'value\'] == \'0.3\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.3\', 1) . \"</option>\r\n <option value=\\\"0.4\\\" \" . ($setting[\'value\'] == \'0.4\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.4\', 1) . \"</option>\r\n <option value=\\\"0.5\\\" \" . ($setting[\'value\'] == \'0.5\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.5\', 1) . \"</option>\r\n <option value=\\\"0.6\\\" \" . ($setting[\'value\'] == \'0.6\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.6\', 1) . \"</option>\r\n <option value=\\\"0.7\\\" \" . ($setting[\'value\'] == \'0.7\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.7\', 1) . \"</option>\r\n <option value=\\\"0.8\\\" \" . ($setting[\'value\'] == \'0.8\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.8\', 1) . \"</option>\r\n <option value=\\\"0.9\\\" \" . ($setting[\'value\'] == \'0.9\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'0.9\', 1) . \"</option>\r\n <option value=\\\"1.0\\\" \" . ($setting[\'value\'] == \'1.0\' ? \'selected=\"selected\"\' : \'\') . \">\" . vb_number_format(\'1.0\', 1) . \"</option>\r\n</select>',20,0,1,'number','vbulletin','',0,0,''),('sitemap_se_submit','sitemap','31','31','bitfield:nocache|sitemap_se_submit',30,0,1,'bitfield','vbulletin','',0,0,''),('sitemap_path','sitemap','./store_sitemap','./store_sitemap','',110,0,1,'free','vbulletin','return (!$data OR is_writable($data));',1,0,''),('sitemap_url_perpage','sitemap','30000','30000','',130,0,1,'posint','vbulletin','',0,0,''),('enableapi','api','0','0','yesno',10,0,1,'boolean','vbulletin','',0,0,''),('enableapilog','api','0','0','yesno',20,0,1,'boolean','vbulletin','',0,0,'canadminsettingsall'),('apilogpostparam','api','0','0','yesno',30,0,1,'boolean','vbulletin','',0,0,'canadminsettingsall'),('mobilehomemaxitems','api','10','10','',40,0,1,'integer','vbulletin','',0,0,''),('mobilehomethreaddatecut','api','30','30','',50,0,1,'integer','vbulletin','',0,0,''),('mobilehomethreadforumids','api','','','',55,0,1,'free','vbulletin','',0,0,''),('mobilehomeblogdatecut','api','60','60','',60,0,1,'integer','vbulletin','',0,0,''),('mobilehomeblogcatids','api','','','',63,0,1,'free','vbulletin','',0,0,''),('mobilehomebloguserids','api','','','',67,0,1,'free','vbulletin','',0,0,''),('mobilehomearticledatecut','api','60','60','',70,0,1,'integer','vbulletin','',0,0,''),('mobilehomearticlecatids','api','','','',80,0,1,'free','vbulletin','',0,0,''),('mobilehomearticlesectionids','api','','','',90,0,1,'free','vbulletin','',0,0,''),('blog_pagetemplate','blog','','','select:eval\r\n$options = vB_Page::getBlogPageTemplates();',20,0,1,'number','vbulletin','',0,0,''),('max_age_channel','activity_stream','60','60','',10,0,1,'integer','vbulletin','',0,1,''),('max_age_topic','activity_stream','60','60','',20,0,1,'integer','vbulletin','',0,1,''),('ga_enabled','googleanalytics','','','yesno',10,0,1,'boolean','vbulletin','',0,1,''),('ga_code','googleanalytics','','','textarea',20,0,1,'free','vbulletin','',0,1,''); /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settinggroup` -- DROP TABLE IF EXISTS `settinggroup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settinggroup` ( `grouptitle` char(50) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', `product` varchar(25) NOT NULL default '', `adminperm` varchar(32) NOT NULL default '0', PRIMARY KEY (`grouptitle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settinggroup` -- LOCK TABLES `settinggroup` WRITE; /*!40000 ALTER TABLE `settinggroup` DISABLE KEYS */; INSERT INTO `settinggroup` VALUES ('version',0,1,'vbulletin','canadminsettingsall'),('versionsafe',0,1,'vbulletin','canadminsettings'),('onoff',10,1,'vbulletin',''),('address',20,1,'vbulletin',''),('general',30,1,'vbulletin',''),('facebook',35,1,'vbulletin',''),('imagesettings',35,1,'vbulletin','cansetserverconfig'),('humanverification',37,1,'vbulletin',''),('datetime',40,1,'vbulletin',''),('http',50,1,'vbulletin','canadminsettingsall'),('server',60,1,'vbulletin','canadminsettingsall'),('stylelang',65,1,'vbulletin',''),('censor',70,1,'vbulletin',''),('email',70,1,'vbulletin',''),('vbcms',90,1,'vbulletin',''),('register',200,1,'vbulletin',''),('userinfraction',205,1,'vbulletin',''),('user',210,1,'vbulletin',''),('profile_customization',215,1,'vbulletin',''),('useralbum',215,1,'vbulletin',''),('visitor_message',215,1,'vbulletin',''),('social_groups',216,1,'vbulletin',''),('userpix',220,1,'vbulletin',''),('reputation',230,1,'vbulletin',''),('banning',260,1,'vbulletin',''),('bbcode',300,1,'vbulletin',''),('posting',310,1,'vbulletin',''),('postiface',320,1,'vbulletin',''),('attachment',350,1,'vbulletin',''),('poll',360,1,'vbulletin',''),('search',370,1,'vbulletin',''),('search_default',375,1,'vbulletin',''),('searchfunc',380,1,'vbulletin',''),('tagging',385,1,'vbulletin',''),('forumlist',410,1,'vbulletin',''),('forumdisplay',420,1,'vbulletin',''),('showthread',430,1,'vbulletin',''),('pm',440,1,'vbulletin',''),('admincp',520,1,'vbulletin',''),('external',530,1,'vbulletin',''),('errorhandling',540,1,'vbulletin','cansetserverconfig'),('plugin',560,1,'vbulletin','canadminsettingsall'),('paidsubs',570,1,'vbulletin',''),('spam_management',580,1,'vbulletin',''),('sitemap',590,1,'vbulletin','canadminsettingsall'),('api',1010,1,'vbulletin',''),('blog',1020,1,'vbulletin',''),('activity_stream',6700,1,'vbulletin',''),('googleanalytics',6710,1,'vbulletin',''); /*!40000 ALTER TABLE `settinggroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sigparsed` -- DROP TABLE IF EXISTS `sigparsed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sigparsed` ( `userid` int(10) unsigned NOT NULL default '0', `styleid` smallint(5) unsigned NOT NULL default '0', `languageid` smallint(5) unsigned NOT NULL default '0', `signatureparsed` mediumtext, `hasimages` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`styleid`,`languageid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sigparsed` -- LOCK TABLES `sigparsed` WRITE; /*!40000 ALTER TABLE `sigparsed` DISABLE KEYS */; /*!40000 ALTER TABLE `sigparsed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sigpic` -- DROP TABLE IF EXISTS `sigpic`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sigpic` ( `userid` int(10) unsigned NOT NULL default '0', `filedata` mediumblob, `dateline` int(10) unsigned NOT NULL default '0', `filename` varchar(100) NOT NULL default '', `visible` smallint(6) NOT NULL default '1', `filesize` int(10) unsigned NOT NULL default '0', `width` smallint(5) unsigned NOT NULL default '0', `height` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sigpic` -- LOCK TABLES `sigpic` WRITE; /*!40000 ALTER TABLE `sigpic` DISABLE KEYS */; /*!40000 ALTER TABLE `sigpic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sigpicnew` -- DROP TABLE IF EXISTS `sigpicnew`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sigpicnew` ( `userid` int(10) unsigned NOT NULL default '0', `filedataid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`), KEY `filedataid` (`filedataid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sigpicnew` -- LOCK TABLES `sigpicnew` WRITE; /*!40000 ALTER TABLE `sigpicnew` DISABLE KEYS */; /*!40000 ALTER TABLE `sigpicnew` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site` -- DROP TABLE IF EXISTS `site`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site` ( `siteid` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL, `headernavbar` mediumtext, `footernavbar` mediumtext, PRIMARY KEY (`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site` -- LOCK TABLES `site` WRITE; /*!40000 ALTER TABLE `site` DISABLE KEYS */; INSERT INTO `site` VALUES (1,'Default Site','a:4:{i:0;a:4:{s:5:\"title\";s:11:\"navbar_home\";s:3:\"url\";s:1:\"/\";s:9:\"newWindow\";i:0;s:6:\"subnav\";a:5:{i:0;a:4:{s:5:\"title\";s:16:\"navbar_newtopics\";s:3:\"url\";s:213:\"search?searchJSON=%7B%22date%22%3A%22lastVisit%22%2C%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:10:{i:0;i:2;i:1;i:5;i:2;i:6;i:3;i:7;i:4;i:9;i:5;i:10;i:6;i:11;i:7;i:12;i:8;i:13;i:9;i:14;}}i:1;a:4:{s:5:\"title\";s:19:\"navbar_todays_posts\";s:3:\"url\";s:206:\"search?searchJSON=%7B%22date%22%3A%7B%22from%22%3A%22lastDay%22%7D%2C%22view%22%3A%22topic%22%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:1:{i:0;i:1;}}i:2;a:4:{s:5:\"title\";s:18:\"navbar_whos_online\";s:3:\"url\";s:6:\"online\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:10:{i:0;i:2;i:1;i:5;i:2;i:6;i:3;i:7;i:4;i:9;i:5;i:10;i:6;i:11;i:7;i:12;i:8;i:13;i:9;i:14;}}i:3;a:3:{s:5:\"title\";s:25:\"navbar_mark_channels_read\";s:3:\"url\";s:1:\"#\";s:9:\"newWindow\";i:0;}i:4;a:4:{s:5:\"title\";s:18:\"navbar_member_list\";s:3:\"url\";s:10:\"memberlist\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";i:0;}}}i:1;a:4:{s:5:\"title\";s:12:\"navbar_blogs\";s:3:\"url\";s:5:\"blogs\";s:9:\"newWindow\";i:0;s:6:\"subnav\";a:2:{i:0;a:4:{s:5:\"title\";s:24:\"navbar_create_a_new_blog\";s:3:\"url\";s:16:\"blogadmin/create\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:10:{i:0;i:2;i:1;i:5;i:2;i:6;i:3;i:7;i:4;i:9;i:5;i:10;i:6;i:11;i:7;i:12;i:8;i:13;i:9;i:14;}}i:1;a:3:{s:5:\"title\";s:17:\"navbar_newentries\";s:3:\"url\";s:245:\"search?searchJSON=%7B%22date%22%3A%22lastVisit%22%2C%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%2C%22channel%22%3A%5B%225%22%5D%7D\";s:9:\"newWindow\";i:0;}}}i:2;a:3:{s:5:\"title\";s:15:\"navbar_articles\";s:3:\"url\";s:8:\"articles\";s:9:\"newWindow\";i:0;}i:3;a:4:{s:5:\"title\";s:20:\"navbar_social_groups\";s:3:\"url\";s:13:\"social-groups\";s:9:\"newWindow\";i:0;s:6:\"subnav\";a:1:{i:0;a:4:{s:5:\"title\";s:25:\"navbar_create_a_new_group\";s:3:\"url\";s:14:\"sgadmin/create\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:10:{i:0;i:2;i:1;i:5;i:2;i:6;i:3;i:7;i:4;i:9;i:5;i:10;i:6;i:11;i:7;i:12;i:8;i:13;i:9;i:14;}}}}}','a:4:{i:0;a:4:{s:5:\"title\";s:11:\"navbar_help\";s:3:\"url\";s:4:\"help\";s:9:\"newWindow\";i:0;s:4:\"attr\";s:14:\"rel=\"nofollow\"\";}i:1;a:4:{s:5:\"title\";s:17:\"navbar_contact_us\";s:3:\"url\";s:10:\"contact-us\";s:9:\"newWindow\";i:0;s:4:\"attr\";s:14:\"rel=\"nofollow\"\";}i:2;a:4:{s:5:\"title\";s:12:\"navbar_admin\";s:3:\"url\";s:7:\"admincp\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:1:{i:0;i:6;}}i:3;a:4:{s:5:\"title\";s:10:\"navbar_mod\";s:3:\"url\";s:6:\"modcp/\";s:9:\"newWindow\";i:0;s:10:\"usergroups\";a:3:{i:0;i:6;i:1;i:7;i:2;i:5;}}}'); /*!40000 ALTER TABLE `site` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smilie` -- DROP TABLE IF EXISTS `smilie`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `smilie` ( `smilieid` smallint(5) unsigned NOT NULL auto_increment, `title` char(100) NOT NULL default '', `smilietext` char(20) NOT NULL default '', `smiliepath` char(100) NOT NULL default '', `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`smilieid`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `smilie` -- LOCK TABLES `smilie` WRITE; /*!40000 ALTER TABLE `smilie` DISABLE KEYS */; INSERT INTO `smilie` VALUES (1,'Smile',':)','images/smilies/smile.png',1,1),(2,'Embarrassment',':o','images/smilies/redface.png',1,1),(3,'Big Grin',':D','images/smilies/biggrin.png',1,1),(4,'Wink',';)','images/smilies/wink.png',1,1),(5,'Stick Out Tongue',':p','images/smilies/tongue.png',1,1),(6,'Cool',':cool:','images/smilies/cool.png',1,5),(7,'Roll Eyes (Sarcastic)',':rolleyes:','images/smilies/rolleyes.png',1,3),(8,'Mad',':mad:','images/smilies/mad.png',1,1),(9,'EEK!',':eek:','images/smilies/eek.png',1,7),(10,'Confused',':confused:','images/smilies/confused.png',1,1),(11,'Frown',':(','images/smilies/frown.png',1,1); /*!40000 ALTER TABLE `smilie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spamlog` -- DROP TABLE IF EXISTS `spamlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `spamlog` ( `nodeid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `spamlog` -- LOCK TABLES `spamlog` WRITE; /*!40000 ALTER TABLE `spamlog` DISABLE KEYS */; /*!40000 ALTER TABLE `spamlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats` -- DROP TABLE IF EXISTS `stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stats` ( `dateline` int(10) unsigned NOT NULL default '0', `nuser` mediumint(8) unsigned NOT NULL default '0', `nthread` mediumint(8) unsigned NOT NULL default '0', `npost` mediumint(8) unsigned NOT NULL default '0', `ausers` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stats` -- LOCK TABLES `stats` WRITE; /*!40000 ALTER TABLE `stats` DISABLE KEYS */; /*!40000 ALTER TABLE `stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `strikes` -- DROP TABLE IF EXISTS `strikes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `strikes` ( `striketime` int(10) unsigned NOT NULL default '0', `strikeip` char(39) NOT NULL default '', `ip_4` int(10) unsigned NOT NULL default '0', `ip_3` int(10) unsigned NOT NULL default '0', `ip_2` int(10) unsigned NOT NULL default '0', `ip_1` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', KEY `striketime` (`striketime`), KEY `strikeip` (`strikeip`), KEY `ip` (`ip_4`,`ip_3`,`ip_2`,`ip_1`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `strikes` -- LOCK TABLES `strikes` WRITE; /*!40000 ALTER TABLE `strikes` DISABLE KEYS */; /*!40000 ALTER TABLE `strikes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `style` -- DROP TABLE IF EXISTS `style`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `style` ( `styleid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `parentid` smallint(6) NOT NULL default '0', `parentlist` varchar(250) NOT NULL default '', `templatelist` mediumtext, `newstylevars` mediumtext, `replacements` mediumtext, `editorstyles` mediumtext, `userselect` smallint(5) unsigned NOT NULL default '1', `displayorder` smallint(5) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`styleid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `style` -- LOCK TABLES `style` WRITE; /*!40000 ALTER TABLE `style` DISABLE KEYS */; INSERT INTO `style` VALUES (1,'Default Style',-1,'1,-1','a:450:{s:19:\"admin_configuresite\";s:1:\"1\";s:27:\"admin_configuresite_channel\";s:1:\"2\";s:20:\"admin_screenlayout_1\";s:1:\"3\";s:20:\"admin_screenlayout_2\";s:1:\"4\";s:20:\"admin_screenlayout_4\";s:1:\"5\";s:17:\"admin_sitebuilder\";s:1:\"6\";s:22:\"admin_sitebuilder_menu\";s:1:\"7\";s:20:\"admin_subscriberlist\";s:1:\"8\";s:27:\"admin_widget_activitystream\";s:1:\"9\";s:20:\"admin_widget_default\";s:2:\"10\";s:11:\"album_photo\";s:3:\"417\";s:23:\"article_content_pagenav\";s:3:\"407\";s:18:\"article_title_info\";s:3:\"408\";s:11:\"banned_page\";s:3:\"418\";s:22:\"bbcode_attachment_list\";s:2:\"11\";s:11:\"bbcode_code\";s:2:\"12\";s:19:\"bbcode_code_styleid\";s:2:\"-1\";s:11:\"bbcode_html\";s:2:\"13\";s:19:\"bbcode_html_styleid\";s:2:\"-1\";s:10:\"bbcode_php\";s:2:\"14\";s:18:\"bbcode_php_styleid\";s:2:\"-1\";s:12:\"bbcode_quote\";s:2:\"15\";s:20:\"bbcode_quote_styleid\";s:2:\"-1\";s:12:\"bbcode_video\";s:3:\"459\";s:27:\"blogadmin_admincontributors\";s:2:\"32\";s:21:\"blogadmin_admindelete\";s:2:\"33\";s:21:\"blogadmin_admininvite\";s:2:\"34\";s:37:\"blogadmin_admininvite_subscriberslist\";s:2:\"35\";s:26:\"blogadmin_adminpermissions\";s:2:\"36\";s:23:\"blogadmin_adminsettings\";s:2:\"37\";s:22:\"blogadmin_adminsidebar\";s:2:\"38\";s:20:\"blogadmin_adminstats\";s:2:\"39\";s:26:\"blogadmin_adminsubscribers\";s:2:\"40\";s:16:\"blogadmin_header\";s:2:\"41\";s:17:\"blogadmin_sidebar\";s:2:\"42\";s:24:\"blogadmin_subscriberlist\";s:2:\"43\";s:27:\"blogadmin_transferownership\";s:2:\"44\";s:14:\"blogmember_tab\";s:2:\"29\";s:24:\"blog_administrative_menu\";s:2:\"30\";s:9:\"blog_list\";s:2:\"31\";s:18:\"channel_radio_item\";s:3:\"447\";s:8:\"ckeditor\";s:3:\"437\";s:19:\"ckeditor_javascript\";s:3:\"448\";s:11:\"color_style\";s:2:\"45\";s:15:\"color_style.css\";s:2:\"46\";s:24:\"construct_select_options\";s:3:\"427\";s:12:\"contententry\";s:2:\"47\";s:18:\"contententry_basic\";s:2:\"48\";s:20:\"contententry_buttons\";s:2:\"49\";s:19:\"contententry_editor\";s:2:\"50\";s:33:\"contententry_panel_articleoptions\";s:2:\"51\";s:30:\"contententry_panel_attachments\";s:2:\"52\";s:35:\"contententry_panel_attachments_item\";s:2:\"53\";s:30:\"contententry_panel_blogoptions\";s:2:\"54\";s:29:\"contententry_panel_editreason\";s:2:\"55\";s:26:\"contententry_panel_gallery\";s:2:\"56\";s:23:\"contententry_panel_link\";s:2:\"57\";s:23:\"contententry_panel_poll\";s:2:\"58\";s:26:\"contententry_panel_smilies\";s:2:\"59\";s:23:\"contententry_panel_tags\";s:2:\"60\";s:18:\"contententry_title\";s:2:\"61\";s:20:\"contententry_toolbar\";s:2:\"62\";s:25:\"conversation_comment_item\";s:2:\"63\";s:19:\"conversation_footer\";s:2:\"64\";s:24:\"conversation_posthistory\";s:2:\"65\";s:22:\"conversation_signature\";s:2:\"66\";s:20:\"conversation_toolbar\";s:2:\"67\";s:21:\"conversation_userinfo\";s:2:\"68\";s:18:\"css_additional.css\";s:2:\"69\";s:20:\"css_blogs_groups.css\";s:2:\"70\";s:32:\"css_b_ajax_loading_indicator.css\";s:2:\"71\";s:33:\"css_b_article_content_pagenav.css\";s:2:\"72\";s:21:\"css_b_attach_item.css\";s:2:\"73\";s:16:\"css_b_avatar.css\";s:2:\"74\";s:16:\"css_b_button.css\";s:2:\"75\";s:22:\"css_b_button_group.css\";s:2:\"76\";s:21:\"css_b_channel_nav.css\";s:2:\"77\";s:17:\"css_b_comment.css\";s:2:\"78\";s:18:\"css_b_comments.css\";s:2:\"79\";s:23:\"css_b_comment_entry.css\";s:2:\"80\";s:21:\"css_b_config_site.css\";s:2:\"81\";s:23:\"css_b_content_entry.css\";s:2:\"82\";s:29:\"css_b_content_entry_panel.css\";s:2:\"83\";s:20:\"css_b_datepicker.css\";s:2:\"84\";s:17:\"css_b_divider.css\";s:2:\"85\";s:16:\"css_b_editor.css\";s:2:\"86\";s:22:\"css_b_file_chooser.css\";s:2:\"87\";s:22:\"css_b_form_control.css\";s:2:\"88\";s:20:\"css_b_form_input.css\";s:2:\"89\";s:21:\"css_b_form_select.css\";s:2:\"90\";s:23:\"css_b_form_textarea.css\";s:2:\"91\";s:32:\"css_b_gallery_thumbnail_list.css\";s:2:\"92\";s:20:\"css_b_help_table.css\";s:2:\"93\";s:14:\"css_b_icon.css\";s:2:\"94\";s:19:\"css_b_inlinemod.css\";s:2:\"95\";s:16:\"css_b_layout.css\";s:2:\"96\";s:14:\"css_b_link.css\";s:2:\"97\";s:22:\"css_b_link_content.css\";s:2:\"98\";s:20:\"css_b_link_input.css\";s:2:\"99\";s:29:\"css_b_link_thumbnail_list.css\";s:3:\"100\";s:15:\"css_b_media.css\";s:3:\"101\";s:20:\"css_b_memberlist.css\";s:3:\"102\";s:15:\"css_b_meter.css\";s:3:\"103\";s:21:\"css_b_photo_count.css\";s:3:\"104\";s:23:\"css_b_poll_fieldset.css\";s:3:\"105\";s:14:\"css_b_post.css\";s:3:\"106\";s:26:\"css_b_post_attachments.css\";s:3:\"107\";s:21:\"css_b_post_column.css\";s:3:\"108\";s:22:\"css_b_post_control.css\";s:3:\"109\";s:17:\"css_b_post_sm.css\";s:3:\"110\";s:16:\"css_b_smilie.css\";s:3:\"111\";s:21:\"css_b_tabbed_pane.css\";s:3:\"112\";s:15:\"css_b_table.css\";s:3:\"113\";s:23:\"css_b_thumbnail_nav.css\";s:3:\"114\";s:23:\"css_b_toggle_slider.css\";s:3:\"115\";s:17:\"css_b_toolbar.css\";s:3:\"116\";s:22:\"css_b_topicpreview.css\";s:3:\"117\";s:18:\"css_b_userinfo.css\";s:3:\"118\";s:14:\"css_editor.css\";s:3:\"119\";s:12:\"css_form.css\";s:3:\"120\";s:14:\"css_global.css\";s:3:\"121\";s:12:\"css_help.css\";s:3:\"122\";s:30:\"css_imgareaselect-animated.css\";s:3:\"123\";s:29:\"css_imgareaselect-default.css\";s:3:\"124\";s:31:\"css_jquery-ui-1_8_14_custom.css\";s:3:\"125\";s:25:\"css_jquery_datatables.css\";s:3:\"126\";s:28:\"css_jquery_fileupload-ui.css\";s:3:\"127\";s:23:\"css_jquery_qtip_min.css\";s:3:\"128\";s:24:\"css_jquery_selectBox.css\";s:3:\"129\";s:39:\"css_jquery_thumbnail-radio-checkbox.css\";s:3:\"130\";s:9:\"css_links\";s:3:\"131\";s:13:\"css_login.css\";s:3:\"132\";s:18:\"css_memberlist.css\";s:3:\"133\";s:22:\"css_message_center.css\";s:3:\"134\";s:15:\"css_profile.css\";s:3:\"135\";s:13:\"css_reset.css\";s:3:\"136\";s:18:\"css_responsive.css\";s:3:\"137\";s:14:\"css_search.css\";s:3:\"138\";s:19:\"css_sitebuilder.css\";s:3:\"139\";s:15:\"css_unreset.css\";s:3:\"140\";s:17:\"css_utilities.css\";s:3:\"141\";s:10:\"debug_info\";s:3:\"409\";s:14:\"defaultavatars\";s:3:\"449\";s:16:\"delete_post_form\";s:3:\"410\";s:17:\"dialog_axd_config\";s:3:\"438\";s:15:\"dialog_axd_list\";s:3:\"439\";s:20:\"dialog_photo_display\";s:3:\"428\";s:20:\"dialog_search_config\";s:3:\"419\";s:16:\"display_Comments\";s:3:\"142\";s:49:\"display_contenttype_conversationreply_BlogChannel\";s:3:\"143\";s:45:\"display_contenttype_conversationreply_Channel\";s:3:\"144\";s:45:\"display_contenttype_conversationreply_Gallery\";s:3:\"145\";s:48:\"display_contenttype_conversationreply_Infraction\";s:3:\"146\";s:42:\"display_contenttype_conversationreply_Link\";s:3:\"147\";s:43:\"display_contenttype_conversationreply_Photo\";s:3:\"148\";s:42:\"display_contenttype_conversationreply_Poll\";s:3:\"149\";s:52:\"display_contenttype_conversationreply_PrivateMessage\";s:3:\"150\";s:47:\"display_contenttype_conversationreply_SGChannel\";s:3:\"151\";s:42:\"display_contenttype_conversationreply_Text\";s:3:\"152\";s:56:\"display_contenttype_conversationreply_threadview_Gallery\";s:3:\"153\";s:53:\"display_contenttype_conversationreply_threadview_Link\";s:3:\"154\";s:53:\"display_contenttype_conversationreply_threadview_Poll\";s:3:\"155\";s:53:\"display_contenttype_conversationreply_threadview_Text\";s:3:\"156\";s:54:\"display_contenttype_conversationreply_threadview_Video\";s:3:\"157\";s:43:\"display_contenttype_conversationreply_Video\";s:3:\"158\";s:44:\"display_contenttype_conversationstarter_Poll\";s:3:\"159\";s:58:\"display_contenttype_conversationstarter_threadview_Gallery\";s:3:\"160\";s:61:\"display_contenttype_conversationstarter_threadview_Infraction\";s:3:\"161\";s:55:\"display_contenttype_conversationstarter_threadview_Link\";s:3:\"162\";s:55:\"display_contenttype_conversationstarter_threadview_Poll\";s:3:\"163\";s:55:\"display_contenttype_conversationstarter_threadview_Text\";s:3:\"164\";s:56:\"display_contenttype_conversationstarter_threadview_Video\";s:3:\"165\";s:34:\"display_contenttype_inchannel_Link\";s:3:\"166\";s:40:\"display_contenttype_searchwidget_Gallery\";s:3:\"167\";s:43:\"display_contenttype_searchwidget_Infraction\";s:3:\"168\";s:44:\"display_contenttype_searchwidget_item_footer\";s:3:\"169\";s:44:\"display_contenttype_searchwidget_item_header\";s:3:\"170\";s:37:\"display_contenttype_searchwidget_Link\";s:3:\"171\";s:38:\"display_contenttype_searchwidget_Photo\";s:3:\"172\";s:37:\"display_contenttype_searchwidget_Poll\";s:3:\"173\";s:37:\"display_contenttype_searchwidget_Text\";s:3:\"174\";s:38:\"display_contenttype_searchwidget_Video\";s:3:\"175\";s:37:\"display_contenttype_threadview_footer\";s:3:\"176\";s:37:\"display_contenttype_threadview_header\";s:3:\"177\";s:14:\"display_Forums\";s:3:\"178\";s:19:\"display_Forums_item\";s:3:\"179\";s:19:\"display_Forums_list\";s:3:\"180\";s:18:\"display_Forums_tab\";s:3:\"181\";s:19:\"display_posthistory\";s:3:\"182\";s:14:\"display_Topics\";s:3:\"183\";s:19:\"display_Topics_item\";s:3:\"184\";s:31:\"editor_contenttype_Text_comment\";s:3:\"185\";s:25:\"editor_gallery_photoblock\";s:3:\"186\";s:20:\"editor_prefixchooser\";s:3:\"187\";s:13:\"error_message\";s:3:\"188\";s:10:\"error_page\";s:3:\"189\";s:15:\"error_page_form\";s:3:\"190\";s:15:\"facebook_footer\";s:3:\"440\";s:6:\"footer\";s:3:\"420\";s:20:\"give_infraction_form\";s:3:\"441\";s:11:\"groups_list\";s:3:\"191\";s:25:\"group_administrative_menu\";s:3:\"192\";s:6:\"header\";s:3:\"442\";s:9:\"help_item\";s:3:\"457\";s:11:\"humanverify\";s:3:\"193\";s:17:\"humanverify_image\";s:3:\"194\";s:20:\"humanverify_question\";s:3:\"195\";s:21:\"humanverify_recaptcha\";s:3:\"196\";s:14:\"inlinemod_auth\";s:3:\"197\";s:19:\"inlinemod_copyPosts\";s:3:\"198\";s:21:\"inlinemod_delete_form\";s:3:\"199\";s:21:\"inlinemod_delete_spam\";s:3:\"200\";s:24:\"inlinemod_manage_deleted\";s:3:\"201\";s:14:\"inlinemod_menu\";s:3:\"202\";s:20:\"inlinemod_mergePosts\";s:3:\"203\";s:22:\"inlinemod_mergeThreads\";s:3:\"204\";s:19:\"inlinemod_movePosts\";s:3:\"205\";s:19:\"inlinemod_move_form\";s:3:\"206\";s:4:\"link\";s:3:\"207\";s:9:\"link_edit\";s:3:\"208\";s:10:\"login_form\";s:3:\"209\";s:14:\"login_redirect\";s:3:\"210\";s:17:\"mediabbcode_video\";s:3:\"211\";s:15:\"media_addphotos\";s:3:\"212\";s:15:\"memberlist_item\";s:3:\"443\";s:16:\"memberlist_items\";s:3:\"450\";s:12:\"message_page\";s:3:\"429\";s:13:\"modifyprofile\";s:3:\"213\";s:20:\"modifyprofileprivacy\";s:3:\"214\";s:13:\"modifyusercss\";s:3:\"215\";s:12:\"module_title\";s:3:\"444\";s:15:\"newpost_preview\";s:3:\"421\";s:7:\"notices\";s:3:\"411\";s:18:\"no_permission_page\";s:3:\"451\";s:18:\"onlineuser_details\";s:3:\"458\";s:7:\"pagenav\";s:3:\"216\";s:10:\"pagenavnew\";s:3:\"217\";s:17:\"pagenavnew_client\";s:3:\"218\";s:9:\"pagenavpm\";s:3:\"219\";s:10:\"photo_edit\";s:3:\"220\";s:10:\"photo_item\";s:3:\"221\";s:19:\"picturecomment_form\";s:3:\"222\";s:22:\"picturecomment_preview\";s:3:\"223\";s:9:\"pm_showpm\";s:3:\"452\";s:17:\"post_history_form\";s:3:\"453\";s:9:\"preheader\";s:3:\"430\";s:32:\"privatemessage_deleteditems_main\";s:3:\"224\";s:27:\"privatemessage_deleted_item\";s:3:\"225\";s:21:\"privatemessage_detail\";s:3:\"226\";s:29:\"privatemessage_detail_toolbar\";s:3:\"227\";s:28:\"privatemessage_foldersummary\";s:3:\"228\";s:36:\"privatemessage_foldersummary_toolbar\";s:3:\"229\";s:22:\"privatemessage_forward\";s:3:\"230\";s:30:\"privatemessage_forward_toolbar\";s:3:\"231\";s:30:\"privatemessage_infraction_item\";s:3:\"232\";s:30:\"privatemessage_infraction_main\";s:3:\"233\";s:33:\"privatemessage_infraction_overlay\";s:3:\"234\";s:31:\"privatemessage_listdeletedItems\";s:3:\"235\";s:39:\"privatemessage_listdeletedItems_toolbar\";s:3:\"236\";s:25:\"privatemessage_listfolder\";s:3:\"237\";s:26:\"privatemessage_listfolders\";s:3:\"238\";s:34:\"privatemessage_listfolders_toolbar\";s:3:\"239\";s:33:\"privatemessage_listfolder_toolbar\";s:3:\"240\";s:30:\"privatemessage_listinfractions\";s:3:\"241\";s:38:\"privatemessage_listinfractions_toolbar\";s:3:\"242\";s:29:\"privatemessage_listinractions\";s:3:\"243\";s:32:\"privatemessage_listnotifications\";s:3:\"244\";s:40:\"privatemessage_listnotifications_toolbar\";s:3:\"245\";s:26:\"privatemessage_listpending\";s:3:\"246\";s:34:\"privatemessage_listpending_toolbar\";s:3:\"247\";s:27:\"privatemessage_listrequests\";s:3:\"248\";s:35:\"privatemessage_listrequests_toolbar\";s:3:\"249\";s:23:\"privatemessage_listsent\";s:3:\"250\";s:31:\"privatemessage_listsent_toolbar\";s:3:\"251\";s:20:\"privatemessage_newpm\";s:3:\"252\";s:28:\"privatemessage_newpm_toolbar\";s:3:\"253\";s:34:\"privatemessage_notificationcontent\";s:3:\"254\";s:42:\"privatemessage_notificationcontent_toolbar\";s:3:\"255\";s:33:\"privatemessage_notificationdetail\";s:3:\"256\";s:41:\"privatemessage_notificationdetail_toolbar\";s:3:\"257\";s:27:\"privatemessage_participants\";s:3:\"258\";s:35:\"privatemessage_participants_toolbar\";s:3:\"259\";s:31:\"privatemessage_pendingpost_item\";s:3:\"260\";s:31:\"privatemessage_pendingpost_main\";s:3:\"261\";s:34:\"privatemessage_pendingpost_overlay\";s:3:\"262\";s:22:\"privatemessage_preview\";s:3:\"263\";s:30:\"privatemessage_preview_toolbar\";s:3:\"264\";s:20:\"privatemessage_reply\";s:3:\"265\";s:28:\"privatemessage_reply_toolbar\";s:3:\"266\";s:21:\"privatemessage_report\";s:3:\"267\";s:28:\"privatemessage_reportpreview\";s:3:\"268\";s:36:\"privatemessage_reportpreview_toolbar\";s:3:\"269\";s:25:\"privatemessage_reportview\";s:3:\"270\";s:33:\"privatemessage_reportview_toolbar\";s:3:\"271\";s:29:\"privatemessage_report_toolbar\";s:3:\"272\";s:28:\"privatemessage_requestdetail\";s:3:\"273\";s:36:\"privatemessage_requestdetail_toolbar\";s:3:\"274\";s:25:\"privatemessage_sentdetail\";s:3:\"275\";s:33:\"privatemessage_subscribedchannels\";s:3:\"276\";s:41:\"privatemessage_subscribedchannels_toolbar\";s:3:\"277\";s:30:\"privatemessage_subscribedposts\";s:3:\"278\";s:38:\"privatemessage_subscribedposts_toolbar\";s:3:\"279\";s:26:\"privatemessage_subscribers\";s:3:\"280\";s:34:\"privatemessage_subscribers_toolbar\";s:3:\"281\";s:20:\"privatemessage_trash\";s:3:\"282\";s:28:\"privatemessage_trash_toolbar\";s:3:\"283\";s:19:\"privatemessage_view\";s:3:\"284\";s:29:\"privatemessage_viewinfraction\";s:3:\"285\";s:37:\"privatemessage_viewinfraction_toolbar\";s:3:\"286\";s:27:\"privatemessage_view_toolbar\";s:3:\"287\";s:13:\"profilefields\";s:3:\"288\";s:13:\"profile_about\";s:3:\"289\";s:16:\"profile_activity\";s:3:\"290\";s:19:\"profile_custom_edit\";s:3:\"291\";s:17:\"profile_following\";s:3:\"292\";s:29:\"profile_following_unsubscribe\";s:3:\"293\";s:13:\"profile_media\";s:3:\"294\";s:21:\"profile_media_content\";s:3:\"295\";s:25:\"profile_media_galleryitem\";s:3:\"296\";s:23:\"profile_media_videoitem\";s:3:\"297\";s:23:\"profile_media_videolist\";s:3:\"298\";s:23:\"profile_textphotodetail\";s:3:\"299\";s:29:\"profile_textphotodetail_block\";s:3:\"300\";s:24:\"received_infraction_form\";s:3:\"454\";s:14:\"screenlayout_1\";s:3:\"301\";s:14:\"screenlayout_2\";s:3:\"302\";s:14:\"screenlayout_4\";s:3:\"303\";s:18:\"search-tips-dialog\";s:3:\"304\";s:13:\"search_config\";s:3:\"305\";s:12:\"search_popup\";s:3:\"306\";s:18:\"sgadmin_addicondlg\";s:3:\"307\";s:25:\"sgadmin_admincontributors\";s:3:\"308\";s:19:\"sgadmin_admindelete\";s:3:\"309\";s:19:\"sgadmin_adminevents\";s:3:\"310\";s:19:\"sgadmin_admininvite\";s:3:\"311\";s:35:\"sgadmin_admininvite_subscriberslist\";s:3:\"312\";s:23:\"sgadmin_adminmemberlist\";s:3:\"313\";s:20:\"sgadmin_adminmembers\";s:3:\"314\";s:24:\"sgadmin_adminpermissions\";s:3:\"315\";s:21:\"sgadmin_adminsettings\";s:3:\"316\";s:20:\"sgadmin_adminsidebar\";s:3:\"317\";s:18:\"sgadmin_adminstats\";s:3:\"318\";s:24:\"sgadmin_adminsubscribers\";s:3:\"319\";s:14:\"sgadmin_header\";s:3:\"320\";s:18:\"sgadmin_memberlist\";s:3:\"321\";s:15:\"sgadmin_sidebar\";s:3:\"322\";s:22:\"sgadmin_subscriberlist\";s:3:\"323\";s:25:\"sgadmin_transferownership\";s:3:\"324\";s:11:\"sg_category\";s:3:\"431\";s:17:\"socialgroup_nodes\";s:3:\"422\";s:17:\"STANDARD_REDIRECT\";s:3:\"432\";s:16:\"stylesheet_block\";s:3:\"412\";s:15:\"style_generator\";s:3:\"413\";s:16:\"subscribers_list\";s:3:\"433\";s:17:\"subscriptions_one\";s:3:\"325\";s:17:\"subscriptions_two\";s:3:\"326\";s:23:\"subscription_paymentbit\";s:3:\"423\";s:30:\"subscription_payment_2checkout\";s:3:\"414\";s:33:\"subscription_payment_authorizenet\";s:3:\"445\";s:27:\"subscription_payment_ccbill\";s:3:\"455\";s:27:\"subscription_payment_google\";s:3:\"424\";s:33:\"subscription_payment_moneybookers\";s:3:\"434\";s:27:\"subscription_payment_nochex\";s:3:\"415\";s:27:\"subscription_payment_paypal\";s:3:\"456\";s:29:\"subscription_payment_worldpay\";s:3:\"435\";s:15:\"taglist_display\";s:3:\"327\";s:9:\"tag_cloud\";s:3:\"328\";s:10:\"tag_dialog\";s:3:\"329\";s:10:\"tag_editor\";s:3:\"330\";s:13:\"toggle_slider\";s:3:\"436\";s:9:\"topnavbar\";s:3:\"425\";s:15:\"userfield_radio\";s:3:\"331\";s:16:\"userfield_select\";s:3:\"332\";s:25:\"userfield_select_multiple\";s:3:\"333\";s:18:\"userfield_textarea\";s:3:\"334\";s:17:\"userfield_textbox\";s:3:\"335\";s:20:\"usersettings_account\";s:3:\"336\";s:26:\"usersettings_notifications\";s:3:\"337\";s:20:\"usersettings_privacy\";s:3:\"338\";s:20:\"usersettings_profile\";s:3:\"339\";s:26:\"usersettings_subscriptions\";s:3:\"340\";s:16:\"user_infractions\";s:3:\"426\";s:10:\"video_edit\";s:3:\"416\";s:11:\"video_frame\";s:3:\"446\";s:18:\"widget_aboutauthor\";s:3:\"341\";s:21:\"widget_activate_email\";s:3:\"342\";s:20:\"widget_activate_user\";s:3:\"343\";s:21:\"widget_activitystream\";s:3:\"344\";s:9:\"widget_ad\";s:3:\"345\";s:12:\"widget_album\";s:3:\"346\";s:19:\"widget_announcement\";s:3:\"347\";s:21:\"widget_articledisplay\";s:3:\"348\";s:15:\"widget_birthday\";s:3:\"349\";s:16:\"widget_blogadmin\";s:3:\"350\";s:21:\"widget_blogcategories\";s:3:\"351\";s:25:\"widget_blogchanneldisplay\";s:3:\"352\";s:15:\"widget_bloghome\";s:3:\"353\";s:16:\"widget_blognodes\";s:3:\"354\";s:18:\"widget_blogsidebar\";s:3:\"355\";s:16:\"widget_blogstats\";s:3:\"356\";s:18:\"widget_blogsummary\";s:3:\"357\";s:21:\"widget_channeldisplay\";s:3:\"358\";s:24:\"widget_cmschanneldisplay\";s:3:\"359\";s:29:\"widget_cmschanneldisplay_list\";s:3:\"360\";s:27:\"widget_cmschannelnavigation\";s:3:\"361\";s:32:\"widget_cmschannelnavigation_item\";s:3:\"362\";s:16:\"widget_contactus\";s:3:\"363\";s:16:\"widget_container\";s:3:\"364\";s:26:\"widget_conversationdisplay\";s:3:\"365\";s:17:\"widget_coppa_form\";s:3:\"366\";s:19:\"widget_css_examples\";s:3:\"367\";s:12:\"widget_error\";s:3:\"368\";s:22:\"widget_forgot_password\";s:3:\"369\";s:19:\"widget_groupsummary\";s:3:\"370\";s:11:\"widget_help\";s:3:\"371\";s:12:\"widget_media\";s:3:\"372\";s:17:\"widget_memberlist\";s:3:\"373\";s:17:\"widget_newcontent\";s:3:\"374\";s:24:\"widget_onlineuserdetails\";s:3:\"375\";s:18:\"widget_onlineusers\";s:3:\"376\";s:16:\"widget_pagetitle\";s:3:\"377\";s:13:\"widget_photos\";s:3:\"378\";s:10:\"widget_php\";s:3:\"379\";s:22:\"widget_privatemessages\";s:3:\"380\";s:29:\"widget_privatemessage_display\";s:3:\"381\";s:32:\"widget_privatemessage_navigation\";s:3:\"382\";s:28:\"widget_privatemessage_search\";s:3:\"383\";s:29:\"widget_privatemessage_toolbar\";s:3:\"384\";s:14:\"widget_profile\";s:3:\"385\";s:22:\"widget_profile_sidebar\";s:3:\"386\";s:15:\"widget_register\";s:3:\"387\";s:13:\"widget_search\";s:3:\"388\";s:22:\"widget_search_criteria\";s:3:\"389\";s:21:\"widget_search_results\";s:3:\"390\";s:15:\"widget_settings\";s:3:\"391\";s:14:\"widget_sgadmin\";s:3:\"392\";s:19:\"widget_sgcategories\";s:3:\"393\";s:21:\"widget_sgcategorylist\";s:3:\"394\";s:23:\"widget_sgchanneldisplay\";s:3:\"395\";s:13:\"widget_sghome\";s:3:\"396\";s:14:\"widget_sgnodes\";s:3:\"397\";s:16:\"widget_sgsidebar\";s:3:\"398\";s:17:\"widget_statichtml\";s:3:\"399\";s:25:\"widget_subchannelsdisplay\";s:3:\"400\";s:19:\"widget_subscription\";s:3:\"401\";s:15:\"widget_tagcloud\";s:3:\"402\";s:20:\"widget_tagnavigation\";s:3:\"403\";s:23:\"widget_top_active_users\";s:3:\"404\";s:12:\"widget_video\";s:3:\"405\";s:29:\"widget_visitormessage_display\";s:3:\"406\";}','a:278:{s:22:\"bbcode_code_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:18:\"bbcode_code_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:20:\"bbcode_code_fontsize\";a:3:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"12\";s:8:\"datatype\";s:4:\"size\";}s:23:\"bbcode_code_line_height\";a:3:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"14\";s:8:\"datatype\";s:4:\"size\";}s:23:\"bbcode_quote_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"button_arrow_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:19:\"button_arrow_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"button_disabled_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:22:\"button_disabled_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"button_disabled_text_color\";a:2:{s:5:\"color\";s:7:\"#ADADAD\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_primary_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#37ACFE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-500\";s:8:\"datatype\";s:10:\"background\";}s:21:\"button_primary_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_primary_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#002F50\";s:8:\"datatype\";s:6:\"border\";}s:31:\"button_primary_light_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#D5E8EE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-250\";s:8:\"datatype\";s:10:\"background\";}s:27:\"button_primary_light_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:33:\"button_primary_light_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:31:\"button_primary_light_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_primary_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:27:\"button_secondary_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:23:\"button_secondary_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:29:\"button_secondary_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_secondary_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:25:\"button_special_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F6DBB2\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-351\";s:8:\"datatype\";s:10:\"background\";}s:21:\"button_special_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:27:\"button_special_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:25:\"button_special_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:32:\"contententry_autosave_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#fcf1ae\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:32:\"contententry_autosave_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:29:\"contententry_panel_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:37:\"contententry_panel_section_background\";a:13:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#FCFCFC\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:43:\"contententry_panel_section_title_background\";a:13:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E9E9E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:31:\"contententry_toolbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F3F9FB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:48:\"contententry_toolbar_button_secondary_background\";a:13:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1150\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:55:\"contententry_toolbar_button_secondary_background_active\";a:13:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1200\";s:10:\"stylevar_y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:44:\"contententry_toolbar_button_secondary_border\";a:9:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"width\";s:1:\"1\";s:14:\"stylevar_width\";s:0:\"\";s:5:\"style\";s:5:\"solid\";s:14:\"stylevar_style\";s:0:\"\";s:5:\"color\";s:7:\"#A7ABAE\";s:14:\"stylevar_color\";s:0:\"\";s:8:\"datatype\";s:6:\"border\";}s:17:\"footer_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#052733\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:27:\"footer_copyright_text_color\";a:2:{s:5:\"color\";s:7:\"#272727\";s:8:\"datatype\";s:5:\"color\";}s:17:\"footer_font_style\";a:7:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:16:\"Arial,sans-serif\";s:4:\"size\";s:2:\"11\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:22:\"footer_list_item_color\";a:2:{s:5:\"color\";s:7:\"#D2D2D2\";s:8:\"datatype\";s:5:\"color\";}s:30:\"footer_list_item_divider_color\";a:2:{s:5:\"color\";s:7:\"#C2C2C2\";s:8:\"datatype\";s:5:\"color\";}s:15:\"form_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:11:\"form_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:24:\"form_dropdown_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:30:\"form_dropdown_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBEBEB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:20:\"form_dropdown_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:24:\"form_dropdown_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:30:\"form_dropdown_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:21:\"form_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:17:\"form_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:21:\"form_field_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:23:\"announcement_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F7F9EB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:19:\"announcement_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C6CD9F\";s:8:\"datatype\";s:6:\"border\";}s:23:\"announcement_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:22:\"autosuggest_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:15:\"body_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:9:\"body_font\";a:7:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:2:\"13\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:16:\"body_line_height\";a:3:{s:5:\"units\";s:0:\"\";s:4:\"size\";s:5:\"1.231\";s:8:\"datatype\";s:4:\"size\";}s:15:\"body_link_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:21:\"body_link_color_hover\";a:2:{s:5:\"color\";s:7:\"#1C6191\";s:8:\"datatype\";s:5:\"color\";}s:15:\"body_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:35:\"content_entry_box_header_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:17:\"notice_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FCF7D7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:13:\"notice_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E1D47E\";s:8:\"datatype\";s:6:\"border\";}s:17:\"notice_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:38:\"pagination_nextprev_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#CDD1D4\";s:8:\"datatype\";s:5:\"color\";}s:39:\"pagination_nextprev_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#CDD1D4\";s:8:\"datatype\";s:5:\"color\";}s:22:\"placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#556065\";s:8:\"datatype\";s:5:\"color\";}s:18:\"wrapper_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:17:\"header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:31:\"header_search_button_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:27:\"header_search_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:31:\"header_search_button_text_color\";a:2:{s:5:\"color\";s:7:\"#4D5355\";s:8:\"datatype\";s:5:\"color\";}s:30:\"header_search_input_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:26:\"header_search_input_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BDBDBD\";s:8:\"datatype\";s:6:\"border\";}s:30:\"header_search_input_text_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:36:\"header_search_placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#727272\";s:8:\"datatype\";s:5:\"color\";}s:27:\"header_subtabbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"header_subtabbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D3D5D6\";s:8:\"datatype\";s:6:\"border\";}s:27:\"header_subtabbar_text_color\";a:2:{s:5:\"color\";s:7:\"#13242F\";s:8:\"datatype\";s:5:\"color\";}s:33:\"header_subtabbar_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:24:\"header_tabbar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";s:8:\"datatype\";s:10:\"background\";}s:20:\"header_tabbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";s:8:\"datatype\";s:6:\"border\";}s:21:\"header_tab_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";s:8:\"datatype\";s:10:\"background\";}s:28:\"header_tab_background_active\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-950\";s:8:\"datatype\";s:10:\"background\";}s:27:\"header_tab_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2379B5\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"header_tab_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";s:8:\"datatype\";s:6:\"border\";}s:21:\"header_tab_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:28:\"header_tab_text_color_active\";a:2:{s:5:\"color\";s:7:\"#13242F\";s:8:\"datatype\";s:5:\"color\";}s:27:\"header_tab_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:17:\"header_text_color\";a:2:{s:5:\"color\";s:7:\"#F1F1F1\";s:8:\"datatype\";s:5:\"color\";}s:7:\"favicon\";a:2:{s:3:\"url\";s:11:\"favicon.ico\";s:8:\"datatype\";s:3:\"url\";}s:13:\"imgdir_attach\";a:2:{s:8:\"imagedir\";s:13:\"images/attach\";s:8:\"datatype\";s:8:\"imagedir\";}s:13:\"imgdir_button\";a:2:{s:8:\"imagedir\";s:14:\"images/buttons\";s:8:\"datatype\";s:8:\"imagedir\";}s:11:\"imgdir_misc\";a:2:{s:8:\"imagedir\";s:11:\"images/misc\";s:8:\"datatype\";s:8:\"imagedir\";}s:17:\"imgdir_statusicon\";a:2:{s:8:\"imagedir\";s:17:\"images/statusicon\";s:8:\"datatype\";s:8:\"imagedir\";}s:10:\"titleimage\";a:2:{s:3:\"url\";s:31:\"images/misc/vbulletin5_logo.png\";s:8:\"datatype\";s:3:\"url\";}s:16:\"photo_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#1D2428\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:12:\"photo_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C2C8CC\";s:8:\"datatype\";s:6:\"border\";}s:18:\"photo_border_hover\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";s:8:\"datatype\";s:6:\"border\";}s:24:\"photo_preview_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:20:\"photo_preview_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:26:\"slideshow_image_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:21:\"content_divider_color\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:19:\"diff_add_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#CCFFCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:14:\"diff_add_color\";a:2:{s:5:\"color\";s:7:\"#009900\";s:8:\"datatype\";s:5:\"color\";}s:22:\"diff_remove_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFCCCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:17:\"diff_remove_color\";a:2:{s:5:\"color\";s:7:\"#CC0000\";s:8:\"datatype\";s:5:\"color\";}s:20:\"list_item_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:4:\"#FFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:42:\"private_messages_mark_as_unread_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECF7FA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:29:\"search_result_highlight_color\";a:2:{s:5:\"color\";s:7:\"#FEF55A\";s:8:\"datatype\";s:5:\"color\";}s:21:\"section_divider_color\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:29:\"sticky_topic_background_color\";a:3:{s:5:\"color\";s:7:\"#FFFFE7\";s:14:\"stylevar_color\";s:0:\"\";s:8:\"datatype\";s:5:\"color\";}s:16:\"time_stamp_color\";a:2:{s:5:\"color\";s:7:\"#6A6A6A\";s:8:\"datatype\";s:5:\"color\";}s:28:\"tooltip_signature_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"tooltip_signature_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:17:\"topic_title_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:25:\"module_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:21:\"module_content_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CCD1D5\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:20:\"module_header_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"2\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#A2AEB3\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_header_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:30:\"module_search_list_item_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#8D9295\";s:8:\"datatype\";s:6:\"border\";}s:21:\"no_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:25:\"primary_module_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:21:\"primary_module_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:32:\"primary_module_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:32:\"primary_module_header_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:35:\"primary_module_subheader_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:31:\"primary_module_subheader_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:35:\"primary_module_subheader_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:21:\"module_tab_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:28:\"module_tab_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:17:\"module_tab_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:24:\"module_tab_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:21:\"module_tab_text_color\";a:2:{s:5:\"color\";s:7:\"#838789\";s:8:\"datatype\";s:5:\"color\";}s:28:\"module_tab_text_color_active\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:27:\"module_tab_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:18:\"poll_result_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9E9E9\";s:8:\"datatype\";s:6:\"border\";}s:20:\"poll_result_color_01\";a:2:{s:5:\"color\";s:7:\"#96C100\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_02\";a:2:{s:5:\"color\";s:7:\"#F7AE00\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_03\";a:2:{s:5:\"color\";s:7:\"#D72424\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_04\";a:2:{s:5:\"color\";s:7:\"#3A8DE8\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_05\";a:2:{s:5:\"color\";s:7:\"#9453A4\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_06\";a:2:{s:5:\"color\";s:7:\"#E7501D\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_07\";a:2:{s:5:\"color\";s:7:\"#47D6DC\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_08\";a:2:{s:5:\"color\";s:7:\"#4BA12A\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_09\";a:2:{s:5:\"color\";s:7:\"#9A82DF\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_10\";a:2:{s:5:\"color\";s:7:\"#F7DD00\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_11\";a:2:{s:5:\"color\";s:7:\"#45B7FF\";s:8:\"datatype\";s:5:\"color\";}s:20:\"poll_result_color_12\";a:2:{s:5:\"color\";s:7:\"#F545FF\";s:8:\"datatype\";s:5:\"color\";}s:33:\"poll_result_percentage_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:27:\"poll_result_vote_count_text\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:16:\"popup_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:12:\"popup_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";s:8:\"datatype\";s:6:\"border\";}s:23:\"popup_header_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:23:\"popup_header_text_color\";a:2:{s:5:\"color\";s:7:\"inherit\";s:8:\"datatype\";s:5:\"color\";}s:24:\"popup_overlay_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:29:\"activity_stream_avatar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#DFDFDF\";s:8:\"datatype\";s:6:\"border\";}s:18:\"comment_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:21:\"comment_divider_color\";a:2:{s:5:\"color\";s:7:\"#D5D8DA\";s:8:\"datatype\";s:5:\"color\";}s:18:\"postbit_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#C8CCCE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:26:\"postbit_deleted_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E9D1D0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:29:\"postbit_unapproved_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E2F0CE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:11:\"post_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:27:\"post_controls_divider_color\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:37:\"post_controls_quote_active_text_color\";a:2:{s:5:\"color\";s:7:\"#FF7800\";s:8:\"datatype\";s:5:\"color\";}s:24:\"post_controls_text_color\";a:2:{s:5:\"color\";s:7:\"#696969\";s:8:\"datatype\";s:5:\"color\";}s:26:\"post_controls_votes_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D1CCCC\";s:8:\"datatype\";s:6:\"border\";}s:19:\"post_deleted_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9D1D0\";s:8:\"datatype\";s:6:\"border\";}s:17:\"post_rating_color\";a:2:{s:5:\"color\";s:7:\"#CFCFCF\";s:8:\"datatype\";s:5:\"color\";}s:19:\"post_username_color\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:20:\"post_user_info_color\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:23:\"thread_reply_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:25:\"thread_starter_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBF4F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"thread_view_avatar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:6:\"border\";}s:43:\"profcustom_navbarbuttonsecondary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";s:8:\"datatype\";s:10:\"background\";}s:39:\"profcustom_navbarbuttonsecondary_border\";a:2:{s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:5:\"color\";}s:38:\"profcustom_navbarbuttonsecondary_color\";a:2:{s:5:\"color\";s:7:\"#343A3d\";s:8:\"datatype\";s:5:\"color\";}s:34:\"profcustom_navbarbutton_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:30:\"profcustom_navbarbutton_border\";a:2:{s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:5:\"color\";}s:29:\"profcustom_navbarbutton_color\";a:2:{s:5:\"color\";s:7:\"#343A3d\";s:8:\"datatype\";s:5:\"color\";}s:28:\"profcustom_navbar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:35:\"profcustom_navbar_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:24:\"profcustom_navbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:31:\"profcustom_navbar_border_active\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";s:8:\"datatype\";s:6:\"border\";}s:28:\"profcustom_navbar_text_color\";a:2:{s:5:\"color\";s:7:\"#838789\";s:8:\"datatype\";s:5:\"color\";}s:35:\"profcustom_navbar_text_color_active\";a:2:{s:5:\"color\";s:7:\"#343A3D\";s:8:\"datatype\";s:5:\"color\";}s:36:\"profcustom_navbar_toolbar_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:32:\"profilesidebar_button_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";s:8:\"datatype\";s:10:\"background\";}s:28:\"profilesidebar_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:6:\"border\";}s:32:\"profilesidebar_button_text_color\";a:2:{s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:5:\"color\";}s:31:\"profilesidebar_count_text_color\";a:2:{s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:5:\"color\";}s:33:\"profile_button_primary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";s:8:\"datatype\";s:10:\"background\";}s:35:\"profile_button_secondary_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-550px\";s:8:\"datatype\";s:10:\"background\";}s:26:\"profile_content_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:22:\"profile_content_border\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:30:\"profile_content_divider_border\";a:2:{s:5:\"color\";s:7:\"#B7BCBE\";s:8:\"datatype\";s:5:\"color\";}s:20:\"profile_content_font\";a:7:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:24:\"profile_content_linktext\";a:2:{s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:5:\"color\";}s:27:\"profile_content_primarytext\";a:2:{s:5:\"color\";s:7:\"#252C2F\";s:8:\"datatype\";s:5:\"color\";}s:29:\"profile_content_secondarytext\";a:2:{s:5:\"color\";s:7:\"#6A6A6A\";s:8:\"datatype\";s:5:\"color\";}s:26:\"profile_section_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:22:\"profile_section_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";s:8:\"datatype\";s:6:\"border\";}s:20:\"profile_section_font\";a:7:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:26:\"profile_section_text_color\";a:2:{s:5:\"color\";s:7:\"inherit\";s:8:\"datatype\";s:5:\"color\";}s:30:\"profile_settings_tab_highlight\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"4\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2379B5\";s:8:\"datatype\";s:6:\"border\";}s:22:\"profile_userpanel_font\";a:7:{s:5:\"units\";s:0:\"\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:1:\"0\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:8:\"datatype\";s:4:\"font\";}s:27:\"profile_userpanel_linkcolor\";a:2:{s:5:\"color\";s:7:\"#2989CC\";s:8:\"datatype\";s:5:\"color\";}s:27:\"profile_userpanel_textcolor\";a:2:{s:5:\"color\";s:7:\"#09161b\";s:8:\"datatype\";s:5:\"color\";}s:22:\"side_nav_avatar_border\";a:2:{s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:5:\"color\";}s:19:\"side_nav_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:26:\"side_nav_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#D3D7DA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"side_nav_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:8:\"datatype\";s:10:\"background\";}s:15:\"side_nav_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";s:8:\"datatype\";s:6:\"border\";}s:27:\"side_nav_item_border_bottom\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACFD3\";s:8:\"datatype\";s:6:\"border\";}s:24:\"side_nav_item_border_top\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";s:8:\"datatype\";s:6:\"border\";}s:30:\"side_nav_number_messages_color\";a:2:{s:5:\"color\";s:7:\"#0093D2\";s:8:\"datatype\";s:5:\"color\";}s:19:\"side_nav_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:26:\"side_nav_text_color_active\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:25:\"side_nav_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:22:\"inline_edit_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2F3842\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"inline_edit_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#94B357\";s:8:\"datatype\";s:6:\"border\";}s:38:\"inline_edit_button_disabled_text_color\";a:2:{s:5:\"color\";s:7:\"#717B82\";s:8:\"datatype\";s:5:\"color\";}s:37:\"inline_edit_button_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#2A333C\";s:8:\"datatype\";s:5:\"color\";}s:38:\"inline_edit_button_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#0E1317\";s:8:\"datatype\";s:5:\"color\";}s:34:\"inline_edit_button_flat_text_color\";a:2:{s:5:\"color\";s:7:\"#F4F6F8\";s:8:\"datatype\";s:5:\"color\";}s:37:\"inline_edit_button_primary_text_color\";a:2:{s:5:\"color\";s:7:\"#2C3C12\";s:8:\"datatype\";s:5:\"color\";}s:39:\"inline_edit_button_secondary_text_color\";a:2:{s:5:\"color\";s:7:\"#323B44\";s:8:\"datatype\";s:5:\"color\";}s:24:\"inline_edit_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#1C242B\";s:8:\"datatype\";s:6:\"border\";}s:31:\"inline_edit_folder_active_color\";a:2:{s:5:\"color\";s:7:\"#E1E7EE\";s:8:\"datatype\";s:5:\"color\";}s:40:\"inline_edit_folder_inner_highlight_color\";a:2:{s:5:\"color\";s:7:\"#393C40\";s:8:\"datatype\";s:5:\"color\";}s:42:\"inline_edit_folder_text_color_active_hover\";a:2:{s:5:\"color\";s:7:\"#7A828B\";s:8:\"datatype\";s:5:\"color\";}s:27:\"inline_edit_form_text_color\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:34:\"inline_edit_header_body_text_color\";a:2:{s:5:\"color\";s:7:\"#D3D8E2\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_header_line_bottom_color\";a:2:{s:5:\"color\";s:7:\"#21282F\";s:8:\"datatype\";s:5:\"color\";}s:33:\"inline_edit_header_line_top_color\";a:2:{s:5:\"color\";s:7:\"#353E47\";s:8:\"datatype\";s:5:\"color\";}s:35:\"inline_edit_module_title_text_color\";a:2:{s:5:\"color\";s:7:\"#4DCDFF\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_popup_comment_line_color\";a:2:{s:5:\"color\";s:7:\"#3B444D\";s:8:\"datatype\";s:5:\"color\";}s:33:\"inline_edit_search_bar_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#5C636B\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:40:\"inline_edit_search_bar_background_active\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECECEC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:39:\"inline_edit_search_bar_background_hover\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#979B9F\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:33:\"inline_edit_search_bar_text_color\";a:2:{s:5:\"color\";s:7:\"#AAAEB2\";s:8:\"datatype\";s:5:\"color\";}s:36:\"inline_edit_search_text_active_color\";a:2:{s:5:\"color\";s:7:\"#222B34\";s:8:\"datatype\";s:5:\"color\";}s:32:\"inline_edit_subheader_text_color\";a:2:{s:5:\"color\";s:7:\"#F0FDCF\";s:8:\"datatype\";s:5:\"color\";}s:29:\"main_nav_admin_bar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F1EFF0\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-850\";s:8:\"datatype\";s:10:\"background\";}s:37:\"main_nav_admin_bar_divider_left_color\";a:2:{s:5:\"color\";s:7:\"#C7C8C9\";s:8:\"datatype\";s:5:\"color\";}s:38:\"main_nav_admin_bar_divider_right_color\";a:2:{s:5:\"color\";s:7:\"#FAFAFA\";s:8:\"datatype\";s:5:\"color\";}s:29:\"main_nav_admin_bar_text_color\";a:2:{s:5:\"color\";s:7:\"#4D5355\";s:8:\"datatype\";s:5:\"color\";}s:35:\"main_nav_admin_bar_text_color_hover\";a:2:{s:5:\"color\";s:7:\"#000000\";s:8:\"datatype\";s:5:\"color\";}s:38:\"main_nav_admin_bar_text_disabled_color\";a:2:{s:5:\"color\";s:7:\"#8E8E8E\";s:8:\"datatype\";s:5:\"color\";}s:22:\"main_nav_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEAEAE\";s:8:\"datatype\";s:6:\"border\";}s:37:\"main_nav_login_error_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFE0E0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:31:\"main_nav_login_error_text_color\";a:2:{s:5:\"color\";s:7:\"#D30000\";s:8:\"datatype\";s:5:\"color\";}s:16:\"spacing_margin_l\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:16:\"spacing_margin_m\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:16:\"spacing_margin_s\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_margin_xl\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_margin_xs\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:18:\"spacing_margin_xxl\";a:4:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:6:\"margin\";}s:17:\"spacing_padding_l\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:17:\"spacing_padding_m\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:17:\"spacing_padding_s\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"spacing_padding_xl\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"spacing_padding_xs\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:19:\"spacing_padding_xxl\";a:7:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";s:8:\"datatype\";s:7:\"padding\";}s:18:\"toolbar_background\";a:7:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-100\";s:8:\"datatype\";s:10:\"background\";}s:14:\"toolbar_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:21:\"toolbar_button_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:40:\"toolbar_dropdown_background_gradient_end\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EFF3F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:42:\"toolbar_dropdown_background_gradient_start\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:23:\"toolbar_dropdown_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";s:8:\"datatype\";s:6:\"border\";}s:30:\"toolbar_dropdown_divider_color\";a:2:{s:5:\"color\";s:7:\"#9BA3A9\";s:8:\"datatype\";s:5:\"color\";}s:27:\"toolbar_dropdown_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}s:34:\"toolbar_dropdown_text_color_active\";a:2:{s:5:\"color\";s:7:\"#0091C1\";s:8:\"datatype\";s:5:\"color\";}s:29:\"toolbar_form_field_background\";a:7:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:8:\"datatype\";s:10:\"background\";}s:25:\"toolbar_form_field_border\";a:5:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";s:8:\"datatype\";s:6:\"border\";}s:41:\"toolbar_form_field_placeholder_text_color\";a:2:{s:5:\"color\";s:7:\"#656A6D\";s:8:\"datatype\";s:5:\"color\";}s:18:\"toolbar_text_color\";a:2:{s:5:\"color\";s:7:\"#09161B\";s:8:\"datatype\";s:5:\"color\";}}','\'\'',NULL,1,1,0); /*!40000 ALTER TABLE `style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stylevar` -- DROP TABLE IF EXISTS `stylevar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stylevar` ( `stylevarid` varchar(250) NOT NULL, `styleid` smallint(6) NOT NULL default '-1', `value` mediumblob NOT NULL, `dateline` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', UNIQUE KEY `stylevarinstance` (`stylevarid`,`styleid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stylevar` -- LOCK TABLES `stylevar` WRITE; /*!40000 ALTER TABLE `stylevar` DISABLE KEYS */; INSERT INTO `stylevar` VALUES ('activity_stream_avatar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#DFDFDF\";}',0,''),('announcement_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F7F9EB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('announcement_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C6CD9F\";}',0,''),('announcement_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('autosuggest_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('bbcode_code_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('bbcode_code_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('bbcode_code_fontsize',-1,'a:2:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"12\";}',0,''),('bbcode_code_line_height',-1,'a:2:{s:5:\"units\";s:2:\"px\";s:4:\"size\";s:2:\"14\";}',0,''),('bbcode_quote_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EEEEEE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('body_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('body_font',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:2:\"13\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";}',0,''),('body_line_height',-1,'a:2:{s:5:\"units\";s:0:\"\";s:4:\"size\";s:5:\"1.231\";}',0,''),('body_link_color',-1,'a:1:{s:5:\"color\";s:7:\"#2379B5\";}',0,''),('body_link_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#1C6191\";}',0,''),('body_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('button_arrow_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('button_arrow_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('button_disabled_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";}',0,''),('button_disabled_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('button_disabled_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#ADADAD\";}',0,''),('button_primary_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#37ACFE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-500\";}',0,''),('button_primary_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";}',0,''),('button_primary_border_hover',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#002F50\";}',0,''),('button_primary_light_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#D5E8EE\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-250\";}',0,''),('button_primary_light_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";}',0,''),('button_primary_light_border_hover',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";}',0,''),('button_primary_light_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('button_primary_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('button_secondary_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";}',0,''),('button_secondary_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";}',0,''),('button_secondary_border_hover',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";}',0,''),('button_secondary_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('button_special_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F6DBB2\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-351\";}',0,''),('button_special_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";}',0,''),('button_special_border_hover',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";}',0,''),('button_special_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('comment_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('comment_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#D5D8DA\";}',0,''),('content_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#B7BCBE\";}',0,''),('content_entry_box_header_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('contententry_autosave_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#fcf1ae\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('contententry_autosave_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('contententry_panel_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('contententry_panel_section_background',-1,'a:12:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#FCFCFC\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";}',0,''),('contententry_panel_section_title_background',-1,'a:12:{s:5:\"units\";s:0:\"\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E9E9E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:1:\"0\";s:10:\"stylevar_y\";s:0:\"\";}',0,''),('contententry_toolbar_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F3F9FB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('contententry_toolbar_button_secondary_background',-1,'a:12:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1150\";s:10:\"stylevar_y\";s:0:\"\";}',0,''),('contententry_toolbar_button_secondary_background_active',-1,'a:12:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"color\";s:7:\"#E1E6E9\";s:14:\"stylevar_color\";s:0:\"\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:14:\"stylevar_image\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:15:\"stylevar_repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:10:\"stylevar_x\";s:0:\"\";s:1:\"y\";s:5:\"-1200\";s:10:\"stylevar_y\";s:0:\"\";}',0,''),('contententry_toolbar_button_secondary_border',-1,'a:8:{s:5:\"units\";s:2:\"px\";s:14:\"stylevar_units\";s:0:\"\";s:5:\"width\";s:1:\"1\";s:14:\"stylevar_width\";s:0:\"\";s:5:\"style\";s:5:\"solid\";s:14:\"stylevar_style\";s:0:\"\";s:5:\"color\";s:7:\"#A7ABAE\";s:14:\"stylevar_color\";s:0:\"\";}',0,''),('diff_add_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#CCFFCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('diff_add_color',-1,'a:1:{s:5:\"color\";s:7:\"#009900\";}',0,''),('diff_remove_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFCCCC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('diff_remove_color',-1,'a:1:{s:5:\"color\";s:7:\"#CC0000\";}',0,''),('favicon',-1,'a:1:{s:3:\"url\";s:11:\"favicon.ico\";}',0,''),('footer_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#052733\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('footer_copyright_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#272727\";}',0,''),('footer_font_style',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:6:\"family\";s:16:\"Arial,sans-serif\";s:4:\"size\";s:2:\"11\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";}',0,''),('footer_list_item_color',-1,'a:1:{s:5:\"color\";s:7:\"#D2D2D2\";}',0,''),('footer_list_item_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#C2C2C2\";}',0,''),('form_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('form_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('form_dropdown_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('form_dropdown_background_hover',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBEBEB\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('form_dropdown_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('form_dropdown_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('form_dropdown_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('form_field_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('form_field_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";}',0,''),('form_field_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('header_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E3E3E3\";s:5:\"image\";s:31:\"url(\"images/css/bckg_page.png\")\";s:6:\"repeat\";s:6:\"repeat\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('header_search_button_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";}',0,''),('header_search_button_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('header_search_button_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#4D5355\";}',0,''),('header_search_input_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('header_search_input_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BDBDBD\";}',0,''),('header_search_input_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('header_search_placeholder_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#727272\";}',0,''),('header_subtabbar_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('header_subtabbar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D3D5D6\";}',0,''),('header_subtabbar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#13242F\";}',0,''),('header_subtabbar_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#2379B5\";}',0,''),('header_tab_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";}',0,''),('header_tab_background_active',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-950\";}',0,''),('header_tab_background_hover',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2379B5\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('header_tab_border_active',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";}',0,''),('header_tab_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('header_tab_text_color_active',-1,'a:1:{s:5:\"color\";s:7:\"#13242F\";}',0,''),('header_tab_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('header_tabbar_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#033145\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:3:\"-50\";}',0,''),('header_tabbar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C4C7C8\";}',0,''),('header_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#F1F1F1\";}',0,''),('imgdir_attach',-1,'a:1:{s:8:\"imagedir\";s:13:\"images/attach\";}',0,''),('imgdir_button',-1,'a:1:{s:8:\"imagedir\";s:14:\"images/buttons\";}',0,''),('imgdir_misc',-1,'a:1:{s:8:\"imagedir\";s:11:\"images/misc\";}',0,''),('imgdir_statusicon',-1,'a:1:{s:8:\"imagedir\";s:17:\"images/statusicon\";}',0,''),('inline_edit_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2F3842\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('inline_edit_button_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#94B357\";}',0,''),('inline_edit_button_disabled_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#717B82\";}',0,''),('inline_edit_button_divider_left_color',-1,'a:1:{s:5:\"color\";s:7:\"#2A333C\";}',0,''),('inline_edit_button_divider_right_color',-1,'a:1:{s:5:\"color\";s:7:\"#0E1317\";}',0,''),('inline_edit_button_flat_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#F4F6F8\";}',0,''),('inline_edit_button_primary_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#2C3C12\";}',0,''),('inline_edit_button_secondary_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#323B44\";}',0,''),('inline_edit_field_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#1C242B\";}',0,''),('inline_edit_folder_active_color',-1,'a:1:{s:5:\"color\";s:7:\"#E1E7EE\";}',0,''),('inline_edit_folder_inner_highlight_color',-1,'a:1:{s:5:\"color\";s:7:\"#393C40\";}',0,''),('inline_edit_folder_text_color_active_hover',-1,'a:1:{s:5:\"color\";s:7:\"#7A828B\";}',0,''),('inline_edit_form_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('inline_edit_header_body_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#D3D8E2\";}',0,''),('inline_edit_header_line_bottom_color',-1,'a:1:{s:5:\"color\";s:7:\"#21282F\";}',0,''),('inline_edit_header_line_top_color',-1,'a:1:{s:5:\"color\";s:7:\"#353E47\";}',0,''),('inline_edit_module_title_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#4DCDFF\";}',0,''),('inline_edit_popup_comment_line_color',-1,'a:1:{s:5:\"color\";s:7:\"#3B444D\";}',0,''),('inline_edit_search_bar_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#5C636B\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('inline_edit_search_bar_background_active',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECECEC\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('inline_edit_search_bar_background_hover',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#979B9F\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('inline_edit_search_bar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#AAAEB2\";}',0,''),('inline_edit_search_text_active_color',-1,'a:1:{s:5:\"color\";s:7:\"#222B34\";}',0,''),('inline_edit_subheader_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#F0FDCF\";}',0,''),('list_item_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:4:\"#FFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('main_nav_admin_bar_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#F1EFF0\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-850\";}',0,''),('main_nav_admin_bar_divider_left_color',-1,'a:1:{s:5:\"color\";s:7:\"#C7C8C9\";}',0,''),('main_nav_admin_bar_divider_right_color',-1,'a:1:{s:5:\"color\";s:7:\"#FAFAFA\";}',0,''),('main_nav_admin_bar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#4D5355\";}',0,''),('main_nav_admin_bar_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('main_nav_admin_bar_text_disabled_color',-1,'a:1:{s:5:\"color\";s:7:\"#8E8E8E\";}',0,''),('main_nav_button_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEAEAE\";}',0,''),('main_nav_login_error_field_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFE0E0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('main_nav_login_error_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#D30000\";}',0,''),('module_content_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('module_content_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CCD1D5\";}',0,''),('module_header_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F8F8F8\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('module_header_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"2\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#A2AEB3\";}',0,''),('module_header_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('module_search_list_item_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#8D9295\";}',0,''),('module_tab_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('module_tab_background_active',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('module_tab_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('module_tab_border_active',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('module_tab_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#838789\";}',0,''),('module_tab_text_color_active',-1,'a:1:{s:5:\"color\";s:7:\"#343A3D\";}',0,''),('module_tab_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#343A3D\";}',0,''),('no_content_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('notice_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FCF7D7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('notice_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E1D47E\";}',0,''),('notice_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('pagination_nextprev_divider_left_color',-1,'a:1:{s:5:\"color\";s:7:\"#CDD1D4\";}',0,''),('pagination_nextprev_divider_right_color',-1,'a:1:{s:5:\"color\";s:7:\"#CDD1D4\";}',0,''),('photo_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#1D2428\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('photo_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C2C8CC\";}',0,''),('photo_border_hover',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#858C90\";}',0,''),('photo_preview_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('photo_preview_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('placeholder_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#556065\";}',0,''),('poll_result_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9E9E9\";}',0,''),('poll_result_color_01',-1,'a:1:{s:5:\"color\";s:7:\"#96C100\";}',0,''),('poll_result_color_02',-1,'a:1:{s:5:\"color\";s:7:\"#F7AE00\";}',0,''),('poll_result_color_03',-1,'a:1:{s:5:\"color\";s:7:\"#D72424\";}',0,''),('poll_result_color_04',-1,'a:1:{s:5:\"color\";s:7:\"#3A8DE8\";}',0,''),('poll_result_color_05',-1,'a:1:{s:5:\"color\";s:7:\"#9453A4\";}',0,''),('poll_result_color_06',-1,'a:1:{s:5:\"color\";s:7:\"#E7501D\";}',0,''),('poll_result_color_07',-1,'a:1:{s:5:\"color\";s:7:\"#47D6DC\";}',0,''),('poll_result_color_08',-1,'a:1:{s:5:\"color\";s:7:\"#4BA12A\";}',0,''),('poll_result_color_09',-1,'a:1:{s:5:\"color\";s:7:\"#9A82DF\";}',0,''),('poll_result_color_10',-1,'a:1:{s:5:\"color\";s:7:\"#F7DD00\";}',0,''),('poll_result_color_11',-1,'a:1:{s:5:\"color\";s:7:\"#45B7FF\";}',0,''),('poll_result_color_12',-1,'a:1:{s:5:\"color\";s:7:\"#F545FF\";}',0,''),('poll_result_percentage_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('poll_result_vote_count_text',-1,'a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('popup_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('popup_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";}',0,''),('popup_header_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('popup_header_text_color',-1,'a:1:{s:5:\"color\";s:7:\"inherit\";}',0,''),('popup_overlay_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('post_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('post_controls_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#B7BCBE\";}',0,''),('post_controls_quote_active_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#FF7800\";}',0,''),('post_controls_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#696969\";}',0,''),('post_controls_votes_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#D1CCCC\";}',0,''),('post_deleted_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#E9D1D0\";}',0,''),('post_rating_color',-1,'a:1:{s:5:\"color\";s:7:\"#CFCFCF\";}',0,''),('post_user_info_color',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('post_username_color',-1,'a:1:{s:5:\"color\";s:7:\"#2379B5\";}',0,''),('postbit_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#C8CCCE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('postbit_deleted_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E9D1D0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('postbit_unapproved_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E2F0CE\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('primary_module_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('primary_module_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('primary_module_header_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:11:\"transparent\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('primary_module_header_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#000000\";}',0,''),('primary_module_subheader_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F0F0F0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('primary_module_subheader_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('primary_module_subheader_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('private_messages_mark_as_unread_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#ECF7FA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('profcustom_navbar_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F9F9F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('profcustom_navbar_background_active',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('profcustom_navbar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('profcustom_navbar_border_active',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#BFC5C9\";}',0,''),('profcustom_navbar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#838789\";}',0,''),('profcustom_navbar_text_color_active',-1,'a:1:{s:5:\"color\";s:7:\"#343A3D\";}',0,''),('profcustom_navbar_toolbar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('profcustom_navbarbutton_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('profcustom_navbarbutton_border',-1,'a:1:{s:5:\"color\";s:7:\"#BFC5C9\";}',0,''),('profcustom_navbarbutton_color',-1,'a:1:{s:5:\"color\";s:7:\"#343A3d\";}',0,''),('profcustom_navbarbuttonsecondary_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FBFBFB\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-550\";}',0,''),('profcustom_navbarbuttonsecondary_border',-1,'a:1:{s:5:\"color\";s:7:\"#BFC5C9\";}',0,''),('profcustom_navbarbuttonsecondary_color',-1,'a:1:{s:5:\"color\";s:7:\"#343A3d\";}',0,''),('profile_button_primary_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";}',0,''),('profile_button_secondary_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#BFC5C9\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-550px\";}',0,''),('profile_content_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('profile_content_border',-1,'a:1:{s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('profile_content_divider_border',-1,'a:1:{s:5:\"color\";s:7:\"#B7BCBE\";}',0,''),('profile_content_font',-1,'a:6:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";}',0,''),('profile_content_linktext',-1,'a:1:{s:5:\"color\";s:7:\"#2379B5\";}',0,''),('profile_content_primarytext',-1,'a:1:{s:5:\"color\";s:7:\"#252C2F\";}',0,''),('profile_content_secondarytext',-1,'a:1:{s:5:\"color\";s:7:\"#6A6A6A\";}',0,''),('profile_section_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('profile_section_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACED2\";}',0,''),('profile_section_font',-1,'a:6:{s:5:\"units\";s:1:\"%\";s:6:\"family\";s:7:\"inherit\";s:4:\"size\";s:3:\"100\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";}',0,''),('profile_section_text_color',-1,'a:1:{s:5:\"color\";s:7:\"inherit\";}',0,''),('profile_settings_tab_highlight',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"4\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2379B5\";}',0,''),('profile_userpanel_font',-1,'a:6:{s:5:\"units\";s:0:\"\";s:6:\"family\";s:34:\"Helvetica,Arial,Verdana,sans-serif\";s:4:\"size\";s:1:\"0\";s:6:\"weight\";s:0:\"\";s:5:\"style\";s:0:\"\";s:7:\"variant\";s:0:\"\";}',0,''),('profile_userpanel_linkcolor',-1,'a:1:{s:5:\"color\";s:7:\"#2989CC\";}',0,''),('profile_userpanel_textcolor',-1,'a:1:{s:5:\"color\";s:7:\"#09161b\";}',0,''),('profilesidebar_button_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#2989CC\";s:5:\"image\";s:46:\"url(\"images/css/sprite_gradients_vb.png\") 100%\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:6:\"-500px\";}',0,''),('profilesidebar_button_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#2989CC\";}',0,''),('profilesidebar_button_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('profilesidebar_count_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#2989CC\";}',0,''),('search_result_highlight_color',-1,'a:1:{s:5:\"color\";s:7:\"#FEF55A\";}',0,''),('section_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('side_nav_avatar_border',-1,'a:1:{s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('side_nav_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#F4F4F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('side_nav_background_active',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#D3D7DA\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('side_nav_background_hover',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('side_nav_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('side_nav_item_border_bottom',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#CACFD3\";}',0,''),('side_nav_item_border_top',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('side_nav_number_messages_color',-1,'a:1:{s:5:\"color\";s:7:\"#0093D2\";}',0,''),('side_nav_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('side_nav_text_color_active',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('side_nav_text_color_hover',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('slideshow_image_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('spacing_margin_l',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_margin_m',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_margin_s',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_margin_xl',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_margin_xs',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_margin_xxl',-1,'a:3:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_l',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_m',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_s',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_xl',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_xs',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('spacing_padding_xxl',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:4:\"same\";s:1:\"1\";}',0,''),('sticky_topic_background_color',-1,'a:2:{s:5:\"color\";s:7:\"#FFFFE7\";s:14:\"stylevar_color\";s:0:\"\";}',0,''),('thread_reply_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('thread_starter_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EBF4F9\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('thread_view_avatar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#FFFFFF\";}',0,''),('time_stamp_color',-1,'a:1:{s:5:\"color\";s:7:\"#6A6A6A\";}',0,''),('titleimage',-1,'a:1:{s:3:\"url\";s:31:\"images/misc/vbulletin5_logo.png\";}',0,''),('toolbar_background',-1,'a:6:{s:5:\"units\";s:2:\"px\";s:5:\"color\";s:7:\"#E4E6E7\";s:5:\"image\";s:41:\"url(\"images/css/sprite_gradients_vb.png\")\";s:6:\"repeat\";s:8:\"repeat-x\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:4:\"-100\";}',0,''),('toolbar_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('toolbar_button_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";}',0,''),('toolbar_dropdown_background_gradient_end',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#EFF3F4\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('toolbar_dropdown_background_gradient_start',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('toolbar_dropdown_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C9CED2\";}',0,''),('toolbar_dropdown_divider_color',-1,'a:1:{s:5:\"color\";s:7:\"#9BA3A9\";}',0,''),('toolbar_dropdown_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('toolbar_dropdown_text_color_active',-1,'a:1:{s:5:\"color\";s:7:\"#0091C1\";}',0,''),('toolbar_form_field_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";}',0,''),('toolbar_form_field_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#AEB3B6\";}',0,''),('toolbar_form_field_placeholder_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#656A6D\";}',0,''),('toolbar_text_color',-1,'a:1:{s:5:\"color\";s:7:\"#09161B\";}',0,''),('tooltip_signature_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''),('tooltip_signature_border',-1,'a:4:{s:5:\"units\";s:2:\"px\";s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#C8CCCE\";}',0,''),('topic_title_color',-1,'a:1:{s:5:\"color\";s:7:\"#2379B5\";}',0,''),('wrapper_background',-1,'a:6:{s:5:\"units\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}',0,''); /*!40000 ALTER TABLE `stylevar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stylevardfn` -- DROP TABLE IF EXISTS `stylevardfn`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stylevardfn` ( `stylevarid` varchar(250) NOT NULL, `styleid` smallint(6) NOT NULL default '-1', `parentid` smallint(6) NOT NULL, `parentlist` varchar(250) NOT NULL default '0', `stylevargroup` varchar(250) NOT NULL, `product` varchar(25) NOT NULL default 'vbulletin', `datatype` varchar(25) NOT NULL default 'string', `validation` varchar(250) NOT NULL, `failsafe` mediumblob NOT NULL, `units` enum('','%','px','pt','em','ex','pc','in','cm','mm') NOT NULL default '', `uneditable` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`stylevarid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stylevardfn` -- LOCK TABLES `stylevardfn` WRITE; /*!40000 ALTER TABLE `stylevardfn` DISABLE KEYS */; INSERT INTO `stylevardfn` VALUES ('bbcode_code_background',-1,0,'0','Bbcode','vbulletin','background','','','',0),('bbcode_code_border',-1,0,'0','Bbcode','vbulletin','border','','','',0),('bbcode_code_fontsize',-1,0,'0','Bbcode','vbulletin','size','','','',0),('bbcode_code_line_height',-1,0,'0','Bbcode','vbulletin','size','','','',0),('bbcode_quote_background',-1,0,'0','Bbcode','vbulletin','background','','','',0),('button_arrow_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_arrow_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_disabled_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_disabled_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_disabled_text_color',-1,0,'0','Buttons','vbulletin','color','','','',0),('button_primary_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_primary_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_primary_border_hover',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_primary_light_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_primary_light_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_primary_light_border_hover',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_primary_light_text_color',-1,0,'0','Buttons','vbulletin','color','','','',0),('button_primary_text_color',-1,0,'0','Buttons','vbulletin','color','','','',0),('button_secondary_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_secondary_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_secondary_border_hover',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_secondary_text_color',-1,0,'0','Buttons','vbulletin','color','','','',0),('button_special_background',-1,0,'0','Buttons','vbulletin','background','','','',0),('button_special_border',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_special_border_hover',-1,0,'0','Buttons','vbulletin','border','','','',0),('button_special_text_color',-1,0,'0','Buttons','vbulletin','color','','','',0),('contententry_autosave_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_autosave_text_color',-1,0,'0','ContentEntry','vbulletin','color','','','',0),('contententry_panel_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_panel_section_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_panel_section_title_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_toolbar_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_toolbar_button_secondary_background',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_toolbar_button_secondary_background_active',-1,0,'0','ContentEntry','vbulletin','background','','','',0),('contententry_toolbar_button_secondary_border',-1,0,'0','ContentEntry','vbulletin','border','','','',0),('footer_background',-1,0,'0','Footer','vbulletin','background','','','',0),('footer_copyright_text_color',-1,0,'0','Footer','vbulletin','color','','','',0),('footer_font_style',-1,0,'0','Footer','vbulletin','font','','','',0),('footer_list_item_color',-1,0,'0','Footer','vbulletin','color','','','',0),('footer_list_item_divider_color',-1,0,'0','Footer','vbulletin','color','','','',0),('form_background',-1,0,'0','FormElements','vbulletin','background','','','',0),('form_border',-1,0,'0','FormElements','vbulletin','border','','','',0),('form_dropdown_background',-1,0,'0','FormElements','vbulletin','background','','','',0),('form_dropdown_background_hover',-1,0,'0','FormElements','vbulletin','background','','','',0),('form_dropdown_border',-1,0,'0','FormElements','vbulletin','border','','','',0),('form_dropdown_text_color',-1,0,'0','FormElements','vbulletin','color','','','',0),('form_dropdown_text_color_hover',-1,0,'0','FormElements','vbulletin','color','','','',0),('form_field_background',-1,0,'0','FormElements','vbulletin','background','','','',0),('form_field_border',-1,0,'0','FormElements','vbulletin','border','','','',0),('form_field_text_color',-1,0,'0','FormElements','vbulletin','color','','','',0),('announcement_background',-1,0,'0','Global','vbulletin','background','','','',0),('announcement_border',-1,0,'0','Global','vbulletin','border','','','',0),('announcement_text_color',-1,0,'0','Global','vbulletin','color','','','',0),('autosuggest_background',-1,0,'0','Global','vbulletin','background','','','',0),('body_background',-1,0,'0','Global','vbulletin','background','','','',0),('body_font',-1,0,'0','Global','vbulletin','font','','','',0),('body_line_height',-1,0,'0','Global','vbulletin','size','','','',0),('body_link_color',-1,0,'0','Global','vbulletin','color','','','',0),('body_link_color_hover',-1,0,'0','Global','vbulletin','color','','','',0),('body_text_color',-1,0,'0','Global','vbulletin','color','','','',0),('content_entry_box_header_text_color',-1,0,'0','Global','vbulletin','color','','','',0),('notice_background',-1,0,'0','Global','vbulletin','background','','','',0),('notice_border',-1,0,'0','Global','vbulletin','border','','','',0),('notice_text_color',-1,0,'0','Global','vbulletin','color','','','',0),('pagination_nextprev_divider_left_color',-1,0,'0','Global','vbulletin','color','','','',0),('pagination_nextprev_divider_right_color',-1,0,'0','Global','vbulletin','color','','','',0),('placeholder_text_color',-1,0,'0','Global','vbulletin','color','','','',0),('wrapper_background',-1,0,'0','Global','vbulletin','background','','','',0),('header_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_search_button_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_search_button_border',-1,0,'0','Header','vbulletin','border','','','',0),('header_search_button_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('header_search_input_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_search_input_border',-1,0,'0','Header','vbulletin','border','','','',0),('header_search_input_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('header_search_placeholder_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('header_subtabbar_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_subtabbar_border',-1,0,'0','Header','vbulletin','border','','','',0),('header_subtabbar_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('header_subtabbar_text_color_hover',-1,0,'0','Header','vbulletin','color','','','',0),('header_tabbar_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_tabbar_border',-1,0,'0','Header','vbulletin','border','','','',0),('header_tab_background',-1,0,'0','Header','vbulletin','background','','','',0),('header_tab_background_active',-1,0,'0','Header','vbulletin','background','','','',0),('header_tab_background_hover',-1,0,'0','Header','vbulletin','background','','','',0),('header_tab_border_active',-1,0,'0','Header','vbulletin','border','','','',0),('header_tab_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('header_tab_text_color_active',-1,0,'0','Header','vbulletin','color','','','',0),('header_tab_text_color_hover',-1,0,'0','Header','vbulletin','color','','','',0),('header_text_color',-1,0,'0','Header','vbulletin','color','','','',0),('favicon',-1,0,'0','ImagePaths','vbulletin','url','','','',0),('imgdir_attach',-1,0,'0','ImagePaths','vbulletin','imagedir','','','',0),('imgdir_button',-1,0,'0','ImagePaths','vbulletin','imagedir','images/buttons','','',0),('imgdir_misc',-1,0,'0','ImagePaths','vbulletin','imagedir','','','',0),('imgdir_statusicon',-1,0,'0','ImagePaths','vbulletin','imagedir','','','',0),('titleimage',-1,0,'0','ImagePaths','vbulletin','url','','','',0),('photo_background',-1,0,'0','Images','vbulletin','background','','','',0),('photo_border',-1,0,'0','Images','vbulletin','border','','','',0),('photo_border_hover',-1,0,'0','Images','vbulletin','border','','','',0),('photo_preview_background',-1,0,'0','Images','vbulletin','background','','','',0),('photo_preview_border',-1,0,'0','Images','vbulletin','border','','','',0),('slideshow_image_background',-1,0,'0','Images','vbulletin','background','','','',0),('content_divider_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('diff_add_background',-1,0,'0','Miscellaneous','vbulletin','background','','','',0),('diff_add_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('diff_remove_background',-1,0,'0','Miscellaneous','vbulletin','background','','','',0),('diff_remove_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('list_item_background',-1,0,'0','Miscellaneous','vbulletin','background','','','',0),('private_messages_mark_as_unread_background',-1,0,'0','Miscellaneous','vbulletin','background','','','',0),('search_result_highlight_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('section_divider_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('sticky_topic_background_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('time_stamp_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('tooltip_signature_background',-1,0,'0','Miscellaneous','vbulletin','background','','','',0),('tooltip_signature_border',-1,0,'0','Miscellaneous','vbulletin','border','','','',0),('topic_title_color',-1,0,'0','Miscellaneous','vbulletin','color','','','',0),('module_content_background',-1,0,'0','Modules','vbulletin','background','','','',0),('module_content_border',-1,0,'0','Modules','vbulletin','border','','','',0),('module_header_background',-1,0,'0','Modules','vbulletin','background','','','',0),('module_header_border',-1,0,'0','Modules','vbulletin','border','','','',0),('module_header_text_color',-1,0,'0','Modules','vbulletin','color','','','',0),('module_search_list_item_border',-1,0,'0','Modules','vbulletin','border','','','',0),('no_content_background',-1,0,'0','Modules','vbulletin','background','','','',0),('primary_module_background',-1,0,'0','Modules','vbulletin','background','','','',0),('primary_module_border',-1,0,'0','Modules','vbulletin','border','','','',0),('primary_module_header_background',-1,0,'0','Modules','vbulletin','background','','','',0),('primary_module_header_text_color',-1,0,'0','Modules','vbulletin','color','','','',0),('primary_module_subheader_background',-1,0,'0','Modules','vbulletin','background','','','',0),('primary_module_subheader_border',-1,0,'0','Modules','vbulletin','border','','','',0),('primary_module_subheader_text_color',-1,0,'0','Modules','vbulletin','color','','','',0),('module_tab_background',-1,0,'0','ModuleTabs','vbulletin','background','','','',0),('module_tab_background_active',-1,0,'0','ModuleTabs','vbulletin','background','','','',0),('module_tab_border',-1,0,'0','ModuleTabs','vbulletin','border','','','',0),('module_tab_border_active',-1,0,'0','ModuleTabs','vbulletin','border','','','',0),('module_tab_text_color',-1,0,'0','ModuleTabs','vbulletin','color','','','',0),('module_tab_text_color_active',-1,0,'0','ModuleTabs','vbulletin','color','','','',0),('module_tab_text_color_hover',-1,0,'0','ModuleTabs','vbulletin','color','','','',0),('poll_result_border',-1,0,'0','Polls','vbulletin','border','','','',0),('poll_result_color_01',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_02',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_03',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_04',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_05',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_06',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_07',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_08',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_09',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_10',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_11',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_color_12',-1,0,'0','Polls','vbulletin','color','','','',0),('poll_result_percentage_background',-1,0,'0','Polls','vbulletin','background','','','',0),('poll_result_vote_count_text',-1,0,'0','Polls','vbulletin','color','','','',0),('popup_background',-1,0,'0','Popups','vbulletin','background','','','',0),('popup_border',-1,0,'0','Popups','vbulletin','border','','','',0),('popup_header_background',-1,0,'0','Popups','vbulletin','background','','','',0),('popup_header_text_color',-1,0,'0','Popups','vbulletin','color','','','',0),('popup_overlay_background',-1,0,'0','Popups','vbulletin','background','','','',0),('activity_stream_avatar_border',-1,0,'0','PostsRepliesAndComments','vbulletin','border','','','',0),('comment_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('comment_divider_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('postbit_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('postbit_deleted_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('postbit_unapproved_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('post_border',-1,0,'0','PostsRepliesAndComments','vbulletin','border','','','',0),('post_controls_divider_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('post_controls_quote_active_text_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('post_controls_text_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('post_controls_votes_border',-1,0,'0','PostsRepliesAndComments','vbulletin','border','','','',0),('post_deleted_border',-1,0,'0','PostsRepliesAndComments','vbulletin','border','','','',0),('post_rating_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('post_username_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('post_user_info_color',-1,0,'0','PostsRepliesAndComments','vbulletin','color','','','',0),('thread_reply_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('thread_starter_background',-1,0,'0','PostsRepliesAndComments','vbulletin','background','','','',0),('thread_view_avatar_border',-1,0,'0','PostsRepliesAndComments','vbulletin','border','','','',0),('profcustom_navbarbuttonsecondary_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profcustom_navbarbuttonsecondary_border',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbarbuttonsecondary_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbarbutton_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profcustom_navbarbutton_border',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbarbutton_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbar_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profcustom_navbar_background_active',-1,0,'0','Profiles','vbulletin','background','','','',0),('profcustom_navbar_border',-1,0,'0','Profiles','vbulletin','border','','','',0),('profcustom_navbar_border_active',-1,0,'0','Profiles','vbulletin','border','','','',0),('profcustom_navbar_text_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbar_text_color_active',-1,0,'0','Profiles','vbulletin','color','','','',0),('profcustom_navbar_toolbar_text_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profilesidebar_button_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profilesidebar_button_border',-1,0,'0','Profiles','vbulletin','border','','','',0),('profilesidebar_button_text_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profilesidebar_count_text_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_button_primary_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profile_button_secondary_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profile_content_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profile_content_border',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_content_divider_border',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_content_font',-1,0,'0','Profiles','vbulletin','font','','','',0),('profile_content_linktext',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_content_primarytext',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_content_secondarytext',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_section_background',-1,0,'0','Profiles','vbulletin','background','','','',0),('profile_section_border',-1,0,'0','Profiles','vbulletin','border','','','',0),('profile_section_font',-1,0,'0','Profiles','vbulletin','font','','','',0),('profile_section_text_color',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_settings_tab_highlight',-1,0,'0','Profiles','vbulletin','border','','','',0),('profile_userpanel_font',-1,0,'0','Profiles','vbulletin','font','','','',0),('profile_userpanel_linkcolor',-1,0,'0','Profiles','vbulletin','color','','','',0),('profile_userpanel_textcolor',-1,0,'0','Profiles','vbulletin','color','','','',0),('side_nav_avatar_border',-1,0,'0','SidebarNavigation','vbulletin','color','','','',0),('side_nav_background',-1,0,'0','SidebarNavigation','vbulletin','background','','','',0),('side_nav_background_active',-1,0,'0','SidebarNavigation','vbulletin','background','','','',0),('side_nav_background_hover',-1,0,'0','SidebarNavigation','vbulletin','background','','','',0),('side_nav_border',-1,0,'0','SidebarNavigation','vbulletin','border','','','',0),('side_nav_item_border_bottom',-1,0,'0','SidebarNavigation','vbulletin','border','','','',0),('side_nav_item_border_top',-1,0,'0','SidebarNavigation','vbulletin','border','','','',0),('side_nav_number_messages_color',-1,0,'0','SidebarNavigation','vbulletin','color','','','',0),('side_nav_text_color',-1,0,'0','SidebarNavigation','vbulletin','color','','','',0),('side_nav_text_color_active',-1,0,'0','SidebarNavigation','vbulletin','color','','','',0),('side_nav_text_color_hover',-1,0,'0','SidebarNavigation','vbulletin','color','','','',0),('inline_edit_background',-1,0,'0','Sitebuilder','vbulletin','background','','','',0),('inline_edit_button_border',-1,0,'0','Sitebuilder','vbulletin','border','','','',0),('inline_edit_button_disabled_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_button_divider_left_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_button_divider_right_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_button_flat_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_button_primary_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_button_secondary_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_field_border',-1,0,'0','Sitebuilder','vbulletin','border','','','',0),('inline_edit_folder_active_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_folder_inner_highlight_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_folder_text_color_active_hover',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_form_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_header_body_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_header_line_bottom_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_header_line_top_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_module_title_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_popup_comment_line_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_search_bar_background',-1,0,'0','Sitebuilder','vbulletin','background','','','',0),('inline_edit_search_bar_background_active',-1,0,'0','Sitebuilder','vbulletin','background','','','',0),('inline_edit_search_bar_background_hover',-1,0,'0','Sitebuilder','vbulletin','background','','','',0),('inline_edit_search_bar_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_search_text_active_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('inline_edit_subheader_text_color',-1,0,'0','Sitebuilder','vbulletin','color','','','',0),('main_nav_admin_bar_background',-1,0,'0','SitebuilderNavigation','vbulletin','background','','','',0),('main_nav_admin_bar_divider_left_color',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('main_nav_admin_bar_divider_right_color',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('main_nav_admin_bar_text_color',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('main_nav_admin_bar_text_color_hover',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('main_nav_admin_bar_text_disabled_color',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('main_nav_button_border',-1,0,'0','SitebuilderNavigation','vbulletin','border','','','',0),('main_nav_login_error_field_background',-1,0,'0','SitebuilderNavigation','vbulletin','background','','','',0),('main_nav_login_error_text_color',-1,0,'0','SitebuilderNavigation','vbulletin','color','','','',0),('spacing_margin_l',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_margin_m',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_margin_s',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_margin_xl',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_margin_xs',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_margin_xxl',-1,0,'0','Spacing','vbulletin','margin','','','',0),('spacing_padding_l',-1,0,'0','Spacing','vbulletin','padding','','','',0),('spacing_padding_m',-1,0,'0','Spacing','vbulletin','padding','','','',0),('spacing_padding_s',-1,0,'0','Spacing','vbulletin','padding','','','',0),('spacing_padding_xl',-1,0,'0','Spacing','vbulletin','padding','','','',0),('spacing_padding_xs',-1,0,'0','Spacing','vbulletin','padding','','','',0),('spacing_padding_xxl',-1,0,'0','Spacing','vbulletin','padding','','','',0),('toolbar_background',-1,0,'0','Toolbar','vbulletin','background','','','',0),('toolbar_border',-1,0,'0','Toolbar','vbulletin','border','','','',0),('toolbar_button_border',-1,0,'0','Toolbar','vbulletin','border','','','',0),('toolbar_dropdown_background_gradient_end',-1,0,'0','Toolbar','vbulletin','background','','','',0),('toolbar_dropdown_background_gradient_start',-1,0,'0','Toolbar','vbulletin','background','','','',0),('toolbar_dropdown_border',-1,0,'0','Toolbar','vbulletin','border','','','',0),('toolbar_dropdown_divider_color',-1,0,'0','Toolbar','vbulletin','color','','','',0),('toolbar_dropdown_text_color',-1,0,'0','Toolbar','vbulletin','color','','','',0),('toolbar_dropdown_text_color_active',-1,0,'0','Toolbar','vbulletin','color','','','',0),('toolbar_form_field_background',-1,0,'0','Toolbar','vbulletin','background','','','',0),('toolbar_form_field_border',-1,0,'0','Toolbar','vbulletin','border','','','',0),('toolbar_form_field_placeholder_text_color',-1,0,'0','Toolbar','vbulletin','color','','','',0),('toolbar_text_color',-1,0,'0','Toolbar','vbulletin','color','','','',0); /*!40000 ALTER TABLE `stylevardfn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribediscussion` -- DROP TABLE IF EXISTS `subscribediscussion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribediscussion` ( `subscribediscussionid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL, `discussionid` int(10) unsigned NOT NULL, `emailupdate` smallint(5) unsigned NOT NULL default '0', `oldid` int(10) unsigned default NULL, `oldtypeid` int(10) unsigned default NULL, PRIMARY KEY (`subscribediscussionid`), UNIQUE KEY `userdiscussion` (`userid`,`discussionid`,`oldtypeid`), KEY `discussionid` (`discussionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribediscussion` -- LOCK TABLES `subscribediscussion` WRITE; /*!40000 ALTER TABLE `subscribediscussion` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribediscussion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribeevent` -- DROP TABLE IF EXISTS `subscribeevent`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribeevent` ( `subscribeeventid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `eventid` int(10) unsigned NOT NULL default '0', `lastreminder` int(10) unsigned NOT NULL default '0', `reminder` int(10) unsigned NOT NULL default '3600', PRIMARY KEY (`subscribeeventid`), UNIQUE KEY `subindex` (`userid`,`eventid`), KEY `eventid` (`eventid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribeevent` -- LOCK TABLES `subscribeevent` WRITE; /*!40000 ALTER TABLE `subscribeevent` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribeevent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribegroup` -- DROP TABLE IF EXISTS `subscribegroup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribegroup` ( `subscribegroupid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL, `groupid` int(10) unsigned NOT NULL, `emailupdate` enum('daily','weekly','none') NOT NULL default 'none', PRIMARY KEY (`subscribegroupid`), UNIQUE KEY `usergroup` (`userid`,`groupid`), KEY `groupid` (`groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribegroup` -- LOCK TABLES `subscribegroup` WRITE; /*!40000 ALTER TABLE `subscribegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription` -- DROP TABLE IF EXISTS `subscription`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscription` ( `subscriptionid` smallint(5) unsigned NOT NULL auto_increment, `varname` varchar(100) NOT NULL default '', `cost` mediumtext, `forums` mediumtext, `nusergroupid` smallint(6) NOT NULL default '0', `membergroupids` varchar(255) NOT NULL default '', `active` smallint(5) unsigned NOT NULL default '0', `options` int(10) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '1', `adminoptions` int(10) unsigned NOT NULL default '0', `newoptions` mediumtext, PRIMARY KEY (`subscriptionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscription` -- LOCK TABLES `subscription` WRITE; /*!40000 ALTER TABLE `subscription` DISABLE KEYS */; /*!40000 ALTER TABLE `subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscriptionlog` -- DROP TABLE IF EXISTS `subscriptionlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscriptionlog` ( `subscriptionlogid` mediumint(8) unsigned NOT NULL auto_increment, `subscriptionid` smallint(6) NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `pusergroupid` smallint(6) NOT NULL default '0', `status` smallint(6) NOT NULL default '0', `regdate` int(10) unsigned NOT NULL default '0', `expirydate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`subscriptionlogid`), KEY `userid` (`userid`,`subscriptionid`), KEY `subscriptionid` (`subscriptionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscriptionlog` -- LOCK TABLES `subscriptionlog` WRITE; /*!40000 ALTER TABLE `subscriptionlog` DISABLE KEYS */; /*!40000 ALTER TABLE `subscriptionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscriptionpermission` -- DROP TABLE IF EXISTS `subscriptionpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscriptionpermission` ( `subscriptionpermissionid` int(10) unsigned NOT NULL auto_increment, `subscriptionid` int(10) unsigned NOT NULL default '0', `usergroupid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`subscriptionpermissionid`), UNIQUE KEY `subscriptionid` (`subscriptionid`,`usergroupid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscriptionpermission` -- LOCK TABLES `subscriptionpermission` WRITE; /*!40000 ALTER TABLE `subscriptionpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `subscriptionpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag` -- DROP TABLE IF EXISTS `tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tag` ( `tagid` int(10) unsigned NOT NULL auto_increment, `tagtext` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `canonicaltagid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`tagid`), UNIQUE KEY `tagtext` (`tagtext`), KEY `canonicaltagid` (`canonicaltagid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tag` -- LOCK TABLES `tag` WRITE; /*!40000 ALTER TABLE `tag` DISABLE KEYS */; /*!40000 ALTER TABLE `tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tagnode` -- DROP TABLE IF EXISTS `tagnode`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tagnode` ( `tagid` int(10) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`tagid`,`nodeid`), KEY `id_type_user` (`nodeid`,`userid`), KEY `id_type_node` (`nodeid`), KEY `id_type_tag` (`tagid`), KEY `user` (`userid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tagnode` -- LOCK TABLES `tagnode` WRITE; /*!40000 ALTER TABLE `tagnode` DISABLE KEYS */; /*!40000 ALTER TABLE `tagnode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tagsearch` -- DROP TABLE IF EXISTS `tagsearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tagsearch` ( `tagid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', KEY `tagid` (`tagid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tagsearch` -- LOCK TABLES `tagsearch` WRITE; /*!40000 ALTER TABLE `tagsearch` DISABLE KEYS */; /*!40000 ALTER TABLE `tagsearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `template` -- DROP TABLE IF EXISTS `template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `template` ( `templateid` int(10) unsigned NOT NULL auto_increment, `styleid` smallint(6) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `template` mediumtext, `template_un` mediumtext, `templatetype` enum('template','stylevar','css','replacement') NOT NULL default 'template', `dateline` int(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', `version` varchar(30) NOT NULL default '', `product` varchar(25) NOT NULL default '', `mergestatus` enum('none','merged','conflicted') NOT NULL default 'none', PRIMARY KEY (`templateid`), UNIQUE KEY `title` (`title`,`styleid`,`templatetype`), KEY `styleid` (`styleid`) ) ENGINE=MyISAM AUTO_INCREMENT=460 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `template` -- LOCK TABLES `template` WRITE; /*!40000 ALTER TABLE `template` DISABLE KEYS */; INSERT INTO `template` VALUES (1,-1,'admin_configuresite','$final_rendered = \'\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n\r\n \' . \'\'; $stylecache = vB_Template_Runtime::parseData(\'style\', \'fetchStyles\'); $final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-config-site-panel config-site-panel h-hide edit-mode\">\r\n\r\n \' . \'\' . \'\r\n <div class=\"config-site-panel-gutter\">\r\n \r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"panel h-clearfix\">\r\n\r\n \' . \'\' . \'\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"configure_site\") . \'</h1>\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"panel-main-content h-left b-config-site__main-content\">\r\n\r\n \' . \'\' . \'\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n \' . vB_Template_Runtime::parsePhrase(\"your_current_site\") . \'\r\n </h3>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n \' . vB_Template_Runtime::vBVar($vboptions[\'frontendurl\']) . \'\r\n </div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n \' . vB_Template_Runtime::parsePhrase(\"choose_options_site_logo\") . \'\r\n </h3>\r\n\r\n <form action=\"\' . $baseurl . \'/uploader/upload_logo\" method=\"post\" enctype=\"multipart/form-data\" class=\"js-site-config__file_form\">\r\n <div class=\"dialog-content\">\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n <label>\r\n <input type=\"radio\" class=\"b-config-site__image-option js-site-config__upload_file\" name=\"logo_from\" value=\"file\" checked=\"checked\" tabindex=\"1\" />\r\n \' . vB_Template_Runtime::parsePhrase(\"upload_a_logo_image_desc\") . \'\r\n </label>\r\n </div>\r\n <div class=\"js-site-config__fileForm b-config-site__content h-margin-bottom-l\">\r\n <div class=\"h-clearfix\">\r\n <span id=\"btnBrowser\" class=\"button primary custom-upload-button\" tabindex=\"0\">\' . vB_Template_Runtime::parsePhrase(\"browse\") . \'<input type=\"file\" id=\"file\" name=\"file\" tabindex=\"1\" /></span>\r\n\r\n <span class=\"h-hide upload-progress-bar\">\r\n <img src=\"\' . $baseurl . \'/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'...\" />\r\n </span>\r\n\r\n </div>\r\n\r\n <p class=\"comments h-clear h-margin-top-m\">\' . vB_Template_Runtime::parsePhrase(\"image_hosting_site_note\") . \'</p>\r\n\r\n \' . \'\'; if (count($stylecache) > 1) {\n $final_rendered .= \'\r\n <div class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"choose_which_styles_apply_logo\") . \'</div>\r\n <div class=\"h-margin-bottom-xxl\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection h-margin-left-none\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"default_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"all_styles\") . \'</label>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n </div>\r\n </form>\r\n <form action=\"\' . $baseurl . \'/uploader/upload_logo_url\" method=\"post\" enctype=\"multipart/form-data\" class=\"js-site-config__url_form\">\r\n <div class=\"dialog-content\">\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n <label>\r\n <input type=\"radio\" class=\"b-config-site__image-option js-site-config__upload_url\" name=\"logo_from\" value=\"url\" tabindex=\"1\" />\r\n \' . vB_Template_Runtime::parsePhrase(\"image_hosting_site_desc\") . \'\r\n </label>\r\n </div>\r\n <div class=\"js-site-config__urlForm h-hide b-config-site__content\">\r\n <div class=\"h-clearfix\">\r\n <input type=\"text\" class=\"js-site-config__url textbox\" tabindex=\"1\" />\r\n <span class=\"button primary js-site-config__btn-url\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span>\r\n\r\n <span class=\"h-hide upload-progress-bar\">\r\n <img src=\"\' . $baseurl . \'/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'...\" />\r\n </span>\r\n\r\n </div>\r\n\r\n\r\n <p class=\"comments h-clear h-margin-top-m\">\' . vB_Template_Runtime::parsePhrase(\"image_hosting_site_note\") . \'</p>\r\n\r\n \' . \'\'; if (count($stylecache) > 1) {\n $final_rendered .= \'\r\n <div class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"choose_which_styles_apply_logo\") . \'</div>\r\n <div class=\"h-margin-bottom-xxl\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection h-margin-left-none\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"default_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"all_styles\") . \'</label>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" tabindex=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n </div>\r\n </form>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n \' . vB_Template_Runtime::parsePhrase(\"add_new_forums\") . \'\r\n </h3>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n \' . vB_Template_Runtime::parsePhrase(\"enter_forum_name_and_description\") . \'\r\n </div>\r\n\r\n \' . \'\'; $canDelete = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'adminpermissions\', \'canadminforums\'); $final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-site-config__forum-div b-config-site__content\">\r\n\r\n \' . \'\'; $rootForums = vB_Template_Runtime::parseData(\'content_channel\', \'fetchTopLevelChannelIds\', \'\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $options[channel] = $rootForums[\'forum\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $options[type] = \'vBForum_Channel\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; $options[\'depth\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sortOptions = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; $sortOptions[\'displayorder\'] = \'asc\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $options[\'sort\'] = $sortOptions; $final_rendered .= \'\' . \'\r\n \' . \'\'; $forumList = vB_Template_Runtime::parseData(\'search\', \'getInitialResults\', $options, \'999\', \'1\', \'0\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $forums = $forumList[\'results\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (is_array($forums) || $forums instanceof ArrayAccess) { foreach ($forums AS $channel) {$final_rendered .= \'\r\n \' . \'\'; $deleteThis = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!(bool)$canDelete) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteThis = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'candeletechannel\', $channel[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'admin_configuresite_channel\',array(\'channel\' => $channel, \'canDelete\' => $canDelete, \'deleteThis\' => $deleteThis)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"js-site-config__more-forums-sample h-hide\">\r\n \' . vB_Template_Runtime::includeTemplate(\'admin_configuresite_channel\',array(\'canDelete\' => \'0\', \'deleteThis\' => \'0\')) . \'\r\n </div>\r\n <div class=\"b-config-site__content\">\r\n <button class=\"js-site-config__more-forums b-config-site__more-forums button secondary\">+ \' . vB_Template_Runtime::parsePhrase(\"more_forums\") . \'</button>\r\n </div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n \' . \'\'; $canemail = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'adminpermissions\', \'canadminusers\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canemail > 0) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n \' . vB_Template_Runtime::parsePhrase(\"invite_members_to_forum\") . \'\r\n </h3>\r\n \r\n <div class=\"js-site-config__email-div\">\r\n \r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n \' . vB_Template_Runtime::parsePhrase(\"you_can_send_invites\") . \'\r\n </div>\r\n <textarea class=\"b-config-site__content b-config-site__email-list js-comment-entry__textbox autogrow\" name=\"chDesc_\' . $channel[\'nodeid\'] . \'\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_email_semicolon_separated\") . \'\"></textarea>\r\n <input type=\"text\" class=\"b-config-site__content b-config-site__email-title textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_email_subject\") . \'\" autocomplete=\"off\"/>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n \' . vB_Template_Runtime::parsePhrase(\"enter_email_content_here\") . \'\r\n </div>\r\n <textarea class=\"b-config-site__content b-config-site__email-content js-comment-entry__textbox autogrow\" name=\"chDesc_\' . $channel[\'nodeid\'] . \'\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"default_invite_email_content_at_x_y\", htmlspecialchars(\'\' . vB_Template_Runtime::vBVar($vboptions[\'bbtitle\']) . \'\'), htmlspecialchars(\'\' . vB_Template_Runtime::vBVar($vboptions[\'frontendurl\']) . \'\')) . \'</textarea>\r\n <div class=\"b-config-site__content\">\r\n <div class=\"button primary js-site-config__send-btn b-config-site__send-btn\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"send_email\") . \'</div>\r\n </div>\r\n \r\n </div>\r\n \r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"h-margin-bottom-xxl\">\r\n <div class=\"action-buttons h-clearfix\">\r\n <button class=\"button primary js-site-config__close-btn\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"done\") . \'</button>\r\n </div>\r\n </div>\r\n\r\n </div><!-- end panel content -->\r\n\r\n </div><!-- end panel -->\r\n\r\n </div><!-- end js-config-site-panel -->\r\n\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n\r\n {vb:data stylecache, style, fetchStyles}\r\n\r\n <div class=\"js-config-site-panel config-site-panel h-hide edit-mode\">\r\n\r\n <vb:comment>***** GUTTER *****</vb:comment>\r\n <div class=\"config-site-panel-gutter\">\r\n \r\n </div>\r\n\r\n <vb:comment>***** PANEL *****</vb:comment>\r\n <div class=\"panel h-clearfix\">\r\n\r\n <vb:comment>***** PANEL HEADER *****</vb:comment>\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase configure_site}</h1>\r\n </div>\r\n\r\n <vb:comment>***** PANEL CONTENT *****</vb:comment>\r\n <div class=\"panel-main-content h-left b-config-site__main-content\">\r\n\r\n <vb:comment>***** SITE NAME *****</vb:comment>\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n {vb:phrase your_current_site}\r\n </h3>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n {vb:var vboptions.frontendurl}\r\n </div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n <vb:comment>***** SITE LOGO *****</vb:comment>\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n {vb:phrase choose_options_site_logo}\r\n </h3>\r\n\r\n <form action=\"{vb:raw baseurl}/uploader/upload_logo\" method=\"post\" enctype=\"multipart/form-data\" class=\"js-site-config__file_form\">\r\n <div class=\"dialog-content\">\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n <label>\r\n <input type=\"radio\" class=\"b-config-site__image-option js-site-config__upload_file\" name=\"logo_from\" value=\"file\" checked=\"checked\" tabindex=\"1\" />\r\n {vb:phrase upload_a_logo_image_desc}\r\n </label>\r\n </div>\r\n <div class=\"js-site-config__fileForm b-config-site__content h-margin-bottom-l\">\r\n <div class=\"h-clearfix\">\r\n <span id=\"btnBrowser\" class=\"button primary custom-upload-button\" tabindex=\"0\">{vb:phrase browse}<input type=\"file\" id=\"file\" name=\"file\" tabindex=\"1\" /></span>\r\n\r\n <span class=\"h-hide upload-progress-bar\">\r\n <img src=\"{vb:raw baseurl}/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}...\" />\r\n </span>\r\n\r\n </div>\r\n\r\n <p class=\"comments h-clear h-margin-top-m\">{vb:phrase image_hosting_site_note}</p>\r\n\r\n <vb:if condition=\"count($stylecache) > 1\">\r\n <div class=\"subheader\">{vb:phrase choose_which_styles_apply_logo}</div>\r\n <div class=\"h-margin-bottom-xxl\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection h-margin-left-none\" tabindex=\"1\" />{vb:phrase current_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase default_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase all_styles}</label>\r\n </div>\r\n <vb:else />\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase current_style}</label>\r\n </vb:if>\r\n\r\n </div>\r\n </div>\r\n </form>\r\n <form action=\"{vb:raw baseurl}/uploader/upload_logo_url\" method=\"post\" enctype=\"multipart/form-data\" class=\"js-site-config__url_form\">\r\n <div class=\"dialog-content\">\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n <label>\r\n <input type=\"radio\" class=\"b-config-site__image-option js-site-config__upload_url\" name=\"logo_from\" value=\"url\" tabindex=\"1\" />\r\n {vb:phrase image_hosting_site_desc}\r\n </label>\r\n </div>\r\n <div class=\"js-site-config__urlForm h-hide b-config-site__content\">\r\n <div class=\"h-clearfix\">\r\n <input type=\"text\" class=\"js-site-config__url textbox\" tabindex=\"1\" />\r\n <span class=\"button primary js-site-config__btn-url\" tabindex=\"1\">{vb:phrase upload}</span>\r\n\r\n <span class=\"h-hide upload-progress-bar\">\r\n <img src=\"{vb:raw baseurl}/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}...\" />\r\n </span>\r\n\r\n </div>\r\n\r\n\r\n <p class=\"comments h-clear h-margin-top-m\">{vb:phrase image_hosting_site_note}</p>\r\n\r\n <vb:if condition=\"count($stylecache) > 1\">\r\n <div class=\"subheader\">{vb:phrase choose_which_styles_apply_logo}</div>\r\n <div class=\"h-margin-bottom-xxl\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection h-margin-left-none\" tabindex=\"1\" />{vb:phrase current_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase default_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase all_styles}</label>\r\n </div>\r\n <vb:else />\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" tabindex=\"1\" />{vb:phrase current_style}</label>\r\n </vb:if>\r\n\r\n </div>\r\n </div>\r\n </form>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n <vb:comment>***** ADD NEW FORUMS *****</vb:comment>\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n {vb:phrase add_new_forums}\r\n </h3>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n {vb:phrase enter_forum_name_and_description}\r\n </div>\r\n\r\n {vb:data canDelete, user, hasPermissions, adminpermissions, canadminforums}\r\n\r\n <div class=\"js-site-config__forum-div b-config-site__content\">\r\n\r\n {vb:data rootForums, content_channel, fetchTopLevelChannelIds, null}\r\n {vb:set options[\'channel\'], {vb:raw rootForums.forum}}\r\n {vb:set options[\'type\'], vBForum_Channel}\r\n <vb:comment>Show top level forums only (directly under the Forum channel)</vb:comment>\r\n {vb:set options.depth, 1}\r\n {vb:set sortOptions, {vb:php array}}\r\n {vb:set sortOptions.displayorder, \'asc\'}\r\n {vb:set options.sort, {vb:raw sortOptions}}\r\n {vb:data forumList, search, getInitialResults, {vb:raw options}, 999, 1, 0}\r\n {vb:set forums, {vb:raw forumList.results}}\r\n\r\n <vb:each from=\"forums\" value=\"channel\">\r\n {vb:set deleteThis, 0}\r\n <vb:if condition=\"!(bool)$canDelete\">\r\n {vb:data deleteThis, user, hasPermissions, forumpermissions2, candeletechannel, {vb:raw channel.nodeid}}\r\n </vb:if>\r\n {vb:template admin_configuresite_channel, \r\n channel={vb:raw channel},\r\n canDelete={vb:raw canDelete},\r\n deleteThis={vb:raw deleteThis}}\r\n </vb:each>\r\n\r\n </div>\r\n\r\n <vb:comment>Hidden sample input for adding a new forum (used when clicking \"more forums\"</vb:comment>\r\n <div class=\"js-site-config__more-forums-sample h-hide\">\r\n {vb:template admin_configuresite_channel, canDelete=0, deleteThis=0}\r\n </div>\r\n <div class=\"b-config-site__content\">\r\n <button class=\"js-site-config__more-forums b-config-site__more-forums button secondary\">+ {vb:phrase more_forums}</button>\r\n </div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n {vb:data canemail, user, hasPermissions, adminpermissions, canadminusers}\r\n <vb:if condition=\"$canemail > 0\">\r\n <vb:comment>***** INVITE MEMBERS *****</vb:comment>\r\n <h3 class=\"b-config-site__title h-margin-bottom-xl\">\r\n {vb:phrase invite_members_to_forum}\r\n </h3>\r\n \r\n <div class=\"js-site-config__email-div\">\r\n \r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n {vb:phrase you_can_send_invites}\r\n </div>\r\n <textarea class=\"b-config-site__content b-config-site__email-list js-comment-entry__textbox autogrow\" name=\"chDesc_{vb:raw channel.nodeid}\" data-nodeid=\"{vb:raw channel.nodeid}\" placeholder=\"{vb:phrase type_email_semicolon_separated}\"></textarea>\r\n <input type=\"text\" class=\"b-config-site__content b-config-site__email-title textbox\" placeholder=\"{vb:phrase enter_email_subject}\" autocomplete=\"off\"/>\r\n <div class=\"b-config-site__content h-margin-bottom-m\">\r\n {vb:phrase enter_email_content_here}\r\n </div>\r\n <textarea class=\"b-config-site__content b-config-site__email-content js-comment-entry__textbox autogrow\" name=\"chDesc_{vb:raw channel.nodeid}\" data-nodeid=\"{vb:raw channel.nodeid}\">{vb:phrase default_invite_email_content_at_x_y, {vb:var vboptions.bbtitle}, {vb:var vboptions.frontendurl}}</textarea>\r\n <div class=\"b-config-site__content\">\r\n <div class=\"button primary js-site-config__send-btn b-config-site__send-btn\" tabindex=\"1\">{vb:phrase send_email}</div>\r\n </div>\r\n \r\n </div>\r\n \r\n <div class=\"divider-container h-clear\">\r\n <hr class=\"divider-light\" />\r\n </div>\r\n </vb:if>\r\n <div class=\"h-margin-bottom-xxl\">\r\n <div class=\"action-buttons h-clearfix\">\r\n <button class=\"button primary js-site-config__close-btn\" tabindex=\"1\">{vb:phrase done}</button>\r\n </div>\r\n </div>\r\n\r\n </div><!-- end panel content -->\r\n\r\n </div><!-- end panel -->\r\n\r\n </div><!-- end js-config-site-panel -->\r\n\r\n</vb:if>','template',1384978296,'vBulletin Solutions','5.1.0 Alpha 5','vbulletin','none'),(2,-1,'admin_configuresite_channel','$final_rendered = \'<div class=\"js-site-config__forum-record\">\r\n\r\n <input type=\"text\" class=\"b-config-site__forum-title textbox h-left\" name=\"chTitle_\' . $channel[\'nodeid\'] . \'\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\" value=\"\' . vB_Template_Runtime::vBVar($channel[\'title\']) . \'\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_forum_title\") . \'\" autocomplete=\"off\" />\r\n\r\n <div class=\"b-config-site__delete-link h-left\' . \'\'; if (!(bool)$canDelete AND !(bool)$deleteThis) {\n $final_rendered .= \' h-hide-imp\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' b-icon b-icon__trash-square--blue\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\" data-postcount=\"\' . $channel[\'totalcount\'] . \'\">\r\n \' . vB_Template_Runtime::parsePhrase(\"delete\") . \'\r\n </div>\r\n\r\n <textarea class=\"b-config-site__forum-desc js-comment-entry__textbox autogrow h-clear\" name=\"chDesc_\' . $channel[\'nodeid\'] . \'\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_forum_description\") . \'\">\' . vB_Template_Runtime::vBVar($channel[\'description\']) . \'</textarea>\r\n\r\n</div>\';','<div class=\"js-site-config__forum-record\">\r\n\r\n <input type=\"text\" class=\"b-config-site__forum-title textbox h-left\" name=\"chTitle_{vb:raw channel.nodeid}\" data-nodeid=\"{vb:raw channel.nodeid}\" value=\"{vb:var channel.title}\" placeholder=\"{vb:phrase enter_forum_title}\" autocomplete=\"off\" />\r\n\r\n <div class=\"b-config-site__delete-link h-left<vb:if condition=\"!(bool)$canDelete AND !(bool)$deleteThis\"> h-hide-imp</vb:if> b-icon b-icon__trash-square--blue\" data-nodeid=\"{vb:raw channel.nodeid}\" data-postcount=\"{vb:raw channel.totalcount}\">\r\n {vb:phrase delete}\r\n </div>\r\n\r\n <textarea class=\"b-config-site__forum-desc js-comment-entry__textbox autogrow h-clear\" name=\"chDesc_{vb:raw channel.nodeid}\" data-nodeid=\"{vb:raw channel.nodeid}\" placeholder=\"{vb:phrase enter_forum_description}\">{vb:var channel.description}</textarea>\r\n\r\n</div>','template',1382728630,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(3,-1,'admin_screenlayout_1','$final_rendered = \'<div id=\"canvas-layout-full\" class=\"canvas-layout \' . $displayClass . \'\" data-layout-id=\"1\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-0 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\';','<div id=\"canvas-layout-full\" class=\"canvas-layout {vb:raw displayClass}\" data-layout-id=\"1\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-0 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>','template',1368653297,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(4,-1,'admin_screenlayout_2','$final_rendered = \'<div id=\"canvas-layout-wide-narrow\" class=\"canvas-layout \' . $displayClass . \'\" data-layout-id=\"2\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row has-columns l-row l-row__fixed--right\">\r\n <div class=\"l-small canvas-widget-list section-1 has-adjacent-left-col l-col__fixed-6 l-col__small--full\"></div>\r\n <div class=\"canvas-widget-list section-0 has-adjacent-right-col l-col__flex-6 l-col__small--full h-padding-right-xl\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\';','<div id=\"canvas-layout-wide-narrow\" class=\"canvas-layout {vb:raw displayClass}\" data-layout-id=\"2\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row has-columns l-row l-row__fixed--right\">\r\n <div class=\"l-small canvas-widget-list section-1 has-adjacent-left-col l-col__fixed-6 l-col__small--full\"></div>\r\n <div class=\"canvas-widget-list section-0 has-adjacent-right-col l-col__flex-6 l-col__small--full h-padding-right-xl\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(5,-1,'admin_screenlayout_4','$final_rendered = \'<div id=\"canvas-layout-narrow-wide\" class=\"canvas-layout \' . $displayClass . \'\" data-layout-id=\"4\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row has-columns l-row\">\r\n <div class=\"l-small canvas-widget-list section-0 has-adjacent-right-col l-col__fixed-6 l-col__small--full\"></div>\r\n <div class=\"canvas-widget-list section-1 has-adjacent-left-col l-col__flex-6 l-col__small--full h-padding-left-xl\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\';','<div id=\"canvas-layout-narrow-wide\" class=\"canvas-layout {vb:raw displayClass}\" data-layout-id=\"4\">\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-2 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row has-columns l-row\">\r\n <div class=\"l-small canvas-widget-list section-0 has-adjacent-right-col l-col__fixed-6 l-col__small--full\"></div>\r\n <div class=\"canvas-widget-list section-1 has-adjacent-left-col l-col__flex-6 l-col__small--full h-padding-left-xl\"></div>\r\n </div>\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n <div class=\"canvas-widget-list section-3 l-col__large-12 l-col__small--full\"></div>\r\n </div>\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(6,-1,'admin_sitebuilder','$final_rendered = \'\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n <div id=\"admin-navbar-strip-gutter\" class=\"h-hide\">\r\n <div id=\"admin-navbar-strip\">\r\n <div class=\"prompt-text h-left\"></div>\r\n <ul class=\"action-buttons h-right\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span>\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span>\' . vB_Template_Runtime::parsePhrase(\"exit_without_saving\") . \'</div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span>\' . vB_Template_Runtime::parsePhrase(\"page_map\") . \'</div></li>\r\n </ul>\r\n </div>\r\n <form id=\"edit-navbar\" class=\"tab h-hide h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\" id=\"panel-header-navbar\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"edit_navigation_bar\") . \'</h1>\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"edit_navigation_bar_desc\") . \'</p>\r\n </div>\r\n <div class=\"panel-header-text h-left\" id=\"panel-header-footer\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"edit_footer\") . \'</h1>\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"edit_footer_desc\") . \'</p>\r\n </div>\r\n <div class=\"panel-main-content h-left\">\r\n <div id=\"navbar-ui-container\" class=\"h-clearfix\">\r\n <div id=\"navbar-edit-item\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"navigation_item_name\") . \':</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"name\" id=\"navbar-edit-name\" class=\"textbox stretch\" />\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"target_url\") . \':</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"url\" id=\"navbar-edit-url\" class=\"textbox stretch\" />\r\n <label><input type=\"checkbox\" name=\"newwindow\" id=\"navbar-edit-newwindow\" /><span>\' . vB_Template_Runtime::parsePhrase(\"open_in_new_window\") . \'</span></label>\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"link_attributes\") . \':</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"name\" id=\"navbar-edit-attr\" class=\"textbox stretch\" />\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"user_groups\") . \':</label>\r\n <span id=\"navbar-edit-usergroups\" class=\"jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"edit\") . \'</span>\r\n </div>\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <button id=\"navbar-edit-save\" type=\"button\" class=\"button primary\">\' . vB_Template_Runtime::parsePhrase(\"ok\") . \'</button>\r\n <button id=\"navbar-edit-cancel\" type=\"button\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"edit-page-dropdown-gutter\" class=\"h-hide\">\r\n <div id=\"edit-page-dropdown\">\r\n <div id=\"edit-content\">\r\n <div class=\"tabs h-clearfix\">\r\n <div class=\"tabs-gutter\">\r\n <div class=\"tabs-list-wrapper\">\r\n <ul class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#add-modules\" id=\"addModulesTab\"><span>\' . vB_Template_Runtime::parsePhrase(\"add_modules\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#change-layout\" id=\"changeLayoutTab\"><span>\' . vB_Template_Runtime::parsePhrase(\"change_layout\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#select-template\" id=\"selectTemplateTab\"><span>\' . vB_Template_Runtime::parsePhrase(\"select_template\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#color-style\" id=\"colorStyleTab\"><span>\' . vB_Template_Runtime::parsePhrase(\"color_style\") . \'</span></a></li>\r\n </ul>\r\n <ul class=\"action-buttons\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"save_page\") . \'</span></div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"exit_without_saving\") . \'</span></div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"page_map\") . \'</span></div></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div id=\"add-modules\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"add_modules\") . \'</h1>\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"add_modules_desc\") . \'</p>\r\n <p><input type=\"text\" id=\"search-module-keyword\" class=\"textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"search_module\") . \'\" autocomplete=\"off\" /></p>\r\n </div>\r\n <div class=\"module-list-container panel-main-content h-left\">\r\n <div class=\"scroller module viewport h-left h-clear\">\r\n <div class=\"module-list list overview h-left\">\r\n \' . \'\' . \'\r\n <div class=\"canvas-widget default-widget module-icon-template h-hide\">\r\n <div class=\"widget-header h-clearfix\">\r\n <div class=\"module-icon\"></div>\r\n <div class=\"module-title h-left\"><span class=\"main-title\"></span></div>\r\n <div class=\"module-buttons\">\r\n \' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n <span class=\"admin-only\">\r\n <span class=\"move-icon module-button-item\" title=\"\' . vB_Template_Runtime::parsePhrase(\"move_module\") . \'\"><span>\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span></span>\r\n <span class=\"edit-button module-button-item\" title=\"\' . vB_Template_Runtime::parsePhrase(\"edit_module\") . \'\"><span>\' . vB_Template_Runtime::parsePhrase(\"edit\") . \'</span></span>\r\n <span class=\"close-button module-button-item\" title=\"\' . vB_Template_Runtime::parsePhrase(\"remove_module\") . \'\"><span>\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</span></span>\r\n </span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <span class=\"toggle-button module-button-item collapse\" title=\"\' . vB_Template_Runtime::parsePhrase(\"collapse\") . \'\" data-toggle-title=\"\' . vB_Template_Runtime::parsePhrase(\"expand\") . \'\"><span>\' . vB_Template_Runtime::parsePhrase(\"collapse\") . \'</span></span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"empty-module h-hide\">\' . vB_Template_Runtime::parsePhrase(\"no_modules_found\") . \'</div>\r\n </div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </div>\r\n <form id=\"change-layout\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"change_layout\") . \'</h1>\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"change_layout_desc\") . \'</p>\r\n </div>\r\n <div class=\"layout-list-container panel-main-content h-left\">\r\n <div class=\"scroller layout viewport h-left h-clear\">\r\n <div class=\"layout-list list overview h-left\">\r\n \' . \'\'; $screenlayouts = vB_Template_Runtime::parseData(\'screenlayout\', \'fetchScreenLayoutList\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($screenlayouts) || $screenlayouts instanceof ArrayAccess) { foreach ($screenlayouts AS $screenlayout) {$final_rendered .= \'\r\n <div class=\"layout-item list-item h-left\">\r\n \' . \'\'; $layout_phrase = $screenlayout[\'title\']; $final_rendered .= \'\' . \'\r\n <input type=\"radio\" name=\"screenlayoutid\" id=\"layout-\' . $screenlayout[\'varname\'] . \'\" value=\"\' . $screenlayout[\'screenlayoutid\'] . \'\" data-thumbnail=\"\' . $baseurl . \'/\' . $admincpdir . \'/img/icon-layout-\' . $screenlayout[\'varname\'] . \'.png\" />\r\n <label class=\"layout-label\">\' . vB_Template_Runtime::parsePhrase(\"$layout_phrase\") . \'</label>\r\n </div>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n <form id=\"select-template\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"select_template\") . \'</h1>\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"select_template_desc\") . \'</p>\r\n <p><input type=\"text\" id=\"search-template-keyword\" class=\"textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"search_template\") . \'\" autocomplete=\"off\" /></p>\r\n <p class=\"note\"><span class=\"header\">\' . vB_Template_Runtime::parsePhrase(\"note\") . \':</span> \' . vB_Template_Runtime::parsePhrase(\"module_layout_changes_affect_all_pages\") . \'</p>\r\n </div>\r\n <div class=\"template-list-container panel-main-content h-left\">\r\n <div class=\"empty-template h-hide\">\' . vB_Template_Runtime::parsePhrase(\"no_templates_found\") . \'</div>\r\n <div class=\"scroller template viewport h-left h-clear\">\r\n <div class=\"template-list list overview h-left\"></div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n <form id=\"color-style\" class=\"tab h-left\">\r\n </form>\r\n </div>\r\n </div>\r\n\r\n <div id=\"save-content\">\r\n <form id=\"save-page-form\">\r\n <input type=\"hidden\" id=\"pageid\" name=\"pageid\" value=\"\' . $page[\'pageid\'] . \'\" />\r\n <input type=\"hidden\" id=\"nodeid\" name=\"nodeid\" value=\"\' . $page[\'nodeid\'] . \'\" />\r\n <input type=\"hidden\" id=\"userid\" name=\"userid\" value=\"\' . $page[\'userid\'] . \'\" />\r\n <input type=\"hidden\" id=\"screenlayoutid\" name=\"screenlayoutid\" />\r\n <input type=\"hidden\" id=\"templatetitle\" name=\"templatetitle\" value=\"\' . $page[\'templatetitle\'] . \'\" />\r\n <div id=\"moduleData\"></div>\r\n\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"save_page\") . \'</h1>\r\n </div>\r\n <div class=\"panel-main-content h-left h-clearfix\">\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"save_the_page_name\") . \'</label>\r\n <input type=\"text\" id=\"pagetitle\" name=\"pagetitle\" value=\"\' . vB_Template_Runtime::vBVar($page[\'title\']) . \'\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"save_the_page_url\") . \'</label>\r\n <span class=\"url\">\' . $baseurl . \'/</span><input type=\"text\" id=\"pageurl\" name=\"resturl\" value=\"\' . $page[\'urlprefix\'] . \'\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"meta_description\") . \'</label>\r\n <input type=\"text\" id=\"metadescription\" name=\"metadescription\" value=\"\' . vB_Template_Runtime::vBVar($page[\'metadescription\']) . \'\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field last\">\r\n <label class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"template_option\") . \'</label>\r\n <div class=\"edit-page-template\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"overwrite_template\") . \'</span>\r\n <input type=\"radio\" id=\"pagetemplateid-yes\" name=\"pagetemplateid\" value=\"\' . $page[\'pagetemplateid\'] . \'\" /><label for=\"pagetemplateid-yes\">\' . vB_Template_Runtime::parsePhrase(\"yes\") . \'</label>\r\n <input type=\"radio\" id=\"pagetemplateid-no\" name=\"pagetemplateid\" value=\"0\" /><label for=\"pagetemplateid-no\">\' . vB_Template_Runtime::parsePhrase(\"no\") . \'</label>\r\n <span class=\"template-name h-hide\">\r\n <input type=\"text\" id=\"templatetitle-edit\" name=\"templatetitle\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_a_new_template_here\") . \'\" class=\"textbox\" />\r\n </span>\r\n </div>\r\n <div class=\"new-page-template\">\r\n <input type=\"text\" id=\"templatetitle-new\" name=\"templatetitle\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_a_new_template_here\") . \'\" class=\"textbox\" />\r\n <input type=\"hidden\" id=\"pagetemplateid-new\" name=\"pagetemplateid\" value=\"0\" />\r\n </div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <button id=\"btnOK\" type=\"button\" class=\"button primary\">\' . vB_Template_Runtime::parsePhrase(\"ok\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div id=\"config-dialog\" class=\"sb-dialog\">\r\n <form class=\"sitebuilder-widget-form\" action=\"\' . $baseurl . \'/ajax/api/widget/saveAdminConfig\" method=\"post\">\r\n\r\n <input type=\"hidden\" id=\"config_widgetid\" name=\"widgetid\" />\r\n <input type=\"hidden\" id=\"config_pagetemplateid\" name=\"pagetemplateid\" />\r\n <input type=\"hidden\" id=\"config_widgetinstanceid\" name=\"widgetinstanceid\" />\r\n\r\n <div class=\"widget-name h-left\"><h1></h1></div>\r\n <div class=\"widget-note h-right\"><em>(\' . vB_Template_Runtime::parsePhrase(\"fields_denoted_required\") . \')</em></div>\r\n <div class=\"dialog-content h-clear\">\r\n <div class=\"widget-config-container\"></div>\r\n <div class=\"loader\"><img class=\"loading-icon\" src=\"\' . $baseurl . \'/images/ajax-loader.gif\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"loading\") . \'...\" title=\"\" width=\"16\" height=\"16\" /></div>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <button id=\"btnSaveConfig\" type=\"submit\" class=\"button primary\">\' . vB_Template_Runtime::parsePhrase(\"save\") . \'</button>\r\n <button id=\"btnCloseConfig\" type=\"button\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"close\") . \'</button>\r\n </div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"edit-site-logo-dialog\" class=\"sb-dialog\">\r\n <form action=\"\' . $baseurl . \'/uploader/upload_file\" method=\"post\" enctype=\"multipart/form-data\">\r\n <div class=\"dialog-content\">\r\n <div class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"upload_a_logo_image\") . \'</div>\r\n <div class=\"h-clearfix\">\r\n <span class=\"body-text\">\' . vB_Template_Runtime::parsePhrase(\"upload_a_logo_image_desc\") . \'</span>\r\n <span id=\"btnBrowser\" class=\"button primary custom-upload-button h-right\" tabindex=\"0\">\' . vB_Template_Runtime::parsePhrase(\"browse\") . \'<input type=\"file\" id=\"file\" name=\"file\" /></span>\r\n </div>\r\n <div class=\"upload-progress-bar h-hide h-clear\"><img src=\"\' . $baseurl . \'/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'...\" /></div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <div class=\"overlap\">\' . vB_Template_Runtime::parsePhrase(\"or_cap\") . \'</div>\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n <div class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"image_hosting_site\") . \'</div>\r\n <div class=\"body-text\">\' . vB_Template_Runtime::parsePhrase(\"image_hosting_site_desc\") . \'</div>\r\n <div class=\"h-clearfix\">\r\n <input type=\"text\" id=\"imageUrl\" class=\"textbox\" tabindex=\"1\" />\r\n <span id=\"btnAttachLogo\" class=\"button primary h-right\" tabindex=\"2\">\' . vB_Template_Runtime::parsePhrase(\"attach\") . \'</span>\r\n </div>\r\n <div class=\"upload-progress-bar h-hide h-clear\"><img src=\"\' . $baseurl . \'/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'...\" /></div>\r\n\r\n <p class=\"comments h-clear\">\' . vB_Template_Runtime::parsePhrase(\"image_hosting_site_note\") . \'</p>\r\n \' . \'\'; $stylecache = vB_Template_Runtime::parseData(\'style\', \'fetchStyles\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (count($stylecache) > 1) {\n $final_rendered .= \'\r\n <div class=\"divider-container h-clear\"></div>\r\n <div class=\"subheader\">\' . vB_Template_Runtime::parsePhrase(\"choose_a_style\") . \'</div>\r\n <div class=\"body-text\">\' . vB_Template_Runtime::parsePhrase(\"choose_which_styles_apply_logo\") . \'</div>\r\n <div class=\"h-clear h-clearfix\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" />\' . vB_Template_Runtime::parsePhrase(\"default_style\") . \'</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" />\' . vB_Template_Runtime::parsePhrase(\"all_styles\") . \'</label>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" />\' . vB_Template_Runtime::parsePhrase(\"current_style\") . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div id=\"btnSaveEditSiteLogo\" class=\"button primary\" tabindex=\"3\">\' . vB_Template_Runtime::parsePhrase(\"save\") . \'</div>\r\n <div id=\"btnCancelEditSiteLogo\" class=\"button secondary\" tabindex=\"4\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</div>\r\n </div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"page-map-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"click_page_name_jump\") . \'</div>\r\n <div id=\"page-map-content\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <button id=\"btnClosePageMapDialog\" type=\"button\" class=\"button primary h-right\">\' . vB_Template_Runtime::parsePhrase(\"close\") . \'</button>\r\n </div>\r\n </div>\r\n\r\n <div id=\"create-new-module-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"create_module_based_on\") . \'</div>\r\n <div class=\"dialog-body\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div class=\"button secondary cancel-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</div>\r\n </div>\r\n </div>\r\n\r\n <div id=\"navbar-edit-usergroups-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"select_usergroups_can_view_link\") . \'</p>\r\n <div class=\"blockrow\"><label><input type=\"checkbox\" class=\"select_all\" value=\"\"><span>\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'</span></label></div>\r\n <div class=\"dialog-body\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div class=\"button primary save-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"ok\") . \'</div>\r\n <div class=\"button secondary cancel-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</div>\r\n </div>\r\n </div>\r\n\r\n \' . \'\' . \'\r\n\r\n <div id=\"manage-page-dropdown\" class=\"h-hide\">\r\n <div id=\"manage-page\">\r\n <div class=\"tabs h-clearfix\">\r\n <div class=\"tabs-gutter\">\r\n <div class=\"tabs-list-wrapper\">\r\n <ul class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#manage-pages\" id=\"managePagesTab\"><span>\' . vB_Template_Runtime::parsePhrase(\"manage_pages\") . \'</span></a></li>\r\n </ul>\r\n <ul class=\"action-buttons\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"save_page\") . \'</span></div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"exit_without_saving\") . \'</span></div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"page_map\") . \'</span></div></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <form id=\"manage-pages\" class=\"tab h-left\">\r\n <div class=\"panel\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">\' . vB_Template_Runtime::parsePhrase(\"page_manager\") . \'</h1>\r\n <ul id=\"top-level-channels\" class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#top-level-forum\" id=\"topLevelForum\" data-top-level=\"forum\"><span>\' . vB_Template_Runtime::parsePhrase(\"forum\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-blog\" id=\"topLevelBlog\" data-top-level=\"blog\"><span>\' . vB_Template_Runtime::parsePhrase(\"blogs\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-groups\" id=\"topLevelGroups\" data-top-level=\"groups\"><span>\' . vB_Template_Runtime::parsePhrase(\"groups\") . \'</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-special\" id=\"topLevelCustom\" data-top-level=\"special\"><span>\' . vB_Template_Runtime::parsePhrase(\"special\") . \'</span></a></li>\r\n </ul>\r\n </div>\r\n <div id=\"top-level-forum\" class=\"layout-list-container panel-main-content h-left tab\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"forum\">\r\n\r\n \' . \'\'; $adminCpForumUrl = vB_Template_Runtime::vBVar($config->admincpdir); $final_rendered .= \'\' . \'\r\n \' . \'\'; $adminCpForumUrl .= \'/?loc=\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adminCpForumUrl .= vB_Template_Runtime::vBVar($config->admincpdir); $final_rendered .= \'\' . \'\r\n \' . \'\'; $adminCpForumUrl .= \'/forum.php\'; $final_rendered .= \'\' . \'\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"create_forum_info\", htmlspecialchars(\'\' . vB_Template_Runtime::vBVar($adminCpForumUrl) . \'\')) . \'</div>\r\n\r\n <div class=\"add-channel-container\">\r\n <span class=\"form_label h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"new_forum\") . \'</label>\r\n </span>\r\n <div class=\"form_cell h-right\">\r\n <div class=\"add-channel-fieldset\">\r\n <input type=\"text\" name=\"channelTitle\" id=\"channelTitle\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"channel_title_placeholder\") . \'\" class=\"textbox\" />\r\n <button id=\"btnAddBlog\" type=\"button\" class=\"AddMain button primary add-button\">\' . vB_Template_Runtime::parsePhrase(\"add\") . \'</button>\r\n </div>\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"create_forum_desc\") . \'</div>\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"channel-list\"></div>\r\n </div>\r\n </div>\r\n <div id=\"top-level-blog\" class=\"layout-list-container panel-main-content h-left tab\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"blog\">\r\n </div>\r\n </div>\r\n <div id=\"top-level-groups\" class=\"layout-list-container panel-main-content h-left\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"groups\">\r\n </div>\r\n </div>\r\n <div id=\"top-level-special\" class=\"layout-list-container panel-main-content h-left tab\">\r\n \' . \'\' . \'\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n \' . \'\'; if (empty($noSitebuilderJs)) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/admin-sitebuilder-rollup.js\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/file-upload-rollup.js\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n <div id=\"admin-navbar-strip-gutter\" class=\"h-hide\">\r\n <div id=\"admin-navbar-strip\">\r\n <div class=\"prompt-text h-left\"></div>\r\n <ul class=\"action-buttons h-right\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span>{vb:phrase save_changes}</div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span>{vb:phrase exit_without_saving}</div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span>{vb:phrase page_map}</div></li>\r\n </ul>\r\n </div>\r\n <form id=\"edit-navbar\" class=\"tab h-hide h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\" id=\"panel-header-navbar\">\r\n <h1 class=\"header main-header\">{vb:phrase edit_navigation_bar}</h1>\r\n <p>{vb:phrase edit_navigation_bar_desc}</p>\r\n </div>\r\n <div class=\"panel-header-text h-left\" id=\"panel-header-footer\">\r\n <h1 class=\"header main-header\">{vb:phrase edit_footer}</h1>\r\n <p>{vb:phrase edit_footer_desc}</p>\r\n </div>\r\n <div class=\"panel-main-content h-left\">\r\n <div id=\"navbar-ui-container\" class=\"h-clearfix\">\r\n <div id=\"navbar-edit-item\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div class=\"blockrow\">\r\n <label>{vb:phrase navigation_item_name}:</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"name\" id=\"navbar-edit-name\" class=\"textbox stretch\" />\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>{vb:phrase target_url}:</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"url\" id=\"navbar-edit-url\" class=\"textbox stretch\" />\r\n <label><input type=\"checkbox\" name=\"newwindow\" id=\"navbar-edit-newwindow\" /><span>{vb:phrase open_in_new_window}</span></label>\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>{vb:phrase link_attributes}:</label>\r\n <input autocomplete=\"off\" type=\"text\" name=\"name\" id=\"navbar-edit-attr\" class=\"textbox stretch\" />\r\n </div>\r\n <div class=\"blockrow\">\r\n <label>{vb:phrase user_groups}:</label>\r\n <span id=\"navbar-edit-usergroups\" class=\"jsPseudoLink\">{vb:phrase edit}</span>\r\n </div>\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <button id=\"navbar-edit-save\" type=\"button\" class=\"button primary\">{vb:phrase ok}</button>\r\n <button id=\"navbar-edit-cancel\" type=\"button\" class=\"button secondary\">{vb:phrase cancel}</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"edit-page-dropdown-gutter\" class=\"h-hide\">\r\n <div id=\"edit-page-dropdown\">\r\n <div id=\"edit-content\">\r\n <div class=\"tabs h-clearfix\">\r\n <div class=\"tabs-gutter\">\r\n <div class=\"tabs-list-wrapper\">\r\n <ul class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#add-modules\" id=\"addModulesTab\"><span>{vb:phrase add_modules}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#change-layout\" id=\"changeLayoutTab\"><span>{vb:phrase change_layout}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#select-template\" id=\"selectTemplateTab\"><span>{vb:phrase select_template}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#color-style\" id=\"colorStyleTab\"><span>{vb:phrase color_style}</span></a></li>\r\n </ul>\r\n <ul class=\"action-buttons\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase save_page}</span></div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase exit_without_saving}</span></div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase page_map}</span></div></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div id=\"add-modules\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase add_modules}</h1>\r\n <p>{vb:phrase add_modules_desc}</p>\r\n <p><input type=\"text\" id=\"search-module-keyword\" class=\"textbox\" placeholder=\"{vb:phrase search_module}\" autocomplete=\"off\" /></p>\r\n </div>\r\n <div class=\"module-list-container panel-main-content h-left\">\r\n <div class=\"scroller module viewport h-left h-clear\">\r\n <div class=\"module-list list overview h-left\">\r\n <vb:comment><!-- Template for displaying module icons --></vb:comment>\r\n <div class=\"canvas-widget default-widget module-icon-template h-hide\">\r\n <div class=\"widget-header h-clearfix\">\r\n <div class=\"module-icon\"></div>\r\n <div class=\"module-title h-left\"><span class=\"main-title\"></span></div>\r\n <div class=\"module-buttons\">\r\n <vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n <span class=\"admin-only\">\r\n <span class=\"move-icon module-button-item\" title=\"{vb:phrase move_module}\"><span>{vb:phrase move}</span></span>\r\n <span class=\"edit-button module-button-item\" title=\"{vb:phrase edit_module}\"><span>{vb:phrase edit}</span></span>\r\n <span class=\"close-button module-button-item\" title=\"{vb:phrase remove_module}\"><span>{vb:phrase remove}</span></span>\r\n </span>\r\n </vb:if>\r\n <span class=\"toggle-button module-button-item collapse\" title=\"{vb:phrase collapse}\" data-toggle-title=\"{vb:phrase expand}\"><span>{vb:phrase collapse}</span></span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"empty-module h-hide\">{vb:phrase no_modules_found}</div>\r\n </div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </div>\r\n <form id=\"change-layout\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase change_layout}</h1>\r\n <p>{vb:phrase change_layout_desc}</p>\r\n </div>\r\n <div class=\"layout-list-container panel-main-content h-left\">\r\n <div class=\"scroller layout viewport h-left h-clear\">\r\n <div class=\"layout-list list overview h-left\">\r\n {vb:data screenlayouts, screenlayout, fetchScreenLayoutList}\r\n <vb:each from=\"screenlayouts\" value=\"screenlayout\">\r\n <div class=\"layout-item list-item h-left\">\r\n {vb:set layout_phrase, {vb:raw screenlayout.title}}\r\n <input type=\"radio\" name=\"screenlayoutid\" id=\"layout-{vb:raw screenlayout.varname}\" value=\"{vb:raw screenlayout.screenlayoutid}\" data-thumbnail=\"{vb:raw baseurl}/{vb:raw admincpdir}/img/icon-layout-{vb:raw screenlayout.varname}.png\" />\r\n <label class=\"layout-label\">{vb:phrase {vb:raw layout_phrase}}</label>\r\n </div>\r\n </vb:each>\r\n </div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n <form id=\"select-template\" class=\"tab h-left\">\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase select_template}</h1>\r\n <p>{vb:rawphrase select_template_desc}</p>\r\n <p><input type=\"text\" id=\"search-template-keyword\" class=\"textbox\" placeholder=\"{vb:phrase search_template}\" autocomplete=\"off\" /></p>\r\n <p class=\"note\"><span class=\"header\">{vb:phrase note}:</span> {vb:phrase module_layout_changes_affect_all_pages}</p>\r\n </div>\r\n <div class=\"template-list-container panel-main-content h-left\">\r\n <div class=\"empty-template h-hide\">{vb:phrase no_templates_found}</div>\r\n <div class=\"scroller template viewport h-left h-clear\">\r\n <div class=\"template-list list overview h-left\"></div>\r\n </div>\r\n <div class=\"scrollbar h-left h-clear disable\"><div class=\"track\"><div class=\"thumb\"></div></div></div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n <form id=\"color-style\" class=\"tab h-left\">\r\n </form>\r\n </div>\r\n </div>\r\n\r\n <div id=\"save-content\">\r\n <form id=\"save-page-form\">\r\n <input type=\"hidden\" id=\"pageid\" name=\"pageid\" value=\"{vb:raw page.pageid}\" />\r\n <input type=\"hidden\" id=\"nodeid\" name=\"nodeid\" value=\"{vb:raw page.nodeid}\" />\r\n <input type=\"hidden\" id=\"userid\" name=\"userid\" value=\"{vb:raw page.userid}\" />\r\n <input type=\"hidden\" id=\"screenlayoutid\" name=\"screenlayoutid\" />\r\n <input type=\"hidden\" id=\"templatetitle\" name=\"templatetitle\" value=\"{vb:raw page.templatetitle}\" />\r\n <div id=\"moduleData\"></div>\r\n\r\n <div class=\"panel h-clearfix\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase save_page}</h1>\r\n </div>\r\n <div class=\"panel-main-content h-left h-clearfix\">\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">{vb:phrase save_the_page_name}</label>\r\n <input type=\"text\" id=\"pagetitle\" name=\"pagetitle\" value=\"{vb:var page.title}\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">{vb:phrase save_the_page_url}</label>\r\n <span class=\"url\">{vb:raw baseurl}/</span><input type=\"text\" id=\"pageurl\" name=\"resturl\" value=\"{vb:raw page.urlprefix}\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field\">\r\n <label class=\"subheader\">{vb:phrase meta_description}</label>\r\n <input type=\"text\" id=\"metadescription\" name=\"metadescription\" value=\"{vb:var page.metadescription}\" class=\"textbox\" />\r\n </div>\r\n <div class=\"form-field last\">\r\n <label class=\"subheader\">{vb:phrase template_option}</label>\r\n <div class=\"edit-page-template\">\r\n <span>{vb:phrase overwrite_template}</span>\r\n <input type=\"radio\" id=\"pagetemplateid-yes\" name=\"pagetemplateid\" value=\"{vb:raw page.pagetemplateid}\" /><label for=\"pagetemplateid-yes\">{vb:phrase yes}</label>\r\n <input type=\"radio\" id=\"pagetemplateid-no\" name=\"pagetemplateid\" value=\"0\" /><label for=\"pagetemplateid-no\">{vb:phrase no}</label>\r\n <span class=\"template-name h-hide\">\r\n <input type=\"text\" id=\"templatetitle-edit\" name=\"templatetitle\" placeholder=\"{vb:phrase enter_a_new_template_here}\" class=\"textbox\" />\r\n </span>\r\n </div>\r\n <div class=\"new-page-template\">\r\n <input type=\"text\" id=\"templatetitle-new\" name=\"templatetitle\" placeholder=\"{vb:phrase enter_a_new_template_here}\" class=\"textbox\" />\r\n <input type=\"hidden\" id=\"pagetemplateid-new\" name=\"pagetemplateid\" value=\"0\" />\r\n </div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <button id=\"btnOK\" type=\"button\" class=\"button primary\">{vb:phrase ok}</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div id=\"config-dialog\" class=\"sb-dialog\">\r\n <form class=\"sitebuilder-widget-form\" action=\"{vb:raw baseurl}/ajax/api/widget/saveAdminConfig\" method=\"post\">\r\n\r\n <input type=\"hidden\" id=\"config_widgetid\" name=\"widgetid\" />\r\n <input type=\"hidden\" id=\"config_pagetemplateid\" name=\"pagetemplateid\" />\r\n <input type=\"hidden\" id=\"config_widgetinstanceid\" name=\"widgetinstanceid\" />\r\n\r\n <div class=\"widget-name h-left\"><h1></h1></div>\r\n <div class=\"widget-note h-right\"><em>({vb:rawphrase fields_denoted_required})</em></div>\r\n <div class=\"dialog-content h-clear\">\r\n <div class=\"widget-config-container\"></div>\r\n <div class=\"loader\"><img class=\"loading-icon\" src=\"{vb:raw baseurl}/images/ajax-loader.gif\" alt=\"{vb:phrase loading}...\" title=\"\" width=\"16\" height=\"16\" /></div>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <button id=\"btnSaveConfig\" type=\"submit\" class=\"button primary\">{vb:phrase save}</button>\r\n <button id=\"btnCloseConfig\" type=\"button\" class=\"button secondary\">{vb:phrase close}</button>\r\n </div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"edit-site-logo-dialog\" class=\"sb-dialog\">\r\n <form action=\"{vb:raw baseurl}/uploader/upload_file\" method=\"post\" enctype=\"multipart/form-data\">\r\n <div class=\"dialog-content\">\r\n <div class=\"subheader\">{vb:phrase upload_a_logo_image}</div>\r\n <div class=\"h-clearfix\">\r\n <span class=\"body-text\">{vb:phrase upload_a_logo_image_desc}</span>\r\n <span id=\"btnBrowser\" class=\"button primary custom-upload-button h-right\" tabindex=\"0\">{vb:phrase browse}<input type=\"file\" id=\"file\" name=\"file\" /></span>\r\n </div>\r\n <div class=\"upload-progress-bar h-hide h-clear\"><img src=\"{vb:raw baseurl}/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}...\" /></div>\r\n\r\n <div class=\"divider-container h-clear\">\r\n <div class=\"overlap\">{vb:phrase or_cap}</div>\r\n <hr class=\"divider-light\" />\r\n </div>\r\n\r\n <div class=\"subheader\">{vb:phrase image_hosting_site}</div>\r\n <div class=\"body-text\">{vb:phrase image_hosting_site_desc}</div>\r\n <div class=\"h-clearfix\">\r\n <input type=\"text\" id=\"imageUrl\" class=\"textbox\" tabindex=\"1\" />\r\n <span id=\"btnAttachLogo\" class=\"button primary h-right\" tabindex=\"2\">{vb:phrase attach}</span>\r\n </div>\r\n <div class=\"upload-progress-bar h-hide h-clear\"><img src=\"{vb:raw baseurl}/images/loader-box-light.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}...\" /></div>\r\n\r\n <p class=\"comments h-clear\">{vb:phrase image_hosting_site_note}</p>\r\n {vb:data stylecache, style, fetchStyles}\r\n <vb:if condition=\"count($stylecache) > 1\">\r\n <div class=\"divider-container h-clear\"></div>\r\n <div class=\"subheader\">{vb:phrase choose_a_style}</div>\r\n <div class=\"body-text\">{vb:phrase choose_which_styles_apply_logo}</div>\r\n <div class=\"h-clear h-clearfix\">\r\n <label><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" />{vb:phrase current_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"default\" class=\"styleselection\" />{vb:phrase default_style}</label>\r\n <label><input type=\"radio\" name=\"styleselection\" value=\"all\" class=\"styleselection\" />{vb:phrase all_styles}</label>\r\n </div>\r\n <vb:else />\r\n <label class=\"h-hide\"><input type=\"radio\" checked=\"checked\" name=\"styleselection\" value=\"current\" class=\"styleselection\" />{vb:phrase current_style}</label>\r\n </vb:if>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div id=\"btnSaveEditSiteLogo\" class=\"button primary\" tabindex=\"3\">{vb:phrase save}</div>\r\n <div id=\"btnCancelEditSiteLogo\" class=\"button secondary\" tabindex=\"4\">{vb:phrase cancel}</div>\r\n </div>\r\n </form>\r\n </div>\r\n\r\n <div id=\"page-map-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div>{vb:phrase click_page_name_jump}</div>\r\n <div id=\"page-map-content\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <button id=\"btnClosePageMapDialog\" type=\"button\" class=\"button primary h-right\">{vb:phrase close}</button>\r\n </div>\r\n </div>\r\n\r\n <div id=\"create-new-module-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <div>{vb:phrase create_module_based_on}</div>\r\n <div class=\"dialog-body\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div class=\"button secondary cancel-button\" tabindex=\"1\">{vb:phrase cancel}</div>\r\n </div>\r\n </div>\r\n\r\n <div id=\"navbar-edit-usergroups-dialog\" class=\"sb-dialog\">\r\n <div class=\"dialog-content\">\r\n <p>{vb:phrase select_usergroups_can_view_link}</p>\r\n <div class=\"blockrow\"><label><input type=\"checkbox\" class=\"select_all\" value=\"\"><span>{vb:phrase select_all_ginlinemod}</span></label></div>\r\n <div class=\"dialog-body\"></div>\r\n </div>\r\n <div class=\"action-buttons\">\r\n <div class=\"button primary save-button\" tabindex=\"1\">{vb:phrase ok}</div>\r\n <div class=\"button secondary cancel-button\" tabindex=\"1\">{vb:phrase cancel}</div>\r\n </div>\r\n </div>\r\n\r\n <vb:comment>\r\n /***************************** @TODO: This is not needed until Blog Categories Widget is implemented ***********************************/\r\n <div id=\"blog-category-dialog\" class=\"sb-dialog\">\r\n <form class=\"save-blog-categories-form\" action=\"{vb:raw baseurl}/ajax/api/widget/saveBlogCategories\" method=\"post\">\r\n <input type=\"hidden\" id=\"config_widgetid\" name=\"widgetid\" />\r\n <input type=\"hidden\" id=\"config_pagetemplateid\" name=\"pagetemplateid\" />\r\n <input type=\"hidden\" id=\"config_widgetinstanceid\" name=\"widgetinstanceid\" />\r\n\r\n <div class=\"dialog-content h-clear\">\r\n <div class=\"widget-config-container\"></div>\r\n <div class=\"loader\"><img class=\"loading-icon\" src=\"{vb:raw baseurl}/images/ajax-loader.gif\" width=\"16\" height=\"16\" alt=\"{vb:phrase loading}...\" title=\"\" /></div>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <button id=\"btnSaveCategories\" type=\"submit\" class=\"button primary\">{vb:phrase save}</button>\r\n <button id=\"btnNewCategory\" type=\"submit\" class=\"button primary\">{vb:phrase add_new_category}</button>\r\n <button id=\"btnCloseCategories\" type=\"button\" class=\"button secondary\">{vb:phrase close}</button>\r\n </div>\r\n </form>\r\n </div>\r\n </vb:comment>\r\n\r\n <div id=\"manage-page-dropdown\" class=\"h-hide\">\r\n <div id=\"manage-page\">\r\n <div class=\"tabs h-clearfix\">\r\n <div class=\"tabs-gutter\">\r\n <div class=\"tabs-list-wrapper\">\r\n <ul class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#manage-pages\" id=\"managePagesTab\"><span>{vb:phrase manage_pages}</span></a></li>\r\n </ul>\r\n <ul class=\"action-buttons\">\r\n <li><div class=\"lnkSaveChanges admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase save_page}</span></div></li>\r\n <li><div class=\"lnkExitWithoutSaving admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase exit_without_saving}</span></div></li>\r\n <li><div class=\"lnkPageMap admin-button-flat\"><span class=\"icon\"></span><span class=\"label\">{vb:phrase page_map}</span></div></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <form id=\"manage-pages\" class=\"tab h-left\">\r\n <div class=\"panel\">\r\n <div class=\"panel-header-text h-left\">\r\n <h1 class=\"header main-header\">{vb:phrase page_manager}</h1>\r\n <ul id=\"top-level-channels\" class=\"tabs-list\">\r\n <li class=\"tab-item\"><a href=\"#top-level-forum\" id=\"topLevelForum\" data-top-level=\"forum\"><span>{vb:phrase forum}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-blog\" id=\"topLevelBlog\" data-top-level=\"blog\"><span>{vb:phrase blogs}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-groups\" id=\"topLevelGroups\" data-top-level=\"groups\"><span>{vb:phrase groups}</span></a></li>\r\n <li class=\"tab-item\"><a href=\"#top-level-special\" id=\"topLevelCustom\" data-top-level=\"special\"><span>{vb:phrase special}</span></a></li>\r\n </ul>\r\n </div>\r\n <div id=\"top-level-forum\" class=\"layout-list-container panel-main-content h-left tab\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"forum\">\r\n\r\n {vb:set adminCpForumUrl, {vb:var config->admincpdir}}\r\n {vb:strcat adminCpForumUrl, \"/?loc=\"}\r\n {vb:strcat adminCpForumUrl, {vb:var config->admincpdir}}\r\n {vb:strcat adminCpForumUrl, \"/forum.php\"}\r\n <div>{vb:phrase create_forum_info, {vb:var adminCpForumUrl}}</div>\r\n\r\n <div class=\"add-channel-container\">\r\n <span class=\"form_label h-left\">\r\n <label>{vb:phrase new_forum}</label>\r\n </span>\r\n <div class=\"form_cell h-right\">\r\n <div class=\"add-channel-fieldset\">\r\n <input type=\"text\" name=\"channelTitle\" id=\"channelTitle\" placeholder=\"{vb:phrase channel_title_placeholder}\" class=\"textbox\" />\r\n <button id=\"btnAddBlog\" type=\"button\" class=\"AddMain button primary add-button\">{vb:phrase add}</button>\r\n </div>\r\n <div>{vb:phrase create_forum_desc}</div>\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"channel-list\"></div>\r\n </div>\r\n </div>\r\n <div id=\"top-level-blog\" class=\"layout-list-container panel-main-content h-left tab\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"blog\">\r\n </div>\r\n </div>\r\n <div id=\"top-level-groups\" class=\"layout-list-container panel-main-content h-left\">\r\n <div class=\"channel-config-dialog\" data-top-level=\"groups\">\r\n </div>\r\n </div>\r\n <div id=\"top-level-special\" class=\"layout-list-container panel-main-content h-left tab\">\r\n <vb:comment>\r\n <div class=\"channel-config-dialog\" data-top-level=\"special\">\r\n <div>{vb:phrase create_channel_desc}</div>\r\n <div class=\"add-channel-container\">\r\n <label>{vb:phrase channel_title}</label>\r\n <div class=\"add-channel-fieldset\">\r\n <input type=\"text\" name=\"channelTitle\" id=\"channelTitle\" placeholder=\"{vb:phrase channel_title_placeholder}\" class=\"textbox\" />\r\n <button id=\"btnAddSpecial\" type=\"button\" class=\"AddMain button primary add-button\">{vb:phrase add_main_channel}</button>\r\n </div>\r\n </div>\r\n <div class=\"channel-list\"></div>\r\n </div>\r\n </vb:comment>\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"form-gutter-right\"></div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <vb:if condition=\"empty($noSitebuilderJs)\">\r\n {vb:js js/admin-sitebuilder-rollup.js}\r\n {vb:js js/file-upload-rollup.js}\r\n </vb:if>\r\n\r\n</vb:if>','template',1380743134,'vBulletin Solutions','5.0.5 Release Candidate 1','vbulletin','none'),(7,-1,'admin_sitebuilder_menu','$final_rendered = \'\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (!isset($state)) {\n $final_rendered .= \'\r\n \' . \'\'; $state = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"lnkAdminCP\' . $state . \'\"><a href=\"\' . vB_Template_Runtime::buildUrlAdmincpTemp(\"\") . \'\"><span class=\"icon\"></span>\' . vB_Template_Runtime::parsePhrase(\"admincp\") . \'</a></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkPageManager\">\' . vB_Template_Runtime::parsePhrase(\"page_manager\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkNewPage\">\' . vB_Template_Runtime::parsePhrase(\"new_page\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkEditPage\">\' . vB_Template_Runtime::parsePhrase(\"edit_page\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkHeader\">\' . vB_Template_Runtime::parsePhrase(\"header\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkNavBar\">\' . vB_Template_Runtime::parsePhrase(\"navigation_bar\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu\' . $state . \'\"><a href=\"#\" id=\"lnkFooter\">\' . vB_Template_Runtime::parsePhrase(\"footer\") . \'</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n <vb:if condition=\"!isset($state)\">\r\n {vb:set state, \'\'}\r\n </vb:if>\r\n <li class=\"lnkAdminCP{vb:raw state}\"><a href=\"{vb:urladmincptemp \'\'}\"><span class=\"icon\"></span>{vb:phrase admincp}</a></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkPageManager\">{vb:phrase page_manager}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkNewPage\">{vb:phrase new_page}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkEditPage\">{vb:phrase edit_page}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkHeader\">{vb:phrase header}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkNavBar\">{vb:phrase navigation_bar}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n <li class=\"sb-menu{vb:raw state}\"><a href=\"#\" id=\"lnkFooter\">{vb:phrase footer}</a></li>\r\n <li><div class=\"divider\"></div></li>\r\n</vb:if>','template',1361556071,'vBulletin Solutions','5.0.1 Alpha 2','vbulletin','none'),(8,-1,'admin_subscriberlist','$final_rendered = \'\' . \'\'; if (!subscribers) {\n $final_rendered .= \'\r\n\' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'blog\', \'fetchSubscribers\', $page[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($subscribers[\'members\']) || $subscribers[\'members\'] instanceof ArrayAccess) { foreach ($subscribers[\'members\'] AS $subscriber) {$final_rendered .= \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . \'\'; if ($subscriber[\'avatarUrl\'] AND $user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $subscriber)) . \'\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $subscriber[\'avatarUrl\'] . \'\" alt=\"\' . $subscriber[\'username\'] . \'\" class=\"avatar h-left\"/>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $subscriber)) . \'\" class=\"h-left\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n <span class=\"h-left\">\' . $subscriber[\'username\'] . \'</span></a>\r\n </div>\r\n\r\n <div class=\"moderators_right blogRemoveSubscriber jsPseudoLink\" data-userid=\"\' . $subscriber[\'userid\'] . \'\" data-nodeid=\"\' . $nodeid . \'\" data-groupid=\"\' . $subscribers[\'groupid\'] . \'\">\r\n \' . vB_Template_Runtime::parsePhrase(\"remove\") . \'\r\n </div>\r\n </div>\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!subscribers\">\r\n{vb:data subscribers, blog, \'fetchSubscribers\', {vb:raw page.nodeid}}\r\n</vb:if>\r\n\r\n<vb:each from=\"subscribers.members\" value=\"subscriber\">\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n <vb:if condition=\"$subscriber[\'avatarUrl\'] AND $user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw subscriber}}\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw subscriber.avatarUrl}\" alt=\"{vb:raw subscriber.username}\" class=\"avatar h-left\"/>\r\n <vb:else />\r\n <a href=\"{vb:url \'profile\', {vb:raw subscriber}}\" class=\"h-left\">\r\n </vb:if>\r\n <span class=\"h-left\">{vb:raw subscriber.username}</span></a>\r\n </div>\r\n\r\n <div class=\"moderators_right blogRemoveSubscriber jsPseudoLink\" data-userid=\"{vb:raw subscriber.userid}\" data-nodeid=\"{vb:raw nodeid}\" data-groupid=\"{vb:raw subscribers.groupid}\">\r\n {vb:phrase remove}\r\n </div>\r\n </div>\r\n</vb:each>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(9,-1,'admin_widget_activitystream','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate($widget[template],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgeticon\' => $widget[\'icon\'])) . \'\r\n\r\n\';','{vb:template {vb:raw $widget[\'template\']}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgeticon={vb:raw widget.icon}}','template',1359778930,'vBulletin Solutions','5.0.0 Release Candidate 1','vbulletin','none'),(10,-1,'admin_widget_default','$final_rendered = \'\r\n\' . vB_Template_Runtime::includeTemplate($widget[template],array(\'widgetConfig\' => $widget, \'page\' => $page, \'isWidget\' => \'1\')) . \'\r\n\';','{vb:template {vb:raw $widget[\'template\']}, widgetConfig={vb:raw widget}, page={vb:raw page}, isWidget=1}','template',1359778930,'vBulletin Solutions','5.0.0 Release Candidate 1','vbulletin','none'),(11,-1,'bbcode_attachment_list','$final_rendered = \'\' . \'\'; if (!empty($attachments)) {\n $final_rendered .= \'\r\n <div class=\"b-post-attachments\">\r\n \' . vB_Template_Runtime::parsePhrase(\"attached_files\") . \'\r\n <ul>\r\n \' . \'\'; if (is_array($attachments) || $attachments instanceof ArrayAccess) { foreach ($attachments AS $attachment) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($attachment[\'filename\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $displayName = $attachment[\'filename\']; $final_rendered .= \'\' . \'\r\n \';\n } else if (!empty($attachment[\'caption\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $displayName = $attachment[\'caption\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayName = $attachment[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <li class=\"b-post-attachments__item\">\r\n <a href=\"\' . $attachurl . \'\' . $attachment[\'nodeid\'] . \'\">\r\n <span class=\"b-icon b-icon__doc--gray\"></span>\r\n <span class=\"h-wordwrap\">\' . $displayName . \'</span>\r\n \' . \'\'; if ($attachment[\'counter\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $phrase = \'1_view\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phrase = \'x_views\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <span>(\' . $attachment[\'filesize\'] . \', \' . vB_Template_Runtime::parsePhrase(\"$phrase\", htmlspecialchars(\'\' . $attachment[\'counter\'] . \'\')) . \')</span>\r\n </a>\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($attachments)\">\r\n <div class=\"b-post-attachments\">\r\n {vb:rawphrase attached_files}\r\n <ul>\r\n <vb:each from=\"attachments\" value=\"attachment\">\r\n <vb:if condition=\"!empty($attachment[\'filename\'])\">\r\n {vb:set displayName, {vb:raw attachment.filename}}\r\n <vb:elseif condition=\"!empty($attachment[\'caption\'])\" />\r\n {vb:set displayName, {vb:raw attachment.caption}}\r\n <vb:else />\r\n {vb:set displayName, {vb:raw attachment.nodeid}}\r\n </vb:if>\r\n <li class=\"b-post-attachments__item\">\r\n <a href=\"{vb:raw attachurl}{vb:raw attachment.nodeid}\">\r\n <span class=\"b-icon b-icon__doc--gray\"></span>\r\n <span class=\"h-wordwrap\">{vb:raw displayName}</span>\r\n <vb:if condition=\"$attachment[\'counter\'] == 1\">\r\n {vb:set phrase, 1_view}\r\n <vb:else />\r\n {vb:set phrase, x_views}\r\n </vb:if>\r\n <span>({vb:raw attachment.filesize}, {vb:phrase {vb:raw phrase}, {vb:raw attachment.counter}})</span>\r\n </a>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n </div>\r\n</vb:if>','template',1377558177,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(12,-1,'bbcode_code','$final_rendered = \'\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \'\r\n \' . \'\'; $verticalPadding = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $horizScrollbarAllowance = \'20\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blockCssHeight = \'\' . vB_Template_Runtime::runMaths(\'\' . $blockheight . \'\'.\'*\'.\'\' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_line_height\") . \'\'.\'+\'.\'\' . $verticalPadding . \'\'.\'+\'.\'\' . $horizScrollbarAllowance . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">\' . vB_Template_Runtime::parsePhrase(\"code\") . \':</div>\r\n <pre class=\"bbcode_code\"\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \' style=\"height:\' . $blockCssHeight . \';\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . $code . \'</pre>\r\n</div>\';','<vb:if condition=\"$vboptions[\'codemaxlines\']\">\r\n {vb:set verticalPadding, 12}\r\n {vb:set horizScrollbarAllowance, 20}\r\n {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}}\r\n</vb:if>\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">{vb:rawphrase code}:</div>\r\n <pre class=\"bbcode_code\"<vb:if condition=\"$vboptions[\'codemaxlines\']\"> style=\"height:{vb:raw blockCssHeight};\"</vb:if>>{vb:raw code}</pre>\r\n</div>','template',1370443944,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(13,-1,'bbcode_html','$final_rendered = \'\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \'\r\n \' . \'\'; $verticalPadding = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $horizScrollbarAllowance = \'20\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blockCssHeight = \'\' . vB_Template_Runtime::runMaths(\'\' . $blockheight . \'\'.\'*\'.\'\' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_line_height\") . \'\'.\'+\'.\'\' . $verticalPadding . \'\'.\'+\'.\'\' . $horizScrollbarAllowance . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">\' . vB_Template_Runtime::parsePhrase(\"html_code\") . \':</div>\r\n <pre class=\"bbcode_code\"\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \' style=\"height:\' . $blockCssHeight . \';\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . $code . \'</pre>\r\n</div>\';','<vb:if condition=\"$vboptions[\'codemaxlines\']\">\r\n {vb:set verticalPadding, 12}\r\n {vb:set horizScrollbarAllowance, 20}\r\n {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}}\r\n</vb:if>\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">{vb:rawphrase html_code}:</div>\r\n <pre class=\"bbcode_code\"<vb:if condition=\"$vboptions[\'codemaxlines\']\"> style=\"height:{vb:raw blockCssHeight};\"</vb:if>>{vb:raw code}</pre>\r\n</div>','template',1370443944,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(14,-1,'bbcode_php','$final_rendered = \'\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \'\r\n \' . \'\'; $verticalPadding = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $horizScrollbarAllowance = \'20\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blockCssHeight = \'\' . vB_Template_Runtime::runMaths(\'\' . $blockheight . \'\'.\'*\'.\'\' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_line_height\") . \'\'.\'+\'.\'\' . $verticalPadding . \'\'.\'+\'.\'\' . $horizScrollbarAllowance . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">\' . vB_Template_Runtime::parsePhrase(\"php_code\") . \':</div>\r\n <div class=\"bbcode_code\"\' . \'\'; if (vB::getDatastore()->getOption(\'codemaxlines\')) {\n $final_rendered .= \' style=\"height:\' . $blockCssHeight . \';\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'><code>\' . $code . \'</code></div>\r\n</div>\';','<vb:if condition=\"$vboptions[\'codemaxlines\']\">\r\n {vb:set verticalPadding, 12}\r\n {vb:set horizScrollbarAllowance, 20}\r\n {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}}\r\n</vb:if>\r\n<div class=\"bbcode_container\">\r\n <div class=\"bbcode_description\">{vb:rawphrase php_code}:</div>\r\n <div class=\"bbcode_code\"<vb:if condition=\"$vboptions[\'codemaxlines\']\"> style=\"height:{vb:raw blockCssHeight};\"</vb:if>><code>{vb:raw code}</code></div>\r\n</div>','template',1370443944,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(15,-1,'bbcode_quote','$final_rendered = \'<div class=\"bbcode_container\">\r\n <div class=\"bbcode_quote\">\r\n <div class=\"quote_container\">\r\n <div class=\"bbcode_quote_container vb-icon vb-icon-quote-large\"></div>\r\n \' . \'\'; if ($show[\'username\']) {\n $final_rendered .= \'\r\n <div class=\"bbcode_postedby\">\r\n \' . vB_Template_Runtime::parsePhrase(\"originally_posted_by_x\", $username) . \'\r\n \' . \'\'; if (!empty($postid)) {\n $final_rendered .= \'\r\n \' . \'\'; $post = vB_Template_Runtime::parseDataWithErrors(\'node\', \'getQuoteFullContent\', $postid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($post) AND empty($post[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $post = $post[$postid]; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; $postid = $post[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'contenttypeclass\'] == \'PrivateMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $messageInfo[\'action\'] = \'view\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $messageInfo[\'messageid\'] = $post[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $messageInfo[\'innerPost\'] = $postid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $qs[\'folderid\'] = $_GET[\'folderid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $messageInfo, $qs)) . \'\" rel=\"nofollow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"view_post\") . \'\" class=\"vb-icon vb-icon-double-arrow-blue animate-scroll\">\' . vB_Template_Runtime::parsePhrase(\"view_post\") . \'</a>\r\n \';\n } else {\n $final_rendered .= \' \r\n \' . \'\'; $starterPost[\'nodeid\'] = $post[\'starter\']; $final_rendered .= \'\' . \' \r\n \' . \'\'; $starterPost[\'innerPost\'] = $postid; $final_rendered .= \'\' . \' \r\n \' . \'\'; if ($_GET[\'view\'] == \'stream\') {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'view\'] = \'stream\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($starterPost) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'starterroute\'], $starterPost, $qs)) . \'\" rel=\"nofollow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"view_post\") . \'\" class=\"vb-icon vb-icon-double-arrow-blue animate-scroll\">\' . vB_Template_Runtime::parsePhrase(\"view_post\") . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"message\">\' . $message . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . $message . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</div>\';','<div class=\"bbcode_container\">\r\n <div class=\"bbcode_quote\">\r\n <div class=\"quote_container\">\r\n <div class=\"bbcode_quote_container vb-icon vb-icon-quote-large\"></div>\r\n <vb:if condition=\"$show[\'username\']\">\r\n <div class=\"bbcode_postedby\">\r\n {vb:rawphrase originally_posted_by_x, {vb:raw username}}\r\n <vb:if condition=\"!empty($postid)\">\r\n {vb:rawdata post, node, getQuoteFullContent, {vb:raw postid}}\r\n <vb:if condition=\"!empty($post) AND empty($post[\'errors\'])\">\r\n {vb:set post, {vb:raw post[$postid]}}\r\n <vb:comment>If we were using an old id or the nodeid with prefix, we want to switch to nodeid</vb:comment>\r\n {vb:set postid, {vb:raw post.nodeid}}\r\n <vb:if condition=\"$post[\'contenttypeclass\'] == \'PrivateMessage\'\">\r\n {vb:set messageInfo.action, \'view\'}\r\n {vb:set messageInfo.messageid, {vb:raw post.starter}}\r\n {vb:set messageInfo.innerPost, {vb:raw postid}}\r\n {vb:set qs.folderid, {vb:raw $_GET.folderid}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw messageInfo}, {vb:raw qs}}\" rel=\"nofollow\" title=\"{vb:rawphrase view_post}\" class=\"vb-icon vb-icon-double-arrow-blue animate-scroll\">{vb:rawphrase view_post}</a>\r\n <vb:else /> \r\n {vb:set starterPost.nodeid, {vb:raw post.starter}} \r\n {vb:set starterPost.innerPost, {vb:raw postid}} \r\n <vb:if condition=\"$_GET[\'view\'] == \'stream\'\">\r\n {vb:set qs.view, \'stream\'}\r\n </vb:if>\r\n <vb:if condition=\"$starterPost\">\r\n <a href=\"{vb:url {vb:raw post.starterroute}, {vb:raw starterPost}, {vb:raw qs}}\" rel=\"nofollow\" title=\"{vb:rawphrase view_post}\" class=\"vb-icon vb-icon-double-arrow-blue animate-scroll\">{vb:rawphrase view_post}</a>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n <div class=\"message\">{vb:raw message}</div>\r\n <vb:else />\r\n {vb:raw message}\r\n </vb:if>\r\n </div>\r\n </div>\r\n</div>','template',1359778930,'vBulletin Solutions','5.0.0 Release Candidate 1','vbulletin','none'),(32,-1,'blogadmin_admincontributors','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n \r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'manage_moderators\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form onSubmit=\"return false;\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"add_a_moderator_to_be_coowner\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"add_moderator_gforumdisplay\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" class=\"stretch moderator_input\" />\r\n <button type=\"button\" class=\"button secondary add_moderator\">\' . vB_Template_Runtime::parsePhrase(\"add\") . \'</button>\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"to_add_a_member_to_coown_this_blog\") . \'</div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"current_list\") . \'\r\n </div>\r\n \r\n <div class=\"row-content\">\r\n \' . \'\'; $contributors = vB_Template_Runtime::parseData(\'content_channel\', \'getContributors\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors) AND !empty($contributors)) {\n $final_rendered .= \'\r\n <table class=\"contributors-list\">\r\n <tr>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"members_list\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"role\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"status\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"action\") . \'</th>\r\n </tr>\r\n \' . \'\'; if (isset($contributors[\'active\']) AND !empty($contributors[\'active\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($contributors[\'active\'][\'owner\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'active\'][\'owner\']) || $contributors[\'active\'][\'owner\'] instanceof ArrayAccess) { foreach ($contributors[\'active\'][\'owner\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" alt=\"\' . $user[\'username\'] . \'\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td><strong>\' . vB_Template_Runtime::parsePhrase(\"owner\") . \'</strong></td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"active\") . \'</td>\r\n \' . \'\'; if (isset($contributors[\'pending\']) AND isset($contributors[\'pending\'][\'owner\'])) {\n $final_rendered .= \'\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n \';\n } else {\n $final_rendered .= \'\r\n <td><button class=\"btnTransferOwnership button secondary\">\' . vB_Template_Runtime::parsePhrase(\"transfer\") . \'</button></td>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors[\'active\'][\'moderator\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'active\'][\'moderator\']) || $contributors[\'active\'][\'moderator\'] instanceof ArrayAccess) { foreach ($contributors[\'active\'][\'moderator\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"moderator\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"active\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"btnRemoveContributor button secondary\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (isset($contributors[\'pending\']) AND !empty($contributors[\'pending\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($contributors[\'pending\'][\'owner\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'pending\'][\'owner\']) || $contributors[\'pending\'][\'owner\'] instanceof ArrayAccess) { foreach ($contributors[\'pending\'][\'owner\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"owner\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"btnCancelTransfer button secondary\">\' . vB_Template_Runtime::parsePhrase(\"cancel_transfer\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors[\'pending\'][\'moderator\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'pending\'][\'moderator\']) || $contributors[\'pending\'][\'moderator\'] instanceof ArrayAccess) { foreach ($contributors[\'pending\'][\'moderator\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"moderator\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"btnRemoveContributor button secondary\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </table>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </form>\r\n \r\n </div>\r\n \' . \'\'; if ($blogaction == \'create\') {\n $final_rendered .= \'\r\n <div class=\"action-buttons h-right\"> \r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" style=\"display:inline\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <input type=\"hidden\" name=\"blogaction\" value=\"\' . $blogaction . \'\">\r\n \r\n <div class=\"action-buttons\">\r\n \' . \'\'; $urlInfo[\'action2\'] = \'permissions\'; $final_rendered .= \'\' . \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\"><span class=\"blogAdminLink\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</span></a>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'sidebar\'; $final_rendered .= \'\' . \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\"><span class=\"blogAdminLink\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</span></a>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" tabindex=\"6\">\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n </div>\r\n </form>\r\n \r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template blogadmin_header}\r\n \r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'manage_moderators\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form onSubmit=\"return false;\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase add_a_moderator_to_be_coowner}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase add_moderator_gforumdisplay}\r\n </div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" class=\"stretch moderator_input\" />\r\n <button type=\"button\" class=\"button secondary add_moderator\">{vb:phrase add}</button>\r\n <div>{vb:phrase to_add_a_member_to_coown_this_blog}</div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase current_list}\r\n </div>\r\n \r\n <div class=\"row-content\">\r\n {vb:data contributors, content_channel, getContributors, {vb:raw nodeid}}\r\n <vb:if condition=\"isset($contributors) AND !empty($contributors)\">\r\n <table class=\"contributors-list\">\r\n <tr>\r\n <th>{vb:phrase members_list}</th>\r\n <th>{vb:phrase role}</th>\r\n <th>{vb:phrase status}</th>\r\n <th>{vb:phrase action}</th>\r\n </tr>\r\n <vb:if condition=\"isset($contributors[\'active\']) AND !empty($contributors[\'active\'])\">\r\n <vb:if condition=\"isset($contributors[\'active\'][\'owner\'])\">\r\n <vb:each from=\"contributors.active.owner\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" alt=\"{vb:raw user.username}\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td><strong>{vb:phrase owner}</strong></td>\r\n <td>{vb:phrase active}</td>\r\n <vb:if condition=\"isset($contributors[\'pending\']) AND isset($contributors[\'pending\'][\'owner\'])\">\r\n <td>{vb:phrase following_pending}</td>\r\n <vb:else />\r\n <td><button class=\"btnTransferOwnership button secondary\">{vb:phrase transfer}</button></td>\r\n </vb:if>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"isset($contributors[\'active\'][\'moderator\'])\">\r\n <vb:each from=\"contributors.active.moderator\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase moderator}</td>\r\n <td>{vb:phrase active}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"btnRemoveContributor button secondary\">{vb:phrase remove}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n </vb:if>\r\n \r\n <vb:if condition=\"isset($contributors[\'pending\']) AND !empty($contributors[\'pending\'])\">\r\n <vb:if condition=\"isset($contributors[\'pending\'][\'owner\'])\">\r\n <vb:each from=\"contributors.pending.owner\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase owner}</td>\r\n <td>{vb:phrase following_pending}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"btnCancelTransfer button secondary\">{vb:phrase cancel_transfer}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"isset($contributors[\'pending\'][\'moderator\'])\">\r\n <vb:each from=\"contributors.pending.moderator\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase moderator}</td>\r\n <td>{vb:phrase following_pending}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"btnRemoveContributor button secondary\">{vb:phrase remove}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n </vb:if>\r\n </table>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </form>\r\n \r\n </div>\r\n <vb:if condition=\"$blogaction == \'create\'\">\r\n <div class=\"action-buttons h-right\"> \r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" style=\"display:inline\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <input type=\"hidden\" name=\"blogaction\" value=\"{vb:raw blogaction}\">\r\n \r\n <div class=\"action-buttons\">\r\n {vb:set urlInfo.action2, \'permissions\'}\r\n <a class=\"button secondary\" href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\"><span class=\"blogAdminLink\">{vb:phrase previous}</span></a>\r\n {vb:set urlInfo.action2, \'sidebar\'}\r\n <a class=\"button secondary\" href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\"><span class=\"blogAdminLink\">{vb:phrase next}</span></a>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" tabindex=\"6\">{vb:phrase publish}</button>\r\n </div>\r\n </form>\r\n \r\n </div>\r\n </vb:if>\r\n</div>','template',1392153155,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(33,-1,'blogadmin_admindelete','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'delete_blog\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"delete_blog\") . \'</div>\r\n <div class=\"row-content\">\' . vB_Template_Runtime::parsePhrase(\"permanently_remove_blog_entries\") . \'</div>\r\n </div>\r\n\r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <div class=\"action-buttons h-right\">\r\n <button type=\"submit\" id=\"btnBlogDelete\" name=\"btnDelete\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"delete_blog\") . \'</button>\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n{vb:set urlInfo.blogaction, \'admin\'}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template blogadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'delete_blog\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase delete_blog}</div>\r\n <div class=\"row-content\">{vb:phrase permanently_remove_blog_entries}</div>\r\n </div>\r\n\r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <div class=\"action-buttons h-right\">\r\n <button type=\"submit\" id=\"btnBlogDelete\" name=\"btnDelete\" class=\"button primary cancel\" >{vb:phrase delete_blog}</button>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(34,-1,'blogadmin_admininvite','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$blogaction) {\n $final_rendered .= \'\r\n \' . \'\'; $blogaction = \'admin\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n \r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'invite_members\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" class=\"blogAdminForm inviteMembersForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_desc\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_row_username_title\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <input placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_member_name_here\") . \'\" class=\"stretch moderator_members_input\" name=\"invite_usernames\" />\r\n <div class=\"secondary-text\">\' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_row_username_desc\") . \'</div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_row_mysubscribers_title\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n \' . \'\'; $followType = \'follow_members\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'follow\', \'getFollowingForCurrentUser\', $followType); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($subscribers[\'totalcount\'] > 0) {\n $final_rendered .= \'\r\n <input type=\"checkbox\" id=\"select-all\" />\r\n <label for=\"select-all\">\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'</label>\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_admininvite_subscriberslist\',array(\'subscribers\' => $subscribers[\'results\'], \'subscribersPerRow\' => \'2\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_dont_have_any_subscribers_yet\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \r\n <div class=\"action-buttons h-right\">\r\n <button type=\"reset\" name=\"btnPrev\" class=\"btnBlogPrev submit button secondary h-hide\" >\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</button>\r\n <button type=\"submit\" name=\"btnSave\" class=\"btnSave button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_and_publish\") . \'</button>\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n{vb:set urlInfo.blogaction, \'admin\'}\r\n<vb:if condition=\"!$blogaction\">\r\n {vb:set blogaction, \'admin\'}\r\n</vb:if>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template blogadmin_header}\r\n \r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'invite_members\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" class=\"blogAdminForm inviteMembersForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase blogadmin_invite_desc}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase blogadmin_invite_row_username_title}\r\n </div>\r\n <div class=\"row-content\">\r\n <input placeholder=\"{vb:phrase type_member_name_here}\" class=\"stretch moderator_members_input\" name=\"invite_usernames\" />\r\n <div class=\"secondary-text\">{vb:phrase blogadmin_invite_row_username_desc}</div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase blogadmin_invite_row_mysubscribers_title}\r\n </div>\r\n <div class=\"row-content\">\r\n {vb:set followType, \'follow_members\'}\r\n {vb:data subscribers, follow, getFollowingForCurrentUser, {vb:raw followType}}\r\n <vb:if condition=\"$subscribers[\'totalcount\'] > 0\">\r\n <input type=\"checkbox\" id=\"select-all\" />\r\n <label for=\"select-all\">{vb:phrase select_all_ginlinemod}</label>\r\n {vb:template blogadmin_admininvite_subscriberslist, subscribers = {vb:raw subscribers.results}, subscribersPerRow = 2}\r\n <vb:else />\r\n {vb:phrase you_dont_have_any_subscribers_yet}\r\n </vb:if>\r\n </div>\r\n </div>\r\n \r\n <div class=\"action-buttons h-right\">\r\n <button type=\"reset\" name=\"btnPrev\" class=\"btnBlogPrev submit button secondary h-hide\" >{vb:phrase previous}</button>\r\n <button type=\"submit\" name=\"btnSave\" class=\"btnSave button primary cancel\" >{vb:phrase save_and_publish}</button>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363814060,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(35,-1,'blogadmin_admininvite_subscriberslist','$final_rendered = \'<div class=\"subscribers-list-container h-left\">\r\n\' . \'\'; if (is_array($subscribers) || $subscribers instanceof ArrayAccess) { foreach ($subscribers AS $idx => $subscriber) {$final_rendered .= \'\r\n \' . \'\'; if (!($idx % $subscribersPerRow)) {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($subscriberListRow) {\n $final_rendered .= \'\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n \' . \'\'; $itemCount = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $listRowClosed = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" name=\"invite_userids[]\" value=\"\' . $subscriber[\'keyval\'] . \'\" />\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <label for=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" class=\"h-left\">\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $subscriber[\'keyval\'] . \'&type=profile\" width=\"32\" height=\"32\" alt=\"\' . $subscriber[\'title\'] . \'\" class=\"avatar h-left\">\' . $subscriber[\'title\'] . \'</img>\r\n </label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \r\n \' . \'\'; if ($itemCount == $subscribersPerRow) {\n $final_rendered .= \'\r\n </div>\r\n \' . \'\'; $listRowClosed = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $itemCount = \'\' . vB_Template_Runtime::runMaths(\'\' . $itemCount . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$listRowClosed) {\n $final_rendered .= \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"subscribers-list-container h-left\">\r\n<vb:each from=\"subscribers\" key=\"idx\" value=\"subscriber\">\r\n <vb:if condition=\"!($idx % $subscribersPerRow)\">\r\n {vb:set subscriberListRow, 1}\r\n <vb:else />\r\n {vb:set subscriberListRow, 0}\r\n </vb:if>\r\n <vb:if condition=\"$subscriberListRow\">\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n {vb:set itemCount, 1}\r\n {vb:set listRowClosed, 0}\r\n </vb:if>\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-{vb:raw subscriber.keyval}\" name=\"invite_userids[]\" value=\"{vb:raw subscriber.keyval}\" />\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <label for=\"subscriber-{vb:raw subscriber.keyval}\" class=\"h-left\">\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw subscriber.keyval}&type=profile\" width=\"32\" height=\"32\" alt=\"{vb:raw subscriber.title}\" class=\"avatar h-left\">{vb:raw subscriber.title}</img>\r\n </label>\r\n </vb:if>\r\n </div>\r\n \r\n <vb:if condition=\"$itemCount == $subscribersPerRow\">\r\n </div>\r\n {vb:set listRowClosed, 1}\r\n </vb:if>\r\n {vb:set itemCount, {vb:math {vb:raw itemCount} + 1}}\r\n</vb:each>\r\n<vb:if condition=\"!$listRowClosed\">\r\n </div>\r\n</vb:if>\r\n</div>','template',1368134709,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(36,-1,'blogadmin_adminpermissions','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n \r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'permission_and_privacy\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n \' . \'\'; $canConfigChannel = vB_Template_Runtime::parseDataWithErrors(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canconfigchannel\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (($nodeid==0) OR (($blogPerms[\'canmoderate\'] > 0) AND (isset($canConfigChannel) AND ($canConfigChannel > 0)))) {\n $final_rendered .= \'\r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" class=\"blogAdminForm h-clearfix\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\r\n \' . vB_Template_Runtime::parsePhrase(\"edit_permission_for_blog\") . \'\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"default_entry_options\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <p>\' . vB_Template_Runtime::parsePhrase(\"posting_blog_settings_text\") . \'</p>\r\n <div class=\"stretch h-clear\">\r\n <label class=\"checkbox h-left\"><input class=\"cb_blogadminModerate h-left\" type=\"checkbox\" name=\"allow_post\" value=\"1\"\r\n \' . \'\'; if ($node[\'allow_post\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' />\' . vB_Template_Runtime::parsePhrase(\"allow_posting_comments\") . \'\r\n </label>\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <label class=\"checkbox h-left\"><input class=\"cb_blogadminModerate\" type=\"checkbox\" name=\"moderate_comments\" value=\"1\"\r\n \' . \'\'; if ($node[\'moderate_comments\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' />\' . vB_Template_Runtime::parsePhrase(\"moderate_comments_before_displaying\") . \'\r\n </label>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"subscriber_requests\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch h-left\">\r\n <label class=\"select input h-left\"><input class=\"cb_blogadminApprove\" type=\"checkbox\" name=\"approve_membership\" value=\"1\"\r\n \' . \'\'; if ($node[\'approve_membership\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' />\' . vB_Template_Runtime::parsePhrase(\"auto_accept_subscribe_text\") . \'\r\n </label>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n \' . vB_Template_Runtime::parsePhrase(\"select_who_can_view_blog_text\") . \'\r\n </div>\r\n <label class=\"header stretch h-clear select-label\">\r\n \' . vB_Template_Runtime::parsePhrase(\"view\") . \'\r\n </label>\r\n <div class=\"stretch h-left\">\r\n <select class=\"blogadminViewPerms h-left\" name=\"viewperms\">\r\n <option value=\"0\" \' . \'\'; if ($node[\'viewperms\'] == \'0\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"subscribers\") . \'</option>\r\n <option value=\"1\" \' . \'\'; if ($node[\'viewperms\'] == \'1\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"subscribers_and_registered\") . \'</option>\r\n <option value=\"2\" \' . \'\'; if ($node[\'viewperms\'] == \'2\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"everyone\") . \'</option>\r\n </select>\r\n </div>\r\n <label class=\"header stretch h-left select-label\">\r\n \' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'\r\n </label>\r\n <div class=\"stretch h-left\">\r\n <select class=\"blogadminCommentPerms h-left\" name=\"commentperms\">\r\n <option value=\"0\" \' . \'\'; if ($node[\'commentperms\'] == \'0\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"subscribers\") . \'</option>\r\n <option value=\"1\" \' . \'\'; if ($node[\'commentperms\'] == \'1\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"subscribers_and_registered\") . \'</option>\r\n <option value=\"2\" \' . \'\'; if ($node[\'commentperms\'] == \'2\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"everyone\") . \'</option>\r\n </select>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <input type=\"hidden\" name=\"blogaction\" class=\"blogAdminblogAction\" value=\"\' . $blogaction . \'\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\\\'contributors\\\'>\r\n <div class=\"action-buttons h-right h-clear\">\r\n \' . \'\'; if ($blogaction == \'create\') {\n $final_rendered .= \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</a>\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_permission\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n {vb:template blogadmin_header}\r\n \r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'permission_and_privacy\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n {vb:rawdata canConfigChannel, user, hasPermissions, forumpermissions2, canconfigchannel, {vb:raw nodeid}}\r\n <vb:if condition=\"($nodeid==0) OR (($blogPerms[\'canmoderate\'] > 0) AND (isset($canConfigChannel) AND ($canConfigChannel > 0)))\">\r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" class=\"blogAdminForm h-clearfix\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\r\n {vb:phrase edit_permission_for_blog}\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase default_entry_options}\r\n </div>\r\n <div class=\"row-content\">\r\n <p>{vb:phrase posting_blog_settings_text}</p>\r\n <div class=\"stretch h-clear\">\r\n <label class=\"checkbox h-left\"><input class=\"cb_blogadminModerate h-left\" type=\"checkbox\" name=\"allow_post\" value=\"1\"\r\n <vb:if condition=\"$node[\'allow_post\']\"> checked=\"checked\"</vb:if> />{vb:phrase allow_posting_comments}\r\n </label>\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <label class=\"checkbox h-left\"><input class=\"cb_blogadminModerate\" type=\"checkbox\" name=\"moderate_comments\" value=\"1\"\r\n <vb:if condition=\"$node[\'moderate_comments\']\"> checked=\"checked\"</vb:if> />{vb:phrase moderate_comments_before_displaying}\r\n </label>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase subscriber_requests}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch h-left\">\r\n <label class=\"select input h-left\"><input class=\"cb_blogadminApprove\" type=\"checkbox\" name=\"approve_membership\" value=\"1\"\r\n <vb:if condition=\"$node[\'approve_membership\']\"> checked=\"checked\"</vb:if> />{vb:phrase auto_accept_subscribe_text}\r\n </label>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase permission_and_privacy}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n {vb:phrase select_who_can_view_blog_text}\r\n </div>\r\n <label class=\"header stretch h-clear select-label\">\r\n {vb:phrase view}\r\n </label>\r\n <div class=\"stretch h-left\">\r\n <select class=\"blogadminViewPerms h-left\" name=\"viewperms\">\r\n <option value=\"0\" <vb:if condition=\"$node[\'viewperms\'] == \'0\'\"> selected=\"selected\"</vb:if>>{vb:phrase subscribers}</option>\r\n <option value=\"1\" <vb:if condition=\"$node[\'viewperms\'] == \'1\'\"> selected=\"selected\"</vb:if>>{vb:phrase subscribers_and_registered}</option>\r\n <option value=\"2\" <vb:if condition=\"$node[\'viewperms\'] == \'2\'\"> selected=\"selected\"</vb:if>>{vb:phrase everyone}</option>\r\n </select>\r\n </div>\r\n <label class=\"header stretch h-left select-label\">\r\n {vb:phrase leave_a_comment}\r\n </label>\r\n <div class=\"stretch h-left\">\r\n <select class=\"blogadminCommentPerms h-left\" name=\"commentperms\">\r\n <option value=\"0\" <vb:if condition=\"$node[\'commentperms\'] == \'0\'\"> selected=\"selected\"</vb:if>>{vb:phrase subscribers}</option>\r\n <option value=\"1\" <vb:if condition=\"$node[\'commentperms\'] == \'1\'\"> selected=\"selected\"</vb:if>>{vb:phrase subscribers_and_registered}</option>\r\n <option value=\"2\" <vb:if condition=\"$node[\'commentperms\'] == \'2\'\"> selected=\"selected\"</vb:if>>{vb:phrase everyone}</option>\r\n </select>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n \r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <input type=\"hidden\" name=\"blogaction\" class=\"blogAdminblogAction\" value=\"{vb:raw blogaction}\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\'contributors\'>\r\n <div class=\"action-buttons h-right h-clear\">\r\n <vb:if condition=\"$blogaction == \'create\'\">\r\n <a class=\"button secondary\" href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase previous}</a>\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" >{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary cancel\" >{vb:phrase save_changes}</button>\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase reset_fields}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n <vb:else />\r\n <div class=\"conversation-empty\">{vb:phrase no_permission}</div>\r\n </vb:if>\r\n</div>','template',1363377470,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(37,-1,'blogadmin_adminsettings','$final_rendered = \'\' . \'\'; if ($routeInfo[\'arguments\'][\'nodeid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n <h3 class=\"h-wordwrap\">\' . $node[\'title\'] . \'</h3>\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeid = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($_GET[\'blogtitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $node[\'title\'] = $_GET[\'blogtitle\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($_GET[\'blogdesc\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $node[\'description\'] = $_GET[\'blogdesc\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n \r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'settings\', \'blogperms\' => $blogPerms, \'routeinfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n \' . \'\'; $canConfigChannel = vB_Template_Runtime::parseDataWithErrors(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canconfigchannel\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (($nodeid==0) OR (($blogPerms[\'canmoderate\'] > 0) AND (isset($canConfigChannel) AND ($canConfigChannel > 0)))) {\n $final_rendered .= \'\r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" class=\"blogAdminForm h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($nodeid) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"hidden\" name=\"blogaction\" value=\"\' . $blogaction . \'\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\\\'permissions\\\'>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"edit_blog_title_and_description\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"title\") . \'</div>\r\n <div class=\"row-content\">\r\n \' . \'\'; if ($nodeid > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHtmlNodeId = $nodeid; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHtmlNodeId = vB_Template_Runtime::parseData(\'blog\', \'getBlogChannel\'); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canUseHTML = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canusehtml\', $canUseHtmlNodeId); $final_rendered .= \'\' . \'\r\n <input type=\"text\" id=\"title\" name=\"title\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"create_a_title_here\") . \'\" class=\"textbox entry-field stretch\" value=\"\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($node[\'title\']) : $node[\'title\']) . \'\" />\r\n </div>\r\n <div class=\"row-description\">\' . vB_Template_Runtime::parsePhrase(\"if_blog_title_left_blank\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"description\") . \'</div>\r\n <div class=\"row-content\">\r\n <textarea id=\"description\" name=\"description\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"create_a_description_here\") . \'\" class=\"textbox entry-field stretch\" rows=\"5\">\' . vB_Template_Runtime::vBVar($node[\'description\']) . \'</textarea>\r\n </div>\r\n <div class=\"row-description\">\' . vB_Template_Runtime::parsePhrase(\"describe_your_blog\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"blog_icon\") . \'</div>\r\n <div class=\"row-content\">\r\n <div class=\"blogIcon\">\r\n \' . \'\'; if ($nodeid) {\n $final_rendered .= \'\r\n \' . \'\'; if ($node[\'filedataid\']) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\' . $node[\'filedataid\'] . \'\">\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $node[\'nodeid\'] . \'&lastupdate=\' . $node[\'lastupdate\'] . \'&thumb=1\" alt=\"\" class=\"blogIconImg h-left\">\r\n <span class=\"blog-icon-controls h-left\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <input type=\"hidden\" class=\"blogIconUrl\" value=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $node[\'nodeid\'] . \'\">\r\n <input type=\"hidden\" class=\"initFiledataid\" value=\"\' . $node[\'filedataid\'] . \'\">\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left h-hide-imp\" tabindex=\"2\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"\' . $baseurl . \'/uploader/uploadSGIcon\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"\' . $baseurl . \'/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>\' . vB_Template_Runtime::parsePhrase(\"allowed_filetypes\") . \':</label> <span>jpg, jpeg, png, gif</span></div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"\' . vB_Template_Runtime::vBVar($vboptions[\'bburl\']) . \'/\' . vB_Template_Runtime::vBVar($vboptions[\'cleargifurl\']) . \'\" alt=\"\" class=\"h-hide blogIconImg h-left\" />\r\n <span class=\"blog-icon-controls h-hide\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"\' . $baseurl . \'/uploader/upload_file\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"\' . $baseurl . \'/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>\' . vB_Template_Runtime::parsePhrase(\"allowed_filetypes\") . \':</label> <span>jpg, jpeg, png, gif</span></div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"blank.gif\" alt=\"\" class=\"h-hide blogIconImg h-left\" />\r\n <span class=\"blog-icon-controls h-hide\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"\' . $baseurl . \'/uploader/upload_file\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"\' . $baseurl . \'/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"uploading\") . \'\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>\' . vB_Template_Runtime::parsePhrase(\"allowed_filetypes\") . \':</label> <span>jpg, jpeg, png, gif</span></div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"options\") . \'</div>\r\n <div class=\"row-content\">\r\n <label><input type=\"checkbox\" id=\"autoparselinks\" name=\"autoparselinks\" \' . \'\'; if ($node[\'autoparselinks\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\' . vB_Template_Runtime::parsePhrase(\"automatically_parse_links_in_text\") . \'</label>\r\n <label><input type=\"checkbox\" id=\"disablesmilies\" name=\"disablesmilies\" \' . \'\'; if ($node[\'disablesmilies\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\' . vB_Template_Runtime::parsePhrase(\"disable_smilies_in_text\") . \'</label>\r\n </div>\r\n </div>\r\n\r\n <div class=\"action-buttons h-right\">\r\n \' . \'\'; if ($blogaction == \'create\') {\n $final_rendered .= \'\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" tabindex=\"5\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary\" tabindex=\"6\">\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnBlogReset\" class=\"button secondary btnBlogReset\">\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary\">\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_permission\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:if condition=\"$routeInfo[\'arguments\'][\'nodeid\'] > 0\">\r\n {vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n {vb:data node, content_channel, \'getContent\', {vb:raw nodeid}}\r\n {vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n <h3 class=\"h-wordwrap\">{vb:raw node.title}</h3>\r\n {vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<vb:else />\r\n {vb:set nodeid, 0}\r\n <vb:comment>These querystrings may be available if coming from the Create a Blog overlay</vb:comment>\r\n <vb:if condition=\"!empty($_GET[\'blogtitle\'])\">\r\n {vb:set node.title, {vb:raw _GET.blogtitle}}\r\n </vb:if>\r\n <vb:if condition=\"!empty($_GET[\'blogdesc\'])\">\r\n {vb:set node.description, {vb:raw _GET.blogdesc}}\r\n </vb:if>\r\n</vb:if>\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template blogadmin_header}\r\n \r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'settings\', blogperms = {vb:raw blogPerms}, routeinfo={vb:raw routeInfo}}\r\n </div>\r\n \r\n {vb:rawdata canConfigChannel, user, hasPermissions, forumpermissions2, canconfigchannel, {vb:raw nodeid}}\r\n <vb:if condition=\"($nodeid==0) OR (($blogPerms[\'canmoderate\'] > 0) AND (isset($canConfigChannel) AND ($canConfigChannel > 0)))\">\r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" class=\"blogAdminForm h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$nodeid\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n </vb:if>\r\n <input type=\"hidden\" name=\"blogaction\" value=\"{vb:raw blogaction}\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\'permissions\'>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase edit_blog_title_and_description}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase title}</div>\r\n <div class=\"row-content\">\r\n <vb:if condition=\"$nodeid > 0\">\r\n {vb:set canUseHtmlNodeId, {vb:raw nodeid}}\r\n <vb:else />\r\n {vb:data canUseHtmlNodeId, blog, getBlogChannel}\r\n </vb:if>\r\n {vb:data canUseHTML, user, hasPermissions, forumpermissions, canusehtml, {vb:raw canUseHtmlNodeId}}\r\n <input type=\"text\" id=\"title\" name=\"title\" placeholder=\"{vb:phrase create_a_title_here}\" class=\"textbox entry-field stretch\" value=\"{vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var node.title}, {vb:raw node.title}}\" />\r\n </div>\r\n <div class=\"row-description\">{vb:phrase if_blog_title_left_blank}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase description}</div>\r\n <div class=\"row-content\">\r\n <textarea id=\"description\" name=\"description\" placeholder=\"{vb:phrase create_a_description_here}\" class=\"textbox entry-field stretch\" rows=\"5\">{vb:var node.description}</textarea>\r\n </div>\r\n <div class=\"row-description\">{vb:phrase describe_your_blog}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase blog_icon}</div>\r\n <div class=\"row-content\">\r\n <div class=\"blogIcon\">\r\n <vb:if condition=\"$nodeid\">\r\n <vb:if condition=\"$node[\'filedataid\']\">\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"{vb:raw node.filedataid}\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw node.nodeid}&lastupdate={vb:raw node.lastupdate}&thumb=1\" alt=\"\" class=\"blogIconImg h-left\">\r\n <span class=\"blog-icon-controls h-left\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <input type=\"hidden\" class=\"blogIconUrl\" value=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw node.nodeid}\">\r\n <input type=\"hidden\" class=\"initFiledataid\" value=\"{vb:raw node.filedataid}\">\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left h-hide-imp\" tabindex=\"2\"><span class=\"label\">{vb:phrase upload}</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"{vb:raw baseurl}/uploader/uploadSGIcon\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"{vb:raw baseurl}/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>{vb:phrase allowed_filetypes}:</label> <span>jpg, jpeg, png, gif</span></div>\r\n <vb:else />\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"{vb:var vboptions.bburl}/{vb:var vboptions.cleargifurl}\" alt=\"\" class=\"h-hide blogIconImg h-left\" />\r\n <span class=\"blog-icon-controls h-hide\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">{vb:phrase upload}</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"{vb:raw baseurl}/uploader/upload_file\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"{vb:raw baseurl}/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>{vb:phrase allowed_filetypes}:</label> <span>jpg, jpeg, png, gif</span></div>\r\n </vb:if>\r\n <vb:else />\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"blank.gif\" alt=\"\" class=\"h-hide blogIconImg h-left\" />\r\n <span class=\"blog-icon-controls h-hide\"><a href=\"#\" class=\"remove-blog-icon\">Remove</a> | <a href=\"#\" class=\"edit-blog-icon\">Edit</a></span>\r\n <div class=\"file-chooser h-clearfix\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">{vb:phrase upload}</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-blog-admin__upload-icon\" data-url=\"{vb:raw baseurl}/uploader/upload_file\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"{vb:raw baseurl}/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"{vb:phrase uploading}\" /></span>\r\n </div>\r\n <div class=\"allowed-filetypes\"><label>{vb:phrase allowed_filetypes}:</label> <span>jpg, jpeg, png, gif</span></div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase options}</div>\r\n <div class=\"row-content\">\r\n <label><input type=\"checkbox\" id=\"autoparselinks\" name=\"autoparselinks\" <vb:if condition=\"$node[\'autoparselinks\']\"> checked=\"checked\"</vb:if>/>{vb:phrase automatically_parse_links_in_text}</label>\r\n <label><input type=\"checkbox\" id=\"disablesmilies\" name=\"disablesmilies\" <vb:if condition=\"$node[\'disablesmilies\']\"> checked=\"checked\"</vb:if>/>{vb:phrase disable_smilies_in_text}</label>\r\n </div>\r\n </div>\r\n\r\n <div class=\"action-buttons h-right\">\r\n <vb:if condition=\"$blogaction == \'create\'\">\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" tabindex=\"5\">{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary\" tabindex=\"6\">{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnBlogReset\" class=\"button secondary btnBlogReset\">{vb:phrase reset_fields}</button>\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary\">{vb:phrase save_changes}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n <vb:else />\r\n <div class=\"conversation-empty\">{vb:phrase no_permission}</div>\r\n </vb:if>\r\n</div>','template',1375817296,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(38,-1,'blogadmin_adminsidebar','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n \r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'organize_sidebar\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"organize_sidebar_modules_desc\") . \'</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <form class=\"sidebar-modules-container\">\r\n \' . \'\'; $modules = vB_Template_Runtime::parseData(\'blog\', \'getBlogSidebarModules\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $sidebarInfo = \'0:hide\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($modules) || $modules instanceof ArrayAccess) { foreach ($modules AS $widget) {$final_rendered .= \'\r\n \r\n <div class=\"widget h-clearfix\' . \'\'; if ($widget[\'hidden\']) {\n $final_rendered .= \' hidden-widget\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" data-widget-id=\"\' . $widget[\'widgetid\'] . \'\" data-widget-instance-id=\"\' . $widget[\'widgetinstanceid\'] . \'\">\r\n <div class=\"module-title h-left\">\' . vB_Template_Runtime::vBVar($widget[\'title\']) . \'</div>\r\n <div class=\"module-controls h-right\">\r\n <label><input type=\"checkbox\" class=\"hide-control\" value=\"1\"\' . \'\'; if ($widget[\'hidden\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' />\' . vB_Template_Runtime::parsePhrase(\"hide_module\") . \'</label>\r\n </div>\r\n </div>\r\n \r\n \' . \'\'; $sidebarInfo .= \',\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sidebarInfo .= vB_Template_Runtime::vBVar($widget[\'widgetinstanceid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $sidebarInfo .= \':\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($widget[\'hidden\']) {\n $final_rendered .= \'\r\n \' . \'\'; $sidebarInfo .= \'hide\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $sidebarInfo .= \'show\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \r\n \'; } }$final_rendered .= \'\' . \'\r\n </form>\r\n </div> \r\n \r\n <form action=\"\' . $baseurl . \'/create-content/blog\" method=\"post\" class=\"blogAdminForm sidebarForm h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\" />\r\n <input type=\"hidden\" name=\"blogaction\" class=\"blogAdminblogAction\" value=\"\' . $blogaction . \'\" />\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\"invite\" />\r\n <input type=\"hidden\" name=\"sidebarInfo\" class=\"sidebarInfo\" value=\"\' . vB_Template_Runtime::vBVar($sidebarInfo) . \'\" />\r\n <div class=\"action-buttons h-right\">\r\n \' . \'\'; if ($blogaction == \'create\') {\n $final_rendered .= \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</a>\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary btnBlogReset\" >\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template blogadmin_header}\r\n \r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'organize_sidebar\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n \r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase organize_sidebar_modules_desc}</div>\r\n </div>\r\n \r\n <div class=\"blog-form-row\">\r\n <form class=\"sidebar-modules-container\">\r\n {vb:data modules, blog, getBlogSidebarModules, {vb:raw nodeid}}\r\n {vb:set sidebarInfo, \'0:hide\'}\r\n <vb:each from=\"modules\" value=\"widget\">\r\n \r\n <div class=\"widget h-clearfix<vb:if condition=\"$widget[\'hidden\']\"> hidden-widget</vb:if>\" data-widget-id=\"{vb:raw widget.widgetid}\" data-widget-instance-id=\"{vb:raw widget.widgetinstanceid}\">\r\n <div class=\"module-title h-left\">{vb:var widget.title}</div>\r\n <div class=\"module-controls h-right\">\r\n <label><input type=\"checkbox\" class=\"hide-control\" value=\"1\"<vb:if condition=\"$widget[\'hidden\']\"> checked=\"checked\"</vb:if> />{vb:phrase hide_module}</label>\r\n </div>\r\n </div>\r\n \r\n {vb:strcat sidebarInfo, \',\'}\r\n {vb:strcat sidebarInfo, {vb:var widget.widgetinstanceid}}\r\n {vb:strcat sidebarInfo, \':\'}\r\n <vb:if condition=\"$widget[\'hidden\']\">\r\n {vb:strcat sidebarInfo, \'hide\'}\r\n <vb:else />\r\n {vb:strcat sidebarInfo, \'show\'}\r\n </vb:if>\r\n \r\n </vb:each>\r\n </form>\r\n </div> \r\n \r\n <form action=\"{vb:raw baseurl}/create-content/blog\" method=\"post\" class=\"blogAdminForm sidebarForm h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\" />\r\n <input type=\"hidden\" name=\"blogaction\" class=\"blogAdminblogAction\" value=\"{vb:raw blogaction}\" />\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\"invite\" />\r\n <input type=\"hidden\" name=\"sidebarInfo\" class=\"sidebarInfo\" value=\"{vb:var sidebarInfo}\" />\r\n <div class=\"action-buttons h-right\">\r\n <vb:if condition=\"$blogaction == \'create\'\">\r\n <a class=\"button secondary\" href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase previous}</a>\r\n <button type=\"submit\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnBlogPublish\" name=\"btnPublish\" class=\"button primary cancel\" >{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"reset\" id=\"btnBlogNext\" name=\"btnSubmit\" class=\"submit button secondary btnBlogReset\" >{vb:phrase reset_fields}</button>\r\n <button type=\"submit\" id=\"btnBlogSave\" name=\"btnSave\" class=\"button primary cancel\" >{vb:phrase save_changes}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(39,-1,'blogadmin_adminstats','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => \'admin\', \'thisStep\' => \'blog_statistics\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n \' . vB_Template_Runtime::includeTemplate(\'widget_blogstats\',array(\'nodeid\' => $nodeid, \'page\' => \'1\')) . \'\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set urlInfo.blogaction, \'admin\'}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n {vb:template blogadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction=\'admin\', thisStep=\'blog_statistics\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n {vb:template widget_blogstats, nodeid={vb:raw nodeid}, page=1}\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(40,-1,'blogadmin_adminsubscribers','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_sidebar\',array(\'nodeid\' => $nodeid, \'blogaction\' => $blogaction, \'thisStep\' => \'manage_subscribers\', \'blogperms\' => $blogPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n \' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'blog\', \'fetchSubscribers\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'totalpages\'] = $subscribers[\'pagecount\']; $final_rendered .= \'\' . \'\r\n \r\n <div class=\"blogAdminRight\">\r\n <div class=\"blogAdminEditPage h-right stretch\" data-pagecount=\"\' . $subscribers[\'pagecount\'] . \'\" data-nodeid=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($subscribers[\'pagecount\'] > 1) {\n $final_rendered .= \'\r\n <div class=\"stretch h-right title-bar blogAdminSubscriberPaging\" data-pagecount= \' . $subscribers[\'pagecount\'] . \'>\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew\',array(\'pagenav\' => $pagenav)) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blog_subscribers_list\") . \'\r\n </div>\r\n <div class=\"moderators_right\">\r\n \' . vB_Template_Runtime::parsePhrase(\"action\") . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_subscriberlist\',array(\'subscribers\' => $subscribers, \'nodeid\' => $nodeid)) . \'\r\n </div>\r\n </div>\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \r\n {vb:template blogadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template blogadmin_sidebar, nodeid={vb:raw nodeid}, blogaction={vb:raw blogaction}, thisStep=\'manage_subscribers\', blogperms = {vb:raw blogPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n {vb:data subscribers, blog, \'fetchSubscribers\', {vb:raw nodeid}}\r\n {vb:set pagenav.currentpage, 1}\r\n {vb:set pagenav.totalpages, {vb:raw subscribers.pagecount}}\r\n \r\n <div class=\"blogAdminRight\">\r\n <div class=\"blogAdminEditPage h-right stretch\" data-pagecount=\"{vb:raw subscribers.pagecount}\" data-nodeid=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$subscribers[\'pagecount\'] > 1\">\r\n <div class=\"stretch h-right title-bar blogAdminSubscriberPaging\" data-pagecount= {vb:raw subscribers.pagecount}>\r\n {vb:template pagenavnew, pagenav = {vb:raw pagenav}}\r\n </div>\r\n </vb:if>\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n {vb:phrase blog_subscribers_list}\r\n </div>\r\n <div class=\"moderators_right\">\r\n {vb:phrase action}\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n {vb:template blogadmin_subscriberlist, subscribers={vb:raw subscribers}, nodeid={vb:raw nodeid}}\r\n </div>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(41,-1,'blogadmin_header','$final_rendered = \'<div class=\"title-bar\">\r\n <a href=\"\' . $baseurl . \'/blogs\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"back_to_blogs\") . \'</a>\r\n</div>\';','<div class=\"title-bar\">\r\n <a href=\"{vb:raw baseurl}/blogs\" class=\"button secondary\">{vb:phrase back_to_blogs}</a>\r\n</div>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(42,-1,'blogadmin_sidebar','$final_rendered = \'<ul>\r\n \' . \'\'; if (!$nodeid) {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"general_settings\") . \'</a></li>\r\n <li><a>\' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'</a></li>\r\n <li><a>\' . vB_Template_Runtime::parsePhrase(\"manage_moderators\") . \'</a></li>\r\n <li><a>\' . vB_Template_Runtime::parsePhrase(\"organize_sidebar\") . \'</a></li>\r\n <li><a>\' . vB_Template_Runtime::parsePhrase(\"invite_members\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n\r\n \' . \'\'; $urlInfo[\'blogaction\'] = $blogaction; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $nodeid; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($blogperms[\'canconfig\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'settings\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"general_settings\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"general_settings\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($thisStep == \'permission_and_privacy\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'permissions\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogperms[\'canmanageusers\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'manage_moderators\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"manage_contributors\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'contributors\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_contributors\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogaction == \'admin\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'manage_subscribers\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"manage_subscribers\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_subscribers\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogperms[\'canconfig\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'organize_sidebar\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"organize_sidebar\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'sidebar\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"organize_sidebar\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($blogperms[\'canstats\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($blogaction == \'admin\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'blog_statistics\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"blog_statistics\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'stats\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"blog_statistics\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogperms[\'canmanageusers\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'invite_members\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"invite_members\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'invite\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"invite_members\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($blogperms[\'canmanagechannel\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($blogaction == \'admin\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($thisStep == \'delete_blog\') {\n $final_rendered .= \'\r\n <li class=\"blogAdminActive\"><a>\' . vB_Template_Runtime::parsePhrase(\"delete_blog\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'delete\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"delete_blog\") . \'</a></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n</ul>\';','<ul>\r\n <vb:if condition=\"!$nodeid\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase general_settings}</a></li>\r\n <li><a>{vb:phrase permission_and_privacy}</a></li>\r\n <li><a>{vb:phrase manage_moderators}</a></li>\r\n <li><a>{vb:phrase organize_sidebar}</a></li>\r\n <li><a>{vb:phrase invite_members}</a></li>\r\n <vb:else />\r\n\r\n {vb:set urlInfo.blogaction, {vb:raw blogaction}}\r\n {vb:set urlInfo.nodeid, {vb:raw nodeid}}\r\n <vb:if condition=\"$blogperms[\'canconfig\']\">\r\n <vb:if condition=\"$thisStep == \'settings\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase general_settings}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase general_settings}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$thisStep == \'permission_and_privacy\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase permission_and_privacy}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'permissions\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase permission_and_privacy}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogperms[\'canmanageusers\']\">\r\n <vb:if condition=\"$thisStep == \'manage_moderators\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase manage_contributors}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'contributors\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_contributors}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogaction == \'admin\'\">\r\n <vb:if condition=\"$thisStep == \'manage_subscribers\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase manage_subscribers}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'subscribers\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_subscribers}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogperms[\'canconfig\']\">\r\n <vb:if condition=\"$thisStep == \'organize_sidebar\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase organize_sidebar}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'sidebar\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase organize_sidebar}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$blogperms[\'canstats\']\">\r\n <vb:if condition=\"$blogaction == \'admin\'\">\r\n <vb:if condition=\"$thisStep == \'blog_statistics\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase blog_statistics}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'stats\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase blog_statistics}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogperms[\'canmanageusers\']\">\r\n <vb:if condition=\"$thisStep == \'invite_members\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase invite_members}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'invite\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase invite_members}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$blogperms[\'canmanagechannel\']\">\r\n <vb:if condition=\"$blogaction == \'admin\'\">\r\n <vb:if condition=\"$thisStep == \'delete_blog\'\">\r\n <li class=\"blogAdminActive\"><a>{vb:phrase delete_blog}</a></li>\r\n <vb:else />\r\n {vb:set urlInfo.action2, \'delete\'}\r\n <li><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase delete_blog}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n\r\n </vb:if>\r\n\r\n</ul>','template',1366853381,'vBulletin Solutions','5.0.3 Alpha 2','vbulletin','none'),(43,-1,'blogadmin_subscriberlist','$final_rendered = \'\' . \'\'; if (!$subscribers) {\n $final_rendered .= \'\r\n\' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'blog\', \'fetchSubscribers\', $nodeid, $pageno); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($subscribers[\'members\']) || $subscribers[\'members\'] instanceof ArrayAccess) { foreach ($subscribers[\'members\'] AS $subscriber) {$final_rendered .= \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . \'\'; if ($subscriber[\'avatarUrl\'] AND $user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $subscriber)) . \'\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $subscriber[\'avatarUrl\'] . \'\" alt=\"\' . $subscriber[\'username\'] . \'\" class=\"avatar h-left\"/>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $subscriber)) . \'\" class=\"h-left\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n <span class=\"h-left\">\' . $subscriber[\'username\'] . \'</span></a>\r\n </div>\r\n\r\n <div class=\"moderators_right blogRemoveSubscriber jsPseudoLink\" data-userid=\"\' . $subscriber[\'userid\'] . \'\" data-nodeid=\"\' . $nodeid . \'\" data-groupid=\"\' . $subscribers[\'groupid\'] . \'\">\r\n \' . vB_Template_Runtime::parsePhrase(\"remove\") . \'\r\n </div>\r\n </div>\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!$subscribers\">\r\n{vb:data subscribers, blog, \'fetchSubscribers\', {vb:raw nodeid}, {vb:raw pageno}}\r\n</vb:if>\r\n<vb:each from=\"subscribers.members\" value=\"subscriber\">\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n <vb:if condition=\"$subscriber[\'avatarUrl\'] AND $user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw subscriber}}\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw subscriber.avatarUrl}\" alt=\"{vb:raw subscriber.username}\" class=\"avatar h-left\"/>\r\n <vb:else />\r\n <a href=\"{vb:url \'profile\', {vb:raw subscriber}}\" class=\"h-left\">\r\n </vb:if>\r\n <span class=\"h-left\">{vb:raw subscriber.username}</span></a>\r\n </div>\r\n\r\n <div class=\"moderators_right blogRemoveSubscriber jsPseudoLink\" data-userid=\"{vb:raw subscriber.userid}\" data-nodeid=\"{vb:raw nodeid}\" data-groupid=\"{vb:raw subscribers.groupid}\">\r\n {vb:phrase remove}\r\n </div>\r\n </div>\r\n</vb:each>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(44,-1,'blogadmin_transferownership','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'blogadmin_header\',array()) . \'\r\n\r\n<form action=\"\' . $baseurl . \'/ajax/api/node/movePosts\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"transfer_blog_ownership_info\") . \'</p>\r\n </div>\r\n \r\n <div class=\"blockrow\">\r\n \' . \'\'; $contributors = vB_Template_Runtime::parseData(\'content_channel\', \'getContributors\', $nodeid); $final_rendered .= \'\' . \'\r\n <div class=\"transfer_ownership_tabs\">\r\n <ul>\r\n <li><a href=\"#owner_autocomplete\">\' . vB_Template_Runtime::parsePhrase(\"blog_addowner\") . \'</a></li>\r\n \' . \'\'; if (isset($contributors[\'active\'][\'moderator\'])) {\n $final_rendered .= \'\r\n <li><a href=\"#owner_select\">\' . vB_Template_Runtime::parsePhrase(\"blog_select_moderator\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n <div id=\"owner_autocomplete\">\r\n <label for=\"newowner\">\' . vB_Template_Runtime::parsePhrase(\"blog_enter_username\") . \'</label>\r\n <input type=\"text\" class=\"transfer_owner_autocomplete\" name=\"transfer_owner_autocomplete\" value=\"\" tabindex=\"1\" />\r\n </div>\r\n \' . \'\'; if (isset($contributors[\'active\'][\'moderator\'])) {\n $final_rendered .= \'\r\n <div id=\"owner_select\">\r\n <label for=\"select_moderator\">\' . vB_Template_Runtime::parsePhrase(\"blog_select_a_moderator\") . \'</label>\r\n <select class=\"transfer_owner_select\" name=\"transfer_owner_select\">\r\n \' . \'\'; if (is_array($contributors[\'active\'][\'moderator\']) || $contributors[\'active\'][\'moderator\'] instanceof ArrayAccess) { foreach ($contributors[\'active\'][\'moderator\'] AS $moderator) {$final_rendered .= \'\r\n <option value=\"\' . $moderator[\'userid\'] . \'\">\' . $moderator[\'username\'] . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n</form>\';','{vb:template blogadmin_header}\r\n\r\n<form action=\"{vb:raw baseurl}/ajax/api/node/movePosts\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n <p class=\"description\">{vb:rawphrase transfer_blog_ownership_info}</p>\r\n </div>\r\n \r\n <div class=\"blockrow\">\r\n {vb:data contributors, content_channel, getContributors, {vb:raw nodeid}}\r\n <div class=\"transfer_ownership_tabs\">\r\n <ul>\r\n <li><a href=\"#owner_autocomplete\">{vb:phrase blog_addowner}</a></li>\r\n <vb:if condition=\"isset($contributors[\'active\'][\'moderator\'])\">\r\n <li><a href=\"#owner_select\">{vb:phrase blog_select_moderator}</a></li>\r\n </vb:if>\r\n </ul>\r\n <div id=\"owner_autocomplete\">\r\n <label for=\"newowner\">{vb:phrase blog_enter_username}</label>\r\n <input type=\"text\" class=\"transfer_owner_autocomplete\" name=\"transfer_owner_autocomplete\" value=\"\" tabindex=\"1\" />\r\n </div>\r\n <vb:if condition=\"isset($contributors[\'active\'][\'moderator\'])\">\r\n <div id=\"owner_select\">\r\n <label for=\"select_moderator\">{vb:phrase blog_select_a_moderator}</label>\r\n <select class=\"transfer_owner_select\" name=\"transfer_owner_select\">\r\n <vb:each from=\"contributors.active.moderator\" value=\"moderator\">\r\n <option value=\"{vb:raw moderator.userid}\">{vb:raw moderator.username}</option>\r\n </vb:each>\r\n </select>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n</form>','template',1370633334,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(29,-1,'blogmember_tab','$final_rendered = \'\' . \'\'; if (empty($from) OR intval($from) < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $from = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($perpage) OR intval($perpage) < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $perpage = \'20\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($my) AND $my == \'show_my\') {\n $final_rendered .= \'\r\n \' . \'\'; $authorid = $user[\'userid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $authorid = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeCount = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $dataLoadedFlag = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $paginationInfo = array(); $final_rendered .= \'\' . \'\r\n\' . \'\'; $showPageNav = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $showBlogsAll = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $moduleName = \'blogmember_tab_\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $moduleName .= $widgetinstanceid; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($fromTemplate) OR $widgetConfig[\'default_tab\'] == \'#memberblog-tab\') {\n $final_rendered .= \'\r\n \' . \'\'; $nodes = vB_Template_Runtime::parseDataWithErrors(\'blog\', \'getBlogInfo\', vB_Template_Runtime::vBVar($from), vB_Template_Runtime::vBVar($perpage), $authorid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($nodes) AND empty($nodes[\'results\'][\'errors\']) AND ($nodeCount = count($nodes[\'results\'])) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $dataLoadedFlag = \' dataLoaded\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($nodes[\'totalpages\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $showPageNav = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (empty($blogChannelId) OR intval($blogChannelId) < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $blogChannelId = vB_Template_Runtime::parseData(\'blog\', \'getBlogChannel\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'tab\'] = $page[\'tab\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'filter_blogs\'] = $page[\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $paginationInfo = $nodes[\'pagination\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($paginationInfo[\'prevurl\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $blogUrlInfo[\'pagenum\'] = \'\' . vB_Template_Runtime::runMaths(\'\' . $from . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogUrl = vB_Template_Runtime::parseData(\'route\', \'getNodeUrl\', $blogChannelId, $blogUrlInfo, $extra); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url = $baseurl; $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= $blogUrl; $final_rendered .= \'\' . \'\r\n \' . \'\'; $paginationInfo[\'prevurl\'] = $url; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($fromTemplate)) {\n $final_rendered .= \'\r\n \' . \'\' . vB_Template_Runtime::includeHeadLink(array(\'vb_module\' => $moduleName, \'rel\' => \'prev\', \'href\' => $paginationInfo[\'prevurl\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($paginationInfo[\'nexturl\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $blogUrlInfo[\'pagenum\'] = \'\' . vB_Template_Runtime::runMaths(\'\' . $from . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogUrl = vB_Template_Runtime::parseData(\'route\', \'getNodeUrl\', $blogChannelId, $blogUrlInfo, $extra); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url = $baseurl; $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= $blogUrl; $final_rendered .= \'\' . \'\r\n \' . \'\'; $paginationInfo[\'nexturl\'] = $url; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($fromTemplate)) {\n $final_rendered .= \'\r\n \' . \'\' . vB_Template_Runtime::includeHeadLink(array(\'vb_module\' => $moduleName, \'rel\' => \'next\', \'href\' => $paginationInfo[\'nexturl\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($user[\'userid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $showBlogsAll = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($widgetConfig) OR empty($widgetConfig[\'filter_blogs\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $widgetConfig[\'filter_blogs\'] = \'show_all\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if (empty($noToolbar) AND ($showPageNav OR $showBlogsAll)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_toolbar\',array(\'widgetConfig\' => $widgetConfig, \'showNewConversationBtn\' => \'blogentry\', \'showPageNav\' => $showPageNav, \'pagingInfo\' => $paginationInfo, \'showBlogsAll\' => $showBlogsAll, \'selectedBlogFilter\' => $my, \'allowHistory\' => \'1\', \'accessibleHiddenDefaultFilter\' => \'1\')) . \'\r\n\';\n } else if (empty($noToolbar)) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_toolbar\',array(\'widgetConfig\' => $widgetConfig, \'allowHistory\' => \'1\', \'accessibleHiddenDefaultFilter\' => \'1\', \'cssClass\' => \'h-hide\')) . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($noToolbar) AND $showPageNav) {\n $final_rendered .= \'\r\n \' . \'\'; $paginationJson = json_encode($paginationInfo); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"blogmember-list\"\' . \'\'; if (!empty($paginationJson)) {\n $final_rendered .= \' data-pagination=\"\' . vB_Template_Runtime::vBVar($paginationJson) . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix\' . $dataLoadedFlag . \'\">\r\n <li class=\"list-header\">\r\n <div class=\"table stretch\">\r\n <div class=\"tr\">\r\n <div class=\"blogChannel-memberblogs td\">\' . vB_Template_Runtime::parsePhrase(\"blog_memberblogLabel\") . \' (\' . \'\'; if ($authorid) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"my_blogs\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"all\") . \'\';\n }$final_rendered .= \'\' . \')</div>\r\n <div class=\"blogChannel-statistics td\">\' . vB_Template_Runtime::parsePhrase(\"blog_statsLabel\") . \'</div>\r\n <div class=\"blogChannel-last-post td\">\' . vB_Template_Runtime::parsePhrase(\"blog_lastPostLabel\") . \'</div>\r\n </div>\r\n </div>\r\n </li>\r\n \' . \'\'; if ($nodeCount > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'create\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes[\'results\']) || $nodes[\'results\'] instanceof ArrayAccess) { foreach ($nodes[\'results\'] AS $node) {$final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $node[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_contenttype_conversationreply_BlogChannel\',array(\'conversation\' => $node, \'urlInfo\' => $urlInfo)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \' . \'\'; if (isset($nodes[\'results\']) AND !empty($nodes[\'results\'][\'errors\'])) {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"error_fetching_blogs\") . \'</div>\r\n \';\n } else if ($nodeCount == 0) {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_blogs_found\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:if condition=\"empty($from) OR intval($from) < 1\">\r\n {vb:set from, 1}\r\n</vb:if>\r\n<vb:if condition=\"empty($perpage) OR intval($perpage) < 1\">\r\n {vb:set perpage, 20}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($my) AND $my == \'show_my\'\">\r\n {vb:set authorid, {vb:raw user.userid}}\r\n<vb:else />\r\n {vb:set authorid, 0}\r\n</vb:if>\r\n\r\n{vb:set nodeCount, 0}\r\n{vb:set dataLoadedFlag, \'\'}\r\n{vb:set paginationInfo, {vb:php array}}\r\n{vb:set showPageNav, 0}\r\n{vb:set showBlogsAll, 0}\r\n{vb:set moduleName, \'blogmember_tab_\'}\r\n{vb:strcat moduleName, {vb:raw widgetinstanceid}}\r\n<vb:if condition=\"empty($fromTemplate) OR $widgetConfig[\'default_tab\'] == \'#memberblog-tab\'\">\r\n {vb:rawdata nodes, blog, getBlogInfo, {vb:var from}, {vb:var perpage}, {vb:raw authorid}}\r\n <vb:if condition=\"!empty($nodes) AND empty($nodes[\'results\'][\'errors\']) AND ($nodeCount = count($nodes[\'results\'])) > 0\">\r\n {vb:set dataLoadedFlag, \' dataLoaded\'}\r\n\r\n <vb:if condition=\"$nodes[\'totalpages\'] > 1\">\r\n {vb:set showPageNav, 1}\r\n\r\n <vb:comment>\r\n Blog API uses Search API to fetch blogs and the pagination nexturl/prevurl point to Search URLs.\r\n This does not break the AJAX calls but for UI/UX purposes, we need to generate the correct URLs for the pagination controls with the Blogs homepage URL \r\n @TODO: This can be implemented in the Blog API later?\r\n </vb:comment>\r\n <vb:if condition=\"empty($blogChannelId) OR intval($blogChannelId) < 1\">\r\n {vb:data blogChannelId, blog, getBlogChannel}\r\n </vb:if>\r\n {vb:set extra.tab, {vb:raw page.tab}}\r\n {vb:set extra.filter_blogs, {vb:raw page.filter_blogs}}\r\n {vb:set paginationInfo, {vb:raw nodes.pagination}}\r\n <vb:if condition=\"!empty($paginationInfo[\'prevurl\'])\">\r\n {vb:set blogUrlInfo.pagenum, {vb:math {vb:raw from} - 1}}\r\n {vb:data blogUrl, route, getNodeUrl, {vb:raw blogChannelId}, {vb:raw blogUrlInfo}, {vb:raw extra}}\r\n {vb:set url, {vb:raw baseurl}}\r\n {vb:strcat url, {vb:raw blogUrl}}\r\n {vb:set paginationInfo.prevurl, {vb:raw url}}\r\n <vb:if condition=\"!empty($fromTemplate)\">\r\n {vb:headlink vb_module={vb:raw moduleName}, rel=prev, href={vb:raw paginationInfo.prevurl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"!empty($paginationInfo[\'nexturl\'])\">\r\n {vb:set blogUrlInfo.pagenum, {vb:math {vb:raw from} + 1}}\r\n {vb:data blogUrl, route, getNodeUrl, {vb:raw blogChannelId}, {vb:raw blogUrlInfo}, {vb:raw extra}}\r\n {vb:set url, {vb:raw baseurl}}\r\n {vb:strcat url, {vb:raw blogUrl}}\r\n {vb:set paginationInfo.nexturl, {vb:raw url}}\r\n <vb:if condition=\"!empty($fromTemplate)\">\r\n {vb:headlink vb_module={vb:raw moduleName}, rel=next, href={vb:raw paginationInfo.nexturl}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$user[\'userid\']\">\r\n {vb:set showBlogsAll, 1}\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($widgetConfig) OR empty($widgetConfig[\'filter_blogs\'])\">\r\n {vb:set widgetConfig.filter_blogs, \'show_all\'}\r\n</vb:if>\r\n\r\n<vb:comment>Removed cancreateblog permission check here as it is already being done in conversation_toolbar before rendering +Blog Entry button</vb:comment>\r\n<vb:if condition=\"empty($noToolbar) AND ($showPageNav OR $showBlogsAll)\">\r\n {vb:template conversation_toolbar, widgetConfig={vb:raw widgetConfig}, showNewConversationBtn=\'blogentry\', showPageNav={vb:raw showPageNav}, pagingInfo={vb:raw paginationInfo}, showBlogsAll={vb:raw showBlogsAll}, selectedBlogFilter={vb:raw my}, allowHistory=1, accessibleHiddenDefaultFilter=1}\r\n<vb:elseif condition=\"empty($noToolbar)\" />\r\n <vb:comment>We need the toolbar and the default filters internally.</vb:comment>\r\n {vb:template conversation_toolbar, widgetConfig={vb:raw widgetConfig}, allowHistory=1, accessibleHiddenDefaultFilter=1, cssClass=\'h-hide\'}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($noToolbar) AND $showPageNav\">\r\n {vb:set paginationJson, {vb:php json_encode, {vb:raw paginationInfo}}}\r\n</vb:if>\r\n\r\n<div class=\"blogmember-list\"<vb:if condition=\"!empty($paginationJson)\"> data-pagination=\"{vb:var paginationJson}\"</vb:if>>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix{vb:raw dataLoadedFlag}\">\r\n <li class=\"list-header\">\r\n <div class=\"table stretch\">\r\n <div class=\"tr\">\r\n <div class=\"blogChannel-memberblogs td\">{vb:phrase blog_memberblogLabel} (<vb:if condition=\"$authorid\">{vb:phrase my_blogs}<vb:else />{vb:phrase all}</vb:if>)</div>\r\n <div class=\"blogChannel-statistics td\">{vb:phrase blog_statsLabel}</div>\r\n <div class=\"blogChannel-last-post td\">{vb:phrase blog_lastPostLabel}</div>\r\n </div>\r\n </div>\r\n </li>\r\n <vb:if condition=\"$nodeCount > 0\">\r\n {vb:set urlInfo.blogaction, \'create\'}\r\n {vb:set urlInfo.action2, \'settings\'}\r\n {vb:set urlInfo.blogaction, \'admin\'}\r\n <vb:each from=\"nodes.results\" value=\"node\">\r\n {vb:set urlInfo.nodeid, {vb:raw node.nodeid}}\r\n {vb:template display_contenttype_conversationreply_BlogChannel, conversation={vb:raw node}, urlInfo={vb:raw urlInfo}}\r\n </vb:each>\r\n </vb:if>\r\n </ul>\r\n <vb:if condition=\"isset($nodes[\'results\']) AND !empty($nodes[\'results\'][\'errors\'])\">\r\n <div class=\"conversation-empty\">{vb:phrase error_fetching_blogs}</div>\r\n <vb:elseif condition=\"$nodeCount == 0\" />\r\n <div class=\"conversation-empty\">{vb:phrase no_blogs_found}</div>\r\n </vb:if>\r\n</div>','template',1380137262,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(30,-1,'blog_administrative_menu','$final_rendered = \'\' . \'\'; $urlInfo[\'nodeid\'] = $blog[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($blogPerms)) {\n $final_rendered .= \'\r\n \' . \'\'; $blogPerms = vB_Template_Runtime::parseData(\'blog\', \'getChannelAdminPerms\', $blog[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"adminmenu_container\">\r\n <div class=\"admin-mainmenu h-clearfix\">\r\n <div class=\"mainmenu administrative h-left\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"administrative\") . \'</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n \' . \'\'; if ($blogPerms[\'canconfig\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"general_settings\") . \'</a></li>\r\n\r\n \' . \'\'; $urlInfo[\'action2\'] = \'permissions\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogPerms[\'canmanageusers\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'contributors\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_contributors\") . \'</a></li>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_subscribers\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogPerms[\'canconfig\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'sidebar\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"organize_sidebar\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($blogPerms[\'canstats\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'stats\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"blog_statistics\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($blogPerms[\'canmanageusers\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'invite\'; $final_rendered .= \'\' . \'\r\n <li class=\"blogadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"invite_members\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\';','{vb:set urlInfo.nodeid, {vb:raw blog.nodeid}}\r\n{vb:set urlInfo.blogaction, \'admin\'}\r\n\r\n<vb:if condition=\"!isset($blogPerms)\">\r\n {vb:data blogPerms, blog, getChannelAdminPerms, {vb:raw blog.nodeid}}\r\n</vb:if>\r\n\r\n<div class=\"adminmenu_container\">\r\n <div class=\"admin-mainmenu h-clearfix\">\r\n <div class=\"mainmenu administrative h-left\">\r\n <span>{vb:phrase administrative}</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n <vb:if condition=\"$blogPerms[\'canconfig\']\">\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase general_settings}</a></li>\r\n\r\n {vb:set urlInfo.action2, \'permissions\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase permission_and_privacy}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogPerms[\'canmanageusers\']\">\r\n {vb:set urlInfo.action2, \'contributors\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_contributors}</a></li>\r\n {vb:set urlInfo.action2, \'subscribers\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_subscribers}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogPerms[\'canconfig\']\">\r\n {vb:set urlInfo.action2, \'sidebar\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase organize_sidebar}</a></li>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$blogPerms[\'canstats\']\">\r\n {vb:set urlInfo.action2, \'stats\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase blog_statistics}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$blogPerms[\'canmanageusers\']\">\r\n {vb:set urlInfo.action2, \'invite\'}\r\n <li class=\"blogadmin-action\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase invite_members}</a></li>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(31,-1,'blog_list','$final_rendered = \'<div>\' . vB_Template_Runtime::parsePhrase(\"create_blog_info\") . \'</div>\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'widget\', \'fetchPageManagerGroups\', \'blog\', $page); $final_rendered .= \'\' . \'\r\n<div class=\"add-channel-container\">\r\n \' . \'\'; if (count($nodes[\'nodes\']) > 0) {\n $final_rendered .= \'\r\n <table class=\"page_manager_table blog_table\">\r\n <tr>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"blogs_name\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"date_created\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"blog_owner\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"nr_of_posts\") . \'</th>\r\n </tr>\r\n \r\n \' . \'\' . \'\r\n \' . \'\'; $blogIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes[\'nodes\']) || $nodes[\'nodes\'] instanceof ArrayAccess) { foreach ($nodes[\'nodes\'] AS $blog) {$final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($blogIds, $blog[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canUseHTMLNodes = vB_Template_Runtime::parseData(\'user\', \'havePermissions\', \'forumpermissions\', \'canusehtml\', $blogIds); $final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (is_array($nodes[\'nodes\']) || $nodes[\'nodes\'] instanceof ArrayAccess) { foreach ($nodes[\'nodes\'] AS $blog) {$final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $blog[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <tr class=\"channel_row\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($blog[\'nodeid\']) . \'\">\r\n <td>\r\n <span class=\"h-left channel_name\">\r\n <div class=\"channel_name_val\">\' . $blog[\'htmltitle\'] . \'</div>\r\n \' . \'\'; if (empty($canUseHTMLNodes[$blog[\'nodeid\']]) OR !($canUseHTML = $canUseHTMLNodes[$blog[\'nodeid\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHTML = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"text\" value=\"\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($blog[\'title\']) : $blog[\'title\']) . \'\" name=\"channeltitle\" class=\"h-hide\">\r\n </span>\r\n <span class=\"h-right buttons\">\r\n <span class=\"edit\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'blogadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"edit\") . \'</a></span>\r\n <span class=\"delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span>\r\n </span>\r\n </td>\r\n <td class=\"h-align-center\">\' . vB_Template_Runtime::datetime($blog[\'publishdate\']) . \'</td>\r\n <td class=\"h-align-center\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $blog)) . \'\">\' . $blog[\'authorname\'] . \'</a></td>\r\n <td class=\"h-align-right\">\' . vB_Template_Runtime::vBVar($blog[\'count\']) . \'</td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; $pagination = $nodes[\'paginationInfo\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagination[\'totalpages\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew_client\',array(\'pagenav\' => $pagination)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"no_blogs_found\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div>{vb:phrase create_blog_info}</div>\r\n{vb:data nodes, widget, fetchPageManagerGroups, blog, {vb:raw page}}\r\n<div class=\"add-channel-container\">\r\n <vb:if condition=\"count($nodes[\'nodes\']) > 0\">\r\n <table class=\"page_manager_table blog_table\">\r\n <tr>\r\n <th>{vb:phrase blogs_name}</th>\r\n <th>{vb:phrase date_created}</th>\r\n <th>{vb:phrase blog_owner}</th>\r\n <th>{vb:phrase nr_of_posts}</th>\r\n </tr>\r\n \r\n <vb:comment>fetch info in batches</vb:comment>\r\n {vb:set blogIds, {vb:php array}}\r\n <vb:each from=\"nodes.nodes\" value=\"blog\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw blogIds}, {vb:raw blog.nodeid}}}\r\n </vb:each>\r\n {vb:data canUseHTMLNodes, user, havePermissions, forumpermissions, canusehtml, {vb:raw blogIds}}\r\n \r\n <vb:each from=\"nodes.nodes\" value=\"blog\">\r\n {vb:set urlInfo.nodeid, {vb:raw blog.nodeid}}\r\n {vb:set urlInfo.blogaction, \'admin\'}\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <tr class=\"channel_row\" data-nodeid=\"{vb:var blog.nodeid}\">\r\n <td>\r\n <span class=\"h-left channel_name\">\r\n <div class=\"channel_name_val\">{vb:raw blog.htmltitle}</div>\r\n <vb:if condition=\"empty($canUseHTMLNodes[$blog[\'nodeid\']]) OR !($canUseHTML = $canUseHTMLNodes[$blog[\'nodeid\']])\">\r\n {vb:set canUseHTML, 0}\r\n </vb:if>\r\n <input type=\"text\" value=\"{vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var blog.title}, {vb:raw blog.title}}\" name=\"channeltitle\" class=\"h-hide\">\r\n </span>\r\n <span class=\"h-right buttons\">\r\n <span class=\"edit\"><a href=\"{vb:url \'blogadmin\', {vb:raw urlInfo}}\">{vb:phrase edit}</a></span>\r\n <span class=\"delete\">{vb:phrase delete}</span>\r\n </span>\r\n </td>\r\n <td class=\"h-align-center\">{vb:datetime {vb:raw blog.publishdate}}</td>\r\n <td class=\"h-align-center\"><a href=\"{vb:url \'profile\', {vb:raw blog}}\">{vb:raw blog.authorname}</a></td>\r\n <td class=\"h-align-right\">{vb:var blog.count}</td>\r\n </tr>\r\n </vb:each>\r\n </table>\r\n {vb:set pagination {vb:raw nodes.paginationInfo}}\r\n <vb:if condition=\"$pagination[\'totalpages\'] > 1\">\r\n {vb:template pagenavnew_client, pagenav={vb:raw pagination}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:phrase no_blogs_found}\r\n </vb:if>\r\n</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(45,-1,'color_style','$final_rendered = \'<div id=\"sg_canvas\" class=\"h-clearfix\">\r\n <div class=\"styleaction\">\r\n <div id=\"tabs-color\">\r\n <ul>\r\n <li><a id=\"tab-wheel\" class=\"sel help\" href=\"#\">\' . vB_Template_Runtime::parsePhrase(\"choose_primary_color\") . \'</a></li>\r\n <li><a id=\"tab-vars\" class=\"help\" href=\"#\">\' . vB_Template_Runtime::parsePhrase(\"fine_tune\") . \'</a></li>\r\n </ul>\r\n </div>\r\n <div id=\"pane-wheel\" class=\"pane\">\r\n <div id=\"wheel\">\r\n <div id=\"sample\" class=\"bg-pri-0\"></div>\r\n <div id=\"wh1\"></div>\r\n <div id=\"wh2\"></div>\r\n <div id=\"wh3\"></div>\r\n <div id=\"wh4\"></div>\r\n <img class=\"dot help\" id=\"dot1\" alt=\"dot1\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dot help\" id=\"dot2\" alt=\"dot2\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dot help\" id=\"dot3\" alt=\"dot3\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <div class=\"val help\" id=\"hue-val\">\' . vB_Template_Runtime::parsePhrase(\"hue_gstyle\") . \' <span>0</span></div>\r\n <div class=\"val help\" id=\"dist-val\">\' . vB_Template_Runtime::parsePhrase(\"angle\") . \' <span>0</span></div>\r\n <table id=\"rgb-parts\" class=\"help\">\r\n <tr><th>R:</th><td id=\"rgb-r\">100 %</td></tr>\r\n <tr><th>G:</th><td id=\"rgb-g\">0 %</td></tr>\r\n <tr><th>B:</th><td id=\"rgb-b\">0 %</td></tr>\r\n </table>\r\n <div class=\"val help\" id=\"rgb-val\">\' . vB_Template_Runtime::parsePhrase(\"hex\") . \' <span>0F4FA8</span></div>\r\n </div>\r\n </div>\r\n <div id=\"pane-vars\" class=\"pane\">\r\n <div id=\"tabs-preview\">\r\n <ul>\r\n <li><a id=\"tab-light-ps\" class=\"help sel previewtab\" href=\"#\" data-type=\"lps\">\' . vB_Template_Runtime::parsePhrase(\"color_gstyle\") . \'</a></li>\r\n <li><a id=\"tab-light-pt\" class=\"help previewtab\" href=\"#\" data-type=\"lpt\">\' . vB_Template_Runtime::parsePhrase(\"white\") . \'</a></li>\r\n <li><a id=\"tab-grey\" class=\"help previewtab\" href=\"#\" data-type=\"gry\">\' . vB_Template_Runtime::parsePhrase(\"grey\") . \'</a></li>\r\n <li><a id=\"tab-dark\" class=\"help previewtab\" href=\"#\" data-type=\"drk\">\' . vB_Template_Runtime::parsePhrase(\"dark\") . \'</a></li>\r\n </ul>\r\n </div>\r\n <div id=\"saturation-cover\">\r\n <div id=\"saturation\">\r\n <div class=\"slider\">\r\n <img class=\"dot help\" id=\"dots\" alt=\"dots\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv0\" alt=\"dotv0\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv1\" alt=\"dotv1\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv2\" alt=\"dotv2\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv3\" alt=\"dotv3\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv4\" alt=\"dotv4\" src=\"\' . $baseurl_cdn . \'/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n </div>\r\n </div>\r\n <div id=\"colorcomparison\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"new\") . \'</span>\r\n <div id=\"currentcolor\" class=\"help currentcolor\"> </div>\r\n <div id=\"originalcolor\" class=\"help originalcolor\"> </div>\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"current\") . \'</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"stylereaction\">\r\n <div id=\"tabs-buttons\" class=\"h-right\">\r\n <button id=\"menu-undo\" class=\"button secondary\" type=\"button\">\' . vB_Template_Runtime::parsePhrase(\"undo_gstyle\") . \'</button>\r\n <button id=\"menu-redo\" class=\"button secondary h-disabled\" type=\"button\">\' . vB_Template_Runtime::parsePhrase(\"redo_gstyle\") . \'</button>\r\n </div>\r\n <div id=\"palette\" class=\"h-clear h-clearfix\">\r\n <h3>\' . vB_Template_Runtime::parsePhrase(\"my_color_palette\") . \'</h3>\r\n <div id=\"manualvars\"></div>\r\n </div>\r\n \' . \'\' . \'\r\n </div>\r\n </div>\';','<div id=\"sg_canvas\" class=\"h-clearfix\">\r\n <div class=\"styleaction\">\r\n <div id=\"tabs-color\">\r\n <ul>\r\n <li><a id=\"tab-wheel\" class=\"sel help\" href=\"#\">{vb:phrase choose_primary_color}</a></li>\r\n <li><a id=\"tab-vars\" class=\"help\" href=\"#\">{vb:phrase fine_tune}</a></li>\r\n </ul>\r\n </div>\r\n <div id=\"pane-wheel\" class=\"pane\">\r\n <div id=\"wheel\">\r\n <div id=\"sample\" class=\"bg-pri-0\"></div>\r\n <div id=\"wh1\"></div>\r\n <div id=\"wh2\"></div>\r\n <div id=\"wh3\"></div>\r\n <div id=\"wh4\"></div>\r\n <img class=\"dot help\" id=\"dot1\" alt=\"dot1\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dot help\" id=\"dot2\" alt=\"dot2\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dot help\" id=\"dot3\" alt=\"dot3\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <div class=\"val help\" id=\"hue-val\">{vb:phrase hue_gstyle} <span>0</span></div>\r\n <div class=\"val help\" id=\"dist-val\">{vb:phrase angle} <span>0</span></div>\r\n <table id=\"rgb-parts\" class=\"help\">\r\n <tr><th>R:</th><td id=\"rgb-r\">100 %</td></tr>\r\n <tr><th>G:</th><td id=\"rgb-g\">0 %</td></tr>\r\n <tr><th>B:</th><td id=\"rgb-b\">0 %</td></tr>\r\n </table>\r\n <div class=\"val help\" id=\"rgb-val\">{vb:phrase hex} <span>0F4FA8</span></div>\r\n </div>\r\n </div>\r\n <div id=\"pane-vars\" class=\"pane\">\r\n <div id=\"tabs-preview\">\r\n <ul>\r\n <li><a id=\"tab-light-ps\" class=\"help sel previewtab\" href=\"#\" data-type=\"lps\">{vb:phrase color_gstyle}</a></li>\r\n <li><a id=\"tab-light-pt\" class=\"help previewtab\" href=\"#\" data-type=\"lpt\">{vb:phrase white}</a></li>\r\n <li><a id=\"tab-grey\" class=\"help previewtab\" href=\"#\" data-type=\"gry\">{vb:phrase grey}</a></li>\r\n <li><a id=\"tab-dark\" class=\"help previewtab\" href=\"#\" data-type=\"drk\">{vb:phrase dark}</a></li>\r\n </ul>\r\n </div>\r\n <div id=\"saturation-cover\">\r\n <div id=\"saturation\">\r\n <div class=\"slider\">\r\n <img class=\"dot help\" id=\"dots\" alt=\"dots\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv0\" alt=\"dotv0\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv1\" alt=\"dotv1\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv2\" alt=\"dotv2\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv3\" alt=\"dotv3\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n <img class=\"dotv\" id=\"dotv4\" alt=\"dotv4\" src=\"{vb:raw baseurl_cdn}/images/style_generator/e.png\" width=\"1\" height=\"1\">\r\n </div>\r\n </div>\r\n <div id=\"colorcomparison\">\r\n <span>{vb:phrase new}</span>\r\n <div id=\"currentcolor\" class=\"help currentcolor\"> </div>\r\n <div id=\"originalcolor\" class=\"help originalcolor\"> </div>\r\n <span>{vb:phrase current}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"stylereaction\">\r\n <div id=\"tabs-buttons\" class=\"h-right\">\r\n <button id=\"menu-undo\" class=\"button secondary\" type=\"button\">{vb:phrase undo_gstyle}</button>\r\n <button id=\"menu-redo\" class=\"button secondary h-disabled\" type=\"button\">{vb:phrase redo_gstyle}</button>\r\n </div>\r\n <div id=\"palette\" class=\"h-clear h-clearfix\">\r\n <h3>{vb:phrase my_color_palette}</h3>\r\n <div id=\"manualvars\"></div>\r\n </div>\r\n <vb:comment><div id=\"fps\" class=\"help\"></div></vb:comment>\r\n </div>\r\n </div>','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(46,-1,'color_style.css','$final_rendered = \'@charset \"UTF-8\";\r\n#jscheck {\r\n margin: 20%;\r\n padding: 2em 4em;\r\n border: 1px dotted #666;\r\n text-align: center;\r\n}\r\n#jscheck hr {\r\n display: none;\r\n}\r\n\r\n#sg_canvas {\r\n height:auto;\r\n margin:0;\r\n width:900px;\r\n position:relative;\r\n border-radius:8px 8px 8px 8px;\r\n -moz-border-radius:8px 8px 8px 8px;\r\n -webkit-border-radius: 8px;\r\n}\r\n#edit-page-dropdown #color-style .panel .panel-main-content.layout-list-container\r\n{\r\n padding:0;\r\n}\r\n#color-style .styleaction{\r\n margin:0;\r\n}\r\n#sg_canvas .pane {\r\n position:absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':25px;\r\n width:380px;height:380px;\r\n top:60px;\r\n}\r\n\r\n/* @group menu */\r\n\r\n#sg_canvas #menu {\r\n /*position: absolute; \r\n top: 0; \r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 440px; */\r\n z-index: 1;\r\n width: 540px;\r\n background: #202020;\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n font-size: 11px;\r\n line-height: 1.1;\r\n}\r\n#sg_canvas #menu li {\r\n list-style: none;\r\n margin: 0; padding: 0;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n position: relative;\r\n}\r\n#sg_canvas #menu ul {\r\n display: none;\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n /*width: 150px;*/\r\n margin: 0;\r\n padding: 0;\r\n}\r\n#sg_canvas #menu ul {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid black;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 2px solid black;\r\n border-bottom: 2px solid black;\r\n background: #202020;\r\n}\r\n#sg_canvas #menu ul ul { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 145px; }\r\n\r\n#sg_canvas #menu ul li { float: none; }\r\n#sg_canvas #menu ul ul { top: 3px; }\r\n\r\n#sg_canvas #menu li.sep {\r\n padding: 5px;\r\n background: #202020;\r\n font-size: 1px;\r\n}\r\n#sg_canvas #menu hr {\r\n margin: 0;\r\n padding: 0;\r\n height: 1px;\r\n border: none;\r\n border-top: 1px solid #404040;\r\n}\r\n\r\n#sg_canvas #menu a {\r\n display: block;\r\n text-align:center;\r\n padding: 8px 15px 7px;\r\n text-decoration: none;\r\n color: #808080;\r\n background: #202020;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #333;\r\n white-space: nowrap;\r\n cursor: default;\r\n}\r\n#sg_canvas #menu a:hover {\r\n background-color: #999;\r\n color: #000;\r\n}\r\n#sg_canvas #menu ul a {\r\n padding: 8px 15px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n border: none;\r\n background-color: #202020;\r\n color: #ccc;\r\n cursor: pointer;\r\n}\r\n#sg_canvas #menu ul a:hover {\r\n background-color: #999;\r\n color: #000;\r\n}\r\n#sg_canvas #menu a.h-disabled {\r\n color: #404040;\r\n background: #202020;\r\n cursor: default;\r\n}\r\n#sg_canvas #menu #colorblind a {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n}\r\n#sg_canvas #menu #colorblind a.sel {\r\n color: #fc0;\r\n background-image: url(\\\'images/style_generator/warning.png\\\');\r\n background-position: 7px 50%;\r\n background-repeat: no-repeat;\r\n}\r\n#sg_canvas #menu a.sel {\r\n color: #fc0;\r\n}\r\n/* @end */\r\n\r\n/* @group tabs */\r\n\r\n#tabs-color, #tabs-buttons {\r\n height: 27px;\r\n margin:14px 0;\r\n}\r\n#tabs-color ul{\r\n display:inline;\r\n}\r\n#tabs-color li{\r\n display:inline;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#tabs-color li:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n}\r\n\r\n#tabs-preview {\r\n margin: 10px 0 0 10px;;\r\n width:100%;\r\n height: 27px;\r\n}\r\n#tabs-preview ul {\r\n padding:0;\r\n margin:0;\r\n}\r\n#tabs-preview li {\r\n width:85px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n display:block;\r\n border: 1px solid #cccccc;\r\n margin: 0 6px 0 0;\r\n}\r\n\r\n#tab-api {\r\n position: absolute; top: 0; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 715px;\r\n width:265px; height: 27px;\r\n}\r\n#sg_canvas #tabs-color a {\r\n display: block;\r\n text-align: center;\r\n text-decoration: none;\r\n white-space: nowrap;\r\n padding:2px 8px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius: 5px;\r\n}\r\n\r\n#sg_canvas #tabs-preview a {\r\n display: block;\r\n line-height:21px;\r\n background: #434444;\r\n color: #FFF;\r\n text-align: center;\r\n text-decoration: none;\r\n white-space: nowrap;\r\n padding:2px 8px;\r\n background-color:#666;\r\n}\r\n\r\n#tabs-preview a.sel {\r\n background:transparent !important;\r\n font-weight:bold;\r\n}\r\n\r\n#sg_canvas #tabs-preview a:hover {\r\n color: #2F3842;\r\n background-color:#FFF;\r\n}\r\n\r\n#tab-api a {\r\n width: 100%;\r\n font-size: 9px;\r\n background: #252525;\r\n color: #808080;\r\n overflow: visible;\r\n}\r\n#tab-api a.sel {\r\n font-size: 11px;\r\n background: #000;\r\n color: #999;\r\n}\r\n#tab-api a:hover {\r\n background: #282828;\r\n color: #ccc;\r\n}\r\n\r\n#sg_canvas .save li {\r\n display:none;\r\n width:85px;\r\n}\r\n#sg_canvas .save li.selected {\r\n display: block;\r\n}\r\n\r\n#sg_canvas .save a {\r\n color:#a8a8a8;\r\n text-decoration:none;\r\n padding: 0 10px\r\n}\r\n#sg_canvas .save a:hover {\r\n color:#fefefe;\r\n text-decoration:none;\r\n padding: 0 10px\r\n}\r\n#sg_canvas a.previewing {\r\n display:none;\r\n}\r\n#sg_canvas a.selected {\r\n display:inline;\r\n}\r\n/* @end */\r\n\r\n#debug {\r\n position:absolute; top:120px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':450px;\r\n}\r\n\r\n/* @group Model */\r\n\r\n#model {\r\n position: absolute; top: 95px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':25px;\r\n width:380px;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#model td {\r\n border: none;\r\n padding: 0;\r\n text-align: center;\r\n vertical-align:top;\r\n}\r\n#model a {\r\n display: block;\r\n border: none;\r\n width: 50px;\r\n margin: auto;\r\n padding: 55px 0 0 0;\r\n background: url(\\\'images/style_generator/model.png\\\') 0 0 no-repeat;\r\n font-size: 9px;\r\n color:#808080;\r\n text-decoration: none;\r\n}\r\n#model a.sel {\r\n color:#ccc;\r\n}\r\n#model a:hover {\r\n color:white;\r\n text-decoration: underline;\r\n}\r\n#model a.sel:hover {\r\n color:#ccc;\r\n text-decoration: none;\r\n}\r\na#m2 { background-position: -50px 0 }\r\na#m3 { background-position: -100px 0 }\r\na#m4 { background-position: -150px 0 }\r\na#m5 { background-position: -200px 0 }\r\na#m6 { background-position: -250px 0 }\r\n\r\na#m1.sel, a#m1:hover { background-position: -300px 0 }\r\na#m2.sel, a#m2:hover { background-position: -350px 0 }\r\na#m3.sel, a#m3:hover { background-position: -400px 0 }\r\na#m4.sel, a#m4:hover { background-position: -450px 0 }\r\na#m5.sel, a#m5:hover { background-position: -500px 0 }\r\na#m6.sel, a#m6:hover { background-position: -550px 0 }\r\n\r\n/* @end */\r\n\r\n/* @group Wheel */\r\n\r\n#left-pane-container {\r\n border-radius:8px 8px 8px 8px;\r\n -moz-border-radius:8px 8px 8px 8px;\r\n -webkit-border-radius: 8px;\r\n background:none repeat scroll 0 0 #434444;\r\n}\r\n#pane-wheel {\r\n width:380px;height:380px;\r\n}\r\n\r\n#wheel {\r\n width:100%;height:100%;\r\n background: url(\\\'images/style_generator/wheel_bkgr.png\\\') center no-repeat;\r\n}\r\n#wh1 {\r\n position:absolute; top:0; left:0;\r\n width:190px;height:190px;\r\n background: url(\\\'images/style_generator/wheel1.png\\\') \' . vB_Template_Runtime::fetchStylevar(\"right\") . \' bottom no-repeat;\r\n}\r\n#wh2 {\r\n position:absolute; top:0; left:190px;\r\n width:190px;height:190px;\r\n background: url(\\\'images/style_generator/wheel2.png\\\') \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom no-repeat;\r\n}\r\n#wh3 {\r\n position:absolute; top:190px; left:0;\r\n width:190px;height:190px;\r\n background: url(\\\'images/style_generator/wheel3.png\\\') \' . vB_Template_Runtime::fetchStylevar(\"right\") . \' top no-repeat;\r\n}\r\n#wh4 {\r\n position:absolute; top:190px; left:190px;\r\n width:190px;height:190px;\r\n background: url(\\\'images/style_generator/wheel4.png\\\') \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top no-repeat;\r\n}\r\n.dot, .dotv {\r\n position:absolute;\r\n width:13px; height:13px;\r\n background: url(\\\'images/style_generator/dot1.png\\\') 0 0 no-repeat;\r\n}\r\n.dot {\r\n cursor:pointer;\r\n}\r\n#wheel #dot2 { display:none; background-image: url(\\\'images/style_generator/dot3.png\\\') }\r\n#wheel #dot3,\r\n#wheel #dot4 { display:none; background-image: url(\\\'images/style_generator/dot2.png\\\') }\r\n\r\n#sample {\r\n position:absolute; top:120px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':120px; z-index:0;\r\n width:140px; height:140px;\r\n background: gray;\r\n}\r\n#wheel .val {\r\n position:absolute; z-index:10;\r\n font-size:11px;\r\n line-height:1;\r\n color:#808080;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n cursor: pointer;\r\n}\r\n#wheel .val span { color: #ccc }\r\n#wheel #hue-val { top:5px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 }\r\n#wheel #dist-val { top:5px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0; text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \' }\r\n#wheel #rgb-val { bottom:5px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0 }\r\n\r\n#rgb-parts {\r\n position:absolute; z-index:10;\r\n bottom:10px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#rgb-parts th, #rgb-parts td {\r\n padding: 1px 3px 0 0;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n font-weight: normal;\r\n color: #808080;\r\n font-size: 9px;\r\n line-height:1;\r\n}\r\n\r\n/* @end */\r\n\r\n\r\n/* @group Vars */\r\n\r\n#pane-vars {\r\n display: none;\r\n}\r\n\r\n.slider .dot {\r\n background-image: url(\\\'images/style_generator/dot3.png\\\');\r\n}\r\n.slider .dotv {\r\n display: none;\r\n background-image: url(\\\'images/style_generator/dot4.png\\\');\r\n}\r\n\r\n#presets {\r\n position: absolute; top: 25px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px; z-index: 100;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#presets select {\r\n font-size: 12px;\r\n line-height: 1.1;\r\n font-weight: normal;\r\n}\r\n\r\n#saturation-cover {\r\n}\r\n#saturation-cover h4 {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0; top: 10px;\r\n margin: 0; width: 100%;\r\n font-size: 11px;\r\n line-height: 13px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n\r\n#saturation {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 28px; top: 65px;\r\n width: 140px; height: 140px;\r\n}\r\n#saturation .slider {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -26px; top: -28px;\r\n width: 190px; height: 190px;\r\n background: url(\\\'images/style_generator/sv_slider_alpha.png\\\') top center no-repeat;\r\n}\r\n\r\n#contrast-cover {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 193px; top: 95px;\r\n width: 190px; height: 240px;\r\n background: #282828;\r\n}\r\n#tabs-contrast {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; top: 0;\r\n}\r\n#tabs-contrast a {\r\n width:95px; height: 25px;\r\n padding: 6px 0 4px 0;\r\n font-size: 9px;\r\n line-height: 11px;\r\n background: #333;\r\n}\r\n#tab-c1 { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 }\r\n#tab-c2 { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':95px }\r\n#tabs-contrast a.sel {\r\n padding: 10px 0 0 0;\r\n background: #282828;\r\n font-size: 11px;\r\n line-height: 13px;\r\n}\r\n#contrast {\r\n position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; top: 35px;\r\n width: 190px; height: 190px;\r\n background: url(\\\'images/style_generator/c_slider.png\\\') top center no-repeat;\r\n}\r\n#manualvars {\r\n width: 100%;\r\n margin-top:10px;\r\n}\r\n#manualvars a.ttl {\r\n display: block;\r\n margin: 0;\r\n padding: 0px;\r\n color: #999;\r\n background: #202020;\r\n font-weight: normal;\r\n text-decoration: none;\r\n display:none;\r\n}\r\n#manualvars a.ttl:hover {\r\n background: black;\r\n}\r\n\r\n#manualvars a.col {\r\n display: block;\r\n margin: 1px 0;\r\n padding: 3px 0;\r\n color: #999;\r\n background: transparent;\r\n text-decoration: none;\r\n line-height: 22px;\r\n}\r\n#manualvars a.col:hover {\r\n}\r\n#manualvars a.col.sel {\r\n color: #FFFF00;\r\n}\r\n#manualvars a .cbox {\r\n border:1px solid #000000;\r\n}\r\n#manualvars a img.cbox{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#manualvars a.sel .cbox {\r\n border:1px solid #FFFF00;\r\n}\r\n#manualvars .cbox {\r\n width: 20px; \r\n height: 20px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n border: 1px solid #21282F;\r\n vertical-align: middle;\r\n}\r\n#manualvars .code { display: none }\r\n\r\n/* @end */\r\n\r\n/* @group pane-info */\r\n\r\n#pane-info {\r\n display: none;\r\n}\r\n#pane-info h4 {\r\n margin: 1em 0 1em 0;\r\n font-size: 12px;\r\n font-weight: normal;\r\n color: #ccc;\r\n}\r\n\r\n.info-table {\r\n width: 100%;\r\n margin: 0;\r\n border-collapse: collapse;\r\n border: none;\r\n font-size: 10px;\r\n color: #999;\r\n}\r\n.info-table td.cbox {\r\n width: 20px; height: 25px;\r\n border: 1px solid #202020;\r\n}\r\n.info-table td.code {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n vertical-align: middle;\r\n}\r\n\r\n#export {\r\n margin-top: 2em;\r\n padding-top: 0.5em;\r\n border-top: 1px dotted #666;\r\n font-size: 115%;\r\n text-align: center;\r\n}\r\n#export strong {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1em;\r\n}\r\n#export .smaller {\r\n font-size: 85%;\r\n}\r\n\r\n#sg_canvas .export {\r\n padding: 1em;\r\n}\r\n#sg_canvas .export pre {\r\n font: 11px/1.1 monospace;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Palette */\r\nul.palettedisplay {\r\n padding:0px;\r\n}\r\nul.palettedisplay li > ul > li {\r\n display:block;\r\n margin-bottom: 5px;\r\n}\r\nul.palettedisplay li.last{\r\n float: none;\r\n height: 1px;\r\n clear:both;\r\n}\r\n\r\n/*#palette {\r\n padding:15px;\r\n}\r\n\r\n#palette td {\r\n border: 2px solid #333;\r\n width: 85px; height: 85px;\r\n}*/\r\n\r\n#schemeid {\r\n margin: 0;\r\n font-size: 9px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n#schemeid span {\r\n color: #ccc;\r\n}\r\n#page-preview {\r\n position: absolute; top: 160px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 465px;\r\n width: 480px;\r\n margin: 0;\r\n font-size: 12px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n\r\n.colordisplay {\r\n width:30px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.colorinfo {\r\n width:169px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.colorpalette {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:199px;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group preview */\r\n\r\n#preview-palette-canvas {\r\n border-radius: 8px;\r\n -moz-border-radius: 8px;\r\n -webkit-border-radius: 8px;\r\n background: url(\"images/style_generator/uibg.png\") repeat-x 0 0 #212121;\r\n margin: 0px 20px 20px 0;\r\n padding:20px;\r\n}\r\n\r\n#preview-palette-bg1 {\r\n position: absolute; top: 0; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n width:85%; height:80%;\r\n background: white;\r\n}\r\n#preview-palette-bg2 {\r\n position: absolute; bottom: 0; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n width:85%; height:85%;\r\n background: black;\r\n}\r\n#preview-palette {\r\n position: absolute; top: 4px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':4px;\r\n width:480px;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#preview-palette td {\r\n padding: 0;\r\n text-align: center;\r\n vertical-align: middle;\r\n overflow: hidden;\r\n border: none;\r\n}\r\n#preview-palette td.bg-pri-0 { width: 56% }\r\n#preview-palette td.bg-pri-1,\r\n#preview-palette td.bg-pri-3 { width: 22% }\r\n\r\n#preview-palette.scheme-m1 tr.pri td { height: 175px }\r\n#preview-palette.scheme-m1 tr.sec td { display: none }\r\n#preview-palette.scheme-m1 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m2 tr.pri td { height: 141px }\r\n#preview-palette.scheme-m2 tr.sec td { display: none }\r\n#preview-palette.scheme-m2 tr.compl td { height: 34px }\r\n\r\n#preview-palette.scheme-m3 tr.pri td { height: 89px }\r\n#preview-palette.scheme-m3 tr.sec td { height: 43px }\r\n#preview-palette.scheme-m3 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m4 tr.pri td { height: 73px }\r\n#preview-palette.scheme-m4 tr.sec td { height: 35px }\r\n#preview-palette.scheme-m4 tr.compl td { height: 32px }\r\n\r\n#preview-palette.scheme-m5 tr.pri td { height: 89px }\r\n#preview-palette.scheme-m5 tr.sec td { height: 43px }\r\n#preview-palette.scheme-m5 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m6 tr.pri td { height: 73px }\r\n#preview-palette.scheme-m6 tr.sec td { height: 35px }\r\n#preview-palette.scheme-m6 tr.compl td { height: 32px }\r\n\r\n#preview-palette .text {\r\n display: inline;\r\n padding: 2px 5px;\r\n font-size: 9px;\r\n line-height: 10px;\r\n white-space: nowrap;\r\n}\r\n#preview-palette .text .row1 { color: white }\r\n#preview-palette .text .row2 { color: gray }\r\n#preview-palette .text .row3 { color: black }\r\n\r\n#preview-palette .hilite .text {\r\n font-size: 10px;\r\n border: 1px outset #202020;\r\n}\r\n#showtext {\r\n position: absolute; top: 575px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':460px;\r\n width: 490px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n color: #555;\r\n}\r\n\r\n/* @end */\r\n\r\n#preview-pars {\r\n position: absolute; top: 603px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':460px;\r\n width: 490px;\r\n white-space: nowrap;\r\n}\r\n\r\n#fps {\r\n position: absolute; top: 7px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':520px;\r\n white-space: nowrap;\r\n font-size: 9px;\r\n color: #555;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n#randomize {\r\n position: absolute; top: 7px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 560px;\r\n width: 155px;\r\n margin: 0;\r\n font-size: 9px;\r\n text-align: center;\r\n}\r\n#randomize span {\r\n font-size: 9px;\r\n}\r\n\r\n#cb-warning {\r\n display: none;\r\n position: absolute; top: 612px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 445px;\r\n width: 15px; height: 15px;\r\n background: url(\\\'images/style_generator/warning.png\\\') center no-repeat;\r\n}\r\n#donate {\r\n position: absolute; top: 660px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#donate .btn {\r\n width: 122px; height: 40px;\r\n background: url(\\\'images/style_generator/donate.png\\\') 0 -60px no-repeat;\r\n}\r\n#donate .btn:hover {\r\n height: 60px;\r\n background-position: 0 0;\r\n}\r\n\r\n#relatedlinks {\r\n position: absolute; top: 680px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n width: 820px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n vertical-align: middle;\r\n white-space: nowrap;\r\n color: #555;\r\n font-size: 100%;\r\n}\r\n#relatedlinks a { color: #555 }\r\n#relatedlinks a:hover { color: #808080 }\r\n\r\n.select-replace {\r\n padding: 5px 30px 5px 10px;\r\n background: url(\\\'images/style_generator/ddarrow.png\\\') 98% 50% no-repeat;\r\n color: #999;\r\n border: 1px dotted #555;\r\n}\r\n\r\n#help {\r\n display: none;\r\n}\r\n#tooltip {\r\n position: absolute; z-index: 9999;\r\n width: 200px;\r\n padding: 5px 10px;\r\n opacity: 0.9;\r\n background: #000;\r\n color: #ccc;\r\n border: 1px solid #666;\r\n font-size: 95%;\r\n line-height: 1.66;\r\n}\r\n#tooltip.color {\r\n width: auto;\r\n text-align: center;\r\n font-size: 10px;\r\n padding: 2px 5px;\r\n}\r\niframe.sample {\r\n width: 100%; height: 610px;\r\n margin: 0 auto;\r\n border: 1px solid #404040;\r\n}\r\n.sample-info {\r\n padding: 3px 5px;\r\n background: black;\r\n color: #ffcc00;\r\n}\r\n.close-floatbox {\r\n color: #ffcc00;\r\n}\r\n#prompt {\r\n padding: 25px 50px;\r\n border: 1px outset #000;\r\n background: #202020;\r\n color: #ccc;\r\n text-align: center;\r\n font-size: 12px;\r\n}\r\n#prompt .submit {\r\n margin-top: 3em;\r\n}\r\n#prompt-input {\r\n background: #000;\r\n color: #ccc;\r\n border: 1px solid #666;\r\n padding: 5px;\r\n width: 7em;\r\n font-size: 15px;\r\n}\r\n#prompt .chkbox {\r\n margin: 0;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#prompt button {\r\n margin: 0 0.5em;\r\n padding: 2px 1em;\r\n vertical-align: middle;\r\n font-size: 14px;\r\n border: 1px outset #000;\r\n}\r\n#prompt-ok {\r\n background: #333;\r\n color: #ccc;\r\n font-weight: bold;\r\n}\r\n#prompt-cancel {\r\n background: #202020;\r\n color: #999;\r\n font-weight: normal;\r\n}\r\n#savestyle {\r\n margin-top: 32px;\r\n}\r\n#savestyle .styledetails > div {\r\n margin-top: 10px;\r\n}\r\n#color-style h3{\r\n color: #F0FDCF;\r\n}\r\n#styleform #allow-user-selection .field_label {\r\n margin-top: 3px;\r\n}\r\n#allow-user-selection > .field_value > label {\r\n white-space:nowrap;\r\n}\r\n#allow-user-selection > .field_value > label:first-child {\r\n margin-right: 15px;\r\n}\r\n.styleaction {\r\n /*border-radius: 8px;\r\n -moz-border-radius: 8px;\r\n -webkit-border-radius: 8px;*/\r\n /*background: url(\"images/style_generator/uibg.png\") repeat-x 0 0 #212121;*/\r\n border: 1px solid #21282F;\r\n height:450px;\r\n width:420px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin:20px 20px 0;\r\n}\r\n.stylereaction {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 50px;\r\n width: 425px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.styledetails {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':20px;\r\n}\r\n#styleform .field_label{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 135px;\r\n margin: 5px 0;\r\n}\r\n#styleform span.field_value{\r\n /*float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';*/\r\n}\r\n\r\n#styleform div.field_value{\r\n clear:both;\r\n}\r\n#form-displayorder{\r\n width:30px;\r\n}\r\n.styleoptions {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:190px;\r\n}\r\n\r\n#save-type{\r\n margin-top:17px !important;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n#save-type ul {\r\n padding:0;\r\n margin:10px 0 0 0;\r\n}\r\n\r\n#save-type li {\r\n color:#CCCCCC;\r\n font-size:11px;\r\n text-align:center;\r\n width:100px;\r\n margin:0 auto;\r\n}\r\n#save-type li.selected {\r\n border: 1px solid #CCCCCC;\r\n border:1px solid #CCCCCC;\r\n font-weight:bold;\r\n background:#FFFFFF;\r\n}\r\n#save-type li a {\r\n line-height:21px;\r\n color:#000000;\r\n}\r\n#save-type li a:hover {\r\n color:#333;\r\n}\r\n#colorcomparison {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:100px;\r\n margin: 30px 4px 0;\r\n color:#CCCCCC;\r\n text-align:center;\r\n font-size:11px;\r\n}\r\n#originalcolor, #currentcolor {\r\n border: 1px solid #CCCCCC;\r\n padding:10px;\r\n}\r\n#originalcolor {\r\n border-top: 0px;\r\n}\r\n#currentcolor {\r\n border-bottom: 0px;\r\n}\r\n.paletteInfo {\r\n font-size: 12px;\r\n display:table-cell;\r\n color: #D3D8E2;\r\n vertical-align:middle;\r\n}\r\nbody.edit-mode #edit-page-dropdown #ctrl_name input {\r\n width: 100%;\r\n height: 24px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n#display-order input {\r\n text-align:center;\r\n}\r\n\r\n/* Style Generator Preview CSS */\r\n\r\n.stylepreviewbackground {\r\n background: #E9E9E9;\r\n width: 450px;\r\n padding: 0 15px 15px 15px;\r\n}\r\n\r\n.stylegenpreview div,.stylegenpreview dl,.stylegenpreview dt,.stylegenpreview dd,.stylegenpreview ul,.stylegenpreview ol,.stylegenpreview li,.stylegenpreview h1,.stylegenpreview h2,.stylegenpreview h3,.stylegenpreview h4,.stylegenpreview h5,.stylegenpreview h6,.stylegenpreview pre,.stylegenpreview code,.stylegenpreview form,.stylegenpreview fieldset,.stylegenpreview legend,.stylegenpreview input,.stylegenpreview button,.stylegenpreview textarea,.stylegenpreview p,.stylegenpreview blockquote,.stylegenpreview th,.stylegenpreview td\r\n { /*margin:0;*/\r\n padding: 0;\r\n}\r\n\r\n#previewoverride h2 {\r\n position: inherit;\r\n}\r\n\r\n.stylegenpreview h1,.stylegenpreview h2,.stylegenpreview h3 {\r\n font-size: 100%;\r\n font-weight: normal;\r\n}\r\n\r\n#sg_canvas fieldset,img {\r\n border: 0 none;\r\n}\r\n\r\n.stylegenpreview {\r\n color: #3E3E3E;\r\n font-size: 10px;\r\n line-height: 1.23;\r\n font-family: arial, helvetica, clean, sans-serif;\r\n font-size-adjust: none;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: normal;\r\n}\r\n\r\n.stylegenpreview a {\r\n color: #417394;\r\n text-decoration: none;\r\n}\r\n\r\n#sg_canvas .main-header {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n background: #2F4456 url(images/gradients/gradient-grey-down.png)\r\n repeat-x scroll 0 0;\r\n margin: 0 0 10px;\r\n width: 100%;\r\n}\r\n\r\n#sg_canvas .main-header img {\r\n width: 100px;\r\n}\r\n\r\n#sg_canvas .navbar {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n -x-system-font: none;\r\n background: #2F4456 none repeat scroll 0 0;\r\n color: #FFFFFF;\r\n font-family: Arial, Calibri, Verdana, Geneva, sans-serif;\r\n font-size: 11px;\r\n font-size-adjust: none;\r\n font-stretch: normal;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: normal;\r\n height: 35px;\r\n line-height: normal;\r\n padding: 0;\r\n position: relative;\r\n margin-top:13px;\r\n}\r\n\r\n#sg_canvas .navtabs {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n background: #7192A8 url(images/buttons/newbtn_middle.png) repeat-x\r\n scroll 0 0;\r\n height: 16px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n}\r\n\r\n#sg_canvas #navtabs {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding:0;\r\n}\r\n\r\n#sg_canvas .navtabs ul {\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n border-top: 1px solid #5A7F97;\r\n direction: ltr;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -80px;\r\n position: absolute;\r\n top: 16px;\r\n width: 100%;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n\r\n#sg_canvas .navtabs ul li {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0 none;\r\n position: relative;\r\n}\r\n\r\n#sg_canvas li {\r\n list-style-image: none;\r\n list-style-position: outside;\r\n list-style-type: none;\r\n}\r\n\r\n#sg_canvas .navtabs li:first-child {\r\n\r\n}\r\n\r\n#sg_canvas .navtabs li {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid #5A7F97;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n#sg_canvas .navtabs li.selected {\r\n color: #111111;\r\n height: 16px;\r\n}\r\n\r\n#sg_canvas .navtabs li span {\r\n height: 16px;\r\n line-height: 16px;\r\n padding: 0 10px;\r\n}\r\n\r\n.navtabs li.selected li span {\r\n color: #FFFFFF;\r\n padding: 2px 5px;\r\n}\r\n\r\n#sg_canvas .navtabs li span.navtab {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n -x-system-font: none;\r\n background: #7192A8 url(images/buttons/newbtn_middle.png) repeat-x\r\n scroll 0 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #CEDFEB;\r\n border-top: 1px solid #CEDFEB;\r\n color: #FFFFFF;\r\n display: block;\r\n font-family: Arial, Calibri, Verdana, Geneva, sans-serif;\r\n font-size: 10px;\r\n font-size-adjust: none;\r\n font-stretch: normal;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: bold;\r\n line-height: 16px;\r\n min-width: 60px;\r\n text-align: center;\r\n text-decoration: none;\r\n width: auto !important;\r\n}\r\n\r\n#sg_canvas .navtabs li.selected span {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n color: #111111;\r\n padding-top: 4px;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n font-size: 8px;\r\n}\r\n\r\n#sg_canvas .navtabs li.selected span.navtab {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n background: #7192A8\r\n url(images/gradients/selected-tab-gradient-with-top-alpha.png)\r\n repeat-x scroll 0 0;\r\n color: #111111;\r\n padding-top: 4px;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n font-size: 10px;\r\n}\r\n\r\n.floatcontainer,.formcontrols .blockrow,dl.stats {\r\n display: block;\r\n}\r\n\r\n\r\n/* Preview Classes */ \r\n/* White */\r\n.bg-wh-sec0 {\r\n background: #FFF !important;\r\n}\r\n/* Dark */\r\n.bg-dk-pri0 {\r\n background: #000 !important;\r\n}\r\n.col-dk-sec0 {\r\n color: #FFF !important;\r\n}\r\n.bg-dk-sec0 {\r\n background: transparent !important;\r\n}\r\n\r\n.bg-dk-sec0-border {\r\n border: #303030 !important;\r\n}\r\n\r\n/* Grey */\r\n.bg-gy-pri0 {\r\n background: #A6A6A6 !important;\r\n}\r\n\r\n.bg-gy-sec0 {\r\n background: #BBB !important;\r\n}\r\n\r\n.bg-gy-sec0-border {\r\n border: #BBB !important;\r\n}\r\n.bg-gy-sec0 {\r\n background: transparent !important;\r\n}\r\n\r\n.foruminfowrap {\r\n background: #000 !important;\r\n}\r\n\r\n/* End Style Generator Preview CSS */\';','@charset \"UTF-8\";\r\n#jscheck {\r\n margin: 20%;\r\n padding: 2em 4em;\r\n border: 1px dotted #666;\r\n text-align: center;\r\n}\r\n#jscheck hr {\r\n display: none;\r\n}\r\n\r\n#sg_canvas {\r\n height:auto;\r\n margin:0;\r\n width:900px;\r\n position:relative;\r\n border-radius:8px 8px 8px 8px;\r\n -moz-border-radius:8px 8px 8px 8px;\r\n -webkit-border-radius: 8px;\r\n}\r\n#edit-page-dropdown #color-style .panel .panel-main-content.layout-list-container\r\n{\r\n padding:0;\r\n}\r\n#color-style .styleaction{\r\n margin:0;\r\n}\r\n#sg_canvas .pane {\r\n position:absolute; {vb:stylevar left}:25px;\r\n width:380px;height:380px;\r\n top:60px;\r\n}\r\n\r\n/* @group menu */\r\n\r\n#sg_canvas #menu {\r\n /*position: absolute; \r\n top: 0; \r\n {vb:stylevar left}: 440px; */\r\n z-index: 1;\r\n width: 540px;\r\n background: #202020;\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n font-size: 11px;\r\n line-height: 1.1;\r\n}\r\n#sg_canvas #menu li {\r\n list-style: none;\r\n margin: 0; padding: 0;\r\n float: {vb:stylevar left};\r\n position: relative;\r\n}\r\n#sg_canvas #menu ul {\r\n display: none;\r\n position: absolute; {vb:stylevar left}:0;\r\n /*width: 150px;*/\r\n margin: 0;\r\n padding: 0;\r\n}\r\n#sg_canvas #menu ul {\r\n border-{vb:stylevar left}: 1px solid black;\r\n border-{vb:stylevar right}: 2px solid black;\r\n border-bottom: 2px solid black;\r\n background: #202020;\r\n}\r\n#sg_canvas #menu ul ul { {vb:stylevar left}: 145px; }\r\n\r\n#sg_canvas #menu ul li { float: none; }\r\n#sg_canvas #menu ul ul { top: 3px; }\r\n\r\n#sg_canvas #menu li.sep {\r\n padding: 5px;\r\n background: #202020;\r\n font-size: 1px;\r\n}\r\n#sg_canvas #menu hr {\r\n margin: 0;\r\n padding: 0;\r\n height: 1px;\r\n border: none;\r\n border-top: 1px solid #404040;\r\n}\r\n\r\n#sg_canvas #menu a {\r\n display: block;\r\n text-align:center;\r\n padding: 8px 15px 7px;\r\n text-decoration: none;\r\n color: #808080;\r\n background: #202020;\r\n border-{vb:stylevar left}: 1px solid #333;\r\n white-space: nowrap;\r\n cursor: default;\r\n}\r\n#sg_canvas #menu a:hover {\r\n background-color: #999;\r\n color: #000;\r\n}\r\n#sg_canvas #menu ul a {\r\n padding: 8px 15px;\r\n text-align: {vb:stylevar left};\r\n border: none;\r\n background-color: #202020;\r\n color: #ccc;\r\n cursor: pointer;\r\n}\r\n#sg_canvas #menu ul a:hover {\r\n background-color: #999;\r\n color: #000;\r\n}\r\n#sg_canvas #menu a.h-disabled {\r\n color: #404040;\r\n background: #202020;\r\n cursor: default;\r\n}\r\n#sg_canvas #menu #colorblind a {\r\n padding-{vb:stylevar left}: 30px;\r\n}\r\n#sg_canvas #menu #colorblind a.sel {\r\n color: #fc0;\r\n background-image: url(\'images/style_generator/warning.png\');\r\n background-position: 7px 50%;\r\n background-repeat: no-repeat;\r\n}\r\n#sg_canvas #menu a.sel {\r\n color: #fc0;\r\n}\r\n/* @end */\r\n\r\n/* @group tabs */\r\n\r\n#tabs-color, #tabs-buttons {\r\n height: 27px;\r\n margin:14px 0;\r\n}\r\n#tabs-color ul{\r\n display:inline;\r\n}\r\n#tabs-color li{\r\n display:inline;\r\n float:{vb:stylevar left};\r\n}\r\n#tabs-color li:first-child {\r\n margin-{vb:stylevar left}: 20px;\r\n}\r\n\r\n#tabs-preview {\r\n margin: 10px 0 0 10px;;\r\n width:100%;\r\n height: 27px;\r\n}\r\n#tabs-preview ul {\r\n padding:0;\r\n margin:0;\r\n}\r\n#tabs-preview li {\r\n width:85px;\r\n float:{vb:stylevar left};\r\n display:block;\r\n border: 1px solid #cccccc;\r\n margin: 0 6px 0 0;\r\n}\r\n\r\n#tab-api {\r\n position: absolute; top: 0; {vb:stylevar left}: 715px;\r\n width:265px; height: 27px;\r\n}\r\n#sg_canvas #tabs-color a {\r\n display: block;\r\n text-align: center;\r\n text-decoration: none;\r\n white-space: nowrap;\r\n padding:2px 8px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius: 5px;\r\n}\r\n\r\n#sg_canvas #tabs-preview a {\r\n display: block;\r\n line-height:21px;\r\n background: #434444;\r\n color: #FFF;\r\n text-align: center;\r\n text-decoration: none;\r\n white-space: nowrap;\r\n padding:2px 8px;\r\n background-color:#666;\r\n}\r\n\r\n#tabs-preview a.sel {\r\n background:transparent !important;\r\n font-weight:bold;\r\n}\r\n\r\n#sg_canvas #tabs-preview a:hover {\r\n color: #2F3842;\r\n background-color:#FFF;\r\n}\r\n\r\n#tab-api a {\r\n width: 100%;\r\n font-size: 9px;\r\n background: #252525;\r\n color: #808080;\r\n overflow: visible;\r\n}\r\n#tab-api a.sel {\r\n font-size: 11px;\r\n background: #000;\r\n color: #999;\r\n}\r\n#tab-api a:hover {\r\n background: #282828;\r\n color: #ccc;\r\n}\r\n\r\n#sg_canvas .save li {\r\n display:none;\r\n width:85px;\r\n}\r\n#sg_canvas .save li.selected {\r\n display: block;\r\n}\r\n\r\n#sg_canvas .save a {\r\n color:#a8a8a8;\r\n text-decoration:none;\r\n padding: 0 10px\r\n}\r\n#sg_canvas .save a:hover {\r\n color:#fefefe;\r\n text-decoration:none;\r\n padding: 0 10px\r\n}\r\n#sg_canvas a.previewing {\r\n display:none;\r\n}\r\n#sg_canvas a.selected {\r\n display:inline;\r\n}\r\n/* @end */\r\n\r\n#debug {\r\n position:absolute; top:120px; {vb:stylevar left}:450px;\r\n}\r\n\r\n/* @group Model */\r\n\r\n#model {\r\n position: absolute; top: 95px; {vb:stylevar left}:25px;\r\n width:380px;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#model td {\r\n border: none;\r\n padding: 0;\r\n text-align: center;\r\n vertical-align:top;\r\n}\r\n#model a {\r\n display: block;\r\n border: none;\r\n width: 50px;\r\n margin: auto;\r\n padding: 55px 0 0 0;\r\n background: url(\'images/style_generator/model.png\') 0 0 no-repeat;\r\n font-size: 9px;\r\n color:#808080;\r\n text-decoration: none;\r\n}\r\n#model a.sel {\r\n color:#ccc;\r\n}\r\n#model a:hover {\r\n color:white;\r\n text-decoration: underline;\r\n}\r\n#model a.sel:hover {\r\n color:#ccc;\r\n text-decoration: none;\r\n}\r\na#m2 { background-position: -50px 0 }\r\na#m3 { background-position: -100px 0 }\r\na#m4 { background-position: -150px 0 }\r\na#m5 { background-position: -200px 0 }\r\na#m6 { background-position: -250px 0 }\r\n\r\na#m1.sel, a#m1:hover { background-position: -300px 0 }\r\na#m2.sel, a#m2:hover { background-position: -350px 0 }\r\na#m3.sel, a#m3:hover { background-position: -400px 0 }\r\na#m4.sel, a#m4:hover { background-position: -450px 0 }\r\na#m5.sel, a#m5:hover { background-position: -500px 0 }\r\na#m6.sel, a#m6:hover { background-position: -550px 0 }\r\n\r\n/* @end */\r\n\r\n/* @group Wheel */\r\n\r\n#left-pane-container {\r\n border-radius:8px 8px 8px 8px;\r\n -moz-border-radius:8px 8px 8px 8px;\r\n -webkit-border-radius: 8px;\r\n background:none repeat scroll 0 0 #434444;\r\n}\r\n#pane-wheel {\r\n width:380px;height:380px;\r\n}\r\n\r\n#wheel {\r\n width:100%;height:100%;\r\n background: url(\'images/style_generator/wheel_bkgr.png\') center no-repeat;\r\n}\r\n#wh1 {\r\n position:absolute; top:0; left:0;\r\n width:190px;height:190px;\r\n background: url(\'images/style_generator/wheel1.png\') {vb:stylevar right} bottom no-repeat;\r\n}\r\n#wh2 {\r\n position:absolute; top:0; left:190px;\r\n width:190px;height:190px;\r\n background: url(\'images/style_generator/wheel2.png\') {vb:stylevar left} bottom no-repeat;\r\n}\r\n#wh3 {\r\n position:absolute; top:190px; left:0;\r\n width:190px;height:190px;\r\n background: url(\'images/style_generator/wheel3.png\') {vb:stylevar right} top no-repeat;\r\n}\r\n#wh4 {\r\n position:absolute; top:190px; left:190px;\r\n width:190px;height:190px;\r\n background: url(\'images/style_generator/wheel4.png\') {vb:stylevar left} top no-repeat;\r\n}\r\n.dot, .dotv {\r\n position:absolute;\r\n width:13px; height:13px;\r\n background: url(\'images/style_generator/dot1.png\') 0 0 no-repeat;\r\n}\r\n.dot {\r\n cursor:pointer;\r\n}\r\n#wheel #dot2 { display:none; background-image: url(\'images/style_generator/dot3.png\') }\r\n#wheel #dot3,\r\n#wheel #dot4 { display:none; background-image: url(\'images/style_generator/dot2.png\') }\r\n\r\n#sample {\r\n position:absolute; top:120px; {vb:stylevar left}:120px; z-index:0;\r\n width:140px; height:140px;\r\n background: gray;\r\n}\r\n#wheel .val {\r\n position:absolute; z-index:10;\r\n font-size:11px;\r\n line-height:1;\r\n color:#808080;\r\n text-align:{vb:stylevar left};\r\n cursor: pointer;\r\n}\r\n#wheel .val span { color: #ccc }\r\n#wheel #hue-val { top:5px; {vb:stylevar left}:0 }\r\n#wheel #dist-val { top:5px; {vb:stylevar right}:0; text-align:{vb:stylevar right} }\r\n#wheel #rgb-val { bottom:5px; {vb:stylevar right}:0 }\r\n\r\n#rgb-parts {\r\n position:absolute; z-index:10;\r\n bottom:10px; {vb:stylevar left}:0;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#rgb-parts th, #rgb-parts td {\r\n padding: 1px 3px 0 0;\r\n text-align: {vb:stylevar right};\r\n font-weight: normal;\r\n color: #808080;\r\n font-size: 9px;\r\n line-height:1;\r\n}\r\n\r\n/* @end */\r\n\r\n\r\n/* @group Vars */\r\n\r\n#pane-vars {\r\n display: none;\r\n}\r\n\r\n.slider .dot {\r\n background-image: url(\'images/style_generator/dot3.png\');\r\n}\r\n.slider .dotv {\r\n display: none;\r\n background-image: url(\'images/style_generator/dot4.png\');\r\n}\r\n\r\n#presets {\r\n position: absolute; top: 25px; {vb:stylevar left}:5px; z-index: 100;\r\n text-align: {vb:stylevar left};\r\n}\r\n#presets select {\r\n font-size: 12px;\r\n line-height: 1.1;\r\n font-weight: normal;\r\n}\r\n\r\n#saturation-cover {\r\n}\r\n#saturation-cover h4 {\r\n position: absolute; {vb:stylevar left}:0; top: 10px;\r\n margin: 0; width: 100%;\r\n font-size: 11px;\r\n line-height: 13px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n\r\n#saturation {\r\n position: absolute; {vb:stylevar left}: 28px; top: 65px;\r\n width: 140px; height: 140px;\r\n}\r\n#saturation .slider {\r\n position: absolute; {vb:stylevar left}: -26px; top: -28px;\r\n width: 190px; height: 190px;\r\n background: url(\'images/style_generator/sv_slider_alpha.png\') top center no-repeat;\r\n}\r\n\r\n#contrast-cover {\r\n position: absolute; {vb:stylevar left}: 193px; top: 95px;\r\n width: 190px; height: 240px;\r\n background: #282828;\r\n}\r\n#tabs-contrast {\r\n position: absolute; {vb:stylevar left}: 0; top: 0;\r\n}\r\n#tabs-contrast a {\r\n width:95px; height: 25px;\r\n padding: 6px 0 4px 0;\r\n font-size: 9px;\r\n line-height: 11px;\r\n background: #333;\r\n}\r\n#tab-c1 { {vb:stylevar left}:0 }\r\n#tab-c2 { {vb:stylevar left}:95px }\r\n#tabs-contrast a.sel {\r\n padding: 10px 0 0 0;\r\n background: #282828;\r\n font-size: 11px;\r\n line-height: 13px;\r\n}\r\n#contrast {\r\n position: absolute; {vb:stylevar left}: 0; top: 35px;\r\n width: 190px; height: 190px;\r\n background: url(\'images/style_generator/c_slider.png\') top center no-repeat;\r\n}\r\n#manualvars {\r\n width: 100%;\r\n margin-top:10px;\r\n}\r\n#manualvars a.ttl {\r\n display: block;\r\n margin: 0;\r\n padding: 0px;\r\n color: #999;\r\n background: #202020;\r\n font-weight: normal;\r\n text-decoration: none;\r\n display:none;\r\n}\r\n#manualvars a.ttl:hover {\r\n background: black;\r\n}\r\n\r\n#manualvars a.col {\r\n display: block;\r\n margin: 1px 0;\r\n padding: 3px 0;\r\n color: #999;\r\n background: transparent;\r\n text-decoration: none;\r\n line-height: 22px;\r\n}\r\n#manualvars a.col:hover {\r\n}\r\n#manualvars a.col.sel {\r\n color: #FFFF00;\r\n}\r\n#manualvars a .cbox {\r\n border:1px solid #000000;\r\n}\r\n#manualvars a img.cbox{\r\n float:{vb:stylevar left};\r\n}\r\n#manualvars a.sel .cbox {\r\n border:1px solid #FFFF00;\r\n}\r\n#manualvars .cbox {\r\n width: 20px; \r\n height: 20px;\r\n margin-{vb:stylevar right}: 10px;\r\n border: 1px solid #21282F;\r\n vertical-align: middle;\r\n}\r\n#manualvars .code { display: none }\r\n\r\n/* @end */\r\n\r\n/* @group pane-info */\r\n\r\n#pane-info {\r\n display: none;\r\n}\r\n#pane-info h4 {\r\n margin: 1em 0 1em 0;\r\n font-size: 12px;\r\n font-weight: normal;\r\n color: #ccc;\r\n}\r\n\r\n.info-table {\r\n width: 100%;\r\n margin: 0;\r\n border-collapse: collapse;\r\n border: none;\r\n font-size: 10px;\r\n color: #999;\r\n}\r\n.info-table td.cbox {\r\n width: 20px; height: 25px;\r\n border: 1px solid #202020;\r\n}\r\n.info-table td.code {\r\n padding-{vb:stylevar left}: 5px;\r\n text-align: {vb:stylevar left};\r\n vertical-align: middle;\r\n}\r\n\r\n#export {\r\n margin-top: 2em;\r\n padding-top: 0.5em;\r\n border-top: 1px dotted #666;\r\n font-size: 115%;\r\n text-align: center;\r\n}\r\n#export strong {\r\n margin-{vb:stylevar right}: 1em;\r\n}\r\n#export .smaller {\r\n font-size: 85%;\r\n}\r\n\r\n#sg_canvas .export {\r\n padding: 1em;\r\n}\r\n#sg_canvas .export pre {\r\n font: 11px/1.1 monospace;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group Palette */\r\nul.palettedisplay {\r\n padding:0px;\r\n}\r\nul.palettedisplay li > ul > li {\r\n display:block;\r\n margin-bottom: 5px;\r\n}\r\nul.palettedisplay li.last{\r\n float: none;\r\n height: 1px;\r\n clear:both;\r\n}\r\n\r\n/*#palette {\r\n padding:15px;\r\n}\r\n\r\n#palette td {\r\n border: 2px solid #333;\r\n width: 85px; height: 85px;\r\n}*/\r\n\r\n#schemeid {\r\n margin: 0;\r\n font-size: 9px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n#schemeid span {\r\n color: #ccc;\r\n}\r\n#page-preview {\r\n position: absolute; top: 160px; {vb:stylevar left}: 465px;\r\n width: 480px;\r\n margin: 0;\r\n font-size: 12px;\r\n font-weight: normal;\r\n text-align: center;\r\n}\r\n\r\n.colordisplay {\r\n width:30px;\r\n float:{vb:stylevar left};\r\n}\r\n.colorinfo {\r\n width:169px;\r\n float:{vb:stylevar left};\r\n}\r\n.colorpalette {\r\n float:{vb:stylevar left};\r\n width:199px;\r\n}\r\n\r\n/* @end */\r\n\r\n/* @group preview */\r\n\r\n#preview-palette-canvas {\r\n border-radius: 8px;\r\n -moz-border-radius: 8px;\r\n -webkit-border-radius: 8px;\r\n background: url(\"images/style_generator/uibg.png\") repeat-x 0 0 #212121;\r\n margin: 0px 20px 20px 0;\r\n padding:20px;\r\n}\r\n\r\n#preview-palette-bg1 {\r\n position: absolute; top: 0; {vb:stylevar left}:0;\r\n width:85%; height:80%;\r\n background: white;\r\n}\r\n#preview-palette-bg2 {\r\n position: absolute; bottom: 0; {vb:stylevar right}:0;\r\n width:85%; height:85%;\r\n background: black;\r\n}\r\n#preview-palette {\r\n position: absolute; top: 4px; {vb:stylevar left}:4px;\r\n width:480px;\r\n border-collapse: collapse;\r\n border: none;\r\n}\r\n#preview-palette td {\r\n padding: 0;\r\n text-align: center;\r\n vertical-align: middle;\r\n overflow: hidden;\r\n border: none;\r\n}\r\n#preview-palette td.bg-pri-0 { width: 56% }\r\n#preview-palette td.bg-pri-1,\r\n#preview-palette td.bg-pri-3 { width: 22% }\r\n\r\n#preview-palette.scheme-m1 tr.pri td { height: 175px }\r\n#preview-palette.scheme-m1 tr.sec td { display: none }\r\n#preview-palette.scheme-m1 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m2 tr.pri td { height: 141px }\r\n#preview-palette.scheme-m2 tr.sec td { display: none }\r\n#preview-palette.scheme-m2 tr.compl td { height: 34px }\r\n\r\n#preview-palette.scheme-m3 tr.pri td { height: 89px }\r\n#preview-palette.scheme-m3 tr.sec td { height: 43px }\r\n#preview-palette.scheme-m3 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m4 tr.pri td { height: 73px }\r\n#preview-palette.scheme-m4 tr.sec td { height: 35px }\r\n#preview-palette.scheme-m4 tr.compl td { height: 32px }\r\n\r\n#preview-palette.scheme-m5 tr.pri td { height: 89px }\r\n#preview-palette.scheme-m5 tr.sec td { height: 43px }\r\n#preview-palette.scheme-m5 tr.compl td { display: none }\r\n\r\n#preview-palette.scheme-m6 tr.pri td { height: 73px }\r\n#preview-palette.scheme-m6 tr.sec td { height: 35px }\r\n#preview-palette.scheme-m6 tr.compl td { height: 32px }\r\n\r\n#preview-palette .text {\r\n display: inline;\r\n padding: 2px 5px;\r\n font-size: 9px;\r\n line-height: 10px;\r\n white-space: nowrap;\r\n}\r\n#preview-palette .text .row1 { color: white }\r\n#preview-palette .text .row2 { color: gray }\r\n#preview-palette .text .row3 { color: black }\r\n\r\n#preview-palette .hilite .text {\r\n font-size: 10px;\r\n border: 1px outset #202020;\r\n}\r\n#showtext {\r\n position: absolute; top: 575px; {vb:stylevar left}:460px;\r\n width: 490px;\r\n text-align: {vb:stylevar right};\r\n color: #555;\r\n}\r\n\r\n/* @end */\r\n\r\n#preview-pars {\r\n position: absolute; top: 603px; {vb:stylevar left}:460px;\r\n width: 490px;\r\n white-space: nowrap;\r\n}\r\n\r\n#fps {\r\n position: absolute; top: 7px; {vb:stylevar left}:520px;\r\n white-space: nowrap;\r\n font-size: 9px;\r\n color: #555;\r\n text-align: {vb:stylevar left};\r\n}\r\n\r\n#randomize {\r\n position: absolute; top: 7px; {vb:stylevar left}: 560px;\r\n width: 155px;\r\n margin: 0;\r\n font-size: 9px;\r\n text-align: center;\r\n}\r\n#randomize span {\r\n font-size: 9px;\r\n}\r\n\r\n#cb-warning {\r\n display: none;\r\n position: absolute; top: 612px; {vb:stylevar left}: 445px;\r\n width: 15px; height: 15px;\r\n background: url(\'images/style_generator/warning.png\') center no-repeat;\r\n}\r\n#donate {\r\n position: absolute; top: 660px; {vb:stylevar left}:10px;\r\n text-align: {vb:stylevar left};\r\n}\r\n#donate .btn {\r\n width: 122px; height: 40px;\r\n background: url(\'images/style_generator/donate.png\') 0 -60px no-repeat;\r\n}\r\n#donate .btn:hover {\r\n height: 60px;\r\n background-position: 0 0;\r\n}\r\n\r\n#relatedlinks {\r\n position: absolute; top: 680px; {vb:stylevar right}:10px;\r\n width: 820px;\r\n text-align: {vb:stylevar right};\r\n vertical-align: middle;\r\n white-space: nowrap;\r\n color: #555;\r\n font-size: 100%;\r\n}\r\n#relatedlinks a { color: #555 }\r\n#relatedlinks a:hover { color: #808080 }\r\n\r\n.select-replace {\r\n padding: 5px 30px 5px 10px;\r\n background: url(\'images/style_generator/ddarrow.png\') 98% 50% no-repeat;\r\n color: #999;\r\n border: 1px dotted #555;\r\n}\r\n\r\n#help {\r\n display: none;\r\n}\r\n#tooltip {\r\n position: absolute; z-index: 9999;\r\n width: 200px;\r\n padding: 5px 10px;\r\n opacity: 0.9;\r\n background: #000;\r\n color: #ccc;\r\n border: 1px solid #666;\r\n font-size: 95%;\r\n line-height: 1.66;\r\n}\r\n#tooltip.color {\r\n width: auto;\r\n text-align: center;\r\n font-size: 10px;\r\n padding: 2px 5px;\r\n}\r\niframe.sample {\r\n width: 100%; height: 610px;\r\n margin: 0 auto;\r\n border: 1px solid #404040;\r\n}\r\n.sample-info {\r\n padding: 3px 5px;\r\n background: black;\r\n color: #ffcc00;\r\n}\r\n.close-floatbox {\r\n color: #ffcc00;\r\n}\r\n#prompt {\r\n padding: 25px 50px;\r\n border: 1px outset #000;\r\n background: #202020;\r\n color: #ccc;\r\n text-align: center;\r\n font-size: 12px;\r\n}\r\n#prompt .submit {\r\n margin-top: 3em;\r\n}\r\n#prompt-input {\r\n background: #000;\r\n color: #ccc;\r\n border: 1px solid #666;\r\n padding: 5px;\r\n width: 7em;\r\n font-size: 15px;\r\n}\r\n#prompt .chkbox {\r\n margin: 0;\r\n text-align: {vb:stylevar left};\r\n}\r\n#prompt button {\r\n margin: 0 0.5em;\r\n padding: 2px 1em;\r\n vertical-align: middle;\r\n font-size: 14px;\r\n border: 1px outset #000;\r\n}\r\n#prompt-ok {\r\n background: #333;\r\n color: #ccc;\r\n font-weight: bold;\r\n}\r\n#prompt-cancel {\r\n background: #202020;\r\n color: #999;\r\n font-weight: normal;\r\n}\r\n#savestyle {\r\n margin-top: 32px;\r\n}\r\n#savestyle .styledetails > div {\r\n margin-top: 10px;\r\n}\r\n#color-style h3{\r\n color: #F0FDCF;\r\n}\r\n#styleform #allow-user-selection .field_label {\r\n margin-top: 3px;\r\n}\r\n#allow-user-selection > .field_value > label {\r\n white-space:nowrap;\r\n}\r\n#allow-user-selection > .field_value > label:first-child {\r\n margin-right: 15px;\r\n}\r\n.styleaction {\r\n /*border-radius: 8px;\r\n -moz-border-radius: 8px;\r\n -webkit-border-radius: 8px;*/\r\n /*background: url(\"images/style_generator/uibg.png\") repeat-x 0 0 #212121;*/\r\n border: 1px solid #21282F;\r\n height:450px;\r\n width:420px;\r\n float:{vb:stylevar left};\r\n margin:20px 20px 0;\r\n}\r\n.stylereaction {\r\n margin-{vb:stylevar left}: 50px;\r\n width: 425px;\r\n float:{vb:stylevar left};\r\n}\r\n.styledetails {\r\n margin-{vb:stylevar right}:20px;\r\n}\r\n#styleform .field_label{\r\n float:{vb:stylevar left};\r\n width: 135px;\r\n margin: 5px 0;\r\n}\r\n#styleform span.field_value{\r\n /*float:{vb:stylevar left};*/\r\n}\r\n\r\n#styleform div.field_value{\r\n clear:both;\r\n}\r\n#form-displayorder{\r\n width:30px;\r\n}\r\n.styleoptions {\r\n float:{vb:stylevar right};\r\n width:190px;\r\n}\r\n\r\n#save-type{\r\n margin-top:17px !important;\r\n text-align: {vb:stylevar right};\r\n}\r\n\r\n#save-type ul {\r\n padding:0;\r\n margin:10px 0 0 0;\r\n}\r\n\r\n#save-type li {\r\n color:#CCCCCC;\r\n font-size:11px;\r\n text-align:center;\r\n width:100px;\r\n margin:0 auto;\r\n}\r\n#save-type li.selected {\r\n border: 1px solid #CCCCCC;\r\n border:1px solid #CCCCCC;\r\n font-weight:bold;\r\n background:#FFFFFF;\r\n}\r\n#save-type li a {\r\n line-height:21px;\r\n color:#000000;\r\n}\r\n#save-type li a:hover {\r\n color:#333;\r\n}\r\n#colorcomparison {\r\n float:{vb:stylevar right};\r\n width:100px;\r\n margin: 30px 4px 0;\r\n color:#CCCCCC;\r\n text-align:center;\r\n font-size:11px;\r\n}\r\n#originalcolor, #currentcolor {\r\n border: 1px solid #CCCCCC;\r\n padding:10px;\r\n}\r\n#originalcolor {\r\n border-top: 0px;\r\n}\r\n#currentcolor {\r\n border-bottom: 0px;\r\n}\r\n.paletteInfo {\r\n font-size: 12px;\r\n display:table-cell;\r\n color: #D3D8E2;\r\n vertical-align:middle;\r\n}\r\nbody.edit-mode #edit-page-dropdown #ctrl_name input {\r\n width: 100%;\r\n height: 24px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n#display-order input {\r\n text-align:center;\r\n}\r\n\r\n/* Style Generator Preview CSS */\r\n\r\n.stylepreviewbackground {\r\n background: #E9E9E9;\r\n width: 450px;\r\n padding: 0 15px 15px 15px;\r\n}\r\n\r\n.stylegenpreview div,.stylegenpreview dl,.stylegenpreview dt,.stylegenpreview dd,.stylegenpreview ul,.stylegenpreview ol,.stylegenpreview li,.stylegenpreview h1,.stylegenpreview h2,.stylegenpreview h3,.stylegenpreview h4,.stylegenpreview h5,.stylegenpreview h6,.stylegenpreview pre,.stylegenpreview code,.stylegenpreview form,.stylegenpreview fieldset,.stylegenpreview legend,.stylegenpreview input,.stylegenpreview button,.stylegenpreview textarea,.stylegenpreview p,.stylegenpreview blockquote,.stylegenpreview th,.stylegenpreview td\r\n { /*margin:0;*/\r\n padding: 0;\r\n}\r\n\r\n#previewoverride h2 {\r\n position: inherit;\r\n}\r\n\r\n.stylegenpreview h1,.stylegenpreview h2,.stylegenpreview h3 {\r\n font-size: 100%;\r\n font-weight: normal;\r\n}\r\n\r\n#sg_canvas fieldset,img {\r\n border: 0 none;\r\n}\r\n\r\n.stylegenpreview {\r\n color: #3E3E3E;\r\n font-size: 10px;\r\n line-height: 1.23;\r\n font-family: arial, helvetica, clean, sans-serif;\r\n font-size-adjust: none;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: normal;\r\n}\r\n\r\n.stylegenpreview a {\r\n color: #417394;\r\n text-decoration: none;\r\n}\r\n\r\n#sg_canvas .main-header {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n border-radius-bottom{vb:stylevar left}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar left}: 5px;\r\n border-radius-bottom{vb:stylevar right}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar right}: 5px;\r\n background: #2F4456 url(images/gradients/gradient-grey-down.png)\r\n repeat-x scroll 0 0;\r\n margin: 0 0 10px;\r\n width: 100%;\r\n}\r\n\r\n#sg_canvas .main-header img {\r\n width: 100px;\r\n}\r\n\r\n#sg_canvas .navbar {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n border-radius-bottom{vb:stylevar left}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar left}: 5px;\r\n border-radius-bottom{vb:stylevar right}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar right}: 5px;\r\n -x-system-font: none;\r\n background: #2F4456 none repeat scroll 0 0;\r\n color: #FFFFFF;\r\n font-family: Arial, Calibri, Verdana, Geneva, sans-serif;\r\n font-size: 11px;\r\n font-size-adjust: none;\r\n font-stretch: normal;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: normal;\r\n height: 35px;\r\n line-height: normal;\r\n padding: 0;\r\n position: relative;\r\n margin-top:13px;\r\n}\r\n\r\n#sg_canvas .navtabs {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n background: #7192A8 url(images/buttons/newbtn_middle.png) repeat-x\r\n scroll 0 0;\r\n height: 16px;\r\n padding-{vb:stylevar left}: 20px;\r\n}\r\n\r\n#sg_canvas #navtabs {\r\n margin-{vb:stylevar left}:0;\r\n padding:0;\r\n}\r\n\r\n#sg_canvas .navtabs ul {\r\n border-radius-bottom{vb:stylevar left}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar left}: 5px;\r\n border-radius-bottom{vb:stylevar right}: 5px;\r\n -moz-border-radius-bottom{vb:stylevar right}: 5px;\r\n border-top: 1px solid #5A7F97;\r\n direction: ltr;\r\n {vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: -80px;\r\n position: absolute;\r\n top: 16px;\r\n width: 100%;\r\n margin-{vb:stylevar left}:0;\r\n}\r\n\r\n#sg_canvas .navtabs ul li {\r\n border-{vb:stylevar right}: 0 none;\r\n position: relative;\r\n}\r\n\r\n#sg_canvas li {\r\n list-style-image: none;\r\n list-style-position: outside;\r\n list-style-type: none;\r\n}\r\n\r\n#sg_canvas .navtabs li:first-child {\r\n\r\n}\r\n\r\n#sg_canvas .navtabs li {\r\n border-{vb:stylevar right}: 1px solid #5A7F97;\r\n float: {vb:stylevar left};\r\n}\r\n\r\n#sg_canvas .navtabs li.selected {\r\n color: #111111;\r\n height: 16px;\r\n}\r\n\r\n#sg_canvas .navtabs li span {\r\n height: 16px;\r\n line-height: 16px;\r\n padding: 0 10px;\r\n}\r\n\r\n.navtabs li.selected li span {\r\n color: #FFFFFF;\r\n padding: 2px 5px;\r\n}\r\n\r\n#sg_canvas .navtabs li span.navtab {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n -x-system-font: none;\r\n background: #7192A8 url(images/buttons/newbtn_middle.png) repeat-x\r\n scroll 0 0;\r\n border-{vb:stylevar left}: 1px solid #CEDFEB;\r\n border-top: 1px solid #CEDFEB;\r\n color: #FFFFFF;\r\n display: block;\r\n font-family: Arial, Calibri, Verdana, Geneva, sans-serif;\r\n font-size: 10px;\r\n font-size-adjust: none;\r\n font-stretch: normal;\r\n font-style: normal;\r\n font-variant: normal;\r\n font-weight: bold;\r\n line-height: 16px;\r\n min-width: 60px;\r\n text-align: center;\r\n text-decoration: none;\r\n width: auto !important;\r\n}\r\n\r\n#sg_canvas .navtabs li.selected span {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n color: #111111;\r\n padding-top: 4px;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n font-size: 8px;\r\n}\r\n\r\n#sg_canvas .navtabs li.selected span.navtab {\r\n -moz-background-clip: border;\r\n -moz-background-inline-policy: continuous;\r\n -moz-background-origin: padding;\r\n background: #7192A8\r\n url(images/gradients/selected-tab-gradient-with-top-alpha.png)\r\n repeat-x scroll 0 0;\r\n color: #111111;\r\n padding-top: 4px;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n position: relative;\r\n top: -4px;\r\n z-index: 10;\r\n font-size: 10px;\r\n}\r\n\r\n.floatcontainer,.formcontrols .blockrow,dl.stats {\r\n display: block;\r\n}\r\n\r\n\r\n/* Preview Classes */ \r\n/* White */\r\n.bg-wh-sec0 {\r\n background: #FFF !important;\r\n}\r\n/* Dark */\r\n.bg-dk-pri0 {\r\n background: #000 !important;\r\n}\r\n.col-dk-sec0 {\r\n color: #FFF !important;\r\n}\r\n.bg-dk-sec0 {\r\n background: transparent !important;\r\n}\r\n\r\n.bg-dk-sec0-border {\r\n border: #303030 !important;\r\n}\r\n\r\n/* Grey */\r\n.bg-gy-pri0 {\r\n background: #A6A6A6 !important;\r\n}\r\n\r\n.bg-gy-sec0 {\r\n background: #BBB !important;\r\n}\r\n\r\n.bg-gy-sec0-border {\r\n border: #BBB !important;\r\n}\r\n.bg-gy-sec0 {\r\n background: transparent !important;\r\n}\r\n\r\n.foruminfowrap {\r\n background: #000 !important;\r\n}\r\n\r\n/* End Style Generator Preview CSS */','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(47,-1,'contententry','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if (empty($createpermissions)) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($conversation)) {\n $final_rendered .= \'\r\n \' . \'\'; $createpermissions = $conversation[\'createpermissions\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $createpermissions = vB_Template_Runtime::parseData(\'user\', \'getCanCreate\', $parentid); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if ($createpermissions[\'vbforum_text\'] < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypeText = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($createpermissions[\'vbforum_gallery\'] < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypePhoto = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($createpermissions[\'vbforum_poll\'] < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypePoll = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($createpermissions[\'vbforum_video\'] < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypeVideo = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($createpermissions[\'vbforum_link\'] < 1) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypeLink = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (isset($conversation)) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHTML = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canusehtml\', $conversation[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($conversation[\'channeltype\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeType = $conversation[\'channeltype\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($channelInfo) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHTML = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canusehtml\', $channelInfo[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $canPublish = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canpublish\', $conversation[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\';\n } else if ($channelInfo[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $canPublish = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canpublish\', $channelInfo[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canPublish = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canpublish\'); $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if ($allowTypeText OR $allowTypePhoto OR $allowTypeVideo OR $allowTypeLink OR $allowTypePoll) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($nodeType)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($nodeType == \'group\') {\n $final_rendered .= \'\r\n \' . \'\'; $isSGChannel = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isSGChannel = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isSGChannel = vB_Template_Runtime::parseData(\'socialgroup\', \'isSGChannel\', $parentid); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($isSGChannel) {\n $final_rendered .= \'\r\n \' . \'\'; $canCreateDiscussion = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'socialgrouppermissions\', \'cancreatediscussion\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$canCreateDiscussion AND ($channelInfo[\'userid\'] != $user[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypeText = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $allowTypePhoto = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $allowTypeVideo = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $allowTypeLink = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $allowTypePoll = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!$allowTypeText AND !$allowTypePhoto AND !$allowTypeVideo AND !$allowTypeLink AND !$allowTypePoll) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"no_permission\") . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n\r\n \' . \'\'; if (!isset($noBorders)) {\n $final_rendered .= \'\r\n \' . \'\'; $noBorders = \'0\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($allowTypeText)) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypeText = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($showTitle)) {\n $final_rendered .= \'\r\n \' . \'\'; $showTitle = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (!isset($showToolbar)) {\n $final_rendered .= \'\r\n \' . \'\'; $showToolbar = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (!isset($showCkeToolbar)) {\n $final_rendered .= \'\r\n \' . \'\'; $showCkeToolbar = \'0\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($showSmiley)) {\n $final_rendered .= \'\r\n \' . \'\'; $showSmiley = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($compactButtonSpacing)) {\n $final_rendered .= \'\r\n \' . \'\'; $compactButtonSpacing = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($showTags)) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $showTags = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; $editPost = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($isVm)) {\n $final_rendered .= \'\r\n \' . \'\'; $isVm = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (!isset($defaultContentType) OR !in_array($defaultContentType, array(\'Text\', \'Gallery\', \'Link\', \'Video\', \'Poll\'))) {\n $final_rendered .= \'\r\n \' . \'\'; $defaultContentType = \'Text\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($nodeType)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($nodeType == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\'; $isBlogChannel = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isBlogChannel = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if (isset($channelInfo) AND $channelInfo[\'nodeid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $isBlogChannel = vB_Template_Runtime::parseData(\'blog\', \'isBlogNode\', $channelInfo[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $showBlogOptions = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $can_comment_option = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($isBlogChannel) AND $channelInfo[\'canreply\']) {\n $final_rendered .= \'\r\n \' . \'\'; $showBlogOptions = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $can_comment_option = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $showArticleOptions = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($channelInfo[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $showArticleOptions = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $showSaveDraft = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($conversation) AND isset($conversation[\'nodeid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $permissionNodeId = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $permissionNodeId = $parentid; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $attachLimit = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'maxattachments\', $permissionNodeId); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($noJavascriptInclude)) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/file-upload-rollup.js\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/content-entry-rollup.js\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($preloadJavascript) AND $preloadJavascript) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/ckeditor-rollup.js\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/content_entry_box.js\'); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showTags OR $editPost OR $showBlogOptions OR $showArticleOptions OR $defaultContentType != \'Text\') {\n $final_rendered .= \'\r\n \' . \'\'; $allPanelsHidden = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $allPanelsHidden = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($isPrivateMessage)) {\n $final_rendered .= \'\r\n \' . \'\'; $isPrivateMessage = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($isPrivateMessage AND $privateMessageAction == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $showTitle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($isPrivateMessage) {\n $final_rendered .= \'\r\n \' . \'\'; $dataMessageType = \'pm-\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataMessageType .= $privateMessageAction; $final_rendered .= \'\' . \'\r\n \';\n } else if ($isVm) {\n $final_rendered .= \'\r\n \' . \'\'; $dataMessageType = \'vm\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($contentEntryType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $dataMessageType = \'reply\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $dataMessageType = \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($editPost) {\n $final_rendered .= \'\r\n \' . \'\'; if ($defaultContentType == \'Gallery\') {\n $final_rendered .= \'\r\n \' . \'\'; $formAction = \'uploader/save-gallery\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $formAction = \'create-content/\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $formAction .= $defaultContentType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($isPrivateMessage) {\n $final_rendered .= \'\r\n \' . \'\'; $formAction = \'create-content/private-message\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $formAction = \'create-content/text\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($roundedCornersAll)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-all-corners\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($roundedCornersTop)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-top-corners\'; $final_rendered .= \'\' . \' \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($roundedCornersBottom)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-bottom-corners\'; $final_rendered .= \'\' . \' \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($allowHumanVerification)) {\n $final_rendered .= \'\r\n \' . \'\'; $allowHumanVerification = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n\r\n <div class=\"b-content-entry js-content-entry\' . \'\'; if (isset($roundedCornersClass)) {\n $final_rendered .= \' \' . $roundedCornersClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \' js-content-entry-edit-post\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" data-default-content-type=\"\' . $defaultContentType . \'\" data-allow-type-text=\"\' . $allowTypeText . \'\" data-current-channelid=\"\' . $channelInfo[\'nodeid\'] . \'\">\r\n\r\n <form action=\"\' . $baseurl . \'/\' . $formAction . \'/\" method=\"post\" data-content-type=\"\' . \'\'; if (empty($editPost)) {\n $final_rendered .= \'text\';\n } else {\n $final_rendered .= \'\' . strtolower($defaultContentType) . \'\';\n }$final_rendered .= \'\' . \'\" data-message-type=\"\' . $dataMessageType . \'\">\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $user[\'securitytoken\'] . \'\" />\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($isPrivateMessage) {\n $final_rendered .= \'\r\n \' . \'\'; if ($privateMessageAction == \'reply\') {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"msgtype\" value=\"message\" />\r\n <input type=\"hidden\" name=\"respondto\" value=\"\' . $privateMessageRespondTo . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <input tabindex=\"1\" type=\"text\" class=\"privatemessage_author\" name=\"msgRecipients\"\r\n \' . \'\'; if ($page[\'userid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $userids[0] = $page[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUsernames\', $userids); $final_rendered .= \'\' . \'\r\n data-value=\"\' . \'\'; if (is_array($userInfo) || $userInfo instanceof ArrayAccess) { foreach ($userInfo AS $thisuser) {$final_rendered .= \'\' . $thisuser[\'username\'] . \',\'; } }$final_rendered .= \'\' . \'\"\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n <div class=\"recipient-desc\">\' . vB_Template_Runtime::parsePhrase(\"add_pm_recipient_instruction\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showTitle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_title\',array(\'channelid\' => $channelInfo[\'nodeid\'], \'channelInfo\' => $channelInfo, \'focusOnPageLoad\' => $focusOnPageLoad, \'isPrivateMessage\' => $isPrivateMessage, \'privateMessageAction\' => $privateMessageAction, \'prefillTitle\' => $prefillTitle, \'editPost\' => $editPost, \'conversation\' => $conversation, \'canUseHTML\' => $canUseHTML)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showToolbar) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_toolbar\',array(\'allowTypePhoto\' => $allowTypePhoto, \'allowTypeLink\' => $allowTypeLink, \'allowTypeVideo\' => $allowTypeVideo, \'allowTypePoll\' => $allowTypePoll, \'showToggleEditor\' => $showToggleEditor, \'showSmiley\' => $showSmiley, \'showAttachment\' => $showAttachment, \'noBorders\' => $noBorders, \'canUseHTML\' => $canUseHTML, \'channelInfo\' => $channelInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_editor\',array(\'initOnPageLoad\' => $initOnPageLoad, \'focusOnPageLoad\' => $focusOnPageLoad, \'showCkeToolbar\' => $showCkeToolbar, \'editPost\' => $editPost, \'conversation\' => $conversation, \'parentid\' => $parentid, \'defaultText\' => $prefillEditor, \'nodeid\' => $nodeid, \'noBorders\' => $noBorders, \'editorDisabledFeatures\' => $editorDisabledFeatures, \'channelInfo\' => $channelInfo, \'canUseHTML\' => $canUseHTML)) . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel js-content-entry-panel\' . (($allPanelsHidden) ? \" h-hide\" : \"\") . \'\' . ((!empty($noBorders)) ? \" h-border-left-none h-border-bottom-none h-border-right-none\" : \"\") . \'\">\r\n \' . vB_Template_Runtime::hook(\'editor_additional_panels\', get_defined_vars()) . \'\r\n \' . \'\'; if ($showSmiley) {\n $final_rendered .= \' \r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_smilies\',array(\'previewOnly\' => \'1\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showAttachment) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_attachments\',array(\'uploadFrom\' => $uploadFrom, \'conversation\' => $conversation, \'editPost\' => $editPost)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($allowTypePhoto OR ($editPost AND $conversation[\'contenttypeclass\'] == \'Gallery\')) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_gallery\',array(\'attachLimit\' => $attachLimit, \'uploadFrom\' => $uploadFrom, \'allowTypeText\' => $allowTypeText, \'conversation\' => $conversation, \'editPost\' => $editPost, \'canUseHTML\' => $canUseHTML)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($editPost) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'contenttypeclass\'] == \'Link\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_link\',array(\'contentType\' => \'link\', \'allowTypeText\' => $allowTypeText, \'conversation\' => $conversation, \'editPost\' => \'1\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'contenttypeclass\'] == \'Video\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_link\',array(\'contentType\' => \'video\', \'allowTypeText\' => $allowTypeText, \'conversation\' => $conversation, \'editPost\' => \'1\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($allowTypeLink) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_link\',array(\'contentType\' => \'link\', \'allowTypeText\' => $allowTypeText)) . \'\r\n \';\n } else if ($allowTypeVideo) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_link\',array(\'contentType\' => \'video\', \'allowTypeText\' => $allowTypeText)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($allowTypePoll OR ($editPost AND $conversation[\'contenttypeclass\'] == \'Poll\')) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_poll\',array(\'allowTypeText\' => $allowTypeText, \'conversation\' => $conversation, \'editPost\' => $editPost)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showTags) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_tags\',array(\'editPost\' => $editPost, \'nodeid\' => $nodeid, \'tagList\' => $tagList, \'parentid\' => $parentid)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showBlogOptions) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_blogoptions\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showArticleOptions) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_articleoptions\',array(\'conversation\' => $conversation, \'editPost\' => $editPost, \'canUseHTML\' => $canUseHTML, \'channelInfo\' => $channelInfo, \'canPublish\' => $canPublish)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($editPost) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_editreason\',array()) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($allowHumanVerification) {\n $final_rendered .= \'\r\n <div class=\"js-human-verification\' . (($hideButtonsUntilClick) ? \" h-hide\" : \"\") . \'\">\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (isset($page[\'channelid\']) AND $page[\'channelid\']) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"channelid\" value=\"\' . $page[\'channelid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($nodeid) AND nodeid) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $nodeid . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$showArticleOptions) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <input type=\"hidden\" name=\"parentid\" value=\"\' . $parentid . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($hiddenVars) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($hiddenVars) || $hiddenVars instanceof ArrayAccess) { foreach ($hiddenVars AS $varname => $fieldVal) {$final_rendered .= \'\r\n <input type=\"hidden\" id=\"hiddenVar_\' . $varname . \'\" name=\"\' . $varname . \'\" value=\"\' . $fieldVal . \'\" />\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($routeid) AND (!empty($conversation) OR !empty($channelInfo))) {\n $final_rendered .= \'\r\n \' . \'\'; if ($page[\'channelid\'] != $parentid AND !empty($conversation)) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($page[\'view\']) AND ($page[\'view\'] == \'stream\' OR $page[\'view\'] == \'thread\')) {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'view\'] = $page[\'view\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"hidden\" name=\"ret\" value=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($routeid, $conversation, $extra)) . \'\' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'/page\' . $pagenum . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" />\r\n \';\n } else if (!empty($channelInfo)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"ret\" value=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($routeid, $channelInfo)) . \'\' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'/page\' . $pagenum . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($isVm) AND $isVm) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"setfor\" value=\"\' . $page[\'userid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($noActionButtons)) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showArticleOptions AND !$canPublish) {\n $final_rendered .= \'\r\n \' . \'\'; $showSubmit = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_buttons\',array(\'hideButtonsUntilClick\' => $hideButtonsUntilClick, \'editPost\' => $editPost, \'conversation\' => $conversation, \'submitButtonLabel\' => $submitButtonLabel, \'showCancel\' => $showCancel, \'showDelete\' => $showDelete, \'showPreview\' => $showPreview, \'showSaveDraft\' => $showSaveDraft, \'showSubmit\' => $showSubmit, \'compactButtonSpacing\' => $compactButtonSpacing, \'channelInfo\' => $channelInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </form>\r\n </div>\r\n\r\n\r\n \' . \'\'; $customBbcode = vB_Template_Runtime::parseData(\'editor\', \'fetchCustomBbcode\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $editorPhrases = vB_Template_Runtime::parseData(\'phrase\', \'fetchByGroup\', \'ckeditor\'); $final_rendered .= \'\' . \'\r\n <script type=\"text/javascript\">\r\n (function(){\r\n \' . \'\r\n window.vBulletin = window.vBulletin || {};\r\n vBulletin.contentEntryBox = vBulletin.contentEntryBox || {};\r\n \' . \'\r\n \' . \'\'; if ($customBbcode) {\n $final_rendered .= \'\r\n window.vBulletin.customBbcode = \' . json_encode($customBbcode) . \';\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($editorPhrases) {\n $final_rendered .= \'\r\n window.vBulletin.ckeditorPhrases = \' . json_encode($editorPhrases) . \';\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n pageData.pageView = \"\' . $page[\'view\'] . \'\";\r\n pageData.ckeditorCss = \"\' . \'\' . vB_Template_Runtime::includeCssFile(\'css_editor.css\'); $final_rendered .= \'\' . \'\";\r\n pageData.channelType = \"\' . vB_Template_Runtime::vBVar($channelInfo[\'channeltype\']) . \'\";\r\n\r\n vBulletin.contentEntryBox.ATTACHLIMIT = Number(\"\' . $attachLimit . \'\");\r\n })();\r\n </script>\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:comment>\r\n // Template parameters:\r\n // @param array page Array of page info for the currently displayed page.\r\n // @param array channelInfo Array of channel info for the channel this node will be created in.\r\n // @param int parentid Node ID of the parent node (may or may not be the same as channel id)\r\n // @param int routeid Route id\r\n // @param int allowTypeText - indicates if Text content type is allowed (1) or not (0). If not allowed, the toolbar items cannot be unselected and the X buttons for the Photo/Link/Video/Poll panels is not available.\r\n // @param int allowTypePhoto - indicates if Photo toolbar item is shown (1) or not (0).\r\n // @param int allowTypeLink - indicates if Link toolbar item is shown (1) or not (0).\r\n // @param int allowTypePoll - indicates if Poll toolbar item is shown (1) or not (0).\r\n // @param int allowTypeVideo - indicates if Video toolbar item is shown (1) or not (0).\r\n // @param int showToggleEditor - indicates if Toggle Advanced Editor toolbar item is shown (1) or not (0).\r\n // @param int showSmiley - indicates if Smiley toolbar item is shown (1) or not (0).\r\n // @param int showAttachment - indicates if Attachment toolbar item is shown (1) or not (0).\r\n // @param int initOnPageLoad - indicates if the ckeditor should be initialized on page load (1) or not (0).\r\n // @param int focusOnPageLoad - indicates if the title or editor (whichever is available) should be focused on page load (1) or not (0).\r\n // @param int showTitle - indicates if the title item is shown (1) or not (0).\r\n // @param int showToolbar - indicates if the toolbar item is shown (1) or not (0).\r\n // @param int showCkeToolbar - indicates if the advanced ckeditor toolbar item is shown (1) or not (0) (the user preference overrides this param).\r\n // @param int hideButtonsUntilClick - indicates if the form buttons should be hidden until the editor is focused (1) or not (0).\r\n // @param int preloadJavascript - indicates if we want to preload the ckeditor javascript on page load (1) or wait until editor initialization to load it dynamically (0).\r\n // @param int compactButtonSpacing - If set to (1), the spacing between the panels and button row is reduced.\r\n // @param string defaultContentType - indicates the default Content Type (\'Text\', \'Gallery\', \'Link\', \'Video\', \'Poll\') selected. Default is \'Text\'.\r\n // @param string uploadFrom - indicates where upload is coming from (for Gallery and Attachments panel only).\r\n // @param int isPrivateMessage - is this a Private message (1), or not (0)\r\n // @param int noBorders - indicates if the content entry box has borders (0) or not (1).\r\n // @param int roundedCornersAll - indicates if the content entry box has rounded corners on all sides\r\n // @param int roundedCornersTop - indicates if the content entry box has rounded corners on top left and top right sides\r\n // @param int roundedCornersBottom - indicates if the content entry box has rounded corners on bottom left and bottom right sides\r\n // @param string editorDisabledFeatures - Comma-separated values of disabled features for ckeditor. To disable all features, specify \'all\'.\r\n // @param int allowHumanVerification - indicates if the content entry box is being used in an area where human verification should be used if so configured\r\n // @param int noActionButtons - indicates if the content entry buttons are rendered (0) or not (1).\r\n</vb:comment>\r\n\r\n<vb:comment><!-- ------------- CHECK PERMISSIONS ------------- --></vb:comment>\r\n\r\n<vb:comment>createpermissions is already set when we are posting a VM</vb:comment>\r\n<vb:if condition=\"empty($createpermissions)\">\r\n <vb:if condition=\"!empty($conversation)\">\r\n {vb:set createpermissions, {vb:raw conversation.createpermissions}}\r\n <vb:else />\r\n {vb:data createpermissions, user, getCanCreate, {vb:raw parentid}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:comment>Override the passed allowType* parameters based on permissions.</vb:comment>\r\n<vb:if condition=\"$createpermissions[\'vbforum_text\'] < 1\">\r\n {vb:set allowTypeText, 0}\r\n</vb:if>\r\n<vb:if condition=\"$createpermissions[\'vbforum_gallery\'] < 1\">\r\n {vb:set allowTypePhoto, 0}\r\n</vb:if>\r\n<vb:if condition=\"$createpermissions[\'vbforum_poll\'] < 1\">\r\n {vb:set allowTypePoll, 0}\r\n</vb:if>\r\n<vb:if condition=\"$createpermissions[\'vbforum_video\'] < 1\">\r\n {vb:set allowTypeVideo, 0}\r\n</vb:if>\r\n<vb:if condition=\"$createpermissions[\'vbforum_link\'] < 1\">\r\n {vb:set allowTypeLink, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"isset($conversation)\">\r\n {vb:data canUseHTML, user, hasPermissions, forumpermissions2, canusehtml, {vb:raw conversation.nodeid}}\r\n <vb:if condition=\"isset($conversation[\'channeltype\'])\">\r\n {vb:set nodeType, {vb:raw conversation.channeltype}}\r\n </vb:if>\r\n<vb:elseif condition=\"$channelInfo\" />\r\n {vb:data canUseHTML, user, hasPermissions, forumpermissions2, canusehtml, {vb:raw channelInfo.nodeid}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$conversation[\'nodeid\']\">\r\n {vb:data canPublish, user, hasPermissions, forumpermissions2, canpublish, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$channelInfo[\'nodeid\']\" />\r\n {vb:data canPublish, user, hasPermissions, forumpermissions2, canpublish, {vb:raw channelInfo.nodeid}}\r\n<vb:else />\r\n {vb:data canPublish, user, hasPermissions, forumpermissions2, canpublish}\r\n</vb:if>\r\n\r\n<vb:comment>If user has no permissions to post all content types, then there\'s no need to further check for SG permissions</vb:comment>\r\n<vb:if condition=\"$allowTypeText OR $allowTypePhoto OR $allowTypeVideo OR $allowTypeLink OR $allowTypePoll\">\r\n <vb:if condition=\"isset($nodeType)\">\r\n <vb:if condition=\"$nodeType == \'group\'\">\r\n {vb:set isSGChannel, 1}\r\n <vb:else />\r\n {vb:set isSGChannel, 0}\r\n </vb:if>\r\n <vb:else />\r\n {vb:data isSGChannel, socialgroup, isSGChannel, {vb:raw parentid}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$isSGChannel\">\r\n {vb:data canCreateDiscussion, user, hasPermissions, socialgrouppermissions, cancreatediscussion}\r\n <vb:if condition=\"!$canCreateDiscussion AND ($channelInfo[\'userid\'] != $user[\'userid\'])\">\r\n {vb:set allowTypeText, 0}\r\n {vb:set allowTypePhoto, 0}\r\n {vb:set allowTypeVideo, 0}\r\n {vb:set allowTypeLink, 0}\r\n {vb:set allowTypePoll, 0}\r\n </vb:if>\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!$allowTypeText AND !$allowTypePhoto AND !$allowTypeVideo AND !$allowTypeLink AND !$allowTypePoll\">\r\n {vb:phrase no_permission}\r\n\r\n<vb:else />\r\n\r\n <vb:comment><!-- ------------- PREPARE PARAMS AND SET DEFAULT VALUES ------------- --></vb:comment>\r\n\r\n <vb:if condition=\"!isset($noBorders)\">\r\n {vb:set noBorders, 0} <vb:comment>default off (with borders)</vb:comment>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($allowTypeText)\">\r\n {vb:set allowTypeText, 1} <vb:comment>default on</vb:comment>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($showTitle)\">\r\n {vb:set showTitle, 1} <vb:comment>default on</vb:comment>\r\n </vb:if>\r\n \r\n <vb:if condition=\"!isset($showToolbar)\">\r\n {vb:set showToolbar, 1} <vb:comment>default on</vb:comment>\r\n </vb:if>\r\n \r\n <vb:if condition=\"!isset($showCkeToolbar)\">\r\n {vb:set showCkeToolbar, 0} <vb:comment>default off, overridden by user pref</vb:comment>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($showSmiley)\">\r\n {vb:set showSmiley, 1} <vb:comment>default on</vb:comment>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($compactButtonSpacing)\">\r\n {vb:set compactButtonSpacing, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($showTags)\">\r\n <vb:comment>show tags should be ON for starters (creating or editing) and only if the user has permission to add tags, and tags are enabled</vb:comment>\r\n {vb:set showTags, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($editPost)\">\r\n {vb:set editPost, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($isVm)\">\r\n {vb:set isVm, 0}\r\n </vb:if>\r\n \r\n <vb:if condition=\"!isset($defaultContentType) OR !in_array($defaultContentType, array(\'Text\', \'Gallery\', \'Link\', \'Video\', \'Poll\'))\">\r\n {vb:set defaultContentType, \'Text\'} <vb:comment>default \'Text\'</vb:comment>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($nodeType)\">\r\n <vb:if condition=\"$nodeType == \'blog\'\">\r\n {vb:set isBlogChannel, 1}\r\n <vb:else />\r\n {vb:set isBlogChannel, 0}\r\n </vb:if>\r\n <vb:elseif condition=\"isset($channelInfo) AND $channelInfo[\'nodeid\'] > 0\" />\r\n {vb:data isBlogChannel, blog, isBlogNode, {vb:raw channelInfo.nodeid}}\r\n </vb:if>\r\n\r\n {vb:set showBlogOptions, 0}\r\n {vb:set can_comment_option, 0}\r\n <vb:if condition=\"!empty($isBlogChannel) AND $channelInfo[\'canreply\']\">\r\n {vb:set showBlogOptions, 1}\r\n {vb:set can_comment_option, 1}\r\n </vb:if>\r\n\r\n {vb:set showArticleOptions, 0}\r\n <vb:if condition=\"$channelInfo[\'channeltype\'] == \'article\'\">\r\n {vb:set showArticleOptions, 1}\r\n {vb:set showSaveDraft, 1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($conversation) AND isset($conversation[\'nodeid\'])\">\r\n {vb:set permissionNodeId, {vb:raw conversation.nodeid}}\r\n <vb:else />\r\n {vb:set permissionNodeId, {vb:raw parentid}}\r\n </vb:if>\r\n {vb:data attachLimit, user, hasPermissions, \'forumpermissions\', \'maxattachments\', {vb:raw permissionNodeId}}\r\n\r\n <vb:if condition=\"empty($noJavascriptInclude)\">\r\n {vb:js js/file-upload-rollup.js}\r\n {vb:js js/content-entry-rollup.js}\r\n <vb:if condition=\"isset($preloadJavascript) AND $preloadJavascript\">\r\n {vb:js js/ckeditor-rollup.js}\r\n <vb:else />\r\n {vb:js js/content_entry_box.js}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showTags OR $editPost OR $showBlogOptions OR $showArticleOptions OR $defaultContentType != \'Text\'\">\r\n {vb:set allPanelsHidden, 0}\r\n <vb:else />\r\n {vb:set allPanelsHidden, 1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($isPrivateMessage)\">\r\n {vb:set isPrivateMessage, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$isPrivateMessage AND $privateMessageAction == \'reply\'\">\r\n {vb:set showTitle, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$isPrivateMessage\">\r\n {vb:set dataMessageType, \"pm-\"}\r\n {vb:strcat dataMessageType, {vb:raw privateMessageAction}}\r\n <vb:elseif condition=\"$isVm\" />\r\n {vb:set dataMessageType, \"vm\"}\r\n <vb:elseif condition=\"$contentEntryType == \'reply\'\" />\r\n {vb:set dataMessageType, \"reply\"}\r\n <vb:else />\r\n {vb:set dataMessageType, \"\"}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$editPost\">\r\n <vb:if condition=\"$defaultContentType == \'Gallery\'\">\r\n {vb:set formAction, \'uploader/save-gallery\'}\r\n <vb:else />\r\n {vb:set formAction, \'create-content/\'}\r\n {vb:strcat formAction, {vb:raw defaultContentType}}\r\n </vb:if>\r\n <vb:elseif condition=\"$isPrivateMessage\" />\r\n {vb:set formAction, \'create-content/private-message\'}\r\n <vb:else />\r\n {vb:set formAction, \'create-content/text\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($roundedCornersAll)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-all-corners}\r\n <vb:else />\r\n <vb:if condition=\"!empty($roundedCornersTop)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-top-corners} \r\n </vb:if>\r\n <vb:if condition=\"!empty($roundedCornersBottom)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-bottom-corners} \r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($allowHumanVerification)\">\r\n {vb:set allowHumanVerification, 1}\r\n </vb:if>\r\n\r\n <vb:comment><!-- ------------- BEGIN TEMPLATE ------------- --></vb:comment>\r\n\r\n <div class=\"b-content-entry js-content-entry<vb:if condition=\"isset($roundedCornersClass)\"> {vb:raw roundedCornersClass}</vb:if><vb:if condition=\"!empty($editPost)\"> js-content-entry-edit-post</vb:if>\" data-default-content-type=\"{vb:raw defaultContentType}\" data-allow-type-text=\"{vb:raw allowTypeText}\" data-current-channelid=\"{vb:raw channelInfo.nodeid}\">\r\n\r\n <form action=\"{vb:raw baseurl}/{vb:raw formAction}/\" method=\"post\" data-content-type=\"<vb:if condition=\"empty($editPost)\">text<vb:else />{vb:php strtolower, {vb:raw defaultContentType}}</vb:if>\" data-message-type=\"{vb:raw dataMessageType}\">\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw user.securitytoken}\" />\r\n\r\n <vb:comment><!-- ***** Private Message \"To\" ***** --></vb:comment>\r\n <vb:if condition=\"$isPrivateMessage\">\r\n <vb:if condition=\"$privateMessageAction == \'reply\'\">\r\n <input type=\"hidden\" name=\"msgtype\" value=\"message\" />\r\n <input type=\"hidden\" name=\"respondto\" value=\"{vb:raw privateMessageRespondTo}\" />\r\n <vb:else />\r\n <input tabindex=\"1\" type=\"text\" class=\"privatemessage_author\" name=\"msgRecipients\"\r\n <vb:if condition=\"$page[\'userid\']\">\r\n {vb:set userids[0], {vb:raw page.userid}}\r\n {vb:data userInfo, user, fetchUsernames, {vb:raw userids}}\r\n data-value=\"<vb:each from=\"userInfo\" value=\"thisuser\">{vb:raw thisuser.username},</vb:each>\"\r\n </vb:if>/>\r\n <div class=\"recipient-desc\">{vb:rawphrase add_pm_recipient_instruction}</div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:comment><!-- ***** Title Group ***** --></vb:comment>\r\n <vb:if condition=\"$showTitle\">\r\n {vb:template contententry_title,\r\n channelid={vb:raw channelInfo.nodeid},\r\n channelInfo={vb:raw channelInfo},\r\n focusOnPageLoad={vb:raw focusOnPageLoad},\r\n isPrivateMessage={vb:raw isPrivateMessage},\r\n privateMessageAction={vb:raw privateMessageAction},\r\n prefillTitle={vb:raw prefillTitle},\r\n editPost={vb:raw editPost},\r\n conversation={vb:raw conversation},\r\n canUseHTML={vb:raw canUseHTML}}\r\n </vb:if>\r\n\r\n <vb:comment><!-- ***** Toolbar ***** --></vb:comment>\r\n <vb:if condition=\"$showToolbar\">\r\n {vb:template contententry_toolbar,\r\n allowTypePhoto={vb:raw allowTypePhoto},\r\n allowTypeLink={vb:raw allowTypeLink},\r\n allowTypeVideo={vb:raw allowTypeVideo},\r\n allowTypePoll={vb:raw allowTypePoll},\r\n showToggleEditor={vb:raw showToggleEditor},\r\n showSmiley={vb:raw showSmiley},\r\n showAttachment={vb:raw showAttachment},\r\n noBorders={vb:raw noBorders},\r\n canUseHTML={vb:raw canUseHTML},\r\n channelInfo={vb:raw channelInfo}}\r\n </vb:if>\r\n\r\n <vb:comment><!-- ***** Editor ***** --></vb:comment>\r\n {vb:template contententry_editor,\r\n initOnPageLoad={vb:raw initOnPageLoad},\r\n focusOnPageLoad={vb:raw focusOnPageLoad},\r\n showCkeToolbar={vb:raw showCkeToolbar},\r\n editPost={vb:raw editPost},\r\n conversation={vb:raw conversation},\r\n parentid={vb:raw parentid},\r\n defaultText={vb:raw prefillEditor},\r\n nodeid={vb:raw nodeid},\r\n noBorders={vb:raw noBorders},\r\n editorDisabledFeatures={vb:raw editorDisabledFeatures},\r\n channelInfo={vb:raw channelInfo},\r\n canUseHTML={vb:raw canUseHTML}}\r\n\r\n <vb:comment><!-- ***** Panels ***** --></vb:comment>\r\n <div class=\"b-content-entry-panel js-content-entry-panel{vb:if \"$allPanelsHidden\", \" h-hide\"}{vb:if \"!empty($noBorders)\", \" h-border-left-none h-border-bottom-none h-border-right-none\"}\">\r\n {vb:hook editor_additional_panels}\r\n <vb:if condition=\"$showSmiley\"> \r\n {vb:template contententry_panel_smilies, previewOnly=1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showAttachment\">\r\n {vb:template contententry_panel_attachments, \r\n uploadFrom={vb:raw uploadFrom},\r\n conversation={vb:raw conversation},\r\n editPost={vb:raw editPost}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$allowTypePhoto OR ($editPost AND $conversation[\'contenttypeclass\'] == \'Gallery\')\">\r\n {vb:template contententry_panel_gallery, \r\n attachLimit={vb:raw attachLimit}, \r\n uploadFrom={vb:raw uploadFrom}, \r\n allowTypeText={vb:raw allowTypeText}, \r\n conversation={vb:raw conversation}, \r\n editPost={vb:raw editPost}, \r\n canUseHTML={vb:raw canUseHTML}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$editPost\">\r\n <vb:if condition=\"$conversation[\'contenttypeclass\'] == \'Link\'\">\r\n {vb:template contententry_panel_link, \r\n contentType=link, \r\n allowTypeText={vb:raw allowTypeText}, \r\n conversation={vb:raw conversation}, \r\n editPost=1}\r\n </vb:if>\r\n <vb:if condition=\"$conversation[\'contenttypeclass\'] == \'Video\'\">\r\n {vb:template contententry_panel_link, \r\n contentType=video, \r\n allowTypeText={vb:raw allowTypeText}, \r\n conversation={vb:raw conversation}, \r\n editPost=1}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$allowTypeLink\">\r\n {vb:template contententry_panel_link, \r\n contentType=link, \r\n allowTypeText={vb:raw allowTypeText}}\r\n <vb:elseif condition=\"$allowTypeVideo\" />\r\n {vb:template contententry_panel_link, \r\n contentType=video, \r\n allowTypeText={vb:raw allowTypeText}}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$allowTypePoll OR ($editPost AND $conversation[\'contenttypeclass\'] == \'Poll\')\">\r\n {vb:template contententry_panel_poll, \r\n allowTypeText={vb:raw allowTypeText}, \r\n conversation={vb:raw conversation}, \r\n editPost={vb:raw editPost}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showTags\">\r\n {vb:template contententry_panel_tags,\r\n editPost={vb:raw editPost},\r\n nodeid={vb:raw nodeid},\r\n tagList={vb:raw tagList},\r\n parentid={vb:raw parentid}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showBlogOptions\">\r\n {vb:template contententry_panel_blogoptions, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showArticleOptions\">\r\n {vb:template contententry_panel_articleoptions, \r\n conversation={vb:raw conversation}, \r\n editPost={vb:raw editPost},\r\n canUseHTML={vb:raw canUseHTML},\r\n channelInfo={vb:raw channelInfo},\r\n canPublish={vb:raw canPublish}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$editPost\">\r\n {vb:template contententry_panel_editreason}\r\n </vb:if>\r\n </div>\r\n\r\n <vb:comment><!-- ***** Human Verification ***** --></vb:comment>\r\n <vb:if condition=\"$allowHumanVerification\">\r\n <div class=\"js-human-verification{vb:if \"$hideButtonsUntilClick\", \" h-hide\"}\">\r\n {vb:template humanverify, action=\"post\"}\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment><!-- ***** Hidden Fields ***** --></vb:comment>\r\n <vb:if condition=\"isset($page[\'channelid\']) AND $page[\'channelid\']\">\r\n <input type=\"hidden\" name=\"channelid\" value=\"{vb:raw page.channelid}\" />\r\n </vb:if>\r\n <vb:if condition=\"isset($nodeid) AND nodeid\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw nodeid}\" />\r\n </vb:if>\r\n <vb:if condition=\"!$showArticleOptions\">\r\n <vb:comment>When creating an article, the parentid will be set from the article options panel, where you can set the \"Category\"</vb:comment>\r\n <input type=\"hidden\" name=\"parentid\" value=\"{vb:raw parentid}\" />\r\n </vb:if>\r\n\r\n <vb:if condition=\"$hiddenVars\">\r\n <vb:each from=\"hiddenVars\" key=\"varname\" value=\"fieldVal\">\r\n <input type=\"hidden\" id=\"hiddenVar_{vb:raw varname}\" name=\"{vb:raw varname}\" value=\"{vb:raw fieldVal}\" />\r\n </vb:each>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($routeid) AND (!empty($conversation) OR !empty($channelInfo))\">\r\n <vb:if condition=\"$page[\'channelid\'] != $parentid AND !empty($conversation)\">\r\n <vb:if condition=\"isset($page[\'view\']) AND ($page[\'view\'] == \'stream\' OR $page[\'view\'] == \'thread\')\">\r\n {vb:set extra.view, {vb:raw page.view}}\r\n </vb:if>\r\n <input type=\"hidden\" name=\"ret\" value=\"{vb:url {vb:raw routeid}, {vb:raw conversation}, {vb:raw extra}}<vb:if condition=\"$pagenum > 1\">/page{vb:raw pagenum}</vb:if>\" />\r\n <vb:elseif condition=\"!empty($channelInfo)\" />\r\n <input type=\"hidden\" name=\"ret\" value=\"{vb:url {vb:raw routeid}, {vb:raw channelInfo}}<vb:if condition=\"$pagenum > 1\">/page{vb:raw pagenum}</vb:if>\" />\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($isVm) AND $isVm\">\r\n <input type=\"hidden\" name=\"setfor\" value=\"{vb:raw page.userid}\" />\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($noActionButtons)\">\r\n <vb:comment><!-- ***** Button Group ***** --></vb:comment>\r\n <vb:if condition=\"$showArticleOptions AND !$canPublish\">\r\n {vb:set showSubmit, 0}\r\n </vb:if>\r\n {vb:template contententry_buttons,\r\n hideButtonsUntilClick={vb:raw hideButtonsUntilClick},\r\n editPost={vb:raw editPost},\r\n conversation={vb:raw conversation},\r\n submitButtonLabel={vb:raw submitButtonLabel},\r\n showCancel={vb:raw showCancel},\r\n showDelete={vb:raw showDelete},\r\n showPreview={vb:raw showPreview},\r\n showSaveDraft={vb:raw showSaveDraft},\r\n showSubmit={vb:raw showSubmit},\r\n compactButtonSpacing={vb:raw compactButtonSpacing},\r\n channelInfo={vb:raw channelInfo}}\r\n </vb:if>\r\n </form>\r\n </div>\r\n\r\n\r\n {vb:data customBbcode, editor, fetchCustomBbcode}\r\n {vb:data editorPhrases, phrase, fetchByGroup, \"ckeditor\"}\r\n <script type=\"text/javascript\">\r\n (function(){\r\n <vb:literal>\r\n window.vBulletin = window.vBulletin || {};\r\n vBulletin.contentEntryBox = vBulletin.contentEntryBox || {};\r\n </vb:literal>\r\n <vb:if condition=\"$customBbcode\">\r\n window.vBulletin.customBbcode = {vb:php json_encode, {vb:raw customBbcode}};\r\n </vb:if>\r\n \r\n <vb:if condition=\"$editorPhrases\">\r\n window.vBulletin.ckeditorPhrases = {vb:php json_encode, {vb:raw editorPhrases}};\r\n </vb:if>\r\n \r\n pageData.pageView = \"{vb:raw page.view}\";\r\n pageData.ckeditorCss = \"{vb:csspath css_editor.css}\";\r\n pageData.channelType = \"{vb:var channelInfo.channeltype}\";\r\n\r\n vBulletin.contentEntryBox.ATTACHLIMIT = Number(\"{vb:raw attachLimit}\");\r\n })();\r\n </script>\r\n</vb:if>','template',1384357049,'vBulletin Solutions','5.1.0 Alpha 5','vbulletin','none'),(48,-1,'contententry_basic','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\'; if (!isset($noBorders)) {\n $final_rendered .= \'\r\n \' . \'\'; $noBorders = \'0\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($showToolbar)) {\n $final_rendered .= \'\r\n \' . \'\'; $showToolbar = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($showSmiley)) {\n $final_rendered .= \'\r\n \' . \'\'; $showSmiley = \'1\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($preloadJavascript)) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/ckeditor-rollup.js\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($roundedCornersAll)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-all-corners\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($roundedCornersTop)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-top-corners\'; $final_rendered .= \'\' . \' \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($roundedCornersBottom)) {\n $final_rendered .= \'\r\n \' . \'\'; $roundedCornersClass = \'b-content-entry--rounded-bottom-corners\'; $final_rendered .= \'\' . \' \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n<div class=\"b-content-entry js-content-entry js-content-entry-basic\' . \'\'; if (isset($roundedCornersClass)) {\n $final_rendered .= \' \' . $roundedCornersClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showToolbar) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_toolbar\',array(\'allowTypePhoto\' => \'0\', \'allowTypeLink\' => \'0\', \'allowTypeVideo\' => \'0\', \'allowTypePoll\' => \'0\', \'showToggleEditor\' => $showToggleEditor, \'showSmiley\' => $showSmiley, \'showAttachment\' => $showAttachment, \'noBorders\' => $noBorders)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_editor\',array(\'initOnPageLoad\' => $initOnPageLoad, \'focusOnPageLoad\' => $focusOnPageLoad, \'defaultText\' => $defaultText, \'editorFieldName\' => \'message\', \'noBorders\' => $noBorders, \'editorDisabledFeatures\' => $editorDisabledFeatures)) . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel js-content-entry-panel\' . ((!empty($noBorders)) ? \" h-border-left-none h-border-bottom-none h-border-right-none\" : \"\") . \' h-hide\"> \r\n \' . vB_Template_Runtime::hook(\'editor_additional_panels\', get_defined_vars()) . \'\r\n \' . \'\'; if ($showSmiley) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_smilies\',array(\'previewOnly\' => \'1\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showAttachment) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_attachments\',array(\'uploadFrom\' => $uploadFrom)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param int showToggleEditor - indicates if Toggle Advanced Editor toolbar item is shown (1) or not (0).\r\n // @param int showSmiley - indicates if Smiley toolbar item is shown (1) or not (0).\r\n // @param int showAttachment - indicates if Attachment toolbar item is shown (1) or not (0).\r\n // @param int initOnPageLoad - indicates if the ckeditor should be initialized on page load (1) or not (0).\r\n // @param int focusOnPageLoad - indicates if the title or editor (whichever is available) should be focused on page load (1) or not (0).\r\n // @param int showToolbar - indicates if the toolbar item is shown (1) or not (0).\r\n // @param int preloadJavascript - indicates if we want to preload the ckeditor javascript on page load (1) or wait until editor initialization to load it \r\n // @param string uploadFrom - indicates where upload is coming from (for Attachments panel only).\r\n // @param string defaultText - indicates the default editor text.\r\n // @param int noBorders - indicates if the content entry box has borders (0) or not (1).\r\n // @param int roundedCornersAll - indicates if the content entry box has rounded corners on all sides\r\n // @param int roundedCornersTop - indicates if the content entry box has rounded corners on top left and top right sides\r\n // @param int roundedCornersBottom - indicates if the content entry box has rounded corners on bottom left and bottom right sides\r\n // @param string editorDisabledFeatures - Comma-separated values of disabled features for ckeditor. To disable all features, specify \'all\'.\r\n</vb:comment>\r\n\r\n<vb:comment><!-- ------------- PREPARE PARAMS AND SET DEFAULT VALUES ------------- --></vb:comment>\r\n\r\n<vb:if condition=\"!isset($noBorders)\">\r\n {vb:set noBorders, 0} <vb:comment>default off (with borders)</vb:comment>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!isset($showToolbar)\">\r\n {vb:set showToolbar, 1} <vb:comment>default on</vb:comment>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!isset($showSmiley)\">\r\n {vb:set showSmiley, 1} <vb:comment>default on</vb:comment>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($preloadJavascript)\">\r\n {vb:js js/ckeditor-rollup.js}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($roundedCornersAll)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-all-corners}\r\n<vb:else />\r\n <vb:if condition=\"!empty($roundedCornersTop)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-top-corners} \r\n </vb:if>\r\n <vb:if condition=\"!empty($roundedCornersBottom)\">\r\n {vb:set roundedCornersClass, b-content-entry--rounded-bottom-corners} \r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:comment><!-- ------------- BEGIN TEMPLATE ------------- --></vb:comment>\r\n\r\n<div class=\"b-content-entry js-content-entry js-content-entry-basic<vb:if condition=\"isset($roundedCornersClass)\"> {vb:raw roundedCornersClass}</vb:if>\">\r\n\r\n <vb:comment><!-- ***** Toolbar ***** --></vb:comment>\r\n <vb:if condition=\"$showToolbar\">\r\n {vb:template contententry_toolbar,\r\n allowTypePhoto=0,\r\n allowTypeLink=0,\r\n allowTypeVideo=0,\r\n allowTypePoll=0,\r\n showToggleEditor={vb:raw showToggleEditor},\r\n showSmiley={vb:raw showSmiley},\r\n showAttachment={vb:raw showAttachment},\r\n noBorders={vb:raw noBorders}}\r\n </vb:if>\r\n\r\n <vb:comment><!-- ***** Editor ***** --></vb:comment>\r\n {vb:template contententry_editor,\r\n initOnPageLoad={vb:raw initOnPageLoad},\r\n focusOnPageLoad={vb:raw focusOnPageLoad},\r\n defaultText={vb:raw defaultText},\r\n editorFieldName=message,\r\n noBorders={vb:raw noBorders},\r\n editorDisabledFeatures={vb:raw editorDisabledFeatures}}\r\n\r\n <vb:comment><!-- ***** Panels ***** --></vb:comment>\r\n <div class=\"b-content-entry-panel js-content-entry-panel{vb:if \"!empty($noBorders)\", \" h-border-left-none h-border-bottom-none h-border-right-none\"} h-hide\"> \r\n {vb:hook editor_additional_panels}\r\n <vb:if condition=\"$showSmiley\">\r\n {vb:template contententry_panel_smilies, previewOnly=1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showAttachment\">\r\n {vb:template contententry_panel_attachments, uploadFrom={vb:raw uploadFrom}}\r\n </vb:if>\r\n </div>\r\n</div>','template',1379335588,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(49,-1,'contententry_buttons','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if (!isset($hideButtonsUntilClick)) {\n $final_rendered .= \'\r\n \' . \'\'; $hideButtonsUntilClick = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($submitButtonLabel)) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($editPost) AND $editPost) {\n $final_rendered .= \'\r\n \' . \'\'; $submitButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"save\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $submitButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"post\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($showSubmit)) {\n $final_rendered .= \'\r\n \' . \'\'; $showSubmit = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($showSaveDraft)) {\n $final_rendered .= \'\r\n \' . \'\'; $showSaveDraft = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($showPreview)) {\n $final_rendered .= \'\r\n \' . \'\'; $showPreview = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($showDelete)) {\n $final_rendered .= \'\r\n \' . \'\'; $showDelete = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($showCancel)) {\n $final_rendered .= \'\r\n \' . \'\'; $showCancel = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (isset($editPost) AND $editPost AND (!isset($conversation[\'canedit\']) OR ($conversation[\'canedit\'] < 1))) {\n $final_rendered .= \'\r\n \' . \'\'; $showPreview = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $showSubmit = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($compactButtonSpacing)) {\n $final_rendered .= \'\r\n \' . \'\'; $compactButtonSpacing = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if ($showSaveDraft AND $conversation[\'publishdate\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $showSaveDraft = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"h-clearfix\' . (($compactButtonSpacing) ? \" h-margin-top-xl\" : \" h-margin-top-xxl\") . \'\' . (($hideButtonsUntilClick) ? \" h-hide\" : \"\") . \' js-button-group\" data-hide-buttons-until-click=\"\' . (($hideButtonsUntilClick) ? \"1\" : \"\") . \'\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'facebookactive\') AND $user[\'fbuserid\'] AND $channelInfo[\'channeltype\'] != \'article\' AND ((empty($conversation) AND vB::getDatastore()->getOption(\'fbfeednewthread\')) OR (!empty($conversation) AND !empty($conversation[\'nodeid\']) AND vB::getDatastore()->getOption(\'fbfeedpostreply\'))) AND (!isset($editPost) OR !$editPost)) {\n $final_rendered .= \'\r\n <div class=\"fb-publish h-left\">\r\n <label><input type=\"checkbox\" name=\"fbpublish\" value=\"1\" taborder=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"publish_to_facebook_with_icon\") . \'</label>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $primaryButtonClass = \' b-button--primary\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showSubmit) {\n $final_rendered .= \'\r\n <button type=\"submit\" tabindex=\"1\" class=\"b-button\' . $primaryButtonClass . \' h-right h-margin-left-m js-content-entry-submit\">\' . $submitButtonLabel . \'</button>\r\n \' . \'\'; $primaryButtonClass = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showSaveDraft) {\n $final_rendered .= \'\r\n <button type=\"submit\" tabindex=\"1\" class=\"b-button\' . $primaryButtonClass . \' h-right h-margin-left-m js-content-entry-save-draft\" name=\"save_draft\" value=\"1\">\' . vB_Template_Runtime::parsePhrase(\"save_draft\") . \'</button>\r\n \' . \'\'; $primaryButtonClass = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showPreview) {\n $final_rendered .= \'\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button\' . $primaryButtonClass . \' h-right h-margin-left-m js-content-entry-preview\">\' . vB_Template_Runtime::parsePhrase(\"preview\") . \'</button>\r\n \' . \'\'; $primaryButtonClass = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showDelete) {\n $final_rendered .= \'\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button\' . $primaryButtonClass . \' h-right h-margin-left-m js-content-entry-delete\" data-userid=\"\' . $conversation[\'userid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n \' . \'\'; $primaryButtonClass = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showCancel) {\n $final_rendered .= \'\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button\' . $primaryButtonClass . \' h-right h-margin-left-m js-content-entry-cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n \' . \'\'; $primaryButtonClass = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param array conversation - Conversation object if viewing a topic\r\n // @param int editPost - Whether or not you are editing a post (0 or 1)\r\n // @param int hideButtonsUntilClick - indicates if the form buttons should be hidden until the \r\n // @param string submitButtonLabel - Label for the submit button.\r\n // @param int compactButtonSpacing - Shows less distance between the panels and the button row\r\n\r\n</vb:comment>\r\n\r\n<vb:comment>default values for params</vb:comment>\r\n<vb:if condition=\"!isset($hideButtonsUntilClick)\">\r\n {vb:set hideButtonsUntilClick, 0}\r\n</vb:if>\r\n<vb:if condition=\"!isset($submitButtonLabel)\">\r\n <vb:if condition=\"isset($editPost) AND $editPost\">\r\n {vb:set submitButtonLabel, {vb:phrase save}}\r\n <vb:else />\r\n {vb:set submitButtonLabel, {vb:phrase post}}\r\n </vb:if>\r\n</vb:if>\r\n<vb:if condition=\"!isset($showSubmit)\">\r\n {vb:set showSubmit, 1}\r\n</vb:if>\r\n<vb:if condition=\"!isset($showSaveDraft)\">\r\n {vb:set showSaveDraft, 0}\r\n</vb:if>\r\n<vb:if condition=\"!isset($showPreview)\">\r\n {vb:set showPreview, 1}\r\n</vb:if>\r\n<vb:if condition=\"!isset($showDelete)\">\r\n {vb:set showDelete, 0}\r\n</vb:if>\r\n<vb:if condition=\"!isset($showCancel)\">\r\n {vb:set showCancel, 1}\r\n</vb:if>\r\n<vb:if condition=\"isset($editPost) AND $editPost AND (!isset($conversation[\'canedit\']) OR ($conversation[\'canedit\'] < 1))\">\r\n {vb:set showPreview, 0}\r\n {vb:set showSubmit, 0}\r\n</vb:if>\r\n<vb:if condition=\"!isset($compactButtonSpacing)\">\r\n {vb:set compactButtonSpacing, 0}\r\n</vb:if>\r\n\r\n<vb:comment>Hide save draft button for already-published content VBV-11827</vb:comment>\r\n<vb:if condition=\"$showSaveDraft AND $conversation[\'publishdate\'] > 0\">\r\n {vb:set showSaveDraft, 0}\r\n</vb:if>\r\n\r\n<div class=\"h-clearfix{vb:if \"$compactButtonSpacing\", \" h-margin-top-xl\", \" h-margin-top-xxl\"}{vb:if \"$hideButtonsUntilClick\", \" h-hide\"} js-button-group\" data-hide-buttons-until-click=\"{vb:if \"$hideButtonsUntilClick\", \"1\", \"0\"}\">\r\n\r\n <vb:comment>Articles have a separate UI for publishing to fb</vb:comment>\r\n <vb:if condition=\"$vboptions[\'facebookactive\'] AND $user[\'fbuserid\'] AND $channelInfo[\'channeltype\'] != \'article\' AND ((empty($conversation) AND $vboptions[\'fbfeednewthread\']) OR (!empty($conversation) AND !empty($conversation[\'nodeid\']) AND $vboptions[\'fbfeedpostreply\'])) AND (!isset($editPost) OR !$editPost)\">\r\n <div class=\"fb-publish h-left\">\r\n <label><input type=\"checkbox\" name=\"fbpublish\" value=\"1\" taborder=\"1\" /> {vb:phrase publish_to_facebook_with_icon}</label>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment><!-- This class will be added to the first button displayed, then set to empty,\r\n allowing us to have a button other than \"post\" be the primary button, when it\'s not\r\n available. --></vb:comment>\r\n {vb:set primaryButtonClass, \' b-button--primary\'}\r\n\r\n <vb:if condition=\"$showSubmit\">\r\n <button type=\"submit\" tabindex=\"1\" class=\"b-button{vb:raw primaryButtonClass} h-right h-margin-left-m js-content-entry-submit\">{vb:raw submitButtonLabel}</button>\r\n {vb:set primaryButtonClass, \'\'}\r\n </vb:if>\r\n <vb:if condition=\"$showSaveDraft\">\r\n <button type=\"submit\" tabindex=\"1\" class=\"b-button{vb:raw primaryButtonClass} h-right h-margin-left-m js-content-entry-save-draft\" name=\"save_draft\" value=\"1\">{vb:phrase save_draft}</button>\r\n {vb:set primaryButtonClass, \'\'}\r\n </vb:if>\r\n <vb:if condition=\"$showPreview\">\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button{vb:raw primaryButtonClass} h-right h-margin-left-m js-content-entry-preview\">{vb:phrase preview}</button>\r\n {vb:set primaryButtonClass, \'\'}\r\n </vb:if>\r\n <vb:if condition=\"$showDelete\">\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button{vb:raw primaryButtonClass} h-right h-margin-left-m js-content-entry-delete\" data-userid=\"{vb:raw conversation.userid}\">{vb:phrase delete}</button>\r\n {vb:set primaryButtonClass, \'\'}\r\n </vb:if>\r\n <vb:if condition=\"$showCancel\">\r\n <button type=\"button\" tabindex=\"1\" class=\"b-button{vb:raw primaryButtonClass} h-right h-margin-left-m js-content-entry-cancel\">{vb:phrase cancel}</button>\r\n {vb:set primaryButtonClass, \'\'}\r\n </vb:if>\r\n</div>','template',1385495435,'vBulletin Solutions','5.1.0 Alpha 6','vbulletin','none'),(50,-1,'contententry_editor','$final_rendered = \'\' . \'\' . \'\r\n<div class=\"b-content-entry-panel b-content-entry-panel--autosave h-hide\' . ((!empty($noBorders)) ? \" h-border-left-none h-border-right-none\" : \"\") . \'\">\r\n <div class=\"b-content-entry-panel__content b-content-entry-panel__content--first b-content-entry-panel__content-lesspadding\">\r\n \' . vB_Template_Runtime::parsePhrase(\"previously_entered_content\") . \'\r\n </div>\r\n</div>\r\n<div class=\"b-editor\' . ((!empty($noBorders)) ? \" h-border-none\" : \"\") . \'\">\r\n \' . \'\'; if (empty($defaultText) AND !empty($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'disable_bbcode\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $defaultText = $conversation[\'rawtext\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $defaultText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseWysiwyg\', $conversation[\'rawtext\'], \'\', $conversation[\'attachments\']); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($defaultText)) {\n $final_rendered .= \'\r\n <div class=\"js-editor-parsed-text h-hide\">\' . $defaultText . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($editorDisabledFeatures)) {\n $final_rendered .= \'\r\n \' . \'\'; $editorDisabledFeatures = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n <textarea tabindex=\"1\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"write_something_here\") . \'\" class=\"js-editor b-form-textarea__textarea b-form-textarea__textarea--full b-form-textarea__textarea--ckeditor\' . (($focusOnPageLoad) ? \" js-focus-on-page-load\" : \"\") . \'\' . (($initOnPageLoad) ? \" js-ckeditor-init-on-page-load\" : \" js-ckeditor-init-on-focus\") . \' b-form-textarea__textarea--v-resize\" rows=\"2\" name=\"\' . \'\'; if (empty($editorFieldName)) {\n $final_rendered .= \'text\';\n } else {\n $final_rendered .= \'\' . $editorFieldName . \'\';\n }$final_rendered .= \'\' . \'\"\' . \'\'; if ($editorDisabledFeatures) {\n $final_rendered .= \' data-disable-features=\"\' . $editorDisabledFeatures . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'></textarea>\r\n \' . \'\'; $autoloadParentid = $parentid; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($channelInfo[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $autoloadParentid = vB_Template_Runtime::parseData(\'node\', \'fetchArticleChannel\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $autoLoadData = vB_Template_Runtime::parseData(\'editor\', \'fetchAutoLoadText\', $autoloadParentid, $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($autoLoadData)) {\n $final_rendered .= \'<span class=\"h-hide ckeditor-auto-load\">\' . vB_Template_Runtime::vBVar($autoLoadData[\'pagetext\']) . \'</span>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <span class=\"autosave-indicator h-hide\">\' . vB_Template_Runtime::parsePhrase(\"auto_saved\") . \'</span>\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param int initOnPageLoad - indicates whether the ckeditor should be initialized on page load (1) or not (0).\r\n // @param int parentid - Parentid of the node that this content will be published to\r\n // @param int nodeid - Nodeid of the node that his content pertains to, only set on \"Edit\"\r\n // @param string editorDisabledFeatures - Comma-separated values of disabled features for ckeditor. To disable all features, specify \'all\'.\r\n</vb:comment>\r\n<div class=\"b-content-entry-panel b-content-entry-panel--autosave h-hide{vb:if \"!empty($noBorders)\", \" h-border-left-none h-border-right-none\"}\">\r\n <div class=\"b-content-entry-panel__content b-content-entry-panel__content--first b-content-entry-panel__content-lesspadding\">\r\n {vb:rawphrase previously_entered_content}\r\n </div>\r\n</div>\r\n<div class=\"b-editor{vb:if \"!empty($noBorders)\", \" h-border-none\"}\">\r\n <vb:if condition=\"empty($defaultText) AND !empty($editPost)\">\r\n <vb:if condition=\"$conversation[\'disable_bbcode\'] == 1\">\r\n {vb:set defaultText, {vb:raw conversation.rawtext}}\r\n <vb:else />\r\n {vb:action defaultText, bbcode, parseWysiwyg, {vb:raw conversation.rawtext}, null, {vb:raw conversation.attachments}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"!empty($defaultText)\">\r\n <div class=\"js-editor-parsed-text h-hide\">{vb:raw defaultText}</div>\r\n </vb:if>\r\n <vb:if condition=\"empty($editorDisabledFeatures)\">\r\n {vb:set editorDisabledFeatures, 0}\r\n </vb:if>\r\n \r\n <textarea tabindex=\"1\" placeholder=\"{vb:phrase write_something_here}\" class=\"js-editor b-form-textarea__textarea b-form-textarea__textarea--full b-form-textarea__textarea--ckeditor{vb:if \"$focusOnPageLoad\", \" js-focus-on-page-load\"}{vb:if \"$initOnPageLoad\", \" js-ckeditor-init-on-page-load\", \" js-ckeditor-init-on-focus\"} b-form-textarea__textarea--v-resize\" rows=\"2\" name=\"<vb:if condition=\"empty($editorFieldName)\">text<vb:else />{vb:raw editorFieldName}</vb:if>\"<vb:if condition=\"$editorDisabledFeatures\"> data-disable-features=\"{vb:raw editorDisabledFeatures}\"</vb:if>></textarea>\r\n {vb:set autoloadParentid, {vb:raw parentid}}\r\n <vb:if condition=\"$channelInfo[\'channeltype\'] == \'article\'\">\r\n {vb:data autoloadParentid, node, fetchArticleChannel}\r\n </vb:if>\r\n {vb:data autoLoadData, editor, fetchAutoLoadText, {vb:raw autoloadParentid}, {vb:raw nodeid}}\r\n <vb:if condition=\"!empty($autoLoadData)\"><span class=\"h-hide ckeditor-auto-load\">{vb:var autoLoadData.pagetext}</span></vb:if>\r\n <span class=\"autosave-indicator h-hide\">{vb:rawphrase auto_saved}</span>\r\n</div>','template',1390595597,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(51,-1,'contententry_panel_articleoptions','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n\' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; $collapseClassIcon = \' b-icon__plus-circle\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $collapseClassBody = \' h-hide\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $collapseClassIcon = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $collapseClassBody = \'\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--article-options h-clearfix\" data-class=\"b-content-entry-panel__content--article-options\">\r\n\r\n \' . \'\' . \'\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__large-8 l-col__small--full h-padding-right-xl\">\r\n\r\n \' . \'\' . \'\r\n\r\n <div class=\"h-margin-bottom-xl\">\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"urlident\">\' . vB_Template_Runtime::parsePhrase(\"seo_url_alias\") . \'</label>\r\n </div>\r\n <input type=\"text\" name=\"urlident\" id=\"urlident\" class=\"b-form-input__input b-form-input__input--full js-content-entry-url-alias\" tabindex=\"1\" value=\"\' . vB_Template_Runtime::vBVar($conversation[\'urlident\']) . \'\" />\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel__section-title\">\r\n <span class=\"js-collapse__icon h-right\' . $collapseClassIcon . \'\"></span>\r\n \' . vB_Template_Runtime::parsePhrase(\"meta_information\") . \'\r\n </div>\r\n <div class=\"js-collapse__body\' . $collapseClassBody . \' b-content-entry-panel__section\">\r\n <div class=\"h-margin-bottom-xl\">\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"htmltitle\">\' . vB_Template_Runtime::parsePhrase(\"html_title_tag\") . \'</label>\r\n </div>\r\n <input type=\"text\" name=\"htmltitle\" id=\"htmltitle\" class=\"b-form-input__input b-form-input__input--full js-content-entry-html-title\" tabindex=\"1\" value=\"\' . vB_Template_Runtime::vBVar($conversation[\'htmltitle\']) . \'\" />\r\n </div>\r\n\r\n <div>\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"description\">\' . vB_Template_Runtime::parsePhrase(\"meta_description\") . \'</label>\r\n </div>\r\n <textarea name=\"description\" id=\"description\" class=\"b-form-textarea__textarea b-form-textarea__textarea--full b-form-textarea__textarea--v-resize js-meta-description\" tabindex=\"1\">\' . vB_Template_Runtime::vBVar($conversation[\'description\']) . \'</textarea>\r\n </div>\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel__section-title h-margin-top-xl js-htmlstate-container-title\">\r\n <span class=\"js-collapse__icon h-right\' . $collapseClassIcon . \'\"></span>\r\n \' . vB_Template_Runtime::parsePhrase(\"rendering_options\") . \'\r\n </div>\r\n <div class=\"js-collapse__body\' . $collapseClassBody . \' b-content-entry-panel__section js-htmlstate-container\">\r\n\r\n \' . \'\'; if ($canUseHTML) {\n $final_rendered .= \'\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l js-htmlstate-row\">\r\n <div class=\"l-col__fixed-5 l-col__small--full h-padding-right-m\">\r\n <label for=\"htmlstate\" class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"html\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full\">\r\n <select name=\"htmlstate\" class=\"js-select-box js-htmlstate\" tabindex=\"1\">\r\n <option value=\"off\"\' . \'\'; if ($conversation[\'htmlstate\'] == \'off\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"htmlstate_off\") . \'</option>\r\n <option value=\"on_nl2br\"\' . \'\'; if ($conversation[\'htmlstate\'] == \'on_nl2br\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"htmlstate_on_nl2br\") . \'</option>\r\n <option value=\"on\"\' . \'\'; if ($conversation[\'htmlstate\'] == \'on\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"htmlstate_on\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-5 l-col__small--full h-padding-right-m\">\r\n <label for=\"htmlstate\" class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"disable_bbcode\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'disable_bbcode\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'disable_bbcode\', \'checked\' => $checked)) . \'\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n \' . \'\' . \'\r\n\r\n </div>\r\n <div class=\"l-col__large-4 l-col__small--full\">\r\n\r\n \' . \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($canPublish) {\n $final_rendered .= \'\r\n <div class=\"b-content-entry-panel__section-title\">\r\n <span class=\"js-collapse__icon h-right\' . $collapseClassIcon . \'\"></span>\r\n \' . vB_Template_Runtime::parsePhrase(\"publishing_options\") . \'\r\n </div>\r\n <div class=\"js-collapse__body\' . $collapseClassBody . \' b-content-entry-panel__section\">\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"publish_now\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if (!empty($conversation[\'publishdate\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'publish_now\', \'checked\' => $checked)) . \'\r\n </div>\r\n </div>\r\n \' . \'\' . \'\r\n \' . \'\'; $publish = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($editPost AND ($conversation[\'publishdate\'] > 0)) {\n $final_rendered .= \'\r\n \' . \'\'; $publish[\'month\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"n\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'day\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"j\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'year\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"Y\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'hour\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"g\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'minute\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"i\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'ampm\'] = \'\' . vB_Template_Runtime::date($conversation[\'publishdate\'], \"a\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $publish[\'month\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"n\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'day\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"j\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'year\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"Y\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'hour\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"g\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'minute\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"i\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $publish[\'ampm\'] = \'\' . vB_Template_Runtime::date(\"timenow\", \"a\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"js-toggle-slider__dependent h-margin-top-xs \' . \'\'; if ($checked==\'yes\') {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"h-margin-bottom-xxs\">\' . vB_Template_Runtime::parsePhrase(\"publish_date\") . \'</div>\r\n <div class=\"h-margin-bottom-s\">\r\n <select name=\"publish_month\" class=\"js-select-box b-form-select__select h-margin-right-xxs\" tabindex=\"1\">\r\n \' . \'\'; $months = array(\'january\', \'february\', \'march\', \'april\', \'may\', \'june\', \'july\', \'august\', \'september\', \'october\', \'november\', \'december\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($months) || $months instanceof ArrayAccess) { foreach ($months AS $monthName) {$final_rendered .= \'\r\n \' . \'\'; $monthNum = \'\' . vB_Template_Runtime::runMaths(\'\' . $monthNum . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n <option value=\"\' . vB_Template_Runtime::vBVar($monthNum) . \'\"\' . \'\'; if ($monthNum == $publish[\'month\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"$monthName\") . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n <select name=\"publish_day\" class=\"js-select-box b-form-select__select h-margin-right-xxs\" tabindex=\"1\">\r\n \' . \'\'; $days = range(\'1\', \'31\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($days) || $days instanceof ArrayAccess) { foreach ($days AS $day) {$final_rendered .= \'\r\n <option value=\"\' . vB_Template_Runtime::vBVar($day) . \'\"\' . \'\'; if ($day == $publish[\'day\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::vBVar($day) . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n <input type=\"text\" name=\"publish_year\" class=\"b-form-input__input b-form-input__input--year\" value=\"\' . vB_Template_Runtime::vBVar($publish[\'year\']) . \'\" maxlength=\"4\" tabindex=\"1\" />\r\n </div>\r\n <div class=\"h-margin-bottom-xxs\">\' . vB_Template_Runtime::parsePhrase(\"publish_time\") . \'</div>\r\n <div>\r\n <input type=\"text\" name=\"publish_hour\" class=\"b-form-input__input b-form-input__input--year h-margin-right-xxs\" value=\"\' . vB_Template_Runtime::vBVar($publish[\'hour\']) . \'\" tabindex=\"1\" /> :\r\n <input type=\"text\" name=\"publish_minute\" class=\"b-form-input__input b-form-input__input--year h-margin-right-xxs\" value=\"\' . vB_Template_Runtime::vBVar($publish[\'minute\']) . \'\" tabindex=\"1\" />\r\n <select name=\"publish_ampm\" class=\"js-select-box b-form-select__select\" tabindex=\"1\">\r\n <option value=\"am\"\' . \'\'; if ($publish[\'ampm\'] == \'am\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"am\") . \'</option>\r\n <option value=\"pm\"\' . \'\'; if ($publish[\'ampm\'] == \'pm\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"pm\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'facebookactive\') AND $user[\'fbuserid\'] AND ((empty($conversation) AND vB::getDatastore()->getOption(\'fbfeednewthread\')) OR (!empty($conversation) AND !empty($conversation[\'nodeid\']) AND vB::getDatastore()->getOption(\'fbfeedpostreply\'))) AND (!isset($editPost) OR !$editPost)) {\n $final_rendered .= \'\r\n <div class=\"l-row l-row__fixed--left h-padding-top-l js-toggle-slider__dependent\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"publish_to_facebook_with_icon\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'fbpublish\', \'checked\' => \'no\')) . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-form-input__hint\">\' . vB_Template_Runtime::parsePhrase(\"use_save_draft_button\") . \'</div>\r\n\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\' . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel__section-title\' . \'\'; if ($canPublish) {\n $final_rendered .= \' h-margin-top-xl\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"js-collapse__icon h-right\' . $collapseClassIcon . \'\"></span>\r\n \' . vB_Template_Runtime::parsePhrase(\"category\") . \'\r\n </div>\r\n <div class=\"js-collapse__body\' . $collapseClassBody . \' b-content-entry-panel__section\">\r\n\r\n \' . \'\'; $articleChannelId = vB_Template_Runtime::parseData(\'node\', \'fetchArticleChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodes = vB_Template_Runtime::parseData(\'search\', \'getChannels\', \'0\', \'0\', \'0\', $articleChannelId); $final_rendered .= \'\' . \'\r\n <ul class=\"b-channel-nav b-channel-nav--radio-buttons\">\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $nodeid => $node) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'channel_radio_item\',array(\'nodeid\' => $nodeid, \'node\' => $node, \'selectednodeid\' => $channelInfo[\'nodeid\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\r\n </div>\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-content-entry-panel__section-title h-margin-top-xl\">\r\n <span class=\"js-collapse__icon h-right\' . $collapseClassIcon . \'\"></span>\r\n \' . vB_Template_Runtime::parsePhrase(\"display_settings\") . \'\r\n </div>\r\n <div class=\"js-collapse__body\' . $collapseClassBody . \' b-content-entry-panel__section\">\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"enable_comments\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND !$conversation[\'allow_post\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'allow_post\', \'checked\' => $checked)) . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"public_preview\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'public_preview\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'public_preview\', \'checked\' => $checked)) . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"display_title\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'hide_title\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'hide_title\', \'checked\' => $checked, \'yesValue\' => \'0\', \'noValue\' => \'1\')) . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"display_author\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'hide_author\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'hide_author\', \'checked\' => $checked, \'yesValue\' => \'0\', \'noValue\' => \'1\')) . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"display_published_date\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'hide_publishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'hide_publishdate\', \'checked\' => $checked, \'yesValue\' => \'0\', \'noValue\' => \'1\')) . \'\r\n </div>\r\n </div>\r\n\r\n\' . \'\' . \'\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"display_pageviews\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND !$conversation[\'display_pageviews\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'display_pageviews\', \'checked\' => $checked)) . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">\' . vB_Template_Runtime::parsePhrase(\"display_comment_count\") . \'</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n \' . \'\'; if ($editPost AND $conversation[\'hide_comment_count\']) {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'no\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $checked = \'yes\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'hide_comment_count\', \'checked\' => $checked, \'yesValue\' => \'0\', \'noValue\' => \'1\')) . \'\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n \' . \'\' . \'\r\n\r\n </div>\r\n </div>\r\n\r\n \' . \'\' . \'\r\n\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n</vb:comment>\r\n<vb:comment>{vb:cssExtra css_blogs_groups.css}</vb:comment>\r\n\r\n<vb:if condition=\"!empty($editPost)\">\r\n {vb:set collapseClassIcon, \' b-icon__plus-circle\'}\r\n {vb:set collapseClassBody, \' h-hide\'}\r\n<vb:else />\r\n {vb:set collapseClassIcon, \'\'}\r\n {vb:set collapseClassBody, \'\'}\r\n</vb:if>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--article-options h-clearfix\" data-class=\"b-content-entry-panel__content--article-options\">\r\n\r\n <vb:comment>---------- START COLUMNS ----------</vb:comment>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__large-8 l-col__small--full h-padding-right-xl\">\r\n\r\n <vb:comment>---------- START LEFT COLUMN ----------</vb:comment>\r\n\r\n <div class=\"h-margin-bottom-xl\">\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"urlident\">{vb:phrase seo_url_alias}</label>\r\n </div>\r\n <input type=\"text\" name=\"urlident\" id=\"urlident\" class=\"b-form-input__input b-form-input__input--full js-content-entry-url-alias\" tabindex=\"1\" value=\"{vb:var conversation.urlident}\" />\r\n </div>\r\n\r\n <vb:comment>********** SECTION 1 COL 1 **********</vb:comment>\r\n <div class=\"b-content-entry-panel__section-title\">\r\n <span class=\"js-collapse__icon h-right{vb:raw collapseClassIcon}\"></span>\r\n {vb:phrase meta_information}\r\n </div>\r\n <div class=\"js-collapse__body{vb:raw collapseClassBody} b-content-entry-panel__section\">\r\n <div class=\"h-margin-bottom-xl\">\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"htmltitle\">{vb:phrase html_title_tag}</label>\r\n </div>\r\n <input type=\"text\" name=\"htmltitle\" id=\"htmltitle\" class=\"b-form-input__input b-form-input__input--full js-content-entry-html-title\" tabindex=\"1\" value=\"{vb:var conversation.htmltitle}\" />\r\n </div>\r\n\r\n <div>\r\n <div class=\"b-form-input__label h-margin-bottom-xs\">\r\n <label for=\"description\">{vb:phrase meta_description}</label>\r\n </div>\r\n <textarea name=\"description\" id=\"description\" class=\"b-form-textarea__textarea b-form-textarea__textarea--full b-form-textarea__textarea--v-resize js-meta-description\" tabindex=\"1\">{vb:var conversation.description}</textarea>\r\n </div>\r\n </div>\r\n\r\n <vb:comment>********** SECTION 2 COL 1 **********</vb:comment>\r\n <div class=\"b-content-entry-panel__section-title h-margin-top-xl js-htmlstate-container-title\">\r\n <span class=\"js-collapse__icon h-right{vb:raw collapseClassIcon}\"></span>\r\n {vb:phrase rendering_options}\r\n </div>\r\n <div class=\"js-collapse__body{vb:raw collapseClassBody} b-content-entry-panel__section js-htmlstate-container\">\r\n\r\n <vb:if condition=\"$canUseHTML\">\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l js-htmlstate-row\">\r\n <div class=\"l-col__fixed-5 l-col__small--full h-padding-right-m\">\r\n <label for=\"htmlstate\" class=\"b-form-input__label\">{vb:phrase html}</label>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full\">\r\n <select name=\"htmlstate\" class=\"js-select-box js-htmlstate\" tabindex=\"1\">\r\n <option value=\"off\"<vb:if condition=\"$conversation[\'htmlstate\'] == \'off\'\"> selected=\"selected\"</vb:if>>{vb:phrase htmlstate_off}</option>\r\n <option value=\"on_nl2br\"<vb:if condition=\"$conversation[\'htmlstate\'] == \'on_nl2br\'\"> selected=\"selected\"</vb:if>>{vb:phrase htmlstate_on_nl2br}</option>\r\n <option value=\"on\"<vb:if condition=\"$conversation[\'htmlstate\'] == \'on\'\"> selected=\"selected\"</vb:if>>{vb:phrase htmlstate_on}</option>\r\n </select>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-5 l-col__small--full h-padding-right-m\">\r\n <label for=\"htmlstate\" class=\"b-form-input__label\">{vb:phrase disable_bbcode}</label>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'disable_bbcode\']\">\r\n {vb:set checked, \'yes\'}\r\n <vb:else />\r\n {vb:set checked, \'no\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'disable_bbcode\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <vb:comment>---------- END LEFT COLUMN ----------</vb:comment>\r\n\r\n </div>\r\n <div class=\"l-col__large-4 l-col__small--full\">\r\n\r\n <vb:comment>---------- START RIGHT COLUMN ----------</vb:comment>\r\n\r\n <vb:comment>********** SECTION 1 COL 2 **********</vb:comment>\r\n <vb:if condition=\"$canPublish\">\r\n <div class=\"b-content-entry-panel__section-title\">\r\n <span class=\"js-collapse__icon h-right{vb:raw collapseClassIcon}\"></span>\r\n {vb:phrase publishing_options}\r\n </div>\r\n <div class=\"js-collapse__body{vb:raw collapseClassBody} b-content-entry-panel__section\">\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase publish_now}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"!empty($conversation[\'publishdate\'])\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n\r\n {vb:template toggle_slider, name=\'publish_now\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n <vb:comment>Toggle slider dependent box</vb:comment>\r\n {vb:set publish, {vb:php array}}\r\n <vb:if condition=\"$editPost AND ($conversation[\'publishdate\'] > 0)\">\r\n {vb:set publish.month, {vb:date {vb:raw conversation.publishdate}, n}}\r\n {vb:set publish.day, {vb:date {vb:raw conversation.publishdate}, j}}\r\n {vb:set publish.year, {vb:date {vb:raw conversation.publishdate}, Y}}\r\n {vb:set publish.hour, {vb:date {vb:raw conversation.publishdate}, g}}\r\n {vb:set publish.minute, {vb:date {vb:raw conversation.publishdate}, i}}\r\n {vb:set publish.ampm, {vb:date {vb:raw conversation.publishdate}, a}}\r\n <vb:else />\r\n {vb:set publish.month, {vb:date timenow, n}}\r\n {vb:set publish.day, {vb:date timenow, j}}\r\n {vb:set publish.year, {vb:date timenow, Y}}\r\n {vb:set publish.hour, {vb:date timenow, g}}\r\n {vb:set publish.minute, {vb:date timenow, i}}\r\n {vb:set publish.ampm, {vb:date timenow, a}}\r\n </vb:if>\r\n <div class=\"js-toggle-slider__dependent h-margin-top-xs <vb:if condition=\"$checked==\'yes\'\"> h-hide</vb:if>\">\r\n <div class=\"h-margin-bottom-xxs\">{vb:phrase publish_date}</div>\r\n <div class=\"h-margin-bottom-s\">\r\n <select name=\"publish_month\" class=\"js-select-box b-form-select__select h-margin-right-xxs\" tabindex=\"1\">\r\n {vb:set months, {vb:php array, january, february, march, april, may, june, july, august, september, october, november, december}}\r\n <vb:each from=\"months\" index=\"monthNum\" value=\"monthName\">\r\n {vb:set monthNum, {vb:math {vb:raw monthNum} + 1}}\r\n <option value=\"{vb:var monthNum}\"<vb:if condition=\"$monthNum == $publish[\'month\']\"> selected=\"selected\"</vb:if>>{vb:phrase {vb:var monthName}}</option>\r\n </vb:each>\r\n </select>\r\n <select name=\"publish_day\" class=\"js-select-box b-form-select__select h-margin-right-xxs\" tabindex=\"1\">\r\n {vb:set days, {vb:php range, 1, 31}}\r\n <vb:each from=\"days\" value=\"day\">\r\n <option value=\"{vb:var day}\"<vb:if condition=\"$day == $publish[\'day\']\"> selected=\"selected\"</vb:if>>{vb:var day}</option>\r\n </vb:each>\r\n </select>\r\n <input type=\"text\" name=\"publish_year\" class=\"b-form-input__input b-form-input__input--year\" value=\"{vb:var publish.year}\" maxlength=\"4\" tabindex=\"1\" />\r\n </div>\r\n <div class=\"h-margin-bottom-xxs\">{vb:phrase publish_time}</div>\r\n <div>\r\n <input type=\"text\" name=\"publish_hour\" class=\"b-form-input__input b-form-input__input--year h-margin-right-xxs\" value=\"{vb:var publish.hour}\" tabindex=\"1\" /> :\r\n <input type=\"text\" name=\"publish_minute\" class=\"b-form-input__input b-form-input__input--year h-margin-right-xxs\" value=\"{vb:var publish.minute}\" tabindex=\"1\" />\r\n <select name=\"publish_ampm\" class=\"js-select-box b-form-select__select\" tabindex=\"1\">\r\n <option value=\"am\"<vb:if condition=\"$publish[\'ampm\'] == \'am\'\"> selected=\"selected\"</vb:if>>{vb:phrase am}</option>\r\n <option value=\"pm\"<vb:if condition=\"$publish[\'ampm\'] == \'pm\'\"> selected=\"selected\"</vb:if>>{vb:phrase pm}</option>\r\n </select>\r\n </div>\r\n </div>\r\n\r\n <vb:comment>For non-article channel types, this is in the contententry_buttons template</vb:comment>\r\n <vb:if condition=\"$vboptions[\'facebookactive\'] AND $user[\'fbuserid\'] AND ((empty($conversation) AND $vboptions[\'fbfeednewthread\']) OR (!empty($conversation) AND !empty($conversation[\'nodeid\']) AND $vboptions[\'fbfeedpostreply\'])) AND (!isset($editPost) OR !$editPost)\">\r\n <div class=\"l-row l-row__fixed--left h-padding-top-l js-toggle-slider__dependent\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase publish_to_facebook_with_icon}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n {vb:template toggle_slider, name=\'fbpublish\', checked=\'no\'}\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-form-input__hint\">{vb:phrase use_save_draft_button}</div>\r\n\r\n </div>\r\n </vb:if><vb:comment><!-- end if canPublish --></vb:comment>\r\n\r\n <vb:comment>********** SECTION 2 COL 2 **********</vb:comment>\r\n <div class=\"b-content-entry-panel__section-title<vb:if condition=\"$canPublish\"> h-margin-top-xl</vb:if>\">\r\n <span class=\"js-collapse__icon h-right{vb:raw collapseClassIcon}\"></span>\r\n {vb:phrase category}\r\n </div>\r\n <div class=\"js-collapse__body{vb:raw collapseClassBody} b-content-entry-panel__section\">\r\n\r\n {vb:data articleChannelId, node, fetchArticleChannel}\r\n {vb:data nodes, search, getChannels, 0, 0, 0, {vb:raw articleChannelId}}\r\n <ul class=\"b-channel-nav b-channel-nav--radio-buttons\">\r\n <vb:each from=\"nodes\" key=\"nodeid\" value=\"node\">\r\n {vb:template channel_radio_item, \r\n nodeid={vb:raw nodeid}, \r\n node={vb:raw node}, \r\n selectednodeid={vb:raw channelInfo.nodeid}}\r\n </vb:each>\r\n </ul>\r\n\r\n </div>\r\n\r\n <vb:comment>********** SECTION 3 COL 2 **********</vb:comment>\r\n <div class=\"b-content-entry-panel__section-title h-margin-top-xl\">\r\n <span class=\"js-collapse__icon h-right{vb:raw collapseClassIcon}\"></span>\r\n {vb:phrase display_settings}\r\n </div>\r\n <div class=\"js-collapse__body{vb:raw collapseClassBody} b-content-entry-panel__section\">\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase enable_comments}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND !$conversation[\'allow_post\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'allow_post\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase public_preview}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'public_preview\']\">\r\n {vb:set checked, \'yes\'}\r\n <vb:else />\r\n {vb:set checked, \'no\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'public_preview\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase display_title}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'hide_title\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'hide_title\', checked={vb:raw checked}, yesValue=0, noValue=1}\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase display_author}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'hide_author\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'hide_author\', checked={vb:raw checked}, yesValue=0, noValue=1}\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase display_published_date}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'hide_publishdate\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'hide_publishdate\', checked={vb:raw checked}, yesValue=0, noValue=1}\r\n </div>\r\n </div>\r\n\r\n<vb:comment>\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase full_display_on_category_page}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'display_fullincategory\']\">\r\n {vb:set checked, \'yes\'}\r\n <vb:else />\r\n {vb:set checked, \'no\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'display_fullincategory\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n</vb:comment>\r\n\r\n <div class=\"l-row l-row__fixed--left h-padding-bottom-l\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase display_pageviews}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND !$conversation[\'display_pageviews\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'display_pageviews\', checked={vb:raw checked}}\r\n </div>\r\n </div>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-padding-right-m\">\r\n <label class=\"b-form-input__label\">{vb:phrase display_comment_count}</label>\r\n </div>\r\n <div class=\"l-col__flex-3 l-col__small--full\">\r\n <vb:if condition=\"$editPost AND $conversation[\'hide_comment_count\']\">\r\n {vb:set checked, \'no\'}\r\n <vb:else />\r\n {vb:set checked, \'yes\'}\r\n </vb:if>\r\n {vb:template toggle_slider, name=\'hide_comment_count\', checked={vb:raw checked}, yesValue=0, noValue=1}\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <vb:comment>---------- END RIGHT COLUMN -----------</vb:comment>\r\n\r\n </div>\r\n </div>\r\n\r\n <vb:comment>---------- END COLUMNS ----------</vb:comment>\r\n\r\n</div>','template',1389127799,'vBulletin Solutions','5.1.0 Alpha 8','vbulletin','none'),(52,-1,'contententry_panel_attachments','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\'; if (empty($editPost) OR empty($conversation[\'attachcount\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $hideAttachments = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $hideAttachments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($editPost) OR empty($conversation[\'attachcount\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $attachCount = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $attachCount = $conversation[\'attachcount\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--attachment h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--attachment\"> \r\n\r\n <div class=\"b-file-chooser\">\r\n <label class=\"b-button b-button--upload js-button\" tabindex=\"1\">\r\n <span class=\"js-upload-label\">\' . vB_Template_Runtime::parsePhrase(\"upload_attachments\") . \'</span>\r\n <input type=\"file\" name=\"files\" multiple=\"multiple\" class=\"b-form-input__file--hidden\" />\r\n </label>\r\n <button type=\"button\" class=\"b-button js-upload-from-url\">\' . vB_Template_Runtime::parsePhrase(\"upload_from_url\") . \'</button>\r\n \' . \'\' . \'\r\n </div>\r\n <div class=\"js-attach-postdata\"></div>\r\n <div class=\"js-attach-list\' . (($hideAttachments) ? \" h-hide\" : \"\") . \'\" data-attach-count=\"\' . $attachCount . \'\">\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_attachments_item\',array(\'isSample\' => \'1\')) . \'\r\n \' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($conversation[\'attach\']) || $conversation[\'attach\'] instanceof ArrayAccess) { foreach ($conversation[\'attach\'] AS $attachment) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_panel_attachments_item\',array(\'attachment\' => $attachment)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <input type=\"hidden\" name=\"uploadFrom\" value=\"\' . $uploadFrom . \'\" class=\"js-uploadFrom\" /> \r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n @param string uploadFrom - indicates where upload is coming from (for Gallery and Attachments panel only).\r\n</vb:comment>\r\n\r\n<vb:if condition=\"empty($editPost) OR empty($conversation[\'attachcount\'])\">\r\n {vb:set hideAttachments, 1}\r\n<vb:else />\r\n {vb:set hideAttachments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($editPost) OR empty($conversation[\'attachcount\'])\">\r\n {vb:set attachCount, 0}\r\n<vb:else />\r\n {vb:set attachCount, {vb:raw conversation.attachcount}}\r\n</vb:if>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--attachment h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--attachment\"> \r\n\r\n <div class=\"b-file-chooser\">\r\n <label class=\"b-button b-button--upload js-button\" tabindex=\"1\">\r\n <span class=\"js-upload-label\">{vb:phrase upload_attachments}</span>\r\n <input type=\"file\" name=\"files\" multiple=\"multiple\" class=\"b-form-input__file--hidden\" />\r\n </label>\r\n <button type=\"button\" class=\"b-button js-upload-from-url\">{vb:phrase upload_from_url}</button>\r\n <vb:comment>@TODO: no way to fetch the list of valid filetypes per usergroup yet <span class=\"b-file-chooser__text b-file-chooser__text--filetypes h-margin-left-l\">{vb:phrase allowed_filetypes}: </span></vb:comment>\r\n </div>\r\n <div class=\"js-attach-postdata\"></div>\r\n <div class=\"js-attach-list{vb:if \"$hideAttachments\", \" h-hide\"}\" data-attach-count=\"{vb:raw attachCount}\">\r\n {vb:template contententry_panel_attachments_item, isSample=1}\r\n <vb:if condition=\"!empty($editPost)\">\r\n <vb:each from=\"conversation.attach\" value=\"attachment\">\r\n {vb:template contententry_panel_attachments_item, attachment={vb:raw attachment}}\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n <input type=\"hidden\" name=\"uploadFrom\" value=\"{vb:raw uploadFrom}\" class=\"js-uploadFrom\" /> \r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n</div>','template',1368218872,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(53,-1,'contententry_panel_attachments_item','$final_rendered = \'<div class=\"b-attach-item js-attach-item h-margin-top-xl\' . (($isSample) ? \" h-hide js-attach-item-sample\" : \"\") . \'\" data-fileext=\"\' . $attachment[\'extension\'] . \'\" data-filename=\"\' . $attachment[\'filename\'] . \'\" data-filedataid=\"\' . $attachment[\'filedataid\'] . \'\" data-attachnodeid=\"\' . $attachment[\'nodeid\'] . \'\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n \' . \'\'; if (!empty($attachment[\'filedataid\'])) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $extensionLower = strtolower($attachment[\'extension\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (in_array($extensionLower, array(\'gif\', \'jpg\', \'jpeg\', \'jpe\', \'png\', \'bmp\'))) {\n $final_rendered .= \'\r\n \' . \'\'; $isImage = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isImage = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isImage) {\n $final_rendered .= \'\r\n <img class=\"b-attach-item__image\" src=\"\' . $baseurl . \'/filedata/fetch?type=thumb&filedataid=\' . $attachment[\'filedataid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"b-icon b-icon__doc--gray h-margin-bottom-m\"></span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n \' . \'\'; if ($isImage OR $isSample) {\n $final_rendered .= \'\r\n <span data-action=\"insert_label\" class=\"js-attach-ctrl h-margin-right-s h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert\") . \':</span>\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert_thumbnail\") . \'</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"small\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert_small\") . \'</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"medium\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert_medium\") . \'</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"large\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert_large\") . \'</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"full\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert_fullsize\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"insert\") . \'</span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</span>\r\n \r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">\' . vB_Template_Runtime::vBVar($attachment[\'filename\']) . \'</div>\r\n <div class=\"h-clearfix\"></div>\r\n \' . \'\'; if (!$isSample) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"b-attach-item js-attach-item h-margin-top-xl{vb:if \"$isSample\", \" h-hide js-attach-item-sample\"}\" data-fileext=\"{vb:raw attachment.extension}\" data-filename=\"{vb:raw attachment.filename}\" data-filedataid=\"{vb:raw attachment.filedataid}\" data-attachnodeid=\"{vb:raw attachment.nodeid}\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n <vb:if condition=\"!empty($attachment[\'filedataid\'])\">\r\n <vb:comment>Keep this code in sync with the fileupload.js attachDone method</vb:comment>\r\n {vb:set extensionLower, {vb:php strtolower, {vb:raw attachment.extension}}}\r\n <vb:if condition=\"in_array($extensionLower, array(\'gif\', \'jpg\', \'jpeg\', \'jpe\', \'png\', \'bmp\'))\">\r\n {vb:set isImage, 1}\r\n <vb:else />\r\n {vb:set isImage, 0}\r\n </vb:if>\r\n <vb:if condition=\"$isImage\">\r\n <img class=\"b-attach-item__image\" src=\"{vb:raw baseurl}/filedata/fetch?type=thumb&filedataid={vb:raw attachment.filedataid}\" />\r\n <vb:else />\r\n <span class=\"b-icon b-icon__doc--gray h-margin-bottom-m\"></span>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n <vb:if condition=\"$isImage OR $isSample\">\r\n <span data-action=\"insert_label\" class=\"js-attach-ctrl h-margin-right-s h-left\">{vb:phrase insert}:</span>\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert_thumbnail}</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"small\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert_small}</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"medium\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert_medium}</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"large\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert_large}</span>\r\n <span data-action=\"insert_image\" data-imagesize=\"full\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert_fullsize}</span>\r\n <vb:else />\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase insert}</span>\r\n </vb:if>\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-m h-left\">{vb:phrase remove}</span>\r\n \r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">{vb:var attachment.filename}</div>\r\n <div class=\"h-clearfix\"></div>\r\n <vb:if condition=\"!$isSample\">\r\n <vb:comment>If we add these here the attachments will be attached twice.\r\n <input type=\"hidden\" name=\"filedataids[]\" value=\"{vb:raw attachment.filedataid}\" />\r\n <input type=\"hidden\" name=\"filenames[]\" value=\"{vb:raw attachment.filename}\" />\r\n </vb:comment>\r\n </vb:if>\r\n</div>','template',1386705970,'vBulletin Solutions','5.1.0 Alpha 6','vbulletin','none'),(54,-1,'contententry_panel_blogoptions','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeCss(\'css_blogs_groups.css\'); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--blog-options h-clearfix\" data-class=\"b-content-entry-panel__content--blog-options\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"allow_comments\") . \'</div>\r\n <div class=\"row-content\"><input type=\"hidden\" name=\"allow_post_checkbox\" value=\"1\" /><label><input type=\"checkbox\" name=\"allow_post\" value=\"1\"\' . \'\'; if (!isset($conversation[\'canreply\']) OR (isset($conversation[\'canreply\']) AND $conversation[\'canreply\'] == 1)) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' />\' . vB_Template_Runtime::parsePhrase(\"enable_comments\") . \'</label></div>\r\n <div class=\"row-description\">\' . vB_Template_Runtime::parsePhrase(\"blog_allow_comments_explanation\") . \'</div>\r\n </div>\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // $conversation -- The array of the node being edited.\r\n</vb:comment>\r\n{vb:cssExtra css_blogs_groups.css}\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--blog-options h-clearfix\" data-class=\"b-content-entry-panel__content--blog-options\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase allow_comments}</div>\r\n <div class=\"row-content\"><input type=\"hidden\" name=\"allow_post_checkbox\" value=\"1\" /><label><input type=\"checkbox\" name=\"allow_post\" value=\"1\"<vb:if condition=\"!isset($conversation[\'canreply\']) OR (isset($conversation[\'canreply\']) AND $conversation[\'canreply\'] == 1)\"> checked=\"checked\"</vb:if> />{vb:phrase enable_comments}</label></div>\r\n <div class=\"row-description\">{vb:phrase blog_allow_comments_explanation}</div>\r\n </div>\r\n</div>','template',1381968197,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(55,-1,'contententry_panel_editreason','$final_rendered = \'\' . \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--edit-reason h-clearfix\" data-class=\"b-content-entry-panel__content--edit-reason\">\r\n\r\n <input type=\"text\" name=\"reason\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"tell_people_reason_for_editing\") . \'\" class=\"b-form-input__input b-form-input__input--full\" autocomplete=\"off\" />\r\n\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n</vb:comment>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--edit-reason h-clearfix\" data-class=\"b-content-entry-panel__content--edit-reason\">\r\n\r\n <input type=\"text\" name=\"reason\" placeholder=\"{vb:phrase tell_people_reason_for_editing}\" class=\"b-form-input__input b-form-input__input--full\" autocomplete=\"off\" />\r\n\r\n</div>','template',1364604779,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(56,-1,'contententry_panel_gallery','$final_rendered = \'\' . \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--gallery h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--gallery\">\r\n <div class=\"b-file-chooser\">\r\n <label class=\"b-button b-button--upload\" tabindex=\"1\">\r\n <span class=\"js-upload-label\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span>\r\n <input type=\"file\" name=\"file\" multiple=\"multiple\" class=\"b-form-input__file--hidden\" />\r\n </label><span class=\"b-file-chooser__text b-file-chooser__text--or\">\' . vB_Template_Runtime::parsePhrase(\"or\") . \'</span><button type=\"button\" class=\"b-button js-photo-selector-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"select_from_photo_album\") . \'</button><span class=\"b-file-chooser__text b-file-chooser__text--filetypes h-margin-left-l\">\' . vB_Template_Runtime::parsePhrase(\"allowed_filetypes\") . \': jpg, jpeg, png, gif</span>\r\n </div>\r\n\r\n <div class=\"js-gallery-content\' . ((empty($editPost)) ? \" h-hide\" : \"\") . \'\">\r\n <div class=\"js-panel-content h-clearfix\">\r\n \' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'editor_gallery_photoblock\',array(\'photos\' => $conversation[\'photo\'], \'photocount\' => $conversation[\'photocount\'])) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div> \r\n \r\n <div class=\"js-photo-postdata\">\r\n \' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($conversation[\'photo\']) || $conversation[\'photo\'] instanceof ArrayAccess) { foreach ($conversation[\'photo\'] AS $photo) {$final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid[]\" value=\"\' . $photo[\'filedataid\'] . \'\" />\r\n <input type=\"hidden\" name=\"title_\' . $photo[\'filedataid\'] . \'\" value=\"\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($photo[\'title\']) : $photo[\'title\']) . \'\" />\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \r\n <input type=\"hidden\" name=\"uploadFrom\" value=\"\' . $uploadFrom . \'\" class=\"js-uploadFrom\" />\r\n \r\n \' . vB_Template_Runtime::includeTemplate(\'dialog_photo_display\',array(\'conversation\' => $conversation, \'editPost\' => $editPost, \'attachLimit\' => $attachLimit)) . \'\r\n\r\n <div class=\"js-dialog-body js-photo-selector-container photo-selector-container gallery-wrapper sb-dialog\">\r\n <div class=\"js-photo-counter\"></div>\r\n <div class=\"h-clearfix photo-selector-galleries photoSelectorTabs dialog-content gallery-wrapper\">\r\n <ul class=\"photo-selector-tabs tabs-list\"></ul>\r\n </div>\r\n <div class=\"h-right action-buttons\">\' . \'\' . \'\r\n <button type=\"button\" class=\"b-button js-photo-selector-cancel h-margin-left-m\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button><button type=\"button\" class=\"b-button b-button--primary h-margin-left-m js-photo-selector-continue\" disabled=\"disabled\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"continue\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n \' . \'\'; if (!empty($allowTypeText)) {\n $final_rendered .= \'\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n // @param string uploadFrom - indicates where upload is coming from (for Gallery and Attachments panel only).\r\n // @param int allowTypeText - indicates if Text content type is allowed (1) or not (0). If not allowed, the toolbar items cannot be unselected and the X buttons for the Photo/Link/Video/Poll panels is not available.\r\n</vb:comment>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--gallery h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--gallery\">\r\n <div class=\"b-file-chooser\">\r\n <label class=\"b-button b-button--upload\" tabindex=\"1\">\r\n <span class=\"js-upload-label\">{vb:phrase upload}</span>\r\n <input type=\"file\" name=\"file\" multiple=\"multiple\" class=\"b-form-input__file--hidden\" />\r\n </label><span class=\"b-file-chooser__text b-file-chooser__text--or\">{vb:phrase or}</span><button type=\"button\" class=\"b-button js-photo-selector-button\" tabindex=\"1\">{vb:phrase select_from_photo_album}</button><span class=\"b-file-chooser__text b-file-chooser__text--filetypes h-margin-left-l\">{vb:phrase allowed_filetypes}: jpg, jpeg, png, gif</span>\r\n </div>\r\n\r\n <div class=\"js-gallery-content{vb:if \"empty($editPost)\", \" h-hide\"}\">\r\n <div class=\"js-panel-content h-clearfix\">\r\n <vb:if condition=\"!empty($editPost)\">\r\n {vb:template editor_gallery_photoblock, photos={vb:raw conversation.photo}, photocount={vb:raw conversation.photocount}}\r\n </vb:if>\r\n </div> \r\n \r\n <div class=\"js-photo-postdata\">\r\n <vb:if condition=\"!empty($editPost)\">\r\n <vb:each from=\"conversation.photo\" value=\"photo\">\r\n <input type=\"hidden\" name=\"filedataid[]\" value=\"{vb:raw photo.filedataid}\" />\r\n <input type=\"hidden\" name=\"title_{vb:raw photo.filedataid}\" value=\"{vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var photo.title}, {vb:raw photo.title}}\" />\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n \r\n <input type=\"hidden\" name=\"uploadFrom\" value=\"{vb:raw uploadFrom}\" class=\"js-uploadFrom\" />\r\n \r\n {vb:template dialog_photo_display, conversation={vb:raw conversation}, editPost={vb:raw editPost}, attachLimit={vb:raw attachLimit}}\r\n\r\n <div class=\"js-dialog-body js-photo-selector-container photo-selector-container gallery-wrapper sb-dialog\">\r\n <div class=\"js-photo-counter\"></div>\r\n <div class=\"h-clearfix photo-selector-galleries photoSelectorTabs dialog-content gallery-wrapper\">\r\n <ul class=\"photo-selector-tabs tabs-list\"></ul>\r\n </div>\r\n <div class=\"h-right action-buttons\"><vb:comment>@TODO VBV-8908</vb:comment>\r\n <button type=\"button\" class=\"b-button js-photo-selector-cancel h-margin-left-m\" tabindex=\"1\">{vb:phrase cancel}</button><button type=\"button\" class=\"b-button b-button--primary h-margin-left-m js-photo-selector-continue\" disabled=\"disabled\" tabindex=\"1\">{vb:phrase continue}</button>\r\n </div>\r\n </div>\r\n </div>\r\n <vb:if condition=\"!empty($allowTypeText)\">\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n </vb:if>\r\n</div>','template',1367860442,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(57,-1,'contententry_panel_link','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\'; if (!isset($contentType) OR !in_array($contentType, array(\'link\', \'video\'))) {\n $final_rendered .= \'\r\n \' . \'\'; $contentType = \'link\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--\' . $contentType . \' h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--\' . $contentType . \'\">\r\n <div class=\"b-link-input\">\r\n <input type=\"text\" class=\"b-form-input__input b-link-input__url\" placeholder=\"http://\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-attach-button h-margin-left-l\" tabindex=\"1\">\' . \'\'; if ($contentType == \'video\') {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"add_video\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"add_link\") . \'\';\n }$final_rendered .= \'\' . \'</button>\r\n </div>\r\n <div class=\"b-link-content js-panel-content h-clearfix\">\r\n \' . \'\'; if (!empty($editPost)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($contentType == \'link\') {\n $final_rendered .= \'\r\n \' . \'\'; $url_page = vB_Template_Runtime::parseData(\'content_link\', \'parsePage\', $conversation[\'url\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url_images = $url_page[\'images\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'link_edit\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'images\' => $url_images)) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($conversation[\'items\']) || $conversation[\'items\'] instanceof ArrayAccess) { foreach ($conversation[\'items\'] AS $video) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $video, \'existing\' => \'1\', \'editMode\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!empty($allowTypeText)) {\n $final_rendered .= \'\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n // @param contentType - indicates if content type is \'link\' or \'video\'. Default is \'link\'.\r\n</vb:comment>\r\n\r\n<vb:if condition=\"!isset($contentType) OR !in_array($contentType, array(\'link\', \'video\'))\">\r\n {vb:set contentType, \'link\'}\r\n</vb:if>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--{vb:raw contentType} h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--{vb:raw contentType}\">\r\n <div class=\"b-link-input\">\r\n <input type=\"text\" class=\"b-form-input__input b-link-input__url\" placeholder=\"http://\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-attach-button h-margin-left-l\" tabindex=\"1\"><vb:if condition=\"$contentType == \'video\'\">{vb:phrase add_video}<vb:else />{vb:phrase add_link}</vb:if></button>\r\n </div>\r\n <div class=\"b-link-content js-panel-content h-clearfix\">\r\n <vb:if condition=\"!empty($editPost)\">\r\n <vb:if condition=\"$contentType == \'link\'\">\r\n {vb:data url_page, content_link, parsePage, {vb:raw conversation.url}}\r\n {vb:set url_images, {vb:raw url_page.images}}\r\n {vb:template link_edit, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, images={vb:raw url_images}}\r\n <vb:else />\r\n <vb:each from=\"conversation.items\" value=\"video\">\r\n {vb:template video_edit, video={vb:raw video}, existing=1, editMode=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}}\r\n </vb:each>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"!empty($allowTypeText)\">\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n </vb:if>\r\n</div>','template',1364604779,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(58,-1,'contententry_panel_poll','$final_rendered = \'\' . \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--poll h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--poll\">\r\n <div class=\"b-poll-fieldset\">\r\n <ul class=\"b-poll-fieldset__poll-answers\">\r\n \' . \'\'; if (isset($conversation[\'options\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li class=\"h-margin-bottom-l\">\r\n <input type=\"text\" name=\"polloptions[\' . $option[\'polloptionid\'] . \']\" value=\"\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"add_a_poll_answer_here\") . \'\" class=\"b-form-input__input h-margin-right-l js-poll-option\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-remove-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button>\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $defaultPollOptions = \'3\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'maxpolloptions\') AND vB::getDatastore()->getOption(\'maxpolloptions\') < $defaultPollOptions) {\n $final_rendered .= \'\r\n \' . \'\'; $defaultPollOptions = $vboptions[\'maxpolloptions\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $lastIndex = \'\' . vB_Template_Runtime::runMaths(\'\' . $defaultPollOptions . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pollOptions = range(\'0\', $lastIndex); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($pollOptions) || $pollOptions instanceof ArrayAccess) { foreach ($pollOptions AS $option) {$final_rendered .= \'\r\n <li class=\"h-margin-bottom-l\">\r\n <input type=\"text\" name=\"polloptions[new][]\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"add_a_poll_answer_here\") . \'\" class=\"b-form-input__input h-margin-right-l js-poll-option\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-remove-button\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button>\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n <span class=\"b-poll-fieldset__add-more b-link h-left\' . \'\'; if ((isset($defaultPollOptions) AND vB::getDatastore()->getOption(\'maxpolloptions\') AND $defaultPollOptions == vB::getDatastore()->getOption(\'maxpolloptions\')) OR (isset($conversation[\'options\']) AND vB::getDatastore()->getOption(\'maxpolloptions\') AND count($conversation[\'options\']) >= vB::getDatastore()->getOption(\'maxpolloptions\'))) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"add_more_answer\") . \'</span>\r\n <h4 class=\"h-left h-clear\">\' . vB_Template_Runtime::parsePhrase(\"poll_options\") . \'</h4>\r\n <div class=\"h-left\">\r\n <div class=\"b-poll-fieldset__poll-options\">\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"timeout\" class=\"b-form-control__control js-poll-timeout\" value=\"1\"\' . \'\'; if ($conversation[\'timeout\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' tabindex=\"1\" /><span class=\"b-form-control__text\">\' . vB_Template_Runtime::parsePhrase(\"set_poll_timeout\") . \'<span class=\"js-tooltip b-icon b-icon__i-circle--blue h-margin-left-s\" title=\"\' . vB_Template_Runtime::parsePhrase(\"poll_set_timeout_help\") . \'\">(i)</span></span></label>\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"multiple\" class=\"b-form-control__control\" value=\"1\"\' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' tabindex=\"1\" /><span class=\"b-form-control__text\">\' . vB_Template_Runtime::parsePhrase(\"allow_multiple_choice\") . \'</span></label>\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"public\" class=\"b-form-control__control\" value=\"1\"\' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' tabindex=\"1\" /><span class=\"b-form-control__text\">\' . vB_Template_Runtime::parsePhrase(\"make_votes_public\") . \'</span></label> \r\n </div>\r\n \' . \'\' . \'\r\n <label class=\"b-datepicker b-poll-fieldset__datepicker-container\' . \'\'; if (!$conversation[\'timeout\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <input type=\"text\" name=\"timeout\" class=\"b-datepicker__input b-datepicker__input--datetime b-datepicker__input--s b-form-input__input js-datepicker\" value=\"\' . $conversation[\'timeoutstr\'] . \'\" readonly=\"readonly\" tabindex=\"1\" />\r\n </label>\r\n </div>\r\n </div>\r\n \' . \'\'; if (!empty($allowTypeText)) {\n $final_rendered .= \'\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @todo - document all parameters this template accepts\r\n</vb:comment>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--poll h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--poll\">\r\n <div class=\"b-poll-fieldset\">\r\n <ul class=\"b-poll-fieldset__poll-answers\">\r\n <vb:if condition=\"isset($conversation[\'options\'])\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li class=\"h-margin-bottom-l\">\r\n <input type=\"text\" name=\"polloptions[{vb:raw option.polloptionid}]\" value=\"{vb:var option.title}\" placeholder=\"{vb:phrase add_a_poll_answer_here}\" class=\"b-form-input__input h-margin-right-l js-poll-option\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-remove-button\" tabindex=\"1\">{vb:phrase remove}</button>\r\n </li>\r\n </vb:each>\r\n <vb:else />\r\n {vb:set defaultPollOptions, 3}\r\n <vb:if condition=\"$vboptions[\'maxpolloptions\'] AND $vboptions[\'maxpolloptions\'] < $defaultPollOptions\">\r\n {vb:set defaultPollOptions, {vb:raw vboptions.maxpolloptions}}\r\n </vb:if>\r\n {vb:set lastIndex, {vb:math {vb:raw defaultPollOptions} - 1}}\r\n {vb:set pollOptions, {vb:php range, 0, {vb:raw lastIndex}}}\r\n <vb:each from=\"pollOptions\" value=\"option\">\r\n <li class=\"h-margin-bottom-l\">\r\n <input type=\"text\" name=\"polloptions[new][]\" placeholder=\"{vb:phrase add_a_poll_answer_here}\" class=\"b-form-input__input h-margin-right-l js-poll-option\" tabindex=\"1\" /><button type=\"button\" class=\"b-button js-remove-button\" tabindex=\"1\">{vb:phrase remove}</button>\r\n </li>\r\n </vb:each>\r\n </vb:if>\r\n </ul>\r\n <span class=\"b-poll-fieldset__add-more b-link h-left<vb:if condition=\"(isset($defaultPollOptions) AND $vboptions[\'maxpolloptions\'] AND $defaultPollOptions == $vboptions[\'maxpolloptions\']) OR (isset($conversation[\'options\']) AND $vboptions[\'maxpolloptions\'] AND count($conversation[\'options\']) >= $vboptions[\'maxpolloptions\'])\"> h-hide</vb:if>\" tabindex=\"1\">{vb:phrase add_more_answer}</span>\r\n <h4 class=\"h-left h-clear\">{vb:phrase poll_options}</h4>\r\n <div class=\"h-left\">\r\n <div class=\"b-poll-fieldset__poll-options\">\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"timeout\" class=\"b-form-control__control js-poll-timeout\" value=\"1\"<vb:if condition=\"$conversation[\'timeout\']\"> checked=\"checked\"</vb:if> tabindex=\"1\" /><span class=\"b-form-control__text\">{vb:phrase set_poll_timeout}<span class=\"js-tooltip b-icon b-icon__i-circle--blue h-margin-left-s\" title=\"{vb:rawphrase poll_set_timeout_help}\">(i)</span></span></label>\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"multiple\" class=\"b-form-control__control\" value=\"1\"<vb:if condition=\"$conversation[\'multiple\']\"> checked=\"checked\"</vb:if> tabindex=\"1\" /><span class=\"b-form-control__text\">{vb:phrase allow_multiple_choice}</span></label>\r\n <label class=\"b-form-control__label\"><input type=\"checkbox\" name=\"public\" class=\"b-form-control__control\" value=\"1\"<vb:if condition=\"$conversation[\'public\']\"> checked=\"checked\"</vb:if> tabindex=\"1\" /><span class=\"b-form-control__text\">{vb:phrase make_votes_public}</span></label> \r\n </div>\r\n <vb:comment>@TODO: Datepicker block is not defined yet</vb:comment>\r\n <label class=\"b-datepicker b-poll-fieldset__datepicker-container<vb:if condition=\"!$conversation[\'timeout\']\"> h-hide</vb:if>\">\r\n <input type=\"text\" name=\"timeout\" class=\"b-datepicker__input b-datepicker__input--datetime b-datepicker__input--s b-form-input__input js-datepicker\" value=\"{vb:raw conversation.timeoutstr}\" readonly=\"readonly\" tabindex=\"1\" />\r\n </label>\r\n </div>\r\n </div>\r\n <vb:if condition=\"!empty($allowTypeText)\">\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n </vb:if>\r\n</div>','template',1365783445,'vBulletin Solutions','5.0.3 Alpha 1','vbulletin','none'),(59,-1,'contententry_panel_smilies','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\'; if (!isset($previewOnly)) {\n $final_rendered .= \'\r\n \' . \'\'; $previewOnly = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--smiley h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--smiley\">\r\n\r\n \' . \'\'; $smilieInfo = vB_Template_Runtime::parseData(\'editor\', \'fetchAllSmilies\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($smilieInfo) {\n $final_rendered .= \'\r\n <div class=\"b-smilie__container js-smilie-container\">\r\n <div class=\"b-smilie__category h-clearfix js-smilie-category-preview\">\r\n \' . \'\'; if (is_array($smilieInfo[\'previewSmilies\']) || $smilieInfo[\'previewSmilies\'] instanceof ArrayAccess) { foreach ($smilieInfo[\'previewSmilies\'] AS $smilieid => $smilie) {$final_rendered .= \'\r\n <a href=\"#\" class=\"b-smilie__button h-left js-smilie-button\" title=\"\' . $smilie[\'description\'] . \'\" tabindex=\"1\"><img src=\"\' . \'\'; if (preg_match(\'/^https?:\\/\\//\', $smilie[\'image\'])) {\n $final_rendered .= \'\' . $smilie[\'image\'] . \'\';\n } else {\n $final_rendered .= \'\' . $baseurl_core . \'/\' . $smilie[\'image\'] . \'\';\n }$final_rendered .= \'\' . \'\" alt=\"\' . $smilie[\'description\'] . \'\" title=\"\' . $smilie[\'description\'] . \'\" data-smilieid=\"\' . $smilieid . \'\" /></a>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($smilieInfo[\'moreSmilies\']) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"b-link h-left h-margin-top-xs js-toggle-more-smilies\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"more_smilies\") . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!$previewOnly) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"b-link h-right h-hide h-margin-right-l js-toggle-more-smilies\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"fewer_smilies\") . \'</a>\r\n \' . \'\'; if (is_array($smilieInfo[\'categories\']) || $smilieInfo[\'categories\'] instanceof ArrayAccess) { foreach ($smilieInfo[\'categories\'] AS $category => $smilies) {$final_rendered .= \'\r\n <div class=\"b-smilie__category h-clearfix h-hide js-smilie-category\">\r\n <div class=\"b-smilie__category-title js-smilie-category-title\">\' . vB_Template_Runtime::vBVar($category) . \'</div>\r\n \' . \'\'; if (is_array($smilies) || $smilies instanceof ArrayAccess) { foreach ($smilies AS $smilieid => $smilie) {$final_rendered .= \'\r\n <a href=\"#\" class=\"b-smilie__button h-left js-smilie-button\" title=\"\' . $smilie[\'description\'] . \'\" tabindex=\"1\"><img src=\"\' . \'\'; if (preg_match(\'/^https?:\\/\\//\', $smilie[\'image\'])) {\n $final_rendered .= \'\' . $smilie[\'image\'] . \'\';\n } else {\n $final_rendered .= \'\' . $baseurl_core . \'/\' . $smilie[\'image\'] . \'\';\n }$final_rendered .= \'\' . \'\" alt=\"\' . $smilie[\'description\'] . \'\" title=\"\' . $smilie[\'description\'] . \'\" data-smilieid=\"\' . $smilieid . \'\" /></a>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n There are no smilies :(\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param int previewOnly - Show only the preview smilies (1) or show all smilies (0).\r\n</vb:comment>\r\n\r\n<vb:if condition=\"!isset($previewOnly)\">\r\n {vb:set previewOnly, 0}\r\n</vb:if>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--smiley h-clearfix h-hide\" data-class=\"b-content-entry-panel__content--smiley\">\r\n\r\n {vb:data smilieInfo, editor, fetchAllSmilies}\r\n <vb:if condition=\"$smilieInfo\">\r\n <div class=\"b-smilie__container js-smilie-container\">\r\n <div class=\"b-smilie__category h-clearfix js-smilie-category-preview\">\r\n <vb:each from=\"smilieInfo.previewSmilies\" key=\"smilieid\" value=\"smilie\">\r\n <a href=\"#\" class=\"b-smilie__button h-left js-smilie-button\" title=\"{vb:raw smilie.description}\" tabindex=\"1\"><img src=\"<vb:if condition=\"preg_match(\'/^https?:\\/\\//\', $smilie[\'image\'])\">{vb:raw smilie.image}<vb:else />{vb:raw baseurl_core}/{vb:raw smilie.image}</vb:if>\" alt=\"{vb:raw smilie.description}\" title=\"{vb:raw smilie.description}\" data-smilieid=\"{vb:raw smilieid}\" /></a>\r\n </vb:each>\r\n <vb:if condition=\"$smilieInfo[\'moreSmilies\']\">\r\n <a href=\"#\" class=\"b-link h-left h-margin-top-xs js-toggle-more-smilies\" tabindex=\"1\">{vb:phrase more_smilies}</a>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"!$previewOnly\">\r\n <a href=\"#\" class=\"b-link h-right h-hide h-margin-right-l js-toggle-more-smilies\" tabindex=\"1\">{vb:phrase fewer_smilies}</a>\r\n <vb:each from=\"smilieInfo.categories\" key=\"category\" value=\"smilies\">\r\n <div class=\"b-smilie__category h-clearfix h-hide js-smilie-category\">\r\n <div class=\"b-smilie__category-title js-smilie-category-title\">{vb:var category}</div>\r\n <vb:each from=\"smilies\" key=\"smilieid\" value=\"smilie\">\r\n <a href=\"#\" class=\"b-smilie__button h-left js-smilie-button\" title=\"{vb:raw smilie.description}\" tabindex=\"1\"><img src=\"<vb:if condition=\"preg_match(\'/^https?:\\/\\//\', $smilie[\'image\'])\">{vb:raw smilie.image}<vb:else />{vb:raw baseurl_core}/{vb:raw smilie.image}</vb:if>\" alt=\"{vb:raw smilie.description}\" title=\"{vb:raw smilie.description}\" data-smilieid=\"{vb:raw smilieid}\" /></a>\r\n </vb:each>\r\n </div>\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n <vb:else />\r\n There are no smilies :(\r\n </vb:if>\r\n\r\n <span class=\"b-icon b-icon__x-circle--dark js-contententry-panel-x js-link\" tabindex=\"1\">x</span>\r\n</div>','template',1366384718,'vBulletin Solutions','5.0.3 Alpha 2','vbulletin','none'),(60,-1,'contententry_panel_tags','$final_rendered = \'\' . \'\' . \'\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--tags b-content-entry-panel__content--first b-content-entry-panel__content--not-separated h-clearfix\" data-class=\"b-content-entry-panel__content--tags\">\r\n\r\n \' . \'\'; if (!isset($conversationType) OR $conversationType != \'comment\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($editPost AND !empty($tagList)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'tag_editor\',array(\'nodeid\' => $nodeid, \'editorClass\' => \'js-content-entry-tag-editor\', \'tagList\' => $tagList)) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'tag_editor\',array(\'nodeid\' => $parentid, \'editorClass\' => \'js-content-entry-tag-editor\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param int editPost - indicates if we are editing a post (1) or not (0)\r\n // @param int nodeid - node id of the node being edited (if editing)\r\n // @param array tagList - list of current tags on the node being edited (if editing)\r\n // @param int parentid - parent id of the node being created (if creating a new post)\r\n</vb:comment>\r\n\r\n<div class=\"b-content-entry-panel__content b-content-entry-panel__content--tags b-content-entry-panel__content--first b-content-entry-panel__content--not-separated h-clearfix\" data-class=\"b-content-entry-panel__content--tags\">\r\n\r\n <vb:if condition=\"!isset($conversationType) OR $conversationType != \'comment\'\">\r\n <vb:if condition=\"$editPost AND !empty($tagList)\">\r\n {vb:template tag_editor, nodeid={vb:raw nodeid}, editorClass=\"js-content-entry-tag-editor\", tagList={vb:raw tagList}}\r\n <vb:else />\r\n {vb:template tag_editor, nodeid={vb:raw parentid}, editorClass=\"js-content-entry-tag-editor\"}\r\n </vb:if>\r\n </vb:if>\r\n\r\n</div>','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(61,-1,'contententry_title','$final_rendered = \'\' . \'\' . \'\r\n\r\n\' . \'\'; if (!isset($showPostIcons)) {\n $final_rendered .= \'\r\n \' . \'\'; $showPostIcons = \'1\'; $final_rendered .= \'\' . \'\' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' OR $channelInfo[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $showPostIcons = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($channelid)) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($conversation[\'channelid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $channelid = $conversation[\'channelid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $channelid = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-table b-table--full h-margin-bottom-xxl\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($channelid > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $prefixsets = vB_Template_Runtime::parseData(\'prefix\', \'fetch\', $channelid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($prefixsets) {\n $final_rendered .= \'\r\n <div class=\"b-table__cell b-table__cell--align-top h-padding-right-l\">\r\n <select name=\"prefixid\" class=\"js-content-entry-prefixes\" tabindex=\"1\">\r\n <option value=\"\"\' . \'\'; if (empty($conversation[\'prefixid\'])) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"no_prefix_meta\") . \'</option>\r\n \' . \'\'; if (count($prefixsets) > 1) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; $prefixsetvarname = \'prefixset_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= $prefixsetid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= \'_title\'; $final_rendered .= \'\' . \'\r\n <optgroup label=\"\' . vB_Template_Runtime::parsePhrase(\"$prefixsetvarname\") . \'\">\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n <option value=\"\' . $prefixid . \'\"\' . \'\'; if ($prefixid == $conversation[\'prefixid\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </optgroup>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n <option value=\"\' . $prefixid . \'\"\' . \'\'; if ($prefixid == $conversation[\'prefixid\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-table__cell b-table__cell--align-top b-table__cell--full\' . (($showPostIcons) ? \" h-padding-right-l\" : \"\") . \'\">\r\n \' . \'\'; $editTitle = \'\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($conversation[\'title\']) : $conversation[\'title\']) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($editTitle) {\n $final_rendered .= \'\r\n \' . \'\'; $defaultTitle = $editTitle; $final_rendered .= \'\' . \'\r\n \';\n } else if ($isPrivateMessage AND $privateMessageAction == \'forward\') {\n $final_rendered .= \'\r\n \' . \'\'; $defaultTitle = \'\' . vB_Template_Runtime::parsePhrase(\"fwd_x\", $prefillTitle) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $defaultTitle = \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isPrivateMessage) {\n $final_rendered .= \'\r\n \' . \'\'; $titlePlaceholder = \'\' . vB_Template_Runtime::parsePhrase(\"enter_subject\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $titlePlaceholder = \'\' . vB_Template_Runtime::parsePhrase(\"enter_title\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <input type=\"text\" name=\"title\" placeholder=\"\' . $titlePlaceholder . \'\" class=\"b-form-input__input b-form-input__input--full\' . (($focusOnPageLoad) ? \" js-focus-on-page-load\" : \"\") . \' js-content-entry-title\" value=\"\' . $defaultTitle . \'\" \' . \'\'; if ($conversation AND !$conversation[\'canedittitle\']) {\n $final_rendered .= \' readonly=\"readonly\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' tabindex=\"1\" />\r\n </div>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showPostIcons) {\n $final_rendered .= \'\r\n \' . \'\'; $postIcons = vB_Template_Runtime::parseData(\'icon\', \'fetchAll\'); $final_rendered .= \'\' . \'\r\n <div class=\"b-table__cell b-table__cell--align-top\">\r\n <select name=\"iconid\" class=\"js-content-entry-post-icons b-content-entry__title-item-post-icons\" tabindex=\"1\">\r\n <option value=\"0\"\' . \'\'; if (empty($conversation[\'iconid\'])) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"no_icon\") . \'</option>\r\n \' . \'\'; if (is_array($postIcons) || $postIcons instanceof ArrayAccess) { foreach ($postIcons AS $postIcon) {$final_rendered .= \'\r\n <option value=\"\' . vB_Template_Runtime::vBVar($postIcon[\'iconid\']) . \'\" data-icon-url=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/\' . vB_Template_Runtime::vBVar($postIcon[\'iconpath\']) . \'\"\' . \'\'; if ($postIcon[\'iconid\'] == $conversation[\'iconid\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'></option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:comment>\r\n // Template parameters:\r\n // @param bool showPostIcons Whether or not to show the post icon menu\r\n // @param int channelid Channel ID for the channel the created content will be in\r\n // @param int focusOnPageLoad - indicates if the title element should be focused on page load (1) or not (0).\r\n</vb:comment>\r\n\r\n<vb:if condition=\"!isset($showPostIcons)\">\r\n {vb:set showPostIcons, 1}<vb:comment><!-- default to on --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' OR $channelInfo[\'channeltype\'] == \'article\'\">\r\n {vb:set showPostIcons, 0}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($channelid)\">\r\n <vb:if condition=\"!empty($conversation[\'channelid\'])\">\r\n {vb:set channelid, {vb:raw conversation.channelid}}\r\n <vb:else />\r\n {vb:set channelid, 0}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<div class=\"b-table b-table--full h-margin-bottom-xxl\">\r\n\r\n <vb:comment><!-- prefix sets --></vb:comment>\r\n <vb:if condition=\"$channelid > 0\">\r\n {vb:data prefixsets, prefix, fetch, {vb:raw channelid}}\r\n <vb:if condition=\"$prefixsets\">\r\n <div class=\"b-table__cell b-table__cell--align-top h-padding-right-l\">\r\n <select name=\"prefixid\" class=\"js-content-entry-prefixes\" tabindex=\"1\">\r\n <option value=\"\"<vb:if condition=\"empty($conversation[\'prefixid\'])\"> selected=\"selected\"</vb:if>>{vb:phrase no_prefix_meta}</option>\r\n <vb:if condition=\"count($prefixsets) > 1\">\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n {vb:set prefixsetvarname, \'prefixset_\'}\r\n {vb:strcat prefixsetvarname, {vb:raw prefixsetid}}\r\n {vb:strcat prefixsetvarname, \'_title\'}\r\n <optgroup label=\"{vb:phrase {vb:raw prefixsetvarname}}\">\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n <option value=\"{vb:raw prefixid}\"<vb:if condition=\"$prefixid == $conversation[\'prefixid\']\"> selected=\"selected\"</vb:if>>{vb:phrase {vb:raw prefixvarname}}</option>\r\n </vb:each>\r\n </optgroup>\r\n </vb:each>\r\n <vb:else />\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n <option value=\"{vb:raw prefixid}\"<vb:if condition=\"$prefixid == $conversation[\'prefixid\']\"> selected=\"selected\"</vb:if>>{vb:phrase {vb:raw prefixvarname}}</option>\r\n </vb:each>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:comment><!-- title input --></vb:comment>\r\n <div class=\"b-table__cell b-table__cell--align-top b-table__cell--full{vb:if \"$showPostIcons\", \" h-padding-right-l\"}\">\r\n {vb:set editTitle, {vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var conversation.title}, {vb:raw conversation.title}}}\r\n\r\n <vb:if condition=\"$editTitle\">\r\n {vb:set defaultTitle, {vb:raw editTitle}}\r\n <vb:elseif condition=\"$isPrivateMessage AND $privateMessageAction == \'forward\'\" />\r\n {vb:set defaultTitle, {vb:rawphrase fwd_x, {vb:raw prefillTitle}}}\r\n <vb:else />\r\n {vb:set defaultTitle, \"\"}\r\n </vb:if>\r\n <vb:if condition=\"$isPrivateMessage\">\r\n {vb:set titlePlaceholder, {vb:phrase enter_subject}}\r\n <vb:else />\r\n {vb:set titlePlaceholder, {vb:phrase enter_title}}\r\n </vb:if>\r\n\r\n <input type=\"text\" name=\"title\" placeholder=\"{vb:raw titlePlaceholder}\" class=\"b-form-input__input b-form-input__input--full{vb:if \"$focusOnPageLoad\", \" js-focus-on-page-load\"} js-content-entry-title\" value=\"{vb:raw defaultTitle}\" <vb:if condition=\"$conversation AND !$conversation[\'canedittitle\']\"> readonly=\"readonly\" </vb:if> tabindex=\"1\" />\r\n </div>\r\n\r\n <vb:comment><!-- post icons --></vb:comment>\r\n <vb:if condition=\"$showPostIcons\">\r\n {vb:data postIcons, icon, fetchAll}\r\n <div class=\"b-table__cell b-table__cell--align-top\">\r\n <select name=\"iconid\" class=\"js-content-entry-post-icons b-content-entry__title-item-post-icons\" tabindex=\"1\">\r\n <option value=\"0\"<vb:if condition=\"empty($conversation[\'iconid\'])\"> selected=\"selected\"</vb:if>>{vb:phrase no_icon}</option>\r\n <vb:each from=\"postIcons\" value=\"postIcon\">\r\n <option value=\"{vb:var postIcon.iconid}\" data-icon-url=\"{vb:var baseurl_core}/{vb:var postIcon.iconpath}\"<vb:if condition=\"$postIcon[\'iconid\'] == $conversation[\'iconid\']\"> selected=\"selected\"</vb:if>></option>\r\n </vb:each>\r\n </select>\r\n </div>\r\n </vb:if>\r\n</div>','template',1383145376,'vBulletin Solutions','5.1.0 Alpha 4','vbulletin','none'),(62,-1,'contententry_toolbar','$final_rendered = \'\' . \'\' . \'\r\n\r\n<!-- contententry_toolbar -->\r\n\' . \'\'; if (!empty($allowTypePhoto) OR !empty($allowTypeLink) OR !empty($allowTypeVideo) OR !empty($allowTypePoll) OR !empty($showToggleEditor) OR !empty($showSmiley) OR !empty($showAttachment)) {\n $final_rendered .= \' \r\n <div class=\"b-toolbar h-clearfix\' . ((!empty($noBorders)) ? \" h-border-left-none h-border-top-none h-border-right-none\" : \"\") . \'\">\r\n \' . \'\'; if (!empty($allowTypePhoto) OR !empty($allowTypeLink) OR !empty($allowTypeVideo) OR !empty($allowTypePoll)) {\n $final_rendered .= \'\r\n <ul class=\"js-toolbar-primary h-left\">\r\n \' . \'\'; if (!empty($allowTypePhoto)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"share_photos\") . \'\" data-panel=\"b-content-entry-panel__content--gallery\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-camera\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($allowTypeLink)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"post_link\") . \'\" data-panel=\"b-content-entry-panel__content--link\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-link\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($allowTypeVideo)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"post_video\") . \'\" data-panel=\"b-content-entry-panel__content--video\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-video\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($allowTypePoll)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"insert_poll\") . \'\" data-panel=\"b-content-entry-panel__content--poll\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-poll\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::hook(\'editor_after_primary_toolbar_icons\', get_defined_vars()) . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showToggleEditor) OR !empty($showSmiley) OR !empty($showAttachment)) {\n $final_rendered .= \'\r\n <ul class=\"js-toolbar-secondary h-right\">\r\n \' . \'\'; if (!empty($showAttachment)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"upload_attachments\") . \'\" data-panel=\"b-content-entry-panel__content--attachment\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-attachment\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showToggleEditor)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"toggle_advanced_editor\") . \'\" data-panel=\"b-content-entry-panel__content--toggle-editor\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-advanced\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showSmiley)) {\n $final_rendered .= \'\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"\' . vB_Template_Runtime::parsePhrase(\"add_smilies\") . \'\" data-panel=\"b-content-entry-panel__content--smiley\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-smiley\"></span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::hook(\'editor_after_secondary_toolbar_icons\', get_defined_vars()) . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:comment>\r\n // Template parameters:\r\n // @param int allowTypePhoto - indicates if Photo toolbar item is shown (1) or not (0).\r\n // @param int allowTypeLink - indicates if Link toolbar item is shown (1) or not (0).\r\n // @param int allowTypeVideo - indicates if Video toolbar item is shown (1) or not (0). (This is usually turned on in Media tab where we allow user to upload Photos and Videos (not Links)\r\n // @param int allowTypePoll - indicates if Poll toolbar item is shown (1) or not (0).\r\n // @param int showToggleEditor - indicates if Toggle Advanced Editor toolbar item is shown (1) or not (0).\r\n // @param int showSmiley - indicates if Smiley toolbar item is shown (1) or not (0).\r\n // @param int showAttachment - indicates if Attachment toolbar item is shown (1) or not (0).\r\n</vb:comment>\r\n\r\n<!-- contententry_toolbar -->\r\n<vb:if condition=\"!empty($allowTypePhoto) OR !empty($allowTypeLink) OR !empty($allowTypeVideo) OR !empty($allowTypePoll) OR !empty($showToggleEditor) OR !empty($showSmiley) OR !empty($showAttachment)\"> \r\n <div class=\"b-toolbar h-clearfix{vb:if \"!empty($noBorders)\", \" h-border-left-none h-border-top-none h-border-right-none\"}\">\r\n <vb:if condition=\"!empty($allowTypePhoto) OR !empty($allowTypeLink) OR !empty($allowTypeVideo) OR !empty($allowTypePoll)\">\r\n <ul class=\"js-toolbar-primary h-left\">\r\n <vb:if condition=\"!empty($allowTypePhoto)\">\r\n <li class=\"b-toolbar__item js-button\" title=\"{vb:phrase share_photos}\" data-panel=\"b-content-entry-panel__content--gallery\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-camera\"></span>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($allowTypeLink)\">\r\n <li class=\"b-toolbar__item js-button\" title=\"{vb:phrase post_link}\" data-panel=\"b-content-entry-panel__content--link\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-link\"></span>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($allowTypeVideo)\">\r\n <li class=\"b-toolbar__item js-button\" title=\"{vb:phrase post_video}\" data-panel=\"b-content-entry-panel__content--video\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-video\"></span>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($allowTypePoll)\">\r\n <li class=\"b-toolbar__item js-button\" title=\"{vb:phrase insert_poll}\" data-panel=\"b-content-entry-panel__content--poll\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-poll\"></span>\r\n </li>\r\n </vb:if>\r\n {vb:hook editor_after_primary_toolbar_icons}\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"!empty($showToggleEditor) OR !empty($showSmiley) OR !empty($showAttachment)\">\r\n <ul class=\"js-toolbar-secondary h-right\">\r\n <vb:if condition=\"!empty($showAttachment)\">\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"{vb:phrase upload_attachments}\" data-panel=\"b-content-entry-panel__content--attachment\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-attachment\"></span>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($showToggleEditor)\">\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"{vb:phrase toggle_advanced_editor}\" data-panel=\"b-content-entry-panel__content--toggle-editor\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-advanced\"></span>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($showSmiley)\">\r\n <li class=\"b-toolbar__item b-toolbar__item--secondary js-button\" title=\"{vb:phrase add_smilies}\" data-panel=\"b-content-entry-panel__content--smiley\" tabindex=\"1\">\r\n <span class=\"b-icon b-icon__tool-smiley\"></span>\r\n </li>\r\n </vb:if>\r\n {vb:hook editor_after_secondary_toolbar_icons}\r\n </ul>\r\n </vb:if>\r\n </div>\r\n</vb:if>','template',1382387427,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(63,-1,'conversation_comment_item','$final_rendered = \'<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post b-comment js-comment js-post js-comment-entry__parent h-padding-l OLD__list-item h-left h-clear \' . ((!empty($parentNodeIsBlog)) ? \"b-comment--blog\" : \"\") . \' \' . ((!empty($parentNodeIsArticle)) ? \"b-comment--article\" : \"\") . \' \' . (($conversation[approved]==0) ? \"unapproved b-post--unapproved\" : \"\") . \' \' . (($conversation[unpublishdate]) ? \"deleted b-post--deleted\" : \"\") . \'\' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l\">\r\n <div class=\"b-media__img--rev\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n \r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $deleteUserInfo[\'username\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase(\"this_comment_by_x_has_been_deleted_by_y_link\", $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n \r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n\r\n <div class=\"b-media OLD__list-item-header h-margin-bottom-l\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <div class=\"b-media__img\">\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"b-avatar h-left x-small h-margin-right-l\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else if ($conversation[\'avatar\'] AND $conversation[\'avatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" title=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-media__img--rev\">\r\n <div class=\"comment-count\">\r\n \' . \'\'; $starterRoute = $conversation[\'starterroute\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterPost[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterPost[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $postidurl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($starterRoute, $starterPost)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($parentNodeIsBlog) AND empty($parentNodeIsArticle)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversationIndex) {\n $final_rendered .= \'\r\n <a class=\"b-post__count\" href=\"\' . $postidurl . \'\">#\' . vB_Template_Runtime::numberFormat($conversationIndex) . \'.<span>\' . $commentIndex . \'</span></a>\r\n \';\n } else if (!$hidePostIndex AND isset($postIndex) AND intval($postIndex) >= 0 AND !empty($pagingInfo)) {\n $final_rendered .= \'\r\n <a class=\"b-post__count\" href=\"\' . $postidurl . \'\">#\' . vB_Template_Runtime::runMaths(\'(\'.\'\' . vB_Template_Runtime::vBVar($postIndex) . \'\'.\'+(\'.\'\' . vB_Template_Runtime::vBVar($pagingInfo[\'currentpage\']) . \'\'.\'-1)*\'.\'\' . vB_Template_Runtime::vBVar($pagingInfo[\'perpage\']) . \'\'.\')+1\') . \'.<span>\' . $commentIndex . \'</span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"b-post__count\" href=\"\' . $postidurl . \'\">#<span>\' . $commentIndex . \'</span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($enableInlineMod)) {\n $final_rendered .= \'\r\n <span class=\"b-inlinemod__checkbox OLD__checkbox\">\r\n \' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-inlinemod__checkbox-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input class=\"cb_inlinemod b-form-control__control\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n </span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n <div class=\"OLD__author h-margin-bottom-xs\">\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n <a class=\"b-comment__author\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\">\' . \'\'; if (!empty($conversation[\'musername\'])) {\n $final_rendered .= \'\' . $conversation[\'musername\'] . \'\';\n } else {\n $final_rendered .= \'\' . $conversation[\'authorname\'] . \'\';\n }$final_rendered .= \'\' . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"commented\") . \'</span>\r\n </div>\r\n <div class=\"b-post__timestamp OLD__post-date\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</div>\r\n <div class=\"b-comment__edit-header\"><strong>\' . vB_Template_Runtime::parsePhrase(\"editing_a_comment\") . \'</strong></div>\r\n </div>\r\n </div>\r\n <div>\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'commentText\'; $final_rendered .= \'\' . \'\r\n <div class=\"OLD__post-content js-post__content h-clear\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; $bbcodeOptions[\'allowimages\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), $bbcodeOptions); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showEditCtrl\', \'showFlagCtrl\', \'showInfractionCtrl\'), \'1\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showDivider\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'controls\' => $footerControls)) . \'\r\n </div>\r\n\r\n\r\n\r\n <div class=\"edit-conversation-container\"></div>\r\n </div>\r\n</li>\';','<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post b-comment js-comment js-post js-comment-entry__parent h-padding-l OLD__list-item h-left h-clear {vb:if \"!empty($parentNodeIsBlog)\", \'b-comment--blog\'} {vb:if \"!empty($parentNodeIsArticle)\", \'b-comment--article\'} {vb:if $conversation[\'approved\'] == 0, \"unapproved b-post--unapproved\"} {vb:if $conversation[\'unpublishdate\'], \"deleted b-post--deleted\"}<vb:if condition=\"$enableInlineMod\"> inlinemod-item</vb:if>\">\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l\">\r\n <div class=\"b-media__img--rev\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n \r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\'])\">\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw deleteUserInfo.username}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase this_comment_by_x_has_been_deleted_by_y_link, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n \r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n\r\n <div class=\"b-media OLD__list-item-header h-margin-bottom-l\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <div class=\"b-media__img\">\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"b-avatar h-left x-small h-margin-right-l\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n <vb:elseif condition=\"$conversation[\'avatar\'] AND $conversation[\'avatar\'][\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation.avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n <vb:else />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar x-small h-left h-margin-right-l\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" title=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-media__img--rev\">\r\n <div class=\"comment-count\">\r\n {vb:set starterRoute, {vb:raw conversation.starterroute}}\r\n {vb:set starterPost.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starterPost.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set postidurl, {vb:url {vb:raw starterRoute}, {vb:raw starterPost}}}\r\n <vb:if condition=\"empty($parentNodeIsBlog) AND empty($parentNodeIsArticle)\">\r\n <vb:if condition=\"$conversationIndex\">\r\n <a class=\"b-post__count\" href=\"{vb:raw postidurl}\">#{vb:number {vb:raw conversationIndex}}.<span>{vb:raw commentIndex}</span></a>\r\n <vb:elseif condition=\"!$hidePostIndex AND isset($postIndex) AND intval($postIndex) >= 0 AND !empty($pagingInfo)\" />\r\n <a class=\"b-post__count\" href=\"{vb:raw postidurl}\">#{vb:math ({vb:var postIndex} + ({vb:var pagingInfo.currentpage} - 1) * {vb:var pagingInfo.perpage}) + 1}.<span>{vb:raw commentIndex}</span></a>\r\n </vb:if>\r\n <vb:else />\r\n <a class=\"b-post__count\" href=\"{vb:raw postidurl}\">#<span>{vb:raw commentIndex}</span></a>\r\n </vb:if>\r\n <vb:if condition=\"!empty($enableInlineMod)\">\r\n <span class=\"b-inlinemod__checkbox OLD__checkbox\">\r\n <vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n <span class=\"js-unapprove-label b-inlinemod__checkbox-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <input class=\"cb_inlinemod b-form-control__control\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </span>\r\n </vb:if>\r\n </div>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n <div class=\"OLD__author h-margin-bottom-xs\">\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n <a class=\"b-comment__author\" href=\"{vb:url \'profile\', {vb:raw conversation}}\"><vb:if condition=\"!empty($conversation[\'musername\'])\">{vb:raw conversation.musername}<vb:else />{vb:raw conversation.authorname}</vb:if></a>\r\n <vb:else />\r\n {vb:phrase guest}\r\n </vb:if>\r\n <span>{vb:phrase commented}</span>\r\n </div>\r\n <div class=\"b-post__timestamp OLD__post-date\">{vb:datetime {vb:raw conversation.created}}</div>\r\n <div class=\"b-comment__edit-header\"><strong>{vb:phrase editing_a_comment}</strong></div>\r\n </div>\r\n </div>\r\n <div>\r\n {vb:set textSchema.itemprop, commentText}\r\n <div class=\"OLD__post-content js-post__content h-clear\" {vb:schema {vb:raw textSchema}}>\r\n {vb:set bbcodeOptions.allowimages, 0}\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, {vb:raw bbcodeOptions}}\r\n {vb:raw parsedText}\r\n </div>\r\n\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showEditCtrl, showFlagCtrl, showInfractionCtrl}, 1}}\r\n {vb:set footerControls.showDivider,0}\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, controls={vb:raw footerControls}}\r\n </div>\r\n\r\n\r\n\r\n <div class=\"edit-conversation-container\"></div>\r\n </div>\r\n</li>','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(64,-1,'conversation_footer','$final_rendered = \'\' . \'\'; if (empty($showNoControls) AND empty($controls[\'showNoControls\'])) {\n $final_rendered .= \'\r\n<div class=\"b-post__footer h-hide--on-preview h-clear h-padding-bottom-m h-margin-horiz-xl\">\r\n\r\n <div class=\"h-clearfix\">\r\n \' . \'\'; if (!empty($controls[\'showTagList\']) AND !empty($conversation[\'nodeid\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'taglist_display\',array(\'nodeid\' => $conversation[\'nodeid\'], \'taglist\' => $conversation[\'taglist\'])) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($showDivider) OR (isset($showDivider) AND $showDivider)) {\n $final_rendered .= \'\r\n <hr class=\"b-divider b-divider--post-controls\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <ul class=\"h-left js-post-info\">\r\n\r\n \' . \'\'; if (!empty($conversation[\'sticky\'])) {\n $final_rendered .= \'\r\n <li id=\"sticky-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post__label\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"stuck_gposting\") . \'</span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((!$conversation[\'approved\'])) {\n $final_rendered .= \'\r\n <li id=\"unapproved-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post__label\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (($conversation[\'featured\'])) {\n $final_rendered .= \'\r\n <li id=\"featured-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post__label\"><span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"featured\") . \'</span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::hook(\'conversation_footerleft\', get_defined_vars()) . \'\r\n </ul>\r\n\r\n <ul class=\"h-margin-top-m h-right js-post-controls\" data-node-id=\"\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\">\r\n \' . vB_Template_Runtime::hook(\'conversation_footerright\', get_defined_vars()) . \'\r\n\r\n \' . \'\'; if (!empty($controls[\'showIp\'])) {\n $final_rendered .= \'\r\n <li id=\"IP-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control js-post-control__ip-address\" data-post-ip=\"\' . $conversation[\'ipaddress\'] . \'\" title=\"\' . $conversation[\'ipaddress\'] . \'\"><span class=\"b-icon b-icon__ip--gray b-post-control__icon\"></span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'infraction\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($controls[\'showInfractionCtrl\']) OR !empty($showAll)) {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'infraction\'])) {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'canviewnodeinfraction\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $infractionType = \'neutral\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'infraction\'] == 2) {\n $final_rendered .= \'\r\n \' . \'\'; $warningClass = \' infraction-warning\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionType = \'warned\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'received_warning\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $warningClass = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionType = \'infracted\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'received_infraction\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <li class=\"b-post-control js-post-control__infraction js-infraction-received\" data-userid=\"\' . $conversation[\'userid\'] . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"$phraseId\") . \'\"><span class=\"b-icon b-icon__tickets--\' . $infractionType . \' b-post-control__icon\"></span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \';\n } else {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'caninfract\'])) {\n $final_rendered .= \'\r\n <li class=\"b-post-control js-post-control__infraction\" data-userid=\"\' . $conversation[\'userid\'] . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"give_infraction_ginfraction\") . \'\"><span class=\"b-icon b-icon__tickets--neutral b-post-control__icon\"></span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'infraction\' AND $conversation[\'nodeid\'] == $conversation[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((!empty($controls[\'showEditCtrl\']) OR !empty($showAll)) AND $conversation[\'canedit\'] > 0) {\n $final_rendered .= \'\r\n <li id=\"edit-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive js-post-control__edit\"><span class=\"b-icon b-icon__pencil--gray b-post-control__icon\"></span><span class=\"b-post-control__label\">\' . vB_Template_Runtime::parsePhrase(\"edit\") . \'</span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((!empty($controls[\'showFlagCtrl\']) OR !empty($showAll)) AND $conversation[\'can_flag\'] > 0) {\n $final_rendered .= \'\r\n <li id=\"flag-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive js-post-control__flag\">\r\n <span class=\"b-icon b-icon__flag b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::parsePhrase(\"flag\") . \'</span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((!empty($controls[\'showQuoteCtrl\']) OR !empty($showAll)) AND $conversation[\'can_use_multiquote\'] > 0) {\n $final_rendered .= \'\r\n <li id=\"quote-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive js-post-control__quote\">\r\n <span class=\"b-icon b-icon__rdquo b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::parsePhrase(\"quote\") . \'</span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((!empty($controls[\'showCommentCtrl\']) OR !empty($showAll)) AND $conversation[\'can_comment\'] > 0) {\n $final_rendered .= \'\r\n <li id=\"comment-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive js-post-control__comment\">\r\n <span class=\"b-icon b-icon__speech-single--gray b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::parsePhrase(\"comment\") . \'</span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($controls[\'showReplyCtrl\']) OR !empty($showAll)) {\n $final_rendered .= \'\r\n <li id=\"reply-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive js-post-control__reply\">\r\n <span class=\"vb-icon vb-icon-ctrl-reply b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::parsePhrase(\"reply\") . \'</span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($controls[\'showPostCount\']) AND empty($conversation[\'hidepostcount\'])) {\n $final_rendered .= \'\r\n <li id=\"postcount-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive postcount\">\r\n <span class=\"b-icon b-icon__doc--gray b-post-control__icon\"></span>\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' OR $conversation[\'channeltype\'] == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $displayCommentCount = \'\' . vB_Template_Runtime::runMaths(\'\' . $conversation[\'startertotalcount\'] . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n <span class=\"b-post-control__label\">\' . \'\'; if ($displayCommentCount == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"1_comment_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_comments_lower\", htmlspecialchars(\'\' . vB_Template_Runtime::numberFormat($displayCommentCount) . \'\')) . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::numberFormat($conversation[\'startertotalcount\']) . \' \' . \'\'; if ($conversation[\'startertotalcount\'] > 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"posts_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"post_lower\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($controls[\'showVoteCtrl\']) OR !empty($showAll)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'permissions\'][\'canvote\']) {\n $final_rendered .= \'\r\n <li id=\"vote-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control b-post-control--responsive b-post-control__bubble-flyout-container js-post-control__vote \' . (($conversation[nodeVoted]) ? \"voted\" : \"\") . \'\">\r\n <span class=\"b-icon b-icon__like b-post-control__icon\"></span><span class=\"b-post-control__label\">\' . \'\'; if ($conversation[\'nodeVoted\']) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"unvote_cap\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"vote_cap\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n <span class=\"bubble-flyout b-post-control__bubble-flyout\">\r\n <i></i>\r\n <u></u>\r\n <span class=\"bubble-content votecount \' . ((!$conversation[canseewholiked]) ? \"novotepopup\" : \"\") . \'\">\' . vB_Template_Runtime::numberFormat($conversation[\'votes\']) . \'</span>\r\n </span>\r\n </li>\r\n\r\n \';\n } else if ($conversation[\'votes\'] > 0) {\n $final_rendered .= \'\r\n\r\n <li id=\"votecount-\' . vB_Template_Runtime::vBVar($conversation[\'nodeid\']) . \'\" class=\"b-post-control votecount\">\r\n <span class=\"b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">\' . vB_Template_Runtime::numberFormat($conversation[\'votes\']) . \' \' . \'\'; if ($conversation[\'votes\'] > 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"likes_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"like_lower\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n </li>\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </ul>\r\n </div>\r\n</div>\r\n\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"empty($showNoControls) AND empty($controls[\'showNoControls\'])\">\r\n<div class=\"b-post__footer h-hide--on-preview h-clear h-padding-bottom-m h-margin-horiz-xl\">\r\n\r\n <div class=\"h-clearfix\">\r\n <vb:if condition=\"!empty($controls[\'showTagList\']) AND !empty($conversation[\'nodeid\'])\">\r\n {vb:template taglist_display, nodeid={vb:raw conversation.nodeid}, taglist={vb:raw conversation.taglist}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($showDivider) OR (isset($showDivider) AND $showDivider)\">\r\n <hr class=\"b-divider b-divider--post-controls\" />\r\n </vb:if>\r\n\r\n <ul class=\"h-left js-post-info\">\r\n\r\n <vb:if condition=\"!empty($conversation[\'sticky\'])\">\r\n <li id=\"sticky-{vb:var conversation.nodeid}\" class=\"b-post__label\"><span class=\"label\">{vb:phrase stuck_gposting}</span></li>\r\n </vb:if>\r\n <vb:if condition=\"(!$conversation[\'approved\'])\">\r\n <li id=\"unapproved-{vb:var conversation.nodeid}\" class=\"b-post__label\"><span class=\"label\">{vb:phrase unapproved}</span></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"($conversation[\'featured\'])\">\r\n <li id=\"featured-{vb:var conversation.nodeid}\" class=\"b-post__label\"><span class=\"label\">{vb:phrase featured}</span></li>\r\n </vb:if>\r\n\r\n {vb:hook \'conversation_footerleft\'}\r\n </ul>\r\n\r\n <ul class=\"h-margin-top-m h-right js-post-controls\" data-node-id=\"{vb:var conversation.nodeid}\">\r\n {vb:hook \'conversation_footerright\'}\r\n\r\n <vb:if condition=\"!empty($controls[\'showIp\'])\">\r\n <li id=\"IP-{vb:var conversation.nodeid}\" class=\"b-post-control js-post-control__ip-address\" data-post-ip=\"{vb:raw conversation.ipaddress}\" title=\"{vb:raw conversation.ipaddress}\"><span class=\"b-icon b-icon__ip--gray b-post-control__icon\"></span></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'infraction\'\">\r\n {vb:set controls.showInfractionCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($controls[\'showInfractionCtrl\']) OR !empty($showAll)\">\r\n\r\n <vb:if condition=\"!empty($conversation[\'infraction\'])\">\r\n\r\n <vb:if condition=\"!empty($conversation[\'canviewnodeinfraction\'])\">\r\n {vb:set infractionType, \'neutral\'}\r\n\r\n <vb:if condition=\"$conversation[\'infraction\'] == 2\">\r\n {vb:set warningClass, \' infraction-warning\'}\r\n {vb:set infractionType, \'warned\'}\r\n {vb:set phraseId, \'received_warning\'}\r\n <vb:else />\r\n {vb:set warningClass, \'\'}\r\n {vb:set infractionType, \'infracted\'}\r\n {vb:set phraseId, \'received_infraction\'}\r\n </vb:if>\r\n\r\n <li class=\"b-post-control js-post-control__infraction js-infraction-received\" data-userid=\"{vb:raw conversation.userid}\" title=\"{vb:phrase {vb:raw phraseId}}\"><span class=\"b-icon b-icon__tickets--{vb:raw infractionType} b-post-control__icon\"></span></li>\r\n </vb:if>\r\n\r\n <vb:else />\r\n\r\n <vb:if condition=\"!empty($conversation[\'caninfract\'])\">\r\n <li class=\"b-post-control js-post-control__infraction\" data-userid=\"{vb:raw conversation.userid}\" title=\"{vb:phrase give_infraction_ginfraction}\"><span class=\"b-icon b-icon__tickets--neutral b-post-control__icon\"></span></li>\r\n </vb:if>\r\n\r\n </vb:if>\r\n\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'infraction\' AND $conversation[\'nodeid\'] == $conversation[\'starter\']\">\r\n {vb:set controls.showEditCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"(!empty($controls[\'showEditCtrl\']) OR !empty($showAll)) AND $conversation[\'canedit\'] > 0\">\r\n <li id=\"edit-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive js-post-control__edit\"><span class=\"b-icon b-icon__pencil--gray b-post-control__icon\"></span><span class=\"b-post-control__label\">{vb:phrase edit}</span></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(!empty($controls[\'showFlagCtrl\']) OR !empty($showAll)) AND $conversation[\'can_flag\'] > 0\">\r\n <li id=\"flag-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive js-post-control__flag\">\r\n <span class=\"b-icon b-icon__flag b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">{vb:phrase flag}</span>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(!empty($controls[\'showQuoteCtrl\']) OR !empty($showAll)) AND $conversation[\'can_use_multiquote\'] > 0\">\r\n <li id=\"quote-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive js-post-control__quote\">\r\n <span class=\"b-icon b-icon__rdquo b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">{vb:phrase quote}</span>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(!empty($controls[\'showCommentCtrl\']) OR !empty($showAll)) AND $conversation[\'can_comment\'] > 0\">\r\n <li id=\"comment-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive js-post-control__comment\">\r\n <span class=\"b-icon b-icon__speech-single--gray b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">{vb:phrase comment}</span>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($controls[\'showReplyCtrl\']) OR !empty($showAll)\">\r\n <li id=\"reply-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive js-post-control__reply\">\r\n <span class=\"vb-icon vb-icon-ctrl-reply b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">{vb:phrase reply}</span>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($controls[\'showPostCount\']) AND empty($conversation[\'hidepostcount\'])\">\r\n <li id=\"postcount-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive postcount\">\r\n <span class=\"b-icon b-icon__doc--gray b-post-control__icon\"></span>\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' OR $conversation[\'channeltype\'] == \'blog\'\">\r\n <vb:comment>startertotalcount includes the starter, which we don\'t want for articles or blog entries.</vb:comment>\r\n {vb:set displayCommentCount, {vb:math {vb:raw conversation.startertotalcount} - 1}}\r\n <span class=\"b-post-control__label\"><vb:if condition=\"$displayCommentCount == 1\">{vb:phrase 1_comment_lower}<vb:else />{vb:phrase x_comments_lower, {vb:number {vb:raw displayCommentCount}}}</vb:if></span>\r\n <vb:else />\r\n <span class=\"b-post-control__label\">{vb:number {vb:raw conversation.startertotalcount}} <vb:if condition=\"$conversation[\'startertotalcount\'] > 1\">{vb:phrase posts_lower}<vb:else />{vb:phrase post_lower}</vb:if></span>\r\n </vb:if>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($controls[\'showVoteCtrl\']) OR !empty($showAll)\">\r\n <vb:if condition=\"$conversation[\'permissions\'][\'canvote\']\">\r\n <li id=\"vote-{vb:var conversation.nodeid}\" class=\"b-post-control b-post-control--responsive b-post-control__bubble-flyout-container js-post-control__vote {vb:if $conversation[\'nodeVoted\'], voted}\">\r\n <span class=\"b-icon b-icon__like b-post-control__icon\"></span><span class=\"b-post-control__label\"><vb:if condition=\"$conversation[\'nodeVoted\']\">{vb:phrase unvote_cap}<vb:else />{vb:phrase vote_cap}</vb:if></span>\r\n <span class=\"bubble-flyout b-post-control__bubble-flyout\">\r\n <i></i>\r\n <u></u>\r\n <span class=\"bubble-content votecount {vb:if !$conversation[\'canseewholiked\'], novotepopup}\">{vb:number {vb:raw conversation.votes}}</span>\r\n </span>\r\n </li>\r\n\r\n <vb:elseif condition=\"$conversation[\'votes\'] > 0\" />\r\n\r\n <li id=\"votecount-{vb:var conversation.nodeid}\" class=\"b-post-control votecount\">\r\n <span class=\"b-post-control__icon\"></span>\r\n <span class=\"b-post-control__label\">{vb:number {vb:raw conversation.votes}} <vb:if condition=\"$conversation[\'votes\'] > 1\">{vb:phrase likes_lower}<vb:else />{vb:phrase like_lower}</vb:if></span>\r\n </li>\r\n\r\n </vb:if>\r\n\r\n </vb:if>\r\n\r\n </ul>\r\n </div>\r\n</div>\r\n\r\n</vb:if>','template',1392929977,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(65,-1,'conversation_posthistory','$final_rendered = \'\' . \'\'; if (isset($conversation[\'edit_userid\']) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $editUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'edit_userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $edituserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $editUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $editusername = $conversation[\'edit_username\']; $final_rendered .= \'\' . \'\r\n <div class=\"b-post__edit OLD__post-edit h-margin-vert-l\">\r\n \' . \'\' . \'\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'postedithistory\') AND !empty($conversation[\'hashistory\']) AND !empty($conversation[\'canedit\'])) {\n $final_rendered .= \'\r\n <span id=\"post-history-\' . $conversation[\'nodeid\'] . \'\" class=\"b-post__history js-post__history OLD__post-history\">\' . vB_Template_Runtime::parsePhrase(\"last_edited_link_by_x_on_y_at_z_nodeid\", $conversation[\'edit_username\'], \'\' . vB_Template_Runtime::datetime($conversation[\'edit_dateline\']) . \'\') . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"last_edited_by_x_on_y_at_z\", $conversation[\'edit_username\'], $edituserlink, \'\' . vB_Template_Runtime::datetime($conversation[\'edit_dateline\']) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($conversation[\'edit_reason\']) AND !empty($conversation[\'edit_reason\'])) {\n $final_rendered .= \'\r\n <span class=\"b-post__edit-reason\">\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</span> \' . $conversation[\'edit_reason\'] . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"isset($conversation[\'edit_userid\']) AND !$conversation[\'unpublishdate\']\">\r\n {vb:set editUserInfo.userid, {vb:var conversation.edit_userid}}\r\n {vb:set edituserlink, {vb:url \'profile\', {vb:raw editUserInfo}}}\r\n {vb:set editusername, {vb:raw conversation.edit_username}}\r\n <div class=\"b-post__edit OLD__post-edit h-margin-vert-l\">\r\n <vb:comment>see vB_Api_Posthistory::canViewPostHistory</vb:comment>\r\n <vb:if condition=\"$vboptions[\'postedithistory\'] AND !empty($conversation[\'hashistory\']) AND !empty($conversation[\'canedit\'])\">\r\n <span id=\"post-history-{vb:raw conversation.nodeid}\" class=\"b-post__history js-post__history OLD__post-history\">{vb:rawphrase last_edited_link_by_x_on_y_at_z_nodeid, {vb:raw conversation.edit_username}, {vb:datetime {vb:raw conversation.edit_dateline}}}</span>\r\n <vb:else />\r\n {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw conversation.edit_username}, {vb:raw edituserlink}, {vb:datetime {vb:raw conversation.edit_dateline}}}\r\n </vb:if>\r\n <vb:if condition=\"isset($conversation[\'edit_reason\']) AND !empty($conversation[\'edit_reason\'])\">\r\n <span class=\"b-post__edit-reason\">{vb:rawphrase reason}:</span> {vb:raw conversation.edit_reason}\r\n </vb:if>\r\n\r\n </div>\r\n</vb:if>','template',1371677275,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(66,-1,'conversation_signature','$final_rendered = \'\' . \'\'; if (!empty($conversation[\'userid\']) AND vB::getDatastore()->getOption(\'allow_signatures\') AND $user[\'showsignatures\'] AND (($type == \'collapsed\' AND !vB::getDatastore()->getOption(\'showsignaturesinline\')) OR ($type == \'inline\' AND vB::getDatastore()->getOption(\'showsignaturesinline\')))) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($conversation[\'parsedSignature\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if ($type == \'collapsed\') {\n $final_rendered .= \'\r\n <li class=\"js-userinfo__signature\' . \'\'; if (!empty($collapsedClass)) {\n $final_rendered .= \' \' . $collapsedClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"b-icon b-icon__signature\">\r\n <div class=\"user-signature h-hide restore\">\' . $conversation[\'parsedSignature\'] . \'</div>\r\n </span>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"post-signature restore\">\' . $conversation[\'parsedSignature\'] . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($conversation[\'userid\']) AND $vboptions[\'allow_signatures\'] AND $user[\'showsignatures\'] AND (($type == \'collapsed\' AND !$vboptions[\'showsignaturesinline\']) OR ($type == \'inline\' AND $vboptions[\'showsignaturesinline\']))\">\r\n <vb:if condition=\"!empty($conversation[\'parsedSignature\'])\">\r\n <vb:if condition=\"$type == \'collapsed\'\">\r\n <li class=\"js-userinfo__signature<vb:if condition=\"!empty($collapsedClass)\"}> {vb:raw collapsedClass}</vb:if>\">\r\n <span class=\"b-icon b-icon__signature\">\r\n <div class=\"user-signature h-hide restore\">{vb:raw conversation.parsedSignature}</div>\r\n </span>\r\n </li>\r\n <vb:else />\r\n <div class=\"post-signature restore\">{vb:raw conversation.parsedSignature}</div>\r\n </vb:if>\r\n </vb:if>\r\n</vb:if>','template',1371866498,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(67,-1,'conversation_toolbar','$final_rendered = \'\' . \'\'; if (!isset($position) OR !in_array($position, array(\'top\', \'bottom\'))) {\n $final_rendered .= \'\r\n \' . \'\'; $position = \'top\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($resultsPerPage) AND (isset($widgetConfig[\'resultsPerPage\']) OR isset($user[\'maxposts\']))) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($user[\'maxposts\']) AND $user[\'maxposts\'] != -1) {\n $final_rendered .= \'\r\n \' . \'\'; $resultsPerPage = $user[\'maxposts\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $resultsPerPage = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($allowHistory)) {\n $final_rendered .= \'\r\n \' . \'\'; $allowHistory = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $allowHistory = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($nodeid)) {\n $final_rendered .= \'\' . \'\'; $nodeid = \'0\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if (!isset($vm_createpermissions)) {\n $final_rendered .= \'\' . \'\'; $vm_createpermissions = \'0\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; $showArticleTitle = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $conversation[\'nodeid\'] == $conversation[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $articlePageTitle = vB_Template_Runtime::parseAction(\'bbcode\', \'fetchPageTitle\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), $page[\'contentpagenum\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'startertitle\'] != $articlePageTitle) {\n $final_rendered .= \'\r\n \' . \'\'; $showArticleTitle = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"conversation-toolbar-wrapper \' . \'\'; if (isset($cssClass)) {\n $final_rendered .= \'\' . $cssClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' \' . $position . \' h-clear hide-on-editmode\r\n \' . \'\'; if (isset($floating) AND $floating) {\n $final_rendered .= \'\r\n scrolltofixed-floating\r\n scrolltofixed-\' . \'\'; if (isset($floatLocation) AND in_array($floatLocation, array(\'top\', \'bottom\'))) {\n $final_rendered .= \'\' . $floatLocation . \'\';\n } else {\n $final_rendered .= \'top\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\" data-allow-history=\"\' . $allowHistory . \'\">\r\n <div class=\"conversation-toolbar\">\r\n \' . \'\'; if (!empty($blogStats) OR (isset($memberBlogs) AND $memberBlogs) OR (isset($blogPostsAll) AND $blogPostsAll) OR\r\n (isset($createSG) AND $createSG) OR (isset($showSgAll) AND $showSgAll) OR isset($showNewConversationBtn) OR\r\n (isset($showVmBtn) AND $showVmBtn AND $userInfo[\'vm_enable\']) OR\r\n (isset($showEditSubscribedLink) AND $showEditSubscribedLink AND !empty($subscribedRouteInfo)) OR\r\n (isset($showSortBy) AND $showSortBy) OR (isset($showSortOrder) AND $showSortOrder) OR\r\n (isset($profileSubscribeButtonInfo) AND is_array($profileSubscribeButtonInfo) AND count($profileSubscribeButtonInfo) > 0) OR\r\n (isset($showBackToProfileButton) AND $showBackToProfileButton AND !empty($userInfo)) OR\r\n (isset($showGotoIgnoreList) AND $showGotoIgnoreList) OR\r\n (isset($showReplyBtn) AND $showReplyBtn) OR\r\n !empty($accessibleHiddenDefaultFilter) OR\r\n !empty($showInfractionBtn) OR\r\n (isset($showAll) AND $showAll) OR\r\n $showArticleTitle) {\n $final_rendered .= \'\r\n <ul class=\"toolset-left \' . \'\'; if ($conversation[\'canmoderate\']) {\n $final_rendered .= \'display-button\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (!empty($showInfractionBtn)) {\n $final_rendered .= \'\r\n \' . \'\'; $canInfractUser = vB_Template_Runtime::parseData(\'content_infraction\', \'canInfractUser\', $userInfo[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canInfractUser) {\n $final_rendered .= \'\r\n <li><button type=\"button\" class=\"infractionCtrl button secondary\" data-userid=\"\' . $userInfo[\'userid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"give_infraction_ginfraction\") . \'</button></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($blogStats)) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"button-set h-left js-button-filters\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_blogshow\") . \'</span>\r\n <button class=\"button \' . (($interval!=monthly) ? \"primary\" : \"secondary\") . \' js-button-filter showDaily\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_daily\") . \'</span>\r\n </button>\r\n <button class=\"button \' . (($interval==monthly) ? \"primary\" : \"secondary\") . \' js-button-filter showMonthly\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_monthly\") . \'</span>\r\n </button>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($memberBlogs) AND $memberBlogs)) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'create\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <li>\r\n <button class=\"button primary add-blog light\">\' . vB_Template_Runtime::parsePhrase(\"blog_addBlog\") . \'</button>\r\n </li>\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($blogPostsAll) AND $blogPostsAll)) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"button-set h-left js-button-filter\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_blogshow\") . \'</span>\r\n <button class=\"button secondary showAll js-button-filter\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_allblogposts\") . \'</span>\r\n </button>\r\n <button class=\"button secondary showMy js-button-filter\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"blog_myblogposts\") . \'</span>\r\n </button>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ((isset($createSG) AND $createSG)) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'sgaction\'] = \'create\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <li>\r\n <button class=\"button primary add-sg\">\' . vB_Template_Runtime::parsePhrase(\"social_group_create\") . \'</button>\r\n </li>\r\n \' . \'\'; $urlInfo[\'blogaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showSgAll) OR !empty($accessibleHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($showSgAll) AND !empty($accessibleHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; $setHiddenDefaultFilter = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li\' . \'\'; if (!empty($setHiddenDefaultFilter)) {\n $final_rendered .= \' class=\"h-hide\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_groups\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($setHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n <div class=\"button-set h-left js-button-filters\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"blog_blogshow\") . \'</label>\r\n\r\n \' . \'\'; $filterGroupsStates[\'show_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterGroupsStates[\'show_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterGroupsStates[\'show_my\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterGroupsStates[\'show_my\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_groups\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_groups\']; $final_rendered .= \'\' . \'\r\n \';\n } else if (isset($selectedGroupFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $selectedGroupFilter; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_groups\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $filterGroupsStates[$filterValue][\'checked\'] = \' js-checked\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterGroupsStates[$defaultFilterValue][\'defaultChecked\'] = \' js-default-checked\'; $final_rendered .= \'\' . \'\r\n\r\n <button type=\"button\" class=\"js-button-filter button secondary\' . $filterGroupsStates[\'show_all\'][\'defaultChecked\'] . \'\' . $filterGroupsStates[\'show_all\'][\'checked\'] . \'\" data-filter-name=\"filter_groups\" data-filter-value=\"show_all\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</button>\r\n <button type=\"button\" class=\"js-button-filter button secondary\' . $filterGroupsStates[\'show_my\'][\'defaultChecked\'] . \'\' . $filterGroupsStates[\'show_my\'][\'checked\'] . \'\" data-filter-name=\"filter_groups\" data-filter-value=\"show_my\">\' . vB_Template_Runtime::parsePhrase(\"your_groups\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <span class=\"js-button-filters\"><span class=\"js-button-filter js-default-checked js-checked\" data-filter-name=\"filter_groups\" data-filter-value=\"\' . vB_Template_Runtime::vBVar($defaultFilterValue) . \'\"></span></span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n\r\n <!-- new conversation button -->\r\n \' . \'\'; $showBlogNewEntryButton = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showNewConversationBtn) AND $showNewConversationBtn == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\'; $blogAdminPerms = vB_Template_Runtime::parseData(\'blog\', \'getChannelAdminPerms\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($blogAdminPerms[\'canstats\'] > 0 OR $blogAdminPerms[\'canstats\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $showBlogNewEntryButton = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showNewConversationBtn) AND $showNewConversationBtn == \'blogentry\') {\n $final_rendered .= \'\r\n \' . \'\'; $createPermission = vB_Template_Runtime::parseData(\'user\', \'canCreateBlogEntry\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($createPermission) {\n $final_rendered .= \'\r\n \' . \'\'; $showBlogNewEntryButton = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $showSGNewTopicButton = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showNewConversationBtn) AND $showNewConversationBtn == \'sg\') {\n $final_rendered .= \'\r\n \' . \'\'; $canAlwaysCreateDiscussion = vB_Template_Runtime::parseDataWithErrors(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canalwayspostnew\', $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ((($user[\'is_admin\']) OR ($channelInfo[\'userid\'] == $user[\'userid\']) OR \r\n (((isset($hasJoined) AND ($hasJoined == 1)) OR (!empty($canAlwaysCreateDiscussion) AND empty($canAlwaysCreateDiscussion[\'errors\']) AND $canAlwaysCreateDiscussion))\r\n AND isset($canCreateDiscussion) AND $canCreateDiscussion))) {\n $final_rendered .= \'\r\n \' . \'\'; $showSGNewTopicButton = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $showSGNewTopicButton = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showBlogNewEntryButton OR $showSGNewTopicButton OR (isset($showNewConversationBtn) AND $showNewConversationBtn AND $showNewConversationBtn != \'sg\' AND $showNewConversationBtn != \'blog\' AND $showNewConversationBtn != \'blogentry\') OR (isset($showAll) AND $showAll)) {\n $final_rendered .= \'\r\n <li>\r\n <button type=\"button\" class=\"button primary light new-conversation-btn\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">\' . \'\'; if ($showBlogNewEntryButton) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_blog_post\") . \'\';\n } else if ($showSGNewTopicButton) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_sg_post\") . \'\';\n } else if ($showNewConversationBtn == \'article\') {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_article\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_conversation\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n </button>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <!-- /new conversation button -->\r\n\r\n \' . \'\'; if (!empty($showBlogsAll) OR !empty($accessibleHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($showBlogsAll) AND !empty($accessibleHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; $setHiddenDefaultFilter = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li\' . \'\'; if (!empty($setHiddenDefaultFilter)) {\n $final_rendered .= \' class=\"h-hide\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($setHiddenDefaultFilter)) {\n $final_rendered .= \'\r\n <div class=\"button-set h-left js-button-filters\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"blog_blogshow\") . \'</label>\r\n\r\n \' . \'\'; $filterBlogsStates[\'show_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_my\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_my\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_blogs\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \';\n } else if (isset($selectedBlogFilter)) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $selectedBlogFilter; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[$filterValue][\'checked\'] = \' js-checked\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[$defaultFilterValue][\'defaultChecked\'] = \' js-default-checked\'; $final_rendered .= \'\' . \'\r\n\r\n <button type=\"button\" class=\"js-button-filter button secondary\' . $filterBlogsStates[\'show_all\'][\'defaultChecked\'] . \'\' . $filterBlogsStates[\'show_all\'][\'checked\'] . \'\" data-filter-name=\"filter_blogs\" data-filter-value=\"show_all\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</button>\r\n <button type=\"button\" class=\"js-button-filter button secondary\' . $filterBlogsStates[\'show_my\'][\'defaultChecked\'] . \'\' . $filterBlogsStates[\'show_my\'][\'checked\'] . \'\" data-filter-name=\"filter_blogs\" data-filter-value=\"show_my\">\' . vB_Template_Runtime::parsePhrase(\"my_blogs\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <span class=\"js-button-filters\"><span class=\"js-button-filter js-default-checked js-checked\" data-filter-name=\"filter_blogs\" data-filter-value=\"\' . vB_Template_Runtime::vBVar($defaultFilterValue) . \'\"></span></span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($showVmBtn) AND $showVmBtn AND $userInfo[\'vm_enable\'] AND $userInfo[\'showVM\']) {\n $final_rendered .= \'\r\n \' . \'\'; $showVmBtn = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $showVmBtn = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showReplyBtn) AND $showReplyBtn) OR (isset($showAll) AND $showAll) OR $showVmBtn) {\n $final_rendered .= \'\r\n <li>\r\n <button id=\"btnPostReply-\' . $position . \'\" type=\"button\" class=\"button primary light post-reply-btn\">\r\n <span class=\"button-text-primary\">\' . \'\'; if ($showVmBtn) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"visitor_message\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </li>\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showEditSubscribedLink) AND $showEditSubscribedLink AND !empty($subscribedRouteInfo)) {\n $final_rendered .= \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'subscription\', $subscribedRouteInfo)) . \'\" class=\"edit-subscribed button secondary\">\' . vB_Template_Runtime::parsePhrase(\"edit_following\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showSortBy) AND $showSortBy) OR (isset($showSortOrder) AND $showSortOrder)) {\n $final_rendered .= \'\r\n \' . \'\'; $sortfield = \'lastcontent\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sortdir = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($searchJSONStructure[\'sort\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($searchJSONStructure[\'sort\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($searchJSONStructure[\'sort\']) || $searchJSONStructure[\'sort\'] instanceof ArrayAccess) { foreach ($searchJSONStructure[\'sort\'] AS $sort => $dir) {$final_rendered .= \'\r\n \' . \'\'; $sortfield = $sort; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sortdir = $dir; $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $sortfield = $searchJSONStructure[\'sort\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSortBy) AND $showSortBy) {\n $final_rendered .= \'\r\n <li class=\"sort-controls h-invisible\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</label>\r\n <select name=\"searchFields[order][field]\" class=\"searchFields_order_field custom-dropdown\">\r\n <option value=\"relevance\"\' . \'\'; if ($sortfield == \'relevance\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"Relevance\") . \'</option>\r\n <option value=\"title\"\' . \'\'; if ($sortfield == \'title\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"title\") . \'</option>\r\n <option value=\"author\"\' . \'\'; if ($sortfield == \'author\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"members\") . \'</option>\r\n <option value=\"created\"\' . \'\'; if ($sortfield == \'created\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"date_started_post\") . \'</option>\r\n <option value=\"lastcontent\"\' . \'\'; if ($sortfield == \'lastcontent\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"date_last_update\") . \'</option>\r\n <option value=\"replies\"\' . \'\'; if ($sortfield == \'replies\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'</option>\r\n <option value=\"votes\"\' . \'\'; if ($sortfield == \'votes\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"likes\") . \'</option>\r\n </select>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSortOrder) AND $showSortOrder) {\n $final_rendered .= \'\r\n <li class=\"sort-controls h-invisible\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"order\") . \'</label>\r\n <select name=\"searchFields[order][direction]\" class=\"searchFields_order_direction custom-dropdown\">\r\n <option value=\"desc\"\' . \'\'; if ($sortdir == \'DESC\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"descending\") . \'</option>\r\n <option value=\"asc\"\' . \'\'; if ($sortdir == \'ASC\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"ascending\") . \'</option>\r\n </select>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($profileSubscribeButtonInfo) AND is_array($profileSubscribeButtonInfo) AND count($profileSubscribeButtonInfo) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($profileSubscribeButtonInfo[\'showSubscribeButton\'])) {\n $final_rendered .= \'\r\n <li><button class=\"action_button \' . $profileSubscribeButtonInfo[\'buttonType\'] . \'_button subscribe-btn button \' . $profileSubscribeButtonInfo[\'buttonCSS\'] . \'\" data-userid=\"\' . $profileSubscribeButtonInfo[\'userid\'] . \'\" id=\"add_\' . $profileSubscribeButtonInfo[\'userid\'] . \'\"\' . $profileSubscribeButtonInfo[\'buttonState\'] . \'>\' . vB_Template_Runtime::parsePhrase(\"$profileSubscribeButtonInfo[buttonLabelPhraseId]\") . \'</button></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showPmBtn) AND !empty($userInfo) AND !empty($userInfo[\'userid\']) AND !empty($user[\'userid\']) AND $user[\'userid\'] != $userInfo[\'userid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $canUsePmSystem = vB_Template_Runtime::parseData(\'content_privatemessage\', \'canUsePmSystem\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canUsePmSystem) {\n $final_rendered .= \'\r\n <li><a href=\"\' . $baseurl . \'/privatemessage/new/\' . $userInfo[\'userid\'] . \'\" class=\"pm_button button secondary\">\' . vB_Template_Runtime::parsePhrase(\"group_private_message\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showBackToProfileButton) AND $showBackToProfileButton AND !empty($userInfo)) {\n $final_rendered .= \'\r\n <li>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\" class=\"button secondary back-button\"><span class=\"vb-icon vb-icon-back\"></span>\' . vB_Template_Runtime::parsePhrase(\"back_to_profile\") . \'</a>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSubscriptionCount) AND $showSubscriptionCount AND isset($pagingInfo) AND $pagingInfo) {\n $final_rendered .= \'\r\n <li><span class=\"subscriptions-totalcount\">\r\n \' . \'\'; if ($pagingInfo[\'totalcount\'] != 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"showing_x_subscriptions\", htmlspecialchars(\'\' . $pagingInfo[\'totalcount\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"showing_1_subscription\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSubscriberCount) AND $showSubscriberCount AND isset($pagingInfo) AND $pagingInfo) {\n $final_rendered .= \'\r\n <li><span class=\"subscribers-totalcount\">\r\n \' . \'\'; if ($pagingInfo[\'totalcount\'] != 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"showing_x_subscribers\", htmlspecialchars(\'\' . $pagingInfo[\'totalcount\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"showing_1_subscriber\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showGotoIgnoreList) AND $showGotoIgnoreList AND ($userInfo[\'userid\'] == $user[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $settingsRoute[\'tab\'] = \'account\'; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'settings\', $settingsRoute)) . \'#ignore_list\" class=\"rx-ignore\">\' . vB_Template_Runtime::parsePhrase(\"go_to_ignore_list\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($showArticleTitle) {\n $final_rendered .= \'\r\n <li>\r\n <b>\' . $articlePageTitle . \'</b>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <ul class=\"toolset-right\">\r\n \' . \'\'; if (isset($showSubscriptionSearch) AND $showSubscriptionSearch) {\n $final_rendered .= \'\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form subscription-search-form\" action=\"javascript:alert(\\\'Not implemented yet.\\\')\" method=\"post\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $nodeid . \'\" />\r\n <input type=\"hidden\" name=\"view\" value=\"\' . $view . \'\" />\r\n \' . \'\'; if (isset($resultsPerPage)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $resultsPerPage . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" class=\"search-keywords textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"search\") . \'\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-\' . $position . \'\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">\' . vB_Template_Runtime::parsePhrase(\"search\") . \'</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSubscriberSearch) AND $showSubscriberSearch) {\n $final_rendered .= \'\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form subscriber-search-form\" action=\"javascript:alert(\\\'Not implemented yet.\\\')\" method=\"post\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $nodeid . \'\" />\r\n <input type=\"hidden\" name=\"view\" value=\"\' . $view . \'\" />\r\n \' . \'\'; if (isset($resultsPerPage)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $resultsPerPage . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" class=\"search-keywords textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"search\") . \'\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-\' . $position . \'\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">\' . vB_Template_Runtime::parsePhrase(\"search\") . \'</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showSearch) AND $showSearch) OR (isset($showAll) AND $showAll)) {\n $final_rendered .= \'\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form\" action=\"\' . $baseurl . \'/activity/get\" method=\"post\" class=\"toolbar-search-form\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $nodeid . \'\" />\r\n <input type=\"hidden\" name=\"view\" value=\"\' . $view . \'\" />\r\n \' . \'\'; if (isset($resultsPerPage)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $resultsPerPage . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" value=\"\' . vB_Template_Runtime::vBVar($page[\'q\']) . \'\" class=\"textbox js-filter-search\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"search\") . \'\" data-filter-name=\"\' . vB_Template_Runtime::parsePhrase(\"search\") . \'\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-\' . $position . \'\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">\' . vB_Template_Runtime::parsePhrase(\"search\") . \'</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showPageNavClient) AND $showPageNavClient)) {\n $final_rendered .= \'\r\n <li class=\"toolbar-pagenav\">\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew_client\',array(\'pagenav\' => $pagingInfo)) . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showPageNav) AND $showPageNav) OR (isset($showAll) AND $showAll)) {\n $final_rendered .= \'\r\n <li class=\"toolbar-pagenav\">\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew\',array(\'pagenav\' => $pagingInfo)) . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showFilter) AND $showFilter) OR (isset($showAll) AND $showAll)) {\n $final_rendered .= \'\r\n <li class=\"toolbar-filter toolbar-filter-\' . $position . \'\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($permTopics)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($permTopics) || $permTopics instanceof ArrayAccess) { foreach ($permTopics AS $permid => $perm) {$final_rendered .= \'\r\n \' . \'\'; if ($perm > 0 AND (!isset($modPerms[$permid]) OR $modPerms[$permid] == 0)) {\n $final_rendered .= \'\r\n \' . \'\'; $modPerms[$permid] = $perm; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((isset($showInlineMod) AND $showInlineMod)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'inlinemod_menu\',array(\'view\' => $view, \'conversation\' => $conversation, \'modPerms\' => $modPerms, \'includeLI\' => \'1\')) . \'\r\n \';\n } else if ($view == \'topic\') {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\r\n <li class=\"toolbar-inline-mod\">\r\n <div class=\"moderationmenu_container topictools \' . $view . \'\" data-view=\"\' . $view . \'\">\r\n <div class=\"moderation-mainmenu h-clearfix\">\r\n <div class=\"mainmenu moderation h-left\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"moderation\") . \'</span>\r\n <ul class=\"submenu moderation-submenu\">\r\n <li class=\"moderation-action col1 moderation-markread\"><a href=\"#\" data-action=\"markRead\">\' . vB_Template_Runtime::parsePhrase(\"mark_this_channel_read\") . \'</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n\r\n \' . \'\'; if (!empty($showSubscriberFilter)) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <form action=\"\' . $baseurl . \'/\' . $filterFormAction . \'\" method=\"post\" class=\"toolbar-filter-overlay h-hide\">\r\n <input type=\"hidden\" name=\"follower\" value=\"\' . $filterOptions[\'follower\'] . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $filterOptions[\'page\'] . \'\" />\r\n <input type=\"hidden\" name=\"perpage\" value=\"\' . $filterOptions[\'perpage\'] . \'\" />\r\n\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\"></div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'mostactive\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'mostactive\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'leastactive\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'leastactive\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"mostactive\"\' . $filterSortStatesProfileSubscriptions[\'mostactive\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'mostactive\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"leastactive\"\' . $filterSortStatesProfileSubscriptions[\'leastactive\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'leastactive\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"all\"\' . $filterSortStatesProfileSubscriptions[\'all\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'all\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((isset($showFilter) AND $showFilter) OR (isset($showAll) AND $showAll)) {\n $final_rendered .= \'\r\n \' . \'\'; if (!isset($widgetConfig[\'url_default_filters\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $widgetConfig[\'url_default_filters\'] = array(); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($filterFormAction) OR !$filterFormAction) {\n $final_rendered .= \'\' . \'\'; $filterFormAction = \'activity/get\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <form action=\"\' . $baseurl . \'/\' . $filterFormAction . \'\" method=\"post\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $nodeid . \'\" />\r\n <input type=\"hidden\" name=\"view\" value=\"\' . $view . \'\" />\r\n \' . \'\'; if (!empty($filterExcludeTypes)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($filterExcludeTypes) || $filterExcludeTypes instanceof ArrayAccess) { foreach ($filterExcludeTypes AS $excludetype) {$final_rendered .= \'\r\n <input type=\"hidden\" name=\"exclude_type[]\" value=\"\' . $excludetype . \'\" />\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($hiddenFields)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($hiddenFields) || $hiddenFields instanceof ArrayAccess) { foreach ($hiddenFields AS $key => $hiddenField) {$final_rendered .= \'\r\n <input type=\"hidden\" name=\"\' . $key . \'\" value=\"\' . $hiddenField . \'\" />\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($excludeVM)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"exclude_visitor_messages\" value=\"1\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($noLimit)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"nolimit\" value=\"1\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($resultsPerPage)) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $resultsPerPage . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . \'\'; if (!empty($pagingInfo) AND !empty($pagingInfo[\'currentpage\'])) {\n $final_rendered .= \'\' . $pagingInfo[\'currentpage\'] . \'\';\n } else {\n $final_rendered .= \'1\';\n }$final_rendered .= \'\' . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'maxpages\'])) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"maxpages\" value=\"\' . $widgetConfig[\'maxpages\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'showResultId\'])) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"result-id\" value=\"0\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($userInfo) AND isset($userInfo[\'userid\'])) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"userid\" value=\"\' . $userInfo[\'userid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"userid\" value=\"0\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($setFollowerId) AND $setFollowerId) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"followerid\" value=\"\' . $user[\'userid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($showChannelInfo)) {\n $final_rendered .= \'\' . \'\'; $showChannelInfo = \'1\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"hidden\" name=\"showChannelInfo\" value=\"\' . $showChannelInfo . \'\" />\r\n <ul class=\"filter-options-list\">\r\n \' . \'\'; if (isset($showBlogsFilter) AND $showBlogsFilter) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"blogs\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterBlogsStates[\'show_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_my\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[\'show_my\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_blogs\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_blogs\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterBlogsStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"userid\" value=\"0\" tabindex=\"1\"\' . $filterBlogsStates[\'show_all\'][\'checked\'] . \'\' . $filterBlogsStates[\'show_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"blog_allblogposts\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"userid\" value=\"\' . $user[\'userid\'] . \'\" tabindex=\"2\"\' . $filterBlogsStates[\'show_my\'][\'checked\'] . \'\' . $filterBlogsStates[\'show_my\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"blog_myblogposts\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showTimeFilter) AND $showTimeFilter) OR (isset($showAllFilters) AND $showAllFilters)) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"time\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterTimeStates[\'time_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_today\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_today\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastweek\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastweek\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastmonth\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastmonth\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_time\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_time\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_time\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_time\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($hideTimeFilterAll)) {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_all\" tabindex=\"4\"\' . $filterTimeStates[\'time_all\'][\'checked\'] . \'\' . $filterTimeStates[\'time_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"all_time\") . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_today\" tabindex=\"5\"\' . $filterTimeStates[\'time_today\'][\'checked\'] . \'\' . $filterTimeStates[\'time_today\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastweek\" tabindex=\"6\"\' . $filterTimeStates[\'time_lastweek\'][\'checked\'] . \'\' . $filterTimeStates[\'time_lastweek\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastmonth\" tabindex=\"7\"\' . $filterTimeStates[\'time_lastmonth\'][\'checked\'] . \'\' . $filterTimeStates[\'time_lastmonth\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showShowFilter) AND $showShowFilter) OR (isset($showAllFilters) AND $showAllFilters)) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterShowStates[\'show_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'show_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Text\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Text\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Gallery\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Gallery\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Video\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Video\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Link\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Link\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Poll\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[\'vBForum_Poll\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_show\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_show\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_show\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_show\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterShowStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"show_all\" tabindex=\"8\"\' . $filterShowStates[\'show_all\'][\'checked\'] . \'\' . $filterShowStates[\'show_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Text\" tabindex=\"9\"\' . $filterShowStates[\'vBForum_Text\'][\'checked\'] . \'\' . $filterShowStates[\'vBForum_Text\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"discussions_only\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Gallery\" tabindex=\"10\"\' . $filterShowStates[\'vBForum_Gallery\'][\'checked\'] . \'\' . $filterShowStates[\'vBForum_Gallery\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"photos_only\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Video\" tabindex=\"11\"\' . $filterShowStates[\'vBForum_Video\'][\'checked\'] . \'\' . $filterShowStates[\'vBForum_Video\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"videos_only\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Link\" tabindex=\"12\"\' . $filterShowStates[\'vBForum_Link\'][\'checked\'] . \'\' . $filterShowStates[\'vBForum_Link\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"links_only\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Poll\" tabindex=\"13\"\' . $filterShowStates[\'vBForum_Poll\'][\'checked\'] . \'\' . $filterShowStates[\'vBForum_Poll\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"polls_only\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSourceFilter) AND $showSourceFilter) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"source\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterSourceStates[\'source_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[\'source_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[\'source_user\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[\'source_user\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[\'source_vm\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[\'source_vm\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_source\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_source\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_source\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_source\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSourceStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($userInfo[\'showActivities\'])) {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_all\" tabindex=\"14\"\' . $filterSourceStates[\'source_all\'][\'checked\'] . \'\' . $filterSourceStates[\'source_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_user\" tabindex=\"15\"\' . $filterSourceStates[\'source_user\'][\'checked\'] . \'\' . $filterSourceStates[\'source_user\'][\'defaultChecked\'] . \' /><span>\' . $userInfo[\'username\'] . \' \' . vB_Template_Runtime::parsePhrase(\"only\") . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($userInfo[\'vm_enable\']) AND !empty($userInfo[\'showVM\'])) {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_vm\" tabindex=\"16\"\' . $filterSourceStates[\'source_vm\'][\'checked\'] . \'\' . $filterSourceStates[\'source_vm\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"visitor_messages_only\") . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <label class=\"no-filter-option\"><a href=\"\' . $baseurl . \'/advanced_search\" tabindex=\"17\">\' . vB_Template_Runtime::parsePhrase(\"advanced\") . \'</a></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showFollowFilter) AND $showFollowFilter) {\n $final_rendered .= \'\r\n \' . \'\'; if (!isset($filterFollowAllValue) OR !$filterFollowAllValue) {\n $final_rendered .= \'\' . \'\'; $filterFollowAllValue = \'follow_all\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterFollowStates[$filterFollowAllValue][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[$filterFollowAllValue][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_members\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_members\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_contents\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_contents\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_channel\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[\'follow_channel\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_follow\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_follow\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_follow\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_follow\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterFollowStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"\' . $filterFollowAllValue . \'\" tabindex=\"18\"\' . $filterFollowStates[$filterFollowAllValue][\'checked\'] . \'\' . $filterFollowStates[$filterFollowAllValue][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n \' . \'\'; if (!isset($hideFollowMembersFilter) OR !$hideFollowMembersFilter) {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_members\" tabindex=\"19\"\' . $filterFollowStates[\'follow_members\'][\'checked\'] . \'\' . $filterFollowStates[\'follow_members\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"members_only\") . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_contents\" tabindex=\"20\"\' . $filterFollowStates[\'follow_contents\'][\'checked\'] . \'\' . $filterFollowStates[\'follow_contents\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"contents_only\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_channel\" tabindex=\"21\"\' . $filterFollowStates[\'follow_channel\'][\'checked\'] . \'\' . $filterFollowStates[\'follow_channel\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"channel_only\") . \'</span></label>\r\n <label class=\"no-filter-option\"><a href=\"\' . $baseurl . \'/advanced_search\" tabindex=\"22\">\' . vB_Template_Runtime::parsePhrase(\"advanced\") . \'</a></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($showNewTopicsFilter) OR (isset($showAllFilters) AND $showAllFilters)) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"new_topics\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterNewTopicsStates[\'0\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterNewTopicsStates[\'0\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterNewTopicsStates[\'1\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterNewTopicsStates[\'1\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_new_topics\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_new_topics\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_new_topics\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_new_topics\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterNewTopicsStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterNewTopicsStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_new_topics\" value=\"1\" tabindex=\"23\"\' . $filterNewTopicsStates[\'1\'][\'checked\'] . \'\' . $filterNewTopicsStates[\'1\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"on\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_new_topics\" value=\"0\" tabindex=\"24\"\' . $filterNewTopicsStates[\'0\'][\'checked\'] . \'\' . $filterNewTopicsStates[\'0\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"off\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSubscribedFilter) AND $showSubscribedFilter) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterTypeStates[\'follow_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTypeStates[\'follow_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTypeStates[\'follow_members\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTypeStates[\'follow_members\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'type\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'type\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'type\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'type\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTypeStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTypeStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"type\" value=\"follow_all\" tabindex=\"23\"\' . $filterTypeStates[\'follow_all\'][\'checked\'] . \'\' . $filterTypeStates[\'follow_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"follow_members\" tabindex=\"24\"\' . $filterTypeStates[\'follow_members\'][\'checked\'] . \'\' . $filterTypeStates[\'follow_members\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"members_only\") . \'</span></label>\r\n </div>\r\n </li>\r\n \' . \'\' . \'\r\n <li class=\"ui-helper-hidden-accessible\">\r\n <div class=\"filter-header\"></div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'mostactive\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'mostactive\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'leastactive\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'leastactive\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[\'all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStatesProfileSubscriptions[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"mostactive\"\' . $filterSortStatesProfileSubscriptions[\'mostactive\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'mostactive\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"leastactive\"\' . $filterSortStatesProfileSubscriptions[\'leastactive\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'leastactive\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"all\"\' . $filterSortStatesProfileSubscriptions[\'all\'][\'checked\'] . \'\' . $filterSortStatesProfileSubscriptions[\'all\'][\'defaultChecked\'] . \' data-bypass-filter-display=\"1\" /><span></span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showDepthFilter) AND $showDepthFilter) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"show_sub_forum\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterDepthStates[\'0\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterDepthStates[\'0\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterDepthStates[\'1\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterDepthStates[\'1\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_depth\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_depth\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_depth\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_depth\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterDepthStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterDepthStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_depth\" value=\"0\" tabindex=\"25\"\' . $filterDepthStates[\'0\'][\'checked\'] . \'\' . $filterDepthStates[\'0\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"on\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_depth\" value=\"1\" tabindex=\"26\"\' . $filterDepthStates[\'1\'][\'checked\'] . \'\' . $filterDepthStates[\'1\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"off\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showSortFilter) AND $showSortFilter) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterSortStates[\'lastcontent\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'lastcontent\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'created\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'created\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'replies\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'replies\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'title\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'title\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'author\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'author\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'votes\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[\'votes\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_sort\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_sort\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterSortStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"lastcontent\"\' . $filterSortStates[\'lastcontent\'][\'checked\'] . \'\' . $filterSortStates[\'lastcontent\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"date_last_update\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"created\"\' . $filterSortStates[\'created\'][\'checked\'] . \'\' . $filterSortStates[\'created\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"date_started_post\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"replies\"\' . $filterSortStates[\'replies\'][\'checked\'] . \'\' . $filterSortStates[\'replies\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"title\"\' . $filterSortStates[\'title\'][\'checked\'] . \'\' . $filterSortStates[\'title\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"title\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"author\"\' . $filterSortStates[\'author\'][\'checked\'] . \'\' . $filterSortStates[\'author\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"members\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"votes\"\' . $filterSortStates[\'votes\'][\'checked\'] . \'\' . $filterSortStates[\'votes\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"likes\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"order\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterOrderStates[\'desc\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterOrderStates[\'desc\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterOrderStates[\'asc\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterOrderStates[\'asc\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_order\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_order\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_order\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_order\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterOrderStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterOrderStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_order\" value=\"desc\"\' . $filterOrderStates[\'desc\'][\'checked\'] . \'\' . $filterOrderStates[\'desc\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"descending\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_order\" value=\"asc\"\' . $filterOrderStates[\'asc\'][\'checked\'] . \'\' . $filterOrderStates[\'asc\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"ascending\") . \'</span></label>\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $prefixsets = vB_Template_Runtime::parseData(\'prefix\', \'fetch\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($prefixsets) {\n $final_rendered .= \'\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"prefix\") . \'</div>\r\n <div class=\"filter-options\">\r\n \' . \'\'; $filterPrefixStates[\'\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[\'\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[\'-1\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[\'-1\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[\'-2\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[\'-2\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_prefix\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_prefix\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_prefix\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_prefix\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!in_array($filterValue, array(\'\', -1, -2))) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; if (!isset($prefixset[$filterValue])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $invalidPrefix = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($filterValue)) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterPrefixStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"\"\' . $filterPrefixStates[\'\'][\'checked\'] . \'\' . $filterPrefixStates[\'\'][\'defaultChecked\'] . \' /><span><em>\' . vB_Template_Runtime::parsePhrase(\"any_topic_meta\") . \'</em></span></label>\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"-1\"\' . $filterPrefixStates[\'-1\'][\'checked\'] . \'\' . $filterPrefixStates[\'-1\'][\'defaultChecked\'] . \' /><span><em>\' . vB_Template_Runtime::parsePhrase(\"no_prefix_meta\") . \'</em></span></label>\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"-2\"\' . $filterPrefixStates[\'-2\'][\'checked\'] . \'\' . $filterPrefixStates[\'-2\'][\'defaultChecked\'] . \' /><span><em>\' . vB_Template_Runtime::parsePhrase(\"any_prefix_meta\") . \'</em></span></label>\r\n\r\n \' . \'\'; $prefixes = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (count($prefixsets) > 1) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; $prefixsetvarname = \'prefixset_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= $prefixsetid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= \'_title\'; $final_rendered .= \'\' . \'\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"$prefixsetvarname\") . \'</div>\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixes[$prefixid] = $prefixvarname; $final_rendered .= \'\' . \'\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"\' . $prefixid . \'\"\' . \'\'; if (isset($filterPrefixStates[$prefixid])) {\n $final_rendered .= \' checked=\"checked\" data-default-checked=\"1\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</span></label>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixes[$prefixid] = $prefixvarname; $final_rendered .= \'\' . \'\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"\' . $prefixid . \'\"\' . \'\'; if (isset($filterPrefixStates[$prefixid])) {\n $final_rendered .= \' checked=\"checked\" data-default-checked=\"1\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</span></label>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end if prefixsets -->\r\n </ul>\r\n </form>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($page[\'q\']) AND !empty($showSearch)) {\n $final_rendered .= \'\r\n \' . \'\'; $hasSearchKeyword = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"filtered-by h-clearfix\' . \'\'; if ((empty($widgetConfig[\'url_default_filters\']) AND empty($hasSearchKeyword)) OR (!empty($invalidPrefix) AND count($widgetConfig[\'url_default_filters\']) == 1)) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"filtered_by\") . \':</label>\r\n <div class=\"filter-text-wrapper h-left\">\r\n \' . \'\'; if (!empty($hasSearchKeyword)) {\n $final_rendered .= \'\r\n <div class=\"filter-text\" data-filter-name=\"q\" data-filter-value=\"\' . vB_Template_Runtime::vBVar($page[\'q\']) . \'\" data-filter-type=\"text\" data-filter-js-selector=\"js-filter-search\">\r\n <span title=\"\' . vB_Template_Runtime::parsePhrase(\"search\") . \': "\' . vB_Template_Runtime::vBVar($page[\'q\']) . \'"\">"\' . vB_Template_Runtime::vBVar($page[\'q\']) . \'"</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $validFilters = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($widgetConfig[\'url_default_filters\']) || $widgetConfig[\'url_default_filters\'] instanceof ArrayAccess) { foreach ($widgetConfig[\'url_default_filters\'] AS $filterName => $filterValue) {$final_rendered .= \'\r\n \' . \'\'; $filterText = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterName == \'filter_time\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"time\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'time_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"all_time\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'time_today\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"today\") . \'\'; $final_rendered .= \'\' . \' \r\n \';\n } else if ($filterValue == \'time_lastweek\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'time_lastmonth\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_show\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"show\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'show_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"show\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"all\"); $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'vBForum_Text\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"discussions_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'vBForum_Gallery\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"photos_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'vBForum_Video\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"videos_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'vBForum_Link\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"links_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'vBForum_Poll\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"polls_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_sort\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'lastcontent\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"date_last_update\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'created\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"date_started_post\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'replies\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'title\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"title\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'author\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"members\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'votes\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"likes\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_order\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"order\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'desc\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"descending\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'asc\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"ascending\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_new_topics\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"new_topics\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"new_topics\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($filterValue)) {\n $final_rendered .= \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"off\"); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"on\"); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_blogs\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"blogs\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'show_my\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"blog_myblogposts\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'show_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"blogs\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"blog_allblogposts\"); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_follow\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'follow_all_activity\' OR $filterValue == \'follow_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"all\"); $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'follow_members\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"members_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'follow_channel\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"channel_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'follow_contents\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"contents_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'type\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'follow_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"subscribed\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"all\"); $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'follow_members\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"members_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_source\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"source\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'source_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"source\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"all\"); $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'source_user\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = $userInfo[\'username\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= \' \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText .= vB_Template_Runtime::parsePhrase(\"only\"); $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'source_vm\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"visitor_messages_only\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($filterName == \'filter_prefix\') {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($invalidPrefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"prefix\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == -1) {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"no_prefix_meta\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == -2) {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"any_prefix_meta\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"any_topic_meta\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $prefixName = $prefixes[$filterValue]; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"$prefixName\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($filterText) {\n $final_rendered .= \'\r\n \' . \'\'; $validFilters = \'\' . vB_Template_Runtime::runMaths(\'\' . $validFilters . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n <div class=\"filter-text\" data-filter-name=\"\' . $filterName . \'\" data-filter-value=\"\' . vB_Template_Runtime::vBVar($filterValue) . \'\">\r\n \' . \'\'; $filterTextTooltip .= $filterText; $final_rendered .= \'\' . \'\r\n <span title=\"\' . $filterTextTooltip . \'\">\' . $filterText . \'</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <a href=\"#\" class=\"clear-all\' . \'\'; if (!isset($widgetConfig[\'url_default_filters\']) OR $validFilters < 2) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\' . vB_Template_Runtime::parsePhrase(\"clear_all\") . \'</a>\r\n </div>\r\n <div class=\"new-conversations-strip\"><span></span> \' . vB_Template_Runtime::parsePhrase(\"conversation_new_posts\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ((isset($showReplyBtn) AND $showReplyBtn) OR (isset($showAll) AND $showAll) OR (isset($showVmBtn) AND $showVmBtn)) {\n $final_rendered .= \'\r\n \' . \'\'; $headerTitle = \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $submitButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showVmBtn) AND $showVmBtn)) {\n $final_rendered .= \'\r\n \' . \'\'; $headerTitle = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $submitButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"post\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ((isset($showAll) AND $showAll) OR (isset($showVmBtn) AND $showVmBtn)) {\n $final_rendered .= \'\r\n <div class=\"conversation-reply-slideout h-hide\">\r\n \' . \'\'; $conversationRoute = vB_Template_Runtime::parseData(\'route\', \'getChannelConversationRoute\', $conversation[\'parentid\']); $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'content_entry_box\',array(\'page\' => $page, \'parentid\' => $nodeid, \'routeid\' => $conversationRoute, \'pagenum\' => $pagingInfo[\'currentpage\'], \'conversation\' => $conversation, \'contentEntryType\' => \'reply\', \'headerTitle\' => $headerTitle, \'submitButtonLabelDiscussion\' => $submitButtonLabel, \'showDiscussionTab\' => \'1\', \'showPhotoTab\' => \'1\', \'showLinkTab\' => \'1\', \'showAdvancedEditorTab\' => \'1\', \'showCancel\' => \'1\', \'showGoAdvanced\' => \'0\', \'showTags\' => \'0\', \'showTitle\' => \'0\', \'isVm\' => $showVmBtn, \'createpermissions\' => $vm_createpermissions)) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:if condition=\"!isset($position) OR !in_array($position, array(\'top\', \'bottom\'))\">\r\n {vb:set position, \'top\'}\r\n</vb:if>\r\n<vb:if condition=\"empty($resultsPerPage) AND (isset($widgetConfig[\'resultsPerPage\']) OR isset($user[\'maxposts\']))\">\r\n <vb:if condition=\"isset($user[\'maxposts\']) AND $user[\'maxposts\'] != -1\">\r\n {vb:set resultsPerPage, {vb:raw user.maxposts}}\r\n <vb:else />\r\n {vb:set resultsPerPage, {vb:raw widgetConfig.resultsPerPage}}\r\n </vb:if>\r\n</vb:if>\r\n<vb:if condition=\"empty($allowHistory)\">\r\n {vb:set allowHistory, 0}\r\n<vb:else />\r\n {vb:set allowHistory, 1}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!isset($nodeid)\">{vb:set nodeid, 0}</vb:if>\r\n\r\n<vb:comment>Visitor Message Create Permission is set by widget_profile template</vb:comment>\r\n<vb:if condition=\"!isset($vm_createpermissions)\">{vb:set vm_createpermissions, 0}</vb:if>\r\n\r\n<vb:comment>Show the article title when on the article detail page</vb:comment>\r\n{vb:set showArticleTitle, 0}\r\n<vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $conversation[\'nodeid\'] == $conversation[\'starter\']\">\r\n {vb:action articlePageTitle, bbcode, fetchPageTitle, {vb:var conversation.nodeid}, {vb:raw page.contentpagenum}}\r\n <vb:if condition=\"$conversation[\'startertitle\'] != $articlePageTitle\">\r\n {vb:set showArticleTitle, 1}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<div class=\"conversation-toolbar-wrapper <vb:if condition=\"isset($cssClass)\">{vb:raw cssClass}</vb:if> {vb:raw position} h-clear hide-on-editmode\r\n <vb:if condition=\"isset($floating) AND $floating\">\r\n scrolltofixed-floating\r\n scrolltofixed-<vb:if condition=\"isset($floatLocation) AND in_array($floatLocation, array(\'top\', \'bottom\'))\">{vb:raw floatLocation}<vb:else />top</vb:if>\r\n </vb:if>\r\n\" data-allow-history=\"{vb:raw allowHistory}\">\r\n <div class=\"conversation-toolbar\">\r\n <vb:if condition=\"!empty($blogStats) OR (isset($memberBlogs) AND $memberBlogs) OR (isset($blogPostsAll) AND $blogPostsAll) OR\r\n (isset($createSG) AND $createSG) OR (isset($showSgAll) AND $showSgAll) OR isset($showNewConversationBtn) OR\r\n (isset($showVmBtn) AND $showVmBtn AND $userInfo[\'vm_enable\']) OR\r\n (isset($showEditSubscribedLink) AND $showEditSubscribedLink AND !empty($subscribedRouteInfo)) OR\r\n (isset($showSortBy) AND $showSortBy) OR (isset($showSortOrder) AND $showSortOrder) OR\r\n (isset($profileSubscribeButtonInfo) AND is_array($profileSubscribeButtonInfo) AND count($profileSubscribeButtonInfo) > 0) OR\r\n (isset($showBackToProfileButton) AND $showBackToProfileButton AND !empty($userInfo)) OR\r\n (isset($showGotoIgnoreList) AND $showGotoIgnoreList) OR\r\n (isset($showReplyBtn) AND $showReplyBtn) OR\r\n !empty($accessibleHiddenDefaultFilter) OR\r\n !empty($showInfractionBtn) OR\r\n (isset($showAll) AND $showAll) OR\r\n $showArticleTitle\">\r\n <ul class=\"toolset-left <vb:if condition=\"$conversation[\'canmoderate\']\">display-button</vb:if>\">\r\n <vb:if condition=\"!empty($showInfractionBtn)\">\r\n {vb:data canInfractUser, content_infraction, canInfractUser, {vb:raw userInfo.userid}}\r\n <vb:if condition=\"$canInfractUser\">\r\n <li><button type=\"button\" class=\"infractionCtrl button secondary\" data-userid=\"{vb:raw userInfo.userid}\">{vb:phrase give_infraction_ginfraction}</button></li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"!empty($blogStats)\">\r\n <li>\r\n <div class=\"button-set h-left js-button-filters\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_blogshow}</span>\r\n <button class=\"button {vb:if $interval != \'monthly\', primary, secondary} js-button-filter showDaily\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_daily}</span>\r\n </button>\r\n <button class=\"button {vb:if $interval == \'monthly\', primary, secondary} js-button-filter showMonthly\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_monthly}</span>\r\n </button>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($memberBlogs) AND $memberBlogs)\">\r\n {vb:set urlInfo.blogaction, \'create\'}\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <li>\r\n <button class=\"button primary add-blog light\">{vb:phrase blog_addBlog}</button>\r\n </li>\r\n {vb:set urlInfo.blogaction, \'admin\'}\r\n </vb:if>\r\n <vb:if condition=\"(isset($blogPostsAll) AND $blogPostsAll)\">\r\n <li>\r\n <div class=\"button-set h-left js-button-filter\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_blogshow}</span>\r\n <button class=\"button secondary showAll js-button-filter\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_allblogposts}</span>\r\n </button>\r\n <button class=\"button secondary showMy js-button-filter\">\r\n <span class=\"button-text-primary\">{vb:phrase blog_myblogposts}</span>\r\n </button>\r\n </div>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:comment>Groups tab start</vb:comment>\r\n <vb:if condition=\"(isset($createSG) AND $createSG)\">\r\n {vb:set urlInfo.sgaction, \'create\'}\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <li>\r\n <button class=\"button primary add-sg\">{vb:phrase social_group_create}</button>\r\n </li>\r\n {vb:set urlInfo.blogaction, \'admin\'}\r\n </vb:if>\r\n <vb:if condition=\"!empty($showSgAll) OR !empty($accessibleHiddenDefaultFilter)\">\r\n <vb:if condition=\"empty($showSgAll) AND !empty($accessibleHiddenDefaultFilter)\">\r\n {vb:set setHiddenDefaultFilter, 1}\r\n </vb:if>\r\n <li<vb:if condition=\"!empty($setHiddenDefaultFilter)\"> class=\"h-hide\"</vb:if>>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_groups}}\r\n <vb:if condition=\"empty($setHiddenDefaultFilter)\">\r\n <div class=\"button-set h-left js-button-filters\">\r\n <label>{vb:phrase blog_blogshow}</label>\r\n\r\n {vb:set filterGroupsStates.show_all.checked, \'\'}\r\n {vb:set filterGroupsStates.show_all.defaultChecked, \'\'}\r\n {vb:set filterGroupsStates.show_my.checked, \'\'}\r\n {vb:set filterGroupsStates.show_my.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_groups\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_groups}}\r\n <vb:elseif condition=\"isset($selectedGroupFilter)\" />\r\n {vb:set filterValue, {vb:raw selectedGroupFilter}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_groups}}\r\n </vb:if>\r\n {vb:set filterGroupsStates.$filterValue.checked, \' js-checked\'}\r\n {vb:set filterGroupsStates.$defaultFilterValue.defaultChecked, \' js-default-checked\'}\r\n\r\n <button type=\"button\" class=\"js-button-filter button secondary{vb:raw filterGroupsStates.show_all.defaultChecked}{vb:raw filterGroupsStates.show_all.checked}\" data-filter-name=\"filter_groups\" data-filter-value=\"show_all\">{vb:phrase all}</button>\r\n <button type=\"button\" class=\"js-button-filter button secondary{vb:raw filterGroupsStates.show_my.defaultChecked}{vb:raw filterGroupsStates.show_my.checked}\" data-filter-name=\"filter_groups\" data-filter-value=\"show_my\">{vb:phrase your_groups}</button>\r\n </div>\r\n <vb:else />\r\n <vb:comment>this is hidden but needed to determine the default filter</vb:comment>\r\n <span class=\"js-button-filters\"><span class=\"js-button-filter js-default-checked js-checked\" data-filter-name=\"filter_groups\" data-filter-value=\"{vb:var defaultFilterValue}\"></span></span>\r\n </vb:if>\r\n </li>\r\n </vb:if>\r\n <vb:comment>Groups tab end</vb:comment>\r\n\r\n <!-- new conversation button -->\r\n {vb:set showBlogNewEntryButton, 0}\r\n <vb:if condition=\"isset($showNewConversationBtn) AND $showNewConversationBtn == \'blog\'\">\r\n {vb:data blogAdminPerms, blog, getChannelAdminPerms, {vb:raw nodeid}}\r\n <vb:if condition=\"$blogAdminPerms[\'canstats\'] > 0 OR $blogAdminPerms[\'canstats\'] > 0\">\r\n {vb:set showBlogNewEntryButton, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"isset($showNewConversationBtn) AND $showNewConversationBtn == \'blogentry\'\">\r\n {vb:data createPermission, user, canCreateBlogEntry, {vb:raw nodeid}}\r\n <vb:if condition=\"$createPermission\">\r\n {vb:set showBlogNewEntryButton, 1}\r\n </vb:if>\r\n </vb:if>\r\n {vb:set showSGNewTopicButton, 0}\r\n <vb:if condition=\"isset($showNewConversationBtn) AND $showNewConversationBtn == \'sg\'\">\r\n {vb:rawdata canAlwaysCreateDiscussion, user, hasPermissions, forumpermissions2, canalwayspostnew, {vb:raw page.channelid}}\r\n <vb:if condition=\"(($user[\'is_admin\']) OR ($channelInfo[\'userid\'] == $user[\'userid\']) OR \r\n (((isset($hasJoined) AND ($hasJoined == 1)) OR (!empty($canAlwaysCreateDiscussion) AND empty($canAlwaysCreateDiscussion[\'errors\']) AND $canAlwaysCreateDiscussion))\r\n AND isset($canCreateDiscussion) AND $canCreateDiscussion))\">\r\n {vb:set showSGNewTopicButton, 1}\r\n <vb:else />\r\n {vb:set showSGNewTopicButton, 0}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$showBlogNewEntryButton OR $showSGNewTopicButton OR (isset($showNewConversationBtn) AND $showNewConversationBtn AND $showNewConversationBtn != \'sg\' AND $showNewConversationBtn != \'blog\' AND $showNewConversationBtn != \'blogentry\') OR (isset($showAll) AND $showAll)\">\r\n <li>\r\n <button type=\"button\" class=\"button primary light new-conversation-btn\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\"><vb:if condition=\"$showBlogNewEntryButton\">{vb:phrase plus_new_blog_post}<vb:elseif condition=\"$showSGNewTopicButton\" />{vb:phrase plus_new_sg_post}<vb:elseif condition=\"$showNewConversationBtn == \'article\'\" />{vb:phrase plus_new_article}<vb:else />{vb:phrase plus_new_conversation}</vb:if></span>\r\n </button>\r\n </li>\r\n </vb:if>\r\n <!-- /new conversation button -->\r\n\r\n <vb:if condition=\"!empty($showBlogsAll) OR !empty($accessibleHiddenDefaultFilter)\">\r\n <vb:if condition=\"empty($showBlogsAll) AND !empty($accessibleHiddenDefaultFilter)\">\r\n {vb:set setHiddenDefaultFilter, 1}\r\n </vb:if>\r\n <li<vb:if condition=\"!empty($setHiddenDefaultFilter)\"> class=\"h-hide\"</vb:if>>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_blogs}}\r\n <vb:if condition=\"empty($setHiddenDefaultFilter)\">\r\n <div class=\"button-set h-left js-button-filters\">\r\n <label>{vb:phrase blog_blogshow}</label>\r\n\r\n {vb:set filterBlogsStates.show_all.checked, \'\'}\r\n {vb:set filterBlogsStates.show_all.defaultChecked, \'\'}\r\n {vb:set filterBlogsStates.show_my.checked, \'\'}\r\n {vb:set filterBlogsStates.show_my.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_blogs\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_blogs}}\r\n <vb:elseif condition=\"isset($selectedBlogFilter)\" />\r\n {vb:set filterValue, {vb:raw selectedBlogFilter}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_blogs}}\r\n </vb:if>\r\n {vb:set filterBlogsStates.$filterValue.checked, \' js-checked\'}\r\n {vb:set filterBlogsStates.$defaultFilterValue.defaultChecked, \' js-default-checked\'}\r\n\r\n <button type=\"button\" class=\"js-button-filter button secondary{vb:raw filterBlogsStates.show_all.defaultChecked}{vb:raw filterBlogsStates.show_all.checked}\" data-filter-name=\"filter_blogs\" data-filter-value=\"show_all\">{vb:phrase all}</button>\r\n <button type=\"button\" class=\"js-button-filter button secondary{vb:raw filterBlogsStates.show_my.defaultChecked}{vb:raw filterBlogsStates.show_my.checked}\" data-filter-name=\"filter_blogs\" data-filter-value=\"show_my\">{vb:phrase my_blogs}</button>\r\n </div>\r\n <vb:else />\r\n <vb:comment>this is hidden but needed to determine the default filter</vb:comment>\r\n <span class=\"js-button-filters\"><span class=\"js-button-filter js-default-checked js-checked\" data-filter-name=\"filter_blogs\" data-filter-value=\"{vb:var defaultFilterValue}\"></span></span>\r\n </vb:if>\r\n </li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($showVmBtn) AND $showVmBtn AND $userInfo[\'vm_enable\'] AND $userInfo[\'showVM\']\">\r\n {vb:set showVmBtn, 1}\r\n <vb:else />\r\n {vb:set showVmBtn, 0}\r\n </vb:if>\r\n <vb:if condition=\"(isset($showReplyBtn) AND $showReplyBtn) OR (isset($showAll) AND $showAll) OR $showVmBtn\">\r\n <li>\r\n <button id=\"btnPostReply-{vb:raw position}\" type=\"button\" class=\"button primary light post-reply-btn\">\r\n <span class=\"button-text-primary\"><vb:if condition=\"$showVmBtn\">{vb:phrase visitor_message}<vb:else />{vb:phrase post_reply}</vb:if></span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </li>\r\n <vb:comment>\r\n <li>\r\n <button type=\"button\" class=\"button primary light post-reply-btn\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">{vb:phrase post_reply}</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </li>\r\n <li><button type=\"button\" class=\"button primary light new-quote-btn\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">{vb:phrase new_with_quote}</span></button></li>\r\n </vb:comment>\r\n </vb:if>\r\n <vb:if condition=\"isset($showEditSubscribedLink) AND $showEditSubscribedLink AND !empty($subscribedRouteInfo)\">\r\n <li><a href=\"{vb:url \'subscription\', {vb:raw subscribedRouteInfo}}\" class=\"edit-subscribed button secondary\">{vb:phrase edit_following}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showSortBy) AND $showSortBy) OR (isset($showSortOrder) AND $showSortOrder)\">\r\n {vb:set sortfield, \"lastcontent\"}\r\n {vb:set sortdir, \"\"}\r\n <vb:if condition=\"!empty($searchJSONStructure[\'sort\'])\">\r\n <vb:if condition=\"is_array($searchJSONStructure[\'sort\'])\">\r\n <vb:each from=\"searchJSONStructure.sort\" value=\"dir\" key=\"sort\">\r\n {vb:set sortfield, {vb:raw sort}}\r\n {vb:set sortdir, {vb:raw dir}}\r\n </vb:each>\r\n <vb:else />\r\n {vb:set sortfield, {vb:raw searchJSONStructure.sort}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSortBy) AND $showSortBy\">\r\n <li class=\"sort-controls h-invisible\">\r\n <label>{vb:phrase sort_by}</label>\r\n <select name=\"searchFields[order][field]\" class=\"searchFields_order_field custom-dropdown\">\r\n <option value=\"relevance\"<vb:if condition=\"$sortfield == \'relevance\'\"> selected=\"selected\"</vb:if>>{vb:phrase Relevance}</option>\r\n <option value=\"title\"<vb:if condition=\"$sortfield == \'title\'\"> selected=\"selected\"</vb:if>>{vb:phrase title}</option>\r\n <option value=\"author\"<vb:if condition=\"$sortfield == \'author\'\"> selected=\"selected\"</vb:if>>{vb:phrase members}</option>\r\n <option value=\"created\"<vb:if condition=\"$sortfield == \'created\'\"> selected=\"selected\"</vb:if>>{vb:phrase date_started_post}</option>\r\n <option value=\"lastcontent\"<vb:if condition=\"$sortfield == \'lastcontent\'\"> selected=\"selected\"</vb:if>>{vb:phrase date_last_update}</option>\r\n <option value=\"replies\"<vb:if condition=\"$sortfield == \'replies\'\"> selected=\"selected\"</vb:if>>{vb:phrase replies}</option>\r\n <option value=\"votes\"<vb:if condition=\"$sortfield == \'votes\'\"> selected=\"selected\"</vb:if>>{vb:phrase likes}</option>\r\n </select>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSortOrder) AND $showSortOrder\">\r\n <li class=\"sort-controls h-invisible\">\r\n <label>{vb:phrase order}</label>\r\n <select name=\"searchFields[order][direction]\" class=\"searchFields_order_direction custom-dropdown\">\r\n <option value=\"desc\"<vb:if condition=\"$sortdir == \'DESC\'\"> selected=\"selected\"</vb:if>>{vb:phrase descending}</option>\r\n <option value=\"asc\"<vb:if condition=\"$sortdir == \'ASC\'\"> selected=\"selected\"</vb:if>>{vb:phrase ascending}</option>\r\n </select>\r\n </li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"isset($profileSubscribeButtonInfo) AND is_array($profileSubscribeButtonInfo) AND count($profileSubscribeButtonInfo) > 0\">\r\n <vb:if condition=\"!empty($profileSubscribeButtonInfo[\'showSubscribeButton\'])\">\r\n <li><button class=\"action_button {vb:raw profileSubscribeButtonInfo.buttonType}_button subscribe-btn button {vb:raw profileSubscribeButtonInfo.buttonCSS}\" data-userid=\"{vb:raw profileSubscribeButtonInfo.userid}\" id=\"add_{vb:raw profileSubscribeButtonInfo.userid}\"{vb:raw profileSubscribeButtonInfo.buttonState}>{vb:phrase {vb:raw profileSubscribeButtonInfo[\'buttonLabelPhraseId\']}}</button></li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"!empty($showPmBtn) AND !empty($userInfo) AND !empty($userInfo[\'userid\']) AND !empty($user[\'userid\']) AND $user[\'userid\'] != $userInfo[\'userid\']\">\r\n {vb:data canUsePmSystem, content_privatemessage, canUsePmSystem}\r\n <vb:if condition=\"$canUsePmSystem\">\r\n <li><a href=\"{vb:raw baseurl}/privatemessage/new/{vb:raw userInfo.userid}\" class=\"pm_button button secondary\">{vb:phrase group_private_message}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"isset($showBackToProfileButton) AND $showBackToProfileButton AND !empty($userInfo)\">\r\n <li>\r\n <a href=\"{vb:url \'profile\', {vb:raw userInfo}}\" class=\"button secondary back-button\"><span class=\"vb-icon vb-icon-back\"></span>{vb:phrase back_to_profile}</a>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSubscriptionCount) AND $showSubscriptionCount AND isset($pagingInfo) AND $pagingInfo\">\r\n <li><span class=\"subscriptions-totalcount\">\r\n <vb:if condition=\"$pagingInfo[\'totalcount\'] != 1\">\r\n {vb:phrase showing_x_subscriptions, {vb:raw pagingInfo.totalcount}}\r\n <vb:else />\r\n {vb:phrase showing_1_subscription}\r\n </vb:if>\r\n </span></li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSubscriberCount) AND $showSubscriberCount AND isset($pagingInfo) AND $pagingInfo\">\r\n <li><span class=\"subscribers-totalcount\">\r\n <vb:if condition=\"$pagingInfo[\'totalcount\'] != 1\">\r\n {vb:phrase showing_x_subscribers, {vb:raw pagingInfo.totalcount}}\r\n <vb:else />\r\n {vb:phrase showing_1_subscriber}\r\n </vb:if>\r\n </span></li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showGotoIgnoreList) AND $showGotoIgnoreList AND ($userInfo[\'userid\'] == $user[\'userid\'])\">\r\n {vb:set settingsRoute.tab, \'account\'}\r\n <li><a href=\"{vb:url \'settings\', {vb:raw settingsRoute}}#ignore_list\" class=\"rx-ignore\">{vb:phrase go_to_ignore_list}</a></li>\r\n </vb:if>\r\n\r\n <vb:comment>Show the article title when on the article detail page</vb:comment>\r\n <vb:if condition=\"$showArticleTitle\">\r\n <li>\r\n <b>{vb:raw articlePageTitle}</b>\r\n </li>\r\n </vb:if>\r\n\r\n </ul>\r\n </vb:if>\r\n <ul class=\"toolset-right\">\r\n <vb:if condition=\"isset($showSubscriptionSearch) AND $showSubscriptionSearch\">\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form subscription-search-form\" action=\"javascript:alert(\'Not implemented yet.\')\" method=\"post\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw nodeid}\" />\r\n <input type=\"hidden\" name=\"view\" value=\"{vb:raw view}\" />\r\n <vb:if condition=\"isset($resultsPerPage)\">\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw resultsPerPage}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n </vb:if>\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" class=\"search-keywords textbox\" placeholder=\"{vb:phrase search}\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-{vb:raw position}\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">{vb:phrase search}</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSubscriberSearch) AND $showSubscriberSearch\">\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form subscriber-search-form\" action=\"javascript:alert(\'Not implemented yet.\')\" method=\"post\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw nodeid}\" />\r\n <input type=\"hidden\" name=\"view\" value=\"{vb:raw view}\" />\r\n <vb:if condition=\"isset($resultsPerPage)\">\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw resultsPerPage}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n </vb:if>\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" class=\"search-keywords textbox\" placeholder=\"{vb:phrase search}\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-{vb:raw position}\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">{vb:phrase search}</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showSearch) AND $showSearch) OR (isset($showAll) AND $showAll)\">\r\n <li class=\"toolbar-search\">\r\n <form name=\"toolbar-search-form\" action=\"{vb:raw baseurl}/activity/get\" method=\"post\" class=\"toolbar-search-form\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw nodeid}\" />\r\n <input type=\"hidden\" name=\"view\" value=\"{vb:raw view}\" />\r\n <vb:if condition=\"isset($resultsPerPage)\">\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw resultsPerPage}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"1\" />\r\n </vb:if>\r\n <div class=\"search-container\">\r\n <input type=\"text\" name=\"q\" value=\"{vb:var page.q}\" class=\"textbox js-filter-search\" placeholder=\"{vb:phrase search}\" data-filter-name=\"{vb:phrase search}\" />\r\n <button type=\"submit\" name=\"btnSearch\" id=\"btnSearch-{vb:raw position}\" class=\"search-btn\"><span class=\"vb-icon vb-icon-search-small-gray\">{vb:phrase search}</span></button>\r\n </div>\r\n </form>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showPageNavClient) AND $showPageNavClient)\">\r\n <li class=\"toolbar-pagenav\">\r\n {vb:template pagenavnew_client, pagenav={vb:raw pagingInfo}}\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showPageNav) AND $showPageNav) OR (isset($showAll) AND $showAll)\">\r\n <li class=\"toolbar-pagenav\">\r\n {vb:template pagenavnew, pagenav={vb:raw pagingInfo}}\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showFilter) AND $showFilter) OR (isset($showAll) AND $showAll)\">\r\n <li class=\"toolbar-filter toolbar-filter-{vb:raw position}\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($permTopics)\">\r\n <vb:each from=\"permTopics\" key=\"permid\" value=\"perm\">\r\n <vb:if condition=\"$perm > 0 AND (!isset($modPerms[$permid]) OR $modPerms[$permid] == 0)\">\r\n {vb:set modPerms[$permid],{vb:raw perm}}\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(isset($showInlineMod) AND $showInlineMod)\">\r\n {vb:template inlinemod_menu, view={vb:raw view}, conversation={vb:raw conversation}, modPerms={vb:raw modPerms}, includeLI=1}\r\n <vb:elseif condition=\"$view == \'topic\'\" />\r\n {vb:js js/inlinemod.js}\r\n <li class=\"toolbar-inline-mod\">\r\n <div class=\"moderationmenu_container topictools {vb:raw view}\" data-view=\"{vb:raw view}\">\r\n <div class=\"moderation-mainmenu h-clearfix\">\r\n <div class=\"mainmenu moderation h-left\">\r\n <span>{vb:phrase moderation}</span>\r\n <ul class=\"submenu moderation-submenu\">\r\n <li class=\"moderation-action col1 moderation-markread\"><a href=\"#\" data-action=\"markRead\">{vb:phrase mark_this_channel_read}</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </li>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n\r\n <vb:if condition=\"!empty($showSubscriberFilter)\">\r\n <vb:comment>\r\n This form will be hidden and will not be shown at all but this will be programmatically used for paginating and sorting the Subscriber header \'Last Activity\' in Subscription widget.\r\n </vb:comment>\r\n <form action=\"{vb:raw baseurl}/{vb:raw filterFormAction}\" method=\"post\" class=\"toolbar-filter-overlay h-hide\">\r\n <input type=\"hidden\" name=\"follower\" value=\"{vb:raw filterOptions.follower}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw filterOptions.page}\" />\r\n <input type=\"hidden\" name=\"perpage\" value=\"{vb:raw filterOptions.perpage}\" />\r\n\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\"></div>\r\n <div class=\"filter-options\">\r\n {vb:set filterSortStatesProfileSubscriptions.mostactive.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.mostactive.defaultChecked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.leastactive.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.leastactive.defaultChecked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.all.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.all.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters_profile_subscription.filter_sort}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_sort}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_sort}}\r\n {vb:set filterSortStatesProfileSubscriptions.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterSortStatesProfileSubscriptions.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"mostactive\"{vb:raw filterSortStatesProfileSubscriptions.mostactive.checked}{vb:raw filterSortStatesProfileSubscriptions.mostactive.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"leastactive\"{vb:raw filterSortStatesProfileSubscriptions.leastactive.checked}{vb:raw filterSortStatesProfileSubscriptions.leastactive.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"all\"{vb:raw filterSortStatesProfileSubscriptions.all.checked}{vb:raw filterSortStatesProfileSubscriptions.all.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(isset($showFilter) AND $showFilter) OR (isset($showAll) AND $showAll)\">\r\n <vb:if condition=\"!isset($widgetConfig[\'url_default_filters\'])\">\r\n {vb:set widgetConfig.url_default_filters, {vb:php array}}\r\n </vb:if>\r\n <vb:if condition=\"!isset($filterFormAction) OR !$filterFormAction\">{vb:set filterFormAction, \'activity/get\'}</vb:if>\r\n <form action=\"{vb:raw baseurl}/{vb:raw filterFormAction}\" method=\"post\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw nodeid}\" />\r\n <input type=\"hidden\" name=\"view\" value=\"{vb:raw view}\" />\r\n <vb:if condition=\"!empty($filterExcludeTypes)\">\r\n <vb:each from=\"filterExcludeTypes\" value=\"excludetype\">\r\n <input type=\"hidden\" name=\"exclude_type[]\" value=\"{vb:raw excludetype}\" />\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"!empty($hiddenFields)\">\r\n <vb:each from=\"hiddenFields\" value=\"hiddenField\" key=\"key\">\r\n <input type=\"hidden\" name=\"{vb:raw key}\" value=\"{vb:raw hiddenField}\" />\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"!empty($excludeVM)\">\r\n <input type=\"hidden\" name=\"exclude_visitor_messages\" value=\"1\" />\r\n </vb:if>\r\n <vb:if condition=\"!empty($noLimit)\">\r\n <input type=\"hidden\" name=\"nolimit\" value=\"1\" />\r\n </vb:if>\r\n <vb:if condition=\"isset($resultsPerPage)\">\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw resultsPerPage}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"<vb:if condition=\"!empty($pagingInfo) AND !empty($pagingInfo[\'currentpage\'])\">{vb:raw pagingInfo.currentpage}<vb:else />1</vb:if>\" />\r\n </vb:if>\r\n <vb:if condition=\"isset($widgetConfig[\'maxpages\'])\">\r\n <input type=\"hidden\" name=\"maxpages\" value=\"{vb:raw widgetConfig.maxpages}\" />\r\n </vb:if>\r\n <vb:if condition=\"isset($widgetConfig[\'showResultId\'])\">\r\n <input type=\"hidden\" name=\"result-id\" value=\"0\" />\r\n </vb:if>\r\n <vb:if condition=\"!empty($userInfo) AND isset($userInfo[\'userid\'])\">\r\n <input type=\"hidden\" name=\"userid\" value=\"{vb:raw userInfo.userid}\" />\r\n <vb:else />\r\n <input type=\"hidden\" name=\"userid\" value=\"0\" />\r\n </vb:if>\r\n <vb:if condition=\"isset($setFollowerId) AND $setFollowerId\">\r\n <input type=\"hidden\" name=\"followerid\" value=\"{vb:raw user.userid}\" />\r\n </vb:if>\r\n <vb:if condition=\"!isset($showChannelInfo)\">{vb:set showChannelInfo, 1}</vb:if>\r\n <input type=\"hidden\" name=\"showChannelInfo\" value=\"{vb:raw showChannelInfo}\" />\r\n <ul class=\"filter-options-list\">\r\n <vb:if condition=\"isset($showBlogsFilter) AND $showBlogsFilter\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase blogs}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterBlogsStates.show_all.checked, \'\'}\r\n {vb:set filterBlogsStates.show_all.defaultChecked, \'\'}\r\n {vb:set filterBlogsStates.show_my.checked, \'\'}\r\n {vb:set filterBlogsStates.show_my.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_blogs\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_blogs}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_blogs}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_blogs}}\r\n {vb:set filterBlogsStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterBlogsStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"userid\" value=\"0\" tabindex=\"1\"{vb:raw filterBlogsStates.show_all.checked}{vb:raw filterBlogsStates.show_all.defaultChecked} /><span>{vb:phrase blog_allblogposts}</span></label>\r\n <label><input type=\"radio\" name=\"userid\" value=\"{vb:raw user.userid}\" tabindex=\"2\"{vb:raw filterBlogsStates.show_my.checked}{vb:raw filterBlogsStates.show_my.defaultChecked} /><span>{vb:phrase blog_myblogposts}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showTimeFilter) AND $showTimeFilter) OR (isset($showAllFilters) AND $showAllFilters)\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase time}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterTimeStates.time_all.checked, \'\'}\r\n {vb:set filterTimeStates.time_all.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_today.checked, \'\'}\r\n {vb:set filterTimeStates.time_today.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_lastweek.checked, \'\'}\r\n {vb:set filterTimeStates.time_lastweek.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_lastmonth.checked, \'\'}\r\n {vb:set filterTimeStates.time_lastmonth.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_time\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_time}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_time}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_time}}\r\n {vb:set filterTimeStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterTimeStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <vb:if condition=\"empty($hideTimeFilterAll)\">\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_all\" tabindex=\"4\"{vb:raw filterTimeStates.time_all.checked}{vb:raw filterTimeStates.time_all.defaultChecked} /><span>{vb:phrase all_time}</span></label>\r\n </vb:if>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_today\" tabindex=\"5\"{vb:raw filterTimeStates.time_today.checked}{vb:raw filterTimeStates.time_today.defaultChecked} /><span>{vb:phrase today}</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastweek\" tabindex=\"6\"{vb:raw filterTimeStates.time_lastweek.checked}{vb:raw filterTimeStates.time_lastweek.defaultChecked} /><span>{vb:phrase last_week}</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastmonth\" tabindex=\"7\"{vb:raw filterTimeStates.time_lastmonth.checked}{vb:raw filterTimeStates.time_lastmonth.defaultChecked} /><span>{vb:phrase last_month}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"(isset($showShowFilter) AND $showShowFilter) OR (isset($showAllFilters) AND $showAllFilters)\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase show}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterShowStates.show_all.checked, \'\'}\r\n {vb:set filterShowStates.show_all.defaultChecked, \'\'}\r\n {vb:set filterShowStates.vBForum_Text.checked, \'\'}\r\n {vb:set filterShowStates.vBForum_Text.defaultChecked, \'\'}\r\n {vb:set filterShowStates.vBForum_Gallery.checked, \'\'}\r\n {vb:set filterShowStates.vBForum_Gallery.defaultChecked, \'\'}\r\n {vb:set filterShowStates.vBForum_Video.checked, \'\'}\r\n {vb:set filterShowStates.vBForum_Video.defaultChecked, \'\'}\r\n {vb:set filterShowStates.vBForum_Link.checked, \'\'}\r\n {vb:set filterShowStates.vBForum_Link.defaultChecked, \'\'}\r\n {vb:set filterShowStates.vBForum_Poll.checked, \'\'}\r\n {vb:set filterShowStates.vBForum_Poll.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_show\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_show}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_show}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_show}}\r\n {vb:set filterShowStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterShowStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"show_all\" tabindex=\"8\"{vb:raw filterShowStates.show_all.checked}{vb:raw filterShowStates.show_all.defaultChecked} /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Text\" tabindex=\"9\"{vb:raw filterShowStates.vBForum_Text.checked}{vb:raw filterShowStates.vBForum_Text.defaultChecked} /><span>{vb:phrase discussions_only}</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Gallery\" tabindex=\"10\"{vb:raw filterShowStates.vBForum_Gallery.checked}{vb:raw filterShowStates.vBForum_Gallery.defaultChecked} /><span>{vb:phrase photos_only}</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Video\" tabindex=\"11\"{vb:raw filterShowStates.vBForum_Video.checked}{vb:raw filterShowStates.vBForum_Video.defaultChecked} /><span>{vb:phrase videos_only}</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Link\" tabindex=\"12\"{vb:raw filterShowStates.vBForum_Link.checked}{vb:raw filterShowStates.vBForum_Link.defaultChecked} /><span>{vb:phrase links_only}</span></label>\r\n <label><input type=\"radio\" name=\"filter_show\" value=\"vBForum_Poll\" tabindex=\"13\"{vb:raw filterShowStates.vBForum_Poll.checked}{vb:raw filterShowStates.vBForum_Poll.defaultChecked} /><span>{vb:phrase polls_only}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSourceFilter) AND $showSourceFilter\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase source}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterSourceStates.source_all.checked, \'\'}\r\n {vb:set filterSourceStates.source_all.defaultChecked, \'\'}\r\n {vb:set filterSourceStates.source_user.checked, \'\'}\r\n {vb:set filterSourceStates.source_user.defaultChecked, \'\'}\r\n {vb:set filterSourceStates.source_vm.checked, \'\'}\r\n {vb:set filterSourceStates.source_vm.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_source\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_source}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_source}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_source}}\r\n {vb:set filterSourceStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterSourceStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <vb:if condition=\"!empty($userInfo[\'showActivities\'])\">\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_all\" tabindex=\"14\"{vb:raw filterSourceStates.source_all.checked}{vb:raw filterSourceStates.source_all.defaultChecked} /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_user\" tabindex=\"15\"{vb:raw filterSourceStates.source_user.checked}{vb:raw filterSourceStates.source_user.defaultChecked} /><span>{vb:raw userInfo.username} {vb:phrase only}</span></label>\r\n </vb:if>\r\n <vb:if condition=\"!empty($userInfo[\'vm_enable\']) AND !empty($userInfo[\'showVM\'])\">\r\n <label><input type=\"radio\" name=\"filter_source\" value=\"source_vm\" tabindex=\"16\"{vb:raw filterSourceStates.source_vm.checked}{vb:raw filterSourceStates.source_vm.defaultChecked} /><span>{vb:phrase visitor_messages_only}</span></label>\r\n </vb:if>\r\n <label class=\"no-filter-option\"><a href=\"{vb:raw baseurl}/advanced_search\" tabindex=\"17\">{vb:phrase advanced}</a></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showFollowFilter) AND $showFollowFilter\">\r\n <vb:if condition=\"!isset($filterFollowAllValue) OR !$filterFollowAllValue\">{vb:set filterFollowAllValue, \'follow_all\'}</vb:if>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase subscribed}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterFollowStates.$filterFollowAllValue.checked, \'\'}\r\n {vb:set filterFollowStates.$filterFollowAllValue.defaultChecked, \'\'}\r\n {vb:set filterFollowStates.follow_members.checked, \'\'}\r\n {vb:set filterFollowStates.follow_members.defaultChecked, \'\'}\r\n {vb:set filterFollowStates.follow_contents.checked, \'\'}\r\n {vb:set filterFollowStates.follow_contents.defaultChecked, \'\'}\r\n {vb:set filterFollowStates.follow_channel.checked, \'\'}\r\n {vb:set filterFollowStates.follow_channel.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_follow\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_follow}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_follow}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_follow}}\r\n {vb:set filterFollowStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterFollowStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"{vb:raw filterFollowAllValue}\" tabindex=\"18\"{vb:raw filterFollowStates.$filterFollowAllValue.checked}{vb:raw filterFollowStates.$filterFollowAllValue.defaultChecked} /><span>{vb:phrase all}</span></label>\r\n <vb:if condition=\"!isset($hideFollowMembersFilter) OR !$hideFollowMembersFilter\">\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_members\" tabindex=\"19\"{vb:raw filterFollowStates.follow_members.checked}{vb:raw filterFollowStates.follow_members.defaultChecked} /><span>{vb:phrase members_only}</span></label>\r\n </vb:if>\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_contents\" tabindex=\"20\"{vb:raw filterFollowStates.follow_contents.checked}{vb:raw filterFollowStates.follow_contents.defaultChecked} /><span>{vb:phrase contents_only}</span></label>\r\n <label><input type=\"radio\" name=\"filter_follow\" value=\"follow_channel\" tabindex=\"21\"{vb:raw filterFollowStates.follow_channel.checked}{vb:raw filterFollowStates.follow_channel.defaultChecked} /><span>{vb:phrase channel_only}</span></label>\r\n <label class=\"no-filter-option\"><a href=\"{vb:raw baseurl}/advanced_search\" tabindex=\"22\">{vb:phrase advanced}</a></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"!empty($showNewTopicsFilter) OR (isset($showAllFilters) AND $showAllFilters)\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase new_topics}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterNewTopicsStates.0.checked, \'\'}\r\n {vb:set filterNewTopicsStates.0.defaultChecked, \'\'}\r\n {vb:set filterNewTopicsStates.1.checked, \'\'}\r\n {vb:set filterNewTopicsStates.1.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_new_topics\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_new_topics}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_new_topics}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_new_topics}}\r\n {vb:set filterNewTopicsStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterNewTopicsStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_new_topics\" value=\"1\" tabindex=\"23\"{vb:raw filterNewTopicsStates.1.checked}{vb:raw filterNewTopicsStates.1.defaultChecked} /><span>{vb:phrase on}</span></label>\r\n <label><input type=\"radio\" name=\"filter_new_topics\" value=\"0\" tabindex=\"24\"{vb:raw filterNewTopicsStates.0.checked}{vb:raw filterNewTopicsStates.0.defaultChecked} /><span>{vb:phrase off}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSubscribedFilter) AND $showSubscribedFilter\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase subscribed}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterTypeStates.follow_all.checked, \'\'}\r\n {vb:set filterTypeStates.follow_all.defaultChecked, \'\'}\r\n {vb:set filterTypeStates.follow_members.checked, \'\'}\r\n {vb:set filterTypeStates.follow_members.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'type\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.type}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.type}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.type}}\r\n {vb:set filterTypeStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterTypeStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"type\" value=\"follow_all\" tabindex=\"23\"{vb:raw filterTypeStates.follow_all.checked}{vb:raw filterTypeStates.follow_all.defaultChecked} /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"follow_members\" tabindex=\"24\"{vb:raw filterTypeStates.follow_members.checked}{vb:raw filterTypeStates.follow_members.defaultChecked} /><span>{vb:phrase members_only}</span></label>\r\n </div>\r\n </li>\r\n <vb:comment>\r\n This will be hidden and will not be shown at all but this will be programmatically used for sorting the Subscription header \'Last Activity\' in Subscription widget.\r\n </vb:comment>\r\n <li class=\"ui-helper-hidden-accessible\">\r\n <div class=\"filter-header\"></div>\r\n <div class=\"filter-options\">\r\n {vb:set filterSortStatesProfileSubscriptions.mostactive.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.mostactive.defaultChecked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.leastactive.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.leastactive.defaultChecked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.all.checked, \'\'}\r\n {vb:set filterSortStatesProfileSubscriptions.all.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters_profile_subscription\'][\'filter_sort\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters_profile_subscription.filter_sort}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_sort}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_sort}}\r\n {vb:set filterSortStatesProfileSubscriptions.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterSortStatesProfileSubscriptions.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"mostactive\"{vb:raw filterSortStatesProfileSubscriptions.mostactive.checked}{vb:raw filterSortStatesProfileSubscriptions.mostactive.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"leastactive\"{vb:raw filterSortStatesProfileSubscriptions.leastactive.checked}{vb:raw filterSortStatesProfileSubscriptions.leastactive.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"all\"{vb:raw filterSortStatesProfileSubscriptions.all.checked}{vb:raw filterSortStatesProfileSubscriptions.all.defaultChecked} data-bypass-filter-display=\"1\" /><span></span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showDepthFilter) AND $showDepthFilter\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase show_sub_forum}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterDepthStates.0.checked, \'\'}\r\n {vb:set filterDepthStates.0.defaultChecked, \'\'}\r\n {vb:set filterDepthStates.1.checked, \'\'}\r\n {vb:set filterDepthStates.1.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_depth\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_depth}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_depth}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_depth}}\r\n {vb:set filterDepthStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterDepthStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_depth\" value=\"0\" tabindex=\"25\"{vb:raw filterDepthStates.0.checked}{vb:raw filterDepthStates.0.defaultChecked} /><span>{vb:phrase on}</span></label>\r\n <label><input type=\"radio\" name=\"filter_depth\" value=\"1\" tabindex=\"26\"{vb:raw filterDepthStates.1.checked}{vb:raw filterDepthStates.1.defaultChecked} /><span>{vb:phrase off}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"isset($showSortFilter) AND $showSortFilter\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterSortStates.lastcontent.checked, \'\'}\r\n {vb:set filterSortStates.lastcontent.defaultChecked, \'\'}\r\n {vb:set filterSortStates.created.checked, \'\'}\r\n {vb:set filterSortStates.created.defaultChecked, \'\'}\r\n {vb:set filterSortStates.replies.checked, \'\'}\r\n {vb:set filterSortStates.replies.defaultChecked, \'\'}\r\n {vb:set filterSortStates.title.checked, \'\'}\r\n {vb:set filterSortStates.title.defaultChecked, \'\'}\r\n {vb:set filterSortStates.author.checked, \'\'}\r\n {vb:set filterSortStates.author.defaultChecked, \'\'}\r\n {vb:set filterSortStates.votes.checked, \'\'}\r\n {vb:set filterSortStates.votes.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_sort\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_sort}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_sort}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_sort}}\r\n {vb:set filterSortStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterSortStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"lastcontent\"{vb:raw filterSortStates.lastcontent.checked}{vb:raw filterSortStates.lastcontent.defaultChecked} /><span>{vb:phrase date_last_update}</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"created\"{vb:raw filterSortStates.created.checked}{vb:raw filterSortStates.created.defaultChecked} /><span>{vb:phrase date_started_post}</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"replies\"{vb:raw filterSortStates.replies.checked}{vb:raw filterSortStates.replies.defaultChecked} /><span>{vb:phrase replies}</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"title\"{vb:raw filterSortStates.title.checked}{vb:raw filterSortStates.title.defaultChecked} /><span>{vb:phrase title}</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"author\"{vb:raw filterSortStates.author.checked}{vb:raw filterSortStates.author.defaultChecked} /><span>{vb:phrase members}</span></label>\r\n <label><input type=\"radio\" name=\"filter_sort\" value=\"votes\"{vb:raw filterSortStates.votes.checked}{vb:raw filterSortStates.votes.defaultChecked} /><span>{vb:phrase likes}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase order}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterOrderStates.desc.checked, \'\'}\r\n {vb:set filterOrderStates.desc.defaultChecked, \'\'}\r\n {vb:set filterOrderStates.asc.checked, \'\'}\r\n {vb:set filterOrderStates.asc.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_order\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_order}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_order}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_order}}\r\n {vb:set filterOrderStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterOrderStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_order\" value=\"desc\"{vb:raw filterOrderStates.desc.checked}{vb:raw filterOrderStates.desc.defaultChecked} /><span>{vb:phrase descending}</span></label>\r\n <label><input type=\"radio\" name=\"filter_order\" value=\"asc\"{vb:raw filterOrderStates.asc.checked}{vb:raw filterOrderStates.asc.defaultChecked} /><span>{vb:phrase ascending}</span></label>\r\n </div>\r\n </li>\r\n </vb:if>\r\n\r\n {vb:data prefixsets, prefix, fetch, {vb:raw nodeid}}\r\n <vb:if condition=\"$prefixsets\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase prefix}</div>\r\n <div class=\"filter-options\">\r\n {vb:set filterPrefixStates.\'\'.checked, \'\'}\r\n {vb:set filterPrefixStates.\'\'.defaultChecked, \'\'}\r\n {vb:set filterPrefixStates.-1.checked, \'\'}\r\n {vb:set filterPrefixStates.-1.defaultChecked, \'\'}\r\n {vb:set filterPrefixStates.-2.checked, \'\'}\r\n {vb:set filterPrefixStates.-2.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_prefix\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_prefix}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_prefix}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_prefix}}\r\n\r\n <vb:comment>Reset prefix if value is an invalid prefix</vb:comment>\r\n <vb:if condition=\"!in_array($filterValue, array(\'\', -1, -2))\">\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n <vb:if condition=\"!isset($prefixset[$filterValue])\">\r\n {vb:set filterValue, \'\'}\r\n {vb:set defaultFilterValue, \'\'}\r\n {vb:set invalidPrefix, 1}\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($filterValue)\">\r\n {vb:set filterValue, \'\'}\r\n {vb:set defaultFilterValue, \'\'}\r\n </vb:if>\r\n {vb:set filterPrefixStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterPrefixStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"\"{vb:raw filterPrefixStates.\'\'.checked}{vb:raw filterPrefixStates.\'\'.defaultChecked} /><span><em>{vb:phrase any_topic_meta}</em></span></label>\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"-1\"{vb:raw filterPrefixStates.-1.checked}{vb:raw filterPrefixStates.-1.defaultChecked} /><span><em>{vb:phrase no_prefix_meta}</em></span></label>\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"-2\"{vb:raw filterPrefixStates.-2.checked}{vb:raw filterPrefixStates.-2.defaultChecked} /><span><em>{vb:phrase any_prefix_meta}</em></span></label>\r\n\r\n {vb:set prefixes, {vb:php array}}\r\n <vb:if condition=\"count($prefixsets) > 1\">\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n {vb:set prefixsetvarname, \'prefixset_\'}\r\n {vb:strcat prefixsetvarname, {vb:raw prefixsetid}}\r\n {vb:strcat prefixsetvarname, \'_title\'}\r\n <div class=\"filter-header\">{vb:phrase {vb:raw prefixsetvarname}}</div>\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n {vb:set prefixes.$prefixid, {vb:raw prefixvarname}}\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"{vb:raw prefixid}\"<vb:if condition=\"isset($filterPrefixStates[$prefixid])\"> checked=\"checked\" data-default-checked=\"1\"</vb:if> /><span>{vb:phrase {vb:raw prefixvarname}}</span></label>\r\n </vb:each>\r\n </vb:each>\r\n <vb:else />\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n {vb:set prefixes.$prefixid, {vb:raw prefixvarname}}\r\n <label><input type=\"radio\" name=\"filter_prefix\" value=\"{vb:raw prefixid}\"<vb:if condition=\"isset($filterPrefixStates[$prefixid])\"> checked=\"checked\" data-default-checked=\"1\"</vb:if> /><span>{vb:phrase {vb:raw prefixvarname}}</span></label>\r\n </vb:each>\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n </li>\r\n </vb:if><!-- end if prefixsets -->\r\n </ul>\r\n </form>\r\n\r\n <vb:comment>@TODO: Add $showSubscriptionSearch and $showSubscriberSearch in the condition below once their search functionalities are actually implemented</vb:comment>\r\n <vb:if condition=\"!empty($page[\'q\']) AND !empty($showSearch)\">\r\n {vb:set hasSearchKeyword, 1}\r\n </vb:if>\r\n\r\n <div class=\"filtered-by h-clearfix<vb:if condition=\"(empty($widgetConfig[\'url_default_filters\']) AND empty($hasSearchKeyword)) OR (!empty($invalidPrefix) AND count($widgetConfig[\'url_default_filters\']) == 1)\"> h-hide</vb:if>\">\r\n <label>{vb:phrase filtered_by}:</label>\r\n <div class=\"filter-text-wrapper h-left\">\r\n <vb:if condition=\"!empty($hasSearchKeyword)\">\r\n <div class=\"filter-text\" data-filter-name=\"q\" data-filter-value=\"{vb:var page.q}\" data-filter-type=\"text\" data-filter-js-selector=\"js-filter-search\">\r\n <span title=\"{vb:phrase search}: "{vb:var page.q}"\">"{vb:var page.q}"</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n </div>\r\n </vb:if>\r\n {vb:set validFilters, 0}\r\n <vb:each from=\"widgetConfig.url_default_filters\" value=\"filterValue\" key=\"filterName\">\r\n {vb:set filterText, \'\'}\r\n <vb:if condition=\"$filterName == \'filter_time\'\">\r\n {vb:set filterTextTooltip, {vb:phrase time}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'time_all\'\">\r\n {vb:set filterText, {vb:rawphrase all_time}}\r\n <vb:elseif condition=\"$filterValue == \'time_today\'\" />\r\n {vb:set filterText, {vb:rawphrase today}} \r\n <vb:elseif condition=\"$filterValue == \'time_lastweek\'\" />\r\n {vb:set filterText, {vb:rawphrase last_week}}\r\n <vb:elseif condition=\"$filterValue == \'time_lastmonth\'\" />\r\n {vb:set filterText, {vb:rawphrase last_month}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_show\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase show}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'show_all\'\">\r\n {vb:set filterText, {vb:phrase show}}\r\n {vb:strcat filterText, \' - \'}\r\n {vb:strcat filterText, {vb:phrase all}}\r\n <vb:elseif condition=\"$filterValue == \'vBForum_Text\'\" />\r\n {vb:set filterText, {vb:rawphrase discussions_only}}\r\n <vb:elseif condition=\"$filterValue == \'vBForum_Gallery\'\" />\r\n {vb:set filterText, {vb:rawphrase photos_only}}\r\n <vb:elseif condition=\"$filterValue == \'vBForum_Video\'\" />\r\n {vb:set filterText, {vb:rawphrase videos_only}}\r\n <vb:elseif condition=\"$filterValue == \'vBForum_Link\'\" />\r\n {vb:set filterText, {vb:rawphrase links_only}}\r\n <vb:elseif condition=\"$filterValue == \'vBForum_Poll\'\" />\r\n {vb:set filterText, {vb:rawphrase polls_only}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_sort\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase sort_by}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'lastcontent\'\">\r\n {vb:set filterText, {vb:phrase date_last_update}}\r\n <vb:elseif condition=\"$filterValue == \'created\'\" />\r\n {vb:set filterText, {vb:rawphrase date_started_post}}\r\n <vb:elseif condition=\"$filterValue == \'replies\'\" />\r\n {vb:set filterText, {vb:rawphrase replies}}\r\n <vb:elseif condition=\"$filterValue == \'title\'\" />\r\n {vb:set filterText, {vb:rawphrase title}}\r\n <vb:elseif condition=\"$filterValue == \'author\'\" />\r\n {vb:set filterText, {vb:rawphrase members}}\r\n <vb:elseif condition=\"$filterValue == \'votes\'\" />\r\n {vb:set filterText, {vb:rawphrase likes}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_order\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase order}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'desc\'\">\r\n {vb:set filterText, {vb:rawphrase descending}}\r\n <vb:elseif condition=\"$filterValue == \'asc\'\" />\r\n {vb:set filterText, {vb:rawphrase ascending}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_new_topics\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase new_topics}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n {vb:set filterText, {vb:phrase new_topics}}\r\n {vb:strcat filterText, \' - \'}\r\n <vb:if condition=\"empty($filterValue)\">\r\n {vb:strcat filterText, {vb:phrase off}}\r\n <vb:else />\r\n {vb:strcat filterText, {vb:phrase on}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_blogs\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase blogs}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'show_my\'\">\r\n {vb:set filterText, {vb:rawphrase blog_myblogposts}}\r\n <vb:elseif condition=\"$filterValue == \'show_all\'\" />\r\n {vb:set filterText, {vb:phrase blogs}}\r\n {vb:strcat filterText, \' - \'}\r\n {vb:strcat filterText, {vb:phrase blog_allblogposts}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_follow\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase subscribed}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'follow_all_activity\' OR $filterValue == \'follow_all\'\">\r\n {vb:set filterText, {vb:phrase subscribed}}\r\n {vb:strcat filterText, \' - \'}\r\n {vb:strcat filterText, {vb:phrase all}}\r\n <vb:elseif condition=\"$filterValue == \'follow_members\'\" />\r\n {vb:set filterText, {vb:rawphrase members_only}}\r\n <vb:elseif condition=\"$filterValue == \'follow_channel\'\" />\r\n {vb:set filterText, {vb:rawphrase channel_only}}\r\n <vb:elseif condition=\"$filterValue == \'follow_contents\'\" />\r\n {vb:set filterText, {vb:rawphrase contents_only}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'type\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase subscribed}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'follow_all\'\">\r\n {vb:set filterText, {vb:phrase subscribed}}\r\n {vb:strcat filterText, \' - \'}\r\n {vb:strcat filterText, {vb:phrase all}}\r\n <vb:elseif condition=\"$filterValue == \'follow_members\'\" />\r\n {vb:set filterText, {vb:rawphrase members_only}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_source\'\" />\r\n {vb:set filterTextTooltip, {vb:phrase source}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'source_all\'\">\r\n {vb:set filterText, {vb:phrase source}}\r\n {vb:strcat filterText, \' - \'}\r\n {vb:strcat filterText, {vb:phrase all}}\r\n <vb:elseif condition=\"$filterValue == \'source_user\'\" />\r\n {vb:set filterText, {vb:raw userInfo.username}}\r\n {vb:strcat filterText, \' \'}\r\n {vb:strcat filterText, {vb:phrase only}}\r\n <vb:elseif condition=\"$filterValue == \'source_vm\'\" />\r\n {vb:set filterText, {vb:rawphrase visitor_messages_only}}\r\n </vb:if>\r\n <vb:elseif condition=\"$filterName == \'filter_prefix\'\" />\r\n <vb:if condition=\"empty($invalidPrefix)\">\r\n {vb:set filterTextTooltip, {vb:phrase prefix}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == -1\">\r\n {vb:set filterText, {vb:rawphrase no_prefix_meta}}\r\n <vb:elseif condition=\"$filterValue == -2\" />\r\n {vb:set filterText, {vb:rawphrase any_prefix_meta}}\r\n <vb:elseif condition=\"$filterValue == \'\'\" />\r\n {vb:set filterText, {vb:rawphrase any_topic_meta}}\r\n <vb:else />\r\n {vb:set prefixName, {vb:raw prefixes.$filterValue}}\r\n {vb:set filterText, {vb:phrase {vb:raw prefixName}}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$filterText\">\r\n {vb:set validFilters, {vb:math {vb:raw validFilters} + 1}}\r\n <div class=\"filter-text\" data-filter-name=\"{vb:raw filterName}\" data-filter-value=\"{vb:var filterValue}\">\r\n {vb:strcat filterTextTooltip, {vb:raw filterText}}\r\n <span title=\"{vb:raw filterTextTooltip}\">{vb:raw filterText}</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n </div>\r\n </vb:if>\r\n </vb:each>\r\n </div>\r\n <a href=\"#\" class=\"clear-all<vb:if condition=\"!isset($widgetConfig[\'url_default_filters\']) OR $validFilters < 2\"> h-hide</vb:if>\">{vb:phrase clear_all}</a>\r\n </div>\r\n <div class=\"new-conversations-strip\"><span></span> {vb:phrase conversation_new_posts}</div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"(isset($showReplyBtn) AND $showReplyBtn) OR (isset($showAll) AND $showAll) OR (isset($showVmBtn) AND $showVmBtn)\">\r\n {vb:set headerTitle, {vb:phrase post_reply}}\r\n {vb:set submitButtonLabel, {vb:phrase post_reply}}\r\n <vb:if condition=\"(isset($showVmBtn) AND $showVmBtn)\">\r\n {vb:set headerTitle, \'\'}\r\n {vb:set submitButtonLabel, {vb:phrase post}}\r\n </vb:if>\r\n <vb:if condition=\"(isset($showAll) AND $showAll) OR (isset($showVmBtn) AND $showVmBtn)\">\r\n <div class=\"conversation-reply-slideout h-hide\">\r\n {vb:data conversationRoute, route, getChannelConversationRoute, {vb:raw conversation.parentid}}\r\n {vb:template content_entry_box, page={vb:raw page}, parentid={vb:raw nodeid}, routeid={vb:raw conversationRoute}, pagenum={vb:raw pagingInfo.currentpage}, conversation={vb:raw conversation}, contentEntryType=\"reply\", headerTitle={vb:raw headerTitle}, submitButtonLabelDiscussion={vb:raw submitButtonLabel}, showDiscussionTab=1, showPhotoTab=1, showLinkTab=1, showAdvancedEditorTab=1, showCancel=1, showGoAdvanced=0, showTags=0, showTitle=0, isVm={vb:raw showVmBtn}, createpermissions={vb:raw vm_createpermissions}}\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n</div>','template',1390595597,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(68,-1,'conversation_userinfo','$final_rendered = \'\' . \'\'; $schemaAuthor[\'itemprop\'] = \'author\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $schemaAuthor[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $schemaAuthor[\'itemtype\'] = \'http://schema.org/Person\'; $final_rendered .= \'\' . \'\r\n<div class=\"userinfo b-userinfo b-post__hide-when-deleted\" \' . vB_Template_Runtime::parseSchema($schemaAuthor) . \'>\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_medium.png\" width=\"64\" height=\"64\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($conversation[\'senderAvatar\'] AND $conversation[\'senderAvatar\'][\'avatarpath\'] AND $conversation[\'senderAvatar\'][\'hascustom\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[\'senderAvatar\'][\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" title=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else if ($conversation[\'avatar\'] AND $conversation[\'avatar\'][\'avatarpath\'] AND $conversation[\'avatar\'][\'hascustom\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" title=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_medium.png\" width=\"64\" height=\"64\" alt=\"\' . $conversation[\'authorname\'] . \'\" title=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <!-- responsive alteration: Added userinfo-details wrapper in order to\r\n support left floated avatar with all other information on the right. -->\r\n \' . \'\'; $userInfo = $conversation[\'userinfo\']; $final_rendered .= \'\' . \'\r\n <div class=\"b-userinfo__details\">\r\n \' . \'\'; $schemaAuthor[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n <div class=\"author h-text-size--14\"><strong>\' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'<a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" \' . vB_Template_Runtime::parseSchema() . \'>\' . \'\'; if (isset($conversation[\'musername\'])) {\n $final_rendered .= \'\' . $conversation[\'musername\'] . \'\';\n } else {\n $final_rendered .= \'\' . $conversation[\'authorname\'] . \'\';\n }$final_rendered .= \'\' . \'</a>\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"guest\") . \'\';\n }$final_rendered .= \'\' . \'</strong></div>\r\n \' . \'\'; if (!empty($userInfo[\'usertitle\'])) {\n $final_rendered .= \'\r\n <div class=\"usertitle\">\r\n \' . \'\'; if ($userInfo[\'customtitle\'] == 2) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::vBVar($userInfo[\'usertitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . $userInfo[\'usertitle\'] . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $reputationimglevel = $conversation[\'reputationimg\'][\'level\']; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-meter h-margin-top-m \' . $reputationimg[\'type\'] . \'\" title=\"\' . vB_Template_Runtime::parsePhrase($reputationimglevel) . \'\">\r\n \' . \'\'; $counter = range(\'1\', \'5\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($counter) || $counter instanceof ArrayAccess) { foreach ($counter AS $nr) {$final_rendered .= \'\r\n <div class=\"b-meter__bar\' . \'\'; if ($conversation[\'reputationimg\'][\'bars\'] >= $nr) {\n $final_rendered .= \' b-meter__bar--selected\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\"></div>\r\n <div class=\"b-meter__bar\' . \'\'; if ($conversation[\'reputationimg\'][\'bars\'] >= $nr) {\n $final_rendered .= \' b-meter__bar--selected\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\"></div>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n \r\n <div class=\"b-userinfo__rank h-margin-top-s\' . ((empty($userInfo[rank])) ? \" h-hide\" : \"\") . \'\">\' . $userInfo[\'rank\'] . \'</div>\r\n \r\n <ul class=\"b-userinfo__additional-info-block h-margin-top-xl\">\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"b-userinfo__additional-info\"><label>\' . vB_Template_Runtime::parsePhrase(\"join_date\") . \':</label> <span>\' . vB_Template_Runtime::date($userInfo[joindate], \"registered\") . \'</span></li>\r\n <li class=\"b-userinfo__additional-info\"><label>\' . vB_Template_Runtime::parsePhrase(\"posts\") . \':</label> <span>\' . $userInfo[posts] . \'</span></li>\r\n \' . \'\'; if ($conversation[\'postelements\'] == 4) {\n $final_rendered .= \'\r\n <li class=\"b-userinfo__additional-info\"><label>\' . vB_Template_Runtime::parsePhrase(\"infractions\") . \':</phrase><span>\' . $conversation[\'warnings\'] . \'/\' . $conversation[\'infractions\'] . \' (\' . $conversation[\'ipoints\'] . \')</span></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::hook(\'conversation_userstats\', get_defined_vars()) . \'\r\n </ul>\r\n <ul class=\"b-userinfo__icons h-margin-none OLD__userinfo-extra OLD__icons\">\r\n \' . \'\'; if ($conversation[\'online\'] == \'online\') {\n $final_rendered .= \'\r\n \' . \'\'; $olstatus = \' online\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $olstatus = \' offline\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <li class=\"b-userinfo__icon h-left OLD__online-status\' . $olstatus . \'\" title=\"\' . \'\'; if ($olstatus == \' online\') {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_is_online_now\", $conversation[\'authorname\']) . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_is_offline\", $conversation[\'authorname\']) . \'\';\n }$final_rendered .= \'\' . \'\"><span class=\"b-icon b-icon__status--\' . \'\'; if ($conversation[\'online\']==\'online\') {\n $final_rendered .= \'green\';\n } else {\n $final_rendered .= \'gray\';\n }$final_rendered .= \'\' . \'\"></span></li>\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_signature\',array(\'type\' => \'collapsed\', \'conversation\' => $conversation, \'collapsedClass\' => \'b-userinfo__icon h-left\')) . \'\r\n </ul>\r\n </div>\r\n</div>\';','{vb:set schemaAuthor.itemprop, author}\r\n{vb:set schemaAuthor.itemscope, 1}\r\n{vb:set schemaAuthor.itemtype, http://schema.org/Person}\r\n<div class=\"userinfo b-userinfo b-post__hide-when-deleted\" {vb:schema {vb:raw schemaAuthor}}>\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_medium.png\" width=\"64\" height=\"64\" alt=\"{vb:phrase guest_avatar}\" title=\"{vb:phrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$conversation[\'senderAvatar\'] AND $conversation[\'senderAvatar\'][\'avatarpath\'] AND $conversation[\'senderAvatar\'][\'hascustom\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation.senderAvatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" title=\"{vb:raw conversation.authorname}\" /></a>\r\n <vb:elseif condition=\"$conversation[\'avatar\'] AND $conversation[\'avatar\'][\'avatarpath\'] AND $conversation[\'avatar\'][\'hascustom\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation.avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" title=\"{vb:raw conversation.authorname}\" /></a>\r\n <vb:else />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_medium.png\" width=\"64\" height=\"64\" alt=\"{vb:raw conversation.authorname}\" title=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <!-- responsive alteration: Added userinfo-details wrapper in order to\r\n support left floated avatar with all other information on the right. -->\r\n {vb:set userInfo, {vb:raw conversation.userinfo}}\r\n <div class=\"b-userinfo__details\">\r\n {vb:set schemaAuthor.itemprop, name}\r\n <div class=\"author h-text-size--14\"><strong><vb:if condition=\"$conversation[\'userid\'] > 0\"><a href=\"{vb:url \'profile\', {vb:raw conversation}}\" {vb:schema schemaAuthor}><vb:if condition=\"isset($conversation[\'musername\'])\">{vb:raw conversation.musername}<vb:else />{vb:raw conversation.authorname}</vb:if></a><vb:else />{vb:phrase guest}</vb:if></strong></div>\r\n <vb:if condition=\"!empty($userInfo[\'usertitle\'])\">\r\n <div class=\"usertitle\">\r\n <vb:if condition=\"$userInfo[\'customtitle\'] == 2\">\r\n {vb:var userInfo.usertitle}\r\n <vb:else />\r\n {vb:raw userInfo.usertitle}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n {vb:set reputationimglevel {vb:raw conversation.reputationimg.level}}\r\n\r\n <div class=\"b-meter h-margin-top-m {vb:raw reputationimg.type}\" title=\"{vb:rawphrase {vb:raw reputationimglevel}}\">\r\n {vb:set counter, {vb:php range, 1,5}}\r\n <vb:each from=\"counter\" value=\"nr\">\r\n <div class=\"b-meter__bar<vb:if condition=\"$conversation[\'reputationimg\'][\'bars\'] >= $nr\"> b-meter__bar--selected</vb:if>\"></div>\r\n <div class=\"b-meter__bar<vb:if condition=\"$conversation[\'reputationimg\'][\'bars\'] >= $nr\"> b-meter__bar--selected</vb:if>\"></div>\r\n </vb:each>\r\n </div>\r\n \r\n <div class=\"b-userinfo__rank h-margin-top-s{vb:if empty($userInfo[\'rank\']), \' h-hide\'}\">{vb:raw userInfo.rank}</div>\r\n \r\n <ul class=\"b-userinfo__additional-info-block h-margin-top-xl\">\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n <li class=\"b-userinfo__additional-info\"><label>{vb:phrase join_date}:</label> <span>{vb:date {vb:raw userInfo[\'joindate\']}, \'registered\'}</span></li>\r\n <li class=\"b-userinfo__additional-info\"><label>{vb:phrase posts}:</label> <span>{vb:raw userInfo[\'posts\']}</span></li>\r\n <vb:if condition=\"$conversation[\'postelements\'] == 4\">\r\n <li class=\"b-userinfo__additional-info\"><label>{vb:phrase infractions}:</phrase><span>{vb:raw conversation.warnings}/{vb:raw conversation.infractions} ({vb:raw conversation.ipoints})</span></li>\r\n </vb:if>\r\n </vb:if>\r\n {vb:hook \'conversation_userstats\'}\r\n </ul>\r\n <ul class=\"b-userinfo__icons h-margin-none OLD__userinfo-extra OLD__icons\">\r\n <vb:if condition=\"$conversation[\'online\'] == \'online\'\">\r\n {vb:set olstatus, \' online\'}\r\n <vb:else />\r\n {vb:set olstatus, \' offline\'}\r\n </vb:if>\r\n <li class=\"b-userinfo__icon h-left OLD__online-status{vb:raw olstatus}\" title=\"<vb:if condition=\"$olstatus == \' online\'\">{vb:rawphrase x_is_online_now, {vb:raw conversation.authorname}}<vb:else />{vb:rawphrase x_is_offline, {vb:raw conversation.authorname}}</vb:if>\"><span class=\"b-icon b-icon__status--<vb:if condition=\"$conversation[\'online\']==\'online\'\">green<vb:else />gray</vb:if>\"></span></li>\r\n\r\n {vb:template conversation_signature, type=collapsed, conversation={vb:raw conversation}, collapsedClass=\"b-userinfo__icon h-left\"}\r\n </ul>\r\n </div>\r\n</div>','template',1375471443,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(69,-1,'css_additional.css','$final_rendered = \'\';','','template',1344966640,'vBulletin Solutions','5.0.0 Alpha 34','vbulletin','none'),(70,-1,'css_blogs_groups.css','$final_rendered = \'/* CSS rules specifically for blogs and groups. */\r\n\r\n#blog-subscribers-list .avatar{\r\n height:34px;\r\n}\r\n.blogAvatars .avatar{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n margin-bottom:5px;\r\n border:0px;\r\n height:64px;\r\n width:64px;\r\n display:block;\r\n}\r\n.blogAvatars .avatar img{\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"activity_stream_avatar_border\") . \';\r\n display:block;\r\n}\r\n#blog-subscribers-list .author{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n margin-top: 10px;\r\n padding-bottom: 15px;\r\n}\r\n#blog-subscribers-list .subscriber{\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"activity_stream_avatar_border\") . \';\r\n padding: 5px;\r\n}\r\n.blog-summary-details .blogIconImg {\r\n max-width:100%;\r\n width:auto;\r\n}\r\n.blogIcon .blog-icon-controls {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n\r\n.groupSummaryContainer .sg-icon-wrapper,\r\n.blogSummaryContainer .blog-icon-wrapper {\r\n position: relative;\r\n max-width: 330px;\r\n max-height:330px;\r\n width:100%;\r\n height:100%;\r\n margin: 10px 0;\r\n}\r\n\r\n.blogSummaryContainer .adminmenu_container .admin-mainmenu .mainmenu,\r\n.groupSummaryContainer .adminmenu_container .admin-mainmenu .mainmenu {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n height: 20px;\r\n padding: 3px 10px 0;\r\n width: 150px;\r\n}\r\n\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n.title-bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \' !important;\r\n height: 36px;\r\n}\r\n.title-bar a.button {\r\n margin: 6px;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.blogadmin-widget .widget-content {\r\n padding: 0;\r\n}\r\n.blogadmin-widget .widget-content > h3 {\r\n margin-bottom: 8px;\r\n}\r\n.blogAdminLeft {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 20%;\r\n margin: 0;\r\n padding:0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n}\r\n.blogAdminRight {\r\n width: 78.9%;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin: 0;\r\n padding:0;\r\n}\r\n.blogAdminLeft li {\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_top\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_bottom\") . \';\r\n font-weight: bold;\r\n}\r\n.blogAdminLeft li a[href]:hover,\r\n.blogAdminLeft li a[href]:active {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background_hover\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_text_color_hover\") . \';\r\n}\r\n.blogAdminLeft li.blogAdminActive,\r\n.blogAdminLeft li.blogAdminActive a,\r\n.blogAdminLeft li.sgAdminActive,\r\n.blogAdminLeft li.sgAdminActive a {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background_active\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_text_color_active\") . \';\r\n}\r\n.blogAdminLeft li {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_text_color\") . \';\r\n}\r\n.blogAdminLeft li a {\r\n display:block;\r\n padding: 8px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_text_color\") . \';\r\n cursor: default;\r\n}\r\n.blogAdminLeft li span {\r\n padding: 8px;\r\n display: block;\r\n}\r\n.blogAdminLeft li a[href] {\r\n cursor:pointer;\r\n}\r\n.blogAdminEditLeft {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 30%;\r\n margin: 0;\r\n padding: 0 10px;\r\n}\r\n.blogAdminEditRight {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width: 65%;\r\n margin: 0;\r\n padding: 0 10px;\r\n}\r\n.canvas-widget.blogadmin-widget .title-bar {\r\n border-width: 1px 0 !important;\r\n}\r\n.canvas-widget.blogadmin-widget .widget-content .blog-admin-content {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n border-top: 0;\r\n}\r\n.canvas-widget.blogadmin-widget .add_moderator {\r\n margin: 0 0 5px 0;\r\n}\r\n.sidebar-modules-container .widget {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"module_header_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n height: 30px;\r\n line-height: 30px;\r\n margin-top: 15px;\r\n padding: 0 10px;\r\n cursor:move;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.sidebar-modules-container .widget.hidden-widget {\r\n border-color: #E2E5E8;\r\n}\r\n.sidebar-modules-container .widget.module-drag-highlight {\r\n border-style:dashed;\r\n background:#FFF;\r\n}\r\n.sidebar-modules-container .widget:first-child {\r\n margin-top: 0;\r\n}\r\n.sidebar-modules-container .widget .module-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n margin: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_header_text_color\") . \';\r\n width: auto;\r\n}\r\n.sidebar-modules-container .widget.hidden-widget .module-title {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.sidebar-modules-container .widget .module-controls label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;\r\n margin-top:8px;\r\n vertical-align:top;\r\n}\r\n\' . \'\' . \'\r\n\r\n.blog-form-row {\r\n clear: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin: 25px 35px 0 35px;\r\n}\r\n.b-content-entry-panel .blog-form-row {\r\n margin: 0; /* temporary rule during the CSS revamp transition */\r\n}\r\n.blog-form-row .row-title {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-weight: bold;\r\n width: 20%;\r\n margin: 0 0 0 0;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.blog-form-row .row-content {\r\n \' . \'\' . \'\r\n width: 75%;\r\n margin: 0 0 0 22%;\r\n}\r\n.blog-form-row .row-content hr {\r\n clear: both;\r\n visibility: hidden;\r\n}\r\n.blog-form-row .row-content label {\r\n margin-top: 2px;\r\n}\r\n.blog-form-row .row-content label.header {\r\n display: block;\r\n font-weight: bold;\r\n margin-top: 10px;\r\n}\r\n.blog-form-row .row-content label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 7px;\r\n margin-top: 1px;\r\n}\r\n.blog-form-row .row-content label + label > input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 15px;\r\n}\r\n.blog-form-row .row-content .autocomplete-container {\r\n margin-bottom: 5px;\r\n}\r\n.blog-form-row .row-description {\r\n clear: both;\r\n width: 75%;\r\n margin: 5px 0 0 22%;\r\n font-size: 11px;\r\n color: #777;\r\n}\r\n.blog-form-row .span-columns {\r\n width: 100%;\r\n float: none;\r\n margin: 0;\r\n padding-bottom:25px;\r\n}\r\n.blogAdminForm .action-buttons {\r\n margin: 25px;\r\n}\r\n.blogAdminForm .blogIcon .blogIconImg {\r\n max-width:350px;\r\n width:auto;\r\n margin-bottom:10px;\r\n}\r\n.blogAdminForm .blogIcon .file-chooser .custom-upload-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.blogAdminForm .blogIcon .file-chooser .upload-status-bar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n margin-top: 3px;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n#memberblog-tab .blogChannel-memberblogs {\r\n width:50%;\r\n}\r\n#memberblog-tab .blogChannel-statistics {\r\n width:20%;\r\n}\r\n#memberblog-tab .blogChannel-last-post {\r\n width:30%;\r\n}\r\n#memberblog-tab .list-container .list-header + .list-item {\r\n border-top:0;\r\n}\r\n#memberblog-tab .list-header .blogChannel-memberblogs {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n#memberblog-tab .blogChannel-table {\r\n margin-bottom: 10px;\r\n table-layout: fixed;\r\n width: 100%;\r\n}\r\n#memberblog-tab .list-container {\r\n border-bottom:0;\r\n}\r\n#memberblog-tab .list-container.dataLoaded {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';\r\n}\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.manage_moderators_row {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n float: none;\r\n clear: both;\r\n padding-top: 15px;\r\n}\r\n\r\n.manage_moderators_row .moderators_left {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 20%;\r\n font-weight: bold;\r\n}\r\n\r\n.manage_moderators_row .moderators_right {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width: 79%;\r\n}\r\n\r\ntable.contributors-list,\r\ntable.blogAdmin-stats-table{\r\n width:100%;\r\n}\r\n.contributors-list th ,\r\n.blogAdmin-stats-table th{\r\n text-transform:uppercase;\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n font-size:12px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.contributors-list tr,\r\n.blogAdmin-stats-table tr {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n border-bottom-style:dotted;\r\n}\r\n.contributors-list tr:last-child,\r\n.blogAdmin-stats-table tr:last-child {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n}\r\n.contributors-list tr td .button:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.contributors-list tr td img + a {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n.blogadmin-widget .blogAdminRight .subscribers-list-container {\r\n padding: 5px;\r\n border: 2px solid #CACFD3;\r\n max-height: 300px;\r\n overflow-y: auto;\r\n}\r\n\r\n.blogadmin-widget .blogAdminRight .subscribers-list-container .subscribers-list-row .subscriber-container {\r\n padding: 5px;\r\n min-width: 150px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n.blog-conversation-content-widget.conversation-content-widget .list-container > .list-item.deleted {\r\n border:0;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view .list-item .list-item-header .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n padding:0;\r\n}\r\n.blog-conversation-content-widget .list-container .list-item .list-item-body {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.blog-conversation-content-widget .post-footer .content-tags {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.blog-conversation-content-widget .conversation-list .comment-entry-box {\r\n margin-bottom:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view .list-item-header .post-header {\r\n width:90%;\r\n}\r\n.blog-conversation-content-widget .post-header .post-date {\r\n margin-top:3px;\r\n}\r\n.blog-conversation-content-widget .inlinemod-item .checkbox {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view {\r\n border-width: 0;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n.sgIconUploader\r\n{\r\n width:600px;\r\n}\r\n\r\n\r\n#groupSubscribersAll .pagenav-controls,\r\n#blogSubscribersAll .pagenav-controls{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#groupSubscribersAll .group-subscribers-close,\r\n#blogSubscribersAll .blog-subscribers-close{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n.sgIconPreview {\r\n padding-top:10px;\r\n}\r\n.sg-contributors .avatar,\r\n.blogChannel-contributors .avatar {\r\n margin:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n}\r\n.sg-table {\r\n width:100%;\r\n table-layout: fixed;\r\n margin-bottom:10px;\r\n}\r\n.sg-table .sg-groups {\r\n word-wrap: break-word;\r\n overflow: hidden;\r\n}\r\n.sg-item-footer .sg-contributors {\r\n vertical-align: middle;\r\n width:50%;\r\n}\r\n.sg-item-footer .sg-category {\r\n width:50%;\r\n}\r\n.sg-item-footer .sg-contributors label{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0.5em;\r\n}\r\n.blogChannel-table .blogChannel-memberblogs {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.sg-table .viewer,\r\n.blogChannel-table .viewer {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n}\r\n.sg-table .sg-last-topics,\r\n.blogChannel-table .blogChannel-last-post {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.sg-item-footer,\r\n.blogChannel-contributors {\r\n width:100%;\r\n margin-bottom:10px;\r\n}\r\n.sg-contributors,\r\n.blogChannel-contributors {\r\n line-height:18px;\r\n}\r\n.groups-tab .conversation-list .list-item,\r\n#memberblog-tab .conversation-list .list-item {\r\n padding-top:15px;\r\n}\r\n.groups-tab .sg-groups {\r\n width:50%;\r\n}\r\n.groups-tab .list-header .sg-groups {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n.groups-tab .sg-statistics {\r\n width:20%;\r\n}\r\n.groups-tab .sg-last-topics {\r\n width:30%;\r\n}\r\n.groups-tab .list-container{\r\n border-bottom:0;\r\n}\r\n.groups-tab .sg-groups-list-container.dataLoaded {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';\r\n}\';','/* CSS rules specifically for blogs and groups. */\r\n\r\n#blog-subscribers-list .avatar{\r\n height:34px;\r\n}\r\n.blogAvatars .avatar{\r\n margin-{vb:stylevar right}:5px;\r\n margin-bottom:5px;\r\n border:0px;\r\n height:64px;\r\n width:64px;\r\n display:block;\r\n}\r\n.blogAvatars .avatar img{\r\n border: {vb:stylevar activity_stream_avatar_border};\r\n display:block;\r\n}\r\n#blog-subscribers-list .author{\r\n margin-{vb:stylevar left}: 10px;\r\n margin-top: 10px;\r\n padding-bottom: 15px;\r\n}\r\n#blog-subscribers-list .subscriber{\r\n border-bottom: {vb:stylevar activity_stream_avatar_border};\r\n padding: 5px;\r\n}\r\n.blog-summary-details .blogIconImg {\r\n max-width:100%;\r\n width:auto;\r\n}\r\n.blogIcon .blog-icon-controls {\r\n margin-{vb:stylevar left}: 10px;\r\n}\r\n\r\n.groupSummaryContainer .sg-icon-wrapper,\r\n.blogSummaryContainer .blog-icon-wrapper {\r\n position: relative;\r\n max-width: 330px;\r\n max-height:330px;\r\n width:100%;\r\n height:100%;\r\n margin: 10px 0;\r\n}\r\n\r\n.blogSummaryContainer .adminmenu_container .admin-mainmenu .mainmenu,\r\n.groupSummaryContainer .adminmenu_container .admin-mainmenu .mainmenu {\r\n border: {vb:stylevar toolbar_border};\r\n float: {vb:stylevar right};\r\n height: 20px;\r\n padding: 3px 10px 0;\r\n width: 150px;\r\n}\r\n\r\n\r\n\r\n\r\n<vb:comment> BlogAdmin START</vb:comment>\r\n.title-bar {\r\n background: {vb:stylevar toolbar_background};\r\n border: {vb:stylevar toolbar_border} !important;\r\n height: 36px;\r\n}\r\n.title-bar a.button {\r\n margin: 6px;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.blogadmin-widget .widget-content {\r\n padding: 0;\r\n}\r\n.blogadmin-widget .widget-content > h3 {\r\n margin-bottom: 8px;\r\n}\r\n.blogAdminLeft {\r\n float:{vb:stylevar left};\r\n width: 20%;\r\n margin: 0;\r\n padding:0;\r\n background: {vb:stylevar side_nav_background};\r\n border-{vb:stylevar right}: {vb:stylevar side_nav_border};\r\n}\r\n.blogAdminRight {\r\n width: 78.9%;\r\n float:{vb:stylevar right};\r\n margin: 0;\r\n padding:0;\r\n}\r\n.blogAdminLeft li {\r\n border-top: {vb:stylevar side_nav_item_border_top};\r\n border-bottom: {vb:stylevar side_nav_item_border_bottom};\r\n font-weight: bold;\r\n}\r\n.blogAdminLeft li a[href]:hover,\r\n.blogAdminLeft li a[href]:active {\r\n background: {vb:stylevar side_nav_background_hover};\r\n color: {vb:stylevar side_nav_text_color_hover};\r\n}\r\n.blogAdminLeft li.blogAdminActive,\r\n.blogAdminLeft li.blogAdminActive a,\r\n.blogAdminLeft li.sgAdminActive,\r\n.blogAdminLeft li.sgAdminActive a {\r\n background: {vb:stylevar side_nav_background_active};\r\n color: {vb:stylevar side_nav_text_color_active};\r\n}\r\n.blogAdminLeft li {\r\n color: {vb:stylevar side_nav_text_color};\r\n}\r\n.blogAdminLeft li a {\r\n display:block;\r\n padding: 8px;\r\n color: {vb:stylevar side_nav_text_color};\r\n cursor: default;\r\n}\r\n.blogAdminLeft li span {\r\n padding: 8px;\r\n display: block;\r\n}\r\n.blogAdminLeft li a[href] {\r\n cursor:pointer;\r\n}\r\n.blogAdminEditLeft {\r\n float: {vb:stylevar left};\r\n width: 30%;\r\n margin: 0;\r\n padding: 0 10px;\r\n}\r\n.blogAdminEditRight {\r\n float: {vb:stylevar right};\r\n width: 65%;\r\n margin: 0;\r\n padding: 0 10px;\r\n}\r\n.canvas-widget.blogadmin-widget .title-bar {\r\n border-width: 1px 0 !important;\r\n}\r\n.canvas-widget.blogadmin-widget .widget-content .blog-admin-content {\r\n border: {vb:stylevar module_content_border};\r\n border-top: 0;\r\n}\r\n.canvas-widget.blogadmin-widget .add_moderator {\r\n margin: 0 0 5px 0;\r\n}\r\n.sidebar-modules-container .widget {\r\n background:{vb:stylevar module_header_background};\r\n border: {vb:stylevar module_content_border};\r\n height: 30px;\r\n line-height: 30px;\r\n margin-top: 15px;\r\n padding: 0 10px;\r\n cursor:move;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.sidebar-modules-container .widget.hidden-widget {\r\n border-color: #E2E5E8;\r\n}\r\n.sidebar-modules-container .widget.module-drag-highlight {\r\n border-style:dashed;\r\n background:#FFF;\r\n}\r\n.sidebar-modules-container .widget:first-child {\r\n margin-top: 0;\r\n}\r\n.sidebar-modules-container .widget .module-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n margin: 0;\r\n margin-{vb:stylevar right}:10px;\r\n color:{vb:stylevar module_header_text_color};\r\n width: auto;\r\n}\r\n.sidebar-modules-container .widget.hidden-widget .module-title {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.sidebar-modules-container .widget .module-controls label input {\r\n margin-{vb:stylevar right}:6px;\r\n margin-top:8px;\r\n vertical-align:top;\r\n}\r\n<vb:comment> BlogAdmin END</vb:comment>\r\n\r\n.blog-form-row {\r\n clear: {vb:stylevar left};\r\n margin: 25px 35px 0 35px;\r\n}\r\n.b-content-entry-panel .blog-form-row {\r\n margin: 0; /* temporary rule during the CSS revamp transition */\r\n}\r\n.blog-form-row .row-title {\r\n float: {vb:stylevar left};\r\n font-weight: bold;\r\n width: 20%;\r\n margin: 0 0 0 0;\r\n text-align: {vb:stylevar left};\r\n}\r\n.blog-form-row .row-content {\r\n <vb:comment>/*float: {vb:stylevar left};*/\r\n</vb:comment>\r\n width: 75%;\r\n margin: 0 0 0 22%;\r\n}\r\n.blog-form-row .row-content hr {\r\n clear: both;\r\n visibility: hidden;\r\n}\r\n.blog-form-row .row-content label {\r\n margin-top: 2px;\r\n}\r\n.blog-form-row .row-content label.header {\r\n display: block;\r\n font-weight: bold;\r\n margin-top: 10px;\r\n}\r\n.blog-form-row .row-content label input {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 7px;\r\n margin-top: 1px;\r\n}\r\n.blog-form-row .row-content label + label > input {\r\n margin-{vb:stylevar left}: 15px;\r\n}\r\n.blog-form-row .row-content .autocomplete-container {\r\n margin-bottom: 5px;\r\n}\r\n.blog-form-row .row-description {\r\n clear: both;\r\n width: 75%;\r\n margin: 5px 0 0 22%;\r\n font-size: 11px;\r\n color: #777;\r\n}\r\n.blog-form-row .span-columns {\r\n width: 100%;\r\n float: none;\r\n margin: 0;\r\n padding-bottom:25px;\r\n}\r\n.blogAdminForm .action-buttons {\r\n margin: 25px;\r\n}\r\n.blogAdminForm .blogIcon .blogIconImg {\r\n max-width:350px;\r\n width:auto;\r\n margin-bottom:10px;\r\n}\r\n.blogAdminForm .blogIcon .file-chooser .custom-upload-button {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.blogAdminForm .blogIcon .file-chooser .upload-status-bar {\r\n margin-{vb:stylevar left}:15px;\r\n margin-top: 3px;\r\n}\r\n<vb:comment> BlogAdmin END</vb:comment>\r\n\r\n\r\n<vb:comment> BlogHome START</vb:comment>\r\n#memberblog-tab .blogChannel-memberblogs {\r\n width:50%;\r\n}\r\n#memberblog-tab .blogChannel-statistics {\r\n width:20%;\r\n}\r\n#memberblog-tab .blogChannel-last-post {\r\n width:30%;\r\n}\r\n#memberblog-tab .list-container .list-header + .list-item {\r\n border-top:0;\r\n}\r\n#memberblog-tab .list-header .blogChannel-memberblogs {\r\n padding-{vb:stylevar left}: 10px;\r\n}\r\n#memberblog-tab .blogChannel-table {\r\n margin-bottom: 10px;\r\n table-layout: fixed;\r\n width: 100%;\r\n}\r\n#memberblog-tab .list-container {\r\n border-bottom:0;\r\n}\r\n#memberblog-tab .list-container.dataLoaded {\r\n border-bottom:{vb:stylevar form_dropdown_border};\r\n}\r\n<vb:comment> BlogHome END</vb:comment>\r\n\r\n<vb:comment> Blog moderators START</vb:comment>\r\n.manage_moderators_row {\r\n padding-{vb:stylevar left}: 20px;\r\n float: none;\r\n clear: both;\r\n padding-top: 15px;\r\n}\r\n\r\n.manage_moderators_row .moderators_left {\r\n float: {vb:stylevar left};\r\n width: 20%;\r\n font-weight: bold;\r\n}\r\n\r\n.manage_moderators_row .moderators_right {\r\n float: {vb:stylevar right};\r\n width: 79%;\r\n}\r\n\r\ntable.contributors-list,\r\ntable.blogAdmin-stats-table{\r\n width:100%;\r\n}\r\n.contributors-list th ,\r\n.blogAdmin-stats-table th{\r\n text-transform:uppercase;\r\n border-bottom:{vb:stylevar popup_border};\r\n font-size:12px;\r\n text-align: {vb:stylevar left};\r\n}\r\n.contributors-list tr,\r\n.blogAdmin-stats-table tr {\r\n border-bottom:{vb:stylevar popup_border};\r\n border-bottom-style:dotted;\r\n}\r\n.contributors-list tr:last-child,\r\n.blogAdmin-stats-table tr:last-child {\r\n border-bottom:{vb:stylevar popup_border};\r\n}\r\n.contributors-list tr td .button:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.contributors-list tr td img + a {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n}\r\n<vb:comment> Blog moderators END</vb:comment>\r\n\r\n\r\n<vb:comment> Invite member page START </vb:comment>\r\n.blogadmin-widget .blogAdminRight .subscribers-list-container {\r\n padding: 5px;\r\n border: 2px solid #CACFD3;\r\n max-height: 300px;\r\n overflow-y: auto;\r\n}\r\n\r\n.blogadmin-widget .blogAdminRight .subscribers-list-container .subscribers-list-row .subscriber-container {\r\n padding: 5px;\r\n min-width: 150px;\r\n}\r\n\r\n<vb:comment> Invite member page END</vb:comment>\r\n\r\n\r\n<vb:comment>Conversation START</vb:comment>\r\n.blog-conversation-content-widget.conversation-content-widget .list-container > .list-item.deleted {\r\n border:0;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view .list-item .list-item-header .avatar {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:10px;\r\n padding:0;\r\n}\r\n.blog-conversation-content-widget .list-container .list-item .list-item-body {\r\n padding-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n}\r\n.blog-conversation-content-widget .post-footer .content-tags {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.blog-conversation-content-widget .conversation-list .comment-entry-box {\r\n margin-bottom:0;\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view .list-item-header .post-header {\r\n width:90%;\r\n}\r\n.blog-conversation-content-widget .post-header .post-date {\r\n margin-top:3px;\r\n}\r\n.blog-conversation-content-widget .inlinemod-item .checkbox {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n.blog-conversation-content-widget .conversation-list.stream-view {\r\n border-width: 0;\r\n}\r\n<vb:comment>Conversation END</vb:comment>\r\n\r\n\r\n\r\n.sgIconUploader\r\n{\r\n width:600px;\r\n}\r\n\r\n\r\n#groupSubscribersAll .pagenav-controls,\r\n#blogSubscribersAll .pagenav-controls{\r\n float:{vb:stylevar left};\r\n}\r\n#groupSubscribersAll .group-subscribers-close,\r\n#blogSubscribersAll .blog-subscribers-close{\r\n float:{vb:stylevar right};\r\n}\r\n\r\n<vb:comment></vb:comment>\r\n.sgIconPreview {\r\n padding-top:10px;\r\n}\r\n.sg-contributors .avatar,\r\n.blogChannel-contributors .avatar {\r\n margin:0;\r\n margin-{vb:stylevar left}: 5px;\r\n margin-{vb:stylevar right}: 3px;\r\n}\r\n.sg-table {\r\n width:100%;\r\n table-layout: fixed;\r\n margin-bottom:10px;\r\n}\r\n.sg-table .sg-groups {\r\n word-wrap: break-word;\r\n overflow: hidden;\r\n}\r\n.sg-item-footer .sg-contributors {\r\n vertical-align: middle;\r\n width:50%;\r\n}\r\n.sg-item-footer .sg-category {\r\n width:50%;\r\n}\r\n.sg-item-footer .sg-contributors label{\r\n padding-{vb:stylevar left}: 0.5em;\r\n}\r\n.blogChannel-table .blogChannel-memberblogs {\r\n padding-{vb:stylevar left}: 0;\r\n}\r\n.sg-table .viewer,\r\n.blogChannel-table .viewer {\r\n color: {vb:stylevar time_stamp_color};\r\n}\r\n.sg-table .sg-last-topics,\r\n.blogChannel-table .blogChannel-last-post {\r\n padding-{vb:stylevar right}: 0;\r\n}\r\n.sg-item-footer,\r\n.blogChannel-contributors {\r\n width:100%;\r\n margin-bottom:10px;\r\n}\r\n.sg-contributors,\r\n.blogChannel-contributors {\r\n line-height:18px;\r\n}\r\n.groups-tab .conversation-list .list-item,\r\n#memberblog-tab .conversation-list .list-item {\r\n padding-top:15px;\r\n}\r\n.groups-tab .sg-groups {\r\n width:50%;\r\n}\r\n.groups-tab .list-header .sg-groups {\r\n padding-{vb:stylevar left}: 10px;\r\n}\r\n.groups-tab .sg-statistics {\r\n width:20%;\r\n}\r\n.groups-tab .sg-last-topics {\r\n width:30%;\r\n}\r\n.groups-tab .list-container{\r\n border-bottom:0;\r\n}\r\n.groups-tab .sg-groups-list-container.dataLoaded {\r\n border-bottom:{vb:stylevar form_dropdown_border};\r\n}','template',1375459102,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(71,-1,'css_b_ajax_loading_indicator.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n The indicator that shows when loading something via AJAX. Currently it\\\'s pretty simple, so there\\\'s no modifiers or elements used. But it can be extended to use them in the future.\r\n Note that we\\\'re manually overriding the style so it\\\'ll display in the examples page. It\\\'s also missing the "js-loading-indicator" and "h-hide" classes to prevent\r\n the example getting hidden by css or javascript. <em>Please include "js-loading-indicator" & "h-hide" and don\\\'t override the style via the style attribute in the actual code.</em>\r\n </p>\r\n <div class=\"h-margin-bottom-l\" style=\"position: relative; height: 50px;\">\r\n <!-- This is just a container div to show the example. The real indicator is this div with the class b-ajax-loading-indicator. -->\r\n <div class=\"b-ajax-loading-indicator\" id=\"loading-indicator\" style=\"position: absolute;\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"working_ellipsis\") . \'</span>\r\n </div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* The Loading Indicator */\r\n\r\n.b-ajax-loading-indicator {\r\n position: fixed;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 50%;\r\n background-color: #fcf1ae;\r\n border: 1px solid #b6b6b6;\r\n padding: 7px;\r\n color: #000;\r\n font-size: 11px;\r\n font-weight: bold;\r\n text-align: center;\r\n z-index: 99999;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n The indicator that shows when loading something via AJAX. Currently it\'s pretty simple, so there\'s no modifiers or elements used. But it can be extended to use them in the future.\r\n Note that we\'re manually overriding the style so it\'ll display in the examples page. It\'s also missing the "js-loading-indicator" and "h-hide" classes to prevent\r\n the example getting hidden by css or javascript. <em>Please include "js-loading-indicator" & "h-hide" and don\'t override the style via the style attribute in the actual code.</em>\r\n </p>\r\n <div class=\"h-margin-bottom-l\" style=\"position: relative; height: 50px;\">\r\n <!-- This is just a container div to show the example. The real indicator is this div with the class b-ajax-loading-indicator. -->\r\n <div class=\"b-ajax-loading-indicator\" id=\"loading-indicator\" style=\"position: absolute;\">\r\n <span>{vb:phrase working_ellipsis}</span>\r\n </div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* The Loading Indicator */\r\n\r\n.b-ajax-loading-indicator {\r\n position: fixed;\r\n top: 0;\r\n {vb:stylevar left}: 50%;\r\n background-color: #fcf1ae;\r\n border: 1px solid #b6b6b6;\r\n padding: 7px;\r\n color: #000;\r\n font-size: 11px;\r\n font-weight: bold;\r\n text-align: center;\r\n z-index: 99999;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1363998307,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(72,-1,'css_b_article_content_pagenav.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This is used for the pagenav box for paging article content.</p>\r\n</div>\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-article-content-pagenav {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n border-top: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n border-bottom: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n}\r\n\r\n.b-article-content-pagenav__previous {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n overflow: hidden;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n.b-article-content-pagenav__chooser {\r\n text-align: center;\r\n}\r\n\r\n.b-article-content-pagenav__next {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n overflow: hidden;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This is used for the pagenav box for paging article content.</p>\r\n</div>\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n.b-article-content-pagenav {\r\n background: {vb:stylevar comment_background};\r\n border-top: 1px solid {vb:stylevar comment_divider_color};\r\n border-bottom: 1px solid {vb:stylevar comment_divider_color};\r\n}\r\n\r\n.b-article-content-pagenav__previous {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n overflow: hidden;\r\n text-align: {vb:stylevar left};\r\n float: {vb:stylevar left};\r\n}\r\n\r\n.b-article-content-pagenav__chooser {\r\n text-align: center;\r\n}\r\n\r\n.b-article-content-pagenav__next {\r\n display: inline-block;\r\n height: 24px;\r\n line-height: 24px;\r\n overflow: hidden;\r\n text-align: {vb:stylevar right};\r\n float: {vb:stylevar right};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1381864210,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(73,-1,'css_b_attach_item.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n These CSS classes are for the attachment panel in the content entry UI.\r\n Specifically, just for a single attachment within the attachment panel as\r\n seen in the contententry_panel_attachments_item template.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div class=\"b-attach-item js-attach-item h-margin-top-xl\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n <img class=\"b-attach-item__image\" src=\"\' . vB_Template_Runtime::fetchStylevar(\"titleimage\") . \'\" />\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-s\">\' . vB_Template_Runtime::parsePhrase(\"insert\") . \'</span>\r\n <span data-action=\"insert_image\" class=\"b-link js-attach-ctrl h-margin-right-s\">\' . vB_Template_Runtime::parsePhrase(\"insert_image\") . \'</span>\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-s\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</span>\r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">Example file with image thumbnail.png</div>\r\n <div class=\"h-clearfix\"></div>\r\n </div>\r\n <div class=\"b-attach-item js-attach-item h-margin-top-xl\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n <span class=\"b-icon b-icon__doc--gray h-margin-bottom-m\"></span>\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-s\">\' . vB_Template_Runtime::parsePhrase(\"insert\") . \'</span>\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-s\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</span>\r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">Example file with doc thumbnail.txt</div>\r\n <div class=\"h-clearfix\"></div>\r\n </div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-attach-item {\r\n}\r\n\r\n.b-attach-item__thumb {\r\n /*border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';*/\r\n width: 35px;\r\n text-align: center;\r\n}\r\n\r\n.b-attach-item__image {\r\n max-height: 35px;\r\n max-width: 35px;\r\n margin: 0 auto;\r\n}\r\n\r\n.b-attach-item__controls {\r\n}\r\n\r\n.b-attach-item__filename {\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n These CSS classes are for the attachment panel in the content entry UI.\r\n Specifically, just for a single attachment within the attachment panel as\r\n seen in the contententry_panel_attachments_item template.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div class=\"b-attach-item js-attach-item h-margin-top-xl\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n <img class=\"b-attach-item__image\" src=\"{vb:stylevar titleimage}\" />\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-s\">{vb:phrase insert}</span>\r\n <span data-action=\"insert_image\" class=\"b-link js-attach-ctrl h-margin-right-s\">{vb:phrase insert_image}</span>\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-s\">{vb:phrase remove}</span>\r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">Example file with image thumbnail.png</div>\r\n <div class=\"h-clearfix\"></div>\r\n </div>\r\n <div class=\"b-attach-item js-attach-item h-margin-top-xl\">\r\n <div class=\"b-attach-item__thumb js-attach-item-image h-margin-right-xl h-left\">\r\n <span class=\"b-icon b-icon__doc--gray h-margin-bottom-m\"></span>\r\n </div>\r\n <div class=\"b-attach-item__controls\">\r\n <span data-action=\"insert\" class=\"b-link js-attach-ctrl h-margin-right-s\">{vb:phrase insert}</span>\r\n <span data-action=\"remove\" class=\"b-link js-attach-ctrl h-margin-right-s\">{vb:phrase remove}</span>\r\n </div>\r\n <div class=\"b-attach-item__filename js-attach-item-filename\">Example file with doc thumbnail.txt</div>\r\n <div class=\"h-clearfix\"></div>\r\n </div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n.b-attach-item {\r\n}\r\n\r\n.b-attach-item__thumb {\r\n /*border: 1px solid {vb:stylevar section_divider_color};*/\r\n width: 35px;\r\n text-align: center;\r\n}\r\n\r\n.b-attach-item__image {\r\n max-height: 35px;\r\n max-width: 35px;\r\n margin: 0 auto;\r\n}\r\n\r\n.b-attach-item__controls {\r\n}\r\n\r\n.b-attach-item__filename {\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1371677275,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(74,-1,'css_b_avatar.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n.b-avatar {\r\n display: inline-block;\r\n height:32px;\r\n width:32px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"activity_stream_avatar_border\") . \';\r\n}\r\n\r\n.b-avatar > img {\r\n max-height:32px;\r\n max-width:32px;\r\n}\r\n\r\n.b-avatar--m {\r\n height:64px;\r\n width:64px;\r\n}\r\n\r\n.b-avatar--m > img {\r\n max-height:64px;\r\n max-width:64px !important;\r\n}\r\n\r\n.b-avatar--s {\r\n height:55px;\r\n width:55px;\r\n}\r\n\r\n.b-avatar--s > img {\r\n max-height:55px;\r\n max-width:55px !important;\r\n}\r\n\r\n.b-avatar--xs {\r\n height:24px;\r\n width:24px;\r\n}\r\n\r\n.b-avatar--xs > img {\r\n max-height:24px;\r\n max-width:24px !important;\r\n}\r\n\r\n.b-avatar--xxs {\r\n height:18px;\r\n width:18px;\r\n}\r\n\r\n.b-avatar--xxsm > img {\r\n max-height:18px;\r\n max-width:18px !important;\r\n}\r\n\r\n.b-avatar--thread {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"thread_view_avatar_border\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * AVATAR\r\n *------------------------------------*/\r\n \r\n</vb:comment>\r\n\r\n\r\n\r\n.b-avatar {\r\n display: inline-block;\r\n height:32px;\r\n width:32px;\r\n border: {vb:stylevar activity_stream_avatar_border};\r\n}\r\n\r\n.b-avatar > img {\r\n max-height:32px;\r\n max-width:32px;\r\n}\r\n\r\n.b-avatar--m {\r\n height:64px;\r\n width:64px;\r\n}\r\n\r\n.b-avatar--m > img {\r\n max-height:64px;\r\n max-width:64px !important;\r\n}\r\n\r\n.b-avatar--s {\r\n height:55px;\r\n width:55px;\r\n}\r\n\r\n.b-avatar--s > img {\r\n max-height:55px;\r\n max-width:55px !important;\r\n}\r\n\r\n.b-avatar--xs {\r\n height:24px;\r\n width:24px;\r\n}\r\n\r\n.b-avatar--xs > img {\r\n max-height:24px;\r\n max-width:24px !important;\r\n}\r\n\r\n.b-avatar--xxs {\r\n height:18px;\r\n width:18px;\r\n}\r\n\r\n.b-avatar--xxsm > img {\r\n max-height:18px;\r\n max-width:18px !important;\r\n}\r\n\r\n.b-avatar--thread {\r\n border: {vb:stylevar thread_view_avatar_border};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1374779359,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(75,-1,'css_b_button.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>Primary button</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <button class=\"b-button b-button--primary\" type=\"submit\">Primary button</button>\r\n <button class=\"b-button b-button--primary\" type=\"submit\" disabled=\"disabled\">Disabled Primary button</button>\r\n </div>\r\n <p>Regular button</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <button class=\"b-button\" type=\"reset\">Regular Button</button>\r\n <button class=\"b-button\" type=\"reset\" disabled=\"disabled\">Disabled Regular Button</button>\r\n </div>\r\n <p>\r\n You can create a customized <input type=\"file\"> interface by wrapping a tag with this class around the file input tag:\r\n </p>\r\n <ol>\r\n <li>Create a file input tag with class b-form-input__file--hidden</li>\r\n <li>Wrap it in a tag with class .b-button__upload (we recommend using an HTML <label> tag, because some browsers will register a click on the label as activating the contained file input tag.</li>\r\n </ol>\r\n <div class=\"h-margin-bottom-l\">\r\n <label class=\"b-button b-button--upload\">\r\n <span class=\"label\">Upload</span>\r\n <input type=\"file\" class=\"b-form-input__file--hidden\">\r\n </label>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Buttons */\r\n\r\n/**\r\n * The base button currently has a gray gradient applied, but for development\r\n * purposes it might be worth applying some flat color so that a specific\r\n * modifier has to be added to achieve the desired effect.\r\n **/\r\n\r\n\r\n.b-button,\r\n.b-button:link,\r\n.b-button:visited {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: inline-block;\r\n height: 24px;\r\n min-width: 65px;\r\n vertical-align: middle;\r\n padding:1px 10px;\r\n \r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n border-radius: 2px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_border\") . \';\r\n outline:0;\r\n \r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_text_color\") . \';\r\n font-weight: bold;\r\n line-height: 20px;\r\n text-align: center;\r\n \r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_background\") . \';\r\n}\r\n\r\n.b-button,\r\n.ui-widget .b-button {\r\n \' . \'\' . \'\r\n font-family: inherit;\r\n font-size: 12px;\r\n}\r\n\r\n\r\n/* Default hover/focus state */\r\n\r\n.b-button:focus,\r\n.b-button:hover {\r\n cursor: pointer;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_border_hover\") . \';\r\n}\r\n\r\n/* Disabled state. We\\\'re using the attribute rather than a modifier to be practical. Of course, this may change... */\r\n\r\n.b-button[disabled] {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_disabled_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_disabled_text_color\") . \';\r\n cursor: default;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_disabled_background\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n/* Primary button is white text on a blue background */\r\n\r\n.b-button--primary {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_text_color.color\") . \';\r\n}\r\n\r\n/* Hover/Focus state for primary button */\r\n\r\n.b-button--primary:focus,\r\n.b-button--primary:hover {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border_hover\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-button--upload {\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>Primary button</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <button class=\"b-button b-button--primary\" type=\"submit\">Primary button</button>\r\n <button class=\"b-button b-button--primary\" type=\"submit\" disabled=\"disabled\">Disabled Primary button</button>\r\n </div>\r\n <p>Regular button</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <button class=\"b-button\" type=\"reset\">Regular Button</button>\r\n <button class=\"b-button\" type=\"reset\" disabled=\"disabled\">Disabled Regular Button</button>\r\n </div>\r\n <p>\r\n You can create a customized <input type=\"file\"> interface by wrapping a tag with this class around the file input tag:\r\n </p>\r\n <ol>\r\n <li>Create a file input tag with class b-form-input__file--hidden</li>\r\n <li>Wrap it in a tag with class .b-button__upload (we recommend using an HTML <label> tag, because some browsers will register a click on the label as activating the contained file input tag.</li>\r\n </ol>\r\n <div class=\"h-margin-bottom-l\">\r\n <label class=\"b-button b-button--upload\">\r\n <span class=\"label\">Upload</span>\r\n <input type=\"file\" class=\"b-form-input__file--hidden\">\r\n </label>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Buttons */\r\n\r\n/**\r\n * The base button currently has a gray gradient applied, but for development\r\n * purposes it might be worth applying some flat color so that a specific\r\n * modifier has to be added to achieve the desired effect.\r\n **/\r\n\r\n\r\n.b-button,\r\n.b-button:link,\r\n.b-button:visited {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: inline-block;\r\n height: 24px;\r\n min-width: 65px;\r\n vertical-align: middle;\r\n padding:1px 10px;\r\n \r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n border-radius: 2px;\r\n border: {vb:stylevar button_secondary_border};\r\n outline:0;\r\n \r\n color: {vb:stylevar button_secondary_text_color};\r\n font-weight: bold;\r\n line-height: 20px;\r\n text-align: center;\r\n \r\n background: {vb:stylevar button_secondary_background};\r\n}\r\n\r\n.b-button,\r\n.ui-widget .b-button {\r\n <vb:comment>Override jQuery UI\'s specific ui-widget button rules</vb:comment>\r\n font-family: inherit;\r\n font-size: 12px;\r\n}\r\n\r\n\r\n/* Default hover/focus state */\r\n\r\n.b-button:focus,\r\n.b-button:hover {\r\n cursor: pointer;\r\n border: {vb:stylevar button_secondary_border_hover};\r\n}\r\n\r\n/* Disabled state. We\'re using the attribute rather than a modifier to be practical. Of course, this may change... */\r\n\r\n.b-button[disabled] {\r\n border: {vb:stylevar button_disabled_border};\r\n color: {vb:stylevar button_disabled_text_color};\r\n cursor: default;\r\n background: {vb:stylevar button_disabled_background};\r\n}\r\n\r\n<vb:comment>/* Not to spec. */\r\n/* Default \"pushed\" state */\r\n\r\n.b-button:active {\r\n background: rgb(153,153,153);\r\n background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\r\n background: -moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(204,204,204,1) 50%, rgba(222,222,222,1) 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(222,222,222,1)));\r\n background: -webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(204,204,204,1) 50%,rgba(222,222,222,1) 100%);\r\n background: -o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(204,204,204,1) 50%,rgba(222,222,222,1) 100%);\r\n background: -ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(204,204,204,1) 50%,rgba(222,222,222,1) 100%);\r\n background: linear-gradient(to bottom, rgba(153,153,153,1) 0%,rgba(204,204,204,1) 50%,rgba(222,222,222,1) 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#999999\', endColorstr=\'#dedede\',GradientType=0 );\r\n}\r\n</vb:comment>\r\n\r\n\r\n\r\n/* Primary button is white text on a blue background */\r\n\r\n.b-button--primary {\r\n background: {vb:stylevar button_primary_background};\r\n border: {vb:stylevar button_primary_border};\r\n color: {vb:stylevar button_primary_text_color.color};\r\n}\r\n\r\n/* Hover/Focus state for primary button */\r\n\r\n.b-button--primary:focus,\r\n.b-button--primary:hover {\r\n border: {vb:stylevar button_primary_border_hover};\r\n}\r\n\r\n<vb:comment>/* Not in spec. */\r\n/* \"Pushed\" state for Primary button. */\r\n\r\n.b-button--primary:active {\r\n background: rgb(21,85,127);\r\n background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NTU3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjcwYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\r\n background: -moz-linear-gradient(top, rgba(21,85,127,1) 0%, rgba(31,112,165,1) 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,85,127,1)), color-stop(100%,rgba(31,112,165,1)));\r\n background: -webkit-linear-gradient(top, rgba(21,85,127,1) 0%,rgba(31,112,165,1) 100%);\r\n background: -o-linear-gradient(top, rgba(21,85,127,1) 0%,rgba(31,112,165,1) 100%);\r\n background: -ms-linear-gradient(top, rgba(21,85,127,1) 0%,rgba(31,112,165,1) 100%);\r\n background: linear-gradient(to bottom, rgba(21,85,127,1) 0%,rgba(31,112,165,1) 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#15557f\', endColorstr=\'#1f70a5\',GradientType=0 );\r\n}\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/*--------------------------------------\r\n * UPLOAD BUTTON\r\n * --------------------------------------\r\n *\r\n * You can create a customized <input type=\"file\"> interface by wrapping a tag\r\n * with this class around the file input tag:\r\n *\r\n * 1. Create a file input tag with class .b-form-input__file--hidden\r\n * 2. Wrap it in a tag with class .b-button__upload (we recommend using an HTML\r\n * <label> tag, because some browsers will register a click on the label as\r\n * activating the contained file input tag.\r\n *\r\n * Example implementation:\r\n *\r\n * <label class=\"b-button b-button--upload\">\r\n * <span class=\"label\">Upload</span>\r\n * <input type=\"file\" class=\"b-form-input__file--hidden\">\r\n * </label>\r\n *\r\n **/\r\n</vb:comment>\r\n\r\n.b-button--upload {\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1365538722,'vBulletin Solutions','5.0.2 Beta 1','vbulletin','none'),(76,-1,'css_b_button_group.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This is a re-usable block for grouping buttons together. Specifically, it\\\'s used\r\n to separate b-button objects by 7px from each other. Obviously, a pre-req is that\r\n the b-button css will also be loaded/used.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div class=\"b-button-group\">\r\n <button class=\"b-button b-button--primary h-right\" type=\"submit\">Primary button</button>\r\n <button class=\"b-button h-right\" type=\"reset\">Regular Button</button>\r\n <button class=\"b-button h-right\">Regular Button</button>\r\n </div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Button Group */\r\n\r\n.b-button-group .b-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 7px;\r\n}\r\n\r\n.b-button-group--left-align .b-button:first-child {\r\n /* this is for the case where your button group should be left aligned. */\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This is a re-usable block for grouping buttons together. Specifically, it\'s used\r\n to separate b-button objects by 7px from each other. Obviously, a pre-req is that\r\n the b-button css will also be loaded/used.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div class=\"b-button-group\">\r\n <button class=\"b-button b-button--primary h-right\" type=\"submit\">Primary button</button>\r\n <button class=\"b-button h-right\" type=\"reset\">Regular Button</button>\r\n <button class=\"b-button h-right\">Regular Button</button>\r\n </div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Button Group */\r\n\r\n.b-button-group .b-button {\r\n margin-{vb:stylevar left}: 7px;\r\n}\r\n\r\n.b-button-group--left-align .b-button:first-child {\r\n /* this is for the case where your button group should be left aligned. */\r\n margin-{vb:stylevar left}: 0px;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1374518670,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(77,-1,'css_b_channel_nav.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>Example of the b-channel-nav block. Note that it can be nested for more than one level of navigation and highlights the currently selected item in bold. By adding the modifier <code>b-channel-nav--radio-buttons</code> and changing the markup, this block can also be used to output a set of radio buttons for choosing a channel. This is used on the article creation page.</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <ul class=\"b-channel-nav\">\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item One</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item Two</a>\r\n <ul class=\"b-channel-nav\">\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Sub-item One</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Sub-item Two</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"b-channel-nav__item b-channel-nav__item--selected\"><a href=\"#\">Item Three (currently selected)</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item Four</a></li>\r\n </ul>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-channel-nav {\r\n list-style-type: square;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 14px;\r\n}\r\n.b-channel-nav__item {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n}\r\n.b-channel-nav__item--selected {\r\n font-weight: bold;\r\n}\r\n.b-channel-nav__item--selected .b-channel-nav {\r\n font-weight: normal;\r\n}\r\n.b-channel-nav__item-unpublished {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_login_error_text_color\") . \'; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n.b-channel-nav--radio-buttons {\r\n list-style-type: none;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n max-height: 250px;\r\n overflow: auto;\r\n}\r\n.b-channel-nav--radio-buttons .b-channel-nav--radio-buttons {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n max-height: none;\r\n overflow: visible;\r\n}\r\n.b-channel-nav--radio-buttons .b-channel-nav__item {\r\n color: inherit;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>Example of the b-channel-nav block. Note that it can be nested for more than one level of navigation and highlights the currently selected item in bold. By adding the modifier <code>b-channel-nav--radio-buttons</code> and changing the markup, this block can also be used to output a set of radio buttons for choosing a channel. This is used on the article creation page.</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <ul class=\"b-channel-nav\">\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item One</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item Two</a>\r\n <ul class=\"b-channel-nav\">\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Sub-item One</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Sub-item Two</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"b-channel-nav__item b-channel-nav__item--selected\"><a href=\"#\">Item Three (currently selected)</a></li>\r\n <li class=\"b-channel-nav__item\"><a href=\"#\">Item Four</a></li>\r\n </ul>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n.b-channel-nav {\r\n list-style-type: square;\r\n margin-{vb:stylevar left}: 14px;\r\n}\r\n.b-channel-nav__item {\r\n color: {vb:stylevar section_divider_color};\r\n}\r\n.b-channel-nav__item--selected {\r\n font-weight: bold;\r\n}\r\n.b-channel-nav__item--selected .b-channel-nav {\r\n font-weight: normal;\r\n}\r\n.b-channel-nav__item-unpublished {\r\n color: {vb:stylevar main_nav_login_error_text_color}; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n.b-channel-nav--radio-buttons {\r\n list-style-type: none;\r\n margin-{vb:stylevar left}: 0;\r\n max-height: 250px;\r\n overflow: auto;\r\n}\r\n.b-channel-nav--radio-buttons .b-channel-nav--radio-buttons {\r\n margin-{vb:stylevar left}: 20px;\r\n max-height: none;\r\n overflow: visible;\r\n}\r\n.b-channel-nav--radio-buttons .b-channel-nav__item {\r\n color: inherit;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1387569835,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(78,-1,'css_b_comment.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\nBuilds upon b-post to display comments.\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-comment {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-top-color: \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n border-width: 1px 0 0;\r\n border-radius: 0;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n margin: 0;\r\n}\r\n\r\n.b-comment:first-child {\r\n border-top-color: #FFF;\r\n}\r\n\r\n.b-comment__author {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n\r\n.b-comment .b-divider {\r\n display: none;\r\n}\r\n\r\n.b-comment--blog,\r\n.b-comment--article {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"list_item_background\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0px;\r\n}\r\n\r\n.b-comment.b-post--unapproved {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"postbit_unapproved_background\") . \';\r\n}\r\n\r\n.b-comment.b-post--deleted {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"postbit_deleted_background\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-comment.inlinemod_highlight {\r\n background: #D6E8EF;\r\n}\r\n\r\n.b-comment__edit-header {\r\n display: none;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-comment.b-post--edit .b-comment__edit-header {\r\n display: block;\r\n}\r\n.b-comment.b-post--edit .b-post__timestamp {\r\n display: none;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\nBuilds upon b-post to display comments.\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * COMMENT (individual comments)\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-comment {\r\n background: {vb:stylevar comment_background};\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-top-color: {vb:stylevar comment_divider_color};\r\n border-width: 1px 0 0;\r\n border-radius: 0;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n margin: 0;\r\n}\r\n\r\n.b-comment:first-child {\r\n border-top-color: #FFF;\r\n}\r\n\r\n.b-comment__author {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n\r\n.b-comment .b-divider {\r\n display: none;\r\n}\r\n\r\n.b-comment--blog,\r\n.b-comment--article {\r\n background: {vb:stylevar list_item_background};\r\n padding-{vb:stylevar left}: 0px;\r\n padding-{vb:stylevar right}: 0px;\r\n}\r\n\r\n.b-comment.b-post--unapproved {\r\n background: {vb:stylevar postbit_unapproved_background};\r\n}\r\n\r\n.b-comment.b-post--deleted {\r\n background: {vb:stylevar postbit_deleted_background};\r\n}\r\n\r\n<vb:comment>\r\n Inline moderation hilghight should always override the other colors.\r\n @TODO: Rename .inlinemod_highlight when we redo inlinemod CSS. And use a proper stylevar!\r\n</vb:comment>\r\n.b-comment.inlinemod_highlight {\r\n background: #D6E8EF;\r\n}\r\n\r\n.b-comment__edit-header {\r\n display: none;\r\n}\r\n\r\n<vb:comment>When editing a comment, swap the comment header and timestamp.</vb:comment>\r\n.b-comment.b-post--edit .b-comment__edit-header {\r\n display: block;\r\n}\r\n.b-comment.b-post--edit .b-post__timestamp {\r\n display: none;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(79,-1,'css_b_comments.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-comments {\r\n margin-bottom: 15px;\r\n}\r\n\r\n.b-comments--blog,\r\n.b-comments--article {\r\n margin-bottom: 0px;\r\n}\r\n\r\n.b-comments__header,\r\n.b-comments__footer {\r\n border-width: 1px 0;\r\n border-color: \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \' transparent \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n border-style: solid;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n font-size: 11px;\r\n font-weight: bold;\r\n line-height: 11px;\r\n}\r\n\r\n.b-comments--blog .b-comments__header,\r\n.b-comments--blog .b-comments__footer,\r\n.b-comments--article .b-comments__header,\r\n.b-comments--article .b-comments__footer {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"list_item_background\") . \';\r\n border-bottom: none;\r\n}\r\n\r\n.b-comments__pagination--up,\r\n.b-comments__pagination--down {\r\n text-align: center; \r\n width: 15px;\r\n height: 15px;\r\n display: inline-block;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_arrow_background\") . \';\r\n vertical-align: middle;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_arrow_border\") . \';\r\n cursor:pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.b-comments__pagination--up .b-icon,\r\n.b-comments__pagination--down .b-icon {\r\n /* attempt to center the icons */\r\n margin-top: 4px;\r\n}\r\n\r\n.b-comments__comments {\r\n width: 100%;\r\n border-bottom: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n}\r\n\r\n.b-comments--blog .b-comments__comments,\r\n.b-comments--article .b-comments__comments {\r\n border-bottom: none;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-comments__footer.h-hide {\r\n display: none;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * COMMENTS\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-comments {\r\n margin-bottom: 15px;\r\n}\r\n\r\n.b-comments--blog,\r\n.b-comments--article {\r\n margin-bottom: 0px;\r\n}\r\n\r\n.b-comments__header,\r\n.b-comments__footer {\r\n border-width: 1px 0;\r\n border-color: {vb:stylevar comment_divider_color} transparent {vb:stylevar comment_divider_color};\r\n border-style: solid;\r\n background: {vb:stylevar comment_background};\r\n font-size: 11px;\r\n font-weight: bold;\r\n line-height: 11px;\r\n}\r\n\r\n.b-comments--blog .b-comments__header,\r\n.b-comments--blog .b-comments__footer,\r\n.b-comments--article .b-comments__header,\r\n.b-comments--article .b-comments__footer {\r\n background: {vb:stylevar list_item_background};\r\n border-bottom: none;\r\n}\r\n\r\n.b-comments__pagination--up,\r\n.b-comments__pagination--down {\r\n text-align: center; \r\n width: 15px;\r\n height: 15px;\r\n display: inline-block;\r\n background: {vb:stylevar button_arrow_background};\r\n vertical-align: middle;\r\n border: {vb:stylevar button_arrow_border};\r\n cursor:pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.b-comments__pagination--up .b-icon,\r\n.b-comments__pagination--down .b-icon {\r\n /* attempt to center the icons */\r\n margin-top: 4px;\r\n}\r\n\r\n.b-comments__comments {\r\n width: 100%;\r\n border-bottom: 1px solid {vb:stylevar comment_divider_color};\r\n}\r\n\r\n.b-comments--blog .b-comments__comments,\r\n.b-comments--article .b-comments__comments {\r\n border-bottom: none;\r\n}\r\n\r\n<vb:comment>\r\n We\'re using b-media with the b-comments__footer block and b-media\'s display:block\r\n is overriding h-hide.\r\n</vb:comment>\r\n.b-comments__footer.h-hide {\r\n display: none;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(80,-1,'css_b_comment_entry.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-comment-entry {\r\n border-top: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n border-bottom: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"comment_divider_color\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n}\r\n\r\n.b-comment-entry__textbox {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n font: normal 12px Helvetica,Arial,sans-serif;\r\n color: inherit;\r\n padding:12px;\r\n margin:0;\r\n resize:none;\r\n line-height:16px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n height: 58px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * COMMENT ENTRY\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-comment-entry {\r\n border-top: 1px solid {vb:stylevar comment_divider_color};\r\n border-bottom: 1px solid {vb:stylevar comment_divider_color};\r\n background: {vb:stylevar comment_background};\r\n}\r\n\r\n.b-comment-entry__textbox {\r\n background: {vb:stylevar form_field_background};\r\n border: {vb:stylevar form_field_border};\r\n font: normal 12px Helvetica,Arial,sans-serif;\r\n color: inherit;\r\n padding:12px;\r\n margin:0;\r\n resize:none;\r\n line-height:16px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n height: 58px;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1371677275,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(81,-1,'css_b_config_site.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n<p>Rules for the sitebuilder \"Quick Setup\" panel</p>\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-config-site__main-content {\r\n height: auto;\r\n}\r\n\r\n.b-config-site__title {\r\n font-size:16px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_subheader_text_color\") . \';\r\n\r\n}\r\n\r\n.b-config-site__content {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 40px;\r\n}\r\n\r\n.b-config-site__image-option {\r\n margin: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -24px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n display: block;\r\n}\r\n\r\n.b-config-site__content .custom-upload-button,\r\n.b-config-site__content .b-config-site__more-forums,\r\n.b-config-site__content .b-config-site__send-btn {\r\n margin: 0;\r\n}\r\n\r\n.b-config-site__content .comments {\r\n font-style: italic;\r\n}\r\n\r\n.b-config-site__content .upload-progress-bar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 4px;\r\n vertical-align: bottom;\r\n}\r\n\r\n.b-config-site__content .upload-progress-bar img {\r\n margin-bottom: 2px;\r\n}\r\n\r\n.b-config-site__forum-title,\r\n.b-config-site__forum-desc,\r\n.b-config-site__email-list,\r\n.b-config-site__email-title,\r\n.b-config-site__email-content {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n border-radius: 3px 3px 3px 3px;\r\n display: block;\r\n margin-bottom: 5px;\r\n padding: 1px 3px;\r\n width: 500px;\r\n font-size: 13px;\r\n}\r\n\r\n.b-config-site__forum-desc,\r\n.b-config-site__email-list,\r\n.b-config-site__email-content {\r\n margin-bottom: 15px;\r\n resize: vertical;\r\n height: 42px;\r\n}\r\n\r\n.b-config-site__email-content {\r\n height: 95px;\r\n}\r\n\r\n.b-config-site__delete-link {\r\n margin: 1px 0 0 4px;\r\n cursor: pointer;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n<p>Rules for the sitebuilder \"Quick Setup\" panel</p>\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n.b-config-site__main-content {\r\n height: auto;\r\n}\r\n\r\n.b-config-site__title {\r\n font-size:16px;\r\n color:{vb:stylevar inline_edit_subheader_text_color};\r\n\r\n}\r\n\r\n.b-config-site__content {\r\n margin-{vb:stylevar left}: 40px;\r\n}\r\n\r\n.b-config-site__image-option {\r\n margin: 0;\r\n margin-{vb:stylevar left}: -24px;\r\n float: {vb:stylevar left};\r\n display: block;\r\n}\r\n\r\n.b-config-site__content .custom-upload-button,\r\n.b-config-site__content .b-config-site__more-forums,\r\n.b-config-site__content .b-config-site__send-btn {\r\n margin: 0;\r\n}\r\n\r\n.b-config-site__content .comments {\r\n font-style: italic;\r\n}\r\n\r\n.b-config-site__content .upload-progress-bar {\r\n margin-{vb:stylevar left}: 4px;\r\n vertical-align: bottom;\r\n}\r\n\r\n.b-config-site__content .upload-progress-bar img {\r\n margin-bottom: 2px;\r\n}\r\n\r\n.b-config-site__forum-title,\r\n.b-config-site__forum-desc,\r\n.b-config-site__email-list,\r\n.b-config-site__email-title,\r\n.b-config-site__email-content {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n border-radius: 3px 3px 3px 3px;\r\n display: block;\r\n margin-bottom: 5px;\r\n padding: 1px 3px;\r\n width: 500px;\r\n font-size: 13px;\r\n}\r\n\r\n.b-config-site__forum-desc,\r\n.b-config-site__email-list,\r\n.b-config-site__email-content {\r\n margin-bottom: 15px;\r\n resize: vertical;\r\n height: 42px;\r\n}\r\n\r\n.b-config-site__email-content {\r\n height: 95px;\r\n}\r\n\r\n.b-config-site__delete-link {\r\n margin: 1px 0 0 4px;\r\n cursor: pointer;\r\n}\r\n\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1384978296,'vBulletin Solutions','5.1.0 Alpha 5','vbulletin','none'),(82,-1,'css_b_content_entry.css','$final_rendered = \'.b-content-entry {\r\n /*overflow:hidden;*/ /* Commenting out overflow hidden to allow safari\\\'s focus outline to display correctly VBV-8818 */\r\n}\r\n\r\n/** TEMPORARY -- need to find a better way to do this **/\r\n.b-content-entry__title-item-post-icons {\r\n min-width: 78px;\r\n}\r\n\r\n.b-content-entry--rounded-bottom-corners .b-content-entry-panel,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor .cke_contents,\r\n.b-content-entry--rounded-all-corners .b-content-entry-panel,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor .cke_contents {\r\n -moz-border-radius-bottomleft: 2px;\r\n -moz-border-radius-bottomright: 2px;\r\n -webkit-border-bottom-left-radius: 2px; \r\n -webkit-border-bottom-right-radius: 2px;\r\n border-bottom-left-radius: 2px; \r\n border-bottom-right-radius: 2px;\r\n}\r\n.b-content-entry--rounded-top-corners .b-toolbar,\r\n.b-content-entry--rounded-all-corners .b-toolbar {\r\n -moz-border-radius-topleft: 2px;\r\n -moz-border-radius-topright: 2px;\r\n -webkit-border-top-left-radius: 2px; \r\n -webkit-border-top-right-radius: 2px;\r\n border-top-left-radius: 2px; \r\n border-top-right-radius: 2px;\r\n}\';','.b-content-entry {\r\n /*overflow:hidden;*/ /* Commenting out overflow hidden to allow safari\'s focus outline to display correctly VBV-8818 */\r\n}\r\n\r\n/** TEMPORARY -- need to find a better way to do this **/\r\n.b-content-entry__title-item-post-icons {\r\n min-width: 78px;\r\n}\r\n\r\n.b-content-entry--rounded-bottom-corners .b-content-entry-panel,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.b-content-entry--rounded-bottom-corners.b-content-entry--all-panels-hidden .b-editor .cke_contents,\r\n.b-content-entry--rounded-all-corners .b-content-entry-panel,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.b-content-entry--rounded-all-corners.b-content-entry--all-panels-hidden .b-editor .cke_contents {\r\n -moz-border-radius-bottomleft: 2px;\r\n -moz-border-radius-bottomright: 2px;\r\n -webkit-border-bottom-left-radius: 2px; \r\n -webkit-border-bottom-right-radius: 2px;\r\n border-bottom-left-radius: 2px; \r\n border-bottom-right-radius: 2px;\r\n}\r\n.b-content-entry--rounded-top-corners .b-toolbar,\r\n.b-content-entry--rounded-all-corners .b-toolbar {\r\n -moz-border-radius-topleft: 2px;\r\n -moz-border-radius-topright: 2px;\r\n -webkit-border-top-left-radius: 2px; \r\n -webkit-border-top-right-radius: 2px;\r\n border-top-left-radius: 2px; \r\n border-top-right-radius: 2px;\r\n}','template',1365807158,'vBulletin Solutions','5.0.3 Alpha 1','vbulletin','none'),(83,-1,'css_b_content_entry_panel.css','$final_rendered = \'.b-content-entry-panel {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_background\") . \';\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n margin-top: -1px;\r\n /*padding: 0;*/\r\n position: relative;\r\n}\r\n.b-content-entry-panel .b-icon__x-circle--dark {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n top: 8px;\r\n cursor: pointer;\r\n}\r\n.b-content-entry-panel__content {\r\n border-top: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n padding: 12px 15px;\r\n position: relative;\r\n}\r\n.b-content-entry-panel__section {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_section_background\") . \';\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n padding: 12px 15px;\r\n border-top: none;\r\n}\r\n.b-content-entry-panel__section-title {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_section_title_background\") . \';\r\n font-weight: bold;\r\n padding: 4px 15px;\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n}\r\n\r\n/* commented out to restore the \"line\" above the tags panel.\r\n if we want to bring the line back, uncomment this and the \r\n padding top in the --first modifier below. If you remove \r\n this, please remove the --not-separated modifier from the \r\n tags panel div.\r\n.b-content-entry-panel__content--not-separated {\r\n border-top: none;\r\n padding-top: 0;\r\n}*/\r\n.b-content-entry-panel__content--first {\r\n border-top: none;\r\n /*padding-top: 12px;*/\r\n}\r\n.b-content-entry-panel__content-lesspadding {\r\n padding: 10px 15px;\r\n}\r\n.b-content-entry-panel--autosave {\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"contententry_autosave_background.backgroundColor\") . \';\r\n}\r\n.b-content-entry-panel.h-border-bottom-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-bottom:0;\r\n}\r\n.b-content-entry-panel.h-border-top-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-top:0;\r\n}\r\n.b-content-entry-panel.h-border-right-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.b-content-entry-panel.h-border-left-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\';','.b-content-entry-panel {\r\n background: {vb:stylevar contententry_panel_background};\r\n border: 1px solid {vb:stylevar section_divider_color};\r\n margin-top: -1px;\r\n /*padding: 0;*/\r\n position: relative;\r\n}\r\n.b-content-entry-panel .b-icon__x-circle--dark {\r\n position: absolute;\r\n {vb:stylevar right}: 8px;\r\n top: 8px;\r\n cursor: pointer;\r\n}\r\n.b-content-entry-panel__content {\r\n border-top: 1px solid {vb:stylevar section_divider_color};\r\n padding: 12px 15px;\r\n position: relative;\r\n}\r\n.b-content-entry-panel__section {\r\n background: {vb:stylevar contententry_panel_section_background};\r\n border: 1px solid {vb:stylevar section_divider_color};\r\n padding: 12px 15px;\r\n border-top: none;\r\n}\r\n.b-content-entry-panel__section-title {\r\n background: {vb:stylevar contententry_panel_section_title_background};\r\n font-weight: bold;\r\n padding: 4px 15px;\r\n border: 1px solid {vb:stylevar section_divider_color};\r\n}\r\n\r\n/* commented out to restore the \"line\" above the tags panel.\r\n if we want to bring the line back, uncomment this and the \r\n padding top in the --first modifier below. If you remove \r\n this, please remove the --not-separated modifier from the \r\n tags panel div.\r\n.b-content-entry-panel__content--not-separated {\r\n border-top: none;\r\n padding-top: 0;\r\n}*/\r\n.b-content-entry-panel__content--first {\r\n border-top: none;\r\n /*padding-top: 12px;*/\r\n}\r\n.b-content-entry-panel__content-lesspadding {\r\n padding: 10px 15px;\r\n}\r\n.b-content-entry-panel--autosave {\r\n background-color: {vb:stylevar contententry_autosave_background.backgroundColor};\r\n}\r\n.b-content-entry-panel.h-border-bottom-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-bottom:0;\r\n}\r\n.b-content-entry-panel.h-border-top-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-top:0;\r\n}\r\n.b-content-entry-panel.h-border-right-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-{vb:stylevar right}:0;\r\n}\r\n.b-content-entry-panel.h-border-left-none,\r\n.b-content-entry-panel.h-border-none {\r\n border-{vb:stylevar left}:0;\r\n}','template',1380238158,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(84,-1,'css_b_datepicker.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/css_b_datepicker_example.js\'); $final_rendered .= \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is for use with the datepicker plugin. Example:</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <label class=\"b-datepicker\">\r\n <input type=\"text\" name=\"timeout\" class=\"b-datepicker__input b-datepicker__input--datetime b-datepicker__input--s b-form-input__input js-datepicker\" value=\"\' . $conversation[\'timeoutstr\'] . \'\" readonly=\"readonly\" tabindex=\"1\" />\r\n </label>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Datepicker */\r\n\r\n\r\n.b-datepicker {\r\n position:relative;\r\n display: inline-block;\r\n}\r\n.b-datepicker.h-hide {\r\n display: none;\r\n}\r\n.b-datepicker__input {\r\n width:83px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.b-datepicker__input--datetime {\r\n width:120px;\r\n}\r\n.b-datepicker__input--s {\r\n font-size: 12px;\r\n height: 21px;\r\n line-height: 13px;\r\n padding: 3px 6px;\r\n width:79px;\r\n}\r\n.b-datepicker__input--datetime.b-datepicker__input--s {\r\n width:112px;\r\n}\r\n.b-datepicker .ui-datepicker-trigger {\r\n cursor: pointer; \r\n margin-top: -8px;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -19px;\r\n top: 50%;\r\n}\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n{vb:js js/css_b_datepicker_example.js}\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is for use with the datepicker plugin. Example:</p>\r\n <div class=\"h-margin-bottom-l\">\r\n <label class=\"b-datepicker\">\r\n <input type=\"text\" name=\"timeout\" class=\"b-datepicker__input b-datepicker__input--datetime b-datepicker__input--s b-form-input__input js-datepicker\" value=\"{vb:raw conversation.timeoutstr}\" readonly=\"readonly\" tabindex=\"1\" />\r\n </label>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Datepicker */\r\n\r\n\r\n.b-datepicker {\r\n position:relative;\r\n display: inline-block;\r\n}\r\n.b-datepicker.h-hide {\r\n display: none;\r\n}\r\n.b-datepicker__input {\r\n width:83px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.b-datepicker__input--datetime {\r\n width:120px;\r\n}\r\n.b-datepicker__input--s {\r\n font-size: 12px;\r\n height: 21px;\r\n line-height: 13px;\r\n padding: 3px 6px;\r\n width:79px;\r\n}\r\n.b-datepicker__input--datetime.b-datepicker__input--s {\r\n width:112px;\r\n}\r\n.b-datepicker .ui-datepicker-trigger {\r\n cursor: pointer; \r\n margin-top: -8px;\r\n position: absolute;\r\n {vb:stylevar right}: -19px;\r\n top: 50%;\r\n}\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1365451524,'vBulletin Solutions','5.0.2 Beta 1','vbulletin','none'),(85,-1,'css_b_divider.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n\r\n.b-divider {\r\n border-style: dotted;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 0;\r\n}\r\n\r\n\r\n.b-divider--section {\r\n border-color: \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n border-style: solid;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 10px 0;\r\n}\r\n\r\n.b-divider--post-controls {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * DIVIDER\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n\r\n.b-divider {\r\n border-style: dotted;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 0;\r\n}\r\n\r\n\r\n.b-divider--section {\r\n border-color: {vb:stylevar section_divider_color};\r\n border-style: solid;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 10px 0;\r\n}\r\n\r\n.b-divider--post-controls {\r\n color:{vb:stylevar post_controls_divider_color};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1371677275,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(86,-1,'css_b_editor.css','$final_rendered = \'.b-editor {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n border-top: none;\r\n background: #FFF; /* Hardcoded background color for ckeditor */\r\n}\r\n\r\n.b-editor__placeholder {\r\n padding: 18px 15px;\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -webkit-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n z-index: 1;\r\n cursor: text;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-editor > .cke_chrome {\r\n box-shadow: none;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n border: none;\r\n}\r\n\r\n.b-editor > .cke_reset {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n.b-editor .cke_top {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_background\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n position: relative; /* for the toolbar close (x) button */\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 32px; /* for the toolbar close (x) button */\r\n}\r\n\r\n.b-editor .cke_top .cke_button__justifyleft,\r\n.b-editor .cke_top .cke_button__justifycenter,\r\n.b-editor .cke_top .cke_button__justifyright {\r\n float: left; /* Don\\\'t change for RTL. In the justify button group, justify left and right should always be on the left and right sides of the button group respectively. */\r\n}\r\n\r\n.b-editor--cke-toolbar-is-hidden .cke_top {\r\n display: none;\r\n}\r\n\r\n.b-editor .cke_inner {\r\n background: transparent; /* for placeholder */\r\n}\r\n\r\n.b-editor .cke_top .b-icon__x-circle--dark {\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n /* width, height, background and margin need to be here to override the ckeditor\r\n reset all class */\r\n width: 16px;\r\n height: 16px;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -544px -80px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n cursor: pointer;\r\n text-indent: \' . vB_Template_Runtime::fetchStylevar(\"neg\") . \'99999px;\r\n}\r\n\r\n.b-editor .cke_top .cke_button__source_label {\r\n display: none;\r\n}\r\n\r\n.b-editor .cke_contents {\r\n position: relative;\r\n}\r\n\r\n.b-editor .cke_wysiwyg_frame, \r\n.b-editor .cke_wysiwyg_div {\r\n background: transparent;\r\n position: relative;\r\n z-index: 2; /* above .b-editor__placeholder */\r\n}\r\n\r\n.b-editor .cke_source {\r\n padding: 18px 15px;\r\n}\r\n\r\n.b-editor .autosave-indicator {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n bottom:0;\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"contententry_autosave_background.backgroundColor\") . \';\r\n border: 1px solid #b6b6b6;\r\n border-bottom:0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n padding: 7px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"contententry_autosave_text_color\") . \';\r\n font-size: 11px;\r\n font-weight: bold;\r\n text-align: center;\r\n}\';','.b-editor {\r\n border: {vb:stylevar form_field_border};\r\n border-top: none;\r\n background: #FFF; /* Hardcoded background color for ckeditor */\r\n}\r\n\r\n.b-editor__placeholder {\r\n padding: 18px 15px;\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar left}: 0;\r\n -webkit-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n z-index: 1;\r\n cursor: text;\r\n}\r\n\r\n<vb:comment>/* Some of the rules use ckeditor classes */</vb:comment>\r\n\r\n.b-editor > .cke_chrome {\r\n box-shadow: none;\r\n border: {vb:stylevar form_field_border};\r\n border: none;\r\n}\r\n\r\n.b-editor > .cke_reset {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n.b-editor .cke_top {\r\n background: {vb:stylevar contententry_panel_background};\r\n border-bottom: {vb:stylevar form_field_border};\r\n position: relative; /* for the toolbar close (x) button */\r\n padding-{vb:stylevar right}: 32px; /* for the toolbar close (x) button */\r\n}\r\n\r\n.b-editor .cke_top .cke_button__justifyleft,\r\n.b-editor .cke_top .cke_button__justifycenter,\r\n.b-editor .cke_top .cke_button__justifyright {\r\n float: left; /* Don\'t change for RTL. In the justify button group, justify left and right should always be on the left and right sides of the button group respectively. */\r\n}\r\n\r\n.b-editor--cke-toolbar-is-hidden .cke_top {\r\n display: none;\r\n}\r\n\r\n.b-editor .cke_inner {\r\n background: transparent; /* for placeholder */\r\n}\r\n\r\n.b-editor .cke_top .b-icon__x-circle--dark {\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar right}: 0;\r\n /* width, height, background and margin need to be here to override the ckeditor\r\n reset all class */\r\n width: 16px;\r\n height: 16px;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -544px -80px;\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_m.right}{vb:stylevar spacing_margin_m.units};\r\n margin-top: {vb:stylevar spacing_margin_m.top}{vb:stylevar spacing_margin_m.units};\r\n cursor: pointer;\r\n text-indent: {vb:stylevar neg}99999px;\r\n}\r\n\r\n.b-editor .cke_top .cke_button__source_label {\r\n display: none;\r\n}\r\n\r\n.b-editor .cke_contents {\r\n position: relative;\r\n}\r\n\r\n.b-editor .cke_wysiwyg_frame, \r\n.b-editor .cke_wysiwyg_div {\r\n background: transparent;\r\n position: relative;\r\n z-index: 2; /* above .b-editor__placeholder */\r\n}\r\n\r\n.b-editor .cke_source {\r\n padding: 18px 15px;\r\n}\r\n\r\n.b-editor .autosave-indicator {\r\n position:absolute;\r\n {vb:stylevar right}:0;\r\n bottom:0;\r\n background-color: {vb:stylevar contententry_autosave_background.backgroundColor};\r\n border: 1px solid #b6b6b6;\r\n border-bottom:0;\r\n border-{vb:stylevar right}:0;\r\n padding: 7px;\r\n color: {vb:stylevar contententry_autosave_text_color};\r\n font-size: 11px;\r\n font-weight: bold;\r\n text-align: center;\r\n}','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(87,-1,'css_b_file_chooser.css','$final_rendered = \'.b-file-chooser .b-button--upload {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.b-file-chooser__text {\r\n color: #777;\r\n font-size: 11px; \r\n}\r\n.b-file-chooser__text--or {\r\n margin: 0 8px;\r\n}\';','.b-file-chooser .b-button--upload {\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n.b-file-chooser__text {\r\n color: #777;\r\n font-size: 11px; \r\n}\r\n.b-file-chooser__text--or {\r\n margin: 0 8px;\r\n}','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(88,-1,'css_b_form_control.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for form checkboxes or radio buttons and their labels. Note that we wrap the checkbox/radio button in the <label> tag\r\n with the text. And the text itself is wrapped with the <span> tag. To address the issue of spacing which normally happens with white space\r\n and inline elements, the form control is used together with the b-media block. This gives us more control and also lets the text nicely line up\r\n to the right of the control instead of under it.\r\n Examples:\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div>I love...</div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">code standards</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" />\r\n <span class=\"b-form-control__text b-media__body\">unmaintainable code</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">subtlety</span>\r\n </label>\r\n </div>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <div>I will only commit code that...</div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is consistent with the rest of the product</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is tested with code coverage in mind</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is tested with security (SQL injection, XSS, <em>etc.</em>) in mind</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">\r\n meets the specifications.<br/>\r\n Don\\\'t mind the rest of this.<br/>\r\n This text is just filler to show how the text behaves<br/>\r\n when the height extends past the checkbox.\r\n </span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">\r\n meets all of the above.<br/>\r\n Don\\\'t mind the rest of this.<br/>\r\n It\\\'s just to show another example of really long text<br/>\r\n not wrapping under the check box thanks to the b-media classes.\r\n </span>\r\n </label>\r\n </div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Form Checkboxes / Radio Buttons */\r\n\r\n/**\r\n * Note that we have a control block because the checkbox/radio button is made up of both\r\n * the form element and a label.\r\n *\r\n * The two are treated similar enough that it makes sense to combine them into a single\r\n * css block. If we do need to treat them differently, we should use --checkbox or --radio\r\n * modifiers.\r\n *\r\n * The text itself is wrapped in a tag (usually span) with the b-form-control__text class\r\n * for future proofing. In case we need to apply certain styles that just target the text\r\n * and not the whole label including the control.\r\n *\r\n **/\r\n\r\n.b-form-control__label {\r\n cursor: pointer;\r\n}\r\n\r\n.b-form-control__control {\r\n margin-top: 3px;\r\n /* Provide some extra spacing between the checkbox and the label text. */\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n}\r\n\r\n.b-form-control__text {\r\n \r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for form checkboxes or radio buttons and their labels. Note that we wrap the checkbox/radio button in the <label> tag\r\n with the text. And the text itself is wrapped with the <span> tag. To address the issue of spacing which normally happens with white space\r\n and inline elements, the form control is used together with the b-media block. This gives us more control and also lets the text nicely line up\r\n to the right of the control instead of under it.\r\n Examples:\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <div>I love...</div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">code standards</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" />\r\n <span class=\"b-form-control__text b-media__body\">unmaintainable code</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"checkbox\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">subtlety</span>\r\n </label>\r\n </div>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <div>I will only commit code that...</div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is consistent with the rest of the product</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is tested with code coverage in mind</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">is tested with security (SQL injection, XSS, <em>etc.</em>) in mind</span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" />\r\n <span class=\"b-form-control__text b-media__body\">\r\n meets the specifications.<br/>\r\n Don\'t mind the rest of this.<br/>\r\n This text is just filler to show how the text behaves<br/>\r\n when the height extends past the checkbox.\r\n </span>\r\n </label>\r\n </div>\r\n <div>\r\n <label class=\"b-form-control__label b-media\">\r\n <input class=\"b-form-control__control b-media__img\" type=\"radio\" name=\"css-example-radio-control\" checked=\"checked\" />\r\n <span class=\"b-form-control__text b-media__body\">\r\n meets all of the above.<br/>\r\n Don\'t mind the rest of this.<br/>\r\n It\'s just to show another example of really long text<br/>\r\n not wrapping under the check box thanks to the b-media classes.\r\n </span>\r\n </label>\r\n </div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Form Checkboxes / Radio Buttons */\r\n\r\n/**\r\n * Note that we have a control block because the checkbox/radio button is made up of both\r\n * the form element and a label.\r\n *\r\n * The two are treated similar enough that it makes sense to combine them into a single\r\n * css block. If we do need to treat them differently, we should use --checkbox or --radio\r\n * modifiers.\r\n *\r\n * The text itself is wrapped in a tag (usually span) with the b-form-control__text class\r\n * for future proofing. In case we need to apply certain styles that just target the text\r\n * and not the whole label including the control.\r\n *\r\n **/\r\n\r\n.b-form-control__label {\r\n cursor: pointer;\r\n}\r\n\r\n.b-form-control__control {\r\n margin-top: 3px;\r\n /* Provide some extra spacing between the checkbox and the label text. */\r\n margin-{vb:stylevar right}: 3px;\r\n}\r\n\r\n.b-form-control__text {\r\n \r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1375471443,'vBulletin Solutions','5.0.5 Alpha 1','vbulletin','none'),(89,-1,'css_b_form_input.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is used for form input text fields. Examples:</p>\r\n <div>\r\n <input type=\"text\" value=\"This input text field just uses the b-form-input__input class.\" class=\"b-form-input__input\" />\r\n </div>\r\n <div>\r\n <input type=\"text\" value=\"This text box uses the b-form-input__input and b-form-input__input--full modifier classes.\" class=\"b-form-input__input b-form-input__input--full\" />\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <input type=\"text\" value=\"This text box uses the b-form-input__input and b-form-input__input--s modifier classes.\" class=\"b-form-input__input b-form-input__input--s\" />\r\n </div>\r\n <p>File inputs are quite different and we do a lot of work for custom styling. Please see css_b_button.css for usage.</p>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Form Inputs */\r\n\r\n.b-form-input__input {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_field_text_color\") . \';\r\n font: inherit;\r\n height: 18px;\r\n padding: 3px 8px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-form-input__input--full {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n height: 26px;\r\n width: 100%;\r\n}\r\n\r\n.b-form-input__input--s {\r\n font-size: 12px;\r\n height: 13px;\r\n line-height: 12px;\r\n padding: 3px 6px;\r\n}\r\n\r\n.b-form-input__input--year {\r\n width: 32px;\r\n}\r\n.b-form-input__label {\r\n font-weight: bold;\r\n}\r\n\r\n.b-form-input__hint {\r\n margin-top: 10px;\r\n margin-bottom: 0;\r\n font-size: 11px;\r\n color: #777;\r\n}\r\n\r\n.l-small .b-form-input__label { display: block; margin-bottom: 4px; }\r\n\r\n\' . \'\' . \'\r\n.b-form-input__input--hide-clear-button::-ms-clear {\r\n display:none;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-form-input__file--hidden {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n opacity: 0;\r\n -o-transform: translate(250px,-50px) scale(1);\r\n -moz-transform: translate(-300px,0) scale(5);\r\n transform: translate(-300px,0) scale(5);\r\n direction: ltr;\r\n cursor: pointer;\r\n margin: 0;\r\n border-width: 0 30px 100px 200px;\r\n border-color: transparent; /* We\\\'re using this instead of filter: alpha(opacity=0) because VBV-10295 */\r\n height:24px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is used for form input text fields. Examples:</p>\r\n <div>\r\n <input type=\"text\" value=\"This input text field just uses the b-form-input__input class.\" class=\"b-form-input__input\" />\r\n </div>\r\n <div>\r\n <input type=\"text\" value=\"This text box uses the b-form-input__input and b-form-input__input--full modifier classes.\" class=\"b-form-input__input b-form-input__input--full\" />\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <input type=\"text\" value=\"This text box uses the b-form-input__input and b-form-input__input--s modifier classes.\" class=\"b-form-input__input b-form-input__input--s\" />\r\n </div>\r\n <p>File inputs are quite different and we do a lot of work for custom styling. Please see css_b_button.css for usage.</p>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Form Inputs */\r\n\r\n.b-form-input__input {\r\n background: {vb:stylevar form_field_background};\r\n border: {vb:stylevar form_field_border};\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n color: {vb:stylevar form_field_text_color};\r\n font: inherit;\r\n height: 18px;\r\n padding: 3px 8px;\r\n}\r\n\r\n<vb:comment>@TODO The height should really be vb:math\'d to add up the height, padding, and border sizes...</vb:comment>\r\n.b-form-input__input--full {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n height: 26px;\r\n width: 100%;\r\n}\r\n\r\n.b-form-input__input--s {\r\n font-size: 12px;\r\n height: 13px;\r\n line-height: 12px;\r\n padding: 3px 6px;\r\n}\r\n\r\n.b-form-input__input--year {\r\n width: 32px;\r\n}\r\n.b-form-input__label {\r\n font-weight: bold;\r\n}\r\n\r\n.b-form-input__hint {\r\n margin-top: 10px;\r\n margin-bottom: 0;\r\n font-size: 11px;\r\n color: #777;\r\n}\r\n\r\n.l-small .b-form-input__label { display: block; margin-bottom: 4px; }\r\n\r\n<vb:comment>Hide IE10\'s clear button (X) inside input text control</vb:comment>\r\n.b-form-input__input--hide-clear-button::-ms-clear {\r\n display:none;\r\n}\r\n\r\n<vb:comment>\r\n/*--------------------------------------\r\n * FILE INPUT\r\n * \r\n * You can create a customized file input by using the --hidden modifier on\r\n * your <input type=\"file\"> tag. \r\n * \r\n * Usage: Please see .b-button__upload\r\n *\r\n * Note: All the funky rules are for browser compatiblity. We\'re essentially\r\n * trying to get the user to click the \"browse...\" button they\'d normally see\r\n * but have it show our customized style underneath so it\'ll look nice.\r\n * Also note we\'re using right without a stylevar and direction: ltr to standardize\r\n * and make it easier for us.\r\n *\r\n **/\r\n</vb:comment>\r\n\r\n.b-form-input__file--hidden {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n opacity: 0;\r\n -o-transform: translate(250px,-50px) scale(1);\r\n -moz-transform: translate(-300px,0) scale(5);\r\n transform: translate(-300px,0) scale(5);\r\n direction: ltr;\r\n cursor: pointer;\r\n margin: 0;\r\n border-width: 0 30px 100px 200px;\r\n border-color: transparent; /* We\'re using this instead of filter: alpha(opacity=0) because VBV-10295 */\r\n height:24px;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1375732737,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(90,-1,'css_b_form_select.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/css_b_form_select_example.js\'); $final_rendered .= \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for our drop down boxes. Note, we use the <a href=\"https://github.com/claviska/jquery-selectBox\">selectBox plugin</a>\r\n so in order to not re-invent the wheel, we\\\'re just modifying the stuff we need. We rely on the plugin hiding the actual select tag.\r\n </p>\r\n <div class=\"h-margin-bottom-s\">\r\n <select class=\"js-drop-down-example b-form-select__select\" name=\"month\">\r\n <option value=\"\"></option>\r\n <option value=\"01\">January</option>\r\n <option value=\"02\">February</option>\r\n <option value=\"03\">March</option>\r\n <option value=\"04\" selected=\"selected\">April</option>\r\n <option value=\"05\">May</option>\r\n <option value=\"06\">June</option>\r\n <option value=\"07\">July</option>\r\n <option value=\"08\">August</option>\r\n <option value=\"09\">September</option>\r\n <option value=\"10\">October</option>\r\n <option value=\"11\">November</option>\r\n <option value=\"12\">December</option>\r\n </select>\r\n <select class=\"js-drop-down-example b-form-select__select\" name=\"day\">\r\n <option value=\"01\" name=\"day\" selected=\"selected\">01</option>\r\n <option value=\"02\" name=\"day\">02</option>\r\n <option value=\"03\" name=\"day\">03</option>\r\n <option value=\"04\" name=\"day\">04</option>\r\n <option value=\"05\" name=\"day\">05</option>\r\n <option value=\"06\" name=\"day\">06</option>\r\n <option value=\"07\" name=\"day\">07</option>\r\n <option value=\"08\" name=\"day\">08</option>\r\n <option value=\"09\" name=\"day\">09</option>\r\n <option value=\"10\" name=\"day\">10</option>\r\n <option value=\"11\" name=\"day\">11</option>\r\n <option value=\"12\" name=\"day\">12</option>\r\n <option value=\"13\" name=\"day\">13</option>\r\n <option value=\"14\" name=\"day\">14</option>\r\n <option value=\"15\" name=\"day\">15</option>\r\n <option value=\"16\" name=\"day\">16</option>\r\n <option value=\"17\" name=\"day\">17</option>\r\n <option value=\"18\" name=\"day\">18</option>\r\n <option value=\"19\" name=\"day\">19</option>\r\n <option value=\"20\" name=\"day\">20</option>\r\n <option value=\"21\" name=\"day\">21</option>\r\n <option value=\"22\" name=\"day\">22</option>\r\n <option value=\"23\" name=\"day\">23</option>\r\n <option value=\"24\" name=\"day\">24</option>\r\n <option value=\"25\" name=\"day\">25</option>\r\n <option value=\"26\" name=\"day\">26</option>\r\n <option value=\"27\" name=\"day\">27</option>\r\n <option value=\"28\" name=\"day\">28</option>\r\n <option value=\"29\" name=\"day\">29</option>\r\n <option value=\"30\" name=\"day\">30</option>\r\n <option value=\"31\" name=\"day\">31</option>\r\n </select>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <select multiple=\"multiple\" class=\"js-drop-down-example b-form-select__select\">\r\n <option selected=\"selected\" value=\"1\">Item 1</option>\r\n <option value=\"2\">Item 2</option>\r\n <option value=\"3\">Item 3</option>\r\n <option value=\"4\">Item 4</option>\r\n <option value=\"5\">Item 5</option>\r\n </select>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Form Select Boxes */\r\n\r\n.b-form-select__select,\r\n.b-form-select__select:focus {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background\") . \';\r\n /*border: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';*/\r\n outline: none;\r\n height: 24px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-form-select__select .selectBox-arrow {\r\n top: 45%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n width: 7px;\r\n height: 8px;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -48px -16px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-form-select__select.selectBox, /* override for base anchor tag and multi-select */\r\n.b-form-select__select .selectBox-label, /* override for the label for a drop down */\r\n.b-form-select__select-selectBox-dropdown-menu /* override for drop down options */ {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \';\r\n vertical-align: top;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-form-select__select.selectBox .selectBox-selected a, /* overrid multi-select */\r\n.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected a, /* overrid dropdown */\r\n.b-form-select__select.selectBox .selectBox-hover a, /* overrid multi-select */\r\n.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-hover a /* overrid dropdown */ {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background_hover\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color_hover\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n{vb:js js/css_b_form_select_example.js}\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for our drop down boxes. Note, we use the <a href=\"https://github.com/claviska/jquery-selectBox\">selectBox plugin</a>\r\n so in order to not re-invent the wheel, we\'re just modifying the stuff we need. We rely on the plugin hiding the actual select tag.\r\n </p>\r\n <div class=\"h-margin-bottom-s\">\r\n <select class=\"js-drop-down-example b-form-select__select\" name=\"month\">\r\n <option value=\"\"></option>\r\n <option value=\"01\">January</option>\r\n <option value=\"02\">February</option>\r\n <option value=\"03\">March</option>\r\n <option value=\"04\" selected=\"selected\">April</option>\r\n <option value=\"05\">May</option>\r\n <option value=\"06\">June</option>\r\n <option value=\"07\">July</option>\r\n <option value=\"08\">August</option>\r\n <option value=\"09\">September</option>\r\n <option value=\"10\">October</option>\r\n <option value=\"11\">November</option>\r\n <option value=\"12\">December</option>\r\n </select>\r\n <select class=\"js-drop-down-example b-form-select__select\" name=\"day\">\r\n <option value=\"01\" name=\"day\" selected=\"selected\">01</option>\r\n <option value=\"02\" name=\"day\">02</option>\r\n <option value=\"03\" name=\"day\">03</option>\r\n <option value=\"04\" name=\"day\">04</option>\r\n <option value=\"05\" name=\"day\">05</option>\r\n <option value=\"06\" name=\"day\">06</option>\r\n <option value=\"07\" name=\"day\">07</option>\r\n <option value=\"08\" name=\"day\">08</option>\r\n <option value=\"09\" name=\"day\">09</option>\r\n <option value=\"10\" name=\"day\">10</option>\r\n <option value=\"11\" name=\"day\">11</option>\r\n <option value=\"12\" name=\"day\">12</option>\r\n <option value=\"13\" name=\"day\">13</option>\r\n <option value=\"14\" name=\"day\">14</option>\r\n <option value=\"15\" name=\"day\">15</option>\r\n <option value=\"16\" name=\"day\">16</option>\r\n <option value=\"17\" name=\"day\">17</option>\r\n <option value=\"18\" name=\"day\">18</option>\r\n <option value=\"19\" name=\"day\">19</option>\r\n <option value=\"20\" name=\"day\">20</option>\r\n <option value=\"21\" name=\"day\">21</option>\r\n <option value=\"22\" name=\"day\">22</option>\r\n <option value=\"23\" name=\"day\">23</option>\r\n <option value=\"24\" name=\"day\">24</option>\r\n <option value=\"25\" name=\"day\">25</option>\r\n <option value=\"26\" name=\"day\">26</option>\r\n <option value=\"27\" name=\"day\">27</option>\r\n <option value=\"28\" name=\"day\">28</option>\r\n <option value=\"29\" name=\"day\">29</option>\r\n <option value=\"30\" name=\"day\">30</option>\r\n <option value=\"31\" name=\"day\">31</option>\r\n </select>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <select multiple=\"multiple\" class=\"js-drop-down-example b-form-select__select\">\r\n <option selected=\"selected\" value=\"1\">Item 1</option>\r\n <option value=\"2\">Item 2</option>\r\n <option value=\"3\">Item 3</option>\r\n <option value=\"4\">Item 4</option>\r\n <option value=\"5\">Item 5</option>\r\n </select>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Form Select Boxes */\r\n\r\n.b-form-select__select,\r\n.b-form-select__select:focus {\r\n background: {vb:stylevar form_dropdown_background};\r\n /*border: {vb:stylevar form_dropdown_border};*/\r\n outline: none;\r\n height: 24px;\r\n}\r\n\r\n<vb:comment>\r\n The selectBox-arrow class is automatically generated by the selectBox plugin and can\'t be changed.\r\n We might need to move most of this to b-icon...\r\n</vb:comment>\r\n.b-form-select__select .selectBox-arrow {\r\n top: 45%;\r\n {vb:stylevar right}: 8px;\r\n width: 7px;\r\n height: 8px;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -48px -16px;\r\n}\r\n\r\n<vb:comment>\r\n The selectBox-label class is automatically generated by the selectBox plugin and can\'t be changed.\r\n We need to specify it to override some of the default plugin styles.\r\n \r\n We can target the actual list of options from the drop down using this class because the selectBox plugin\r\n will add the classes from the original select tag and append them with \"-selectBox-dropdown-menu\".\r\n This is why it\'s not following the naming convention very well.\r\n On the other hand, a multi select box doesn\'t give us a similar option, so we use another way to target it.\r\n</vb:comment>\r\n.b-form-select__select.selectBox, /* override for base anchor tag and multi-select */\r\n.b-form-select__select .selectBox-label, /* override for the label for a drop down */\r\n.b-form-select__select-selectBox-dropdown-menu /* override for drop down options */ {\r\n background: {vb:stylevar form_dropdown_background};\r\n color: {vb:stylevar form_dropdown_text_color};\r\n vertical-align: top;\r\n}\r\n\r\n<vb:comment>\r\n Unfortunately, we don\'t have a way to target links inside the selectBox options without using the a tag.\r\n</vb:comment>\r\n.b-form-select__select.selectBox .selectBox-selected a, /* overrid multi-select */\r\n.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected a, /* overrid dropdown */\r\n.b-form-select__select.selectBox .selectBox-hover a, /* overrid multi-select */\r\n.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-hover a /* overrid dropdown */ {\r\n background: {vb:stylevar form_dropdown_background_hover};\r\n color: {vb:stylevar form_dropdown_text_color_hover};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1380818545,'vBulletin Solutions','5.1.0 Alpha 2','vbulletin','none'),(91,-1,'css_b_form_textarea.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is used for form textarea fields. Examples:</p>\r\n <div>\r\n <textarea class=\"b-form-textarea__textarea\">This is a textarea element with just the b-form-textarea__textarea class.</textarea>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <textarea class=\"b-form-textarea__textarea b-form-textarea__textarea--full\">This textarea element has the b-form-textarea__textarea class and b-form-textarea__textarea--full modifier class.</textarea>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Form Textarea Inputs */\r\n\r\n.b-form-textarea__textarea {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_field_text_color\") . \';\r\n font: inherit;\r\n height: auto;\r\n padding: 8px;\r\n resize: none;\r\n}\r\n\r\n.b-form-textarea__textarea--full {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n}\r\n\r\n.b-form-textarea__textarea--ckeditor {\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n padding: 18px 15px;\r\n height: 70px;\r\n border: none;\r\n}\r\n\r\n.b-form-textarea__textarea--resize {\r\n resize: both;\r\n}\r\n\r\n.b-form-textarea__textarea--v-resize {\r\n resize: vertical;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>This block is used for form textarea fields. Examples:</p>\r\n <div>\r\n <textarea class=\"b-form-textarea__textarea\">This is a textarea element with just the b-form-textarea__textarea class.</textarea>\r\n </div>\r\n <div class=\"h-margin-bottom-l\">\r\n <textarea class=\"b-form-textarea__textarea b-form-textarea__textarea--full\">This textarea element has the b-form-textarea__textarea class and b-form-textarea__textarea--full modifier class.</textarea>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Form Textarea Inputs */\r\n\r\n.b-form-textarea__textarea {\r\n background: {vb:stylevar form_field_background};\r\n border: {vb:stylevar form_field_border};\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n color: {vb:stylevar form_field_text_color};\r\n font: inherit;\r\n height: auto;\r\n padding: 8px;\r\n resize: none;\r\n}\r\n\r\n.b-form-textarea__textarea--full {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n}\r\n\r\n.b-form-textarea__textarea--ckeditor {\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n padding: 18px 15px;\r\n height: 70px;\r\n border: none;\r\n}\r\n\r\n.b-form-textarea__textarea--resize {\r\n resize: both;\r\n}\r\n\r\n.b-form-textarea__textarea--v-resize {\r\n resize: vertical;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1381180550,'vBulletin Solutions','5.1.0 Alpha 2','vbulletin','none'),(92,-1,'css_b_gallery_thumbnail_list.css','$final_rendered = \'.b-gallery-thumbnail-list {\r\n margin-top: 12px;\r\n}\r\n.b-gallery-thumbnail-list__aside {\r\n height:90px;\r\n}\r\n.b-gallery-thumbnail-list__item {\r\n position:relative;\r\n cursor:pointer;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n padding-bottom:10px;\r\n height:90px;\r\n display:table-cell;\r\n text-align:center;\r\n vertical-align:middle; \r\n}\r\n.b-gallery-thumbnail-list__thumbnail {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"photo_border\") . \';\r\n max-width:120px;\r\n max-height:90px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.b-gallery-thumbnail-list__thumbnail:hover {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"photo_border_hover\") . \';\r\n}\r\n.b-gallery-thumbnail-list__aside {\r\n vertical-align:middle;\r\n}\';','.b-gallery-thumbnail-list {\r\n margin-top: 12px;\r\n}\r\n.b-gallery-thumbnail-list__aside {\r\n height:90px;\r\n}\r\n.b-gallery-thumbnail-list__item {\r\n position:relative;\r\n cursor:pointer;\r\n padding-{vb:stylevar right}:10px;\r\n padding-bottom:10px;\r\n height:90px;\r\n display:table-cell;\r\n text-align:center;\r\n vertical-align:middle; \r\n}\r\n.b-gallery-thumbnail-list__thumbnail {\r\n border: {vb:stylevar photo_border};\r\n max-width:120px;\r\n max-height:90px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.b-gallery-thumbnail-list__thumbnail:hover {\r\n border: {vb:stylevar photo_border_hover};\r\n}\r\n.b-gallery-thumbnail-list__aside {\r\n vertical-align:middle;\r\n}','template',1375471443,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(93,-1,'css_b_help_table.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This is for styling help/faq tables. I wanted to separate this from b-table because that should be more of\r\n a general layout. Refactoring for a more responsive layout was not considered at the time this was created\r\n due to time constraints.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <table class=\"b-help-table b-help-table--full\">\r\n <tbody>\r\n <tr>\r\n <th class=\"b-help-table__cell b-help-table__cell--header\" colspan=\"2\">Bold, Italic and Underline</th>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\" colspan=\"2\">These codes provide basic formatting to your text.</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Usage:</td>\r\n <td class=\"b-help-table__cell\">[b]value[/b]<br />[i]value[/i]<br />[u]value[/u]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Example Usage:</td>\r\n <td class=\"b-help-table__cell\">[b]This is bold text.[/b]<br />[i]This is italic text[/i]<br />[u]This is underlined text[/u]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Example Output:</td>\r\n <td class=\"b-help-table__cell restore\"><b>This is bold text.</b><br /><i>This is italic text</i><br /><span style=\"text-decoration:underline\">This is underlined text.</span></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* FAQ / Help Table */\r\n\r\n\' . \'\' . \'\r\n\r\n.b-help-table--full {\r\n width: 100%;\r\n}\r\n\r\n.b-help-table__cell {\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n}\r\n\r\n.b-help-table__cell--header {\r\n background-color: #EBF3F9;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-weight: bold;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This is for styling help/faq tables. I wanted to separate this from b-table because that should be more of\r\n a general layout. Refactoring for a more responsive layout was not considered at the time this was created\r\n due to time constraints.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <table class=\"b-help-table b-help-table--full\">\r\n <tbody>\r\n <tr>\r\n <th class=\"b-help-table__cell b-help-table__cell--header\" colspan=\"2\">Bold, Italic and Underline</th>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\" colspan=\"2\">These codes provide basic formatting to your text.</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Usage:</td>\r\n <td class=\"b-help-table__cell\">[b]value[/b]<br />[i]value[/i]<br />[u]value[/u]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Example Usage:</td>\r\n <td class=\"b-help-table__cell\">[b]This is bold text.[/b]<br />[i]This is italic text[/i]<br />[u]This is underlined text[/u]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"b-help-table__cell\">Example Output:</td>\r\n <td class=\"b-help-table__cell restore\"><b>This is bold text.</b><br /><i>This is italic text</i><br /><span style=\"text-decoration:underline\">This is underlined text.</span></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* FAQ / Help Table */\r\n\r\n<vb:comment>\r\n.b-help-table {\r\n /* We don\'t have any rules for this yet. */\r\n}\r\n</vb:comment>\r\n\r\n.b-help-table--full {\r\n width: 100%;\r\n}\r\n\r\n.b-help-table__cell {\r\n border: 1px solid {vb:stylevar post_controls_divider_color};\r\n}\r\n\r\n.b-help-table__cell--header {\r\n background-color: #EBF3F9;\r\n text-align: {vb: stylevar left};\r\n font-weight: bold;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1364497969,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(94,-1,'css_b_icon.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"restore\">\r\n \' . \'\' . \'\r\n <h2>\r\n NAMING CONVENTIONS\r\n </h2>\r\n <p>\r\n For specific icon definitions, be sure to follow our BEM-based naming scheme, which works like so:\r\n </p>\r\n <ul>\r\n <li>\r\n begin any individual icon definition with the \\\'.b-icon__\\\' prefix.\r\n </li>\r\n <li>\r\n append a visual description of the icon. This <em>may be different</em> from the actual meaning of the\r\n icon in its context. E.g. \\\'pencil\\\' describes the icon better than \\\'edit\\\'.\r\n </li>\r\n <li>\r\n If there are multiple versions of an icon, try first to distinguish them based on visual difference\r\n (e.g. <code>b-icon__plus-circle</code> vs <code>b-icon__plus</code>).\r\n </li>\r\n <li>\r\n If the multiple versions are different sizes, use s, m, l to distinguish them:\r\n (e.g. <code>b-icon__arrow-down-m</code> for medium-sized arrow pointing down).\r\n </li>\r\n <li>\r\n Failing those, just add a number at the end to indicate there is more than one version of an icon.\r\n (e.g. <code>b-icon__search-2</code>)\r\n </li>\r\n <li>\r\n Finally, use modifiers to define either different colors or states of an icon. Here are some examples:\r\n <ol>\r\n <li><code>.b-icon__arrow-down-s--active</code></li>\r\n <li><code>.b-icon__speech-double--active</code></li>\r\n <li><code>.b-icon__like--disabled</code></li>\r\n </ol>\r\n </li>\r\n </ul>\r\n <p class=\"h-margin-bottom-m\">\r\n Caveats: there may be naming instances below that don\\\'t perfectly correspond to the conventions described\r\n above. For example, \\\'search\\\' might better be represented by \\\'magnifying-glass\\\'. That might be a bit verbose,\r\n and in this instance it\\\'s reasonably clear what the intent is.\r\n </p>\r\n <h2>\r\n HOW TO PUT AN ICON IN TO YOUR HTML\r\n </h2>\r\n <p>\r\n To display an existing icon in your HTML template, follow these steps:\r\n </p>\r\n <ol class=\"h-margin-bottom-m\">\r\n <li>\r\n Using a generic DIV or SPAN element, add the <code>.b-icon</code> class in order to refer to the sprite image.\r\n </li>\r\n <li>\r\n Look at the sprite image to determine the location of your desired icon by its row (from top to bottom)\r\n and position (left to right).\r\n </li>\r\n <li>\r\n Navigate the CSS document to the appropriate row and count rules to the proper position. You should see\r\n a class name that resembles a description of your icon (e.g. <code>b-icon__pencil</code>). Add that\r\n class to your DIV or SPAN.\r\n </li>\r\n <li>\r\n These classes do not provide additional spacing or positioning rules. Those must be handled on an\r\n individual basis in your implementation.\r\n </li>\r\n <li>\r\n For concrete examples, see the DIVs below.\r\n </li>\r\n </ol>\r\n <h2>\r\n HOW TO ADD AN ICON TO THE SPRITE MAP\r\n </h2>\r\n <p>\r\n Adding an icon is fairly straightforward:\r\n </p>\r\n <ol class=\"h-margin-bottom-m\">\r\n <li>\r\n Update the sprite_icons_vb_ltr.png and sprite_icons_vb_rtl.png files with your new icon.\r\n </li>\r\n <li>\r\n Determine the background offset, width and height of your icon.\r\n </li>\r\n <li>\r\n Name your icon using our BEM-based method.\r\n </li>\r\n <li>\r\n Place the CSS rules in the appropriate location in this file, based upon the image\\\'s row and left to\r\n right position.\r\n </li>\r\n <li>\r\n Include the <code>.b-icon</code> class and your specific icon class in the HTML tag when you place it.\r\n </li>\r\n <li>\r\n Add your new icon to the example HTML below.\r\n </li>\r\n </ol>\r\n <h2>\r\n EXAMPLE HTML\r\n </h2>\r\n <p>\r\n NOTE: The blocks of CSS rules below correspond to the horizontal rows of the\r\n <a href=\"\' . vB_Template_Runtime::vBVar($baseurl) . \'/images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\">sprite image</a>, going from top to bottom and\r\n left to right.\r\n </p>\r\n <!-- Row 1 -->\r\n <div>\r\n <div class=\"b-icon b-icon__minus-circle\"></div>\r\n <div class=\"b-icon b-icon__plus-circle\"></div>\r\n <div class=\"b-icon b-icon__search\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__facebook-24\"></div>\r\n <div class=\"b-icon b-icon__twitter-24\"></div>\r\n <div class=\"b-icon b-icon__oauth-24\"></div>\r\n <div class=\"b-icon b-icon__facebook-12\"></div>\r\n <div class=\"b-icon b-icon__minus-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__or-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--active\"></div>\r\n <div class=\"b-icon b-icon__search-2\"></div>\r\n <div class=\"b-icon b-icon__search-plus\"></div>\r\n <div class=\"b-icon b-icon__rss\"></div>\r\n </div>\r\n\r\n <!-- Row 2 -->\r\n <div>\r\n <div class=\"b-icon b-icon__arrow-down-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--active\"></div>\r\n <div class=\"b-icon b-icon__divider-dotted\"></div>\r\n </div>\r\n <!-- Row 3 -->\r\n <div>\r\n <div class=\"b-icon b-icon__flag\"></div>\r\n <div class=\"b-icon b-icon__rdquo\"></div>\r\n <div class=\"b-icon b-icon__rdquo--orange\"></div>\r\n <div class=\"b-icon b-icon__speech-single--gray\"></div>\r\n <div class=\"b-icon b-icon__like\"></div>\r\n <div class=\"b-icon b-icon__ldquo-l--gray\"></div>\r\n <div class=\"b-icon b-icon__speech-double\"></div>\r\n <div class=\"b-icon b-icon__speech-double--active\"></div>\r\n <div class=\"b-icon b-icon__camera\"></div>\r\n <div class=\"b-icon b-icon__camera--active\"></div>\r\n <div class=\"b-icon b-icon__link\"></div>\r\n <div class=\"b-icon b-icon__link--active\"></div>\r\n <div class=\"b-icon b-icon__pencil\"></div>\r\n <div class=\"b-icon b-icon__pencil--active\"></div>\r\n <div class=\"b-icon b-icon__plus\"></div>\r\n <div class=\"b-icon b-icon__reply\"></div>\r\n <div class=\"b-icon b-icon__poll\"></div>\r\n <div class=\"b-icon b-icon__poll--active\"></div>\r\n <div class=\"b-icon b-icon__speech-single\"></div>\r\n <div class=\"b-icon b-icon__doc--gray\"></div>\r\n <div class=\"b-icon b-icon__pencil--gray\"></div>\r\n <div class=\"b-icon b-icon__x-circle\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-right--blue\"></div>\r\n <div class=\"b-icon b-icon__pencil-circle--gray\"></div>\r\n <div class=\"b-icon b-icon__i-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__calendar--blue\"></div>\r\n <div class=\"b-icon b-icon__profile--blue\"></div>\r\n <div class=\"b-icon b-icon__trash-square--blue\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-circle\"></div>\r\n <div class=\"b-icon b-icon__x-circle--dark\"></div>\r\n </div>\r\n <!-- Row 4 -->\r\n <div>\r\n <div class=\"b-icon b-icon__warning--gray\"></div>\r\n <div class=\"b-icon b-icon__ip--gray\"></div>\r\n <div class=\"b-icon b-icon__like--disabled\"></div>\r\n <div class=\"b-icon b-icon__tickets--neutral\"></div>\r\n <div class=\"b-icon b-icon__tickets--warned\"></div>\r\n <div class=\"b-icon b-icon__tickets--infracted\"></div>\r\n <div class=\"b-icon b-icon__check--gray\"></div>\r\n <div class=\"b-icon b-icon__check--black\"></div>\r\n </div>\r\n <!-- Row 5 -->\r\n <div>\r\n <div class=\"b-icon b-icon__arrow-bar-left\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-left--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-right\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-right--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-block-left\"></div>\r\n <div class=\"b-icon b-icon__arrow-block-right\"></div>\r\n <div class=\"b-icon b-icon__x-square--gray\"></div>\r\n <div class=\"b-icon b-icon__pencil-doc\"></div>\r\n <div class=\"b-icon b-icon__gear-s\"></div>\r\n <div class=\"b-icon b-icon__warning-l--red\"></div>\r\n <div class=\"b-icon b-icon__status--green\"></div>\r\n <div class=\"b-icon b-icon__status--gray\"></div>\r\n <div class=\"b-icon b-icon__signature\"></div>\r\n <div class=\"b-icon b-icon__chevron-right--gray\"></div>\r\n <div class=\"b-icon b-icon__question-circle--blue\"></div>\r\n </div>\r\n <!-- Row 6 -->\r\n <div>\r\n <div class=\"b-icon b-icon__messages\"></div>\r\n <div class=\"b-icon b-icon__messages--active\"></div>\r\n <div class=\"b-icon b-icon__add-folder\"></div>\r\n <div class=\"b-icon b-icon__add-folder--active\"></div>\r\n <div class=\"b-icon b-icon__folder\"></div>\r\n <div class=\"b-icon b-icon__folder--active\"></div>\r\n <div class=\"b-icon b-icon__trash\"></div>\r\n <div class=\"b-icon b-icon__trash--active\"></div>\r\n <div class=\"b-icon b-icon__requests\"></div>\r\n <div class=\"b-icon b-icon__requests--active\"></div>\r\n <div class=\"b-icon b-icon__doc\"></div>\r\n <div class=\"b-icon b-icon__doc--active\"></div>\r\n <div class=\"b-icon b-icon__pencil-1bit--gray\"></div>\r\n <div class=\"b-icon b-icon__x-1bit--gray\"></div>\r\n <div class=\"b-icon b-icon__profile\"></div>\r\n <div class=\"b-icon b-icon__profile--active\"></div>\r\n <div class=\"b-icon b-icon__account\"></div>\r\n <div class=\"b-icon b-icon__account--active\"></div>\r\n <div class=\"b-icon b-icon__privacy\"></div>\r\n <div class=\"b-icon b-icon__privacy--active\"></div>\r\n <div class=\"b-icon b-icon__notifications\"></div>\r\n <div class=\"b-icon b-icon__notifications--active\"></div>\r\n <div class=\"b-icon b-icon__x-circle--light\"></div>\r\n <div class=\"b-icon b-icon__page-nav\"></div>\r\n <div class=\"b-icon b-icon__page-nav--active\"></div>\r\n <div class=\"b-icon b-icon__page-content\"></div>\r\n <div class=\"b-icon b-icon__page-content--active\"></div>\r\n <div class=\"b-icon b-icon__page-sidebar\"></div>\r\n <div class=\"b-icon b-icon__page-sidebar--active\"></div>\r\n <div class=\"b-icon b-icon__page-admin\"></div>\r\n <div class=\"b-icon b-icon__page-admin--active\"></div>\r\n </div>\r\n <!-- Row 7 -->\r\n <div>\r\n <div class=\"b-icon b-icon__sent-items\"></div>\r\n <div class=\"b-icon b-icon__sent-items--active\"></div>\r\n <div class=\"b-icon b-icon__paid-subscriptions\"></div>\r\n <div class=\"b-icon b-icon__paid-subscriptions--active\"></div>\r\n </div>\r\n <!-- Row 8 -->\r\n <div>\r\n <div class=\"b-icon b-icon__speech-double-m--blue\"></div>\r\n <div class=\"b-icon b-icon__speech-double-m--gray\"></div>\r\n <div class=\"b-icon b-icon__speech-double-m--green\"></div>\r\n <div class=\"b-icon b-icon__speech-lock\"></div>\r\n <div class=\"b-icon b-icon__link2\"></div>\r\n <div class=\"b-icon b-icon__flag2\"></div>\r\n <div class=\"b-icon b-icon__flag2--active\"></div>\r\n <div class=\"b-icon b-icon__clock\"></div>\r\n <div class=\"b-icon b-icon__clock--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-90deg\"></div>\r\n <div class=\"b-icon b-icon__speech-single2--blue\"></div>\r\n <div class=\"b-icon b-icon__speech-single2--gray\"></div>\r\n <div class=\"b-icon b-icon__lock\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-down--blue\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-right2--blue\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley-s\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley-s--active\"></div>\r\n <div class=\"b-icon b-icon__tool-video\"></div>\r\n <div class=\"b-icon b-icon__tool-video--active\"></div>\r\n </div>\r\n <!-- Row 9 -->\r\n <div>\r\n <div class=\"b-icon b-icon__doc-m-star--red\"></div>\r\n <div class=\"b-icon b-icon__doc-m-star\"></div>\r\n <div class=\"b-icon b-icon__doc-m--blue\"></div>\r\n <div class=\"b-icon b-icon__doc-m\"></div>\r\n <div class=\"b-icon b-icon__doc-m-lock\"></div>\r\n <div class=\"b-icon b-icon__doc-m-arrow\"></div>\r\n <div class=\"b-icon b-icon__doc-m-lock-arrow\"></div>\r\n <div class=\"b-icon b-icon__doc-m-delete\"></div>\r\n <div class=\"b-icon b-icon__paperclip\"></div>\r\n <div class=\"b-icon b-icon__warning--yellow\"></div>\r\n <div class=\"b-icon b-icon__tool-advanced\"></div>\r\n <div class=\"b-icon b-icon__tool-advanced--active\"></div>\r\n <div class=\"b-icon b-icon__tool-camera\"></div>\r\n <div class=\"b-icon b-icon__tool-camera--active\"></div>\r\n <div class=\"b-icon b-icon__tool-link\"></div>\r\n <div class=\"b-icon b-icon__tool-link--active\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley--active\"></div>\r\n <div class=\"b-icon b-icon__tool-attachment\"></div>\r\n <div class=\"b-icon b-icon__tool-attachment--active\"></div>\r\n <div class=\"b-icon b-icon__tool-poll\"></div>\r\n <div class=\"b-icon b-icon__tool-poll--active\"></div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-icon {\r\n display: inline-block;\r\n\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll 0 0;\r\n\r\n overflow: hidden;\r\n text-indent: -99999px;\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__minus-circle {\r\n background-position: 0 -16px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__plus-circle {\r\n background-position: -16px -16px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__search {\r\n background-position: -32px -16px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__arrow-down-s--active {\r\n background-position: -48px -16px;\r\n width: 7px;\r\n height: 5px;\r\n}\r\n\r\n.b-icon__arrow-down-s--disabled {\r\n background-position: -64px -16px;\r\n width: 7px;\r\n height: 5px;\r\n}\r\n\r\n\r\n\r\n.b-icon__facebook-24 {\r\n background-position: -144px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__twitter-24 {\r\n background-position: -176px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__oauth-24 {\r\n background-position: -208px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__facebook-12 {\r\n background-position: -256px -16px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__minus-circle--blue {\r\n background-position: -288px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__or-circle--blue {\r\n background-position: -320px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__arrow-left-s--default,\r\n.b-icon__arrow-left-s--disabled,\r\n.b-icon__arrow-left-s--active,\r\n.b-icon__arrow-right-s--default,\r\n.b-icon__arrow-right-s--disabled,\r\n.b-icon__arrow-right-s--active {\r\n width: 6px;\r\n height: 7px;\r\n}\r\n\r\n.b-icon__arrow-left-s--default {\r\n background-position: -352px -16px;\r\n}\r\n\r\n.b-icon__arrow-left-s--disabled {\r\n background-position: -360px -16px;\r\n}\r\n\r\n.b-icon__arrow-left-s--active {\r\n background-position: -368px -16px;\r\n}\r\n\r\n\r\n.b-icon__arrow-right-s--default {\r\n background-position: -384px -16px;\r\n}\r\n\r\n.b-icon__arrow-right-s--disabled {\r\n background-position: -392px -16px;\r\n}\r\n\r\n.b-icon__arrow-right-s--active {\r\n background-position: -400px -16px;\r\n}\r\n\r\n.b-icon__search-2 {\r\n background-position: -416px -16px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__search-plus {\r\n background-position: -432px -16px;\r\n width: 13px;\r\n height: 11px; \r\n}\r\n\r\n.b-icon__rss {\r\n background-position: -560px -16px;\r\n width: 12px;\r\n height: 12px; \r\n position: relative;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__arrow-down-m--default {\r\n background-position: 0 -48px;\r\n width: 9px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__arrow-up-m--default {\r\n background-position: -16px -48px;\r\n width: 9px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__search--disabled {\r\n background-position: -32px -48px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__arrow-up-s--disabled,\r\n.b-icon__arrow-up-s--default,\r\n.b-icon__arrow-up-s--active,\r\n.b-icon__arrow-down-s--disabled,\r\n.b-icon__arrow-down-s--default,\r\n.b-icon__arrow-down-s--active {\r\n width: 7px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__arrow-up-s--disabled {\r\n background-position: -48px -48px;\r\n}\r\n.b-icon__arrow-up-s--default {\r\n background-position: -56px -48px;\r\n}\r\n.b-icon__arrow-up-s--active {\r\n background-position: -64px -48px;\r\n}\r\n\r\n.b-icon__arrow-down-s--disabled {\r\n background-position: -72px -48px;\r\n}\r\n.b-icon__arrow-down-s--default {\r\n background-position: -80px -48px;\r\n}\r\n.b-icon__arrow-down-s--active {\r\n background-position: -88px -48px;\r\n}\r\n\r\n.b-icon__arrow-left-m--disabled,\r\n.b-icon__arrow-left-m--default,\r\n.b-icon__arrow-left-m--active,\r\n.b-icon__arrow-right-m--disabled,\r\n.b-icon__arrow-right-m--default,\r\n.b-icon__arrow-right-m--active {\r\n width: 6px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__arrow-left-m--disabled {\r\n background-position: -96px -48px;\r\n}\r\n.b-icon__arrow-left-m--default {\r\n background-position: -104px -48px;\r\n}\r\n.b-icon__arrow-left-m--active {\r\n background-position: -112px -48px;\r\n}\r\n\r\n.b-icon__arrow-right-m--disabled {\r\n background-position: -120px -48px;\r\n}\r\n.b-icon__arrow-right-m--default {\r\n background-position: -128px -48px;\r\n}\r\n.b-icon__arrow-right-m--active {\r\n background-position: -136px -48px;\r\n}\r\n\r\n.b-icon__divider-dotted { \r\n background-position: -144px -48px; \r\n width: 1px;\r\n height: 24px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__flag {\r\n background-position: 0 -80px;\r\n width: 10px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__rdquo {\r\n background-position: -16px -80px;\r\n width: 13px;\r\n height: 12px;\r\n\r\n}\r\n\r\n.b-icon__rdquo--orange,\r\n.b-post-control__quote--selected .b-icon__rdquo {\r\n background-position: -32px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__speech-single--gray {\r\n background-position: -48px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__like {\r\n background-position: -64px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__ldquo-l--gray {\r\n background-position: -80px -80px;\r\n width: 17px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__speech-double {\r\n background-position: -112px -80px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__speech-double--active {\r\n background-position: -128px -80px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__camera {\r\n background-position: -144px -80px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__camera--active {\r\n background-position: -160px -80px;\r\n width: 15px;\r\n height: 14px;\r\n\r\n}\r\n\r\n.b-icon__link {\r\n background-position: -176px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__link--active {\r\n background-position: -192px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil {\r\n background-position: -208px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil--active {\r\n background-position: -224px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__plus {\r\n background-position: -240px -80px;\r\n width: 8px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__reply {\r\n background-position: -256px -80px;\r\n width: 13px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__poll {\r\n background-position: -272px -80px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__poll--active {\r\n background-position: -288px -80px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__speech-single {\r\n background-position: -304px -80px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__doc--gray {\r\n background-position: -320px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil--gray {\r\n background-position: -336px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle {\r\n background-position: -352px -80px;\r\n width: 11px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__double-arrow-right--blue {\r\n background-position: -368px -80px;\r\n width: 14px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__pencil-circle--gray {\r\n background-position: -384px -80px;\r\n width: 20px;\r\n height: 20px;\r\n}\r\n\r\n.b-icon__i-circle--blue {\r\n background-position: -416px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__calendar--blue {\r\n background-position: -432px -80px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__profile--blue {\r\n background-position: -448px -80px;\r\n width: 21px;\r\n height: 21px;\r\n}\r\n\r\n.b-icon__trash-square--blue {\r\n background-position: -480px -80px;\r\n width: 19px;\r\n height: 19px;\r\n}\r\n\r\n.b-icon__arrow-right-circle {\r\n background-position: -528px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle--dark {\r\n background-position: -544px -80px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__warning--gray {\r\n background-position: -32px -96px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__ip--gray {\r\n background-position: -48px -96px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__like--disabled {\r\n background-position: -64px -96px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--neutral {\r\n background-position: -112px -96px;;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--warned {\r\n background-position: -144px -96px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--infracted {\r\n background-position: -176px -96px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__check--gray {\r\n background-position: -240px -96px;\r\n width: 10px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__check--black {\r\n background-position: -256px -96px;\r\n width: 8px;\r\n height: 8px;\r\n\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__arrow-bar-left {\r\n background-position: 0 -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-left--active {\r\n background-position: -16px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-right {\r\n background-position: -32px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-right--active {\r\n background-position: -48px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-block-left {\r\n background-position: -64px -112px;\r\n width: 42px;\r\n height: 42px;\r\n}\r\n\r\n.b-icon__arrow-block-right {\r\n background-position: -112px -112px;\r\n width: 42px;\r\n height: 42px;\r\n}\r\n\r\n.b-icon__x-square--gray {\r\n background-position: -160px -112px;\r\n width: 17px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__pencil-doc {\r\n background-position: -192px -112px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__gear-s {\r\n background-position: -208px -112px;\r\n width: 14px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__warning-l--red {\r\n background-position: -240px -112px;\r\n width: 44px;\r\n height: 40px;\r\n}\r\n\r\n.b-icon__status--green {\r\n background-position: -304px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__status--gray {\r\n background-position: -320px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__signature {\r\n background-position: -336px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__chevron-right--gray {\r\n background-position: -368px -112px;\r\n width: 5px;\r\n height: 7px;\r\n}\r\n\r\n.b-icon__question-circle--blue {\r\n background-position: -384px -112px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__messages {\r\n background-position: 0 -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__messages--active {\r\n background-position: -16px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__add-folder {\r\n background-position: -32px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__add-folder--active {\r\n background-position: -48px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__folder {\r\n background-position: -64px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__folder--active {\r\n background-position: -80px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__trash {\r\n background-position: -96px -176px;\r\n width: 13px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__trash--active {\r\n background-position: -112px -176px;\r\n width: 13px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__requests {\r\n background-position: -128px -176px;\r\n width: 15px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__requests--active {\r\n background-position: -144px -176px;\r\n width: 15px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__doc {\r\n background-position: -160px -176px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__doc--active {\r\n background-position: -176px -176px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__pencil-1bit--gray {\r\n background-position: -192px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-1bit--gray {\r\n background-position: -208px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__profile {\r\n background-position: -240px -176px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__profile--active,\r\n.ui-tabs-selected .b-icon__profile,\r\n.b-tabbed-pane__tab--selected .b-icon__profile {\r\n background-position: -256px -176px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__account {\r\n background-position: -272px -176px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__account--active,\r\n.ui-tabs-selected .b-icon__account,\r\n.b-tabbed-pane__tab--selected .b-icon__account {\r\n background-position: -288px -176px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__privacy {\r\n background-position: -306px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__privacy--active,\r\n.ui-tabs-selected .b-icon__privacy,\r\n.b-tabbed-pane__tab--selected .b-icon__privacy {\r\n background-position: -322px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__notifications {\r\n background-position: -338px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__notifications--active,\r\n.ui-tabs-selected .b-icon__notifications,\r\n.b-tabbed-pane__tab--selected .b-icon__notifications {\r\n background-position: -354px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle--light {\r\n background-position: -368px -176px;\r\n width: 19px;\r\n height: 19px;\r\n}\r\n\r\n.b-icon__page-nav {\r\n background-position: -400px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-nav--active {\r\n background-position: -416px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-content {\r\n background-position: -432px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-content--active {\r\n background-position: -448px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-sidebar {\r\n background-position: -464px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-sidebar--active {\r\n background-position: -480px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-admin {\r\n background-position: -496px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-admin--active {\r\n background-position: -512px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__sent-items {\r\n background-position: -192px -192px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__sent-items--active {\r\n background-position: -208px -192px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__paid-subscriptions {\r\n background-position: -304px -192px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__paid-subscriptions--active,\r\n.ui-tabs-selected .b-icon__paid-subscriptions,\r\n.b-tabbed-pane__tab--selected .b-icon__paid-subscriptions {\r\n background-position: -320px -192px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__speech-double-m--blue {\r\n background-position: -4px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-double-m--gray {\r\n background-position: -36px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-double-m--green {\r\n background-position: -68px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-lock {\r\n background-position: -100px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__link2 {\r\n background-position: -132px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__flag2 {\r\n background-position: -160px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__flag2--active {\r\n background-position: -176px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__clock {\r\n background-position: -192px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__clock--active {\r\n background-position: -208px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__arrow-90deg {\r\n background-position: -240px -208px;\r\n width: 11px;\r\n height: 9px;\r\n}\r\n\r\n.b-icon__speech-single2--blue {\r\n background-position: -256px -208px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__speech-single2--gray {\r\n background-position: -272px -208px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__lock {\r\n background-position: -288px -208px;\r\n width: 9px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__double-arrow-down--blue {\r\n background-position: -304px -208px;\r\n width: 11px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__double-arrow-right2--blue {\r\n background-position: -320px -208px;\r\n width: 13px;\r\n height: 9px;\r\n}\r\n\r\n.b-icon__tool-smiley-s {\r\n background-position: -352px -208px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-smiley-s,\r\n.b-icon__tool-smiley-s--active {\r\n background-position: -368px -208px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__tool-video {\r\n background-position: -400px -208px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-video,\r\n.b-icon__tool-video--active {\r\n background-position: -432px -208px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-icon__doc-m-star--red {\r\n background-position: -4px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-star {\r\n background-position: -36px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m--blue {\r\n background-position: -68px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m {\r\n background-position: -100px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-lock {\r\n background-position: -132px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-arrow {\r\n background-position: -164px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-lock-arrow {\r\n background-position: -196px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-delete {\r\n background-position: -228px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__paperclip {\r\n background-position: -256px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__warning--yellow {\r\n background-position: -288px -240px;\r\n width: 16px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__tool-advanced {\r\n background-position: -496px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-advanced,\r\n.b-icon__tool-advanced--active,\r\n.b-icon__tool-advanced:hover {\r\n background-position: -512px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-camera {\r\n background-position: -384px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-camera,\r\n.b-icon__tool-camera--active {\r\n background-position: -416px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-icon__tool-link {\r\n background-position: -448px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-link,\r\n.b-icon__tool-link--active {\r\n background-position: -480px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-icon__tool-smiley {\r\n background-position: -528px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-smiley,\r\n.b-icon__tool-smiley--active,\r\n.b-icon__tool-smiley:hover {\r\n background-position: -544px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-attachment {\r\n background-position: -464px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-attachment,\r\n.b-icon__tool-attachment--active,\r\n.b-icon__tool-attachment:hover {\r\n background-position: -480px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-poll {\r\n background-position: -640px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-poll,\r\n.b-icon__tool-poll--active {\r\n background-position: -672px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"restore\">\r\n <vb:comment>\r\n Used the restore class on the parent div to cheaply get back the numbering and bullet points on the lists.\r\n </vb:comment>\r\n <h2>\r\n NAMING CONVENTIONS\r\n </h2>\r\n <p>\r\n For specific icon definitions, be sure to follow our BEM-based naming scheme, which works like so:\r\n </p>\r\n <ul>\r\n <li>\r\n begin any individual icon definition with the \'.b-icon__\' prefix.\r\n </li>\r\n <li>\r\n append a visual description of the icon. This <em>may be different</em> from the actual meaning of the\r\n icon in its context. E.g. \'pencil\' describes the icon better than \'edit\'.\r\n </li>\r\n <li>\r\n If there are multiple versions of an icon, try first to distinguish them based on visual difference\r\n (e.g. <code>b-icon__plus-circle</code> vs <code>b-icon__plus</code>).\r\n </li>\r\n <li>\r\n If the multiple versions are different sizes, use s, m, l to distinguish them:\r\n (e.g. <code>b-icon__arrow-down-m</code> for medium-sized arrow pointing down).\r\n </li>\r\n <li>\r\n Failing those, just add a number at the end to indicate there is more than one version of an icon.\r\n (e.g. <code>b-icon__search-2</code>)\r\n </li>\r\n <li>\r\n Finally, use modifiers to define either different colors or states of an icon. Here are some examples:\r\n <ol>\r\n <li><code>.b-icon__arrow-down-s--active</code></li>\r\n <li><code>.b-icon__speech-double--active</code></li>\r\n <li><code>.b-icon__like--disabled</code></li>\r\n </ol>\r\n </li>\r\n </ul>\r\n <p class=\"h-margin-bottom-m\">\r\n Caveats: there may be naming instances below that don\'t perfectly correspond to the conventions described\r\n above. For example, \'search\' might better be represented by \'magnifying-glass\'. That might be a bit verbose,\r\n and in this instance it\'s reasonably clear what the intent is.\r\n </p>\r\n <h2>\r\n HOW TO PUT AN ICON IN TO YOUR HTML\r\n </h2>\r\n <p>\r\n To display an existing icon in your HTML template, follow these steps:\r\n </p>\r\n <ol class=\"h-margin-bottom-m\">\r\n <li>\r\n Using a generic DIV or SPAN element, add the <code>.b-icon</code> class in order to refer to the sprite image.\r\n </li>\r\n <li>\r\n Look at the sprite image to determine the location of your desired icon by its row (from top to bottom)\r\n and position (left to right).\r\n </li>\r\n <li>\r\n Navigate the CSS document to the appropriate row and count rules to the proper position. You should see\r\n a class name that resembles a description of your icon (e.g. <code>b-icon__pencil</code>). Add that\r\n class to your DIV or SPAN.\r\n </li>\r\n <li>\r\n These classes do not provide additional spacing or positioning rules. Those must be handled on an\r\n individual basis in your implementation.\r\n </li>\r\n <li>\r\n For concrete examples, see the DIVs below.\r\n </li>\r\n </ol>\r\n <h2>\r\n HOW TO ADD AN ICON TO THE SPRITE MAP\r\n </h2>\r\n <p>\r\n Adding an icon is fairly straightforward:\r\n </p>\r\n <ol class=\"h-margin-bottom-m\">\r\n <li>\r\n Update the sprite_icons_vb_ltr.png and sprite_icons_vb_rtl.png files with your new icon.\r\n </li>\r\n <li>\r\n Determine the background offset, width and height of your icon.\r\n </li>\r\n <li>\r\n Name your icon using our BEM-based method.\r\n </li>\r\n <li>\r\n Place the CSS rules in the appropriate location in this file, based upon the image\'s row and left to\r\n right position.\r\n </li>\r\n <li>\r\n Include the <code>.b-icon</code> class and your specific icon class in the HTML tag when you place it.\r\n </li>\r\n <li>\r\n Add your new icon to the example HTML below.\r\n </li>\r\n </ol>\r\n <h2>\r\n EXAMPLE HTML\r\n </h2>\r\n <p>\r\n NOTE: The blocks of CSS rules below correspond to the horizontal rows of the\r\n <a href=\"{vb:var baseurl}/images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\">sprite image</a>, going from top to bottom and\r\n left to right.\r\n </p>\r\n <!-- Row 1 -->\r\n <div>\r\n <div class=\"b-icon b-icon__minus-circle\"></div>\r\n <div class=\"b-icon b-icon__plus-circle\"></div>\r\n <div class=\"b-icon b-icon__search\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__facebook-24\"></div>\r\n <div class=\"b-icon b-icon__twitter-24\"></div>\r\n <div class=\"b-icon b-icon__oauth-24\"></div>\r\n <div class=\"b-icon b-icon__facebook-12\"></div>\r\n <div class=\"b-icon b-icon__minus-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__or-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-s--active\"></div>\r\n <div class=\"b-icon b-icon__search-2\"></div>\r\n <div class=\"b-icon b-icon__search-plus\"></div>\r\n <div class=\"b-icon b-icon__rss\"></div>\r\n </div>\r\n\r\n <!-- Row 2 -->\r\n <div>\r\n <div class=\"b-icon b-icon__arrow-down-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-up-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-down-s--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-left-m--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--disabled\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--default\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-m--active\"></div>\r\n <div class=\"b-icon b-icon__divider-dotted\"></div>\r\n </div>\r\n <!-- Row 3 -->\r\n <div>\r\n <div class=\"b-icon b-icon__flag\"></div>\r\n <div class=\"b-icon b-icon__rdquo\"></div>\r\n <div class=\"b-icon b-icon__rdquo--orange\"></div>\r\n <div class=\"b-icon b-icon__speech-single--gray\"></div>\r\n <div class=\"b-icon b-icon__like\"></div>\r\n <div class=\"b-icon b-icon__ldquo-l--gray\"></div>\r\n <div class=\"b-icon b-icon__speech-double\"></div>\r\n <div class=\"b-icon b-icon__speech-double--active\"></div>\r\n <div class=\"b-icon b-icon__camera\"></div>\r\n <div class=\"b-icon b-icon__camera--active\"></div>\r\n <div class=\"b-icon b-icon__link\"></div>\r\n <div class=\"b-icon b-icon__link--active\"></div>\r\n <div class=\"b-icon b-icon__pencil\"></div>\r\n <div class=\"b-icon b-icon__pencil--active\"></div>\r\n <div class=\"b-icon b-icon__plus\"></div>\r\n <div class=\"b-icon b-icon__reply\"></div>\r\n <div class=\"b-icon b-icon__poll\"></div>\r\n <div class=\"b-icon b-icon__poll--active\"></div>\r\n <div class=\"b-icon b-icon__speech-single\"></div>\r\n <div class=\"b-icon b-icon__doc--gray\"></div>\r\n <div class=\"b-icon b-icon__pencil--gray\"></div>\r\n <div class=\"b-icon b-icon__x-circle\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-right--blue\"></div>\r\n <div class=\"b-icon b-icon__pencil-circle--gray\"></div>\r\n <div class=\"b-icon b-icon__i-circle--blue\"></div>\r\n <div class=\"b-icon b-icon__calendar--blue\"></div>\r\n <div class=\"b-icon b-icon__profile--blue\"></div>\r\n <div class=\"b-icon b-icon__trash-square--blue\"></div>\r\n <div class=\"b-icon b-icon__arrow-right-circle\"></div>\r\n <div class=\"b-icon b-icon__x-circle--dark\"></div>\r\n </div>\r\n <!-- Row 4 -->\r\n <div>\r\n <div class=\"b-icon b-icon__warning--gray\"></div>\r\n <div class=\"b-icon b-icon__ip--gray\"></div>\r\n <div class=\"b-icon b-icon__like--disabled\"></div>\r\n <div class=\"b-icon b-icon__tickets--neutral\"></div>\r\n <div class=\"b-icon b-icon__tickets--warned\"></div>\r\n <div class=\"b-icon b-icon__tickets--infracted\"></div>\r\n <div class=\"b-icon b-icon__check--gray\"></div>\r\n <div class=\"b-icon b-icon__check--black\"></div>\r\n </div>\r\n <!-- Row 5 -->\r\n <div>\r\n <div class=\"b-icon b-icon__arrow-bar-left\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-left--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-right\"></div>\r\n <div class=\"b-icon b-icon__arrow-bar-right--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-block-left\"></div>\r\n <div class=\"b-icon b-icon__arrow-block-right\"></div>\r\n <div class=\"b-icon b-icon__x-square--gray\"></div>\r\n <div class=\"b-icon b-icon__pencil-doc\"></div>\r\n <div class=\"b-icon b-icon__gear-s\"></div>\r\n <div class=\"b-icon b-icon__warning-l--red\"></div>\r\n <div class=\"b-icon b-icon__status--green\"></div>\r\n <div class=\"b-icon b-icon__status--gray\"></div>\r\n <div class=\"b-icon b-icon__signature\"></div>\r\n <div class=\"b-icon b-icon__chevron-right--gray\"></div>\r\n <div class=\"b-icon b-icon__question-circle--blue\"></div>\r\n </div>\r\n <!-- Row 6 -->\r\n <div>\r\n <div class=\"b-icon b-icon__messages\"></div>\r\n <div class=\"b-icon b-icon__messages--active\"></div>\r\n <div class=\"b-icon b-icon__add-folder\"></div>\r\n <div class=\"b-icon b-icon__add-folder--active\"></div>\r\n <div class=\"b-icon b-icon__folder\"></div>\r\n <div class=\"b-icon b-icon__folder--active\"></div>\r\n <div class=\"b-icon b-icon__trash\"></div>\r\n <div class=\"b-icon b-icon__trash--active\"></div>\r\n <div class=\"b-icon b-icon__requests\"></div>\r\n <div class=\"b-icon b-icon__requests--active\"></div>\r\n <div class=\"b-icon b-icon__doc\"></div>\r\n <div class=\"b-icon b-icon__doc--active\"></div>\r\n <div class=\"b-icon b-icon__pencil-1bit--gray\"></div>\r\n <div class=\"b-icon b-icon__x-1bit--gray\"></div>\r\n <div class=\"b-icon b-icon__profile\"></div>\r\n <div class=\"b-icon b-icon__profile--active\"></div>\r\n <div class=\"b-icon b-icon__account\"></div>\r\n <div class=\"b-icon b-icon__account--active\"></div>\r\n <div class=\"b-icon b-icon__privacy\"></div>\r\n <div class=\"b-icon b-icon__privacy--active\"></div>\r\n <div class=\"b-icon b-icon__notifications\"></div>\r\n <div class=\"b-icon b-icon__notifications--active\"></div>\r\n <div class=\"b-icon b-icon__x-circle--light\"></div>\r\n <div class=\"b-icon b-icon__page-nav\"></div>\r\n <div class=\"b-icon b-icon__page-nav--active\"></div>\r\n <div class=\"b-icon b-icon__page-content\"></div>\r\n <div class=\"b-icon b-icon__page-content--active\"></div>\r\n <div class=\"b-icon b-icon__page-sidebar\"></div>\r\n <div class=\"b-icon b-icon__page-sidebar--active\"></div>\r\n <div class=\"b-icon b-icon__page-admin\"></div>\r\n <div class=\"b-icon b-icon__page-admin--active\"></div>\r\n </div>\r\n <!-- Row 7 -->\r\n <div>\r\n <div class=\"b-icon b-icon__sent-items\"></div>\r\n <div class=\"b-icon b-icon__sent-items--active\"></div>\r\n <div class=\"b-icon b-icon__paid-subscriptions\"></div>\r\n <div class=\"b-icon b-icon__paid-subscriptions--active\"></div>\r\n </div>\r\n <!-- Row 8 -->\r\n <div>\r\n <div class=\"b-icon b-icon__speech-double-m--blue\"></div>\r\n <div class=\"b-icon b-icon__speech-double-m--gray\"></div>\r\n <div class=\"b-icon b-icon__speech-double-m--green\"></div>\r\n <div class=\"b-icon b-icon__speech-lock\"></div>\r\n <div class=\"b-icon b-icon__link2\"></div>\r\n <div class=\"b-icon b-icon__flag2\"></div>\r\n <div class=\"b-icon b-icon__flag2--active\"></div>\r\n <div class=\"b-icon b-icon__clock\"></div>\r\n <div class=\"b-icon b-icon__clock--active\"></div>\r\n <div class=\"b-icon b-icon__arrow-90deg\"></div>\r\n <div class=\"b-icon b-icon__speech-single2--blue\"></div>\r\n <div class=\"b-icon b-icon__speech-single2--gray\"></div>\r\n <div class=\"b-icon b-icon__lock\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-down--blue\"></div>\r\n <div class=\"b-icon b-icon__double-arrow-right2--blue\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley-s\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley-s--active\"></div>\r\n <div class=\"b-icon b-icon__tool-video\"></div>\r\n <div class=\"b-icon b-icon__tool-video--active\"></div>\r\n </div>\r\n <!-- Row 9 -->\r\n <div>\r\n <div class=\"b-icon b-icon__doc-m-star--red\"></div>\r\n <div class=\"b-icon b-icon__doc-m-star\"></div>\r\n <div class=\"b-icon b-icon__doc-m--blue\"></div>\r\n <div class=\"b-icon b-icon__doc-m\"></div>\r\n <div class=\"b-icon b-icon__doc-m-lock\"></div>\r\n <div class=\"b-icon b-icon__doc-m-arrow\"></div>\r\n <div class=\"b-icon b-icon__doc-m-lock-arrow\"></div>\r\n <div class=\"b-icon b-icon__doc-m-delete\"></div>\r\n <div class=\"b-icon b-icon__paperclip\"></div>\r\n <div class=\"b-icon b-icon__warning--yellow\"></div>\r\n <div class=\"b-icon b-icon__tool-advanced\"></div>\r\n <div class=\"b-icon b-icon__tool-advanced--active\"></div>\r\n <div class=\"b-icon b-icon__tool-camera\"></div>\r\n <div class=\"b-icon b-icon__tool-camera--active\"></div>\r\n <div class=\"b-icon b-icon__tool-link\"></div>\r\n <div class=\"b-icon b-icon__tool-link--active\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley\"></div>\r\n <div class=\"b-icon b-icon__tool-smiley--active\"></div>\r\n <div class=\"b-icon b-icon__tool-attachment\"></div>\r\n <div class=\"b-icon b-icon__tool-attachment--active\"></div>\r\n <div class=\"b-icon b-icon__tool-poll\"></div>\r\n <div class=\"b-icon b-icon__tool-poll--active\"></div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * ICONS\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-icon {\r\n display: inline-block;\r\n\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll 0 0;\r\n\r\n overflow: hidden;\r\n text-indent: -99999px;\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 1 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__minus-circle {\r\n background-position: 0 -16px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__plus-circle {\r\n background-position: -16px -16px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__search {\r\n background-position: -32px -16px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__arrow-down-s--active {\r\n background-position: -48px -16px;\r\n width: 7px;\r\n height: 5px;\r\n}\r\n\r\n.b-icon__arrow-down-s--disabled {\r\n background-position: -64px -16px;\r\n width: 7px;\r\n height: 5px;\r\n}\r\n\r\n\r\n\r\n.b-icon__facebook-24 {\r\n background-position: -144px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__twitter-24 {\r\n background-position: -176px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__oauth-24 {\r\n background-position: -208px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__facebook-12 {\r\n background-position: -256px -16px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__minus-circle--blue {\r\n background-position: -288px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__or-circle--blue {\r\n background-position: -320px -16px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.b-icon__arrow-left-s--default,\r\n.b-icon__arrow-left-s--disabled,\r\n.b-icon__arrow-left-s--active,\r\n.b-icon__arrow-right-s--default,\r\n.b-icon__arrow-right-s--disabled,\r\n.b-icon__arrow-right-s--active {\r\n width: 6px;\r\n height: 7px;\r\n}\r\n\r\n.b-icon__arrow-left-s--default {\r\n background-position: -352px -16px;\r\n}\r\n\r\n.b-icon__arrow-left-s--disabled {\r\n background-position: -360px -16px;\r\n}\r\n\r\n.b-icon__arrow-left-s--active {\r\n background-position: -368px -16px;\r\n}\r\n\r\n\r\n.b-icon__arrow-right-s--default {\r\n background-position: -384px -16px;\r\n}\r\n\r\n.b-icon__arrow-right-s--disabled {\r\n background-position: -392px -16px;\r\n}\r\n\r\n.b-icon__arrow-right-s--active {\r\n background-position: -400px -16px;\r\n}\r\n\r\n.b-icon__search-2 {\r\n background-position: -416px -16px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__search-plus {\r\n background-position: -432px -16px;\r\n width: 13px;\r\n height: 11px; \r\n}\r\n\r\n.b-icon__rss {\r\n background-position: -560px -16px;\r\n width: 12px;\r\n height: 12px; \r\n position: relative;\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 2 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__arrow-down-m--default {\r\n background-position: 0 -48px;\r\n width: 9px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__arrow-up-m--default {\r\n background-position: -16px -48px;\r\n width: 9px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__search--disabled {\r\n background-position: -32px -48px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__arrow-up-s--disabled,\r\n.b-icon__arrow-up-s--default,\r\n.b-icon__arrow-up-s--active,\r\n.b-icon__arrow-down-s--disabled,\r\n.b-icon__arrow-down-s--default,\r\n.b-icon__arrow-down-s--active {\r\n width: 7px;\r\n height: 6px;\r\n}\r\n\r\n.b-icon__arrow-up-s--disabled {\r\n background-position: -48px -48px;\r\n}\r\n.b-icon__arrow-up-s--default {\r\n background-position: -56px -48px;\r\n}\r\n.b-icon__arrow-up-s--active {\r\n background-position: -64px -48px;\r\n}\r\n\r\n.b-icon__arrow-down-s--disabled {\r\n background-position: -72px -48px;\r\n}\r\n.b-icon__arrow-down-s--default {\r\n background-position: -80px -48px;\r\n}\r\n.b-icon__arrow-down-s--active {\r\n background-position: -88px -48px;\r\n}\r\n\r\n.b-icon__arrow-left-m--disabled,\r\n.b-icon__arrow-left-m--default,\r\n.b-icon__arrow-left-m--active,\r\n.b-icon__arrow-right-m--disabled,\r\n.b-icon__arrow-right-m--default,\r\n.b-icon__arrow-right-m--active {\r\n width: 6px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__arrow-left-m--disabled {\r\n background-position: -96px -48px;\r\n}\r\n.b-icon__arrow-left-m--default {\r\n background-position: -104px -48px;\r\n}\r\n.b-icon__arrow-left-m--active {\r\n background-position: -112px -48px;\r\n}\r\n\r\n.b-icon__arrow-right-m--disabled {\r\n background-position: -120px -48px;\r\n}\r\n.b-icon__arrow-right-m--default {\r\n background-position: -128px -48px;\r\n}\r\n.b-icon__arrow-right-m--active {\r\n background-position: -136px -48px;\r\n}\r\n\r\n.b-icon__divider-dotted { \r\n background-position: -144px -48px; \r\n width: 1px;\r\n height: 24px;\r\n}\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 3 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__flag {\r\n background-position: 0 -80px;\r\n width: 10px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__rdquo {\r\n background-position: -16px -80px;\r\n width: 13px;\r\n height: 12px;\r\n\r\n}\r\n\r\n.b-icon__rdquo--orange,\r\n.b-post-control__quote--selected .b-icon__rdquo {\r\n background-position: -32px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__speech-single--gray {\r\n background-position: -48px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__like {\r\n background-position: -64px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__ldquo-l--gray {\r\n background-position: -80px -80px;\r\n width: 17px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__speech-double {\r\n background-position: -112px -80px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__speech-double--active {\r\n background-position: -128px -80px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__camera {\r\n background-position: -144px -80px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__camera--active {\r\n background-position: -160px -80px;\r\n width: 15px;\r\n height: 14px;\r\n\r\n}\r\n\r\n.b-icon__link {\r\n background-position: -176px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__link--active {\r\n background-position: -192px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil {\r\n background-position: -208px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil--active {\r\n background-position: -224px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__plus {\r\n background-position: -240px -80px;\r\n width: 8px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__reply {\r\n background-position: -256px -80px;\r\n width: 13px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__poll {\r\n background-position: -272px -80px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__poll--active {\r\n background-position: -288px -80px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__speech-single {\r\n background-position: -304px -80px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__doc--gray {\r\n background-position: -320px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__pencil--gray {\r\n background-position: -336px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle {\r\n background-position: -352px -80px;\r\n width: 11px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__double-arrow-right--blue {\r\n background-position: -368px -80px;\r\n width: 14px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__pencil-circle--gray {\r\n background-position: -384px -80px;\r\n width: 20px;\r\n height: 20px;\r\n}\r\n\r\n.b-icon__i-circle--blue {\r\n background-position: -416px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__calendar--blue {\r\n background-position: -432px -80px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__profile--blue {\r\n background-position: -448px -80px;\r\n width: 21px;\r\n height: 21px;\r\n}\r\n\r\n.b-icon__trash-square--blue {\r\n background-position: -480px -80px;\r\n width: 19px;\r\n height: 19px;\r\n}\r\n\r\n.b-icon__arrow-right-circle {\r\n background-position: -528px -80px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle--dark {\r\n background-position: -544px -80px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 4 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__warning--gray {\r\n background-position: -32px -96px;\r\n width: 14px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__ip--gray {\r\n background-position: -48px -96px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__like--disabled {\r\n background-position: -64px -96px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--neutral {\r\n background-position: -112px -96px;;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--warned {\r\n background-position: -144px -96px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__tickets--infracted {\r\n background-position: -176px -96px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__check--gray {\r\n background-position: -240px -96px;\r\n width: 10px;\r\n height: 8px;\r\n}\r\n\r\n.b-icon__check--black {\r\n background-position: -256px -96px;\r\n width: 8px;\r\n height: 8px;\r\n\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 5 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__arrow-bar-left {\r\n background-position: 0 -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-left--active {\r\n background-position: -16px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-right {\r\n background-position: -32px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-bar-right--active {\r\n background-position: -48px -112px;\r\n width: 12px;\r\n height: 60px;\r\n}\r\n\r\n.b-icon__arrow-block-left {\r\n background-position: -64px -112px;\r\n width: 42px;\r\n height: 42px;\r\n}\r\n\r\n.b-icon__arrow-block-right {\r\n background-position: -112px -112px;\r\n width: 42px;\r\n height: 42px;\r\n}\r\n\r\n.b-icon__x-square--gray {\r\n background-position: -160px -112px;\r\n width: 17px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__pencil-doc {\r\n background-position: -192px -112px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__gear-s {\r\n background-position: -208px -112px;\r\n width: 14px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__warning-l--red {\r\n background-position: -240px -112px;\r\n width: 44px;\r\n height: 40px;\r\n}\r\n\r\n.b-icon__status--green {\r\n background-position: -304px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__status--gray {\r\n background-position: -320px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__signature {\r\n background-position: -336px -112px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__chevron-right--gray {\r\n background-position: -368px -112px;\r\n width: 5px;\r\n height: 7px;\r\n}\r\n\r\n.b-icon__question-circle--blue {\r\n background-position: -384px -112px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 6 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__messages {\r\n background-position: 0 -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__messages--active {\r\n background-position: -16px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__add-folder {\r\n background-position: -32px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__add-folder--active {\r\n background-position: -48px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__folder {\r\n background-position: -64px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__folder--active {\r\n background-position: -80px -176px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__trash {\r\n background-position: -96px -176px;\r\n width: 13px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__trash--active {\r\n background-position: -112px -176px;\r\n width: 13px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__requests {\r\n background-position: -128px -176px;\r\n width: 15px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__requests--active {\r\n background-position: -144px -176px;\r\n width: 15px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__doc {\r\n background-position: -160px -176px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__doc--active {\r\n background-position: -176px -176px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__pencil-1bit--gray {\r\n background-position: -192px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-1bit--gray {\r\n background-position: -208px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__profile {\r\n background-position: -240px -176px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__profile--active,\r\n.ui-tabs-selected .b-icon__profile,\r\n.b-tabbed-pane__tab--selected .b-icon__profile {\r\n background-position: -256px -176px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__account {\r\n background-position: -272px -176px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__account--active,\r\n.ui-tabs-selected .b-icon__account,\r\n.b-tabbed-pane__tab--selected .b-icon__account {\r\n background-position: -288px -176px;\r\n width: 15px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__privacy {\r\n background-position: -306px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__privacy--active,\r\n.ui-tabs-selected .b-icon__privacy,\r\n.b-tabbed-pane__tab--selected .b-icon__privacy {\r\n background-position: -322px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__notifications {\r\n background-position: -338px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__notifications--active,\r\n.ui-tabs-selected .b-icon__notifications,\r\n.b-tabbed-pane__tab--selected .b-icon__notifications {\r\n background-position: -354px -176px;\r\n width: 12px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__x-circle--light {\r\n background-position: -368px -176px;\r\n width: 19px;\r\n height: 19px;\r\n}\r\n\r\n.b-icon__page-nav {\r\n background-position: -400px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-nav--active {\r\n background-position: -416px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-content {\r\n background-position: -432px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-content--active {\r\n background-position: -448px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-sidebar {\r\n background-position: -464px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-sidebar--active {\r\n background-position: -480px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-admin {\r\n background-position: -496px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__page-admin--active {\r\n background-position: -512px -176px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 7 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__sent-items {\r\n background-position: -192px -192px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__sent-items--active {\r\n background-position: -208px -192px;\r\n width: 15px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__paid-subscriptions {\r\n background-position: -304px -192px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n.b-icon__paid-subscriptions--active,\r\n.ui-tabs-selected .b-icon__paid-subscriptions,\r\n.b-tabbed-pane__tab--selected .b-icon__paid-subscriptions {\r\n background-position: -320px -192px;\r\n width: 16px;\r\n height: 12px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 8 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__speech-double-m--blue {\r\n background-position: -4px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-double-m--gray {\r\n background-position: -36px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-double-m--green {\r\n background-position: -68px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__speech-lock {\r\n background-position: -100px -208px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__link2 {\r\n background-position: -132px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__flag2 {\r\n background-position: -160px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__flag2--active {\r\n background-position: -176px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__clock {\r\n background-position: -192px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__clock--active {\r\n background-position: -208px -208px;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__arrow-90deg {\r\n background-position: -240px -208px;\r\n width: 11px;\r\n height: 9px;\r\n}\r\n\r\n.b-icon__speech-single2--blue {\r\n background-position: -256px -208px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__speech-single2--gray {\r\n background-position: -272px -208px;\r\n width: 10px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__lock {\r\n background-position: -288px -208px;\r\n width: 9px;\r\n height: 10px;\r\n}\r\n\r\n.b-icon__double-arrow-down--blue {\r\n background-position: -304px -208px;\r\n width: 11px;\r\n height: 11px;\r\n}\r\n\r\n.b-icon__double-arrow-right2--blue {\r\n background-position: -320px -208px;\r\n width: 13px;\r\n height: 9px;\r\n}\r\n\r\n.b-icon__tool-smiley-s {\r\n background-position: -352px -208px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-smiley-s,\r\n.b-icon__tool-smiley-s--active {\r\n background-position: -368px -208px;\r\n width: 14px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__tool-video {\r\n background-position: -400px -208px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-video,\r\n.b-icon__tool-video--active {\r\n background-position: -432px -208px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n<vb:comment>\r\n\r\n/*----------------------------------------------------------------------------\r\n * Row 9 icons\r\n *\r\n **/\r\n\r\n</vb:comment>\r\n\r\n.b-icon__doc-m-star--red {\r\n background-position: -4px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-star {\r\n background-position: -36px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m--blue {\r\n background-position: -68px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m {\r\n background-position: -100px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-lock {\r\n background-position: -132px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-arrow {\r\n background-position: -164px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-lock-arrow {\r\n background-position: -196px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__doc-m-delete {\r\n background-position: -228px -240px;\r\n width: 16px;\r\n height: 18px;\r\n}\r\n\r\n.b-icon__paperclip {\r\n background-position: -256px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.b-icon__warning--yellow {\r\n background-position: -288px -240px;\r\n width: 16px;\r\n height: 14px;\r\n}\r\n\r\n.b-icon__tool-advanced {\r\n background-position: -496px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-advanced,\r\n.b-icon__tool-advanced--active,\r\n.b-icon__tool-advanced:hover {\r\n background-position: -512px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-camera {\r\n background-position: -384px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-camera,\r\n.b-icon__tool-camera--active {\r\n background-position: -416px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-icon__tool-link {\r\n background-position: -448px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-link,\r\n.b-icon__tool-link--active {\r\n background-position: -480px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-icon__tool-smiley {\r\n background-position: -528px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-smiley,\r\n.b-icon__tool-smiley--active,\r\n.b-icon__tool-smiley:hover {\r\n background-position: -544px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-attachment {\r\n background-position: -464px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-attachment,\r\n.b-icon__tool-attachment--active,\r\n.b-icon__tool-attachment:hover {\r\n background-position: -480px -208px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n.b-icon__tool-poll {\r\n background-position: -640px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n.b-toolbar__item--active .b-icon__tool-poll,\r\n.b-icon__tool-poll--active {\r\n background-position: -672px -240px;\r\n width: 24px;\r\n height: 22px;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1386102805,'vBulletin Solutions','5.1.0 Alpha 6','vbulletin','none'),(95,-1,'css_b_inlinemod.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\nUsed for inline moderation checkboxes and the modifiers.\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-inlinemod__checkbox-text {\r\n font-size:12px;\r\n}\r\n.l-small .b-inlinemod__checkbox {\r\n display:none;\r\n}\r\n\r\n/*--------------------------------------\r\n * Inline mod item\r\n * An item that can be moderated\r\n *------------------------------------*/\r\n\r\n/*\r\n.b-inlinemod__item {\r\n \r\n}\r\n*/\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\nUsed for inline moderation checkboxes and the modifiers.\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * Inline mod checkbox\r\n * The checkbox within an item used for moderation\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-inlinemod__checkbox-text {\r\n font-size:12px;\r\n}\r\n.l-small .b-inlinemod__checkbox {\r\n display:none;\r\n}\r\n\r\n/*--------------------------------------\r\n * Inline mod item\r\n * An item that can be moderated\r\n *------------------------------------*/\r\n\r\n/*\r\n.b-inlinemod__item {\r\n \r\n}\r\n*/\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1384894362,'vBulletin Solutions','5.1.0 Alpha 5','vbulletin','none'),(96,-1,'css_b_layout.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<p>\r\n Layout is used for the sole purpose of positioning items relative to one another.\r\n In this initial implementation, a layout class is prepended with <strong>l-</strong>\r\n in order to distinguish it from block and helper classes.\r\n</p>\r\n\r\n<p>\r\n To create a layout, begin with an <code>.l-row</code> wrapper. This is merely a\r\n clearfixed container that holds columns. Note that it can be a useful place to\r\n add a margin or padding.\r\n</p>\r\n\r\n<p>\r\n To create columns, you need to decide whether you want percentage-based fluid\r\n columns or to have a fixed-width column supplemented by adjoining fluid column.\r\n</p>\r\n\r\n<p>\r\n The fluid option is made up of a 12-column grid at desktop width and a four-column\r\n grid at \"mobile\" (less than iPad portrait) width. So, if you wanted to have a\r\n row with one 25% width column and one 75% column, which change to full-width\r\n columns at mobile size, you would apply <code>.l-col__large-3</code> and\r\n <code>.l-col__small-4</code> to the first column and <code>.l-col__large-9</code>\r\n and <code>.l-col__small-4</code> to the second column. (For convenience sake\r\n we\\\'ve also included <code>.l-col__small--full</code> as an equivalent to\r\n <code>.l-col_small-4</code>.\r\n</p>\r\n\r\n<p>\r\n The fixed option (for now) assumes that you will use one fixed column and one\r\n flexible column (to fill the remaining 100% width). The fixed column currently\r\n comes in 5 sizes (each a multiple of 60px) + 1 at 160px:\r\n</p>\r\n\r\n<ol>\r\n <li><code>.l-col__fixed-1</code> - 60px</li>\r\n <li><code>.l-col__fixed-2</code> - 120px</li>\r\n <li><code>.l-col__fixed-3</code> - 160px</li>\r\n <li><code>.l-col__fixed-4</code> - 180px</li>\r\n <li><code>.l-col__fixed-5</code> - 240px</li>\r\n <li><code>.l-col__fixed-6</code> - 300px</li>\r\n</ol>\r\n\r\n<p>\r\n Note that you must use the corresponding <code>.l-col__flex</code> class for the\r\n complementary column, so if you use <code>.l-col__fixed-2</code> you should use\r\n <code>.l-col__flex-2</code> with it.\r\n</p>\r\n\r\n<p>\r\n By default, fixed columns are floated to the left. If you want the fixed column\r\n to be on the right, modify it at the row level by adding <code>.l-row__fixed--right</code>. (There is an <code>.l-row__fixed--left</code> available as well.)\r\n</p>\r\n\r\n<p>\r\n Because rows are nestable, it\\\'s possible to create a layout with both fixed left\r\n and fixed right columns and a fluid center.\r\n</p>\r\n\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-1 l-col__small-4 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-4</span>\r\n </div>\r\n <div class=\"l-col__large-11 l-col__small-4 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-11</span>\r\n <span class=\"h-hide-on-large\">small-4</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-2 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-2</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-10 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-10</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-9 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-9</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-4 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-4</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n <div class=\"l-col__large-8 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-8</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-7 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-7</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-6 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-6</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n <div class=\"l-col__large-6 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-6</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-1 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-1 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-1 l-col--demo\">fixed-1</div>\r\n <div class=\"l-col__flex-1 l-col--demo\">flex-1</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">fixed-2</div>\r\n <div class=\"l-col__flex-2 l-col--demo\">flex-2</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-3 l-col--demo\">fixed-3</div>\r\n <div class=\"l-col__flex-3 l-col--demo\">flex-3</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-4 l-col--demo\">fixed-4</div>\r\n <div class=\"l-col__flex-4 l-col--demo\">flex-4</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-5 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">fixed-5</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">flex-5</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">fixed-6</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">flex-6</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row l-row__fixed--right\">\r\n <div class=\"l-col__fixed-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">l-row__fixed--right fixed-6</span>\r\n <span class=\"h-hide-on-large\">l-row__fixed--right small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">l-row__fixed--right flex-6</span>\r\n <span class=\"h-hide-on-large\">l-row__fixed--right small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">\r\n fixed-2\r\n </div>\r\n <div class=\"l-col__flex-2 l-col--demo\">\r\n <div class=\"l-row l-row__fixed--right\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">\r\n nested fixed-2\r\n </div>\r\n <div class=\"l-col__flex-2 l-col--demo\">\r\n nested flex-2\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Layout */\r\n\r\n.l-row {\r\n width: 100%;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n *zoom: 1;\r\n}\r\n\r\n.l-row > * {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.l-row:before,\r\n.l-row:after {\r\n content: \\\' \\\';\r\n display: table;\r\n}\r\n\r\n.l-row:after {\r\n clear: both;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.l-col--demo {\r\n border-radius: 5px;\r\n background: #eee;\r\n padding: 5px;\r\n margin-bottom: 3px;\r\n}\r\n\r\n.l-col__large-1 { width: 8.3333333333%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-2 { width: 16.666666667%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-3 { width: 25%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-4 { width: 33.333333333%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-5 { width: 41.666666667%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-6 { width: 50%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-7 { width: 58.333333333%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-8 { width: 66.666666667%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-9 { width: 75%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-10 { width: 83.333333333%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-11 { width: 91.666666667%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.l-col__large-12 { width: 100%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n\r\n\' . \'\' . \'\r\n.l-col__fixed-1,\r\n.l-row__fixed--left > .l-col__fixed-1 { width: 60px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-1,\r\n.l-row__fixed--left > .l-col__flex-1 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 60px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.l-col__fixed-2,\r\n.l-row__fixed--left > .l-col__fixed-2 { width: 120px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-2,\r\n.l-row__fixed--left > .l-col__flex-2 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 120px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.l-col__fixed-3,\r\n.l-row__fixed--left > .l-col__fixed-3 { width: 160px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-3,\r\n.l-row__fixed--left > .l-col__flex-3 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 160px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.l-col__fixed-4,\r\n.l-row__fixed--left > .l-col__fixed-4 { width: 180px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-4,\r\n.l-row__fixed--left > .l-col__flex-4 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 180px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.l-col__fixed-5,\r\n.l-row__fixed--left > .l-col__fixed-5 { width: 240px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-5,\r\n.l-row__fixed--left > .l-col__flex-5 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 240px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.l-col__fixed-6,\r\n.l-row__fixed--left > .l-col__fixed-6 { width: 300px; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n.l-col__flex-6,\r\n.l-row__fixed--left > .l-col__flex-6 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 300px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n\' . \'\' . \'\r\n\r\n.l-row__fixed--right > .l-col__fixed-1 { width: 60px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-1 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 60px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-2 { width: 120px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-2 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 120px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-3 { width: 160px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-3 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 160px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-4 { width: 180px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-4 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 180px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-5 { width: 240px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-5 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 240px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-6 { width: 300px; float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.l-row__fixed--right > .l-col__flex-6 { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 300px; }\r\n\r\n.l-col--demo.l-col__fixed-1,\r\n.l-col--demo.l-col__fixed-2,\r\n.l-col--demo.l-col__fixed-3,\r\n.l-col--demo.l-col__fixed-4,\r\n.l-col--demo.l-col__fixed-5,\r\n.l-col--demo.l-col__fixed-6 { background: #ccc; }\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n.l-small .l-col__small-1 { width: 25%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-2 { width: 50%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-3 { width: 75%; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-4,\r\n.l-small .l-col__small--full { width: 100%; float: none; margin-left: 0; margin-right: 0; }\r\n\r\n\' . \'\' . \'\r\n.l-small .h-hide--small { display: none; }\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<p>\r\n Layout is used for the sole purpose of positioning items relative to one another.\r\n In this initial implementation, a layout class is prepended with <strong>l-</strong>\r\n in order to distinguish it from block and helper classes.\r\n</p>\r\n\r\n<p>\r\n To create a layout, begin with an <code>.l-row</code> wrapper. This is merely a\r\n clearfixed container that holds columns. Note that it can be a useful place to\r\n add a margin or padding.\r\n</p>\r\n\r\n<p>\r\n To create columns, you need to decide whether you want percentage-based fluid\r\n columns or to have a fixed-width column supplemented by adjoining fluid column.\r\n</p>\r\n\r\n<p>\r\n The fluid option is made up of a 12-column grid at desktop width and a four-column\r\n grid at \"mobile\" (less than iPad portrait) width. So, if you wanted to have a\r\n row with one 25% width column and one 75% column, which change to full-width\r\n columns at mobile size, you would apply <code>.l-col__large-3</code> and\r\n <code>.l-col__small-4</code> to the first column and <code>.l-col__large-9</code>\r\n and <code>.l-col__small-4</code> to the second column. (For convenience sake\r\n we\'ve also included <code>.l-col__small--full</code> as an equivalent to\r\n <code>.l-col_small-4</code>.\r\n</p>\r\n\r\n<p>\r\n The fixed option (for now) assumes that you will use one fixed column and one\r\n flexible column (to fill the remaining 100% width). The fixed column currently\r\n comes in 5 sizes (each a multiple of 60px) + 1 at 160px:\r\n</p>\r\n\r\n<ol>\r\n <li><code>.l-col__fixed-1</code> - 60px</li>\r\n <li><code>.l-col__fixed-2</code> - 120px</li>\r\n <li><code>.l-col__fixed-3</code> - 160px</li>\r\n <li><code>.l-col__fixed-4</code> - 180px</li>\r\n <li><code>.l-col__fixed-5</code> - 240px</li>\r\n <li><code>.l-col__fixed-6</code> - 300px</li>\r\n</ol>\r\n\r\n<p>\r\n Note that you must use the corresponding <code>.l-col__flex</code> class for the\r\n complementary column, so if you use <code>.l-col__fixed-2</code> you should use\r\n <code>.l-col__flex-2</code> with it.\r\n</p>\r\n\r\n<p>\r\n By default, fixed columns are floated to the left. If you want the fixed column\r\n to be on the right, modify it at the row level by adding <code>.l-row__fixed--right</code>. (There is an <code>.l-row__fixed--left</code> available as well.)\r\n</p>\r\n\r\n<p>\r\n Because rows are nestable, it\'s possible to create a layout with both fixed left\r\n and fixed right columns and a fluid center.\r\n</p>\r\n\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-1 l-col__small-4 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-4</span>\r\n </div>\r\n <div class=\"l-col__large-11 l-col__small-4 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-11</span>\r\n <span class=\"h-hide-on-large\">small-4</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-2 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-2</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-10 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-10</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-9 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-9</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-4 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-4</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n <div class=\"l-col__large-8 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-8</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-7 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-7</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-6 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-6</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n <div class=\"l-col__large-6 l-col__small-2 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-6</span>\r\n <span class=\"h-hide-on-large\">small-2</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-3 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-3</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__large-1 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-5 l-col__small-3 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-5</span>\r\n <span class=\"h-hide-on-large\">small-3</span>\r\n </div>\r\n <div class=\"l-col__large-1 l-col__small-1 l-col--demo\">\r\n <span class=\"h-hide-on-small\">large-1</span>\r\n <span class=\"h-hide-on-large\">small-1</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-1 l-col--demo\">fixed-1</div>\r\n <div class=\"l-col__flex-1 l-col--demo\">flex-1</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">fixed-2</div>\r\n <div class=\"l-col__flex-2 l-col--demo\">flex-2</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-3 l-col--demo\">fixed-3</div>\r\n <div class=\"l-col__flex-3 l-col--demo\">flex-3</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-4 l-col--demo\">fixed-4</div>\r\n <div class=\"l-col__flex-4 l-col--demo\">flex-4</div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-5 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">fixed-5</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-5 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">flex-5</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row\">\r\n <div class=\"l-col__fixed-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">fixed-6</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">flex-6</span>\r\n <span class=\"h-hide-on-large\">small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row l-row__fixed--right\">\r\n <div class=\"l-col__fixed-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">l-row__fixed--right fixed-6</span>\r\n <span class=\"h-hide-on-large\">l-row__fixed--right small--full</span>\r\n </div>\r\n <div class=\"l-col__flex-6 l-col__small--full l-col--demo\">\r\n <span class=\"h-hide-on-small\">l-row__fixed--right flex-6</span>\r\n <span class=\"h-hide-on-large\">l-row__fixed--right small--full</span>\r\n </div>\r\n</div>\r\n\r\n<div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">\r\n fixed-2\r\n </div>\r\n <div class=\"l-col__flex-2 l-col--demo\">\r\n <div class=\"l-row l-row__fixed--right\">\r\n <div class=\"l-col__fixed-2 l-col--demo\">\r\n nested fixed-2\r\n </div>\r\n <div class=\"l-col__flex-2 l-col--demo\">\r\n nested flex-2\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Layout */\r\n\r\n.l-row {\r\n width: 100%;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n *zoom: 1;\r\n}\r\n\r\n.l-row > * {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n<vb:comment>\r\n/* Apply clearfix to the row */\r\n</vb:comment>\r\n\r\n.l-row:before,\r\n.l-row:after {\r\n content: \' \';\r\n display: table;\r\n}\r\n\r\n.l-row:after {\r\n clear: both;\r\n}\r\n\r\n<vb:comment>\r\n/* Columns */\r\n</vb:comment>\r\n\r\n.l-col--demo {\r\n border-radius: 5px;\r\n background: #eee;\r\n padding: 5px;\r\n margin-bottom: 3px;\r\n}\r\n\r\n.l-col__large-1 { width: 8.3333333333%; float: {vb:stylevar left}; }\r\n.l-col__large-2 { width: 16.666666667%; float: {vb:stylevar left}; }\r\n.l-col__large-3 { width: 25%; float: {vb:stylevar left}; }\r\n.l-col__large-4 { width: 33.333333333%; float: {vb:stylevar left}; }\r\n.l-col__large-5 { width: 41.666666667%; float: {vb:stylevar left}; }\r\n.l-col__large-6 { width: 50%; float: {vb:stylevar left}; }\r\n.l-col__large-7 { width: 58.333333333%; float: {vb:stylevar left}; }\r\n.l-col__large-8 { width: 66.666666667%; float: {vb:stylevar left}; }\r\n.l-col__large-9 { width: 75%; float: {vb:stylevar left}; }\r\n.l-col__large-10 { width: 83.333333333%; float: {vb:stylevar left}; }\r\n.l-col__large-11 { width: 91.666666667%; float: {vb:stylevar left}; }\r\n.l-col__large-12 { width: 100%; float: {vb:stylevar left}; }\r\n\r\n\r\n<vb:comment>\r\n /* Fixed left columns */\r\n</vb:comment>\r\n.l-col__fixed-1,\r\n.l-row__fixed--left > .l-col__fixed-1 { width: 60px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-1,\r\n.l-row__fixed--left > .l-col__flex-1 { margin-{vb:stylevar left}: 60px; margin-{vb:stylevar right}: 0; }\r\n\r\n.l-col__fixed-2,\r\n.l-row__fixed--left > .l-col__fixed-2 { width: 120px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-2,\r\n.l-row__fixed--left > .l-col__flex-2 { margin-{vb:stylevar left}: 120px; margin-{vb:stylevar right}: 0; }\r\n\r\n.l-col__fixed-3,\r\n.l-row__fixed--left > .l-col__fixed-3 { width: 160px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-3,\r\n.l-row__fixed--left > .l-col__flex-3 { margin-{vb:stylevar left}: 160px; margin-{vb:stylevar right}: 0; }\r\n\r\n.l-col__fixed-4,\r\n.l-row__fixed--left > .l-col__fixed-4 { width: 180px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-4,\r\n.l-row__fixed--left > .l-col__flex-4 { margin-{vb:stylevar left}: 180px; margin-{vb:stylevar right}: 0; }\r\n\r\n.l-col__fixed-5,\r\n.l-row__fixed--left > .l-col__fixed-5 { width: 240px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-5,\r\n.l-row__fixed--left > .l-col__flex-5 { margin-{vb:stylevar left}: 240px; margin-{vb:stylevar right}: 0; }\r\n\r\n.l-col__fixed-6,\r\n.l-row__fixed--left > .l-col__fixed-6 { width: 300px; float: {vb:stylevar left}; }\r\n\r\n.l-col__flex-6,\r\n.l-row__fixed--left > .l-col__flex-6 { margin-{vb:stylevar left}: 300px; margin-{vb:stylevar right}: 0; }\r\n\r\n<vb:comment>\r\n /* Fixed right columns */\r\n</vb:comment>\r\n\r\n.l-row__fixed--right > .l-col__fixed-1 { width: 60px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-1 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 60px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-2 { width: 120px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-2 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 120px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-3 { width: 160px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-3 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 160px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-4 { width: 180px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-4 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 180px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-5 { width: 240px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-5 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 240px; }\r\n\r\n.l-row__fixed--right > .l-col__fixed-6 { width: 300px; float: {vb:stylevar right}; }\r\n.l-row__fixed--right > .l-col__flex-6 { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: 300px; }\r\n\r\n.l-col--demo.l-col__fixed-1,\r\n.l-col--demo.l-col__fixed-2,\r\n.l-col--demo.l-col__fixed-3,\r\n.l-col--demo.l-col__fixed-4,\r\n.l-col--demo.l-col__fixed-5,\r\n.l-col--demo.l-col__fixed-6 { background: #ccc; }\r\n\r\n\r\n\r\n<vb:comment>\r\n/**\r\n * Responsive grid\r\n *\r\n * You can add .l-col__small classes to your columns in order to specify how\r\n * they should behave when the client width is below 768px (so, mobile widths).\r\n *\r\n * The mobile width grid has only 4 columns, each 25% of the row\'s width. Note\r\n * that in many cases it will be more effective to get rid of the column and\r\n * let items take the full width of the mobile device. This can be accomplished\r\n * through the use of the .l-col__small--full modifier class.\r\n **/\r\n</vb:comment>\r\n\r\n\r\n\r\n.l-small .l-col__small-1 { width: 25%; float: {vb:stylevar left}; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-2 { width: 50%; float: {vb:stylevar left}; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-3 { width: 75%; float: {vb:stylevar left}; margin-left: 0; margin-right: 0; }\r\n.l-small .l-col__small-4,\r\n.l-small .l-col__small--full { width: 100%; float: none; margin-left: 0; margin-right: 0; }\r\n\r\n<vb:comment>\r\n/* Hide something completely at small layout sizes */\r\n</vb:comment>\r\n.l-small .h-hide--small { display: none; }\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1375732737,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(97,-1,'css_b_link.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n Anchor link. Note how there are no classes used on the anchor tag. This sheet also acts as a basic\r\n css reset for anchor tags.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <a href=\"http://www.vbulletin.com/forum\">Anchor tag link</a>\r\n </div>\r\n <p>Psuedo link.</p>\r\n <p>\r\n We prefer these pseudo links to using anchor tags because we can prevent right-click -> \r\n open in new tab/window. If we just had <code><a href='#'>link</a></code>,\r\n then the user could open a new link to just whatever page they\\\'re on. Which wouldn\\\'t make much sense.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <span class=\"b-link js-example-javascript-hook\">\r\n Pseudo link with span tag and a fake javascript hook class. \r\n </span>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Pseudo Links */\r\n\r\n\' . \'\' . \'\r\n \r\na,\r\na:active,\r\na:visited,\r\n.b-link,\r\n.ui-widget-content a {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n text-decoration: none;\r\n}\r\n\r\n.b-link {\r\n cursor: pointer;\r\n}\r\n\r\n/* \r\n Override the cursor when the link is disabled. Unfortunately, these rules appear after\r\n the .h-disabeled rule. If the .h-disabled rule appeared after, we could just let .h-disabled\r\n override .b-link.\r\n*/\r\n.b-link.h-disabled {\r\n cursor: default;\r\n}\r\n\r\n/* Default hover state */\r\n\r\na:hover,\r\n.b-link:hover,\r\n.ui-widget-content a:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color_hover\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n Anchor link. Note how there are no classes used on the anchor tag. This sheet also acts as a basic\r\n css reset for anchor tags.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <a href=\"http://www.vbulletin.com/forum\">Anchor tag link</a>\r\n </div>\r\n <p>Psuedo link.</p>\r\n <p>\r\n We prefer these pseudo links to using anchor tags because we can prevent right-click -> \r\n open in new tab/window. If we just had <code><a href='#'>link</a></code>,\r\n then the user could open a new link to just whatever page they\'re on. Which wouldn\'t make much sense.\r\n </p>\r\n <div class=\"h-margin-bottom-l\">\r\n <span class=\"b-link js-example-javascript-hook\">\r\n Pseudo link with span tag and a fake javascript hook class. \r\n </span>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Pseudo Links */\r\n\r\n<vb:comment>\r\n\r\n/**\r\n * For pseudo links. To avoid duplication, we\'re resetting the \'a\' tag here.\r\n * we\'re also overriding jQuery UI\'s .ui-widget-content a rule.\r\n **/\r\n\r\n</vb:comment>\r\n \r\na,\r\na:active,\r\na:visited,\r\n.b-link,\r\n.ui-widget-content a {\r\n color: {vb:stylevar body_link_color};\r\n text-decoration: none;\r\n}\r\n\r\n.b-link {\r\n cursor: pointer;\r\n}\r\n\r\n/* \r\n Override the cursor when the link is disabled. Unfortunately, these rules appear after\r\n the .h-disabeled rule. If the .h-disabled rule appeared after, we could just let .h-disabled\r\n override .b-link.\r\n*/\r\n.b-link.h-disabled {\r\n cursor: default;\r\n}\r\n\r\n/* Default hover state */\r\n\r\na:hover,\r\n.b-link:hover,\r\n.ui-widget-content a:hover {\r\n color: {vb:stylevar body_link_color_hover};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1370282507,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(98,-1,'css_b_link_content.css','$final_rendered = \'.b-link-content__thumbnail--carousel {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':12px;\r\n text-align:center;\r\n width: 90px;\r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-container,\r\n.b-link-content__thumbnail--carousel .jcarousel-clip,\r\n.b-link-content__thumbnail--carousel .jcarousel-item {\r\n height: 75px;\r\n width: 90px;\r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-clip { \r\n overflow: hidden; \r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-item-horizontal {\r\n margin-left: 0;\r\n margin-right: 0;\r\n}\r\n.b-link-content__urlinfo.b-table__cell {\r\n vertical-align: top;\r\n}\r\n.b-link-content__urlinfo-title {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-display-title,\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-display-desc,\r\n.b-link-content__urlinfo-edit-title,\r\n.b-link-content__urlinfo-edit-desc {\r\n display: none;\r\n}\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-edit-title,\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-edit-desc {\r\n display: block;\r\n}\r\n.b-link-content__urlinfo-url {\r\n font-weight: bold;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n margin-bottom: 10px;\r\n}\r\n.b-link-content__urlinfo-meta--desc {\r\n color: #556065;\r\n}\r\n.b-link-content__urlinfo .b-link-title,\r\n.b-link-content__urlinfo-edit-desc {\r\n width: 400px;\r\n}\r\n.l-small .b-link-content__urlinfo .b-link-title,\r\n.l-small .b-link-content__urlinfo-edit-desc {\r\n width: 300px;\r\n}\r\n.b-link-content__bottom-controls {\r\n font-size: 12px;\r\n}\';','.b-link-content__thumbnail--carousel {\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}:12px;\r\n text-align:center;\r\n width: 90px;\r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-container,\r\n.b-link-content__thumbnail--carousel .jcarousel-clip,\r\n.b-link-content__thumbnail--carousel .jcarousel-item {\r\n height: 75px;\r\n width: 90px;\r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-clip { \r\n overflow: hidden; \r\n}\r\n.b-link-content__thumbnail--carousel .jcarousel-item-horizontal {\r\n margin-left: 0;\r\n margin-right: 0;\r\n}\r\n.b-link-content__urlinfo.b-table__cell {\r\n vertical-align: top;\r\n}\r\n.b-link-content__urlinfo-title {\r\n color: {vb:stylevar body_link_color};\r\n}\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-display-title,\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-display-desc,\r\n.b-link-content__urlinfo-edit-title,\r\n.b-link-content__urlinfo-edit-desc {\r\n display: none;\r\n}\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-edit-title,\r\n.b-link-content__urlinfo-meta--edit-mode .b-link-content__urlinfo-edit-desc {\r\n display: block;\r\n}\r\n.b-link-content__urlinfo-url {\r\n font-weight: bold;\r\n color: {vb:stylevar body_link_color};\r\n margin-bottom: 10px;\r\n}\r\n.b-link-content__urlinfo-meta--desc {\r\n color: #556065;\r\n}\r\n.b-link-content__urlinfo .b-link-title,\r\n.b-link-content__urlinfo-edit-desc {\r\n width: 400px;\r\n}\r\n.l-small .b-link-content__urlinfo .b-link-title,\r\n.l-small .b-link-content__urlinfo-edit-desc {\r\n width: 300px;\r\n}\r\n.b-link-content__bottom-controls {\r\n font-size: 12px;\r\n}','template',1365451524,'vBulletin Solutions','5.0.2 Beta 1','vbulletin','none'),(99,-1,'css_b_link_input.css','$final_rendered = \'.b-link-input .b-link-input__url {\r\n width: 50%;\r\n}\';','.b-link-input .b-link-input__url {\r\n width: 50%;\r\n}','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(100,-1,'css_b_link_thumbnail_list.css','$final_rendered = \'.b-link-thumbnail-list .b-link-thumbnail-list__item {\r\n height: 75px;\r\n width: 90px;\r\n}\r\n.b-link-thumbnail-list__item .b-link-thumbnail {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.b-link-thumbnail-list .b-link-thumbnail-list__item {\r\n display: table-cell;\r\n text-align: center;\r\n vertical-align: middle;\r\n}\';','.b-link-thumbnail-list .b-link-thumbnail-list__item {\r\n height: 75px;\r\n width: 90px;\r\n}\r\n.b-link-thumbnail-list__item .b-link-thumbnail {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.b-link-thumbnail-list .b-link-thumbnail-list__item {\r\n display: table-cell;\r\n text-align: center;\r\n vertical-align: middle;\r\n}','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(101,-1,'css_b_media.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n Get to know and love the media object: <a href=\"http://bit.ly/cCY3Ew\">http://bit.ly/cCY3Ew</a>\r\n </p>\r\n <p>\r\n BEM-style naming borrowed from Inuit CSS:<br />\r\n <a href=\"https://github.com/csswizardry/inuit.css/blob/master/inuit.css/objects/_media.scss\">https://github.com/csswizardry/inuit.css/blob/master/inuit.css/objects/_media.scss</a>\r\n </p>\r\n <p>Example:</p>\r\n <div class=\"b-media\">\r\n \r\n <div class=\"b-media__img h-margin-right--m\">\r\n <img src=\"http://a0.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg\">\r\n </div>\r\n \r\n <div class=\"b-media__img--rev h-margin-left--m\">\r\n 15 days\r\n </div>\r\n \r\n <div class=\"b-media__body\">\r\n <strong>Neil deGrasse Tyson</strong> @neiltyson\r\n <p>\r\n Cutting PBS support (0.0.12% of budget) to help balance the\r\n Federal budget is like deleting text files to make room on\r\n your 500Gig hard drive.\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n/* Apply a clearfix to the media element wrapper and the body */\r\n\r\n.b-media,\r\n.b-media__body {\r\n overflow: hidden;\r\n _overflow: visible;\r\n zoom: 1;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-media__img {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-media__img--rev {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-media,\r\n.b-media__img img,\r\n.b-media__img--rev img,\r\n.b-media__body {\r\n display: block;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n Get to know and love the media object: <a href=\"http://bit.ly/cCY3Ew\">http://bit.ly/cCY3Ew</a>\r\n </p>\r\n <p>\r\n BEM-style naming borrowed from Inuit CSS:<br />\r\n <a href=\"https://github.com/csswizardry/inuit.css/blob/master/inuit.css/objects/_media.scss\">https://github.com/csswizardry/inuit.css/blob/master/inuit.css/objects/_media.scss</a>\r\n </p>\r\n <p>Example:</p>\r\n <div class=\"b-media\">\r\n \r\n <div class=\"b-media__img h-margin-right--m\">\r\n <img src=\"http://a0.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg\">\r\n </div>\r\n \r\n <div class=\"b-media__img--rev h-margin-left--m\">\r\n 15 days\r\n </div>\r\n \r\n <div class=\"b-media__body\">\r\n <strong>Neil deGrasse Tyson</strong> @neiltyson\r\n <p>\r\n Cutting PBS support (0.0.12% of budget) to help balance the\r\n Federal budget is like deleting text files to make room on\r\n your 500Gig hard drive.\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * MEDIA OBJECT\r\n *------------------------------------*/\r\n \r\n</vb:comment>\r\n\r\n\r\n/* Apply a clearfix to the media element wrapper and the body */\r\n\r\n.b-media,\r\n.b-media__body {\r\n overflow: hidden;\r\n _overflow: visible;\r\n zoom: 1;\r\n}\r\n\r\n<vb:comment>\r\n/* Float an image (or text or whatever) to the left side */\r\n</vb:comment>\r\n\r\n.b-media__img {\r\n float: {vb:stylevar left};\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Float an optional bit of content to the right. */\r\n</vb:comment>\r\n\r\n.b-media__img--rev {\r\n float: {vb:stylevar right};\r\n}\r\n\r\n<vb:comment>\r\n/* Make sure things properly align (no hanging text under the image in the body). */\r\n</vb:comment>\r\n\r\n.b-media,\r\n.b-media__img img,\r\n.b-media__img--rev img,\r\n.b-media__body {\r\n display: block;\r\n}\r\n\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1368816593,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(102,-1,'css_b_memberlist.css','$final_rendered = \'.b-memberlist__letterfilter{\r\n margin-bottom:5px;\r\n display:block;\r\n}\r\n.b-memberlist__letterfilter .label{\r\n padding-top:3px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.b-memberlist__letterfilter label{\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_special_border\") . \';\r\n padding: 2px;\r\n cursor: pointer;\r\n line-height: 22px;\r\n}\r\n.b-memberlist__letterfilter .letter:hover,\r\n.b-memberlist__letterfilter .letter.selected{\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"button_primary_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_text_color.color\") . \';\r\n}\r\n.memberlist-widget .b-memberlist__member-details .vb-icon {\r\n display: inline-block;\r\n left: 10px;\r\n margin-top: -7px;\r\n min-height: 14px;\r\n top: 50%;\r\n width: 15px;\r\n}\r\n.memberlist-widget .b-memberlist__member-details__row--small{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n display:inline-block;\r\n width:100%;\r\n}\r\n.memberlist-widget .b-memberlist__member-details__row--large{\r\n display:block;\r\n}\r\n.l-small .b-memberlist__member-details.h-hide-on-large{\r\n display:block;\r\n}\r\n.b-memberlist__sortby--small{\r\n padding: 2px 8px;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';\r\n outline: none;\r\n height: 20px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background-color: #FFF;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.b-memberlist__sortby-overlay{\r\n position:absolute;\r\n z-index: 1000;\r\n padding: 10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n top:33px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background.backgroundColor\") . \';\r\n background: -webkit-gradient(linear, left top, left bottom, from(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'), to(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'));\r\n background: -webkit-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -moz-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -ms-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -o-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'\\\', EndColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'\\\');\r\n background: linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n}\';','.b-memberlist__letterfilter{\r\n margin-bottom:5px;\r\n display:block;\r\n}\r\n.b-memberlist__letterfilter .label{\r\n padding-top:3px;\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n.b-memberlist__letterfilter label{\r\n border:{vb:stylevar button_special_border};\r\n padding: 2px;\r\n cursor: pointer;\r\n line-height: 22px;\r\n}\r\n.b-memberlist__letterfilter .letter:hover,\r\n.b-memberlist__letterfilter .letter.selected{\r\n background:{vb:stylevar button_primary_background};\r\n border: {vb:stylevar button_primary_border};\r\n color: {vb:stylevar button_primary_text_color.color};\r\n}\r\n.memberlist-widget .b-memberlist__member-details .vb-icon {\r\n display: inline-block;\r\n left: 10px;\r\n margin-top: -7px;\r\n min-height: 14px;\r\n top: 50%;\r\n width: 15px;\r\n}\r\n.memberlist-widget .b-memberlist__member-details__row--small{\r\n padding-{vb:stylevar left}:5px;\r\n display:inline-block;\r\n width:100%;\r\n}\r\n.memberlist-widget .b-memberlist__member-details__row--large{\r\n display:block;\r\n}\r\n.l-small .b-memberlist__member-details.h-hide-on-large{\r\n display:block;\r\n}\r\n.b-memberlist__sortby--small{\r\n padding: 2px 8px;\r\n background: {vb:stylevar form_dropdown_background};\r\n border: {vb:stylevar form_dropdown_border};\r\n outline: none;\r\n height: 20px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background-color: #FFF;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.b-memberlist__sortby-overlay{\r\n position:absolute;\r\n z-index: 1000;\r\n padding: 10px;\r\n {vb:stylevar right}:0;\r\n top:33px;\r\n border:{vb:stylevar toolbar_dropdown_border};\r\n background: {vb:stylevar form_dropdown_background.backgroundColor};\r\n background: -webkit-gradient(linear, left top, left bottom, from({vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}), to({vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}));\r\n background: -webkit-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -moz-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -ms-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -o-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}\', EndColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}\');\r\n background: linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n}','template',1374779359,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(103,-1,'css_b_meter.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-meter {\r\n display: inline-block;\r\n /* GH: Previous code that may not be needed due to addition of inline-block.\r\n / padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':31px; */\r\n}\r\n.b-meter__bar {\r\n background: #E5E8E9;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height: 10px;\r\n width: 4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n}\r\n.b-meter__bar--selected {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"post_rating_color\") . \' url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -650px;\r\n}\r\n.b-meter__bar:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * METER\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-meter {\r\n display: inline-block;\r\n /* GH: Previous code that may not be needed due to addition of inline-block.\r\n / padding-{vb:stylevar left}:31px; */\r\n}\r\n.b-meter__bar {\r\n background: #E5E8E9;\r\n float:{vb:stylevar left};\r\n height: 10px;\r\n width: 4px;\r\n margin-{vb:stylevar left}:2px;\r\n}\r\n.b-meter__bar--selected {\r\n background: {vb:stylevar post_rating_color} url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -650px;\r\n}\r\n.b-meter__bar:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1375471443,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(104,-1,'css_b_photo_count.css','$final_rendered = \'.b-photo-count .b-photo-count__count {\r\n display: inline-block;\r\n min-width: 20px;\r\n height: 20px;\r\n text-align: center;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n color: #FFF;\r\n font-weight: bold;\r\n font-size: 13px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px; \r\n}\r\n.b-photo-count .b-photo-count__label {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\';','.b-photo-count .b-photo-count__count {\r\n display: inline-block;\r\n min-width: 20px;\r\n height: 20px;\r\n text-align: center;\r\n background: {vb:stylevar body_link_color};\r\n color: #FFF;\r\n font-weight: bold;\r\n font-size: 13px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px; \r\n}\r\n.b-photo-count .b-photo-count__label {\r\n color: {vb:stylevar body_link_color};\r\n}','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(105,-1,'css_b_poll_fieldset.css','$final_rendered = \'.b-poll-fieldset__add-more {\r\n margin-bottom:16px;\r\n}\r\n.b-poll-fieldset__poll-options .b-form-control__label:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 18px;\r\n}\r\n.b-poll-fieldset__poll-options .b-form-control__label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 28px;\r\n}\r\n.b-poll-fieldset__poll-answers .b-form-input__input {\r\n width:50%;\r\n}\r\n.b-poll-fieldset__datepicker-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 18px;\r\n margin-top: 14px;\r\n}\';','.b-poll-fieldset__add-more {\r\n margin-bottom:16px;\r\n}\r\n.b-poll-fieldset__poll-options .b-form-control__label:first-child {\r\n margin-{vb:stylevar left}: 18px;\r\n}\r\n.b-poll-fieldset__poll-options .b-form-control__label {\r\n margin-{vb:stylevar left}: 28px;\r\n}\r\n.b-poll-fieldset__poll-answers .b-form-input__input {\r\n width:50%;\r\n}\r\n.b-poll-fieldset__datepicker-container {\r\n margin-{vb:stylevar left}: 18px;\r\n margin-top: 14px;\r\n}','template',1365451524,'vBulletin Solutions','5.0.2 Beta 1','vbulletin','none'),(106,-1,'css_b_post.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-post {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n margin-top: 10px;\r\n width: 100%;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n padding-bottom: 0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"postbit_background\") . \';\r\n position: relative;\r\n}\r\n\r\n.b-post__body {\r\n position: relative;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"thread_reply_background\") . \';\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n\r\n.b-post__arrow {\r\n position: absolute;\r\n top:35px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px solid \' . vB_Template_Runtime::fetchStylevar(\"thread_reply_background.backgroundColor\") . \';\r\n border-top: 6px solid transparent;\r\n border-bottom: 6px solid transparent;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto;\r\n}\r\n\r\n.b-post__title {\r\n font-size: 16px;\r\n font-weight: bold;\r\n}\r\n\r\n/* when displaying post the footer should not have any margin (VBV-12195) */\r\n.blog-list .b-post__footer {\r\n /* not using left/right stylevars, since we\\\'re setting the same margin on both */\r\n margin-left: 0;\r\n margin-right: 0;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-post__count,\r\n.b-post__timestamp {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \' !important;\r\n}\r\n\r\n.b-post__count {\r\n font-size: 12px;\r\n}\r\n\r\n.b-post__timestamp {\r\n font-size: 11px;\r\n}\r\n\r\n.b-post .l-col__fixed {\r\n padding-top:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':25px;\r\n padding-bottom:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n}\r\n\r\n\r\n.b-post .b-divider--section {\r\n display: none;\r\n}\r\n\r\n.b-post__date {\r\n font-size: 11px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n line-height: 20px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n\r\n.b-post__label {\r\n border: 1px solid #5F6A6F;\r\n height: 12px;\r\n line-height: 12px;\r\n margin-top: 8px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding: 1px 4px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_text_color\") . \';\r\n font-family: Arial, sans-serif;\r\n font-size: 10px;\r\n display: inline-block;\r\n}\r\n\r\n.b-post .b-post-attachments {\r\n margin-top: 10px;\r\n}\r\n\r\n\r\n.b-post--unapproved .b-post__arrow {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: \' . vB_Template_Runtime::fetchStylevar(\"postbit_unapproved_background.color\") . \';\r\n}\r\n\r\n.b-post--unapproved .b-post__body {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"postbit_unapproved_background\") . \';\r\n}\r\n\r\n.b-post--first .b-post__arrow {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: \' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background.backgroundColor\") . \';\r\n}\r\n\r\n.b-post--first .b-post__body {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background\") . \';\r\n}\r\n\r\n.b-post--deleted {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"postbit_deleted_background\") . \';\r\n}\r\n\r\n.b-post--deleted .b-comments,\r\n.b-post--deleted .b-post__footer,\r\n.b-post--deleted .b-post__hide-when-deleted {\r\n display: none;\r\n}\r\n\r\n.b-post--deleted .b-divider--section {\r\n display: block;\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-post--show-deleted-content .b-post__hide-when-deleted {\r\n display: block;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.inlinemod_highlight .b-post__arrow {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: #D6E8EF;\r\n}\r\n\r\n.inlinemod_highlight .b-post__body {\r\n background: #D6E8EF;\r\n}\r\n\r\n.b-post__unpublish-info {\r\n min-height: 52px;\r\n font-size: 12px;\r\n min-height: 52px;\r\n line-height: 16px;\r\n}\r\n\r\n\r\n.b-post__content--edit,\r\n.b-post__footer--edit {\r\n display: none;\r\n}\r\n\r\n.b-post__edit {\r\n font-style: italic;\r\n clear: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n.b-post__history {\r\n cursor: pointer;\r\n}\r\n\r\n.b-post__article-meta-wrapper .avatar-sm,\r\n.b-post__article-meta-wrapper .avatar-sm img {\r\n height: 16px;\r\n width: 16px;\r\n}\r\n\r\n.b-post__article-meta {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n font-size: 12px;\r\n}\r\n\r\n.b-post__article-meta-item {\r\n line-height: 14px;\r\n}\r\n\r\n.b-post__article-meta-item .avatar {\r\n margin: 0;\r\n width: 14px;\r\n height: 14px;\r\n display: inline;\r\n vertical-align: middle;\r\n}\r\n\r\n.b-post__article-meta-item a {\r\n vertical-align: middle;\r\n}\r\n\r\n.b-post__article-meta-item--inline {\r\n display: inline;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n}\r\n\r\n.b-post__not-published-notice {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_login_error_text_color\") . \'; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n\r\n\' . \'\' . \'\r\n.b-post--edit .b-content-entry {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl\") . \';\r\n}\r\n\r\n.b-post--edit .b-toolbar {\r\n max-height: 44px;\r\n /* overflow: hidden; */\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-post--preview .h-hide--on-preview {\r\n display: none;\r\n}\r\n\r\n.b-post--preview .h-restore--on-preview {\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n border: none !important;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n background: inherit !important;\r\n}\r\n\r\n.b-post__preview-image {\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"post_border.borderColor\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n.l-small .b-post__arrow {\r\n top: -10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 39px;\r\n border-bottom: 10px solid \' . vB_Template_Runtime::fetchStylevar(\"thread_reply_background.backgroundColor\") . \';\r\n border-top: none;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 6px solid transparent;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 6px solid transparent;\r\n}\r\n\r\n.l-small .b-post--unapproved .b-post__arrow {\r\n border-bottom-color: \' . vB_Template_Runtime::fetchStylevar(\"postbit_unapproved_background.color\") . \';\r\n}\r\n\r\n.l-small .b-post--first .b-post__arrow {\r\n border-bottom-color: \' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background.backgroundColor\") . \';\r\n}\r\n\r\n.l-small .inlinemod_highlight .b-post__arrow {\r\n border-bottom-color: #D6E8EF;\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.stream-view .b-post-attachments {\r\n display: none;\r\n}\r\n\r\n.blog-conversation-content-widget .b-post-attachments {\r\n display: block;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * POST\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-post {\r\n border: {vb:stylevar post_border};\r\n margin-top: 10px;\r\n width: 100%;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n padding-bottom: 0;\r\n background: {vb:stylevar postbit_background};\r\n position: relative;\r\n}\r\n\r\n.b-post__body {\r\n position: relative;\r\n background:{vb:stylevar thread_reply_background};\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n\r\n.b-post__arrow {\r\n position: absolute;\r\n top:35px;\r\n border-{vb:stylevar right}: 10px solid {vb:stylevar thread_reply_background.backgroundColor};\r\n border-top: 6px solid transparent;\r\n border-bottom: 6px solid transparent;\r\n {vb:stylevar left}: -10px;\r\n {vb:stylevar right}: auto;\r\n}\r\n\r\n.b-post__title {\r\n font-size: 16px;\r\n font-weight: bold;\r\n}\r\n\r\n/* when displaying post the footer should not have any margin (VBV-12195) */\r\n.blog-list .b-post__footer {\r\n /* not using left/right stylevars, since we\'re setting the same margin on both */\r\n margin-left: 0;\r\n margin-right: 0;\r\n}\r\n\r\n<vb:comment>\r\n/* TODO:\r\n *\r\n * The !important declaration is needed here because during the transition to\r\n * the new CSS framework we\'re having to overcoming a hierarchy of rules. The\r\n * !important should be able to be removed when we\'re done.\r\n **/\r\n</vb:comment>\r\n.b-post__count,\r\n.b-post__timestamp {\r\n color:{vb:stylevar time_stamp_color} !important;\r\n}\r\n\r\n.b-post__count {\r\n font-size: 12px;\r\n}\r\n\r\n.b-post__timestamp {\r\n font-size: 11px;\r\n}\r\n\r\n.b-post .l-col__fixed {\r\n padding-top:15px;\r\n padding-{vb:stylevar right}:25px;\r\n padding-bottom:15px;\r\n padding-{vb:stylevar left}:15px;\r\n}\r\n\r\n\r\n.b-post .b-divider--section {\r\n display: none;\r\n}\r\n\r\n.b-post__date {\r\n font-size: 11px;\r\n color:{vb:stylevar time_stamp_color};\r\n line-height: 20px;\r\n text-align: {vb:stylevar left};\r\n}\r\n\r\n\r\n.b-post__label {\r\n border: 1px solid #5F6A6F;\r\n height: 12px;\r\n line-height: 12px;\r\n margin-top: 8px;\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n padding: 1px 4px;\r\n color: {vb:stylevar post_controls_text_color};\r\n font-family: Arial, sans-serif;\r\n font-size: 10px;\r\n display: inline-block;\r\n}\r\n\r\n.b-post .b-post-attachments {\r\n margin-top: 10px;\r\n}\r\n\r\n\r\n.b-post--unapproved .b-post__arrow {\r\n border-{vb:stylevar right}-color: {vb:stylevar postbit_unapproved_background.color};\r\n}\r\n\r\n.b-post--unapproved .b-post__body {\r\n background: {vb:stylevar postbit_unapproved_background};\r\n}\r\n\r\n.b-post--first .b-post__arrow {\r\n border-{vb:stylevar right}-color: {vb:stylevar thread_starter_background.backgroundColor};\r\n}\r\n\r\n.b-post--first .b-post__body {\r\n background: {vb:stylevar thread_starter_background};\r\n}\r\n\r\n.b-post--deleted {\r\n background: {vb:stylevar postbit_deleted_background};\r\n}\r\n\r\n.b-post--deleted .b-comments,\r\n.b-post--deleted .b-post__footer,\r\n.b-post--deleted .b-post__hide-when-deleted {\r\n display: none;\r\n}\r\n\r\n.b-post--deleted .b-divider--section {\r\n display: block;\r\n}\r\n\r\n<vb:comment>This comes after b-post--deleted to override it.</vb:comment>\r\n.b-post--show-deleted-content .b-post__hide-when-deleted {\r\n display: block;\r\n}\r\n\r\n\r\n<vb:comment>\r\n Inline moderation hilghight should always override the other colors.\r\n @TODO: Rename .inlinemod_highlight when we redo inlinemod CSS. And use a proper stylevar!\r\n</vb:comment>\r\n.inlinemod_highlight .b-post__arrow {\r\n border-{vb:stylevar right}-color: #D6E8EF;\r\n}\r\n\r\n.inlinemod_highlight .b-post__body {\r\n background: #D6E8EF;\r\n}\r\n\r\n.b-post__unpublish-info {\r\n min-height: 52px;\r\n font-size: 12px;\r\n min-height: 52px;\r\n line-height: 16px;\r\n}\r\n\r\n\r\n.b-post__content--edit,\r\n.b-post__footer--edit {\r\n display: none;\r\n}\r\n\r\n.b-post__edit {\r\n font-style: italic;\r\n clear: {vb:stylevar left};\r\n}\r\n\r\n.b-post__history {\r\n cursor: pointer;\r\n}\r\n\r\n.b-post__article-meta-wrapper .avatar-sm,\r\n.b-post__article-meta-wrapper .avatar-sm img {\r\n height: 16px;\r\n width: 16px;\r\n}\r\n\r\n.b-post__article-meta {\r\n color: {vb:stylevar time_stamp_color};\r\n font-size: 12px;\r\n}\r\n\r\n.b-post__article-meta-item {\r\n line-height: 14px;\r\n}\r\n\r\n.b-post__article-meta-item .avatar {\r\n margin: 0;\r\n width: 14px;\r\n height: 14px;\r\n display: inline;\r\n vertical-align: middle;\r\n}\r\n\r\n.b-post__article-meta-item a {\r\n vertical-align: middle;\r\n}\r\n\r\n.b-post__article-meta-item--inline {\r\n display: inline;\r\n margin-{vb:stylevar right}: 8px;\r\n}\r\n\r\n.b-post__not-published-notice {\r\n color: {vb:stylevar main_nav_login_error_text_color}; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n\r\n<vb:comment>\r\n/* Ordinarily I\'d want to handle this with a helper on the\r\n * content-entry div, but not knowing what other dependencies\r\n * there might be, we\'re situationally adding the margin when it\'s\r\n * inside an editable post */\r\n</vb:comment>\r\n.b-post--edit .b-content-entry {\r\n margin-bottom: {vb:stylevar spacing_margin_xl};\r\n}\r\n\r\n.b-post--edit .b-toolbar {\r\n max-height: 44px;\r\n /* overflow: hidden; */\r\n}\r\n\r\n\r\n<vb:comment>\r\n/*\r\n * The b-post--preview modifier is added to the container of a post being\r\n * displayed in a dialog. We use a bit of selector inheritance to constrain\r\n * the rules, but use generalized modifier classes to adjust the behavior of\r\n * multiple elements, so that the intent (e.g. h-hide--on-preview) is\r\n * understood by looking at the HTML template, rather than trying to capture\r\n * all of the normal CSS class names in these rules.\r\n *\r\n * Because it\'s a modifier and we need to be assured of overriding rules,\r\n * this is a case when use of !important is acceptable.\r\n **/\r\n</vb:comment>\r\n\r\n.b-post--preview .h-hide--on-preview {\r\n display: none;\r\n}\r\n\r\n.b-post--preview .h-restore--on-preview {\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n border: none !important;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n background: inherit !important;\r\n}\r\n\r\n.b-post__preview-image {\r\n border: 1px solid {vb:stylevar post_border.borderColor};\r\n}\r\n\r\n<vb:comment> In the responsive view, point the arrow upwards. </vb:comment>\r\n.l-small .b-post__arrow {\r\n top: -10px;\r\n {vb:stylevar left}: 39px;\r\n border-bottom: 10px solid {vb:stylevar thread_reply_background.backgroundColor};\r\n border-top: none;\r\n border-{vb:stylevar right}: 6px solid transparent;\r\n border-{vb:stylevar left}: 6px solid transparent;\r\n}\r\n\r\n.l-small .b-post--unapproved .b-post__arrow {\r\n border-bottom-color: {vb:stylevar postbit_unapproved_background.color};\r\n}\r\n\r\n.l-small .b-post--first .b-post__arrow {\r\n border-bottom-color: {vb:stylevar thread_starter_background.backgroundColor};\r\n}\r\n\r\n.l-small .inlinemod_highlight .b-post__arrow {\r\n border-bottom-color: #D6E8EF;\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* TODO: Remove these temporary hacks once all the streamview templates have\r\n * been converted over to the new CSS.\r\n **/\r\n</vb:comment>\r\n\r\n.stream-view .b-post-attachments {\r\n display: none;\r\n}\r\n\r\n.blog-conversation-content-widget .b-post-attachments {\r\n display: block;\r\n}\r\n\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1392929977,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(107,-1,'css_b_post_attachments.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for attachments shown as a list in posts\r\n (as opposed to inline). This is not related to css_b_attach_item.css.\r\n </p>\r\n \' . \'\'; $attachmentCount = range(\'1\', \'5\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($attachmentCount) || $attachmentCount instanceof ArrayAccess) { foreach ($attachmentCount AS $index) {$final_rendered .= \'\r\n \' . \'\'; $attachment[\'filename\'] = \'\' . \'Attachment \'.$index . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $attachment[\'filesize\'] = \'100 KB\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $attachment[\'counter\'] = \'1000\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $attachments[$index] = $attachment; $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n <div class=\"restore\">\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'bbcode_attachment_list\',array(\'attachments\' => $attachments)) . \'\r\n </div>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n/* Attachment List */\r\n\r\n.b-post-attachments {\r\n padding: 5px 5px 5px 9px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color\") . \';\r\n /*margin-top: 10px;*/\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n background: #F6F6F6;\r\n max-width: 40%;\r\n clear: both;\r\n}\r\n\r\n.b-post-attachments .b-post-attachments__item {\r\n /* This is overly specific to override our restore rules... */\r\n list-style: none;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>\r\n This block is used for attachments shown as a list in posts\r\n (as opposed to inline). This is not related to css_b_attach_item.css.\r\n </p>\r\n {vb:set attachmentCount, {vb:php range, 1, 5}}\r\n <vb:each from=\"attachmentCount\" value=\"index\">\r\n {vb:set attachment.filename, {vb:concat \'Attachment \', {vb:raw index}}}\r\n {vb:set attachment.filesize, \'100 KB\'}\r\n {vb:set attachment.counter, \'1000\'}\r\n {vb:set attachments.$index, {vb:raw attachment}}\r\n </vb:each>\r\n <div class=\"restore\">\r\n <vb:comment>Use the restore class to mimic posts.</vb:comment>\r\n {vb:template bbcode_attachment_list, attachments={vb:raw attachments}}\r\n </div>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n/* Attachment List */\r\n\r\n.b-post-attachments {\r\n padding: 5px 5px 5px 9px;\r\n color: {vb:stylevar module_tab_text_color};\r\n /*margin-top: 10px;*/\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n border: {vb:stylevar post_border};\r\n background: #F6F6F6;\r\n max-width: 40%;\r\n clear: both;\r\n}\r\n\r\n.b-post-attachments .b-post-attachments__item {\r\n /* This is overly specific to override our restore rules... */\r\n list-style: none;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1387226690,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(108,-1,'css_b_post_column.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>The <code>.b-post-column</code> classes are used for the \"Display Columns\" when displaying the article list in a category.</p>\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n.b-post-column__two,\r\n.b-post-column__three {\r\n margin: 0;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n\' . \'\' . \'\r\n.conversation-list.stream-view .list-item.b-post-column__two {\r\n width: 49%;\r\n}\r\n.conversation-list.stream-view .list-item.b-post-column__three {\r\n width: 32%;\r\n}\r\n.conversation-list.stream-view .list-item.b-post-column__three--second {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2%;\r\n}\r\n\r\n.b-post-column__two--first {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear: both; \r\n}\r\n\r\n.b-post-column__two--second {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n clear: none; \r\n}\r\n\r\n.b-post-column__three--first {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear: both; \r\n}\r\n\r\n.b-post-column__three--second {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear: none; \r\n}\r\n\r\n.b-post-column__three--third {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n clear: none; \r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>The <code>.b-post-column</code> classes are used for the \"Display Columns\" when displaying the article list in a category.</p>\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n\r\n.b-post-column__two,\r\n.b-post-column__three {\r\n margin: 0;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n<vb:comment>/* The three longer selectors below allow overriding the width/margin\r\nset for .conversation-list.stream-view .list-item without using !important, as\r\nwould otherwise have to be done when setting these values in the individual classes\r\nin this file */</vb:comment>\r\n.conversation-list.stream-view .list-item.b-post-column__two {\r\n width: 49%;\r\n}\r\n.conversation-list.stream-view .list-item.b-post-column__three {\r\n width: 32%;\r\n}\r\n.conversation-list.stream-view .list-item.b-post-column__three--second {\r\n margin-{vb:stylevar left}: 2%;\r\n}\r\n\r\n.b-post-column__two--first {\r\n float: {vb:stylevar left};\r\n clear: both; \r\n}\r\n\r\n.b-post-column__two--second {\r\n float: {vb:stylevar right};\r\n clear: none; \r\n}\r\n\r\n.b-post-column__three--first {\r\n float: {vb:stylevar left};\r\n clear: both; \r\n}\r\n\r\n.b-post-column__three--second {\r\n float: {vb:stylevar left};\r\n clear: none; \r\n}\r\n\r\n.b-post-column__three--third {\r\n float: {vb:stylevar right};\r\n clear: none; \r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1382126423,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(109,-1,'css_b_post_control.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<p>\r\n Post Controls are the little action links with icons at the bottom of the post.\r\n They include:\r\n</p>\r\n<ul>\r\n <li>Infractions</li>\r\n <li>Edit</li>\r\n <li>Flag</li>\r\n <li>Quote</li>\r\n <li>Comment</li>\r\n <li>Like / Unlike</li>\r\n</ul>\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-post-control {\r\n display: inline-block;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_text_color\") . \';\r\n font-family: Arial,sans-serif;\r\n font-size: 10px;\r\n position: relative;\r\n padding: 1px 4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n cursor: pointer;\r\n}\r\n\r\n.b-post-control,\r\n.b-post-control__icon,\r\n.b-post-control__label {\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.b-post-control__label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2px;\r\n}\r\n\r\n.b-post-control__bubble-flyout-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 26px;\r\n}\r\n\r\n.b-post-control__bubble-flyout {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -26px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto;\r\n top: -2px;\r\n background: white;\r\n /* Override the responsive button color. */\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_text_color\") . \';\r\n}\r\n\r\n.l-small .b-post-control--responsive {\r\n color: #fff;\r\n background-color: #2379B5;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n height: 18px;\r\n line-height: 18px;\r\n padding: 0 0.8em;\r\n}\r\n\r\n.l-small .b-post-control__label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n\r\n.l-small .b-post-control--responsive .b-post-control__icon {\r\n display: none;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.b-post-control__quote--selected .b-post-control__label {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_quote_active_text_color\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<p>\r\n Post Controls are the little action links with icons at the bottom of the post.\r\n They include:\r\n</p>\r\n<ul>\r\n <li>Infractions</li>\r\n <li>Edit</li>\r\n <li>Flag</li>\r\n <li>Quote</li>\r\n <li>Comment</li>\r\n <li>Like / Unlike</li>\r\n</ul>\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * POST CONTROLS\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-post-control {\r\n display: inline-block;\r\n float: {vb:stylevar left};\r\n color: {vb:stylevar post_controls_text_color};\r\n font-family: Arial,sans-serif;\r\n font-size: 10px;\r\n position: relative;\r\n padding: 1px 4px;\r\n margin-{vb:stylevar left}: 3px;\r\n cursor: pointer;\r\n}\r\n\r\n.b-post-control,\r\n.b-post-control__icon,\r\n.b-post-control__label {\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.b-post-control__label {\r\n margin-{vb:stylevar left}: 2px;\r\n}\r\n\r\n.b-post-control__bubble-flyout-container {\r\n margin-{vb:stylevar right}: 26px;\r\n}\r\n\r\n.b-post-control__bubble-flyout {\r\n position: absolute;\r\n {vb:stylevar right}: -26px;\r\n {vb:stylevar left}: auto;\r\n top: -2px;\r\n background: white;\r\n /* Override the responsive button color. */\r\n color: {vb:stylevar post_controls_text_color};\r\n}\r\n\r\n.l-small .b-post-control--responsive {\r\n color: #fff;\r\n background-color: #2379B5;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n height: 18px;\r\n line-height: 18px;\r\n padding: 0 0.8em;\r\n}\r\n\r\n.l-small .b-post-control__label {\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n\r\n.l-small .b-post-control--responsive .b-post-control__icon {\r\n display: none;\r\n}\r\n\r\n\r\n<vb:comment>We still want the color to apply in the responsive view, so this comes after.</vb:comment>\r\n.b-post-control__quote--selected .b-post-control__label {\r\n color: {vb:stylevar post_controls_quote_active_text_color};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(110,-1,'css_b_post_sm.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n<p>\r\n The <b>b-post-sm</b> block displays a post in the Search Module.\r\n</p>\r\n\r\n\' . \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n.b-post-sm {\r\n margin-top: 15px;\r\n padding-top: 15px;\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"module_search_list_item_border\") . \';\r\n}\r\n.b-post-sm--compact {\r\n margin-top: 0;\r\n padding-top: 0;\r\n border-top: none;\r\n}\r\n.b-post-sm:first-child {\r\n padding-top: 0;\r\n border-top: none;\r\n}\r\n.b-post-sm__avatar {\r\n /* */\r\n}\r\n.b-post-sm__content {\r\n /* */\r\n}\r\n.b-post-sm__title {\r\n font-weight: bold;\r\n}\r\n.b-post-sm__author {\r\n /* */\r\n}\r\n.b-post-sm__post-content {\r\n /* */\r\n}\r\n.b-post-sm__content--has-avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 44px;\r\n}\r\n.b-post-sm__footer {\r\n /* */\r\n}\r\n.b-post-sm__date {\r\n font-size: 11px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n<p>\r\n The <b>b-post-sm</b> block displays a post in the Search Module.\r\n</p>\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n<vb:else />\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n.b-post-sm {\r\n margin-top: 15px;\r\n padding-top: 15px;\r\n border-top: {vb:stylevar module_search_list_item_border};\r\n}\r\n.b-post-sm--compact {\r\n margin-top: 0;\r\n padding-top: 0;\r\n border-top: none;\r\n}\r\n.b-post-sm:first-child {\r\n padding-top: 0;\r\n border-top: none;\r\n}\r\n.b-post-sm__avatar {\r\n /* */\r\n}\r\n.b-post-sm__content {\r\n /* */\r\n}\r\n.b-post-sm__title {\r\n font-weight: bold;\r\n}\r\n.b-post-sm__author {\r\n /* */\r\n}\r\n.b-post-sm__post-content {\r\n /* */\r\n}\r\n.b-post-sm__content--has-avatar {\r\n margin-{vb:stylevar left}: 44px;\r\n}\r\n.b-post-sm__footer {\r\n /* */\r\n}\r\n.b-post-sm__date {\r\n font-size: 11px;\r\n color: {vb:stylevar time_stamp_color};\r\n text-align: {vb:stylevar right};\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1375471443,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(111,-1,'css_b_smilie.css','$final_rendered = \'.b-smilie__container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 20px\r\n}\r\n.b-smilie__container--big {\r\n max-height: 200px;\r\n overflow: auto;\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n}\r\n.b-smilie__container--big .b-smilie__category-title {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_section_title_background\") . \';\r\n padding: 2px 10px 2px 10px;\r\n margin: 0 0 5px -10px;\r\n}\r\n.b-smilie__container--big .b-smilie__category-title:first-child {\r\n margin-top: 0;\r\n}\r\n.b-smilie__container--big .b-smilie__category {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_panel_section_background\") . \';\r\n padding-bottom: 8px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n.b-smilie__category-title {\r\n font-weight: bold;\r\n}\r\n.b-smilie__button {\r\n display: block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n}\r\n/*.b-smilie__button:hover {\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n}*/\r\n.b-smilie__button--disabled {\r\n cursor: default;\r\n}\r\n.b-smilie__button--disabled img {\r\n /* Firefox and IE10 */\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\\\\\\\'http://www.w3.org/2000/svg\\\\\\\'><filter id=\\\\\\\'grayscale\\\\\\\'><feColorMatrix type=\\\\\\\'matrix\\\\\\\' values=\\\\\\\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\\\\\\\'/></filter></svg>#grayscale\");\r\n /* Old IE */\r\n filter: gray;\r\n /* Webkit and Chrome */\r\n -webkit-filter: grayscale(100%);\r\n}\';','.b-smilie__container {\r\n margin-{vb:stylevar right}: 20px\r\n}\r\n.b-smilie__container--big {\r\n max-height: 200px;\r\n overflow: auto;\r\n border: 1px solid {vb:stylevar section_divider_color};\r\n}\r\n.b-smilie__container--big .b-smilie__category-title {\r\n background: {vb:stylevar contententry_panel_section_title_background};\r\n padding: 2px 10px 2px 10px;\r\n margin: 0 0 5px -10px;\r\n}\r\n.b-smilie__container--big .b-smilie__category-title:first-child {\r\n margin-top: 0;\r\n}\r\n.b-smilie__container--big .b-smilie__category {\r\n background: {vb:stylevar contententry_panel_section_background};\r\n padding-bottom: 8px;\r\n padding-{vb:stylevar left}: 10px;\r\n}\r\n.b-smilie__category-title {\r\n font-weight: bold;\r\n}\r\n.b-smilie__button {\r\n display: block;\r\n margin-{vb:stylevar right}: 15px;\r\n}\r\n/*.b-smilie__button:hover {\r\n border: 1px solid {vb:stylevar section_divider_color};\r\n}*/\r\n.b-smilie__button--disabled {\r\n cursor: default;\r\n}\r\n.b-smilie__button--disabled img {\r\n /* Firefox and IE10 */\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\\\'http://www.w3.org/2000/svg\\\'><filter id=\\\'grayscale\\\'><feColorMatrix type=\\\'matrix\\\' values=\\\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\\\'/></filter></svg>#grayscale\");\r\n /* Old IE */\r\n filter: gray;\r\n /* Webkit and Chrome */\r\n -webkit-filter: grayscale(100%);\r\n}','template',1380208742,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(112,-1,'css_b_tabbed_pane.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n<p>\r\n The <code>.b-tabbed-pane</code> block is a common construct consisting of a series of tabs (configurable in horizontal or vertical configurations) that have a selected state corresponding to a \"pane\", or associated content area.\r\n</p>\r\n\r\n<p>\r\n The prescribed structure for a Tabbed Pane is:\r\n</p>\r\n<ul>\r\n <li><code>.b-tabbed-pane</code>\r\n <ul>\r\n <li><code>.b-tabbed-pane__tabs</code>\r\n <ul>\r\n <li><code>.b-tabbed-pane__tab<em>.b-tabbed-pane__tab--selected</em></code></li>\r\n <li><code>.b-tabbed-pane__tab</code></li>\r\n <li><code>.b-tabbed-pane__tab</code></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <ul>\r\n <li><code>.b-tabbed-pane__pane<em>.b-tabbed-pane__pane--selected</em></code></li>\r\n <li><code>.b-tabbed-pane__pane</code></li>\r\n <li><code>.b-tabbed-pane__pane</code></li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p>\r\n For additional styling, you can add a <code>--modifier</code> class. The initial implementation of the underlined tabs for User Settings puts the modifier on the individual tab, but it seems feasible to apply it at tho top level and apply descendent selectors from that if desired.\r\n</p>\r\n\r\n<p>\r\n Note that the functionality whereupon clicking a tab triggers its selection and the display of the corresponding pane is implemented in JavaScript (see <code>js/css_b_tabbed_pane.js</code>). This includes an option for responsive handling of tab display, in which the tabs get stacked vertically (via a <code>--stacked</code> modifier) when the horizontal row breaks to a new line. This is currently <em>not</em> turned on by default, though we may want to consider reversing that as we implement other tabs.\r\n</p>\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs:before,\r\n.b-tabbed-pane__tabs:after {\r\n content: \\\' \\\';\r\n display: table;\r\n}\r\n\r\n.b-tabbed-pane__tabs:after {\r\n clear: both;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs { }\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab {\r\n list-style: none;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab-link {\r\n display: inline-block;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__pane {\r\n display: none;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__pane.b-tabbed-pane__pane--selected {\r\n display: block;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_border\") . \';\r\n min-height:101px;\r\n padding:0;\r\n -moz-border-radius:0 3px 3px 3px;\r\n -webkit-border-radius:0 3px 3px 3px;\r\n border-radius:0 3px 3px 3px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab--underline {\r\n border-bottom: 4px solid transparent;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab--underline > .b-tabbed-pane__tab-link {\r\n color:#8D9FA7;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"profile_settings_tab_highlight\") . \';\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected > .b-tabbed-pane__tab-link {\r\n color: #252C2F;\r\n cursor: default;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab {\r\n display: block;\r\n width: 100%;\r\n float: none;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab--underline {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_border\") . \';\r\n border-bottom: none;\r\n padding-left: 3px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab-link {\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"profile_settings_tab_highlight\") . \'; \r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n<p>\r\n The <code>.b-tabbed-pane</code> block is a common construct consisting of a series of tabs (configurable in horizontal or vertical configurations) that have a selected state corresponding to a \"pane\", or associated content area.\r\n</p>\r\n\r\n<p>\r\n The prescribed structure for a Tabbed Pane is:\r\n</p>\r\n<ul>\r\n <li><code>.b-tabbed-pane</code>\r\n <ul>\r\n <li><code>.b-tabbed-pane__tabs</code>\r\n <ul>\r\n <li><code>.b-tabbed-pane__tab<em>.b-tabbed-pane__tab--selected</em></code></li>\r\n <li><code>.b-tabbed-pane__tab</code></li>\r\n <li><code>.b-tabbed-pane__tab</code></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <ul>\r\n <li><code>.b-tabbed-pane__pane<em>.b-tabbed-pane__pane--selected</em></code></li>\r\n <li><code>.b-tabbed-pane__pane</code></li>\r\n <li><code>.b-tabbed-pane__pane</code></li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p>\r\n For additional styling, you can add a <code>--modifier</code> class. The initial implementation of the underlined tabs for User Settings puts the modifier on the individual tab, but it seems feasible to apply it at tho top level and apply descendent selectors from that if desired.\r\n</p>\r\n\r\n<p>\r\n Note that the functionality whereupon clicking a tab triggers its selection and the display of the corresponding pane is implemented in JavaScript (see <code>js/css_b_tabbed_pane.js</code>). This includes an option for responsive handling of tab display, in which the tabs get stacked vertically (via a <code>--stacked</code> modifier) when the horizontal row breaks to a new line. This is currently <em>not</em> turned on by default, though we may want to consider reversing that as we implement other tabs.\r\n</p>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n<vb:comment>\r\n/* Apply a simple clearfix to the tabs */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs:before,\r\n.b-tabbed-pane__tabs:after {\r\n content: \' \';\r\n display: table;\r\n}\r\n\r\n.b-tabbed-pane__tabs:after {\r\n clear: both;\r\n}\r\n\r\n<vb:comment>\r\n/* In its base configuration, tabs does not currently have\r\n * any styling or rules applied. However, its structure is desired\r\n * in order to house the horizontally-oriented individual tab elements.*/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs { }\r\n\r\n\r\n<vb:comment>\r\n/* Individual tab item, defaulted to a horizontal orientation */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab {\r\n list-style: none;\r\n float: {vb:stylevar left};\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Display the <a> tag inside a tab as an inline block. */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab-link {\r\n display: inline-block;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* By default, set panes to be hidden. */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__pane {\r\n display: none;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* In order to display a pane, add a pane-specific selected class.\r\n *\r\n * TODO: Upon implementing a second set of tabbed panes, pull out \r\n * styles listed below that were copied straight from the User Settings tabs.*/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__pane.b-tabbed-pane__pane--selected {\r\n display: block;\r\n background: {vb:stylevar form_background};\r\n border: {vb:stylevar form_border};\r\n min-height:101px;\r\n padding:0;\r\n -moz-border-radius:0 3px 3px 3px;\r\n -webkit-border-radius:0 3px 3px 3px;\r\n border-radius:0 3px 3px 3px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/*===================\r\n * Underlined Tabs\r\n *===================*/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab--underline {\r\n border-bottom: 4px solid transparent;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n\r\n<vb:comment>\r\n/* Apply the unselected color to <a> links within each tab */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab--underline > .b-tabbed-pane__tab-link {\r\n color:#8D9FA7;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Add the underline styling to the selected tab */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {\r\n border-bottom: {vb:stylevar profile_settings_tab_highlight};\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Override the link color for the selected tab\'s link */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected > .b-tabbed-pane__tab-link {\r\n color: #252C2F;\r\n cursor: default;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/*=============\r\n * Stacked Tabs\r\n *=============*/\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/**\r\n * For tabs with stacked modifier, stretch them to full-width\r\n * and remove their float\r\n **/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab {\r\n display: block;\r\n width: 100%;\r\n float: none;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/**\r\n * Set behavior for underline tabs when stacked\r\n **/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab--underline {\r\n border: {vb:stylevar form_border};\r\n border-bottom: none;\r\n padding-left: 3px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/**\r\n * Make the tab link stretch the entire width for more friendly clickability.\r\n **/\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab-link {\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Set underline to the left when tabs are stacked */\r\n</vb:comment>\r\n\r\n.b-tabbed-pane__tabs--stacked .b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {\r\n border-{vb:stylevar left}: {vb:stylevar profile_settings_tab_highlight}; \r\n padding-{vb:stylevar left}: 0;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1378993289,'vBulletin Solutions','5.0.6 Alpha 1','vbulletin','none'),(113,-1,'css_b_table.css','$final_rendered = \'.b-table {\r\n display: table;\r\n}\r\n.b-table--full {\r\n width: 100%;\r\n}\r\n.b-table__cell {\r\n display: table-cell;\r\n}\r\n.b-table__cell--full {\r\n width: 100%;\r\n}\r\n.b-table__cell--align-top {\r\n vertical-align: top;\r\n}\r\n.b-table__row--header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n height: 30px;\r\n padding: 5px 10px 0;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n margin:0;\r\n display:block;\r\n overflow:hidden;\r\n}\r\n.b-table__cell--header {\r\n font-size: 12px;\r\n line-height: 18px;\r\n vertical-align:middle;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-weight:bold;\r\n}\r\n.b-table-row{\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n padding:8px 10px;\r\n border-top-width:0px;\r\n}\';','.b-table {\r\n display: table;\r\n}\r\n.b-table--full {\r\n width: 100%;\r\n}\r\n.b-table__cell {\r\n display: table-cell;\r\n}\r\n.b-table__cell--full {\r\n width: 100%;\r\n}\r\n.b-table__cell--align-top {\r\n vertical-align: top;\r\n}\r\n.b-table__row--header {\r\n background: {vb:stylevar primary_module_subheader_background};\r\n color: {vb:stylevar primary_module_subheader_text_color};\r\n height: 30px;\r\n padding: 5px 10px 0;\r\n border:{vb:stylevar primary_module_subheader_border};\r\n margin:0;\r\n display:block;\r\n overflow:hidden;\r\n}\r\n.b-table__cell--header {\r\n font-size: 12px;\r\n line-height: 18px;\r\n vertical-align:middle;\r\n text-align: {vb: stylevar left};\r\n font-weight:bold;\r\n}\r\n.b-table-row{\r\n border:{vb:stylevar post_border};\r\n padding:8px 10px;\r\n border-top-width:0px;\r\n}','template',1380208742,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(114,-1,'css_b_thumbnail_nav.css','$final_rendered = \'.b-thumbnail-nav { \r\n margin-top:7px;\r\n}\r\n.b-thumbnail-nav .b-thumbnail-nav__counter {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin: 0 7px;\r\n}\r\n.b-thumbnail-nav .b-thumbnail-nav__next-arrow,\r\n.b-thumbnail-nav .b-thumbnail-nav__prev-arrow {\r\n cursor:pointer;\r\n}\';','.b-thumbnail-nav { \r\n margin-top:7px;\r\n}\r\n.b-thumbnail-nav .b-thumbnail-nav__counter {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin: 0 7px;\r\n}\r\n.b-thumbnail-nav .b-thumbnail-nav__next-arrow,\r\n.b-thumbnail-nav .b-thumbnail-nav__prev-arrow {\r\n cursor:pointer;\r\n}','template',1364002058,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(115,-1,'css_b_toggle_slider.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>The <code>.b-toggle-slider</code> block displays a pair of Yes/No radio buttons with some Yes/No slider eye candy. To use it, include the template <b>toggle_slider</b>. Here are some examples.</p>\r\n\r\n <div class=\"h-margin-bottom-m\">\r\n <code>\r\n \' . \'\r\n {vb:template toggle_slider, name=\\\'my_radio_button\\\', checked=\\\'yes\\\'}\r\n \' . \'\r\n </code>\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'my_radio_button\', \'checked\' => \'yes\')) . \'\r\n\r\n <div class=\"h-margin-top-xl h-margin-bottom-m\">\r\n <code>\r\n \' . \'\r\n {vb:template toggle_slider, name=\\\'my_radio_button2\\\', checked=\\\'yes\\\', yesLabel={vb:phrase on}, noLabel={vb:phrase off}}\r\n \' . \'\r\n </code>\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'my_radio_button2\', \'checked\' => \'yes\', \'yesLabel\' => \'\' . vB_Template_Runtime::parsePhrase(\"on\") . \'\', \'noLabel\' => \'\' . vB_Template_Runtime::parsePhrase(\"off\") . \'\')) . \'\r\n\r\n <div class=\"h-margin-top-xl h-margin-bottom-m\">\r\n <code>\r\n \' . \'\r\n {vb:template toggle_slider, name=\\\'my_radio_button3\\\', checked=\\\'no\\\'}\r\n \' . \'\r\n </code>\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'toggle_slider\',array(\'name\' => \'my_radio_button3\', \'checked\' => \'no\')) . \'\r\n\r\n</div>\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n.b-toggle-slider__wrapper {\r\n min-width: 90px;\r\n}\r\n.b-toggle-slider {\r\n position: relative;\r\n display: inline-block;\r\n font-weight: bold;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_button_border\") . \';\r\n font-size: 12px;\r\n min-width: 34px;\r\n height: 18px;\r\n cursor: pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n -webkit-touch-callout: none;\r\n -webkit-user-select: none;\r\n -khtml-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n}\r\n.b-toggle-slider__label {\r\n line-height: 18px;\r\n min-width: 16px;\r\n text-align: center;\r\n padding: 0 5px;\r\n position: relative;\r\n}\r\n.b-toggle-slider__label--yes {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n background: #2183C3 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1050px;\r\n color: #FFF;\r\n}\r\n.b-toggle-slider__label--no {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n background: #E0E4E5 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1100px;\r\n color: #727272;\r\n}\r\n.b-toggle-slider__handle {\r\n background: #F9FAFA url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1075px;\r\n display: inline-block;\r\n height: 100%;\r\n width: 100%;\r\n position: absolute;\r\n top: 0;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.b-toggle-slider__handle--yes {\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #AEAEAE;\r\n}\r\n.b-toggle-slider__handle--no {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid #AEAEAE;\r\n}\r\n.b-toggle-slider--yes .b-toggle-slider__handle--yes,\r\n.b-toggle-slider--no .b-toggle-slider__handle--no {\r\n display: none;\r\n}\r\n.b-toggle-slider--yes .b-toggle-slider__handle--no,\r\n.b-toggle-slider--no .b-toggle-slider__handle--yes {\r\n display: inline-block;\r\n}\r\n.b-toggle-slider__radio {\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n visibility: hidden;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n<div class=\"h-margin-bottom-xxl\">\r\n <p>The <code>.b-toggle-slider</code> block displays a pair of Yes/No radio buttons with some Yes/No slider eye candy. To use it, include the template <b>toggle_slider</b>. Here are some examples.</p>\r\n\r\n <div class=\"h-margin-bottom-m\">\r\n <code>\r\n <vb:literal>\r\n {vb:template toggle_slider, name=\'my_radio_button\', checked=\'yes\'}\r\n </vb:literal>\r\n </code>\r\n </div>\r\n {vb:template toggle_slider, name=\'my_radio_button\', checked=\'yes\'}\r\n\r\n <div class=\"h-margin-top-xl h-margin-bottom-m\">\r\n <code>\r\n <vb:literal>\r\n {vb:template toggle_slider, name=\'my_radio_button2\', checked=\'yes\', yesLabel={vb:phrase on}, noLabel={vb:phrase off}}\r\n </vb:literal>\r\n </code>\r\n </div>\r\n {vb:template toggle_slider, name=\'my_radio_button2\', checked=\'yes\', yesLabel={vb:phrase on}, noLabel={vb:phrase off}}\r\n\r\n <div class=\"h-margin-top-xl h-margin-bottom-m\">\r\n <code>\r\n <vb:literal>\r\n {vb:template toggle_slider, name=\'my_radio_button3\', checked=\'no\'}\r\n </vb:literal>\r\n </code>\r\n </div>\r\n {vb:template toggle_slider, name=\'my_radio_button3\', checked=\'no\'}\r\n\r\n</div>\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n\r\n<vb:comment>\r\n There are various colors hard-coded in this file. They were copied \r\n from the .switch-control class definitions. They should be assigned\r\n stylevars and changed together. In the future, .switch-control should \r\n be replaced by .b-toggle-slider.\r\n</vb:comment>\r\n\r\n.b-toggle-slider__wrapper {\r\n min-width: 90px;\r\n}\r\n.b-toggle-slider {\r\n position: relative;\r\n display: inline-block;\r\n font-weight: bold;\r\n border: {vb:stylevar main_nav_button_border};\r\n font-size: 12px;\r\n min-width: 34px;\r\n height: 18px;\r\n cursor: pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n -webkit-touch-callout: none;\r\n -webkit-user-select: none;\r\n -khtml-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n}\r\n.b-toggle-slider__label {\r\n line-height: 18px;\r\n min-width: 16px;\r\n text-align: center;\r\n padding: 0 5px;\r\n position: relative;\r\n}\r\n.b-toggle-slider__label--yes {\r\n float: {vb:stylevar right};\r\n background: #2183C3 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1050px;\r\n color: #FFF;\r\n}\r\n.b-toggle-slider__label--no {\r\n float: {vb:stylevar left};\r\n background: #E0E4E5 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1100px;\r\n color: #727272;\r\n}\r\n.b-toggle-slider__handle {\r\n background: #F9FAFA url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1075px;\r\n display: inline-block;\r\n height: 100%;\r\n width: 100%;\r\n position: absolute;\r\n top: 0;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.b-toggle-slider__handle--yes {\r\n {vb:stylevar right}: 0;\r\n border-{vb:stylevar left}: 1px solid #AEAEAE;\r\n}\r\n.b-toggle-slider__handle--no {\r\n {vb:stylevar left}: 0;\r\n border-{vb:stylevar right}: 1px solid #AEAEAE;\r\n}\r\n.b-toggle-slider--yes .b-toggle-slider__handle--yes,\r\n.b-toggle-slider--no .b-toggle-slider__handle--no {\r\n display: none;\r\n}\r\n.b-toggle-slider--yes .b-toggle-slider__handle--no,\r\n.b-toggle-slider--no .b-toggle-slider__handle--yes {\r\n display: inline-block;\r\n}\r\n.b-toggle-slider__radio {\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar left}: 0;\r\n visibility: hidden;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1380689453,'vBulletin Solutions','5.1.0 Alpha 2','vbulletin','none'),(116,-1,'css_b_toolbar.css','$final_rendered = \'.b-toolbar {\r\n border:1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_toolbar_background\") . \';\r\n height: 44px;\r\n}\r\n.b-toolbar__item {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 44px;\r\n height: 44px;\r\n position:relative;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px solid \' . vB_Template_Runtime::fetchStylevar(\"section_divider_color\") . \';\r\n cursor:pointer;\r\n z-index: 1; /* allows safari\\\'s focus outline to display correctly VBV-8818 */\r\n}\r\n.b-toolbar__item--secondary {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 24px;\r\n height: 24px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"contententry_toolbar_button_secondary_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_toolbar_button_secondary_background\") . \';\r\n margin-top: 9px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.b-toolbar__item--text-button {\r\n font-weight: bold;\r\n line-height: 24px;\r\n padding: 0 8px;\r\n width: auto;\r\n}\r\n.b-toolbar__item--secondary.b-toolbar__item--active {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"contententry_toolbar_button_secondary_background_active\") . \';\r\n}\r\n.b-toolbar__item.b-toolbar__item--unselectable {\r\n cursor:default;\r\n}\r\n\' . \'\' . \'\r\n.b-toolbar__item .b-icon {\r\n position:absolute;\r\n left:50%;\r\n top:50%;\r\n margin-left:-12px;\r\n margin-top:-11px;\r\n}\r\n.b-toolbar__item--secondary .b-icon {\r\n position:absolute;\r\n left:50%;\r\n top:50%;\r\n margin-left:-8px;\r\n margin-top:-8px;\r\n}\';','.b-toolbar {\r\n border:1px solid {vb:stylevar section_divider_color};\r\n background: {vb:stylevar contententry_toolbar_background};\r\n height: 44px;\r\n}\r\n.b-toolbar__item {\r\n float:{vb:stylevar left};\r\n width: 44px;\r\n height: 44px;\r\n position:relative;\r\n border-{vb:stylevar right}:1px solid {vb:stylevar section_divider_color};\r\n cursor:pointer;\r\n z-index: 1; /* allows safari\'s focus outline to display correctly VBV-8818 */\r\n}\r\n.b-toolbar__item--secondary {\r\n float:{vb:stylevar left};\r\n width: 24px;\r\n height: 24px;\r\n border: {vb:stylevar contententry_toolbar_button_secondary_border};\r\n background: {vb:stylevar contententry_toolbar_button_secondary_background};\r\n margin-top: 9px;\r\n margin-{vb:stylevar right}: 10px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.b-toolbar__item--text-button {\r\n font-weight: bold;\r\n line-height: 24px;\r\n padding: 0 8px;\r\n width: auto;\r\n}\r\n.b-toolbar__item--secondary.b-toolbar__item--active {\r\n background: {vb:stylevar contententry_toolbar_button_secondary_background_active};\r\n}\r\n.b-toolbar__item.b-toolbar__item--unselectable {\r\n cursor:default;\r\n}\r\n<vb:comment>NOTE: stylevar left intentionally not used in these rules because using left or right has the same effect</vb:comment>\r\n.b-toolbar__item .b-icon {\r\n position:absolute;\r\n left:50%;\r\n top:50%;\r\n margin-left:-12px;\r\n margin-top:-11px;\r\n}\r\n.b-toolbar__item--secondary .b-icon {\r\n position:absolute;\r\n left:50%;\r\n top:50%;\r\n margin-left:-8px;\r\n margin-top:-8px;\r\n}','template',1381180550,'vBulletin Solutions','5.1.0 Alpha 2','vbulletin','none'),(117,-1,'css_b_topicpreview.css','$final_rendered = \'.b-topicpreview .ui-tooltip-content {\r\n border-color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border.color\") . \';\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"sticky_topic_background_color\") . \';\r\n}\r\n\r\n.b-topicpreview .b-topicpreview__previewtext {\r\n font-size: 12px;\r\n line-height: 1.6;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.b-topicpreview .b-topicpreview__topicinfo,\r\n.b-topicpreview .b-topicpreview__count,\r\n.b-topicpreview .b-topicpreview__lastpost {\r\n font-weight: 300;\r\n font-size: 9px;\r\n color: #838789;\r\n}\';','.b-topicpreview .ui-tooltip-content {\r\n border-color: {vb:stylevar primary_module_subheader_border.color};\r\n background-color: {vb:stylevar sticky_topic_background_color};\r\n}\r\n\r\n.b-topicpreview .b-topicpreview__previewtext {\r\n font-size: 12px;\r\n line-height: 1.6;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.b-topicpreview .b-topicpreview__topicinfo,\r\n.b-topicpreview .b-topicpreview__count,\r\n.b-topicpreview .b-topicpreview__lastpost {\r\n font-weight: 300;\r\n font-size: 9px;\r\n color: #838789;\r\n}','template',1379494255,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(118,-1,'css_b_userinfo.css','$final_rendered = \'\' . \'\'; if (!empty($example)) {\n $final_rendered .= \'\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n.b-userinfo {\r\n text-align: center;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_user_info_color\") . \';\r\n padding: 15px 15px 10px;\r\n}\r\n\r\n.b-userinfo__rank {\r\n /* TODO: is this really the stylevar we want to use? */\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_text_color\") . \';\r\n}\r\n\r\n.b-userinfo__icons {\r\n position: absolute;\r\n bottom: 10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n\r\n.b-userinfo__icon {\r\n text-align: center;\r\n width: 16px;\r\n height: 16px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 4px;\r\n}\r\n\r\n.b-userinfo__icon:last-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n\r\n.l-small .b-userinfo {\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 10px;\r\n}\r\n\r\n.l-small .b-userinfo .b-avatar,\r\n.l-small .b-userinfo__details,\r\n.l-small .b-userinfo__additional-info {\r\n display: inline-block;\r\n vertical-align: top;\r\n}\r\n\r\n.l-small .b-userinfo .b-avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n\r\n.l-small .b-userinfo__details .b-meter,\r\n.l-small .b-userinfo__additional-info-block {\r\n margin-top: 5px;\r\n}\r\n\r\n.l-small .b-userinfo__additional-info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n\r\n.l-small .b-userinfo__icons {\r\n top: 10px;\r\n bottom: auto;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($example)\">\r\n<vb:comment>BEGIN DOCUMENTATION</vb:comment>\r\n\r\n\r\n<vb:comment>END DOCUMENTATION</vb:comment>\r\n\r\n<vb:else />\r\n\r\n<vb:comment>BEGIN CSS RULES</vb:comment>\r\n<vb:comment>\r\n\r\n/*--------------------------------------\r\n * USER INFO\r\n *------------------------------------*/\r\n\r\n</vb:comment>\r\n\r\n.b-userinfo {\r\n text-align: center;\r\n color: {vb:stylevar post_user_info_color};\r\n padding: 15px 15px 10px;\r\n}\r\n\r\n.b-userinfo__rank {\r\n /* TODO: is this really the stylevar we want to use? */\r\n color: {vb:stylevar post_controls_text_color};\r\n}\r\n\r\n.b-userinfo__icons {\r\n position: absolute;\r\n bottom: 10px;\r\n {vb:stylevar left}: 10px;\r\n}\r\n\r\n.b-userinfo__icon {\r\n text-align: center;\r\n width: 16px;\r\n height: 16px;\r\n margin-{vb:stylevar right}: 4px;\r\n}\r\n\r\n.b-userinfo__icon:last-child {\r\n margin-{vb:stylevar right}: 0;\r\n}\r\n\r\n.l-small .b-userinfo {\r\n text-align: {vb:stylevar left};\r\n padding: 10px;\r\n}\r\n\r\n.l-small .b-userinfo .b-avatar,\r\n.l-small .b-userinfo__details,\r\n.l-small .b-userinfo__additional-info {\r\n display: inline-block;\r\n vertical-align: top;\r\n}\r\n\r\n.l-small .b-userinfo .b-avatar {\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n\r\n.l-small .b-userinfo__details .b-meter,\r\n.l-small .b-userinfo__additional-info-block {\r\n margin-top: 5px;\r\n}\r\n\r\n.l-small .b-userinfo__additional-info {\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n\r\n.l-small .b-userinfo__icons {\r\n top: 10px;\r\n bottom: auto;\r\n {vb:stylevar left}: auto;\r\n {vb:stylevar right}: 10px;\r\n}\r\n\r\n<vb:comment>END CSS RULES</vb:comment>\r\n</vb:if>','template',1371866498,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(119,-1,'css_editor.css','$final_rendered = \'body {\r\n font: \' . vB_Template_Runtime::fetchStylevar(\"body_font\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n background-color: transparent;\r\n word-wrap: break-word;\r\n\r\n /* This margin corresponds to the padding 18px 15px on \r\n * .b-form-textarea__textarea--ckeditor, which is replaced by the ckeditor.\r\n */\r\n margin: 18px 15px; \r\n}\r\nol,ul,dl {\r\n /* IE7: reset rtl list margin. (#7334) */\r\n *margin-right:0px;\r\n /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r\n padding:0 40px;\r\n}\r\n.placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"placeholder_text_color\") . \';\r\n}\r\nimg, iframe, object {\r\n vertical-align: bottom;\r\n}\r\n\r\n/* preview break tag */\r\nhr.previewbreak {\r\n background-color:red !important;\r\n border:medium none !important;\r\n color:red !important;\r\n height:6px !important;\r\n}\r\n\r\n/* pagebreak tag */\r\nh3.wysiwyg_pagebreak {\r\n border: 1px dashed #cccccc;\r\n border-top: 3px double black;\r\n padding: 4px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\nimg.bbcode-attachment,\r\nimg.thumbnail {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-bottom: 0;\r\n}\';','body {\r\n font: {vb:stylevar body_font};\r\n color: {vb:stylevar body_text_color};\r\n background-color: transparent;\r\n word-wrap: break-word;\r\n\r\n /* This margin corresponds to the padding 18px 15px on \r\n * .b-form-textarea__textarea--ckeditor, which is replaced by the ckeditor.\r\n */\r\n margin: 18px 15px; \r\n}\r\nol,ul,dl {\r\n /* IE7: reset rtl list margin. (#7334) */\r\n *margin-right:0px;\r\n /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r\n padding:0 40px;\r\n}\r\n.placeholder {\r\n color: {vb:stylevar placeholder_text_color};\r\n}\r\nimg, iframe, object {\r\n vertical-align: bottom;\r\n}\r\n\r\n/* preview break tag */\r\nhr.previewbreak {\r\n background-color:red !important;\r\n border:medium none !important;\r\n color:red !important;\r\n height:6px !important;\r\n}\r\n\r\n/* pagebreak tag */\r\nh3.wysiwyg_pagebreak {\r\n border: 1px dashed #cccccc;\r\n border-top: 3px double black;\r\n padding: 4px;\r\n}\r\n\r\n<vb:comment>/* TODO allow user to specify alignment */</vb:comment>\r\n<vb:comment>/* NOTE keep this rule in sync with css_global.css */</vb:comment>\r\nimg.bbcode-attachment,\r\nimg.thumbnail {\r\n margin-{vb:stylevar right}: 10px;\r\n margin-bottom: 0;\r\n}','template',1390581949,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(120,-1,'css_form.css','$final_rendered = \'/* CSS used on forms like advanced search, registration, activiation, coppa, etc. */\r\n\r\n.form_layout {\r\n padding: 0 30px;\r\n}\r\n.form-fieldset {\r\n display: table;\r\n width: 100%;\r\n}\r\n.form-fieldset .form_row {\r\n display: table-row;\r\n}\r\n.form-fieldset .form_row .label_column {\r\n display: table-cell;\r\n width:5%;\r\n vertical-align: top;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n padding-top: 4px;\r\n white-space: nowrap;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .label_column,\r\n.form-fieldset .form_row.form-row-searchoptions .label_column {\r\n padding-top: 1px;\r\n}\r\n.form-fieldset .form_row .label_column, .form_layout .label {\r\n font-weight: bold;\r\n font-size:14px;\r\n}\r\n.form-fieldset .form_row .info_column {\r\n display: table-cell;\r\n width:2%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n white-space: nowrap;\r\n vertical-align:top;\r\n}\r\n.form-fieldset .form_row .info_column label {\r\n line-height:26px;\r\n}\r\n.form-fieldset .form_row .info_column label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n margin-top:0;\r\n margin-bottom:0;\r\n vertical-align:middle;\r\n}\r\n.form-fieldset .form_row .info_column label input + span {\r\n vertical-align:middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row .field_column {\r\n display: table-cell;\r\n width: 56%;\r\n padding: 0 0 20px;\r\n}\r\n.form-fieldset .form_row .field_column input.textbox {\r\n width:97%;\r\n}\r\n.form-fieldset .form_row.form-row-members .field_column {\r\n padding-bottom:17px;\r\n}\r\n.form-fieldset .form_row.form-row-tags {\r\n height: 63px;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column {\r\n padding-top: 3px;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper {\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .tag-list {\r\n margin-top: 0;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .add-tag-link {\r\n font-size: 12px;\r\n font-weight: normal;\r\n line-height: 16px;\r\n position: absolute;\r\n top: 26px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.form-fieldset .form_row.form-row-keywords .field_column a {\r\n display: block;\r\n font-size: 12px;\r\n margin-top: 10px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-to {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear:both;\r\n margin-top:10px;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit input + span {\r\n vertical-align: middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-sortby .field_column {\r\n line-height: 26px;\r\n}\r\n.form-fieldset .form_row.form-row-sortby .field_column .sort-order {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear:both;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label input,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-right:10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label input + span,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label input + span {\r\n vertical-align: middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current {\r\n clear: both;\r\n display: block;\r\n padding-top: 10px;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current input + span {\r\n bottom: -1px;\r\n position: relative;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row .field_column .field-desc,\r\n.birth-date-wrapper .field-desc,\r\n.faqSearchFields .field-desc{\r\n color: #777777;\r\n display: block;\r\n font-size: 11px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0 !important;\r\n margin-top: 10px;\r\n}\r\n.advancedSearchFields .advSearchForm .action-buttons {\r\n margin: 0 0 20px;\r\n}\r\n.form_layout .field_column .selectBox-inline {\r\n width:100%;\r\n}\r\n.form_layout .form-row-sources .field_column .selectBox-inline {\r\n width:100% !important;\r\n}\r\n.form-fieldset .form_row.humanverify_question .label_column,\r\n.form-fieldset .form_row.humanverify_image .label_column {\r\n padding-top:0;\r\n}\r\n.form-fieldset .form_row.humanverify_recaptcha #recaptcha_block {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -3px;\r\n}\r\n\r\n/** START user registration widget */\r\n#frmRegister .birth-date-wrapper {\r\n margin-bottom:20px;\r\n}\r\n#frmRegister .birth-date-wrapper .birth-date {\r\n margin-top:10px;\r\n}\r\n#frmRegister .birth-date-wrapper .birth-date .selectBox {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#frmRegister .fb-signup {\r\n margin: 20px 0;\r\n}\r\n#frmRegister .fb-signup span {\r\n font-weight:bold;\r\n font-size:14px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n#frmRegister .fb-signup span,\r\n#frmRegister .fb-signup img {\r\n vertical-align:middle;\r\n}\r\n#frmRegister .agree-terms label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':8px;\r\n vertical-align:middle;\r\n}\r\n#frmRegister .agree-terms label input + span {\r\n vertical-align:middle;\r\n}\r\n#frmRegister #regContent {\r\n padding-top: 10px;\r\n}\r\n#frmRegister .action-buttons {\r\n margin: 20px 0 0;\r\n}\r\n.registration-widget .signup-header-text,\r\n.registration-widget .signup-success,\r\n.registration-widget .notice {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':30px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':30px;\r\n margin-bottom:20px;\r\n margin-top: 5px;\r\n}\r\n.registration-widget .warning.coppa {\r\n margin-top:0;\r\n}\r\n.registration-widget .fieldset-header {\r\n margin-bottom: 10px;\r\n text-transform: uppercase;\r\n}\r\n/** END user registration widget */\r\n\r\n/**\r\n START coppa-form-widget\r\n Although it doesn\\\'t really go together with the form stuff, it doesn\\\'t belong in css_global.css.\r\n Might as well put it here instead. It\\\'s small enough that it doesn\\\'t really warrant a new http request\r\n just to grab it.\r\n*/\r\ntable.coppa-form td {\r\n border: 1px solid #000;\r\n padding: 10px;\r\n}\r\ntable.coppa-form td.label {\r\n font-weight: bold;\r\n width: 30%;\r\n}\r\ntable.coppa-form td.label .smallfont {\r\n font-weight: normal;\r\n font-size: 12px;\r\n}\r\ntable.coppa-form td.title {\r\n font-weight: bold;\r\n font-size: 15px;\r\n}\r\ntable.coppa-form tr.signature td {\r\n padding-top: 30px;\r\n padding-bottom: 30px;\r\n}\r\n/** END coppa-form-widget */\';','/* CSS used on forms like advanced search, registration, activiation, coppa, etc. */\r\n\r\n.form_layout {\r\n padding: 0 30px;\r\n}\r\n.form-fieldset {\r\n display: table;\r\n width: 100%;\r\n}\r\n.form-fieldset .form_row {\r\n display: table-row;\r\n}\r\n.form-fieldset .form_row .label_column {\r\n display: table-cell;\r\n width:5%;\r\n vertical-align: top;\r\n padding-{vb:stylevar right}:10px;\r\n padding-top: 4px;\r\n white-space: nowrap;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .label_column,\r\n.form-fieldset .form_row.form-row-searchoptions .label_column {\r\n padding-top: 1px;\r\n}\r\n.form-fieldset .form_row .label_column, .form_layout .label {\r\n font-weight: bold;\r\n font-size:14px;\r\n}\r\n.form-fieldset .form_row .info_column {\r\n display: table-cell;\r\n width:2%;\r\n padding-{vb:stylevar left}: 10px;\r\n white-space: nowrap;\r\n vertical-align:top;\r\n}\r\n.form-fieldset .form_row .info_column label {\r\n line-height:26px;\r\n}\r\n.form-fieldset .form_row .info_column label input {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 8px;\r\n margin-top:0;\r\n margin-bottom:0;\r\n vertical-align:middle;\r\n}\r\n.form-fieldset .form_row .info_column label input + span {\r\n vertical-align:middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row .field_column {\r\n display: table-cell;\r\n width: 56%;\r\n padding: 0 0 20px;\r\n}\r\n.form-fieldset .form_row .field_column input.textbox {\r\n width:97%;\r\n}\r\n.form-fieldset .form_row.form-row-members .field_column {\r\n padding-bottom:17px;\r\n}\r\n.form-fieldset .form_row.form-row-tags {\r\n height: 63px;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column {\r\n padding-top: 3px;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper {\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .tag-list {\r\n margin-top: 0;\r\n}\r\n.form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .add-tag-link {\r\n font-size: 12px;\r\n font-weight: normal;\r\n line-height: 16px;\r\n position: absolute;\r\n top: 26px;\r\n {vb:stylevar left}:0;\r\n}\r\n.form-fieldset .form_row.form-row-keywords .field_column a {\r\n display: block;\r\n font-size: 12px;\r\n margin-top: 10px;\r\n float:{vb:stylevar left};\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-to {\r\n margin-{vb:stylevar left}: 30px;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit {\r\n float:{vb:stylevar left};\r\n clear:both;\r\n margin-top:10px;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit input {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-daterange .field_column .date-lastvisit input + span {\r\n vertical-align: middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-sortby .field_column {\r\n line-height: 26px;\r\n}\r\n.form-fieldset .form_row.form-row-sortby .field_column .sort-order {\r\n margin-{vb:stylevar left}: 30px;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label {\r\n float:{vb:stylevar left};\r\n clear:both;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label input,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label input {\r\n margin-{vb:stylevar left}: 0;\r\n margin-right:10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-contenttypes .field_column label input + span,\r\n.form-fieldset .form_row.form-row-searchoptions .field_column label input + span {\r\n vertical-align: middle;\r\n bottom: -1px;\r\n position: relative;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current {\r\n clear: both;\r\n display: block;\r\n padding-top: 10px;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current input {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:10px;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row.form-row-sources .field_column .load-from-current input + span {\r\n bottom: -1px;\r\n position: relative;\r\n vertical-align: middle;\r\n}\r\n.form-fieldset .form_row .field_column .field-desc,\r\n.birth-date-wrapper .field-desc,\r\n.faqSearchFields .field-desc{\r\n color: #777777;\r\n display: block;\r\n font-size: 11px;\r\n margin-{vb:stylevar left}: 0 !important;\r\n margin-top: 10px;\r\n}\r\n.advancedSearchFields .advSearchForm .action-buttons {\r\n margin: 0 0 20px;\r\n}\r\n.form_layout .field_column .selectBox-inline {\r\n width:100%;\r\n}\r\n.form_layout .form-row-sources .field_column .selectBox-inline {\r\n width:100% !important;\r\n}\r\n.form-fieldset .form_row.humanverify_question .label_column,\r\n.form-fieldset .form_row.humanverify_image .label_column {\r\n padding-top:0;\r\n}\r\n.form-fieldset .form_row.humanverify_recaptcha #recaptcha_block {\r\n margin-{vb:stylevar left}: -3px;\r\n}\r\n\r\n/** START user registration widget */\r\n#frmRegister .birth-date-wrapper {\r\n margin-bottom:20px;\r\n}\r\n#frmRegister .birth-date-wrapper .birth-date {\r\n margin-top:10px;\r\n}\r\n#frmRegister .birth-date-wrapper .birth-date .selectBox {\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#frmRegister .fb-signup {\r\n margin: 20px 0;\r\n}\r\n#frmRegister .fb-signup span {\r\n font-weight:bold;\r\n font-size:14px;\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n#frmRegister .fb-signup span,\r\n#frmRegister .fb-signup img {\r\n vertical-align:middle;\r\n}\r\n#frmRegister .agree-terms label input {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:8px;\r\n vertical-align:middle;\r\n}\r\n#frmRegister .agree-terms label input + span {\r\n vertical-align:middle;\r\n}\r\n#frmRegister #regContent {\r\n padding-top: 10px;\r\n}\r\n#frmRegister .action-buttons {\r\n margin: 20px 0 0;\r\n}\r\n.registration-widget .signup-header-text,\r\n.registration-widget .signup-success,\r\n.registration-widget .notice {\r\n margin-{vb:stylevar left}:30px;\r\n margin-{vb:stylevar right}:30px;\r\n margin-bottom:20px;\r\n margin-top: 5px;\r\n}\r\n.registration-widget .warning.coppa {\r\n margin-top:0;\r\n}\r\n.registration-widget .fieldset-header {\r\n margin-bottom: 10px;\r\n text-transform: uppercase;\r\n}\r\n/** END user registration widget */\r\n\r\n/**\r\n START coppa-form-widget\r\n Although it doesn\'t really go together with the form stuff, it doesn\'t belong in css_global.css.\r\n Might as well put it here instead. It\'s small enough that it doesn\'t really warrant a new http request\r\n just to grab it.\r\n*/\r\ntable.coppa-form td {\r\n border: 1px solid #000;\r\n padding: 10px;\r\n}\r\ntable.coppa-form td.label {\r\n font-weight: bold;\r\n width: 30%;\r\n}\r\ntable.coppa-form td.label .smallfont {\r\n font-weight: normal;\r\n font-size: 12px;\r\n}\r\ntable.coppa-form td.title {\r\n font-weight: bold;\r\n font-size: 15px;\r\n}\r\ntable.coppa-form tr.signature td {\r\n padding-top: 30px;\r\n padding-bottom: 30px;\r\n}\r\n/** END coppa-form-widget */','template',1375459102,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'); INSERT INTO `template` VALUES (121,-1,'css_global.css','$final_rendered = \'\' . \'\' . \'\r\n.warning .text {\r\n padding:5px;\r\n}\r\n.ellipsis br,\r\n.ellipsis hr {\r\n display:none;\r\n}\r\n.ellipsis.multiline {\r\n white-space: normal;\r\n}\r\n.ellipsis .bbcode_container {\r\n display:none;\r\n}\r\n.ellipsis .bbcode_container:first-child {\r\n display:inline;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:100%;\r\n}\r\n.ellipsis .bbcode_container:first-child,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_description,\r\n.ellipsis .bbcode_container > .bbcode_code,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .bbcode_postedby,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .message {\r\n display:inline;\r\n white-space:nowrap;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .message {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':8px;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_quote {\r\n margin-bottom:0;\r\n}\r\n.ellipsis.restore li,\r\n.ellipsis.restore * + ul,\r\n.ellipsis.restore * + ol,\r\n.ellipsis.restore .text_table_ {\r\n display:none;\r\n}\r\n.ellipsis.restore > .text_table_ {\r\n display:block;\r\n}\r\n\' . \'\' . \'\r\n.ellipsis.restore div[align] {\r\n display: inline-block;\r\n}\r\n.ellipsis.restore ol > li:first-child,\r\n.ellipsis.restore ul > li:first-child {\r\n display:list-item;\r\n}\r\n.ellipsis.restore ol,\r\n.ellipsis.restore ul,\r\n.ellipsis.restore table {\r\n margin-bottom: 0;\r\n margin-top: 0;\r\n}\r\n.see-more {\r\n font-size: 10px;\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n}\r\n.scrolltofixed {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':auto;\r\n width:100%;\r\n position:fixed !important;\r\n z-index:100 !important;\r\n}\r\n.scrolltofixed.scrolltofixed-top {\r\n top:0;\r\n}\r\n.scrolltofixed.scrolltofixed-bottom {\r\n bottom:0;\r\n}\r\n.ie7 .table.center-vertical .td .td-content-wrapper,\r\n.ie7 .table .td.center-vertical .td-content-wrapper\r\n{\r\n position:relative !important;\r\n top:-50% !important;\r\n}\r\n#vb-page-body .body-text {\r\n font-size:13px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.canvas-layout-container .canvas-widget {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_content_background\") . \';\r\n padding:15px;\r\n margin:0 0 16px 0;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:100%;\r\n position:relative;\r\n min-height:24px;\r\n height:auto;\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.conversation-content-widget,\r\n.channel-content-widget {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_background\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.canvas-layout-container .widget-header {\r\n /*border-bottom: 2px dashed green;*/ /* REMOVE */\r\n height:auto;\r\n min-height:28px;\r\n line-height:20px;\r\n margin:-15px;\r\n margin-bottom:0;\r\n position:relative;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"module_header_background\") . \';\r\n}\r\n.widget-header-divider {\r\n border: none;\r\n border-width: 0;\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"module_header_border\") . \';\r\n margin: 0 0 15px 0;\r\n}\r\n\' . \'\' . \'\r\n.view-mode .widget-no-border > .widget-header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_header_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_header_text_color\") . \';\r\n border: 0;\r\n margin: 0;\r\n min-height: 0;\r\n}\r\n\r\n\' . \'\' . \'\r\n.view-mode .widget-no-border > .widget-content {\r\n padding:0;\r\n}\r\n\r\n\' . \'\' . \'\r\n.view-mode .widget-no-header > .widget-header {\r\n display: none;\r\n}\r\n\' . \'\' . \'\r\n.view-mode .widget-no-border {\r\n width:100% !important;\r\n border: 0px none;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n padding: 0;\r\n margin-top: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_background\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n.collapsed .widget-header {\r\n /*border-bottom: 0;*/\r\n margin-top: -11px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.widget-content {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin:0;\r\n padding:0;\r\n width:100%;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.view-mode .widget-header-outside {\r\n margin-top: 25px;\r\n}\r\n\' . \'\' . \'\r\n.view-mode .widget-header-outside .widget-header {\r\n position: relative;\r\n margin-top: -65px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -32px;\r\n border-bottom: 0;\r\n background:transparent;\r\n}\r\n\r\n\' . \'\' . \'\r\n.view-mode .widget-header-outside .widget-content {\r\n padding-top: 0;\r\n}\r\n\r\n.channel-content-widget .channel-controls {\r\n padding: 0 0 16px;\r\n}\r\n\' . \'\' . \'\r\n.button.follow-btn .button-icon,\r\n.button.follow_button .button-icon {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -240px -80px;\r\n}\r\n.button.follow-btn.isSubscribed .button-icon,\r\n.button.follow_button.subscribed_button .button-icon {\r\n background-position:-256px -96px;\r\n}\r\n.button.unfollow-btn .button-icon,\r\n.button.unsubscribe_button .button-icon {\r\n width:0;\r\n height:0;\r\n}\r\n.button.follow-btn.subscribe_pending .button-icon,\r\n.button.follow_button.subscribe_pending .button-icon {\r\n display:none;\r\n}\r\n.button.share-btn .button-icon {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -256px -80px;\r\n width:14px;\r\n height:9px;\r\n}\r\n.conversation-starter .bubble-flyout u {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color:\' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background.backgroundColor\") . \';\r\n}\r\n\' . \'\' . \'\r\n.search-container {\r\n margin:17px 0 14px;\r\n}\r\n#header .toolbar .search-container {\r\n margin-top:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n margin-bottom:0;\r\n}\r\n.search-container .search-box {\r\n position:relative;\r\n}\r\n.search-container .search-box .search-term {\r\n height:18px;\r\n border-color:#1C1C21;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':26px;\r\n padding-top:3px;\r\n padding-bottom:3px;\r\n margin:0;\r\n width:168px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_text_color\") . \';\r\n background:#F0F1F2;\r\n line-height:16px;\r\n outline:none;\r\n vertical-align: middle;\r\n}\r\n#header .search-container .search-box .search-term {\r\n -webkit-box-shadow: inset \' . vB_Template_Runtime::fetchStylevar(\"pos\") . \'1px 1px 1px 0px #E0E0E0;\r\n -moz-box-shadow: inset \' . vB_Template_Runtime::fetchStylevar(\"pos\") . \'1px 1px 1px 0px #E0E0E0;\r\n box-shadow: inset \' . vB_Template_Runtime::fetchStylevar(\"pos\") . \'1px 1px 1px 0px #E0E0E0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_background\") . \';\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_border\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n -moz-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n -moz-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n}\r\n#header .search-container .search-box .search-term.placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_search_placeholder_text_color\") . \' !important;\r\n}\r\n#header .search-container .search-box .search-term::-webkit-input-placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_search_placeholder_text_color\") . \' !important;\r\n}\r\n#header .search-container .search-box .search-term:-moz-placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_search_placeholder_text_color\") . \' !important;\r\n}\r\n.search-container .search-box .search-btn {\r\n height:27px;\r\n vertical-align: middle;\r\n}\r\n\r\n\' . \'\' . \'\r\n.search-container .search-box.search-btn-inside-box .search-btn {\r\n position:absolute;\r\n top:5px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;\r\n background: #212A33 url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -700px;\r\n height: 26px;\r\n width: 27px;\r\n padding: 0;\r\n border: 0;\r\n cursor:pointer;\r\n -moz-border-radius: 1px;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -webkit-border-radius: 1px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-radius: 1px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .search-btn {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"header_search_input_border\") . \';\r\n -moz-border-radius: 3px;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -webkit-border-radius: 3px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-radius: 3px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n position: relative;\r\n top: 0px;\r\n width:28px;\r\n padding:4px 0px 0px 2px;\r\n display: inline-block;\r\n line-height: normal;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .vertical-divider-left {\r\n border:0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid #BDBDBD;\r\n display: inline-block;\r\n height: 16px;\r\n top: 7px;\r\n width: 0;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 52px;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .vertical-divider-right {\r\n border:0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid #BDBDBD;\r\n display: inline-block;\r\n height: 25px;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 28px;\r\n margin-top: 1px;\r\n width: 0;\r\n}\r\n.search-container .adv-search-btn {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;\r\n}\r\n#header .search-container .adv-search-btn {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0px;\r\n}\r\n.search-container .searchPopupBody label {\r\n display: block;\r\n line-height:20px;\r\n word-wrap:break-word;\r\n}\r\n.search-container .searchPopupBody label input,\r\n.search-container .searchPopupBody label .vb-icon.vb-icon-adv-search {\r\n vertical-align:middle;\r\n margin-bottom:4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-top:3px;\r\n}\r\n.search-container .searchPopupBody a {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 24px;\r\n line-height:18px;\r\n}\r\n.ie8 .search-container .searchPopupBody a {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n line-height:24px;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n/* chrome hack for 1 pixel search box/button fix */\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n #q{height:18px !important;}\r\n}\r\n\r\n.popupControl{\r\n cursor: pointer;\r\n display: inline-block;\r\n}\r\n.popupContent{\r\n position: absolute;\r\n width:99%;\r\n z-index:100;\r\n border:1px solid #1C1C21;\r\n display:none;\r\n top:26px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n background:#F0F1F2;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \';\r\n font-size: 11px;\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.search-container #searchPopupControl,\r\n.search-result-header .PopupControl{\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n}\r\n.search-container #searchPopupControl{\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 35px;\r\n position: absolute;\r\n top: 3px;\r\n width:20px;\r\n}\r\n.search-result-header .PopupControl{\r\n height: 12px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n}\r\n.vb-icon-arrow-down-small {\r\n display: block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 9px;\r\n margin-top: 10px;\r\n}\r\n.search-result-header .vb-icon-arrow-down-small {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n margin-top: 5px;\r\n}\r\n.search-container #searchPopupContent,\r\n.search-result-header .PopupContent{\r\n position: absolute;\r\n width:97.5%;\r\n z-index:100;\r\n border:1px solid #BDBDBD;\r\n display:none;\r\n top:26px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n background:#F1F1F1;\r\n color: #1B1B1B;\r\n font-size: 11px;\r\n}\r\n.search-result-header .PopupContent{\r\n position: absolute;\r\n width:auto;\r\n min-width:188px;\r\n z-index:100;\r\n display:none;\r\n top:18px;\r\n padding:10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n}\r\n.search-result-header .search-controls-members .PopupContent,\r\n.search-result-header .search-controls-tags .PopupContent {\r\n width:230px;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody .button {\r\n min-width:0;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody label input[type=checkbox] {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n vertical-align: middle;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody label span {\r\n display: inline-block;\r\n height: 19px;\r\n line-height: 21px;\r\n vertical-align: middle;\r\n}\r\n.search-container .searchPopupBody,\r\n.search-result-header .PopupBody{\r\n padding:6px 7px;\r\n}\r\n.searchPopupBody .searchFields_keywords {\r\n width:150px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 28px;\r\n}\r\n.searchPopupBody .searchFields_keywords + .search-btn {\r\n background:transparent;\r\n border:0;\r\n position:relative;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n top:-26px;\r\n margin:0;\r\n padding:0 6px;\r\n}\r\n.search-controls-keywords .searchPopupBody > label,\r\n.search-controls-members .searchPopupBody > label {\r\n margin-top: 5px;\r\n}\r\n.search-result-header .resultPopupControl{\r\n background: #EEE;\r\n padding: 2px 7px;\r\n display:inline-block;\r\n height:17px;\r\n line-height:17px;\r\n cursor: pointer;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;\r\n font-weight:bold;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.search-controls .search-control-popup {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n position: relative;\r\n color: #555555;\r\n display:inline;\r\n}\r\n.search-controls .search-control-popup:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;\r\n}\r\n#searchPopupContent .searchPopupFooter{\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n background: #F2F2F2;\r\n}\r\n.search-result-header .resultPopupControl.open {\r\n border-bottom: 0;\r\n height: 18px;\r\n position: relative;\r\n z-index: 101;\r\n}\r\n.PopupContent .searchKeywords{\r\n width:210px;\r\n}\r\n\r\n\' . \'\' . \'\r\n#wrapper {\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"wrapper_background\") . \';\r\n}\r\n#header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_text_color\") . \';\r\n width:100%;\r\n height:104px;\r\n display:table;\r\n clear: both;\r\n}\r\n#header .header-cell {\r\n display:table-cell;\r\n vertical-align:middle;\r\n min-width:350px;\r\n width:30%;\r\n}\r\n#header .site-logo {\r\n padding: 22px 10px 26px;\r\n background:transparent;\r\n min-width:90px;\r\n max-width:320px;\r\n position:relative;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#header .site-logo img {\r\n height:auto;\r\n width:auto;\r\n max-width:320px;\r\n}\r\n#header .toolbar {\r\n display: table-cell;\r\n vertical-align: middle;\r\n width: 70%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n#header .toolbar > ul li {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n line-height:27px;\r\n height:27px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#header .toolbar > ul li a {\r\n font-weight:bold;\r\n}\r\n\r\n\' . \'\' . \'\r\n.notifications-count {\r\n display:inline-block;\r\n background: #D31F1F url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1000px;\r\n color: #FFF;\r\n font: bold 9px/18px Arial,sans-serif;\r\n min-width: 10px;\r\n height: 18px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 6px;\r\n text-align: center;\r\n padding: 0 4px;\r\n position:relative;\r\n top:-1px;\r\n border: 1px solid #962222;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.edit-switch-container {\r\n line-height: 27px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n}\r\n.edit-switch-container .switch-control {\r\n margin-top:4px;\r\n}\r\n/* start login popup */\r\n#main-navbar .username-container {\r\n position: relative;\r\n z-index:100;\r\n cursor:pointer;\r\n}\r\n#main-navbar .username-container.h-disabled {\r\n cursor: default;\r\n}\r\n#main-navbar .username-container,\r\n#main-navbar .notifications-container {\r\n height: 28px !important;\r\n}\r\n#main-navbar > ul > li {\r\n line-height: 27px;\r\n}\r\n.ie9 #main-navbar > ul > li {\r\n line-height: 28px;\r\n}\r\n#lnkUsernameMenu,\r\n#lnkLoginSignupMenu {\r\n display: inline-block;\r\n font-size: 12px;\r\n height: 100%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n font-weight: bold;\r\n outline:none;\r\n}\r\n.username-container.username-container-active #lnkUsernameMenu,\r\n.username-container.username-container-active #lnkLoginSignupMenu {\r\n color: #FFF;\r\n}\r\n#lnkUsernameMenu {\r\n border: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_text_color\") . \';\r\n width: auto;\r\n}\r\n#lnkUsernameMenu img {\r\n background: transparent;\r\n display: inline-block;\r\n margin-top: 4px;\r\n border: 1px solid #CECECE;\r\n}\r\n#lnkUsernameMenu .label {\r\n display: inline-block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n#main-navbar .username-container .dropdown-icon {\r\n display: inline-block;\r\n height: 100%;\r\n width: 7px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n position:relative;\r\n}\r\n\' . \'\' . \'\r\n.username-container .vb-icon-username-toggle {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto;\r\n top: 50%;\r\n margin-top: -2px;\r\n}\r\n.username-container-active .vb-icon-username-toggle {\r\n margin-top:-3px;\r\n}\r\n#main-navbar .username-container.username-container-active {\r\n background: #878F93 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -900px;\r\n}\r\n#main-navbar .username-container > ul {\r\n display: none;\r\n position: absolute;\r\n top: 28px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n background: #F1F1F1;\r\n z-index: 1100;\r\n color: inherit;\r\n width:auto;\r\n min-width:99%;\r\n border:1px solid #B1B1B1;\r\n border-top:0;\r\n}\r\n#lnkLoginSignupMenu + ul > li {\r\n height:auto;\r\n}\r\n#idLoginIframeContainer {\r\n height:150px;\r\n min-height: 150px;\r\n min-width: 300px;\r\n}\r\n.externalLoginEnabled #idLoginIframeContainer {\r\n border-bottom:1px solid #C6C7C7;\r\n}\r\n\r\n\' . \'\' . \'\r\n#externalLoginProviders {\r\n display: none;\r\n padding:0 15px;\r\n height: 33px;\r\n line-height: 33px;\r\n background: #E0E0E0;\r\n border-top: 1px solid #FFF;\r\n float:none;\r\n clear:both;\r\n}\r\n.externalLoginEnabled > #externalLoginProviders {\r\n display: block;\r\n}\r\n\r\n#externalLoginProviders .vb-icon {\r\n display:inline-block;\r\n width:24px;\r\n height:24px;\r\n text-indent:-99999px;\r\n margin-top:5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n overflow:hidden;\r\n padding:0;\r\n}\r\n#externalLoginProviders > .instructions {\r\n display:inline-block;\r\n vertical-align:top;\r\n}\r\n#main-navbar .username-container ul.submenu li {\r\n float: none;\r\n white-space: nowrap;\r\n border-top:1px solid #FFF;\r\n border-bottom:1px solid #C6C7C7;\r\n line-height:30px;\r\n}\r\n#main-navbar .username-container ul.submenu li.last-item { /*For IE 8\\\'s sake*/\r\n border-bottom:0;\r\n}\r\n#main-navbar .username-container ul.submenu li:hover {\r\n background:#C6C7C7;\r\n}\r\n#main-navbar .username-container ul.submenu li:first-child {\r\n border-top:0;\r\n}\r\n#main-navbar .username-container ul.submenu li a {\r\n color:#1B1B1B;\r\n font-weight:normal;\r\n display:block;\r\n outline:none;\r\n line-height:30px;\r\n}\r\n#main-navbar .username-container ul.submenu li a span.title {\r\n display: table-cell;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n width: 99%;\r\n vertical-align:middle;\r\n cursor:pointer;\r\n}\r\n#main-navbar .username-container ul.submenu li a span.count {\r\n display: table-cell;\r\n color:#007ED6;\r\n font-weight:bold;\r\n width: 1%;\r\n vertical-align:middle;\r\n}\r\n\r\n#externalLoginProviders {\r\n color:#1B1B1B;\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n#externalLoginProviders img {\r\n vertical-align: middle;\r\n}\r\n/* end login popup */\r\n\r\n#channel-tabbar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_tabbar_background\") . \';\r\n width:100%;\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"header_tabbar_border\") . \';\r\n height: 35px;\r\n text-transform: uppercase;\r\n}\r\n\r\n\' . \'\' . \'\r\n#mobile-main-menu {\r\n display: none;\r\n}\r\n\r\n#channel-tabbar ul {\r\n}\r\n#channel-tabbar ul li {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_background\") . \';\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height: 35px;\r\n line-height: 36px;\r\n}\r\n#channel-tabbar ul li a {\r\n display:block;\r\n padding:0 17px;\r\n font-size:14px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_text_color\") . \';\r\n font-weight: bold;\r\n height:35px;\r\n}\r\n#channel-tabbar ul li a:hover {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_background_hover\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_text_color_hover\") . \';\r\n -moz-border-radius:1px 1px 0 0;\r\n -webkit-border-radius:1px 1px 0 0;\r\n border-radius:1px 1px 0 0;\r\n}\r\n#channel-tabbar ul li.current a,\r\n#channel-tabbar ul li.current a:hover,\r\n.edit-mode #channel-tabbar ul li.current a:hover {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_background_active\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_text_color_active\") . \';\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"header_tab_border_active\") . \';\r\n border-width:1px 0 0;\r\n -moz-border-radius:1px 1px 0 0;\r\n -webkit-border-radius:1px 1px 0 0;\r\n border-radius:1px 1px 0 0;\r\n}\r\n#channel-tabbar #tabbar-extra li {\r\n background: transparent;\r\n}\r\n#channel-tabbar #tabbar-extra li a {\r\n background: #CADAA9;\r\n color: #688037;\r\n border: 2px solid #688037;\r\n line-height: 20px;\r\n font-size: 13px;\r\n padding: 0 10px;\r\n margin: 7px 0 0 10px;\r\n border-radius: 11px;\r\n -moz-border-radius: 11px;\r\n -webkit-border-radius: 11px;\r\n}\r\n#channel-subtabbar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"header_subtabbar_background\") . \';\r\n width:100%;\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"header_subtabbar_border\") . \';\r\n height: 29px;\r\n}\r\n#channel-subtabbar ul li {\r\n background: transparent;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height: 29px;\r\n line-height: 29px;\r\n margin: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n}\r\n#channel-subtabbar ul li a {\r\n display:block;\r\n font-size:12px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_subtabbar_text_color\") . \';\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n}\r\n#channel-subtabbar ul li a:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"header_subtabbar_text_color_hover\") . \';\r\n}\r\n#footer-tabbar {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"footer_background\") . \';\r\n border-top: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"footer_list_item_divider_color\") . \';\r\n height: 47px;\r\n -moz-border-radius:0 0 3px 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n}\r\n#footer-tabbar ul li {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height:47px;\r\n line-height: 47px;\r\n}\r\n#footer-tabbar ul.chooser-list li {\r\n line-height: 43px;\r\n}\r\n.ie9 #footer-tabbar ul.chooser-list li {\r\n line-height: 45px;\r\n}\r\n#footer-tabbar .chooser-list .custom-dropdown {\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n\' . \'\' . \'\r\n.ie9 #footer-tabbar .chooser-list .custom-dropdown {\r\n filter:none;\r\n}\r\n#footer-tabbar ul.nav-list {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 20px;\r\n}\r\n#footer-tabbar ul.nav-list li a {\r\n font:\' . vB_Template_Runtime::fetchStylevar(\"footer_font_style\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"footer_list_item_color\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid \' . vB_Template_Runtime::fetchStylevar(\"footer_list_item_divider_color\") . \';\r\n text-decoration:none;\r\n text-transform: uppercase;\r\n}\r\n#footer-tabbar ul.nav-list li:first-child a {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n#footer-tabbar ul.nav-list li a:hover,\r\n#footer-tabbar ul.nav-list li a:active {\r\n text-decoration:underline;\r\n}\r\n#footer-tabbar ul.chooser-list {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n#footer-tabbar ul.chooser-list > li {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n#footer-tabbar ul.chooser-list > li:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#footer-copyright{\r\n max-width:1200px;\r\n min-width:320px;\r\n width:100%;\r\n margin:auto;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-top:12px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"footer_copyright_text_color\") . \';\r\n font:\' . vB_Template_Runtime::fetchStylevar(\"footer_font_style\") . \';\r\n}\r\n#footer-vb-copyright,\r\n#footer-user-copyright {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n#content {\r\n padding: 10px 20px 0;\r\n}\r\n#breadcrumbs + #content,\r\n#breadcrumbs + .notices.h-hide + #content {\r\n padding-top:0;\r\n}\r\n#breadcrumbs + .notices + #content .forum-off {\r\n margin-top:-10px;\r\n}\r\n#breadcrumbs + .notices.h-hide + #content .forum-off {\r\n margin-top:10px;\r\n}\r\n.canvas-widget .widget-content .error {\r\n margin-bottom: 20px;\r\n}\r\n\' . \'\' . \'\r\n.header-edit-box {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_background\") . \';\r\n text-align:center;\r\n}\r\n#header-axd {\r\n height:auto;\r\n position:relative;\r\n}\r\n#header-axd.axdnum_1 .axd-container_header2 {\r\n display: none;\r\n}\r\n#header-axd.axdnum_2 .axd-container {\r\n width: 50%;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n#header-axd.axdnum_2 .axd-container_header2 {\r\n display: block;\r\n}\r\n.axd_first-post, .axd_last-post {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\' . \'\' . \'\r\n.view-mode .axd-widget {\r\n border: none;\r\n padding: 0;\r\n}\r\n/* AD CSS End */\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n#breadcrumbs {\r\n margin: 12px 20px 20px;\r\n font:11px Arial,sans-serif;\r\n}\r\n#breadcrumbs .crumb {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 0;\r\n color:#9E9D9D;\r\n}\r\n\r\n#breadcrumbs .separator {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height: 7px;\r\n margin: 5px 6px 4px;\r\n width: 5px;\r\n background-position:-368px -112px;\r\n}\r\n#breadcrumbs .crumb-link {\r\n color:#2A2E35;\r\n}\r\n#breadcrumbs .crumb.ellipsis {\r\n max-width:300px;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n/* tag editor */\r\n.add-tag-link {\r\n font-weight:bold;\r\n /*display:none;*/\r\n}\r\n.tag-editor-container.content-entry-box {\r\n margin-bottom:0;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .autocomplete-container .autocomplete-box .autocomplete {\r\n line-height: 19px;\r\n}\r\n.tag-editor-container .add-tags-text {\r\n margin-bottom:10px;\r\n}\r\n.tag-editor-container .tag-cloud-text {\r\n margin-bottom:15px;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-input {\r\n visibility:hidden;\r\n display:block;\r\n float:none;\r\n}\r\n.tag-editor-container .autocomplete-container .tag-input {\r\n visibility:visible;\r\n display:inline;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud-text {\r\n margin-top:10px;\r\n margin-bottom:0;\r\n}\r\n.searchPopupBody .tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud-text {\r\n margin-bottom:8px;\r\n}\r\n.searchPopupBody .tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud {\r\n margin-bottom:10px;\r\n}\r\n.ui-tooltip-popular-tags {\r\n font:inherit;\r\n}\r\n.tag-cloud {\r\n line-height:20px;\r\n color: #556065;\r\n}\r\n.tag-cloud .tagcloudlink.added {\r\n color:#FF0000;\r\n text-decoration:line-through;\r\n}\r\n.tag-cloud .tagcloudlink.added label {\r\n cursor:default;\r\n}\r\n.tag-cloud .tagcloudlink span {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \';\r\n}\r\n.tag-editor-dialog-container .section-divider {\r\n margin:20px 0;\r\n}\r\n.autocomplete-container {\r\n border: 1px solid #C0C0C0;\r\n background: #FFF;\r\n cursor: text;\r\n min-height:40px !important;\r\n height:auto !important;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \' !important;\r\n padding:8px !important;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.autocomplete-container .autocomplete-box {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.tag-box,\r\n.autocomplete-box{\r\n display: none;\r\n}\r\n.tag-box.search-controls-tags {\r\n display:inline;\r\n}\r\n.tag-box .tag,\r\n.autocomplete-box .autocomplete,\r\n.search-control-popup .removable-element {\r\n margin: 0 5px 0 1px;\r\n position: relative;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 17px;\r\n /* white-space: nowrap; */\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height:18px;\r\n line-height:18px;\r\n}\r\n.search-control-popup .removable-element {\r\n float:none;\r\n display:inline-block;\r\n}\r\n.search-controls-tags .tag-list {\r\n margin-bottom:10px;\r\n}\r\n.tag-box .tag .tag-text,\r\n.autocomplete-box .autocomplete .element-text {\r\n width: auto !important;\r\n}\r\n\' . \'\' . \'\r\n.autocomplete .element-x,\r\n.removable-element .element-x {\r\n position: absolute;\r\n top: 50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n margin-top:-5px;\r\n cursor: pointer;\r\n}\r\n.autocompleteHelper {\r\n margin: 0 5px 5px 0;\r\n border: none !important;\r\n display: block;\r\n background: transparent;\r\n outline:none !important;\r\n}\r\n/* end tag editor */\r\n\r\n.custom-dialog .btnClose {\r\n cursor:pointer;\r\n}\r\n.content-tags {\r\n margin:10px 5px 5px;\r\n}\r\n.list-container .list-header {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n font-size: 12px;\r\n font-weight: bold;\r\n height: 33px;\r\n line-height: 33px;\r\n}\r\n.list-container .list-item {\r\n margin-top:15px;\r\n width:99.7%;\r\n border:1px solid #C0C0C0;\r\n}\r\n.list-container .list-item:first-child {\r\n margin-top:0;\r\n}\r\n.list-container .list-item .list-item-header .info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.list-container .list-item .list-item-title {\r\n font-weight: bold;\r\n margin: 5px 5px 0;\r\n word-break: break-all;\r\n}\r\n.list-container .list-item .list-item-body {\r\n clear: both;\r\n padding:10px 15px 15px 15px;\r\n}\r\n.media-tab .list-container .list-item .list-item-body {\r\n padding-top:15px;\r\n}\r\n.list-container .list-item.list-item-video .list-item-body {\r\n padding-bottom:0;\r\n}\r\n.list-container.activity-view .list-item.list-item-video .list-item-body {\r\n padding-bottom:15px;\r\n}\r\n.list-container .list-item .content-entry-box {\r\n margin-top:15px;\r\n}\r\n.pagenav-controls input {\r\n width:24px;\r\n text-align:center;\r\n line-height:20px;\r\n height:20px;\r\n margin-top:-1px;\r\n}\r\n\r\n/*\r\n.conversation-content-widget .tabs {\r\n border:0;\r\n padding:0;\r\n position:relative;\r\n}*/\r\n\r\n\' . \'\' . \'\r\n.view-mode .conversation-content-widget {\r\n border:0;\r\n padding:0;\r\n}\r\n.conversation-content-widget .content-entry-box .tag-editor-container,\r\n.content-entry-box.edit-post .tag-editor-container {\r\n display:none;\r\n}\r\n.conversation-content-widget.new-with-quote .content-entry-box .tag-editor-container {\r\n display:block;\r\n}\r\n/*.conversation-content-widget .content-entry-box .action-buttons .cancel {\r\n display:none;\r\n}*/\r\n.conversation-content-widget.new-with-quote .content-entry-box .action-buttons .cancel,\r\n.conversation-content-widget .content-entry-box.edit-post .action-buttons .cancel,\r\n.conversation-content-widget.new-with-quote .content-entry-box .title-field {\r\n display:inline;\r\n}\r\n.conversation-content-widget .list-container .list-item {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n margin-top:10px;\r\n width:99.9%;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n padding-bottom:0;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"postbit_background\") . \';\r\n position:relative;\r\n}\r\n.conversation-content-widget .list-container .list-item.unapproved .list-item-body-wrapper,\r\n.album-widget .list-container .list-item.unapproved {\r\n background:#E2F0CE;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.unapproved .list-item-body-wrapper .pointer-left {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: #E2F0CE;\r\n}\r\n.list-container .list-item.deleted,\r\n.list-container .list-item.deleted .list-item-body-wrapper,\r\n.list-container.stream-view .list-item.deleted,\r\n.conversation-content-widget .list-container .list-item.conversation-starter.deleted,\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted,\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted .list-item-body-wrapper,\r\n.conversation-content-widget .list-container.stream-view .list-item.deleted .list-item-body-wrapper,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted .list-item-body-wrapper {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"postbit_deleted_background\") . \';\r\n}\r\n.conversation-content-widget .list-container.thread-view > .list-item.deleted {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_deleted_border\") . \';\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n width:120px;\r\n text-align:center;\r\n padding-top:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':25px;\r\n padding-bottom:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"post_user_info_color\") . \';\r\n}\r\n.list-container.thread-view .list-item.deleted .userinfo {\r\n display:none;\r\n}\r\n.list-container.thread-view .list-item.deleted.show-deleted-content .userinfo {\r\n display:block;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n margin:auto;\r\n height:auto;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"thread_view_avatar_border\") . \';\r\n display:inline-block;\r\n}\r\n.conversation-content-widget .list-container .list-item .list-item-header .author {\r\n margin-top: 15px;\r\n height: 32px;\r\n line-height: 32px;\r\n font-size: 13px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top:10px;\r\n word-wrap: break-word;\r\n}\r\n\' . \'\' . \'\r\n.conversation-content-widget .list-container .list-item .author a {\r\n font-size:14px;\r\n font-weight:bold;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"post_username_color\") . \';\r\n}\r\n\' . \'\' . \'\r\n.conversation-content-widget .list-container .list-item .list-item-body-wrapper {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"thread_reply_background\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-top:0;\r\n position:relative;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':160px;\r\n}\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter,\r\n.conversation-content-widget .list-container .list-item.conversation-starter .list-item-body-wrapper {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background\") . \';\r\n}\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter .list-item-body-wrapper {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"list_item_background\") . \';\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n clear: none;\r\n padding-top:20px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n padding-bottom:36px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n position:relative;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.conversation-starter .list-item-body-wrapper .list-item-body {\r\n padding-bottom:61px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.deleted .list-item-body-wrapper .list-item-body,\r\n.conversation-content-widget .list-container.thread-view .list-item.deleted.conversation-starter .list-item-body-wrapper .list-item-body {\r\n padding-bottom:20px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .post-content {\r\n padding:15px 0;\r\n overflow: auto;\r\n}\r\n.list-container.thread-view .list-item.deleted .post-content {\r\n padding-bottom:0;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.list-item-video .post-content {\r\n padding-bottom:15px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .post-title {\r\n width:95%;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.conversation-content-widget .conversation-body .post-title {\r\n font-size:16px;\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-body .parent-post-info {\r\n color: #556065;\r\n font-size: 11px;\r\n font-style: italic;\r\n margin-bottom: 15px;\r\n}\r\n\' . \'\' . \'\r\n\r\n.post-edit {\r\n font-style: italic;\r\n clear:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n\r\n}\r\n\r\n.post-content img,\r\n.post-content iframe,\r\n.post-content object\r\n{\r\n vertical-align:bottom;\r\n}\r\n.stream-view .post-content.ellipsis a.bbcode-attachment > img,\r\n.stream-view .post-content.ellipsis img.bbcode-attachment,\r\n.stream-view .post-content.ellipsis iframe,\r\n.stream-view .post-content.ellipsis object {\r\n max-height:20px;\r\n}\r\n.stream-view .post-content.ellipsis iframe,\r\n.stream-view .post-content.ellipsis object {\r\n display:none;\r\n}\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\nimg.bbcode-attachment,\r\nimg.thumbnail {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-bottom: 0;\r\n}\r\n\r\n.conversation-content-widget .thread-view .conversation-starter .conversation-body .post-content {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.conversation-content-widget .widget-content .content-entry-box {\r\n margin-top:15px;\r\n margin-bottom:0;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.conversation-content-widget .list-item-header .info {\r\n height: 32px;\r\n line-height: 32px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.conversation-starter .post-date {\r\n line-height:20px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 100%;\r\n}\r\n\r\n\r\n.conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n top:35px;\r\n}\r\n.conversation-content-widget .conversation-starter .list-item-body-wrapper .pointer-left {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color:\' . vB_Template_Runtime::fetchStylevar(\"thread_starter_background.backgroundColor\") . \';\r\n}\r\n.conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color:\' . vB_Template_Runtime::fetchStylevar(\"thread_reply_background.backgroundColor\") . \';\r\n border-top-color: transparent;\r\n border-bottom-color: transparent;\r\n}\r\n.conversation-content-widget .list-item.deleted .list-item-body-wrapper .pointer-left {\r\n border-top-color: transparent;\r\n border-bottom-color: transparent;\r\n display:none;\r\n}\r\n.conversation-content-widget .list-item.deleted.show-deleted-content .list-item-body-wrapper .pointer-left {\r\n display:block;\r\n}\r\n\' . \'\' . \'\r\n\r\n.list-item.deleted .post-footer-wrapper {\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n.conversation-content-widget .conversation-controls {\r\n margin-bottom:16px;\r\n}\r\n.channel-controls .button,\r\n.conversation-controls .button {\r\n font-size: 11px;\r\n}\r\n.conversation-content-widget .post-reply-btn .button-icon,\r\n.conversation-content-widget .new-quote-btn .button-icon {\r\n width:0;\r\n height:0;\r\n background:none;\r\n display:none;\r\n}\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .editCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .quoteCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .commentCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .replyCtrl,\r\n.conversation-content-widget.closed .conversation-toolbar-wrapper .conversation-toolbar .post-buttonset,\r\n.conversation-content-widget.closed .b-content-entry,\r\n.conversation-content-widget.closed_content-entry-box .content-entry-box,\r\n.conversation-content-widget.closed_content-entry-box .comment-entry-box,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-open,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-approve,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unstick,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-undelete,\r\n.conversation-content-widget.showclosed .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-close,\r\n.conversation-content-widget.unapproved .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unapprove,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unfeature,\r\n.conversation-content-widget.featured .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-feature,\r\n.conversation-content-widget.sticky .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-stick,\r\n.conversation-content-widget.deleted .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-delete {\r\n display:none !important;\r\n}\r\n\r\n.conversation-content-widget.closed .conversation-toolbar-wrapper .conversation-toolbar .display-button .post-buttonset,\r\n.conversation-content-widget.showclosed .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-open,\r\n.conversation-content-widget.unapproved .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-approve,\r\n.conversation-content-widget.featured .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unfeature,\r\n.conversation-content-widget.sticky .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unstick,\r\n.conversation-content-widget.deleted .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-undelete {\r\n display:block !important;\r\n}\r\n.conversation-list.thread-view .comment-entry-box.has-comments {\r\n border-bottom: 0;\r\n margin-bottom: 0;\r\n}\r\n\' . \'\' . \'\r\n.conversation-content-widget .action-buttons {\r\n margin:10px 0;\r\n}\r\n.comment-entry-box .action-buttons {\r\n margin:15px 0 0;\r\n}\r\n.conversation-content-widget .action-buttons button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n.conversation-content-widget.new-with-quote .widget-header,\r\n.conversation-content-widget.new-with-quote .widget-content .conversation-view {\r\n display:none;\r\n}\r\n.new-conversation-btn .button-icon {\r\n background:none;\r\n width:0;\r\n height:0;\r\n display:none;\r\n}\r\n.conversation-content-widget .tabs .ui-tabs-nav,\r\n#upload-dialog .tabs .ui-tabs-nav {\r\n background:transparent none;\r\n border-width:0 0 1px 0;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#upload-dialog .tabs .tab {\r\n min-height:294px;\r\n}\r\n#upload-dialog .action-buttons {\r\n border-top:0;\r\n}\r\n.content-entry-box {\r\n background: transparent;\r\n border: 0;\r\n margin-bottom: 15px;\r\n padding: 0;\r\n}\r\n.dialog-container .content-entry-box {\r\n margin-bottom: 0;\r\n}\r\n.conversation-reply-slideout {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n border-top-width: 0;\r\n position: absolute;\r\n width: 100%;\r\n z-index: 2;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.conversation-reply-slideout .content-entry-box {\r\n background: transparent;\r\n margin: 18px 20px 20px !important;\r\n}\r\n.conversation-reply-slideout .content-entry-box .pane {\r\n background: transparent;\r\n}\r\n#quick-reply-container .conversation-reply-slideout {\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n position:static;\r\n}\r\n#quick-reply-container .conversation-reply-slideout button.cancel {\r\n display: none;\r\n}\r\n.edit-mode .hide-on-editmode,\r\n.view-mode .hide-on-viewmode {\r\n display:none !important;\r\n}\r\n\r\n.view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n line-height: 35px;\r\n margin-bottom: 20px !important;\r\n}\r\n.content-entry-box.content-entry-box-reply .content-entry-box-header {\r\n margin-bottom: 10px;\r\n font-size: 16px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_header_text_color\") . \';\r\n}\r\n.content-entry-box.content-entry-box-reply .tag-editor-wrapper {\r\n display:none;\r\n}\r\n.content-entry-box.content-entry-box-reply form .action-buttons {\r\n margin-top:0;\r\n}\r\n\r\n.content-entry-box .pane {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_border\") . \';\r\n min-height:101px;\r\n padding:0;\r\n -moz-border-radius:0 3px 3px 3px;\r\n -webkit-border-radius:0 3px 3px 3px;\r\n border-radius:0 3px 3px 3px;\r\n}\r\n.content-entry-box.content-entry-box-reply .pane {\r\n border-width:0;\r\n}\r\n.content-entry-box.content-entry-box-starter .pane {\r\n clear:both;\r\n}\r\n.content-entry-box form {\r\n padding:20px 20px 30px;\r\n}\r\n.content-entry-box.content-entry-box-reply form {\r\n padding:0;\r\n}\r\n.content-entry-box.content-entry-box-reply .entry-field,\r\n.content-entry-box.content-entry-box-reply .gallery-wrapper .file-chooser,\r\n.content-entry-box.content-entry-box-reply .linkcontainer .removelink {\r\n margin-bottom:15px;\r\n}\r\n.content-entry-box form .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin:25px 0 0;\r\n}\r\n.content-entry-box .action-buttons .fb-publish {\r\n font-size: 12px;\r\n height: 26px;\r\n line-height: 26px\r\n}\r\n.content-entry-box .action-buttons .fb-publish input {\r\n margin-bottom: 7px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n vertical-align: middle;\r\n}\r\n\' . \'\' . \'\r\n.content-entry-box .action-buttons .fb-publish span {\r\n display: inline-block;\r\n width: 12px;\r\n height: 12px;\r\n margin-bottom: -1px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px;\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -256px -16px;\r\n}\r\n.content-entry-box .ckeditor-bare-box,\r\n.content-entry-box .ckeditor-bare-box.entry-field {\r\n margin-top:0;\r\n height: 119px; \' . \'\' . \'\r\n visibility: visible !important; \' . \'\' . \'\r\n min-height:48px;\r\n padding:8px !important;\r\n}\r\n/*.content-entry-box .ckeditor-bare-box.ckeditor-load-on-focus {\r\n min-height:226px;\r\n}*/\r\n.content-entry-box.edit-post .ckeditor-bare-box.ckeditor-load-on-focus {\r\n visibility:hidden;\r\n}\r\n.content-entry-box.edit-post[data-node-type=comment] .btnUpload {\r\n display:none;\r\n}\r\n.content-entry-box .entry-field {\r\n width:98.4%;\r\n height:18px;\r\n margin-bottom:20px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"form_field_text_color\") . \';\r\n font-size:13px;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n padding:3px 8px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.content-entry-box.edit-post #reason.entry-field {\r\n margin-bottom:0;\r\n}\r\n.content-entry-box.no-ckeditor .lnkToggleAdvancedWrapper,\r\n.content-entry-box.no-ckeditor .editor-tab {\r\n display:none;\r\n}\r\n.list-item.conversation-starter .content-entry-box.edit-post #reason.entry-field {\r\n margin-bottom:20px;\r\n}\r\n.dialog-container .content-entry-box .entry-field {\r\n width:96%;\r\n}\r\n.edit-media-upload-dialog.dialog-container .content-entry-box .entry-field {\r\n width:97.6%;\r\n}\r\n#canvas-layout-wide-narrow .section-0 .content-entry-box .entry-field,\r\n#canvas-layout-narrow-wide .section-1 .content-entry-box .entry-field {\r\n width:97.6%;\r\n}\r\n#canvas-layout-wide-narrow .section-0 #privateMessageContainer .content-entry-box .entry-field,\r\n#canvas-layout-narrow-wide .section-1 #privateMessageContainer .content-entry-box .entry-field {\r\n width:98%;\r\n}\r\n\r\n.content-entry-box input[type=text].entry-field {\r\n height: 18px;\r\n}\r\n.tag-list {\r\n margin-top: 5px;\r\n}\r\n.content-entry-box .cke_editor_text {\r\n margin-bottom:4px;\r\n display: block;\r\n}\r\n.content-entry-box .cke_editor_ckeditor-bare {\r\n margin-bottom:20px;\r\n padding:0;\r\n width:99.9% !important;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.content-entry-box.content-entry-box-reply .cke_editor_ckeditor-bare {\r\n margin-bottom:15px;\r\n}\r\n.interconnected-widgets .content-entry-box .cke_editor_ckeditor-bare {\r\n width:99.6% !important;\r\n}\r\n.content-entry-box .lnkToggleAdvancedWrapper {\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-top: -16px;\r\n height: 16px;\r\n position: relative;\r\n /* prevents toggle wrapper from obscuring the tabs in the reply content entry box */\r\n width: 50%;\r\n margin-left: 50%;\r\n}\r\n.content-entry-box .lnkToggleAdvanced {\r\n font-size: 8pt;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.content-entry-box div.h-clear + .lnkToggleAdvancedWrapper .lnkToggleAdvanced {\r\n position: absolute;\r\n bottom: 1px;\r\n right: 0px;\r\n}\r\n.dialog-container {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"popup_background\") . \';\r\n -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\\\'#CCCCCC\\\')\";\r\n}\r\n.dialog-container.ui-dialog {\r\n padding:0;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar {\r\n border-width: 0 0 1px 0;\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"popup_header_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"popup_header_text_color\") . \';\r\n font-size: 18px;\r\n height: 30px;\r\n line-height: 30px;\r\n -moz-border-radius-topleft: 3px;\r\n -moz-border-radius-topright: 3px;\r\n -moz-border-radius-bottomright: 0;\r\n -moz-border-radius-bottomleft: 0;\r\n -webkit-border-radius: 3px 3px 0 0;\r\n border-radius: 3px 3px 0 0;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar .ui-dialog-title {\r\n margin:0;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n margin-top: -16px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close.ui-state-focus {\r\n background:none;\r\n border-color:transparent;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close .ui-icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -160px -112px;\r\n height: 16px;\r\n width: 17px;\r\n}\r\n.dialog-container.ui-dialog .sb-dialog {\r\n -moz-border-radius-topleft: 0;\r\n -moz-border-radius-topright: 0;\r\n -moz-border-radius-bottomright: 3px;\r\n -moz-border-radius-bottomleft: 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n padding:20px;\r\n}\r\n.sb-dialog {\r\n position:relative;\r\n display:none;\r\n}\r\n.sb-dialog .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:auto;\r\n margin:15px 0 0;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.sb-dialog .dialog-content .loading-icon {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':50%;\r\n top:50%;\r\n margin:-32px 0 0 -8px;\r\n}\r\n.sb-dialog .loader {\r\n text-align:center;\r\n}\r\n.dialog-content .vb-icon-error,\r\n.dialog-content .vb-icon-warning {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n}\r\n.dialog-content select {\r\n max-width: 95%;\r\n}\r\n.dialog-container.dialog-box .dialog-content .message {\r\n margin-top:2px;\r\n width:401px;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .message {\r\n margin:0 0 10px 0;\r\n width:auto;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .message.td {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n width:5%;\r\n white-space:nowrap;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .input-box-container.td {\r\n width:95%;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .input-box {\r\n width:95.2%;\r\n}\r\n.dialog-container.dialog-box .dialog-content .icon.no-icon + .message {\r\n width:100%;\r\n margin-top:0;\r\n}\r\n\r\n/* Poll */\r\nform.poll ul.poll {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-top:0;\r\n padding-bottom:13px;\r\n}\r\nform.poll ul.poll li {\r\n list-style-type:none;\r\n line-height:22px;\r\n margin-top:6px;\r\n}\r\nform.poll ul.poll li:first-child {\r\n margin-top:0;\r\n}\r\nform.poll ul.poll li label {\r\n display:block;\r\n}\r\nform.poll ul.poll li label input {\r\n margin-top:3px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':7px;\r\n margin-bottom:3px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px;\r\n vertical-align:bottom;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\nform.poll ul.poll li label .poll-item {\r\n display:inline-block;\r\n}\r\n.list-item-poll .post-content .post-content-text {\r\n padding-bottom: 10px;\r\n}\r\n.list-item-poll .list-item-body .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin:0 0 5px;\r\n}\r\n.list-item-poll.deleted .action-buttons {\r\n display:none;\r\n}\r\n.list-item-poll .edit-post .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin:10px 0 0;\r\n}\r\n.list-item-poll .action-buttons button:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.pollresults .pollvote-count {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_vote_count_text\") . \';\r\n height: 26px;\r\n line-height: 26px;\r\n padding: 0 10px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.pollresults .pollvote-count span {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.pollresults .pollvote-count label {\r\n font-size: 11px;\r\n}\r\n.pollresults-data {\r\n width:100%;\r\n margin-top:37px;\r\n margin-bottom:15px;\r\n clear:both;\r\n}\r\n.b-post--poll .pollresults-data{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear:none;\r\n}\r\n.list-item-poll.deleted.show-deleted-content .pollresults-data {\r\n margin-bottom:0;\r\n}\r\n.pollresults-data tr td {\r\n padding:8px 0 0 0;\r\n vertical-align:bottom;\r\n white-space:nowrap;\r\n}\r\n.pollresults-data tr:first-child td {\r\n padding-top:0;\r\n}\r\n.pollresults-data tr td.polloption-cell {\r\n width:94%;\r\n}\r\n.pollresults-data tr td.pollpercent-cell {\r\n width:1%;\r\n}\r\n.pollresults-data tr td.pollvote-cell {\r\n width:5%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 25px;\r\n}\r\n.pollresults-data tr td.pollpercent-cell .percentage {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_percentage_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n font-size: 14px;\r\n font-weight: bold;\r\n height: 27px;\r\n line-height: 27px;\r\n padding: 0 10px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n white-space: nowrap;\r\n -moz-border-radius: 0 2px 2px 0;\r\n -webkit-border-radius: 0 2px 2px 0;\r\n border-radius: 0 2px 2px 0;\r\n}\r\n.pollresults-data tr td.pollvote-cell .votes {\r\n height: 29px;\r\n line-height: 29px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n white-space: nowrap;\r\n font-size:12px;\r\n}\r\n.pollresults-data tr td.pollvote-cell .votes span {\r\n font-weight:bold;\r\n}\r\n.pollresults-data tr td.polloption-cell .title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n white-space:normal;\r\n}\r\n.pollresults-data tr td.polloption-cell .bar-container {\r\n background: #FFF;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n height: 23px;\r\n margin-top: 2px;\r\n padding:2px;\r\n -moz-border-radius: 2px 0 0 2px;\r\n -webkit-border-radius: 2px 0 0 2px;\r\n border-radius: 2px 0 0 2px;\r\n}\r\n.pollresults-data tr td.polloption-cell .bar-container .bar {\r\n height: 23px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.pollresults-data .option-1 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_01\") . \';\r\n}\r\n.pollresults-data .option-2 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_02\") . \';\r\n}\r\n.pollresults-data .option-3 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_03\") . \';\r\n}\r\n.pollresults-data .option-4 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_04\") . \';\r\n}\r\n.pollresults-data .option-5 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_05\") . \';\r\n}\r\n.pollresults-data .option-6 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_06\") . \';\r\n}\r\n.pollresults-data .option-7 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_07\") . \';\r\n}\r\n.pollresults-data .option-8 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_08\") . \';\r\n}\r\n.pollresults-data .option-9 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_09\") . \';\r\n}\r\n.pollresults-data .option-10 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_10\") . \';\r\n}\r\n.pollresults-data .option-11 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_11\") . \';\r\n}\r\n.pollresults-data .option-12 .bar-container .bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_12\") . \';\r\n}\r\n.pollresults-data tr td.pollvoter-cell {\r\n width:31px;\r\n}\r\n\' . \'\' . \'\r\n.pollresults-data tr td.pollvoter-cell .voter-icon {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -448px -80px;\r\n width:21px;\r\n height:21px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n margin-bottom:4px;\r\n cursor:pointer;\r\n position:relative;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters {\r\n display:none;\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n top:20px;\r\n border:1px solid \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n background:#FFF;\r\n padding:7px;\r\n font-size:10px;\r\n width:150px;\r\n white-space:normal;\r\n z-index:100;\r\n cursor:text;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters .error {\r\n background:none;\r\n border:0;\r\n padding:0;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"poll_result_color_03\") . \';\r\n font-size:10px;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {\r\n font-size:10px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n\r\n/* css for timepicker */\r\n.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }\r\n.ui-timepicker-div dl{ text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }\r\n.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':65px; }\r\n.ui-timepicker-div td { font-size: 90%; }\r\n.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }\r\n#ui-datepicker-div { z-index: 9999999 !important; }\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.canvas-layout-container {\r\n min-height:248px;\r\n height:auto;\r\n}\r\n.canvas-layout-container .canvas-layout {\r\n border-color:inherit;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-layout-row {\r\n border-color:inherit;\r\n width:100%;\r\n display: block;\r\n clear: both;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-layout-row.has-columns {\r\n height:248px;\r\n border-color:inherit;\r\n display:table;\r\n width:100%;\r\n table-layout: fixed;\r\n}\r\n.canvas-layout-container .canvas-layout.h-hide {\r\n display:none;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-widget-list {\r\n padding-top:0px;\r\n display:block;\r\n vertical-align:top;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row .canvas-widget-list {\r\n display:block;\r\n width: 100%;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.container-widget {\r\n margin-bottom: 0;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.hidden-widget-placeholder,\r\n.view-mode .canvas-layout-container .canvas-widget.container-widget.empty {\r\n display:none;\r\n}\r\n.canvas-layout-container .canvas-widget.collapsed {\r\n padding-bottom:0;\r\n padding-top:11px;\r\n /*background: transparent !important;*/\r\n}\r\n.canvas-layout-container .canvas-widget.widget {\r\n background:#EBF7FF;\r\n border-color:#D8E6E6;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-header .module-title {\r\n margin: 0 0 8px 0;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_header_text_color\") . \';\r\n}\r\n\' . \'\' . \'\r\n.view-mode .search-fields-widget .widget-header,\r\n.view-mode .registration-widget .widget-header,\r\n.view-mode .forgot-password-widget .widget-header {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n padding-top: 5px;\r\n}\r\n\' . \'\' . \'\r\n.view-mode .search-fields-widget .module-title {\r\n margin-bottom: 20px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.logged-out .widget-no-border .module-title {\r\n margin-bottom:16px;\r\n}\r\n\r\n\r\n\r\n/* .canvas-layout-container .canvas-widget .widget-header .module-title { */\r\n.module-title {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_header_text_color\") . \';\r\n font-size:16px;\r\n font-family:inherit;\r\n font-weight:bold;\r\n text-transform:none;\r\n margin:9px 15px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':39px;\r\n overflow: hidden;\r\n width: 100%;\r\n word-wrap: break-word;\r\n}\r\n.module-title h1 {\r\n font-size:16px;\r\n}\r\n/*\r\n#wrapper #canvas-layout-wide-narrow .canvas-widget-list.section-1 .widget-header .title,\r\n#wrapper #canvas-layout-narrow-wide .canvas-widget-list.section-0 .widget-header .title {\r\n width:83%;\r\n}*/\r\n\' . \'\' . \'\r\n.widget-header .sort-by\r\n margin:6px 10px 6px 5px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.edit-mode.lnkEditPage .sort-by,\r\n.edit-mode.lnkNewPage .sort-by {\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n.wol-widget .display-avatar {\r\n margin-bottom: -10px;\r\n}\r\n.wol-location {\r\n margin-left: 10px;\r\n}\r\n.post-date{\r\n font-size:11px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n}\r\n\' . \'\' . \'\r\n.canvas-layout-container .widget-header .module-buttons {\r\n line-height: 14px;\r\n margin: -7px 0 0;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n top: 50%;\r\n white-space: nowrap;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n cursor:pointer;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-header-buttons > .widget-header .module-buttons {\r\n display:none;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item span {\r\n display: inline-block;\r\n height: 14px;\r\n width: 14px;\r\n margin: 0;\r\n text-indent: -99999px;\r\n}\r\n.canvas-layout-container .widget-header .module-icon {\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n\r\n.canvas-layout-container .widget-content .widget-channel-list li.note {\r\n line-height:15px;\r\n}\r\n.canvas-layout-container .youtube-widget .videocontainer iframe {\r\n width:100%;\r\n}\r\n.canvas-layout-container .youtube-widget .youtube-video {\r\n width:100%;\r\n}\r\n#canvas-layout-full .youtube-widget .youtube-video {\r\n height:600px;\r\n}\r\n#canvas-layout-wide-narrow .section-0 .youtube-widget .youtube-video,\r\n#canvas-layout-narrow-wide .section-1 .youtube-widget .youtube-video {\r\n height:415px;\r\n}\r\n#canvas-layout-wide-narrow .section-1 .youtube-widget .youtube-video,\r\n#canvas-layout-narrow-wide .section-0 .youtube-widget .youtube-video {\r\n height:173px;\r\n}\r\n.dialog-container.ui-dialog.input-dialog {\r\n -moz-border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n border-radius: 6px;\r\n}\r\n.dialog-container .sb-dialog .subheader {\r\n font-size:16px;\r\n font-weight:bold;\r\n}\r\n.dialog-container .dialog-content {\r\n margin-bottom:8px;\r\n}\r\n#vb-page-body .ui-widget-overlay {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"popup_overlay_background\") . \';\r\n opacity:0.5;\r\n filter:Alpha(Opacity=50);\r\n}\r\n.jsPsuedoLink, .jsPseudoLink {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n cursor: pointer;\r\n}\r\n.jsPsuedoLink:hover, .jsPseudoLink:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color_hover\") . \';\r\n}\r\n\r\n/** Search widget styles */\r\n\r\n.list-container .list-item .list-item-footer {\r\n padding: 5px 0;\r\n}\r\n\r\n.list-container .replylike_count li {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n font-size: 11px;\r\n}\r\n\r\n.list-container .replylike_count,\r\n.list-container .replylike_count li:first-child,\r\n.list-container .replylike_count div {\r\n display: inline;\r\n max-width: 100%;\r\n}\r\n\r\n.list-container .replylike_count .channel_text {\r\n overflow: hidden;\r\n word-wrap: break-word;\r\n display: inline;\r\n}\r\n\r\n.list-container .list-item .list-item-body .photo_result .slider_image {\r\n border: 3px solid #A9A9A9;\r\n max-width: 260px;\r\n max-height: 160px;\r\n margin: auto;\r\n}\r\n\r\n.list-container .list-item .list-item-body .anythingWindow {\r\n border: 3px solid #A9A9A9;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container {\r\n min-height: 200px;\r\n margin: auto;\r\n padding:0;\r\n position: relative;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_header .photo_title {\r\n background: #C1D2EE;\r\n text-align: center;\r\n word-wrap: break-word;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_body .slider_panel .slider_image {\r\n max-width: 260px;\r\n max-height: 160px;\r\n margin: auto;\r\n width: auto;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_body .gallery_navigation {\r\n border-top: 3px solid #A9A9A9;\r\n}\r\n\r\n.condense_control {\r\n font-size: 10px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n font-weight: bold;\r\n display: block;\r\n margin-top: 10px;\r\n text-transform: uppercase;\r\n}\r\n\r\n/* search widgets styles End */\r\n\r\n.canvas-layout-container .summary-widget{\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"module_content_background\") . \';\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .edit-profile,\r\n.groupSummaryContainer .sg-icon-wrapper .editGroupIcon,\r\n.blogSummaryContainer .blog-icon-wrapper .editBlogIcon {\r\n position: absolute;\r\n bottom: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_number_messages_color\") . \';\r\n font-weight: bold;\r\n color: white;\r\n font-size: 12px;\r\n padding: 2px 7px;\r\n cursor: pointer;\r\n display:none;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper:hover .edit-profile,\r\n.groupSummaryContainer .sg-icon-wrapper:hover .editGroupIcon,\r\n.blogSummaryContainer .blog-icon-wrapper:hover .editBlogIcon {\r\n display:block;\r\n}\r\n\r\n/* activity filters */\r\n.stream-filter {\r\n cursor: pointer;\r\n}\r\n.new-conversations-strip {\r\n cursor: pointer;\r\n font-weight: bold;\r\n text-align: center;\r\n background: lightpink;\r\n padding: 5px;\r\n display:none;\r\n}\r\n/*Conversation Bar*/\r\n.conversation-toolbar-wrapper {\r\n margin-bottom:15px;\r\n position:relative;\r\n}\r\n.conversation-toolbar-wrapper.top {\r\n padding:0 !important;\r\n border:none;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper {\r\n margin-bottom:-1px;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 30px;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .sort-controls > label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.widget-tabs .conversation-toolbar-wrapper,\r\n.blog-conversation-content-widget .conversation-toolbar-wrapper {\r\n margin-bottom:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar,\r\n.forum-list-container .forum-list-header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n height: 36px;\r\n line-height:36px;\r\n position: relative;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_text_color\") . \';\r\n font-size:12px;\r\n}\r\n\r\n.widget-content .widget-subheader {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n height: 35px;\r\n padding:4px;\r\n position: relative;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_text_color\") . \';\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n\r\n.history-backbutton\r\n{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.history-backbutton-img\r\n{\r\n margin-top:3px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.conversation-toolbar-wrapper.bottom {\r\n margin-top:20px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.ie7 .conversation-toolbar-wrapper .conversation-toolbar .toolset-left {\r\n min-width:111px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li button,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li .button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li .button {\r\n height: 22px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_button_border\") . \';\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .sort-controls .selectBox-dropdown {\r\n margin-top:-3px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right {\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right {\r\n height:24px;\r\n position:absolute;\r\n top:50%;\r\n margin-top:-12px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -144px -48px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 11px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-top:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li:first-child,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li:first-child,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li.h-hide:first-child + li,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li.h-hide:first-child + li {\r\n background-image:none;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar > ul > li,\r\n.conversation-toolbar-wrapper .conversation-toolbar + .filter-form ul li,\r\n.toolbar-wrapper .horizontal-toolbar > ul > li {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n height:100%;\r\n line-height:24px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search form {\r\n height:100%;\r\n position:relative;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container {\r\n height: 100%;\r\n margin: 0;\r\n position: relative;\r\n width: 131px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=text] {\r\n width:93px;\r\n margin-top: -12px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 28px;\r\n line-height: 20px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_placeholder_text_color\") . \';\r\n height: 20px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar input[type=text]{\r\n\' . \'\' . \'\r\n background: -webkit-gradient(linear, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom, from(0.01, #EDEEEF), to(0.11, #FFF));\r\n background: -webkit-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: -moz-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 20%);\r\n background: -ms-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: -o-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn,\r\n.faq-search .search-btn{\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px;\r\n top: 50%;\r\n margin-top: -11px;\r\n width:24px;\r\n height:22px;\r\n border:0;\r\n text-indent:0;\r\n cursor:pointer;\r\n background:#34414C url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -200px;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n}\r\n\' . \'\' . \'\r\n.search-btn .vb-icon-search-small-gray {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px;\r\n margin-top: 3px;\r\n}\r\n\' . \'\' . \'\r\n.ie7 .search-btn .vb-icon-search-small-gray {\r\n zoom: 1;\r\n display: inline;\r\n}\r\n\' . \'\' . \'\r\n.ie8 .search-btn .vb-icon-search-small-gray {\r\n margin-top:5px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=text],\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn {\r\n position: absolute;\r\n top: 50%;\r\n}\r\n.pagenav-controls .horizontal-arrows {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li.toolbar-filter,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li.toolbar-filter {\r\n padding:0;\r\n cursor:pointer;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px solid transparent;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px solid transparent;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':11px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_border\") . \';\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: transparent;\r\n height: 37px;\r\n line-height: 36px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-top: -6px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected .vb-icon-wrapper,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected .vb-icon-wrapper {\r\n height:36px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay,\r\n.toolbar-wrapper .toolbar-filter-overlay {\r\n display:none;\r\n width: auto;\r\n z-index: 1000;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n top: 39px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_border\") . \';\r\n border-top: 0;\r\n margin-top: -2px;\r\n padding: 20px 0;\r\n font-size: 12px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_text_color\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background.backgroundColor\") . \';\r\n background: -webkit-gradient(linear, left top, left bottom, from(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'), to(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'));\r\n background: -webkit-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -moz-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -ms-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -o-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'\\\', EndColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'\\\');\r\n background: linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list {\r\n width:100%;\r\n display:table;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {\r\n display: table-cell;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 20px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px dotted \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_divider_color\") . \';\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-header,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-header {\r\n font-weight:bold;\r\n margin-bottom:5px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':20px;\r\n margin-top:3px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay.all-filters-visible .filter-options {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options:last-child,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options:last-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label {\r\n display:block;\r\n margin-bottom:5px;\r\n cursor:pointer;\r\n height:19px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label.no-filter-option {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n padding-top: 4px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input {\r\n margin-top:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px;\r\n margin-bottom: 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px;\r\n cursor:inherit;\r\n vertical-align:middle;\r\n}\r\n.ie9 .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input,\r\n.ie9 .toolbar-wrapper .toolbar-filter-overlay .filter-options label > input {\r\n margin-bottom: 4px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_text_color\") . \';\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_text_color_active\") . \';\r\n}\r\n.conversation-toolbar-wrapper.h-disabled form,\r\n.conversation-toolbar-wrapper.h-disabled input[type=text],\r\n.conversation-toolbar-wrapper.h-disabled input[type=radio],\r\n.conversation-toolbar-wrapper.h-disabled div,\r\n.conversation-toolbar-wrapper.h-disabled span,\r\n.conversation-toolbar-wrapper.h-disabled label,\r\n.conversation-toolbar-wrapper.h-disabled a {\r\n cursor:wait !important;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_text_color\") . \';\r\n font-size: 11px;\r\n height: 34px;\r\n line-height: 34px;\r\n margin-top: -1px;\r\n padding: 0 10px;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .keywords {\r\n font-weight: bold;\r\n text-decoration: underline;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .result-count {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_text_color\") . \';\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .clear-search {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 8px;\r\n text-decoration:underline;\r\n}\r\n.conversation-toolbar-wrapper .filtered-by {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_border\") . \';\r\n font-size: 11px;\r\n height: 28px;\r\n line-height: 28px;\r\n margin-top: -1px;\r\n padding: 0 15px;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_background\") . \';\r\n}\r\n.conversation-toolbar-wrapper .filtered-by > label {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.conversation-toolbar-wrapper .filtered-by .filter-text {\r\n margin-top: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n margin-bottom:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px;\r\n position: relative;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 18px;\r\n white-space: nowrap;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n color:#6D6D6D;\r\n}\r\n\' . \'\' . \'\r\n.filtered-by .vb-icon-x-blue {\r\n position: absolute;\r\n top: 50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n margin-top:-5px;\r\n cursor: pointer;\r\n}\r\n/*End Conversation Bar*/\r\n\r\n/* Standard Dropdown */\r\n.selectBox-dropdown {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';\r\n height: 24px;\r\n}\r\n.selectBox-dropdown:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color_hover\") . \';\r\n}\r\n.selectBox-dropdown .selectBox-label {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background\") . \';\r\n height: 20px;\r\n}\r\n.selectBox-options {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background\") . \';\r\n}\r\n.selectBox-options li a {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color\") . \';\r\n}\r\n.selectBox-options li.selectBox-selected a, .selectBox-options li.selectBox-hover a {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background_hover\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_text_color_hover\") . \';\r\n}\r\n.selectBox-dropdown .selectBox-label img,\r\n.selectBox-options li a img {\r\n vertical-align: middle;\r\n margin-top: -2px;\r\n}\r\n/* End Standard Dropdown */\r\n\r\n.search-tips-dialog .table .td {\r\n width: 50%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px\r\n}\r\n.search-tips-dialog .table .td + .td {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.dialog-container .search-tips-dialog .dialog-content {\r\n margin-bottom:0;\r\n}\r\n.dialog-container .search-tips-dialog .dialog-content code {\r\n background:transparent;\r\n}\r\n.search-tips-dialog .table .td p {\r\n margin-bottom:0;\r\n margin-top:15px;\r\n}\r\n.search-tips-dialog .vb-icon {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n.searchConfigFields .ui-datepicker-trigger {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n position: relative;\r\n top: 3px;\r\n}\r\n.searchConfigFields .autocomplete-container,\r\n.searchPopupBody .autocomplete-container {\r\n line-height: 18px !important;\r\n min-height: 18px !important;\r\n padding-bottom: 3px !important;\r\n padding-top: 3px !important;\r\n}\r\n.searchConfigFields .autocomplete-container .autocompleteHelper,\r\n.searchPopupBody .autocomplete-container .autocompleteHelper {\r\n width:150px !important;\r\n height: 17px;\r\n margin-top: 0 !important;\r\n padding-top: 1px;\r\n}\r\n.searchPopupBody .autocomplete-container .autocompleteHelper {\r\n width:100px !important;\r\n}\r\n/* End search layout */\r\n\r\n/*Tag Cloud*/\r\n.tagcloudlink.level1 {\r\n font-size: xx-small;\r\n}\r\n.tagcloudlink.level2 {\r\n font-size: small;\r\n}\r\n.tagcloudlink.level3 {\r\n font-size: medium;\r\n}\r\n.tagcloudlink.level4 {\r\n font-size: large;\r\n}\r\n.tagcloudlink.level5 {\r\n font-size: xx-large;\r\n}\r\n/*End Tag Cloud*/\r\n\r\n.bluebox\r\n{\r\n background: #eeeeff;\r\n padding: 0;\r\n}\r\n\r\n.filterSelected\r\n{\r\n font-weight: bold;\r\n}\r\n\r\n.galleryPreviewText\r\n{\r\n margin:auto;\r\n text-align: center;\r\n width:60%;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.profileAlbumRow\r\n{\r\n width: 235px;\r\n padding: 5px;\r\n}\r\n\' . \'\' . \'\r\n.ie9 .conversation-toolbar-wrapper .conversation-toolbar > ul > li > button.subscribe-btn {\r\n min-width:auto;\r\n}\r\n\r\n/*Quotes/Codes*/\r\n.bbcode_container .bbcode_quote {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"bbcode_quote_background\") . \';\r\n font-style: italic;\r\n padding: 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':38px;\r\n position: relative;\r\n margin-bottom: 15px;\r\n}\r\n.bbcode_container .bbcode_quote .bbcode_quote_container {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n top: 10px;\r\n}\r\n.bbcode_container .bbcode_quote .message {\r\n margin-top:5px;\r\n}\r\n\r\n.bbcode_postedby .vb-icon-double-arrow-blue {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n overflow:hidden;\r\n}\r\n.bbcode_container .bbcode_description {\r\n margin-top:10px;\r\n}\r\n.bbcode_container .bbcode_code {\r\n font-family:Courier,\\\'Courier New\\\',Monaco,Monospace;\r\n font-size: \' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_fontsize\") . \';\r\n line-height: \' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_line_height\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"bbcode_code_border\") . \';\r\n overflow: auto;\r\n padding: 6px; \' . \'\' . \'\r\n width: 100%;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n/*End Quotes/Codes*/\r\n\r\n/* Video */\r\n#profileMediaDetailContainer .edit-conversation-container .url-wrapper .entry-field {\r\n width:97% !important;\r\n}\r\n\' . \'\' . \'\r\n.videoscontainer .videocontainer,\r\n.linkcontainer.videocontainer,\r\n.post-content .videocontainer .videothumbnail,\r\n.OLD__post-content .videocontainer .videothumbnail {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n margin-bottom:15px;\r\n border:1px solid \' . vB_Template_Runtime::fetchStylevar(\"slideshow_image_background.backgroundColor\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"slideshow_image_background\") . \';\r\n width:300px;\r\n height:225px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n position:relative;\r\n}\r\n.youtube-widget .widget-content .videocontainer .videothumbnail {\r\n height: 260px;\r\n background: #000;\r\n}\r\n\r\n.videothumbnail img,\r\n.videothumbnail div {\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n margin: auto;\r\n}\r\n.videothumbnail .videothumbnailoverlay {\r\n background-image:url(\"images/css/video_thumbnail_overlay.png\");\r\n background-repeat:no-repeat;\r\n background-position:center;\r\n}\r\n.videothumbnail .videothumbnailoverlay:hover {\r\n background-image:url(\"images/css/video_thumbnail_overlay_hover.png\");\r\n}\r\n.stream-view.activity-view .videoscontainer .videocontainer {\r\n margin-bottom:15px;\r\n}\r\n.videoscontainer .videocontainer,\r\n.videoscontainer .videocontainer .restrain {\r\n width:300px;\r\n height:225px;\r\n}\r\n.content-entry-box .videoscontainer .videocontainer,\r\n.content-entry-box .videoscontainer .videocontainer .restrain,\r\n.content-entry-box .linkcontainer.videocontainer,\r\n.content-entry-box .linkcontainer.videocontainer .restrain {\r\n width:225px;\r\n height:169px;\r\n}\r\n\' . \'\' . \'\r\n.b-post-sm__content .videocontainer,\r\n.b-post-sm__content .videocontainer .videothumbnail {\r\n width:265px;\r\n height:199px;\r\n}\r\n.b-post-sm__content--has-avatar .videocontainer,\r\n.b-post-sm__content--has-avatar .videocontainer .videothumbnail {\r\n width:220px;\r\n height:165px;\r\n}\r\n.linkviewcontainer .urlvideo_container .videocontainer,\r\n.urlvideo_container .videocontainer .videothumbnail {\r\n background: #000;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':12px;\r\n margin-bottom:10px;\r\n width:225px;\r\n height:169px;\r\n}\r\n.linkviewcontainer .urlvideo_container .videocontainer iframe {\r\n max-width: 225px;\r\n max-height: 169px;\r\n}\r\n\r\n\r\n.videoscontainer.no-signature {margin-bottom:30px;}\r\n\r\n/* Link */\r\n.linkcontainer .urlimg_container {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 90px;\r\n margin-bottom:10px;\r\n}\r\n.linkcontainer .urlvideo_container {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 225px;\r\n margin-right:12px;\r\n}\r\n.linkcontainer .preview-checkbox {\r\n display: block;\r\n white-space: nowrap;\r\n font-size: 11px;\r\n}\r\n.linkcontainer .preview-checkbox input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n margin-bottom: 3px;\r\n margin-top: 0;\r\n vertical-align: middle;\r\n}\r\n.linkcontainer .removelink {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n display:block;\r\n margin-top:5px;\r\n margin-bottom:20px;\r\n}\r\n.linkcontainer .urlimg_list li {\r\n text-align: center;\r\n}\r\n.linkcontainer .urlimg_list li .img_wrapper {\r\n display: table-cell;\r\n width: 90px;\r\n height: 75px;\r\n vertical-align: middle;\r\n text-align: center;\r\n}\r\n.linkcontainer .urlimg_list li img {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.linkcontainer .urlimg_list li input {\r\n display: none;\r\n}\r\n.linkcontainer .urlinfo .title {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n.linkcontainer .jcarousel-container {\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-clip {\r\n overflow: hidden;\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-item {\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-item-horizontal {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.linkcontainer .jcarousel-item-placeholder {\r\n background: #fff;\r\n color: #000;\r\n}\r\n/**\r\n * Horizontal Buttons\r\n */\r\n.linkcontainer .scroll-arrows {\r\n margin-top:10px;\r\n text-align: center;\r\n}\r\n.linkcontainer .scroll-arrows .counter {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin: 0 7px;\r\n}\r\n/* Link inline edit */\r\n.urlinfo .vb-icon-pencil {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.linkcontainer .urlinfo .textbox {\r\n display:none;\r\n width: 400px;\r\n}\r\n.linkcontainer .urlinfo .button.save {\r\n display: none;\r\n}\r\n.linkcontainer .urlinfo .meta .button.save {\r\n float:right;\r\n margin-top: 5px;\r\n}\r\n.linkcontainer .urlinfo .edit-mode .textbox,\r\n.linkcontainer .urlinfo .edit-mode .button.save {\r\n display:inline !important;\r\n}\r\n.linkcontainer .urlinfo .edit-mode textarea.textbox {\r\n display:block !important;\r\n}\r\n.linkcontainer .urlinfo .edit-mode .edit,\r\n.linkcontainer .urlinfo .title.edit-mode .display-text,\r\n.linkcontainer .urlinfo .meta.edit-mode .display-text {\r\n display:none;\r\n}\r\n\r\n/* Link view container */\r\n.videoscontainer .linkviewcontainer {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 100%;\r\n}\r\n.thread-view .conversation-starter .linkviewcontainer {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.linkviewcontainer .urlimg_container {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 12px;\r\n}\r\n.linkviewcontainer .urlimg_container img {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.linkviewcontainer .urlinfo {\r\n display: block;\r\n clear: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n vertical-align: top;\r\n}\r\n.linkviewcontainer .urlinfo .url {\r\n font-weight:bold;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n.linkviewcontainer .urlinfo .meta {\r\n margin:10px 0 15px;\r\n color:#556065;\r\n}\r\n.list-container.thread-view .list-item.deleted.show-deleted-content .linkviewcontainer .urlinfo .meta {\r\n margin-bottom:0;\r\n}\r\n.stream-view .linkviewcontainer .urlinfo .meta {\r\n margin-bottom:0;\r\n}\r\n.linkcontainer .urlinfo .meta {\r\n margin-bottom:10px;\r\n}\r\n\r\n.subscriptionsContainer .leftSide {\r\n width: 31%;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-top: 30px;\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_divider_left_color\") . \';\r\n}\r\n\r\n.subscriptionsContainer .rightSide {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-top: 30px;\r\n}\r\n\r\n/* Following full END */\r\n\r\n\' . \'\' . \'\r\n\r\n/*Edit Conversation Post*/\r\n.edit-post .conversation-body,\r\n.edit-post > .post-footer-wrapper {\r\n display:none;\r\n}\r\n.edit-post .post-content {\r\n padding-top:0 !important;\r\n}\r\n\' . \'\' . \'\r\n.content-entry-box.edit-post .title-field {\r\n display:none;\r\n}\r\n.conversation-starter .content-entry-box.edit-post .title-field,\r\n.content-entry-box.edit-post[data-node-type=\"media\"] .title-field,\r\n.content-entry-box.edit-post[data-node-type=\"starter\"] .title-field {\r\n display:block;\r\n}\r\n.edit-post .conversation-body {\r\n padding-bottom:0 !important;\r\n}\r\n.content-entry-box.edit-post {\r\n border-width:0;\r\n background:#FFF;\r\n margin-bottom:0;\r\n}\r\n.content-entry-box.edit-post .comment-entry-box {\r\n display:none !important;\r\n}\r\n.content-entry-box.edit-post .edit-header {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n}\r\n\' . \'\' . \'\r\n.OLD__edit-conversation-container > .b-content-entry,\r\n.OLD__edit-conversation-container > #newTextForm {\r\n margin: 15px;\r\n padding-top: 15px;\r\n}\r\n.content-entry-box.edit-post .edit-conversation-container {\r\n overflow: hidden; /* removes the whitespace that shows below the content entry buttons in edit mode. VBV-8818 */\r\n}\r\n/*End Edit Conversation Post*/\r\n\r\n.gallery-wrapper {\r\n position:relative;\r\n}\r\n.gallery-wrapper .file-chooser {\r\n margin-bottom:20px;\r\n}\r\n.upload-photo-dialog-container {\r\n min-height:318px;\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .file-chooser {\r\n margin-bottom:0;\r\n}\r\n.gallery-wrapper .file-chooser .custom-upload-button {\r\n min-width: 60px;\r\n margin: 0;\r\n}\r\n.allowed-filetypes {\r\n font-size:11px;\r\n line-height:26px;\r\n height:26px;\r\n color:#777;\r\n}\r\n.gallery-wrapper .allowed-filetypes {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .allowed-filetypes {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.gallery-wrapper .upload-status-bar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n margin-top:4px;\r\n}\r\n.content-entry-box .gallery-wrapper .photo-display-container.entry-field {\r\n padding:0;\r\n width:99.8%;\r\n min-height:72px;\r\n /*margin-top:150px;*/\r\n}\r\n.content-entry-box.edit-post .gallery-wrapper .photo-display-container.entry-field {\r\n margin-top:170px;\r\n}\r\n.ie7 .content-entry-box .gallery-wrapper .photo-display-container.entry-field {\r\n width:99.8%;\r\n margin-top:183px;\r\n}\r\n.gallery-wrapper .photo-display {\r\n margin-top:10px;\r\n /*position:relative;*/\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .photo-display {\r\n margin:0;\r\n min-height:263px;\r\n max-height:525px;\r\n overflow:hidden;\r\n}\r\n.upload-photo-dialog-container.has-scrollbar .gallery-wrapper .photo-display {\r\n overflow:auto;\r\n}\r\n.dialog-container.ui-dialog .sb-dialog.photo-display-container {\r\n padding:0;\r\n}\r\n.photo-display-container.sb-dialog .action-buttons {\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n padding:15px;\r\n margin-top:-2px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-1px;\r\n margin-top:-1px;\r\n height:261px;\r\n width: 200px;\r\n}\r\n.attach-limit-warning {\r\n margin-bottom: 2px;\r\n border: 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.upload-photo-dialog-container.has-scrollbar .gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper:first-child {\r\n -moz-border-radius:3px 0 0 0;\r\n -webkit-border-radius:3px 0 0 0;\r\n border-radius:3px 0 0 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper:first-child + .photo-item-wrapper + .photo-item-wrapper {\r\n -moz-border-radius:0 3px 0 0;\r\n -webkit-border-radius:0 3px 0 0;\r\n border-radius:0 3px 0 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container {\r\n height: 100%;\r\n position: relative;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox {\r\n display:table-cell;\r\n height: 180px;\r\n width: 180px;\r\n vertical-align:middle;\r\n padding:10px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper {\r\n display:table;\r\n height: 200px;\r\n width: 200px;\r\n table-layout:fixed;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox .thumbnail {\r\n height: auto;\r\n width: auto;\r\n max-height: 180px;\r\n max-width: 180px;\r\n position:relative;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .divider {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n width: 180px;\r\n margin:0 10px;\r\n}\r\n\' . \'\' . \'\r\n.photo-item .vb-icon-trash-blue {\r\n position: absolute;\r\n bottom: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n cursor:pointer;\r\n display:none;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnailbox .thumbnail-holder {\r\n position:relative;\r\n text-align:center;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnailbox .thumbnail-holder:hover .remove-icon {\r\n display:block;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption {\r\n min-height: 40px;\r\n padding: 10px;\r\n font-size:11px;\r\n width:180px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption .caption-box {\r\n border: 0;\r\n font-size: 11px;\r\n margin: 0;\r\n width: 100%;\r\n height:40px;\r\n outline:0;\r\n resize:none;\r\n line-height:13.33px;\r\n overflow:hidden;\r\n color:inherit;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption .caption-box:focus {\r\n overflow:auto;\r\n}\r\n\r\n.photo-display-result .gallery-details {\r\n margin-bottom:10px;\r\n margin-top:-10px;\r\n}\r\n.content-entry-box.content-entry-box-reply .photo-display-result .gallery-details {\r\n margin-top:-5px;\r\n}\r\n.gallery-details .photo-count span.count,\r\n.photo-details .photo-count span.count {\r\n display: inline-block;\r\n min-width: 20px;\r\n height: 20px;\r\n text-align: center;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n color: white;\r\n font-weight: bold;\r\n font-size: 13px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.gallery-details a[href].photo-count span.title,\r\n.photo-details a[href].photo-count span.title {\r\n cursor:pointer;\r\n}\r\n.conversation-list .list-item-gallery .post-content .post-content-text {\r\n margin-bottom:15px;\r\n}\r\n.galleryLink {\r\n position:relative;\r\n cursor:pointer;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n min-width:120px;\r\n min-height:90px;\r\n display:inline-block;\r\n text-align:center;\r\n margin-bottom:10px;\r\n}\r\n.galleryLink.has-transform {\r\n margin:10px 25px 10px 14px;\r\n}\r\n.galleryLink .thumbnail-photo {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"photo_border\") . \';\r\n max-width:120px !important;\r\n max-height:90px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.galleryLink .thumbnail-photo:hover {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"photo_border_hover\") . \';\r\n}\r\n/*slideshow*/\r\n.slideshow-dialog {\r\n padding:0 !important;\r\n border:0 !important;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.slideshow {\r\n padding:2px !important;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"photo_background\") . \' !important;\r\n}\r\n.slideshow .thumbnails {\r\n padding:0 39px;\r\n}\r\n.slideshow .caption {\r\n color:#FFF;\r\n font-size:12px;\r\n height:50px;\r\n margin:15px 30px;\r\n}\r\n.slideshow .caption .links {\r\n margin-bottom:5px;\r\n}\r\n.slideshow .caption .title {\r\n overflow: auto;\r\n height: 30px;\r\n line-height:15px;\r\n word-wrap: break-word;\r\n}\r\n\' . \'\' . \'\r\n.firefox.no-touch .slideshow .caption .title {\r\n height: 34px;\r\n line-height:17px;\r\n}\r\n.firefox.no-touch .slideshow .caption {\r\n height:54px;\r\n}\r\n.slideshow .slideshow-wrapper > .close-btn {\r\n position:absolute;\r\n top:0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n z-index: 9999;\r\n cursor:pointer;\r\n visibility:hidden;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n}\r\n.slideshow.jcarousel-direction-rtl {\r\n direction: rtl;\r\n}\r\n.slideshow .jcarousel-clip {\r\n overflow: hidden;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"slideshow_image_background\") . \';\r\n}\r\n.slideshow .thumbnails .jcarousel-clip {\r\n background:transparent;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {\r\n width: 546px;\r\n height: 364px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-clip-horizontal {\r\n width: 480px;\r\n height: 60px;\r\n}\r\n.slideshow .jcarousel-item {\r\n display:table;\r\n}\r\n.slideshow .thumbnails .jcarousel-item {\r\n display:block;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {\r\n width: 546px;\r\n height: 364px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-clip .jcarousel-item {\r\n width: 80px;\r\n height: 60px;\r\n overflow:hidden;\r\n}\r\n.slideshow .jcarousel-item .image-wrapper {\r\n display:table-cell;\r\n width:100%;\r\n height:100%;\r\n text-align:center;\r\n vertical-align:middle;\r\n}\r\n.slideshow .thumbnails .jcarousel-item .image-wrapper {\r\n cursor:pointer;\r\n display:block;\r\n}\r\n.slideshow .thumbnails .jcarousel-item .image-wrapper.dimmed {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.slideshow .jcarousel-item .image {\r\n max-width: 546px;\r\n max-height: 364px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.slideshow .jcarousel-item .thumbnail {\r\n max-width: 80px;\r\n max-height: 60px;\r\n width:auto;\r\n height:auto;\r\n vertical-align:middle;\r\n}\r\n.slideshow .jcarousel-item-horizontal {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n.slideshow .thumbnails .jcarousel-item-horizontal {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n.slideshow.jcarousel-direction-rtl .jcarousel-item-horizontal {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n\r\n\' . \'\' . \'\r\n.slideshow .slideshow-wrapper > .jcarousel-next-horizontal {\r\n position: absolute;\r\n top: 161px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n width: 42px;\r\n height: 42px;\r\n cursor: pointer;\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -112px -112px;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n visibility:hidden;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-next-horizontal.jcarousel-next-disabled,\r\n.slideshow .slideshow-wrapper > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n display:none !important;\r\n}\r\n.slideshow .slideshow-wrapper:hover > .jcarousel-prev-horizontal,\r\n.slideshow .slideshow-wrapper:hover > .jcarousel-next-horizontal,\r\n.slideshow .slideshow-wrapper:hover > .close-btn {\r\n visibility:visible;\r\n}\r\n.slideshow.jcarousel-direction-rtl .slideshow-wrapper > .jcarousel-next-horizontal {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto;\r\n background-position:-64px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-next-horizontal {\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n width: 12px;\r\n height: 60px;\r\n cursor: pointer;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':13px;\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -48px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-next-horizontal.jcarousel-next-disabled {\r\n background-position:-32px -112px;\r\n cursor:default;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-next-horizontal {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':11px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n background-position:-16px -112px;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-next-horizontal.jcarousel-next-disabled {\r\n background-position:0 -112px;\r\n}\r\n\' . \'\' . \'\r\n.slideshow .slideshow-wrapper > .jcarousel-prev-horizontal {\r\n position: absolute;\r\n top: 161px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n width: 42px;\r\n height: 42px;\r\n cursor: pointer;\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -64px -112px;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n visibility:hidden;\r\n}\r\n.slideshow.jcarousel-direction-rtl .slideshow-wrapper > .jcarousel-prev-horizontal {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n background-position:-112px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-prev-horizontal {\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n width: 12px;\r\n height: 60px;\r\n cursor: pointer;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':13px;\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -16px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n background-position:0 -112px;\r\n cursor:default;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-prev-horizontal {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':11px;\r\n background-position:-48px -112px;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n background-position:-32px -112px;\r\n}\r\n\' . \'\' . \'\r\n\r\n.widget-content,\r\n.post-content{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n}\r\n/*styles for generic tabs*/\r\n.widget-tabs.ui-tabs .widget-tabs-panel > .ui-tabs-panel {\r\n padding:0;\r\n}\r\n.ui-widget-content {\r\n color: inherit;\r\n}\r\n.widget-tabs.ui-tabs .ui-widget-content a,\r\n.widget-tabs.ui-tabs .ui-widget-content a:active,\r\n.widget-tabs.ui-tabs .ui-widget-content a:visited,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:active,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:visited {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n.widget-tabs.ui-tabs .ui-widget-content a:hover,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color_hover\") . \';\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav {\r\n height:26px;\r\n min-height:26px !important;\r\n line-height: 26px !important;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_border\") . \' !important;\r\n margin: 0 0 -1px 0 !important;\r\n padding:0 !important;\r\n position: relative !important;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background\") . \' !important;\r\n text-transform:uppercase !important;\r\n -moz-border-radius: 3px 3px 0 0 !important;\r\n -webkit-border-radius: 3px 3px 0 0 !important;\r\n border-radius: 3px 3px 0 0 !important;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav.widget-header .module-title {\r\n text-transform:inherit;\r\n}\r\n.view-mode .conversation-content-widget.widget-tabs .widget-tabs-nav {\r\n margin: 0 0 -1px !important;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav .module-title {\r\n width:100%;\r\n min-height:26px;\r\n height:26px;\r\n margin:0 !important;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background\") . \' !important;\r\n}\r\n.widget-tabs .widget-tabs-nav .ui-tabs-nav {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background\") . \';\r\n border: 0;\r\n height: 100%;\r\n padding: 0;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:0;\r\n}\r\n.activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: 23px;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .lastpost .lastpost-title,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .lastpost .lastpost-title {\r\n white-space:normal;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header {\r\n max-height:49px;\r\n height:auto !important;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header .module-title,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header .module-title {\r\n max-height:49px;\r\n height:auto !important;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: auto;\r\n}\r\n.widget-tabs .widget-tabs-nav li {\r\n background: transparent;\r\n margin: -2px 0 0 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -1px;\r\n padding: 0 !important;\r\n border:1px solid transparent;\r\n height:26px;\r\n line-height:26px;\r\n font-size:11px;\r\n font-weight:bold;\r\n -moz-border-radius:3px 3px 0 0;\r\n -webkit-border-radius:3px 3px 0 0;\r\n border-radius:3px 3px 0 0;\r\n \' . \'\' . \'\r\n}\r\n.widget-tabs .widget-tabs-nav li.ui-tabs-selected {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background_active\") . \';\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"module_tab_border_active\") . \';\r\n}\r\n.widget-tabs .widget-tabs-nav li a {\r\n padding:0 10px !important;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color\") . \';\r\n}\r\n.widget-tabs .widget-tabs-nav li.ui-tabs-selected a {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color_active\") . \';\r\n cursor:default;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav .module-buttons {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;\r\n top:50%;\r\n margin:-9px 0 0 0 !important;\r\n}\r\n.widget-tabs .widget-tabs-panel {\r\n padding-top:0 !important;\r\n}\r\n.widget-tabs.channel-conversation-list-wrapper {\r\n border:0;\r\n padding:0;\r\n margin-top:15px;\r\n}\r\n.view-mode .subchannel-widget + .channel-content-widget .channel-conversation-list-wrapper {\r\n margin-top:0;\r\n}\r\n.activity-stream-widget .ui-tabs-nav li a:hover,\r\n.profileTabs .ui-tabs-nav li a:hover,\r\n.conversation-content-widget .ui-tabs-nav li a:hover,\r\n.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li a:hover {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color_hover\") . \';\r\n text-decoration: none;\r\n}\r\n.activity-stream-widget .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.profileTabs .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.conversation-content-widget .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li.ui-tabs-selected a:hover {\r\n text-decoration: none;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color_active\") . \';\r\n cursor: default;\r\n}\r\n/*end styles for generic tabs*/\r\n\r\n/* stream view (activity stream, channel conversation list, conversation detail stream*/\r\n.conversation-list.stream-view {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_border\") . \';\r\n}\r\n.activity-stream-widget .conversation-list.stream-view,\r\n.channel-content-widget .conversation-list.stream-view,\r\n.socialgroup-category-list-widget .conversation-list.stream-view {\r\n border-width:0 0 1px 0;\r\n}\r\n.activity-stream-widget .conversation-list.stream-view .list-item-header .avatar,\r\n.channel-content-widget .conversation-list.stream-view .list-item-header .avatar,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .divider,\r\n.channel-content-widget .post-footer-wrapper .post-footer .divider,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .divider,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .post-info,\r\n.channel-content-widget .post-footer-wrapper .post-footer .post-info,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .post-info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.activity-stream-widget .conversation-list.stream-view .list-item-header .info,\r\n.channel-content-widget .conversation-list.stream-view .list-item-header .info,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .post-controls,\r\n.channel-content-widget .post-footer-wrapper .post-footer .post-controls,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .divider,\r\n.channel-content-widget .post-footer-wrapper .post-footer .divider,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .post-controls,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .divider {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.activity-stream-widget .list-container .list-item .list-item-body,\r\n.channel-content-widget .list-container .list-item .list-item-body {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.article-list.list-container .list-item .list-item-body {\r\n padding-top: 0;\r\n}\r\n/*.article-list.list-container .list-item .list-item-header .avatar {\r\n margin-bottom: 10px;\r\n}*/\r\n.conversation-showmore {\r\n text-align: center;\r\n padding: 10px;\r\n cursor: pointer;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n border-top: none;\r\n}\r\n.conversation-list.stream-view .list-item {\r\n border:0;\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_border\") . \';\r\n width:100%;\r\n margin:0;\r\n padding-top:15px;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"list_item_background\") . \';\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.conversation-list.stream-view .list-item.comment-entry-box-container {\r\n padding-top:0;\r\n}\r\n.conversation-list.stream-view .list-item:first-child {\r\n border-top:0;\r\n}\r\n.conversation-list.stream-view .list-item-header {\r\n width:100%;\r\n position:relative;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header {\r\n width:60%;\r\n}\r\n.conversation-list.stream-view.full-activity-view .list-item-header .post-header {\r\n margin-top:1px;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header.table {\r\n height:34px;\r\n}\r\n.article-list.stream-view .list-item-header .post-header.table {\r\n height: auto;\r\n}\r\n.album-widget .conversation-list.stream-view .list-item-header .post-header {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header .post-action-wrapper {\r\n width:100%;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header.table .post-action-wrapper.td {\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header .post-action-wrapper .author {\r\n line-height:16px;\r\n margin-top:0;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header .post-action-wrapper.ellipsis {\r\n max-height:38px;\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header .user-profile.author {\r\n font-weight:bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n}\r\n.search-results-widget .list-item-header > .post-header,\r\n.search-results-widget .list-item-header > .channel-info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n}\r\n.search-results-widget .list-item-header > .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-5px;\r\n}\r\n.conversation-list.stream-view .list-item-header .info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.conversation-list.stream-view .list-item-header .info .post-date {\r\n float:none;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .goto-post {\r\n display:block;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .subscribed {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n font-size: 11px;\r\n font-weight: bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .subscribed span {\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -240px -96px;\r\n display:inline-block;\r\n width:10px;\r\n height:8px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .joined {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n font-size: 11px;\r\n font-weight: bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .joined span {\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -240px -96px;\r\n display:inline-block;\r\n width:10px;\r\n height:8px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;\r\n}\r\n.conversation-list.stream-view .list-item-header .channel-info a {\r\n font-weight:bold;\r\n}\r\n.list-item-channel .channel-info {\r\n width:90%;\r\n}\r\n.list-item-channel .channel-info .channel-title {\r\n overflow:hidden;\r\n word-wrap:break-word;\r\n margin-left: 40px;\r\n}\r\n.list-item-channel .channel-info .channel-desc{\r\n margin-left: 40px;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-content.ellipsis.multiline,\r\n.search-widget .conversation-list .list-item-body.ellipsis.multiline {\r\n max-height:32px;\r\n line-height:16px;\r\n}\r\n\r\n.conversation-list.stream-view .list-item-body .post-links,\r\n.pm-message-list .list-item .post-links {\r\n font-size: 10px;\r\n font-weight: bold;\r\n margin-top: 10px;\r\n text-transform: uppercase;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-links.hide-see-link .see-link,\r\n.conversation-list.stream-view .list-item-body .post-links.hide-see-link > span,\r\n.pm-message-list .list-item .post-links.hide-see-link .see-link {\r\n display:none;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-links > span {\r\n padding: 0 3px;\r\n}\r\n.conversation-list.stream-view .list-item-video .list-item-body .post-content,\r\n.conversation-list.stream-view .list-item-gallery .list-item-body .post-content,\r\n.conversation-list.stream-view .list-item-link .list-item-body .post-content {\r\n margin-bottom:15px;\r\n}\r\n.media-tab .conversation-list.stream-view .list-item-gallery .list-item-body .post-content {\r\n margin-bottom:10px;\r\n}\r\n.conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-list.stream-view,\r\n.conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-content .conversation-list.stream-view {\r\n margin-top:-2px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content {\r\n max-height:none;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .list-item-body .post-content ul.poll {\r\n max-height:78px;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .list-item-body .post-content ul.poll .poll-item {\r\n max-height:69px;\r\n /* width:95%;\\\\\r\n */\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .view-more-ctrl.h-hide + .action-buttons + .view-less-ctrl {\r\n display:inline-block;\r\n margin-top:8px;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .view-more-ctrl.h-hide + .action-buttons + .view-less-ctrl.h-hide {\r\n display:none;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .poll-desc {\r\n line-height:16px;\r\n margin-top:15px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .poll-desc.ellipsis.multiline {\r\n max-height:36px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .view-more-ctrl {\r\n display:inline-block;\r\n margin-top:-3px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .view-more-ctrl.h-hide {\r\n display:none;\r\n}\r\n.conversation-list.thread-view .list-item-video .list-item-body .videoscontainer {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:100%;\r\n}\r\n.videoscontainer {\r\n overflow:hidden;\r\n}\r\n.conversation-empty {\r\n padding: 20px;\r\n text-align: center;\r\n font-weight: bold;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"no_content_background\") . \';\r\n}\r\n/* stream view END */\r\n/*Activity Stream Forum Tab / SubForum Module*/\r\n#forum-tab.dataLoaded {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_border\") . \';\r\n}\r\n.forum-list-container {\r\n border-collapse: separate;\r\n font-size:12px;\r\n margin-bottom:0;\r\n}\r\n.subchannel-widget .forum-list-container {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n border-width:1px 0 0;\r\n}\r\n.forum-list-container th,\r\n.forum-list-container td {\r\n padding:0;\r\n}\r\n.forum-list-container .forum-list-header .header-forum span {\r\n margin:0 12px;\r\n}\r\n.forum-list-container .forum-list-header .header-forum {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':\' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n}\r\n.forum-list-container .forum-list-header .header-lastpost {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n}\r\n.forum-list-container .forum-list-header th {\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n}\r\n#forum-tab .forum-list-container .forum-list-header th {\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \';\r\n}\r\n.forum-list-container .forum-list-header .header-forum,\r\n.forum-list-container .forum-item .cell-forum {\r\n width:50%;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-forum,\r\n.subchannel-widget .forum-list-container .forum-item .cell-forum {\r\n width:54%;\r\n}\r\n.forum-list-container .forum-list-header .header-topics,\r\n.forum-list-container .forum-list-header .header-posts,\r\n.forum-list-container .forum-item .topics-count,\r\n.forum-list-container .forum-item .posts-count {\r\n text-align:center;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':8px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':8px;\r\n width:4%;\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-topics,\r\n.subchannel-widget .forum-list-container .forum-list-header .header-posts,\r\n.subchannel-widget .forum-list-container .forum-item .topics-count,\r\n.subchannel-widget .forum-list-container .forum-item .posts-count {\r\n width:8%;\r\n}\r\n.forum-list-container .forum-list-header .header-topics,\r\n.forum-list-container .forum-item .topics-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':16px;\r\n}\r\n.forum-list-container .forum-list-header .header-posts,\r\n.forum-list-container .forum-item .posts-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':16px;\r\n}\r\n.forum-list-container .forum-list-header .header-lastpost,\r\n.forum-list-container .forum-item .lastpost {\r\n width:42%;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-lastpost,\r\n.subchannel-widget .forum-list-container .forum-item .lastpost {\r\n width:30%;\r\n}\r\n.forum-list-container .category-header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_background\") . \';\r\n height: 33px;\r\n}\r\n.forum-list-container .category-header td {\r\n padding:0 12px;\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n}\r\n.forum-list-container .forum-list-header + .category-header td {\r\n border-top: none;\r\n}\r\n.forum-list-container .category-header .category {\r\n font-size: 14px;\r\n font-weight: bold;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \' !important;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn {\r\n display:inline-block;\r\n width:13px;\r\n height:13px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n margin-top:1px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_border\") . \';\r\n vertical-align:top;\r\n -moz-border-radius:2px;\r\n -moz-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn span {\r\n display:inline-block;\r\n height:7px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn.right-arrow span {\r\n width:6px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':4px;\r\n margin-top:3px;\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -128px -48px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn.down-arrow span {\r\n width:8px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px;\r\n margin-top:4px;\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -80px -48px;\r\n}\r\n.forum-list-container .forum-item {\r\n /*background:#FFF;*/\r\n}\r\n.forum-list-container .forum-item td {\r\n padding:15px 0;\r\n border-top:1px dotted #B7BBCE;\r\n vertical-align:top;\r\n}\r\n.forum-list-container .category-header + .forum-item td,\r\n.subchannel-widget .forum-list-container .forum-list-header + .forum-item td {\r\n border-top:0;\r\n}\r\n.subchannel-widget .forum-list-container .forum-item td {\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n}\r\n.forum-list-container .forum-item td:first-child {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -36px -208px;\r\n display: inline-block;\r\n height: 15px;\r\n width: 16px;\r\n vertical-align: middle;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;\r\n margin-top: 2px;\r\n}\r\n.forum-list-container .forum-item.subforum-item .cell-forum .icon {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.forum-list-container .forum-item.inactive .cell-forum .icon {\r\n background-position: -36px -208px;\r\n}\r\n.forum-list-container .forum-item.new .cell-forum .icon {\r\n background-position: -4px -208px;\r\n}\r\n.forum-list-container .forum-item.closed .cell-forum .icon {\r\n background-position: -100px -208px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .arrow-indent {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -240px -208px;\r\n display: inline-block;\r\n height: 9px;\r\n width: 11px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .arrow-indent + .arrow-indent {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .forum-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.forum-list-container .forum-item .cell-forum .viewer {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n}\r\n.forum-list-container .forum-item .cell-forum .viewer span {\r\n}\r\n.forum-list-container .forum-item .cell-forum .forum-desc {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 24px;\r\n}\r\n.forum-list-container .forum-item.sub .cell-forum .forum-desc {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 18px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper {\r\n display: table;\r\n table-layout:fixed;\r\n width:100%;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .lastpost-info,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {\r\n display: table-cell;\r\n vertical-align: top;\r\n width:100%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':24px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .avatar + .lastpost-info {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':42px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .lastpost-info > .lastpost-title,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info > .forum-title {\r\n display: inline-block;\r\n width:100%;\r\n}\r\n.forum-list-container .subforum-list {\r\n /*background:#FFF;*/\r\n}\r\n.forum-list-container .subforum-list table {\r\n margin-bottom:0;\r\n}\r\n.forum-list-container .subforum-list > td {\r\n padding-top:0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':12px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':29px;\r\n padding-bottom:15px;\r\n}\r\n.forum-list-container .subforum-list .subforum-header {\r\n font-weight: bold;\r\n margin-bottom: 10px;\r\n margin-top: -6px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':40px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.ie9 .forum-list-container .subforum-list .subforum-item {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0px;\r\n}\r\n\r\n\r\n.forum-list-container .subforum-list .subforum-item .icon,\r\n.forum-list-container .forum-item.sub .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -272px -208px;\r\n display: inline-block;\r\n height: 11px;\r\n width: 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 7px;\r\n margin-top:2px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.forum-list-container .subforum-list .subforum-item .icon.new,\r\n.forum-list-container .forum-item.sub.new .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -256px -208px;\r\n}\r\n.forum-list-container .channel-list .channel-item .mainforum-list .mainforum-item .subforum-list .subforum-item.new .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -256px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item.inactive .icon {\r\n background-position: -272px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item.closed .icon {\r\n background-position: -288px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item .subforum-info {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.list-footer {\r\n text-align: center;\r\n padding: 5px 10px 3px 10px;\r\n /*border: \' . vB_Template_Runtime::fetchStylevar(\"form_border\") . \';*/\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background\") . \';\r\n}\r\n.subchannel-widget .list-footer {\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n}\r\n\r\n/*Channel Widget - Topic Tab*/\r\n.topic-list-container {\r\n width:100%;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n border-width:0 0 1px;\r\n margin-bottom:0;\r\n border-collapse:separate;\r\n}\r\n.topic-list-container .topic-list-header {\r\n height:33px;\r\n line-height: 33px;\r\n font-size:12px;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n}\r\n.topic-list-container .topic-list-header th {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding:0;\r\n}\r\n.topic-list-container .topic-list-header .header-topic {\r\n width:60%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':12px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n}\r\n.topic-list-container .topic-list-header .header-icons {\r\n width:1%;\r\n}\r\n.topic-list-container .topic-list-header .header-stats {\r\n width:12%;\r\n}\r\n.topic-list-container .topic-list-header .header-lastpost {\r\n width:27%;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n}\r\n.inlinemod-container .topic-list-container .topic-list-header .header-topic {\r\n width:58%;\r\n}\r\n.inlinemod-container .topic-list-container .topic-list-header .header-checkbox {\r\n width:2%;\r\n display:table-cell;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n}\r\n.topic-list-container .topic-list-header .header-checkbox {\r\n display:none;\r\n}\r\n.topic-list-container .topic-list {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"wrapper_background\") . \';\r\n}\r\n.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child td {\r\n border-top:2px solid #C8CCCE;\r\n}\r\n.topic-list-container .topic-list .topic-item td {\r\n padding: 10px 15px;\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n vertical-align:top;\r\n}\r\n.topic-list-container .topic-list .topic-item td.cell-lastpost {\r\n padding-left: 0;\r\n}\r\n.topic-list-container .topic-list .topic-item.unapproved {\r\n background: #E2F0CE;\r\n}\r\n.topic-list-container .topic-list .topic-item.deleted {\r\n background: #F5E3E2;\r\n}\r\n.topic-list-container .topic-list .topic-item.sticky {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"sticky_topic_background_color\") . \';\r\n}\r\n.topic-list-container .topic-list .topic-item:first-child {\r\n border-top:0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-checkbox {\r\n text-align: center;\r\n padding: 15px 0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic {\r\n position:relative;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons {\r\n vertical-align:middle;\r\n white-space:nowrap;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n min-width:16px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons .icon {\r\n display:inline-block;\r\n width:16px;\r\n height:16px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons .icon:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n\' . \'\' . \'\r\n.cell-topic .vb-icon-topic-status {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n top:3px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper {\r\n width: 87%;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 8px;\r\n font-weight: bold;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n.topic-list-container .topic-list .topic-item.read .cell-topic .topic-wrapper {\r\n font-weight: normal;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper .prefix {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n font-weight:normal;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper .go-to-first-unread {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width: 11px;\r\n height: 11px;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -304px -208px;\r\n margin-top: -2px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-lastpost .go-to-last-post {\r\n display: inline-block;\r\n vertical-align: middle;\r\n height: 9px;\r\n width: 13px;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -320px -208px;\r\n margin-top: -2px;\r\n}\r\n\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':24px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n font-size:12px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n font-size:12px;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved .cell-lastpost,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-lastpost {\r\n vertical-align:middle;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved.has-unpublished .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved.has-unpublished .cell-lastpost {\r\n vertical-align:top;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-lastpost .delete-reason {\r\n overflow:hidden;\r\n max-height:16px;\r\n}\r\n.deletedItems-list .delete-reason label{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"diff_remove_color\") . \';\r\n}\r\n\r\n#privateMessageContainer .deletedItems-list .post-content{\r\n margin: 0;\r\n}\r\n#privateMessageContainer .privateMessageActionCheck {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':17px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-wrapper,\r\n#privateMessageContainer .infractions-list .list-item-wrapper{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-wrapper .avatar,\r\n#privateMessageContainer .infractions-list .list-item-wrapper .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body-wrapper{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':43px;\r\n}\r\n\r\n#privateMessageContainer .deletedItems-list .list-item-body{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body .pending-buttons{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -7px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body .action-buttons{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n#privateMessageContainer .infractions-list .list-item-wrapper .post-content {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#privateMessageContainer .infractions-list .list-item-wrapper{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n\r\n\r\n.topic-list-container .topic-list .topic-item .cell-inlinemod-item {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-inlinemod-item input {\r\n margin:0;\r\n}\r\n.topic-title{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"topic_title_color\") . \';\r\n}\r\n/*END Channel Widget - Topic Tab*/\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.unsubscribe-overlay .unsubscribe-options {\r\n margin:20px 10px 0;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option {\r\n clear:both;\r\n margin-top:15px;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option:first-child {\r\n margin-top:0;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option > input {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-bottom: 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-top: 1px;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option > label {\r\n display:table-cell;\r\n}\r\n\' . \'\' . \'\r\n\r\n/* Share a Post Popup */\r\n.ui-tooltip-sharepostlink {\r\n max-width: 550px;\r\n}\r\n/* Who Voted Popup */\r\n.ui-tooltip-whovoted ul li {\r\n clear: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding-top: 5px;\r\n}\r\n.ui-tooltip-whovoted ul li .avatar {\r\n display: inline-block;\r\n height: auto;\r\n margin: auto;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.ui-tooltip-whovoted ul li img {\r\n width: 45px;\r\n height: 45px;\r\n}\r\n.ui-tooltip-whovoted ul li .username {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.ui-tooltip-whovoted ul li .usertitle {\r\n color: #CCC;\r\n}\r\n.ui-tooltip-whovoted .ui-tooltip-content {\r\n padding-right: 25px;\r\n max-height: 195px;\r\n overflow-y: auto;\r\n white-space: nowrap;\r\n word-wrap: normal;\r\n}\r\n\r\n/* Signature Popup */\r\n.ui-tooltip-signature {\r\n max-width: 550px;\r\n}\r\n.post-signature {\r\n margin-bottom:15px;\r\n clear:both;\r\n}\r\n.ui-tooltip-signature .ui-tooltip-content {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"tooltip_signature_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"tooltip_signature_border\") . \';\r\n padding: 12px;\r\n font-size: 11px;\r\n line-height:16px;\r\n}\r\n.ui-tooltip-signature .post-signature {\r\n margin-bottom:0;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"time_stamp_color\") . \';\r\n}\r\n\r\n/* Terms Dialog */\r\n#termsDialogContent {\r\n height: 300px;\r\n overflow: auto;\r\n}\r\n\r\n/* Notices */\r\n.notices {\r\n margin:0 20px;\r\n}\r\n.notice {\r\n padding: 6px 10px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"notice_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"notice_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"notice_text_color\") . \';\r\n margin-bottom: 15px;\r\n min-height: 16px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n\' . \'\' . \'\r\n.notice > .close {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n margin-top: 3px;\r\n cursor: pointer;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -209px -177px;\r\n height: 10px;\r\n width: 10px;\r\n text-indent: -99999px;\r\n}\r\n.conversation-status-message.notice {\r\n font-weight:bold;\r\n margin-bottom:22px;\r\n font-size:14px;\r\n}\r\n.conversation-status-message.notice .close {\r\n display:none;\r\n}\r\n.conversation-status-message.notice.show-x .close {\r\n display:block;\r\n}\r\n\r\n/* Announcements */\r\n.canvas-layout-container .canvas-widget.announcement-widget {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"announcement_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"announcement_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"announcement_text_color\") . \';\r\n}\r\n.canvas-layout-container .canvas-widget.announcement-widget .widget-content {\r\n padding: 0;\r\n}\r\n.canvas-layout-container .canvas-widget.announcement-widget .widget-content .ui-widget-content {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"announcement_text_color\") . \';\r\n}\r\n.announcement-tabs {\r\n background: transparent;\r\n border: none;\r\n padding:0;\r\n}\r\n.announcement-tabs .tab {\r\n min-height:47px;\r\n}\r\n.announcement-tabs .tab > h3 {\r\n font-size: 14px;\r\n padding-bottom: 15px;\r\n text-transform: uppercase;\r\n}\r\n.announcement-tabs .tabnav {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -4px;\r\n}\r\n.announcement-tabs .tabnav .count {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-size: 11px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 7px;\r\n}\r\n.announcement-tabs .tabnav .control {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 10px;\r\n width: 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n padding-top: 1px;\r\n}\r\n.announcement-tabs .tabnav .control.h-hide {\r\n display: none;\r\n}\r\n.announcement-tabs .tabnav .control span {\r\n display: inline-block;\r\n width: 6px;\r\n text-indent:-99999px;\r\n}\r\n.announcement-tabs .announcementtext {\r\n height:auto !important;\r\n}\r\n.announcement-tabs .tabnav .control.next span {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -128px -48px;\r\n}\r\n.announcement-tabs .tabnav .control.prev span {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -104px -48px;\r\n}\r\n.announcement-tabs .ui-tabs-nav {\r\n display: none;\r\n}\r\n.announcement-tabs.ui-tabs .ui-tabs-panel {\r\n padding: 0;\r\n}\r\n.announcement-widget .widget-header {\r\n display: none;\r\n}\r\n.announcement-widget.empty {\r\n display: none;\r\n}\r\n\r\n/* Inline Mod */\r\n.stream-view .inlinemod-item.inlinemod_highlight,\r\n.topic-list .inlinemod-item.inlinemod_highlight,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.inlinemod-item.inlinemod_highlight,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.inlinemod-item.inlinemod_highlight .list-item-body-wrapper {\r\n background:#D6E8EF !important;\r\n}\r\n.inlinemod-item .checkbox {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n margin-top: 9px;\r\n}\r\n.thread-view .inlinemod-item .checkbox {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-top: -3px;\r\n}\r\n.stream-view .inlinemod-item .checkbox {\r\n margin-top: 0;\r\n}\r\n.inlinemod-item .checkbox .cb_inlinemod {\r\n margin:0;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.inlinemod-item .post-title {\r\n width:92%;\r\n}\r\n.moderationmenu_container ,\r\n.adminmenu_container\r\n{\r\n z-index:1000;\r\n}\r\n.adminmenu_container .admin-mainmenu\r\n{\r\n height:24px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #FFF;\r\n height: 36px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu {\r\n padding-top:6px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .administrative > span ,\r\n.adminmenu_container .admin-mainmenu .administrative > span {\r\n display:inline-block;\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -208px -112px;\r\n width:14px;\r\n height:16px;\r\n}\r\n.blogSummaryContainer .adminmenu_container .admin-mainmenu .administrative > span,\r\n.groupSummaryContainer .adminmenu_container .admin-mainmenu .administrative > span {\r\n text-indent: 20px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu > span,\r\n.conversation-toolbar .toolbar-inline-mod .adminmenu_container .admin-mainmenu .mainmenu > span {\r\n margin-top:4px;\r\n text-indent:-99999px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .moderation > span,\r\n.adminmenu_container .admin-mainmenu .moderation > span {\r\n display:inline-block;\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -192px -112px;\r\n width:16px;\r\n height:16px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .cb_inlinemod_main {\r\n margin-top:6px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':7px;\r\n margin-bottom:0;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.hover .cb_inlinemod_main {\r\n margin-top:12px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.pos-top.hover .cb_inlinemod_main {\r\n margin-top:13px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu,\r\n.adminmenu_container .admin-mainmenu .mainmenu {\r\n position:relative;\r\n padding:0 10px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.administrative {\r\n padding:0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':7px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;\r\n}\r\n\r\n.moderationmenu_container .moderation-mainmenu .mainmenu .moderation-submenu ,\r\n.adminmenu_container .admin-mainmenu .mainmenu .admin-submenu {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n top:24px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu {\r\n border:1px solid transparent;\r\n border-width:0 1px;\r\n cursor:pointer;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover {\r\n height: 37px;\r\n margin-top: -6px;\r\n background: #FFF !important;\r\n border-color:#BCBCBC;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-color:transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover.pos-top {\r\n margin-top: -7px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover > span {\r\n margin-top: 10px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.pos-top.hover > span {\r\n margin-top: 11px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover .submenu {\r\n border-top:0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover.pos-top .submenu {\r\n border-bottom:0;\r\n border-top:1px solid;\r\n border-top-color:inherit;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative.hover + .mainmenu.moderation {\r\n background: none;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px solid transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 9px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container.topictools .moderation-mainmenu .mainmenu.moderation {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 9px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative + .mainmenu.moderation {\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -144px -48px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation > span {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation.hover {\r\n background:#FFF;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color:transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative + .mainmenu.moderation.hover {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #BCBCBC;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu {\r\n top:37px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-1px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':auto;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation .submenu {\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-2px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li {\r\n border-top:1px dotted #C0C0C0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li:first-child {\r\n border-top:0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li.col1 {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px dotted #C0C0C0;\r\n}\r\n\' . \'\' . \'\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li.col2.last-item {\r\n border-bottom:1px dotted #C0C0C0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu {\r\n cursor: default;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li {\r\n cursor: pointer;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li > a {\r\n color:inherit;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > .toolbar-inline-mod {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n background: none;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #BCBCBC;\r\n height: 36px;\r\n margin-top: -6px;\r\n}\r\n.dialog-container.ui-dialog.inlinemod-delete-dialog .sb-dialog {\r\n padding:15px;\r\n}\r\n.dialog-container.ui-dialog.inlinemod-delete-dialog.loading .sb-dialog .action-buttons {\r\n display:none;\r\n}\r\n.delete-posts-form .delete-posts-header {\r\n margin-bottom:8px;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-options {\r\n margin:5px 0 13px 0;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .delete-posts-options {\r\n margin-top:0;\r\n margin-bottom:5px;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-options input,\r\n.manage-deleted-form input {\r\n margin-top:3px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px;\r\n margin-bottom:7px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n vertical-align: middle;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-reason,\r\n.manage-deleted-form textarea,\r\n.manage-deleted-form input[type=\\\'text\\\']{\r\n width:452px;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .delete-posts-reason {\r\n width:442px;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .description {\r\n font-size: 11px;\r\n margin-top:8px;\r\n margin-bottom:0;\r\n}\r\n.delete-posts-form .delete-posts-body .soft-delete-option {\r\n margin-bottom:12px;\r\n}\r\n.spam-form .userlist{\r\n margin-top: 10px;\r\n}\r\n.spam-form .userban li{\r\n margin-top: 10px;\r\n position: relative;\r\n}\r\n.spam-form .userban li label{\r\n position: absolute;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':30px;\r\n}\r\n.spam-form .userban li .userbanfield{\r\n position: relative;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 190px;\r\n}\r\n\r\n.manage-deleted-form .indented {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n.manage-deleted-form .edit-topic-header,\r\n.manage-deleted-form .moderationlog-header {\r\n margin-top:15px;\r\n}\r\n.manage-deleted-form .edit-topic-title p {\r\n margin-bottom:10px;\r\n}\r\n.manage-deleted-form .posticons-header,\r\n.manage-deleted-form .delete-posts-header,\r\n.manage-deleted-form .delete-posts-body .deletereason-row {\r\n margin-top:10px;\r\n}\r\n.manage-deleted-form .post-icon-menu{\r\n padding:5px\r\n}\r\n.manage-deleted-form .post-icon-menu .post-icon-item{\r\n display: inline-block;\r\n padding-right: 16px;\r\n}\r\n.manage-deleted-form .modlog_rows {\r\n max-height:99px;\r\n overflow:auto;\r\n}\r\n.manage-deleted-form .modlog_rows li {\r\n border-top: 1px dotted \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n padding: 8px 0;\r\n}\r\n.manage-deleted-form .modlog_rows li:first-child {\r\n border-top: 0;\r\n}\r\n/* End Inline Mod*/\r\n\r\n\' . \'\' . \'\r\n.visitormessage-widget .conversation-list.stream-view .list-item-header .vm-desc {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 15px;\r\n}\r\n.visitormessage-widget .conversation-list {\r\n border: 0;\r\n}\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.private-message-widget .pending-posts-container .message-list {\r\n border:0;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item {\r\n padding-top:17px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':17px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':17px;\r\n height: auto;\r\n line-height: normal;\r\n width: 150px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .post-date {\r\n margin-bottom: 5px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.private-message-widget .pending-posts-container .button{\r\n margin-bottom: 8px;\r\n}\r\n.private-message-widget .pending-posts-container .photo-count .icon{\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -256px -240px;\r\n width: 16px;\r\n height: 16px;\r\n display: inline-block;\r\n vertical-align:baseline;\r\n}\r\n.private-message-widget .pending-posts-container .list-item-wrapper{\r\n width:95%;\r\n}\r\n.private-message-widget .pending-posts-container .photo-count .count{\r\n position: relative;\r\n top: -3px;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay {\r\n overflow: hidden;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .post-action-wrapper {\r\n line-height: 32px;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list {\r\n border:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item {\r\n padding-top:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .list-item-header .avatar {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .list-item-body {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .post-footer-wrapper .post-footer .divider {\r\n margin:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .post-footer-wrapper .post-footer .post-controls {\r\n display:none;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .action-buttons .pending-post-controls .button:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .pending-buttons .button.h-hide {\r\n display: none;\r\n}\r\n.pending-post-overlay .list-item-header{\r\n margin-bottom:10px;\r\n\r\n}\r\n.pending-post-overlay-container button .button-icon{\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -512px -16px;\r\n height:10px;\r\n width:6px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous .button-icon{\r\n background-position:-464px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous:hover .button-icon{\r\n background-position:-480px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous.hide .button-icon{\r\n background-position:-496px -16px;\r\n}\r\n\r\n.pending-post-overlay-container .pending-post-next .button-icon{\r\n background-position:-512px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-next:hover .button-icon{\r\n background-position:-528px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-next.hide .button-icon{\r\n background-position:-544px -16px;\r\n}\r\n\r\n.pending-post-overlay .notes{\r\n font-weight:bold;\r\n margin-bottom:10px;\r\n}\r\n.pending-post-overlay .notes .notes-field{\r\n width: 90%;\r\n margin-bottom:0px;\r\n}\r\n.pending-post-overlay .dialog-content{\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n border-bottom-style:dotted;\r\n}\r\n.pending-post-overlay .list-item form{\r\n padding:0px;\r\n}\r\n.delete-posts-form .delete-posts-options .ban_user{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts .label,\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts.has-count .label {\r\n width: 200px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n#debug-information {\r\n margin: 20px auto;\r\n width: 500px;\r\n border: 3px solid \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_divider_left_color\") . \';\r\n padding: 5px;\r\n}\r\n#debug-information ol {\r\n margin: 0 20px;\r\n}\r\n\r\n.error-widget pre {\r\n width:100%;\r\n height:300px;\r\n overflow:auto;\r\n border:1px solid #888;\r\n padding:5px;\r\n}\r\n.footer-spacer {\r\n visibility: hidden;\r\n height: 15px;\r\n margin: 0;\r\n}\r\n.searchFields_tag .tag-input,\r\n.autocomplete-container input {\r\n width:auto !important;\r\n padding: 0;\r\n margin:-2px 0 0 !important;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-size: inherit;\r\n}\r\n.searchSwitchToAdvanced, .searchSwitchToForm {\r\n margin-bottom:10px;\r\n}\r\n.advancedSearchFields .searchFields_searchJSON {\r\n width:98.5%;\r\n height:100px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short {\r\n width:200px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short.datefield {\r\n width:75px;\r\n}\r\n.advancedSearchFields .tag-box .tag {\r\n margin-top:0px;\r\n margin-bottom:0px;\r\n}\r\n#tag-box-searchFields_tag .tag {\r\n margin-top: 0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"checkbox\"],\r\n.advancedSearchFields .add-search-container .add-search-fieldset select,\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"radio\"] {\r\n width:auto;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset select.searchFields_channel {\r\n width:100%;\r\n}\r\n\r\n/* auto-complete popup*/\r\n.ui-autocomplete {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n font-size: 12px;\r\n min-width: 120px;\r\n padding: 0;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"autosuggest_background\") . \';\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n.ui-autocomplete .ui-menu-item a {\r\n height: 20px;\r\n line-height: 20px;\r\n padding: 0 10px;\r\n color:inherit;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n.ui-autocomplete .ui-menu-item a.ui-state-hover {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_background_active\") . \';\r\n border: 0;\r\n margin: 0;\r\n color:inherit;\r\n}\r\n/* end auto-complete popup*/\r\n.new-content-widget .content-entry-box {\r\n margin-bottom:0;\r\n}\r\n\r\n.axd-widget .widget-header {\r\n display: none;\r\n}\r\n\r\n.canvas-layout-container .canvas-widget.axd-widget .widget-content {\r\n padding: 0;\r\n}\r\n/*For Member list popup dialogs*/\r\n.member-list-dialog-container.dialog-container .sb-dialog {\r\n max-height:498px !important;\r\n min-height: 200px !important;\r\n padding-top: 0;\r\n padding-bottom: 5px;\r\n}\r\n.member-list-dialog-container.dialog-container .sb-dialog .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n.member-list-dialog-container.dialog-container .sb-dialog .dialog-content .follow-btn.isSubscribed[disabled] {\r\n color: #252C2F !important;\r\n}\r\n.member-list .member-item {\r\n line-height:32px;\r\n height: 32px;\r\n padding:15px 0;\r\n border-top:1px dotted \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n}\r\n.member-list .member-item:first-child {\r\n border-top:0;\r\n}\r\n.member-list .member-item .button {\r\n margin-top:3px;\r\n}\r\n/*END - For Member list popup dialogs*/\r\n.adv-editor-additional-options-ctrl {\r\n cursor:pointer;\r\n}\r\n\' . \'\' . \'\r\n#main-navbar,\r\n#main-navbar-wrapper {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_background\") . \';\r\n height: 28px;\r\n width: 100%;\r\n margin: auto;\r\n}\r\n#main-navbar {\r\n min-width:960px;\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n}\r\n#main-navbar ul.main-nav {\r\n height:100%;\r\n margin-right: 10px;\r\n}\r\n#main-navbar > ul li {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#main-navbar ul li a {\r\n display: block;\r\n height: 100%;\r\n padding: 0 10px;\r\n font:bold 12px/27px Helvetica, Arial, Verdana;\r\n}\r\n.ie9 #main-navbar ul li.sb-menu > a,\r\n.ie9 #main-navbar ul.secondary-nav > li > a {\r\n line-height:28px;\r\n}\r\n#main-navbar ul li a,\r\n#main-navbar ul.h-disabled li a:hover,\r\n#main-navbar ul li.h-disabled a:hover,\r\n#lnkUsernameMenu,\r\n#lnkLoginSignupMenu,\r\nul.h-disabled #lnkUsernameMenu:hover,\r\nul.h-disabled #lnkLoginSignupMenu:hover,\r\nli.h-disabled #lnkUsernameMenu:hover,\r\nli.h-disabled #lnkLoginSignupMenu:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_text_disabled_color\") . \';\r\n}\r\n\r\n#main-navbar ul li .divider {\r\n border-color:transparent \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_divider_right_color\") . \' transparent \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_divider_left_color\") . \';\r\n border-style:solid;\r\n border-width:0 1px;\r\n height:27px;\r\n width:0;\r\n margin:0;\r\n}\r\n#main-navbar ul li a:hover,\r\n#lnkUsernameMenu:hover,\r\n#lnkLoginSignupMenu:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_text_color_hover\") . \';\r\n}\r\n#main-navbar ul.main-nav li.sb-menu a:active,\r\n#main-navbar ul.main-nav li.sb-menu a.selected,\r\n#main-navbar ul.secondary-nav li.sb-menu a:active,\r\n#main-navbar ul.secondary-nav li.sb-menu a.selected {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_folder_active_color\") . \';\r\n background:#2E3740 url(images/css/sprite_gradients.png) repeat-x scroll 0 -550px;\r\n height:28px;\r\n}\r\n#main-navbar ul li.sb-menu.h-disabled a,\r\n#main-navbar ul li.sb-menu.h-disabled a:hover,\r\n#main-navbar ul li.sb-menu.h-disabled a:active {\r\n color:#818080;\r\n cursor:default;\r\n}\r\n#main-navbar ul.main-nav li.sb-menu.h-disabled a:hover,\r\n#main-navbar ul.main-nav li.sb-menu.h-disabled a:active {\r\n background:none;\r\n}\r\n#main-navbar ul.secondary-nav {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n#main-navbar ul.secondary-nav.h-disabled,\r\n#main-navbar ul.secondary-nav li.h-disabled {\r\n opacity:0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n#main-navbar ul.secondary-nav.h-disabled a,\r\n#main-navbar ul.secondary-nav.h-disabled .username-container,\r\n#main-navbar ul.secondary-nav.h-disabled .edit-switch-container .switch-control,\r\n#main-navbar ul.secondary-nav li.h-disabled a,\r\n#main-navbar ul.secondary-nav li.h-disabled .username-container,\r\n#main-navbar ul.secondary-nav li.h-disabled .edit-switch-container .switch-control {\r\n cursor:default !important;\r\n}\r\n#main-navbar ul li a .icon {\r\n display:inline-block;\r\n width:15px;\r\n height:15px;\r\n vertical-align:text-bottom;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#main-navbar .lnkAdminCP {\r\n margin:3px 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_button_border\") . \';\r\n height:20px !important;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n#main-navbar .lnkAdminCP.h-disabled {\r\n opacity:0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n#main-navbar .lnkAdminCP,\r\n#main-navbar .lnkAdminCP.h-disabled:hover {\r\n background:#878F93 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -600px;\r\n}\r\n#main-navbar .lnkAdminCP:hover {\r\n}\r\n#main-navbar .lnkAdminCP a {\r\n font-size: 11px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n}\r\n#main-navbar .lnkAdminCP.h-disabled a {\r\n cursor:default;\r\n}\r\n#main-navbar .lnkAdminCP a,\r\n#main-navbar .lnkAdminCP a:hover,\r\n#main-navbar .lnkAdminCP a:active {\r\n color:#FFF !important;\r\n}\r\n#main-navbar .lnkAdminCP a .icon {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -96px -16px;\r\n width:14px;\r\n height:14px;\r\n}\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n#mediaList {\r\n padding:16px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n padding-bottom:5px;\r\n}\r\n#mediaList .item-album\r\n{\r\n width: 150px;\r\n height: auto;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':11px;\r\n margin-bottom: 11px;\r\n padding:10px 10px 15px;\r\n background:#F4F4F4;\r\n border:1px solid #C2C8CC;\r\n}\r\n#mediaList .item-album .media-thumbnail {\r\n text-align: center;\r\n width:150px;\r\n height:113px;\r\n line-height: 113px;\r\n cursor:pointer;\r\n margin-bottom:14px;\r\n}\r\n#mediaList .item-album .media-thumbnail img {\r\n max-height: 113px;\r\n max-width: 150px !important;\r\n vertical-align:middle;\r\n}\r\n#mediaList .item-album .media-title {\r\n font-size:12px;\r\n font-weight:bold;\r\n}\r\n#mediaList .item-album .media-count {\r\n font-size:11px;\r\n font-weight:bold;\r\n}\r\n.album-detail {\r\n padding-bottom:17px;\r\n margin: 15px;\r\n}\r\n.album-detail.conversation-list.stream-view {\r\n border:0;\r\n}\r\n.album-detail .album-title {\r\n font-size:16px;\r\n font-weight:bold;\r\n}\r\n.album-detail .media-count {\r\n font-size:11px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n.album-detail .post-content {\r\n line-height:16px;\r\n margin-top:11px;\r\n}\r\n.album-detail .post-footer-wrapper .post-footer .post-controls {\r\n margin-bottom: 15px;\r\n margin-top: 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n}\r\n.album-detail .profile-media-uploadphotos {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-bottom:1px;\r\n}\r\n.album-detail .content-entry-box.edit-post .profile-media-uploadphotos {\r\n display:none;\r\n}\r\n.album-detail .galleryLink .thumbnail-photo {\r\n max-height: 121px;\r\n max-width: 121px !important;\r\n}\r\n.album-detail .list-item-body-wrapper > .photo-preview {\r\n margin-top:10px;\r\n}\r\n.logged-out .album-detail .list-item-body-wrapper > .photo-preview {\r\n clear: both;\r\n padding-top: 15px;\r\n}\r\n.album-detail .content-entry-box.edit-post > .photo-preview {\r\n display:none;\r\n}\r\n.album-detail .content-entry-box.edit-post {\r\n margin-top:10px;\r\n}\r\n.photo-preview .photoPreviewBox {\r\n width: 127px;\r\n height: 127px;\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"photo_preview_background\") . \';\r\n position:relative;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"photo_preview_border\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-1px;\r\n margin-top:-1px;\r\n}\r\n.photo-preview .photoPreviewBox:first-child {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width:1px;\r\n}\r\n.photo-preview .photoPreviewBox .galleryLink\r\n{\r\n width: 121px !important;\r\n height: 127px;\r\n display:table-cell;\r\n text-align: center;\r\n vertical-align:middle;\r\n border: none;\r\n float:none;\r\n padding:3px;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large\r\n{\r\n width: 204px;\r\n height: auto;\r\n background-color:#FFF;\r\n padding:10px;\r\n margin:0;\r\n position:absolute;\r\n border:1px solid #858C90;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-1px;\r\n top:-1px;\r\n z-index:1000;\r\n display:none;\r\n}\r\n.photo-preview .photoPreviewBox:hover .photoPreviewBox-large\r\n{\r\n display:block;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large .galleryLink\r\n{\r\n width: 204px !important;\r\n height: auto;\r\n border: none;\r\n float:none;\r\n margin:0;\r\n padding:0;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large .media-title {\r\n margin-top:5px;\r\n}\r\n.photoPreviewBox-large .media-title {\r\n font-size: 11px;\r\n font-weight: normal;\r\n line-height: 14px;\r\n}\r\n.photoPreviewBox-large .media-info {\r\n margin-top:3px;\r\n}\r\n.photoPreviewBox-large .media-info .media-author {\r\n font-size: 11px;\r\n font-weight: normal;\r\n line-height: 14px;\r\n}\r\n.photoPreviewBox-large .vertical-divider {\r\n margin:0 3px;\r\n}\r\n.album-detail .photoPreviewBox-large .galleryLink .thumbnail-photo {\r\n max-height: 204px;\r\n max-width: 204px !important;\r\n}\r\n.profileVideoPlayer\r\n{\r\n width: 50%;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.profileVideoInfo\r\n{\r\n width: 50%;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n#profileMediaDetailContainer[data-nodeid=\"-1\"] { /*for Video album page*/\r\n padding:0;\r\n}\r\n#profileMediaDetailContainer .toolbar-filter-overlay {\r\n width: 120px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 5px 10px;\r\n}\r\n\r\n#profileMediaDetailContainer .profileVideoInfo {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#profileMediaDetailContainer .entry-field {\r\n width: 98% !important;\r\n}\r\n#profileMediaDetailContainer .view-more-btn {\r\n margin-bottom:17px;\r\n}\r\n.channel-content-widget #profileMediaDetailContainer {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.photoSelectorTabs\r\n{\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.photoSelectorTabs ul,\r\n.photoSelectorTabs li\r\n{\r\n background:#F4F4F4 !important;\r\n -moz-border-radius:0 !important;\r\n -webkit-border-radius:0 !important;\r\n border-radius:0 !important;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li\r\n{\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \' !important;\r\n border-width:0 0 1px 0 !important;\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n font-size:12px;\r\n float:none !important;\r\n width:150px;\r\n height:auto;\r\n min-height:30px;\r\n white-space:normal;\r\n overflow:hidden;\r\n top:0;\r\n}\r\n.photoSelectorTabs li a\r\n{\r\n color: #09161B !important;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0 !important;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0 !important;\r\n width: 100%;\r\n min-height:18px;\r\n line-height:18px;\r\n}\r\n.photoSelectorTabs li a span\r\n{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px !important;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px !important;\r\n display:block;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected,\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-active\r\n{\r\n background: #FFF !important;\r\n border-right-color: transparent !important;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-active a\r\n{\r\n font-weight:bold;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-processing a\r\n{\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_text_color\") . \' !important;\r\n font-weight:normal;\r\n}\r\n.photoSelectorTabs ul\r\n{\r\n width: 150px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 0 !important;\r\n border: 0;\r\n overflow-y:auto;\r\n overflow-x:hidden;\r\n}\r\n.photoSelectorTabs > div.tabPanel {\r\n margin-top: 0;\r\n padding: 0;\r\n width: 401px;\r\n overflow:auto;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries {\r\n margin:0;\r\n padding:0;\r\n width:100%;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.photo-selector-wrapper .checkboxCounter {\r\n margin-bottom:2px;\r\n}\r\n.photoSelectorTabs,\r\n.photoSelectorTabs ul,\r\n.photoSelectorTabs > div.tabPanel,\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries {\r\n height:450px;\r\n}\r\n.photo-selector-wrapper .photo-selector-container {\r\n overflow:hidden;\r\n}\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries .photo-item-wrapper {\r\n cursor:pointer;\r\n height:200px;\r\n -moz-border-radius:0 !important;\r\n -webkit-border-radius:0 !important;\r\n border-radius:0 !important;\r\n}\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries .photo-item-wrapper.selected {\r\n background:#F9F9F9;\r\n}\r\n.photo-selector-wrapper.has-scrollbar .gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"photo_border\") . \';\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item {\r\n position:relative;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .photo-checkbox input {\r\n position:absolute;\r\n margin:0;\r\n top:0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n z-index:2000;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox {\r\n height: 172px;\r\n width: 172px;\r\n padding:14px;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox .thumbnail {\r\n max-height: 172px;\r\n max-width: 172px;\r\n}\r\n\' . \'\' . \'\r\n\r\n/** START human verification */\r\n.humanverify .imageregt {\r\n width: 184px !important;\r\n margin-top:3px;\r\n}\r\n.humanverify {\r\n margin-top:20px;\r\n}\r\n.humanverify .label_column {\r\n margin-bottom:8px;\r\n font-size:14px;\r\n font-weight:bold;\r\n display:block;\r\n}\r\n.humanverify .refresh_imagereg,\r\n.humanverify .progress_imagereg {\r\n vertical-align:bottom;\r\n}\r\n/** END human verification */\r\n\r\n#frmLostpw .action-buttons {\r\n margin:0;\r\n}\r\n#preview-overlay .conversation-list.stream-view {\r\n border: none !important;\r\n}\r\n#preview-overlay .conversation-list.stream-view .list-item {\r\n background: transparent;\r\n}\r\n#preview-overlay .galleryLink {\r\n cursor:default;\r\n}\r\n.site-name {\r\n margin: 5px 0;\r\n}\r\n\r\na.cke_button .cke_button__quote_icon.cke_button_icon,\r\na.cke_button .cke_button__code_icon.cke_button_icon,\r\na.cke_button .cke_button__html_icon.cke_button_icon,\r\na.cke_button .cke_button__php_icon.cke_button_icon,\r\na.cke_button .cke_button__autoload_icon.cke_button_icon {\r\n background-position: center !important;\r\n}\r\n\r\n\' . \'\' . \'\r\n.cke_dialog_ui_html .videoListLink {\r\n color: #000000;\r\n}\r\n\r\n.search-widget .photo-preview,\r\n.search-widget .gallery-details,\r\n.search-widget .photo_result {\r\n margin-top: 2px;\r\n}\r\n.search-widget .photo-preview,\r\n.search-widget .photo_result {\r\n margin-bottom: 2px;\r\n}\r\n.search-widget .widget-content .widget-footer {\r\n margin: 15px 0 0 0;\r\n}\r\n\r\n.view-mode .interconnected-widgets {\r\n margin-bottom:16px !important;\r\n}\r\n.view-mode .interconnected-widgets .canvas-widget-list.section-0 {\r\n width:222px !important;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0 !important;\r\n -moz-border-radius: 0 !important;\r\n -webkit-border-radius: 0 !important;\r\n border-radius: 0 !important;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px !important;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px !important;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:3px !important;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:3px !important;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:3px !important;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:3px !important;\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-widget-list.section-0 {\r\n width:185px !important;\r\n}\r\n.view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n width:100% !important;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 !important;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':222px !important; /* Override l-col__flex-6 padding */\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 !important; /* Override h-margin-left-xl */\r\n -moz-border-radius: 0 !important;\r\n -webkit-border-radius: 0 !important;\r\n border-radius: 0 !important;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px !important;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px !important;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:3px !important;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:3px !important;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:3px !important;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:3px !important;\r\n display: table-cell; /* get the border to wrap around the widgets the column holds */\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':185px !important; /* Override l-col__flex-6 padding */\r\n}\r\n.view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_border\") . \' !important;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel {\r\n padding-bottom:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel .avatar {\r\n border:0;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .avatar {\r\n width: 16px;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .channel-info a {\r\n position:relative;\r\n top:-3px;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .avatar .forum-icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -4px -208px;\r\n display: inline-block;\r\n height: 15px;\r\n width: 16px;\r\n}\r\n.onlineuserlist .avatar {\r\n margin-bottom:10px;\r\n}\r\n.forum_disabled {\r\n color: red;\r\n font-size: 14px;\r\n margin: 0 20px 15px;\r\n}\r\n.group-topic-widget .conversation-list {\r\n border-top: 0;\r\n}\r\ndiv.error-msg-box {\r\n margin-bottom: 8px;\r\n}\r\n.inlinemod-auth-form .login-fields label {\r\n width:10%;\r\n white-space:nowrap;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.inlinemod-auth-form .login-fields label + div {\r\n width:90%;\r\n}\r\n.inlinemod-auth-form .login-fields .textbox {\r\n width: 100%;\r\n height: 26px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n/* Make tables in posts look like tables in WYSIWYG */\r\ndiv.text_table_ table {\r\n margin-bottom:0;\r\n}\r\n\r\n/* Post History */\r\n.post-history-comparison-body li {\r\n padding:5px;\r\n}\r\n\r\n.post-history-comparison-body li.add {\r\n background-color:\' . vB_Template_Runtime::fetchStylevar(\"diff_add_background.backgroundColor\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"diff_add_color\") . \';\r\n}\r\n\r\n.post-history-comparison-body li.remove {\r\n background-color:\' . vB_Template_Runtime::fetchStylevar(\"diff_remove_background.backgroundColor\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"diff_remove_color\") . \';\r\n}\r\n\r\n.post-history-comparison-body li div.add,\r\n#comparelist li div.remove {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n\r\n.post-history-comparison-body li blockquote {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n\r\n.pagenav .button {\r\n height: 24px;\r\n min-width: 24px;\r\n padding: 1px 4px 0px 4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;\r\n}\r\n.pagenav-container {\r\n height: 24px;\r\n margin-bottom: 15px;\r\n}\r\n.post-edit .post-history {\r\n cursor:pointer;\r\n}\';','<vb:comment>/* NOTE: Some common CSS rules were taken out of css_global.css template and moved to css_reset.css, css_unreset.css and css_utilities.css */</vb:comment>\r\n.warning .text {\r\n padding:5px;\r\n}\r\n.ellipsis br,\r\n.ellipsis hr {\r\n display:none;\r\n}\r\n.ellipsis.multiline {\r\n white-space: normal;\r\n}\r\n.ellipsis .bbcode_container {\r\n display:none;\r\n}\r\n.ellipsis .bbcode_container:first-child {\r\n display:inline;\r\n float:{vb:stylevar left};\r\n width:100%;\r\n}\r\n.ellipsis .bbcode_container:first-child,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_description,\r\n.ellipsis .bbcode_container > .bbcode_code,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .bbcode_postedby,\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .message {\r\n display:inline;\r\n white-space:nowrap;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_quote > .quote_container > .message {\r\n margin-{vb:stylevar left}:8px;\r\n}\r\n.ellipsis .bbcode_container > .bbcode_quote {\r\n margin-bottom:0;\r\n}\r\n.ellipsis.restore li,\r\n.ellipsis.restore * + ul,\r\n.ellipsis.restore * + ol,\r\n.ellipsis.restore .text_table_ {\r\n display:none;\r\n}\r\n.ellipsis.restore > .text_table_ {\r\n display:block;\r\n}\r\n<vb:comment> <div align=\"xxxx\"> may be produced by ckeditor or by copy-pasted rich text</vb:comment>\r\n.ellipsis.restore div[align] {\r\n display: inline-block;\r\n}\r\n.ellipsis.restore ol > li:first-child,\r\n.ellipsis.restore ul > li:first-child {\r\n display:list-item;\r\n}\r\n.ellipsis.restore ol,\r\n.ellipsis.restore ul,\r\n.ellipsis.restore table {\r\n margin-bottom: 0;\r\n margin-top: 0;\r\n}\r\n.see-more {\r\n font-size: 10px;\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n}\r\n.scrolltofixed {\r\n {vb:stylevar left}:0;\r\n {vb:stylevar right}:auto;\r\n width:100%;\r\n position:fixed !important;\r\n z-index:100 !important;\r\n}\r\n.scrolltofixed.scrolltofixed-top {\r\n top:0;\r\n}\r\n.scrolltofixed.scrolltofixed-bottom {\r\n bottom:0;\r\n}\r\n.ie7 .table.center-vertical .td .td-content-wrapper,\r\n.ie7 .table .td.center-vertical .td-content-wrapper\r\n{\r\n position:relative !important;\r\n top:-50% !important;\r\n}\r\n#vb-page-body .body-text {\r\n font-size:13px;\r\n}\r\n\r\n<vb:comment>\r\n/**************************************************************************\r\n * Canvas Layout and Widgets\r\n **************************************************************************/\r\n\r\n\r\n\r\n\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget {\r\n*/\r\n</vb:comment>\r\n.canvas-layout-container .canvas-widget {\r\n border: {vb:stylevar module_content_border};\r\n background: {vb:stylevar module_content_background};\r\n padding:15px;\r\n margin:0 0 16px 0;\r\n float:{vb:stylevar left};\r\n width:100%;\r\n position:relative;\r\n min-height:24px;\r\n height:auto;\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget.conversation-content-widget,\r\n.canvas-layout-container .canvas-widget.channel-content-widget {\r\n*/\r\n</vb:comment>\r\n.conversation-content-widget,\r\n.channel-content-widget {\r\n background: {vb:stylevar primary_module_background};\r\n}\r\n\r\n<vb:comment>\r\n/********************************************************************\r\n * Widget Header\r\n ********************************************************************/\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget .widget-header {\r\n*/\r\n</vb:comment>\r\n.canvas-layout-container .widget-header {\r\n /*border-bottom: 2px dashed green;*/ /* REMOVE */\r\n height:auto;\r\n min-height:28px;\r\n line-height:20px;\r\n margin:-15px;\r\n margin-bottom:0;\r\n position:relative;\r\n background:{vb:stylevar module_header_background};\r\n}\r\n.widget-header-divider {\r\n border: none;\r\n border-width: 0;\r\n border-top: {vb:stylevar module_header_border};\r\n margin: 0 0 15px 0;\r\n}\r\n<vb:comment>\r\n/***************************************************************************\r\n * View Mode: What is it?\r\n *\r\n * Per Glenn, the .view-mode class is used to prevent rules on generic widget\r\n * items from being applied when in .edit-mode. So the rules below applied in\r\n * .view-mode will only have an effect on the widget in its normal state, and\r\n * will not cascade to both states.\r\n ***************************************************************************/\r\n\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-header {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-no-border > .widget-header {\r\n background: {vb:stylevar primary_module_header_background};\r\n color: {vb:stylevar primary_module_header_text_color};\r\n border: 0;\r\n margin: 0;\r\n min-height: 0;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-content {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-no-border > .widget-content {\r\n padding:0;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-header > .widget-header {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-no-header > .widget-header {\r\n display: none;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-border {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-no-border {\r\n width:100% !important;\r\n border: 0px none;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n padding: 0;\r\n margin-top: 0;\r\n margin-{vb:stylevar right}: 0;\r\n margin-{vb:stylevar left}: 0;\r\n background: {vb:stylevar primary_module_background};\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget.collapsed .widget-header {\r\n*/\r\n</vb:comment>\r\n.collapsed .widget-header {\r\n /*border-bottom: 0;*/\r\n margin-top: -11px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/****************************************************************\r\n * Widget Content\r\n ****************************************************************/\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget .widget-content {\r\n*/\r\n</vb:comment>\r\n.widget-content {\r\n float:{vb:stylevar left};\r\n margin:0;\r\n padding:0;\r\n width:100%;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/****************************************************************************\r\n * Widget Header Outside\r\n ***************************************************************************/\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-header-outside {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-header-outside {\r\n margin-top: 25px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-header {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-header-outside .widget-header {\r\n position: relative;\r\n margin-top: -65px;\r\n margin-{vb:stylevar left}: -32px;\r\n border-bottom: 0;\r\n background:transparent;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction\r\n.view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-content {\r\n*/\r\n</vb:comment>\r\n.view-mode .widget-header-outside .widget-content {\r\n padding-top: 0;\r\n}\r\n\r\n.channel-content-widget .channel-controls {\r\n padding: 0 0 16px;\r\n}\r\n<vb:comment>\r\n\r\n/**\r\n * Follow / Unfollow Buttons\r\n **/\r\n</vb:comment>\r\n.button.follow-btn .button-icon,\r\n.button.follow_button .button-icon {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -240px -80px;\r\n}\r\n.button.follow-btn.isSubscribed .button-icon,\r\n.button.follow_button.subscribed_button .button-icon {\r\n background-position:-256px -96px;\r\n}\r\n.button.unfollow-btn .button-icon,\r\n.button.unsubscribe_button .button-icon {\r\n width:0;\r\n height:0;\r\n}\r\n.button.follow-btn.subscribe_pending .button-icon,\r\n.button.follow_button.subscribe_pending .button-icon {\r\n display:none;\r\n}\r\n.button.share-btn .button-icon {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -256px -80px;\r\n width:14px;\r\n height:9px;\r\n}\r\n.conversation-starter .bubble-flyout u {\r\n border-{vb:stylevar right}-color:{vb:stylevar thread_starter_background.backgroundColor};\r\n}\r\n<vb:comment>\r\n\r\n/***************************************************************************\r\n * Search Container\r\n **************************************************************************/\r\n\r\n</vb:comment>\r\n.search-container {\r\n margin:17px 0 14px;\r\n}\r\n#header .toolbar .search-container {\r\n margin-top:0;\r\n margin-{vb:stylevar right}:0;\r\n margin-bottom:0;\r\n}\r\n.search-container .search-box {\r\n position:relative;\r\n}\r\n.search-container .search-box .search-term {\r\n height:18px;\r\n border-color:#1C1C21;\r\n padding-{vb:stylevar left}:5px;\r\n padding-{vb:stylevar right}:26px;\r\n padding-top:3px;\r\n padding-bottom:3px;\r\n margin:0;\r\n width:168px;\r\n color: {vb:stylevar header_search_input_text_color};\r\n background:#F0F1F2;\r\n line-height:16px;\r\n outline:none;\r\n vertical-align: middle;\r\n}\r\n#header .search-container .search-box .search-term {\r\n -webkit-box-shadow: inset {vb:stylevar pos}1px 1px 1px 0px #E0E0E0;\r\n -moz-box-shadow: inset {vb:stylevar pos}1px 1px 1px 0px #E0E0E0;\r\n box-shadow: inset {vb:stylevar pos}1px 1px 1px 0px #E0E0E0;\r\n background: {vb:stylevar header_search_input_background};\r\n border-top: {vb:stylevar header_search_input_border};\r\n border-{vb:stylevar left}: {vb:stylevar header_search_input_border};\r\n border-bottom: {vb:stylevar header_search_input_border};\r\n border-{vb:stylevar right}: 0;\r\n -moz-border-top-{vb:stylevar right}-radius:0;\r\n -webkit-border-top-{vb:stylevar right}-radius:0;\r\n border-top-{vb:stylevar right}-radius:0;\r\n -moz-border-bottom-{vb:stylevar right}-radius:0;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:0;\r\n border-bottom-{vb:stylevar right}-radius:0;\r\n}\r\n#header .search-container .search-box .search-term.placeholder {\r\n color: {vb:stylevar header_search_placeholder_text_color} !important;\r\n}\r\n#header .search-container .search-box .search-term::-webkit-input-placeholder {\r\n color: {vb:stylevar header_search_placeholder_text_color} !important;\r\n}\r\n#header .search-container .search-box .search-term:-moz-placeholder {\r\n color: {vb:stylevar header_search_placeholder_text_color} !important;\r\n}\r\n.search-container .search-box .search-btn {\r\n height:27px;\r\n vertical-align: middle;\r\n}\r\n\r\n<vb:comment>responsive:css:changed top 1px to 5px</vb:comment>\r\n.search-container .search-box.search-btn-inside-box .search-btn {\r\n position:absolute;\r\n top:5px;\r\n {vb:stylevar right}:4px;\r\n background: #212A33 url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -700px;\r\n height: 26px;\r\n width: 27px;\r\n padding: 0;\r\n border: 0;\r\n cursor:pointer;\r\n -moz-border-radius: 1px;\r\n -moz-border-radius-top{vb:stylevar left}: 0;\r\n -moz-border-radius-bottom{vb:stylevar left}: 0;\r\n -webkit-border-radius: 1px;\r\n -webkit-border-top-{vb:stylevar left}-radius: 0;\r\n -webkit-border-bottom-{vb:stylevar left}-radius: 0;\r\n border-radius: 1px;\r\n border-top-{vb:stylevar left}-radius: 0;\r\n border-bottom-{vb:stylevar left}-radius: 0;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .search-btn {\r\n background: {vb:stylevar button_secondary_background};\r\n border: {vb:stylevar header_search_input_border};\r\n -moz-border-radius: 3px;\r\n -moz-border-radius-top{vb:stylevar left}: 0;\r\n -moz-border-radius-bottom{vb:stylevar left}: 0;\r\n -webkit-border-radius: 3px;\r\n -webkit-border-top-{vb:stylevar left}-radius: 0;\r\n -webkit-border-bottom-{vb:stylevar left}-radius: 0;\r\n border-radius: 3px;\r\n border-top-{vb:stylevar left}-radius: 0;\r\n border-bottom-{vb:stylevar left}-radius: 0;\r\n position: relative;\r\n top: 0px;\r\n width:28px;\r\n padding:4px 0px 0px 2px;\r\n display: inline-block;\r\n line-height: normal;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .vertical-divider-left {\r\n border:0;\r\n border-{vb:stylevar right}: 1px solid #BDBDBD;\r\n display: inline-block;\r\n height: 16px;\r\n top: 7px;\r\n width: 0;\r\n position: absolute;\r\n {vb:stylevar right}: 52px;\r\n}\r\n#header .search-container .search-box.search-btn-inside-box .vertical-divider-right {\r\n border:0;\r\n border-{vb:stylevar right}: 1px solid #BDBDBD;\r\n display: inline-block;\r\n height: 25px;\r\n position: absolute;\r\n {vb:stylevar right}: 28px;\r\n margin-top: 1px;\r\n width: 0;\r\n}\r\n.search-container .adv-search-btn {\r\n margin-{vb:stylevar left}:0px;\r\n}\r\n#header .search-container .adv-search-btn {\r\n margin-{vb:stylevar left}: 0px;\r\n}\r\n.search-container .searchPopupBody label {\r\n display: block;\r\n line-height:20px;\r\n word-wrap:break-word;\r\n}\r\n.search-container .searchPopupBody label input,\r\n.search-container .searchPopupBody label .vb-icon.vb-icon-adv-search {\r\n vertical-align:middle;\r\n margin-bottom:4px;\r\n margin-{vb:stylevar right}:5px;\r\n margin-{vb:stylevar left}:0;\r\n margin-top:3px;\r\n}\r\n.search-container .searchPopupBody a {\r\n margin-{vb:stylevar left}: 24px;\r\n line-height:18px;\r\n}\r\n.ie8 .search-container .searchPopupBody a {\r\n margin-{vb:stylevar left}: 30px;\r\n line-height:24px;\r\n}\r\n<vb:comment>\r\n\r\n/**\r\n * End of Search Container\r\n **/\r\n\r\n</vb:comment>\r\n\r\n\r\n\r\n/* chrome hack for 1 pixel search box/button fix */\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n #q{height:18px !important;}\r\n}\r\n\r\n.popupControl{\r\n cursor: pointer;\r\n display: inline-block;\r\n}\r\n.popupContent{\r\n position: absolute;\r\n width:99%;\r\n z-index:100;\r\n border:1px solid #1C1C21;\r\n display:none;\r\n top:26px;\r\n {vb:stylevar right}:0;\r\n background:#F0F1F2;\r\n color: {vb:stylevar form_dropdown_text_color};\r\n font-size: 11px;\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.search-container #searchPopupControl,\r\n.search-result-header .PopupControl{\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n}\r\n.search-container #searchPopupControl{\r\n {vb:stylevar right}: 35px;\r\n position: absolute;\r\n top: 3px;\r\n width:20px;\r\n}\r\n.search-result-header .PopupControl{\r\n height: 12px;\r\n margin-{vb:stylevar left}: 3px;\r\n}\r\n.vb-icon-arrow-down-small {\r\n display: block;\r\n margin-{vb:stylevar left}: 9px;\r\n margin-top: 10px;\r\n}\r\n.search-result-header .vb-icon-arrow-down-small {\r\n margin-{vb:stylevar left}: 5px;\r\n margin-top: 5px;\r\n}\r\n.search-container #searchPopupContent,\r\n.search-result-header .PopupContent{\r\n position: absolute;\r\n width:97.5%;\r\n z-index:100;\r\n border:1px solid #BDBDBD;\r\n display:none;\r\n top:26px;\r\n {vb:stylevar left}:0;\r\n background:#F1F1F1;\r\n color: #1B1B1B;\r\n font-size: 11px;\r\n}\r\n.search-result-header .PopupContent{\r\n position: absolute;\r\n width:auto;\r\n min-width:188px;\r\n z-index:100;\r\n display:none;\r\n top:18px;\r\n padding:10px;\r\n {vb:stylevar left}:0px;\r\n border: {vb:stylevar popup_border};\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n -moz-border-radius-top{vb:stylevar left}: 0;\r\n -webkit-border-top-{vb:stylevar left}-radius: 0;\r\n border-top-{vb:stylevar left}-radius: 0;\r\n}\r\n.search-result-header .search-controls-members .PopupContent,\r\n.search-result-header .search-controls-tags .PopupContent {\r\n width:230px;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody .button {\r\n min-width:0;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody label input[type=checkbox] {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 8px;\r\n vertical-align: middle;\r\n}\r\n.search-result-header .PopupContent .searchPopupBody label span {\r\n display: inline-block;\r\n height: 19px;\r\n line-height: 21px;\r\n vertical-align: middle;\r\n}\r\n.search-container .searchPopupBody,\r\n.search-result-header .PopupBody{\r\n padding:6px 7px;\r\n}\r\n.searchPopupBody .searchFields_keywords {\r\n width:150px;\r\n padding-{vb:stylevar right}: 28px;\r\n}\r\n.searchPopupBody .searchFields_keywords + .search-btn {\r\n background:transparent;\r\n border:0;\r\n position:relative;\r\n {vb:stylevar left}:0;\r\n top:-26px;\r\n margin:0;\r\n padding:0 6px;\r\n}\r\n.search-controls-keywords .searchPopupBody > label,\r\n.search-controls-members .searchPopupBody > label {\r\n margin-top: 5px;\r\n}\r\n.search-result-header .resultPopupControl{\r\n background: #EEE;\r\n padding: 2px 7px;\r\n display:inline-block;\r\n height:17px;\r\n line-height:17px;\r\n cursor: pointer;\r\n margin-{vb:stylevar right}:6px;\r\n font-weight:bold;\r\n border: {vb:stylevar popup_border};\r\n color:{vb:stylevar body_text_color};\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.search-controls .search-control-popup {\r\n margin-{vb:stylevar left}:15px;\r\n position: relative;\r\n color: #555555;\r\n display:inline;\r\n}\r\n.search-controls .search-control-popup:first-child {\r\n margin-{vb:stylevar left}:0px;\r\n}\r\n#searchPopupContent .searchPopupFooter{\r\n text-align: {vb:stylevar right};\r\n background: #F2F2F2;\r\n}\r\n.search-result-header .resultPopupControl.open {\r\n border-bottom: 0;\r\n height: 18px;\r\n position: relative;\r\n z-index: 101;\r\n}\r\n.PopupContent .searchKeywords{\r\n width:210px;\r\n}\r\n\r\n<vb:comment>responsive:css:removed min-width of 960px</vb:comment>\r\n#wrapper {\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n background:{vb:stylevar wrapper_background};\r\n}\r\n#header {\r\n background: {vb:stylevar header_background};\r\n color: {vb:stylevar header_text_color};\r\n width:100%;\r\n height:104px;\r\n display:table;\r\n clear: both;\r\n}\r\n#header .header-cell {\r\n display:table-cell;\r\n vertical-align:middle;\r\n min-width:350px;\r\n width:30%;\r\n}\r\n#header .site-logo {\r\n padding: 22px 10px 26px;\r\n background:transparent;\r\n min-width:90px;\r\n max-width:320px;\r\n position:relative;\r\n text-align:{vb:stylevar left};\r\n}\r\n#header .site-logo img {\r\n height:auto;\r\n width:auto;\r\n max-width:320px;\r\n}\r\n#header .toolbar {\r\n display: table-cell;\r\n vertical-align: middle;\r\n width: 70%;\r\n padding-{vb:stylevar right}:10px;\r\n}\r\n#header .toolbar > ul li {\r\n margin-{vb:stylevar left}:10px;\r\n line-height:27px;\r\n height:27px;\r\n float:{vb:stylevar left};\r\n}\r\n#header .toolbar > ul li a {\r\n font-weight:bold;\r\n}\r\n\r\n<vb:comment>/* Notifications Count */</vb:comment>\r\n.notifications-count {\r\n display:inline-block;\r\n background: #D31F1F url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1000px;\r\n color: #FFF;\r\n font: bold 9px/18px Arial,sans-serif;\r\n min-width: 10px;\r\n height: 18px;\r\n margin-{vb:stylevar left}: 6px;\r\n text-align: center;\r\n padding: 0 4px;\r\n position:relative;\r\n top:-1px;\r\n border: 1px solid #962222;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.edit-switch-container {\r\n line-height: 27px;\r\n margin-{vb:stylevar left}: 5px;\r\n}\r\n.edit-switch-container .switch-control {\r\n margin-top:4px;\r\n}\r\n/* start login popup */\r\n#main-navbar .username-container {\r\n position: relative;\r\n z-index:100;\r\n cursor:pointer;\r\n}\r\n#main-navbar .username-container.h-disabled {\r\n cursor: default;\r\n}\r\n#main-navbar .username-container,\r\n#main-navbar .notifications-container {\r\n height: 28px !important;\r\n}\r\n#main-navbar > ul > li {\r\n line-height: 27px;\r\n}\r\n.ie9 #main-navbar > ul > li {\r\n line-height: 28px;\r\n}\r\n#lnkUsernameMenu,\r\n#lnkLoginSignupMenu {\r\n display: inline-block;\r\n font-size: 12px;\r\n height: 100%;\r\n padding-{vb:stylevar right}:10px;\r\n padding-{vb:stylevar left}:10px;\r\n font-weight: bold;\r\n outline:none;\r\n}\r\n.username-container.username-container-active #lnkUsernameMenu,\r\n.username-container.username-container-active #lnkLoginSignupMenu {\r\n color: #FFF;\r\n}\r\n#lnkUsernameMenu {\r\n border: 0;\r\n margin-{vb:stylevar right}:3px;\r\n padding-{vb:stylevar right}:0;\r\n color: {vb:stylevar main_nav_admin_bar_text_color};\r\n width: auto;\r\n}\r\n#lnkUsernameMenu img {\r\n background: transparent;\r\n display: inline-block;\r\n margin-top: 4px;\r\n border: 1px solid #CECECE;\r\n}\r\n#lnkUsernameMenu .label {\r\n display: inline-block;\r\n margin-{vb:stylevar left}: 10px;\r\n}\r\n#main-navbar .username-container .dropdown-icon {\r\n display: inline-block;\r\n height: 100%;\r\n width: 7px;\r\n padding-{vb:stylevar right}:10px;\r\n position:relative;\r\n}\r\n<vb:comment></vb:comment>\r\n.username-container .vb-icon-username-toggle {\r\n position: absolute;\r\n {vb:stylevar left}: auto;\r\n top: 50%;\r\n margin-top: -2px;\r\n}\r\n.username-container-active .vb-icon-username-toggle {\r\n margin-top:-3px;\r\n}\r\n#main-navbar .username-container.username-container-active {\r\n background: #878F93 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -900px;\r\n}\r\n#main-navbar .username-container > ul {\r\n display: none;\r\n position: absolute;\r\n top: 28px;\r\n {vb:stylevar right}: 0;\r\n background: #F1F1F1;\r\n z-index: 1100;\r\n color: inherit;\r\n width:auto;\r\n min-width:99%;\r\n border:1px solid #B1B1B1;\r\n border-top:0;\r\n}\r\n#lnkLoginSignupMenu + ul > li {\r\n height:auto;\r\n}\r\n#idLoginIframeContainer {\r\n height:150px;\r\n min-height: 150px;\r\n min-width: 300px;\r\n}\r\n.externalLoginEnabled #idLoginIframeContainer {\r\n border-bottom:1px solid #C6C7C7;\r\n}\r\n\r\n<vb:comment>/* External Login Providers */</vb:comment>\r\n#externalLoginProviders {\r\n display: none;\r\n padding:0 15px;\r\n height: 33px;\r\n line-height: 33px;\r\n background: #E0E0E0;\r\n border-top: 1px solid #FFF;\r\n float:none;\r\n clear:both;\r\n}\r\n.externalLoginEnabled > #externalLoginProviders {\r\n display: block;\r\n}\r\n\r\n#externalLoginProviders .vb-icon {\r\n display:inline-block;\r\n width:24px;\r\n height:24px;\r\n text-indent:-99999px;\r\n margin-top:5px;\r\n margin-{vb:stylevar left}:5px;\r\n overflow:hidden;\r\n padding:0;\r\n}\r\n#externalLoginProviders > .instructions {\r\n display:inline-block;\r\n vertical-align:top;\r\n}\r\n#main-navbar .username-container ul.submenu li {\r\n float: none;\r\n white-space: nowrap;\r\n border-top:1px solid #FFF;\r\n border-bottom:1px solid #C6C7C7;\r\n line-height:30px;\r\n}\r\n#main-navbar .username-container ul.submenu li.last-item { /*For IE 8\'s sake*/\r\n border-bottom:0;\r\n}\r\n#main-navbar .username-container ul.submenu li:hover {\r\n background:#C6C7C7;\r\n}\r\n#main-navbar .username-container ul.submenu li:first-child {\r\n border-top:0;\r\n}\r\n#main-navbar .username-container ul.submenu li a {\r\n color:#1B1B1B;\r\n font-weight:normal;\r\n display:block;\r\n outline:none;\r\n line-height:30px;\r\n}\r\n#main-navbar .username-container ul.submenu li a span.title {\r\n display: table-cell;\r\n padding-{vb:stylevar right}: 10px;\r\n width: 99%;\r\n vertical-align:middle;\r\n cursor:pointer;\r\n}\r\n#main-navbar .username-container ul.submenu li a span.count {\r\n display: table-cell;\r\n color:#007ED6;\r\n font-weight:bold;\r\n width: 1%;\r\n vertical-align:middle;\r\n}\r\n\r\n#externalLoginProviders {\r\n color:#1B1B1B;\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n#externalLoginProviders img {\r\n vertical-align: middle;\r\n}\r\n/* end login popup */\r\n\r\n#channel-tabbar {\r\n background: {vb:stylevar header_tabbar_background};\r\n width:100%;\r\n border-bottom: {vb:stylevar header_tabbar_border};\r\n height: 35px;\r\n text-transform: uppercase;\r\n}\r\n\r\n<vb:comment>/*Hide mobile menu by default*/</vb:comment>\r\n#mobile-main-menu {\r\n display: none;\r\n}\r\n\r\n#channel-tabbar ul {\r\n}\r\n#channel-tabbar ul li {\r\n background: {vb:stylevar header_tab_background};\r\n float: {vb:stylevar left};\r\n height: 35px;\r\n line-height: 36px;\r\n}\r\n#channel-tabbar ul li a {\r\n display:block;\r\n padding:0 17px;\r\n font-size:14px;\r\n color: {vb:stylevar header_tab_text_color};\r\n font-weight: bold;\r\n height:35px;\r\n}\r\n#channel-tabbar ul li a:hover {\r\n background: {vb:stylevar header_tab_background_hover};\r\n color: {vb:stylevar header_tab_text_color_hover};\r\n -moz-border-radius:1px 1px 0 0;\r\n -webkit-border-radius:1px 1px 0 0;\r\n border-radius:1px 1px 0 0;\r\n}\r\n#channel-tabbar ul li.current a,\r\n#channel-tabbar ul li.current a:hover,\r\n.edit-mode #channel-tabbar ul li.current a:hover {\r\n background: {vb:stylevar header_tab_background_active};\r\n color: {vb:stylevar header_tab_text_color_active};\r\n border-top: {vb:stylevar header_tab_border_active};\r\n border-width:1px 0 0;\r\n -moz-border-radius:1px 1px 0 0;\r\n -webkit-border-radius:1px 1px 0 0;\r\n border-radius:1px 1px 0 0;\r\n}\r\n#channel-tabbar #tabbar-extra li {\r\n background: transparent;\r\n}\r\n#channel-tabbar #tabbar-extra li a {\r\n background: #CADAA9;\r\n color: #688037;\r\n border: 2px solid #688037;\r\n line-height: 20px;\r\n font-size: 13px;\r\n padding: 0 10px;\r\n margin: 7px 0 0 10px;\r\n border-radius: 11px;\r\n -moz-border-radius: 11px;\r\n -webkit-border-radius: 11px;\r\n}\r\n#channel-subtabbar {\r\n background: {vb:stylevar header_subtabbar_background};\r\n width:100%;\r\n border-bottom: {vb:stylevar header_subtabbar_border};\r\n height: 29px;\r\n}\r\n#channel-subtabbar ul li {\r\n background: transparent;\r\n float: {vb:stylevar left};\r\n height: 29px;\r\n line-height: 29px;\r\n margin: 0;\r\n margin-{vb:stylevar left}: 20px;\r\n}\r\n#channel-subtabbar ul li a {\r\n display:block;\r\n font-size:12px;\r\n color: {vb:stylevar header_subtabbar_text_color};\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n}\r\n#channel-subtabbar ul li a:hover {\r\n color: {vb:stylevar header_subtabbar_text_color_hover};\r\n}\r\n#footer-tabbar {\r\n background:{vb:stylevar footer_background};\r\n border-top: 1px solid {vb:stylevar footer_list_item_divider_color};\r\n height: 47px;\r\n -moz-border-radius:0 0 3px 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n}\r\n#footer-tabbar ul li {\r\n float: {vb:stylevar left};\r\n height:47px;\r\n line-height: 47px;\r\n}\r\n#footer-tabbar ul.chooser-list li {\r\n line-height: 43px;\r\n}\r\n.ie9 #footer-tabbar ul.chooser-list li {\r\n line-height: 45px;\r\n}\r\n#footer-tabbar .chooser-list .custom-dropdown {\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n<vb:comment>\r\nRemove filter to avoid IE9 border-radius and background gradient bleeding bug.\r\nThis occurs in all custom dropdowns but only noticeable when dropdown is in a container with a dark background color or image (e.g. footer)\r\nSo let\'s just remove the filter in the custom dropdowns in the footer.\r\n</vb:comment>\r\n.ie9 #footer-tabbar .chooser-list .custom-dropdown {\r\n filter:none;\r\n}\r\n#footer-tabbar ul.nav-list {\r\n margin-{vb:stylevar right}: 20px;\r\n}\r\n#footer-tabbar ul.nav-list li a {\r\n font:{vb:stylevar footer_font_style};\r\n color: {vb:stylevar footer_list_item_color};\r\n margin-{vb:stylevar left}: 10px;\r\n padding-{vb:stylevar left}: 10px;\r\n border-{vb:stylevar left}: 1px solid {vb:stylevar footer_list_item_divider_color};\r\n text-decoration:none;\r\n text-transform: uppercase;\r\n}\r\n#footer-tabbar ul.nav-list li:first-child a {\r\n border-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n#footer-tabbar ul.nav-list li a:hover,\r\n#footer-tabbar ul.nav-list li a:active {\r\n text-decoration:underline;\r\n}\r\n#footer-tabbar ul.chooser-list {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n#footer-tabbar ul.chooser-list > li {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n#footer-tabbar ul.chooser-list > li:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n#footer-copyright{\r\n max-width:1200px;\r\n min-width:320px;\r\n width:100%;\r\n margin:auto;\r\n text-align:{vb:stylevar right};\r\n margin-top:12px;\r\n color:{vb:stylevar footer_copyright_text_color};\r\n font:{vb:stylevar footer_font_style};\r\n}\r\n#footer-vb-copyright,\r\n#footer-user-copyright {\r\n padding-{vb:stylevar right}:10px;\r\n}\r\n#content {\r\n padding: 10px 20px 0;\r\n}\r\n#breadcrumbs + #content,\r\n#breadcrumbs + .notices.h-hide + #content {\r\n padding-top:0;\r\n}\r\n#breadcrumbs + .notices + #content .forum-off {\r\n margin-top:-10px;\r\n}\r\n#breadcrumbs + .notices.h-hide + #content .forum-off {\r\n margin-top:10px;\r\n}\r\n.canvas-widget .widget-content .error {\r\n margin-bottom: 20px;\r\n}\r\n<vb:comment>/* AD CSS START*/</vb:comment>\r\n.header-edit-box {\r\n background: {vb:stylevar body_background};\r\n text-align:center;\r\n}\r\n#header-axd {\r\n height:auto;\r\n position:relative;\r\n}\r\n#header-axd.axdnum_1 .axd-container_header2 {\r\n display: none;\r\n}\r\n#header-axd.axdnum_2 .axd-container {\r\n width: 50%;\r\n float: {vb:stylevar left};\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n#header-axd.axdnum_2 .axd-container_header2 {\r\n display: block;\r\n}\r\n.axd_first-post, .axd_last-post {\r\n float: {vb:stylevar right};\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.axd-widget {\r\n*/\r\n</vb:comment>\r\n.view-mode .axd-widget {\r\n border: none;\r\n padding: 0;\r\n}\r\n/* AD CSS End */\r\n\r\n\r\n<vb:comment>\r\n\r\n/****************************************************************************\r\n * Breadcrumbs\r\n ***************************************************************************/\r\n\r\n</vb:comment>\r\n\r\n#breadcrumbs {\r\n margin: 12px 20px 20px;\r\n font:11px Arial,sans-serif;\r\n}\r\n#breadcrumbs .crumb {\r\n float: {vb:stylevar left};\r\n padding: 0;\r\n color:#9E9D9D;\r\n}\r\n\r\n#breadcrumbs .separator {\r\n float: {vb:stylevar left};\r\n height: 7px;\r\n margin: 5px 6px 4px;\r\n width: 5px;\r\n background-position:-368px -112px;\r\n}\r\n#breadcrumbs .crumb-link {\r\n color:#2A2E35;\r\n}\r\n#breadcrumbs .crumb.ellipsis {\r\n max-width:300px;\r\n}\r\n<vb:comment>\r\n/**\r\n * End of Breadcrumbs\r\n **/\r\n</vb:comment>\r\n\r\n\r\n\r\n/* tag editor */\r\n.add-tag-link {\r\n font-weight:bold;\r\n /*display:none;*/\r\n}\r\n.tag-editor-container.content-entry-box {\r\n margin-bottom:0;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .autocomplete-container .autocomplete-box .autocomplete {\r\n line-height: 19px;\r\n}\r\n.tag-editor-container .add-tags-text {\r\n margin-bottom:10px;\r\n}\r\n.tag-editor-container .tag-cloud-text {\r\n margin-bottom:15px;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-input {\r\n visibility:hidden;\r\n display:block;\r\n float:none;\r\n}\r\n.tag-editor-container .autocomplete-container .tag-input {\r\n visibility:visible;\r\n display:inline;\r\n}\r\n.tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud-text {\r\n margin-top:10px;\r\n margin-bottom:0;\r\n}\r\n.searchPopupBody .tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud-text {\r\n margin-bottom:8px;\r\n}\r\n.searchPopupBody .tag-editor-wrapper.inline-tag-editor .tag-editor-container .tag-cloud {\r\n margin-bottom:10px;\r\n}\r\n.ui-tooltip-popular-tags {\r\n font:inherit;\r\n}\r\n.tag-cloud {\r\n line-height:20px;\r\n color: #556065;\r\n}\r\n.tag-cloud .tagcloudlink.added {\r\n color:#FF0000;\r\n text-decoration:line-through;\r\n}\r\n.tag-cloud .tagcloudlink.added label {\r\n cursor:default;\r\n}\r\n.tag-cloud .tagcloudlink span {\r\n color:{vb:stylevar form_dropdown_text_color};\r\n}\r\n.tag-editor-dialog-container .section-divider {\r\n margin:20px 0;\r\n}\r\n.autocomplete-container {\r\n border: 1px solid #C0C0C0;\r\n background: #FFF;\r\n cursor: text;\r\n min-height:40px !important;\r\n height:auto !important;\r\n color:{vb:stylevar form_dropdown_text_color} !important;\r\n padding:8px !important;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.autocomplete-container .autocomplete-box {\r\n float:{vb:stylevar left};\r\n}\r\n.tag-box,\r\n.autocomplete-box{\r\n display: none;\r\n}\r\n.tag-box.search-controls-tags {\r\n display:inline;\r\n}\r\n.tag-box .tag,\r\n.autocomplete-box .autocomplete,\r\n.search-control-popup .removable-element {\r\n margin: 0 5px 0 1px;\r\n position: relative;\r\n padding-{vb:stylevar right}: 17px;\r\n /* white-space: nowrap; */\r\n float: {vb:stylevar left};\r\n height:18px;\r\n line-height:18px;\r\n}\r\n.search-control-popup .removable-element {\r\n float:none;\r\n display:inline-block;\r\n}\r\n.search-controls-tags .tag-list {\r\n margin-bottom:10px;\r\n}\r\n.tag-box .tag .tag-text,\r\n.autocomplete-box .autocomplete .element-text {\r\n width: auto !important;\r\n}\r\n<vb:comment>\r\n/* Selector reduction\r\n.tag-box .tag .tag-x,\r\n.autocomplete-box .autocomplete .element-x,\r\n.removable-element .element-x {\r\n*/\r\n</vb:comment>\r\n.autocomplete .element-x,\r\n.removable-element .element-x {\r\n position: absolute;\r\n top: 50%;\r\n {vb:stylevar right}: 3px;\r\n margin-top:-5px;\r\n cursor: pointer;\r\n}\r\n.autocompleteHelper {\r\n margin: 0 5px 5px 0;\r\n border: none !important;\r\n display: block;\r\n background: transparent;\r\n outline:none !important;\r\n}\r\n/* end tag editor */\r\n\r\n.custom-dialog .btnClose {\r\n cursor:pointer;\r\n}\r\n.content-tags {\r\n margin:10px 5px 5px;\r\n}\r\n.list-container .list-header {\r\n border-{vb:stylevar left}: {vb:stylevar primary_module_subheader_border};\r\n border-{vb:stylevar right}: {vb:stylevar primary_module_subheader_border};\r\n border-bottom: {vb:stylevar primary_module_subheader_border};\r\n background: {vb:stylevar primary_module_subheader_background};\r\n color: {vb:stylevar primary_module_subheader_text_color};\r\n font-size: 12px;\r\n font-weight: bold;\r\n height: 33px;\r\n line-height: 33px;\r\n}\r\n.list-container .list-item {\r\n margin-top:15px;\r\n width:99.7%;\r\n border:1px solid #C0C0C0;\r\n}\r\n.list-container .list-item:first-child {\r\n margin-top:0;\r\n}\r\n.list-container .list-item .list-item-header .info {\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n.list-container .list-item .list-item-title {\r\n font-weight: bold;\r\n margin: 5px 5px 0;\r\n word-break: break-all;\r\n}\r\n.list-container .list-item .list-item-body {\r\n clear: both;\r\n padding:10px 15px 15px 15px;\r\n}\r\n.media-tab .list-container .list-item .list-item-body {\r\n padding-top:15px;\r\n}\r\n.list-container .list-item.list-item-video .list-item-body {\r\n padding-bottom:0;\r\n}\r\n.list-container.activity-view .list-item.list-item-video .list-item-body {\r\n padding-bottom:15px;\r\n}\r\n.list-container .list-item .content-entry-box {\r\n margin-top:15px;\r\n}\r\n.pagenav-controls input {\r\n width:24px;\r\n text-align:center;\r\n line-height:20px;\r\n height:20px;\r\n margin-top:-1px;\r\n}\r\n\r\n/*\r\n.conversation-content-widget .tabs {\r\n border:0;\r\n padding:0;\r\n position:relative;\r\n}*/\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.conversation-content-widget {\r\n*/\r\n</vb:comment>\r\n.view-mode .conversation-content-widget {\r\n border:0;\r\n padding:0;\r\n}\r\n.conversation-content-widget .content-entry-box .tag-editor-container,\r\n.content-entry-box.edit-post .tag-editor-container {\r\n display:none;\r\n}\r\n.conversation-content-widget.new-with-quote .content-entry-box .tag-editor-container {\r\n display:block;\r\n}\r\n/*.conversation-content-widget .content-entry-box .action-buttons .cancel {\r\n display:none;\r\n}*/\r\n.conversation-content-widget.new-with-quote .content-entry-box .action-buttons .cancel,\r\n.conversation-content-widget .content-entry-box.edit-post .action-buttons .cancel,\r\n.conversation-content-widget.new-with-quote .content-entry-box .title-field {\r\n display:inline;\r\n}\r\n.conversation-content-widget .list-container .list-item {\r\n border:{vb:stylevar post_border};\r\n margin-top:10px;\r\n width:99.9%;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n padding-bottom:0;\r\n background:{vb:stylevar postbit_background};\r\n position:relative;\r\n}\r\n.conversation-content-widget .list-container .list-item.unapproved .list-item-body-wrapper,\r\n.album-widget .list-container .list-item.unapproved {\r\n background:#E2F0CE;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.unapproved .list-item-body-wrapper .pointer-left {\r\n border-{vb:stylevar right}-color: #E2F0CE;\r\n}\r\n.list-container .list-item.deleted,\r\n.list-container .list-item.deleted .list-item-body-wrapper,\r\n.list-container.stream-view .list-item.deleted,\r\n.conversation-content-widget .list-container .list-item.conversation-starter.deleted,\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted,\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted .list-item-body-wrapper,\r\n.conversation-content-widget .list-container.stream-view .list-item.deleted .list-item-body-wrapper,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.deleted .list-item-body-wrapper {\r\n background:{vb:stylevar postbit_deleted_background};\r\n}\r\n.conversation-content-widget .list-container.thread-view > .list-item.deleted {\r\n border:{vb:stylevar post_deleted_border};\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n width:120px;\r\n text-align:center;\r\n padding-top:15px;\r\n padding-{vb:stylevar right}:25px;\r\n padding-bottom:15px;\r\n padding-{vb:stylevar left}:15px;\r\n color:{vb:stylevar post_user_info_color};\r\n}\r\n.list-container.thread-view .list-item.deleted .userinfo {\r\n display:none;\r\n}\r\n.list-container.thread-view .list-item.deleted.show-deleted-content .userinfo {\r\n display:block;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n margin:auto;\r\n height:auto;\r\n border:{vb:stylevar thread_view_avatar_border};\r\n display:inline-block;\r\n}\r\n.conversation-content-widget .list-container .list-item .list-item-header .author {\r\n margin-top: 15px;\r\n height: 32px;\r\n line-height: 32px;\r\n font-size: 13px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top:10px;\r\n word-wrap: break-word;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS overhaul to BEM */\r\n.list-container.stream-view .list-item.deleted .list-item-header,\r\n.list-container.stream-view .list-item.deleted .list-item-body-wrapper {\r\n display:none;\r\n}\r\n.list-container.stream-view .list-item.deleted.show-deleted-content .list-item-header,\r\n.list-container.stream-view .list-item.deleted.show-deleted-content .list-item-body-wrapper {\r\n display:block;\r\n}\r\n</vb:comment>\r\n.conversation-content-widget .list-container .list-item .author a {\r\n font-size:14px;\r\n font-weight:bold;\r\n color:{vb:stylevar post_username_color};\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS overhaul to BEM */\r\n.userinfo .reputation {\r\n margin:5px 0 0 0;\r\n padding-{vb:stylevar left}:31px;\r\n}\r\n.userinfo .reputation .bar {\r\n background: #E5E8E9;\r\n float:{vb:stylevar left};\r\n height: 10px;\r\n width: 4px;\r\n margin-{vb:stylevar left}:2px;\r\n}\r\n.userinfo .reputation .bar.selected {\r\n background: {vb:stylevar post_rating_color} url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -650px;\r\n}\r\n.userinfo .reputation .bar:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.userinfo .userinfo-extra {\r\n margin-top:15px;\r\n font-size:12px;\r\n}\r\n.userinfo .userinfo-extra.icons {\r\n position: absolute;\r\n bottom: 10px;\r\n left: 10px;\r\n margin: 0;\r\n}\r\n.userinfo .userinfo-extra.icons li {\r\n float:{vb:stylevar left};\r\n margin-left:4px;\r\n width:16px;\r\n height:16px;\r\n background:transparent;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n.userinfo .userinfo-extra.icons li:first-child {\r\n margin-left:0;\r\n}\r\n.userinfo-extra.icons .vb-icon {\r\n display:inline-block;\r\n width:12px;\r\n height:12px;\r\n margin:2px;\r\n}\r\n</vb:comment>\r\n.conversation-content-widget .list-container .list-item .list-item-body-wrapper {\r\n background:{vb:stylevar thread_reply_background};\r\n margin-{vb:stylevar left}:0;\r\n margin-top:0;\r\n position:relative;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n margin-{vb:stylevar left}:160px;\r\n}\r\n.conversation-content-widget .list-container.stream-view .list-item.conversation-starter,\r\n.conversation-content-widget .list-container .list-item.conversation-starter .list-item-body-wrapper {\r\n background:{vb:stylevar thread_starter_background};\r\n}\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter .list-item-body-wrapper {\r\n background:{vb:stylevar list_item_background};\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n clear: none;\r\n padding-top:20px;\r\n padding-{vb:stylevar right}:15px;\r\n padding-bottom:36px;\r\n padding-{vb:stylevar left}:20px;\r\n position:relative;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.conversation-starter .list-item-body-wrapper .list-item-body {\r\n padding-bottom:61px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.deleted .list-item-body-wrapper .list-item-body,\r\n.conversation-content-widget .list-container.thread-view .list-item.deleted.conversation-starter .list-item-body-wrapper .list-item-body {\r\n padding-bottom:20px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .post-content {\r\n padding:15px 0;\r\n overflow: auto;\r\n}\r\n.list-container.thread-view .list-item.deleted .post-content {\r\n padding-bottom:0;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.list-item-video .post-content {\r\n padding-bottom:15px;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item .post-title {\r\n width:95%;\r\n float:{vb:stylevar left};\r\n}\r\n.conversation-content-widget .conversation-body .post-title {\r\n font-size:16px;\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-body .parent-post-info {\r\n color: #556065;\r\n font-size: 11px;\r\n font-style: italic;\r\n margin-bottom: 15px;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS overhaul to BEM */\r\n.conversation-content-widget .conversation-body .post-content {\r\n padding:0;\r\n /*line-height:16px;*/ /* This causes issues with WYSIWYG fonts larger than 16px */\r\n}\r\n.conversation-body .post-content {\r\n width:100%;\r\n}\r\n</vb:comment>\r\n\r\n.post-edit {\r\n font-style: italic;\r\n clear:{vb:stylevar left};\r\n\r\n}\r\n\r\n.post-content img,\r\n.post-content iframe,\r\n.post-content object\r\n{\r\n vertical-align:bottom;\r\n}\r\n.stream-view .post-content.ellipsis a.bbcode-attachment > img,\r\n.stream-view .post-content.ellipsis img.bbcode-attachment,\r\n.stream-view .post-content.ellipsis iframe,\r\n.stream-view .post-content.ellipsis object {\r\n max-height:20px;\r\n}\r\n.stream-view .post-content.ellipsis iframe,\r\n.stream-view .post-content.ellipsis object {\r\n display:none;\r\n}\r\n\r\n<vb:comment>/* TODO allow user to specify alignment */</vb:comment>\r\n<vb:comment>/* NOTE keep this rule in sync with css_editor.css */</vb:comment>\r\nimg.bbcode-attachment,\r\nimg.thumbnail {\r\n margin-{vb:stylevar right}: 10px;\r\n margin-bottom: 0;\r\n}\r\n\r\n.conversation-content-widget .thread-view .conversation-starter .conversation-body .post-content {\r\n float:{vb:stylevar left};\r\n}\r\n.conversation-content-widget .widget-content .content-entry-box {\r\n margin-top:15px;\r\n margin-bottom:0;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS overhaul to BEM */\r\n.post-footer .content-tags {\r\n margin:0 15px 15px 15px;\r\n font-size:11px;\r\n font-weight:bold;\r\n}\r\n.conversation-content-widget .thread-view .post-footer .content-tags {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.post-footer .content-tags a {\r\n font-weight:normal;\r\n}\r\n.post-footer .content-tags span {\r\n font-weight:normal;\r\n color:#556065;\r\n}\r\n</vb:comment>\r\n<vb:comment>\r\n/**\r\n * Canvas Layout Container\r\n **/\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .conversation-content-widget .list-item-header .info {\r\n*/\r\n</vb:comment>\r\n.conversation-content-widget .list-item-header .info {\r\n height: 32px;\r\n line-height: 32px;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .conversation-content-widget .list-item-header .info .divider-vertical {\r\n*/\r\n.conversation-content-widget .divider-vertical {\r\n margin-{vb:stylevar left}: 10px;\r\n line-height: 30px;\r\n}\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.conversation-content-widget .thread-view .conversation-starter .conversation-body .post-date {\r\n*/\r\n</vb:comment>\r\n.conversation-starter .post-date {\r\n line-height:20px;\r\n float: {vb:stylevar left};\r\n width: 100%;\r\n}\r\n\r\n\r\n.conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n top:35px;\r\n}\r\n.conversation-content-widget .conversation-starter .list-item-body-wrapper .pointer-left {\r\n border-{vb:stylevar right}-color:{vb:stylevar thread_starter_background.backgroundColor};\r\n}\r\n.conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n border-{vb:stylevar right}-color:{vb:stylevar thread_reply_background.backgroundColor};\r\n border-top-color: transparent;\r\n border-bottom-color: transparent;\r\n}\r\n.conversation-content-widget .list-item.deleted .list-item-body-wrapper .pointer-left {\r\n border-top-color: transparent;\r\n border-bottom-color: transparent;\r\n display:none;\r\n}\r\n.conversation-content-widget .list-item.deleted.show-deleted-content .list-item-body-wrapper .pointer-left {\r\n display:block;\r\n}\r\n<vb:comment>\r\n/* BEM overhaul. Remove later */\r\n.post-footer-wrapper {\r\n position:relative;\r\n}\r\n</vb:comment>\r\n\r\n.list-item.deleted .post-footer-wrapper {\r\n display:none;\r\n}\r\n<vb:comment>\r\n/* BEM overhaul. Remove later */\r\n.conversation-content-widget .thread-view .post-footer-wrapper .post-footer {\r\n padding-bottom: 0;\r\n position: absolute;\r\n {vb:stylevar left}:0;\r\n bottom: 0;\r\n width: 100%;\r\n}\r\n\r\n\r\n.post-footer-wrapper .post-footer .divider {\r\n margin:0 15px;\r\n color:{vb:stylevar post_controls_divider_color};\r\n}\r\n.conversation-content-widget .thread-view .post-footer-wrapper .post-footer .divider {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.post-footer-wrapper .post-footer .post-info {\r\n margin-{vb:stylevar left}:15px;\r\n padding-{vb:stylevar left}:3px;\r\n}\r\n.conversation-content-widget .thread-view .post-footer-wrapper .post-footer .post-info {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.post-footer-wrapper .post-footer .post-info > li {\r\n border:1px solid #5F6A6F;\r\n height: 12px;\r\n line-height: 12px;\r\n margin-top: 8px;\r\n}\r\n.post-footer-wrapper .post-footer .votecount {\r\n cursor: pointer;\r\n}\r\n.post-footer-wrapper .post-footer .votecount.novotepopup {\r\n cursor: default;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls {\r\n margin:6px 15px;\r\n padding-{vb:stylevar right}:3px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls li {\r\n cursor:pointer;\r\n padding:1px 0;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls li.postcount {\r\n cursor:default;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls li.votecount {\r\n cursor:default;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls li.h-disabled {\r\n cursor: default;\r\n}\r\n\r\n.post-controls .vb-icon {\r\n margin-top: 2px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls li .label {\r\n margin-{vb:stylevar left}:4px;\r\n vertical-align: top;\r\n}\r\n\r\n.ipAddress .vb-icon-ip {\r\n margin-top:-1px;\r\n}\r\n.blog-list .vb-icon-ctrl-quote,\r\n.article-list .vb-icon-ctrl-quote {\r\n display:none;\r\n}\r\n.post-controls .vb-icon-ctrl-edit {\r\n margin-top: -1px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls .quoteCtrl.selected .label {\r\n color:{vb:stylevar post_controls_quote_active_text_color};\r\n}\r\n.post-controls .vb-icon-ctrl-post {\r\n margin-top: 3px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls .voteCtrl .icon,\r\n.post-footer-wrapper .post-footer .post-controls .votecount .icon {\r\n background-position:-64px -80px;\r\n width:13px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls .voteCtrl.h-disabled .icon {\r\n background-position: -64px -95px;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls .voteCtrl.h-disabled .label {\r\n color:#ACB1B4;\r\n}\r\n.post-footer-wrapper .post-footer .post-controls .postcount .label {\r\n text-transform:capitalize;\r\n}\r\n.post-footer-wrapper-LEGACY .post-footer ul li {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar left}:10px;\r\n padding:1px 4px;\r\n color:{vb:stylevar post_controls_text_color};\r\n font-family:Arial;\r\n height:18px;\r\n line-height:18px;\r\n font-size:10px;\r\n display:inline-block;\r\n}\r\n.post-footer-wrapper-LEGACY .post-footer ul li:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n\r\n</vb:comment>\r\n.conversation-content-widget .conversation-controls {\r\n margin-bottom:16px;\r\n}\r\n.channel-controls .button,\r\n.conversation-controls .button {\r\n font-size: 11px;\r\n}\r\n.conversation-content-widget .post-reply-btn .button-icon,\r\n.conversation-content-widget .new-quote-btn .button-icon {\r\n width:0;\r\n height:0;\r\n background:none;\r\n display:none;\r\n}\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .editCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .quoteCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .commentCtrl,\r\n.conversation-content-widget.closed_content-entry-box .post-footer-wrapper .post-footer .post-controls .replyCtrl,\r\n.conversation-content-widget.closed .conversation-toolbar-wrapper .conversation-toolbar .post-buttonset,\r\n.conversation-content-widget.closed .b-content-entry,\r\n.conversation-content-widget.closed_content-entry-box .content-entry-box,\r\n.conversation-content-widget.closed_content-entry-box .comment-entry-box,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-open,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-approve,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unstick,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-undelete,\r\n.conversation-content-widget.showclosed .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-close,\r\n.conversation-content-widget.unapproved .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unapprove,\r\n.conversation-content-widget .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unfeature,\r\n.conversation-content-widget.featured .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-feature,\r\n.conversation-content-widget.sticky .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-stick,\r\n.conversation-content-widget.deleted .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-delete {\r\n display:none !important;\r\n}\r\n\r\n.conversation-content-widget.closed .conversation-toolbar-wrapper .conversation-toolbar .display-button .post-buttonset,\r\n.conversation-content-widget.showclosed .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-open,\r\n.conversation-content-widget.unapproved .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-approve,\r\n.conversation-content-widget.featured .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unfeature,\r\n.conversation-content-widget.sticky .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-unstick,\r\n.conversation-content-widget.deleted .moderationmenu_container.thread .mainmenu.administrative .moderation-action.moderation-undelete {\r\n display:block !important;\r\n}\r\n.conversation-list.thread-view .comment-entry-box.has-comments {\r\n border-bottom: 0;\r\n margin-bottom: 0;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS overhaul to BEM */\r\n.comment-entry-box .comment-entry-box-header {\r\n margin-bottom:15px;\r\n}\r\n</vb:comment>\r\n.conversation-content-widget .action-buttons {\r\n margin:10px 0;\r\n}\r\n.comment-entry-box .action-buttons {\r\n margin:15px 0 0;\r\n}\r\n.conversation-content-widget .action-buttons button {\r\n margin-{vb:stylevar right}: 0;\r\n margin-{vb:stylevar left}:5px;\r\n}\r\n.conversation-content-widget.new-with-quote .widget-header,\r\n.conversation-content-widget.new-with-quote .widget-content .conversation-view {\r\n display:none;\r\n}\r\n.new-conversation-btn .button-icon {\r\n background:none;\r\n width:0;\r\n height:0;\r\n display:none;\r\n}\r\n.conversation-content-widget .tabs .ui-tabs-nav,\r\n#upload-dialog .tabs .ui-tabs-nav {\r\n background:transparent none;\r\n border-width:0 0 1px 0;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#upload-dialog .tabs .tab {\r\n min-height:294px;\r\n}\r\n#upload-dialog .action-buttons {\r\n border-top:0;\r\n}\r\n.content-entry-box {\r\n background: transparent;\r\n border: 0;\r\n margin-bottom: 15px;\r\n padding: 0;\r\n}\r\n.dialog-container .content-entry-box {\r\n margin-bottom: 0;\r\n}\r\n.conversation-reply-slideout {\r\n background: {vb:stylevar comment_background};\r\n border: {vb:stylevar post_border};\r\n border-top-width: 0;\r\n position: absolute;\r\n width: 100%;\r\n z-index: 2;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.conversation-reply-slideout .content-entry-box {\r\n background: transparent;\r\n margin: 18px 20px 20px !important;\r\n}\r\n.conversation-reply-slideout .content-entry-box .pane {\r\n background: transparent;\r\n}\r\n#quick-reply-container .conversation-reply-slideout {\r\n border-top: {vb:stylevar post_border};\r\n position:static;\r\n}\r\n#quick-reply-container .conversation-reply-slideout button.cancel {\r\n display: none;\r\n}\r\n.edit-mode .hide-on-editmode,\r\n.view-mode .hide-on-viewmode {\r\n display:none !important;\r\n}\r\n\r\n.view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n line-height: 35px;\r\n margin-bottom: 20px !important;\r\n}\r\n.content-entry-box.content-entry-box-reply .content-entry-box-header {\r\n margin-bottom: 10px;\r\n font-size: 16px;\r\n color:{vb:stylevar module_header_text_color};\r\n}\r\n.content-entry-box.content-entry-box-reply .tag-editor-wrapper {\r\n display:none;\r\n}\r\n.content-entry-box.content-entry-box-reply form .action-buttons {\r\n margin-top:0;\r\n}\r\n\r\n.content-entry-box .pane {\r\n background: {vb:stylevar form_background};\r\n border: {vb:stylevar form_border};\r\n min-height:101px;\r\n padding:0;\r\n -moz-border-radius:0 3px 3px 3px;\r\n -webkit-border-radius:0 3px 3px 3px;\r\n border-radius:0 3px 3px 3px;\r\n}\r\n.content-entry-box.content-entry-box-reply .pane {\r\n border-width:0;\r\n}\r\n.content-entry-box.content-entry-box-starter .pane {\r\n clear:both;\r\n}\r\n.content-entry-box form {\r\n padding:20px 20px 30px;\r\n}\r\n.content-entry-box.content-entry-box-reply form {\r\n padding:0;\r\n}\r\n.content-entry-box.content-entry-box-reply .entry-field,\r\n.content-entry-box.content-entry-box-reply .gallery-wrapper .file-chooser,\r\n.content-entry-box.content-entry-box-reply .linkcontainer .removelink {\r\n margin-bottom:15px;\r\n}\r\n.content-entry-box form .action-buttons {\r\n text-align:{vb:stylevar right};\r\n margin:25px 0 0;\r\n}\r\n.content-entry-box .action-buttons .fb-publish {\r\n font-size: 12px;\r\n height: 26px;\r\n line-height: 26px\r\n}\r\n.content-entry-box .action-buttons .fb-publish input {\r\n margin-bottom: 7px;\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 5px;\r\n vertical-align: middle;\r\n}\r\n<vb:comment>\r\n/* TODO: migrating this to vb-icon format requires changing markup in\r\n * a translation file. We\'ll probably have to leave this for now. */\r\n</vb:comment>\r\n.content-entry-box .action-buttons .fb-publish span {\r\n display: inline-block;\r\n width: 12px;\r\n height: 12px;\r\n margin-bottom: -1px;\r\n margin-{vb:stylevar left}: 2px;\r\n margin-{vb:stylevar right}: 1px;\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -256px -16px;\r\n}\r\n.content-entry-box .ckeditor-bare-box,\r\n.content-entry-box .ckeditor-bare-box.entry-field {\r\n margin-top:0;\r\n height: 119px; <vb:comment>make it the same height (less padding) with actual ckeditor box to avoid reflow</vb:comment>\r\n visibility: visible !important; <vb:comment>prevent ckeditor from hiding it while ckeditor is being initialized and loaded.</vb:comment>\r\n min-height:48px;\r\n padding:8px !important;\r\n}\r\n/*.content-entry-box .ckeditor-bare-box.ckeditor-load-on-focus {\r\n min-height:226px;\r\n}*/\r\n.content-entry-box.edit-post .ckeditor-bare-box.ckeditor-load-on-focus {\r\n visibility:hidden;\r\n}\r\n.content-entry-box.edit-post[data-node-type=comment] .btnUpload {\r\n display:none;\r\n}\r\n.content-entry-box .entry-field {\r\n width:98.4%;\r\n height:18px;\r\n margin-bottom:20px;\r\n color:{vb:stylevar form_field_text_color};\r\n font-size:13px;\r\n background: {vb:stylevar form_field_background};\r\n border: {vb:stylevar form_field_border};\r\n padding:3px 8px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.content-entry-box.edit-post #reason.entry-field {\r\n margin-bottom:0;\r\n}\r\n.content-entry-box.no-ckeditor .lnkToggleAdvancedWrapper,\r\n.content-entry-box.no-ckeditor .editor-tab {\r\n display:none;\r\n}\r\n.list-item.conversation-starter .content-entry-box.edit-post #reason.entry-field {\r\n margin-bottom:20px;\r\n}\r\n.dialog-container .content-entry-box .entry-field {\r\n width:96%;\r\n}\r\n.edit-media-upload-dialog.dialog-container .content-entry-box .entry-field {\r\n width:97.6%;\r\n}\r\n#canvas-layout-wide-narrow .section-0 .content-entry-box .entry-field,\r\n#canvas-layout-narrow-wide .section-1 .content-entry-box .entry-field {\r\n width:97.6%;\r\n}\r\n#canvas-layout-wide-narrow .section-0 #privateMessageContainer .content-entry-box .entry-field,\r\n#canvas-layout-narrow-wide .section-1 #privateMessageContainer .content-entry-box .entry-field {\r\n width:98%;\r\n}\r\n\r\n.content-entry-box input[type=text].entry-field {\r\n height: 18px;\r\n}\r\n.tag-list {\r\n margin-top: 5px;\r\n}\r\n.content-entry-box .cke_editor_text {\r\n margin-bottom:4px;\r\n display: block;\r\n}\r\n.content-entry-box .cke_editor_ckeditor-bare {\r\n margin-bottom:20px;\r\n padding:0;\r\n width:99.9% !important;\r\n border: {vb:stylevar form_field_border};\r\n background: {vb:stylevar form_field_background};\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.content-entry-box.content-entry-box-reply .cke_editor_ckeditor-bare {\r\n margin-bottom:15px;\r\n}\r\n.interconnected-widgets .content-entry-box .cke_editor_ckeditor-bare {\r\n width:99.6% !important;\r\n}\r\n.content-entry-box .lnkToggleAdvancedWrapper {\r\n text-align: {vb:stylevar right};\r\n margin-top: -16px;\r\n height: 16px;\r\n position: relative;\r\n /* prevents toggle wrapper from obscuring the tabs in the reply content entry box */\r\n width: 50%;\r\n margin-left: 50%;\r\n}\r\n.content-entry-box .lnkToggleAdvanced {\r\n font-size: 8pt;\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n.content-entry-box div.h-clear + .lnkToggleAdvancedWrapper .lnkToggleAdvanced {\r\n position: absolute;\r\n bottom: 1px;\r\n right: 0px;\r\n}\r\n.dialog-container {\r\n border: {vb:stylevar popup_border};\r\n background: {vb:stylevar popup_background};\r\n -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\'#CCCCCC\')\";\r\n}\r\n.dialog-container.ui-dialog {\r\n padding:0;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar {\r\n border-width: 0 0 1px 0;\r\n border-bottom: {vb:stylevar popup_border};\r\n background: {vb:stylevar popup_header_background};\r\n color: {vb:stylevar popup_header_text_color};\r\n font-size: 18px;\r\n height: 30px;\r\n line-height: 30px;\r\n -moz-border-radius-topleft: 3px;\r\n -moz-border-radius-topright: 3px;\r\n -moz-border-radius-bottomright: 0;\r\n -moz-border-radius-bottomleft: 0;\r\n -webkit-border-radius: 3px 3px 0 0;\r\n border-radius: 3px 3px 0 0;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar .ui-dialog-title {\r\n margin:0;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n margin-top: -16px;\r\n {vb:stylevar right}:5px;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close.ui-state-focus {\r\n background:none;\r\n border-color:transparent;\r\n}\r\n.dialog-container.ui-dialog .ui-dialog-titlebar-close .ui-icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -160px -112px;\r\n height: 16px;\r\n width: 17px;\r\n}\r\n.dialog-container.ui-dialog .sb-dialog {\r\n -moz-border-radius-topleft: 0;\r\n -moz-border-radius-topright: 0;\r\n -moz-border-radius-bottomright: 3px;\r\n -moz-border-radius-bottomleft: 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n padding:20px;\r\n}\r\n.sb-dialog {\r\n position:relative;\r\n display:none;\r\n}\r\n.sb-dialog .action-buttons {\r\n text-align:{vb:stylevar right};\r\n width:auto;\r\n margin:15px 0 0;\r\n text-align:{vb:stylevar right};\r\n}\r\n.sb-dialog .dialog-content .loading-icon {\r\n position:absolute;\r\n {vb:stylevar left}:50%;\r\n top:50%;\r\n margin:-32px 0 0 -8px;\r\n}\r\n.sb-dialog .loader {\r\n text-align:center;\r\n}\r\n.dialog-content .vb-icon-error,\r\n.dialog-content .vb-icon-warning {\r\n margin-{vb:stylevar right}: 15px;\r\n}\r\n.dialog-content select {\r\n max-width: 95%;\r\n}\r\n.dialog-container.dialog-box .dialog-content .message {\r\n margin-top:2px;\r\n width:401px;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .message {\r\n margin:0 0 10px 0;\r\n width:auto;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .message.td {\r\n padding-{vb:stylevar right}:10px;\r\n width:5%;\r\n white-space:nowrap;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .input-box-container.td {\r\n width:95%;\r\n}\r\n.dialog-container.prompt-dialog-container.dialog-box .dialog-content .input-box {\r\n width:95.2%;\r\n}\r\n.dialog-container.dialog-box .dialog-content .icon.no-icon + .message {\r\n width:100%;\r\n margin-top:0;\r\n}\r\n\r\n/* Poll */\r\nform.poll ul.poll {\r\n padding-{vb:stylevar left}:0;\r\n padding-top:0;\r\n padding-bottom:13px;\r\n}\r\nform.poll ul.poll li {\r\n list-style-type:none;\r\n line-height:22px;\r\n margin-top:6px;\r\n}\r\nform.poll ul.poll li:first-child {\r\n margin-top:0;\r\n}\r\nform.poll ul.poll li label {\r\n display:block;\r\n}\r\nform.poll ul.poll li label input {\r\n margin-top:3px;\r\n margin-{vb:stylevar right}:7px;\r\n margin-bottom:3px;\r\n margin-{vb:stylevar left}:1px;\r\n vertical-align:bottom;\r\n float:{vb:stylevar left};\r\n}\r\nform.poll ul.poll li label .poll-item {\r\n display:inline-block;\r\n}\r\n.list-item-poll .post-content .post-content-text {\r\n padding-bottom: 10px;\r\n}\r\n.list-item-poll .list-item-body .action-buttons {\r\n text-align:{vb:stylevar left};\r\n margin:0 0 5px;\r\n}\r\n.list-item-poll.deleted .action-buttons {\r\n display:none;\r\n}\r\n.list-item-poll .edit-post .action-buttons {\r\n text-align:{vb:stylevar right};\r\n margin:10px 0 0;\r\n}\r\n.list-item-poll .action-buttons button:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.pollresults .pollvote-count {\r\n background: {vb:stylevar body_link_color};\r\n color: {vb:stylevar poll_result_vote_count_text};\r\n height: 26px;\r\n line-height: 26px;\r\n padding: 0 10px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.pollresults .pollvote-count span {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.pollresults .pollvote-count label {\r\n font-size: 11px;\r\n}\r\n.pollresults-data {\r\n width:100%;\r\n margin-top:37px;\r\n margin-bottom:15px;\r\n clear:both;\r\n}\r\n.b-post--poll .pollresults-data{\r\n float:{vb:stylevar left};\r\n clear:none;\r\n}\r\n.list-item-poll.deleted.show-deleted-content .pollresults-data {\r\n margin-bottom:0;\r\n}\r\n.pollresults-data tr td {\r\n padding:8px 0 0 0;\r\n vertical-align:bottom;\r\n white-space:nowrap;\r\n}\r\n.pollresults-data tr:first-child td {\r\n padding-top:0;\r\n}\r\n.pollresults-data tr td.polloption-cell {\r\n width:94%;\r\n}\r\n.pollresults-data tr td.pollpercent-cell {\r\n width:1%;\r\n}\r\n.pollresults-data tr td.pollvote-cell {\r\n width:5%;\r\n padding-{vb:stylevar left}: 25px;\r\n}\r\n.pollresults-data tr td.pollpercent-cell .percentage {\r\n background: {vb:stylevar poll_result_percentage_background};\r\n border: {vb:stylevar poll_result_border};\r\n border-{vb:stylevar left}:0;\r\n font-size: 14px;\r\n font-weight: bold;\r\n height: 27px;\r\n line-height: 27px;\r\n padding: 0 10px;\r\n text-align: {vb:stylevar right};\r\n white-space: nowrap;\r\n -moz-border-radius: 0 2px 2px 0;\r\n -webkit-border-radius: 0 2px 2px 0;\r\n border-radius: 0 2px 2px 0;\r\n}\r\n.pollresults-data tr td.pollvote-cell .votes {\r\n height: 29px;\r\n line-height: 29px;\r\n text-align: {vb:stylevar right};\r\n white-space: nowrap;\r\n font-size:12px;\r\n}\r\n.pollresults-data tr td.pollvote-cell .votes span {\r\n font-weight:bold;\r\n}\r\n.pollresults-data tr td.polloption-cell .title {\r\n margin-{vb:stylevar left}:2px;\r\n white-space:normal;\r\n}\r\n.pollresults-data tr td.polloption-cell .bar-container {\r\n background: #FFF;\r\n border: {vb:stylevar poll_result_border};\r\n border-{vb:stylevar right}:0;\r\n height: 23px;\r\n margin-top: 2px;\r\n padding:2px;\r\n -moz-border-radius: 2px 0 0 2px;\r\n -webkit-border-radius: 2px 0 0 2px;\r\n border-radius: 2px 0 0 2px;\r\n}\r\n.pollresults-data tr td.polloption-cell .bar-container .bar {\r\n height: 23px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.pollresults-data .option-1 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_01};\r\n}\r\n.pollresults-data .option-2 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_02};\r\n}\r\n.pollresults-data .option-3 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_03};\r\n}\r\n.pollresults-data .option-4 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_04};\r\n}\r\n.pollresults-data .option-5 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_05};\r\n}\r\n.pollresults-data .option-6 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_06};\r\n}\r\n.pollresults-data .option-7 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_07};\r\n}\r\n.pollresults-data .option-8 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_08};\r\n}\r\n.pollresults-data .option-9 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_09};\r\n}\r\n.pollresults-data .option-10 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_10};\r\n}\r\n.pollresults-data .option-11 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_11};\r\n}\r\n.pollresults-data .option-12 .bar-container .bar {\r\n background: {vb:stylevar poll_result_color_12};\r\n}\r\n.pollresults-data tr td.pollvoter-cell {\r\n width:31px;\r\n}\r\n<vb:comment>/* This is the icon shown when votes are public. Click it to see who voted for that option. */</vb:comment>\r\n.pollresults-data tr td.pollvoter-cell .voter-icon {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -448px -80px;\r\n width:21px;\r\n height:21px;\r\n margin-{vb:stylevar left}:10px;\r\n margin-bottom:4px;\r\n cursor:pointer;\r\n position:relative;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters {\r\n display:none;\r\n position:absolute;\r\n {vb:stylevar right}:0;\r\n top:20px;\r\n border:1px solid {vb:stylevar body_link_color};\r\n background:#FFF;\r\n padding:7px;\r\n font-size:10px;\r\n width:150px;\r\n white-space:normal;\r\n z-index:100;\r\n cursor:text;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters .error {\r\n background:none;\r\n border:0;\r\n padding:0;\r\n text-align:{vb:stylevar left};\r\n color:{vb:stylevar poll_result_color_03};\r\n font-size:10px;\r\n}\r\n.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {\r\n font-size:10px;\r\n color: {vb:stylevar body_link_color};\r\n}\r\n\r\n/* css for timepicker */\r\n.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }\r\n.ui-timepicker-div dl{ text-align: {vb:stylevar left}; }\r\n.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }\r\n.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; margin-{vb:stylevar right}:0; margin-{vb:stylevar left}:65px; }\r\n.ui-timepicker-div td { font-size: 90%; }\r\n.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }\r\n#ui-datepicker-div { z-index: 9999999 !important; }\r\n\r\n\r\n\r\n<vb:comment>\r\n/*********************************************************************\r\n * Canvas Layout Rules\r\n *********************************************************************/\r\n</vb:comment>\r\n\r\n.canvas-layout-container {\r\n min-height:248px;\r\n height:auto;\r\n}\r\n.canvas-layout-container .canvas-layout {\r\n border-color:inherit;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-layout-row {\r\n border-color:inherit;\r\n width:100%;\r\n display: block;\r\n clear: both;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-layout-row.has-columns {\r\n height:248px;\r\n border-color:inherit;\r\n display:table;\r\n width:100%;\r\n table-layout: fixed;\r\n}\r\n.canvas-layout-container .canvas-layout.h-hide {\r\n display:none;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-widget-list {\r\n padding-top:0px;\r\n display:block;\r\n vertical-align:top;\r\n}\r\n.canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row .canvas-widget-list {\r\n display:block;\r\n width: 100%;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.container-widget {\r\n margin-bottom: 0;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.hidden-widget-placeholder,\r\n.view-mode .canvas-layout-container .canvas-widget.container-widget.empty {\r\n display:none;\r\n}\r\n.canvas-layout-container .canvas-widget.collapsed {\r\n padding-bottom:0;\r\n padding-top:11px;\r\n /*background: transparent !important;*/\r\n}\r\n.canvas-layout-container .canvas-widget.widget {\r\n background:#EBF7FF;\r\n border-color:#D8E6E6;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-header .module-title {\r\n margin: 0 0 8px 0;\r\n color: {vb:stylevar primary_module_header_text_color};\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.search-fields-widget .widget-header,\r\n.view-mode .canvas-layout-container .canvas-widget.registration-widget .widget-header,\r\n.view-mode .canvas-layout-container .canvas-widget.forgot-password-widget .widget-header { */\r\n</vb:comment>\r\n.view-mode .search-fields-widget .widget-header,\r\n.view-mode .registration-widget .widget-header,\r\n.view-mode .forgot-password-widget .widget-header {\r\n padding-{vb:stylevar left}: 30px;\r\n padding-top: 5px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.view-mode .canvas-layout-container .canvas-widget.search-fields-widget .widget-header .module-title { */\r\n</vb:comment>\r\n.view-mode .search-fields-widget .module-title {\r\n margin-bottom: 20px;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n * .view-mode.logged-out .canvas-layout-container .canvas-widget.widget-no-border > .widget-header .module-title { */\r\n</vb:comment>\r\n.logged-out .widget-no-border .module-title {\r\n margin-bottom:16px;\r\n}\r\n\r\n\r\n\r\n/* .canvas-layout-container .canvas-widget .widget-header .module-title { */\r\n.module-title {\r\n color:{vb:stylevar module_header_text_color};\r\n font-size:16px;\r\n font-family:inherit;\r\n font-weight:bold;\r\n text-transform:none;\r\n margin:9px 15px;\r\n margin-{vb:stylevar right}:39px;\r\n overflow: hidden;\r\n width: 100%;\r\n word-wrap: break-word;\r\n}\r\n.module-title h1 {\r\n font-size:16px;\r\n}\r\n/*\r\n#wrapper #canvas-layout-wide-narrow .canvas-widget-list.section-1 .widget-header .title,\r\n#wrapper #canvas-layout-narrow-wide .canvas-widget-list.section-0 .widget-header .title {\r\n width:83%;\r\n}*/\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget .widget-header .sort-by {\r\n*/\r\n</vb:comment>\r\n.widget-header .sort-by\r\n margin:6px 10px 6px 5px;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-widget .widget-header .sort-by,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-widget .widget-header .sort-by {\r\n*/\r\n</vb:comment>\r\n.edit-mode.lnkEditPage .sort-by,\r\n.edit-mode.lnkNewPage .sort-by {\r\n display:none;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.canvas-layout-container .canvas-widget.wol-widget .widget-content.display-avatar {\r\n*/\r\n</vb:comment>\r\n.wol-widget .display-avatar {\r\n margin-bottom: -10px;\r\n}\r\n.wol-location {\r\n margin-left: 10px;\r\n}\r\n.post-date{\r\n font-size:11px;\r\n color:{vb:stylevar time_stamp_color};\r\n}\r\n<vb:comment>Start module button css</vb:comment>\r\n.canvas-layout-container .widget-header .module-buttons {\r\n line-height: 14px;\r\n margin: -7px 0 0;\r\n position: absolute;\r\n {vb:stylevar right}: 15px;\r\n top: 50%;\r\n white-space: nowrap;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item {\r\n margin-{vb:stylevar left}:2px;\r\n cursor:pointer;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.view-mode .canvas-layout-container .canvas-widget.widget-no-header-buttons > .widget-header .module-buttons {\r\n display:none;\r\n}\r\n.canvas-layout-container .widget-header .module-buttons .module-button-item span {\r\n display: inline-block;\r\n height: 14px;\r\n width: 14px;\r\n margin: 0;\r\n text-indent: -99999px;\r\n}\r\n.canvas-layout-container .widget-header .module-icon {\r\n display:none;\r\n}\r\n<vb:comment>End module button css</vb:comment>\r\n\r\n.canvas-layout-container .widget-content .widget-channel-list li.note {\r\n line-height:15px;\r\n}\r\n.canvas-layout-container .youtube-widget .videocontainer iframe {\r\n width:100%;\r\n}\r\n.canvas-layout-container .youtube-widget .youtube-video {\r\n width:100%;\r\n}\r\n#canvas-layout-full .youtube-widget .youtube-video {\r\n height:600px;\r\n}\r\n#canvas-layout-wide-narrow .section-0 .youtube-widget .youtube-video,\r\n#canvas-layout-narrow-wide .section-1 .youtube-widget .youtube-video {\r\n height:415px;\r\n}\r\n#canvas-layout-wide-narrow .section-1 .youtube-widget .youtube-video,\r\n#canvas-layout-narrow-wide .section-0 .youtube-widget .youtube-video {\r\n height:173px;\r\n}\r\n.dialog-container.ui-dialog.input-dialog {\r\n -moz-border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n border-radius: 6px;\r\n}\r\n.dialog-container .sb-dialog .subheader {\r\n font-size:16px;\r\n font-weight:bold;\r\n}\r\n.dialog-container .dialog-content {\r\n margin-bottom:8px;\r\n}\r\n#vb-page-body .ui-widget-overlay {\r\n background: {vb:stylevar popup_overlay_background};\r\n opacity:0.5;\r\n filter:Alpha(Opacity=50);\r\n}\r\n.jsPsuedoLink, .jsPseudoLink {\r\n color: {vb:stylevar body_link_color};\r\n cursor: pointer;\r\n}\r\n.jsPsuedoLink:hover, .jsPseudoLink:hover {\r\n color: {vb:stylevar body_link_color_hover};\r\n}\r\n\r\n/** Search widget styles */\r\n\r\n.list-container .list-item .list-item-footer {\r\n padding: 5px 0;\r\n}\r\n\r\n.list-container .replylike_count li {\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n font-size: 11px;\r\n}\r\n\r\n.list-container .replylike_count,\r\n.list-container .replylike_count li:first-child,\r\n.list-container .replylike_count div {\r\n display: inline;\r\n max-width: 100%;\r\n}\r\n\r\n.list-container .replylike_count .channel_text {\r\n overflow: hidden;\r\n word-wrap: break-word;\r\n display: inline;\r\n}\r\n\r\n.list-container .list-item .list-item-body .photo_result .slider_image {\r\n border: 3px solid #A9A9A9;\r\n max-width: 260px;\r\n max-height: 160px;\r\n margin: auto;\r\n}\r\n\r\n.list-container .list-item .list-item-body .anythingWindow {\r\n border: 3px solid #A9A9A9;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container {\r\n min-height: 200px;\r\n margin: auto;\r\n padding:0;\r\n position: relative;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_header .photo_title {\r\n background: #C1D2EE;\r\n text-align: center;\r\n word-wrap: break-word;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_body .slider_panel .slider_image {\r\n max-width: 260px;\r\n max-height: 160px;\r\n margin: auto;\r\n width: auto;\r\n}\r\n\r\n.list-container .list-item .list-item-body .conversation_slider .photo_container .photo_container_body .gallery_navigation {\r\n border-top: 3px solid #A9A9A9;\r\n}\r\n\r\n.condense_control {\r\n font-size: 10px;\r\n color: {vb:stylevar body_link_color};\r\n font-weight: bold;\r\n display: block;\r\n margin-top: 10px;\r\n text-transform: uppercase;\r\n}\r\n\r\n/* search widgets styles End */\r\n\r\n.canvas-layout-container .summary-widget{\r\n background-color: {vb:stylevar module_content_background};\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .edit-profile,\r\n.groupSummaryContainer .sg-icon-wrapper .editGroupIcon,\r\n.blogSummaryContainer .blog-icon-wrapper .editBlogIcon {\r\n position: absolute;\r\n bottom: 0;\r\n {vb:stylevar right}: 0;\r\n background: {vb:stylevar side_nav_number_messages_color};\r\n font-weight: bold;\r\n color: white;\r\n font-size: 12px;\r\n padding: 2px 7px;\r\n cursor: pointer;\r\n display:none;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper:hover .edit-profile,\r\n.groupSummaryContainer .sg-icon-wrapper:hover .editGroupIcon,\r\n.blogSummaryContainer .blog-icon-wrapper:hover .editBlogIcon {\r\n display:block;\r\n}\r\n\r\n/* activity filters */\r\n.stream-filter {\r\n cursor: pointer;\r\n}\r\n.new-conversations-strip {\r\n cursor: pointer;\r\n font-weight: bold;\r\n text-align: center;\r\n background: lightpink;\r\n padding: 5px;\r\n display:none;\r\n}\r\n/*Conversation Bar*/\r\n.conversation-toolbar-wrapper {\r\n margin-bottom:15px;\r\n position:relative;\r\n}\r\n.conversation-toolbar-wrapper.top {\r\n padding:0 !important;\r\n border:none;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper {\r\n margin-bottom:-1px;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {\r\n margin-{vb:stylevar right}: 30px;\r\n}\r\n.search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .sort-controls > label {\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n.widget-tabs .conversation-toolbar-wrapper,\r\n.blog-conversation-content-widget .conversation-toolbar-wrapper {\r\n margin-bottom:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar,\r\n.forum-list-container .forum-list-header {\r\n background: {vb:stylevar toolbar_background};\r\n border: {vb:stylevar toolbar_border};\r\n height: 36px;\r\n line-height:36px;\r\n position: relative;\r\n color:{vb:stylevar toolbar_text_color};\r\n font-size:12px;\r\n}\r\n\r\n.widget-content .widget-subheader {\r\n background: {vb:stylevar toolbar_background};\r\n border: {vb:stylevar toolbar_border};\r\n height: 35px;\r\n padding:4px;\r\n position: relative;\r\n color:{vb:stylevar toolbar_text_color};\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n\r\n.history-backbutton\r\n{\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n.history-backbutton-img\r\n{\r\n margin-top:3px;\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n.conversation-toolbar-wrapper.bottom {\r\n margin-top:20px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left {\r\n {vb:stylevar left}:10px;\r\n}\r\n.ie7 .conversation-toolbar-wrapper .conversation-toolbar .toolset-left {\r\n min-width:111px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li button,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li .button {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li .button {\r\n height: 22px;\r\n border: {vb:stylevar toolbar_button_border};\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .sort-controls .selectBox-dropdown {\r\n margin-top:-3px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right {\r\n {vb:stylevar right}:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-left,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right {\r\n height:24px;\r\n position:absolute;\r\n top:50%;\r\n margin-top:-12px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -144px -48px;\r\n padding-{vb:stylevar left}: 11px;\r\n padding-{vb:stylevar right}: 10px;\r\n margin-top:0;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li:first-child,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li:first-child,\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li.h-hide:first-child + li,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li.h-hide:first-child + li {\r\n background-image:none;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar > ul > li,\r\n.conversation-toolbar-wrapper .conversation-toolbar + .filter-form ul li,\r\n.toolbar-wrapper .horizontal-toolbar > ul > li {\r\n float: {vb:stylevar left};\r\n height:100%;\r\n line-height:24px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search form {\r\n height:100%;\r\n position:relative;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container {\r\n height: 100%;\r\n margin: 0;\r\n position: relative;\r\n width: 131px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=text] {\r\n width:93px;\r\n margin-top: -12px;\r\n padding-{vb:stylevar right}: 28px;\r\n line-height: 20px;\r\n color: {vb:stylevar toolbar_form_field_placeholder_text_color};\r\n height: 20px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar input[type=text]{\r\n<vb:comment>\r\n /* VBV-1752 -- It\'s more confusing to have a stylevar that doesn\'t appear to change anything than to have this nearly transparent inner shadow hardcoded. */\r\n</vb:comment>\r\n background: -webkit-gradient(linear, {vb:stylevar left} top, {vb:stylevar left} bottom, from(0.01, #EDEEEF), to(0.11, #FFF));\r\n background: -webkit-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: -moz-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 20%);\r\n background: -ms-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: -o-linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n background: linear-gradient(top, #EDEEEF 1%, #EDEEEF 0%, #FFF 11%);\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn,\r\n.faq-search .search-btn{\r\n {vb:stylevar right}: 1px;\r\n top: 50%;\r\n margin-top: -11px;\r\n width:24px;\r\n height:22px;\r\n border:0;\r\n text-indent:0;\r\n cursor:pointer;\r\n background:#34414C url(images/css/sprite_gradients_vb.png) repeat-x scroll 0 -200px;\r\n -moz-border-radius-top{vb:stylevar right}:2px;\r\n -moz-border-radius-bottom{vb:stylevar right}:2px;\r\n -webkit-border-top-{vb:stylevar right}-radius:2px;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:2px;\r\n border-top-{vb:stylevar right}-radius:2px;\r\n border-bottom-{vb:stylevar right}-radius:2px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn span {\r\n */\r\n</vb:comment>\r\n.search-btn .vb-icon-search-small-gray {\r\n margin-{vb:stylevar left}: 1px;\r\n margin-top: 3px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.ie7 .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn span {\r\n*/\r\n</vb:comment>\r\n.ie7 .search-btn .vb-icon-search-small-gray {\r\n zoom: 1;\r\n display: inline;\r\n}\r\n<vb:comment>\r\n/* Selector reduction\r\n.ie8 .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn span {\r\n*/\r\n</vb:comment>\r\n.ie8 .search-btn .vb-icon-search-small-gray {\r\n margin-top:5px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=text],\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn {\r\n position: absolute;\r\n top: 50%;\r\n}\r\n.pagenav-controls .horizontal-arrows {\r\n float:{vb:stylevar right};\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li.toolbar-filter,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right > li.toolbar-filter {\r\n padding:0;\r\n cursor:pointer;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper {\r\n border-{vb:stylevar left}:1px solid transparent;\r\n border-{vb:stylevar right}:1px solid transparent;\r\n margin-{vb:stylevar right}:10px;\r\n padding-{vb:stylevar left}:11px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected {\r\n background:{vb:stylevar toolbar_dropdown_background_gradient_start};\r\n border-{vb:stylevar left}: {vb:stylevar toolbar_dropdown_border};\r\n border-{vb:stylevar right}-color: transparent;\r\n height: 37px;\r\n line-height: 36px;\r\n margin-{vb:stylevar right}: 0;\r\n margin-top: -6px;\r\n padding-{vb:stylevar right}: 10px;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected .vb-icon-wrapper,\r\n.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected .vb-icon-wrapper {\r\n height:36px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay,\r\n.toolbar-wrapper .toolbar-filter-overlay {\r\n display:none;\r\n width: auto;\r\n z-index: 1000;\r\n position: absolute;\r\n {vb:stylevar right}: 0;\r\n top: 39px;\r\n border:{vb:stylevar toolbar_dropdown_border};\r\n border-top: 0;\r\n margin-top: -2px;\r\n padding: 20px 0;\r\n font-size: 12px;\r\n color: {vb:stylevar toolbar_text_color};\r\n background: {vb:stylevar form_dropdown_background.backgroundColor};\r\n background: -webkit-gradient(linear, left top, left bottom, from({vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}), to({vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}));\r\n background: -webkit-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -moz-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -ms-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -o-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}\', EndColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}\');\r\n background: linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list {\r\n width:100%;\r\n display:table;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {\r\n display: table-cell;\r\n padding-{vb:stylevar left}: 20px;\r\n padding-{vb:stylevar right}: 20px;\r\n border-{vb:stylevar left}: 1px dotted {vb:stylevar toolbar_dropdown_divider_color};\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child {\r\n border-{vb:stylevar left}: 0;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-header,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-header {\r\n font-weight:bold;\r\n margin-bottom:5px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options {\r\n margin-{vb:stylevar right}:20px;\r\n margin-top:3px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay.all-filters-visible .filter-options {\r\n margin-{vb:stylevar right}:15px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options:last-child,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options:last-child {\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label {\r\n display:block;\r\n margin-bottom:5px;\r\n cursor:pointer;\r\n height:19px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label.no-filter-option {\r\n margin-{vb:stylevar left}: 20px;\r\n padding-top: 4px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input {\r\n margin-top:0;\r\n margin-{vb:stylevar right}:3px;\r\n margin-bottom: 5px;\r\n margin-{vb:stylevar left}:1px;\r\n cursor:inherit;\r\n vertical-align:middle;\r\n}\r\n.ie9 .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input,\r\n.ie9 .toolbar-wrapper .toolbar-filter-overlay .filter-options label > input {\r\n margin-bottom: 4px;\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span {\r\n margin-{vb:stylevar left}:3px;\r\n color:{vb:stylevar toolbar_dropdown_text_color};\r\n}\r\n.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span,\r\n.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span {\r\n color:{vb:stylevar toolbar_dropdown_text_color_active};\r\n}\r\n.conversation-toolbar-wrapper.h-disabled form,\r\n.conversation-toolbar-wrapper.h-disabled input[type=text],\r\n.conversation-toolbar-wrapper.h-disabled input[type=radio],\r\n.conversation-toolbar-wrapper.h-disabled div,\r\n.conversation-toolbar-wrapper.h-disabled span,\r\n.conversation-toolbar-wrapper.h-disabled label,\r\n.conversation-toolbar-wrapper.h-disabled a {\r\n cursor:wait !important;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar {\r\n background: {vb:stylevar toolbar_background};\r\n border: {vb:stylevar toolbar_border};\r\n color: {vb:stylevar toolbar_text_color};\r\n font-size: 11px;\r\n height: 34px;\r\n line-height: 34px;\r\n margin-top: -1px;\r\n padding: 0 10px;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .keywords {\r\n font-weight: bold;\r\n text-decoration: underline;\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .result-count {\r\n color: {vb:stylevar toolbar_text_color};\r\n}\r\n.conversation-toolbar-wrapper .search-results-bar .clear-search {\r\n margin-{vb:stylevar left}: 8px;\r\n text-decoration:underline;\r\n}\r\n.conversation-toolbar-wrapper .filtered-by {\r\n border: {vb:stylevar toolbar_form_field_border};\r\n font-size: 11px;\r\n height: 28px;\r\n line-height: 28px;\r\n margin-top: -1px;\r\n padding: 0 15px;\r\n background:{vb:stylevar toolbar_form_field_background};\r\n}\r\n.conversation-toolbar-wrapper .filtered-by > label {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n.conversation-toolbar-wrapper .filtered-by .filter-text {\r\n margin-top: 0;\r\n margin-{vb:stylevar right}:5px;\r\n margin-bottom:0;\r\n margin-{vb:stylevar left}:1px;\r\n position: relative;\r\n padding-{vb:stylevar right}: 18px;\r\n white-space: nowrap;\r\n float: {vb:stylevar left};\r\n color:#6D6D6D;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.conversation-toolbar-wrapper .filtered-by .filter-text .x {\r\n*/\r\n</vb:comment>\r\n.filtered-by .vb-icon-x-blue {\r\n position: absolute;\r\n top: 50%;\r\n {vb:stylevar right}: 3px;\r\n margin-top:-5px;\r\n cursor: pointer;\r\n}\r\n/*End Conversation Bar*/\r\n\r\n/* Standard Dropdown */\r\n.selectBox-dropdown {\r\n border: {vb:stylevar form_dropdown_border};\r\n height: 24px;\r\n}\r\n.selectBox-dropdown:hover {\r\n color: {vb:stylevar form_dropdown_text_color_hover};\r\n}\r\n.selectBox-dropdown .selectBox-label {\r\n color: {vb:stylevar form_dropdown_text_color};\r\n background: {vb:stylevar form_dropdown_background};\r\n height: 20px;\r\n}\r\n.selectBox-options {\r\n background: {vb:stylevar form_dropdown_background};\r\n}\r\n.selectBox-options li a {\r\n color: {vb:stylevar form_dropdown_text_color};\r\n}\r\n.selectBox-options li.selectBox-selected a, .selectBox-options li.selectBox-hover a {\r\n background: {vb:stylevar form_dropdown_background_hover};\r\n color: {vb:stylevar form_dropdown_text_color_hover};\r\n}\r\n.selectBox-dropdown .selectBox-label img,\r\n.selectBox-options li a img {\r\n vertical-align: middle;\r\n margin-top: -2px;\r\n}\r\n/* End Standard Dropdown */\r\n\r\n.search-tips-dialog .table .td {\r\n width: 50%;\r\n padding-{vb:stylevar right}:10px\r\n}\r\n.search-tips-dialog .table .td + .td {\r\n padding-{vb:stylevar right}:0;\r\n padding-{vb:stylevar left}:10px;\r\n}\r\n.dialog-container .search-tips-dialog .dialog-content {\r\n margin-bottom:0;\r\n}\r\n.dialog-container .search-tips-dialog .dialog-content code {\r\n background:transparent;\r\n}\r\n.search-tips-dialog .table .td p {\r\n margin-bottom:0;\r\n margin-top:15px;\r\n}\r\n.search-tips-dialog .vb-icon {\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n.searchConfigFields .ui-datepicker-trigger {\r\n {vb:stylevar left}: 5px;\r\n position: relative;\r\n top: 3px;\r\n}\r\n.searchConfigFields .autocomplete-container,\r\n.searchPopupBody .autocomplete-container {\r\n line-height: 18px !important;\r\n min-height: 18px !important;\r\n padding-bottom: 3px !important;\r\n padding-top: 3px !important;\r\n}\r\n.searchConfigFields .autocomplete-container .autocompleteHelper,\r\n.searchPopupBody .autocomplete-container .autocompleteHelper {\r\n width:150px !important;\r\n height: 17px;\r\n margin-top: 0 !important;\r\n padding-top: 1px;\r\n}\r\n.searchPopupBody .autocomplete-container .autocompleteHelper {\r\n width:100px !important;\r\n}\r\n/* End search layout */\r\n\r\n/*Tag Cloud*/\r\n.tagcloudlink.level1 {\r\n font-size: xx-small;\r\n}\r\n.tagcloudlink.level2 {\r\n font-size: small;\r\n}\r\n.tagcloudlink.level3 {\r\n font-size: medium;\r\n}\r\n.tagcloudlink.level4 {\r\n font-size: large;\r\n}\r\n.tagcloudlink.level5 {\r\n font-size: xx-large;\r\n}\r\n/*End Tag Cloud*/\r\n\r\n.bluebox\r\n{\r\n background: #eeeeff;\r\n padding: 0;\r\n}\r\n\r\n.filterSelected\r\n{\r\n font-weight: bold;\r\n}\r\n\r\n.galleryPreviewText\r\n{\r\n margin:auto;\r\n text-align: center;\r\n width:60%;\r\n float:{vb:stylevar left};\r\n}\r\n.profileAlbumRow\r\n{\r\n width: 235px;\r\n padding: 5px;\r\n}\r\n<vb:comment>For some reason, IE9 produces a big gap in between the li\'s</vb:comment>\r\n.ie9 .conversation-toolbar-wrapper .conversation-toolbar > ul > li > button.subscribe-btn {\r\n min-width:auto;\r\n}\r\n\r\n/*Quotes/Codes*/\r\n.bbcode_container .bbcode_quote {\r\n background: {vb:stylevar bbcode_quote_background};\r\n font-style: italic;\r\n padding: 10px;\r\n padding-{vb:stylevar right}:15px;\r\n padding-{vb:stylevar left}:38px;\r\n position: relative;\r\n margin-bottom: 15px;\r\n}\r\n.bbcode_container .bbcode_quote .bbcode_quote_container {\r\n position: absolute;\r\n {vb:stylevar left}: 10px;\r\n top: 10px;\r\n}\r\n.bbcode_container .bbcode_quote .message {\r\n margin-top:5px;\r\n}\r\n\r\n.bbcode_postedby .vb-icon-double-arrow-blue {\r\n margin-{vb:stylevar left}:2px;\r\n overflow:hidden;\r\n}\r\n.bbcode_container .bbcode_description {\r\n margin-top:10px;\r\n}\r\n.bbcode_container .bbcode_code {\r\n font-family:Courier,\'Courier New\',Monaco,Monospace;\r\n font-size: {vb:stylevar bbcode_code_fontsize};\r\n line-height: {vb:stylevar bbcode_code_line_height};\r\n background: {vb:stylevar bbcode_code_background};\r\n border: {vb:stylevar bbcode_code_border};\r\n overflow: auto;\r\n padding: 6px; <vb:comment>If you change this padding, also change the vertical padding value in the bbcode_* templates</vb:comment>\r\n width: 100%;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n/*End Quotes/Codes*/\r\n\r\n/* Video */\r\n#profileMediaDetailContainer .edit-conversation-container .url-wrapper .entry-field {\r\n width:97% !important;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove OLD__ after stream view CSS is converted. BEM */\r\n</vb:comment>\r\n.videoscontainer .videocontainer,\r\n.linkcontainer.videocontainer,\r\n.post-content .videocontainer .videothumbnail,\r\n.OLD__post-content .videocontainer .videothumbnail {\r\n margin-{vb:stylevar right}:15px;\r\n margin-bottom:15px;\r\n border:1px solid {vb:stylevar slideshow_image_background.backgroundColor};\r\n background: {vb:stylevar slideshow_image_background};\r\n width:300px;\r\n height:225px;\r\n float:{vb:stylevar left};\r\n position:relative;\r\n}\r\n.youtube-widget .widget-content .videocontainer .videothumbnail {\r\n height: 260px;\r\n background: #000;\r\n}\r\n\r\n.videothumbnail img,\r\n.videothumbnail div {\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n margin: auto;\r\n}\r\n.videothumbnail .videothumbnailoverlay {\r\n background-image:url(\"images/css/video_thumbnail_overlay.png\");\r\n background-repeat:no-repeat;\r\n background-position:center;\r\n}\r\n.videothumbnail .videothumbnailoverlay:hover {\r\n background-image:url(\"images/css/video_thumbnail_overlay_hover.png\");\r\n}\r\n.stream-view.activity-view .videoscontainer .videocontainer {\r\n margin-bottom:15px;\r\n}\r\n.videoscontainer .videocontainer,\r\n.videoscontainer .videocontainer .restrain {\r\n width:300px;\r\n height:225px;\r\n}\r\n.content-entry-box .videoscontainer .videocontainer,\r\n.content-entry-box .videoscontainer .videocontainer .restrain,\r\n.content-entry-box .linkcontainer.videocontainer,\r\n.content-entry-box .linkcontainer.videocontainer .restrain {\r\n width:225px;\r\n height:169px;\r\n}\r\n<vb:comment>/* @TODO Figure out a proper way to do this in conjuction with BEM when the videocontainer is converted to BEM. */</vb:comment>\r\n.b-post-sm__content .videocontainer,\r\n.b-post-sm__content .videocontainer .videothumbnail {\r\n width:265px;\r\n height:199px;\r\n}\r\n.b-post-sm__content--has-avatar .videocontainer,\r\n.b-post-sm__content--has-avatar .videocontainer .videothumbnail {\r\n width:220px;\r\n height:165px;\r\n}\r\n.linkviewcontainer .urlvideo_container .videocontainer,\r\n.urlvideo_container .videocontainer .videothumbnail {\r\n background: #000;\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}:12px;\r\n margin-bottom:10px;\r\n width:225px;\r\n height:169px;\r\n}\r\n.linkviewcontainer .urlvideo_container .videocontainer iframe {\r\n max-width: 225px;\r\n max-height: 169px;\r\n}\r\n\r\n\r\n.videoscontainer.no-signature {margin-bottom:30px;}\r\n\r\n/* Link */\r\n.linkcontainer .urlimg_container {\r\n float: {vb:stylevar left};\r\n width: 90px;\r\n margin-bottom:10px;\r\n}\r\n.linkcontainer .urlvideo_container {\r\n float: {vb:stylevar left};\r\n width: 225px;\r\n margin-right:12px;\r\n}\r\n.linkcontainer .preview-checkbox {\r\n display: block;\r\n white-space: nowrap;\r\n font-size: 11px;\r\n}\r\n.linkcontainer .preview-checkbox input {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 5px;\r\n margin-bottom: 3px;\r\n margin-top: 0;\r\n vertical-align: middle;\r\n}\r\n.linkcontainer .removelink {\r\n color: {vb:stylevar body_link_color};\r\n display:block;\r\n margin-top:5px;\r\n margin-bottom:20px;\r\n}\r\n.linkcontainer .urlimg_list li {\r\n text-align: center;\r\n}\r\n.linkcontainer .urlimg_list li .img_wrapper {\r\n display: table-cell;\r\n width: 90px;\r\n height: 75px;\r\n vertical-align: middle;\r\n text-align: center;\r\n}\r\n.linkcontainer .urlimg_list li img {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.linkcontainer .urlimg_list li input {\r\n display: none;\r\n}\r\n.linkcontainer .urlinfo .title {\r\n color:{vb:stylevar body_link_color};\r\n}\r\n.linkcontainer .jcarousel-container {\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-clip {\r\n overflow: hidden;\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-item {\r\n width: 90px;\r\n height: 75px;\r\n}\r\n.linkcontainer .jcarousel-item-horizontal {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 0;\r\n}\r\n.linkcontainer .jcarousel-item-placeholder {\r\n background: #fff;\r\n color: #000;\r\n}\r\n/**\r\n * Horizontal Buttons\r\n */\r\n.linkcontainer .scroll-arrows {\r\n margin-top:10px;\r\n text-align: center;\r\n}\r\n.linkcontainer .scroll-arrows .counter {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin: 0 7px;\r\n}\r\n/* Link inline edit */\r\n.urlinfo .vb-icon-pencil {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n.linkcontainer .urlinfo .textbox {\r\n display:none;\r\n width: 400px;\r\n}\r\n.linkcontainer .urlinfo .button.save {\r\n display: none;\r\n}\r\n.linkcontainer .urlinfo .meta .button.save {\r\n float:right;\r\n margin-top: 5px;\r\n}\r\n.linkcontainer .urlinfo .edit-mode .textbox,\r\n.linkcontainer .urlinfo .edit-mode .button.save {\r\n display:inline !important;\r\n}\r\n.linkcontainer .urlinfo .edit-mode textarea.textbox {\r\n display:block !important;\r\n}\r\n.linkcontainer .urlinfo .edit-mode .edit,\r\n.linkcontainer .urlinfo .title.edit-mode .display-text,\r\n.linkcontainer .urlinfo .meta.edit-mode .display-text {\r\n display:none;\r\n}\r\n\r\n/* Link view container */\r\n.videoscontainer .linkviewcontainer {\r\n float: {vb:stylevar left};\r\n width: 100%;\r\n}\r\n.thread-view .conversation-starter .linkviewcontainer {\r\n float: {vb:stylevar left};\r\n}\r\n.linkviewcontainer .urlimg_container {\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 12px;\r\n}\r\n.linkviewcontainer .urlimg_container img {\r\n max-height: 75px;\r\n max-width: 90px;\r\n}\r\n.linkviewcontainer .urlinfo {\r\n display: block;\r\n clear: {vb:stylevar left};\r\n vertical-align: top;\r\n}\r\n.linkviewcontainer .urlinfo .url {\r\n font-weight:bold;\r\n color: {vb:stylevar body_link_color};\r\n}\r\n.linkviewcontainer .urlinfo .meta {\r\n margin:10px 0 15px;\r\n color:#556065;\r\n}\r\n.list-container.thread-view .list-item.deleted.show-deleted-content .linkviewcontainer .urlinfo .meta {\r\n margin-bottom:0;\r\n}\r\n.stream-view .linkviewcontainer .urlinfo .meta {\r\n margin-bottom:0;\r\n}\r\n.linkcontainer .urlinfo .meta {\r\n margin-bottom:10px;\r\n}\r\n\r\n.subscriptionsContainer .leftSide {\r\n width: 31%;\r\n float: {vb:stylevar left};\r\n margin-top: 30px;\r\n border: 1px solid {vb:stylevar main_nav_admin_bar_divider_left_color};\r\n}\r\n\r\n.subscriptionsContainer .rightSide {\r\n float: {vb:stylevar right};\r\n margin-top: 30px;\r\n}\r\n\r\n/* Following full END */\r\n\r\n<vb:comment>\r\n/* Followers page */\r\n/*\r\n.subscriptions-widget .subscribersContent .header {\r\n float: none;\r\n line-height: 20px;\r\n font-weight: bold;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .header .first_column {\r\n width: 40%;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .header .second_column {\r\n width: 29%;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .header .third_column {\r\n width: 30%;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .content .user_follower {\r\n line-height: 25px;\r\n height: 50px;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .content .fourth_column .subscriber_remove {\r\n height: 25px;\r\n width: 41px;\r\n margin: 5px;\r\n background: url(\"images/css/profile_subscribe_off.png\") white;\r\n cursor: pointer;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .content .fourth_column .subscriber_restore {\r\n height: 28px;\r\n width: 50px;\r\n margin: 5px;\r\n background: url(\"images/css/profile_subscribe_remove.png\") white;\r\n cursor: pointer;\r\n}\r\n\r\n.subscriptions-widget .subscribersContent .content .first_column .avatar {\r\n margin: 5px;\r\n}\r\n*/\r\n/* Followers full END */\r\n</vb:comment>\r\n\r\n/*Edit Conversation Post*/\r\n.edit-post .conversation-body,\r\n.edit-post > .post-footer-wrapper {\r\n display:none;\r\n}\r\n.edit-post .post-content {\r\n padding-top:0 !important;\r\n}\r\n<vb:comment>\r\n/*\r\n.conversation-starter .content-entry-box .add-tag-link,\r\n.content-entry-box-starter.content-entry-box .add-tag-link,\r\n.content-entry-box.edit-post[data-node-type=\"starter\"] .add-tag-link,\r\n.search-fields-widget .add-tag-link,\r\n.searchConfigFields .add-tag-link,\r\n.search-results-widget .add-tag-link {\r\n display:inline-block;\r\n}*/\r\n</vb:comment>\r\n.content-entry-box.edit-post .title-field {\r\n display:none;\r\n}\r\n.conversation-starter .content-entry-box.edit-post .title-field,\r\n.content-entry-box.edit-post[data-node-type=\"media\"] .title-field,\r\n.content-entry-box.edit-post[data-node-type=\"starter\"] .title-field {\r\n display:block;\r\n}\r\n.edit-post .conversation-body {\r\n padding-bottom:0 !important;\r\n}\r\n.content-entry-box.edit-post {\r\n border-width:0;\r\n background:#FFF;\r\n margin-bottom:0;\r\n}\r\n.content-entry-box.edit-post .comment-entry-box {\r\n display:none !important;\r\n}\r\n.content-entry-box.edit-post .edit-header {\r\n font-size: 12px;\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after stream view CSS is converted. BEM */\r\n</vb:comment>\r\n.OLD__edit-conversation-container > .b-content-entry,\r\n.OLD__edit-conversation-container > #newTextForm {\r\n margin: 15px;\r\n padding-top: 15px;\r\n}\r\n.content-entry-box.edit-post .edit-conversation-container {\r\n overflow: hidden; /* removes the whitespace that shows below the content entry buttons in edit mode. VBV-8818 */\r\n}\r\n/*End Edit Conversation Post*/\r\n\r\n.gallery-wrapper {\r\n position:relative;\r\n}\r\n.gallery-wrapper .file-chooser {\r\n margin-bottom:20px;\r\n}\r\n.upload-photo-dialog-container {\r\n min-height:318px;\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .file-chooser {\r\n margin-bottom:0;\r\n}\r\n.gallery-wrapper .file-chooser .custom-upload-button {\r\n min-width: 60px;\r\n margin: 0;\r\n}\r\n.allowed-filetypes {\r\n font-size:11px;\r\n line-height:26px;\r\n height:26px;\r\n color:#777;\r\n}\r\n.gallery-wrapper .allowed-filetypes {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .allowed-filetypes {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.gallery-wrapper .upload-status-bar {\r\n margin-{vb:stylevar left}:15px;\r\n margin-top:4px;\r\n}\r\n.content-entry-box .gallery-wrapper .photo-display-container.entry-field {\r\n padding:0;\r\n width:99.8%;\r\n min-height:72px;\r\n /*margin-top:150px;*/\r\n}\r\n.content-entry-box.edit-post .gallery-wrapper .photo-display-container.entry-field {\r\n margin-top:170px;\r\n}\r\n.ie7 .content-entry-box .gallery-wrapper .photo-display-container.entry-field {\r\n width:99.8%;\r\n margin-top:183px;\r\n}\r\n.gallery-wrapper .photo-display {\r\n margin-top:10px;\r\n /*position:relative;*/\r\n}\r\n.upload-photo-dialog-container .gallery-wrapper .photo-display {\r\n margin:0;\r\n min-height:263px;\r\n max-height:525px;\r\n overflow:hidden;\r\n}\r\n.upload-photo-dialog-container.has-scrollbar .gallery-wrapper .photo-display {\r\n overflow:auto;\r\n}\r\n.dialog-container.ui-dialog .sb-dialog.photo-display-container {\r\n padding:0;\r\n}\r\n.photo-display-container.sb-dialog .action-buttons {\r\n border-top:{vb:stylevar popup_border};\r\n padding:15px;\r\n margin-top:-2px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper {\r\n border:{vb:stylevar popup_border};\r\n margin-{vb:stylevar left}:-1px;\r\n margin-top:-1px;\r\n height:261px;\r\n width: 200px;\r\n}\r\n.attach-limit-warning {\r\n margin-bottom: 2px;\r\n border: 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-{vb:stylevar right}:0;\r\n}\r\n.upload-photo-dialog-container.has-scrollbar .gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-{vb:stylevar right}:{vb:stylevar popup_border};\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper:first-child {\r\n -moz-border-radius:3px 0 0 0;\r\n -webkit-border-radius:3px 0 0 0;\r\n border-radius:3px 0 0 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item-wrapper:first-child + .photo-item-wrapper + .photo-item-wrapper {\r\n -moz-border-radius:0 3px 0 0;\r\n -webkit-border-radius:0 3px 0 0;\r\n border-radius:0 3px 0 0;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container {\r\n height: 100%;\r\n position: relative;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox {\r\n display:table-cell;\r\n height: 180px;\r\n width: 180px;\r\n vertical-align:middle;\r\n padding:10px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper {\r\n display:table;\r\n height: 200px;\r\n width: 200px;\r\n table-layout:fixed;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox .thumbnail {\r\n height: auto;\r\n width: auto;\r\n max-height: 180px;\r\n max-width: 180px;\r\n position:relative;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnail-container .divider {\r\n border:{vb:stylevar popup_border};\r\n width: 180px;\r\n margin:0 10px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.gallery-wrapper .photo-display .photo-item .remove-icon {\r\n*/\r\n</vb:comment>\r\n.photo-item .vb-icon-trash-blue {\r\n position: absolute;\r\n bottom: 0;\r\n {vb:stylevar right}: 0;\r\n cursor:pointer;\r\n display:none;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnailbox .thumbnail-holder {\r\n position:relative;\r\n text-align:center;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .thumbnailbox .thumbnail-holder:hover .remove-icon {\r\n display:block;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption {\r\n min-height: 40px;\r\n padding: 10px;\r\n font-size:11px;\r\n width:180px;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption .caption-box {\r\n border: 0;\r\n font-size: 11px;\r\n margin: 0;\r\n width: 100%;\r\n height:40px;\r\n outline:0;\r\n resize:none;\r\n line-height:13.33px;\r\n overflow:hidden;\r\n color:inherit;\r\n}\r\n.gallery-wrapper .photo-display .photo-item .photo-caption .caption-box:focus {\r\n overflow:auto;\r\n}\r\n\r\n.photo-display-result .gallery-details {\r\n margin-bottom:10px;\r\n margin-top:-10px;\r\n}\r\n.content-entry-box.content-entry-box-reply .photo-display-result .gallery-details {\r\n margin-top:-5px;\r\n}\r\n.gallery-details .photo-count span.count,\r\n.photo-details .photo-count span.count {\r\n display: inline-block;\r\n min-width: 20px;\r\n height: 20px;\r\n text-align: center;\r\n background: {vb:stylevar body_link_color};\r\n color: white;\r\n font-weight: bold;\r\n font-size: 13px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.gallery-details a[href].photo-count span.title,\r\n.photo-details a[href].photo-count span.title {\r\n cursor:pointer;\r\n}\r\n.conversation-list .list-item-gallery .post-content .post-content-text {\r\n margin-bottom:15px;\r\n}\r\n.galleryLink {\r\n position:relative;\r\n cursor:pointer;\r\n margin-{vb:stylevar right}:10px;\r\n float:{vb:stylevar left};\r\n min-width:120px;\r\n min-height:90px;\r\n display:inline-block;\r\n text-align:center;\r\n margin-bottom:10px;\r\n}\r\n.galleryLink.has-transform {\r\n margin:10px 25px 10px 14px;\r\n}\r\n.galleryLink .thumbnail-photo {\r\n border: {vb:stylevar photo_border};\r\n max-width:120px !important;\r\n max-height:90px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.galleryLink .thumbnail-photo:hover {\r\n border: {vb:stylevar photo_border_hover};\r\n}\r\n/*slideshow*/\r\n.slideshow-dialog {\r\n padding:0 !important;\r\n border:0 !important;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.slideshow {\r\n padding:2px !important;\r\n background:{vb:stylevar photo_background} !important;\r\n}\r\n.slideshow .thumbnails {\r\n padding:0 39px;\r\n}\r\n.slideshow .caption {\r\n color:#FFF;\r\n font-size:12px;\r\n height:50px;\r\n margin:15px 30px;\r\n}\r\n.slideshow .caption .links {\r\n margin-bottom:5px;\r\n}\r\n.slideshow .caption .title {\r\n overflow: auto;\r\n height: 30px;\r\n line-height:15px;\r\n word-wrap: break-word;\r\n}\r\n<vb:comment>\r\nFirefox on desktop seems to have a minimum height of 34px before displaying the scrollbars even if overflow:auto and fixed height are set.\r\nPresumably because the height of the Up and Down scrollbar buttons is 34px (17px each) which is bigger than other browsers? (VBV-3436)\r\n</vb:comment>\r\n.firefox.no-touch .slideshow .caption .title {\r\n height: 34px;\r\n line-height:17px;\r\n}\r\n.firefox.no-touch .slideshow .caption {\r\n height:54px;\r\n}\r\n.slideshow .slideshow-wrapper > .close-btn {\r\n position:absolute;\r\n top:0;\r\n {vb:stylevar right}:0;\r\n z-index: 9999;\r\n cursor:pointer;\r\n visibility:hidden;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n}\r\n.slideshow.jcarousel-direction-rtl {\r\n direction: rtl;\r\n}\r\n.slideshow .jcarousel-clip {\r\n overflow: hidden;\r\n background:{vb:stylevar slideshow_image_background};\r\n}\r\n.slideshow .thumbnails .jcarousel-clip {\r\n background:transparent;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {\r\n width: 546px;\r\n height: 364px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-clip-horizontal {\r\n width: 480px;\r\n height: 60px;\r\n}\r\n.slideshow .jcarousel-item {\r\n display:table;\r\n}\r\n.slideshow .thumbnails .jcarousel-item {\r\n display:block;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {\r\n width: 546px;\r\n height: 364px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-clip .jcarousel-item {\r\n width: 80px;\r\n height: 60px;\r\n overflow:hidden;\r\n}\r\n.slideshow .jcarousel-item .image-wrapper {\r\n display:table-cell;\r\n width:100%;\r\n height:100%;\r\n text-align:center;\r\n vertical-align:middle;\r\n}\r\n.slideshow .thumbnails .jcarousel-item .image-wrapper {\r\n cursor:pointer;\r\n display:block;\r\n}\r\n.slideshow .thumbnails .jcarousel-item .image-wrapper.dimmed {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.slideshow .jcarousel-item .image {\r\n max-width: 546px;\r\n max-height: 364px;\r\n width:auto;\r\n height:auto;\r\n}\r\n.slideshow .jcarousel-item .thumbnail {\r\n max-width: 80px;\r\n max-height: 60px;\r\n width:auto;\r\n height:auto;\r\n vertical-align:middle;\r\n}\r\n.slideshow .jcarousel-item-horizontal {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n.slideshow .thumbnails .jcarousel-item-horizontal {\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n.slideshow.jcarousel-direction-rtl .jcarousel-item-horizontal {\r\n margin-{vb:stylevar left}: 10px;\r\n margin-{vb:stylevar right}: 0;\r\n}\r\n\r\n<vb:comment>\r\n/**\r\n * Horizontal Buttons\r\n */\r\n</vb:comment>\r\n.slideshow .slideshow-wrapper > .jcarousel-next-horizontal {\r\n position: absolute;\r\n top: 161px;\r\n {vb:stylevar right}: 0;\r\n width: 42px;\r\n height: 42px;\r\n cursor: pointer;\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -112px -112px;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n visibility:hidden;\r\n}\r\n.slideshow .slideshow-wrapper > .jcarousel-next-horizontal.jcarousel-next-disabled,\r\n.slideshow .slideshow-wrapper > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n display:none !important;\r\n}\r\n.slideshow .slideshow-wrapper:hover > .jcarousel-prev-horizontal,\r\n.slideshow .slideshow-wrapper:hover > .jcarousel-next-horizontal,\r\n.slideshow .slideshow-wrapper:hover > .close-btn {\r\n visibility:visible;\r\n}\r\n.slideshow.jcarousel-direction-rtl .slideshow-wrapper > .jcarousel-next-horizontal {\r\n {vb:stylevar left}: 0;\r\n {vb:stylevar right}: auto;\r\n background-position:-64px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-next-horizontal {\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar right}: 0;\r\n width: 12px;\r\n height: 60px;\r\n cursor: pointer;\r\n margin-{vb:stylevar right}:13px;\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -48px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-next-horizontal.jcarousel-next-disabled {\r\n background-position:-32px -112px;\r\n cursor:default;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-next-horizontal {\r\n {vb:stylevar left}: 0;\r\n {vb:stylevar right}: auto;\r\n margin-{vb:stylevar left}:11px;\r\n margin-{vb:stylevar right}:0;\r\n background-position:-16px -112px;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-next-horizontal.jcarousel-next-disabled {\r\n background-position:0 -112px;\r\n}\r\n<vb:comment>\r\n/*\r\n.slideshow .jcarousel-next-horizontal:hover,\r\n.slideshow .jcarousel-next-horizontal:focus {\r\n background-position: -32px 0;\r\n}\r\n\r\n.slideshow .jcarousel-next-horizontal:active {\r\n background-position: -64px 0;\r\n}\r\n\r\n.slideshow .jcarousel-next-disabled-horizontal,\r\n.slideshow .jcarousel-next-disabled-horizontal:hover,\r\n.slideshow .jcarousel-next-disabled-horizontal:focus,\r\n.slideshow .jcarousel-next-disabled-horizontal:active {\r\n cursor: default;\r\n background-position: -96px 0;\r\n}\r\n*/\r\n</vb:comment>\r\n.slideshow .slideshow-wrapper > .jcarousel-prev-horizontal {\r\n position: absolute;\r\n top: 161px;\r\n {vb:stylevar left}: 0;\r\n width: 42px;\r\n height: 42px;\r\n cursor: pointer;\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -64px -112px;\r\n opacity: 0.75;\r\n filter: alpha(opacity=75);\r\n visibility:hidden;\r\n}\r\n.slideshow.jcarousel-direction-rtl .slideshow-wrapper > .jcarousel-prev-horizontal {\r\n {vb:stylevar left}: auto;\r\n {vb:stylevar right}: 0;\r\n background-position:-112px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-prev-horizontal {\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar left}: 0;\r\n width: 12px;\r\n height: 60px;\r\n cursor: pointer;\r\n margin-{vb:stylevar left}:13px;\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -16px -112px;\r\n}\r\n.slideshow .thumbnails > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n background-position:0 -112px;\r\n cursor:default;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-prev-horizontal {\r\n {vb:stylevar left}: auto;\r\n {vb:stylevar right}: 0;\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:11px;\r\n background-position:-48px -112px;\r\n}\r\n.slideshow .thumbnails.jcarousel-direction-rtl > .jcarousel-prev-horizontal.jcarousel-prev-disabled {\r\n background-position:-32px -112px;\r\n}\r\n<vb:comment>\r\n/*\r\n.slideshow .jcarousel-prev-horizontal:hover,\r\n.slideshow .jcarousel-prev-horizontal:focus {\r\n background-position: -32px 0;\r\n}\r\n\r\n.slideshow .jcarousel-prev-horizontal:active {\r\n background-position: -64px 0;\r\n}\r\n\r\n.slideshow .jcarousel-prev-disabled-horizontal,\r\n.slideshow .jcarousel-prev-disabled-horizontal:hover,\r\n.slideshow .jcarousel-prev-disabled-horizontal:focus,\r\n.slideshow .jcarousel-prev-disabled-horizontal:active {\r\n cursor: default;\r\n background-position: -96px 0;\r\n}\r\n*/\r\n/**\r\n * Vertical Buttons\r\n */\r\n /*\r\n.slideshow .jcarousel-next-vertical {\r\n position: absolute;\r\n bottom: 5px;\r\n {vb:stylevar left}: 43px;\r\n width: 32px;\r\n height: 32px;\r\n cursor: pointer;\r\n background: transparent url(next-vertical.png) no-repeat 0 0;\r\n}\r\n\r\n.slideshow .jcarousel-next-vertical:hover,\r\n.slideshow .jcarousel-next-vertical:focus {\r\n background-position: 0 -32px;\r\n}\r\n\r\n.slideshow .jcarousel-next-vertical:active {\r\n background-position: 0 -64px;\r\n}\r\n\r\n.slideshow .jcarousel-next-disabled-vertical,\r\n.slideshow .jcarousel-next-disabled-vertical:hover,\r\n.slideshow .jcarousel-next-disabled-vertical:focus,\r\n.slideshow .jcarousel-next-disabled-vertical:active {\r\n cursor: default;\r\n background-position: 0 -96px;\r\n}\r\n\r\n.slideshow .jcarousel-prev-vertical {\r\n position: absolute;\r\n top: 5px;\r\n {vb:stylevar left}: 43px;\r\n width: 32px;\r\n height: 32px;\r\n cursor: pointer;\r\n background: transparent url(prev-vertical.png) no-repeat 0 0;\r\n}\r\n\r\n.slideshow .jcarousel-prev-vertical:hover,\r\n.slideshow .jcarousel-prev-vertical:focus {\r\n background-position: 0 -32px;\r\n}\r\n\r\n.slideshow .jcarousel-prev-vertical:active {\r\n background-position: 0 -64px;\r\n}\r\n\r\n.slideshow .jcarousel-prev-disabled-vertical,\r\n.slideshow .jcarousel-prev-disabled-vertical:hover,\r\n.slideshow .jcarousel-prev-disabled-vertical:focus,\r\n.slideshow .jcarousel-prev-disabled-vertical:active {\r\n cursor: default;\r\n background-position: 0 -96px;\r\n}*/\r\n/*end slideshow*/\r\n</vb:comment>\r\n\r\n.widget-content,\r\n.post-content{\r\n color:{vb:stylevar body_text_color};\r\n}\r\n/*styles for generic tabs*/\r\n.widget-tabs.ui-tabs .widget-tabs-panel > .ui-tabs-panel {\r\n padding:0;\r\n}\r\n.ui-widget-content {\r\n color: inherit;\r\n}\r\n.widget-tabs.ui-tabs .ui-widget-content a,\r\n.widget-tabs.ui-tabs .ui-widget-content a:active,\r\n.widget-tabs.ui-tabs .ui-widget-content a:visited,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:active,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:visited {\r\n color: {vb:stylevar body_link_color};\r\n}\r\n.widget-tabs.ui-tabs .ui-widget-content a:hover,\r\n.sb-dialog.ui-dialog-content.ui-widget-content a:hover {\r\n color: {vb:stylevar body_link_color_hover};\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav {\r\n height:26px;\r\n min-height:26px !important;\r\n line-height: 26px !important;\r\n border: {vb:stylevar module_tab_border} !important;\r\n margin: 0 0 -1px 0 !important;\r\n padding:0 !important;\r\n position: relative !important;\r\n background: {vb:stylevar module_tab_background} !important;\r\n text-transform:uppercase !important;\r\n -moz-border-radius: 3px 3px 0 0 !important;\r\n -webkit-border-radius: 3px 3px 0 0 !important;\r\n border-radius: 3px 3px 0 0 !important;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav.widget-header .module-title {\r\n text-transform:inherit;\r\n}\r\n.view-mode .conversation-content-widget.widget-tabs .widget-tabs-nav {\r\n margin: 0 0 -1px !important;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav .module-title {\r\n width:100%;\r\n min-height:26px;\r\n height:26px;\r\n margin:0 !important;\r\n background: {vb:stylevar module_tab_background} !important;\r\n}\r\n.widget-tabs .widget-tabs-nav .ui-tabs-nav {\r\n background: {vb:stylevar module_tab_background};\r\n border: 0;\r\n height: 100%;\r\n padding: 0;\r\n -moz-border-radius-bottom{vb:stylevar right}:0;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:0;\r\n border-bottom-{vb:stylevar right}-radius:0;\r\n}\r\n.activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: 23px;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .lastpost .lastpost-title,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .lastpost .lastpost-title {\r\n white-space:normal;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header {\r\n max-height:49px;\r\n height:auto !important;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header .module-title,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header .module-title {\r\n max-height:49px;\r\n height:auto !important;\r\n}\r\n#canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav,\r\n#canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: auto;\r\n}\r\n.widget-tabs .widget-tabs-nav li {\r\n background: transparent;\r\n margin: -2px 0 0 0;\r\n margin-{vb:stylevar left}: -1px;\r\n padding: 0 !important;\r\n border:1px solid transparent;\r\n height:26px;\r\n line-height:26px;\r\n font-size:11px;\r\n font-weight:bold;\r\n -moz-border-radius:3px 3px 0 0;\r\n -webkit-border-radius:3px 3px 0 0;\r\n border-radius:3px 3px 0 0;\r\n <vb:comment>\r\n/* display:table-cell;\r\n float:none;*/\r\n</vb:comment>\r\n}\r\n.widget-tabs .widget-tabs-nav li.ui-tabs-selected {\r\n background: {vb:stylevar module_tab_background_active};\r\n border:{vb:stylevar module_tab_border_active};\r\n}\r\n.widget-tabs .widget-tabs-nav li a {\r\n padding:0 10px !important;\r\n color:{vb:stylevar module_tab_text_color};\r\n}\r\n.widget-tabs .widget-tabs-nav li.ui-tabs-selected a {\r\n color:{vb:stylevar module_tab_text_color_active};\r\n cursor:default;\r\n}\r\n.view-mode .widget-tabs .widget-tabs-nav .module-buttons {\r\n position:absolute;\r\n {vb:stylevar right}:6px;\r\n top:50%;\r\n margin:-9px 0 0 0 !important;\r\n}\r\n.widget-tabs .widget-tabs-panel {\r\n padding-top:0 !important;\r\n}\r\n.widget-tabs.channel-conversation-list-wrapper {\r\n border:0;\r\n padding:0;\r\n margin-top:15px;\r\n}\r\n.view-mode .subchannel-widget + .channel-content-widget .channel-conversation-list-wrapper {\r\n margin-top:0;\r\n}\r\n.activity-stream-widget .ui-tabs-nav li a:hover,\r\n.profileTabs .ui-tabs-nav li a:hover,\r\n.conversation-content-widget .ui-tabs-nav li a:hover,\r\n.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li a:hover {\r\n color:{vb:stylevar module_tab_text_color_hover};\r\n text-decoration: none;\r\n}\r\n.activity-stream-widget .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.profileTabs .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.conversation-content-widget .ui-tabs-nav li.ui-tabs-selected a:hover,\r\n.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li.ui-tabs-selected a:hover {\r\n text-decoration: none;\r\n color:{vb:stylevar module_tab_text_color_active};\r\n cursor: default;\r\n}\r\n/*end styles for generic tabs*/\r\n\r\n/* stream view (activity stream, channel conversation list, conversation detail stream*/\r\n.conversation-list.stream-view {\r\n border: {vb:stylevar primary_module_border};\r\n}\r\n.activity-stream-widget .conversation-list.stream-view,\r\n.channel-content-widget .conversation-list.stream-view,\r\n.socialgroup-category-list-widget .conversation-list.stream-view {\r\n border-width:0 0 1px 0;\r\n}\r\n.activity-stream-widget .conversation-list.stream-view .list-item-header .avatar,\r\n.channel-content-widget .conversation-list.stream-view .list-item-header .avatar,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .divider,\r\n.channel-content-widget .post-footer-wrapper .post-footer .divider,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .divider,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .post-info,\r\n.channel-content-widget .post-footer-wrapper .post-footer .post-info,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .post-info {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.activity-stream-widget .conversation-list.stream-view .list-item-header .info,\r\n.channel-content-widget .conversation-list.stream-view .list-item-header .info,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .post-controls,\r\n.channel-content-widget .post-footer-wrapper .post-footer .post-controls,\r\n.activity-stream-widget .post-footer-wrapper .post-footer .divider,\r\n.channel-content-widget .post-footer-wrapper .post-footer .divider,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .post-controls,\r\n.blog-conversation-content-widget .post-footer-wrapper .post-footer .divider {\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.activity-stream-widget .list-container .list-item .list-item-body,\r\n.channel-content-widget .list-container .list-item .list-item-body {\r\n padding-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n}\r\n.article-list.list-container .list-item .list-item-body {\r\n padding-top: 0;\r\n}\r\n/*.article-list.list-container .list-item .list-item-header .avatar {\r\n margin-bottom: 10px;\r\n}*/\r\n.conversation-showmore {\r\n text-align: center;\r\n padding: 10px;\r\n cursor: pointer;\r\n border:{vb:stylevar popup_border};\r\n border-top: none;\r\n}\r\n.conversation-list.stream-view .list-item {\r\n border:0;\r\n border-top:{vb:stylevar primary_module_border};\r\n width:100%;\r\n margin:0;\r\n padding-top:15px;\r\n background:{vb:stylevar list_item_background};\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.conversation-list.stream-view .list-item.comment-entry-box-container {\r\n padding-top:0;\r\n}\r\n.conversation-list.stream-view .list-item:first-child {\r\n border-top:0;\r\n}\r\n.conversation-list.stream-view .list-item-header {\r\n width:100%;\r\n position:relative;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header {\r\n width:60%;\r\n}\r\n.conversation-list.stream-view.full-activity-view .list-item-header .post-header {\r\n margin-top:1px;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header.table {\r\n height:34px;\r\n}\r\n.article-list.stream-view .list-item-header .post-header.table {\r\n height: auto;\r\n}\r\n.album-widget .conversation-list.stream-view .list-item-header .post-header {\r\n margin-{vb:stylevar left}:15px;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header .post-action-wrapper {\r\n width:100%;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header.table .post-action-wrapper.td {\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header .post-action-wrapper .author {\r\n line-height:16px;\r\n margin-top:0;\r\n}\r\n.conversation-list.stream-view .list-item-header .post-header .post-action-wrapper.ellipsis {\r\n max-height:38px;\r\n line-height:16px;\r\n}\r\n.conversation-content-widget .conversation-list.stream-view .list-item-header .post-header .user-profile.author {\r\n font-weight:bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .avatar {\r\n margin-{vb:stylevar left}:15px;\r\n}\r\n.search-results-widget .list-item-header > .post-header,\r\n.search-results-widget .list-item-header > .channel-info {\r\n margin-{vb:stylevar left}:15px;\r\n}\r\n.search-results-widget .list-item-header > .avatar {\r\n margin-{vb:stylevar right}:-5px;\r\n}\r\n.conversation-list.stream-view .list-item-header .info {\r\n margin-{vb:stylevar right}:15px;\r\n text-align:{vb:stylevar right};\r\n}\r\n.conversation-list.stream-view .list-item-header .info .post-date {\r\n float:none;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .goto-post {\r\n display:block;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .subscribed {\r\n text-align:{vb:stylevar right};\r\n color: {vb:stylevar time_stamp_color};\r\n font-size: 11px;\r\n font-weight: bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .subscribed span {\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -240px -96px;\r\n display:inline-block;\r\n width:10px;\r\n height:8px;\r\n margin-{vb:stylevar right}:4px;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .joined {\r\n text-align:{vb:stylevar right};\r\n color: {vb:stylevar time_stamp_color};\r\n font-size: 11px;\r\n font-weight: bold;\r\n}\r\n.conversation-list.stream-view .list-item-header .info .joined span {\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -240px -96px;\r\n display:inline-block;\r\n width:10px;\r\n height:8px;\r\n margin-{vb:stylevar right}:4px;\r\n}\r\n.conversation-list.stream-view .list-item-header .channel-info a {\r\n font-weight:bold;\r\n}\r\n.list-item-channel .channel-info {\r\n width:90%;\r\n}\r\n.list-item-channel .channel-info .channel-title {\r\n overflow:hidden;\r\n word-wrap:break-word;\r\n margin-left: 40px;\r\n}\r\n.list-item-channel .channel-info .channel-desc{\r\n margin-left: 40px;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-content.ellipsis.multiline,\r\n.search-widget .conversation-list .list-item-body.ellipsis.multiline {\r\n max-height:32px;\r\n line-height:16px;\r\n}\r\n\r\n.conversation-list.stream-view .list-item-body .post-links,\r\n.pm-message-list .list-item .post-links {\r\n font-size: 10px;\r\n font-weight: bold;\r\n margin-top: 10px;\r\n text-transform: uppercase;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-links.hide-see-link .see-link,\r\n.conversation-list.stream-view .list-item-body .post-links.hide-see-link > span,\r\n.pm-message-list .list-item .post-links.hide-see-link .see-link {\r\n display:none;\r\n}\r\n.conversation-list.stream-view .list-item-body .post-links > span {\r\n padding: 0 3px;\r\n}\r\n.conversation-list.stream-view .list-item-video .list-item-body .post-content,\r\n.conversation-list.stream-view .list-item-gallery .list-item-body .post-content,\r\n.conversation-list.stream-view .list-item-link .list-item-body .post-content {\r\n margin-bottom:15px;\r\n}\r\n.media-tab .conversation-list.stream-view .list-item-gallery .list-item-body .post-content {\r\n margin-bottom:10px;\r\n}\r\n.conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-list.stream-view,\r\n.conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-content .conversation-list.stream-view {\r\n margin-top:-2px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content {\r\n max-height:none;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .list-item-body .post-content ul.poll {\r\n max-height:78px;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .list-item-body .post-content ul.poll .poll-item {\r\n max-height:69px;\r\n /* width:95%;\\\r\n */\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .view-more-ctrl.h-hide + .action-buttons + .view-less-ctrl {\r\n display:inline-block;\r\n margin-top:8px;\r\n}\r\n.conversation-list.stream-view.activity-view .list-item-poll .view-more-ctrl.h-hide + .action-buttons + .view-less-ctrl.h-hide {\r\n display:none;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .poll-desc {\r\n line-height:16px;\r\n margin-top:15px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .poll-desc.ellipsis.multiline {\r\n max-height:36px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .view-more-ctrl {\r\n display:inline-block;\r\n margin-top:-3px;\r\n}\r\n.conversation-list.stream-view .list-item-poll .list-item-body .post-content .view-more-ctrl.h-hide {\r\n display:none;\r\n}\r\n.conversation-list.thread-view .list-item-video .list-item-body .videoscontainer {\r\n float:{vb:stylevar left};\r\n width:100%;\r\n}\r\n.videoscontainer {\r\n overflow:hidden;\r\n}\r\n.conversation-empty {\r\n padding: 20px;\r\n text-align: center;\r\n font-weight: bold;\r\n background: {vb:stylevar no_content_background};\r\n}\r\n/* stream view END */\r\n/*Activity Stream Forum Tab / SubForum Module*/\r\n#forum-tab.dataLoaded {\r\n border-bottom:{vb:stylevar primary_module_border};\r\n}\r\n.forum-list-container {\r\n border-collapse: separate;\r\n font-size:12px;\r\n margin-bottom:0;\r\n}\r\n.subchannel-widget .forum-list-container {\r\n border:{vb:stylevar post_border};\r\n border-width:1px 0 0;\r\n}\r\n.forum-list-container th,\r\n.forum-list-container td {\r\n padding:0;\r\n}\r\n.forum-list-container .forum-list-header .header-forum span {\r\n margin:0 12px;\r\n}\r\n.forum-list-container .forum-list-header .header-forum {\r\n border-{vb:stylevar left}:{vb:stylevar toolbar_border};\r\n}\r\n.forum-list-container .forum-list-header .header-lastpost {\r\n border-{vb:stylevar right}:{vb:stylevar toolbar_border};\r\n}\r\n.forum-list-container .forum-list-header th {\r\n border-bottom: {vb:stylevar toolbar_border};\r\n}\r\n#forum-tab .forum-list-container .forum-list-header th {\r\n border-top: {vb:stylevar toolbar_border};\r\n}\r\n.forum-list-container .forum-list-header .header-forum,\r\n.forum-list-container .forum-item .cell-forum {\r\n width:50%;\r\n text-align:{vb:stylevar left};\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-forum,\r\n.subchannel-widget .forum-list-container .forum-item .cell-forum {\r\n width:54%;\r\n}\r\n.forum-list-container .forum-list-header .header-topics,\r\n.forum-list-container .forum-list-header .header-posts,\r\n.forum-list-container .forum-item .topics-count,\r\n.forum-list-container .forum-item .posts-count {\r\n text-align:center;\r\n padding-{vb:stylevar left}:8px;\r\n padding-{vb:stylevar right}:8px;\r\n width:4%;\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-topics,\r\n.subchannel-widget .forum-list-container .forum-list-header .header-posts,\r\n.subchannel-widget .forum-list-container .forum-item .topics-count,\r\n.subchannel-widget .forum-list-container .forum-item .posts-count {\r\n width:8%;\r\n}\r\n.forum-list-container .forum-list-header .header-topics,\r\n.forum-list-container .forum-item .topics-count {\r\n padding-{vb:stylevar left}:16px;\r\n}\r\n.forum-list-container .forum-list-header .header-posts,\r\n.forum-list-container .forum-item .posts-count {\r\n padding-{vb:stylevar right}:16px;\r\n}\r\n.forum-list-container .forum-list-header .header-lastpost,\r\n.forum-list-container .forum-item .lastpost {\r\n width:42%;\r\n text-align:{vb:stylevar left};\r\n}\r\n.subchannel-widget .forum-list-container .forum-list-header .header-lastpost,\r\n.subchannel-widget .forum-list-container .forum-item .lastpost {\r\n width:30%;\r\n}\r\n.forum-list-container .category-header {\r\n background: {vb:stylevar primary_module_subheader_background};\r\n height: 33px;\r\n}\r\n.forum-list-container .category-header td {\r\n padding:0 12px;\r\n border-top: {vb:stylevar primary_module_subheader_border};\r\n}\r\n.forum-list-container .forum-list-header + .category-header td {\r\n border-top: none;\r\n}\r\n.forum-list-container .category-header .category {\r\n font-size: 14px;\r\n font-weight: bold;\r\n float:{vb:stylevar left};\r\n color:{vb:stylevar primary_module_subheader_text_color} !important;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn {\r\n display:inline-block;\r\n width:13px;\r\n height:13px;\r\n margin-{vb:stylevar left}:5px;\r\n margin-top:1px;\r\n border:{vb:stylevar toolbar_form_field_border};\r\n vertical-align:top;\r\n -moz-border-radius:2px;\r\n -moz-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn span {\r\n display:inline-block;\r\n height:7px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn.right-arrow span {\r\n width:6px;\r\n margin-{vb:stylevar left}:4px;\r\n margin-top:3px;\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -128px -48px;\r\n}\r\n.forum-list-container .category-header .toggle-subforums-btn.down-arrow span {\r\n width:8px;\r\n margin-{vb:stylevar left}:3px;\r\n margin-top:4px;\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -80px -48px;\r\n}\r\n.forum-list-container .forum-item {\r\n /*background:#FFF;*/\r\n}\r\n.forum-list-container .forum-item td {\r\n padding:15px 0;\r\n border-top:1px dotted #B7BBCE;\r\n vertical-align:top;\r\n}\r\n.forum-list-container .category-header + .forum-item td,\r\n.subchannel-widget .forum-list-container .forum-list-header + .forum-item td {\r\n border-top:0;\r\n}\r\n.subchannel-widget .forum-list-container .forum-item td {\r\n border-top:{vb:stylevar post_border};\r\n}\r\n.forum-list-container .forum-item td:first-child {\r\n padding-{vb:stylevar left}:5px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -36px -208px;\r\n display: inline-block;\r\n height: 15px;\r\n width: 16px;\r\n vertical-align: middle;\r\n margin-{vb:stylevar right}:4px;\r\n margin-top: 2px;\r\n}\r\n.forum-list-container .forum-item.subforum-item .cell-forum .icon {\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n.forum-list-container .forum-item.inactive .cell-forum .icon {\r\n background-position: -36px -208px;\r\n}\r\n.forum-list-container .forum-item.new .cell-forum .icon {\r\n background-position: -4px -208px;\r\n}\r\n.forum-list-container .forum-item.closed .cell-forum .icon {\r\n background-position: -100px -208px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .arrow-indent {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -240px -208px;\r\n display: inline-block;\r\n height: 9px;\r\n width: 11px;\r\n margin-{vb:stylevar right}: 1px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .arrow-indent + .arrow-indent {\r\n margin-{vb:stylevar left}: 3px;\r\n}\r\n.forum-list-container .forum-item .cell-forum .forum-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.forum-list-container .forum-item .cell-forum .viewer {\r\n color: {vb:stylevar time_stamp_color};\r\n}\r\n.forum-list-container .forum-item .cell-forum .viewer span {\r\n}\r\n.forum-list-container .forum-item .cell-forum .forum-desc {\r\n margin-{vb:stylevar left}: 24px;\r\n}\r\n.forum-list-container .forum-item.sub .cell-forum .forum-desc {\r\n margin-{vb:stylevar left}: 18px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper {\r\n display: table;\r\n table-layout:fixed;\r\n width:100%;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .lastpost-info,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {\r\n display: table-cell;\r\n vertical-align: top;\r\n width:100%;\r\n padding-{vb:stylevar left}:0;\r\n}\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {\r\n padding-{vb:stylevar left}:24px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .avatar + .lastpost-info {\r\n padding-{vb:stylevar left}:42px;\r\n}\r\n.forum-list-container .forum-item .lastpost > .lastpost-wrapper > .lastpost-info > .lastpost-title,\r\n.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info > .forum-title {\r\n display: inline-block;\r\n width:100%;\r\n}\r\n.forum-list-container .subforum-list {\r\n /*background:#FFF;*/\r\n}\r\n.forum-list-container .subforum-list table {\r\n margin-bottom:0;\r\n}\r\n.forum-list-container .subforum-list > td {\r\n padding-top:0;\r\n padding-{vb:stylevar right}:12px;\r\n padding-{vb:stylevar left}:29px;\r\n padding-bottom:15px;\r\n}\r\n.forum-list-container .subforum-list .subforum-header {\r\n font-weight: bold;\r\n margin-bottom: 10px;\r\n margin-top: -6px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item {\r\n padding-{vb:stylevar right}:40px;\r\n}\r\n\r\n<vb:comment>\r\nVBV-11205: IE9 really doesn\'t like this padding. It causes the description table cells to not wrap which blows out the width of \r\neverything in some really unusual ways. But it only does this in certain circumstances depending on the exact makeup of the forum \r\ntree. In particular it *seems* like this happens when the subforum list goes to more than one row, possibly only when the normal \r\nrender would cause that list to display under right hand column content. However it appears that the behavior is also dependant\r\non the phrase of the mooon and the current market price of cheese. Given that I can\'t predict exactly why IE9 wigs out I can\'t \r\nguarentee this fixes all cases, but it fixes all cases I can find. Lastly this may cause minor display issues with the \r\nsubforum list not having enough spacing, but it\'s way better than it used to be.\r\n</vb:comment>\r\n.ie9 .forum-list-container .subforum-list .subforum-item {\r\n padding-{vb:stylevar right}:0px;\r\n}\r\n\r\n\r\n.forum-list-container .subforum-list .subforum-item .icon,\r\n.forum-list-container .forum-item.sub .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -272px -208px;\r\n display: inline-block;\r\n height: 11px;\r\n width: 10px;\r\n margin-{vb:stylevar right}: 7px;\r\n margin-top:2px;\r\n float:{vb:stylevar left};\r\n}\r\n.forum-list-container .subforum-list .subforum-item .icon.new,\r\n.forum-list-container .forum-item.sub.new .cell-forum .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -256px -208px;\r\n}\r\n.forum-list-container .channel-list .channel-item .mainforum-list .mainforum-item .subforum-list .subforum-item.new .icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -256px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item.inactive .icon {\r\n background-position: -272px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item.closed .icon {\r\n background-position: -288px -208px;\r\n}\r\n.forum-list-container .subforum-list .subforum-item .subforum-info {\r\n float:{vb:stylevar left};\r\n}\r\n.list-footer {\r\n text-align: center;\r\n padding: 5px 10px 3px 10px;\r\n /*border: {vb:stylevar form_border};*/\r\n background: {vb:stylevar module_tab_background};\r\n}\r\n.subchannel-widget .list-footer {\r\n border-bottom: {vb:stylevar post_border};\r\n}\r\n\r\n/*Channel Widget - Topic Tab*/\r\n.topic-list-container {\r\n width:100%;\r\n border:{vb:stylevar post_border};\r\n border-width:0 0 1px;\r\n margin-bottom:0;\r\n border-collapse:separate;\r\n}\r\n.topic-list-container .topic-list-header {\r\n height:33px;\r\n line-height: 33px;\r\n font-size:12px;\r\n background:{vb:stylevar primary_module_subheader_background};\r\n color: {vb:stylevar primary_module_subheader_text_color};\r\n}\r\n.topic-list-container .topic-list-header th {\r\n text-align:{vb:stylevar left};\r\n padding:0;\r\n}\r\n.topic-list-container .topic-list-header .header-topic {\r\n width:60%;\r\n padding-{vb:stylevar left}:12px;\r\n border-{vb:stylevar left}:{vb:stylevar primary_module_subheader_border};\r\n}\r\n.topic-list-container .topic-list-header .header-icons {\r\n width:1%;\r\n}\r\n.topic-list-container .topic-list-header .header-stats {\r\n width:12%;\r\n}\r\n.topic-list-container .topic-list-header .header-lastpost {\r\n width:27%;\r\n border-{vb:stylevar right}:{vb:stylevar primary_module_subheader_border};\r\n}\r\n.inlinemod-container .topic-list-container .topic-list-header .header-topic {\r\n width:58%;\r\n}\r\n.inlinemod-container .topic-list-container .topic-list-header .header-checkbox {\r\n width:2%;\r\n display:table-cell;\r\n border-{vb:stylevar right}:{vb:stylevar form_field_border};\r\n}\r\n.topic-list-container .topic-list-header .header-checkbox {\r\n display:none;\r\n}\r\n.topic-list-container .topic-list {\r\n background: {vb:stylevar wrapper_background};\r\n}\r\n.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child td {\r\n border-top:2px solid #C8CCCE;\r\n}\r\n.topic-list-container .topic-list .topic-item td {\r\n padding: 10px 15px;\r\n border-top: {vb:stylevar primary_module_subheader_border};\r\n vertical-align:top;\r\n}\r\n.topic-list-container .topic-list .topic-item td.cell-lastpost {\r\n padding-left: 0;\r\n}\r\n.topic-list-container .topic-list .topic-item.unapproved {\r\n background: #E2F0CE;\r\n}\r\n.topic-list-container .topic-list .topic-item.deleted {\r\n background: #F5E3E2;\r\n}\r\n.topic-list-container .topic-list .topic-item.sticky {\r\n background: {vb:stylevar sticky_topic_background_color};\r\n}\r\n.topic-list-container .topic-list .topic-item:first-child {\r\n border-top:0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-checkbox {\r\n text-align: center;\r\n padding: 15px 0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic {\r\n position:relative;\r\n padding-{vb:stylevar left}:10px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons {\r\n vertical-align:middle;\r\n white-space:nowrap;\r\n padding-{vb:stylevar left}:0;\r\n min-width:16px;\r\n text-align:{vb:stylevar right};\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons .icon {\r\n display:inline-block;\r\n width:16px;\r\n height:16px;\r\n margin-{vb:stylevar left}:5px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-icons .icon:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n<vb:comment>\r\n.topic-list-container .topic-list .topic-item .cell-icons .icon.expiring-redirect-icon {\r\n /* @todo: add background image for expiring thread redirects here */\r\n /* background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -256px -240px; */\r\n}\r\n</vb:comment>\r\n.cell-topic .vb-icon-topic-status {\r\n float: {vb:stylevar left};\r\n top:3px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper {\r\n width: 87%;\r\n margin-{vb:stylevar left}: 8px;\r\n font-weight: bold;\r\n float: {vb:stylevar left};\r\n}\r\n\r\n.topic-list-container .topic-list .topic-item.read .cell-topic .topic-wrapper {\r\n font-weight: normal;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper .prefix {\r\n float: {vb:stylevar left};\r\n margin: 0;\r\n margin-{vb:stylevar right}:5px;\r\n font-weight:normal;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper .go-to-first-unread {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width: 11px;\r\n height: 11px;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -304px -208px;\r\n margin-top: -2px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-lastpost .go-to-last-post {\r\n display: inline-block;\r\n vertical-align: middle;\r\n height: 9px;\r\n width: 13px;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -320px -208px;\r\n margin-top: -2px;\r\n}\r\n\r\n.topic-list-container .topic-list .topic-item .cell-topic .topic-info {\r\n margin-{vb:stylevar left}:24px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-count {\r\n padding-{vb:stylevar left}:0;\r\n font-size:12px;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-count {\r\n padding-{vb:stylevar left}:0;\r\n font-size:12px;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved .cell-lastpost,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-lastpost {\r\n vertical-align:middle;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved.has-unpublished .cell-count,\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.unapproved.has-unpublished .cell-lastpost {\r\n vertical-align:top;\r\n}\r\n.topic-list-container .topic-list .topic-item.inlinemod-item.deleted .cell-lastpost .delete-reason {\r\n overflow:hidden;\r\n max-height:16px;\r\n}\r\n.deletedItems-list .delete-reason label{\r\n color:{vb:stylevar diff_remove_color};\r\n}\r\n\r\n#privateMessageContainer .deletedItems-list .post-content{\r\n margin: 0;\r\n}\r\n#privateMessageContainer .privateMessageActionCheck {\r\n margin-{vb:stylevar left}:17px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-wrapper,\r\n#privateMessageContainer .infractions-list .list-item-wrapper{\r\n padding-{vb:stylevar left}:10px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-wrapper .avatar,\r\n#privateMessageContainer .infractions-list .list-item-wrapper .avatar {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body-wrapper{\r\n margin-{vb:stylevar left}:43px;\r\n}\r\n\r\n#privateMessageContainer .deletedItems-list .list-item-body{\r\n padding-{vb:stylevar left}:0;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body .pending-buttons{\r\n margin-{vb:stylevar left}: -7px;\r\n}\r\n#privateMessageContainer .deletedItems-list .list-item-body .action-buttons{\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n#privateMessageContainer .infractions-list .list-item-wrapper .post-content {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n#privateMessageContainer .infractions-list .list-item-wrapper{\r\n padding-{vb:stylevar left}:10px;\r\n}\r\n\r\n\r\n.topic-list-container .topic-list .topic-item .cell-inlinemod-item {\r\n text-align:{vb:stylevar right};\r\n padding-{vb:stylevar left}:0;\r\n}\r\n.topic-list-container .topic-list .topic-item .cell-inlinemod-item input {\r\n margin:0;\r\n}\r\n.topic-title{\r\n color:{vb:stylevar topic_title_color};\r\n}\r\n/*END Channel Widget - Topic Tab*/\r\n\r\n<vb:comment>END subchannel widget</vb:comment>\r\n\r\n<vb:comment>Unsubscribe Overlay START</vb:comment>\r\n.unsubscribe-overlay .unsubscribe-options {\r\n margin:20px 10px 0;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option {\r\n clear:both;\r\n margin-top:15px;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option:first-child {\r\n margin-top:0;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option > input {\r\n float: {vb:stylevar left};\r\n margin-bottom: 10px;\r\n margin-{vb:stylevar right}: 10px;\r\n margin-{vb:stylevar left}:0;\r\n margin-top: 1px;\r\n}\r\n.unsubscribe-overlay .unsubscribe-options .unsubscribe-option > label {\r\n display:table-cell;\r\n}\r\n<vb:comment>Unsubscribe Overlay END</vb:comment>\r\n\r\n/* Share a Post Popup */\r\n.ui-tooltip-sharepostlink {\r\n max-width: 550px;\r\n}\r\n/* Who Voted Popup */\r\n.ui-tooltip-whovoted ul li {\r\n clear: {vb:stylevar left};\r\n padding-top: 5px;\r\n}\r\n.ui-tooltip-whovoted ul li .avatar {\r\n display: inline-block;\r\n height: auto;\r\n margin: auto;\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n.ui-tooltip-whovoted ul li img {\r\n width: 45px;\r\n height: 45px;\r\n}\r\n.ui-tooltip-whovoted ul li .username {\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.ui-tooltip-whovoted ul li .usertitle {\r\n color: #CCC;\r\n}\r\n.ui-tooltip-whovoted .ui-tooltip-content {\r\n padding-right: 25px;\r\n max-height: 195px;\r\n overflow-y: auto;\r\n white-space: nowrap;\r\n word-wrap: normal;\r\n}\r\n\r\n/* Signature Popup */\r\n.ui-tooltip-signature {\r\n max-width: 550px;\r\n}\r\n.post-signature {\r\n margin-bottom:15px;\r\n clear:both;\r\n}\r\n.ui-tooltip-signature .ui-tooltip-content {\r\n background: {vb:stylevar tooltip_signature_background};\r\n border: {vb:stylevar tooltip_signature_border};\r\n padding: 12px;\r\n font-size: 11px;\r\n line-height:16px;\r\n}\r\n.ui-tooltip-signature .post-signature {\r\n margin-bottom:0;\r\n color: {vb:stylevar time_stamp_color};\r\n}\r\n\r\n/* Terms Dialog */\r\n#termsDialogContent {\r\n height: 300px;\r\n overflow: auto;\r\n}\r\n\r\n/* Notices */\r\n.notices {\r\n margin:0 20px;\r\n}\r\n.notice {\r\n padding: 6px 10px;\r\n border: {vb:stylevar notice_border};\r\n background: {vb:stylevar notice_background};\r\n color: {vb:stylevar notice_text_color};\r\n margin-bottom: 15px;\r\n min-height: 16px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n<vb:comment>TODO: convert to vb-icon</vb:comment>\r\n.notice > .close {\r\n float: {vb:stylevar right};\r\n margin-{vb:stylevar left}: 10px;\r\n margin-top: 3px;\r\n cursor: pointer;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -209px -177px;\r\n height: 10px;\r\n width: 10px;\r\n text-indent: -99999px;\r\n}\r\n.conversation-status-message.notice {\r\n font-weight:bold;\r\n margin-bottom:22px;\r\n font-size:14px;\r\n}\r\n.conversation-status-message.notice .close {\r\n display:none;\r\n}\r\n.conversation-status-message.notice.show-x .close {\r\n display:block;\r\n}\r\n\r\n/* Announcements */\r\n.canvas-layout-container .canvas-widget.announcement-widget {\r\n border: {vb:stylevar announcement_border};\r\n background: {vb:stylevar announcement_background};\r\n color: {vb:stylevar announcement_text_color};\r\n}\r\n.canvas-layout-container .canvas-widget.announcement-widget .widget-content {\r\n padding: 0;\r\n}\r\n.canvas-layout-container .canvas-widget.announcement-widget .widget-content .ui-widget-content {\r\n color: {vb:stylevar announcement_text_color};\r\n}\r\n.announcement-tabs {\r\n background: transparent;\r\n border: none;\r\n padding:0;\r\n}\r\n.announcement-tabs .tab {\r\n min-height:47px;\r\n}\r\n.announcement-tabs .tab > h3 {\r\n font-size: 14px;\r\n padding-bottom: 15px;\r\n text-transform: uppercase;\r\n}\r\n.announcement-tabs .tabnav {\r\n float: {vb:stylevar right};\r\n margin-{vb:stylevar right}: -4px;\r\n}\r\n.announcement-tabs .tabnav .count {\r\n float: {vb:stylevar left};\r\n font-size: 11px;\r\n margin-{vb:stylevar right}: 7px;\r\n}\r\n.announcement-tabs .tabnav .control {\r\n float: {vb:stylevar left};\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 10px;\r\n width: 10px;\r\n margin-{vb:stylevar left}: 3px;\r\n padding-top: 1px;\r\n}\r\n.announcement-tabs .tabnav .control.h-hide {\r\n display: none;\r\n}\r\n.announcement-tabs .tabnav .control span {\r\n display: inline-block;\r\n width: 6px;\r\n text-indent:-99999px;\r\n}\r\n.announcement-tabs .announcementtext {\r\n height:auto !important;\r\n}\r\n.announcement-tabs .tabnav .control.next span {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -128px -48px;\r\n}\r\n.announcement-tabs .tabnav .control.prev span {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -104px -48px;\r\n}\r\n.announcement-tabs .ui-tabs-nav {\r\n display: none;\r\n}\r\n.announcement-tabs.ui-tabs .ui-tabs-panel {\r\n padding: 0;\r\n}\r\n.announcement-widget .widget-header {\r\n display: none;\r\n}\r\n.announcement-widget.empty {\r\n display: none;\r\n}\r\n\r\n/* Inline Mod */\r\n.stream-view .inlinemod-item.inlinemod_highlight,\r\n.topic-list .inlinemod-item.inlinemod_highlight,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.inlinemod-item.inlinemod_highlight,\r\n.blog-conversation-content-widget.conversation-content-widget .list-container.stream-view .list-item.conversation-starter.inlinemod-item.inlinemod_highlight .list-item-body-wrapper {\r\n background:#D6E8EF !important;\r\n}\r\n.inlinemod-item .checkbox {\r\n margin-{vb:stylevar right}: 15px;\r\n margin-top: 9px;\r\n}\r\n.thread-view .inlinemod-item .checkbox {\r\n margin-{vb:stylevar left}: 10px;\r\n margin-{vb:stylevar right}: 0;\r\n margin-top: -3px;\r\n}\r\n.stream-view .inlinemod-item .checkbox {\r\n margin-top: 0;\r\n}\r\n.inlinemod-item .checkbox .cb_inlinemod {\r\n margin:0;\r\n}\r\n.conversation-content-widget .list-container.thread-view .list-item.inlinemod-item .post-title {\r\n width:92%;\r\n}\r\n.moderationmenu_container ,\r\n.adminmenu_container\r\n{\r\n z-index:1000;\r\n}\r\n.adminmenu_container .admin-mainmenu\r\n{\r\n height:24px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container {\r\n border-{vb:stylevar left}: 1px solid #FFF;\r\n height: 36px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu {\r\n padding-top:6px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .administrative > span ,\r\n.adminmenu_container .admin-mainmenu .administrative > span {\r\n display:inline-block;\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -208px -112px;\r\n width:14px;\r\n height:16px;\r\n}\r\n.blogSummaryContainer .adminmenu_container .admin-mainmenu .administrative > span,\r\n.groupSummaryContainer .adminmenu_container .admin-mainmenu .administrative > span {\r\n text-indent: 20px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu > span,\r\n.conversation-toolbar .toolbar-inline-mod .adminmenu_container .admin-mainmenu .mainmenu > span {\r\n margin-top:4px;\r\n text-indent:-99999px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .moderation > span,\r\n.adminmenu_container .admin-mainmenu .moderation > span {\r\n display:inline-block;\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -192px -112px;\r\n width:16px;\r\n height:16px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .cb_inlinemod_main {\r\n margin-top:6px;\r\n margin-{vb:stylevar left}:5px;\r\n margin-{vb:stylevar right}:7px;\r\n margin-bottom:0;\r\n float:{vb:stylevar right};\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.hover .cb_inlinemod_main {\r\n margin-top:12px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.pos-top.hover .cb_inlinemod_main {\r\n margin-top:13px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu,\r\n.adminmenu_container .admin-mainmenu .mainmenu {\r\n position:relative;\r\n padding:0 10px;\r\n}\r\n.moderationmenu_container .moderation-mainmenu .mainmenu.administrative {\r\n padding:0;\r\n padding-{vb:stylevar left}:7px;\r\n padding-{vb:stylevar right}:6px;\r\n}\r\n\r\n.moderationmenu_container .moderation-mainmenu .mainmenu .moderation-submenu ,\r\n.adminmenu_container .admin-mainmenu .mainmenu .admin-submenu {\r\n position:absolute;\r\n {vb:stylevar right}:0;\r\n top:24px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu {\r\n border:1px solid transparent;\r\n border-width:0 1px;\r\n cursor:pointer;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover {\r\n height: 37px;\r\n margin-top: -6px;\r\n background: #FFF !important;\r\n border-color:#BCBCBC;\r\n border-{vb:stylevar left}-color:transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover.pos-top {\r\n margin-top: -7px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover > span {\r\n margin-top: 10px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.pos-top.hover > span {\r\n margin-top: 11px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover .submenu {\r\n border-top:0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.hover.pos-top .submenu {\r\n border-bottom:0;\r\n border-top:1px solid;\r\n border-top-color:inherit;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative.hover + .mainmenu.moderation {\r\n background: none;\r\n border-{vb:stylevar left}:1px solid transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation {\r\n padding-{vb:stylevar left}: 9px;\r\n padding-{vb:stylevar right}: 0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container.topictools .moderation-mainmenu .mainmenu.moderation {\r\n padding-{vb:stylevar right}: 9px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative + .mainmenu.moderation {\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -144px -48px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation > span {\r\n float:{vb:stylevar left};\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation.hover {\r\n background:#FFF;\r\n border-{vb:stylevar right}-color:transparent;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.administrative + .mainmenu.moderation.hover {\r\n border-{vb:stylevar left}: 1px solid #BCBCBC;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu {\r\n top:37px;\r\n {vb:stylevar right}:-1px;\r\n {vb:stylevar left}:auto;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu.moderation .submenu {\r\n {vb:stylevar right}:-2px;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li {\r\n border-top:1px dotted #C0C0C0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li:first-child {\r\n border-top:0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li.col1 {\r\n border-{vb:stylevar right}:1px dotted #C0C0C0;\r\n}\r\n<vb:comment>\r\n/* This uses a class instead of :last-child for IE8\'s sake */\r\n</vb:comment>\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li.col2.last-item {\r\n border-bottom:1px dotted #C0C0C0;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu {\r\n cursor: default;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu.splitmenu > li {\r\n cursor: pointer;\r\n}\r\n.conversation-toolbar .toolbar-inline-mod .moderationmenu_container .moderation-mainmenu .mainmenu .submenu > li > a {\r\n color:inherit;\r\n}\r\n.conversation-toolbar-wrapper .conversation-toolbar .toolset-right > .toolbar-inline-mod {\r\n padding-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n background: none;\r\n border-{vb:stylevar left}: 1px solid #BCBCBC;\r\n height: 36px;\r\n margin-top: -6px;\r\n}\r\n.dialog-container.ui-dialog.inlinemod-delete-dialog .sb-dialog {\r\n padding:15px;\r\n}\r\n.dialog-container.ui-dialog.inlinemod-delete-dialog.loading .sb-dialog .action-buttons {\r\n display:none;\r\n}\r\n.delete-posts-form .delete-posts-header {\r\n margin-bottom:8px;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-options {\r\n margin:5px 0 13px 0;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .delete-posts-options {\r\n margin-top:0;\r\n margin-bottom:5px;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-options input,\r\n.manage-deleted-form input {\r\n margin-top:3px;\r\n margin-{vb:stylevar right}:3px;\r\n margin-bottom:7px;\r\n margin-{vb:stylevar left}:0;\r\n vertical-align: middle;\r\n}\r\n.delete-posts-form .delete-posts-body .delete-posts-reason,\r\n.manage-deleted-form textarea,\r\n.manage-deleted-form input[type=\'text\']{\r\n width:452px;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .delete-posts-reason {\r\n width:442px;\r\n}\r\n.delete-post-dialog .delete-posts-form .delete-posts-body .description {\r\n font-size: 11px;\r\n margin-top:8px;\r\n margin-bottom:0;\r\n}\r\n.delete-posts-form .delete-posts-body .soft-delete-option {\r\n margin-bottom:12px;\r\n}\r\n.spam-form .userlist{\r\n margin-top: 10px;\r\n}\r\n.spam-form .userban li{\r\n margin-top: 10px;\r\n position: relative;\r\n}\r\n.spam-form .userban li label{\r\n position: absolute;\r\n margin-{vb:stylevar left}:30px;\r\n}\r\n.spam-form .userban li .userbanfield{\r\n position: relative;\r\n margin-{vb:stylevar left}: 190px;\r\n}\r\n\r\n.manage-deleted-form .indented {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.manage-deleted-form .edit-topic-header,\r\n.manage-deleted-form .moderationlog-header {\r\n margin-top:15px;\r\n}\r\n.manage-deleted-form .edit-topic-title p {\r\n margin-bottom:10px;\r\n}\r\n.manage-deleted-form .posticons-header,\r\n.manage-deleted-form .delete-posts-header,\r\n.manage-deleted-form .delete-posts-body .deletereason-row {\r\n margin-top:10px;\r\n}\r\n.manage-deleted-form .post-icon-menu{\r\n padding:5px\r\n}\r\n.manage-deleted-form .post-icon-menu .post-icon-item{\r\n display: inline-block;\r\n padding-right: 16px;\r\n}\r\n.manage-deleted-form .modlog_rows {\r\n max-height:99px;\r\n overflow:auto;\r\n}\r\n.manage-deleted-form .modlog_rows li {\r\n border-top: 1px dotted {vb:stylevar post_controls_divider_color};\r\n padding: 8px 0;\r\n}\r\n.manage-deleted-form .modlog_rows li:first-child {\r\n border-top: 0;\r\n}\r\n/* End Inline Mod*/\r\n\r\n<vb:comment> Visitor Message display widget START</vb:comment>\r\n.visitormessage-widget .conversation-list.stream-view .list-item-header .vm-desc {\r\n margin-{vb:stylevar left}: 15px;\r\n}\r\n.visitormessage-widget .conversation-list {\r\n border: 0;\r\n}\r\n<vb:comment> Visitor Message display widget END</vb:comment>\r\n\r\n<vb:comment> PM pending posts START</vb:comment>\r\n.private-message-widget .pending-posts-container .message-list {\r\n border:0;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item {\r\n padding-top:17px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .avatar {\r\n margin-{vb:stylevar left}:17px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .info {\r\n margin-{vb:stylevar right}:17px;\r\n height: auto;\r\n line-height: normal;\r\n width: 150px;\r\n}\r\n.private-message-widget .pending-posts-container .message-list .list-item .post-date {\r\n margin-bottom: 5px;\r\n text-align: {vb:stylevar right};\r\n}\r\n.private-message-widget .pending-posts-container .button{\r\n margin-bottom: 8px;\r\n}\r\n.private-message-widget .pending-posts-container .photo-count .icon{\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -256px -240px;\r\n width: 16px;\r\n height: 16px;\r\n display: inline-block;\r\n vertical-align:baseline;\r\n}\r\n.private-message-widget .pending-posts-container .list-item-wrapper{\r\n width:95%;\r\n}\r\n.private-message-widget .pending-posts-container .photo-count .count{\r\n position: relative;\r\n top: -3px;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay {\r\n overflow: hidden;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .post-action-wrapper {\r\n line-height: 32px;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list {\r\n border:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item {\r\n padding-top:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .list-item-header .avatar {\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .list-item-body {\r\n padding-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .post-footer-wrapper .post-footer .divider {\r\n margin:0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .conversation-list .list-item .post-footer-wrapper .post-footer .post-controls {\r\n display:none;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .action-buttons .pending-post-controls .button:first-child {\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n.pending-post-overlay-container .pending-post-overlay .pending-buttons .button.h-hide {\r\n display: none;\r\n}\r\n.pending-post-overlay .list-item-header{\r\n margin-bottom:10px;\r\n\r\n}\r\n.pending-post-overlay-container button .button-icon{\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -512px -16px;\r\n height:10px;\r\n width:6px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous .button-icon{\r\n background-position:-464px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous:hover .button-icon{\r\n background-position:-480px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-previous.hide .button-icon{\r\n background-position:-496px -16px;\r\n}\r\n\r\n.pending-post-overlay-container .pending-post-next .button-icon{\r\n background-position:-512px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-next:hover .button-icon{\r\n background-position:-528px -16px;\r\n}\r\n.pending-post-overlay-container .pending-post-next.hide .button-icon{\r\n background-position:-544px -16px;\r\n}\r\n\r\n.pending-post-overlay .notes{\r\n font-weight:bold;\r\n margin-bottom:10px;\r\n}\r\n.pending-post-overlay .notes .notes-field{\r\n width: 90%;\r\n margin-bottom:0px;\r\n}\r\n.pending-post-overlay .dialog-content{\r\n border-bottom:{vb:stylevar popup_border};\r\n border-bottom-style:dotted;\r\n}\r\n.pending-post-overlay .list-item form{\r\n padding:0px;\r\n}\r\n.delete-posts-form .delete-posts-options .ban_user{\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts .label,\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts.has-count .label {\r\n width: 200px;\r\n}\r\n\r\n<vb:comment> PM pending posts END</vb:comment>\r\n\r\n#debug-information {\r\n margin: 20px auto;\r\n width: 500px;\r\n border: 3px solid {vb:stylevar main_nav_admin_bar_divider_left_color};\r\n padding: 5px;\r\n}\r\n#debug-information ol {\r\n margin: 0 20px;\r\n}\r\n\r\n.error-widget pre {\r\n width:100%;\r\n height:300px;\r\n overflow:auto;\r\n border:1px solid #888;\r\n padding:5px;\r\n}\r\n.footer-spacer {\r\n visibility: hidden;\r\n height: 15px;\r\n margin: 0;\r\n}\r\n.searchFields_tag .tag-input,\r\n.autocomplete-container input {\r\n width:auto !important;\r\n padding: 0;\r\n margin:-2px 0 0 !important;\r\n float: {vb:stylevar left};\r\n font-size: inherit;\r\n}\r\n.searchSwitchToAdvanced, .searchSwitchToForm {\r\n margin-bottom:10px;\r\n}\r\n.advancedSearchFields .searchFields_searchJSON {\r\n width:98.5%;\r\n height:100px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short {\r\n width:200px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short.datefield {\r\n width:75px;\r\n}\r\n.advancedSearchFields .tag-box .tag {\r\n margin-top:0px;\r\n margin-bottom:0px;\r\n}\r\n#tag-box-searchFields_tag .tag {\r\n margin-top: 0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset button {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-container {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"checkbox\"],\r\n.advancedSearchFields .add-search-container .add-search-fieldset select,\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"radio\"] {\r\n width:auto;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset select.searchFields_channel {\r\n width:100%;\r\n}\r\n\r\n/* auto-complete popup*/\r\n.ui-autocomplete {\r\n border: {vb:stylevar popup_border};\r\n font-size: 12px;\r\n min-width: 120px;\r\n padding: 0;\r\n background:{vb:stylevar autosuggest_background};\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n.ui-autocomplete .ui-menu-item a {\r\n height: 20px;\r\n line-height: 20px;\r\n padding: 0 10px;\r\n color:inherit;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n.ui-autocomplete .ui-menu-item a.ui-state-hover {\r\n background: {vb:stylevar inline_edit_search_bar_background_active};\r\n border: 0;\r\n margin: 0;\r\n color:inherit;\r\n}\r\n/* end auto-complete popup*/\r\n.new-content-widget .content-entry-box {\r\n margin-bottom:0;\r\n}\r\n\r\n.axd-widget .widget-header {\r\n display: none;\r\n}\r\n\r\n.canvas-layout-container .canvas-widget.axd-widget .widget-content {\r\n padding: 0;\r\n}\r\n/*For Member list popup dialogs*/\r\n.member-list-dialog-container.dialog-container .sb-dialog {\r\n max-height:498px !important;\r\n min-height: 200px !important;\r\n padding-top: 0;\r\n padding-bottom: 5px;\r\n}\r\n.member-list-dialog-container.dialog-container .sb-dialog .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n.member-list-dialog-container.dialog-container .sb-dialog .dialog-content .follow-btn.isSubscribed[disabled] {\r\n color: #252C2F !important;\r\n}\r\n.member-list .member-item {\r\n line-height:32px;\r\n height: 32px;\r\n padding:15px 0;\r\n border-top:1px dotted {vb:stylevar post_controls_divider_color};\r\n}\r\n.member-list .member-item:first-child {\r\n border-top:0;\r\n}\r\n.member-list .member-item .button {\r\n margin-top:3px;\r\n}\r\n/*END - For Member list popup dialogs*/\r\n.adv-editor-additional-options-ctrl {\r\n cursor:pointer;\r\n}\r\n<vb:comment>/***** START - Main Navigation Bar at the top of each page *****/</vb:comment>\r\n#main-navbar,\r\n#main-navbar-wrapper {\r\n background: {vb:stylevar main_nav_admin_bar_background};\r\n height: 28px;\r\n width: 100%;\r\n margin: auto;\r\n}\r\n#main-navbar {\r\n min-width:960px;\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n}\r\n#main-navbar ul.main-nav {\r\n height:100%;\r\n margin-right: 10px;\r\n}\r\n#main-navbar > ul li {\r\n float: {vb:stylevar left};\r\n}\r\n#main-navbar ul li a {\r\n display: block;\r\n height: 100%;\r\n padding: 0 10px;\r\n font:bold 12px/27px Helvetica, Arial, Verdana;\r\n}\r\n.ie9 #main-navbar ul li.sb-menu > a,\r\n.ie9 #main-navbar ul.secondary-nav > li > a {\r\n line-height:28px;\r\n}\r\n#main-navbar ul li a,\r\n#main-navbar ul.h-disabled li a:hover,\r\n#main-navbar ul li.h-disabled a:hover,\r\n#lnkUsernameMenu,\r\n#lnkLoginSignupMenu,\r\nul.h-disabled #lnkUsernameMenu:hover,\r\nul.h-disabled #lnkLoginSignupMenu:hover,\r\nli.h-disabled #lnkUsernameMenu:hover,\r\nli.h-disabled #lnkLoginSignupMenu:hover {\r\n color: {vb:stylevar main_nav_admin_bar_text_disabled_color};\r\n}\r\n\r\n#main-navbar ul li .divider {\r\n border-color:transparent {vb:stylevar main_nav_admin_bar_divider_right_color} transparent {vb:stylevar main_nav_admin_bar_divider_left_color};\r\n border-style:solid;\r\n border-width:0 1px;\r\n height:27px;\r\n width:0;\r\n margin:0;\r\n}\r\n#main-navbar ul li a:hover,\r\n#lnkUsernameMenu:hover,\r\n#lnkLoginSignupMenu:hover {\r\n color: {vb:stylevar main_nav_admin_bar_text_color_hover};\r\n}\r\n#main-navbar ul.main-nav li.sb-menu a:active,\r\n#main-navbar ul.main-nav li.sb-menu a.selected,\r\n#main-navbar ul.secondary-nav li.sb-menu a:active,\r\n#main-navbar ul.secondary-nav li.sb-menu a.selected {\r\n color:{vb:stylevar inline_edit_folder_active_color};\r\n background:#2E3740 url(images/css/sprite_gradients.png) repeat-x scroll 0 -550px;\r\n height:28px;\r\n}\r\n#main-navbar ul li.sb-menu.h-disabled a,\r\n#main-navbar ul li.sb-menu.h-disabled a:hover,\r\n#main-navbar ul li.sb-menu.h-disabled a:active {\r\n color:#818080;\r\n cursor:default;\r\n}\r\n#main-navbar ul.main-nav li.sb-menu.h-disabled a:hover,\r\n#main-navbar ul.main-nav li.sb-menu.h-disabled a:active {\r\n background:none;\r\n}\r\n#main-navbar ul.secondary-nav {\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n#main-navbar ul.secondary-nav.h-disabled,\r\n#main-navbar ul.secondary-nav li.h-disabled {\r\n opacity:0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n#main-navbar ul.secondary-nav.h-disabled a,\r\n#main-navbar ul.secondary-nav.h-disabled .username-container,\r\n#main-navbar ul.secondary-nav.h-disabled .edit-switch-container .switch-control,\r\n#main-navbar ul.secondary-nav li.h-disabled a,\r\n#main-navbar ul.secondary-nav li.h-disabled .username-container,\r\n#main-navbar ul.secondary-nav li.h-disabled .edit-switch-container .switch-control {\r\n cursor:default !important;\r\n}\r\n#main-navbar ul li a .icon {\r\n display:inline-block;\r\n width:15px;\r\n height:15px;\r\n vertical-align:text-bottom;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#main-navbar .lnkAdminCP {\r\n margin:3px 0;\r\n margin-{vb:stylevar right}:10px;\r\n border: {vb:stylevar main_nav_button_border};\r\n height:20px !important;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n#main-navbar .lnkAdminCP.h-disabled {\r\n opacity:0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n#main-navbar .lnkAdminCP,\r\n#main-navbar .lnkAdminCP.h-disabled:hover {\r\n background:#878F93 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -600px;\r\n}\r\n#main-navbar .lnkAdminCP:hover {\r\n}\r\n#main-navbar .lnkAdminCP a {\r\n font-size: 11px;\r\n line-height: 20px;\r\n padding: 0 5px;\r\n}\r\n#main-navbar .lnkAdminCP.h-disabled a {\r\n cursor:default;\r\n}\r\n#main-navbar .lnkAdminCP a,\r\n#main-navbar .lnkAdminCP a:hover,\r\n#main-navbar .lnkAdminCP a:active {\r\n color:#FFF !important;\r\n}\r\n#main-navbar .lnkAdminCP a .icon {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -96px -16px;\r\n width:14px;\r\n height:14px;\r\n}\r\n<vb:comment>/***** END - Main Navigation Bar at the top of each page *****/</vb:comment>\r\n\r\n<vb:comment> begin profile media</vb:comment>\r\n#mediaList {\r\n padding:16px;\r\n padding-{vb:stylevar right}:0;\r\n padding-bottom:5px;\r\n}\r\n#mediaList .item-album\r\n{\r\n width: 150px;\r\n height: auto;\r\n margin-{vb:stylevar right}:11px;\r\n margin-bottom: 11px;\r\n padding:10px 10px 15px;\r\n background:#F4F4F4;\r\n border:1px solid #C2C8CC;\r\n}\r\n#mediaList .item-album .media-thumbnail {\r\n text-align: center;\r\n width:150px;\r\n height:113px;\r\n line-height: 113px;\r\n cursor:pointer;\r\n margin-bottom:14px;\r\n}\r\n#mediaList .item-album .media-thumbnail img {\r\n max-height: 113px;\r\n max-width: 150px !important;\r\n vertical-align:middle;\r\n}\r\n#mediaList .item-album .media-title {\r\n font-size:12px;\r\n font-weight:bold;\r\n}\r\n#mediaList .item-album .media-count {\r\n font-size:11px;\r\n font-weight:bold;\r\n}\r\n.album-detail {\r\n padding-bottom:17px;\r\n margin: 15px;\r\n}\r\n.album-detail.conversation-list.stream-view {\r\n border:0;\r\n}\r\n.album-detail .album-title {\r\n font-size:16px;\r\n font-weight:bold;\r\n}\r\n.album-detail .media-count {\r\n font-size:11px;\r\n margin-{vb:stylevar left}:5px;\r\n}\r\n.album-detail .post-content {\r\n line-height:16px;\r\n margin-top:11px;\r\n}\r\n.album-detail .post-footer-wrapper .post-footer .post-controls {\r\n margin-bottom: 15px;\r\n margin-top: 5px;\r\n margin-{vb:stylevar right}:2px;\r\n}\r\n.album-detail .profile-media-uploadphotos {\r\n margin-{vb:stylevar left}:0;\r\n margin-bottom:1px;\r\n}\r\n.album-detail .content-entry-box.edit-post .profile-media-uploadphotos {\r\n display:none;\r\n}\r\n.album-detail .galleryLink .thumbnail-photo {\r\n max-height: 121px;\r\n max-width: 121px !important;\r\n}\r\n.album-detail .list-item-body-wrapper > .photo-preview {\r\n margin-top:10px;\r\n}\r\n.logged-out .album-detail .list-item-body-wrapper > .photo-preview {\r\n clear: both;\r\n padding-top: 15px;\r\n}\r\n.album-detail .content-entry-box.edit-post > .photo-preview {\r\n display:none;\r\n}\r\n.album-detail .content-entry-box.edit-post {\r\n margin-top:10px;\r\n}\r\n.photo-preview .photoPreviewBox {\r\n width: 127px;\r\n height: 127px;\r\n background-color: {vb:stylevar photo_preview_background};\r\n position:relative;\r\n border: {vb:stylevar photo_preview_border};\r\n margin-{vb:stylevar right}:-1px;\r\n margin-top:-1px;\r\n}\r\n.photo-preview .photoPreviewBox:first-child {\r\n border-{vb:stylevar left}-width:1px;\r\n}\r\n.photo-preview .photoPreviewBox .galleryLink\r\n{\r\n width: 121px !important;\r\n height: 127px;\r\n display:table-cell;\r\n text-align: center;\r\n vertical-align:middle;\r\n border: none;\r\n float:none;\r\n padding:3px;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large\r\n{\r\n width: 204px;\r\n height: auto;\r\n background-color:#FFF;\r\n padding:10px;\r\n margin:0;\r\n position:absolute;\r\n border:1px solid #858C90;\r\n {vb:stylevar left}:-1px;\r\n top:-1px;\r\n z-index:1000;\r\n display:none;\r\n}\r\n.photo-preview .photoPreviewBox:hover .photoPreviewBox-large\r\n{\r\n display:block;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large .galleryLink\r\n{\r\n width: 204px !important;\r\n height: auto;\r\n border: none;\r\n float:none;\r\n margin:0;\r\n padding:0;\r\n}\r\n.photo-preview .photoPreviewBox .photoPreviewBox-large .media-title {\r\n margin-top:5px;\r\n}\r\n.photoPreviewBox-large .media-title {\r\n font-size: 11px;\r\n font-weight: normal;\r\n line-height: 14px;\r\n}\r\n.photoPreviewBox-large .media-info {\r\n margin-top:3px;\r\n}\r\n.photoPreviewBox-large .media-info .media-author {\r\n font-size: 11px;\r\n font-weight: normal;\r\n line-height: 14px;\r\n}\r\n.photoPreviewBox-large .vertical-divider {\r\n margin:0 3px;\r\n}\r\n.album-detail .photoPreviewBox-large .galleryLink .thumbnail-photo {\r\n max-height: 204px;\r\n max-width: 204px !important;\r\n}\r\n.profileVideoPlayer\r\n{\r\n width: 50%;\r\n float:{vb:stylevar right};\r\n}\r\n.profileVideoInfo\r\n{\r\n width: 50%;\r\n float:{vb:stylevar right};\r\n}\r\n#profileMediaDetailContainer[data-nodeid=\"-1\"] { /*for Video album page*/\r\n padding:0;\r\n}\r\n#profileMediaDetailContainer .toolbar-filter-overlay {\r\n width: 120px;\r\n text-align: {vb:stylevar left};\r\n padding: 5px 10px;\r\n}\r\n\r\n#profileMediaDetailContainer .profileVideoInfo {\r\n float:{vb:stylevar left};\r\n}\r\n#profileMediaDetailContainer .entry-field {\r\n width: 98% !important;\r\n}\r\n#profileMediaDetailContainer .view-more-btn {\r\n margin-bottom:17px;\r\n}\r\n.channel-content-widget #profileMediaDetailContainer {\r\n padding-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n}\r\n<vb:comment> end profile media</vb:comment>\r\n\r\n<vb:comment> begin photo selector</vb:comment>\r\n.photoSelectorTabs\r\n{\r\n float: {vb:stylevar left};\r\n}\r\n.photoSelectorTabs ul,\r\n.photoSelectorTabs li\r\n{\r\n background:#F4F4F4 !important;\r\n -moz-border-radius:0 !important;\r\n -webkit-border-radius:0 !important;\r\n border-radius:0 !important;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li\r\n{\r\n border: {vb:stylevar popup_border} !important;\r\n border-width:0 0 1px 0 !important;\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n font-size:12px;\r\n float:none !important;\r\n width:150px;\r\n height:auto;\r\n min-height:30px;\r\n white-space:normal;\r\n overflow:hidden;\r\n top:0;\r\n}\r\n.photoSelectorTabs li a\r\n{\r\n color: #09161B !important;\r\n padding-{vb:stylevar left}: 0 !important;\r\n padding-{vb:stylevar right}: 0 !important;\r\n width: 100%;\r\n min-height:18px;\r\n line-height:18px;\r\n}\r\n.photoSelectorTabs li a span\r\n{\r\n padding-{vb:stylevar left}: 10px !important;\r\n padding-{vb:stylevar right}: 10px !important;\r\n display:block;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected,\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-active\r\n{\r\n background: #FFF !important;\r\n border-right-color: transparent !important;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-active a\r\n{\r\n font-weight:bold;\r\n}\r\n.photoSelectorTabs.ui-tabs .ui-tabs-nav li.ui-state-processing a\r\n{\r\n color: {vb:stylevar module_tab_text_color} !important;\r\n font-weight:normal;\r\n}\r\n.photoSelectorTabs ul\r\n{\r\n width: 150px;\r\n float: {vb:stylevar left};\r\n padding: 0 !important;\r\n border: 0;\r\n overflow-y:auto;\r\n overflow-x:hidden;\r\n}\r\n.photoSelectorTabs > div.tabPanel {\r\n margin-top: 0;\r\n padding: 0;\r\n width: 401px;\r\n overflow:auto;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries {\r\n margin:0;\r\n padding:0;\r\n width:100%;\r\n border:{vb:stylevar popup_border};\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.photo-selector-wrapper .checkboxCounter {\r\n margin-bottom:2px;\r\n}\r\n.photoSelectorTabs,\r\n.photoSelectorTabs ul,\r\n.photoSelectorTabs > div.tabPanel,\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries {\r\n height:450px;\r\n}\r\n.photo-selector-wrapper .photo-selector-container {\r\n overflow:hidden;\r\n}\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries .photo-item-wrapper {\r\n cursor:pointer;\r\n height:200px;\r\n -moz-border-radius:0 !important;\r\n -webkit-border-radius:0 !important;\r\n border-radius:0 !important;\r\n}\r\n.photo-selector-wrapper .photo-selector-container .photo-selector-galleries .photo-item-wrapper.selected {\r\n background:#F9F9F9;\r\n}\r\n.photo-selector-wrapper.has-scrollbar .gallery-wrapper .photo-display .photo-item-wrapper.last-in-row {\r\n border-{vb:stylevar right}:{vb:stylevar photo_border};\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item {\r\n position:relative;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .photo-checkbox input {\r\n position:absolute;\r\n margin:0;\r\n top:0;\r\n {vb:stylevar right}:0;\r\n z-index:2000;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox {\r\n height: 172px;\r\n width: 172px;\r\n padding:14px;\r\n}\r\n.photo-selector-wrapper .photo-selector-galleries .photo-item .thumbnail-container .thumbnailbox-wrapper .thumbnailbox .thumbnail {\r\n max-height: 172px;\r\n max-width: 172px;\r\n}\r\n<vb:comment> end photo selector</vb:comment>\r\n\r\n/** START human verification */\r\n.humanverify .imageregt {\r\n width: 184px !important;\r\n margin-top:3px;\r\n}\r\n.humanverify {\r\n margin-top:20px;\r\n}\r\n.humanverify .label_column {\r\n margin-bottom:8px;\r\n font-size:14px;\r\n font-weight:bold;\r\n display:block;\r\n}\r\n.humanverify .refresh_imagereg,\r\n.humanverify .progress_imagereg {\r\n vertical-align:bottom;\r\n}\r\n/** END human verification */\r\n\r\n#frmLostpw .action-buttons {\r\n margin:0;\r\n}\r\n#preview-overlay .conversation-list.stream-view {\r\n border: none !important;\r\n}\r\n#preview-overlay .conversation-list.stream-view .list-item {\r\n background: transparent;\r\n}\r\n#preview-overlay .galleryLink {\r\n cursor:default;\r\n}\r\n.site-name {\r\n margin: 5px 0;\r\n}\r\n\r\na.cke_button .cke_button__quote_icon.cke_button_icon,\r\na.cke_button .cke_button__code_icon.cke_button_icon,\r\na.cke_button .cke_button__html_icon.cke_button_icon,\r\na.cke_button .cke_button__php_icon.cke_button_icon,\r\na.cke_button .cke_button__autoload_icon.cke_button_icon {\r\n background-position: center !important;\r\n}\r\n\r\n<vb:comment>a tag/.b-link override. VBV-8771 @todo move to more appropriate place along with other cke rules.</vb:comment>\r\n.cke_dialog_ui_html .videoListLink {\r\n color: #000000;\r\n}\r\n\r\n.search-widget .photo-preview,\r\n.search-widget .gallery-details,\r\n.search-widget .photo_result {\r\n margin-top: 2px;\r\n}\r\n.search-widget .photo-preview,\r\n.search-widget .photo_result {\r\n margin-bottom: 2px;\r\n}\r\n.search-widget .widget-content .widget-footer {\r\n margin: 15px 0 0 0;\r\n}\r\n\r\n.view-mode .interconnected-widgets {\r\n margin-bottom:16px !important;\r\n}\r\n.view-mode .interconnected-widgets .canvas-widget-list.section-0 {\r\n width:222px !important;\r\n padding-{vb:stylevar right}:0 !important;\r\n -moz-border-radius: 0 !important;\r\n -webkit-border-radius: 0 !important;\r\n border-radius: 0 !important;\r\n -moz-border-radius-top{vb:stylevar left}:3px !important;\r\n -moz-border-radius-bottom{vb:stylevar left}:3px !important;\r\n -webkit-border-top-{vb:stylevar left}-radius:3px !important;\r\n -webkit-border-bottom-{vb:stylevar left}-radius:3px !important;\r\n border-top-{vb:stylevar left}-radius:3px !important;\r\n border-bottom-{vb:stylevar left}-radius:3px !important;\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-widget-list.section-0 {\r\n width:185px !important;\r\n}\r\n.view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n width:100% !important;\r\n border-{vb:stylevar left}:0 !important;\r\n padding-{vb:stylevar left}:222px !important; /* Override l-col__flex-6 padding */\r\n margin-{vb:stylevar left}:0 !important; /* Override h-margin-left-xl */\r\n -moz-border-radius: 0 !important;\r\n -webkit-border-radius: 0 !important;\r\n border-radius: 0 !important;\r\n -moz-border-radius-top{vb:stylevar right}:3px !important;\r\n -moz-border-radius-bottom{vb:stylevar right}:3px !important;\r\n -webkit-border-top-{vb:stylevar right}-radius:3px !important;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:3px !important;\r\n border-top-{vb:stylevar right}-radius:3px !important;\r\n border-bottom-{vb:stylevar right}-radius:3px !important;\r\n display: table-cell; /* get the border to wrap around the widgets the column holds */\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n padding-{vb:stylevar left}:185px !important; /* Override l-col__flex-6 padding */\r\n}\r\n.view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list {\r\n border:{vb:stylevar primary_module_border} !important;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel {\r\n padding-bottom:15px;\r\n padding-{vb:stylevar right}: 15px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel .avatar {\r\n border:0;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .avatar {\r\n width: 16px;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .channel-info a {\r\n position:relative;\r\n top:-3px;\r\n}\r\n.conversation-list.stream-view .list-item.list-item-channel.list-item-forum .avatar .forum-icon {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -4px -208px;\r\n display: inline-block;\r\n height: 15px;\r\n width: 16px;\r\n}\r\n.onlineuserlist .avatar {\r\n margin-bottom:10px;\r\n}\r\n.forum_disabled {\r\n color: red;\r\n font-size: 14px;\r\n margin: 0 20px 15px;\r\n}\r\n.group-topic-widget .conversation-list {\r\n border-top: 0;\r\n}\r\ndiv.error-msg-box {\r\n margin-bottom: 8px;\r\n}\r\n.inlinemod-auth-form .login-fields label {\r\n width:10%;\r\n white-space:nowrap;\r\n padding-{vb:stylevar right}: 5px;\r\n}\r\n.inlinemod-auth-form .login-fields label + div {\r\n width:90%;\r\n}\r\n.inlinemod-auth-form .login-fields .textbox {\r\n width: 100%;\r\n height: 26px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\n/* Make tables in posts look like tables in WYSIWYG */\r\ndiv.text_table_ table {\r\n margin-bottom:0;\r\n}\r\n\r\n/* Post History */\r\n.post-history-comparison-body li {\r\n padding:5px;\r\n}\r\n\r\n.post-history-comparison-body li.add {\r\n background-color:{vb:stylevar diff_add_background.backgroundColor};\r\n color:{vb:stylevar diff_add_color};\r\n}\r\n\r\n.post-history-comparison-body li.remove {\r\n background-color:{vb:stylevar diff_remove_background.backgroundColor};\r\n color:{vb:stylevar diff_remove_color};\r\n}\r\n\r\n.post-history-comparison-body li div.add,\r\n#comparelist li div.remove {\r\n float:{vb:stylevar left};\r\n}\r\n\r\n.post-history-comparison-body li blockquote {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n\r\n.pagenav .button {\r\n height: 24px;\r\n min-width: 24px;\r\n padding: 1px 4px 0px 4px;\r\n margin-{vb:stylevar left}:0px;\r\n}\r\n.pagenav-container {\r\n height: 24px;\r\n margin-bottom: 15px;\r\n}\r\n.post-edit .post-history {\r\n cursor:pointer;\r\n}','template',1392756685,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(122,-1,'css_help.css','$final_rendered = \'/****** Help (FAQ) *****/\r\n.faqs{\r\n display:table-cell;\r\n width:220px;\r\n vertical-align:top;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"module_header_text_color\") . \';\r\n}\r\n.faqs .faq-search,\r\n.faqs .faq-groups{\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n}\r\n\r\n.faqs .faq-search{\r\n padding:12px;\r\n border-bottom:none;\r\n background:#ebf3f9;\r\n -moz-border-radius:3px 3px 0 0;\r\n -webkit-border-radius:3px 3px 0 0;\r\n border-radius:3px 3px 0 0;\r\n}\r\n\r\n.faqs .faq-group{\r\n display: block;\r\n width:100%;\r\n height:auto;\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n padding-top:10px;\r\n padding-bottom:10px;\r\n}\r\n.faqs .sub-faqs .faq-group{\r\n border-top:none;\r\n padding-top:6px;\r\n padding-bottom:0;\r\n}\r\n.faq-groups .ui-widget-content,\r\n.faq-groups .ui-widget-content a{\r\n background:transparent;\r\n}\r\n.faqs .faq-groups{\r\n font-size:13px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-bottom: 0;\r\n -moz-border-radius: 0 0 3px 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n border-top:none;\r\n}\r\n.faq-groups .sub-faqs{\r\n padding: 0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 25px;\r\n}\r\n.faq-groups .sub-faqs .faq-link,\r\n.faq-search-results .faq-link{\r\n margin-top:8px;\r\n}\r\n.faq-search-field{\r\n margin-bottom:8px;\r\n}\r\n.sub-faqs .sub-faqs{\r\n border:none;\r\n}\r\n#faqsearchquery{\r\n width:75%;\r\n height:18px;\r\n}\r\n.faqs .faq-group a.faq-group-title,\r\n.faqs .faq-search-title{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 25px;\r\n overflow: hidden;\r\n font-weight:bold;\r\n font-size:13px;\r\n line-height:15px;\r\n background: none;\r\n border: none;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n position:relative;\r\n}\r\n.faqs .faq-group .sub-faqs a.faq-group-title{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n font-size:12px;\r\n font-weight:normal;\r\n}\r\n.faq-groups .sub-faqs .sub-faqs .faq-link{\r\n margin-top:6px;\r\n}\r\n.faq-search-title{\r\n padding-top:10px;\r\n}\r\n.faq-search-title .ui-icon{\r\n margin-top:2px;\r\n}\r\n.faqs .faq-group a.faq-group-title:hover{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n.faq-block .faq-group-title{\r\n font-weight:bold;\r\n font-size:18px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n display:block;\r\n margin-bottom:18px;\r\n}\r\n.faqs .faq-groups a,\r\n.faqs .faq-search-results a{\r\n display:block;\r\n border:none;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n font-size:12px;\r\n}\r\n.faqs .faq-groups a.selected,\r\n.faqs .faq-groups .faq-link.selected{\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n}\r\n.faq-link.ui-state-hover,\r\n.faqs .faq-groups .faq-link:hover{\r\n text-decoration: underline;\r\n}\r\n\r\n.faq-link.ui-state-focus, .faq-group-title.ui-state-focus{\r\n outline: none;\r\n\r\n}\r\n.faq-group .label_column {\r\n display: table-cell;\r\n width: 22%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n}\r\n.faq-content{\r\n display:table-cell;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_content_background\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':22px;\r\n vertical-align:top;\r\n}\r\n.faq-block{\r\n height:auto;\r\n min-height:24px;\r\n}\r\n.faq-search .search-btn{\r\n margin-top:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-6px;\r\n}\r\n.faqSearchFields .form_row{\r\n margin-top: 10px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n}\r\n.faqSearchFields .form_row .label{\r\n font-weight:bold;\r\n}\r\n.faqSearchControl{\r\n font-weight:bold;\r\n font-size:11px;\r\n}\r\n.sub-faqs.ui-widget-content{\r\n border:none;\r\n}\r\n.faqs .faq-search-results{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':25px;\r\n}\r\n.faq-content .faq-search-back{\r\n font-weight:bold;\r\n margin-bottom:10px;\r\n position:relative;\r\n}\r\n.faq-link span{\r\n display:none;\r\n}\r\n.faqs .ui-accordion .ui-accordion-header .ui-icon,\r\n.faqs .faq-search-title .ui-icon,\r\n.faqs .ui-accordion .ui-state-active .ui-icon{\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -384px -16px;\r\n width:7px;\r\n height:7px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':12px;\r\n margin-top:-4px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n.faqs .ui-accordion .ui-accordion-header.ui-state-hover .ui-icon{\r\n background-position: -400px -16px;\r\n}\r\n.faqs .ui-accordion .ui-state-active .ui-icon,\r\n.faqs .faq-search-title .ui-icon{\r\n background-position: -80px -48px;\r\n}\r\n.faqs .faq-search-title .ui-icon{\r\n margin-top:2px;\r\n}\r\n.faqs .field_column{\r\n margin: 10px 0 12px;\r\n}\r\n\r\n.faq-search-back > a{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n}\r\n.faq-search-back .back-icon{\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -368px -16px;\r\n width:7px;\r\n height:7px;\r\n top: 5px;\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.faqs .faq-groups .sub-faqs a.faq-group-title{\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':13px;\r\n}\r\n.faqs .sub-faqs .ui-accordion .ui-accordion-header .ui-icon{\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\';','/****** Help (FAQ) *****/\r\n.faqs{\r\n display:table-cell;\r\n width:220px;\r\n vertical-align:top;\r\n color:{vb:stylevar module_header_text_color};\r\n}\r\n.faqs .faq-search,\r\n.faqs .faq-groups{\r\n border: {vb:stylevar module_content_border};\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n background:{vb:stylevar side_nav_background};\r\n}\r\n\r\n.faqs .faq-search{\r\n padding:12px;\r\n border-bottom:none;\r\n background:#ebf3f9;\r\n -moz-border-radius:3px 3px 0 0;\r\n -webkit-border-radius:3px 3px 0 0;\r\n border-radius:3px 3px 0 0;\r\n}\r\n\r\n.faqs .faq-group{\r\n display: block;\r\n width:100%;\r\n height:auto;\r\n border-top:{vb:stylevar module_content_border};\r\n padding-top:10px;\r\n padding-bottom:10px;\r\n}\r\n.faqs .sub-faqs .faq-group{\r\n border-top:none;\r\n padding-top:6px;\r\n padding-bottom:0;\r\n}\r\n.faq-groups .ui-widget-content,\r\n.faq-groups .ui-widget-content a{\r\n background:transparent;\r\n}\r\n.faqs .faq-groups{\r\n font-size:13px;\r\n margin-{vb:stylevar right}: 0;\r\n margin-bottom: 0;\r\n -moz-border-radius: 0 0 3px 3px;\r\n -webkit-border-radius:0 0 3px 3px;\r\n border-radius:0 0 3px 3px;\r\n border-top:none;\r\n}\r\n.faq-groups .sub-faqs{\r\n padding: 0;\r\n padding-{vb:stylevar left}: 25px;\r\n}\r\n.faq-groups .sub-faqs .faq-link,\r\n.faq-search-results .faq-link{\r\n margin-top:8px;\r\n}\r\n.faq-search-field{\r\n margin-bottom:8px;\r\n}\r\n.sub-faqs .sub-faqs{\r\n border:none;\r\n}\r\n#faqsearchquery{\r\n width:75%;\r\n height:18px;\r\n}\r\n.faqs .faq-group a.faq-group-title,\r\n.faqs .faq-search-title{\r\n padding-{vb:stylevar left}: 25px;\r\n overflow: hidden;\r\n font-weight:bold;\r\n font-size:13px;\r\n line-height:15px;\r\n background: none;\r\n border: none;\r\n color:{vb:stylevar body_text_color};\r\n position:relative;\r\n}\r\n.faqs .faq-group .sub-faqs a.faq-group-title{\r\n color:{vb:stylevar body_link_color};\r\n font-size:12px;\r\n font-weight:normal;\r\n}\r\n.faq-groups .sub-faqs .sub-faqs .faq-link{\r\n margin-top:6px;\r\n}\r\n.faq-search-title{\r\n padding-top:10px;\r\n}\r\n.faq-search-title .ui-icon{\r\n margin-top:2px;\r\n}\r\n.faqs .faq-group a.faq-group-title:hover{\r\n color:{vb:stylevar body_link_color};\r\n}\r\n.faq-block .faq-group-title{\r\n font-weight:bold;\r\n font-size:18px;\r\n color:{vb:stylevar body_link_color};\r\n display:block;\r\n margin-bottom:18px;\r\n}\r\n.faqs .faq-groups a,\r\n.faqs .faq-search-results a{\r\n display:block;\r\n border:none;\r\n color:{vb:stylevar body_link_color};\r\n font-size:12px;\r\n}\r\n.faqs .faq-groups a.selected,\r\n.faqs .faq-groups .faq-link.selected{\r\n color: {vb:stylevar body_text_color};\r\n}\r\n.faq-link.ui-state-hover,\r\n.faqs .faq-groups .faq-link:hover{\r\n text-decoration: underline;\r\n}\r\n\r\n.faq-link.ui-state-focus, .faq-group-title.ui-state-focus{\r\n outline: none;\r\n\r\n}\r\n.faq-group .label_column {\r\n display: table-cell;\r\n width: 22%;\r\n padding-{vb:stylevar right}: 15px;\r\n}\r\n.faq-content{\r\n display:table-cell;\r\n background: {vb:stylevar module_content_background};\r\n padding-{vb:stylevar left}:22px;\r\n vertical-align:top;\r\n}\r\n.faq-block{\r\n height:auto;\r\n min-height:24px;\r\n}\r\n.faq-search .search-btn{\r\n margin-top:0;\r\n margin-{vb:stylevar left}:-6px;\r\n}\r\n.faqSearchFields .form_row{\r\n margin-top: 10px;\r\n color:{vb:stylevar primary_module_subheader_text_color};\r\n}\r\n.faqSearchFields .form_row .label{\r\n font-weight:bold;\r\n}\r\n.faqSearchControl{\r\n font-weight:bold;\r\n font-size:11px;\r\n}\r\n.sub-faqs.ui-widget-content{\r\n border:none;\r\n}\r\n.faqs .faq-search-results{\r\n margin-{vb:stylevar left}:25px;\r\n}\r\n.faq-content .faq-search-back{\r\n font-weight:bold;\r\n margin-bottom:10px;\r\n position:relative;\r\n}\r\n.faq-link span{\r\n display:none;\r\n}\r\n.faqs .ui-accordion .ui-accordion-header .ui-icon,\r\n.faqs .faq-search-title .ui-icon,\r\n.faqs .ui-accordion .ui-state-active .ui-icon{\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -384px -16px;\r\n width:7px;\r\n height:7px;\r\n {vb:stylevar left}:12px;\r\n margin-top:-4px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n.faqs .ui-accordion .ui-accordion-header.ui-state-hover .ui-icon{\r\n background-position: -400px -16px;\r\n}\r\n.faqs .ui-accordion .ui-state-active .ui-icon,\r\n.faqs .faq-search-title .ui-icon{\r\n background-position: -80px -48px;\r\n}\r\n.faqs .faq-search-title .ui-icon{\r\n margin-top:2px;\r\n}\r\n.faqs .field_column{\r\n margin: 10px 0 12px;\r\n}\r\n\r\n.faq-search-back > a{\r\n margin-{vb:stylevar left}: 10px;\r\n}\r\n.faq-search-back .back-icon{\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -368px -16px;\r\n width:7px;\r\n height:7px;\r\n top: 5px;\r\n position:absolute;\r\n {vb:stylevar left}:0;\r\n}\r\n.faqs .faq-groups .sub-faqs a.faq-group-title{\r\n padding-{vb:stylevar left}:13px;\r\n}\r\n.faqs .sub-faqs .ui-accordion .ui-accordion-header .ui-icon{\r\n {vb:stylevar left}:0;\r\n}','template',1375459102,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(123,-1,'css_imgareaselect-animated.css','$final_rendered = \'/*\r\n * imgAreaSelect animated border style\r\n */\r\n\r\n.imgareaselect-border1 {\r\n background: url(images/css/imgareaselect/border-anim-v.gif) repeat-y \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top;\r\n}\r\n\r\n.imgareaselect-border2 {\r\n background: url(images/css/imgareaselect/border-anim-h.gif) repeat-x \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top;\r\n}\r\n\r\n.imgareaselect-border3 {\r\n background: url(images/css/imgareaselect/border-anim-v.gif) repeat-y \' . vB_Template_Runtime::fetchStylevar(\"right\") . \' top;\r\n}\r\n\r\n.imgareaselect-border4 {\r\n background: url(images/css/imgareaselect/border-anim-h.gif) repeat-x \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom;\r\n}\r\n\r\n.imgareaselect-border1, .imgareaselect-border2,\r\n.imgareaselect-border3, .imgareaselect-border4 {\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-handle {\r\n background-color: #fff;\r\n border: solid 1px #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-outer {\r\n background-color: #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-selection {\r\n}\';','/*\r\n * imgAreaSelect animated border style\r\n */\r\n\r\n.imgareaselect-border1 {\r\n background: url(images/css/imgareaselect/border-anim-v.gif) repeat-y {vb:stylevar left} top;\r\n}\r\n\r\n.imgareaselect-border2 {\r\n background: url(images/css/imgareaselect/border-anim-h.gif) repeat-x {vb:stylevar left} top;\r\n}\r\n\r\n.imgareaselect-border3 {\r\n background: url(images/css/imgareaselect/border-anim-v.gif) repeat-y {vb:stylevar right} top;\r\n}\r\n\r\n.imgareaselect-border4 {\r\n background: url(images/css/imgareaselect/border-anim-h.gif) repeat-x {vb:stylevar left} bottom;\r\n}\r\n\r\n.imgareaselect-border1, .imgareaselect-border2,\r\n.imgareaselect-border3, .imgareaselect-border4 {\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-handle {\r\n background-color: #fff;\r\n border: solid 1px #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-outer {\r\n background-color: #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-selection {\r\n}','template',1354308406,'vBulletin Solutions','5.0.0 Beta 21','vbulletin','none'),(124,-1,'css_imgareaselect-default.css','$final_rendered = \'\r\n/*\r\n * imgAreaSelect default style\r\n */\r\n\r\n.imgareaselect-border1 {\r\n background: url(images/css/imgareaselect/border-v.gif) repeat-y \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top;\r\n}\r\n\r\n.imgareaselect-border2 {\r\n background: url(images/css/imgareaselect/border-h.gif) repeat-x \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top;\r\n}\r\n\r\n.imgareaselect-border3 {\r\n background: url(images/css/imgareaselect/border-v.gif) repeat-y \' . vB_Template_Runtime::fetchStylevar(\"right\") . \' top;\r\n}\r\n\r\n.imgareaselect-border4 {\r\n background: url(images/css/imgareaselect/border-h.gif) repeat-x \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom;\r\n}\r\n\r\n.imgareaselect-border1, .imgareaselect-border2,\r\n.imgareaselect-border3, .imgareaselect-border4 {\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-handle {\r\n background-color: #fff;\r\n border: solid 1px #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-outer {\r\n background-color: #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-selection { \r\n}\r\n\';','/*\r\n * imgAreaSelect default style\r\n */\r\n\r\n.imgareaselect-border1 {\r\n background: url(images/css/imgareaselect/border-v.gif) repeat-y {vb:stylevar left} top;\r\n}\r\n\r\n.imgareaselect-border2 {\r\n background: url(images/css/imgareaselect/border-h.gif) repeat-x {vb:stylevar left} top;\r\n}\r\n\r\n.imgareaselect-border3 {\r\n background: url(images/css/imgareaselect/border-v.gif) repeat-y {vb:stylevar right} top;\r\n}\r\n\r\n.imgareaselect-border4 {\r\n background: url(images/css/imgareaselect/border-h.gif) repeat-x {vb:stylevar left} bottom;\r\n}\r\n\r\n.imgareaselect-border1, .imgareaselect-border2,\r\n.imgareaselect-border3, .imgareaselect-border4 {\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-handle {\r\n background-color: #fff;\r\n border: solid 1px #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-outer {\r\n background-color: #000;\r\n filter: alpha(opacity=50);\r\n opacity: 0.5;\r\n}\r\n\r\n.imgareaselect-selection { \r\n}','template',1354308406,'vBulletin Solutions','5.0.0 Beta 21','vbulletin','none'),(125,-1,'css_jquery-ui-1_8_14_custom.css','$final_rendered = \'/*\r\n * jQuery UI CSS Framework 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Theming/API\r\n */\r\n\r\n/* Layout helpers\r\n----------------------------------*/\r\n.ui-helper-hidden { display: none; }\r\n.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }\r\n.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }\r\n.ui-helper-clearfix:after { content: \".\"; display: block; height: 0; clear: both; visibility: hidden; }\r\n.ui-helper-clearfix { display: inline-block; }\r\n/* required comment for clearfix to work in Opera \\\\*/\r\n* html .ui-helper-clearfix { height:1%; }\r\n.ui-helper-clearfix { display:block; }\r\n/* end clearfix */\r\n.ui-helper-zfix { width: 100%; height: 100%; top: 0; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }\r\n\r\n\r\n/* Interaction Cues\r\n----------------------------------*/\r\n.ui-state-disabled { cursor: default !important; }\r\n\r\n\r\n/* Icons\r\n----------------------------------*/\r\n\r\n/* states and images */\r\n.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }\r\n\r\n\r\n/* Misc visuals\r\n----------------------------------*/\r\n\r\n/* Overlays */\r\n.ui-widget-overlay { position: absolute; top: 0; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; width: 100%; height: 100%; }\r\n\r\n\r\n/*\r\n * jQuery UI CSS Framework 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Theming/API\r\n *\r\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,Arial,Verdana,sans-serif&fwDefault=normal&fsDefault=13px&cornerRadius=4px&bgColorHeader=b0c4de&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=c0c0c0&fcHeader=333333&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=c0c0c0&fcContent=333333&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\r\n */\r\n\r\n\r\n/* Component containers\r\n----------------------------------*/\r\n.ui-widget { font: \' . vB_Template_Runtime::fetchStylevar(\"body_font\") . \' }\r\n.ui-widget .ui-widget { font-size: 1em; }\r\n.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: \' . vB_Template_Runtime::fetchStylevar(\"body_font.fontFamily\") . \'; font-size: 1em; }\r\n.ui-widget-content { border: 1px solid #c0c0c0; background: #ffffff url(images/css/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }\r\n.ui-widget-content a { color: #333333; }\r\n.ui-widget-header { border: 1px solid #c0c0c0; background: #b0c4de url(images/css/ui-bg_highlight-soft_100_b0c4de_1x100.png) 50% 50% repeat-x; color: #333333; font-weight: bold; }\r\n.ui-widget-header a { color: #333333; }\r\n\r\n/* Interaction states\r\n----------------------------------*/\r\n.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/css/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }\r\n.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }\r\n.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/css/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }\r\n.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }\r\n.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/css/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }\r\n.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }\r\n.ui-widget :active { outline: none; }\r\n\r\n/* Interaction Cues\r\n----------------------------------*/\r\n.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/css/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }\r\n.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }\r\n.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/css/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }\r\n.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }\r\n.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }\r\n.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }\r\n.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }\r\n.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }\r\n\r\n/* Icons\r\n----------------------------------*/\r\n\r\n/* states and images */\r\n.ui-icon { width: 16px; height: 16px; background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-widget-content .ui-icon {background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-widget-header .ui-icon {background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-state-default .ui-icon { background-image: url(images/css/ui-icons_888888_256x240.png); }\r\n.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/css/ui-icons_454545_256x240.png); }\r\n.ui-state-active .ui-icon {background-image: url(images/css/ui-icons_454545_256x240.png); }\r\n.ui-state-highlight .ui-icon {background-image: url(images/css/ui-icons_2e83ff_256x240.png); }\r\n.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/css/ui-icons_cd0a0a_256x240.png); }\r\n\r\n/* positioning */\r\n.ui-icon-carat-1-n { background-position: 0 0; }\r\n.ui-icon-carat-1-ne { background-position: -16px 0; }\r\n.ui-icon-carat-1-e { background-position: -32px 0; }\r\n.ui-icon-carat-1-se { background-position: -48px 0; }\r\n.ui-icon-carat-1-s { background-position: -64px 0; }\r\n.ui-icon-carat-1-sw { background-position: -80px 0; }\r\n.ui-icon-carat-1-w { background-position: -96px 0; }\r\n.ui-icon-carat-1-nw { background-position: -112px 0; }\r\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\r\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\r\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\r\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\r\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\r\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\r\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\r\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\r\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\r\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\r\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\r\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\r\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\r\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\r\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\r\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\r\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\r\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\r\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\r\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\r\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\r\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\r\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\r\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\r\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\r\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\r\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\r\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\r\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\r\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\r\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\r\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\r\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\r\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\r\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\r\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\r\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\r\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\r\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\r\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\r\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\r\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\r\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\r\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\r\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\r\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\r\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\r\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\r\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\r\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\r\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\r\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\r\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\r\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\r\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\r\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\r\n.ui-icon-arrow-4 { background-position: 0 -80px; }\r\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\r\n.ui-icon-extlink { background-position: -32px -80px; }\r\n.ui-icon-newwin { background-position: -48px -80px; }\r\n.ui-icon-refresh { background-position: -64px -80px; }\r\n.ui-icon-shuffle { background-position: -80px -80px; }\r\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\r\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\r\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\r\n.ui-icon-folder-open { background-position: -16px -96px; }\r\n.ui-icon-document { background-position: -32px -96px; }\r\n.ui-icon-document-b { background-position: -48px -96px; }\r\n.ui-icon-note { background-position: -64px -96px; }\r\n.ui-icon-mail-closed { background-position: -80px -96px; }\r\n.ui-icon-mail-open { background-position: -96px -96px; }\r\n.ui-icon-suitcase { background-position: -112px -96px; }\r\n.ui-icon-comment { background-position: -128px -96px; }\r\n.ui-icon-person { background-position: -144px -96px; }\r\n.ui-icon-print { background-position: -160px -96px; }\r\n.ui-icon-trash { background-position: -176px -96px; }\r\n.ui-icon-locked { background-position: -192px -96px; }\r\n.ui-icon-unlocked { background-position: -208px -96px; }\r\n.ui-icon-bookmark { background-position: -224px -96px; }\r\n.ui-icon-tag { background-position: -240px -96px; }\r\n.ui-icon-home { background-position: 0 -112px; }\r\n.ui-icon-flag { background-position: -16px -112px; }\r\n.ui-icon-calendar { background-position: -32px -112px; }\r\n.ui-icon-cart { background-position: -48px -112px; }\r\n.ui-icon-pencil { background-position: -64px -112px; }\r\n.ui-icon-clock { background-position: -80px -112px; }\r\n.ui-icon-disk { background-position: -96px -112px; }\r\n.ui-icon-calculator { background-position: -112px -112px; }\r\n.ui-icon-zoomin { background-position: -128px -112px; }\r\n.ui-icon-zoomout { background-position: -144px -112px; }\r\n.ui-icon-search { background-position: -160px -112px; }\r\n.ui-icon-wrench { background-position: -176px -112px; }\r\n.ui-icon-gear { background-position: -192px -112px; }\r\n.ui-icon-heart { background-position: -208px -112px; }\r\n.ui-icon-star { background-position: -224px -112px; }\r\n.ui-icon-link { background-position: -240px -112px; }\r\n.ui-icon-cancel { background-position: 0 -128px; }\r\n.ui-icon-plus { background-position: -16px -128px; }\r\n.ui-icon-plusthick { background-position: -32px -128px; }\r\n.ui-icon-minus { background-position: -48px -128px; }\r\n.ui-icon-minusthick { background-position: -64px -128px; }\r\n.ui-icon-close { background-position: -80px -128px; }\r\n.ui-icon-closethick { background-position: -96px -128px; }\r\n.ui-icon-key { background-position: -112px -128px; }\r\n.ui-icon-lightbulb { background-position: -128px -128px; }\r\n.ui-icon-scissors { background-position: -144px -128px; }\r\n.ui-icon-clipboard { background-position: -160px -128px; }\r\n.ui-icon-copy { background-position: -176px -128px; }\r\n.ui-icon-contact { background-position: -192px -128px; }\r\n.ui-icon-image { background-position: -208px -128px; }\r\n.ui-icon-video { background-position: -224px -128px; }\r\n.ui-icon-script { background-position: -240px -128px; }\r\n.ui-icon-alert { background-position: 0 -144px; }\r\n.ui-icon-info { background-position: -16px -144px; }\r\n.ui-icon-notice { background-position: -32px -144px; }\r\n.ui-icon-help { background-position: -48px -144px; }\r\n.ui-icon-check { background-position: -64px -144px; }\r\n.ui-icon-bullet { background-position: -80px -144px; }\r\n.ui-icon-radio-off { background-position: -96px -144px; }\r\n.ui-icon-radio-on { background-position: -112px -144px; }\r\n.ui-icon-pin-w { background-position: -128px -144px; }\r\n.ui-icon-pin-s { background-position: -144px -144px; }\r\n.ui-icon-play { background-position: 0 -160px; }\r\n.ui-icon-pause { background-position: -16px -160px; }\r\n.ui-icon-seek-next { background-position: -32px -160px; }\r\n.ui-icon-seek-prev { background-position: -48px -160px; }\r\n.ui-icon-seek-end { background-position: -64px -160px; }\r\n.ui-icon-seek-start { background-position: -80px -160px; }\r\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\r\n.ui-icon-seek-first { background-position: -80px -160px; }\r\n.ui-icon-stop { background-position: -96px -160px; }\r\n.ui-icon-eject { background-position: -112px -160px; }\r\n.ui-icon-volume-off { background-position: -128px -160px; }\r\n.ui-icon-volume-on { background-position: -144px -160px; }\r\n.ui-icon-power { background-position: 0 -176px; }\r\n.ui-icon-signal-diag { background-position: -16px -176px; }\r\n.ui-icon-signal { background-position: -32px -176px; }\r\n.ui-icon-battery-0 { background-position: -48px -176px; }\r\n.ui-icon-battery-1 { background-position: -64px -176px; }\r\n.ui-icon-battery-2 { background-position: -80px -176px; }\r\n.ui-icon-battery-3 { background-position: -96px -176px; }\r\n.ui-icon-circle-plus { background-position: 0 -192px; }\r\n.ui-icon-circle-minus { background-position: -16px -192px; }\r\n.ui-icon-circle-close { background-position: -32px -192px; }\r\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\r\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\r\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\r\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\r\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\r\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\r\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\r\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\r\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\r\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\r\n.ui-icon-circle-check { background-position: -208px -192px; }\r\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\r\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\r\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\r\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\r\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\r\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\r\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\r\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\r\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\r\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\r\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\r\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\r\n\r\n\r\n/* Misc visuals\r\n----------------------------------*/\r\n\r\n/* Corner radius */\r\n.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }\r\n.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }\r\n.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }\r\n.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }\r\n\r\n/* Overlays */\r\n.ui-widget-overlay { background: #aaaaaa url(images/css/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }\r\n.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/css/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*\r\n * jQuery UI Resizable 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Resizable#theming\r\n */\r\n.ui-resizable { position: relative;}\r\n.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }\r\n.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }\r\n.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }\r\n.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; }\r\n.ui-resizable-e { cursor: e-resize; width: 7px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -5px; top: 0; height: 100%; }\r\n.ui-resizable-w { cursor: w-resize; width: 7px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -5px; top: 0; height: 100%; }\r\n.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px; bottom: 1px; }\r\n.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -5px; bottom: -5px; }\r\n.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -5px; top: -5px; }\r\n.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -5px; top: -5px;}/*\r\n * jQuery UI Selectable 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Selectable#theming\r\n */\r\n.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }\r\n/*\r\n * jQuery UI Accordion 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Accordion#theming\r\n */\r\n/* IE/Win - Fix animation bug - #4615 */\r\n.ui-accordion { width: 100%; }\r\n.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }\r\n.ui-accordion .ui-accordion-li-fix { display: inline; }\r\n.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }\r\n.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }\r\n.ui-accordion-icons .ui-accordion-header a { padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2.2em; }\r\n.ui-accordion .ui-accordion-header .ui-icon { position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': .5em; top: 50%; margin-top: -8px; }\r\n.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }\r\n.ui-accordion .ui-accordion-content-active { display: block; }\r\n/*\r\n * jQuery UI Autocomplete 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Autocomplete#theming\r\n */\r\n.ui-autocomplete { position: absolute; cursor: default; } \r\n\r\n/* workarounds */\r\n* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */\r\n\r\n/*\r\n * jQuery UI Menu 1.8.14\r\n *\r\n * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Menu#theming\r\n */\r\n.ui-menu {\r\n list-style:none;\r\n padding: 2px;\r\n margin: 0;\r\n display:block;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.ui-menu .ui-menu {\r\n margin-top: -3px;\r\n}\r\n.ui-menu .ui-menu-item {\r\n margin:0;\r\n padding: 0;\r\n zoom: 1;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n clear: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: 100%;\r\n}\r\n.ui-menu .ui-menu-item a {\r\n text-decoration:none;\r\n display:block;\r\n padding:.2em .4em;\r\n line-height:1.5;\r\n zoom:1;\r\n}\r\n.ui-menu .ui-menu-item a.ui-state-hover,\r\n.ui-menu .ui-menu-item a.ui-state-active {\r\n font-weight: normal;\r\n margin: -1px;\r\n}\r\n/*\r\n * jQuery UI Button 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Button#theming\r\n */\r\n.ui-button { display: inline-block; position: relative; padding: 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */\r\n.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */\r\nbutton.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */\r\n.ui-button-icons-only { width: 3.4em; } \r\nbutton.ui-button-icons-only { width: 3.7em; } \r\n\r\n/*button text element */\r\n.ui-button .ui-button-text { display: block; line-height: 1.4; }\r\n.ui-button-text-only .ui-button-text { padding: .4em 1em; }\r\n.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }\r\n.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }\r\n.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }\r\n.ui-button-text-icons .ui-button-text { padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2.1em; padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 2.1em; }\r\n/* no icon support for input elements, provide padding by default */\r\ninput.ui-button { padding: .4em 1em; }\r\n\r\n/*button icon element(s) */\r\n.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }\r\n.ui-button-icon-only .ui-icon { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 50%; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -8px; }\r\n.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': .5em; }\r\n.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': .5em; }\r\n.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': .5em; }\r\n\r\n/*button sets*/\r\n.ui-buttonset { margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 7px; }\r\n.ui-buttonset .ui-button { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': -.3em; }\r\n\r\n/* workarounds */\r\nbutton.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */\r\n/*\r\n * jQuery UI Dialog 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Dialog#theming\r\n */\r\n.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }\r\n.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }\r\n.ui-dialog .ui-dialog-title { float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; margin: .1em 16px .1em 0; } \r\n.ui-dialog .ui-dialog-titlebar-close { position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }\r\n.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }\r\n.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }\r\n.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }\r\n.ui-dialog .ui-dialog-buttonpane { text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }\r\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }\r\n.ui-dialog .ui-resizable-se { width: 14px; height: 14px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px; bottom: 3px; }\r\n.ui-draggable .ui-dialog-titlebar { cursor: move; }\r\n/*\r\n * jQuery UI Slider 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Slider#theming\r\n */\r\n.ui-slider { position: relative; text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }\r\n.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }\r\n\r\n.ui-slider-horizontal { height: .8em; }\r\n.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -.6em; }\r\n.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }\r\n.ui-slider-horizontal .ui-slider-range-min { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; }\r\n.ui-slider-horizontal .ui-slider-range-max { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; }\r\n\r\n.ui-slider-vertical { width: .8em; height: 100px; }\r\n.ui-slider-vertical .ui-slider-handle { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -.3em; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; margin-bottom: -.6em; }\r\n.ui-slider-vertical .ui-slider-range { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; width: 100%; }\r\n.ui-slider-vertical .ui-slider-range-min { bottom: 0; }\r\n.ui-slider-vertical .ui-slider-range-max { top: 0; }/*\r\n * jQuery UI Tabs 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Tabs#theming\r\n */\r\n.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\r\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\r\n.ui-tabs .ui-tabs-nav li { list-style: none; float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\r\n.ui-tabs .ui-tabs-nav li a { float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; padding: .5em 1em; text-decoration: none; }\r\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\r\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\r\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\r\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\r\n.ui-tabs .ui-tabs-hide { display: none !important; }\r\n/*\r\n * jQuery UI Datepicker 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Datepicker#theming\r\n */\r\n.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }\r\n.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }\r\n.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }\r\n.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }\r\n.ui-datepicker .ui-datepicker-prev { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px; }\r\n.ui-datepicker .ui-datepicker-next { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px; }\r\n.ui-datepicker .ui-datepicker-prev-hover { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1px; }\r\n.ui-datepicker .ui-datepicker-next-hover { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px; }\r\n.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 50%; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -8px; top: 50%; margin-top: -8px; }\r\n.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }\r\n.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }\r\n.ui-datepicker select.ui-datepicker-month-year {width: 100%;}\r\n.ui-datepicker select.ui-datepicker-month, \r\n.ui-datepicker select.ui-datepicker-year { width: 49%;}\r\n.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }\r\n.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }\r\n.ui-datepicker td { border: 0; padding: 1px; }\r\n.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; text-decoration: none; }\r\n.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0; border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0; border-bottom: 0; }\r\n.ui-datepicker .ui-datepicker-buttonpane button { float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }\r\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n\r\n/* mod for safari/iPhone disabled button issue: changed element type to anchor */\r\n.ui-datepicker .ui-datepicker-buttonpane a {margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible; }\r\n.ui-datepicker .ui-datepicker-buttonpane a.ui-datepicker-current {float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n.ui-datepicker .ui-datepicker-buttonpane a.ui-datepicker-close {float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';}\r\n\r\n\r\n/* with multiple calendars */\r\n.ui-datepicker.ui-datepicker-multi { width:auto; }\r\n.ui-datepicker-multi .ui-datepicker-group { float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }\r\n.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }\r\n.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }\r\n.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }\r\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width:0; }\r\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width:0; }\r\n.ui-datepicker-multi .ui-datepicker-buttonpane { clear:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }\r\n\r\n/* RTL support */\r\n.ui-datepicker-rtl { direction: rtl; }\r\n.ui-datepicker-rtl .ui-datepicker-prev { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 2px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto; }\r\n.ui-datepicker-rtl .ui-datepicker-next { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto; }\r\n.ui-datepicker-rtl .ui-datepicker-prev:hover { \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': auto; }\r\n.ui-datepicker-rtl .ui-datepicker-next:hover { \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px; \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.ui-datepicker-rtl .ui-datepicker-group { float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'; }\r\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-width:0; border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width:1px; }\r\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-width:0; border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width:1px; }\r\n\r\n/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */\r\n.ui-datepicker-cover {\r\n display: none; /*sorry for IE5*/\r\n display/**/: block; /*sorry for IE5*/\r\n position: absolute; /*must have*/\r\n z-index: -1; /*must have*/\r\n filter: mask(); /*must have*/\r\n top: -4px; /*must have*/\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -4px; /*must have*/\r\n width: 200px; /*must have*/\r\n height: 200px; /*must have*/\r\n}/*\r\n * jQuery UI Progressbar 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Progressbar#theming\r\n */\r\n.ui-progressbar { height:2em; text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'; }\r\n.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }\';','/*\r\n * jQuery UI CSS Framework 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Theming/API\r\n */\r\n\r\n/* Layout helpers\r\n----------------------------------*/\r\n.ui-helper-hidden { display: none; }\r\n.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }\r\n.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }\r\n.ui-helper-clearfix:after { content: \".\"; display: block; height: 0; clear: both; visibility: hidden; }\r\n.ui-helper-clearfix { display: inline-block; }\r\n/* required comment for clearfix to work in Opera \\*/\r\n* html .ui-helper-clearfix { height:1%; }\r\n.ui-helper-clearfix { display:block; }\r\n/* end clearfix */\r\n.ui-helper-zfix { width: 100%; height: 100%; top: 0; {vb:stylevar left}: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }\r\n\r\n\r\n/* Interaction Cues\r\n----------------------------------*/\r\n.ui-state-disabled { cursor: default !important; }\r\n\r\n\r\n/* Icons\r\n----------------------------------*/\r\n\r\n/* states and images */\r\n.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }\r\n\r\n\r\n/* Misc visuals\r\n----------------------------------*/\r\n\r\n/* Overlays */\r\n.ui-widget-overlay { position: absolute; top: 0; {vb:stylevar left}: 0; width: 100%; height: 100%; }\r\n\r\n\r\n/*\r\n * jQuery UI CSS Framework 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Theming/API\r\n *\r\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,Arial,Verdana,sans-serif&fwDefault=normal&fsDefault=13px&cornerRadius=4px&bgColorHeader=b0c4de&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=c0c0c0&fcHeader=333333&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=c0c0c0&fcContent=333333&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\r\n */\r\n\r\n\r\n/* Component containers\r\n----------------------------------*/\r\n.ui-widget { font: {vb:stylevar body_font} }\r\n.ui-widget .ui-widget { font-size: 1em; }\r\n.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: {vb:stylevar body_font.fontFamily}; font-size: 1em; }\r\n.ui-widget-content { border: 1px solid #c0c0c0; background: #ffffff url(images/css/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }\r\n.ui-widget-content a { color: #333333; }\r\n.ui-widget-header { border: 1px solid #c0c0c0; background: #b0c4de url(images/css/ui-bg_highlight-soft_100_b0c4de_1x100.png) 50% 50% repeat-x; color: #333333; font-weight: bold; }\r\n.ui-widget-header a { color: #333333; }\r\n\r\n/* Interaction states\r\n----------------------------------*/\r\n.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/css/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }\r\n.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }\r\n.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/css/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }\r\n.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }\r\n.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/css/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }\r\n.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }\r\n.ui-widget :active { outline: none; }\r\n\r\n/* Interaction Cues\r\n----------------------------------*/\r\n.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/css/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }\r\n.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }\r\n.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/css/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }\r\n.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }\r\n.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }\r\n.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }\r\n.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }\r\n.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }\r\n\r\n/* Icons\r\n----------------------------------*/\r\n\r\n/* states and images */\r\n.ui-icon { width: 16px; height: 16px; background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-widget-content .ui-icon {background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-widget-header .ui-icon {background-image: url(images/css/ui-icons_222222_256x240.png); }\r\n.ui-state-default .ui-icon { background-image: url(images/css/ui-icons_888888_256x240.png); }\r\n.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/css/ui-icons_454545_256x240.png); }\r\n.ui-state-active .ui-icon {background-image: url(images/css/ui-icons_454545_256x240.png); }\r\n.ui-state-highlight .ui-icon {background-image: url(images/css/ui-icons_2e83ff_256x240.png); }\r\n.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/css/ui-icons_cd0a0a_256x240.png); }\r\n\r\n/* positioning */\r\n.ui-icon-carat-1-n { background-position: 0 0; }\r\n.ui-icon-carat-1-ne { background-position: -16px 0; }\r\n.ui-icon-carat-1-e { background-position: -32px 0; }\r\n.ui-icon-carat-1-se { background-position: -48px 0; }\r\n.ui-icon-carat-1-s { background-position: -64px 0; }\r\n.ui-icon-carat-1-sw { background-position: -80px 0; }\r\n.ui-icon-carat-1-w { background-position: -96px 0; }\r\n.ui-icon-carat-1-nw { background-position: -112px 0; }\r\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\r\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\r\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\r\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\r\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\r\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\r\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\r\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\r\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\r\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\r\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\r\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\r\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\r\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\r\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\r\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\r\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\r\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\r\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\r\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\r\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\r\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\r\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\r\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\r\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\r\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\r\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\r\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\r\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\r\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\r\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\r\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\r\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\r\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\r\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\r\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\r\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\r\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\r\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\r\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\r\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\r\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\r\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\r\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\r\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\r\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\r\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\r\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\r\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\r\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\r\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\r\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\r\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\r\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\r\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\r\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\r\n.ui-icon-arrow-4 { background-position: 0 -80px; }\r\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\r\n.ui-icon-extlink { background-position: -32px -80px; }\r\n.ui-icon-newwin { background-position: -48px -80px; }\r\n.ui-icon-refresh { background-position: -64px -80px; }\r\n.ui-icon-shuffle { background-position: -80px -80px; }\r\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\r\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\r\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\r\n.ui-icon-folder-open { background-position: -16px -96px; }\r\n.ui-icon-document { background-position: -32px -96px; }\r\n.ui-icon-document-b { background-position: -48px -96px; }\r\n.ui-icon-note { background-position: -64px -96px; }\r\n.ui-icon-mail-closed { background-position: -80px -96px; }\r\n.ui-icon-mail-open { background-position: -96px -96px; }\r\n.ui-icon-suitcase { background-position: -112px -96px; }\r\n.ui-icon-comment { background-position: -128px -96px; }\r\n.ui-icon-person { background-position: -144px -96px; }\r\n.ui-icon-print { background-position: -160px -96px; }\r\n.ui-icon-trash { background-position: -176px -96px; }\r\n.ui-icon-locked { background-position: -192px -96px; }\r\n.ui-icon-unlocked { background-position: -208px -96px; }\r\n.ui-icon-bookmark { background-position: -224px -96px; }\r\n.ui-icon-tag { background-position: -240px -96px; }\r\n.ui-icon-home { background-position: 0 -112px; }\r\n.ui-icon-flag { background-position: -16px -112px; }\r\n.ui-icon-calendar { background-position: -32px -112px; }\r\n.ui-icon-cart { background-position: -48px -112px; }\r\n.ui-icon-pencil { background-position: -64px -112px; }\r\n.ui-icon-clock { background-position: -80px -112px; }\r\n.ui-icon-disk { background-position: -96px -112px; }\r\n.ui-icon-calculator { background-position: -112px -112px; }\r\n.ui-icon-zoomin { background-position: -128px -112px; }\r\n.ui-icon-zoomout { background-position: -144px -112px; }\r\n.ui-icon-search { background-position: -160px -112px; }\r\n.ui-icon-wrench { background-position: -176px -112px; }\r\n.ui-icon-gear { background-position: -192px -112px; }\r\n.ui-icon-heart { background-position: -208px -112px; }\r\n.ui-icon-star { background-position: -224px -112px; }\r\n.ui-icon-link { background-position: -240px -112px; }\r\n.ui-icon-cancel { background-position: 0 -128px; }\r\n.ui-icon-plus { background-position: -16px -128px; }\r\n.ui-icon-plusthick { background-position: -32px -128px; }\r\n.ui-icon-minus { background-position: -48px -128px; }\r\n.ui-icon-minusthick { background-position: -64px -128px; }\r\n.ui-icon-close { background-position: -80px -128px; }\r\n.ui-icon-closethick { background-position: -96px -128px; }\r\n.ui-icon-key { background-position: -112px -128px; }\r\n.ui-icon-lightbulb { background-position: -128px -128px; }\r\n.ui-icon-scissors { background-position: -144px -128px; }\r\n.ui-icon-clipboard { background-position: -160px -128px; }\r\n.ui-icon-copy { background-position: -176px -128px; }\r\n.ui-icon-contact { background-position: -192px -128px; }\r\n.ui-icon-image { background-position: -208px -128px; }\r\n.ui-icon-video { background-position: -224px -128px; }\r\n.ui-icon-script { background-position: -240px -128px; }\r\n.ui-icon-alert { background-position: 0 -144px; }\r\n.ui-icon-info { background-position: -16px -144px; }\r\n.ui-icon-notice { background-position: -32px -144px; }\r\n.ui-icon-help { background-position: -48px -144px; }\r\n.ui-icon-check { background-position: -64px -144px; }\r\n.ui-icon-bullet { background-position: -80px -144px; }\r\n.ui-icon-radio-off { background-position: -96px -144px; }\r\n.ui-icon-radio-on { background-position: -112px -144px; }\r\n.ui-icon-pin-w { background-position: -128px -144px; }\r\n.ui-icon-pin-s { background-position: -144px -144px; }\r\n.ui-icon-play { background-position: 0 -160px; }\r\n.ui-icon-pause { background-position: -16px -160px; }\r\n.ui-icon-seek-next { background-position: -32px -160px; }\r\n.ui-icon-seek-prev { background-position: -48px -160px; }\r\n.ui-icon-seek-end { background-position: -64px -160px; }\r\n.ui-icon-seek-start { background-position: -80px -160px; }\r\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\r\n.ui-icon-seek-first { background-position: -80px -160px; }\r\n.ui-icon-stop { background-position: -96px -160px; }\r\n.ui-icon-eject { background-position: -112px -160px; }\r\n.ui-icon-volume-off { background-position: -128px -160px; }\r\n.ui-icon-volume-on { background-position: -144px -160px; }\r\n.ui-icon-power { background-position: 0 -176px; }\r\n.ui-icon-signal-diag { background-position: -16px -176px; }\r\n.ui-icon-signal { background-position: -32px -176px; }\r\n.ui-icon-battery-0 { background-position: -48px -176px; }\r\n.ui-icon-battery-1 { background-position: -64px -176px; }\r\n.ui-icon-battery-2 { background-position: -80px -176px; }\r\n.ui-icon-battery-3 { background-position: -96px -176px; }\r\n.ui-icon-circle-plus { background-position: 0 -192px; }\r\n.ui-icon-circle-minus { background-position: -16px -192px; }\r\n.ui-icon-circle-close { background-position: -32px -192px; }\r\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\r\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\r\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\r\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\r\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\r\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\r\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\r\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\r\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\r\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\r\n.ui-icon-circle-check { background-position: -208px -192px; }\r\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\r\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\r\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\r\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\r\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\r\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\r\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\r\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\r\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\r\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\r\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\r\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\r\n\r\n\r\n/* Misc visuals\r\n----------------------------------*/\r\n\r\n/* Corner radius */\r\n.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }\r\n.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }\r\n.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }\r\n.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }\r\n\r\n/* Overlays */\r\n.ui-widget-overlay { background: #aaaaaa url(images/css/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }\r\n.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/css/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*\r\n * jQuery UI Resizable 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Resizable#theming\r\n */\r\n.ui-resizable { position: relative;}\r\n.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }\r\n.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }\r\n.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }\r\n.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; {vb:stylevar left}: 0; }\r\n.ui-resizable-e { cursor: e-resize; width: 7px; {vb:stylevar right}: -5px; top: 0; height: 100%; }\r\n.ui-resizable-w { cursor: w-resize; width: 7px; {vb:stylevar left}: -5px; top: 0; height: 100%; }\r\n.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; {vb:stylevar right}: 1px; bottom: 1px; }\r\n.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; {vb:stylevar left}: -5px; bottom: -5px; }\r\n.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; {vb:stylevar left}: -5px; top: -5px; }\r\n.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; {vb:stylevar right}: -5px; top: -5px;}/*\r\n * jQuery UI Selectable 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Selectable#theming\r\n */\r\n.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }\r\n/*\r\n * jQuery UI Accordion 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Accordion#theming\r\n */\r\n/* IE/Win - Fix animation bug - #4615 */\r\n.ui-accordion { width: 100%; }\r\n.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }\r\n.ui-accordion .ui-accordion-li-fix { display: inline; }\r\n.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }\r\n.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }\r\n.ui-accordion-icons .ui-accordion-header a { padding-{vb:stylevar left}: 2.2em; }\r\n.ui-accordion .ui-accordion-header .ui-icon { position: absolute; {vb:stylevar left}: .5em; top: 50%; margin-top: -8px; }\r\n.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }\r\n.ui-accordion .ui-accordion-content-active { display: block; }\r\n/*\r\n * jQuery UI Autocomplete 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Autocomplete#theming\r\n */\r\n.ui-autocomplete { position: absolute; cursor: default; } \r\n\r\n/* workarounds */\r\n* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */\r\n\r\n/*\r\n * jQuery UI Menu 1.8.14\r\n *\r\n * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Menu#theming\r\n */\r\n.ui-menu {\r\n list-style:none;\r\n padding: 2px;\r\n margin: 0;\r\n display:block;\r\n float: {vb:stylevar left};\r\n}\r\n.ui-menu .ui-menu {\r\n margin-top: -3px;\r\n}\r\n.ui-menu .ui-menu-item {\r\n margin:0;\r\n padding: 0;\r\n zoom: 1;\r\n float: {vb:stylevar left};\r\n clear: {vb:stylevar left};\r\n width: 100%;\r\n}\r\n.ui-menu .ui-menu-item a {\r\n text-decoration:none;\r\n display:block;\r\n padding:.2em .4em;\r\n line-height:1.5;\r\n zoom:1;\r\n}\r\n.ui-menu .ui-menu-item a.ui-state-hover,\r\n.ui-menu .ui-menu-item a.ui-state-active {\r\n font-weight: normal;\r\n margin: -1px;\r\n}\r\n/*\r\n * jQuery UI Button 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Button#theming\r\n */\r\n.ui-button { display: inline-block; position: relative; padding: 0; margin-{vb:stylevar right}: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */\r\n.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */\r\nbutton.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */\r\n.ui-button-icons-only { width: 3.4em; } \r\nbutton.ui-button-icons-only { width: 3.7em; } \r\n\r\n/*button text element */\r\n.ui-button .ui-button-text { display: block; line-height: 1.4; }\r\n.ui-button-text-only .ui-button-text { padding: .4em 1em; }\r\n.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }\r\n.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }\r\n.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }\r\n.ui-button-text-icons .ui-button-text { padding-{vb:stylevar left}: 2.1em; padding-{vb:stylevar right}: 2.1em; }\r\n/* no icon support for input elements, provide padding by default */\r\ninput.ui-button { padding: .4em 1em; }\r\n\r\n/*button icon element(s) */\r\n.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }\r\n.ui-button-icon-only .ui-icon { {vb:stylevar left}: 50%; margin-{vb:stylevar left}: -8px; }\r\n.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { {vb:stylevar left}: .5em; }\r\n.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { {vb:stylevar right}: .5em; }\r\n.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { {vb:stylevar right}: .5em; }\r\n\r\n/*button sets*/\r\n.ui-buttonset { margin-{vb:stylevar right}: 7px; }\r\n.ui-buttonset .ui-button { margin-{vb:stylevar left}: 0; margin-{vb:stylevar right}: -.3em; }\r\n\r\n/* workarounds */\r\nbutton.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */\r\n/*\r\n * jQuery UI Dialog 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Dialog#theming\r\n */\r\n.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }\r\n.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }\r\n.ui-dialog .ui-dialog-title { float: {vb:stylevar left}; margin: .1em 16px .1em 0; } \r\n.ui-dialog .ui-dialog-titlebar-close { position: absolute; {vb:stylevar right}: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }\r\n.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }\r\n.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }\r\n.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }\r\n.ui-dialog .ui-dialog-buttonpane { text-align: {vb:stylevar left}; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }\r\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: {vb:stylevar right}; }\r\n.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }\r\n.ui-dialog .ui-resizable-se { width: 14px; height: 14px; {vb:stylevar right}: 3px; bottom: 3px; }\r\n.ui-draggable .ui-dialog-titlebar { cursor: move; }\r\n/*\r\n * jQuery UI Slider 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Slider#theming\r\n */\r\n.ui-slider { position: relative; text-align: {vb:stylevar left}; }\r\n.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }\r\n.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }\r\n\r\n.ui-slider-horizontal { height: .8em; }\r\n.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-{vb:stylevar left}: -.6em; }\r\n.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }\r\n.ui-slider-horizontal .ui-slider-range-min { {vb:stylevar left}: 0; }\r\n.ui-slider-horizontal .ui-slider-range-max { {vb:stylevar right}: 0; }\r\n\r\n.ui-slider-vertical { width: .8em; height: 100px; }\r\n.ui-slider-vertical .ui-slider-handle { {vb:stylevar left}: -.3em; margin-{vb:stylevar left}: 0; margin-bottom: -.6em; }\r\n.ui-slider-vertical .ui-slider-range { {vb:stylevar left}: 0; width: 100%; }\r\n.ui-slider-vertical .ui-slider-range-min { bottom: 0; }\r\n.ui-slider-vertical .ui-slider-range-max { top: 0; }/*\r\n * jQuery UI Tabs 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Tabs#theming\r\n */\r\n.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\r\n.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }\r\n.ui-tabs .ui-tabs-nav li { list-style: none; float: {vb:stylevar left}; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }\r\n.ui-tabs .ui-tabs-nav li a { float: {vb:stylevar left}; padding: .5em 1em; text-decoration: none; }\r\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }\r\n.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }\r\n.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */\r\n.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }\r\n.ui-tabs .ui-tabs-hide { display: none !important; }\r\n/*\r\n * jQuery UI Datepicker 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Datepicker#theming\r\n */\r\n.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }\r\n.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }\r\n.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }\r\n.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }\r\n.ui-datepicker .ui-datepicker-prev { {vb:stylevar left}:2px; }\r\n.ui-datepicker .ui-datepicker-next { {vb:stylevar right}:2px; }\r\n.ui-datepicker .ui-datepicker-prev-hover { {vb:stylevar left}:1px; }\r\n.ui-datepicker .ui-datepicker-next-hover { {vb:stylevar right}:1px; }\r\n.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; {vb:stylevar left}: 50%; margin-{vb:stylevar left}: -8px; top: 50%; margin-top: -8px; }\r\n.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }\r\n.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }\r\n.ui-datepicker select.ui-datepicker-month-year {width: 100%;}\r\n.ui-datepicker select.ui-datepicker-month, \r\n.ui-datepicker select.ui-datepicker-year { width: 49%;}\r\n.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }\r\n.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }\r\n.ui-datepicker td { border: 0; padding: 1px; }\r\n.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: {vb:stylevar right}; text-decoration: none; }\r\n.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-{vb:stylevar left}: 0; border-{vb:stylevar right}: 0; border-bottom: 0; }\r\n.ui-datepicker .ui-datepicker-buttonpane button { float: {vb:stylevar right}; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }\r\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:{vb:stylevar left}; }\r\n\r\n/* mod for safari/iPhone disabled button issue: changed element type to anchor */\r\n.ui-datepicker .ui-datepicker-buttonpane a {margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible; }\r\n.ui-datepicker .ui-datepicker-buttonpane a.ui-datepicker-current {float:{vb:stylevar left};}\r\n.ui-datepicker .ui-datepicker-buttonpane a.ui-datepicker-close {float:{vb:stylevar right};}\r\n\r\n\r\n/* with multiple calendars */\r\n.ui-datepicker.ui-datepicker-multi { width:auto; }\r\n.ui-datepicker-multi .ui-datepicker-group { float:{vb:stylevar left}; }\r\n.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }\r\n.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }\r\n.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }\r\n.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }\r\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-{vb:stylevar left}-width:0; }\r\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-{vb:stylevar left}-width:0; }\r\n.ui-datepicker-multi .ui-datepicker-buttonpane { clear:{vb:stylevar left}; }\r\n.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }\r\n\r\n/* RTL support */\r\n.ui-datepicker-rtl { direction: rtl; }\r\n.ui-datepicker-rtl .ui-datepicker-prev { {vb:stylevar right}: 2px; {vb:stylevar left}: auto; }\r\n.ui-datepicker-rtl .ui-datepicker-next { {vb:stylevar left}: 2px; {vb:stylevar right}: auto; }\r\n.ui-datepicker-rtl .ui-datepicker-prev:hover { {vb:stylevar right}: 1px; {vb:stylevar left}: auto; }\r\n.ui-datepicker-rtl .ui-datepicker-next:hover { {vb:stylevar left}: 1px; {vb:stylevar right}: auto; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:{vb:stylevar right}; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: {vb:stylevar left}; }\r\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:{vb:stylevar right}; }\r\n.ui-datepicker-rtl .ui-datepicker-group { float:{vb:stylevar right}; }\r\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-{vb:stylevar right}-width:0; border-{vb:stylevar left}-width:1px; }\r\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-{vb:stylevar right}-width:0; border-{vb:stylevar left}-width:1px; }\r\n\r\n/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */\r\n.ui-datepicker-cover {\r\n display: none; /*sorry for IE5*/\r\n display/**/: block; /*sorry for IE5*/\r\n position: absolute; /*must have*/\r\n z-index: -1; /*must have*/\r\n filter: mask(); /*must have*/\r\n top: -4px; /*must have*/\r\n {vb:stylevar left}: -4px; /*must have*/\r\n width: 200px; /*must have*/\r\n height: 200px; /*must have*/\r\n}/*\r\n * jQuery UI Progressbar 1.8.14\r\n *\r\n * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)\r\n * Dual licensed under the MIT or GPL Version 2 licenses.\r\n * http://jquery.org/license\r\n *\r\n * http://docs.jquery.com/UI/Progressbar#theming\r\n */\r\n.ui-progressbar { height:2em; text-align: {vb:stylevar left}; }\r\n.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }','template',1359778930,'vBulletin Solutions','5.0.0 Release Candidate 1','vbulletin','none'),(126,-1,'css_jquery_datatables.css','$final_rendered = \'/*\r\n * File: demo_table.css\r\n * Description: CSS descriptions for DataTables demo pages\r\n * Author: Allan Jardine\r\n * Created: Tue May 12 06:47:22 BST 2009\r\n * Language: CSS\r\n * Project: DataTables\r\n *\r\n * Copyright 2009 Allan Jardine. All Rights Reserved.\r\n *\r\n * ***************************************************************************\r\n * DESCRIPTION\r\n *\r\n * The styles given here are suitable for the demos that are used with the standard DataTables\r\n * distribution (see www.datatables.net). You will most likely wish to modify these styles to\r\n * meet the layout requirements of your site.\r\n *\r\n * Common issues:\r\n * \\\'full_numbers\\\' pagination - I use an extra selector on the body tag to ensure that there is\r\n * no conflict between the two pagination types. If you want to use full_numbers pagination\r\n * ensure that you either have \"example_alt_pagination\" as a body class name, or better yet,\r\n * modify that selector.\r\n * Note that the path used for Images is relative. All images are by default located in\r\n * ../js/jquery/datatables/images/ - relative to this CSS file.\r\n */\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables features\r\n */\r\n\r\n.dataTables_wrapper {\r\n position: relative;\r\n clear: both;\r\n zoom: 1; /* Feeling sorry for IE */\r\n margin: 10px 0;\r\n}\r\n\r\n.dataTables_processing {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 250px;\r\n height: 30px;\r\n margin-left: -125px;\r\n margin-top: -15px;\r\n padding: 14px 0 2px 0;\r\n border: 1px solid #ddd;\r\n text-align: center;\r\n color: #999;\r\n font-size: 14px;\r\n background-color: white;\r\n}\r\n\r\n.dataTables_length {\r\n width: 40%;\r\n float: left;\r\n}\r\n\r\n.dataTables_filter {\r\n width: 50%;\r\n float: right;\r\n text-align: right;\r\n padding-bottom: 10px;\r\n}\r\n\r\n.dataTables_info {\r\n width: 60%;\r\n float: left;\r\n}\r\n\r\n.dataTables_paginate {\r\n float: right;\r\n text-align: right;\r\n}\r\n\r\n/* Pagination nested */\r\n.paginate_disabled_previous, .paginate_enabled_previous,\r\n.paginate_disabled_next, .paginate_enabled_next {\r\n height: 19px;\r\n float: left;\r\n cursor: pointer;\r\n color: #111 !important;\r\n}\r\n.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,\r\n.paginate_disabled_next:hover, .paginate_enabled_next:hover {\r\n text-decoration: none !important;\r\n}\r\n.paginate_disabled_previous:active, .paginate_enabled_previous:active,\r\n.paginate_disabled_next:active, .paginate_enabled_next:active {\r\n outline: none;\r\n}\r\n\r\n.paginate_disabled_previous,\r\n.paginate_disabled_next {\r\n color: #666 !important;\r\n}\r\n.paginate_disabled_previous, .paginate_enabled_previous {\r\n padding-left: 23px;\r\n}\r\n.paginate_disabled_next, .paginate_enabled_next {\r\n padding-right: 23px;\r\n margin-left: 10px;\r\n}\r\n\r\n.paginate_disabled_previous {\r\n background: url(\\\'../js/jquery/datatables/images/back_disabled.png\\\') no-repeat top left;\r\n}\r\n\r\n.paginate_enabled_previous {\r\n background: url(\\\'../js/jquery/datatables/images/back_enabled.png\\\') no-repeat top left;\r\n}\r\n.paginate_enabled_previous:hover {\r\n background: url(\\\'../js/jquery/datatables/images/back_enabled_hover.png\\\') no-repeat top left;\r\n}\r\n\r\n.paginate_disabled_next {\r\n background: url(\\\'../js/jquery/datatables/images/forward_disabled.png\\\') no-repeat top right;\r\n}\r\n\r\n.paginate_enabled_next {\r\n background: url(\\\'../js/jquery/datatables/images/forward_enabled.png\\\') no-repeat top right;\r\n}\r\n.paginate_enabled_next:hover {\r\n background: url(\\\'../js/jquery/datatables/images/forward_enabled_hover.png\\\') no-repeat top right;\r\n}\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables display\r\n */\r\ntable.display {\r\n border: 1px solid #555555;\r\n margin: 0 auto;\r\n clear: both;\r\n width: 100%;\r\n \r\n /* Note Firefox 3.5 and before have a bug with border-collapse\r\n * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) \r\n * border-spacing: 0; is one possible option. Conditional-css.com is\r\n * useful for this kind of thing\r\n *\r\n * Further note IE 6/7 has problems when calculating widths with border width.\r\n * It subtracts one px relative to the other browsers from the first column, and\r\n * adds one to the end...\r\n *\r\n * If you want that effect I\\\'d suggest setting a border-top/left on th/td\\\'s and \r\n * then filling in the gaps with other borders.\r\n */\r\n}\r\n\r\ntable.display thead th {\r\n padding: 3px 18px 3px 10px;\r\n border-bottom: 1px solid black;\r\n font-weight: bold;\r\n cursor: pointer;\r\n}\r\n\r\ntable.display tfoot th {\r\n padding: 3px 18px 3px 10px;\r\n border-top: 1px solid black;\r\n font-weight: bold;\r\n}\r\n\r\ntable.display tr.heading2 td {\r\n border-bottom: 1px solid #aaa;\r\n}\r\n\r\ntable.display td {\r\n padding: 3px 10px;\r\n}\r\n\r\ntable.display td.center {\r\n text-align: center;\r\n}\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables sorting\r\n */\r\n\r\n.sorting_asc {\r\n background: url(\\\'../js/jquery/datatables/images/sort_asc.png\\\') no-repeat center right;\r\n}\r\n\r\n.sorting_desc {\r\n background: url(\\\'../js/jquery/datatables/images/sort_desc.png\\\') no-repeat center right;\r\n}\r\n\r\n.sorting {\r\n background: url(\\\'../js/jquery/datatables/images/sort_both.png\\\') no-repeat center right;\r\n}\r\n\r\n.sorting_asc_disabled {\r\n background: url(\\\'../js/jquery/datatables/images/sort_asc_disabled.png\\\') no-repeat center right;\r\n}\r\n\r\n.sorting_desc_disabled {\r\n background: url(\\\'../js/jquery/datatables/images/sort_desc_disabled.png\\\') no-repeat center right;\r\n}\r\n \r\nth:active {\r\n outline: none;\r\n}\r\n\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables row classes\r\n */\r\ntable.display tr.odd.gradeA {\r\n background-color: #ddffdd;\r\n}\r\n\r\ntable.display tr.even.gradeA {\r\n background-color: #eeffee;\r\n}\r\n\r\ntable.display tr.odd.gradeC {\r\n background-color: #ddddff;\r\n}\r\n\r\ntable.display tr.even.gradeC {\r\n background-color: #eeeeff;\r\n}\r\n\r\ntable.display tr.odd.gradeX {\r\n background-color: #ffdddd;\r\n}\r\n\r\ntable.display tr.even.gradeX {\r\n background-color: #ffeeee;\r\n}\r\n\r\ntable.display tr.odd.gradeU {\r\n background-color: #ddd;\r\n}\r\n\r\ntable.display tr.even.gradeU {\r\n background-color: #eee;\r\n}\r\n\r\n\r\ntr.odd {\r\n background-color: #111;\r\n}\r\n\r\ntr.even {\r\n background-color: #333;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * Misc\r\n */\r\n.dataTables_scroll {\r\n clear: both;\r\n}\r\n\r\n.dataTables_scrollBody {\r\n *margin-top: -1px;\r\n -webkit-overflow-scrolling: touch;\r\n}\r\n\r\n.top, .bottom {\r\n padding: 15px;\r\n background-color: #F5F5F5;\r\n border: 1px solid #CCCCCC;\r\n}\r\n\r\n.top .dataTables_info {\r\n float: none;\r\n}\r\n\r\n.h-clear {\r\n clear: both;\r\n}\r\n\r\n.dataTables_empty {\r\n text-align: center;\r\n}\r\n\r\ntfoot input {\r\n margin: 0.5em 0;\r\n width: 100%;\r\n color: #444;\r\n}\r\n\r\ntfoot input.search_init {\r\n color: #999;\r\n}\r\n\r\ntd.group {\r\n background-color: #d1cfd0;\r\n border-bottom: 2px solid #A19B9E;\r\n border-top: 2px solid #A19B9E;\r\n}\r\n\r\ntd.details {\r\n background-color: #d1cfd0;\r\n border: 2px solid #A19B9E;\r\n}\r\n\r\n\r\n.example_alt_pagination div.dataTables_info {\r\n width: 40%;\r\n}\r\n\r\n.paging_full_numbers {\r\n width: 400px;\r\n height: 22px;\r\n line-height: 22px;\r\n}\r\n\r\n.paging_full_numbers a:active {\r\n outline: none\r\n}\r\n\r\n.paging_full_numbers a:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button,\r\n .paging_full_numbers a.paginate_active {\r\n border: 1px solid #aaa;\r\n -webkit-border-radius: 5px;\r\n -moz-border-radius: 5px;\r\n padding: 2px 5px;\r\n margin: 0 3px;\r\n cursor: pointer;\r\n color: #333 !important;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button {\r\n background-color: #ddd;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button:hover {\r\n background-color: #ccc;\r\n text-decoration: none !important;\r\n}\r\n\r\n.paging_full_numbers a.paginate_active {\r\n background-color: #99B3FF;\r\n}\r\n\r\ntable.display tr.even.row_selected td {\r\n background-color: #B0BED9;\r\n}\r\n\r\ntable.display tr.odd.row_selected td {\r\n background-color: #9FAFD1;\r\n}\r\n\r\n\r\n/*\r\n * Sorting classes for columns\r\n */\r\n/* For the standard odd/even */\r\ntr.odd td.sorting_1 {\r\n background-color: #111;\r\n}\r\n\r\ntr.odd td.sorting_2 {\r\n background-color: #111;\r\n}\r\n\r\ntr.odd td.sorting_3 {\r\n background-color: #111;\r\n}\r\n\r\ntr.even td.sorting_1 {\r\n background-color: #333;\r\n}\r\n\r\ntr.even td.sorting_2 {\r\n background-color: #333;\r\n}\r\n\r\ntr.even td.sorting_3 {\r\n background-color: #333;\r\n}\r\n\r\n\r\n/* For the Conditional-CSS grading rows */\r\n/*\r\n Colour calculations (based off the main row colours)\r\n Level 1:\r\n dd > c4\r\n ee > d5\r\n Level 2:\r\n dd > d1\r\n ee > e2\r\n */\r\ntr.odd.gradeA td.sorting_1 {\r\n background-color: #c4ffc4;\r\n}\r\n\r\ntr.odd.gradeA td.sorting_2 {\r\n background-color: #d1ffd1;\r\n}\r\n\r\ntr.odd.gradeA td.sorting_3 {\r\n background-color: #d1ffd1;\r\n}\r\n\r\ntr.even.gradeA td.sorting_1 {\r\n background-color: #d5ffd5;\r\n}\r\n\r\ntr.even.gradeA td.sorting_2 {\r\n background-color: #e2ffe2;\r\n}\r\n\r\ntr.even.gradeA td.sorting_3 {\r\n background-color: #e2ffe2;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_1 {\r\n background-color: #c4c4ff;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_2 {\r\n background-color: #d1d1ff;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_3 {\r\n background-color: #d1d1ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_1 {\r\n background-color: #d5d5ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_2 {\r\n background-color: #e2e2ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_3 {\r\n background-color: #e2e2ff;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_1 {\r\n background-color: #ffc4c4;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_2 {\r\n background-color: #ffd1d1;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_3 {\r\n background-color: #ffd1d1;\r\n}\r\n\r\ntr.even.gradeX td.sorting_1 {\r\n background-color: #ffd5d5;\r\n}\r\n\r\ntr.even.gradeX td.sorting_2 {\r\n background-color: #ffe2e2;\r\n}\r\n\r\ntr.even.gradeX td.sorting_3 {\r\n background-color: #ffe2e2;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_1 {\r\n background-color: #c4c4c4;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_2 {\r\n background-color: #d1d1d1;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_3 {\r\n background-color: #d1d1d1;\r\n}\r\n\r\ntr.even.gradeU td.sorting_1 {\r\n background-color: #d5d5d5;\r\n}\r\n\r\ntr.even.gradeU td.sorting_2 {\r\n background-color: #e2e2e2;\r\n}\r\n\r\ntr.even.gradeU td.sorting_3 {\r\n background-color: #e2e2e2;\r\n}\r\n\r\n\r\n/*\r\n * Row highlighting example\r\n */\r\n.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {\r\n background-color: #ECFFB3;\r\n}\r\n\r\n.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {\r\n background-color: #E6FF99;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover {\r\n background-color: #ECFFB3;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_1 {\r\n background-color: #DDFF75;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_2 {\r\n background-color: #E7FF9E;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_3 {\r\n background-color: #E2FF89;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover {\r\n background-color: #E6FF99;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_1 {\r\n background-color: #D6FF5C;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_2 {\r\n background-color: #E0FF84;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_3 {\r\n background-color: #DBFF70;\r\n}\r\n\r\n\r\n/*\r\n * KeyTable\r\n */\r\ntable.KeyTable td {\r\n border: 3px solid transparent;\r\n}\r\n\r\ntable.KeyTable td.focus {\r\n border: 3px solid #3366FF;\r\n}\r\n\r\ntable.display tr.gradeA {\r\n background-color: #eeffee;\r\n}\r\n\r\ntable.display tr.gradeC {\r\n background-color: #ddddff;\r\n}\r\n\r\ntable.display tr.gradeX {\r\n background-color: #ffdddd;\r\n}\r\n\r\ntable.display tr.gradeU {\r\n background-color: #ddd;\r\n}\r\n\r\ndiv.box {\r\n height: 100px;\r\n padding: 10px;\r\n overflow: auto;\r\n border: 1px solid #8080FF;\r\n background-color: #E5E5FF;\r\n}\';','/*\r\n * File: demo_table.css\r\n * Description: CSS descriptions for DataTables demo pages\r\n * Author: Allan Jardine\r\n * Created: Tue May 12 06:47:22 BST 2009\r\n * Language: CSS\r\n * Project: DataTables\r\n *\r\n * Copyright 2009 Allan Jardine. All Rights Reserved.\r\n *\r\n * ***************************************************************************\r\n * DESCRIPTION\r\n *\r\n * The styles given here are suitable for the demos that are used with the standard DataTables\r\n * distribution (see www.datatables.net). You will most likely wish to modify these styles to\r\n * meet the layout requirements of your site.\r\n *\r\n * Common issues:\r\n * \'full_numbers\' pagination - I use an extra selector on the body tag to ensure that there is\r\n * no conflict between the two pagination types. If you want to use full_numbers pagination\r\n * ensure that you either have \"example_alt_pagination\" as a body class name, or better yet,\r\n * modify that selector.\r\n * Note that the path used for Images is relative. All images are by default located in\r\n * ../js/jquery/datatables/images/ - relative to this CSS file.\r\n */\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables features\r\n */\r\n\r\n.dataTables_wrapper {\r\n position: relative;\r\n clear: both;\r\n zoom: 1; /* Feeling sorry for IE */\r\n margin: 10px 0;\r\n}\r\n\r\n.dataTables_processing {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 250px;\r\n height: 30px;\r\n margin-left: -125px;\r\n margin-top: -15px;\r\n padding: 14px 0 2px 0;\r\n border: 1px solid #ddd;\r\n text-align: center;\r\n color: #999;\r\n font-size: 14px;\r\n background-color: white;\r\n}\r\n\r\n.dataTables_length {\r\n width: 40%;\r\n float: left;\r\n}\r\n\r\n.dataTables_filter {\r\n width: 50%;\r\n float: right;\r\n text-align: right;\r\n padding-bottom: 10px;\r\n}\r\n\r\n.dataTables_info {\r\n width: 60%;\r\n float: left;\r\n}\r\n\r\n.dataTables_paginate {\r\n float: right;\r\n text-align: right;\r\n}\r\n\r\n/* Pagination nested */\r\n.paginate_disabled_previous, .paginate_enabled_previous,\r\n.paginate_disabled_next, .paginate_enabled_next {\r\n height: 19px;\r\n float: left;\r\n cursor: pointer;\r\n color: #111 !important;\r\n}\r\n.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,\r\n.paginate_disabled_next:hover, .paginate_enabled_next:hover {\r\n text-decoration: none !important;\r\n}\r\n.paginate_disabled_previous:active, .paginate_enabled_previous:active,\r\n.paginate_disabled_next:active, .paginate_enabled_next:active {\r\n outline: none;\r\n}\r\n\r\n.paginate_disabled_previous,\r\n.paginate_disabled_next {\r\n color: #666 !important;\r\n}\r\n.paginate_disabled_previous, .paginate_enabled_previous {\r\n padding-left: 23px;\r\n}\r\n.paginate_disabled_next, .paginate_enabled_next {\r\n padding-right: 23px;\r\n margin-left: 10px;\r\n}\r\n\r\n.paginate_disabled_previous {\r\n background: url(\'../js/jquery/datatables/images/back_disabled.png\') no-repeat top left;\r\n}\r\n\r\n.paginate_enabled_previous {\r\n background: url(\'../js/jquery/datatables/images/back_enabled.png\') no-repeat top left;\r\n}\r\n.paginate_enabled_previous:hover {\r\n background: url(\'../js/jquery/datatables/images/back_enabled_hover.png\') no-repeat top left;\r\n}\r\n\r\n.paginate_disabled_next {\r\n background: url(\'../js/jquery/datatables/images/forward_disabled.png\') no-repeat top right;\r\n}\r\n\r\n.paginate_enabled_next {\r\n background: url(\'../js/jquery/datatables/images/forward_enabled.png\') no-repeat top right;\r\n}\r\n.paginate_enabled_next:hover {\r\n background: url(\'../js/jquery/datatables/images/forward_enabled_hover.png\') no-repeat top right;\r\n}\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables display\r\n */\r\ntable.display {\r\n border: 1px solid #555555;\r\n margin: 0 auto;\r\n clear: both;\r\n width: 100%;\r\n \r\n /* Note Firefox 3.5 and before have a bug with border-collapse\r\n * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) \r\n * border-spacing: 0; is one possible option. Conditional-css.com is\r\n * useful for this kind of thing\r\n *\r\n * Further note IE 6/7 has problems when calculating widths with border width.\r\n * It subtracts one px relative to the other browsers from the first column, and\r\n * adds one to the end...\r\n *\r\n * If you want that effect I\'d suggest setting a border-top/left on th/td\'s and \r\n * then filling in the gaps with other borders.\r\n */\r\n}\r\n\r\ntable.display thead th {\r\n padding: 3px 18px 3px 10px;\r\n border-bottom: 1px solid black;\r\n font-weight: bold;\r\n cursor: pointer;\r\n}\r\n\r\ntable.display tfoot th {\r\n padding: 3px 18px 3px 10px;\r\n border-top: 1px solid black;\r\n font-weight: bold;\r\n}\r\n\r\ntable.display tr.heading2 td {\r\n border-bottom: 1px solid #aaa;\r\n}\r\n\r\ntable.display td {\r\n padding: 3px 10px;\r\n}\r\n\r\ntable.display td.center {\r\n text-align: center;\r\n}\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables sorting\r\n */\r\n\r\n.sorting_asc {\r\n background: url(\'../js/jquery/datatables/images/sort_asc.png\') no-repeat center right;\r\n}\r\n\r\n.sorting_desc {\r\n background: url(\'../js/jquery/datatables/images/sort_desc.png\') no-repeat center right;\r\n}\r\n\r\n.sorting {\r\n background: url(\'../js/jquery/datatables/images/sort_both.png\') no-repeat center right;\r\n}\r\n\r\n.sorting_asc_disabled {\r\n background: url(\'../js/jquery/datatables/images/sort_asc_disabled.png\') no-repeat center right;\r\n}\r\n\r\n.sorting_desc_disabled {\r\n background: url(\'../js/jquery/datatables/images/sort_desc_disabled.png\') no-repeat center right;\r\n}\r\n \r\nth:active {\r\n outline: none;\r\n}\r\n\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * DataTables row classes\r\n */\r\ntable.display tr.odd.gradeA {\r\n background-color: #ddffdd;\r\n}\r\n\r\ntable.display tr.even.gradeA {\r\n background-color: #eeffee;\r\n}\r\n\r\ntable.display tr.odd.gradeC {\r\n background-color: #ddddff;\r\n}\r\n\r\ntable.display tr.even.gradeC {\r\n background-color: #eeeeff;\r\n}\r\n\r\ntable.display tr.odd.gradeX {\r\n background-color: #ffdddd;\r\n}\r\n\r\ntable.display tr.even.gradeX {\r\n background-color: #ffeeee;\r\n}\r\n\r\ntable.display tr.odd.gradeU {\r\n background-color: #ddd;\r\n}\r\n\r\ntable.display tr.even.gradeU {\r\n background-color: #eee;\r\n}\r\n\r\n\r\ntr.odd {\r\n background-color: #111;\r\n}\r\n\r\ntr.even {\r\n background-color: #333;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r\n * Misc\r\n */\r\n.dataTables_scroll {\r\n clear: both;\r\n}\r\n\r\n.dataTables_scrollBody {\r\n *margin-top: -1px;\r\n -webkit-overflow-scrolling: touch;\r\n}\r\n\r\n.top, .bottom {\r\n padding: 15px;\r\n background-color: #F5F5F5;\r\n border: 1px solid #CCCCCC;\r\n}\r\n\r\n.top .dataTables_info {\r\n float: none;\r\n}\r\n\r\n.h-clear {\r\n clear: both;\r\n}\r\n\r\n.dataTables_empty {\r\n text-align: center;\r\n}\r\n\r\ntfoot input {\r\n margin: 0.5em 0;\r\n width: 100%;\r\n color: #444;\r\n}\r\n\r\ntfoot input.search_init {\r\n color: #999;\r\n}\r\n\r\ntd.group {\r\n background-color: #d1cfd0;\r\n border-bottom: 2px solid #A19B9E;\r\n border-top: 2px solid #A19B9E;\r\n}\r\n\r\ntd.details {\r\n background-color: #d1cfd0;\r\n border: 2px solid #A19B9E;\r\n}\r\n\r\n\r\n.example_alt_pagination div.dataTables_info {\r\n width: 40%;\r\n}\r\n\r\n.paging_full_numbers {\r\n width: 400px;\r\n height: 22px;\r\n line-height: 22px;\r\n}\r\n\r\n.paging_full_numbers a:active {\r\n outline: none\r\n}\r\n\r\n.paging_full_numbers a:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button,\r\n .paging_full_numbers a.paginate_active {\r\n border: 1px solid #aaa;\r\n -webkit-border-radius: 5px;\r\n -moz-border-radius: 5px;\r\n padding: 2px 5px;\r\n margin: 0 3px;\r\n cursor: pointer;\r\n color: #333 !important;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button {\r\n background-color: #ddd;\r\n}\r\n\r\n.paging_full_numbers a.paginate_button:hover {\r\n background-color: #ccc;\r\n text-decoration: none !important;\r\n}\r\n\r\n.paging_full_numbers a.paginate_active {\r\n background-color: #99B3FF;\r\n}\r\n\r\ntable.display tr.even.row_selected td {\r\n background-color: #B0BED9;\r\n}\r\n\r\ntable.display tr.odd.row_selected td {\r\n background-color: #9FAFD1;\r\n}\r\n\r\n\r\n/*\r\n * Sorting classes for columns\r\n */\r\n/* For the standard odd/even */\r\ntr.odd td.sorting_1 {\r\n background-color: #111;\r\n}\r\n\r\ntr.odd td.sorting_2 {\r\n background-color: #111;\r\n}\r\n\r\ntr.odd td.sorting_3 {\r\n background-color: #111;\r\n}\r\n\r\ntr.even td.sorting_1 {\r\n background-color: #333;\r\n}\r\n\r\ntr.even td.sorting_2 {\r\n background-color: #333;\r\n}\r\n\r\ntr.even td.sorting_3 {\r\n background-color: #333;\r\n}\r\n\r\n\r\n/* For the Conditional-CSS grading rows */\r\n/*\r\n Colour calculations (based off the main row colours)\r\n Level 1:\r\n dd > c4\r\n ee > d5\r\n Level 2:\r\n dd > d1\r\n ee > e2\r\n */\r\ntr.odd.gradeA td.sorting_1 {\r\n background-color: #c4ffc4;\r\n}\r\n\r\ntr.odd.gradeA td.sorting_2 {\r\n background-color: #d1ffd1;\r\n}\r\n\r\ntr.odd.gradeA td.sorting_3 {\r\n background-color: #d1ffd1;\r\n}\r\n\r\ntr.even.gradeA td.sorting_1 {\r\n background-color: #d5ffd5;\r\n}\r\n\r\ntr.even.gradeA td.sorting_2 {\r\n background-color: #e2ffe2;\r\n}\r\n\r\ntr.even.gradeA td.sorting_3 {\r\n background-color: #e2ffe2;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_1 {\r\n background-color: #c4c4ff;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_2 {\r\n background-color: #d1d1ff;\r\n}\r\n\r\ntr.odd.gradeC td.sorting_3 {\r\n background-color: #d1d1ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_1 {\r\n background-color: #d5d5ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_2 {\r\n background-color: #e2e2ff;\r\n}\r\n\r\ntr.even.gradeC td.sorting_3 {\r\n background-color: #e2e2ff;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_1 {\r\n background-color: #ffc4c4;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_2 {\r\n background-color: #ffd1d1;\r\n}\r\n\r\ntr.odd.gradeX td.sorting_3 {\r\n background-color: #ffd1d1;\r\n}\r\n\r\ntr.even.gradeX td.sorting_1 {\r\n background-color: #ffd5d5;\r\n}\r\n\r\ntr.even.gradeX td.sorting_2 {\r\n background-color: #ffe2e2;\r\n}\r\n\r\ntr.even.gradeX td.sorting_3 {\r\n background-color: #ffe2e2;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_1 {\r\n background-color: #c4c4c4;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_2 {\r\n background-color: #d1d1d1;\r\n}\r\n\r\ntr.odd.gradeU td.sorting_3 {\r\n background-color: #d1d1d1;\r\n}\r\n\r\ntr.even.gradeU td.sorting_1 {\r\n background-color: #d5d5d5;\r\n}\r\n\r\ntr.even.gradeU td.sorting_2 {\r\n background-color: #e2e2e2;\r\n}\r\n\r\ntr.even.gradeU td.sorting_3 {\r\n background-color: #e2e2e2;\r\n}\r\n\r\n\r\n/*\r\n * Row highlighting example\r\n */\r\n.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {\r\n background-color: #ECFFB3;\r\n}\r\n\r\n.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {\r\n background-color: #E6FF99;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover {\r\n background-color: #ECFFB3;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_1 {\r\n background-color: #DDFF75;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_2 {\r\n background-color: #E7FF9E;\r\n}\r\n\r\n.ex_highlight_row #example tr.even:hover td.sorting_3 {\r\n background-color: #E2FF89;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover {\r\n background-color: #E6FF99;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_1 {\r\n background-color: #D6FF5C;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_2 {\r\n background-color: #E0FF84;\r\n}\r\n\r\n.ex_highlight_row #example tr.odd:hover td.sorting_3 {\r\n background-color: #DBFF70;\r\n}\r\n\r\n\r\n/*\r\n * KeyTable\r\n */\r\ntable.KeyTable td {\r\n border: 3px solid transparent;\r\n}\r\n\r\ntable.KeyTable td.focus {\r\n border: 3px solid #3366FF;\r\n}\r\n\r\ntable.display tr.gradeA {\r\n background-color: #eeffee;\r\n}\r\n\r\ntable.display tr.gradeC {\r\n background-color: #ddddff;\r\n}\r\n\r\ntable.display tr.gradeX {\r\n background-color: #ffdddd;\r\n}\r\n\r\ntable.display tr.gradeU {\r\n background-color: #ddd;\r\n}\r\n\r\ndiv.box {\r\n height: 100px;\r\n padding: 10px;\r\n overflow: auto;\r\n border: 1px solid #8080FF;\r\n background-color: #E5E5FF;\r\n}','template',1363303379,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(127,-1,'css_jquery_fileupload-ui.css','$final_rendered = \'@charset \\\'UTF-8\\\';\r\n/*\r\n * jQuery File Upload UI Plugin CSS 5.0.6\r\n * https://github.com/blueimp/jQuery-File-Upload\r\n *\r\n * Copyright 2010, Sebastian Tschan\r\n * https://blueimp.net\r\n *\r\n * Licensed under the MIT license:\r\n * http://creativecommons.org/licenses/MIT/\r\n */\r\n\r\n.fileupload-buttonbar .ui-button input {\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin: 0;\r\n border: solid transparent;\r\n border-width: 0 0 100px 200px;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -o-transform: translate(250px, -50px) scale(1);\r\n -moz-transform: translate(-300px, 0) scale(4);\r\n direction: ltr;\r\n cursor: pointer;\r\n}\r\n\r\n.fileinput-button {\r\n overflow: hidden;\r\n}\r\n\r\n/* Fix for IE 6: */\r\n*html .fileinput-button {\r\n padding: 2px 0;\r\n}\r\n\r\n/* Fix for IE 7: */\r\n*+html .fileinput-button {\r\n padding: 2px 0;\r\n}\r\n\r\n.fileupload-buttonbar {\r\n padding: 0.2em 0.4em;\r\n}\r\n\r\n.fileupload-buttonbar .ui-button {\r\n vertical-align: middle;\r\n /*Added for VBulletin*/\r\n font-family:Verdana,Arial,sans-serif;\r\n font-size:12px;\r\n}\r\n\r\n.fileupload-content {\r\n padding: 0.2em 0.4em;\r\n border-top-width: 0;\r\n /*Added for VBulletin*/\r\n min-height:250px;\r\n max-height:500px;\r\n overflow:auto;\r\n}\r\n\r\n.fileupload-content .ui-progressbar {\r\n width: 200px;\r\n height: 20px;\r\n}\r\n\r\n.fileupload-content .ui-progressbar-value {\r\n background: url(\"images/css/pbar-ani.gif\");\r\n}\r\n\r\n.fileupload-content .fileupload-progressbar {\r\n width: 400px;\r\n margin: 10px 0;\r\n}\r\n\r\n.files {\r\n margin: 10px 0;\r\n border-collapse: collapse;\r\n}\r\n\r\n.files td {\r\n padding: 5px;\r\n border-spacing: 5px;\r\n}\r\n\r\n.files img {\r\n border: none;\r\n}\r\n\r\n.files .name {\r\n padding: 0 10px;\r\n}\r\n\r\n.files .size {\r\n padding: 0 10px 0 0;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n white-space: nowrap;\r\n}\r\n\r\n.ui-state-disabled .ui-state-disabled {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n}\r\n\r\n.ui-state-disabled input {\r\n cursor: default;\r\n}\r\n/*Added by GV for vBulletin*/\r\n.fileupload-content .error {\r\n background:none;\r\n border:none; \r\n}\r\n\r\n\';','@charset \'UTF-8\';\r\n/*\r\n * jQuery File Upload UI Plugin CSS 5.0.6\r\n * https://github.com/blueimp/jQuery-File-Upload\r\n *\r\n * Copyright 2010, Sebastian Tschan\r\n * https://blueimp.net\r\n *\r\n * Licensed under the MIT license:\r\n * http://creativecommons.org/licenses/MIT/\r\n */\r\n\r\n.fileupload-buttonbar .ui-button input {\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar right}: 0;\r\n margin: 0;\r\n border: solid transparent;\r\n border-width: 0 0 100px 200px;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -o-transform: translate(250px, -50px) scale(1);\r\n -moz-transform: translate(-300px, 0) scale(4);\r\n direction: ltr;\r\n cursor: pointer;\r\n}\r\n\r\n.fileinput-button {\r\n overflow: hidden;\r\n}\r\n\r\n/* Fix for IE 6: */\r\n*html .fileinput-button {\r\n padding: 2px 0;\r\n}\r\n\r\n/* Fix for IE 7: */\r\n*+html .fileinput-button {\r\n padding: 2px 0;\r\n}\r\n\r\n.fileupload-buttonbar {\r\n padding: 0.2em 0.4em;\r\n}\r\n\r\n.fileupload-buttonbar .ui-button {\r\n vertical-align: middle;\r\n /*Added for VBulletin*/\r\n font-family:Verdana,Arial,sans-serif;\r\n font-size:12px;\r\n}\r\n\r\n.fileupload-content {\r\n padding: 0.2em 0.4em;\r\n border-top-width: 0;\r\n /*Added for VBulletin*/\r\n min-height:250px;\r\n max-height:500px;\r\n overflow:auto;\r\n}\r\n\r\n.fileupload-content .ui-progressbar {\r\n width: 200px;\r\n height: 20px;\r\n}\r\n\r\n.fileupload-content .ui-progressbar-value {\r\n background: url(\"images/css/pbar-ani.gif\");\r\n}\r\n\r\n.fileupload-content .fileupload-progressbar {\r\n width: 400px;\r\n margin: 10px 0;\r\n}\r\n\r\n.files {\r\n margin: 10px 0;\r\n border-collapse: collapse;\r\n}\r\n\r\n.files td {\r\n padding: 5px;\r\n border-spacing: 5px;\r\n}\r\n\r\n.files img {\r\n border: none;\r\n}\r\n\r\n.files .name {\r\n padding: 0 10px;\r\n}\r\n\r\n.files .size {\r\n padding: 0 10px 0 0;\r\n text-align: {vb:stylevar right};\r\n white-space: nowrap;\r\n}\r\n\r\n.ui-state-disabled .ui-state-disabled {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n}\r\n\r\n.ui-state-disabled input {\r\n cursor: default;\r\n}\r\n/*Added by GV for vBulletin*/\r\n.fileupload-content .error {\r\n background:none;\r\n border:none; \r\n}','template',1333140341,'vBulletin Solutions','5.0.0 Alpha 20','vbulletin','none'),(128,-1,'css_jquery_qtip_min.css','$final_rendered = \'.ui-tooltip,.qtip{position:absolute;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;}.ui-tooltip-fluid{display:block;visibility:hidden;position:static!important;float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'!important;}.ui-tooltip-content{position:relative;padding:5px 9px;overflow:hidden;border:1px solid #000001;text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';word-wrap:break-word;overflow:hidden;}.ui-tooltip-titlebar{position:relative;min-height:14px;padding:5px 35px 5px 10px;overflow:hidden;border:1px solid #000001;border-width:1px 1px 0;font-weight:bold;}.ui-tooltip-titlebar+.ui-tooltip-content{border-top-width:0!important;}/*!Default close button class */ .ui-tooltip-titlebar .ui-state-default{position:absolute;\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;top:50%;margin-top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;}* html .ui-tooltip-titlebar .ui-state-default{top:16px;}.ui-tooltip-titlebar .ui-icon,.ui-tooltip-icon .ui-icon{display:block;text-indent:-1000em;}.ui-tooltip-icon,.ui-tooltip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.ui-tooltip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em;}/*!Default tooltip style */ .ui-tooltip-default .ui-tooltip-titlebar,.ui-tooltip-default .ui-tooltip-content{border-color:#F1D031;background-color:#FFFFA3;color:#555;}.ui-tooltip-default .ui-tooltip-titlebar{background-color:#FFEF93;}.ui-tooltip-default .ui-tooltip-icon{border-color:#CCC;background:#F1F1F1;color:#777;}.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{border-color:#AAA;color:#111;}.ui-tooltip .ui-tooltip-tip{margin:0 auto;overflow:hidden;z-index:10;}.ui-tooltip .ui-tooltip-tip,.ui-tooltip .ui-tooltip-tip *{position:absolute;line-height:.1px!important;font-size:.1px!important;color:#123456;background:transparent;border:0 dashed transparent;}.ui-tooltip .ui-tooltip-tip canvas{top:0;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;}#qtip-overlay{position:fixed;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-10000em;top:-10000em;}#qtip-overlay.blurs{cursor:pointer;}#qtip-overlay div{position:absolute;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;top:0;width:100%;height:100%;background-color:black;opacity:.7;filter:alpha(opacity=70);-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)\";}/*!Light tooltip style */ .ui-tooltip-light .ui-tooltip-titlebar,.ui-tooltip-light .ui-tooltip-content{border-color:#E2E2E2;color:#454545;}.ui-tooltip-light .ui-tooltip-content{background-color:white;}.ui-tooltip-light .ui-tooltip-titlebar{background-color:#f1f1f1;}/*!Dark tooltip style */ .ui-tooltip-dark .ui-tooltip-titlebar,.ui-tooltip-dark .ui-tooltip-content{border-color:#303030;color:#f3f3f3;}.ui-tooltip-dark .ui-tooltip-content{background-color:#505050;}.ui-tooltip-dark .ui-tooltip-titlebar{background-color:#404040;}.ui-tooltip-dark .ui-tooltip-icon{border-color:#444;}.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}/*!Cream tooltip style */ .ui-tooltip-cream .ui-tooltip-titlebar,.ui-tooltip-cream .ui-tooltip-content{border-color:#F9E98E;color:#A27D35;}.ui-tooltip-cream .ui-tooltip-content{background-color:#FBF7AA;}.ui-tooltip-cream .ui-tooltip-titlebar{background-color:#F0DE7D;}.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{background-position:-82px 0;}/*!Red tooltip style */ .ui-tooltip-red .ui-tooltip-titlebar,.ui-tooltip-red .ui-tooltip-content{border-color:#D95252;color:#912323;}.ui-tooltip-red .ui-tooltip-content{background-color:#F78B83;}.ui-tooltip-red .ui-tooltip-titlebar{background-color:#F06D65;}.ui-tooltip-red .ui-state-default .ui-tooltip-icon{background-position:-102px 0;}.ui-tooltip-red .ui-tooltip-icon{border-color:#D95252;}.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{border-color:#D95252;}/*!Green tooltip style */ .ui-tooltip-green .ui-tooltip-titlebar,.ui-tooltip-green .ui-tooltip-content{border-color:#90D93F;color:#3F6219;}.ui-tooltip-green .ui-tooltip-content{background-color:#CAED9E;}.ui-tooltip-green .ui-tooltip-titlebar{background-color:#B0DE78;}.ui-tooltip-green .ui-state-default .ui-tooltip-icon{background-position:-42px 0;}/*!Blue tooltip style */ .ui-tooltip-blue .ui-tooltip-titlebar,.ui-tooltip-blue .ui-tooltip-content{border-color:#ADD9ED;color:#5E99BD;}.ui-tooltip-blue .ui-tooltip-content{background-color:#E5F6FE;}.ui-tooltip-blue .ui-tooltip-titlebar{background-color:#D0E9F5;}.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{background-position:-2px 0;}/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/ .ui-tooltip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);}.ui-tooltip-shadow .ui-tooltip-titlebar,.ui-tooltip-shadow .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.Shadow(Color=\\\'gray\\\',Direction=135,Strength=3);-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Color=\\\'gray\\\',Direction=135,Strength=3)\";_margin-bottom:-3px;.margin-bottom:-3px;}/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/ .ui-tooltip-rounded,.ui-tooltip-rounded .ui-tooltip-content,.ui-tooltip-tipsy,.ui-tooltip-tipsy .ui-tooltip-content,.ui-tooltip-youtube,.ui-tooltip-youtube .ui-tooltip-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.ui-tooltip-rounded .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-titlebar{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.ui-tooltip-rounded .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-tipsy .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-youtube .ui-tooltip-titlebar+.ui-tooltip-content{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}/*!Youtube tooltip style */ .ui-tooltip-youtube{-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;}.ui-tooltip-youtube .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,0.85);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)\";color:white;border-color:#CCC;}.ui-tooltip-youtube .ui-tooltip-icon{border-color:#222;}.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-jtools{background:#232323;background:rgba(0,0,0,0.7);background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-gradient(linear,\' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top,\' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom,from(#717171),to(#232323));border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333;}.ui-tooltip-jtools .ui-tooltip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\";}.ui-tooltip-jtools .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\";}.ui-tooltip-jtools .ui-tooltip-titlebar,.ui-tooltip-jtools .ui-tooltip-content{background:transparent;color:white;border:0 dashed transparent;}.ui-tooltip-jtools .ui-tooltip-icon{border-color:#555;}.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{border-color:#333;}.ui-tooltip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);box-shadow:4px 4px 5px rgba(0,0,0,0.4);}.ui-tooltip-cluetip .ui-tooltip-titlebar{background-color:#87876A;color:white;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-content{background-color:#D9D9C2;color:#111;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-icon{border-color:#808064;}.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{border-color:#696952;color:#696952;}.ui-tooltip-tipsy{border:0;}.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,.87);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)\";color:white;border:0 transparent;font-size:11px;font-family:\\\'Lucida Grande\\\',sans-serif;font-weight:bold;line-height:16px;text-shadow:0 1px black;}.ui-tooltip-tipsy .ui-tooltip-titlebar{padding:6px 35px 0 10px;}.ui-tooltip-tipsy .ui-tooltip-content{padding:6px 10px;}.ui-tooltip-tipsy .ui-tooltip-icon{border-color:#222;text-shadow:none;}.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-tipped .ui-tooltip-titlebar,.ui-tooltip-tipped .ui-tooltip-content{border:3px solid #959FA9;filter:none;-ms-filter:none;}.ui-tooltip-tipped .ui-tooltip-titlebar{background:#3A79B8;background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-webkit-gradient(linear,\' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top,\' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom,from(#3A79B8),to(#2E629D));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\";color:white;font-weight:normal;font-family:serif;border-bottom-width:0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}.ui-tooltip-tipped .ui-tooltip-content{background-color:#F9F9F9;color:#454545;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}.ui-tooltip-tipped .ui-tooltip-icon{border:2px solid #285589;background:#285589;}.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{background-color:#FBFBFB;color:#555;}.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{filter:none;-ms-filter:none;}\';','.ui-tooltip,.qtip{position:absolute;{vb:stylevar left}:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;}.ui-tooltip-fluid{display:block;visibility:hidden;position:static!important;float:{vb:stylevar left}!important;}.ui-tooltip-content{position:relative;padding:5px 9px;overflow:hidden;border:1px solid #000001;text-align:{vb:stylevar left};word-wrap:break-word;overflow:hidden;}.ui-tooltip-titlebar{position:relative;min-height:14px;padding:5px 35px 5px 10px;overflow:hidden;border:1px solid #000001;border-width:1px 1px 0;font-weight:bold;}.ui-tooltip-titlebar+.ui-tooltip-content{border-top-width:0!important;}/*!Default close button class */ .ui-tooltip-titlebar .ui-state-default{position:absolute;{vb:stylevar right}:4px;top:50%;margin-top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;}* html .ui-tooltip-titlebar .ui-state-default{top:16px;}.ui-tooltip-titlebar .ui-icon,.ui-tooltip-icon .ui-icon{display:block;text-indent:-1000em;}.ui-tooltip-icon,.ui-tooltip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.ui-tooltip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em;}/*!Default tooltip style */ .ui-tooltip-default .ui-tooltip-titlebar,.ui-tooltip-default .ui-tooltip-content{border-color:#F1D031;background-color:#FFFFA3;color:#555;}.ui-tooltip-default .ui-tooltip-titlebar{background-color:#FFEF93;}.ui-tooltip-default .ui-tooltip-icon{border-color:#CCC;background:#F1F1F1;color:#777;}.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{border-color:#AAA;color:#111;}.ui-tooltip .ui-tooltip-tip{margin:0 auto;overflow:hidden;z-index:10;}.ui-tooltip .ui-tooltip-tip,.ui-tooltip .ui-tooltip-tip *{position:absolute;line-height:.1px!important;font-size:.1px!important;color:#123456;background:transparent;border:0 dashed transparent;}.ui-tooltip .ui-tooltip-tip canvas{top:0;{vb:stylevar left}:0;}#qtip-overlay{position:fixed;{vb:stylevar left}:-10000em;top:-10000em;}#qtip-overlay.blurs{cursor:pointer;}#qtip-overlay div{position:absolute;{vb:stylevar left}:0;top:0;width:100%;height:100%;background-color:black;opacity:.7;filter:alpha(opacity=70);-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)\";}/*!Light tooltip style */ .ui-tooltip-light .ui-tooltip-titlebar,.ui-tooltip-light .ui-tooltip-content{border-color:#E2E2E2;color:#454545;}.ui-tooltip-light .ui-tooltip-content{background-color:white;}.ui-tooltip-light .ui-tooltip-titlebar{background-color:#f1f1f1;}/*!Dark tooltip style */ .ui-tooltip-dark .ui-tooltip-titlebar,.ui-tooltip-dark .ui-tooltip-content{border-color:#303030;color:#f3f3f3;}.ui-tooltip-dark .ui-tooltip-content{background-color:#505050;}.ui-tooltip-dark .ui-tooltip-titlebar{background-color:#404040;}.ui-tooltip-dark .ui-tooltip-icon{border-color:#444;}.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}/*!Cream tooltip style */ .ui-tooltip-cream .ui-tooltip-titlebar,.ui-tooltip-cream .ui-tooltip-content{border-color:#F9E98E;color:#A27D35;}.ui-tooltip-cream .ui-tooltip-content{background-color:#FBF7AA;}.ui-tooltip-cream .ui-tooltip-titlebar{background-color:#F0DE7D;}.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{background-position:-82px 0;}/*!Red tooltip style */ .ui-tooltip-red .ui-tooltip-titlebar,.ui-tooltip-red .ui-tooltip-content{border-color:#D95252;color:#912323;}.ui-tooltip-red .ui-tooltip-content{background-color:#F78B83;}.ui-tooltip-red .ui-tooltip-titlebar{background-color:#F06D65;}.ui-tooltip-red .ui-state-default .ui-tooltip-icon{background-position:-102px 0;}.ui-tooltip-red .ui-tooltip-icon{border-color:#D95252;}.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{border-color:#D95252;}/*!Green tooltip style */ .ui-tooltip-green .ui-tooltip-titlebar,.ui-tooltip-green .ui-tooltip-content{border-color:#90D93F;color:#3F6219;}.ui-tooltip-green .ui-tooltip-content{background-color:#CAED9E;}.ui-tooltip-green .ui-tooltip-titlebar{background-color:#B0DE78;}.ui-tooltip-green .ui-state-default .ui-tooltip-icon{background-position:-42px 0;}/*!Blue tooltip style */ .ui-tooltip-blue .ui-tooltip-titlebar,.ui-tooltip-blue .ui-tooltip-content{border-color:#ADD9ED;color:#5E99BD;}.ui-tooltip-blue .ui-tooltip-content{background-color:#E5F6FE;}.ui-tooltip-blue .ui-tooltip-titlebar{background-color:#D0E9F5;}.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{background-position:-2px 0;}/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/ .ui-tooltip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);}.ui-tooltip-shadow .ui-tooltip-titlebar,.ui-tooltip-shadow .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.Shadow(Color=\'gray\',Direction=135,Strength=3);-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Color=\'gray\',Direction=135,Strength=3)\";_margin-bottom:-3px;.margin-bottom:-3px;}/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/ .ui-tooltip-rounded,.ui-tooltip-rounded .ui-tooltip-content,.ui-tooltip-tipsy,.ui-tooltip-tipsy .ui-tooltip-content,.ui-tooltip-youtube,.ui-tooltip-youtube .ui-tooltip-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.ui-tooltip-rounded .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-titlebar{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.ui-tooltip-rounded .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-tipsy .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-youtube .ui-tooltip-titlebar+.ui-tooltip-content{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}/*!Youtube tooltip style */ .ui-tooltip-youtube{-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;}.ui-tooltip-youtube .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,0.85);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)\";color:white;border-color:#CCC;}.ui-tooltip-youtube .ui-tooltip-icon{border-color:#222;}.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-jtools{background:#232323;background:rgba(0,0,0,0.7);background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-gradient(linear,{vb:stylevar left} top,{vb:stylevar left} bottom,from(#717171),to(#232323));border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333;}.ui-tooltip-jtools .ui-tooltip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\";}.ui-tooltip-jtools .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\";}.ui-tooltip-jtools .ui-tooltip-titlebar,.ui-tooltip-jtools .ui-tooltip-content{background:transparent;color:white;border:0 dashed transparent;}.ui-tooltip-jtools .ui-tooltip-icon{border-color:#555;}.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{border-color:#333;}.ui-tooltip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);box-shadow:4px 4px 5px rgba(0,0,0,0.4);}.ui-tooltip-cluetip .ui-tooltip-titlebar{background-color:#87876A;color:white;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-content{background-color:#D9D9C2;color:#111;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-icon{border-color:#808064;}.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{border-color:#696952;color:#696952;}.ui-tooltip-tipsy{border:0;}.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,.87);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)\";color:white;border:0 transparent;font-size:11px;font-family:\'Lucida Grande\',sans-serif;font-weight:bold;line-height:16px;text-shadow:0 1px black;}.ui-tooltip-tipsy .ui-tooltip-titlebar{padding:6px 35px 0 10px;}.ui-tooltip-tipsy .ui-tooltip-content{padding:6px 10px;}.ui-tooltip-tipsy .ui-tooltip-icon{border-color:#222;text-shadow:none;}.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-tipped .ui-tooltip-titlebar,.ui-tooltip-tipped .ui-tooltip-content{border:3px solid #959FA9;filter:none;-ms-filter:none;}.ui-tooltip-tipped .ui-tooltip-titlebar{background:#3A79B8;background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-webkit-gradient(linear,{vb:stylevar left} top,{vb:stylevar left} bottom,from(#3A79B8),to(#2E629D));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\";color:white;font-weight:normal;font-family:serif;border-bottom-width:0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}.ui-tooltip-tipped .ui-tooltip-content{background-color:#F9F9F9;color:#454545;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}.ui-tooltip-tipped .ui-tooltip-icon{border:2px solid #285589;background:#285589;}.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{background-color:#FBFBFB;color:#555;}.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{filter:none;-ms-filter:none;}','template',1357205931,'vBulletin Solutions','5.0.0 Beta 25','vbulletin','none'),(129,-1,'css_jquery_selectBox.css','$final_rendered = \'/* Dropdown control */\r\n.selectBox-dropdown {\r\n min-width: 50px;\r\n position: relative;\r\n border: solid 1px #BFC5C9;\r\n line-height: 20px;\r\n text-decoration: none;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n color: #000;\r\n outline: none;\r\n vertical-align: middle;\r\n font-size:13px;\r\n background: #FFF;\r\n -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n display: inline-block;\r\n cursor: default;\r\n}\r\n\r\n.selectBox-dropdown:focus,\r\n.selectBox-dropdown:focus .selectBox-arrow {\r\n border-color: #666;\r\n}\r\n\r\n.selectBox-dropdown.selectBox-menuShowing {\r\n -moz-border-radius-bottomleft: 0;\r\n -moz-border-radius-bottomright: 0;\r\n -webkit-border-bottom-left-radius: 0;\r\n -webkit-border-bottom-right-radius: 0;\r\n border-bottom-left-radius: 0;\r\n border-bottom-right-radius: 0;\r\n}\r\n\r\n.selectBox-dropdown .selectBox-label {\r\n padding: 2px 8px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background-color: #FFF;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n}\r\n\r\n.selectBox-dropdown .selectBox-arrow {\r\n position: absolute;\r\n top: 45%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n width: 7px;\r\n height: 8px;\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll 0 0;\r\n background-position: -48px -16px; \r\n}\r\n\r\n\r\n/* Dropdown menu */\r\n.selectBox-dropdown-menu {\r\n position: absolute;\r\n z-index: 99999;\r\n max-height: 200px;\r\n min-height: 1em;\r\n border: solid 1px #BFC5C9; /* should be the same border width as .selectBox-dropdown */\r\n background: #FFF;\r\n -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n overflow: auto;\r\n -moz-border-radius-bottomleft: 3px;\r\n -moz-border-radius-bottomright: 3px;\r\n -webkit-border-bottom-left-radius: 3px;\r\n -webkit-border-bottom-right-radius: 3px;\r\n border-bottom-left-radius: 3px;\r\n border-bottom-right-radius: 3px;\r\n}\r\n\r\n\r\n/* Inline control */\r\n.selectBox-inline {\r\n min-width: 150px;\r\n outline: none;\r\n border: solid 1px #BFC5C9;\r\n background: #FFF;\r\n display: inline-block;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n overflow: auto;\r\n}\r\n\r\n.selectBox-inline:focus {\r\n border-color: #666;\r\n}\r\n\r\n\r\n/* Options */\r\n.selectBox-options,\r\n.selectBox-options LI,\r\n.selectBox-options LI A {\r\n list-style: none;\r\n display: block;\r\n cursor: default;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.selectBox-options LI A {\r\n line-height: 24px;\r\n padding: 0 8px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background: 6px center no-repeat;\r\n color:inherit;\r\n}\r\n\r\n.selectBox-options LI.selectBox-hover A {\r\n background-color: #EBEBEB;\r\n}\r\n\r\n.selectBox-options LI.selectBox-disabled A {\r\n color: #888;\r\n background-color: transparent;\r\n}\r\n\r\n.selectBox-options LI.selectBox-selected A {\r\n background-color: #EBEBEB;\r\n}\r\n\r\n.selectBox-options .selectBox-optgroup {\r\n color: inherit;\r\n background: #F3F3F3;\r\n font-weight: bold;\r\n line-height: 24px;\r\n padding: 0 4px;\r\n white-space: nowrap;\r\n}\r\n\r\n\r\n/* Disabled state */\r\n.selectBox.selectBox-disabled {\r\n color: #888 !important;\r\n}\r\n\r\n.selectBox-dropdown.selectBox-disabled .selectBox-arrow {\r\n opacity: .5;\r\n filter: alpha(opacity=50);\r\n border-color: #666;\r\n}\r\n\r\n.selectBox-inline.selectBox-disabled {\r\n color: #888 !important;\r\n}\r\n\r\n.selectBox-inline.selectBox-disabled .selectBox-options A {\r\n background-color: transparent !important;\r\n}\';','/* Dropdown control */\r\n.selectBox-dropdown {\r\n min-width: 50px;\r\n position: relative;\r\n border: solid 1px #BFC5C9;\r\n line-height: 20px;\r\n text-decoration: none;\r\n text-align: {vb:stylevar left};\r\n color: #000;\r\n outline: none;\r\n vertical-align: middle;\r\n font-size:13px;\r\n background: #FFF;\r\n -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n box-shadow: 0 1px 0 rgba(255, 255, 255, .75);\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n display: inline-block;\r\n cursor: default;\r\n}\r\n\r\n.selectBox-dropdown:focus,\r\n.selectBox-dropdown:focus .selectBox-arrow {\r\n border-color: #666;\r\n}\r\n\r\n.selectBox-dropdown.selectBox-menuShowing {\r\n -moz-border-radius-bottomleft: 0;\r\n -moz-border-radius-bottomright: 0;\r\n -webkit-border-bottom-left-radius: 0;\r\n -webkit-border-bottom-right-radius: 0;\r\n border-bottom-left-radius: 0;\r\n border-bottom-right-radius: 0;\r\n}\r\n\r\n.selectBox-dropdown .selectBox-label {\r\n padding: 2px 8px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background-color: #FFF;\r\n -moz-border-radius-top{vb:stylevar left}: 3px;\r\n -moz-border-radius-bottom{vb:stylevar left}: 3px;\r\n -webkit-border-top-{vb:stylevar left}-radius: 3px;\r\n -webkit-border-bottom-{vb:stylevar left}-radius: 3px;\r\n border-top-{vb:stylevar left}-radius: 3px;\r\n border-bottom-{vb:stylevar left}-radius: 3px;\r\n}\r\n\r\n.selectBox-dropdown .selectBox-arrow {\r\n position: absolute;\r\n top: 45%;\r\n {vb:stylevar right}: 8px;\r\n width: 7px;\r\n height: 8px;\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll 0 0;\r\n background-position: -48px -16px; \r\n}\r\n\r\n\r\n/* Dropdown menu */\r\n.selectBox-dropdown-menu {\r\n position: absolute;\r\n z-index: 99999;\r\n max-height: 200px;\r\n min-height: 1em;\r\n border: solid 1px #BFC5C9; /* should be the same border width as .selectBox-dropdown */\r\n background: #FFF;\r\n -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n box-shadow: 0 2px 6px rgba(0, 0, 0, .2);\r\n overflow: auto;\r\n -moz-border-radius-bottomleft: 3px;\r\n -moz-border-radius-bottomright: 3px;\r\n -webkit-border-bottom-left-radius: 3px;\r\n -webkit-border-bottom-right-radius: 3px;\r\n border-bottom-left-radius: 3px;\r\n border-bottom-right-radius: 3px;\r\n}\r\n\r\n\r\n/* Inline control */\r\n.selectBox-inline {\r\n min-width: 150px;\r\n outline: none;\r\n border: solid 1px #BFC5C9;\r\n background: #FFF;\r\n display: inline-block;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n overflow: auto;\r\n}\r\n\r\n.selectBox-inline:focus {\r\n border-color: #666;\r\n}\r\n\r\n\r\n/* Options */\r\n.selectBox-options,\r\n.selectBox-options LI,\r\n.selectBox-options LI A {\r\n list-style: none;\r\n display: block;\r\n cursor: default;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.selectBox-options LI A {\r\n line-height: 24px;\r\n padding: 0 8px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n background: 6px center no-repeat;\r\n color:inherit;\r\n}\r\n\r\n.selectBox-options LI.selectBox-hover A {\r\n background-color: #EBEBEB;\r\n}\r\n\r\n.selectBox-options LI.selectBox-disabled A {\r\n color: #888;\r\n background-color: transparent;\r\n}\r\n\r\n.selectBox-options LI.selectBox-selected A {\r\n background-color: #EBEBEB;\r\n}\r\n\r\n.selectBox-options .selectBox-optgroup {\r\n color: inherit;\r\n background: #F3F3F3;\r\n font-weight: bold;\r\n line-height: 24px;\r\n padding: 0 4px;\r\n white-space: nowrap;\r\n}\r\n\r\n\r\n/* Disabled state */\r\n.selectBox.selectBox-disabled {\r\n color: #888 !important;\r\n}\r\n\r\n.selectBox-dropdown.selectBox-disabled .selectBox-arrow {\r\n opacity: .5;\r\n filter: alpha(opacity=50);\r\n border-color: #666;\r\n}\r\n\r\n.selectBox-inline.selectBox-disabled {\r\n color: #888 !important;\r\n}\r\n\r\n.selectBox-inline.selectBox-disabled .selectBox-options A {\r\n background-color: transparent !important;\r\n}','template',1372285977,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(130,-1,'css_jquery_thumbnail-radio-checkbox.css','$final_rendered = \'/*default CSS needed for thumbnail radio button plugin*/\r\n.radio-checkbox-thumbnail-container {\r\n width:auto;\r\n text-align:center;\r\n margin:10px 20px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.radio-checkbox-thumbnail {\r\n border: 3px solid transparent;\r\n height: auto;\r\n width: auto;\r\n cursor:pointer;\r\n}\r\n.radio-checkbox-thumbnail img {\r\n border:3px solid #FFF;\r\n}\r\n.radio-checkbox-thumbnail.has-hover:hover,\r\n.radio-checkbox-thumbnail.selected,\r\n.radio-checkbox-thumbnail.has-hover.h-disabled.selected:hover {\r\n border-color:#0000FF;\r\n}\r\n.radio-checkbox-thumbnail.h-disabled {\r\n filter:alpha(opacity=30);\r\n -moz-opacity:0.3;\r\n opacity:0.3;\r\n border-color:transparent;\r\n cursor:default;\r\n}\r\n.radio-checkbox-thumbnail.has-hover.h-disabled:hover {\r\n border-color:transparent;\r\n}\r\n\';','/*default CSS needed for thumbnail radio button plugin*/\r\n.radio-checkbox-thumbnail-container {\r\n width:auto;\r\n text-align:center;\r\n margin:10px 20px;\r\n float:{vb:stylevar left};\r\n}\r\n.radio-checkbox-thumbnail {\r\n border: 3px solid transparent;\r\n height: auto;\r\n width: auto;\r\n cursor:pointer;\r\n}\r\n.radio-checkbox-thumbnail img {\r\n border:3px solid #FFF;\r\n}\r\n.radio-checkbox-thumbnail.has-hover:hover,\r\n.radio-checkbox-thumbnail.selected,\r\n.radio-checkbox-thumbnail.has-hover.h-disabled.selected:hover {\r\n border-color:#0000FF;\r\n}\r\n.radio-checkbox-thumbnail.h-disabled {\r\n filter:alpha(opacity=30);\r\n -moz-opacity:0.3;\r\n opacity:0.3;\r\n border-color:transparent;\r\n cursor:default;\r\n}\r\n.radio-checkbox-thumbnail.has-hover.h-disabled:hover {\r\n border-color:transparent;\r\n}','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(131,-1,'css_links','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeCss(\'\' . vB_Template_Runtime::vBVar($cssFiles) . \'\'); $final_rendered .= \'\' . \'\';','<vb:comment>\r\nFetch css links. For use with AJAX calls that need to supply css <link> tags. \r\nTakes advantage of the stylesheet runtime to determine if we\'re using css stored as files or if we need to break down rollups into individual templates. cssFiles is an array.\r\n</vb:comment>\r\n{vb:cssExtra {vb:var cssFiles}}','template',1359165106,'vBulletin Solutions','5.0.0 Beta 28','vbulletin','none'),(132,-1,'css_login.css','$final_rendered = \'#idLoginHtml {\r\n margin:0;\r\n padding: 15px 15px 10px 15px;\r\n}\r\n#idLoginPage {\r\n margin: 0;\r\n padding: 0;\r\n background: #F1F1F1;\r\n overflow: hidden;\r\n min-width: 0;\r\n color:#1B1B1B;\r\n font-size:12px;\r\n}\r\n#idLoginPage a, \r\n#idLoginPage a:active, \r\n#idLoginPage a:visited {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n text-decoration: none;\r\n}\r\n#idLoginPage a:hover {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color_hover\") . \';\r\n}\r\n#idLoginPage .error {\r\n margin-bottom: 10px;\r\n padding:0;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_login_error_text_color\") . \';\r\n border:0;\r\n background:transparent;\r\n font-weight:bold;\r\n text-align: center;\r\n}\r\n#idLoginPage.ie7 .error {\r\n line-height:18px;\r\n}\r\n#idLoginForm {\r\n margin:0 auto;\r\n max-width:310px;\r\n}\r\n#idLoginForm .tr .td {\r\n width:10%;/*67px;*/\r\n white-space:nowrap;\r\n line-height: 20px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding-bottom:10px;\r\n font-weight:bold;\r\n}\r\n#idLoginForm .tr .td + .td {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n width:90%;\r\n}\r\n#idLoginForm .login-fieldset input {\r\n width:91%;/*175px;*/\r\n min-width:175px;\r\n color:#1B1B1B;\r\n background:#FFF;\r\n border-color: #B1B1B1;\r\n font-weight:normal;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n#idLoginPage .login-fieldset input[class*=badlogin] {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_login_error_field_background\") . \';\r\n border-color: #C81919;\r\n border-width: 2px;\r\n height: 16px;\r\n width: 89%; /*173px;*/\r\n}\r\n#idLoginForm .login-fieldset input:focus {\r\n outline:0;\r\n}\r\n#idLoginForm .secondary-controls {\r\n margin-top: 5px;\r\n width: 40%;\r\n font-size:11px;\r\n}\r\n#idLoginForm .secondary-controls input {\r\n vertical-align:bottom;\r\n margin:0 3px 0 0;\r\n}\r\n#idLoginForm #idLostPasswordLink {\r\n display: block;\r\n line-height: 14px;\r\n margin-top: 5px;\r\n margin-bottom:5px;\r\n}\r\n#idLoginForm .primary-controls {\r\n margin-top: 5px;\r\n text-align:center;\r\n}\r\n#idLoginForm .primary-controls a {\r\n font-weight:bold;\r\n}\r\n#idLoginForm #idLoginBtn {\r\n margin:0 0 10px;\r\n display:block;\r\n min-width: 0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 14px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 14px;\r\n}\r\n#idLoginRedirectHtml,\r\n#idLoginRedirectHtml body {\r\n height:100%;\r\n}\r\n#idLoginPage .redirectMessage-wrapper {\r\n height:100%;\r\n position:relative;\r\n}\r\n#idLoginPage #redirectMessage {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n top:50%;\r\n text-align: center;\r\n margin-top: -7px;\r\n width:100%;\r\n}\';','#idLoginHtml {\r\n margin:0;\r\n padding: 15px 15px 10px 15px;\r\n}\r\n#idLoginPage {\r\n margin: 0;\r\n padding: 0;\r\n background: #F1F1F1;\r\n overflow: hidden;\r\n min-width: 0;\r\n color:#1B1B1B;\r\n font-size:12px;\r\n}\r\n#idLoginPage a, \r\n#idLoginPage a:active, \r\n#idLoginPage a:visited {\r\n color: {vb:stylevar body_link_color};\r\n text-decoration: none;\r\n}\r\n#idLoginPage a:hover {\r\n color: {vb:stylevar body_link_color_hover};\r\n}\r\n#idLoginPage .error {\r\n margin-bottom: 10px;\r\n padding:0;\r\n color: {vb:stylevar main_nav_login_error_text_color};\r\n border:0;\r\n background:transparent;\r\n font-weight:bold;\r\n text-align: center;\r\n}\r\n#idLoginPage.ie7 .error {\r\n line-height:18px;\r\n}\r\n#idLoginForm {\r\n margin:0 auto;\r\n max-width:310px;\r\n}\r\n#idLoginForm .tr .td {\r\n width:10%;/*67px;*/\r\n white-space:nowrap;\r\n line-height: 20px;\r\n padding-{vb:stylevar right}: 10px;\r\n padding-bottom:10px;\r\n font-weight:bold;\r\n}\r\n#idLoginForm .tr .td + .td {\r\n padding-{vb:stylevar right}: 0;\r\n width:90%;\r\n}\r\n#idLoginForm .login-fieldset input {\r\n width:91%;/*175px;*/\r\n min-width:175px;\r\n color:#1B1B1B;\r\n background:#FFF;\r\n border-color: #B1B1B1;\r\n font-weight:normal;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n#idLoginPage .login-fieldset input[class*=badlogin] {\r\n background: {vb:stylevar main_nav_login_error_field_background};\r\n border-color: #C81919;\r\n border-width: 2px;\r\n height: 16px;\r\n width: 89%; /*173px;*/\r\n}\r\n#idLoginForm .login-fieldset input:focus {\r\n outline:0;\r\n}\r\n#idLoginForm .secondary-controls {\r\n margin-top: 5px;\r\n width: 40%;\r\n font-size:11px;\r\n}\r\n#idLoginForm .secondary-controls input {\r\n vertical-align:bottom;\r\n margin:0 3px 0 0;\r\n}\r\n#idLoginForm #idLostPasswordLink {\r\n display: block;\r\n line-height: 14px;\r\n margin-top: 5px;\r\n margin-bottom:5px;\r\n}\r\n#idLoginForm .primary-controls {\r\n margin-top: 5px;\r\n text-align:center;\r\n}\r\n#idLoginForm .primary-controls a {\r\n font-weight:bold;\r\n}\r\n#idLoginForm #idLoginBtn {\r\n margin:0 0 10px;\r\n display:block;\r\n min-width: 0;\r\n padding-{vb:stylevar left}: 14px;\r\n padding-{vb:stylevar right}: 14px;\r\n}\r\n#idLoginRedirectHtml,\r\n#idLoginRedirectHtml body {\r\n height:100%;\r\n}\r\n#idLoginPage .redirectMessage-wrapper {\r\n height:100%;\r\n position:relative;\r\n}\r\n#idLoginPage #redirectMessage {\r\n position:absolute;\r\n {vb:stylevar left}:0;\r\n top:50%;\r\n text-align: center;\r\n margin-top: -7px;\r\n width:100%;\r\n}','template',1379111967,'vBulletin Solutions','5.0.5 Release Candidate 1','vbulletin','none'),(133,-1,'css_memberlist.css','$final_rendered = \'/* Members List */\r\n\r\n.memberlist-widget .message-list .list-item-member{\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"list_item_background\") . \';\r\n}\r\n.memberlist-widget .vb-icon-wrapper{\r\n height:16px;\r\n}\r\n.memberlist-widget .vb-icon-triangle-down-wide,\r\n.memberlist-widget .vb-icon-triangle-up-wide {\r\n position: static !important;\r\n margin-top: 0 !important;\r\n}\r\n.memberlist-widget .conversation-toolbar-wrapper{\r\n margin-bottom:0;\r\n}\r\n.memberlist-widget .list-item .send-message{\r\n vertical-align:top;\r\n}\r\n.memberlist-widget .b-table .b-table__row--header {\r\n min-height: 30px;\r\n height: auto;\r\n}\';','/* Members List */\r\n\r\n.memberlist-widget .message-list .list-item-member{\r\n background:{vb:stylevar list_item_background};\r\n}\r\n.memberlist-widget .vb-icon-wrapper{\r\n height:16px;\r\n}\r\n.memberlist-widget .vb-icon-triangle-down-wide,\r\n.memberlist-widget .vb-icon-triangle-up-wide {\r\n position: static !important;\r\n margin-top: 0 !important;\r\n}\r\n.memberlist-widget .conversation-toolbar-wrapper{\r\n margin-bottom:0;\r\n}\r\n.memberlist-widget .list-item .send-message{\r\n vertical-align:top;\r\n}\r\n.memberlist-widget .b-table .b-table__row--header {\r\n min-height: 30px;\r\n height: auto;\r\n}','template',1379940451,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(134,-1,'css_message_center.css','$final_rendered = \'/* Message Center CSS Rules */\r\n\r\n\' . \'\' . \'\r\n\r\n.pm-notification-list .message-item .message-checkbox,\r\n.pm-notification-list .message-item .avatar,\r\n.pm-request-list .message-item .avatar {\r\n margin-top:6px;\r\n}\r\n.pm-notification-list .message-item .action-buttons {\r\n margin:0;\r\n}\r\n.notificationIcon {\r\n width: 25px;\r\n height: 25px;\r\n padding: 5px 0;\r\n margin: 0;\r\n font-size: 9px;\r\n font-family: \' . vB_Template_Runtime::fetchStylevar(\"body_font.fontFamily\") . \';\r\n text-align: center;\r\n background-image: url(\\\'images/notification_icon_bg.png\\\');\r\n background-repeat: no-repeat;\r\n background-color: #ffffff;\r\n}\r\n\r\n\' . \'\' . \'\r\n#outer-wrapper #wrapper #content #privateMessageContainer .content-entry-box form .entry-field {\r\n width: 100%;\r\n height: 24px;\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n#outer-wrapper #wrapper #content #privateMessageContainer .content-entry-box form .entry-field.ckeditor-bare-box {\r\n height: 100px;\r\n}\r\n\' . \'\' . \'\r\n\r\n.private-message-widget .nav-pane {\r\n width:100%; /* 163px */\r\n padding:10px 0 0;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n border-bottom:0;\r\n font-size:13px;\r\n margin-top:-1px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-bottom: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -1px;\r\n}\r\n.sidebar-btn {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n width: 100%;\r\n line-height: 22px;\r\n margin: 0 0 10px 0;\r\n}\r\n.compose-btn-container {\r\n padding: 0px 10px;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .folder-item {\r\n line-height: 26px;\r\n position:relative;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .folder-link {\r\n display:block;\r\n width:100%;\r\n height:auto;\r\n position:relative;\r\n overflow:hidden;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .folder-link:hover {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background_hover\") . \';\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .folder-link[data-href] {\r\n cursor:default;\r\n}\r\n.private-message-widget .folder-link[data-href]:hover {\r\n background:transparent;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .folder-link.selected,\r\n.private-message-vidget .folder-link.selected[href]:hover,\r\n.private-message-widget .folder-link.selected[data-href]:hover {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_background_active\") . \';\r\n font-weight:bold;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .inbox {\r\n text-transform:uppercase;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .inbox .label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.private-message-widget .folder-link .vb-icon {\r\n width:15px;\r\n min-height: 14px;\r\n display:inline-block;\r\n position:absolute;\r\n margin-top:-7px;\r\n top:50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .nav-pane .folder-item .label {\r\n display:inline-block;\r\n width:118px;\r\n vertical-align: bottom;\r\n line-height: 20px;\r\n}\r\n.private-message-widget .nav-pane .folder-item .vb-icon + .label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':35px;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .custom-folder.has-count:hover .label {\r\n width:104px;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .nav-pane .folder-item.special-folder .label {\r\n width:135px;\r\n}\r\n\' . \'\' . \'\r\n.private-message-widget .special-folder .vb-icon + .label,\r\n.private-message-widget .special-folder .icon + .label {\r\n width:118px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.custom-folder .edit-icon-wrapper {\r\n width:32px;\r\n height: 26px;\r\n display:inline-block;\r\n position:absolute;\r\n top:0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-edit {\r\n background-position:-192px -176px;\r\n width:12px;\r\n height: 12px;\r\n display:inline-block;\r\n margin-top:-6px;\r\n position:absolute;\r\n top:50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n text-indent:-999999px;\r\n cursor:pointer;\r\n}\r\n\' . \'\' . \'\r\n.folder-link[href]:hover .edit-icon-wrapper {\r\n display:inline-block;\r\n}\r\n\' . \'\' . \'\r\n.edit-folder-mode .folder-link[href]:hover .edit-icon-wrapper {\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n.custom-folder.has-count .vb-icon-edit {\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':37px;\r\n}\r\n\' . \'\' . \'\r\n.custom-folder .edit-box-wrapper {\r\n display:none;\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':34px;\r\n top:0;\r\n}\r\n\' . \'\' . \'\r\n.custom-folder .edit-folder-box {\r\n width:103px;\r\n line-height:16px;\r\n}\r\n\' . \'\' . \'\r\n.custom-folder.edit-folder-mode .edit-box-wrapper {\r\n display:inline-block;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-delete {\r\n position:absolute;\r\n margin-top:-6px;\r\n top:50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-15px;\r\n cursor:pointer;\r\n}\r\n\' . \'\' . \'\r\n.edit-folder-mode .folder-link {\r\n cursor:default;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.folder-item .count {\r\n height: 10px;\r\n line-height:10px;\r\n display:inline-block;\r\n border:1px solid #D4D6D7;\r\n position:absolute;\r\n margin-top:-9px;\r\n top:50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n background:#FFF;\r\n font-size:11px;\r\n font-weight:bold;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_number_messages_color\") . \';\r\n padding:3px;\r\n min-width:12px;\r\n text-align:center;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n\' . \'\' . \'\r\n.folder-item.has-count.edit-folder-mode .count {\r\n display:none;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.folder-item-main {\r\n font-weight: bold;\r\n height: 29px;\r\n line-height: 29px;\r\n}\r\n\r\n.private-message-widget .nav-pane .divider-solid {\r\n margin: 0;\r\n padding: 0;\r\n height: 0;\r\n width: 100%;\r\n border-top: 1px solid #caced2;\r\n border-bottom: none;\r\n}\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.private-message-widget .main-pane .main-pane-header {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_text_color\") . \';\r\n font-size: 12px;\r\n font-weight:bold;\r\n height: 33px;\r\n line-height: 33px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 17px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 17px;\r\n text-transform: uppercase;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n margin:0 -1px;\r\n}\r\n.private-message-widget .main-pane .main-pane-header.notifications-action-bar{\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_tab_background_active\") . \';\r\n}\r\n#notificationContent{\r\n margin: -1px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n}\r\n#notificationContent .main-pane-header.notification-date-bar{\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n font-size:13px;\r\n font-weight: bold;\r\n}\r\n#notificationContent .main-pane-header.notification-date-bar:first-child{\r\n border-top-width:0;\r\n}\r\n.private-message-widget .main-pane .main-pane-header.list-controls {\r\n font-weight:normal;\r\n text-transform: none;\r\n border-top:0;\r\n margin-top:0 !important;\r\n}\r\n.private-message-widget .main-pane .main-pane-header:first-child {\r\n margin-top:-1px;\r\n}\r\n.private-message-widget .main-pane .message-list + .action-buttons {\r\n margin:0;\r\n padding-top:3px;\r\n padding-bottom:15px;\r\n background:#FFF;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header {\r\n border-width: 0 1px;\r\n text-transform: none;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header + .message-item {\r\n border-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header:first-child {\r\n margin-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item {\r\n border:0;\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n width:auto;\r\n padding:17px;\r\n margin:0;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item:last-child {\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item.message-unread,\r\n.private-message-widget .main-pane .message-list + .action-buttons.last-msg-unread {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"private_messages_mark_as_unread_background\") . \';\r\n}\r\n.private-message-widget .main-pane .message-list .message-item:first-child {\r\n border-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-checkbox {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n line-height:32px;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .message-item .message-checkbox {\r\n height: 74px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-checkbox input {\r\n margin:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header {\r\n height:34px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .avatar {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"activity_stream_avatar_border\") . \';\r\n width:32px;\r\n height:32px;\r\n overflow:hidden;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .info {\r\n color:#556065;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .subject {\r\n font-weight:bold;\r\n height:19px;\r\n margin-top:4px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-body {\r\n margin: 10px 0 0;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .topic-item .cell-topic,\r\n.private-message-widget .main-pane .message-list.pm-message-list .forum-item .cell-forum,\r\n.private-message-widget .main-pane .message-list.pm-message-list .user-item .cell-user {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 15px;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .topic-item .cell-topic .topic-title,\r\n.private-message-widget .main-pane .message-list.pm-message-list .forum-item .cell-forum .forum-title,\r\n.private-message-widget .main-pane .message-list.pm-message-list .user-item .cell-user .author {\r\n font-size: 16px;\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-widget-list {\r\n -moz-border-radius-topleft:0 !important;\r\n -moz-border-radius-topright:0 !important;\r\n -webkit-border-top-left-radius:0 !important;\r\n -webkit-border-top-right-radius:0 !important;\r\n border-top-left-radius:0 !important;\r\n border-top-right-radius:0 !important;\r\n}\r\n.private-message-widget-layout .canvas-layout-row.has-columns .canvas-widget-list .canvas-widget {\r\n margin-bottom:0;\r\n}\r\n.private-message-widget.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n padding-bottom:20px;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content {\r\n padding:20px 15px 15px;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols {\r\n padding: 0;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail .list-controls {\r\n display:none;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .list-controls {\r\n display:block;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .privateMessageSummary {\r\n display:none;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .conversation-list {\r\n margin: 15px;\r\n}\r\n.private-message-widget.conversation-content-widget .list-container .list-item:first-child {\r\n margin-top:0;\r\n}\r\n.private-message-widget .message-list .message-item {\r\n background:#FFF;\r\n}\r\n.private-message-widget .widget-content .content-entry-box {\r\n /*background: \' . vB_Template_Runtime::fetchStylevar(\"comment_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n padding: 20px;*/\r\n margin: 0 15px 15px;\r\n}\r\n.private-message-widget .widget-content .content-entry-box.msg-type-new {\r\n margin-top: 15px;\r\n}\r\n/*.private-message-widget .widget-content .content-entry-box.msg-type-new,\r\n.private-message-widget .widget-content .content-entry-box.msg-type-forward {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"module_content_background\") . \';\r\n border: 0;\r\n margin: 0;\r\n padding: 20px;\r\n}*/\r\n.private-message-widget .widget-content .content-entry-box .pane {\r\n background:transparent;\r\n}\r\n.private-message-widget .widget-content .content-entry-box .autocomplete-container.entry-field {\r\n margin-bottom: 5px;\r\n}\r\n.private-message-widget .widget-content .content-entry-box .recipient-desc {\r\n margin-bottom: 15px;\r\n}\r\n.pm-report-list.conversation-list.stream-view {\r\n border:0;\r\n}\r\n.canvas-layout-container .conversation-content-widget .pm-report-list .list-item-header .info {\r\n height:auto;\r\n line-height:normal;\r\n}\r\n.view-mode .canvas-layout-container .private-message-display.canvas-widget.widget-no-border {\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n}\r\n\r\n.see-all-btn,\r\n.view-more-btn {\r\n min-width:245px !important;\r\n height:26px !important;\r\n line-height:26px !important;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_secondary_border\") . \' !important;\r\n background-position:0 -750px !important;\r\n font-size:12px !important;\r\n}\r\nbutton.see-all-btn,\r\ninput.see-all-btn,\r\nbutton.view-more-btn,\r\ninput.view-more-btn {\r\n height:30px !important;\r\n line-height:27px !important;\r\n}\r\n\r\n.message-empty {\r\n padding: 10px 20px;\r\n text-align: center;\r\n font-weight: bold;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"no_content_background\") . \';\r\n}.pm-request-list .message-item .pmRequestMesage,\r\n.pm-notification-list .message-item .notification-message {\r\n line-height:45px;\r\n}\r\n.pmPreview .action-buttons {\r\n margin:0;\r\n}\r\n#privateMessageContainer .message-item .action-buttons .post-date {\r\n margin-bottom: 5px;\r\n}\r\n#privateMessageContainer .list-item-header {\r\n margin-bottom: 5px;\r\n}\r\n#privateMessageContainer .post-content {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':17px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':12px;\r\n}\r\n#privateMessageContainer .action-buttons{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n\r\n.pmViewCb input\r\n{\r\n margin:0;\r\n}\r\n\r\n#pmFloatingBarContent\r\n{\r\n margin: 5px 10px;\r\n}\r\n#pmFloatingBarContent .button:first-child\r\n{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n#pmFloatingBarContent .pagenav-controls\r\n{\r\n margin-top: 1px;\r\n}\r\n#pmFloatingBarContent .toolset.h-right {\r\n margin-top:1px;\r\n}\r\n#pmFloatingBarContent .toolset.h-right .toolbar-filter .filter-wrapper {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n#pmFloatingBarContent .toolset.h-right .toolbar-filter .filter-wrapper.selected {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-10px;\r\n}\r\n#pmFloatingBar .toolbar-filter-overlay {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-1px;\r\n margin-top:-3px;\r\n}\r\n#pmFloatingBarContent .button + .split-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 7px;\r\n}\r\n#pmForwardPrompt {\r\n margin: 5px 0px 0px 7px;\r\n}\r\n.private-message-widget .split-button {\r\n min-width: 78px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper {\r\n height: 24px;\r\n min-width: 78px;\r\n padding: 0;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_border\") . \';\r\n background:#FBFBFB url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -550px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set {\r\n height: 24px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n min-width: 78px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set .button-text {\r\n font-size: 12px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n text-align: center;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set .button-text .ui-button-text {\r\n padding:0;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set button {\r\n height:24px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n border-top: 0;\r\n font-weight: normal;\r\n position: absolute;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n top: 24px;\r\n min-width:100%;\r\n width:auto;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu li {\r\n border-bottom-color:transparent;\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n line-height:23px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu li:hover {\r\n background:#F8F8F8;\r\n}\r\n#pmOpenNewFolderName {\r\n font-weight:bold;\r\n}\r\n\r\n#pmMoveBlock\r\n{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':200px;\r\n}\r\n#pmNewFolderName\r\n{\r\n height:60px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.privateMessageSummary\r\n{\r\n margin-bottom: 17px;\r\n}\r\n.messageIndent\r\n{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5em;\r\n}\r\n.pmNotifDlgLink\r\n{\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n cursor: pointer;\r\n margin: auto;\r\n}\r\n#btnSearchPM {\r\n top:1px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px;\r\n padding: 0px;\r\n margin: 5px;\r\n border: 0;\r\n cursor:pointer;\r\n -moz-border-radius:0 1px 1px 0;\r\n -webkit-border-radius:0 1px 1px 0;\r\n border-radius:0 1px 1px 0;\r\n}\r\n#pmBtnDelete .vb-icon,\r\n#pmBtnNotificationDelete .vb-icon {\r\n vertical-align: middle;\r\n width: 13px;\r\n height: 16px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#pmBtnDelete .phrase,\r\n#pmBtnNotificationDelete .phrase {\r\n line-height: 22px;\r\n}\r\n\r\n#btnMove .vb-icon {\r\n vertical-align: middle;\r\n width: 15px;\r\n height: 16px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n}\r\n.ie8 #btnMove .vb-icon {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.view-mode .canvas-layout-container .private-message-search {\r\n width: 186px !important;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px !important;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px !important;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px !important;\r\n}\r\n.canvas-layout-container .private-message-toolbar {\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px !important;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px !important;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px !important;\r\n}\r\n.canvas-layout-container .private-message-toolbar,\r\n.canvas-layout-container .private-message-search {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_background\") . \' !important;\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_border\") . \' !important;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n}\r\n.canvas-layout-container .private-message-toolbar,\r\n.canvas-layout-container .private-message-search {\r\n height: 36px;\r\n}\r\n#private-message-search-button-container {\r\n background: transparent url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -200px;\r\n display: inline-block;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius:2px;\r\n height: 24px;\r\n margin-top: 6px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -1px;\r\n}\r\n#pmSearchText {\r\n margin-top: 6px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-bottom: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n height:20px;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n -moz-border-radius-bottom\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px;\r\n -webkit-border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius:2px;\r\n width: 135px;\r\n padding-top:1px;\r\n padding-bottom:1px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.custom-infraction-info {\r\n margin:10px 0 0;\r\n}\r\n.custom-infraction-info .td {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px;\r\n padding-bottom:3px;\r\n}\r\n.give-infraction-dialog .dialog-content {\r\n max-height:500px;\r\n overflow-y:auto;\r\n}\r\n.give-infraction-dialog .dialog-content.has-scrollbar {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n}\r\n.infraction-send-pm .blockbody > .blockrow {\r\n margin-top:10px;\r\n}\r\n.infraction-send-pm .blockbody > .blockrow:first-child {\r\n margin-top:0;\r\n}\r\n.infraction-send-pm .ckeditor-bare-box {\r\n border: 0;\r\n resize:vertical;\r\n}\r\n.infraction-send-pm .cke_editor_ckeditor-infraction-pm {\r\n padding: 0;\r\n border: 0;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n width:auto !important;\r\n}\r\n.infraction-container .infraction-send-pm .blockrow-body {\r\n padding: 0;\r\n}\r\n.infraction-send-pm .b-toolbar {\r\n border-width: 1px 0;\r\n}\r\n.infraction-send-pm .b-toolbar.h-border-top-none {\r\n border-top: 0;\r\n}\r\n.infraction-send-pm .b-toolbar.h-border-botttom-none {\r\n border-bottom: 0;\r\n}\r\n.infraction-send-pm .b-content-entry-panel__content--last {\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.infraction-send-pm .b-editor {\r\n border:0;\r\n}\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor .cke_contents {\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.infraction-dashboard-stats .td:first-child {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':20px;\r\n}\r\n.infraction-list td,\r\n.infraction-list th {\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n}\r\n.infraction-list .infraction-date-col,\r\n.infraction-list .infraction-expires-col,\r\n.infraction-list .infraction-view-col,\r\n.infraction-list .infraction-points-col {\r\n white-space:nowrap;\r\n width:10%;\r\n}\r\n.infraction-list .infraction-date-col,\r\n.infraction-list .infraction-expires-col {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':20px;\r\n}\r\n.infraction-list .infraction-reason-col {\r\n width:60%;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.infraction-list .vb-icon-ctrl-infract {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.infraction-warning-control {\r\n display:block;\r\n margin-top:5px;\r\n}\r\n.infraction-warning-control.h-hide {\r\n display:none;\r\n}\r\n.infraction-level-list th:first-child,\r\n.infraction-ban-list th:first-child {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.infraction-ban-list {\r\n margin-bottom:0;\r\n}\r\n.infraction-ban-reason {\r\n margin-top:10px;\r\n}\r\n.infraction-ban-reason .ban-reason-desc {\r\n color: #FF0000;\r\n margin: 5px 0 8px;\r\n}\r\n.infraction-ban-reason .ban-reason {\r\n margin-top:10px;\r\n display:block;\r\n resize:vertical;\r\n}\r\n.infraction-container {\r\n padding:15px;\r\n}\r\n.sb-dialog .infraction-container {\r\n padding:0;\r\n}\r\n.infraction-container .vb-icon-toggle {\r\n margin-top:1px;\r\n cursor:pointer;\r\n}\r\n.infraction-container .blockrow {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.infraction-container .blockrow-head {\r\n padding:5px;\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"module_header_border\") . \';\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"module_header_background\") . \';\r\n -moz-border-radius:2px 2px 0 0;\r\n -webkit-border-radius:2px 2px 0 0;\r\n border-radius:2px 2px 0 0;\r\n}\r\n.infraction-container .blockrow-head.collapsed {\r\n border-bottom:0;\r\n}\r\n.infraction-container .blockrow-body {\r\n padding:10px;\r\n}\r\n.infraction-container th:first-child,\r\n.infraction-container td:first-child {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n\r\n\r\n#privateMessageContainer .pending-posts-container .infractions-list .list-item .infraction-info a{\r\n font-weight:bold;\r\n}\r\n#privateMessageContainer .pending-posts-container .infractions-list .list-item.read .infraction-info a{\r\n font-weight:normal;\r\n}\r\n.private-message-widget .pending-posts-container .infractions-list .list-item .info{\r\n width:210px;\r\n}\r\n#pmBtnBackToInfractions .vb-icon-back{\r\n top:2px;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\';','/* Message Center CSS Rules */\r\n\r\n<vb:comment>\r\nPrivate Messaging css begins here\r\n</vb:comment>\r\n\r\n.pm-notification-list .message-item .message-checkbox,\r\n.pm-notification-list .message-item .avatar,\r\n.pm-request-list .message-item .avatar {\r\n margin-top:6px;\r\n}\r\n.pm-notification-list .message-item .action-buttons {\r\n margin:0;\r\n}\r\n.notificationIcon {\r\n width: 25px;\r\n height: 25px;\r\n padding: 5px 0;\r\n margin: 0;\r\n font-size: 9px;\r\n font-family: {vb:stylevar body_font.fontFamily};\r\n text-align: center;\r\n background-image: url(\'images/notification_icon_bg.png\');\r\n background-repeat: no-repeat;\r\n background-color: #ffffff;\r\n}\r\n\r\n<vb:comment>\r\n#privateMessageContainer {\r\n /*border:{vb:stylevar form_dropdown_border};*/\r\n}\r\n</vb:comment>\r\n#outer-wrapper #wrapper #content #privateMessageContainer .content-entry-box form .entry-field {\r\n width: 100%;\r\n height: 24px;\r\n -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */\r\n -moz-box-sizing: border-box; /* Firefox, other Gecko */\r\n box-sizing: border-box; /* Opera/IE 8+ */\r\n}\r\n#outer-wrapper #wrapper #content #privateMessageContainer .content-entry-box form .entry-field.ckeditor-bare-box {\r\n height: 100px;\r\n}\r\n<vb:comment>\r\n/*******************************************************************************\r\n * Private Message widget\r\n *******************************************************************************/\r\n</vb:comment>\r\n\r\n.private-message-widget .nav-pane {\r\n width:100%; /* 163px */\r\n padding:10px 0 0;\r\n float:{vb:stylevar left};\r\n background:{vb:stylevar side_nav_background};\r\n border:{vb:stylevar side_nav_border};\r\n border-bottom:0;\r\n font-size:13px;\r\n margin-top:-1px;\r\n margin-{vb:stylevar right}: 0;\r\n margin-bottom: 0;\r\n margin-{vb:stylevar left}: -1px;\r\n}\r\n.sidebar-btn {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n width: 100%;\r\n line-height: 22px;\r\n margin: 0 0 10px 0;\r\n}\r\n.compose-btn-container {\r\n padding: 0px 10px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .folder-item {\r\n line-height: 26px;\r\n position:relative;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item > a {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .folder-link {\r\n display:block;\r\n width:100%;\r\n height:auto;\r\n position:relative;\r\n overflow:hidden;\r\n color:{vb:stylevar primary_module_subheader_text_color};\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item > a[href]:hover {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .folder-link:hover {\r\n background: {vb:stylevar side_nav_background_hover};\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item > a[data-href] {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .folder-link[data-href] {\r\n cursor:default;\r\n}\r\n.private-message-widget .folder-link[data-href]:hover {\r\n background:transparent;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item > a.selected,\r\n.private-message-widget .nav-pane .folder-list .folder-item > a.selected[href]:hover {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .folder-link.selected,\r\n.private-message-vidget .folder-link.selected[href]:hover,\r\n.private-message-widget .folder-link.selected[data-href]:hover {\r\n background:{vb:stylevar side_nav_background_active};\r\n font-weight:bold;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.inbox {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .inbox {\r\n text-transform:uppercase;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.inbox .label {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .inbox .label {\r\n margin-{vb:stylevar left}:10px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item .icon {\r\n*/\r\n</vb:comment>\r\n<vb:comment>\r\n/* .folder-link selector needed to differentiate these from other icons on the\r\n * page. */\r\n</vb:comment>\r\n.private-message-widget .folder-link .vb-icon {\r\n width:15px;\r\n min-height: 14px;\r\n display:inline-block;\r\n position:absolute;\r\n margin-top:-7px;\r\n top:50%;\r\n {vb:stylevar left}:10px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item .label {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .nav-pane .folder-item .label {\r\n display:inline-block;\r\n width:118px;\r\n vertical-align: bottom;\r\n line-height: 20px;\r\n}\r\n.private-message-widget .nav-pane .folder-item .vb-icon + .label {\r\n margin-{vb:stylevar left}:35px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder.has-count:hover .label {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .custom-folder.has-count:hover .label {\r\n width:104px;\r\n}\r\n<vb:comment>\r\n/*Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.special-folder .label {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .nav-pane .folder-item.special-folder .label {\r\n width:135px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.special-folder .icon + .label {\r\n*/\r\n</vb:comment>\r\n.private-message-widget .special-folder .vb-icon + .label,\r\n.private-message-widget .special-folder .icon + .label {\r\n width:118px;\r\n}\r\n\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder .edit-icon-wrapper {\r\n*/\r\n</vb:comment>\r\n.custom-folder .edit-icon-wrapper {\r\n width:32px;\r\n height: 26px;\r\n display:inline-block;\r\n position:absolute;\r\n top:0;\r\n {vb:stylevar right}:0;\r\n display:none;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder .edit-icon-wrapper .edit-icon {\r\n*/\r\n</vb:comment>\r\n.vb-icon-edit {\r\n background-position:-192px -176px;\r\n width:12px;\r\n height: 12px;\r\n display:inline-block;\r\n margin-top:-6px;\r\n position:absolute;\r\n top:50%;\r\n {vb:stylevar right}:10px;\r\n text-indent:-999999px;\r\n cursor:pointer;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder a[href]:hover .edit-icon-wrapper {\r\n*/\r\n</vb:comment>\r\n.folder-link[href]:hover .edit-icon-wrapper {\r\n display:inline-block;\r\n}\r\n<vb:comment>\r\n/* Selector reduction\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder.edit-folder-mode a[href]:hover .edit-icon-wrapper {\r\n*/\r\n</vb:comment>\r\n.edit-folder-mode .folder-link[href]:hover .edit-icon-wrapper {\r\n display:none;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder.has-count .edit-icon {\r\n*/\r\n</vb:comment>\r\n.custom-folder.has-count .vb-icon-edit {\r\n {vb:stylevar right}:37px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder .edit-box-wrapper {\r\n*/\r\n</vb:comment>\r\n.custom-folder .edit-box-wrapper {\r\n display:none;\r\n position:absolute;\r\n {vb:stylevar left}:34px;\r\n top:0;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder .edit-box-wrapper .edit-folder-box {\r\n*/\r\n</vb:comment>\r\n.custom-folder .edit-folder-box {\r\n width:103px;\r\n line-height:16px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder.edit-folder-mode .edit-box-wrapper {\r\n*/\r\n</vb:comment>\r\n.custom-folder.edit-folder-mode .edit-box-wrapper {\r\n display:inline-block;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder .edit-box-wrapper .delete-icon {\r\n */\r\n</vb:comment>\r\n.vb-icon-delete {\r\n position:absolute;\r\n margin-top:-6px;\r\n top:50%;\r\n {vb:stylevar right}:-15px;\r\n cursor:pointer;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.custom-folder.edit-folder-mode a {\r\n*/\r\n</vb:comment>\r\n.edit-folder-mode .folder-link {\r\n cursor:default;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.add-folder .icon {\r\n*/\r\n</vb:comment>\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item .count {\r\n*/\r\n</vb:comment>\r\n.folder-item .count {\r\n height: 10px;\r\n line-height:10px;\r\n display:inline-block;\r\n border:1px solid #D4D6D7;\r\n position:absolute;\r\n margin-top:-9px;\r\n top:50%;\r\n {vb:stylevar right}:10px;\r\n background:#FFF;\r\n font-size:11px;\r\n font-weight:bold;\r\n color:{vb:stylevar side_nav_number_messages_color};\r\n padding:3px;\r\n min-width:12px;\r\n text-align:center;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n<vb:comment>\r\n/* Selector reduction:\r\n.private-message-widget .nav-pane .folder-list .folder-item.has-count.edit-folder-mode .count {\r\n*/\r\n</vb:comment>\r\n.folder-item.has-count.edit-folder-mode .count {\r\n display:none;\r\n}\r\n<vb:comment>\r\n/* Selector reduction\r\n.private-message-widget .nav-pane .folder-list .folder-item.inbox,\r\n.private-message-widget .nav-pane .folder-list .folder-item.reports,\r\n.private-message-widget .nav-pane .folder-list .folder-item.requests,\r\n.private-message-widget .nav-pane .folder-list .folder-item.notifications,\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts {\r\n font-weight:bold;\r\n}\r\n.private-message-widget .nav-pane .folder-list .folder-item.reports,\r\n.private-message-widget .nav-pane .folder-list .folder-item.requests,\r\n.private-message-widget .nav-pane .folder-list .folder-item.notifications,\r\n.private-message-widget .nav-pane .folder-list .folder-item.pending-posts {\r\n height:29px;\r\n line-height:29px;\r\n}\r\n*/\r\n</vb:comment>\r\n<vb:comment>\r\n/* .folder-item-main is a top-level folder in Private Messages, requiring\r\n * bolding of text and a slightly taller height than folders within the Message\r\n * Center area */\r\n</vb:comment>\r\n.folder-item-main {\r\n font-weight: bold;\r\n height: 29px;\r\n line-height: 29px;\r\n}\r\n\r\n.private-message-widget .nav-pane .divider-solid {\r\n margin: 0;\r\n padding: 0;\r\n height: 0;\r\n width: 100%;\r\n border-top: 1px solid #caced2;\r\n border-bottom: none;\r\n}\r\n<vb:comment>\r\n.private-message-widget .main-pane {\r\n /*margin:-1px -1px -1px -1px;*/ /*restore left margin of 163px if we move private messages back to one widget*/\r\n /*border:{vb:stylevar form_dropdown_border};*/\r\n}\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n/****************************************************************************\r\n * Private Message widget Main Pane\r\n ****************************************************************************/\r\n</vb:comment>\r\n.private-message-widget .main-pane .main-pane-header {\r\n background: {vb:stylevar primary_module_subheader_background};\r\n color: {vb:stylevar primary_module_subheader_text_color};\r\n font-size: 12px;\r\n font-weight:bold;\r\n height: 33px;\r\n line-height: 33px;\r\n padding-{vb:stylevar left}: 17px;\r\n padding-{vb:stylevar right}: 17px;\r\n text-transform: uppercase;\r\n border:{vb:stylevar primary_module_subheader_border};\r\n margin:0 -1px;\r\n}\r\n.private-message-widget .main-pane .main-pane-header.notifications-action-bar{\r\n background: {vb:stylevar module_tab_background_active};\r\n}\r\n#notificationContent{\r\n margin: -1px;\r\n border:{vb:stylevar primary_module_subheader_border};\r\n}\r\n#notificationContent .main-pane-header.notification-date-bar{\r\n border:{vb:stylevar primary_module_subheader_border};\r\n font-size:13px;\r\n font-weight: bold;\r\n}\r\n#notificationContent .main-pane-header.notification-date-bar:first-child{\r\n border-top-width:0;\r\n}\r\n.private-message-widget .main-pane .main-pane-header.list-controls {\r\n font-weight:normal;\r\n text-transform: none;\r\n border-top:0;\r\n margin-top:0 !important;\r\n}\r\n.private-message-widget .main-pane .main-pane-header:first-child {\r\n margin-top:-1px;\r\n}\r\n.private-message-widget .main-pane .message-list + .action-buttons {\r\n margin:0;\r\n padding-top:3px;\r\n padding-bottom:15px;\r\n background:#FFF;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header {\r\n border-width: 0 1px;\r\n text-transform: none;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header + .message-item {\r\n border-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .main-pane-header:first-child {\r\n margin-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item {\r\n border:0;\r\n border-top:{vb:stylevar module_content_border};\r\n width:auto;\r\n padding:17px;\r\n margin:0;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item:last-child {\r\n -moz-border-radius-bottom{vb:stylevar right}:2px;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:2px;\r\n border-bottom-{vb:stylevar right}-radius:2px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item.message-unread,\r\n.private-message-widget .main-pane .message-list + .action-buttons.last-msg-unread {\r\n background:{vb:stylevar private_messages_mark_as_unread_background};\r\n}\r\n.private-message-widget .main-pane .message-list .message-item:first-child {\r\n border-top:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-checkbox {\r\n margin-{vb:stylevar right}:10px;\r\n float:{vb:stylevar left};\r\n line-height:32px;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .message-item .message-checkbox {\r\n height: 74px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-checkbox input {\r\n margin:0;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header {\r\n height:34px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .avatar {\r\n border: {vb:stylevar activity_stream_avatar_border};\r\n width:32px;\r\n height:32px;\r\n overflow:hidden;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .info {\r\n color:#556065;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-header .subject {\r\n font-weight:bold;\r\n height:19px;\r\n margin-top:4px;\r\n}\r\n.private-message-widget .main-pane .message-list .message-item .message-body {\r\n margin: 10px 0 0;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .topic-item .cell-topic,\r\n.private-message-widget .main-pane .message-list.pm-message-list .forum-item .cell-forum,\r\n.private-message-widget .main-pane .message-list.pm-message-list .user-item .cell-user {\r\n padding-{vb:stylevar left}: 15px;\r\n}\r\n.private-message-widget .main-pane .message-list.pm-message-list .topic-item .cell-topic .topic-title,\r\n.private-message-widget .main-pane .message-list.pm-message-list .forum-item .cell-forum .forum-title,\r\n.private-message-widget .main-pane .message-list.pm-message-list .user-item .cell-user .author {\r\n font-size: 16px;\r\n}\r\n.view-mode .interconnected-widgets.private-message-widget-layout .canvas-widget-list {\r\n -moz-border-radius-topleft:0 !important;\r\n -moz-border-radius-topright:0 !important;\r\n -webkit-border-top-left-radius:0 !important;\r\n -webkit-border-top-right-radius:0 !important;\r\n border-top-left-radius:0 !important;\r\n border-top-right-radius:0 !important;\r\n}\r\n.private-message-widget-layout .canvas-layout-row.has-columns .canvas-widget-list .canvas-widget {\r\n margin-bottom:0;\r\n}\r\n.private-message-widget.conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n padding-bottom:20px;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content {\r\n padding:20px 15px 15px;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols {\r\n padding: 0;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail .list-controls {\r\n display:none;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .list-controls {\r\n display:block;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .privateMessageSummary {\r\n display:none;\r\n}\r\n.private-message-widget.conversation-content-widget .conversation-content.private-message-detail.show-subcontrols .conversation-list {\r\n margin: 15px;\r\n}\r\n.private-message-widget.conversation-content-widget .list-container .list-item:first-child {\r\n margin-top:0;\r\n}\r\n.private-message-widget .message-list .message-item {\r\n background:#FFF;\r\n}\r\n.private-message-widget .widget-content .content-entry-box {\r\n /*background: {vb:stylevar comment_background};\r\n border: {vb:stylevar module_content_border};\r\n padding: 20px;*/\r\n margin: 0 15px 15px;\r\n}\r\n.private-message-widget .widget-content .content-entry-box.msg-type-new {\r\n margin-top: 15px;\r\n}\r\n/*.private-message-widget .widget-content .content-entry-box.msg-type-new,\r\n.private-message-widget .widget-content .content-entry-box.msg-type-forward {\r\n background: {vb:stylevar module_content_background};\r\n border: 0;\r\n margin: 0;\r\n padding: 20px;\r\n}*/\r\n.private-message-widget .widget-content .content-entry-box .pane {\r\n background:transparent;\r\n}\r\n.private-message-widget .widget-content .content-entry-box .autocomplete-container.entry-field {\r\n margin-bottom: 5px;\r\n}\r\n.private-message-widget .widget-content .content-entry-box .recipient-desc {\r\n margin-bottom: 15px;\r\n}\r\n.pm-report-list.conversation-list.stream-view {\r\n border:0;\r\n}\r\n.canvas-layout-container .conversation-content-widget .pm-report-list .list-item-header .info {\r\n height:auto;\r\n line-height:normal;\r\n}\r\n.view-mode .canvas-layout-container .private-message-display.canvas-widget.widget-no-border {\r\n -moz-border-radius-bottom{vb:stylevar right}:2px;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:2px;\r\n border-bottom-{vb:stylevar right}-radius:2px;\r\n}\r\n\r\n.see-all-btn,\r\n.view-more-btn {\r\n min-width:245px !important;\r\n height:26px !important;\r\n line-height:26px !important;\r\n border:{vb:stylevar button_secondary_border} !important;\r\n background-position:0 -750px !important;\r\n font-size:12px !important;\r\n}\r\nbutton.see-all-btn,\r\ninput.see-all-btn,\r\nbutton.view-more-btn,\r\ninput.view-more-btn {\r\n height:30px !important;\r\n line-height:27px !important;\r\n}\r\n\r\n.message-empty {\r\n padding: 10px 20px;\r\n text-align: center;\r\n font-weight: bold;\r\n background: {vb:stylevar no_content_background};\r\n}.pm-request-list .message-item .pmRequestMesage,\r\n.pm-notification-list .message-item .notification-message {\r\n line-height:45px;\r\n}\r\n.pmPreview .action-buttons {\r\n margin:0;\r\n}\r\n#privateMessageContainer .message-item .action-buttons .post-date {\r\n margin-bottom: 5px;\r\n}\r\n#privateMessageContainer .list-item-header {\r\n margin-bottom: 5px;\r\n}\r\n#privateMessageContainer .post-content {\r\n margin-{vb:stylevar left}:17px;\r\n margin-{vb:stylevar right}:12px;\r\n}\r\n#privateMessageContainer .action-buttons{\r\n margin-{vb:stylevar left}:10px;\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n\r\n.pmViewCb input\r\n{\r\n margin:0;\r\n}\r\n\r\n#pmFloatingBarContent\r\n{\r\n margin: 5px 10px;\r\n}\r\n#pmFloatingBarContent .button:first-child\r\n{\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n#pmFloatingBarContent .pagenav-controls\r\n{\r\n margin-top: 1px;\r\n}\r\n#pmFloatingBarContent .toolset.h-right {\r\n margin-top:1px;\r\n}\r\n#pmFloatingBarContent .toolset.h-right .toolbar-filter .filter-wrapper {\r\n margin-{vb:stylevar right}:0;\r\n}\r\n#pmFloatingBarContent .toolset.h-right .toolbar-filter .filter-wrapper.selected {\r\n margin-{vb:stylevar right}:-10px;\r\n}\r\n#pmFloatingBar .toolbar-filter-overlay {\r\n margin-{vb:stylevar right}:-1px;\r\n margin-top:-3px;\r\n}\r\n#pmFloatingBarContent .button + .split-button {\r\n margin-{vb:stylevar left}: 7px;\r\n}\r\n#pmForwardPrompt {\r\n margin: 5px 0px 0px 7px;\r\n}\r\n.private-message-widget .split-button {\r\n min-width: 78px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper {\r\n height: 24px;\r\n min-width: 78px;\r\n padding: 0;\r\n border:{vb:stylevar form_dropdown_border};\r\n background:#FBFBFB url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -550px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set {\r\n height: 24px;\r\n margin-{vb:stylevar right}: 0;\r\n min-width: 78px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set .button-text {\r\n font-size: 12px;\r\n padding-{vb:stylevar left}: 10px;\r\n text-align: center;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set .button-text .ui-button-text {\r\n padding:0;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .button-set button {\r\n height:24px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu {\r\n background: {vb:stylevar side_nav_background};\r\n border:{vb:stylevar side_nav_border};\r\n border-top: 0;\r\n font-weight: normal;\r\n position: absolute;\r\n text-align: {vb:stylevar left};\r\n top: 24px;\r\n min-width:100%;\r\n width:auto;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu li {\r\n border-bottom-color:transparent;\r\n border-top:{vb:stylevar side_nav_border};\r\n line-height:23px;\r\n}\r\n.private-message-widget .split-button .split-button-wrapper .submenu li:hover {\r\n background:#F8F8F8;\r\n}\r\n#pmOpenNewFolderName {\r\n font-weight:bold;\r\n}\r\n\r\n#pmMoveBlock\r\n{\r\n margin-{vb:stylevar left}:200px;\r\n}\r\n#pmNewFolderName\r\n{\r\n height:60px;\r\n padding-{vb:stylevar right}:10px;\r\n}\r\n.privateMessageSummary\r\n{\r\n margin-bottom: 17px;\r\n}\r\n.messageIndent\r\n{\r\n margin-{vb:stylevar left}: 5em;\r\n}\r\n.pmNotifDlgLink\r\n{\r\n color: {vb:stylevar body_link_color};\r\n cursor: pointer;\r\n margin: auto;\r\n}\r\n#btnSearchPM {\r\n top:1px;\r\n {vb:stylevar right}:1px;\r\n padding: 0px;\r\n margin: 5px;\r\n border: 0;\r\n cursor:pointer;\r\n -moz-border-radius:0 1px 1px 0;\r\n -webkit-border-radius:0 1px 1px 0;\r\n border-radius:0 1px 1px 0;\r\n}\r\n#pmBtnDelete .vb-icon,\r\n#pmBtnNotificationDelete .vb-icon {\r\n vertical-align: middle;\r\n width: 13px;\r\n height: 16px;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#pmBtnDelete .phrase,\r\n#pmBtnNotificationDelete .phrase {\r\n line-height: 22px;\r\n}\r\n\r\n#btnMove .vb-icon {\r\n vertical-align: middle;\r\n width: 15px;\r\n height: 16px;\r\n margin-{vb:stylevar right}:2px;\r\n}\r\n.ie8 #btnMove .vb-icon {\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n.view-mode .canvas-layout-container .private-message-search {\r\n width: 186px !important;\r\n -moz-border-radius-top{vb:stylevar left}:2px !important;\r\n -webkit-border-top-{vb:stylevar left}-radius:2px !important;\r\n border-top-{vb:stylevar left}:2px !important;\r\n}\r\n.canvas-layout-container .private-message-toolbar {\r\n -moz-border-radius-top{vb:stylevar right}:2px !important;\r\n -webkit-border-top-{vb:stylevar right}-radius:2px !important;\r\n border-top-{vb:stylevar right}:2px !important;\r\n}\r\n.canvas-layout-container .private-message-toolbar,\r\n.canvas-layout-container .private-message-search {\r\n background: {vb:stylevar toolbar_background} !important;\r\n border-bottom: {vb:stylevar toolbar_border} !important;\r\n -moz-border-radius-top{vb:stylevar left}:2px;\r\n -webkit-border-top-{vb:stylevar left}-radius:2px;\r\n border-top-{vb:stylevar left}:2px;\r\n}\r\n.canvas-layout-container .private-message-toolbar,\r\n.canvas-layout-container .private-message-search {\r\n height: 36px;\r\n}\r\n#private-message-search-button-container {\r\n background: transparent url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -200px;\r\n display: inline-block;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n -moz-border-radius-top{vb:stylevar right}:2px;\r\n -moz-border-radius-bottom{vb:stylevar right}:2px;\r\n -webkit-border-top-{vb:stylevar right}-radius:2px;\r\n -webkit-border-bottom-{vb:stylevar right}-radius:2px;\r\n border-top-{vb:stylevar right}-radius:2px;\r\n border-bottom-{vb:stylevar right}-radius:2px;\r\n height: 24px;\r\n margin-top: 6px;\r\n margin-{vb:stylevar left}: -1px;\r\n}\r\n#pmSearchText {\r\n margin-top: 6px;\r\n margin-{vb:stylevar right}: 0;\r\n margin-bottom: 0;\r\n margin-{vb:stylevar left}: 10px;\r\n height:20px;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n -moz-border-radius-top{vb:stylevar left}:2px;\r\n -moz-border-radius-bottom{vb:stylevar left}:2px;\r\n -webkit-border-top-{vb:stylevar left}-radius:2px;\r\n -webkit-border-bottom-{vb:stylevar left}-radius:2px;\r\n border-top-{vb:stylevar left}-radius:2px;\r\n border-bottom-{vb:stylevar left}-radius:2px;\r\n width: 135px;\r\n padding-top:1px;\r\n padding-bottom:1px;\r\n}\r\n\r\n<vb:comment>\r\n/**************************************************\r\n * Private Messaging css ends here\r\n *************************************************/\r\n</vb:comment>\r\n\r\n<vb:comment>/*Infraction START*/</vb:comment>\r\n.custom-infraction-info {\r\n margin:10px 0 0;\r\n}\r\n.custom-infraction-info .td {\r\n padding-{vb:stylevar right}:3px;\r\n padding-bottom:3px;\r\n}\r\n.give-infraction-dialog .dialog-content {\r\n max-height:500px;\r\n overflow-y:auto;\r\n}\r\n.give-infraction-dialog .dialog-content.has-scrollbar {\r\n padding-{vb:stylevar right}:15px;\r\n}\r\n.infraction-send-pm .blockbody > .blockrow {\r\n margin-top:10px;\r\n}\r\n.infraction-send-pm .blockbody > .blockrow:first-child {\r\n margin-top:0;\r\n}\r\n.infraction-send-pm .ckeditor-bare-box {\r\n border: 0;\r\n resize:vertical;\r\n}\r\n.infraction-send-pm .cke_editor_ckeditor-infraction-pm {\r\n padding: 0;\r\n border: 0;\r\n background: {vb:stylevar form_field_background};\r\n width:auto !important;\r\n}\r\n.infraction-container .infraction-send-pm .blockrow-body {\r\n padding: 0;\r\n}\r\n.infraction-send-pm .b-toolbar {\r\n border-width: 1px 0;\r\n}\r\n.infraction-send-pm .b-toolbar.h-border-top-none {\r\n border-top: 0;\r\n}\r\n.infraction-send-pm .b-toolbar.h-border-botttom-none {\r\n border-bottom: 0;\r\n}\r\n.infraction-send-pm .b-content-entry-panel__content--last {\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.infraction-send-pm .b-editor {\r\n border:0;\r\n}\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor > .cke_reset,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor .cke_inner,\r\n.infraction-send-pm .b-content-entry--all-panels-hidden .b-editor .cke_contents {\r\n -moz-border-radius: 0 0 2px 2px;\r\n -webkit-border-radius: 0 0 2px 2px;\r\n border-radius: 0 0 2px 2px;\r\n}\r\n.infraction-dashboard-stats .td:first-child {\r\n padding-{vb:stylevar right}:20px;\r\n}\r\n.infraction-list td,\r\n.infraction-list th {\r\n border-bottom:{vb:stylevar primary_module_subheader_border};\r\n}\r\n.infraction-list .infraction-date-col,\r\n.infraction-list .infraction-expires-col,\r\n.infraction-list .infraction-view-col,\r\n.infraction-list .infraction-points-col {\r\n white-space:nowrap;\r\n width:10%;\r\n}\r\n.infraction-list .infraction-date-col,\r\n.infraction-list .infraction-expires-col {\r\n padding-{vb:stylevar left}:20px;\r\n padding-{vb:stylevar right}:20px;\r\n}\r\n.infraction-list .infraction-reason-col {\r\n width:60%;\r\n text-align:{vb:stylevar left};\r\n padding-{vb:stylevar left}:0;\r\n}\r\n.infraction-list .vb-icon-ctrl-infract {\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n.infraction-warning-control {\r\n display:block;\r\n margin-top:5px;\r\n}\r\n.infraction-warning-control.h-hide {\r\n display:none;\r\n}\r\n.infraction-level-list th:first-child,\r\n.infraction-ban-list th:first-child {\r\n text-align:{vb:stylevar left};\r\n}\r\n.infraction-ban-list {\r\n margin-bottom:0;\r\n}\r\n.infraction-ban-reason {\r\n margin-top:10px;\r\n}\r\n.infraction-ban-reason .ban-reason-desc {\r\n color: #FF0000;\r\n margin: 5px 0 8px;\r\n}\r\n.infraction-ban-reason .ban-reason {\r\n margin-top:10px;\r\n display:block;\r\n resize:vertical;\r\n}\r\n.infraction-container {\r\n padding:15px;\r\n}\r\n.sb-dialog .infraction-container {\r\n padding:0;\r\n}\r\n.infraction-container .vb-icon-toggle {\r\n margin-top:1px;\r\n cursor:pointer;\r\n}\r\n.infraction-container .blockrow {\r\n border:{vb:stylevar module_content_border};\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.infraction-container .blockrow-head {\r\n padding:5px;\r\n border-bottom:{vb:stylevar module_header_border};\r\n background:{vb:stylevar module_header_background};\r\n -moz-border-radius:2px 2px 0 0;\r\n -webkit-border-radius:2px 2px 0 0;\r\n border-radius:2px 2px 0 0;\r\n}\r\n.infraction-container .blockrow-head.collapsed {\r\n border-bottom:0;\r\n}\r\n.infraction-container .blockrow-body {\r\n padding:10px;\r\n}\r\n.infraction-container th:first-child,\r\n.infraction-container td:first-child {\r\n padding-{vb:stylevar left}:0;\r\n}\r\n\r\n\r\n#privateMessageContainer .pending-posts-container .infractions-list .list-item .infraction-info a{\r\n font-weight:bold;\r\n}\r\n#privateMessageContainer .pending-posts-container .infractions-list .list-item.read .infraction-info a{\r\n font-weight:normal;\r\n}\r\n.private-message-widget .pending-posts-container .infractions-list .list-item .info{\r\n width:210px;\r\n}\r\n#pmBtnBackToInfractions .vb-icon-back{\r\n top:2px;\r\n}\r\n<vb:comment>\r\n#pmFloatingBarContent button .button-icon{\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -512px -16px;\r\n height:10px;\r\n width:6px;\r\n}\r\n#pmFloatingBarContent .infractions-previous .button-icon{\r\n background-position:-464px -16px;\r\n}\r\n#pmFloatingBarContent .infractions-previous:hover .button-icon{\r\n background-position:-480px -16px;\r\n}\r\n#pmFloatingBarContent .infractions-previous.hide .button-icon{\r\n background-position:-496px -16px;\r\n}\r\n\r\n#pmFloatingBarContent .infractions-next .button-icon{\r\n background-position:-512px -16px;\r\n}\r\n#pmFloatingBarContent .pending-post-next:hover .button-icon{\r\n background-position:-528px -16px;\r\n}\r\n#pmFloatingBarContent .infractions-next.hide .button-icon{\r\n background-position:-544px -16px;\r\n}\r\n</vb:comment>\r\n<vb:comment>/*Infraction END*/</vb:comment>','template',1376666807,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(135,-1,'css_profile.css','$final_rendered = \'\' . \'\' . \'\r\n\r\n#profileTabs {\r\n border: 0;\r\n padding: 0;\r\n}\r\n#profileTabs .content-entry-box.edit-post {\r\n border:0;\r\n}\r\n#profileTabs .conversation-list.stream-view\r\n{\r\n border-top:0;\r\n border-bottom:0;\r\n}\r\n.profilePreviewContainer\r\n{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:100%;\r\n}\r\n\r\n\' . \'\' . \'\r\n.section .section-header {\r\n font-weight:bold;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"profile_section_background\") . \';\r\n height: 30px;\r\n line-height: 30px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"profile_section_border\") . \';\r\n border-width: 1px 0;\r\n padding: 0 15px;\r\n}\r\n.section .section-content.table {\r\n width:100%;\r\n}\r\n.section.about-status .section-content {\r\n padding: 18px 15px;\r\n}\r\n.section.about-status .section-content textarea {\r\n padding: 14px;\r\n width: 96.7%;\r\n}\r\n.section.about-status .section-content .action-buttons {\r\n margin:15px 0 0;\r\n}\r\n.section .section-content.table .tr {\r\n height:30px;\r\n vertical-align:top;\r\n}\r\n.section .section-content.table .tr .td {\r\n font-weight:bold;\r\n width:20%;\r\n padding:10px 40px;\r\n text-transform:capitalize;\r\n white-space:normal;\r\n}\r\n.section .section-content.table .tr .td + .td {\r\n font-weight:normal;\r\n width:80%;\r\n text-transform: none;\r\n}\r\n.section .section-content.table .sub-section .section-header {\r\n border:0;\r\n background:transparent;\r\n text-transform:uppercase;\r\n padding: 0;\r\n margin-top: 4px;\r\n}\r\n.section .section-content.table .sub-section:first-child .section-header {\r\n margin-top:0;\r\n}\r\n.section .section-content.table .sub-section {\r\n border-top:1px dotted \' . vB_Template_Runtime::fetchStylevar(\"profile_content_divider_border\") . \';\r\n}\r\n.section .section-content.table .sub-section:first-child {\r\n border-top:0;\r\n}\r\n.section .section-content.table .sub-section .section-content.table .tr .td {\r\n font-weight:normal;\r\n padding: 10px 0;\r\n}\r\n.section .section-content.table .sub-section .section-content.table {\r\n padding: 0;\r\n margin-bottom: 4px;\r\n}\r\n.section.about-links ul li {\r\n margin: 5px 0;\r\n}\r\n.section.about-links ul li a {\r\n font-weight: normal;\r\n text-transform: none;\r\n}\r\n\' . \'\' . \'\r\n\r\n.editNotes\r\n{\r\n font-size: .85em;\r\n}\r\n\r\n.profileMediaEditContainer\r\n{\r\n width:500px;\r\n\r\n}\r\n\r\n/** follow profile buttons (but really has nothing to do with them?) */\r\n\r\n.profile-widget .header {\r\n margin-bottom: 40px;\r\n}\r\n\r\n.profile-widget .header .first_column {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 5px;\r\n}\r\n\r\n.profile-widget .header .second_column {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n margin-top: 7px;\r\n}\r\n\r\n.profile-widget .header .third_column {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n padding: 5px;\r\n}\r\n\r\n.profile-widget .header .third_column .subscribepending_button {\r\n height: 25px;\r\n width: 100px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n\r\n.profile-widget .header .third_column .pm_button {\r\n height: 25px;\r\n width: 130px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n color: #66CC00;\r\n border: 2px solid #66CC00;\r\n}\r\n\r\n.profile-widget .widget-tabs .widget-tabs-panel {\r\n border:0;\r\n padding:0;\r\n}\r\n.profile-widget .widget-tabs .widget-tabs-panel.about-tab {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"primary_module_border\") . \';\r\n border-top:0;\r\n}\r\n#mediacontent .conversation-list.stream-view .list-item-header .post-title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':15px;\r\n width:75%;\r\n}\r\n\r\n#mediacontent .conversation-list.stream-view .list-item-header .info {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n line-height:16px;\r\n}\r\n\r\n/** follow profile buttons END */\r\n\r\n/**\r\n profile-widget-layout\r\n**/\r\n\r\n/* subscribe, unsubscribe, subscribed button */\r\n.follow_button{position:relative; }\r\n.follow_button > .button-icon{top:8px;left:5px;}\r\n.follow_button > .button-text-primary{top:5px;left:20px;}\r\n\r\n.profile-widget-layout .profile-widget {\r\n width:100%;\r\n margin-bottom:0;\r\n}\r\n.profile-widget-layout .profile-sidebar-widget .widget-content {\r\n width:100%;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content {\r\n padding:0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs {\r\n margin-bottom:1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .widget-tabs-nav,\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab {\r\n margin:-1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab {\r\n -moz-border-radius-bottomleft:0 !important;\r\n -webkit-border-bottom-left-radius:0 !important;\r\n border-bottom-left-radius:0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab.about-tab {\r\n margin-bottom:-2px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls,\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form {\r\n margin-top:-1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form {\r\n background: #FFF;\r\n margin: -1px 1px 1px;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form .see-all-btn {\r\n margin:0 0 24px 0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs .conversation-list {\r\n margin-bottom:-1px !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget {\r\n width:100% !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content {\r\n padding:0 !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs {\r\n border: 0;\r\n padding: 0;\r\n margin: -1px;\r\n}\r\n.profile-widget-layout .widget-tabs .widget-tabs-panel .conversation-empty {\r\n clear: both;\r\n margin: 0 1px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs > .tab {\r\n padding: 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .groups-tab {\r\n border-width: 1px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscriptions-tab .conversation-toolbar-wrapper {\r\n position:relative;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .conversation-toolbar-wrapper .back-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscriptions-tab .conversation-toolbar-wrapper .toolbar-filter-overlay {\r\n width: auto;\r\n z-index: 1;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n top: 39px;\r\n padding: 20px 20px 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container {\r\n margin-top: -1px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header {\r\n width: 99.8%;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n font-weight: bold;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .arrow {\r\n cursor: pointer;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td {\r\n vertical-align: middle;\r\n padding: 0 14px;\r\n height: 35px !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td label {\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td .arrow {\r\n margin-top: 5px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .first_column {\r\n width: 65%;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .second_column {\r\n width: 20%;\r\n white-space: nowrap;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .third_column {\r\n width: 15%;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list {\r\n width: 99.8%;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n border-top: 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item {\r\n background:#FFF;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container.followers .subscription-list .subscription-item {\r\n height:55px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td {\r\n height: 42px !important;\r\n vertical-align: middle;\r\n padding: 0 14px;\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item:first-child .td {\r\n border-top:0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td a {\r\n font-weight: bold;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td a.author {\r\n font-weight: normal;\r\n line-height:34px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .subscription-button {\r\n text-align: center;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n.profile-sidebar-widget {\r\n width:100%;\r\n background:transparent !important;\r\n}\r\n.profile-sidebar-widget .widget-content {\r\n padding: 10px;\r\n width: 100%;\r\n}\r\n\r\n#cropFrame label {\r\n margin-bottom: 5px;\r\n font-weight:bold;\r\n}\r\n#cropFrame .profile-photo-wrapper{\r\n overflow: hidden;\r\n}\r\n#cropFrame .profile-photo-wrapper > img{\r\n max-width:100% !important;\r\n max-height:100% !important;\r\n width:auto !important;\r\n height:auto !important;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n position: relative;\r\n max-width: 202px;\r\n max-height:202px;\r\n width:100%;\r\n height:100%;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n max-width: 200px;\r\n max-height: 200px;\r\n width: auto;\r\n height: auto;\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"side_nav_avatar_border\") . \';\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-acct .username {\r\n font-weight:bold;\r\n font-size:18px;\r\n margin-top:14px;\r\n word-wrap: break-word;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-acct .edit-user-link {\r\n display: block;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin-top: 7px;\r\n /*Suppress the anchor text and add an image background*/\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-indent: 50px;\r\n width: 14px;\r\n height: 14px;\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -207px -80px;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-acct .edit-user-link:hover {\r\n background:transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -223px -80px;\r\n}\r\n.profile-sidebar-widget .profileContainer .status-update {\r\n margin: 10px 0;\r\n height: auto;\r\n min-height: 0;\r\n padding: 0;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-info {\r\n font-size:12px;\r\n margin-bottom: 10px;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-info .profile-info-item {\r\n line-height:20px;\r\n}\r\n.profile-sidebar-widget .profile-menulist {\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_bottom\") . \';\r\n margin:0;\r\n width:100%;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a {\r\n display:block;\r\n font-weight:bold;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > label {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_textcolor.color\", $userid) . \';\r\n cursor:pointer;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > .subscriptions-count,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"profilesidebar_count_text_color\") . \';\r\n padding:3px;\r\n border:1px solid #D4D6D7;\r\n display:inline-block;\r\n font-size:11px;\r\n min-width:16px;\r\n height: 16px;\r\n line-height: 16px;\r\n text-align: center;\r\n position: absolute;\r\n margin-top: -13px;\r\n top: 50%;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n background: #FFF;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n.profile-action-buttons {\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_top\") . \';\r\n padding: 10px;\r\n}\r\n\r\n/* .profile-sidebar-widget .subscription-container */\r\n.profile-sidebar-widget .subscription-container {\r\n position: relative;\r\n}\r\n\r\n.profile-sidebar-widget .subscription-container .subscription-text {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px;\r\n}\r\n\r\n.profile-sidebar-widget .subscription-container .subscription-link {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n#editProfilePhotoDlg .frmprofilePhoto h4 {\r\n margin-bottom:15px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container {\r\n margin-bottom:18px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container > label input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .profile-img-option-field {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n margin-top: 5px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .profile-img-option-field > input {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:70%;\r\n}\r\n\r\n/* #profCustom_contentButtons .profile-img-option-container, */\r\n/* #profCustom_contentText .profile-img-option-container, */\r\n/* #profCustom_contentHeader .profile-img-option-container, */\r\n.profileTabs .profile-img-option-container {\r\n padding: 10px 18px;\r\n}\r\n\r\n.default-avatar-container {\r\n margin-top: 15px;\r\n max-height:240px;\r\n overflow-y:auto;\r\n}\r\n.default-avatar-container .avatarHolder {\r\n width: 204px;\r\n height: auto;\r\n text-align: center;\r\n margin-bottom:20px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n}\r\n.default-avatar-container .avatarHolder .defaultAvatarSet\r\n{\r\n border: 2px solid #E6E6E6;\r\n max-width:200px;\r\n max-height:200px;\r\n width:100%;\r\n height:100%;\r\n cursor:pointer;\r\n}\r\n.default-avatar-container .avatarHolder .defaultAvatarSet.defaultAvatarSelected\r\n{\r\n border-color:#4455AA;\r\n}\r\n#editProfilePhotoDlg .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n#editProfilePhotoDlg .action-buttons .upload-progress-bar {\r\n margin-top: 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .upload-progress-bar {\r\n margin-top: 5px;\r\n margin-bottom: 15px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n}\r\n.profile-media-upload-dialog .content-entry-box {\r\n margin-top:0;\r\n}\r\n.profile-media-upload-dialog .content-entry-box .action-buttons {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n\r\n.profile-widget .post-footer-wrapper .post-footer ul li,\r\n.profile-widget .conversation-list.stream-view .list-item-header .info .subscribed,\r\n.canvas-layout-container .canvas-widget .widget-content .profileTabs .post-date\r\n{\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_secondarytext.color\", $userid) . \';\r\n border-color: inherit;\r\n}\r\n\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a,\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a:active,\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a:visited\r\n{\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_linktext.color\", $userid) . \';\r\n}\r\n\r\n.profile_sidebar_content .button.primary {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_text_color.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_border.color\", $userid) . \';\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_background.repeat\", $userid) . \';\r\n}\r\n.view-mode .interconnected-widgets .canvas-widget-list.section-0 {\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_background.color\", $userid) . \';\r\n}\r\n.profile_sidebar_content {\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_background.repeat\", $userid) . \';\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_textcolor.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"form_dropdown_border.color\", $userid) . \';\r\n font-family: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_font.family\", $userid) . \';\r\n}\r\n.profileSidebar .profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_avatar_border.color\", $userid) . \';\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n vertical-align: baseline;\r\n}\r\n.profile-sidebar-widget .profileContainer {\r\n padding: 10px;\r\n}\r\n.profileContainer .username .vb-icon {\r\n display:inline-block;\r\n width:12px;\r\n height:12px;\r\n}\r\n.profileSidebar .profile_sidebar_content a,\r\n.profileSidebar .profile_sidebar_content a:hover,\r\n.profileSidebar .profile_sidebar_content a:visited,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item a,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item a:visited {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_linkcolor.color\", $userid) . \';\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item {\r\n position:relative;\r\n height:29px;\r\n line-height:29px;\r\n border-top: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_top\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_item_border_bottom\") . \';\r\n padding:0 10px;\r\n}\r\n/* profile page buttons */\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons a.button:hover {text-decoration:none;}\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons a.button,\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons button {\r\n background: url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -250px #D5E8EE;\r\n border-color: #C8CCCE;\r\n color: #09161b !important;\r\n width: 100%;\r\n margin: 0 0 10px 0;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n\r\n.profileTabs .section .section-header\r\n{\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_background.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_border.color\", $userid) . \';\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_text_color.color\", $userid) . \';\r\n font-family: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_font.family\", $userid) . \';\r\n font-size: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_font.size\", $userid) . \';\r\n}\r\n/* .profCustomBackgroundEdit\\\\\r\n */\r\n/* {\\\\\r\n */\r\n/* margin-bottom: 5px;\\\\\r\n */\r\n/* border-bottom: 1px solid;\\\\\r\n */\r\n/* padding-bottom: 3px;\\\\\r\n */\r\n/* }\\\\\r\n */\r\n\r\n.profileTabs .widget-tabs-nav li.ui-tabs-selected\r\n{\r\n border-color:\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_border_active.color\", $userid) . \';\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li\r\n{\r\n border-color:\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_border.color\", $userid) . \';\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li.ui-tabs-selected a\r\n{\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background_active.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background_active.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background_active.repeat\", $userid) . \';\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_text_color_active.color\", $userid) . \';\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li a\r\n{\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background.repeat\", $userid) . \';\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_text_color.color\", $userid) . \';\r\n}\r\n\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar,\r\n.forum-list-container .forum-list-header {\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"toolbar_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"toolbar_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"toolbar_background.repeat\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"toolbar_border.color\", $userid) . \';\r\n color:\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_toolbar_text_color.color\", $userid) . \';\r\n}\r\n#profileTabs.profileTabs,\r\n#profileTabs.profileTabs .conversation-list.stream-view .list-item,\r\n#profileTabs.profileTabs .widget-content,\r\n#profileTabs.profileTabs .post-content {\r\n background-image: none;\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_background.repeat\", $userid) . \';\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_primarytext.color\", $userid) . \';\r\n font-family: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_font.family\", $userid) . \';\r\n font-size: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_font.size\", $userid) . \';\r\n}\r\n.profileTabs .tab .list-container {\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_border.color\", $userid) . \';\r\n border-top-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_border.color\", $userid) . \';\r\n}\r\n#profileTabs .conversation-list.stream-view {\r\n border-top: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_border\") . \';\r\n}\r\n.profileTabs .conversation-toolbar .button.primary,\r\n.profileTabs .conversation-toolbar .button.primary:hover {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_text_color.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_border.color\", $userid) . \';\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_primary_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_primary_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_primary_background.repeat\", $userid) . \';\r\n}\r\n.profileTabs .conversation-toolbar .button.secondary,\r\n.profileTabs .conversation-toolbar .button.secondary:hover {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_secondary_text_color.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_secondary_border.color\", $userid) . \';\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_secondary_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_secondary_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_button_secondary_background.repeat\", $userid) . \';\r\n}\r\n.profileTabs .post-footer-wrapper .post-footer .divider {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_divider_border.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_divider_border.color\", $userid) . \'\r\n}\r\n.profileTabs .ui-helper-clearfix {\r\n display: inline-block;\r\n}\r\n\r\n.profileTabs .ui-helper-clearfix:before,\r\n.profileTabs .ui-helper-clearfix:after {\r\n content: \" \";\r\n display: table;\r\n}\r\n\r\n.profileTabs .ui-helper-clearfix:after {\r\n clear: both;\r\n}\r\n\r\n.profileNavTabs\r\n{\r\n /* float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';*/\r\n\r\n}\r\n\r\ninput.colorPicker {\r\n width: 5em;\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n\r\n.profileNavTabs,\r\n.profileNavTabs a,\r\n.profileNavTabs ul,\r\n.profileNavTabs li\r\n{\r\n background: #e5e5e5 none;\r\n border-color: #d3d3d3;\r\n color: #4b4d51;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.profileNavTabs .active,\r\n.profileNavTabs .active a,\r\n.profileNavTabs .active ul,\r\n.profileNavTabs .active li\r\n\r\n{\r\n background: #e5e5e5 none;\r\n border-color: #d3d3d3;\r\n color: #4b4d51;\r\n border: 1px solid #d3d3d3;\r\n\r\n}\r\n\r\n.profileNavTabs .ui-tabs-nav li,\r\n.profileNavTabs.ui-tabs .ui-tabs-nav li\r\n{\r\n border: none;\r\n}\r\n\r\n.profileNavTabs .profileNavInner {\r\n padding: 0;\r\n}\r\n\r\n.profileNavTabs .profileNavInner > li {\r\n margin-right: 10px;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"radio\"],\r\n.profileNavTabs label > input[type=\"checkbox\"] {\r\n vertical-align: baseline;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"radio\"] {\r\n margin-right: 5px;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"checkbox\"] {\r\n margin-right: 3px;\r\n}\r\n\r\n.profileNavTabs label {\r\n padding: 0 10px;\r\n display: inline-block;\r\n vertical-align: baseline;\r\n}\r\n\r\n.profileNavTabs label:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.profileNavOuter > li {\r\n float: none;\r\n border: none;\r\n}\r\n.profile_custom_edit .profileEditContent > ul.profileNavOuter > li.ui-tabs-selected a {\r\n background: #fff;\r\n box-shadow: 2px 2px 5px rgba(0,0,0,0.1);\r\n}\r\n\r\n.profCustomSubField {\r\n margin-left: 120px;\r\n padding-left: 1em;\r\n}\r\n\r\n.profileNavOuter .icon {\r\n background: transparent url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat;\r\n width: 16px;\r\n height: 16px;\r\n margin-right: 5px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n}\r\n\r\n.icon.profCustom_navbar { background-position: -400px -176px; }\r\n.ui-tabs-selected .icon.profCustom_navbar { background-position: -416px -176px; }\r\n\r\n.icon.profCustom_content { background-position: -432px -176px; }\r\n.ui-tabs-selected .icon.profCustom_content { background-position: -448px -176px; }\r\n\r\n.icon.profCustom_user { background-position: -464px -176px; }\r\n.ui-tabs-selected .icon.profCustom_user { background-position: -480px -176px; }\r\n\r\n.icon.profCustom_admin { background-position: -496px -176px; }\r\n.ui-tabs-selected .icon.profCustom_admin { background-position: -512px -176px; }\r\n\r\n\r\n.profileNavTabs ul.profileNavInner {\r\n float: none;\r\n}\r\n\r\n.profileNavTabs ul\r\n{\r\n width: 155px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 0;\r\n border: 0;\r\n margin: 0;\r\n}\r\n.profileNavTabs li\r\n{\r\n width: 155px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 15px 5px;\r\n margin: 0;\r\n border: 0;\r\n height: 39px;\r\n\r\n}\r\n.profileNavTabs .profileEditContent > .tab\r\n{\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 173px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-bottom: 10px;\r\n border: none;\r\n padding: 0;\r\n /* float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\\\\\r\n */\r\n}\r\n\r\n.profileNavTabs .profCustomTab ul,\r\n.profileNavTabs .profCustomTab li,\r\n.profileNavTabs .profCustomTab .tab\r\n{\r\n width: auto;\r\n background: transparent none;\r\n}\r\n\r\n\r\n.profCustomTab\r\n{\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.profCustomTab {\r\n box-shadow: 2px 2px 5px rgba(0,0,0,0.1);\r\n}\r\n\r\n.profCustomTab tab\r\n{\r\n padding: 0;\r\n margin: 0;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n height: 350px;\r\n}\r\n\r\n.profCustomEditField {\r\n padding: 10px 0;\r\n}\r\n.profCustomEditField:first-child {\r\n padding-top: 0;\r\n}\r\n.ui-tabs-panel > .profCustomEditField,\r\n.profCustomEditBorderTop {\r\n border-top: 1px solid #d3d3d3;\r\n}\r\n.ui-tabs-panel > .profCustomEditField:first-child {\r\n border-top: none;\r\n}\r\n\r\n.profCustomEditField input[type=radio],\r\n.profCustomEditField label {\r\n vertical-align: middle;\r\n}\r\n\r\n.profCustomLabel\r\n{\r\n width: 120px;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1em;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-weight: bold;\r\n}\r\n.profCustomTitle\r\n{\r\n margin: 8px 0 3px 0;\r\n}\r\n\r\n.profCustomBgTemplate\r\n{\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding-bottom: 10px;\r\n}\r\n\r\n.profile_custom_edit {\r\n margin-bottom: 20px;\r\n}\r\n\r\n.profile_custom_edit .profileEditButtons {\r\n\r\n}\r\n.profile_custom_edit .profileEditButtons .profileEditButtonsInner {\r\n margin: 12px 18px 8px 18px;\r\n}\r\n.profile_custom_edit .profileEditButtons .profileEditButtonsInner button {\r\n margin-bottom: 7px;\r\n}\r\n.profile_custom_edit .profileEditContent {\r\n}\r\n.profile_custom_edit .profileEditContent>ul {\r\n padding: 0;\r\n margin: 0 0 0 18px;\r\n}\r\n.profile_custom_edit .profileEditContent>ul li {\r\n background: transparent;\r\n padding: 0;\r\n}\r\n.profile_custom_edit .profileEditContent>ul li a {\r\n display: block;\r\n background: transparent;\r\n margin: 0;\r\n width: 155px;\r\n padding: 10px 0 10px 15px;\r\n border-top-left-radius: 3px;\r\n border-bottom-left-radius: 3px;\r\n border-top-right-radius: 0;\r\n border-bottom-right-radius: 0;\r\n font-family: Helvetica;\r\n font-weight: bold;\r\n font-size: 14px;\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_secondary_text_color.color\", $userid) . \';\r\n}\r\n.profile_custom_edit .profileEditContent>ul li.ui-state-active a {\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_border.color\", $userid) . \';\r\n\r\n}\r\n.profile_custom_edit .profileEditContent>div {\r\n}\r\n.profile_custom_edit .profileEditContent>div .ui-widget-content {\r\n border-width: 0;\r\n border-top-left-radius: 0;\r\n border-bottom-left-radius: 0;\r\n border-top-right-radius: 3px;\r\n border-bottom-right-radius: 3px;\r\n margin-top: 1px;\r\n padding: 10px 20px;\r\n}\r\n.profile_custom_edit .profileEditContent>div .ui-widget-content .ui-widget-content {\r\n padding: 0;\r\n\r\n}\r\n.profile_custom_edit .profCustomTab ul li a {\r\n padding: 0;\r\n}\r\n.profile_custom_edit .profCustomTab ul li.ui-state-active a.button {\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_border.color\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_background.color\", $userid) . \';\r\n /*background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_background.image\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_background.repeat\", $userid) . \';*/\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_text_color.color\", $userid) . \' !important;\r\n}\r\n\r\n\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.secondary,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.secondary:hover,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.button.secondary,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.button.secondary:visited\r\n{\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_color.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_border.color\", $userid) . \';\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_background.repeat\", $userid) . \';\r\n}\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.primary\r\n{\r\n color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_color.color\", $userid) . \';\r\n border-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_border.color\", $userid) . \';\r\n background-image: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_background.image\", $userid) . \';\r\n background-color: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_background.color\", $userid) . \';\r\n background-repeat: \' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_background.repeat\", $userid) . \';\r\n}\';','<vb:comment>Profile Sidebar widget + Profile Widget or Profile Subscriptions Widget START</vb:comment>\r\n\r\n#profileTabs {\r\n border: 0;\r\n padding: 0;\r\n}\r\n#profileTabs .content-entry-box.edit-post {\r\n border:0;\r\n}\r\n#profileTabs .conversation-list.stream-view\r\n{\r\n border-top:0;\r\n border-bottom:0;\r\n}\r\n.profilePreviewContainer\r\n{\r\n float:{vb:stylevar left};\r\n width:100%;\r\n}\r\n\r\n<vb:comment>About Section START</vb:comment>\r\n.section .section-header {\r\n font-weight:bold;\r\n background: {vb:stylevar profile_section_background};\r\n height: 30px;\r\n line-height: 30px;\r\n border:{vb:stylevar profile_section_border};\r\n border-width: 1px 0;\r\n padding: 0 15px;\r\n}\r\n.section .section-content.table {\r\n width:100%;\r\n}\r\n.section.about-status .section-content {\r\n padding: 18px 15px;\r\n}\r\n.section.about-status .section-content textarea {\r\n padding: 14px;\r\n width: 96.7%;\r\n}\r\n.section.about-status .section-content .action-buttons {\r\n margin:15px 0 0;\r\n}\r\n.section .section-content.table .tr {\r\n height:30px;\r\n vertical-align:top;\r\n}\r\n.section .section-content.table .tr .td {\r\n font-weight:bold;\r\n width:20%;\r\n padding:10px 40px;\r\n text-transform:capitalize;\r\n white-space:normal;\r\n}\r\n.section .section-content.table .tr .td + .td {\r\n font-weight:normal;\r\n width:80%;\r\n text-transform: none;\r\n}\r\n.section .section-content.table .sub-section .section-header {\r\n border:0;\r\n background:transparent;\r\n text-transform:uppercase;\r\n padding: 0;\r\n margin-top: 4px;\r\n}\r\n.section .section-content.table .sub-section:first-child .section-header {\r\n margin-top:0;\r\n}\r\n.section .section-content.table .sub-section {\r\n border-top:1px dotted {vb:stylevar profile_content_divider_border};\r\n}\r\n.section .section-content.table .sub-section:first-child {\r\n border-top:0;\r\n}\r\n.section .section-content.table .sub-section .section-content.table .tr .td {\r\n font-weight:normal;\r\n padding: 10px 0;\r\n}\r\n.section .section-content.table .sub-section .section-content.table {\r\n padding: 0;\r\n margin-bottom: 4px;\r\n}\r\n.section.about-links ul li {\r\n margin: 5px 0;\r\n}\r\n.section.about-links ul li a {\r\n font-weight: normal;\r\n text-transform: none;\r\n}\r\n<vb:comment>About Section END</vb:comment>\r\n\r\n.editNotes\r\n{\r\n font-size: .85em;\r\n}\r\n\r\n.profileMediaEditContainer\r\n{\r\n width:500px;\r\n\r\n}\r\n\r\n/** follow profile buttons (but really has nothing to do with them?) */\r\n\r\n.profile-widget .header {\r\n margin-bottom: 40px;\r\n}\r\n\r\n.profile-widget .header .first_column {\r\n float: {vb:stylevar left};\r\n padding: 5px;\r\n}\r\n\r\n.profile-widget .header .second_column {\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar left}: 20px;\r\n margin-top: 7px;\r\n}\r\n\r\n.profile-widget .header .third_column {\r\n float: {vb:stylevar right};\r\n padding: 5px;\r\n}\r\n\r\n.profile-widget .header .third_column .subscribepending_button {\r\n height: 25px;\r\n width: 100px;\r\n float: {vb:stylevar left};\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n\r\n.profile-widget .header .third_column .pm_button {\r\n height: 25px;\r\n width: 130px;\r\n float: {vb:stylevar right};\r\n color: #66CC00;\r\n border: 2px solid #66CC00;\r\n}\r\n\r\n.profile-widget .widget-tabs .widget-tabs-panel {\r\n border:0;\r\n padding:0;\r\n}\r\n.profile-widget .widget-tabs .widget-tabs-panel.about-tab {\r\n border:{vb:stylevar primary_module_border};\r\n border-top:0;\r\n}\r\n#mediacontent .conversation-list.stream-view .list-item-header .post-title {\r\n margin-{vb:stylevar left}:15px;\r\n width:75%;\r\n}\r\n\r\n#mediacontent .conversation-list.stream-view .list-item-header .info {\r\n margin-{vb:stylevar right}:15px;\r\n line-height:16px;\r\n}\r\n\r\n/** follow profile buttons END */\r\n\r\n/**\r\n profile-widget-layout\r\n**/\r\n\r\n/* subscribe, unsubscribe, subscribed button */\r\n.follow_button{position:relative; }\r\n.follow_button > .button-icon{top:8px;left:5px;}\r\n.follow_button > .button-text-primary{top:5px;left:20px;}\r\n\r\n.profile-widget-layout .profile-widget {\r\n width:100%;\r\n margin-bottom:0;\r\n}\r\n.profile-widget-layout .profile-sidebar-widget .widget-content {\r\n width:100%;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content {\r\n padding:0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs {\r\n margin-bottom:1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .widget-tabs-nav,\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab {\r\n margin:-1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab {\r\n -moz-border-radius-bottomleft:0 !important;\r\n -webkit-border-bottom-left-radius:0 !important;\r\n border-bottom-left-radius:0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab.about-tab {\r\n margin-bottom:-2px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls,\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form {\r\n margin-top:-1px !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form {\r\n background: #FFF;\r\n margin: -1px 1px 1px;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs > .tab > .pagenav-controls .pagenav-form .see-all-btn {\r\n margin:0 0 24px 0 !important;\r\n}\r\n.profile-widget-layout .profile-widget .widget-content .profile-container .profileTabs .conversation-list {\r\n margin-bottom:-1px !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget {\r\n width:100% !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content {\r\n padding:0 !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs {\r\n border: 0;\r\n padding: 0;\r\n margin: -1px;\r\n}\r\n.profile-widget-layout .widget-tabs .widget-tabs-panel .conversation-empty {\r\n clear: both;\r\n margin: 0 1px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs > .tab {\r\n padding: 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .groups-tab {\r\n border-width: 1px;\r\n border: {vb:stylevar module_content_border};\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscriptions-tab .conversation-toolbar-wrapper {\r\n position:relative;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .conversation-toolbar-wrapper .back-button {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscriptions-tab .conversation-toolbar-wrapper .toolbar-filter-overlay {\r\n width: auto;\r\n z-index: 1;\r\n position: absolute;\r\n {vb:stylevar right}: 0;\r\n top: 39px;\r\n padding: 20px 20px 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container {\r\n margin-top: -1px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header {\r\n width: 99.8%;\r\n border: {vb:stylevar side_nav_border};\r\n background: {vb:stylevar side_nav_background};\r\n font-weight: bold;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .arrow {\r\n cursor: pointer;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td {\r\n vertical-align: middle;\r\n padding: 0 14px;\r\n height: 35px !important;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td label {\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n float: {vb:stylevar left};\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header .td .arrow {\r\n margin-top: 5px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .first_column {\r\n width: 65%;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .second_column {\r\n width: 20%;\r\n white-space: nowrap;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .third_column {\r\n width: 15%;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list {\r\n width: 99.8%;\r\n border: {vb:stylevar module_content_border};\r\n border-top: 0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item {\r\n background:#FFF;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container.followers .subscription-list .subscription-item {\r\n height:55px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td {\r\n height: 42px !important;\r\n vertical-align: middle;\r\n padding: 0 14px;\r\n border-top:{vb:stylevar module_content_border};\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item:first-child .td {\r\n border-top:0;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td a {\r\n font-weight: bold;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td a.author {\r\n font-weight: normal;\r\n line-height:34px;\r\n}\r\n.profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .subscription-button {\r\n text-align: center;\r\n}\r\n\r\n<vb:comment>Profile Sidebar widget + Profile Widget or Profile Subscriptions Widget END</vb:comment>\r\n\r\n\r\n<vb:comment> Profile sidebar widget START </vb:comment>\r\n.profile-sidebar-widget {\r\n width:100%;\r\n background:transparent !important;\r\n}\r\n.profile-sidebar-widget .widget-content {\r\n padding: 10px;\r\n width: 100%;\r\n}\r\n\r\n#cropFrame label {\r\n margin-bottom: 5px;\r\n font-weight:bold;\r\n}\r\n#cropFrame .profile-photo-wrapper{\r\n overflow: hidden;\r\n}\r\n#cropFrame .profile-photo-wrapper > img{\r\n max-width:100% !important;\r\n max-height:100% !important;\r\n width:auto !important;\r\n height:auto !important;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n position: relative;\r\n max-width: 202px;\r\n max-height:202px;\r\n width:100%;\r\n height:100%;\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n max-width: 200px;\r\n max-height: 200px;\r\n width: auto;\r\n height: auto;\r\n border: 1px solid {vb:stylevar side_nav_avatar_border};\r\n}\r\n\r\n.profile-sidebar-widget .profileContainer .profile-acct .username {\r\n font-weight:bold;\r\n font-size:18px;\r\n margin-top:14px;\r\n word-wrap: break-word;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-acct .edit-user-link {\r\n display: block;\r\n float: {vb:stylevar right};\r\n margin-top: 7px;\r\n /*Suppress the anchor text and add an image background*/\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-indent: 50px;\r\n width: 14px;\r\n height: 14px;\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -207px -80px;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-acct .edit-user-link:hover {\r\n background:transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat scroll -223px -80px;\r\n}\r\n.profile-sidebar-widget .profileContainer .status-update {\r\n margin: 10px 0;\r\n height: auto;\r\n min-height: 0;\r\n padding: 0;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-info {\r\n font-size:12px;\r\n margin-bottom: 10px;\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-info .profile-info-item {\r\n line-height:20px;\r\n}\r\n.profile-sidebar-widget .profile-menulist {\r\n border-top: {vb:stylevar side_nav_item_border_bottom};\r\n margin:0;\r\n width:100%;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a {\r\n display:block;\r\n font-weight:bold;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > label {\r\n color: {vb:customstylevar profile_userpanel_textcolor.color, {vb:var userid}};\r\n cursor:pointer;\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > .subscriptions-count,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count {\r\n color:{vb:stylevar profilesidebar_count_text_color};\r\n padding:3px;\r\n border:1px solid #D4D6D7;\r\n display:inline-block;\r\n font-size:11px;\r\n min-width:16px;\r\n height: 16px;\r\n line-height: 16px;\r\n text-align: center;\r\n position: absolute;\r\n margin-top: -13px;\r\n top: 50%;\r\n {vb:stylevar right}: 10px;\r\n background: #FFF;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n.profile-action-buttons {\r\n border-top: {vb:stylevar side_nav_item_border_top};\r\n padding: 10px;\r\n}\r\n\r\n/* .profile-sidebar-widget .subscription-container */\r\n.profile-sidebar-widget .subscription-container {\r\n position: relative;\r\n}\r\n\r\n.profile-sidebar-widget .subscription-container .subscription-text {\r\n position: absolute;\r\n {vb:stylevar left}: 1px;\r\n}\r\n\r\n.profile-sidebar-widget .subscription-container .subscription-link {\r\n position: absolute;\r\n {vb:stylevar right}: 5px;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n#editProfilePhotoDlg .frmprofilePhoto h4 {\r\n margin-bottom:15px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container {\r\n margin-bottom:18px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container > label input {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:6px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .profile-img-option-field {\r\n margin-{vb:stylevar left}: 20px;\r\n margin-top: 5px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .profile-img-option-field > input {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:5px;\r\n float:{vb:stylevar left};\r\n width:70%;\r\n}\r\n\r\n/* #profCustom_contentButtons .profile-img-option-container, */\r\n/* #profCustom_contentText .profile-img-option-container, */\r\n/* #profCustom_contentHeader .profile-img-option-container, */\r\n.profileTabs .profile-img-option-container {\r\n padding: 10px 18px;\r\n}\r\n\r\n.default-avatar-container {\r\n margin-top: 15px;\r\n max-height:240px;\r\n overflow-y:auto;\r\n}\r\n.default-avatar-container .avatarHolder {\r\n width: 204px;\r\n height: auto;\r\n text-align: center;\r\n margin-bottom:20px;\r\n margin-{vb:stylevar right}:15px;\r\n}\r\n.default-avatar-container .avatarHolder .defaultAvatarSet\r\n{\r\n border: 2px solid #E6E6E6;\r\n max-width:200px;\r\n max-height:200px;\r\n width:100%;\r\n height:100%;\r\n cursor:pointer;\r\n}\r\n.default-avatar-container .avatarHolder .defaultAvatarSet.defaultAvatarSelected\r\n{\r\n border-color:#4455AA;\r\n}\r\n#editProfilePhotoDlg .action-buttons {\r\n text-align:{vb:stylevar right};\r\n}\r\n#editProfilePhotoDlg .action-buttons .upload-progress-bar {\r\n margin-top: 5px;\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n#editProfilePhotoDlg .profile-img-option-container .upload-progress-bar {\r\n margin-top: 5px;\r\n margin-bottom: 15px;\r\n text-align: {vb:stylevar left};\r\n margin-{vb:stylevar left}: 20px;\r\n}\r\n.profile-media-upload-dialog .content-entry-box {\r\n margin-top:0;\r\n}\r\n.profile-media-upload-dialog .content-entry-box .action-buttons {\r\n text-align:{vb:stylevar right};\r\n}\r\n\r\n\r\n.profile-widget .post-footer-wrapper .post-footer ul li,\r\n.profile-widget .conversation-list.stream-view .list-item-header .info .subscribed,\r\n.canvas-layout-container .canvas-widget .widget-content .profileTabs .post-date\r\n{\r\n color: {vb:customstylevar profile_content_secondarytext.color, {vb:var userid}};\r\n border-color: inherit;\r\n}\r\n\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a,\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a:active,\r\n.profile-widget .widget-tabs.ui-tabs .ui-widget-content a:visited\r\n{\r\n color: {vb:customstylevar profile_content_linktext.color, {vb:var userid}};\r\n}\r\n\r\n.profile_sidebar_content .button.primary {\r\n color: {vb:customstylevar profilesidebar_button_text_color.color, {vb:var userid}};\r\n border-color: {vb:customstylevar profilesidebar_button_border.color, {vb:var userid}};\r\n background-image: {vb:customstylevar profilesidebar_button_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profilesidebar_button_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profilesidebar_button_background.repeat, {vb:var userid}};\r\n}\r\n.view-mode .interconnected-widgets .canvas-widget-list.section-0 {\r\n background-color: {vb:customstylevar side_nav_background.color, {vb:var userid}};\r\n}\r\n.profile_sidebar_content {\r\n background-image: {vb:customstylevar side_nav_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar side_nav_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar side_nav_background.repeat, {vb:var userid}};\r\n color: {vb:customstylevar profile_userpanel_textcolor.color, {vb:var userid}};\r\n border-color: {vb:customstylevar form_dropdown_border.color, {vb:var userid}};\r\n font-family: {vb:customstylevar profile_userpanel_font.family, {vb:var userid}};\r\n}\r\n.profileSidebar .profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n border-color: {vb:customstylevar side_nav_avatar_border.color, {vb:var userid}};\r\n}\r\n.profile-sidebar-widget .profileContainer .profile-photo-wrapper .profile-photo {\r\n vertical-align: baseline;\r\n}\r\n.profile-sidebar-widget .profileContainer {\r\n padding: 10px;\r\n}\r\n.profileContainer .username .vb-icon {\r\n display:inline-block;\r\n width:12px;\r\n height:12px;\r\n}\r\n.profileSidebar .profile_sidebar_content a,\r\n.profileSidebar .profile_sidebar_content a:hover,\r\n.profileSidebar .profile_sidebar_content a:visited,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item a,\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item a:visited {\r\n color: {vb:customstylevar profile_userpanel_linkcolor.color, {vb:var userid}};\r\n}\r\n.profile-sidebar-widget .profile-menulist .profile-menulist-item {\r\n position:relative;\r\n height:29px;\r\n line-height:29px;\r\n border-top: {vb:stylevar side_nav_item_border_top};\r\n border-bottom: {vb:stylevar side_nav_item_border_bottom};\r\n padding:0 10px;\r\n}\r\n/* profile page buttons */\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons a.button:hover {text-decoration:none;}\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons a.button,\r\n.profile-sidebar-widget .profile-menulist .profile-action-buttons button {\r\n background: url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -250px #D5E8EE;\r\n border-color: #C8CCCE;\r\n color: #09161b !important;\r\n width: 100%;\r\n margin: 0 0 10px 0;\r\n}\r\n\r\n\r\n<vb:comment> Profile sidebar widget END</vb:comment>\r\n\r\n\r\n\r\n\r\n.profileTabs .section .section-header\r\n{\r\n background-image: {vb:customstylevar profile_section_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profile_section_background.color, {vb:var userid}};\r\n border-color: {vb:customstylevar profile_section_border.color, {vb:var userid}};\r\n color: {vb:customstylevar profile_section_text_color.color, {vb:var userid}};\r\n font-family: {vb:customstylevar profile_section_font.family, {vb:var userid}};\r\n font-size: {vb:customstylevar profile_section_font.size, {vb:var userid}};\r\n}\r\n/* .profCustomBackgroundEdit\\\r\n */\r\n/* {\\\r\n */\r\n/* margin-bottom: 5px;\\\r\n */\r\n/* border-bottom: 1px solid;\\\r\n */\r\n/* padding-bottom: 3px;\\\r\n */\r\n/* }\\\r\n */\r\n\r\n.profileTabs .widget-tabs-nav li.ui-tabs-selected\r\n{\r\n border-color:{vb:customstylevar profcustom_navbar_border_active.color, {vb:var userid}};\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li\r\n{\r\n border-color:{vb:customstylevar profcustom_navbar_border.color, {vb:var userid}};\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li.ui-tabs-selected a\r\n{\r\n background-image: {vb:customstylevar profcustom_navbar_background_active.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profcustom_navbar_background_active.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profcustom_navbar_background_active.repeat, {vb:var userid}};\r\n color: {vb:customstylevar profcustom_navbar_text_color_active.color, {vb:var userid}};\r\n}\r\n\r\n.profileTabs .widget-tabs-nav li a\r\n{\r\n background-image: {vb:customstylevar profcustom_navbar_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profcustom_navbar_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profcustom_navbar_background.repeat, {vb:var userid}};\r\n color: {vb:customstylevar profcustom_navbar_text_color.color, {vb:var userid}};\r\n}\r\n\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar,\r\n.forum-list-container .forum-list-header {\r\n background-image: {vb:customstylevar toolbar_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar toolbar_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar toolbar_background.repeat, {vb:var userid}};\r\n border-color: {vb:customstylevar toolbar_border.color, {vb:var userid}};\r\n color:{vb:customstylevar profcustom_navbar_toolbar_text_color.color, {vb:var userid}};\r\n}\r\n#profileTabs.profileTabs,\r\n#profileTabs.profileTabs .conversation-list.stream-view .list-item,\r\n#profileTabs.profileTabs .widget-content,\r\n#profileTabs.profileTabs .post-content {\r\n background-image: none;\r\n background-image: {vb:customstylevar profile_content_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profile_content_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profile_content_background.repeat, {vb:var userid}};\r\n color: {vb:customstylevar profile_content_primarytext.color, {vb:var userid}};\r\n font-family: {vb:customstylevar profile_content_font.family, {vb:var userid}};\r\n font-size: {vb:customstylevar profile_content_font.size, {vb:var userid}};\r\n}\r\n.profileTabs .tab .list-container {\r\n border-color: {vb:customstylevar profile_content_border.color, {vb:var userid}};\r\n border-top-color: {vb:customstylevar profile_content_border.color, {vb:var userid}};\r\n}\r\n#profileTabs .conversation-list.stream-view {\r\n border-top: {vb:customstylevar profile_content_border};\r\n}\r\n.profileTabs .conversation-toolbar .button.primary,\r\n.profileTabs .conversation-toolbar .button.primary:hover {\r\n color: {vb:customstylevar button_primary_text_color.color, {vb:var userid}};\r\n border-color: {vb:customstylevar button_primary_border.color, {vb:var userid}};\r\n background-image: {vb:customstylevar profile_button_primary_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profile_button_primary_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profile_button_primary_background.repeat, {vb:var userid}};\r\n}\r\n.profileTabs .conversation-toolbar .button.secondary,\r\n.profileTabs .conversation-toolbar .button.secondary:hover {\r\n color: {vb:customstylevar button_secondary_text_color.color, {vb:var userid}};\r\n border-color: {vb:customstylevar button_secondary_border.color, {vb:var userid}};\r\n background-image: {vb:customstylevar profile_button_secondary_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profile_button_secondary_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profile_button_secondary_background.repeat, {vb:var userid}};\r\n}\r\n.profileTabs .post-footer-wrapper .post-footer .divider {\r\n color: {vb:customstylevar profile_content_divider_border.color, {vb:var userid}};\r\n border-color: {vb:customstylevar profile_content_divider_border.color, {vb:var userid}}\r\n}\r\n.profileTabs .ui-helper-clearfix {\r\n display: inline-block;\r\n}\r\n\r\n.profileTabs .ui-helper-clearfix:before,\r\n.profileTabs .ui-helper-clearfix:after {\r\n content: \" \";\r\n display: table;\r\n}\r\n\r\n.profileTabs .ui-helper-clearfix:after {\r\n clear: both;\r\n}\r\n\r\n.profileNavTabs\r\n{\r\n /* float: {vb:stylevar left};*/\r\n\r\n}\r\n\r\ninput.colorPicker {\r\n width: 5em;\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n\r\n.profileNavTabs,\r\n.profileNavTabs a,\r\n.profileNavTabs ul,\r\n.profileNavTabs li\r\n{\r\n background: #e5e5e5 none;\r\n border-color: #d3d3d3;\r\n color: #4b4d51;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.profileNavTabs .active,\r\n.profileNavTabs .active a,\r\n.profileNavTabs .active ul,\r\n.profileNavTabs .active li\r\n\r\n{\r\n background: #e5e5e5 none;\r\n border-color: #d3d3d3;\r\n color: #4b4d51;\r\n border: 1px solid #d3d3d3;\r\n\r\n}\r\n\r\n.profileNavTabs .ui-tabs-nav li,\r\n.profileNavTabs.ui-tabs .ui-tabs-nav li\r\n{\r\n border: none;\r\n}\r\n\r\n.profileNavTabs .profileNavInner {\r\n padding: 0;\r\n}\r\n\r\n.profileNavTabs .profileNavInner > li {\r\n margin-right: 10px;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"radio\"],\r\n.profileNavTabs label > input[type=\"checkbox\"] {\r\n vertical-align: baseline;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"radio\"] {\r\n margin-right: 5px;\r\n}\r\n\r\n.profileNavTabs label > input[type=\"checkbox\"] {\r\n margin-right: 3px;\r\n}\r\n\r\n.profileNavTabs label {\r\n padding: 0 10px;\r\n display: inline-block;\r\n vertical-align: baseline;\r\n}\r\n\r\n.profileNavTabs label:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.profileNavOuter > li {\r\n float: none;\r\n border: none;\r\n}\r\n.profile_custom_edit .profileEditContent > ul.profileNavOuter > li.ui-tabs-selected a {\r\n background: #fff;\r\n box-shadow: 2px 2px 5px rgba(0,0,0,0.1);\r\n}\r\n\r\n.profCustomSubField {\r\n margin-left: 120px;\r\n padding-left: 1em;\r\n}\r\n\r\n.profileNavOuter .icon {\r\n background: transparent url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) no-repeat;\r\n width: 16px;\r\n height: 16px;\r\n margin-right: 5px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n}\r\n\r\n.icon.profCustom_navbar { background-position: -400px -176px; }\r\n.ui-tabs-selected .icon.profCustom_navbar { background-position: -416px -176px; }\r\n\r\n.icon.profCustom_content { background-position: -432px -176px; }\r\n.ui-tabs-selected .icon.profCustom_content { background-position: -448px -176px; }\r\n\r\n.icon.profCustom_user { background-position: -464px -176px; }\r\n.ui-tabs-selected .icon.profCustom_user { background-position: -480px -176px; }\r\n\r\n.icon.profCustom_admin { background-position: -496px -176px; }\r\n.ui-tabs-selected .icon.profCustom_admin { background-position: -512px -176px; }\r\n\r\n\r\n.profileNavTabs ul.profileNavInner {\r\n float: none;\r\n}\r\n\r\n.profileNavTabs ul\r\n{\r\n width: 155px;\r\n float: {vb:stylevar left};\r\n padding: 0;\r\n border: 0;\r\n margin: 0;\r\n}\r\n.profileNavTabs li\r\n{\r\n width: 155px;\r\n float: {vb:stylevar left};\r\n padding: 15px 5px;\r\n margin: 0;\r\n border: 0;\r\n height: 39px;\r\n\r\n}\r\n.profileNavTabs .profileEditContent > .tab\r\n{\r\n margin-{vb:stylevar left}: 173px;\r\n margin-{vb:stylevar right}: 10px;\r\n margin-bottom: 10px;\r\n border: none;\r\n padding: 0;\r\n /* float: {vb:stylevar left};\\\r\n */\r\n}\r\n\r\n.profileNavTabs .profCustomTab ul,\r\n.profileNavTabs .profCustomTab li,\r\n.profileNavTabs .profCustomTab .tab\r\n{\r\n width: auto;\r\n background: transparent none;\r\n}\r\n\r\n\r\n.profCustomTab\r\n{\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.profCustomTab {\r\n box-shadow: 2px 2px 5px rgba(0,0,0,0.1);\r\n}\r\n\r\n.profCustomTab tab\r\n{\r\n padding: 0;\r\n margin: 0;\r\n float: {vb:stylevar right};\r\n height: 350px;\r\n}\r\n\r\n.profCustomEditField {\r\n padding: 10px 0;\r\n}\r\n.profCustomEditField:first-child {\r\n padding-top: 0;\r\n}\r\n.ui-tabs-panel > .profCustomEditField,\r\n.profCustomEditBorderTop {\r\n border-top: 1px solid #d3d3d3;\r\n}\r\n.ui-tabs-panel > .profCustomEditField:first-child {\r\n border-top: none;\r\n}\r\n\r\n.profCustomEditField input[type=radio],\r\n.profCustomEditField label {\r\n vertical-align: middle;\r\n}\r\n\r\n.profCustomLabel\r\n{\r\n width: 120px;\r\n text-align: {vb:stylevar left};\r\n padding-{vb:stylevar right}: 1em;\r\n float: {vb:stylevar left};\r\n font-weight: bold;\r\n}\r\n.profCustomTitle\r\n{\r\n margin: 8px 0 3px 0;\r\n}\r\n\r\n.profCustomBgTemplate\r\n{\r\n float: {vb:stylevar left};\r\n padding-bottom: 10px;\r\n}\r\n\r\n.profile_custom_edit {\r\n margin-bottom: 20px;\r\n}\r\n\r\n.profile_custom_edit .profileEditButtons {\r\n\r\n}\r\n.profile_custom_edit .profileEditButtons .profileEditButtonsInner {\r\n margin: 12px 18px 8px 18px;\r\n}\r\n.profile_custom_edit .profileEditButtons .profileEditButtonsInner button {\r\n margin-bottom: 7px;\r\n}\r\n.profile_custom_edit .profileEditContent {\r\n}\r\n.profile_custom_edit .profileEditContent>ul {\r\n padding: 0;\r\n margin: 0 0 0 18px;\r\n}\r\n.profile_custom_edit .profileEditContent>ul li {\r\n background: transparent;\r\n padding: 0;\r\n}\r\n.profile_custom_edit .profileEditContent>ul li a {\r\n display: block;\r\n background: transparent;\r\n margin: 0;\r\n width: 155px;\r\n padding: 10px 0 10px 15px;\r\n border-top-left-radius: 3px;\r\n border-bottom-left-radius: 3px;\r\n border-top-right-radius: 0;\r\n border-bottom-right-radius: 0;\r\n font-family: Helvetica;\r\n font-weight: bold;\r\n font-size: 14px;\r\n color: {vb:customstylevar button_secondary_text_color.color, {vb:var userid}};\r\n}\r\n.profile_custom_edit .profileEditContent>ul li.ui-state-active a {\r\n color: {vb:customstylevar button_primary_border.color, {vb:var userid}};\r\n\r\n}\r\n.profile_custom_edit .profileEditContent>div {\r\n}\r\n.profile_custom_edit .profileEditContent>div .ui-widget-content {\r\n border-width: 0;\r\n border-top-left-radius: 0;\r\n border-bottom-left-radius: 0;\r\n border-top-right-radius: 3px;\r\n border-bottom-right-radius: 3px;\r\n margin-top: 1px;\r\n padding: 10px 20px;\r\n}\r\n.profile_custom_edit .profileEditContent>div .ui-widget-content .ui-widget-content {\r\n padding: 0;\r\n\r\n}\r\n.profile_custom_edit .profCustomTab ul li a {\r\n padding: 0;\r\n}\r\n.profile_custom_edit .profCustomTab ul li.ui-state-active a.button {\r\n border-color: {vb:customstylevar button_primary_border.color, {vb:var userid}};\r\n background-color: {vb:customstylevar button_primary_background.color, {vb:var userid}};\r\n /*background-image: {vb:customstylevar button_primary_background.image, {vb:var userid}};\r\n background-repeat: {vb:customstylevar button_primary_background.repeat, {vb:var userid}};*/\r\n color: {vb:customstylevar button_primary_text_color.color, {vb:var userid}} !important;\r\n}\r\n\r\n\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.secondary,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.secondary:hover,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.button.secondary,\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.button.secondary:visited\r\n{\r\n color: {vb:customstylevar profcustom_navbarbuttonsecondary_color.color, {vb:var userid}};\r\n border-color: {vb:customstylevar profcustom_navbarbuttonsecondary_border.color, {vb:var userid}};\r\n background-image: {vb:customstylevar profcustom_navbarbuttonsecondary_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profcustom_navbarbuttonsecondary_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profcustom_navbarbuttonsecondary_background.repeat, {vb:var userid}};\r\n}\r\n.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .button.primary\r\n{\r\n color: {vb:customstylevar profcustom_navbarbutton_color.color, {vb:var userid}};\r\n border-color: {vb:customstylevar profcustom_navbarbutton_border.color, {vb:var userid}};\r\n background-image: {vb:customstylevar profcustom_navbarbutton_background.image, {vb:var userid}};\r\n background-color: {vb:customstylevar profcustom_navbarbutton_background.color, {vb:var userid}};\r\n background-repeat: {vb:customstylevar profcustom_navbarbutton_background.repeat, {vb:var userid}};\r\n}','template',1377021784,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(136,-1,'css_reset.css','$final_rendered = \'/* Based from http://meyerweb.com/eric/tools/css/reset/ with changes for vBulletin */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, img, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\nb, u, i, center,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,\r\ntable, caption, tbody, tfoot, thead, tr, th, td,\r\narticle, aside, canvas, details, embed,\r\nfigure, figcaption, footer, header, hgroup,\r\nmenu, nav, output, ruby, section, summary,\r\ntime, mark, audio, video {\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n font-size: 100%;\r\n font-family: inherit;\r\n vertical-align: baseline;\r\n}\r\narticle, aside, details, figcaption, figure,\r\nfooter, header, hgroup, menu, nav, section {\r\n display: block;\r\n}\r\n\' . \'\' . \'\r\nbody {\r\n line-height: \' . vB_Template_Runtime::fetchStylevar(\"body_line_height\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n font: \' . vB_Template_Runtime::fetchStylevar(\"body_font\") . \';\r\n margin: 0;\r\n padding: 0;\r\n overflow-y: scroll;\r\n}\r\nol, ul {\r\n list-style: none;\r\n}\r\nblockquote, q {\r\n quotes: none;\r\n}\r\nblockquote:before, blockquote:after,\r\nq:before, q:after {\r\n content: \\\'\\\';\r\n content: none;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n}\r\nh1 {\r\n font-size:18px;\r\n}\r\nh2 {\r\n font-size:16px;\r\n}\r\nh3 {\r\n font-size:14px;\r\n}\r\nh1,h2,h3,h4,h5,h6,strong,b {\r\n font-weight:bold;\r\n}\r\nem {\r\n font-style:italic;\r\n}\r\nblockquote,dl {\r\n margin:1em;\r\n}\r\ndl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2em;\r\n}\r\ndl dd {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':1em;\r\n}\r\nth,td {\r\n padding:0.5em;\r\n vertical-align:middle;\r\n}\r\nth {\r\n font-weight:bold;\r\n text-align:center;\r\n}\r\ncaption {\r\n margin-bottom:.5em;\r\n text-align:center;\r\n}\r\np,fieldset,table {\r\n margin-bottom:1em;\r\n}\r\ntable {\r\n font-size:inherit;\r\n font:100%;\r\n}\r\ncode {\r\n font-family:\"Andale Mono\", \"Monotype.com\", \"Courier New\", Courier, monospace;\r\n color:black;\r\n background:#EEE;\r\n padding:0 3px;\r\n}\r\ntextarea {\r\n padding:0;\r\n margin:1px 0;\r\n}\r\n.ie7 textarea {\r\n font-family: \' . vB_Template_Runtime::fetchStylevar(\"body_font.fontFamily\") . \';\r\n}\r\ninput[type=text],input[type=password],textarea,select {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n font-family: inherit;\r\n}\r\ninput[type=text][readonly],textarea[readonly] {\r\n color:#6D6D6D;\r\n}\r\n\' . \'\' . \'\r\n.ie input[type=radio],\r\n.ie input[type=checkbox] {\r\n padding:0;\r\n}\r\n\' . \'\' . \'\r\ninput::-moz-focus-inner,\r\nbutton::-moz-focus-inner {\r\n padding: 0;\r\n border:0;\r\n}\r\ninput:-moz-placeholder,\r\ntextarea:-moz-placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"placeholder_text_color\") . \' !important;\r\n}\r\n::-webkit-input-placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"placeholder_text_color\") . \' !important;\r\n}\r\ninput:-ms-input-placeholder,\r\ntextarea:-ms-input-placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"placeholder_text_color\") . \' !important;\r\n}\';','/* Based from http://meyerweb.com/eric/tools/css/reset/ with changes for vBulletin */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, img, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\nb, u, i, center,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,\r\ntable, caption, tbody, tfoot, thead, tr, th, td,\r\narticle, aside, canvas, details, embed,\r\nfigure, figcaption, footer, header, hgroup,\r\nmenu, nav, output, ruby, section, summary,\r\ntime, mark, audio, video {\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n font-size: 100%;\r\n font-family: inherit;\r\n vertical-align: baseline;\r\n}\r\narticle, aside, details, figcaption, figure,\r\nfooter, header, hgroup, menu, nav, section {\r\n display: block;\r\n}\r\n<vb:comment>responsive:css:removed min-width of 960px</vb:comment>\r\nbody {\r\n line-height: {vb:stylevar body_line_height};\r\n background: {vb:stylevar body_background};\r\n color: {vb:stylevar body_text_color};\r\n font: {vb:stylevar body_font};\r\n margin: 0;\r\n padding: 0;\r\n overflow-y: scroll;\r\n}\r\nol, ul {\r\n list-style: none;\r\n}\r\nblockquote, q {\r\n quotes: none;\r\n}\r\nblockquote:before, blockquote:after,\r\nq:before, q:after {\r\n content: \'\';\r\n content: none;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n}\r\nh1 {\r\n font-size:18px;\r\n}\r\nh2 {\r\n font-size:16px;\r\n}\r\nh3 {\r\n font-size:14px;\r\n}\r\nh1,h2,h3,h4,h5,h6,strong,b {\r\n font-weight:bold;\r\n}\r\nem {\r\n font-style:italic;\r\n}\r\nblockquote,dl {\r\n margin:1em;\r\n}\r\ndl {\r\n margin-{vb:stylevar left}:2em;\r\n}\r\ndl dd {\r\n margin-{vb:stylevar left}:1em;\r\n}\r\nth,td {\r\n padding:0.5em;\r\n vertical-align:middle;\r\n}\r\nth {\r\n font-weight:bold;\r\n text-align:center;\r\n}\r\ncaption {\r\n margin-bottom:.5em;\r\n text-align:center;\r\n}\r\np,fieldset,table {\r\n margin-bottom:1em;\r\n}\r\ntable {\r\n font-size:inherit;\r\n font:100%;\r\n}\r\ncode {\r\n font-family:\"Andale Mono\", \"Monotype.com\", \"Courier New\", Courier, monospace;\r\n color:black;\r\n background:#EEE;\r\n padding:0 3px;\r\n}\r\ntextarea {\r\n padding:0;\r\n margin:1px 0;\r\n}\r\n.ie7 textarea {\r\n font-family: {vb:stylevar body_font.fontFamily};\r\n}\r\ninput[type=text],input[type=password],textarea,select {\r\n border: {vb:stylevar form_field_border};\r\n font-family: inherit;\r\n}\r\ninput[type=text][readonly],textarea[readonly] {\r\n color:#6D6D6D;\r\n}\r\n<vb:comment>IE puts an extra 3px padding around radios & checkboxes. Gecko & Webkit don\'t allow them to have padding.</vb:comment>\r\n.ie input[type=radio],\r\n.ie input[type=checkbox] {\r\n padding:0;\r\n}\r\n<vb:comment>/*Fixes button line-height \"bug\" in Firefox*/</vb:comment>\r\ninput::-moz-focus-inner,\r\nbutton::-moz-focus-inner {\r\n padding: 0;\r\n border:0;\r\n}\r\ninput:-moz-placeholder,\r\ntextarea:-moz-placeholder {\r\n color: {vb:stylevar placeholder_text_color} !important;\r\n}\r\n::-webkit-input-placeholder {\r\n color: {vb:stylevar placeholder_text_color} !important;\r\n}\r\ninput:-ms-input-placeholder,\r\ntextarea:-ms-input-placeholder {\r\n color: {vb:stylevar placeholder_text_color} !important;\r\n}','template',1375471443,'vBulletin Solutions','5.0.5 Alpha 1','vbulletin','none'),(137,-1,'css_responsive.css','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\' . \'\r\n #mobile-main-menu-sections .sections-menu-icon .icon,\r\n #mobile-main-menu-sections .sections-icon .icon,\r\n #mobile-main-menu-sections .selected-sections-icon .icon,\r\n #channel-tabbar ul li .mobile.dropdown-icon .icon\r\n {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n #searchForm fieldset label {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n #searchForm fieldset .search-btn {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n @media only screen and (max-width:767px) {\r\n\r\n #channel-tabbar ul li.section-item,\r\n #channel-tabbar ul li.section-item a\r\n {background: url(\"images/css/gradients_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n }\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n #mobile-main-menu .mobile-search .icon {\r\n background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll -64px -0px transparent;\r\n }\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select,\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-exceeded,\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok{display:none;}\r\n#footer-tabbar > ul.nav-list.rx-menu-limit-exceeded,\r\n#footer-tabbar > ul.nav-list.rx-menu-limit-ok{display:block;}\r\n\r\n@media only screen and (max-width:767px) {\r\n #footer-tabbar {height:auto;}\r\n #footer-tabbar > ul.nav-list {margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;padding-bottom:10px;}\r\n #footer-tabbar > ul.nav-list,\r\n #footer-tabbar > ul.nav-list > li {width:100%;height:auto;line-height:normal;}\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-exceeded{display:block;}\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok,\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok select{display:none;}\r\n #footer-tabbar > ul.nav-list.rx-menu-limit-exceeded{display:none;}\r\n #footer-tabbar > ul.nav-list.rx-menu-limit-ok{display:block;}\r\n\r\n \' . \'\' . \'\r\n #footer-tabbar > ul.chooser-list {width:100%;margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;}\r\n #footer-tabbar > ul.chooser-list > li {margin:0;padding:5px 10px 0;float:none;height:auto;line-height:32px;}\r\n .ie9 #footer-tabbar ul.chooser-list > li {line-height: 32px;}\r\n\r\n \' . \'\' . \'\r\n #footer-tabbar > ul.nav-list > li a {font-size:inherit;border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;padding:10px 10px 0;display:block;}\r\n\r\n #footer-vb-copyright, #footer-user-copyright {padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;}\r\n\r\n \' . \'\' . \'\r\n #footer-tabbar .rx-hide{display:none;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n#editProfilePicture,.profile-media-upload{display:none;}\r\nhtml.fileinput .profile-photo-wrapper:hover #editProfilePicture,\r\nhtml.fileinput .profile-media-upload{display:block;}\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:900px) {\r\n\r\n .profile_custom_edit .profileEditContent > ul.profileNavOuter {\r\n display:block;\r\n width:auto;\r\n float:none;\r\n margin:0 10px;\r\n -webkit-border-radius:0;\r\n -moz-border-radius:0;\r\n border-radius:0;\r\n }\r\n\r\n \' . \'\' . \'\r\n ul.profileNavOuter:before,ul.profileNavOuter:after {content:\" \"; display:table;}\r\n ul.profileNavOuter:after{clear:both;}\r\n\r\n .profileNavTabs .profileNavOuter li {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width: auto;\r\n height: auto;\r\n margin: 0 1px 0 0;\r\n }\r\n\r\n .ui-tabs .ui-tabs-nav li.ui-tabs-selected{padding-bottom:0;}\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a {\r\n display: inline-block;\r\n width: auto;\r\n height: auto;\r\n padding: 5px 12px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius: 3px;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius: 0;\r\n }\r\n\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a span{display:inline;}\r\n .profileNavTabs .profileEditContent > .tab {margin:0 10px 10px !important;}\r\n .profile_custom_edit .profileEditContent > .ui-widget-content {\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius: 0;\r\n border-bottom-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-radius: 3px;\r\n }\r\n\r\n .profile_custom_edit .profileEditContent > div .ui-widget-content{padding: 10px !important;}\r\n}\r\n\r\n@media only screen and (max-width:420px) {\r\n\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a {\r\n padding: 5px 8px;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n #header .toolbar.h-right .h-left li.search-container{display:none;}\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n .forum_disabled {margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px; margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;}\r\n\r\n \' . \'\' . \'\r\n .alert-dialog-container{width:93% !important;}\r\n .dialog-container.dialog-box .dialog-content .message {width:75%;}\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-container .canvas-widget .widget-header {margin:0 !important;}\r\n .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-top:5px;\r\n }\r\n #frmLostpw .action-buttons{text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';margin-top:20px;}\r\n #frmLostpw .stretch{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;}\r\n #frmLostpw div:first-child{width:95%;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:440px) {\r\n \' . \'\' . \'\r\n #header .site-logo.header-edit-box{padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':8px;padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':8px}\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n#outer-wrapper {\r\n margin: 0 20px;\r\n}\r\n\r\n#wrapper {\r\n \' . \'\' . \'\r\n width: 100%;\r\n \' . \'\' . \'\r\n max-width:1200px;\r\n \' . \'\' . \'\r\n min-width:320px;\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n #outer-wrapper {\r\n margin: 0;\r\n }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n#main-navbar-wrapper {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n\r\n#main-navbar {\r\n width: 100%;\r\n max-width:1200px;\r\n min-width:320px;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n #main-navbar-wrapper {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0px;\r\n }\r\n}\r\n\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:480px) {\r\n #content {\r\n /* Bump down the margins to make more space for content */\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n }\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.canvas-layout-row .no-columns { display: none; }\r\n\r\n\r\n\' . \'\' . \'\r\n\r\nhtml.touch .edit-switch-container { display: none; }\r\nhtml.touch #main-navbar .main-nav { display: none; }\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #header .site-logo {padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;}\r\n\r\n \' . \'\' . \'\r\n #header .header-cell {min-width:300px;}\r\n\r\n #header .search-container {display: none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n #vb-page-body .main-header,\r\n .content-entry-box .content-entry-box-header,\r\n .view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n \' . \'\' . \'\r\n font-size: 24px;\r\n line-height: 24px;\r\n padding: 5px 0 10px;\r\n }\r\n #header .site-logo {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n\r\n #vb-page-body .main-header,\r\n .content-entry-box .content-entry-box-header,\r\n .view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n font-size: 20px;\r\n line-height: 20px;\r\n }\r\n\r\n #header .site-logo {padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;}\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-height: 480px) {\r\n \' . \'\' . \'\r\n #header .site-logo img {\r\n max-height: 40px;\r\n width: auto;\r\n }\r\n \' . \'\' . \'\r\n #header .site-logo {\r\n padding-top: 14px;\r\n padding-bottom: 16px;\r\n }\r\n}\r\n\r\n@media only screen and (max-height: 320px) {\r\n \' . \'\' . \'\r\n #header .site-logo img {\r\n max-height: 32px;\r\n width: auto;\r\n }\r\n \' . \'\' . \'\r\n #header .site-logo {\r\n padding-top: 10px;\r\n padding-bottom: 12px;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:1000px) {\r\n\r\n #main-navbar .main-nav li,#sitebuilder-wrapper{display:none;}\r\n #main-navbar .main-nav li.lnkAdminCP{display:inline-block;}\r\n }\r\n\r\n @media only screen and (max-width:767px) {\r\n #main-navbar .main-nav li.lnkAdminCP,\r\n .edit-switch-container{display:none;}\r\n }\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n \' . \'\' . \'\r\n .notices {\r\n margin: 10px 20px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n \' . \'\' . \'\r\n .notices {\r\n margin: 10px;\r\n }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n\' . \'\' . \'\r\n.action-buttons .h-right,\r\n.action-buttons.h-right\r\n{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n clear: none;\r\n width: 100%;\r\n}\r\n\r\n.action-buttons .h-right .button,\r\n.action-buttons.h-right .button {\r\n \' . \'\' . \'\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n display: block;\r\n \' . \'\' . \'\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n\' . \'\' . \'\r\n .action-buttons .h-right,\r\n .action-buttons.h-right {\r\n float: none;\r\n padding-top: 10px;\r\n clear: both;\r\n }\r\n\r\n\' . \'\' . \'\r\n .action-buttons .h-right button,\r\n .action-buttons.h-right button,\r\n .action-buttons .see-all-btn,\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons a.button,\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons button {\r\n \' . \'\' . \'\r\n display: block;\r\n float: none;\r\n \' . \'\' . \'\r\n margin-bottom: 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n \' . \'\' . \'\r\n width: 100%;\r\n \' . \'\' . \'\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n \' . \'\' . \'\r\n height: auto;\r\n \' . \'\' . \'\r\n font-size: 1.2em !important;\r\n }\r\n\r\n\' . \'\' . \'\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons button.h-hide {\r\n display:none;\r\n }\r\n\r\n .action-buttons .see-all-btn {\r\n width: 85% !important;\r\n margin: 0 auto;\r\n }\r\n\r\n\r\n\' . \'\' . \'\r\n .button.primary {\r\n /* Blue to darker blue gradient */\r\n background: #37ACFE;\r\n background: -moz-linear-gradient(top, #37ACFE 0%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \' 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ACFE), color-stop(100%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \'));\r\n background: -webkit-linear-gradient(top, #37ACFE 0%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \' 100%);\r\n background: -o-linear-gradient(top, #37ACFE 0%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \' 100%);\r\n background: -ms-linear-gradient(top, #37ACFE 0%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \' 100%);\r\n background: linear-gradient(to bottom, #37ACFE 0%,\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \' 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\'#37ACFE\\\', endColorstr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"button_primary_border.color\") . \'\\\',GradientType=0 );\r\n }\r\n\r\n .button.secondary {\r\n /* White to light gray gradient */\r\n background: #E3E7E8;\r\n background: -moz-linear-gradient(top, #FFFFFF 0%, #E3E7E8 100%) !important;\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E3E7E8)) !imporant;\r\n background: -webkit-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%) !important;\r\n background: -o-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%);\r\n background: -ms-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%) !important;\r\n background: linear-gradient(to bottom, #FFFFFF 0%,#E3E7E8 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\'#FFFFFF\\\', endColorstr=\\\'#E3E7E8\\\',GradientType=0 );\r\n }\r\n\r\n .private-message-widget .button.light {\r\n /* Lighter blue gradient */\r\n background: #ACD5E4;\r\n background: -moz-linear-gradient(top, #FFFFFF 0%, #EDF9FF 1%, #ACD5E4 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(1%,#EDF9FF), color-stop(100%,#ACD5E4));\r\n background: -webkit-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: -o-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: -ms-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: linear-gradient(to bottom, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\'#FFFFFF\\\', endColorstr=\\\'#ACD5E4\\\',GradientType=0 );\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_special_text_color\") . \';\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n font-size: 14px;\r\n }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.widget-header .default-text { display: block; }\r\n.widget-header .responsive-text { display: none; }\r\n\r\n\' . \'\' . \'\r\n.forum-list-container .category-header .toggle-subforums-btn span {\r\n height: 12px !important;\r\n}\r\n\r\n@media only screen and (min-width:767px) and (max-width:820px) {\r\n .widget-header .default-text { display: none; }\r\n .widget-header .responsive-text { display: block; }\r\n}\r\n\r\n@media only screen and (min-width:479px) and (max-width:520px) {\r\n .widget-header .default-text { display: none; }\r\n .widget-header .responsive-text { display: block; }\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container { width: 120px; }\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=\"text\"] { width: 82px; }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container { width: 88px; }\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=\"text\"] { width: 50px; }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n /* Selected Filters bar */\r\n .conversation-toolbar-wrapper .filtered-by {\r\n /* Full-sized version was height set to 18px, so make that the min-height */\r\n min-height: 18px;\r\n /* Let it set its own normal height */\r\n height: auto;\r\n /* Make a few adjustments to make it look right */\r\n padding: 3px 10px;\r\n line-height: 20px;\r\n }\r\n\r\n\' . \'\' . \'\r\n .filtered-by .clear-all { display: inline-block; }\r\n}\r\n\r\n\r\n\r\n@media only screen and (max-width:480px) {\r\n /* Remove moderation toolbar components at mobile sizes */\r\n .toolbar-inline-mod { display: none; }\r\n .pagenav.h-left .textbox { padding: 3px; }\r\n\r\n\' . \'\' . \'\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay { padding: 0; }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {\r\n display: block;\r\n padding: 10px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': none;\r\n border-top: 1px dotted \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_divider_color\") . \';\r\n }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child { border-top: none; }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li label {\r\n display: inline-block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1em;\r\n }\r\n\r\n /* relocate online indicator */\r\n .userinfo .userinfo-extra.icons {bottom:;top:10px;left:90%;}\r\n\r\n\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n \' . \'\' . \'\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-pagenav+.toolbar-filter .filter-wrapper { padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 4px; }\r\n\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-pagenav+.toolbar-filter .filter-wrapper .label.h-left { display: none; }\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:480px) {\r\n \' . \'\' . \'\r\n .channel-content-widget .channel-controls.h-right,\r\n .conversation-controls.h-right {\r\n float: none;\r\n margin-top: 8px;\r\n \' . \'\' . \'\r\n padding-bottom: 20px;\r\n }\r\n\r\n \' . \'\' . \'\r\n .channel-controls.h-right button:first-child,\r\n .conversation-controls.h-right button:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n }\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:768px) {\r\n \' . \'\' . \'\r\n .forum-list-container .forum-item td:first-child {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 25px;\r\n position: relative;\r\n }\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .forum-item.subforum-item .cell-forum .icon {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n }\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .forum-item .cell-forum .forum-desc {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0px;\r\n }\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .subforum-list .subforum-item {\r\n display: block;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n }\r\n .forum-list-container .subforum-list .subforum-item .subforum-info {\r\n float: none;\r\n display: block; \' . \'\' . \'\r\n }\r\n .forum-list-container .subforum-list .subforum-item .counts {\r\n display: none;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .forum-list-header .header-lastpost,\r\n .forum-list-container .forum-item .lastpost {\r\n display: none;\r\n }\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .forum-list-header .header-posts {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"primary_module_subheader_border\") . \';\r\n }\r\n\r\n \' . \'\' . \'\r\n .forum-list-container .viewer {\r\n white-space: nowrap;\r\n }\r\n\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n .list-container .list-item .list-item-body { padding: 10px; }\r\n #thread-view-tab .post-footer .content-tags { margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px; }\r\n\r\n\' . \'\' . \'\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n \' . \'\' . \'\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n width: 100%;\r\n float: none;\r\n display: block;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n padding: 10px 10px 16px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n\r\n\' . \'\' . \'\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:before,\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n clear: both;\r\n }\r\n\r\n\' . \'\' . \'\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n *zoom: 1;\r\n }\r\n\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n width: 100%;\r\n float: none;\r\n display: block;\r\n margin: 0;\r\n }\r\n\r\n\' . \'\' . \'\r\n .conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n \' . \'\' . \'\r\n top: -10px;\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 39px;\r\n -webkit-transform: rotate(90deg);\r\n -moz-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n }\r\n\r\n .conversation-content-widget .thread-view .post-footer-wrapper .post-footer .divider,\r\n .conversation-content-widget .post-footer-wrapper .post-footer .divider {\r\n margin: 0;\r\n }\r\n\r\n \' . \'\' . \'\r\n .thread-view .inlinemod-item .checkbox { display: none; }\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top: 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n word-wrap: break-word;\r\n }\r\n\r\n .userinfo .reputation {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n padding-top: 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n }\r\n\r\n .userinfo .userinfo-extra { margin-top: 5px; display: block; width: 100%;}\r\n\r\n .userinfo .userinfo-extra li {\r\n display: inline-block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n }\r\n\r\n\' . \'\' . \'\r\n .conversation-list.stream-view .list-item-header .info,\r\n .conversation-content-widget .conversation-list.stream-view .list-item-header .post-header.table .post-action-wrapper.td {\r\n padding-top: 5px;\r\n }\r\n\r\n .post-footer-wrapper .post-footer .post-controls {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n }\r\n\r\n\r\n .conversation-list.stream-view .list-item-header .post-header {\r\n width: 100%;\r\n float: none;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .post-header .post-action-wrapper {\r\n width: auto;\r\n }\r\n\r\n .post-header .channel-info {\r\n display: inline;\r\n display: inline-block;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .h-right {\r\n width: 100%;\r\n clear: both;\r\n display: block;\r\n height: auto;\r\n line-height: 1em;\r\n padding: 0 0 15px 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .info .post-date {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 45px;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .info .subscribed {\r\n clear: none;\r\n display: inline-block;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .post-header.table {\r\n height: auto;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n .userinfo-extra{clear:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n .post-footer-wrapper .post-footer ul li{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':6px;}\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\nspan.button.custom-upload-button,\r\n.allowed-filetypes {\r\n display: none;\r\n}\r\n\r\nhtml.fileinput span.button.custom-upload-button,\r\nhtml.fileinput .allowed-filetypes {\r\n display: inline;\r\n display: inline-block;\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n \' . \'\' . \'\r\n .editor-tab {\r\n width: 6.8em;\r\n overflow-x: hidden;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n body .button.photo-selector-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-top: 10px;\r\n }\r\n .content-entry-box form {\r\n \' . \'\' . \'\r\n padding: 10px 10px 20px;\r\n display: block;\r\n }\r\n\r\n .content-entry-box .entry-field {\r\n \' . \'\' . \'\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n \' . \'\' . \'\r\n height: auto !important;\r\n }\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n\r\n .editor-tab { width: auto; }\r\n\r\n \' . \'\' . \'\r\n \' . \'\' . \'\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .file-chooser {\r\n text-align: center;\r\n }\r\n\r\n .file-chooser .allowed-filetypes {\r\n float: none;\r\n }\r\n\r\n\r\n .file-chooser .button,\r\n html.fileinput .file-chooser span.button.custom-upload-button {\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n width: 100%;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n height: auto;\r\n font-size: 1.2em !important;\r\n float: none !important;\r\n }\r\n\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:479px) {\r\n .comment-entry-box {\r\n padding: 10px 10px 15px;\r\n }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .canvas-layout-container .canvas-widget,\r\n .canvas-layout-container .canvas-widget-highlight {\r\n border: none;\r\n padding: 0;\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-content {\r\n padding-top: 0;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-header {\r\n border-top:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n margin: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside {\r\n margin-top: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-header {\r\n margin: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-header .module-title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n }\r\n\r\n .canvas-layout-container #canvas-layout-wide-narrow .canvas-widget-list.section-1 .canvas-widget,\r\n .canvas-layout-container #canvas-layout-wide-narrow .canvas-widget-list.section-1 .canvas-widget-highlight {\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container #canvas-layout-full .canvas-widget, .canvas-layout-container #canvas-layout-full .canvas-widget-highlight {\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n }\r\n\r\n .list-container .list-item {\r\n width: 100%;\r\n border: none;\r\n border-bottom: 1px solid silver;\r\n }\r\n\r\n .search-widget .list-container .list-item {\r\n border: 1px solid silver;\r\n border-width:1px 0 0 0;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n .summary-widget .groupSummaryContainer .sg-icon-wrapper,\r\n .summary-widget .blogSummaryContainer .blog-icon-wrapper {\r\n width: 33%;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n }\r\n\r\n #blogParticipants:before,\r\n #blogParticipants:after,\r\n #blogCommentEntries:before,\r\n #blogCommentEntries:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n #blogParticipants:after,\r\n #blogCommentEntries:after {\r\n clear: both;\r\n }\r\n\r\n #blogAbout {\r\n padding-top: 10px;\r\n }\r\n .blogSummaryContainer {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 10px;\r\n }\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.blogAdminRight .blog-form-row .row-content .select-label {\r\n margin-top: 1em;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .blog-admin-content .blogAdminLeft {\r\n width: 30%;\r\n }\r\n .blog-admin-content .blogAdminRight {\r\n width: 69%;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 10px;\r\n }\r\n\r\n .blog-admin-content .blog-form-row {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n margin-top: 0;\r\n margin-bottom: 20px;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-title {\r\n float: none;\r\n width: 100%;\r\n padding-bottom: 6px;;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-content,\r\n .blog-admin-content .blog-form-row .row-description {\r\n width: 100%;\r\n margin: 0;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-description {\r\n margin-top: 6px;\r\n }\r\n\r\n .row-content input[type=text] {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 0.25em;\r\n font-size: 1.076923077em;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n .blog-admin-content .blogAdminLeft,\r\n .blog-admin-content .blogAdminRight {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n float: none;\r\n width: 100%;\r\n }\r\n\r\n .blogAdminLeft li { padding: 0; display: none; }\r\n .blogAdminLeft ul.expanded li { display: block; }\r\n .blogAdminLeft ul.expanded li a,\r\n .blogAdminLeft li.blogAdminActive {\r\n display: block;\r\n padding: 12px;\r\n position: relative;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n }\r\n\r\n .blogAdminLeft li.blogAdminActive:hover {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background_hover\") . \';\r\n cursor: pointer;\r\n }\r\n\r\n\' . \'\' . \'\r\n .blogAdminActive:after {\r\n content: \\\'\\\';\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 12px;\r\n bottom: 12px;\r\n width: 20px;\r\n height: 20px;\r\n background: url(images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) 8px -40px no-repeat;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive {\r\n background: #BBE;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive:hover {\r\n background: #B0B0E0;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive:after {\r\n background-position: -8px -40px;\r\n }\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .profile-sidebar-widget .profile-menulist{margin:0px !important;}\r\n\r\n .profile-widget-layout .profile-sidebar-widget .widget-content {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100% !important;\r\n padding: 0px !important;\r\n }\r\n\r\n .profileContainer {padding: 10px;}\r\n\r\n .profile-sidebar-widget .profile-menulist {\r\n clear: both;\r\n width: 100%;\r\n margin: 0px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n .profileContainer .profile-photo-wrapper.h-align-center{text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n .view-mode .interconnected-widgets .canvas-widget-list.section-0,\r\n .interconnected-widgets .canvas-widget-list.section-0 {width:100% !important;}\r\n .profileContainer .profile-photo-wrapper .profile-photo{max-height:100px !important;max-width:100px !important;}\r\n\r\n .profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n margin-bottom:10px;\r\n width:auto!important;\r\n }\r\n\r\n .view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1.has-adjacent-left-col {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 !important;\r\n }\r\n}\r\n\r\n\r\n@media only screen and (max-width:479px) {\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0 {\r\n width: 100% !important;\r\n display: block !important;\r\n float: none;\r\n height: auto !important;\r\n }\r\n\r\n\r\n\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:before,\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:after {\r\n clear: both;\r\n }\r\n\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n width: 100% !important;\r\n display: block !important;\r\n float: none;\r\n height: auto !important;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget.profile-sidebar-widget {\r\n margin-bottom: 0;\r\n }\r\n\r\n\r\n .profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n max-width:100px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n margin-bottom: 10px;\r\n }\r\n .profile-sidebar-widget .profileContainer .profile-acct .username {\r\n margin-top: 0;\r\n word-wrap: break-word;\r\n }\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n .canvas-layout-container #canvas-layout-narrow-wide .canvas-widget-list.section-0 {\r\n margin-bottom: 20px;\r\n }\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\r\n.avatar.h-left > img {\r\n vertical-align: inherit;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n\' . \'\' . \'\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo { width: 100%; float: none; display: block; text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';padding: 10px 10px 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:before,\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n clear: both;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n *zoom: 1;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n width: 100%; float: none; display: block; margin: 0; }\r\n .private-message-widget-layout .conversation-content-widget .list-item-body-wrapper .pointer-left { top: -10px; \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 39px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }\r\n .private-message-widget-layout .conversation-content-widget .thread-view .post-footer-wrapper .post-footer .divider,\r\n .private-message-widget-layout .conversation-content-widget .post-footer-wrapper .post-footer .divider { margin: 0; }\r\n\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n }\r\n\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n word-wrap: break-word;\r\n }\r\n\r\n .private-message-widget-layout .userinfo .reputation {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n }\r\n \' . \'\' . \'\r\n\r\n}\r\n\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .section-1 .private-message-widget.empty { display: none; }\r\n\r\n .private-message-widget .main-pane h2.main-pane-header { margin-top: 20px; }\r\n\r\n\r\n .private-message-widget.conversation-content-widget .conversation-content {\r\n padding: 0;\r\n }\r\n\r\n .private-message-widget .widget-content .content-entry-box {\r\n margin: 15px 0;\r\n padding: 10px;\r\n }\r\n\r\n .content-entry-box.content-entry-box-reply .content-entry-box-header {\r\n margin-bottom: 0 !important;\r\n padding-top: 0;\r\n }\r\n\r\n #canvas-layout-wide-narrow .section-0 #privateMessageContainer .content-entry-box .entry-field,\r\n #canvas-layout-narrow-wide .section-1 #privateMessageContainer .content-entry-box .entry-field {\r\n width: 100%;\r\n }\r\n\r\n .private-message-widget .widget-content .content-entry-box.msg-type-new,\r\n .private-message-widget .widget-content .content-entry-box.msg-type-forward {\r\n padding: 0;\r\n }\r\n\r\n\' . \'\' . \'\r\n .pm-request-list .message-item .pmRequestMesage,\r\n ul.pm-notification-list .message-item .notification-message {\r\n line-height: 1.2em !important;\r\n }\r\n\r\n .canvas-layout-container .widget-content > .private-message-search {\r\n width: 100% !important;\r\n }\r\n\r\n #pmSearchText {\r\n width: 80%;\r\n }\r\n\r\n .private-message-widget.conversation-content-widget .conversation-content {\r\n padding: 10px;\r\n }\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:676px) {\r\n\r\n #pmFloatingBarContent .button + .split-button {\r\n min-width:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 4px;\r\n }\r\n\r\n .private-message-toolbar .toolset button {\r\n min-width:0;\r\n padding: 1px 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 4px;\r\n }\r\n\r\n .private-message-toolbar .split-button .split-button-wrapper .button-set .button-text {\r\n min-width:0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 2px;\r\n }\r\n\r\n .private-message-widget .split-button .split-button-wrapper .button-set,\r\n .private-message-widget .split-button .split-button-wrapper {\r\n min-width:0;\r\n }\r\n .private-message-widget .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n width: auto;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':3px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:790px) {\r\n #pmBtnDelete,\r\n #pmBtnNotificationDelete {min-width:0;}\r\n\r\n #pmBtnDelete .icon,\r\n #pmBtnNotificationDelete .icon {display: inline-block; margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;}\r\n\r\n #pmBtnDelete .phrase,\r\n #pmBtnNotificationDelete .phrase {display: none;}\r\n}\r\n\r\n@media only screen and (max-width:680px) {\r\n #btnMove,\r\n body button.pmBtnUndelete,\r\n .private-message-widget .split-button,\r\n .private-message-widget .split-button .split-button-wrapper,\r\n .private-message-widget .split-button .split-button-wrapper .button-set {\r\n min-width:0;\r\n width: auto;\r\n }\r\n #btnMove .icon { display: inline-block; }\r\n #btnMove .phrase { display: none; }\r\n #notificationPageto { padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px; padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px; width: 16px; }\r\n #privatemessagePaging { padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 2px; padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px; }\r\n}\r\n\r\n@media only screen and (max-width:640px) {\r\n .hideable-text { display: none; }\r\n #pmBtnMarkRead,\r\n #pmBtnMarkUnRead { min-width:0; }\r\n}\r\n\r\n@media only screen and (max-width:600px) {\r\n .private-message-widget button,\r\n #privateMessageContainer .private-message-widget button {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n }\r\n\r\n\r\n #pmFloatingBarContent .button + .split-button,\r\n #privateMessageContainer .button + .split-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n }\r\n .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0 !important;\r\n width: 16px;\r\n }\r\n #btnMove {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .view-mode .canvas-layout-container .private-message-widget.private-message-toolbar {\r\n -webkit-border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n -moz-border-radius-top\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n border-top-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-radius: 3px;\r\n }\r\n\r\n .split-button.h-left {\r\n height: 25px;\r\n }\r\n\r\n}\r\n\r\n#privateMessageContainer .toolset.h-left {\r\n padding: 5px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 6px;\r\n display: none;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_background\") . \';\r\n border-bottom: \' . vB_Template_Runtime::fetchStylevar(\"side_nav_border\") . \';\r\n}\r\n\r\n@media only screen and (max-width:599px) {\r\n #privateMessageContainer .toolset.h-left {\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n padding-bottom:0;\r\n }\r\n #privateMessageContainer .toolset.h-left .button,\r\n #privateMessageContainer .toolset.h-left .split-button {\r\n margin-bottom: 5px;\r\n }\r\n #privateMessageContainer .toolset.h-left:before,\r\n #privateMessageContainer .toolset.h-left:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n #privateMessageContainer.toolset.h-left:after {\r\n clear: both;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.profile_sidebar_content > .profileContainer > div.pm-button-container{display:none;}\r\n\' . \'\' . \'\r\nhtml.touch .button.primary.customize-theme { display: none !important; }\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n\' . \'\' . \'\r\n div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.dialog-container.input-dialog.ui-draggable{width:95% !important;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px !important;}\r\n div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.dialog-container.confirm-dialog-container.dialog-box{width:95% !important;}\r\n\r\n \' . \'\' . \'\r\n #privacyTab .prof_usersetting_row .settings_right label,\r\n #notificationsTab .prof_usersetting_row .settings_right .suboption label\r\n {white-space:normal !important;}\r\n\r\n \' . \'\' . \'\r\n div.edit-profile-photo-dialog-container,\r\n div.profile-media-upload-dialog{width:95% !important;}\r\n\r\n img.profile-photo{vertical-align:baseline;}\r\n\r\n \' . \'\' . \'\r\n .action-buttons.h-right.top{display:none;}\r\n\r\n \' . \'\' . \'\r\n .section.about-status div.section-content textarea{padding:5px;}\r\n\r\n \' . \'\' . \'\r\n .section .section-content.table .tr .td{padding: 10px 5px !important;}\r\n .section div.section-header{padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;}\r\n\r\n \' . \'\' . \'\r\n .conversation-toolbar > ul > li > a.pm_button{display:none;}\r\n .profile_sidebar_content > .profileContainer > div.pm-button-container {display:block}\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n\' . \'\' . \'\r\n .prof_usersetting_row .settings_right select.user_tzo.timezone_dropDown,\r\n .prof_usersetting_row .settings_right a.user_tzo.timezone_dropDown{font-size:.75em;}\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n\r\n\' . \'\' . \'\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li,\r\n .toolbar-wrapper .horizontal-toolbar .toolset.h-right > li {background:none;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n#subscriptionsTab .conversation-toolbar.rx-desktop .toolset-left{display:block;}\r\n#subscriptionsTab .conversation-toolbar.rx-facade-back-to-profile,\r\n#subscriptionsTab .conversation-toolbar.rx-facade-subscription-count{display:none;}\r\n#subscribersTab .conversation-toolbar.rx-desktop .toolset-left{display:block;}\r\n#subscribersTab .conversation-toolbar.rx-facade-back-to-profile,\r\n#subscribersTab .conversation-toolbar.rx-facade-subscriber-count{display:none;}\r\n.conversation-toolbar.rx-desktop > ul.toolset-right > li.toolbar-search{display:block;}\r\n\r\n@media only screen and (max-width:1050px) {\r\n\r\n #subscriptionsTab .conversation-toolbar.rx-desktop .toolset-left{display:none;}\r\n #subscriptionsTab .conversation-toolbar.rx-facade-back-to-profile,\r\n #subscriptionsTab .conversation-toolbar.rx-facade-subscription-count{display:block;}\r\n\r\n #subscribersTab .conversation-toolbar.rx-desktop .toolset-left{display:none;}\r\n #subscribersTab .conversation-toolbar.rx-facade-back-to-profile,\r\n #subscribersTab .conversation-toolbar.rx-facade-subscriber-count{display:block;}\r\n\r\n .conversation-toolbar.rx-desktop > ul.toolset-right > li.toolbar-search{display:none;}\r\n .profile-widget-layout .subscriptions-widget{min-width:332px;}\r\n\r\n #subscribersTab .conversation-toolbar.rx-facade-subscriber-count .subscribers-totalcount{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':20px;}\r\n\r\n \' . \'\' . \'\r\n .subscribeTabs .widget-tabs-panel .conversation-toolbar{margin-right:-1px;}\r\n .view-mode .widget-tabs .widget-tabs-nav{margin: 0 -1px -1px 0 !important;}\r\n #groupsTab{margin-right:-1px;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .profile-widget-layout .subscriptions-widget{min-width:0 !important;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n div.registration-widget{padding:0 !important;border:none !important;}\r\n #regContent{border:none !important;margin:0 !important;background:none;}\r\n #regContent input{max-width:240px;}\r\n #regStep2{text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n #regStep2Btn{\r\n margin-top:10px;\r\n margin-bottom:10px;\r\n height:22px;\r\n font-weight:bold;\r\n background:none;\r\n background-color:#2379B5;\r\n color:#fff;\r\n -moz-border-radius:2px !important;\r\n -webkit-border-radius:2px !important;\r\n border-radius:2px !important;\r\n cursor: pointer;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border\") . \';\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n div.form-fieldset .form_row .label_column {\r\n display: block;\r\n width:100%;\r\n }\r\n\r\n div.form-fieldset .form_row .field_column {\r\n display: block;\r\n padding-top:5px;\r\n padding-bottom:20px;\r\n width:100%;\r\n }\r\n\r\n div.form-fieldset .form_row .field_column .imagereg_container {width:205px;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.groups-tab .conversation-toolbar ul.toolset-left{display:block;}\r\n.rx-facade-create-groups{display:none;}\r\n.rx-facade-show-groups{display:none;}\r\n\r\n@media only screen and (max-width:950px) {\r\n\r\n .groups-tab .conversation-toolbar .toolset-left .button-set > .button-text-primary{display:none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:900px) {\r\n\r\n .groups-tab .conversation-toolbar .toolset-left .button-set .sgFilter{min-width:28px}\r\n\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .groups-tab .conversation-toolbar ul.toolset-left{display:none;}\r\n .groups-tab .conversation-toolbar.rx-facade-create-groups,\r\n .groups-tab .conversation-toolbar.rx-facade-create-groups ul.toolset-left,\r\n .groups-tab .conversation-toolbar.rx-facade-show-groups,\r\n .groups-tab .conversation-toolbar.rx-facade-show-groups ul.toolset-left{display:block;}\r\n\r\n .sg-channel-content-widget .widget-content button{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px !important;padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px !important;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n.search-results-widget .conversation-toolbar.mobile-search-results {display: none;}\r\n@media only screen and (max-width:767px) {\r\n\r\n #advancedSearchFields{padding:0 !important;}\r\n #rx-tags-column{display:block !important;}\r\n .form-row-daterange div.field_column {width:300px;min-width:300px;}\r\n .search-tips-dialog-container{width:95% !important;}\r\n\r\n \' . \'\' . \'\r\n .searchPopupBody .searchFields_keywords + .search-btn {position:static;}\r\n .search-result-header .search-controls {margin-bottom:0px;}\r\n .search-controls .search-control-popup {margin-bottom:20px;display:block;margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;}\r\n .search-controls .search-control-popup .PopupContent {top:22px;}\r\n .search-controls .search-control-popup span{max-width:250px}\r\n .search-results-widget .widget-content,\r\n .search-results-widget .widget-content .search-result-header,\r\n .search-results-widget .widget-content .conversation-toolbar-wrapper{display:block;float:none;clear:both}\r\n .search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;}\r\n .conversation-toolbar .toolset-left .sort-controls label{display:none;}\r\n .search-results-widget .conversation-toolbar.desktop .toolset-right {display: none;}\r\n .search-results-widget .conversation-toolbar.mobile-search-results {display: block;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n \' . \'\' . \'\r\n .add-search-fieldset .label_column\r\n {\r\n width:275px !important;\r\n height:18px !important;\r\n display:inline-block !important;\r\n clear:both !important;\r\n margin-top:20px !important;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n }\r\n\r\n \' . \'\' . \'\r\n .add-search-fieldset div.field_column{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';display:block;}\r\n .add-search-fieldset div.field_column label{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';max-width:250px;width:250px;}\r\n .add-search-fieldset div.field_column label input,\r\n .add-search-fieldset div.field_column label img{float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';}\r\n\r\n \' . \'\' . \'\r\n .search-fields-widget .widget-header{padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px !important;}\r\n\r\n \' . \'\' . \'\r\n .advSearchForm .action-buttons{text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n .advSearchForm .action-buttons button{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px !important;margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':7px !important;}\r\n\r\n \' . \'\' . \'\r\n .form-row-keywords .field_column,.form-row-members .field_column{padding:0 !important;}\r\n .form-row-keywords .info_column,.form-row-members .info_column{padding:0 !important;clear:both !important;float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n \' . \'\' . \'\r\n a.search-tips{margin-top:2px !important;}\r\n\r\n .form-row-daterange div.field_column label.date-from{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n .form-row-daterange div.field_column label.date-to{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';margin:0px !important;}\r\n .form-row-daterange div.field_column label.date-lastvisit input{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n\r\n \' . \'\' . \'\r\n .form_layout .form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .add-tag-link {top:0;}\r\n \' . \'\' . \'\r\n .tag-editor-dialog-container{width:93% !important;}\r\n .form-row-tags > .field_column{padding-bottom:0px !important;}\r\n\r\n \' . \'\' . \'\r\n .form-row-daterange .field_column .date-from,\r\n .form-row-daterange .field_column .date-to{float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';margin-bottom:5px;}\r\n input.searchFields_from_date,\r\n input.searchFields_to_date {margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':8px !important;width:150px !important;}\r\n\r\n \' . \'\' . \'\r\n .add-search-fieldset .form-row-sortby div.field_column{padding-bottom:0px !important;}\r\n .add-search-fieldset .label_column.sort-order{margin-top:0px !important;padding-top:0px !important;}\r\n .searchFields_order_field,.searchFields_order_direction{margin-bottom:5px;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:1150px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showAll{min-width:50px;min-width:50px;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:1025px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:860px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:none;}\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-header > .module-title > .ui-widget-header > li > a[href=\"#memberblog-tab\"]{display:none;}\r\n\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:inline-block}\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:inline-block;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:inline-block}\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:inline-block;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:400px) {\r\n\r\n \' . \'\' . \'\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showAll{min-width:75px;min-width:75px;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .post-controls.h-right .editCtrl span.icon,\r\n .post-controls.h-right .flagCtrl span.icon,\r\n .post-controls.h-right .commentCtrl span.icon,\r\n .post-controls.h-right .quoteCtrl span.icon,\r\n .post-controls.h-right .voteCtrl span.icon,\r\n .post-controls .infractionCtrl .vb-icon,\r\n .post-controls.h-right .editCtrl span.vb-icon,\r\n .post-controls.h-right .flagCtrl span.vb-icon,\r\n .post-controls.h-right .commentCtrl span.vb-icon,\r\n .post-controls.h-right .quoteCtrl span.vb-icon,\r\n .post-controls.h-right .voteCtrl span.vb-icon {display: none;}\r\n\r\n \' . \'\' . \'\r\n .social-groups-widget .list-item-footer > .replylike_count li a,\r\n .social-groups-widget .widget-footer a,\r\n .post-controls.h-right .editCtrl span.label,\r\n .post-controls.h-right .flagCtrl span.label,\r\n .post-controls.h-right .commentCtrl span.label,\r\n .post-controls.h-right .quoteCtrl span.label,\r\n .post-controls.h-right .voteCtrl span.label,\r\n .post-controls .infractionCtrl .label,\r\n .post-links a.goto-post{\r\n color:#fff;\r\n margin: 0 1px;\r\n background-color:#2379B5;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n position: relative;\r\n text-align: center;\r\n display:inline-block;\r\n height: 18px;\r\n line-height: 18px;\r\n padding: 0 1em;\r\n outline: 0;\r\n text-decoration: none;\r\n }\r\n\r\n .social-groups-widget .list-item-footer > .replylike_count li a{margin-bottom:5px;padding:0 0.5em;}\r\n .social-groups-widget .widget-footer a {margin-top:5px;padding:0 0.5em;}\r\n .social-groups-widget .list-container .list-item .list-item-footer .replylike_count li{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;}\r\n .social-groups-widget .widget-content .list-item-header .author.h-left{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;}\r\n\r\n .post-controls.h-right{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;}\r\n\r\n \' . \'\' . \'\r\n .post-links .see-link.more{display:none}\r\n .post-links span{display:none}\r\n\r\n \' . \'\' . \'\r\n .post-links a.goto-post{color:#fff !important;}\r\n\r\n \' . \'\' . \'\r\n .post-footer-wrapper .post-footer .post-controls .quoteCtrl.selected .label {color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_quote_active_text_color\") . \' !important;}\r\n\r\n .post-controls.h-right{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':8px !important;}\r\n .post-controls.h-right > li {margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px !important;}\r\n .post-controls.h-right .postcount span.icon,.post-controls.h-right .postcount span.vb-icon{display:none;}\r\n\r\n \' . \'\' . \'\r\n .list-item-body-wrapper div.comment-entry-box{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 !important;margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0 !important;}\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:479px) {\r\n\r\n .social-groups-widget .list-item-footer > .replylike_count li a,\r\n .social-groups-widget .widget-footer a,\r\n .post-controls.h-right .editCtrl span.label,\r\n .post-controls.h-right .flagCtrl span.label,\r\n .post-controls.h-right .commentCtrl span.label,\r\n .post-controls.h-right .quoteCtrl span.label,\r\n .post-controls.h-right .voteCtrl span.label,\r\n .post-links a.goto-post{\r\n padding: 0 .8em;\r\n }\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #pagetitle,\r\n form.vbform.block .blockhead,\r\n form.vbform.block .blockbody .blocksubhead{margin-top:10px;}\r\n\r\n form.vbform.block .blockfoot input{\r\n margin-top:10px;\r\n margin-bottom:10px;\r\n background-color:#2379B5;\r\n color:#fff;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n cursor: pointer;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border\") . \';\r\n }\r\n\r\n \' . \'\' . \'\r\n .contactusFields_subject_container label{display:block;}\r\n .contactusFields input,.contactusFields textarea{max-width:240px;}\r\n .contactusFields_other_subject{display:block;margin-top:10px;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n.conversation-toolbar .toolset-left button.new-conversation-btn{display:inline-block;}\r\n.channel-content-widget .channel-controls > button.new-conversation-btn{display:none;}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n .conversation-toolbar .toolset-left button.new-conversation-btn{display:none;}\r\n .channel-content-widget .channel-controls > button.new-conversation-btn{display:inline-block;}\r\n\r\n \' . \'\' . \'\r\n .channel-content-widget .channel-controls {padding-bottom:2px !important;}\r\n .channel-content-widget .channel-controls > button{min-width:58px;padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':6px;padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':6px;}\r\n \' . \'\' . \'\r\n\r\n \' . \'\' . \'\r\n .channel-content-widget .channel-controls > button > span.button-icon{display:none;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n#breadcrumbs .ellipsis {\r\n line-height: 16px !important;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n #breadcrumbs{ margin-bottom: 0 10px 12px; padding-top: 10px; clear: both; }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n #breadcrumbs{ margin: 0 10px 10px;}\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n\' . \'\' . \'\r\n\r\n #channel-tabbar{height:28px;}\r\n #channel-tabbar ul li.section-item {display: none;}\r\n #channel-tabbar .section-item a.h-left{float:none !important;}\r\n\r\n \' . \'\' . \'\r\n #channel-tabbar{margin-bottom:2px !important;}\r\n\r\n \' . \'\' . \'\r\n #channel-tabbar ul li.section-item,\r\n #channel-tabbar ul li.section-item a,\r\n #channel-tabbar ul li.section-item.current,\r\n #channel-tabbar ul li.section-item.current a {color:#000;background-position:-0px -100px !important;line-height:28px;height:28px;width:100%;}\r\n\r\n \' . \'\' . \'\r\n\r\n #channel-tabbar ul {float:none;}\r\n #channel-tabbar ul li.section-item span.icon.h-right,#channel-tabbar ul li.section-item span.vb-icon.h-right {margin-top:11px;margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':11px;}\r\n #channel-tabbar ul li.section-item.current span.icon.h-right,#channel-tabbar ul li.section-item.current span.vb-icon.h-right {margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;}\r\n #channel-tabbar ul li.section-item > span {float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';}\r\n #channel-tabbar .mobile.sections{\r\n width:100%;\r\n height:28px;\r\n line-height:28px;\r\n display:inline-block;\r\n }\r\n #channel-tabbar .mobile.sections .collapsed{color:#F1F1F1;} \' . \'\' . \'\r\n\r\n #mobile-main-menu {display:block;}\r\n #mobile-main-menu .sections-title{font-weight:bold}\r\n #mobile-main-menu-sections,#mobile-main-menu-search{width:90%}\r\n #mobile-main-menu-sections span{display:inline-block;cursor:pointer;}\r\n #mobile-main-menu-sections div.main-menu-control-sections{background: none repeat scroll 0 0 #F6F6F6;}\r\n #mobile-main-menu-sections div.main-menu-control-sections.collapsed{background:inherit;background-position:none;}\r\n #mobile-main-menu-sections {display:inline-block;}\r\n #mobile-main-menu-search {display:none;}\r\n\r\n \' . \'\' . \'\r\n #mobile-main-menu-sections .sections-menu-icon .icon.collapsed{background-position: -0px -0px;}\r\n #mobile-main-menu-sections .sections-menu-icon .icon{\r\n background-position: -16px -0px;\r\n display: inline-block;\r\n height: 11px;\r\n width: 12px;\r\n margin: 0px 5px 0px 5px;\r\n }\r\n\r\n\' . \'\' . \'\r\n #mobile-main-menu-sections div.main-menu-control-sections.collapsed{background-position: -0px -0px;}\r\n #mobile-main-menu-sections div.main-menu-control-sections{\r\n background-position: -0px -50px;\r\n display: inline-block;\r\n height: 28px;\r\n margin: 0px;\r\n }\r\n\r\n\' . \'\' . \'\r\n #mobile-main-menu-sections .sections-icon .icon.collapsed{background-position: -32px -0px;}\r\n #mobile-main-menu-sections .sections-icon .icon{\r\n background-position: -48px -0px;\r\n display: inline-block;\r\n height: 6px;\r\n width: 9px;\r\n margin: 0px 5px 2px 5px;\r\n }\r\n\r\n \' . \'\' . \'\r\n #channel-tabbar ul li.section-item a{padding:0 !important;text-indent:5px;border:0;}\r\n\r\n\r\n \' . \'\' . \'\r\n #channel-tabbar ul li.current a,\r\n #footer-tabbar ul li.current a,\r\n #channel-tabbar ul li.current a:hover,\r\n #footer-tabbar ul li.current a:hover,\r\n .edit-mode #channel-tabbar ul li.current a:hover,\r\n .edit-mode #footer-tabbar ul li.current a:hover {\r\n border:none;\r\n background:none;\r\n border-radius:none;\r\n }\r\n\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #searchForm fieldset input.search-term {\r\n\r\n position:absolute;\r\n width:100%;\r\n margin:0;\r\n padding:0;\r\n border-radius:0 0 0 0;\r\n box-shadow:none;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n outline: medium none;\r\n list-style: none outside none;\r\n vertical-align: middle;\r\n line-height: 1.5em;\r\n color: #777777;\r\n font-size: 1.1em;\r\n -moz-appearance: none;\r\n -moz-transition: all 0.1s linear 0s;\r\n height: 32px;\r\n min-height: 32px;\r\n text-indent:10px;\r\n\r\n }\r\n\r\n #searchForm{\r\n\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n height: 0;\r\n width: 100%;\r\n overflow: visible;\r\n position: relative;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n z-index: 2;\r\n background: none repeat scroll 0 0 transparent;\r\n border: medium none;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 100%;\r\n list-style: none outside none;\r\n outline: 0 none;\r\n vertical-align: baseline;\r\n\r\n }\r\n\r\n #searchForm .search-inputs{\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n position: relative;\r\n width: 100%;\r\n clear: both;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n\' . \'\' . \'\r\n\r\n #mobile-main-menu .mobile-search .icon {\r\n display: inline-block;\r\n margin-top:5px;\r\n height: 17px;\r\n width: 16px;\r\n text-indent: -99999px;\r\n }\r\n\r\n #mobile-main-menu-search {height: 28px;}\r\n\r\n \' . \'\' . \'\r\n #searchForm fieldset input.search-term{height:26px;min-height:26px;line-height:26px;}\r\n\r\n}\r\n\r\n#mobile-main-menu .mobile-search{position:relative;}\r\n#mobile-main-menu .mobile-search .icon.h-right{margin: 5px;}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.videocontainer {\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n#youtube-video{\r\n position: absolute;\r\n top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.subscriptionsContainer > .subscribeTabs > ul.widget-tabs-nav {display:block;background-color:blue}\r\n.subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav {display:none;}\r\n\r\n\' . \'\' . \'\r\ndiv.activity-stream-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.activity-stream-widget > .widget-header > .module-title.h-left > select {display:none;}\r\n\r\n\' . \'\' . \'\r\ndiv.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:inline-block;}\r\ndiv.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:none;margin:5px 0 5px 5px;}\r\n\r\n\' . \'\' . \'\r\ndiv.channel-content-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.channel-content-widget > .widget-header > .module-title.h-left > select {display:none;margin:5px 0 5px 5px;}\r\n\r\n\' . \'\' . \'\r\ndiv.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:inline-block;}\r\ndiv.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > select {display:none;}\r\n\r\n\' . \'\' . \'\r\ndiv.blog-channel-content-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.blog-channel-content-widget > .widget-header > .module-title.h-left > select {display:none;}\r\n\r\n\' . \'\' . \'\r\ndiv.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > ul {display:inline-block;}\r\ndiv.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:none;}\r\n\r\n\' . \'\' . \'\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > ul.widget-tabs-nav {display:block;}\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav {display:none;width:100%;}\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav > select {margin:5px 0 5px 5px;}\r\n\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n\r\n \' . \'\' . \'\r\n #content .widget-tabs .widget-tabs-nav {\r\n height: auto !important;\r\n }\r\n \' . \'\' . \'\r\n #content .widget-tabs .widget-tabs-nav .module-title {\r\n padding: 3px;\r\n height: auto !important;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n \' . \'\' . \'\r\n .subscriptionsContainer > .subscribeTabs > ul.widget-tabs-nav {display:none;}\r\n .subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav {display:block;background-color:red}\r\n .subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav > select {margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':3px;margin-bottom:3px;}\r\n\r\n\r\n\' . \'\' . \'\r\n div.activity-stream-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.activity-stream-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n \' . \'\' . \'\r\n div.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:none !important;}\r\n div.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:inline-block;}\r\n\r\n \' . \'\' . \'\r\n div.channel-content-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.channel-content-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n\r\n \' . \'\' . \'\r\n div.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:none;}\r\n div.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > select {display:inline-block;}\r\n\r\n \' . \'\' . \'\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n \' . \'\' . \'\r\n div.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > ul {display:none;}\r\n div.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:inline-block;}\r\n\r\n\r\n .activity-stream-widget select,\r\n div.widget-tabs-nav > select {\r\n font-size: 14px;\r\n outline: 0;\r\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAGCAYAAADOic7aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTZBOTk1RjMxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTZBOTk1RjQxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNkE5OTVGMTFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNkE5OTVGMjFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtOZMNcAAABeSURBVHjaYmBgYJgGxP8J4JkMIMb//zgxCDAD8XY8hhwAYjZiDAIBfiC+hMWQh0AsClNEjEEgIA3ET5AM+QbEusgKiDWIAarxM9SgEHRJUgwCAT8grsMmgc8ggAADAGY/m1aWUowGAAAAAElFTkSuQmCC) no-repeat 99% 50%;\r\n -webkit-appearance: none;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n -ms-box-sizing: border-box;\r\n -o-box-sizing: border-box;\r\n box-sizing: border-box;\r\n border: 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n padding: 0.25em 24px 0.25em 10px;\r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n border-radius: 0;\r\n display: inline-block;\r\n }\r\n\r\n\r\n body.ie .activity-stream-widget select,\r\n html.firefox .activity-stream-widget select {\r\n background: none !important;\r\n }\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n div.profile-widget > .widget-content > .profile-container > .widget-tabs > ul.widget-tabs-nav {display:none;}\r\n div.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav {display:inline-block;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:767px) {\r\n\r\n .prompt-dialog-container {width:95% !important;}\r\n .prompt-dialog-container .ui-dialog-titlebar{border:none;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:480px) {\r\n\r\n .slideshow {padding:0px !important;background:\' . vB_Template_Runtime::fetchStylevar(\"photo_background\") . \';}\r\n .slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {width:421px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip-horizontal {width:344px;height:52px;}/*width:234px*/\r\n .slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {width:421px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip .jcarousel-item {width:70px;height:52px;overflow:hidden;}\r\n .slideshow .jcarousel-item .image {max-width:300px;max-height:200px;width:auto;height:auto;}\r\n\r\n body > div.slideshow-dialog{width:421px !important;height:357px !important;}\r\n body > div.slideshow-dialog > div.slideshow {height:357px !important;width:421px !important;}\r\n div.slideshow-wrapper > div.jcarousel-next,div.slideshow-wrapper > div.jcarousel-prev {top:80px !important;}\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item,\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item > div.image-wrapper{width:421px !important;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n@media only screen and (max-width:320px) {\r\n\r\n .slideshow {padding:0px !important;background:\' . vB_Template_Runtime::fetchStylevar(\"photo_background\") . \';}\r\n .slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {width:311px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip-horizontal {width:250px;height:52px;}/*234*/\r\n .slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {width:311px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip .jcarousel-item {width:70px;height:52px;overflow:hidden;}\r\n .slideshow .jcarousel-item .image {max-width:300px;max-height:200px;width:auto;height:auto;}\r\n\r\n body > div.slideshow-dialog{width:311px !important;height:357px !important;}\r\n body > div.slideshow-dialog > div.slideshow {height:357px !important;width:311px !important;}\r\n div.slideshow-wrapper > div.jcarousel-next,div.slideshow-wrapper > div.jcarousel-prev {top:80px !important;}\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item,\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item > div.image-wrapper{width:311px !important;}\r\n\r\n}\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:767px) {\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';}\r\n }\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:1060px) {\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header .module-title,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header .module-title {height:auto !important;}\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget #forum-tab,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget #forum-tab,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container th,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container th,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container td,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container td {overflow:hidden;}\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-forum,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-forum,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .cell-forum,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .cell-forum {\r\n width:50%;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .posts-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .posts-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n width:25%;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .topics-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':4px;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .posts-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .posts-count {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':4px;\r\n }\r\n \' . \'\' . \'\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-lastpost,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-lastpost,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .lastpost,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .lastpost {\r\n display:none;\r\n }\r\n\r\n \' . \'\' . \'\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"post_border\") . \';\r\n }\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: auto;\r\n }\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:800px) {\r\n .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.dialog-container.dialog-box.ui-draggable{width:93% !important;}\r\n }\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:767px) {\r\n .topic-list-container .topic-list .cell-lastpost{min-width:150px !important;}\r\n }\r\n /*\r\n * We\\\'re in a transtional state to getting the CSS organized. For now, I\\\'m grouping these .l-small rules\r\n * here to go with the replace the max-width:479px media query they were apart of. VBV-9793\r\n * These are .topic-list-container rules.\r\n */\r\n .l-small .topic-list-container .topic-list-header .header-icons {display:none;}\r\n .l-small .topic-list-container .topic-list-header .header-stats {display:none;}\r\n .l-small .topic-list-container .topic-list-header .header-lastpost span {white-space:nowrap;padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-icons{display:none;}\r\n .l-small .topic-list-container .topic-list .cell-count{display:none;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-topic{padding:5px;width:70%;}\r\n .l-small .topic-list-container .topic-list .cell-lastpost{padding:5px;min-width:150px;width:30%;}\r\n\r\n .l-small .topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;width:100%;}\r\n .l-small .topic-list-container .topic-list .topic-item .cell-topic .topic-info{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0px;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-lastpost .avatar{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;}\r\n\r\n /*\r\n * The statistics UI also uses the .table, .tr, and .td classes. We need !important here because the\r\n * \".table .td\" rule also uses !important for display: table-cell.\r\n */\r\n .l-small .sg-statistics, .l-small .blogChannel-statistics{display:none !important;}\r\n\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:480px) {#debug-information-wrapper{overflow:auto;width:480px;max-width:480px;}}\r\n @media only screen and (max-width:320px) {#debug-information-wrapper{overflow:auto;width:320px;max-width:320px;}}\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:480px) {\r\n html.touch .ui-timepicker-div .ui_tpicker_hour .ui-slider-horizontal,\r\n html.touch .ui-timepicker-div .ui_tpicker_minute .ui-slider-horizontal{width:42%;}\r\n }\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:479px) {\r\n\r\n .activity-stream-widget .conversation-toolbar-wrapper .conversation-toolbar{margin-top:-1px;}\r\n\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:767px) {\r\n\r\n #editProfilePhotoDlg .profile-img-option-container .profile-img-option-field > input{width:90% !important;margin-bottom:10px;}\r\n\r\n }\r\n\r\n\r\n \' . \'\' . \'\r\n .rx-modal-label.blog-form-row{display:inline;display:inline-block;}\r\n .rx-modal-label.blog-form-row.rx-fileinput{display:none;}\r\n html.fileinput .rx-modal-label.blog-form-row.rx-fileinput{display:inline;display:inline-block;}\r\n\r\n .rx-modal.ui-dialog {border-radius: 3px 3px 3px 3px;padding:0;}\r\n\r\n .rx-modal.ui-widget-header {\r\n background: none;\r\n border:none;\r\n color:none;\r\n font-weight:none;\r\n }\r\n\r\n .rx-modal.ui-dialog .ui-dialog-titlebar {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"popup_header_background\") . \';\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"popup_border\") . \';\r\n border-radius:3px 3px 0 0;\r\n border-width:0 0 1px;\r\n font-size:18px;\r\n height:30px;\r\n line-height:30px;\r\n }\r\n\r\n .rx-modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{display:none;}\r\n .rx-modal-label.blog-form-row .row-title{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';width:20px;}\r\n\r\n .rx-modal .blog-form-row .row-content{width:auto;}\r\n .rx-modal input[type=\"radio\"]{margin:0;}\r\n\r\n .rx-modal{max-width:600px;}\r\n\r\n @media only screen and (max-width:767px) {\r\n\r\n .rx-modal{max-width:400px;}\r\n\r\n .rx-modal{height:auto;width:93% !important;\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px !important;}\r\n .rx-modal .sgicon-upload-form .blog-form-row{margin:0;}\r\n .rx-modal .sgicon-upload-form > div{margin-top:10px;}\r\n .rx-modal .sgicon-upload-form .rx-modal-label.blog-form-row{margin-top:30px;}\r\n\r\n .rx-modal .sgIconUploader{margin: 15px 2px 15px 2px;overflow:hidden;padding:6px !important;}\r\n .rx-modal .sgIconUploader h4{margin-bottom:10px;}\r\n .rx-modal .btnSGIconUrlSubmit{margin-bottom:10px;}\r\n\r\n .rx-modal-label.blog-form-row .row-title input{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;}\r\n .rx-modal-label.blog-form-row .row-content{float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';width:250px;}\r\n .rx-modal-content.blog-form-row .row-content{width:275px;float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';margin-top:10px;}\r\n\r\n .rx-modal.file-chooser .button, html.fileinput .file-chooser span.button.custom-upload-button{\r\n display:inline-block;\r\n height:24px;\r\n width:auto;\r\n padding:0;\r\n font-size:12px !important;\r\n }\r\n\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:480px) {\r\n .blogAdminForm .action-buttons {width: 80%;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:480px) {\r\n #profileTabs .conversation-list .list-item .post-header .post-action-wrapper{padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;}\r\n .conversation-list .list-item-header .info .post-date{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0 !important}\r\n .conversation-list .list-item-header .info.h-right{padding-top:5px;float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';width:90%;}\r\n\r\n \' . \'\' . \'\r\n #activity-stream-tab .conversation-list .list-item-header .info.h-right{margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:480px) {\r\n #cke_ckeditor-bare > span{overflow:hidden;}\r\n #cke_ckeditor-bare-edit > span{overflow:hidden;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:1000px) {\r\n #newTextForm .action-buttons div button.button{margin-bottom:10px;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:1225px) {\r\n .list-container .list-item .list-item-body .conversation_slider .photo_container {width:100%;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:1225px) {\r\n #subscriptionsTab .subscriptionsContent .subscription-list .subscription-button button span.button-icon{display:none}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:767px) {\r\n .view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1 {border:0 !important;}\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:480px) {\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.first_column{padding-left:7px !important;padding-right:0px !important;}\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.second_column{padding-left:7px !important;padding-right:0px !important;}\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.third_column{padding-left:7px !important;padding-right:7px !important;}\r\n }\r\n\r\n \' . \'\' . \'\r\n div#groupsTab{padding:5px !important;}\r\n @media only screen and (min-width:767px) {\r\n\r\n .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius:0;}\r\n .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius:0;}\r\n\r\n }\r\n\r\n \' . \'\' . \'\r\n html.no-firefox.no-opera .subscribersContent,\r\n html.no-firefox.no-opera .subscriptionsContent{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-2px;}\r\n /* exclude IE8 */\r\n html.no-firefox.no-opera body.ie8 .subscribersContent,\r\n html.no-firefox.no-opera body.ie8 .subscriptionsContent{margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;}\r\n\r\n @media only screen and (min-width:550px) and (max-width:1050px) {\r\n html.no-firefox.no-opera .subscribersContent,\r\n html.no-firefox.no-opera .subscriptionsContent{margin-right:-3px !important;}\r\n }\r\n\r\n\' . \'\' . \'\r\n @media only screen and (max-width:990px) {\r\n\r\n \' . \'\' . \'\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-left{display:none;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-search{display:none;}\r\n\r\n \' . \'\' . \'\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search{display:block !important;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search li.toolbar-search {display: block;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search li.post-buttonset {display: block;}\r\n\r\n \' . \'\' . \'\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav{background:none;}\r\n\r\n \' . \'\' . \'\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {display:block;border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':none;}\r\n\r\n \' . \'\' . \'\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search > ul.toolset-right > li.toolbar-search div.search-container{width:159px;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search > ul.toolset-right > li.toolbar-search div.search-container input{width:121px;}\r\n\r\n \' . \'\' . \'\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows{width:112px;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows a{width:55px;}\r\n .widget-tabs-panel .conversation-toolbar-wrapper > .conversation-toolbar > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows{width:82px;}\r\n .widget-tabs-panel .conversation-toolbar-wrapper > .conversation-toolbar > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows a{width:35px;}\r\n ul.toolset.h-right > li.pagenav-controls div.horizontal-arrows{width:71px;} \' . \'\' . \'\r\n ul.toolset.h-right > li.pagenav-controls div.horizontal-arrows a{width:35px;}\r\n\r\n }\r\n\r\n \' . \'\' . \'\r\n @media only screen and (max-width:767px) {\r\n #channel-subtabbar ul {width:100%;border-bottom:none;}\r\n #channel-subtabbar ul li {border-bottom:1px solid #D3D5D6;margin-left:0px;float:none;}\r\n #channel-subtabbar ul li a{margin-left:6px}\r\n }\';','<vb:comment>responsive:css - media queries:images</vb:comment>\r\n<vb:comment>/* sprite for menu sections */\r\n</vb:comment>\r\n #mobile-main-menu-sections .sections-menu-icon .icon,\r\n #mobile-main-menu-sections .sections-icon .icon,\r\n #mobile-main-menu-sections .selected-sections-icon .icon,\r\n #channel-tabbar ul li .mobile.dropdown-icon .icon\r\n {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n #searchForm fieldset label {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n #searchForm fieldset .search-btn {background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n @media only screen and (max-width:767px) {\r\n\r\n #channel-tabbar ul li.section-item,\r\n #channel-tabbar ul li.section-item a\r\n {background: url(\"images/css/gradients_vb_responsive.png\") repeat-x scroll transparent;}\r\n\r\n }\r\n\r\n\r\n<vb:comment>responsive:css - media queries:channel-tabbar:images</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>/* search icon */\r\n</vb:comment>\r\n #mobile-main-menu .mobile-search .icon {\r\n background: url(\"images/css/ico_vb_responsive.png\") repeat-x scroll -64px -0px transparent;\r\n }\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:page footer</vb:comment>\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select,\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-exceeded,\r\n#footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok{display:none;}\r\n#footer-tabbar > ul.nav-list.rx-menu-limit-exceeded,\r\n#footer-tabbar > ul.nav-list.rx-menu-limit-ok{display:block;}\r\n\r\n@media only screen and (max-width:767px) {\r\n #footer-tabbar {height:auto;}\r\n #footer-tabbar > ul.nav-list {margin-{vb:stylevar right}:0;padding-bottom:10px;}\r\n #footer-tabbar > ul.nav-list,\r\n #footer-tabbar > ul.nav-list > li {width:100%;height:auto;line-height:normal;}\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-exceeded{display:block;}\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok,\r\n #footer-tabbar > ul.chooser-list > li.rx-list-to-select.rx-menu-limit-ok select{display:none;}\r\n #footer-tabbar > ul.nav-list.rx-menu-limit-exceeded{display:none;}\r\n #footer-tabbar > ul.nav-list.rx-menu-limit-ok{display:block;}\r\n\r\n <vb:comment>/* display the footer menu select boxes vertically to allow horizontal room */</vb:comment>\r\n #footer-tabbar > ul.chooser-list {width:100%;margin-{vb:stylevar left}:0;}\r\n #footer-tabbar > ul.chooser-list > li {margin:0;padding:5px 10px 0;float:none;height:auto;line-height:32px;}\r\n .ie9 #footer-tabbar ul.chooser-list > li {line-height: 32px;}\r\n\r\n <vb:comment>/* set background and text color for menu bar view */</vb:comment>\r\n #footer-tabbar > ul.nav-list > li a {font-size:inherit;border-{vb:stylevar left}:0;margin-{vb:stylevar left}:0;padding:10px 10px 0;display:block;}\r\n\r\n #footer-vb-copyright, #footer-user-copyright {padding-{vb:stylevar right}:0;}\r\n\r\n <vb:comment>/* hide admincp menu */</vb:comment>\r\n #footer-tabbar .rx-hide{display:none;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:general media queries\r\n/* remove link to edit picture modals */</vb:comment>\r\n#editProfilePicture,.profile-media-upload{display:none;}\r\nhtml.fileinput .profile-photo-wrapper:hover #editProfilePicture,\r\nhtml.fileinput .profile-media-upload{display:block;}\r\n\r\n\r\n<vb:comment>/* Customize My Theme panels */</vb:comment>\r\n@media only screen and (max-width:900px) {\r\n\r\n .profile_custom_edit .profileEditContent > ul.profileNavOuter {\r\n display:block;\r\n width:auto;\r\n float:none;\r\n margin:0 10px;\r\n -webkit-border-radius:0;\r\n -moz-border-radius:0;\r\n border-radius:0;\r\n }\r\n\r\n <vb:comment>/* Apply clearfix */</vb:comment>\r\n ul.profileNavOuter:before,ul.profileNavOuter:after {content:\" \"; display:table;}\r\n ul.profileNavOuter:after{clear:both;}\r\n\r\n .profileNavTabs .profileNavOuter li {\r\n float:{vb:stylevar left};\r\n width: auto;\r\n height: auto;\r\n margin: 0 1px 0 0;\r\n }\r\n\r\n .ui-tabs .ui-tabs-nav li.ui-tabs-selected{padding-bottom:0;}\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a {\r\n display: inline-block;\r\n width: auto;\r\n height: auto;\r\n padding: 5px 12px;\r\n border-top-{vb:stylevar left}-radius: 3px;\r\n border-bottom-{vb:stylevar left}-radius: 0;\r\n border-top-{vb:stylevar right}-radius: 3px;\r\n border-bottom-{vb:stylevar right}-radius: 0;\r\n }\r\n\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a span{display:inline;}\r\n .profileNavTabs .profileEditContent > .tab {margin:0 10px 10px !important;}\r\n .profile_custom_edit .profileEditContent > .ui-widget-content {\r\n border-top-{vb:stylevar left}-radius: 0;\r\n border-bottom-{vb:stylevar left}-radius: 3px;\r\n border-top-{vb:stylevar right}-radius: 0;\r\n border-bottom-{vb:stylevar right}-radius: 3px;\r\n }\r\n\r\n .profile_custom_edit .profileEditContent > div .ui-widget-content{padding: 10px !important;}\r\n}\r\n\r\n@media only screen and (max-width:420px) {\r\n\r\n .profile_custom_edit .profileEditContent > .profileNavOuter li a {\r\n padding: 5px 8px;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>/* remove search container for mobile view - search will be presented in different form in different location */</vb:comment>\r\n #header .toolbar.h-right .h-left li.search-container{display:none;}\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n .forum_disabled {margin-{vb:stylevar right}:10px; margin-{vb:stylevar left}:10px;}\r\n\r\n <vb:comment>/* resize modal dailog for mobile display */</vb:comment>\r\n .alert-dialog-container{width:93% !important;}\r\n .dialog-container.dialog-box .dialog-content .message {width:75%;}\r\n\r\n <vb:comment>/* forgot password page */</vb:comment>\r\n .canvas-layout-container .canvas-widget .widget-header {margin:0 !important;}\r\n .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-top:5px;\r\n }\r\n #frmLostpw .action-buttons{text-align:{vb:stylevar left};margin-top:20px;}\r\n #frmLostpw .stretch{margin-{vb:stylevar left}:10px;}\r\n #frmLostpw div:first-child{width:95%;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* header elements: remove edit, resize logo */\r\n/* Delta: 16 px, 555px here is same as 539px in body width() */\r\n/*@media only screen and (max-width:440px) {#header .site-logo img{width:170%;}}*/\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:440px) {\r\n <vb:comment>/* #header .site-logo img{width:80%;} */</vb:comment>\r\n #header .site-logo.header-edit-box{padding-{vb:stylevar left}:8px;padding-{vb:stylevar right}:8px}\r\n}\r\n\r\n<vb:comment>/* @media only screen and (max-width:767px) {.widget-content{font-size:.92em}} */</vb:comment>\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n General responsiveness\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Body and wrappers\r\n ========================================================================== */\r\n\r\n/**\r\n* Our overriding goal here is to allow a range of flexible widths between\r\n* a minimum and maximum size.\r\n*/\r\n</vb:comment>\r\n\r\n#outer-wrapper {\r\n margin: 0 20px;\r\n}\r\n\r\n#wrapper {\r\n <vb:comment>/* Make wrapper flexible width */</vb:comment>\r\n width: 100%;\r\n <vb:comment>/* Fix so inner page doesn\'t exceed 1200px */</vb:comment>\r\n max-width:1200px;\r\n <vb:comment>/* Don\'t let inner page go below iPhone portrait width */</vb:comment>\r\n min-width:320px;\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n #outer-wrapper {\r\n margin: 0;\r\n }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Main nav bar\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n#main-navbar-wrapper {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding-{vb:stylevar left}: 10px;\r\n padding-{vb:stylevar right}: 10px;\r\n}\r\n\r\n#main-navbar {\r\n width: 100%;\r\n max-width:1200px;\r\n min-width:320px;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n #main-navbar-wrapper {\r\n padding-{vb:stylevar left}: 0px;\r\n padding-{vb:stylevar right}: 0px;\r\n }\r\n}\r\n\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Content\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:480px) {\r\n #content {\r\n /* Bump down the margins to make more space for content */\r\n padding-{vb:stylevar left}: 10px;\r\n padding-{vb:stylevar right}: 10px;\r\n }\r\n}\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Columns\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n.canvas-layout-row .no-columns { display: none; }\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Header\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\nhtml.touch .edit-switch-container { display: none; }\r\nhtml.touch #main-navbar .main-nav { display: none; }\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #header .site-logo {padding-{vb:stylevar left}: 20px;}\r\n\r\n <vb:comment>/* Bring this under 320px or you get side-scrolling on iPhone portrait mode. */</vb:comment>\r\n #header .header-cell {min-width:300px;}\r\n\r\n #header .search-container {display: none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n #vb-page-body .main-header,\r\n .content-entry-box .content-entry-box-header,\r\n .view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n <vb:comment>/* Reduce the font size at narrower screen width */</vb:comment>\r\n font-size: 24px;\r\n line-height: 24px;\r\n padding: 5px 0 10px;\r\n }\r\n #header .site-logo {\r\n padding-{vb:stylevar left}: 10px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n\r\n #vb-page-body .main-header,\r\n .content-entry-box .content-entry-box-header,\r\n .view-mode .canvas-layout-container .canvas-widget.profile-settings-widget .widget-header .module-title {\r\n font-size: 20px;\r\n line-height: 20px;\r\n }\r\n\r\n #header .site-logo {padding-{vb:stylevar left}: 10px;}\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Header Logo\r\n ========================================================================== */\r\n\r\n/**\r\n* In a change from the way we\'ve been doing responsive, for the logo image,\r\n* we\'re going to try to constrain its _height_, based on the height of\r\n* the viewport. */\r\n\r\n#header .site-logo img {\r\n /* Let\'s just cap the max logo image height in all cases. */\r\n /* max-height: 100px; */\r\n}\r\n</vb:comment>\r\n\r\n@media only screen and (max-height: 480px) {\r\n <vb:comment>/* iPhone portrait mode */</vb:comment>\r\n #header .site-logo img {\r\n max-height: 40px;\r\n width: auto;\r\n }\r\n <vb:comment>/* Let\'s also reduce the padding of the enclosing container */</vb:comment>\r\n #header .site-logo {\r\n padding-top: 14px;\r\n padding-bottom: 16px;\r\n }\r\n}\r\n\r\n@media only screen and (max-height: 320px) {\r\n <vb:comment>\r\n /* iPhone landscape mode (shorter than portrait mode, of course) */\r\n </vb:comment>\r\n #header .site-logo img {\r\n max-height: 32px;\r\n width: auto;\r\n }\r\n <vb:comment>\r\n /* Reduce the padding of the enclosing container even further */\r\n </vb:comment>\r\n #header .site-logo {\r\n padding-top: 10px;\r\n padding-bottom: 12px;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Admin features\r\n ========================================================================== */\r\n\r\n /*\r\n Hide admin features after margin collapse\r\n Set to higher breakpoint b/c of the amount of items in the limited horizontal space\r\n These items may have move (in the DOM). It doesn\'t look like a subpath from\r\n #header will work as a selector\r\n */\r\n</vb:comment>\r\n @media only screen and (max-width:1000px) {\r\n\r\n #main-navbar .main-nav li,#sitebuilder-wrapper{display:none;}\r\n #main-navbar .main-nav li.lnkAdminCP{display:inline-block;}\r\n }\r\n\r\n @media only screen and (max-width:767px) {\r\n #main-navbar .main-nav li.lnkAdminCP,\r\n .edit-switch-container{display:none;}\r\n }\r\n\r\n<vb:comment>\r\n /*\r\n @media only screen and (max-width:767px) {\r\n #main-navbar .edit-switch-container,\r\n #header .edit-switch-container,\r\n #sitebuilder-wrapper {display: none !important;}\r\n }\r\n */\r\n</vb:comment>\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Notices\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n <vb:comment>/* Create space between top of notices and navigation */</vb:comment>\r\n .notices {\r\n margin: 10px 20px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n <vb:comment>/* Adjust the left and right margins of notices */</vb:comment>\r\n .notices {\r\n margin: 10px;\r\n }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Action buttons\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n<vb:comment>/* Buttons should align to the right of their container*/</vb:comment>\r\n.action-buttons .h-right,\r\n.action-buttons.h-right\r\n{\r\n float:{vb:stylevar right};\r\n clear: none;\r\n width: 100%;\r\n}\r\n\r\n.action-buttons .h-right .button,\r\n.action-buttons.h-right .button {\r\n <vb:comment>\r\n /**\r\n * When the buttons lay out horizontally, reverse their order so they\r\n * run right to left (per the design)\r\n */\r\n </vb:comment>\r\n float:{vb:stylevar right};\r\n display: block;\r\n <vb:comment>\r\n /**\r\n * Set up margins so there is adequate spacing between buttons even\r\n * if they happen to break to another line.\r\n */\r\n </vb:comment>\r\n margin-{vb:stylevar left}: 10px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n<vb:comment>\r\n /**\r\n * At 480px and below the buttons no longer float to the right.\r\n */\r\n</vb:comment>\r\n .action-buttons .h-right,\r\n .action-buttons.h-right {\r\n float: none;\r\n padding-top: 10px;\r\n clear: both;\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n * Stack buttons vertically, into a more iPhone-like orientation.\r\n */\r\n</vb:comment>\r\n .action-buttons .h-right button,\r\n .action-buttons.h-right button,\r\n .action-buttons .see-all-btn,\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons a.button,\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons button {\r\n <vb:comment>/* Stack */</vb:comment>\r\n display: block;\r\n float: none;\r\n <vb:comment>/* Create spacing below each button */</vb:comment>\r\n margin-bottom: 10px;\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 0;\r\n <vb:comment>/* Extend to full available width */</vb:comment>\r\n width: 100%;\r\n <vb:comment>/* Make the buttons taller to match their increased width */</vb:comment>\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n <vb:comment>/* Stop setting fixed heights on things. Seriously. */</vb:comment>\r\n height: auto;\r\n <vb:comment>/* Bump up the font size slightly */</vb:comment>\r\n font-size: 1.2em !important;\r\n }\r\n\r\n<vb:comment>\r\n /** If \'Customize My Theme\' button is hidden, don\'t display it (the above rule does).\r\n * We could have used :not selector there and avoid this extra rule but not sure of the mobile browser support of it\r\n */\r\n</vb:comment>\r\n .profile-sidebar-widget.canvas-widget .profile-menulist .profile-action-buttons button.h-hide {\r\n display:none;\r\n }\r\n\r\n .action-buttons .see-all-btn {\r\n width: 85% !important;\r\n margin: 0 auto;\r\n }\r\n\r\n\r\n<vb:comment>\r\n /**\r\n * This may be somewhat controversial, but in the full app the buttons\r\n * are being set with fixed heights and repeating gradient backgrounds.\r\n * It\'s more flexible to allow their heights to adjust and utilize a\r\n * gradient background.\r\n *\r\n * This is a good Photoshop-like interface for generating all of the\r\n * variants: http://www.colorzilla.com/gradient-editor/\r\n */\r\n</vb:comment>\r\n .button.primary {\r\n /* Blue to darker blue gradient */\r\n background: #37ACFE;\r\n background: -moz-linear-gradient(top, #37ACFE 0%,{vb:stylevar button_primary_border.color} 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ACFE), color-stop(100%,{vb:stylevar button_primary_border.color}));\r\n background: -webkit-linear-gradient(top, #37ACFE 0%,{vb:stylevar button_primary_border.color} 100%);\r\n background: -o-linear-gradient(top, #37ACFE 0%,{vb:stylevar button_primary_border.color} 100%);\r\n background: -ms-linear-gradient(top, #37ACFE 0%,{vb:stylevar button_primary_border.color} 100%);\r\n background: linear-gradient(to bottom, #37ACFE 0%,{vb:stylevar button_primary_border.color} 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#37ACFE\', endColorstr=\'{vb:stylevar button_primary_border.color}\',GradientType=0 );\r\n }\r\n\r\n .button.secondary {\r\n /* White to light gray gradient */\r\n background: #E3E7E8;\r\n background: -moz-linear-gradient(top, #FFFFFF 0%, #E3E7E8 100%) !important;\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E3E7E8)) !imporant;\r\n background: -webkit-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%) !important;\r\n background: -o-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%);\r\n background: -ms-linear-gradient(top, #FFFFFF 0%,#E3E7E8 100%) !important;\r\n background: linear-gradient(to bottom, #FFFFFF 0%,#E3E7E8 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FFFFFF\', endColorstr=\'#E3E7E8\',GradientType=0 );\r\n }\r\n\r\n .private-message-widget .button.light {\r\n /* Lighter blue gradient */\r\n background: #ACD5E4;\r\n background: -moz-linear-gradient(top, #FFFFFF 0%, #EDF9FF 1%, #ACD5E4 100%);\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(1%,#EDF9FF), color-stop(100%,#ACD5E4));\r\n background: -webkit-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: -o-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: -ms-linear-gradient(top, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n background: linear-gradient(to bottom, #FFFFFF 0%,#EDF9FF 1%,#ACD5E4 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FFFFFF\', endColorstr=\'#ACD5E4\',GradientType=0 );\r\n color: {vb:stylevar button_special_text_color};\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n font-size: 14px;\r\n }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Activity tabs\r\n ========================================================================== */\r\n/**\r\n* Tricky little bit here. We secretly replace the text of the phrase\r\n* \"Forum Directory\" with the shorter \"Forums\" at strategic breakpoints,\r\n* allowing us to not switch to the dropdown menu until less than\r\n* iPhone landscape dimensions.\r\n*/\r\n</vb:comment>\r\n\r\n.widget-header .default-text { display: block; }\r\n.widget-header .responsive-text { display: none; }\r\n\r\n<vb:comment>\r\n/**\r\n* Fix arrow alignment for all the buttons appearing in the\r\n* headers (Blogs, Forum, Social Groups, Special)\r\n*/\r\n</vb:comment>\r\n.forum-list-container .category-header .toggle-subforums-btn span {\r\n height: 12px !important;\r\n}\r\n\r\n@media only screen and (min-width:767px) and (max-width:820px) {\r\n .widget-header .default-text { display: none; }\r\n .widget-header .responsive-text { display: block; }\r\n}\r\n\r\n@media only screen and (min-width:479px) and (max-width:520px) {\r\n .widget-header .default-text { display: none; }\r\n .widget-header .responsive-text { display: block; }\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Filter bar\r\n ========================================================================== */\r\n\r\n\r\n/* Search bar on Forum Topic page\r\n ========================================================================== */\r\n\r\n/**\r\n* Shrink the container and input boxes at various sizes.\r\n*/\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container { width: 120px; }\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=\"text\"] { width: 82px; }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container { width: 88px; }\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type=\"text\"] { width: 50px; }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* Selected filters bar on Forum Topic page\r\n ========================================================================== */\r\n\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n /* Selected Filters bar */\r\n .conversation-toolbar-wrapper .filtered-by {\r\n /* Full-sized version was height set to 18px, so make that the min-height */\r\n min-height: 18px;\r\n /* Let it set its own normal height */\r\n height: auto;\r\n /* Make a few adjustments to make it look right */\r\n padding: 3px 10px;\r\n line-height: 20px;\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n * Make sure the words \"Clear All\" break together to the next line\r\n * if necessary.\r\n */\r\n</vb:comment>\r\n .filtered-by .clear-all { display: inline-block; }\r\n}\r\n\r\n\r\n\r\n@media only screen and (max-width:480px) {\r\n /* Remove moderation toolbar components at mobile sizes */\r\n .toolbar-inline-mod { display: none; }\r\n .pagenav.h-left .textbox { padding: 3px; }\r\n\r\n<vb:comment>\r\n/* Responsive Filter menu\r\n ==========================================================================\r\n *\r\n * This is a first attempt to make a palatable responsive filter\r\n * menu at smaller sizes. We change the vertical columns to\r\n * horizontal rows and let the options simply run inline. */\r\n</vb:comment>\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay { padding: 0; }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {\r\n display: block;\r\n padding: 10px;\r\n border-{vb:stylevar left}: none;\r\n border-top: 1px dotted {vb:stylevar toolbar_dropdown_divider_color};\r\n }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li:first-child { border-top: none; }\r\n\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li label {\r\n display: inline-block;\r\n margin-{vb:stylevar right}: 1em;\r\n }\r\n\r\n /* relocate online indicator */\r\n .userinfo .userinfo-extra.icons {bottom:;top:10px;left:90%;}\r\n\r\n\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n <vb:comment>\r\n /* At minimum width, hide the word \"Filter\" in the Filter menu, leaving\r\n * only the arrow (correcting padding to look right).\r\n *\r\n * NOTE: We\'re using an adjacent sibling selector so that we only collaps\r\n * the word if it has the page nav next to it. On the home page, for example,\r\n * there is nothing else on the filter bar line, so we should show the\r\n * full label. */\r\n </vb:comment>\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-pagenav+.toolbar-filter .filter-wrapper { padding-{vb:stylevar left}: 4px; }\r\n\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolbar-pagenav+.toolbar-filter .filter-wrapper .label.h-left { display: none; }\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Forum Subscribe and Share buttons\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:480px) {\r\n <vb:comment>\r\n /* When browser narrows to iPad landscape mode, shift the buttons\r\n * to the left and space them appropriately beneath the forum title. */\r\n </vb:comment>\r\n .channel-content-widget .channel-controls.h-right,\r\n .conversation-controls.h-right {\r\n float: none;\r\n margin-top: 8px;\r\n <vb:comment>\r\n /* Perhaps because of a float, but there isn\'t actually 20px\r\n * of space under the buttons. We\'re merely increasing spacing\r\n * by 4px from the original 16px */\r\n </vb:comment>\r\n padding-bottom: 20px;\r\n }\r\n\r\n <vb:comment>/* Make the first button flush left. */</vb:comment>\r\n .channel-controls.h-right button:first-child,\r\n .conversation-controls.h-right button:first-child {\r\n margin-{vb:stylevar left}: 0;\r\n }\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Forum Directory tab\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:768px) {\r\n <vb:comment>\r\n /**\r\n * The full-size code doesn\'t handle breaking text very well. If the\r\n * name of the forum wraps, it falls under the icon, which isn\'t desirable.\r\n * So we\'re going to take the original margin applied to .forum-desc (below)\r\n * and apply it to the whole table cell.\r\n * (continued below)\r\n */\r\n </vb:comment>\r\n .forum-list-container .forum-item td:first-child {\r\n padding-{vb:stylevar left}: 25px;\r\n position: relative;\r\n }\r\n\r\n <vb:comment>\r\n /* (continued from above)\r\n * We then position the icon in the padded area.\r\n * (continued below)\r\n */\r\n </vb:comment>\r\n .forum-list-container .forum-item.subforum-item .cell-forum .icon {\r\n position: absolute;\r\n {vb:stylevar left}: 5px;\r\n }\r\n\r\n <vb:comment>\r\n /* (continued from above)\r\n * And remove the margin from forum desc.\r\n */\r\n </vb:comment>\r\n .forum-list-container .forum-item .cell-forum .forum-desc {\r\n margin-{vb:stylevar left}: 0px;\r\n }\r\n\r\n <vb:comment>\r\n /**\r\n * Display list of subforums in one column instead of three.\r\n */\r\n </vb:comment>\r\n .forum-list-container .subforum-list .subforum-item {\r\n display: block;\r\n padding-{vb:stylevar right}: 0;\r\n }\r\n .forum-list-container .subforum-list .subforum-item .subforum-info {\r\n float: none;\r\n display: block; <vb:comment>/* For IE */</vb:comment>\r\n }\r\n .forum-list-container .subforum-list .subforum-item .counts {\r\n display: none;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n <vb:comment>\r\n /**\r\n * Hide the Latest Post column\r\n */\r\n </vb:comment>\r\n .forum-list-container .forum-list-header .header-lastpost,\r\n .forum-list-container .forum-item .lastpost {\r\n display: none;\r\n }\r\n\r\n <vb:comment>\r\n /* Add border to the right of the Posts column which is now the last column as a result of hiding the Latest Post column */\r\n </vb:comment>\r\n .forum-list-container .forum-list-header .header-posts {\r\n border-{vb:stylevar right}:{vb:stylevar primary_module_subheader_border};\r\n }\r\n\r\n <vb:comment>\r\n /* We don\'t want the view count to wrap, better to have it\r\n * break to the next line all together */\r\n </vb:comment>\r\n .forum-list-container .viewer {\r\n white-space: nowrap;\r\n }\r\n\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Forum Topic\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n .list-container .list-item .list-item-body { padding: 10px; }\r\n #thread-view-tab .post-footer .content-tags { margin-{vb:stylevar left}: 10px; }\r\n\r\n<vb:comment>\r\n .conversation-list.stream-view .list-item-header {\r\n /* padding-top: 15px; */\r\n }\r\n</vb:comment>\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n <vb:comment>/* Stack the thread view conversation components */</vb:comment>\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n width: 100%;\r\n float: none;\r\n display: block;\r\n text-align:{vb:stylevar left};\r\n padding: 10px 10px 16px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n\r\n<vb:comment>\r\n /* Put a clearfix in only when we get down to this width */\r\n /* http://nicolasgallagher.com/micro-clearfix-hack/ */\r\n</vb:comment>\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:before,\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n clear: both;\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n * For IE 6/7 only: Include this rule to trigger hasLayout and contain floats.\r\n */\r\n</vb:comment>\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n *zoom: 1;\r\n }\r\n\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n width: 100%;\r\n float: none;\r\n display: block;\r\n margin: 0;\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n * Reposition the pointer from the left side to the top of the\r\n * container, rotating it in the process.\r\n */\r\n</vb:comment>\r\n .conversation-content-widget .list-item-body-wrapper .pointer-left {\r\n <vb:comment>/* Move above and outside the text block */</vb:comment>\r\n top: -10px;\r\n <vb:comment>/* Position centered under the avatar */</vb:comment>\r\n {vb:stylevar left}: 39px;\r\n -webkit-transform: rotate(90deg);\r\n -moz-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n }\r\n\r\n .conversation-content-widget .thread-view .post-footer-wrapper .post-footer .divider,\r\n .conversation-content-widget .post-footer-wrapper .post-footer .divider {\r\n margin: 0;\r\n }\r\n\r\n <vb:comment>/* Remove moderation checkbox */</vb:comment>\r\n .thread-view .inlinemod-item .checkbox { display: none; }\r\n\r\n\r\n<vb:comment>\r\n /**\r\n * In general, we are trying to collapse the elements of .userinfo into a\r\n * single line where possible, breaking onto a second line where necessary.\r\n */\r\n</vb:comment>\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top: 0;\r\n margin-{vb:stylevar right}: 10px;\r\n word-wrap: break-word;\r\n }\r\n\r\n .userinfo .reputation {\r\n margin-{vb:stylevar right}: 10px;\r\n padding-{vb:stylevar left}: 0;\r\n }\r\n\r\n .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper .list-item-body {\r\n padding-top: 10px;\r\n padding-{vb:stylevar left}: 10px;\r\n padding-{vb:stylevar right}: 10px;\r\n }\r\n\r\n .userinfo .userinfo-extra { margin-top: 5px; display: block; width: 100%;}\r\n\r\n .userinfo .userinfo-extra li {\r\n display: inline-block;\r\n margin-{vb:stylevar right}: 10px;\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n * Having these items position themselves like TDs with content vertically\r\n * aligned in the center and no padding whatsoever creates problems when the\r\n * content breaks to a second line -- that element\'s text will butt up\r\n * against the top edge of the container. Here we\'re merely adding a little\r\n * breathing room to ensure against that.\r\n */\r\n</vb:comment>\r\n .conversation-list.stream-view .list-item-header .info,\r\n .conversation-content-widget .conversation-list.stream-view .list-item-header .post-header.table .post-action-wrapper.td {\r\n padding-top: 5px;\r\n }\r\n\r\n .post-footer-wrapper .post-footer .post-controls {\r\n margin-{vb:stylevar right}: 10px;\r\n margin-{vb:stylevar left}: 10px;\r\n }\r\n\r\n\r\n .conversation-list.stream-view .list-item-header .post-header {\r\n width: 100%;\r\n float: none;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .post-header .post-action-wrapper {\r\n width: auto;\r\n }\r\n\r\n .post-header .channel-info {\r\n display: inline;\r\n display: inline-block;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .h-right {\r\n width: 100%;\r\n clear: both;\r\n display: block;\r\n height: auto;\r\n line-height: 1em;\r\n padding: 0 0 15px 0;\r\n margin-{vb:stylevar left}: 10px;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .info .post-date {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar left}: 45px;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .info .subscribed {\r\n clear: none;\r\n display: inline-block;\r\n }\r\n\r\n .conversation-list.stream-view .list-item-header .post-header.table {\r\n height: auto;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:320px) {\r\n .userinfo-extra{clear:{vb:stylevar left};}\r\n .post-footer-wrapper .post-footer ul li{margin-{vb:stylevar left}:6px;}\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n New Topic form\r\n ========================================================================== */\r\n\r\n/* General-purpose rules that prevent the file upload\r\n* button and text from displaying if Modernizr detects that\r\n* the browser doesn\'t support input[type=file] */\r\n</vb:comment>\r\n\r\nspan.button.custom-upload-button,\r\n.allowed-filetypes {\r\n display: none;\r\n}\r\n\r\nhtml.fileinput span.button.custom-upload-button,\r\nhtml.fileinput .allowed-filetypes {\r\n display: inline;\r\n display: inline-block;\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n <vb:comment>\r\n /**\r\n * Sneaky attempt to hide the word \"Editor\" in \"Advanced Editor\"\r\n *\r\n * We set a width in ems (which theoretically should work if user resizes\r\n * their fonts), and then clip any overflow, hoping that only the word\r\n * \"Advanced\" remains.\r\n */\r\n </vb:comment>\r\n .editor-tab {\r\n width: 6.8em;\r\n overflow-x: hidden;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n body .button.photo-selector-button {\r\n margin-{vb:stylevar left}: 0;\r\n margin-top: 10px;\r\n }\r\n .content-entry-box form {\r\n <vb:comment>/* Reduce padding to accommodate narrower screen */</vb:comment>\r\n padding: 10px 10px 20px;\r\n display: block;\r\n }\r\n\r\n .content-entry-box .entry-field {\r\n <vb:comment>\r\n /* Switch box model to allow entry fields to fit properly in\r\n * their container. */\r\n </vb:comment>\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100%;\r\n <vb:comment>/* Let the poor div be its natural height. */</vb:comment>\r\n height: auto !important;\r\n }\r\n}\r\n\r\n<vb:comment>\r\n/* moved to 767 from 479 - too many elements in horizontal space */\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n\r\n .editor-tab { width: auto; }\r\n\r\n <vb:comment>\r\n /* Collapse New Topic tabs into just icons, except the selected tab */\r\n </vb:comment>\r\n <vb:comment>\r\n .content-entry-box-tab .label{display:none;}\r\n .content-entry-box-tab.ui-tabs-selected .label{display:inline;}\r\n </vb:comment>\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .file-chooser {\r\n text-align: center;\r\n }\r\n\r\n .file-chooser .allowed-filetypes {\r\n float: none;\r\n }\r\n\r\n\r\n .file-chooser .button,\r\n html.fileinput .file-chooser span.button.custom-upload-button {\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n width: 100%;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n height: auto;\r\n font-size: 1.2em !important;\r\n float: none !important;\r\n }\r\n\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Inline Leave a Comment\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:479px) {\r\n .comment-entry-box {\r\n padding: 10px 10px 15px;\r\n }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Canvas widget chrome\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .canvas-layout-container .canvas-widget,\r\n .canvas-layout-container .canvas-widget-highlight {\r\n border: none;\r\n padding: 0;\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-content {\r\n padding-top: 0;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-header {\r\n border-top:{vb:stylevar module_content_border};\r\n margin: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside {\r\n margin-top: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-header {\r\n margin: 0;\r\n }\r\n\r\n .view-mode .canvas-layout-container .canvas-widget.widget-header-outside .widget-header .module-title {\r\n margin-{vb:stylevar left}: 0;\r\n }\r\n\r\n .canvas-layout-container #canvas-layout-wide-narrow .canvas-widget-list.section-1 .canvas-widget,\r\n .canvas-layout-container #canvas-layout-wide-narrow .canvas-widget-list.section-1 .canvas-widget-highlight {\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container #canvas-layout-full .canvas-widget, .canvas-layout-container #canvas-layout-full .canvas-widget-highlight {\r\n width: 100%;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-{vb:stylevar left}: 10px;\r\n }\r\n\r\n .list-container .list-item {\r\n width: 100%;\r\n border: none;\r\n border-bottom: 1px solid silver;\r\n }\r\n\r\n .search-widget .list-container .list-item {\r\n border: 1px solid silver;\r\n border-width:1px 0 0 0;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Blog Summary\r\n ========================================================================== */\r\n\r\n/* This uses the .summary-widget class to override the rules in css_blogs_groups.css. */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n .summary-widget .groupSummaryContainer .sg-icon-wrapper,\r\n .summary-widget .blogSummaryContainer .blog-icon-wrapper {\r\n width: 33%;\r\n margin-{vb:stylevar right}: 10px;\r\n float:{vb:stylevar left};\r\n }\r\n\r\n #blogParticipants:before,\r\n #blogParticipants:after,\r\n #blogCommentEntries:before,\r\n #blogCommentEntries:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n #blogParticipants:after,\r\n #blogCommentEntries:after {\r\n clear: both;\r\n }\r\n\r\n #blogAbout {\r\n padding-top: 10px;\r\n }\r\n .blogSummaryContainer {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 10px;\r\n }\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Blog Admin\r\n ========================================================================== */\r\n\r\n/* Using really specific rules to override css_blogs_groups.css */\r\n</vb:comment>\r\n\r\n.blogAdminRight .blog-form-row .row-content .select-label {\r\n margin-top: 1em;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .blog-admin-content .blogAdminLeft {\r\n width: 30%;\r\n }\r\n .blog-admin-content .blogAdminRight {\r\n width: 69%;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 10px;\r\n }\r\n\r\n .blog-admin-content .blog-form-row {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 0;\r\n margin-top: 0;\r\n margin-bottom: 20px;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-title {\r\n float: none;\r\n width: 100%;\r\n padding-bottom: 6px;;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-content,\r\n .blog-admin-content .blog-form-row .row-description {\r\n width: 100%;\r\n margin: 0;\r\n }\r\n\r\n .blog-admin-content .blog-form-row .row-description {\r\n margin-top: 6px;\r\n }\r\n\r\n .row-content input[type=text] {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 0.25em;\r\n font-size: 1.076923077em;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n .blog-admin-content .blogAdminLeft,\r\n .blog-admin-content .blogAdminRight {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n float: none;\r\n width: 100%;\r\n }\r\n\r\n .blogAdminLeft li { padding: 0; display: none; }\r\n .blogAdminLeft ul.expanded li { display: block; }\r\n .blogAdminLeft ul.expanded li a,\r\n .blogAdminLeft li.blogAdminActive {\r\n display: block;\r\n padding: 12px;\r\n position: relative;\r\n background: {vb:stylevar side_nav_background};\r\n }\r\n\r\n .blogAdminLeft li.blogAdminActive:hover {\r\n background: {vb:stylevar side_nav_background_hover};\r\n cursor: pointer;\r\n }\r\n\r\n<vb:comment>\r\n /* Display a down arrow on the right side of the button.\r\n *\r\n * NOTE: The path to this image may need to change upon integrating\r\n * this CSS file into the main application. */\r\n</vb:comment>\r\n .blogAdminActive:after {\r\n content: \'\';\r\n position: absolute;\r\n {vb:stylevar right}: 12px;\r\n bottom: 12px;\r\n width: 20px;\r\n height: 20px;\r\n background: url(images/css/sprite_icons_vb_{vb:stylevar textdirection}.png) 8px -40px no-repeat;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive {\r\n background: #BBE;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive:hover {\r\n background: #B0B0E0;\r\n }\r\n .blogAdminLeft ul.expanded .blogAdminActive:after {\r\n background-position: -8px -40px;\r\n }\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Profile\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .profile-sidebar-widget .profile-menulist{margin:0px !important;}\r\n\r\n .profile-widget-layout .profile-sidebar-widget .widget-content {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n width: 100% !important;\r\n padding: 0px !important;\r\n }\r\n\r\n .profileContainer {padding: 10px;}\r\n\r\n .profile-sidebar-widget .profile-menulist {\r\n clear: both;\r\n width: 100%;\r\n margin: 0px;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n\r\n}\r\n\r\n\r\n<vb:comment>\r\n/* restyle profile image for responsive to allow more space for title, name, etc */\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n .profileContainer .profile-photo-wrapper.h-align-center{text-align:{vb:stylevar left};}\r\n .view-mode .interconnected-widgets .canvas-widget-list.section-0,\r\n .interconnected-widgets .canvas-widget-list.section-0 {width:100% !important;}\r\n .profileContainer .profile-photo-wrapper .profile-photo{max-height:100px !important;max-width:100px !important;}\r\n\r\n .profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}:10px;\r\n margin-bottom:10px;\r\n width:auto!important;\r\n }\r\n\r\n .view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1.has-adjacent-left-col {\r\n padding-{vb:stylevar left}:0 !important;\r\n }\r\n}\r\n\r\n\r\n@media only screen and (max-width:479px) {\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0 {\r\n width: 100% !important;\r\n display: block !important;\r\n float: none;\r\n height: auto !important;\r\n }\r\n\r\n\r\n\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:before,\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-0:after {\r\n clear: both;\r\n }\r\n\r\n\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list.section-1 {\r\n width: 100% !important;\r\n display: block !important;\r\n float: none;\r\n height: auto !important;\r\n }\r\n\r\n .canvas-layout-container .canvas-widget.profile-sidebar-widget {\r\n margin-bottom: 0;\r\n }\r\n\r\n\r\n .profile-sidebar-widget .profileContainer .profile-photo-wrapper {\r\n max-width:100px;\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n margin-bottom: 10px;\r\n }\r\n .profile-sidebar-widget .profileContainer .profile-acct .username {\r\n margin-top: 0;\r\n word-wrap: break-word;\r\n }\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* Put some spacing between the columns after they collapse to single column. */\r\n/*\r\n @media only screen and (max-width:479px) {\r\n .canvas-layout-container #canvas-layout-narrow-wide .canvas-widget-list.section-1 .canvas-widget.profile-widget,\r\n .canvas-layout-container #canvas-layout-narrow-wide .canvas-widget-list.section-1 .canvas-widget.subscriptions-widget{margin-top: 20px;}\r\n }\r\n*/\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n .canvas-layout-container #canvas-layout-narrow-wide .canvas-widget-list.section-0 {\r\n margin-bottom: 20px;\r\n }\r\n}\r\n\r\n\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Private Messages\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n\r\n.avatar.h-left > img {\r\n vertical-align: inherit;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n<vb:comment>\r\n /* Begin Private Message thread stacking.\r\n *\r\n * Replicate the rules for the conversation widget, but limit\r\n * them to the private message widget (since we start it at a higher\r\n * viewport width. */\r\n</vb:comment>\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo { width: 100%; float: none; display: block; text-align:{vb:stylevar left};padding: 10px 10px 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:before,\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo:after {\r\n clear: both;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo {\r\n *zoom: 1;\r\n }\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {\r\n width: 100%; float: none; display: block; margin: 0; }\r\n .private-message-widget-layout .conversation-content-widget .list-item-body-wrapper .pointer-left { top: -10px; {vb:stylevar left}: 39px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }\r\n .private-message-widget-layout .conversation-content-widget .thread-view .post-footer-wrapper .post-footer .divider,\r\n .private-message-widget-layout .conversation-content-widget .post-footer-wrapper .post-footer .divider { margin: 0; }\r\n\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo .avatar {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}: 10px;\r\n }\r\n\r\n .private-message-widget-layout .conversation-content-widget .list-container.thread-view .list-item .userinfo .author {\r\n margin-top:0;\r\n margin-{vb:stylevar right}:10px;\r\n word-wrap: break-word;\r\n }\r\n\r\n .private-message-widget-layout .userinfo .reputation {\r\n margin-{vb:stylevar right}: 10px;\r\n padding-{vb:stylevar left}: 0;\r\n }\r\n <vb:comment>\r\n/* End Private Message thread stacking */\r\n </vb:comment>\r\n\r\n}\r\n\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .section-1 .private-message-widget.empty { display: none; }\r\n\r\n .private-message-widget .main-pane h2.main-pane-header { margin-top: 20px; }\r\n\r\n\r\n .private-message-widget.conversation-content-widget .conversation-content {\r\n padding: 0;\r\n }\r\n\r\n .private-message-widget .widget-content .content-entry-box {\r\n margin: 15px 0;\r\n padding: 10px;\r\n }\r\n\r\n .content-entry-box.content-entry-box-reply .content-entry-box-header {\r\n margin-bottom: 0 !important;\r\n padding-top: 0;\r\n }\r\n\r\n #canvas-layout-wide-narrow .section-0 #privateMessageContainer .content-entry-box .entry-field,\r\n #canvas-layout-narrow-wide .section-1 #privateMessageContainer .content-entry-box .entry-field {\r\n width: 100%;\r\n }\r\n\r\n .private-message-widget .widget-content .content-entry-box.msg-type-new,\r\n .private-message-widget .widget-content .content-entry-box.msg-type-forward {\r\n padding: 0;\r\n }\r\n\r\n<vb:comment>\r\n /* Correct a strange 45px line-height to something more reasonabl */\r\n</vb:comment>\r\n .pm-request-list .message-item .pmRequestMesage,\r\n ul.pm-notification-list .message-item .notification-message {\r\n line-height: 1.2em !important;\r\n }\r\n\r\n .canvas-layout-container .widget-content > .private-message-search {\r\n width: 100% !important;\r\n }\r\n\r\n #pmSearchText {\r\n width: 80%;\r\n }\r\n\r\n .private-message-widget.conversation-content-widget .conversation-content {\r\n padding: 10px;\r\n }\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* ==========================================================================\r\n Private Message Toolbars\r\n ========================================================================== */\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:676px) {\r\n\r\n #pmFloatingBarContent .button + .split-button {\r\n min-width:0;\r\n margin-{vb:stylevar left}: 4px;\r\n }\r\n\r\n .private-message-toolbar .toolset button {\r\n min-width:0;\r\n padding: 1px 5px;\r\n margin-{vb:stylevar left}: 4px;\r\n }\r\n\r\n .private-message-toolbar .split-button .split-button-wrapper .button-set .button-text {\r\n min-width:0;\r\n padding-{vb:stylevar left}: 5px;\r\n padding-{vb:stylevar right}: 2px;\r\n }\r\n\r\n .private-message-widget .split-button .split-button-wrapper .button-set,\r\n .private-message-widget .split-button .split-button-wrapper {\r\n min-width:0;\r\n }\r\n .private-message-widget .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n width: auto;\r\n margin-{vb:stylevar right}:3px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:790px) {\r\n #pmBtnDelete,\r\n #pmBtnNotificationDelete {min-width:0;}\r\n\r\n #pmBtnDelete .icon,\r\n #pmBtnNotificationDelete .icon {display: inline-block; margin-{vb:stylevar right}:0;}\r\n\r\n #pmBtnDelete .phrase,\r\n #pmBtnNotificationDelete .phrase {display: none;}\r\n}\r\n\r\n@media only screen and (max-width:680px) {\r\n #btnMove,\r\n body button.pmBtnUndelete,\r\n .private-message-widget .split-button,\r\n .private-message-widget .split-button .split-button-wrapper,\r\n .private-message-widget .split-button .split-button-wrapper .button-set {\r\n min-width:0;\r\n width: auto;\r\n }\r\n #btnMove .icon { display: inline-block; }\r\n #btnMove .phrase { display: none; }\r\n #notificationPageto { padding-{vb:stylevar left}: 3px; padding-{vb:stylevar right}: 3px; width: 16px; }\r\n #privatemessagePaging { padding-{vb:stylevar right}: 2px; padding-{vb:stylevar left}: 5px; }\r\n}\r\n\r\n@media only screen and (max-width:640px) {\r\n .hideable-text { display: none; }\r\n #pmBtnMarkRead,\r\n #pmBtnMarkUnRead { min-width:0; }\r\n}\r\n\r\n@media only screen and (max-width:600px) {\r\n .private-message-widget button,\r\n #privateMessageContainer .private-message-widget button {\r\n padding-{vb:stylevar left}: 5px;\r\n padding-{vb:stylevar right}: 5px;\r\n margin-{vb:stylevar left}: 3px;\r\n }\r\n\r\n\r\n #pmFloatingBarContent .button + .split-button,\r\n #privateMessageContainer .button + .split-button {\r\n margin-{vb:stylevar left}: 3px;\r\n }\r\n .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n padding-{vb:stylevar left}: 0 !important;\r\n width: 16px;\r\n }\r\n #btnMove {\r\n padding-{vb:stylevar left}: 5px;\r\n padding-{vb:stylevar right}: 1px;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .view-mode .canvas-layout-container .private-message-widget.private-message-toolbar {\r\n -webkit-border-top-{vb:stylevar left}-radius: 3px;\r\n -moz-border-radius-top{vb:stylevar left}: 3px;\r\n border-top-{vb:stylevar left}-radius: 3px;\r\n }\r\n\r\n .split-button.h-left {\r\n height: 25px;\r\n }\r\n\r\n}\r\n\r\n#privateMessageContainer .toolset.h-left {\r\n padding: 5px;\r\n padding-{vb:stylevar right}: 10px;\r\n padding-{vb:stylevar left}: 6px;\r\n display: none;\r\n background: {vb:stylevar side_nav_background};\r\n border-bottom: {vb:stylevar side_nav_border};\r\n}\r\n\r\n@media only screen and (max-width:599px) {\r\n #privateMessageContainer .toolset.h-left {\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n padding-bottom:0;\r\n }\r\n #privateMessageContainer .toolset.h-left .button,\r\n #privateMessageContainer .toolset.h-left .split-button {\r\n margin-bottom: 5px;\r\n }\r\n #privateMessageContainer .toolset.h-left:before,\r\n #privateMessageContainer .toolset.h-left:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n #privateMessageContainer.toolset.h-left:after {\r\n clear: both;\r\n }\r\n\r\n}\r\n\r\n\r\n\r\n<vb:comment>responsive:css - media queries:profile page</vb:comment>\r\n\r\n<vb:comment>\r\n/* desktop view */\r\n/* private message button - cloned and relocated */\r\n</vb:comment>\r\n.profile_sidebar_content > .profileContainer > div.pm-button-container{display:none;}\r\n<vb:comment>\r\n/* Profile: Hide Customize Theme button for touchscreens. */\r\n</vb:comment>\r\nhtml.touch .button.primary.customize-theme { display: none !important; }\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n<vb:comment>\r\n /* profile settings: account tab */\r\n</vb:comment>\r\n div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.dialog-container.input-dialog.ui-draggable{width:95% !important;{vb:stylevar left}:10px !important;}\r\n div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.dialog-container.confirm-dialog-container.dialog-box{width:95% !important;}\r\n\r\n <vb:comment>\r\n /* profile settings: privacy and notifications - allow text break on spaces */\r\n </vb:comment>\r\n #privacyTab .prof_usersetting_row .settings_right label,\r\n #notificationsTab .prof_usersetting_row .settings_right .suboption label\r\n {white-space:normal !important;}\r\n\r\n <vb:comment>\r\n /* edit profile picture - modal */\r\n </vb:comment>\r\n div.edit-profile-photo-dialog-container,\r\n div.profile-media-upload-dialog{width:95% !important;}\r\n\r\n img.profile-photo{vertical-align:baseline;}\r\n\r\n <vb:comment>\r\n /* remove top set of action buttons */\r\n /*#profileSettings_form:first-child{display:none;}*/\r\n /* #profileSettings_form,#accountSettings_form,notificationSettings_form,privacySettings_form */\r\n </vb:comment>\r\n .action-buttons.h-right.top{display:none;}\r\n\r\n <vb:comment>\r\n /* fix status textarea - reducing size of padding on this element */\r\n </vb:comment>\r\n .section.about-status div.section-content textarea{padding:5px;}\r\n\r\n <vb:comment>\r\n /* remove excessive padding for mobile display */\r\n </vb:comment>\r\n .section .section-content.table .tr .td{padding: 10px 5px !important;}\r\n .section div.section-header{padding-{vb:stylevar left}:5px;}\r\n\r\n <vb:comment>\r\n /* private message button - cloned and relocated */\r\n </vb:comment>\r\n .conversation-toolbar > ul > li > a.pm_button{display:none;}\r\n .profile_sidebar_content > .profileContainer > div.pm-button-container {display:block}\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n<vb:comment>\r\n /* reduce font size for time zone select box - select for safari, anchor for other browsers */\r\n</vb:comment>\r\n .prof_usersetting_row .settings_right select.user_tzo.timezone_dropDown,\r\n .prof_usersetting_row .settings_right a.user_tzo.timezone_dropDown{font-size:.75em;}\r\n}\r\n\r\n<vb:comment>\r\n/* remove filter elements */\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n\r\n<vb:comment>\r\n /* hide \"Back to profile\" button, showing n subscriptions text */\r\n /*.button.secondary.back-button,.subscriptions-totalcount{display:none;}*/\r\n\r\n /* removes background image (vertical bar) from filter */\r\n </vb:comment>\r\n .conversation-toolbar-wrapper .conversation-toolbar .toolset-right > li,\r\n .toolbar-wrapper .horizontal-toolbar .toolset.h-right > li {background:none;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* profile: subscriptions,subscribers */\r\n/* by default, hide facade and display existing elements */\r\n</vb:comment>\r\n\r\n#subscriptionsTab .conversation-toolbar.rx-desktop .toolset-left{display:block;}\r\n#subscriptionsTab .conversation-toolbar.rx-facade-back-to-profile,\r\n#subscriptionsTab .conversation-toolbar.rx-facade-subscription-count{display:none;}\r\n#subscribersTab .conversation-toolbar.rx-desktop .toolset-left{display:block;}\r\n#subscribersTab .conversation-toolbar.rx-facade-back-to-profile,\r\n#subscribersTab .conversation-toolbar.rx-facade-subscriber-count{display:none;}\r\n.conversation-toolbar.rx-desktop > ul.toolset-right > li.toolbar-search{display:block;}\r\n\r\n@media only screen and (max-width:1050px) {\r\n\r\n #subscriptionsTab .conversation-toolbar.rx-desktop .toolset-left{display:none;}\r\n #subscriptionsTab .conversation-toolbar.rx-facade-back-to-profile,\r\n #subscriptionsTab .conversation-toolbar.rx-facade-subscription-count{display:block;}\r\n\r\n #subscribersTab .conversation-toolbar.rx-desktop .toolset-left{display:none;}\r\n #subscribersTab .conversation-toolbar.rx-facade-back-to-profile,\r\n #subscribersTab .conversation-toolbar.rx-facade-subscriber-count{display:block;}\r\n\r\n .conversation-toolbar.rx-desktop > ul.toolset-right > li.toolbar-search{display:none;}\r\n .profile-widget-layout .subscriptions-widget{min-width:332px;}\r\n\r\n #subscribersTab .conversation-toolbar.rx-facade-subscriber-count .subscribers-totalcount{margin-{vb:stylevar right}:20px;}\r\n\r\n <vb:comment>\r\n /* adjust width to match subscription-list-header and subscription-list */\r\n </vb:comment>\r\n .subscribeTabs .widget-tabs-panel .conversation-toolbar{margin-right:-1px;}\r\n .view-mode .widget-tabs .widget-tabs-nav{margin: 0 -1px -1px 0 !important;}\r\n #groupsTab{margin-right:-1px;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n .profile-widget-layout .subscriptions-widget{min-width:0 !important;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:registration page</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>/* Registration page */</vb:comment>\r\n div.registration-widget{padding:0 !important;border:none !important;}\r\n #regContent{border:none !important;margin:0 !important;background:none;}\r\n #regContent input{max-width:240px;}\r\n #regStep2{text-align:{vb:stylevar left};}\r\n #regStep2Btn{\r\n margin-top:10px;\r\n margin-bottom:10px;\r\n height:22px;\r\n font-weight:bold;\r\n background:none;\r\n background-color:#2379B5;\r\n color:#fff;\r\n -moz-border-radius:2px !important;\r\n -webkit-border-radius:2px !important;\r\n border-radius:2px !important;\r\n cursor: pointer;\r\n border: {vb:stylevar button_primary_border};\r\n }\r\n\r\n}\r\n\r\n@media only screen and (max-width:479px) {\r\n\r\n div.form-fieldset .form_row .label_column {\r\n display: block;\r\n width:100%;\r\n }\r\n\r\n div.form-fieldset .form_row .field_column {\r\n display: block;\r\n padding-top:5px;\r\n padding-bottom:20px;\r\n width:100%;\r\n }\r\n\r\n div.form-fieldset .form_row .field_column .imagereg_container {width:205px;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:social groups page</vb:comment>\r\n\r\n.groups-tab .conversation-toolbar ul.toolset-left{display:block;}\r\n.rx-facade-create-groups{display:none;}\r\n.rx-facade-show-groups{display:none;}\r\n\r\n@media only screen and (max-width:950px) {\r\n\r\n .groups-tab .conversation-toolbar .toolset-left .button-set > .button-text-primary{display:none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:900px) {\r\n\r\n .groups-tab .conversation-toolbar .toolset-left .button-set .sgFilter{min-width:28px}\r\n\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .groups-tab .conversation-toolbar ul.toolset-left{display:none;}\r\n .groups-tab .conversation-toolbar.rx-facade-create-groups,\r\n .groups-tab .conversation-toolbar.rx-facade-create-groups ul.toolset-left,\r\n .groups-tab .conversation-toolbar.rx-facade-show-groups,\r\n .groups-tab .conversation-toolbar.rx-facade-show-groups ul.toolset-left{display:block;}\r\n\r\n .sg-channel-content-widget .widget-content button{margin-{vb:stylevar left}:5px;padding-{vb:stylevar left}:2px !important;padding-{vb:stylevar right}:2px !important;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:search page</vb:comment>\r\n.search-results-widget .conversation-toolbar.mobile-search-results {display: none;}\r\n@media only screen and (max-width:767px) {\r\n\r\n #advancedSearchFields{padding:0 !important;}\r\n #rx-tags-column{display:block !important;}\r\n .form-row-daterange div.field_column {width:300px;min-width:300px;}\r\n .search-tips-dialog-container{width:95% !important;}\r\n\r\n <vb:comment>\r\n /* search results - mobile view */\r\n /*\r\n ***important note: existing desktop version of vb5 has layout issues\r\n if enough characters (19 chars or so) are added to keyword field, keywords control\r\n on search results page improperly positions search icon\r\n */\r\n </vb:comment>\r\n .searchPopupBody .searchFields_keywords + .search-btn {position:static;}\r\n .search-result-header .search-controls {margin-bottom:0px;}\r\n .search-controls .search-control-popup {margin-bottom:20px;display:block;margin-{vb:stylevar left}:0px;}\r\n .search-controls .search-control-popup .PopupContent {top:22px;}\r\n .search-controls .search-control-popup span{max-width:250px}\r\n .search-results-widget .widget-content,\r\n .search-results-widget .widget-content .search-result-header,\r\n .search-results-widget .widget-content .conversation-toolbar-wrapper{display:block;float:none;clear:both}\r\n .search-results-widget .conversation-toolbar-wrapper .conversation-toolbar .toolset-left > li {margin-{vb:stylevar right}:5px;}\r\n .conversation-toolbar .toolset-left .sort-controls label{display:none;}\r\n .search-results-widget .conversation-toolbar.desktop .toolset-right {display: none;}\r\n .search-results-widget .conversation-toolbar.mobile-search-results {display: block;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n\r\n <vb:comment>/* restyle all labels */</vb:comment>\r\n .add-search-fieldset .label_column\r\n {\r\n width:275px !important;\r\n height:18px !important;\r\n display:inline-block !important;\r\n clear:both !important;\r\n margin-top:20px !important;\r\n text-align:{vb:stylevar left};\r\n float:{vb:stylevar left};\r\n }\r\n\r\n <vb:comment>\r\n /* restyle all field columns */\r\n </vb:comment>\r\n .add-search-fieldset div.field_column{float:{vb:stylevar left};display:block;}\r\n .add-search-fieldset div.field_column label{float:{vb:stylevar left};max-width:250px;width:250px;}\r\n .add-search-fieldset div.field_column label input,\r\n .add-search-fieldset div.field_column label img{float:{vb:stylevar right};}\r\n\r\n <vb:comment>\r\n /* search header */\r\n </vb:comment>\r\n .search-fields-widget .widget-header{padding-{vb:stylevar left}:0px !important;}\r\n\r\n <vb:comment>\r\n /* buttons */\r\n </vb:comment>\r\n .advSearchForm .action-buttons{text-align:{vb:stylevar left};}\r\n .advSearchForm .action-buttons button{margin-{vb:stylevar left}:0px !important;margin-{vb:stylevar right}:7px !important;}\r\n\r\n <vb:comment>\r\n /* search: keywords */\r\n /* restyle TITLE ONLY checkbox */\r\n </vb:comment>\r\n .form-row-keywords .field_column,.form-row-members .field_column{padding:0 !important;}\r\n .form-row-keywords .info_column,.form-row-members .info_column{padding:0 !important;clear:both !important;float:{vb:stylevar left};text-align:{vb:stylevar left};}\r\n <vb:comment>/* restyle SEARCH TIPS */</vb:comment>\r\n a.search-tips{margin-top:2px !important;}\r\n\r\n .form-row-daterange div.field_column label.date-from{float:{vb:stylevar left};}\r\n .form-row-daterange div.field_column label.date-to{float:{vb:stylevar left};margin:0px !important;}\r\n .form-row-daterange div.field_column label.date-lastvisit input{float:{vb:stylevar left};}\r\n\r\n <vb:comment>/* search page: tags */</vb:comment>\r\n .form_layout .form-fieldset .form_row.form-row-tags .field_column .tag-editor-wrapper .add-tag-link {top:0;}\r\n <vb:comment>/* search page: tags modal dialog */</vb:comment>\r\n .tag-editor-dialog-container{width:93% !important;}\r\n .form-row-tags > .field_column{padding-bottom:0px !important;}\r\n\r\n <vb:comment>/* search page: date inputs */</vb:comment>\r\n .form-row-daterange .field_column .date-from,\r\n .form-row-daterange .field_column .date-to{float:{vb:stylevar right};margin-bottom:5px;}\r\n input.searchFields_from_date,\r\n input.searchFields_to_date {margin-{vb:stylevar left}:8px !important;width:150px !important;}\r\n\r\n <vb:comment>\r\n /* sort by, order */\r\n </vb:comment>\r\n .add-search-fieldset .form-row-sortby div.field_column{padding-bottom:0px !important;}\r\n .add-search-fieldset .label_column.sort-order{margin-top:0px !important;padding-top:0px !important;}\r\n .searchFields_order_field,.searchFields_order_direction{margin-bottom:5px;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:blogs page:incrementally shrink and remove elements</vb:comment>\r\n\r\n<vb:comment>\r\n/*\r\n As viewport shrinks the following breakpoints alter the display of, or hide,\r\n elements in the filter (conversation-toolbar) and blogs sub menu (ui-tabs-nav)\r\n\r\n @1150 reduce size of \"All\" button\r\n @1025 hide \"Show:\" label\r\n @860 hide \"My Blog Posts\" button in filter, hide \"Member Blogs\" link in blogs menu\r\n @767 parent container expands, re-display \"My Blog Posts\" button and \"Show:\" label\r\n\r\n note: These paths are specific to blogs and social groups in the path of a column with the\r\n style \"l-col__fixed-6\". The l-col__fixed-6 class replaced the bootstrap class span4.\r\n This class makes these controls too small to display all elements at certain widths.\r\n To limit the number of regressions introduced (VBV-9543), find/replace was used here.\r\n\r\n*/\r\n</vb:comment>\r\n@media only screen and (max-width:1150px) {\r\n\r\n <vb:comment>/* reduce size of \"All\" button */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showAll{min-width:50px;min-width:50px;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:1025px) {\r\n\r\n <vb:comment>/* hide \"Show:\" label */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:none;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:860px) {\r\n\r\n <vb:comment>/* hide \"My Blog Posts\" button */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:none;}\r\n\r\n <vb:comment>/* hide \"Member Blogs\" link */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-header > .module-title > .ui-widget-header > li > a[href=\"#memberblog-tab\"]{display:none;}\r\n\r\n}\r\n\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>\r\n /* re-display \"My Blog Posts\" button and \"Show:\" label */\r\n </vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:inline-block}\r\n .canvas-layout-row > .canvas-widget-list.l-col__fixed-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:inline-block;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n/*\r\n As viewport shrinks the following breakpoints alter the display of, or hide,\r\n elements in the filter (conversation-toolbar) and blogs sub menu (ui-tabs-nav)\r\n\r\n @1150 reduce size of \"All\" button\r\n @1025 hide \"Show:\" label\r\n @860 hide \"My Blog Posts\" button in filter, hide \"Member Blogs\" link in blogs menu\r\n @767 parent container expands, re-display \"My Blog Posts\" button and \"Show:\" label\r\n\r\n note: These paths are specific to blogs and social groups in the path of a column with the\r\n style \"l-col__flex-6\". The l-col__flex-6 class replaced the bootstrap class span8.\r\n This class makes these controls too small to display all elements at certain widths.\r\n To limit the number of regressions introduced (VBV-9543), find/replace was used here.\r\n\r\n*/\r\n</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>/* re-display \"My Blog Posts\" button and \"Show:\" label */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showMy{display:inline-block}\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left > li > .button-set > span.button-text-primary{display:inline-block;}\r\n\r\n}\r\n\r\n@media only screen and (max-width:400px) {\r\n\r\n <vb:comment>/* reduce size of \"All\" button */</vb:comment>\r\n .canvas-layout-row > .canvas-widget-list.l-col__flex-6 > .canvas-widget >\r\n .widget-tabs-panel > .ui-widget-content > .conversation-toolbar-wrapper >\r\n .conversation-toolbar > .toolset-left button.showAll{min-width:75px;min-width:75px;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:conversation buttons</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n .post-controls.h-right .editCtrl span.icon,\r\n .post-controls.h-right .flagCtrl span.icon,\r\n .post-controls.h-right .commentCtrl span.icon,\r\n .post-controls.h-right .quoteCtrl span.icon,\r\n .post-controls.h-right .voteCtrl span.icon,\r\n .post-controls .infractionCtrl .vb-icon,\r\n .post-controls.h-right .editCtrl span.vb-icon,\r\n .post-controls.h-right .flagCtrl span.vb-icon,\r\n .post-controls.h-right .commentCtrl span.vb-icon,\r\n .post-controls.h-right .quoteCtrl span.vb-icon,\r\n .post-controls.h-right .voteCtrl span.vb-icon {display: none;}\r\n\r\n <vb:comment>\r\n /* added button style for social group footer section */\r\n </vb:comment>\r\n .social-groups-widget .list-item-footer > .replylike_count li a,\r\n .social-groups-widget .widget-footer a,\r\n .post-controls.h-right .editCtrl span.label,\r\n .post-controls.h-right .flagCtrl span.label,\r\n .post-controls.h-right .commentCtrl span.label,\r\n .post-controls.h-right .quoteCtrl span.label,\r\n .post-controls.h-right .voteCtrl span.label,\r\n .post-controls .infractionCtrl .label,\r\n .post-links a.goto-post{\r\n color:#fff;\r\n margin: 0 1px;\r\n background-color:#2379B5;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n position: relative;\r\n text-align: center;\r\n display:inline-block;\r\n height: 18px;\r\n line-height: 18px;\r\n padding: 0 1em;\r\n outline: 0;\r\n text-decoration: none;\r\n }\r\n\r\n .social-groups-widget .list-item-footer > .replylike_count li a{margin-bottom:5px;padding:0 0.5em;}\r\n .social-groups-widget .widget-footer a {margin-top:5px;padding:0 0.5em;}\r\n .social-groups-widget .list-container .list-item .list-item-footer .replylike_count li{margin-{vb:stylevar right}:2px;}\r\n .social-groups-widget .widget-content .list-item-header .author.h-left{margin-{vb:stylevar right}:5px;}\r\n\r\n .post-controls.h-right{margin-{vb:stylevar left}:0;}\r\n\r\n <vb:comment>\r\n /* remove link and divider(s) */\r\n </vb:comment>\r\n .post-links .see-link.more{display:none}\r\n .post-links span{display:none}\r\n\r\n <vb:comment>\r\n /* set goto post text color to white */\r\n </vb:comment>\r\n .post-links a.goto-post{color:#fff !important;}\r\n\r\n <vb:comment>\r\n /* set quote text color to orange */\r\n </vb:comment>\r\n .post-footer-wrapper .post-footer .post-controls .quoteCtrl.selected .label {color: {vb:stylevar post_controls_quote_active_text_color} !important;}\r\n\r\n .post-controls.h-right{float:{vb:stylevar left};margin-{vb:stylevar left}:8px !important;}\r\n .post-controls.h-right > li {margin-{vb:stylevar left}:3px !important;}\r\n .post-controls.h-right .postcount span.icon,.post-controls.h-right .postcount span.vb-icon{display:none;}\r\n\r\n <vb:comment>\r\n /* resize comment textarea box to fit within container and remove container margins */\r\n </vb:comment>\r\n .list-item-body-wrapper div.comment-entry-box{margin-{vb:stylevar left}:0 !important;margin-{vb:stylevar right}:0 !important;}\r\n}\r\n\r\n<vb:comment>\r\n/* reducing padding for small viewport size to allow more room for footer buttons */\r\n</vb:comment>\r\n@media only screen and (max-width:479px) {\r\n\r\n .social-groups-widget .list-item-footer > .replylike_count li a,\r\n .social-groups-widget .widget-footer a,\r\n .post-controls.h-right .editCtrl span.label,\r\n .post-controls.h-right .flagCtrl span.label,\r\n .post-controls.h-right .commentCtrl span.label,\r\n .post-controls.h-right .quoteCtrl span.label,\r\n .post-controls.h-right .voteCtrl span.label,\r\n .post-links a.goto-post{\r\n padding: 0 .8em;\r\n }\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:contact us page</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #pagetitle,\r\n form.vbform.block .blockhead,\r\n form.vbform.block .blockbody .blocksubhead{margin-top:10px;}\r\n\r\n form.vbform.block .blockfoot input{\r\n margin-top:10px;\r\n margin-bottom:10px;\r\n background-color:#2379B5;\r\n color:#fff;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n cursor: pointer;\r\n border: {vb:stylevar button_primary_border};\r\n }\r\n\r\n <vb:comment>\r\n /* contact us */\r\n </vb:comment>\r\n .contactusFields_subject_container label{display:block;}\r\n .contactusFields input,.contactusFields textarea{max-width:240px;}\r\n .contactusFields_other_subject{display:block;margin-top:10px;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:channel-content-widget</vb:comment>\r\n\r\n<vb:comment>\r\n/*\r\n\r\n These style rules apply to the channel-content-widget\r\n This appears on the Forum and Social Groups pages\r\n\r\n Sub-Channel: <Forum>\r\n Sub-Channel: <Social Group>\r\n\r\n*/\r\n\r\n/* desktop defaults: display existing button */\r\n</vb:comment>\r\n.conversation-toolbar .toolset-left button.new-conversation-btn{display:inline-block;}\r\n.channel-content-widget .channel-controls > button.new-conversation-btn{display:none;}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>\r\n /* mobile view: display new facade/cloned button */\r\n </vb:comment>\r\n .conversation-toolbar .toolset-left button.new-conversation-btn{display:none;}\r\n .channel-content-widget .channel-controls > button.new-conversation-btn{display:inline-block;}\r\n\r\n <vb:comment>/* change size and padding of buttons */</vb:comment>\r\n .channel-content-widget .channel-controls {padding-bottom:2px !important;}\r\n .channel-content-widget .channel-controls > button{min-width:58px;padding-{vb:stylevar left}:6px;padding-{vb:stylevar right}:6px;}\r\n <vb:comment>/* padding-{vb:stylevar left}:5px;padding-{vb:stylevar right}:5px;margin-{vb:stylevar left}:5px;*/</vb:comment>\r\n\r\n <vb:comment>/* hide all button icons */</vb:comment>\r\n .channel-content-widget .channel-controls > button > span.button-icon{display:none;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:breadcrumbs page section</vb:comment>\r\n\r\n<vb:comment>\r\n/* Fix for a weird main CSS rule that fails to catch the\r\n* unlinked last breadcrumb. */\r\n</vb:comment>\r\n#breadcrumbs .ellipsis {\r\n line-height: 16px !important;\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n #breadcrumbs{ margin-bottom: 0 10px 12px; padding-top: 10px; clear: both; }\r\n}\r\n\r\n@media only screen and (max-width:480px) {\r\n #breadcrumbs{ margin: 0 10px 10px;}\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:channel-tabbar page section</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n<vb:comment>\r\n /*\r\n #channel-tabbar\r\n #mobile-main-menu\r\n #mobile-main-menu-sections\r\n #mobile-main-menu-search\r\n */\r\n</vb:comment>\r\n\r\n #channel-tabbar{height:28px;}\r\n #channel-tabbar ul li.section-item {display: none;}\r\n #channel-tabbar .section-item a.h-left{float:none !important;}\r\n\r\n <vb:comment>\r\n /* channel-tabbar: add bottom margin space */\r\n </vb:comment>\r\n #channel-tabbar{margin-bottom:2px !important;}\r\n\r\n <vb:comment>\r\n /* SECTIONS tabs - background and color */\r\n </vb:comment>\r\n #channel-tabbar ul li.section-item,\r\n #channel-tabbar ul li.section-item a,\r\n #channel-tabbar ul li.section-item.current,\r\n #channel-tabbar ul li.section-item.current a {color:#000;background-position:-0px -100px !important;line-height:28px;height:28px;width:100%;}\r\n\r\n <vb:comment>\r\n /* remmed arrows\r\n #channel-tabbar ul li.section-item .mobile.dropdown-icon .icon{background-position:-48px 0 !important;height:6px;width:9px;margin: 0 5px 2px;display: inline-block;position:relative;top:-15px;}\r\n #channel-tabbar ul li.section-item.current .mobile.dropdown-icon .icon{background-position:-32px 0 !important;height:6px;width:9px;margin: 0 5px 2px;display: inline-block;position:relative;top:-15px;}\r\n */\r\n</vb:comment>\r\n\r\n #channel-tabbar ul {float:none;}\r\n #channel-tabbar ul li.section-item span.icon.h-right,#channel-tabbar ul li.section-item span.vb-icon.h-right {margin-top:11px;margin-{vb:stylevar right}:11px;}\r\n #channel-tabbar ul li.section-item.current span.icon.h-right,#channel-tabbar ul li.section-item.current span.vb-icon.h-right {margin-{vb:stylevar right}:10px;}\r\n #channel-tabbar ul li.section-item > span {float:{vb:stylevar right};}\r\n #channel-tabbar .mobile.sections{\r\n width:100%;\r\n height:28px;\r\n line-height:28px;\r\n display:inline-block;\r\n }\r\n #channel-tabbar .mobile.sections .collapsed{color:#F1F1F1;} <vb:comment>/* copied color from css_global.css.xml : #header .toolbar .username-container #lnkLoginSignupMenu */</vb:comment>\r\n\r\n #mobile-main-menu {display:block;}\r\n #mobile-main-menu .sections-title{font-weight:bold}\r\n #mobile-main-menu-sections,#mobile-main-menu-search{width:90%}\r\n #mobile-main-menu-sections span{display:inline-block;cursor:pointer;}\r\n #mobile-main-menu-sections div.main-menu-control-sections{background: none repeat scroll 0 0 #F6F6F6;}\r\n #mobile-main-menu-sections div.main-menu-control-sections.collapsed{background:inherit;background-position:none;}\r\n #mobile-main-menu-sections {display:inline-block;}\r\n #mobile-main-menu-search {display:none;}\r\n\r\n <vb:comment>\r\n /* sections icon (triple horizontal lines) */\r\n </vb:comment>\r\n #mobile-main-menu-sections .sections-menu-icon .icon.collapsed{background-position: -0px -0px;}\r\n #mobile-main-menu-sections .sections-menu-icon .icon{\r\n background-position: -16px -0px;\r\n display: inline-block;\r\n height: 11px;\r\n width: 12px;\r\n margin: 0px 5px 0px 5px;\r\n }\r\n\r\n<vb:comment>\r\n /* sections text */\r\n</vb:comment>\r\n #mobile-main-menu-sections div.main-menu-control-sections.collapsed{background-position: -0px -0px;}\r\n #mobile-main-menu-sections div.main-menu-control-sections{\r\n background-position: -0px -50px;\r\n display: inline-block;\r\n height: 28px;\r\n margin: 0px;\r\n }\r\n\r\n<vb:comment>\r\n /* sections arrow */\r\n</vb:comment>\r\n #mobile-main-menu-sections .sections-icon .icon.collapsed{background-position: -32px -0px;}\r\n #mobile-main-menu-sections .sections-icon .icon{\r\n background-position: -48px -0px;\r\n display: inline-block;\r\n height: 6px;\r\n width: 9px;\r\n margin: 0px 5px 2px 5px;\r\n }\r\n\r\n <vb:comment>\r\n /* remove padding */\r\n </vb:comment>\r\n #channel-tabbar ul li.section-item a{padding:0 !important;text-indent:5px;border:0;}\r\n\r\n\r\n <vb:comment>\r\n /* prevent hover restyling */\r\n </vb:comment>\r\n #channel-tabbar ul li.current a,\r\n #footer-tabbar ul li.current a,\r\n #channel-tabbar ul li.current a:hover,\r\n #footer-tabbar ul li.current a:hover,\r\n .edit-mode #channel-tabbar ul li.current a:hover,\r\n .edit-mode #footer-tabbar ul li.current a:hover {\r\n border:none;\r\n background:none;\r\n border-radius:none;\r\n }\r\n\r\n}\r\n\r\n\r\n<vb:comment>responsive:css - media queries:channel-tabbar page section:search form</vb:comment>\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n #searchForm fieldset input.search-term {\r\n\r\n position:absolute;\r\n width:100%;\r\n margin:0;\r\n padding:0;\r\n border-radius:0 0 0 0;\r\n box-shadow:none;\r\n float:{vb:stylevar left};\r\n outline: medium none;\r\n list-style: none outside none;\r\n vertical-align: middle;\r\n line-height: 1.5em;\r\n color: #777777;\r\n font-size: 1.1em;\r\n -moz-appearance: none;\r\n -moz-transition: all 0.1s linear 0s;\r\n height: 32px;\r\n min-height: 32px;\r\n text-indent:10px;\r\n\r\n }\r\n\r\n #searchForm{\r\n\r\n float:{vb:stylevar right};\r\n height: 0;\r\n width: 100%;\r\n overflow: visible;\r\n position: relative;\r\n text-align:{vb:stylevar right};\r\n z-index: 2;\r\n background: none repeat scroll 0 0 transparent;\r\n border: medium none;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 100%;\r\n list-style: none outside none;\r\n outline: 0 none;\r\n vertical-align: baseline;\r\n\r\n }\r\n\r\n #searchForm .search-inputs{\r\n text-align:{vb:stylevar left};\r\n float:{vb:stylevar left};\r\n position: relative;\r\n width: 100%;\r\n clear: both;\r\n }\r\n}\r\n\r\n@media only screen and (max-width:767px) {\r\n\r\n<vb:comment>\r\n /*\r\n #channel-tabbar\r\n #mobile-main-menu\r\n #mobile-main-menu-sections\r\n #mobile-main-menu-search\r\n */\r\n</vb:comment>\r\n\r\n #mobile-main-menu .mobile-search .icon {\r\n display: inline-block;\r\n margin-top:5px;\r\n height: 17px;\r\n width: 16px;\r\n text-indent: -99999px;\r\n }\r\n\r\n #mobile-main-menu-search {height: 28px;}\r\n\r\n <vb:comment>/* setting to 26px b/c 1px border */</vb:comment>\r\n #searchForm fieldset input.search-term{height:26px;min-height:26px;line-height:26px;}\r\n\r\n}\r\n\r\n#mobile-main-menu .mobile-search{position:relative;}\r\n#mobile-main-menu .mobile-search .icon.h-right{margin: 5px;}\r\n\r\n\r\n<vb:comment>responsive:css:video resizing</vb:comment>\r\n\r\n.videocontainer {\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n#youtube-video{\r\n position: absolute;\r\n top: 0;\r\n {vb:stylevar left}: 0;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:nav tabs to select:click event registered and handled by rx.ListToSelect object</vb:comment>\r\n<vb:comment>\r\n/*\r\n This file styles nav tabs and select boxes to hide/show depending on viewport size\r\n\r\n Home\r\n Blogs\r\n Profile\r\n Social Groups\r\n Profile:subscriptions\r\n*/\r\n\r\n/*\r\n At larger viewport set default styles: show tab nav and hide select box\r\n*/\r\n\r\n/* Profile page : subscriptions */\r\n</vb:comment>\r\n.subscriptionsContainer > .subscribeTabs > ul.widget-tabs-nav {display:block;background-color:blue}\r\n.subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav {display:none;}\r\n\r\n<vb:comment>\r\n/* activity stream -- home */ /* blog posts */ /* social group tabs */\r\n</vb:comment>\r\ndiv.activity-stream-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.activity-stream-widget > .widget-header > .module-title.h-left > select {display:none;}\r\n\r\n<vb:comment>\r\n/* activity stream -- main forum */\r\n</vb:comment>\r\ndiv.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:inline-block;}\r\ndiv.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:none;margin:5px 0 5px 5px;}\r\n\r\n<vb:comment>\r\n/* activity stream -- main forum(else) */\r\n</vb:comment>\r\ndiv.channel-content-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.channel-content-widget > .widget-header > .module-title.h-left > select {display:none;margin:5px 0 5px 5px;}\r\n\r\n<vb:comment>\r\n/* activity stream -- blog */\r\n</vb:comment>\r\ndiv.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:inline-block;}\r\ndiv.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > select {display:none;}\r\n\r\n<vb:comment>\r\n/* activity stream -- blog(else) */\r\n</vb:comment>\r\ndiv.blog-channel-content-widget > .widget-header > .module-title.h-left > ul {display:inline-block;}\r\ndiv.blog-channel-content-widget > .widget-header > .module-title.h-left > select {display:none;}\r\n\r\n<vb:comment>\r\n/* activity stream -- blog new entry */\r\n</vb:comment>\r\ndiv.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > ul {display:inline-block;}\r\ndiv.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:none;}\r\n\r\n<vb:comment>\r\n/* profile nav tabs */\r\n/* profile is different from the rest ...\r\nbecause the tab navs don\'t reside in the widget header\r\n*/\r\n</vb:comment>\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > ul.widget-tabs-nav {display:block;}\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav {display:none;width:100%;}\r\ndiv.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav > select {margin:5px 0 5px 5px;}\r\n\r\n\r\n<vb:comment>\r\n/*\r\n At this breakpoint hide tab nav and show select box\r\n*/\r\n</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n\r\n <vb:comment>\r\n /* give the select some space within its container */\r\n </vb:comment>\r\n #content .widget-tabs .widget-tabs-nav {\r\n height: auto !important;\r\n }\r\n <vb:comment>\r\n /* Gregg\'s note:\r\n *\r\n * Trying to get around explicitly setting heights on elements like\r\n * the container for the select box. Instead of setting a height, better\r\n * to set padding and let the container determine its own height based\r\n * on whatever elements are inside it.\r\n */\r\n</vb:comment>\r\n #content .widget-tabs .widget-tabs-nav .module-title {\r\n padding: 3px;\r\n height: auto !important;\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n }\r\n <vb:comment>\r\n /* #content .widget-tabs .widget-tabs-nav .module-title select{margin-top:3px;margin-{vb:stylevar left}:3px;} /* home */\r\n /* #content .widget-tabs .widget-tabs-nav select{margin-top:3px;margin-{vb:stylevar left}:3px;} /* forum */\r\n\r\n\r\n /* widget_subscription.xml */\r\n /* Profile page : subscriptions */\r\n </vb:comment>\r\n .subscriptionsContainer > .subscribeTabs > ul.widget-tabs-nav {display:none;}\r\n .subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav {display:block;background-color:red}\r\n .subscriptionsContainer > .subscribeTabs > div.widget-tabs-nav > select {margin-{vb:stylevar left}:3px;margin-bottom:3px;}\r\n\r\n\r\n<vb:comment>\r\n /* widget_4.xml,widget_bloghome.xml,widget_sghome.xml */\r\n /* hide activity stream tabs, show activity stream select box -- home */\r\n /* hide blog tabs, show blog posts select box -- blogs */\r\n /* hide social group tabs, show select box */\r\n </vb:comment>\r\n div.activity-stream-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.activity-stream-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n <vb:comment>\r\n /* widget_5.xml */\r\n /* hide activity stream tabs, show activity stream select box -- main forum */\r\n </vb:comment>\r\n div.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:none !important;}\r\n div.channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:inline-block;}\r\n\r\n <vb:comment>\r\n /* hide activity stream tabs, show activity stream select box -- main forum (else) */\r\n </vb:comment>\r\n div.channel-content-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.channel-content-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n\r\n <vb:comment>\r\n /* widget_blogchanneldisplay.xml */\r\n /* hide activity stream tabs, show activity stream select box -- blog */\r\n </vb:comment>\r\n div.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > .widget-tabs-nav > ul.ui-tabs-nav {display:none;}\r\n div.blog-channel-content-widget > .widget-content > .channel-conversation-list-wrapper > select {display:inline-block;}\r\n\r\n <vb:comment>\r\n /* hide activity stream tabs, show activity stream select box -- blog (else) */\r\n </vb:comment>\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n\r\n <vb:comment>\r\n /* widget_blognewentry.xml -- note: these have vb comments around them at this time */\r\n\r\n /* hide activity stream tabs, show activity stream select box -- blog new entry */\r\n </vb:comment>\r\n div.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > ul {display:none;}\r\n div.blog-channel-content-widget > .channel-conversation-list-wrapper > .widget-tabs-nav > select {display:inline-block;}\r\n\r\n\r\n .activity-stream-widget select,\r\n div.widget-tabs-nav > select {\r\n font-size: 14px;\r\n outline: 0;\r\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAGCAYAAADOic7aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTZBOTk1RjMxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTZBOTk1RjQxRjZCMTFFMUFDRjA5NUJCNzg2QTA1OEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNkE5OTVGMTFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNkE5OTVGMjFGNkIxMUUxQUNGMDk1QkI3ODZBMDU4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtOZMNcAAABeSURBVHjaYmBgYJgGxP8J4JkMIMb//zgxCDAD8XY8hhwAYjZiDAIBfiC+hMWQh0AsClNEjEEgIA3ET5AM+QbEusgKiDWIAarxM9SgEHRJUgwCAT8grsMmgc8ggAADAGY/m1aWUowGAAAAAElFTkSuQmCC) no-repeat 99% 50%;\r\n -webkit-appearance: none;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n -ms-box-sizing: border-box;\r\n -o-box-sizing: border-box;\r\n box-sizing: border-box;\r\n border: 0;\r\n border-{vb:stylevar left}: 0;\r\n padding: 0.25em 24px 0.25em 10px;\r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n border-radius: 0;\r\n display: inline-block;\r\n }\r\n\r\n\r\n body.ie .activity-stream-widget select,\r\n html.firefox .activity-stream-widget select {\r\n background: none !important;\r\n }\r\n\r\n<vb:comment>\r\n /* hide activity stream tabs, show activity stream select box -- blog entry (else) */\r\n /* remmed out: blog (else) handles this one\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > ul {display:none;}\r\n div.blog-channel-content-widget > .widget-header > .module-title.h-left > select {display:inline-block;}\r\n */\r\n</vb:comment>\r\n\r\n<vb:comment>\r\n /* profile nav tabs */\r\n</vb:comment>\r\n div.profile-widget > .widget-content > .profile-container > .widget-tabs > ul.widget-tabs-nav {display:none;}\r\n div.profile-widget > .widget-content > .profile-container > .widget-tabs > div.widget-tabs-nav {display:inline-block;}\r\n\r\n}\r\n\r\n<vb:comment>responsive:css - media queries:modal windows</vb:comment>\r\n@media only screen and (max-width:767px) {\r\n\r\n .prompt-dialog-container {width:95% !important;}\r\n .prompt-dialog-container .ui-dialog-titlebar{border:none;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* Photo Carousel: iPhone landscape */\r\n</vb:comment>\r\n@media only screen and (max-width:480px) {\r\n\r\n .slideshow {padding:0px !important;background:{vb:stylevar photo_background};}\r\n .slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {width:421px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip-horizontal {width:344px;height:52px;}/*width:234px*/\r\n .slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {width:421px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip .jcarousel-item {width:70px;height:52px;overflow:hidden;}\r\n .slideshow .jcarousel-item .image {max-width:300px;max-height:200px;width:auto;height:auto;}\r\n\r\n body > div.slideshow-dialog{width:421px !important;height:357px !important;}\r\n body > div.slideshow-dialog > div.slideshow {height:357px !important;width:421px !important;}\r\n div.slideshow-wrapper > div.jcarousel-next,div.slideshow-wrapper > div.jcarousel-prev {top:80px !important;}\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item,\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item > div.image-wrapper{width:421px !important;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n/* Photo Carousel: iPhone portrait */\r\n</vb:comment>\r\n@media only screen and (max-width:320px) {\r\n\r\n .slideshow {padding:0px !important;background:{vb:stylevar photo_background};}\r\n .slideshow .slideshow-wrapper > .jcarousel-clip-horizontal {width:311px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip-horizontal {width:250px;height:52px;}/*234*/\r\n .slideshow .slideshow-wrapper > .jcarousel-clip .jcarousel-item {width:311px;height:200px;}\r\n .slideshow .thumbnails > .jcarousel-clip .jcarousel-item {width:70px;height:52px;overflow:hidden;}\r\n .slideshow .jcarousel-item .image {max-width:300px;max-height:200px;width:auto;height:auto;}\r\n\r\n body > div.slideshow-dialog{width:311px !important;height:357px !important;}\r\n body > div.slideshow-dialog > div.slideshow {height:357px !important;width:311px !important;}\r\n div.slideshow-wrapper > div.jcarousel-next,div.slideshow-wrapper > div.jcarousel-prev {top:80px !important;}\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item,\r\n body > div.slideshow-dialog > div.slideshow-wrapper.jcarousel-container.jcarousel-container-horizontal > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item > div.image-wrapper{width:311px !important;}\r\n\r\n}\r\n\r\n<vb:comment>\r\n /* fix to addition of float:none to css_global.css.xml */\r\n</vb:comment>\r\n @media only screen and (max-width:767px) {\r\n .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list{float:{vb:stylevar left};}\r\n }\r\n\r\n<vb:comment>\r\n /* make all the Activity Stream tabs visible and prevent the Forum tab content to bleed out of the available width when in the narrow 30% column */\r\n</vb:comment>\r\n @media only screen and (max-width:1060px) {\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .widget-header .module-title,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .widget-header .module-title {height:auto !important;}\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget #forum-tab,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget #forum-tab,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container th,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container th,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container td,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container td {overflow:hidden;}\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-forum,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-forum,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .cell-forum,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .cell-forum {\r\n width:50%;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .posts-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .posts-count {\r\n padding-{vb:stylevar left}:2px;\r\n padding-{vb:stylevar right}:2px;\r\n width:25%;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-topics,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .topics-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .topics-count {\r\n padding-{vb:stylevar left}:4px;\r\n }\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .posts-count,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .posts-count {\r\n padding-{vb:stylevar right}:4px;\r\n }\r\n <vb:comment>\r\n /* Hide Last Post column */\r\n </vb:comment>\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-lastpost,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-lastpost,\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-item .lastpost,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-item .lastpost {\r\n display:none;\r\n }\r\n\r\n <vb:comment>\r\n /* Add border to the right of the Posts column which is now the last column as a result of hiding the Last Post column */\r\n </vb:comment>\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget .forum-list-container .forum-list-header .header-posts,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget .forum-list-container .forum-list-header .header-posts {\r\n border-{vb:stylevar right}:{vb:stylevar post_border};\r\n }\r\n\r\n #canvas-layout-wide-narrow .canvas-widget-list.section-1 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav,\r\n #canvas-layout-narrow-wide .canvas-widget-list.section-0 .activity-stream-widget.widget-tabs .widget-header.widget-tabs-nav .ui-tabs-nav {\r\n height: auto;\r\n }\r\n }\r\n\r\n <vb:comment>\r\n /* post reply preview element: resize for smaller viewport */\r\n </vb:comment>\r\n @media only screen and (max-width:800px) {\r\n .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.dialog-container.dialog-box.ui-draggable{width:93% !important;}\r\n }\r\n\r\n<vb:comment>\r\n /* remove middle columns and widen outer columns for better iPhone portrait display */\r\n</vb:comment>\r\n @media only screen and (max-width:767px) {\r\n .topic-list-container .topic-list .cell-lastpost{min-width:150px !important;}\r\n }\r\n /*\r\n * We\'re in a transtional state to getting the CSS organized. For now, I\'m grouping these .l-small rules\r\n * here to go with the replace the max-width:479px media query they were apart of. VBV-9793\r\n * These are .topic-list-container rules.\r\n */\r\n .l-small .topic-list-container .topic-list-header .header-icons {display:none;}\r\n .l-small .topic-list-container .topic-list-header .header-stats {display:none;}\r\n .l-small .topic-list-container .topic-list-header .header-lastpost span {white-space:nowrap;padding-{vb:stylevar right}:5px;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-icons{display:none;}\r\n .l-small .topic-list-container .topic-list .cell-count{display:none;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-topic{padding:5px;width:70%;}\r\n .l-small .topic-list-container .topic-list .cell-lastpost{padding:5px;min-width:150px;width:30%;}\r\n\r\n .l-small .topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper{margin-{vb:stylevar left}:0px;width:100%;}\r\n .l-small .topic-list-container .topic-list .topic-item .cell-topic .topic-info{margin-{vb:stylevar left}:0px;}\r\n\r\n .l-small .topic-list-container .topic-list .cell-lastpost .avatar{margin-{vb:stylevar right}:5px;}\r\n\r\n /*\r\n * The statistics UI also uses the .table, .tr, and .td classes. We need !important here because the\r\n * \".table .td\" rule also uses !important for display: table-cell.\r\n */\r\n .l-small .sg-statistics, .l-small .blogChannel-statistics{display:none !important;}\r\n\r\n\r\n <vb:comment>\r\n /* encapsulate debug info */\r\n </vb:comment>\r\n @media only screen and (max-width:480px) {#debug-information-wrapper{overflow:auto;width:480px;max-width:480px;}}\r\n @media only screen and (max-width:320px) {#debug-information-wrapper{overflow:auto;width:320px;max-width:320px;}}\r\n\r\n<vb:comment>\r\n /* reset size of slider */\r\n</vb:comment>\r\n @media only screen and (max-width:480px) {\r\n html.touch .ui-timepicker-div .ui_tpicker_hour .ui-slider-horizontal,\r\n html.touch .ui-timepicker-div .ui_tpicker_minute .ui-slider-horizontal{width:42%;}\r\n }\r\n\r\n<vb:comment>\r\n /* fix for filter 1px off (found on home,blogs,groups)*/\r\n</vb:comment>\r\n @media only screen and (max-width:479px) {\r\n\r\n .activity-stream-widget .conversation-toolbar-wrapper .conversation-toolbar{margin-top:-1px;}\r\n\r\n }\r\n\r\n <vb:comment>\r\n /* fix for responsive display of profile image upload form */\r\n </vb:comment>\r\n @media only screen and (max-width:767px) {\r\n\r\n #editProfilePhotoDlg .profile-img-option-container .profile-img-option-field > input{width:90% !important;margin-bottom:10px;}\r\n\r\n }\r\n\r\n\r\n <vb:comment>\r\n /* fix for responsive display of group icon upload form */\r\n\r\n /* only display radio button and label if fileinput class exists in html element */\r\n /* see \'New Topic form\' section above */\r\n </vb:comment>\r\n .rx-modal-label.blog-form-row{display:inline;display:inline-block;}\r\n .rx-modal-label.blog-form-row.rx-fileinput{display:none;}\r\n html.fileinput .rx-modal-label.blog-form-row.rx-fileinput{display:inline;display:inline-block;}\r\n\r\n .rx-modal.ui-dialog {border-radius: 3px 3px 3px 3px;padding:0;}\r\n\r\n .rx-modal.ui-widget-header {\r\n background: none;\r\n border:none;\r\n color:none;\r\n font-weight:none;\r\n }\r\n\r\n .rx-modal.ui-dialog .ui-dialog-titlebar {\r\n background: {vb:stylevar popup_header_background};\r\n border:{vb:stylevar popup_border};\r\n border-radius:3px 3px 0 0;\r\n border-width:0 0 1px;\r\n font-size:18px;\r\n height:30px;\r\n line-height:30px;\r\n }\r\n\r\n .rx-modal.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{display:none;}\r\n .rx-modal-label.blog-form-row .row-title{float:{vb:stylevar left};width:20px;}\r\n\r\n .rx-modal .blog-form-row .row-content{width:auto;}\r\n .rx-modal input[type=\"radio\"]{margin:0;}\r\n\r\n .rx-modal{max-width:600px;}\r\n\r\n @media only screen and (max-width:767px) {\r\n\r\n .rx-modal{max-width:400px;}\r\n\r\n .rx-modal{height:auto;width:93% !important;{vb:stylevar left}:10px !important;}\r\n .rx-modal .sgicon-upload-form .blog-form-row{margin:0;}\r\n .rx-modal .sgicon-upload-form > div{margin-top:10px;}\r\n .rx-modal .sgicon-upload-form .rx-modal-label.blog-form-row{margin-top:30px;}\r\n\r\n .rx-modal .sgIconUploader{margin: 15px 2px 15px 2px;overflow:hidden;padding:6px !important;}\r\n .rx-modal .sgIconUploader h4{margin-bottom:10px;}\r\n .rx-modal .btnSGIconUrlSubmit{margin-bottom:10px;}\r\n\r\n .rx-modal-label.blog-form-row .row-title input{margin-{vb:stylevar left}:0;}\r\n .rx-modal-label.blog-form-row .row-content{float:{vb:stylevar left};width:250px;}\r\n .rx-modal-content.blog-form-row .row-content{width:275px;float:{vb:stylevar left};margin-top:10px;}\r\n\r\n .rx-modal.file-chooser .button, html.fileinput .file-chooser span.button.custom-upload-button{\r\n display:inline-block;\r\n height:24px;\r\n width:auto;\r\n padding:0;\r\n font-size:12px !important;\r\n }\r\n\r\n }\r\n\r\n <vb:comment>\r\n /* new blog form buttons */\r\n </vb:comment>\r\n @media only screen and (max-width:480px) {\r\n .blogAdminForm .action-buttons {width: 80%;}\r\n }\r\n\r\n <vb:comment>\r\n /* profile conversation style */\r\n </vb:comment>\r\n @media only screen and (max-width:480px) {\r\n #profileTabs .conversation-list .list-item .post-header .post-action-wrapper{padding-{vb:stylevar right}:10px;}\r\n .conversation-list .list-item-header .info .post-date{margin-{vb:stylevar left}:0 !important}\r\n .conversation-list .list-item-header .info.h-right{padding-top:5px;float:{vb:stylevar left};width:90%;}\r\n\r\n <vb:comment>\r\n /* since markup difference between page implementations, need extra rules */\r\n </vb:comment>\r\n #activity-stream-tab .conversation-list .list-item-header .info.h-right{margin-{vb:stylevar left}:0;}\r\n }\r\n\r\n <vb:comment>\r\n /* ckeditor overflow issue on iphone portrait - New Topic and Blog edit description fields */\r\n </vb:comment>\r\n @media only screen and (max-width:480px) {\r\n #cke_ckeditor-bare > span{overflow:hidden;}\r\n #cke_ckeditor-bare-edit > span{overflow:hidden;}\r\n }\r\n\r\n <vb:comment>\r\n /* Forum post edit buttons - cancel,preview,delete,go advanced,save */\r\n </vb:comment>\r\n @media only screen and (max-width:1000px) {\r\n #newTextForm .action-buttons div button.button{margin-bottom:10px;}\r\n }\r\n\r\n <vb:comment>\r\n /* Blog (page):Latest Comments (widget) - width needs to decrease with shrinking viewport */\r\n </vb:comment>\r\n @media only screen and (max-width:1225px) {\r\n .list-container .list-item .list-item-body .conversation_slider .photo_container {width:100%;}\r\n }\r\n\r\n <vb:comment>\r\n /* User Profile\'s edit subscriber page buttons */\r\n </vb:comment>\r\n @media only screen and (max-width:1225px) {\r\n #subscriptionsTab .subscriptionsContent .subscription-list .subscription-button button span.button-icon{display:none}\r\n }\r\n\r\n <vb:comment>\r\n /* User Profile\'s edit subscriber page section-1 widget (subscriptions,subscribers,groups) */\r\n </vb:comment>\r\n @media only screen and (max-width:767px) {\r\n .view-mode .interconnected-widgets .canvas-layout-row.has-columns .canvas-widget-list.section-1 {border:0 !important;}\r\n }\r\n\r\n <vb:comment>\r\n /* User Profile\'s edit subscriber page subscriptions,subscribers,groups list - reduce padding at smaller view */\r\n </vb:comment>\r\n @media only screen and (max-width:480px) {\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.first_column{padding-left:7px !important;padding-right:0px !important;}\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.second_column{padding-left:7px !important;padding-right:0px !important;}\r\n .profile-widget-layout .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td.third_column{padding-left:7px !important;padding-right:7px !important;}\r\n }\r\n\r\n <vb:comment>\r\n /* groups tab */\r\n </vb:comment>\r\n div#groupsTab{padding:5px !important;}\r\n @media only screen and (min-width:767px) {\r\n\r\n .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius:0;}\r\n .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius:0;}\r\n\r\n }\r\n\r\n <vb:comment>\r\n /* chrome,safari (but not opera) style overrides */\r\n </vb:comment>\r\n html.no-firefox.no-opera .subscribersContent,\r\n html.no-firefox.no-opera .subscriptionsContent{margin-{vb:stylevar right}:-2px;}\r\n /* exclude IE8 */\r\n html.no-firefox.no-opera body.ie8 .subscribersContent,\r\n html.no-firefox.no-opera body.ie8 .subscriptionsContent{margin-{vb:stylevar right}:0;}\r\n\r\n @media only screen and (min-width:550px) and (max-width:1050px) {\r\n html.no-firefox.no-opera .subscribersContent,\r\n html.no-firefox.no-opera .subscriptionsContent{margin-right:-3px !important;}\r\n }\r\n\r\n<vb:comment>\r\n /**\r\n *\r\n * conversation toolbar\r\n * style for mobile versus desktop\r\n *\r\n **/\r\n</vb:comment>\r\n @media only screen and (max-width:990px) {\r\n\r\n <vb:comment>\r\n /* hide left (button) container and search - both copied and displayed on new toolbar row */\r\n </vb:comment>\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-left{display:none;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-search{display:none;}\r\n\r\n <vb:comment>\r\n /* show mobile toolbar, search and buttons */\r\n </vb:comment>\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search{display:block !important;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search li.toolbar-search {display: block;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search li.post-buttonset {display: block;}\r\n\r\n <vb:comment>\r\n /* remove pagenav (pagination) background */\r\n </vb:comment>\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav{background:none;}\r\n\r\n <vb:comment>\r\n /* filter options: display vertically and remove border-left */\r\n </vb:comment>\r\n .conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {display:block;border-{vb:stylevar left}:none;}\r\n\r\n <vb:comment>\r\n /* resize search */\r\n </vb:comment>\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search > ul.toolset-right > li.toolbar-search div.search-container{width:159px;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.mobile-search > ul.toolset-right > li.toolbar-search div.search-container input{width:121px;}\r\n\r\n <vb:comment>\r\n /* resize pagination arrows */\r\n </vb:comment>\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows{width:112px;}\r\n .conversation-view > .conversation-toolbar-wrapper > .conversation-toolbar.desktop > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows a{width:55px;}\r\n .widget-tabs-panel .conversation-toolbar-wrapper > .conversation-toolbar > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows{width:82px;}\r\n .widget-tabs-panel .conversation-toolbar-wrapper > .conversation-toolbar > ul.toolset-right > li.toolbar-pagenav div.horizontal-arrows a{width:35px;}\r\n ul.toolset.h-right > li.pagenav-controls div.horizontal-arrows{width:71px;} <vb:comment>/* profile notifications: arrows 35px wide, x2 = 70px + 1px border = 71px */</vb:comment>\r\n ul.toolset.h-right > li.pagenav-controls div.horizontal-arrows a{width:35px;}\r\n\r\n }\r\n\r\n <vb:comment>/* display subnav vertically at smaller viewport size */</vb:comment>\r\n @media only screen and (max-width:767px) {\r\n #channel-subtabbar ul {width:100%;border-bottom:none;}\r\n #channel-subtabbar ul li {border-bottom:1px solid #D3D5D6;margin-left:0px;float:none;}\r\n #channel-subtabbar ul li a{margin-left:6px}\r\n }','template',1377647777,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(138,-1,'css_search.css','$final_rendered = \'/* \r\n For the advanced search and search results pages.\r\n Anything related to the popups was left together in css_global.css because\r\n the popup is also being used in the header and to keep those rules together.\r\n*/\r\n\r\n\r\n.search-controls{\r\n display: inline-block;\r\n position:relative;\r\n margin-bottom:20px;\r\n}\r\n\r\n.search-result-header .search-stats {\r\n color: #555555;\r\n margin-bottom: 12px;\r\n}\r\n\r\n\r\n.search-controls a, .search-controls a:active, .search-controls a:visited{\r\n color:#FFF !important;\r\n text-decoration: underline;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset.form-fieldset input.searchFields_keywords,\r\n.search-fields-widget .searchConfigFields .add-search-fieldset.form-fieldset input.searchFields_author {\r\n width:97.9%;\r\n}\r\n.search-results-widget .highlight,\r\n.help-widget .highlight{\r\n background-color: \' . vB_Template_Runtime::fetchStylevar(\"search_result_highlight_color\") . \';\r\n}\r\n.canvas-widget.search-fields-widget #advancedSearchFields {\r\n padding: 0 0px;\r\n}\r\n.search-fields-widget #advancedSearchFields .add-search-fieldset {\r\n display: table;\r\n width: 100%;\r\n table-layout: fixed;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset .label_column {\r\n display: table-cell;\r\n width: 22%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 15px;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset .info_column {\r\n display: table-cell;\r\n width: 22%;\r\n\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 15px;\r\n}\';','/* \r\n For the advanced search and search results pages.\r\n Anything related to the popups was left together in css_global.css because\r\n the popup is also being used in the header and to keep those rules together.\r\n*/\r\n\r\n\r\n.search-controls{\r\n display: inline-block;\r\n position:relative;\r\n margin-bottom:20px;\r\n}\r\n\r\n.search-result-header .search-stats {\r\n color: #555555;\r\n margin-bottom: 12px;\r\n}\r\n\r\n\r\n.search-controls a, .search-controls a:active, .search-controls a:visited{\r\n color:#FFF !important;\r\n text-decoration: underline;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset.form-fieldset input.searchFields_keywords,\r\n.search-fields-widget .searchConfigFields .add-search-fieldset.form-fieldset input.searchFields_author {\r\n width:97.9%;\r\n}\r\n.search-results-widget .highlight,\r\n.help-widget .highlight{\r\n background-color: {vb:stylevar search_result_highlight_color};\r\n}\r\n.canvas-widget.search-fields-widget #advancedSearchFields {\r\n padding: 0 0px;\r\n}\r\n.search-fields-widget #advancedSearchFields .add-search-fieldset {\r\n display: table;\r\n width: 100%;\r\n table-layout: fixed;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset .label_column {\r\n display: table-cell;\r\n width: 22%;\r\n padding-{vb:stylevar right}: 15px;\r\n}\r\n.search-fields-widget .searchConfigFields .add-search-fieldset .info_column {\r\n display: table-cell;\r\n width: 22%;\r\n\r\n padding-{vb:stylevar left}: 15px;\r\n}','template',1375732737,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'); INSERT INTO `template` VALUES (139,-1,'css_sitebuilder.css','$final_rendered = \'\' . \'\' . \'\r\n.viewport {\r\n overflow: hidden;\r\n position: relative;\r\n}\r\n.viewport .overview {\r\n padding: 0;\r\n margin: 0;\r\n position: relative;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n top: 0;\r\n}\r\n.scrollbar {\r\n position: relative;\r\n margin: 20px 0 0;\r\n clear: both;\r\n height: 4px;\r\n}\r\n.scrollbar .track {\r\n height:4px;\r\n position: relative;\r\n background:#000;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.scrollbar .thumb {\r\n width:14px;\r\n height: 14px;\r\n cursor: pointer;\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n top: 50%;\r\n margin-top:-7px;\r\n background: transparent url(images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll 0 -144px;\r\n}\r\n.scrollbar.disable {\r\n visibility: hidden;\r\n}\r\n\' . \'\' . \'\r\n\r\n.edit-mode .blockrow {\r\n margin-bottom:15px;\r\n}\r\nbody.edit-mode .textbox.stretch,\r\nbody.edit-mode .sb-dialog .textbox.stretch {\r\n height: 24px;\r\n width:100%;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\nbody.edit-mode #sitebuilder-wrapper .textbox,\r\nbody.edit-mode .sb-dialog .textbox {\r\n padding:3px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_field_border\") . \';\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_form_text_color\") . \';\r\n}\r\nbody.edit-mode #sitebuilder-wrapper textarea.textbox,\r\nbody.edit-mode .sb-dialog textarea.textbox {\r\n height:auto;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.conversation-content-widget .widget-content {\r\n padding-top:5px;\r\n}\r\n.edit-mode .post-footer-wrapper .post-footer .post-controls {\r\n display:none !important;\r\n}\r\n.edit-mode .pollresults {\r\n display: block !important;\r\n}\r\n.edit-mode .pollresults .action-buttons {\r\n display: none !important;\r\n}\r\n.edit-mode form.poll {\r\n display: none !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':134px;\r\n color:#828891;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget {\r\n border-color: #E2E5E8;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget.shadow {\r\n -moz-box-shadow: 1px 2px 3px #EEEEEE;\r\n -webkit-box-shadow: 1px 2px 3px #EEEEEE;\r\n box-shadow: 1px 2px 3px #EEEEEE;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget .widget-header .module-title,\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget .widget-content {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.container-widget .canvas-widget .widget-header .module-title {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':153px;\r\n}\r\n.edit-mode .conversation-content-widget .main-header {\r\n font-weight:bold;\r\n width:100%;\r\n}\r\n.edit-mode .conversation-content-widget .main-header > .hide-on-editmode {\r\n margin:0 15px;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-widget .widget-header .sort-by,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-widget .widget-header .sort-by {\r\n display:none;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item {\r\n padding: 0;\r\n display:inline;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item span {\r\n height: 24px;\r\n width: 24px;\r\n}\r\n.edit-mode .conversation-list.stream-view.activity-view .list-item:hover .list-item-header .goto-post {\r\n display:none;\r\n}\r\n.edit-mode .conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-list.stream-view,\r\n.edit-mode .conversation-toolbar-wrapper + .conversation-list.stream-view {\r\n margin-top:5px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons {\r\n margin-top:-12px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.hide-icon input {\r\n margin: 0 0 1px;\r\n vertical-align: bottom;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.move-icon {\r\n cursor:move;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.move-icon span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -64px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.edit-button span,\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.edit-menu span,\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.axd-edit-button span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -32px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.close-button span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll 0 -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.toggle-button.collapse span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -96px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.toggle-button.expand span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -128px -64px;\r\n}\r\n.edit-mode .post-footer-wrapper .post-footer .divider {\r\n display:none;\r\n}\r\n.content-row {\r\n margin-bottom:10px;\r\n line-height:22px;\r\n}\r\n#content .field-label {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:125px;\r\n font-weight:bold;\r\n line-height:18px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#content .field-value {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n line-height:20px;\r\n width:82%;\r\n}\r\n#content .field-value .field-value-row {\r\n margin-top:5px;\r\n}\r\n#content .field-value #pagetitle {\r\n width:400px;\r\n}\r\n.ie7 #content .field-value #pagetitle {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-15px;\r\n}\r\n#content .field-value #pagetemplate {\r\n width:402px;\r\n}\r\n.ie #content .field-value #pagetemplate {\r\n width:404px;\r\n}\r\n#content .field-value #ddPageTemplate {\r\n width:403px;\r\n}\r\n#content .field-value #pagelink {\r\n width:200px;\r\n}\r\n#content .field-value input[type=checkbox] {\r\n vertical-align:middle;\r\n}\r\n#content .field-value input[type=checkbox] + label {\r\n font-size:11px;\r\n vertical-align:middle;\r\n}\r\n#page-header-container {\r\n margin-top:5px;\r\n padding:0 10px 10px 10px;\r\n}\r\n#page-header-container .option {\r\n margin-top:10px;\r\n}\r\n#page-header-container .option > label,\r\n#pagelink-container .option > label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n#pagelink-container .option span,\r\n#pagelink-container #resturl,\r\n#pagelink-container #subdomain,\r\n#displaylink.url-style {\r\n font-family:\\\'Courier New\\\', Arial\r\n}\r\n#page-header-container .option .subitem {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':26px;\r\n display:none;\r\n}\r\n#page-header-container .option .subitem .note {\r\n font-size:11px;\r\n line-height:16px;\r\n width:420px;\r\n margin-top:2px;\r\n}\r\n#pagelink-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':120px;\r\n display:none;\r\n}\r\n#pagelink-container .option {\r\n padding-top:10px;\r\n}\r\n#pagelink-container .option span {\r\n cursor:default;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-layout .canvas-widget-list.has-adjacent-right-col,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-layout .canvas-widget-list.has-adjacent-right-col {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':1px dashed #C0C0C0;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-layout .canvas-layout-row,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-layout .canvas-layout-row {\r\n border-bottom:1px dashed #C0C0C0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns + .canvas-layout-row.no-columns,\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.no-columns + .canvas-layout-row.no-columns + .canvas-layout-row.no-columns {\r\n border-bottom:0 !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget-list .module-item.ui-draggable {\r\n visibility:hidden;\r\n}\r\n.canvas-layout-container .canvas-widget-highlight {\r\n border:3px dashed #C0C0C0;\r\n background:transparent;\r\n line-height:24px;\r\n width:100%;\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n}\r\n.canvas-layout-container .canvas-widget-highlight + .canvas-widget-highlight {\r\n display:none;\r\n}\r\n.canvas-widget-item .edit-button {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n margin:8px 5px 5px 0;\r\n}\r\n.channel-list .channel-item .num-subchannels {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n height: 16px;\r\n font-size 13px;\r\n line-height: 16px;\r\n margin: 6px 6px 0 0;\r\n color: #333;\r\n}\r\n.channel-list .channel-item .toggle-button {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:16px;\r\n height:16px;\r\n border:1px solid #9D9DCF;\r\n color:#9D9DCF;\r\n background:#E7E7F8;\r\n cursor:pointer;\r\n font-size:13px;\r\n font-weight:bold;\r\n line-height:13px;\r\n text-align:center;\r\n margin:6px 2px 0 0;\r\n}\r\n.canvas-layout-container .canvas-widget-item .close-button,\r\n.channel-list .channel-item .close-button {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:16px;\r\n height:16px;\r\n border:1px solid #CF9D9D;\r\n color:#CF9D9D;\r\n background:#F8E7E7;\r\n cursor:pointer;\r\n font-size:13px;\r\n font-weight:bold;\r\n line-height:15px;\r\n text-align:center;\r\n margin:7px 0 0 0;\r\n}\r\n.drag-highlight {\r\n text-align:center;\r\n margin:5px;\r\n font-size:14px;\r\n line-height:32px;\r\n color:#C0C0C0;\r\n background:transparent;\r\n}\r\n.canvas-widget .grip-icon {\r\n margin-top:2px;\r\n}\r\n.edit-mode .sb-dialog .action-buttons .admin-button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n.edit-mode .dialog-container {\r\n border:0;\r\n -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\\\'#ffffff\\\')\";\r\n}\r\n.edit-mode .dialog-container,\r\n.edit-mode #edit-page-dropdown .tab,\r\n.edit-mode #edit-page-dropdown #save-page-form,\r\n.edit-mode #manage-page-dropdown .tab,\r\n.edit-mode #manage-page-dropdown #manage-pages,\r\n.edit-mode #edit-navbar,\r\n.edit-mode .dialog-container .notice,\r\n.config-site-panel {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_body_text_color\") . \';\r\n}\r\n.edit-mode .dialog-container .ui-dialog-titlebar {\r\n padding:25px 30px 20px 30px;\r\n height:24px;\r\n}\r\n.edit-mode .dialog-container .ui-dialog-titlebar,\r\n.edit-mode .main-header {\r\n font:bold 24px/18px \\\'Helvetica Condensed\\\',\\\'Arial Narrow\\\',Helvetica,Arial,sans-serif;\r\n text-transform:uppercase;\r\n}\r\n\r\n.edit-mode .dialog-container.prompt-dialog .ui-dialog-titlebar {\r\n font-size:18px;\r\n line-height:11px;\r\n padding:20px 25px 18px 25px;\r\n}\r\n.edit-mode .dialog-container .ui-widget-header {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background.backgroundColor\") . \' url(images/css/bckg_stripe.png) repeat scroll 0 0;\r\n border-width:0 0 1px 0;\r\n border-style:solid;\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_line_top_color\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_body_text_color\") . \';\r\n}\r\n.edit-mode .dialog-container .sb-dialog {\r\n padding:30px 55px 27px 55px;\r\n border-width:1px 0 0 0;\r\n border-style:solid;\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_line_bottom_color\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_body_text_color\") . \';\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n}\r\n.edit-mode .dialog-container .sb-dialog.search-tips-dialog {\r\n padding:30px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog.search-tips-dialog code {\r\n color:inherit;\r\n}\r\n.edit-mode .search-tips-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n margin-top: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n top: 10px;\r\n}\r\n.edit-mode .dialog-container.prompt-dialog .sb-dialog {\r\n padding:30px;\r\n}\r\n.edit-mode .dialog-container.input-dialog .ui-dialog-titlebar .ui-dialog-title {\r\n margin:0;\r\n}\r\n.edit-mode .dialog-container.input-dialog .ui-dialog-titlebar .ui-dialog-title .dialog-subtitle {\r\n font: \' . vB_Template_Runtime::fetchStylevar(\"body_font\") . \';\r\n font-weight: normal;\r\n text-transform:none;\r\n display:block;\r\n margin-top:5px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .dialog-content .icon + .message {\r\n width:331px;\r\n}\r\n.edit-mode .dialog-container.dialog-box .dialog-content .icon.warning-icon {\r\n background: url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll 0 -96px transparent;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .dialog-content .notice {\r\n background: none;\r\n border: 0;\r\n padding: 5px 0;\r\n}\r\n#preview-dialog .dialog-content {\r\n z-index:-9999;\r\n position:relative;\r\n height:99%;\r\n margin-top:0;\r\n}\r\n.channel-config-dialog{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_body_text_color\") . \';\r\n}\r\n.channel-config-dialog a{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n\r\n.channel-config-dialog .dialog-content .loading-icon {\r\n margin:16px 0 0 -8px;\r\n}\r\n.edit-mode .dialog-container.ui-dialog {\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n}\r\n.edit-mode .main-header {\r\n font:bold 24px/18px \\\'Helvetica Condensed\\\',\\\'Arial Narrow\\\',Helvetica,Arial,sans-serif;\r\n text-transform:uppercase;\r\n}\r\n.edit-mode .subheader {\r\n font-size:16px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_subheader_text_color\") . \';\r\n}\r\n.edit-mode .body-text {\r\n font-size:13px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .comments {\r\n font-style:italic;\r\n font-size:12px;\r\n border-width:1px 0;\r\n border-style:solid;\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_popup_comment_line_color\") . \';\r\n padding:10px 0 8px;\r\n margin:30px 0 0;\r\n}\r\n.dialog-container .sb-dialog #imageUrl {\r\n width:316px;\r\n}\r\n.ie7 .dialog-container .sb-dialog #imageUrl {\r\n width:300px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.dialog-container.site-logo-dialog-container .sb-dialog .body-text {\r\n vertical-align:top;\r\n height:24px;\r\n line-height:24px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#config-dialog form {\r\n height:100%;\r\n}\r\n#config-dialog .dialog-content {\r\n height:82%;\r\n overflow-y:auto;\r\n}\r\n#config-dialog .widget-name {\r\n margin-bottom:5px;\r\n}\r\n#config-dialog .dialog-content .widget-config-container {\r\n border:1px solid #C0C0C0;\r\n}\r\n#config-dialog .dialog-content .widget-config-container.notice {\r\n border:0;\r\n}\r\n#config-dialog .dialog-content .channel-config-dialog {\r\n border:1px solid #C0C0C0;\r\n margin-top:5px;\r\n padding:5px;\r\n display:none;\r\n}\r\n#config-dialog .dialog-content .config-row {\r\n padding:5px;\r\n}\r\n#config-dialog .dialog-content .config-row.odd {\r\n /*background:#F3F3F3;*/\r\n}\r\n#config-dialog .dialog-content .config-row .config-label,\r\n#config-dialog .dialog-content .config-row .config-value {\r\n width:48%;\r\n}\r\n#config-dialog .dialog-content .config-row .config-value label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n padding:0 5px;\r\n}\r\n#config-dialog .dialog-content .config-textbox {\r\n width:97%;\r\n}\r\n.advancedSearchFields .config-required-mark,\r\n#config-dialog .config-required-mark {\r\n width:3%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n color:#FF0000;\r\n font:bold 17px Courier New, Verdana, Arial;\r\n}\r\n.searchSwitchToForm .widget-note,\r\n#config-dialog .widget-note {\r\n font-size: 11px;\r\n padding-top: 5px;\r\n}\r\n#config-dialog .widget-note .config-required-mark {\r\n padding:0;\r\n}\r\n#thumbnail-list {\r\n width:100%;\r\n margin-bottom:15px;\r\n}\r\n.sb-site-new #preview-dialog .dialog-content {\r\n min-height: 700px;\r\n height:auto;\r\n}\r\n.ie7.sb-site-new #preview-dialog .dialog-content {\r\n height:703px;\r\n}\r\n#preview-dialog .dialog-content {\r\n height: 99%;\r\n margin-top: 0;\r\n position: relative;\r\n z-index: -9999;\r\n}\r\n.site-list {\r\n width:100%;\r\n background:#FFF;\r\n}\r\n.sb-site-save .site-list tbody.site-row-body tr:hover,\r\n.sb-site-save .site-list tbody.site-row-body tr.selected {\r\n background:#E3EAF3;\r\n cursor:default;\r\n}\r\n.site-list th,\r\n.site-list td {\r\n border-color:#C0C0C0;\r\n}\r\n.site-list td {\r\n vertical-align:top;\r\n}\r\n.sb-site-mgr .site-list .site-active-col {\r\n width:6%;\r\n}\r\n.sb-site-mgr .site-list .site-desc-col {\r\n width:36%;\r\n}\r\n.sb-site-mgr .site-list .site-edit-col {\r\n width:8%;\r\n}\r\n.sb-site-mgr .site-list .site-edit {\r\n padding:0;\r\n vertical-align:middle;\r\n}\r\n.sb-site-mgr .site-list .site-name,\r\n.sb-site-mgr .site-list .site-desc-text,\r\n.sb-site-mgr .site-list .see-all,\r\n.sb-site-mgr .site-list .site-url {\r\n line-height:19px;\r\n}\r\n.site-list .site-name-col {\r\n width:20%;\r\n}\r\n.site-list .site-desc-col {\r\n width:50%;\r\n}\r\n.site-list .site-url-col {\r\n width:30%;\r\n}\r\n.site-list .site-desc .see-all {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n font-size:11px;\r\n width:45px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.site-list .site-desc .site-desc-text {\r\n text-align:justify;\r\n}\r\n.site-list .site-active,\r\n.site-list .site-edit {\r\n text-align:center;\r\n}\r\n#site-form .site-field .field-label {\r\n height:22px;\r\n line-height:22px;\r\n width:20%;\r\n}\r\n#site-form .site-field .field-value {\r\n width:80%;\r\n}\r\n#site-form .site-field .field-value input,\r\n#site-form .site-field .field-value textarea{\r\n width:99.7%;\r\n}\r\n#site-form .site-field {\r\n margin-bottom:5px;\r\n\r\n}\r\n.sb-site-install #content {\r\n background:#FFF;\r\n}\r\n.sb-site-install .install-dialog-container-1.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .install-dialog-container-2.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .install-dialog-container-3.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .settings-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none !important;\r\n}\r\n.sb-site-install .ui-widget-content a,\r\n.sb-site-install .ui-widget-content a:active,\r\n.sb-site-install .ui-widget-content a:visited {\r\n color:#4682B4;\r\n}\r\n.sb-site-install .ui-widget-content a:hover {\r\n color:#6B9BC3;\r\n}\r\n.sb-site-install #customernumber {\r\n width:290px;\r\n}\r\n.sb-site-install .dialog-content .body {\r\n margin-top:8px;\r\n}\r\n.sb-site-install #install-dialog-1 .dialog-content .body label {\r\n height:60px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n margin-top:4px;\r\n font-weight:bold;\r\n}\r\n.sb-site-install.ie7 #install-dialog-1 .dialog-content .body label {\r\n margin-top:7px;\r\n}\r\n.sb-site-install #install-dialog-1 .dialog-content .body .note {\r\n width:290px;\r\n display:inline-block;\r\n}\r\n.sb-site-install #install-dialog-2 .action-buttons {\r\n border-top:0;\r\n margin-top:10px;\r\n text-align:center;\r\n}\r\n.sb-site-install #install-dialog-2 .action-buttons button {\r\n height:30px;\r\n font-size:12px;\r\n}\r\n.sb-site-install .progressbar {\r\n border: 1px solid #349EE6;\r\n height: 25px;\r\n margin-top: 10px;\r\n width: 100%;\r\n}\r\n.sb-site-install .progressbar .filled {\r\n background:#349EE6;\r\n font-size:16px;\r\n height:100%;\r\n line-height:25px;\r\n text-align:center;\r\n}\r\n.sb-site-install .progressbar .filled span {\r\n margin:0 2px;\r\n}\r\n.sb-site-install #install-dialog-3 .action-buttons {\r\n border-top:0;\r\n}\r\n.sb-site-install #thumbnail-list {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':30px;\r\n margin-bottom:10px;\r\n width:auto;\r\n}\r\n.sb-site-install.ie7 #thumbnail-list {\r\n margin-bottom:0;\r\n}\r\n.sb-site-install #preview-dialog .dialog-content {\r\n height:700px;\r\n}\r\n.field-label {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:120px;\r\n font-weight:bold;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n.field-value {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n line-height:20px;\r\n}\r\n.field-value input[type=text] {\r\n width:400px;\r\n}\r\n.field-value .note {\r\n width:402px;\r\n}\r\n.field-value .field-value-row {\r\n margin-top:5px;\r\n}\r\n.sb-site-install #install-details {\r\n display:none;\r\n border:2px inset #C0C0C0;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n width:100%;\r\n height:100px;\r\n overflow-y:auto;\r\n margin-top:10px;\r\n}\r\n.sb-site-install #install-details div {\r\n margin:2px;\r\n}\r\n/*Channel Widget*/\r\n.channel-config-dialog .add-channel-container {\r\n margin:5px 0 10px 0;\r\n padding:8px 8px 8px 0;\r\n}\r\n.channel-config-dialog .add-channel-container label {\r\n font-weight:bold;\r\n}\r\n.searchFields_tag .tag-input,\r\n.autocomplete-container input{\r\n width:auto !important;\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n.searchSwitchToAdvanced label, .searchSwitchToForm label {\r\n cursor:pointer;\r\n color: #4682B4;\r\n text-decoration: none;\r\n}\r\n.advancedSearchFields .searchFields_searchJSON {\r\n width:70%;\r\n height:100px;\r\n}\r\n.channel-config-dialog .add-channel-container .add-channel-fieldset input{\r\n width:80%;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short{\r\n width:200px;\r\n}\r\n.advancedSearchFields .tag-box .tag{\r\n margin-top:0px;\r\n margin-bottom:0px;\r\n}\r\n\r\n#tag-box-searchFields_tag .tag{\r\n margin-top: 0;\r\n}\r\n.channel-config-dialog .add-channel-container .add-channel-fieldset button ,\r\n.advancedSearchFields .add-search-container .add-search-fieldset button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"checkbox\"],\r\n.advancedSearchFields .add-search-container .add-search-fieldset select,\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"radio\"]{\r\n width:auto;\r\n}\r\n\r\n.channel-config-dialog .channel-list {\r\n\' . \'\' . \'\r\n min-height:0px !important;\r\n overflow-y:auto;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container {\r\n border:1px dotted #868686;\r\n /*min-height:87px;*/\r\n margin-bottom:10px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':2px;\r\n padding-top:5px;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n overflow-x:auto;\r\n}\r\n.channel-config-dialog .channel-list .channel-item-highlight {\r\n min-height:32px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container > .grip-icon {\r\n margin:-3px 0 0 1px;\r\n}\r\n.channel-config-dialog .channel-list .channel-item-container .channel-item,\r\n.channel-config-dialog .channel-list .channel-item-highlight {\r\n background: #EFF3F8;\r\n border: 1px solid #B0C4DE;\r\n margin: 0 0 8px 15px;\r\n padding: 0 5px;\r\n width:530px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .grip-icon {\r\n margin-top:2px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .close-button {\r\n margin-top:6px;\r\n}\r\n\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button,\r\n.channel-config-dialog .channel-list .channel-item .channel-to-category,\r\n.channel-config-dialog .channel-list .channel-item .category-to-channel {\r\n font-weight: bold;\r\n height: 16px;\r\n margin: 6px 5px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button {\r\n width: 16px;\r\n text-align: center;\r\n}\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button a {\r\n color:#2E8AE6;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container-highlight,\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item-highlight {\r\n border-style:dashed;\r\n background:transparent;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container-highlight {\r\n border-color:#FFF;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':30px;\r\n min-height:10px;\r\n}/*\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container .channel-item,\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container .channel-item-highlight {\r\n width:95.98%;\r\n}*/\r\n.channel-config-dialog .channel-list .channel-item .channel-title {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n min-height: 16px;\r\n line-height: 16px;\r\n margin: 5px;\r\n font-size:12px;\r\n width:322px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title div {\r\n font-weight:normal;\r\n min-height:18px;\r\n line-height:18px;\r\n border:1px dashed transparent;\r\n cursor:text;\r\n color:#222;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title div:hover {\r\n border-color:#C0C0C0;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title input {\r\n width:100%;\r\n display:none;\r\n padding:0;\r\n}\r\n.channel-config-dialog .dialog-content {\r\n min-height:294px;\r\n}\r\n.channel-config-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none;\r\n}\r\nul.widget-channel-list li {\r\n line-height:20px;\r\n height:auto;\r\n}\r\nul.widget-channel-list li ul {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\nul.widget-channel-list li span {\r\n font-weight:bold;\r\n}\r\n/*End Channel Widget*/\r\n/*Page Editor*/\r\n#page-editor-dialog {\r\n padding-top:0;\r\n font-size:12px;\r\n}\r\n.page-editor-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none;\r\n}\r\n#page-editor-dialog .dialog-content {\r\n margin-top:10px;\r\n}\r\n#page-editor-dialog .action-buttons {\r\n border-top:0;\r\n padding-top:0;\r\n margin-bottom:10px;\r\n}\r\n#page-editor-dialog .dialog-content .page-editor-text {\r\n margin-top:6px;\r\n height:25px;\r\n width:70%;\r\n}\r\n#page-editor-dialog .dialog-content .tabs {\r\n font-family:Arial,Verdana;\r\n margin-bottom:10px;\r\n}\r\n#select-template .template-list .template-item {\r\n text-align:center;\r\n font-size:11px;\r\n margin:0 20px;\r\n color:#4DCDFF;\r\n}\r\n#select-template .template-list .template-item:first-child {\r\n /*margin-left:17px;*/\r\n}\r\n#edit-page-dropdown .tabs .tab,\r\n#edit-page-dropdown #save-page-form,\r\n#manage-page-dropdown .tabs .tab,\r\n/*#manage-page-dropdown #save-page-form,*/\r\n.config-site-panel,\r\n#edit-navbar {\r\n padding:0;\r\n width:100%;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background.backgroundColor\") . \' url(\"images/css/bckg_stripe.png\") repeat scroll 0 0;\r\n position:relative;\r\n border-bottom:1px solid #51565B;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#edit-page-dropdown .form-gutter-right,\r\n#edit-navbar .form-gutter-right,\r\n#manage-page-dropdown .form-gutter-right {\r\n position:absolute;\r\n top:0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n height:100%;\r\n width:50%;\r\n}\r\n#edit-page-dropdown .tabs .tab .scroller,\r\n#manage-page-dropdown .tabs .tab .scroller,\r\n#edit-navbar .tab .scroller {\r\n overflow:hidden;\r\n width:100%;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text,\r\n#manage-page-dropdown .panel .panel-header-text,\r\n#edit-navbar .panel .panel-header-text,\r\n.config-site-panel .panel .panel-header-text {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_line_top_color\") . \';\r\n font-size: 12px;\r\n min-height: 201px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':15px;\r\n width: 274px;\r\n}\r\n.edit-mode .main-header {\r\n padding-top:50px;\r\n}\r\n.edit-mode .conversation-content-widget .main-header {\r\n padding-top:0;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .note,\r\n#manage-page-dropdown .panel .panel-header-text .note,\r\n#edit-navbar .panel .panel-header-text .note,\r\n.config-site-panel .panel .panel-header-text .note {\r\n font-style:italic;\r\n font-size:11px;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .note .header,\r\n#manage-page-dropdown .panel .panel-header-text .note .header,\r\n#edit-navbar .panel .panel-header-text .note .header,\r\n.config-site-panel .panel .panel-header-text .note .header {\r\n font-weight:bold;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text p,\r\n#manage-page-dropdown .panel .panel-header-text p,\r\n#edit-navbar .panel .panel-header-text p,\r\n.config-site-panel .panel .panel-header-text p {\r\n margin:15px 0 0;\r\n\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .header + p,\r\n#manage-page-dropdown .panel .panel-header-text .header + p,\r\n#edit-navbar .panel .panel-header-text .header + p,\r\n.config-site-panel .panel .panel-header-text .header + p {\r\n margin-top:20px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content,\r\n#manage-page-dropdown .panel .panel-main-content,\r\n#edit-navbar .panel .panel-main-content,\r\n.config-site-panel .panel .panel-main-content {\r\n width:629px;\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n /*min-height:150px;*/\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_header_line_bottom_color\") . \';\r\n padding-top: 30px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n padding-bottom:15px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n position:relative;\r\n z-index:1;\r\n}\r\n#edit-navbar .panel .panel-main-content {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 40px;\r\n padding-bottom:30px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content .list .list-item,\r\n#manage-page-dropdown .panel .panel-main-content .list .list-item,\r\n#edit-navbar .panel .panel-main-content .list .list-item,\r\n.config-site-panel .panel .panel-main-content .list .list-item {\r\n margin-bottom:25px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.module-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.module-list-container {\r\n min-height:214px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.template-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.template-list-container {\r\n padding-top:64px;\r\n min-height:180px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.layout-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.layout-list-container {\r\n min-height:180px;\r\n padding-top:64px;\r\n}\r\n\r\n#edit-navbar,\r\n#manage-page {\r\n position:relative;\r\n}\r\n#edit-navbar .panel .panel-header-text,\r\n#manage-page .panel .panel-header-text{\r\n line-height: 16px;\r\n}\r\n#navbar-edit-item {\r\n padding: 30px;\r\n}\r\n#navbar-edit-item .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n#navbar-edit-item .blockrow > label,\r\n#navbar-edit-item .blockrow > input {\r\n display:block;\r\n}\r\n#navbar-edit-url {\r\n margin-bottom:5px;\r\n}\r\n#navbar-edit-usergroups-dialog .dialog-body .blockrow {\r\n margin-bottom:4px;\r\n}\r\n#edit-navbar .navbar-list {\r\n padding:5px 0;\r\n}\r\n#edit-navbar .navbar-list li {\r\n line-height: 24px;\r\n cursor: move;\r\n border-bottom:1px dotted #2F3841;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n}\r\n#edit-navbar .navbar-list li:first-child {\r\n border-top:1px dotted #2F3841;\r\n}\r\n#edit-navbar .navbar-list li.selected {\r\n background: transparent url(\"images/css/bckg_areaheader.png\") repeat;\r\n}\r\n#edit-navbar .navbar-list li > label {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n cursor:move;\r\n}\r\n#edit-navbar .navbar-list li.ui-sortable-helper {\r\n background-color:#ECF9FD;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n border:1px solid #888383;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls {\r\n color: #C0C0C0;\r\n font-size: 16px;\r\n line-height: 21px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > span {\r\n display: inline-block;\r\n margin: 0 5px;\r\n position: relative;\r\n cursor: pointer;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-delete {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -112px -176px;\r\n width:13px;\r\n height:16px;\r\n top:4px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-edit {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -224px -80px;\r\n width:12px;\r\n height:15px;\r\n top:5px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-opensubnav {\r\n background: transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -127px -45px;\r\n width:8px;\r\n height:16px;\r\n top:4px;\r\n}\r\n#edit-navbar .navbar-list li.selected .nav-item-controls > .navbar-item-opensubnav {\r\n background-position:-135px -45px;\r\n}\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-opensubnav {\r\n display:none;\r\n}\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-opensubnav,\r\n#edit-navbar .sub-navbar-list .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .sub-navbar-list .nav-item-controls > .navbar-item-opensubnav {\r\n display:none;\r\n}\r\n#edit-navbar .navbar-list li.sortable-highlight {\r\n border:2px dashed #AEAEAE;\r\n background: transparent;\r\n margin-top:0;\r\n text-align:center;\r\n font-size:11px;\r\n line-height:22px;\r\n font-weight:bold;\r\n color:#AEAEAE;\r\n}\r\n#edit-navbar .new-nav-item {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"body_link_color\") . \';\r\n color: #FFF;\r\n font-size: 12px;\r\n font-weight: bold;\r\n height: 24px;\r\n line-height: 24px;\r\n text-align: center;\r\n cursor:pointer;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n#edit-navbar .navbar-ui-wrapper,\r\n#edit-navbar .subnavbar-ui-wrapper,\r\n#edit-navbar .navbar-edit-wrapper {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n background: #FFF;\r\n min-width: 210px;\r\n padding: 15px;\r\n line-height:normal;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n#edit-navbar .subnavbar-ui-wrapper {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 20px;\r\n}\r\n#edit-navbar .subnavbar-ui-wrapper .subnavbar-list-container {\r\n min-height:10px;\r\n}\r\n#navbar-ui-container {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"body_text_color\") . \';\r\n position:relative;\r\n}\r\n#select-template a,\r\n#select-template a:active,\r\n#select-template a:visited {\r\n color:#4DCDFF;\r\n text-decoration: none;\r\n font-weight:bold;\r\n}\r\n#select-template a:hover {\r\n color:#6B9BC3;\r\n}\r\n#select-template .radio-checkbox-thumbnail-container,\r\n#change-layout .radio-checkbox-thumbnail-container {\r\n margin:0;\r\n}\r\n#select-template .radio-checkbox-thumbnail {\r\n margin-bottom:10px;\r\n border-width: 1px;\r\n width: 96px;\r\n}\r\n#select-template .radio-checkbox-thumbnail img {\r\n border:0;\r\n}\r\n#select-template .radio-checkbox-thumbnail-container {\r\n width:98px;\r\n}\r\n#select-template #search-template-keyword {\r\n width:266px;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border {\r\n width:auto;\r\n height:auto;\r\n margin-bottom:10px;\r\n border-width:1px;\r\n}\r\n#change-layout .layout-list-container .layout-item {\r\n width:auto;\r\n height:auto;\r\n text-align:center;\r\n font-size:12px;\r\n background:transparent;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin:0 17px;\r\n color:#4DCDFF;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border img {\r\n border: 0;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border.selected,\r\n#change-layout .layout-list-container .layout-item .layout-border:hover,\r\n#select-template .template-list .template-border.selected,\r\n#select-template .template-list .template-border:hover {\r\n border-color:#467D96;\r\n background:#467D96;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n#add-modules .module-list-container .scroller.category,\r\n#create-new-module-dialog .module-list-container .scroller.category {\r\n width:599px;\r\n overflow-x:hidden;\r\n}\r\n.ie7 #add-modules .module-list-container .scroller.category,\r\n.ie7 #create-new-module-dialog .module-list-container .scroller.category {\r\n width:584px;\r\n}\r\n#add-modules .module-list-container .scroller.module {\r\n /*min-height:98px;*/\r\n}\r\n#add-modules .module-list .empty-module {\r\n}\r\n#add-modules .module-list .module-item,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging,\r\n#create-new-module-dialog .module-list .module-item,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin:0;\r\n width:100px;\r\n text-align:center;\r\n cursor:move;\r\n -moz-box-shadow:none;\r\n -webkit-box-shadow:none;\r\n box-shadow:none;\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(enabled=false)\";\r\n /* For IE 5.5 - 7 */\r\n filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);\r\n}\r\n#add-modules .module-item .widget-header,\r\n#create-new-module-dialog .module-item .widget-header {\r\n border-bottom:0;\r\n margin:0 17px 20px 17px;\r\n width:63px;\r\n}\r\n#add-modules .module-item .widget-header .module-title,\r\n#create-new-module-dialog .module-item .widget-header .module-title {\r\n font-size: 11px;\r\n margin: 0;\r\n width:100px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_module_title_text_color\") . \';\r\n margin:0 0 0 -20px;\r\n text-align:center;\r\n}\r\n#add-modules .module-item .widget-header .module-title .admin-only,\r\n#add-modules .module-item .widget-header .sort-by,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-header .module-title .admin-only,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-header .sort-by,\r\n#create-new-module-dialog .module-item .widget-header .module-title .admin-only,\r\n#create-new-module-dialog .module-item .widget-header .sort-by,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-header .module-title .admin-only,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-header .sort-by {\r\n display:none;\r\n}\r\n#add-modules .module-item.round-corner5,\r\n#create-new-module-dialog .module-item.round-corner5 {\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#add-modules .module-item .canvas-widget-icon,\r\n#add-modules .module-item .module-icon,\r\n#create-new-module-dialog .module-item .canvas-widget-icon,\r\n#create-new-module-dialog .module-item .module-icon {\r\n margin-bottom:10px;\r\n width:63px;\r\n}\r\n#add-modules .module-item .canvas-widget-icon img,\r\n#add-modules .module-item .module-icon img,\r\n#create-new-module-dialog .module-item .canvas-widget-icon img,\r\n#create-new-module-dialog .module-item .module-icon img {\r\n width:63px;\r\n height:63px;\r\n}\r\n#add-modules .module-item .grip-icon,\r\n#add-modules .module-item .close-button,\r\n#add-modules .module-item .edit-button,\r\n#add-modules .module-item .module-buttons,\r\n#add-modules .module-item .widget-content,\r\n#add-modules .module-item .h-clear,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .grip-icon,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .close-button,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .edit-button,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .module-buttons,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-content,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .h-clear,\r\n#create-new-module-dialog .module-item .grip-icon,\r\n#create-new-module-dialog .module-item .close-button,\r\n#create-new-module-dialog .module-item .edit-button,\r\n#create-new-module-dialog .module-item .module-buttons,\r\n#create-new-module-dialog .module-item .widget-content,\r\n#create-new-module-dialog .module-item .h-clear,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .grip-icon,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .close-button,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .edit-button,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .module-buttons,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-content,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .h-clear {\r\n display:none;\r\n}\r\n#add-modules .module-item .canvas-widget-title,\r\n#create-new-module-dialog .module-item .canvas-widget-title {\r\n width:66px;\r\n text-align:center;\r\n}\r\n#add-modules #search-module-keyword {\r\n width:266px;\r\n}\r\n#add-modules .categories,\r\n#create-new-module-dialog .categories {\r\n margin:0 0 25px;\r\n height: 20px;\r\n width: 638px;\r\n}\r\n#sg_canvas #tabs-color a,\r\n#add-modules .categories .category,\r\n#create-new-module-dialog .categories .category {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_text_color\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_background\") . \';\r\n cursor: pointer;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n font-size: 11px;\r\n height:16px;\r\n line-height:16px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 10px;\r\n min-width: 64px;\r\n padding: 2px 8px;\r\n text-align: center;\r\n white-space:nowrap;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n#sg_canvas #tabs-color a:hover,\r\n#add-modules .categories .category:hover,\r\n#create-new-module-dialog .categories .category:hover {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background.backgroundColor\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_background_hover\") . \';\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_background_hover.backgroundColor\") . \';\r\n}\r\n#add-modules .categories .category:first-child,\r\n#create-new-module-dialog .categories .category:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#sg_canvas #tabs-color a.sel,\r\n#add-modules .categories .category.selected,\r\n#add-modules .categories .category.selected:hover,\r\n#add-modules .categories .category:active,\r\n#create-new-module-dialog .categories .category.selected,\r\n#create-new-module-dialog .categories .category.selected:hover,\r\n#create-new-module-dialog .categories .category:active {\r\n background-color: #ececec;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_bar_background_active\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_search_text_active_color\") . \';\r\n cursor: default;\r\n}\r\n#add-modules .category-arrow-left,\r\n#create-new-module-dialog .category-arrow-left {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n background:transparent url(images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -16px -144px;\r\n}\r\n#add-modules .category-arrow-left:hover,\r\n#add-modules .category-arrow-left:active,\r\n#create-new-module-dialog .category-arrow-left:hover,\r\n#create-new-module-dialog .category-arrow-left:active {\r\n background-position:-32px -144px;\r\n}\r\n#add-modules .category-arrow-right,\r\n#create-new-module-dialog .category-arrow-right {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n background:transparent url(images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll -48px -144px;\r\n}\r\n#add-modules .category-arrow-right:hover,\r\n#add-modules .category-arrow-right:active,\r\n#create-new-module-dialog .category-arrow-right:hover,\r\n#create-new-module-dialog .category-arrow-right:active {\r\n background-position:-64px -144px;\r\n}\r\n#add-modules .category-arrow-left,\r\n#add-modules .category-arrow-right,\r\n#create-new-module-dialog .category-arrow-left,\r\n#create-new-module-dialog .category-arrow-right {\r\n visibility:hidden;\r\n cursor: pointer;\r\n width:10px;\r\n height:10px;\r\n margin-top:5px;\r\n text-indent:-99999px;\r\n}\r\n.module-list-container .module-list .non-module-item {\r\n cursor: auto;\r\n}\r\n.module-list-container .module-list .non-module-item a {\r\n color: #4DCDFF;\r\n}\r\n.canvas-layout-container .category-customized_copy .custom-module-manage-links,\r\n.canvas-layout-container .category-customized_copy .module-buttons .edit-button {\r\n display: none;\r\n}\r\n.ui-draggable-dragging .custom-module-manage-links {\r\n display: none;\r\n}\r\n.module-list-container .custom-module-manage-links a {\r\n font-size: 11px;\r\n color: red;\r\n}\r\n.module-list-container .custom-module-manage-links a:hover {\r\n text-decoration: underline;\r\n}\r\n#create-new-module-dialog .custom-module-manage-links {\r\n display: none;\r\n}\r\n.module-list-container .module-title a {\r\n font-size: 11px;\r\n color: #4DCDFF;\r\n}\r\n\r\n#vb-page-body #save-page-form .subheader {\r\n font-size:13px;\r\n font-weight:normal;\r\n display:block;\r\n margin-bottom:5px;\r\n}\r\n#save-content .form-field {\r\n margin-bottom:20px;\r\n}\r\n#save-content .form-field.last {\r\n margin-bottom:15px;\r\n}\r\n#save-page-form .form-field #pagetitle,\r\n#save-page-form .form-field #templatetitle-new,\r\n#save-page-form .form-field #metadescription {\r\n width:99%;\r\n}\r\n#save-page-form .form-field .url {\r\n font-weight:bold;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#save-page-form .form-field #pageurl {\r\n width:250px;\r\n}\r\n#save-page-form .form-field #templatetitle-edit {\r\n width:250px;\r\n}\r\n#save-content .form-field input[type=radio] + label {\r\n font-weight:bold;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n}\r\n#save-content .edit-page-template {\r\n height: 24px;\r\n line-height: 24px;\r\n}\r\n#save-content .action-buttons {\r\n margin:0;\r\n padding:0;\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.lnkNewPage #save-content .edit-page-template {\r\n display:none;\r\n}\r\n.lnkEditPage #save-content .new-page-template {\r\n display:none;\r\n}\r\n/*End Page Editor*/\r\n#edit-page-dropdown,\r\n#manage-page-dropdown {\r\n border-bottom:1px solid #1A1E24;\r\n margin:auto;\r\n width:100%;\r\n}\r\n#edit-page-dropdown-gutter {\r\n display:none;\r\n}\r\n#edit-page-dropdown .tabs,\r\n#manage-page-dropdown .tabs {\r\n padding:0;\r\n border-width:0;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list,\r\n#manage-page-dropdown .tabs .tabs-list{\r\n border:0;\r\n padding:0;\r\n background:none;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#edit-page-dropdown .tabs .action-buttons,\r\n#manage-page-dropdown .tabs .action-buttons {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n top: 0;\r\n}\r\n/*.edit-mode .admin-only {\r\n display:block;\r\n}\r\n.edit-mode span.admin-only {\r\n display:inline;\r\n}*/\r\n.edit-mode.lnkEditPage .canvas-widget div.admin-only,\r\n.edit-mode.lnkPageManager .canvas-widget div.admin-only,\r\n.edit-mode.lnkNewPage .canvas-widget div.admin-only {\r\n display:block;\r\n}\r\n.edit-mode.lnkEditPage .canvas-widget div.admin-only.inline,\r\n.edit-mode.lnkPageManager .canvas-widget div.admin-only.inline,\r\n.edit-mode.lnkNewPage .canvas-widget div.admin-only.inline {\r\n display:inline;\r\n}\r\n.edit-mode.lnkEditPage .canvas-widget span.admin-only,\r\n.edit-mode.lnkPageManager .canvas-widget span.admin-only,\r\n.edit-mode.lnkNewPage .canvas-widget span.admin-only {\r\n display:inline;\r\n vertical-align: top;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container,\r\n.edit-mode.lnkPageManager .canvas-layout-container,\r\n.edit-mode.lnkNewPage .canvas-layout-container {\r\n border:1px dashed #C0C0C0;\r\n margin-bottom:16px;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .widget-header,\r\n.edit-mode.lnkPageManager .canvas-layout-container .widget-header,\r\n.edit-mode.lnkNewPage .canvas-layout-container .widget-header {\r\n background:transparent url(\"images/css/bckg_areaheader.png\") repeat scroll 0 0;\r\n cursor:default;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .widget-content a,\r\n.edit-mode.lnkPageManager .canvas-layout-container .widget-content a,\r\n.edit-mode.lnkNewPage .canvas-layout-container .widget-content a,\r\n.edit-mode .post-footer-wrapper .post-footer .post-controls li {\r\n text-decoration:none !important;\r\n color:#2F2F2F !important;\r\n cursor:auto !important;\r\n}\r\n.edit-mode #channel-tabbar ul li a,\r\n.edit-mode #footer-tabbar ul li a {\r\n color: #FFF;\r\n cursor:default;\r\n}\r\n.edit-mode #channel-tabbar ul li.current a,\r\n.edit-mode #footer-tabbar ul li.current a {\r\n color: #13242F;\r\n}\r\n.edit-mode #channel-tabbar ul li a:hover,\r\n.edit-mode #footer-tabbar ul li a:hover {\r\n background:transparent;\r\n}\r\n#admin-navbar-strip,\r\n#edit-page-dropdown .panel,\r\n#edit-page-dropdown .tabs .tabs-list-wrapper,\r\n#manage-page-dropdown .panel,\r\n#manage-page-dropdown .tabs .tabs-list-wrapper,\r\n#edit-navbar .panel,\r\n.config-site-panel .panel {\r\n min-width:960px;\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n}\r\n#admin-navbar-strip {\r\n color:#5A86D5;\r\n padding:0 0 0 15px;\r\n margin:auto;\r\n}\r\n#admin-navbar-strip,\r\n#admin-navbar-strip-gutter,\r\n#edit-page-dropdown .tabs .tabs-gutter,\r\n#manage-page-dropdown .tabs .tabs-gutter,\r\n.config-site-panel-gutter {\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 -50px;\r\n height:42px;\r\n line-height:42px;\r\n border-bottom:0;\r\n padding:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list-wrapper,\r\n#manage-page-dropdown .tabs .tabs-list-wrapper{\r\n position:relative;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item{\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 -250px;\r\n border: 1px solid #0C0F11;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_folder_text_color_active_hover\") . \';\r\n font: bold 10px/30px Helvetica,Arial,sans-serif;\r\n height: 30px;\r\n margin: 7px 3px 0 0;\r\n text-transform: uppercase;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item a span,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item a span{\r\n padding: 0 12px;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-hover,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-hover,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active{\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active{\r\n padding-bottom:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item a{\r\n border-color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_folder_inner_highlight_color\") . \';\r\n border-style: solid solid none solid;\r\n border-width: 1px 1px 0 1px;\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_folder_text_color_active_hover\") . \';\r\n display: inline-block;\r\n min-width: 119px;\r\n padding: 0;\r\n text-align: center;\r\n height:29px;\r\n outline:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected a,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active a{\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_folder_active_color\") . \';\r\n}\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-tabs-selected a,\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-disabled a,\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-processing a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-tabs-selected a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-disabled a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-processing a{\r\n cursor:default;\r\n}\r\n#admin-navbar-strip .prompt-text {\r\n color:#4DCDFF;\r\n font-size:11px;\r\n font-weight:bold;\r\n}\r\n#admin-navbar-strip .action-buttons,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons{\r\n height:39px;\r\n margin:0;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n line-height:42px;\r\n}\r\n#admin-navbar-strip .action-buttons li,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons li,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons li {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 100px;\r\n border-width:0 1px;\r\n border-style:solid;\r\n border-color:transparent \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_divider_right_color\") . \' transparent \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_divider_left_color\") . \';\r\n height:100%;\r\n}\r\n#admin-navbar-strip .action-buttons li:hover,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons li:hover,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons li:hover {\r\n background-position:0 -142px;\r\n}\r\n#admin-navbar-strip .action-buttons li:active,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons:active,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons:active {\r\n background-position:0 -184px;\r\n}\r\n.admin-button-flat {\r\n height:100%;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':14px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':14px;\r\n font-size:11px;\r\n font-weight:bold;\r\n font-family:inherit;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_flat_text_color\") . \';\r\n cursor:pointer;\r\n -moz-user-select:none;\r\n -webkit-user-select:none;\r\n -khtml-user-select:none;\r\n -o-user-select:none;\r\n user-select:none;\r\n}\r\n.admin-button-flat .icon {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':9px;\r\n background:transparent url(images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll;\r\n display:inline-block;\r\n height:16px;\r\n width:16px;\r\n vertical-align:text-bottom;\r\n}\r\n.lnkSaveChanges .icon {\r\n background-position:0 0;\r\n}\r\n.lnkExitWithoutSaving .icon {\r\n background-position:-16px 0;\r\n}\r\n.lnkPageMap .icon {\r\n background-position:-32px 0;\r\n}\r\n.edit-mode.lnkHeader #header {\r\n z-index:1;\r\n position:relative;\r\n}\r\n.edit-mode.lnkHeader #header-axd.header-edit-box,\r\n.edit-mode.lnkHeader #header .header-cell {\r\n border:2px dashed #4DCDFF;\r\n border-top:0;\r\n}\r\n/*.edit-mode.lnkHeader #header-ad.header-edit-box.selected,\r\n.edit-mode.lnkHeader #header .site-logo.header-edit-box.selected {\r\n background:#FFF url(images/css/bckg_selected.png) repeat scroll 0 0;\r\n}*/\r\n.edit-mode.lnkHeader #header .site-logo {\r\n width:320px;\r\n z-index:3;\r\n}\r\n.edit-mode.lnkHeader #header .site-logo > a {\r\n cursor:default;\r\n}\r\n.edit-mode.lnkHeader #header .disable-overlay {\r\n width:100%;\r\n background:transparent url(\"images/css/bckg_nonedit.png\") repeat scroll 0 0;\r\n position:absolute;\r\n z-index:2;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n top:0;\r\n}\r\n.edit-mode.lnkHeader #header-axd {\r\n min-height:80px;\r\n}\r\n.edit-mode.lnkHeader #header-axd .axd {\r\n overflow:hidden;\r\n}\r\n.edit-mode.lnkHeader #header-axd .iframe-axd-container {\r\n height:70px;\r\n}\r\n.edit-mode.lnkHeader #header-axd .admin-only,\r\n.edit-mode.lnkHeader #header .admin-only {\r\n position:absolute;\r\n top:0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n display:inline;\r\n color:#3B3B3B;\r\n background:transparent url(images/css/bckg_areaheader.png) repeat scroll 0 0;\r\n padding:5px;\r\n width:97%;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n z-index:100;\r\n}\r\n.edit-mode.lnkHeader #header .admin-only {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.edit-mode.lnkHeader #header-axd .admin-only {\r\n width:99%;\r\n position: inherit;\r\n}\r\n.edit-mode.lnkHeader #header-axd div.admin-only,\r\n.edit-mode.lnkHeader #header div.admin-only {\r\n display:block;\r\n}\r\n.edit-mode.lnkHeader #header-axd div.admin-only.inline,\r\n.edit-mode.lnkHeader #header div.admin-only.inline {\r\n display:inline;\r\n}\r\n.edit-mode.lnkHeader #header.h-disabled .site-logo {\r\n background-image:none;\r\n}\r\n.edit-mode .axd-container .axd-placeholder {\r\n border: 1px dashed #FF0000;\r\n display: inline-block;\r\n padding: 10px;\r\n background:#FFF;\r\n color:#808080;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button,\r\n.edit-mode .sb-dialog .button,\r\n.edit-mode .admin-only .button,\r\n.config-site-panel .button {\r\n font-family: inherit;\r\n font-size: 11px;\r\n font-weight: bold;\r\n height: 22px;\r\n line-height:22px;\r\n padding: 0 14px;\r\n margin:0 0 0 5px;\r\n text-shadow: 0 2px 2px #E2E3E3;\r\n background: #ced0d1;\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_secondary_text_color\") . \';\r\n cursor:pointer;\r\n text-align:center;\r\n -moz-border-radius: 12px;\r\n -webkit-border-radius:12px;\r\n border-radius:12px;\r\n -moz-box-shadow:0 1px 2px #CECECE;\r\n box-shadow:0 1px 2px #CECECE;\r\n min-width:1px;\r\n}\r\n.edit-mode .sb-dialog .button,\r\n.edit-mode #edit-page-dropdown .button {\r\n min-width:46px;\r\n -moz-box-shadow:0 2px 2px #283038;\r\n box-shadow:0 2px 2px #283038;\r\n}\r\n.edit-mode .sb-dialog .action-buttons .button {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':20px;\r\n}\r\n.edit-mode #sitebuilder-wrapper button.button,\r\n.edit-mode #sitebuilder-wrapper input.button,\r\n.edit-mode .sb-dialog button.button,\r\n.edit-mode .sb-dialog input.button,\r\n.edit-mode .admin-only button.button,\r\n.edit-mode .admin-only input.button {\r\n height:24px;\r\n}\r\n.edit-mode .sb-dialog button.button,\r\n.edit-mode .sb-dialog input.button,\r\n.edit-mode #edit-page-dropdown button.button,\r\n.edit-mode #edit-page-dropdown input.button,\r\n.edit-mode #navbar-edit-item button.button,\r\n.edit-mode #navbar-edit-item input.button,\r\n.config-site-panel .button {\r\n min-width:74px;\r\n}\r\n.edit-mode.ie8 #sitebuilder-wrapper .button,\r\n.edit-mode.ie8 .sb-dialog .button,\r\n.edit-mode.ie8 .admin-only .button {\r\n height:20px;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary,\r\n.edit-mode .sb-dialog .button.primary,\r\n.edit-mode .admin-only .button.primary,\r\n.config-site-panel .button.primary {\r\n background:#B7D654 url(images/css/sprite_gradients.png) repeat-x scroll 0 -350px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_primary_text_color\") . \';\r\n text-shadow:0 2px 2px #c5df8e;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary:hover,\r\n.edit-mode .sb-dialog .button.primary:hover,\r\n.edit-mode .admin-only .button.primary:hover,\r\n.config-site-panel .button.primary:hover {\r\n background-position:0 -374px;\r\n background-color:#b7e761;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary:active,\r\n.edit-mode .sb-dialog .button.primary:active,\r\n.edit-mode .admin-only .button.primary:active,\r\n.config-site-panel .button.primary:active {\r\n background-position:0 -398px;\r\n background-color:#95c53e;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary[disabled],\r\n.edit-mode .sb-dialog .button.primary[disabled],\r\n.edit-mode .admin-only .button.primary[disabled],\r\n.config-site-panel .button.primary[disabled] {\r\n background-position:0 -422px;\r\n background-color:#ced0d1;\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_disabled_text_color\") . \';\r\n text-shadow:0 2px 2px #E2E3E3;\r\n cursor:default;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary,\r\n.edit-mode .sb-dialog .button.secondary,\r\n.edit-mode .admin-only .button.secondary,\r\n.config-site-panel .button.secondary {\r\n background:#ced0d1 url(images/css/sprite_gradients.png) repeat-x scroll 0 -450px;\r\n border-color:\' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_secondary_text_color\") . \';\r\n text-shadow:0 2px 2px #E2E3E3;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary:hover,\r\n.edit-mode .sb-dialog .button.secondary:hover,\r\n.edit-mode .admin-only .button.secondary:hover,\r\n.config-site-panel .button.secondary:hover {\r\n background-position:0 -474px;\r\n background-color:#adb2b5;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary:active,\r\n.edit-mode .sb-dialog .button.secondary:active,\r\n.edit-mode .admin-only .button.secondary:active,\r\n.config-site-panel .button.secondary:active {\r\n background-position:0 -498px;\r\n background-color:#ced0d1;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary[disabled],\r\n.edit-mode .sb-dialog .button.secondary[disabled],\r\n.edit-mode .admin-only .button.secondary[disabled],\r\n.config-site-panel .button.secondary[disabled] {\r\n background-position:0 -522px;\r\n background-color:#ced0d1;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_button_disabled_text_color\") . \';\r\n cursor:default;\r\n}\r\n#axd-list-dialog {\r\n padding:30px;\r\n}\r\n#axd-list-dialog .dataTables_wrapper {\r\n margin: 20px 0 0;\r\n}\r\n#axd-list-dialog .action-buttons {\r\n margin-top:30px;\r\n}\r\n#axd-list-dialog .action-buttons .button:first-child {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n#axd-config-dialog .displayoptions {\r\n margin-bottom:0;\r\n}\r\n#axd-config-dialog .displayoptions .sub-header {\r\n color: #F0FDCF;\r\n margin-bottom:10px;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow {\r\n margin-bottom:10px;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow > label {\r\n display:table;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow > label > span {\r\n display:table-cell;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow .textbox {\r\n width: 40px;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow .textbox.is_date {\r\n width: 70px;\r\n}\r\n#axd-config-dialog textarea.textbox {\r\n margin-top:20px;\r\n height: auto;\r\n}\r\n#edit-page-dropdown .viewport .overview {\r\n min-width: 629px;\r\n}\r\n#edit-page-dropdown .scrollbar {\r\n position:absolute;\r\n bottom:25px;\r\n margin: 0;\r\n min-width:629px;\r\n}\r\n#edit-page-dropdown .scrollbar .track {\r\n min-width: 629px;\r\n background: #191919 url(images/css/sprite_gradients.png) repeat-x scroll 0 -650px ;\r\n}\r\n#edit-page-dropdown .scrollbar .thumb {\r\n background: transparent url(images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png) no-repeat scroll 0 -144px;\r\n}\r\n.canvas-widget.ui-state-disabled {\r\n opacity: 1;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.no-columns .canvas-widget-list {\r\n min-height:150px;\r\n height:auto;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list {\r\n min-height:300px;\r\n height:300px;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row {\r\n border:0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row .canvas-widget-list {\r\n min-height:106px;\r\n height:auto;\r\n border:1px dashed #C0C0C0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget {\r\n margin:8px 0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.dummy-widget {\r\n text-align:center;\r\n color:#828891;\r\n border:0;\r\n margin:0;\r\n padding:0;;\r\n display:table;\r\n height:106px;\r\n width:100% !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.dummy-widget span {\r\n display:table-cell;\r\n vertical-align:middle;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget-highlight {\r\n height:6px;\r\n min-height:0;\r\n padding-top:0;\r\n padding-bottom:0;\r\n border:0;\r\n background:#FF9999;\r\n margin:-3px 0 -6px;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n.edit-mode .canvas-widget-list .canvas-widget:first-child + .canvas-widget-highlight,\r\n.edit-mode .canvas-widget-list .canvas-widget.canvas-widget-highlight:first-child {\r\n margin-top:1px;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.announcement-widget {\r\n background: #FFF;\r\n}\r\n.edit-mode .announcement-widget .widget-header {\r\n display: block;\r\n}\r\n.edit-mode .page-title-widget {\r\n padding-bottom: 0;\r\n}\r\n.edit-mode .canvas-widget.empty {\r\n display: block;\r\n}\r\n.edit-mode .axd-widget .widget-header {\r\n display: block;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.axd-widget .widget-content {\r\n padding: 15px 0 0;\r\n}\r\n.page_manager_table{\r\n width:100%;\r\n}\r\n.page_manager_table th{\r\n border-bottom:\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n}\r\n.page_manager_table th:last-child,\r\n.page_manager_table td:last-child{\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':none;\r\n}\r\n.page_manager_table th,\r\n.page_manager_table td{\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':\' . vB_Template_Runtime::fetchStylevar(\"module_content_border\") . \';\r\n}\r\n.page_manager_table .buttons{\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:52px;\r\n}\r\n.page_manager_table .channel_name{\r\n width:270px;\r\n}\r\n.page_manager_table .buttons span.edit{\r\n background-position:-32px -64px;\r\n}\r\n.page_manager_table .buttons span.delete{\r\n background-position:-0px -64px;\r\n}\r\n.page_manager_table .buttons span{\r\n background: url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -0px -64px transparent;\r\n height: 24px;\r\n width: 24px;\r\n display: inline-block;\r\n margin: 0;\r\n text-indent: -99999px;\r\n cursor: pointer;\r\n}\r\n\r\n.prof_usersettings_container .prof_usersetting_row .settings_left {\r\n display: table-cell;\r\n font-weight: bold;\r\n padding: 0;\r\n padding-top:2px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':30px;\r\n vertical-align: top;\r\n width: 120px;\r\n}\r\n.form_label{\r\n width:150px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n}\r\n.form_cell{\r\n width:460px;\r\n}\r\n#manage-pages .panel-header-text{\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n}\r\n#top-level-channels li{\r\n border-bottom-width: 1px;\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n margin: 0;\r\n}\r\n#top-level-channels li a{\r\n width: 100%;\r\n}\r\n.edit-mode .sb-dialog .selectBox-dropdown,\r\n.edit-mode #sitebuilder-wrapper .selectBox-dropdown {\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n.edit-mode .sb-dialog .dialog-content .jsPsuedoLink,\r\n.edit-mode #sitebuilder-wrapper .jsPsuedoLink,\r\n.edit-mode .sb-dialog .dialog-content .jsPseudoLink,\r\n.edit-mode #sitebuilder-wrapper .jsPseudoLink {\r\n color:#4DCDFF;\r\n}\r\n#search-config-dialog a {\r\n color:#4DCDFF;\r\n max-width: 470px;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .textbox {\r\n width:98.5%;\r\n resize:none;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .textbox.searchFields_from_days {\r\n width:35px;\r\n}\r\n#search-config-dialog {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 30px;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 30px;\r\n}\r\n#search-config-dialog.sb-dialog .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n#search-config-dialog.sb-dialog .dialog-content .form_layout {\r\n padding:0;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .field-desc {\r\n color:inherit;\r\n}\r\n#search-config-dialog .searchConfigFields .autocomplete-container {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"inline_edit_field_border\") . \';\r\n line-height: 16px !important;\r\n min-height: 16px !important;\r\n}\r\n#search-config-dialog .searchConfigFields .autocomplete-container .autocompleteHelper {\r\n height:16px;\r\n}\r\n#search-config-dialog .autocomplete-box .autocomplete {\r\n height: 17px;\r\n line-height: 17px;\r\n}\r\n/* Tab Order config CSS */\r\n.config-value.tab_order ul li {\r\n border: 1px solid #EFF3F8;\r\n padding: 5px;\r\n margin-bottom: 5px;\r\n cursor: N-resize;\r\n}\r\n\' . \'\' . \'\r\n.ie9.edit-mode #sitebuilder-wrapper .custom-dropdown,\r\n.ie9.edit-mode .sb-dialog .custom-dropdown {\r\n filter:none;\r\n}\r\n\r\n\' . \'\' . \'\r\n.dataTables_wrapper .dataTables_filter {\r\n float: none;\r\n padding-bottom: 42px;\r\n text-align: left;\r\n width: auto;\r\n}\r\n.dataTables_wrapper .dataTables_filter .axdfilter {\r\n width: 190px;\r\n font-weight: normal;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n}\r\n.dataTables_wrapper .dataTables_filter label {\r\n font-weight:bold;\r\n}\r\n.dataTables_wrapper .axdtable {\r\n border-width: 0 0 1px;\r\n border-color: #3B444D;\r\n border-spacing:0;\r\n border-collapse:separate;\r\n}\r\n.dataTables_wrapper .axdtable th.axd-cell {\r\n border-bottom: 1px solid #242B33;\r\n border-top:0;\r\n height:28px;\r\n outline:none;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell,\r\n.dataTables_wrapper .axdtable .dataTables_empty {\r\n border-top: 1px solid #3B444D;\r\n padding: 2px 10px;\r\n background:transparent;\r\n height:24px;\r\n}\r\n.dataTables_wrapper .axdtable tr .axd-cell:first-child {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.dataTables_wrapper .axdtable tr {\r\n background:transparent;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-title {\r\n width:60%;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-active {\r\n width:5%;\r\n text-align:center;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-display-order {\r\n width:20%;\r\n text-align:center;\r\n white-space:nowrap;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-display-order input {\r\n width:40px;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action {\r\n width:15%;\r\n text-align:center;\r\n white-space:nowrap;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .editlink > span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -64px 0;\r\n width:24px;\r\n height:24px;\r\n display:inline-block;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .editlink > span:hover {\r\n background-position:-96px 0;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .deletelink > span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -128px 0;\r\n width:24px;\r\n height:24px;\r\n display:inline-block;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .deletelink > span:hover {\r\n background-position:-160px 0;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_disabled {\r\n cursor:default;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell > span {\r\n background:transparent url(\"images/css/sprite_icons_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll -160px -32px;\r\n width:16px;\r\n height:16px;\r\n display:inline-block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n position:relative;\r\n top:3px;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell.sorting > span {\r\n display:none;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_asc > span {\r\n background-position:-160px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_asc > span:hover {\r\n background-position:-192px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_desc > span {\r\n background-position:-96px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_desc > span:hover {\r\n background-position:-128px -32px;\r\n}\r\n<<<<<<< .working\r\n\' . \'\' . \'\r\n\r\n\' . \'\' . \'\r\n#page-map-content {\r\n height: 200px;\r\n overflow: auto;\r\n padding: 10px;\r\n margin-top: 3px;\r\n background: #EEF2F7;\r\n}\r\n#page-map-content ul {\r\n width: 120px;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n display: block;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px;\r\n}\r\n#page-map-content ul li {\r\n border: 1px solid transparent;\r\n}\r\n#page-map-content ul li span {\r\n background: inherit;\r\n display: block;\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n padding: 2px 4px;\r\n}\r\n#page-map-content ul li a {\r\n padding: 2px 4px;\r\n color: #4682B4;\r\n display: block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n}\r\n#page-map-content ul li.current-path {\r\n background: #C8D6E6;\r\n border: 1px solid #AFC2DA;\r\n}\r\n#page-map-content ul li.current-path a {\r\n color: #CD726B;\r\n}\r\n#page-map-content ul li.current-path-end {\r\n background: transparent;\r\n border: 1px solid transparent;\r\n position: relative;\r\n}\r\n#page-map-content ul li.current-path-end a {\r\n font-weight: bold;\r\n color: #000;\r\n}\r\n#page-map-content ul li.current-path-end #you-are-here {\r\n background: #D9D9D9;\r\n border: 1px solid #BFC1C3;\r\n padding: 4px;\r\n position: absolute;\r\n width: 60px;\r\n text-align: center;\r\n font-weight: normal;\r\n color: #000;\r\n}\r\n#page-map-content #you-are-here .arrow {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -10px;\r\n top: 10px;\r\n width: 0;\r\n height: 0;\r\n\r\n border-top: 10px solid transparent;\r\n border-bottom: 10px solid transparent;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px solid #BFC1C3;\r\n}\r\n#page-map-content #you-are-here .arrow-inner {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px;\r\n top: -10px;\r\n width: 0;\r\n height: 0;\r\n border-top: 10px solid transparent;\r\n border-bottom: 10px solid transparent;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px solid #D9D9D9;\r\n}\r\n\' . \'\' . \'\';','<vb:comment>Tiny scrollbars jQuery plugin styles</vb:comment>\r\n.viewport {\r\n overflow: hidden;\r\n position: relative;\r\n}\r\n.viewport .overview {\r\n padding: 0;\r\n margin: 0;\r\n position: relative;\r\n {vb:stylevar left}: 0;\r\n top: 0;\r\n}\r\n.scrollbar {\r\n position: relative;\r\n margin: 20px 0 0;\r\n clear: both;\r\n height: 4px;\r\n}\r\n.scrollbar .track {\r\n height:4px;\r\n position: relative;\r\n background:#000;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.scrollbar .thumb {\r\n width:14px;\r\n height: 14px;\r\n cursor: pointer;\r\n position: absolute;\r\n {vb:stylevar left}: 0;\r\n top: 50%;\r\n margin-top:-7px;\r\n background: transparent url(images/css/sprite_icons_{vb:stylevar textdirection}.png) no-repeat scroll 0 -144px;\r\n}\r\n.scrollbar.disable {\r\n visibility: hidden;\r\n}\r\n<vb:comment>End Tiny scrollbars jQuery plugin styles</vb:comment>\r\n\r\n.edit-mode .blockrow {\r\n margin-bottom:15px;\r\n}\r\nbody.edit-mode .textbox.stretch,\r\nbody.edit-mode .sb-dialog .textbox.stretch {\r\n height: 24px;\r\n width:100%;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\nbody.edit-mode #sitebuilder-wrapper .textbox,\r\nbody.edit-mode .sb-dialog .textbox {\r\n padding:3px;\r\n border:{vb:stylevar inline_edit_field_border};\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n color:{vb:stylevar inline_edit_form_text_color};\r\n}\r\nbody.edit-mode #sitebuilder-wrapper textarea.textbox,\r\nbody.edit-mode .sb-dialog textarea.textbox {\r\n height:auto;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.conversation-content-widget .widget-content {\r\n padding-top:5px;\r\n}\r\n.edit-mode .post-footer-wrapper .post-footer .post-controls {\r\n display:none !important;\r\n}\r\n.edit-mode .pollresults {\r\n display: block !important;\r\n}\r\n.edit-mode .pollresults .action-buttons {\r\n display: none !important;\r\n}\r\n.edit-mode form.poll {\r\n display: none !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget .widget-header .module-title {\r\n margin-{vb:stylevar right}:134px;\r\n color:#828891;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget {\r\n border-color: #E2E5E8;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget.shadow {\r\n -moz-box-shadow: 1px 2px 3px #EEEEEE;\r\n -webkit-box-shadow: 1px 2px 3px #EEEEEE;\r\n box-shadow: 1px 2px 3px #EEEEEE;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget .widget-header .module-title,\r\n.edit-mode .canvas-layout-container .canvas-widget.hidden-widget .widget-content {\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.container-widget .canvas-widget .widget-header .module-title {\r\n margin-{vb:stylevar right}:153px;\r\n}\r\n.edit-mode .conversation-content-widget .main-header {\r\n font-weight:bold;\r\n width:100%;\r\n}\r\n.edit-mode .conversation-content-widget .main-header > .hide-on-editmode {\r\n margin:0 15px;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-widget .widget-header .sort-by,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-widget .widget-header .sort-by {\r\n display:none;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item {\r\n padding: 0;\r\n display:inline;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item span {\r\n height: 24px;\r\n width: 24px;\r\n}\r\n.edit-mode .conversation-list.stream-view.activity-view .list-item:hover .list-item-header .goto-post {\r\n display:none;\r\n}\r\n.edit-mode .conversation-toolbar-wrapper + .scrolltofixed-filler + .conversation-list.stream-view,\r\n.edit-mode .conversation-toolbar-wrapper + .conversation-list.stream-view {\r\n margin-top:5px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons {\r\n margin-top:-12px;\r\n {vb:stylevar right}:5px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.hide-icon input {\r\n margin: 0 0 1px;\r\n vertical-align: bottom;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.move-icon {\r\n cursor:move;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.move-icon span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -64px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.edit-button span,\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.edit-menu span,\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.axd-edit-button span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -32px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.close-button span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll 0 -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.toggle-button.collapse span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -96px -64px;\r\n}\r\n.edit-mode .canvas-layout-container .widget-header .module-buttons .module-button-item.toggle-button.expand span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -128px -64px;\r\n}\r\n.edit-mode .post-footer-wrapper .post-footer .divider {\r\n display:none;\r\n}\r\n.content-row {\r\n margin-bottom:10px;\r\n line-height:22px;\r\n}\r\n#content .field-label {\r\n float:{vb:stylevar left};\r\n width:125px;\r\n font-weight:bold;\r\n line-height:18px;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#content .field-value {\r\n float:{vb:stylevar left};\r\n line-height:20px;\r\n width:82%;\r\n}\r\n#content .field-value .field-value-row {\r\n margin-top:5px;\r\n}\r\n#content .field-value #pagetitle {\r\n width:400px;\r\n}\r\n.ie7 #content .field-value #pagetitle {\r\n margin-{vb:stylevar left}:-15px;\r\n}\r\n#content .field-value #pagetemplate {\r\n width:402px;\r\n}\r\n.ie #content .field-value #pagetemplate {\r\n width:404px;\r\n}\r\n#content .field-value #ddPageTemplate {\r\n width:403px;\r\n}\r\n#content .field-value #pagelink {\r\n width:200px;\r\n}\r\n#content .field-value input[type=checkbox] {\r\n vertical-align:middle;\r\n}\r\n#content .field-value input[type=checkbox] + label {\r\n font-size:11px;\r\n vertical-align:middle;\r\n}\r\n#page-header-container {\r\n margin-top:5px;\r\n padding:0 10px 10px 10px;\r\n}\r\n#page-header-container .option {\r\n margin-top:10px;\r\n}\r\n#page-header-container .option > label,\r\n#pagelink-container .option > label {\r\n margin-{vb:stylevar left}:5px;\r\n}\r\n#pagelink-container .option span,\r\n#pagelink-container #resturl,\r\n#pagelink-container #subdomain,\r\n#displaylink.url-style {\r\n font-family:\'Courier New\', Arial\r\n}\r\n#page-header-container .option .subitem {\r\n margin-{vb:stylevar left}:26px;\r\n display:none;\r\n}\r\n#page-header-container .option .subitem .note {\r\n font-size:11px;\r\n line-height:16px;\r\n width:420px;\r\n margin-top:2px;\r\n}\r\n#pagelink-container {\r\n margin-{vb:stylevar left}:120px;\r\n display:none;\r\n}\r\n#pagelink-container .option {\r\n padding-top:10px;\r\n}\r\n#pagelink-container .option span {\r\n cursor:default;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-layout .canvas-widget-list.has-adjacent-right-col,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-layout .canvas-widget-list.has-adjacent-right-col {\r\n border-{vb:stylevar right}:1px dashed #C0C0C0;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .canvas-layout .canvas-layout-row,\r\n.edit-mode.lnkNewPage .canvas-layout-container .canvas-layout .canvas-layout-row {\r\n border-bottom:1px dashed #C0C0C0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns + .canvas-layout-row.no-columns,\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.no-columns + .canvas-layout-row.no-columns + .canvas-layout-row.no-columns {\r\n border-bottom:0 !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget-list .module-item.ui-draggable {\r\n visibility:hidden;\r\n}\r\n.canvas-layout-container .canvas-widget-highlight {\r\n border:3px dashed #C0C0C0;\r\n background:transparent;\r\n line-height:24px;\r\n width:100%;\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n box-sizing:border-box;\r\n}\r\n.canvas-layout-container .canvas-widget-highlight + .canvas-widget-highlight {\r\n display:none;\r\n}\r\n.canvas-widget-item .edit-button {\r\n float:{vb:stylevar right};\r\n margin:8px 5px 5px 0;\r\n}\r\n.channel-list .channel-item .num-subchannels {\r\n float:{vb:stylevar right};\r\n height: 16px;\r\n font-size 13px;\r\n line-height: 16px;\r\n margin: 6px 6px 0 0;\r\n color: #333;\r\n}\r\n.channel-list .channel-item .toggle-button {\r\n float:{vb:stylevar right};\r\n width:16px;\r\n height:16px;\r\n border:1px solid #9D9DCF;\r\n color:#9D9DCF;\r\n background:#E7E7F8;\r\n cursor:pointer;\r\n font-size:13px;\r\n font-weight:bold;\r\n line-height:13px;\r\n text-align:center;\r\n margin:6px 2px 0 0;\r\n}\r\n.canvas-layout-container .canvas-widget-item .close-button,\r\n.channel-list .channel-item .close-button {\r\n float:{vb:stylevar right};\r\n width:16px;\r\n height:16px;\r\n border:1px solid #CF9D9D;\r\n color:#CF9D9D;\r\n background:#F8E7E7;\r\n cursor:pointer;\r\n font-size:13px;\r\n font-weight:bold;\r\n line-height:15px;\r\n text-align:center;\r\n margin:7px 0 0 0;\r\n}\r\n.drag-highlight {\r\n text-align:center;\r\n margin:5px;\r\n font-size:14px;\r\n line-height:32px;\r\n color:#C0C0C0;\r\n background:transparent;\r\n}\r\n.canvas-widget .grip-icon {\r\n margin-top:2px;\r\n}\r\n.edit-mode .sb-dialog .action-buttons .admin-button {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.edit-mode .dialog-container {\r\n border:0;\r\n -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\'#ffffff\')\";\r\n}\r\n.edit-mode .dialog-container,\r\n.edit-mode #edit-page-dropdown .tab,\r\n.edit-mode #edit-page-dropdown #save-page-form,\r\n.edit-mode #manage-page-dropdown .tab,\r\n.edit-mode #manage-page-dropdown #manage-pages,\r\n.edit-mode #edit-navbar,\r\n.edit-mode .dialog-container .notice,\r\n.config-site-panel {\r\n color:{vb:stylevar inline_edit_header_body_text_color};\r\n}\r\n.edit-mode .dialog-container .ui-dialog-titlebar {\r\n padding:25px 30px 20px 30px;\r\n height:24px;\r\n}\r\n.edit-mode .dialog-container .ui-dialog-titlebar,\r\n.edit-mode .main-header {\r\n font:bold 24px/18px \'Helvetica Condensed\',\'Arial Narrow\',Helvetica,Arial,sans-serif;\r\n text-transform:uppercase;\r\n}\r\n\r\n.edit-mode .dialog-container.prompt-dialog .ui-dialog-titlebar {\r\n font-size:18px;\r\n line-height:11px;\r\n padding:20px 25px 18px 25px;\r\n}\r\n.edit-mode .dialog-container .ui-widget-header {\r\n background:{vb:stylevar inline_edit_background.backgroundColor} url(images/css/bckg_stripe.png) repeat scroll 0 0;\r\n border-width:0 0 1px 0;\r\n border-style:solid;\r\n border-color:{vb:stylevar inline_edit_header_line_top_color};\r\n color:{vb:stylevar inline_edit_header_body_text_color};\r\n}\r\n.edit-mode .dialog-container .sb-dialog {\r\n padding:30px 55px 27px 55px;\r\n border-width:1px 0 0 0;\r\n border-style:solid;\r\n border-color:{vb:stylevar inline_edit_header_line_bottom_color};\r\n color:{vb:stylevar inline_edit_header_body_text_color};\r\n background:{vb:stylevar inline_edit_background};\r\n}\r\n.edit-mode .dialog-container .sb-dialog.search-tips-dialog {\r\n padding:30px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog.search-tips-dialog code {\r\n color:inherit;\r\n}\r\n.edit-mode .search-tips-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n margin-top: 0;\r\n {vb:stylevar right}: 10px;\r\n top: 10px;\r\n}\r\n.edit-mode .dialog-container.prompt-dialog .sb-dialog {\r\n padding:30px;\r\n}\r\n.edit-mode .dialog-container.input-dialog .ui-dialog-titlebar .ui-dialog-title {\r\n margin:0;\r\n}\r\n.edit-mode .dialog-container.input-dialog .ui-dialog-titlebar .ui-dialog-title .dialog-subtitle {\r\n font: {vb:stylevar body_font};\r\n font-weight: normal;\r\n text-transform:none;\r\n display:block;\r\n margin-top:5px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .dialog-content .icon + .message {\r\n width:331px;\r\n}\r\n.edit-mode .dialog-container.dialog-box .dialog-content .icon.warning-icon {\r\n background: url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll 0 -96px transparent;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .dialog-content .notice {\r\n background: none;\r\n border: 0;\r\n padding: 5px 0;\r\n}\r\n#preview-dialog .dialog-content {\r\n z-index:-9999;\r\n position:relative;\r\n height:99%;\r\n margin-top:0;\r\n}\r\n.channel-config-dialog{\r\n color:{vb:stylevar inline_edit_header_body_text_color};\r\n}\r\n.channel-config-dialog a{\r\n color:{vb:stylevar body_link_color};\r\n}\r\n\r\n.channel-config-dialog .dialog-content .loading-icon {\r\n margin:16px 0 0 -8px;\r\n}\r\n.edit-mode .dialog-container.ui-dialog {\r\n background:{vb:stylevar inline_edit_background};\r\n}\r\n.edit-mode .main-header {\r\n font:bold 24px/18px \'Helvetica Condensed\',\'Arial Narrow\',Helvetica,Arial,sans-serif;\r\n text-transform:uppercase;\r\n}\r\n.edit-mode .subheader {\r\n font-size:16px;\r\n color:{vb:stylevar inline_edit_subheader_text_color};\r\n}\r\n.edit-mode .body-text {\r\n font-size:13px;\r\n}\r\n.edit-mode .dialog-container .sb-dialog .comments {\r\n font-style:italic;\r\n font-size:12px;\r\n border-width:1px 0;\r\n border-style:solid;\r\n border-color:{vb:stylevar inline_edit_popup_comment_line_color};\r\n padding:10px 0 8px;\r\n margin:30px 0 0;\r\n}\r\n.dialog-container .sb-dialog #imageUrl {\r\n width:316px;\r\n}\r\n.ie7 .dialog-container .sb-dialog #imageUrl {\r\n width:300px;\r\n float:{vb:stylevar left};\r\n}\r\n.dialog-container.site-logo-dialog-container .sb-dialog .body-text {\r\n vertical-align:top;\r\n height:24px;\r\n line-height:24px;\r\n float:{vb:stylevar left};\r\n}\r\n#config-dialog form {\r\n height:100%;\r\n}\r\n#config-dialog .dialog-content {\r\n height:82%;\r\n overflow-y:auto;\r\n}\r\n#config-dialog .widget-name {\r\n margin-bottom:5px;\r\n}\r\n#config-dialog .dialog-content .widget-config-container {\r\n border:1px solid #C0C0C0;\r\n}\r\n#config-dialog .dialog-content .widget-config-container.notice {\r\n border:0;\r\n}\r\n#config-dialog .dialog-content .channel-config-dialog {\r\n border:1px solid #C0C0C0;\r\n margin-top:5px;\r\n padding:5px;\r\n display:none;\r\n}\r\n#config-dialog .dialog-content .config-row {\r\n padding:5px;\r\n}\r\n#config-dialog .dialog-content .config-row.odd {\r\n /*background:#F3F3F3;*/\r\n}\r\n#config-dialog .dialog-content .config-row .config-label,\r\n#config-dialog .dialog-content .config-row .config-value {\r\n width:48%;\r\n}\r\n#config-dialog .dialog-content .config-row .config-value label {\r\n margin-{vb:stylevar right}:15px;\r\n padding:0 5px;\r\n}\r\n#config-dialog .dialog-content .config-textbox {\r\n width:97%;\r\n}\r\n.advancedSearchFields .config-required-mark,\r\n#config-dialog .config-required-mark {\r\n width:3%;\r\n padding-{vb:stylevar right}:5px;\r\n text-align:{vb:stylevar right};\r\n color:#FF0000;\r\n font:bold 17px Courier New, Verdana, Arial;\r\n}\r\n.searchSwitchToForm .widget-note,\r\n#config-dialog .widget-note {\r\n font-size: 11px;\r\n padding-top: 5px;\r\n}\r\n#config-dialog .widget-note .config-required-mark {\r\n padding:0;\r\n}\r\n#thumbnail-list {\r\n width:100%;\r\n margin-bottom:15px;\r\n}\r\n.sb-site-new #preview-dialog .dialog-content {\r\n min-height: 700px;\r\n height:auto;\r\n}\r\n.ie7.sb-site-new #preview-dialog .dialog-content {\r\n height:703px;\r\n}\r\n#preview-dialog .dialog-content {\r\n height: 99%;\r\n margin-top: 0;\r\n position: relative;\r\n z-index: -9999;\r\n}\r\n.site-list {\r\n width:100%;\r\n background:#FFF;\r\n}\r\n.sb-site-save .site-list tbody.site-row-body tr:hover,\r\n.sb-site-save .site-list tbody.site-row-body tr.selected {\r\n background:#E3EAF3;\r\n cursor:default;\r\n}\r\n.site-list th,\r\n.site-list td {\r\n border-color:#C0C0C0;\r\n}\r\n.site-list td {\r\n vertical-align:top;\r\n}\r\n.sb-site-mgr .site-list .site-active-col {\r\n width:6%;\r\n}\r\n.sb-site-mgr .site-list .site-desc-col {\r\n width:36%;\r\n}\r\n.sb-site-mgr .site-list .site-edit-col {\r\n width:8%;\r\n}\r\n.sb-site-mgr .site-list .site-edit {\r\n padding:0;\r\n vertical-align:middle;\r\n}\r\n.sb-site-mgr .site-list .site-name,\r\n.sb-site-mgr .site-list .site-desc-text,\r\n.sb-site-mgr .site-list .see-all,\r\n.sb-site-mgr .site-list .site-url {\r\n line-height:19px;\r\n}\r\n.site-list .site-name-col {\r\n width:20%;\r\n}\r\n.site-list .site-desc-col {\r\n width:50%;\r\n}\r\n.site-list .site-url-col {\r\n width:30%;\r\n}\r\n.site-list .site-desc .see-all {\r\n margin-{vb:stylevar left}:5px;\r\n font-size:11px;\r\n width:45px;\r\n text-align:{vb:stylevar right};\r\n}\r\n.site-list .site-desc .site-desc-text {\r\n text-align:justify;\r\n}\r\n.site-list .site-active,\r\n.site-list .site-edit {\r\n text-align:center;\r\n}\r\n#site-form .site-field .field-label {\r\n height:22px;\r\n line-height:22px;\r\n width:20%;\r\n}\r\n#site-form .site-field .field-value {\r\n width:80%;\r\n}\r\n#site-form .site-field .field-value input,\r\n#site-form .site-field .field-value textarea{\r\n width:99.7%;\r\n}\r\n#site-form .site-field {\r\n margin-bottom:5px;\r\n\r\n}\r\n.sb-site-install #content {\r\n background:#FFF;\r\n}\r\n.sb-site-install .install-dialog-container-1.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .install-dialog-container-2.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .install-dialog-container-3.ui-dialog .ui-dialog-titlebar-close,\r\n.sb-site-install .settings-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none !important;\r\n}\r\n.sb-site-install .ui-widget-content a,\r\n.sb-site-install .ui-widget-content a:active,\r\n.sb-site-install .ui-widget-content a:visited {\r\n color:#4682B4;\r\n}\r\n.sb-site-install .ui-widget-content a:hover {\r\n color:#6B9BC3;\r\n}\r\n.sb-site-install #customernumber {\r\n width:290px;\r\n}\r\n.sb-site-install .dialog-content .body {\r\n margin-top:8px;\r\n}\r\n.sb-site-install #install-dialog-1 .dialog-content .body label {\r\n height:60px;\r\n margin-{vb:stylevar right}:5px;\r\n margin-top:4px;\r\n font-weight:bold;\r\n}\r\n.sb-site-install.ie7 #install-dialog-1 .dialog-content .body label {\r\n margin-top:7px;\r\n}\r\n.sb-site-install #install-dialog-1 .dialog-content .body .note {\r\n width:290px;\r\n display:inline-block;\r\n}\r\n.sb-site-install #install-dialog-2 .action-buttons {\r\n border-top:0;\r\n margin-top:10px;\r\n text-align:center;\r\n}\r\n.sb-site-install #install-dialog-2 .action-buttons button {\r\n height:30px;\r\n font-size:12px;\r\n}\r\n.sb-site-install .progressbar {\r\n border: 1px solid #349EE6;\r\n height: 25px;\r\n margin-top: 10px;\r\n width: 100%;\r\n}\r\n.sb-site-install .progressbar .filled {\r\n background:#349EE6;\r\n font-size:16px;\r\n height:100%;\r\n line-height:25px;\r\n text-align:center;\r\n}\r\n.sb-site-install .progressbar .filled span {\r\n margin:0 2px;\r\n}\r\n.sb-site-install #install-dialog-3 .action-buttons {\r\n border-top:0;\r\n}\r\n.sb-site-install #thumbnail-list {\r\n margin-{vb:stylevar left}:30px;\r\n margin-bottom:10px;\r\n width:auto;\r\n}\r\n.sb-site-install.ie7 #thumbnail-list {\r\n margin-bottom:0;\r\n}\r\n.sb-site-install #preview-dialog .dialog-content {\r\n height:700px;\r\n}\r\n.field-label {\r\n float:{vb:stylevar left};\r\n width:120px;\r\n font-weight:bold;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n.field-value {\r\n float:{vb:stylevar left};\r\n line-height:20px;\r\n}\r\n.field-value input[type=text] {\r\n width:400px;\r\n}\r\n.field-value .note {\r\n width:402px;\r\n}\r\n.field-value .field-value-row {\r\n margin-top:5px;\r\n}\r\n.sb-site-install #install-details {\r\n display:none;\r\n border:2px inset #C0C0C0;\r\n float:{vb:stylevar left};\r\n width:100%;\r\n height:100px;\r\n overflow-y:auto;\r\n margin-top:10px;\r\n}\r\n.sb-site-install #install-details div {\r\n margin:2px;\r\n}\r\n/*Channel Widget*/\r\n.channel-config-dialog .add-channel-container {\r\n margin:5px 0 10px 0;\r\n padding:8px 8px 8px 0;\r\n}\r\n.channel-config-dialog .add-channel-container label {\r\n font-weight:bold;\r\n}\r\n.searchFields_tag .tag-input,\r\n.autocomplete-container input{\r\n width:auto !important;\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n.searchSwitchToAdvanced label, .searchSwitchToForm label {\r\n cursor:pointer;\r\n color: #4682B4;\r\n text-decoration: none;\r\n}\r\n.advancedSearchFields .searchFields_searchJSON {\r\n width:70%;\r\n height:100px;\r\n}\r\n.channel-config-dialog .add-channel-container .add-channel-fieldset input{\r\n width:80%;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input.short{\r\n width:200px;\r\n}\r\n.advancedSearchFields .tag-box .tag{\r\n margin-top:0px;\r\n margin-bottom:0px;\r\n}\r\n\r\n#tag-box-searchFields_tag .tag{\r\n margin-top: 0;\r\n}\r\n.channel-config-dialog .add-channel-container .add-channel-fieldset button ,\r\n.advancedSearchFields .add-search-container .add-search-fieldset button {\r\n margin-{vb:stylevar left}:0;\r\n margin-{vb:stylevar right}:0;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-container {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"checkbox\"],\r\n.advancedSearchFields .add-search-container .add-search-fieldset select,\r\n.advancedSearchFields .add-search-container .add-search-fieldset input[type=\"radio\"]{\r\n width:auto;\r\n}\r\n\r\n.channel-config-dialog .channel-list {\r\n<vb:comment>\r\nghartling: Setting min-height to !important to override a mysterious\r\nduplicate rule that shows up elsewhere in the CSS that I was unable to track down.\r\n</vb:comment>\r\n min-height:0px !important;\r\n overflow-y:auto;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container {\r\n border:1px dotted #868686;\r\n /*min-height:87px;*/\r\n margin-bottom:10px;\r\n margin-{vb:stylevar right}:2px;\r\n padding-top:5px;\r\n background:{vb:stylevar inline_edit_background};\r\n overflow-x:auto;\r\n}\r\n.channel-config-dialog .channel-list .channel-item-highlight {\r\n min-height:32px;\r\n text-align:{vb:stylevar left};\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container > .grip-icon {\r\n margin:-3px 0 0 1px;\r\n}\r\n.channel-config-dialog .channel-list .channel-item-container .channel-item,\r\n.channel-config-dialog .channel-list .channel-item-highlight {\r\n background: #EFF3F8;\r\n border: 1px solid #B0C4DE;\r\n margin: 0 0 8px 15px;\r\n padding: 0 5px;\r\n width:530px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .grip-icon {\r\n margin-top:2px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .close-button {\r\n margin-top:6px;\r\n}\r\n\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button,\r\n.channel-config-dialog .channel-list .channel-item .channel-to-category,\r\n.channel-config-dialog .channel-list .channel-item .category-to-channel {\r\n font-weight: bold;\r\n height: 16px;\r\n margin: 6px 5px;\r\n float:{vb:stylevar right};\r\n}\r\n\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button {\r\n width: 16px;\r\n text-align: center;\r\n}\r\n.channel-config-dialog .channel-list .channel-item .add-subchannel-button a {\r\n color:#2E8AE6;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container-highlight,\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item-highlight {\r\n border-style:dashed;\r\n background:transparent;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container-highlight {\r\n border-color:#FFF;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container {\r\n margin-{vb:stylevar left}:30px;\r\n min-height:10px;\r\n}/*\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container .channel-item,\r\n.channel-config-dialog .channel-list .main-channel-container .sub-channel-container .channel-item-highlight {\r\n width:95.98%;\r\n}*/\r\n.channel-config-dialog .channel-list .channel-item .channel-title {\r\n float: {vb:stylevar left};\r\n min-height: 16px;\r\n line-height: 16px;\r\n margin: 5px;\r\n font-size:12px;\r\n width:322px;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title div {\r\n font-weight:normal;\r\n min-height:18px;\r\n line-height:18px;\r\n border:1px dashed transparent;\r\n cursor:text;\r\n color:#222;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title div:hover {\r\n border-color:#C0C0C0;\r\n}\r\n.channel-config-dialog .channel-list .main-channel-container .channel-item .channel-title input {\r\n width:100%;\r\n display:none;\r\n padding:0;\r\n}\r\n.channel-config-dialog .dialog-content {\r\n min-height:294px;\r\n}\r\n.channel-config-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none;\r\n}\r\nul.widget-channel-list li {\r\n line-height:20px;\r\n height:auto;\r\n}\r\nul.widget-channel-list li ul {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\nul.widget-channel-list li span {\r\n font-weight:bold;\r\n}\r\n/*End Channel Widget*/\r\n/*Page Editor*/\r\n#page-editor-dialog {\r\n padding-top:0;\r\n font-size:12px;\r\n}\r\n.page-editor-dialog-container.ui-dialog .ui-dialog-titlebar-close {\r\n display:none;\r\n}\r\n#page-editor-dialog .dialog-content {\r\n margin-top:10px;\r\n}\r\n#page-editor-dialog .action-buttons {\r\n border-top:0;\r\n padding-top:0;\r\n margin-bottom:10px;\r\n}\r\n#page-editor-dialog .dialog-content .page-editor-text {\r\n margin-top:6px;\r\n height:25px;\r\n width:70%;\r\n}\r\n#page-editor-dialog .dialog-content .tabs {\r\n font-family:Arial,Verdana;\r\n margin-bottom:10px;\r\n}\r\n#select-template .template-list .template-item {\r\n text-align:center;\r\n font-size:11px;\r\n margin:0 20px;\r\n color:#4DCDFF;\r\n}\r\n#select-template .template-list .template-item:first-child {\r\n /*margin-left:17px;*/\r\n}\r\n#edit-page-dropdown .tabs .tab,\r\n#edit-page-dropdown #save-page-form,\r\n#manage-page-dropdown .tabs .tab,\r\n/*#manage-page-dropdown #save-page-form,*/\r\n.config-site-panel,\r\n#edit-navbar {\r\n padding:0;\r\n width:100%;\r\n background:{vb:stylevar inline_edit_background.backgroundColor} url(\"images/css/bckg_stripe.png\") repeat scroll 0 0;\r\n position:relative;\r\n border-bottom:1px solid #51565B;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#edit-page-dropdown .form-gutter-right,\r\n#edit-navbar .form-gutter-right,\r\n#manage-page-dropdown .form-gutter-right {\r\n position:absolute;\r\n top:0;\r\n {vb:stylevar right}:0;\r\n background:{vb:stylevar inline_edit_background};\r\n height:100%;\r\n width:50%;\r\n}\r\n#edit-page-dropdown .tabs .tab .scroller,\r\n#manage-page-dropdown .tabs .tab .scroller,\r\n#edit-navbar .tab .scroller {\r\n overflow:hidden;\r\n width:100%;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text,\r\n#manage-page-dropdown .panel .panel-header-text,\r\n#edit-navbar .panel .panel-header-text,\r\n.config-site-panel .panel .panel-header-text {\r\n border-{vb:stylevar right}: 1px solid {vb:stylevar inline_edit_header_line_top_color};\r\n font-size: 12px;\r\n min-height: 201px;\r\n padding-{vb:stylevar left}:10px;\r\n padding-{vb:stylevar right}:15px;\r\n width: 274px;\r\n}\r\n.edit-mode .main-header {\r\n padding-top:50px;\r\n}\r\n.edit-mode .conversation-content-widget .main-header {\r\n padding-top:0;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .note,\r\n#manage-page-dropdown .panel .panel-header-text .note,\r\n#edit-navbar .panel .panel-header-text .note,\r\n.config-site-panel .panel .panel-header-text .note {\r\n font-style:italic;\r\n font-size:11px;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .note .header,\r\n#manage-page-dropdown .panel .panel-header-text .note .header,\r\n#edit-navbar .panel .panel-header-text .note .header,\r\n.config-site-panel .panel .panel-header-text .note .header {\r\n font-weight:bold;\r\n}\r\n#edit-page-dropdown .panel .panel-header-text p,\r\n#manage-page-dropdown .panel .panel-header-text p,\r\n#edit-navbar .panel .panel-header-text p,\r\n.config-site-panel .panel .panel-header-text p {\r\n margin:15px 0 0;\r\n\r\n text-align:{vb:stylevar left};\r\n}\r\n#edit-page-dropdown .panel .panel-header-text .header + p,\r\n#manage-page-dropdown .panel .panel-header-text .header + p,\r\n#edit-navbar .panel .panel-header-text .header + p,\r\n.config-site-panel .panel .panel-header-text .header + p {\r\n margin-top:20px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content,\r\n#manage-page-dropdown .panel .panel-main-content,\r\n#edit-navbar .panel .panel-main-content,\r\n.config-site-panel .panel .panel-main-content {\r\n width:629px;\r\n background:{vb:stylevar inline_edit_background};\r\n /*min-height:150px;*/\r\n border-{vb:stylevar left}: 1px solid {vb:stylevar inline_edit_header_line_bottom_color};\r\n padding-top: 30px;\r\n padding-{vb:stylevar right}: 10px;\r\n padding-bottom:15px;\r\n padding-{vb:stylevar left}: 20px;\r\n position:relative;\r\n z-index:1;\r\n}\r\n#edit-navbar .panel .panel-main-content {\r\n padding-{vb:stylevar left}: 40px;\r\n padding-bottom:30px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content .list .list-item,\r\n#manage-page-dropdown .panel .panel-main-content .list .list-item,\r\n#edit-navbar .panel .panel-main-content .list .list-item,\r\n.config-site-panel .panel .panel-main-content .list .list-item {\r\n margin-bottom:25px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.module-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.module-list-container {\r\n min-height:214px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.template-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.template-list-container {\r\n padding-top:64px;\r\n min-height:180px;\r\n}\r\n#edit-page-dropdown .panel .panel-main-content.layout-list-container,\r\n#manage-page-dropdown .panel .panel-main-content.layout-list-container {\r\n min-height:180px;\r\n padding-top:64px;\r\n}\r\n\r\n#edit-navbar,\r\n#manage-page {\r\n position:relative;\r\n}\r\n#edit-navbar .panel .panel-header-text,\r\n#manage-page .panel .panel-header-text{\r\n line-height: 16px;\r\n}\r\n#navbar-edit-item {\r\n padding: 30px;\r\n}\r\n#navbar-edit-item .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n#navbar-edit-item .blockrow > label,\r\n#navbar-edit-item .blockrow > input {\r\n display:block;\r\n}\r\n#navbar-edit-url {\r\n margin-bottom:5px;\r\n}\r\n#navbar-edit-usergroups-dialog .dialog-body .blockrow {\r\n margin-bottom:4px;\r\n}\r\n#edit-navbar .navbar-list {\r\n padding:5px 0;\r\n}\r\n#edit-navbar .navbar-list li {\r\n line-height: 24px;\r\n cursor: move;\r\n border-bottom:1px dotted #2F3841;\r\n color: {vb:stylevar body_link_color};\r\n}\r\n#edit-navbar .navbar-list li:first-child {\r\n border-top:1px dotted #2F3841;\r\n}\r\n#edit-navbar .navbar-list li.selected {\r\n background: transparent url(\"images/css/bckg_areaheader.png\") repeat;\r\n}\r\n#edit-navbar .navbar-list li > label {\r\n margin-{vb:stylevar right}: 5px;\r\n cursor:move;\r\n}\r\n#edit-navbar .navbar-list li.ui-sortable-helper {\r\n background-color:#ECF9FD;\r\n padding-{vb:stylevar left}:5px;\r\n border:1px solid #888383;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls {\r\n color: #C0C0C0;\r\n font-size: 16px;\r\n line-height: 21px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > span {\r\n display: inline-block;\r\n margin: 0 5px;\r\n position: relative;\r\n cursor: pointer;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-delete {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -112px -176px;\r\n width:13px;\r\n height:16px;\r\n top:4px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-edit {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -224px -80px;\r\n width:12px;\r\n height:15px;\r\n top:5px;\r\n}\r\n#edit-navbar .navbar-list .nav-item-controls > .navbar-item-opensubnav {\r\n background: transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll -127px -45px;\r\n width:8px;\r\n height:16px;\r\n top:4px;\r\n}\r\n#edit-navbar .navbar-list li.selected .nav-item-controls > .navbar-item-opensubnav {\r\n background-position:-135px -45px;\r\n}\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-opensubnav {\r\n display:none;\r\n}\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .navbar-list.footer .nav-item-controls > .navbar-item-opensubnav,\r\n#edit-navbar .sub-navbar-list .nav-item-controls > .navbar-item-edit + i,\r\n#edit-navbar .sub-navbar-list .nav-item-controls > .navbar-item-opensubnav {\r\n display:none;\r\n}\r\n#edit-navbar .navbar-list li.sortable-highlight {\r\n border:2px dashed #AEAEAE;\r\n background: transparent;\r\n margin-top:0;\r\n text-align:center;\r\n font-size:11px;\r\n line-height:22px;\r\n font-weight:bold;\r\n color:#AEAEAE;\r\n}\r\n#edit-navbar .new-nav-item {\r\n background: {vb:stylevar body_link_color};\r\n color: #FFF;\r\n font-size: 12px;\r\n font-weight: bold;\r\n height: 24px;\r\n line-height: 24px;\r\n text-align: center;\r\n cursor:pointer;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n#edit-navbar .navbar-ui-wrapper,\r\n#edit-navbar .subnavbar-ui-wrapper,\r\n#edit-navbar .navbar-edit-wrapper {\r\n float: {vb:stylevar left};\r\n background: #FFF;\r\n min-width: 210px;\r\n padding: 15px;\r\n line-height:normal;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n#edit-navbar .subnavbar-ui-wrapper {\r\n margin-{vb:stylevar left}: 20px;\r\n}\r\n#edit-navbar .subnavbar-ui-wrapper .subnavbar-list-container {\r\n min-height:10px;\r\n}\r\n#navbar-ui-container {\r\n color:{vb:stylevar body_text_color};\r\n position:relative;\r\n}\r\n#select-template a,\r\n#select-template a:active,\r\n#select-template a:visited {\r\n color:#4DCDFF;\r\n text-decoration: none;\r\n font-weight:bold;\r\n}\r\n#select-template a:hover {\r\n color:#6B9BC3;\r\n}\r\n#select-template .radio-checkbox-thumbnail-container,\r\n#change-layout .radio-checkbox-thumbnail-container {\r\n margin:0;\r\n}\r\n#select-template .radio-checkbox-thumbnail {\r\n margin-bottom:10px;\r\n border-width: 1px;\r\n width: 96px;\r\n}\r\n#select-template .radio-checkbox-thumbnail img {\r\n border:0;\r\n}\r\n#select-template .radio-checkbox-thumbnail-container {\r\n width:98px;\r\n}\r\n#select-template #search-template-keyword {\r\n width:266px;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border {\r\n width:auto;\r\n height:auto;\r\n margin-bottom:10px;\r\n border-width:1px;\r\n}\r\n#change-layout .layout-list-container .layout-item {\r\n width:auto;\r\n height:auto;\r\n text-align:center;\r\n font-size:12px;\r\n background:transparent;\r\n float:{vb:stylevar left};\r\n margin:0 17px;\r\n color:#4DCDFF;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border img {\r\n border: 0;\r\n}\r\n#change-layout .layout-list-container .layout-item .layout-border.selected,\r\n#change-layout .layout-list-container .layout-item .layout-border:hover,\r\n#select-template .template-list .template-border.selected,\r\n#select-template .template-list .template-border:hover {\r\n border-color:#467D96;\r\n background:#467D96;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n#add-modules .module-list-container .scroller.category,\r\n#create-new-module-dialog .module-list-container .scroller.category {\r\n width:599px;\r\n overflow-x:hidden;\r\n}\r\n.ie7 #add-modules .module-list-container .scroller.category,\r\n.ie7 #create-new-module-dialog .module-list-container .scroller.category {\r\n width:584px;\r\n}\r\n#add-modules .module-list-container .scroller.module {\r\n /*min-height:98px;*/\r\n}\r\n#add-modules .module-list .empty-module {\r\n}\r\n#add-modules .module-list .module-item,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging,\r\n#create-new-module-dialog .module-list .module-item,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging {\r\n float:{vb:stylevar left};\r\n margin:0;\r\n width:100px;\r\n text-align:center;\r\n cursor:move;\r\n -moz-box-shadow:none;\r\n -webkit-box-shadow:none;\r\n box-shadow:none;\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(enabled=false)\";\r\n /* For IE 5.5 - 7 */\r\n filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);\r\n}\r\n#add-modules .module-item .widget-header,\r\n#create-new-module-dialog .module-item .widget-header {\r\n border-bottom:0;\r\n margin:0 17px 20px 17px;\r\n width:63px;\r\n}\r\n#add-modules .module-item .widget-header .module-title,\r\n#create-new-module-dialog .module-item .widget-header .module-title {\r\n font-size: 11px;\r\n margin: 0;\r\n width:100px;\r\n color:{vb:stylevar inline_edit_module_title_text_color};\r\n margin:0 0 0 -20px;\r\n text-align:center;\r\n}\r\n#add-modules .module-item .widget-header .module-title .admin-only,\r\n#add-modules .module-item .widget-header .sort-by,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-header .module-title .admin-only,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-header .sort-by,\r\n#create-new-module-dialog .module-item .widget-header .module-title .admin-only,\r\n#create-new-module-dialog .module-item .widget-header .sort-by,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-header .module-title .admin-only,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-header .sort-by {\r\n display:none;\r\n}\r\n#add-modules .module-item.round-corner5,\r\n#create-new-module-dialog .module-item.round-corner5 {\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#add-modules .module-item .canvas-widget-icon,\r\n#add-modules .module-item .module-icon,\r\n#create-new-module-dialog .module-item .canvas-widget-icon,\r\n#create-new-module-dialog .module-item .module-icon {\r\n margin-bottom:10px;\r\n width:63px;\r\n}\r\n#add-modules .module-item .canvas-widget-icon img,\r\n#add-modules .module-item .module-icon img,\r\n#create-new-module-dialog .module-item .canvas-widget-icon img,\r\n#create-new-module-dialog .module-item .module-icon img {\r\n width:63px;\r\n height:63px;\r\n}\r\n#add-modules .module-item .grip-icon,\r\n#add-modules .module-item .close-button,\r\n#add-modules .module-item .edit-button,\r\n#add-modules .module-item .module-buttons,\r\n#add-modules .module-item .widget-content,\r\n#add-modules .module-item .h-clear,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .grip-icon,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .close-button,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .edit-button,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .module-buttons,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .widget-content,\r\n#add-modules .module-list-container .module-item.ui-draggable-dragging .h-clear,\r\n#create-new-module-dialog .module-item .grip-icon,\r\n#create-new-module-dialog .module-item .close-button,\r\n#create-new-module-dialog .module-item .edit-button,\r\n#create-new-module-dialog .module-item .module-buttons,\r\n#create-new-module-dialog .module-item .widget-content,\r\n#create-new-module-dialog .module-item .h-clear,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .grip-icon,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .close-button,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .edit-button,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .module-buttons,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .widget-content,\r\n#create-new-module-dialog .module-list-container .module-item.ui-draggable-dragging .h-clear {\r\n display:none;\r\n}\r\n#add-modules .module-item .canvas-widget-title,\r\n#create-new-module-dialog .module-item .canvas-widget-title {\r\n width:66px;\r\n text-align:center;\r\n}\r\n#add-modules #search-module-keyword {\r\n width:266px;\r\n}\r\n#add-modules .categories,\r\n#create-new-module-dialog .categories {\r\n margin:0 0 25px;\r\n height: 20px;\r\n width: 638px;\r\n}\r\n#sg_canvas #tabs-color a,\r\n#add-modules .categories .category,\r\n#create-new-module-dialog .categories .category {\r\n color:{vb:stylevar inline_edit_search_bar_text_color};\r\n background: {vb:stylevar inline_edit_search_bar_background};\r\n cursor: pointer;\r\n float: {vb:stylevar left};\r\n font-size: 11px;\r\n height:16px;\r\n line-height:16px;\r\n margin-{vb:stylevar left}: 10px;\r\n min-width: 64px;\r\n padding: 2px 8px;\r\n text-align: center;\r\n white-space:nowrap;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n#sg_canvas #tabs-color a:hover,\r\n#add-modules .categories .category:hover,\r\n#create-new-module-dialog .categories .category:hover {\r\n color:{vb:stylevar inline_edit_background.backgroundColor};\r\n background: {vb:stylevar inline_edit_search_bar_background_hover};\r\n border-color:{vb:stylevar inline_edit_search_bar_background_hover.backgroundColor};\r\n}\r\n#add-modules .categories .category:first-child,\r\n#create-new-module-dialog .categories .category:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n#sg_canvas #tabs-color a.sel,\r\n#add-modules .categories .category.selected,\r\n#add-modules .categories .category.selected:hover,\r\n#add-modules .categories .category:active,\r\n#create-new-module-dialog .categories .category.selected,\r\n#create-new-module-dialog .categories .category.selected:hover,\r\n#create-new-module-dialog .categories .category:active {\r\n background-color: #ececec;\r\n background: {vb:stylevar inline_edit_search_bar_background_active};\r\n color:{vb:stylevar inline_edit_search_text_active_color};\r\n cursor: default;\r\n}\r\n#add-modules .category-arrow-left,\r\n#create-new-module-dialog .category-arrow-left {\r\n margin-{vb:stylevar right}:5px;\r\n background:transparent url(images/css/sprite_icons_{vb:stylevar textdirection}.png) no-repeat scroll -16px -144px;\r\n}\r\n#add-modules .category-arrow-left:hover,\r\n#add-modules .category-arrow-left:active,\r\n#create-new-module-dialog .category-arrow-left:hover,\r\n#create-new-module-dialog .category-arrow-left:active {\r\n background-position:-32px -144px;\r\n}\r\n#add-modules .category-arrow-right,\r\n#create-new-module-dialog .category-arrow-right {\r\n margin-{vb:stylevar left}:5px;\r\n background:transparent url(images/css/sprite_icons_{vb:stylevar textdirection}.png) no-repeat scroll -48px -144px;\r\n}\r\n#add-modules .category-arrow-right:hover,\r\n#add-modules .category-arrow-right:active,\r\n#create-new-module-dialog .category-arrow-right:hover,\r\n#create-new-module-dialog .category-arrow-right:active {\r\n background-position:-64px -144px;\r\n}\r\n#add-modules .category-arrow-left,\r\n#add-modules .category-arrow-right,\r\n#create-new-module-dialog .category-arrow-left,\r\n#create-new-module-dialog .category-arrow-right {\r\n visibility:hidden;\r\n cursor: pointer;\r\n width:10px;\r\n height:10px;\r\n margin-top:5px;\r\n text-indent:-99999px;\r\n}\r\n.module-list-container .module-list .non-module-item {\r\n cursor: auto;\r\n}\r\n.module-list-container .module-list .non-module-item a {\r\n color: #4DCDFF;\r\n}\r\n.canvas-layout-container .category-customized_copy .custom-module-manage-links,\r\n.canvas-layout-container .category-customized_copy .module-buttons .edit-button {\r\n display: none;\r\n}\r\n.ui-draggable-dragging .custom-module-manage-links {\r\n display: none;\r\n}\r\n.module-list-container .custom-module-manage-links a {\r\n font-size: 11px;\r\n color: red;\r\n}\r\n.module-list-container .custom-module-manage-links a:hover {\r\n text-decoration: underline;\r\n}\r\n#create-new-module-dialog .custom-module-manage-links {\r\n display: none;\r\n}\r\n.module-list-container .module-title a {\r\n font-size: 11px;\r\n color: #4DCDFF;\r\n}\r\n\r\n#vb-page-body #save-page-form .subheader {\r\n font-size:13px;\r\n font-weight:normal;\r\n display:block;\r\n margin-bottom:5px;\r\n}\r\n#save-content .form-field {\r\n margin-bottom:20px;\r\n}\r\n#save-content .form-field.last {\r\n margin-bottom:15px;\r\n}\r\n#save-page-form .form-field #pagetitle,\r\n#save-page-form .form-field #templatetitle-new,\r\n#save-page-form .form-field #metadescription {\r\n width:99%;\r\n}\r\n#save-page-form .form-field .url {\r\n font-weight:bold;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#save-page-form .form-field #pageurl {\r\n width:250px;\r\n}\r\n#save-page-form .form-field #templatetitle-edit {\r\n width:250px;\r\n}\r\n#save-content .form-field input[type=radio] + label {\r\n font-weight:bold;\r\n margin-{vb:stylevar right}:5px;\r\n}\r\n#save-content .edit-page-template {\r\n height: 24px;\r\n line-height: 24px;\r\n}\r\n#save-content .action-buttons {\r\n margin:0;\r\n padding:0;\r\n text-align: {vb:stylevar right};\r\n}\r\n.lnkNewPage #save-content .edit-page-template {\r\n display:none;\r\n}\r\n.lnkEditPage #save-content .new-page-template {\r\n display:none;\r\n}\r\n/*End Page Editor*/\r\n#edit-page-dropdown,\r\n#manage-page-dropdown {\r\n border-bottom:1px solid #1A1E24;\r\n margin:auto;\r\n width:100%;\r\n}\r\n#edit-page-dropdown-gutter {\r\n display:none;\r\n}\r\n#edit-page-dropdown .tabs,\r\n#manage-page-dropdown .tabs {\r\n padding:0;\r\n border-width:0;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list,\r\n#manage-page-dropdown .tabs .tabs-list{\r\n border:0;\r\n padding:0;\r\n background:none;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n#edit-page-dropdown .tabs .action-buttons,\r\n#manage-page-dropdown .tabs .action-buttons {\r\n position: absolute;\r\n {vb:stylevar right}: 0;\r\n top: 0;\r\n}\r\n/*.edit-mode .admin-only {\r\n display:block;\r\n}\r\n.edit-mode span.admin-only {\r\n display:inline;\r\n}*/\r\n.edit-mode.lnkEditPage .canvas-widget div.admin-only,\r\n.edit-mode.lnkPageManager .canvas-widget div.admin-only,\r\n.edit-mode.lnkNewPage .canvas-widget div.admin-only {\r\n display:block;\r\n}\r\n.edit-mode.lnkEditPage .canvas-widget div.admin-only.inline,\r\n.edit-mode.lnkPageManager .canvas-widget div.admin-only.inline,\r\n.edit-mode.lnkNewPage .canvas-widget div.admin-only.inline {\r\n display:inline;\r\n}\r\n.edit-mode.lnkEditPage .canvas-widget span.admin-only,\r\n.edit-mode.lnkPageManager .canvas-widget span.admin-only,\r\n.edit-mode.lnkNewPage .canvas-widget span.admin-only {\r\n display:inline;\r\n vertical-align: top;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container,\r\n.edit-mode.lnkPageManager .canvas-layout-container,\r\n.edit-mode.lnkNewPage .canvas-layout-container {\r\n border:1px dashed #C0C0C0;\r\n margin-bottom:16px;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .widget-header,\r\n.edit-mode.lnkPageManager .canvas-layout-container .widget-header,\r\n.edit-mode.lnkNewPage .canvas-layout-container .widget-header {\r\n background:transparent url(\"images/css/bckg_areaheader.png\") repeat scroll 0 0;\r\n cursor:default;\r\n}\r\n.edit-mode.lnkEditPage .canvas-layout-container .widget-content a,\r\n.edit-mode.lnkPageManager .canvas-layout-container .widget-content a,\r\n.edit-mode.lnkNewPage .canvas-layout-container .widget-content a,\r\n.edit-mode .post-footer-wrapper .post-footer .post-controls li {\r\n text-decoration:none !important;\r\n color:#2F2F2F !important;\r\n cursor:auto !important;\r\n}\r\n.edit-mode #channel-tabbar ul li a,\r\n.edit-mode #footer-tabbar ul li a {\r\n color: #FFF;\r\n cursor:default;\r\n}\r\n.edit-mode #channel-tabbar ul li.current a,\r\n.edit-mode #footer-tabbar ul li.current a {\r\n color: #13242F;\r\n}\r\n.edit-mode #channel-tabbar ul li a:hover,\r\n.edit-mode #footer-tabbar ul li a:hover {\r\n background:transparent;\r\n}\r\n#admin-navbar-strip,\r\n#edit-page-dropdown .panel,\r\n#edit-page-dropdown .tabs .tabs-list-wrapper,\r\n#manage-page-dropdown .panel,\r\n#manage-page-dropdown .tabs .tabs-list-wrapper,\r\n#edit-navbar .panel,\r\n.config-site-panel .panel {\r\n min-width:960px;\r\n max-width:1200px;\r\n width:80%;\r\n margin:auto;\r\n}\r\n#admin-navbar-strip {\r\n color:#5A86D5;\r\n padding:0 0 0 15px;\r\n margin:auto;\r\n}\r\n#admin-navbar-strip,\r\n#admin-navbar-strip-gutter,\r\n#edit-page-dropdown .tabs .tabs-gutter,\r\n#manage-page-dropdown .tabs .tabs-gutter,\r\n.config-site-panel-gutter {\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 -50px;\r\n height:42px;\r\n line-height:42px;\r\n border-bottom:0;\r\n padding:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list-wrapper,\r\n#manage-page-dropdown .tabs .tabs-list-wrapper{\r\n position:relative;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item{\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 -250px;\r\n border: 1px solid #0C0F11;\r\n color: {vb:stylevar inline_edit_folder_text_color_active_hover};\r\n font: bold 10px/30px Helvetica,Arial,sans-serif;\r\n height: 30px;\r\n margin: 7px 3px 0 0;\r\n text-transform: uppercase;\r\n -moz-border-radius:0;\r\n -webkit-border-radius:0;\r\n border-radius:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item a span,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item a span{\r\n padding: 0 12px;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-hover,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-hover,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active{\r\n background:{vb:stylevar inline_edit_background};\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active{\r\n padding-bottom:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item a{\r\n border-color: {vb:stylevar inline_edit_folder_inner_highlight_color};\r\n border-style: solid solid none solid;\r\n border-width: 1px 1px 0 1px;\r\n color: {vb:stylevar inline_edit_folder_text_color_active_hover};\r\n display: inline-block;\r\n min-width: 119px;\r\n padding: 0;\r\n text-align: center;\r\n height:29px;\r\n outline:0;\r\n}\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected a,\r\n#edit-page-dropdown .tabs .tabs-list .tab-item.ui-state-active a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-selected a,\r\n#manage-page-dropdown .tabs .tabs-list .tab-item.ui-state-active a{\r\n color:{vb:stylevar inline_edit_folder_active_color};\r\n}\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-tabs-selected a,\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-disabled a,\r\n#edit-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-processing a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-tabs-selected a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-disabled a,\r\n#manage-page-dropdown .ui-tabs .tabs-list .tab-item.ui-state-processing a{\r\n cursor:default;\r\n}\r\n#admin-navbar-strip .prompt-text {\r\n color:#4DCDFF;\r\n font-size:11px;\r\n font-weight:bold;\r\n}\r\n#admin-navbar-strip .action-buttons,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons{\r\n height:39px;\r\n margin:0;\r\n text-align:{vb:stylevar left};\r\n line-height:42px;\r\n}\r\n#admin-navbar-strip .action-buttons li,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons li,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons li {\r\n float:{vb:stylevar left};\r\n background:#212A33 url(images/css/sprite_gradients.png) repeat-x scroll 0 100px;\r\n border-width:0 1px;\r\n border-style:solid;\r\n border-color:transparent {vb:stylevar inline_edit_button_divider_right_color} transparent {vb:stylevar inline_edit_button_divider_left_color};\r\n height:100%;\r\n}\r\n#admin-navbar-strip .action-buttons li:hover,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons li:hover,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons li:hover {\r\n background-position:0 -142px;\r\n}\r\n#admin-navbar-strip .action-buttons li:active,\r\n#edit-page-dropdown #edit-content .tabs .action-buttons:active,\r\n#manage-page-dropdown #manage-page .tabs .action-buttons:active {\r\n background-position:0 -184px;\r\n}\r\n.admin-button-flat {\r\n height:100%;\r\n padding-{vb:stylevar left}:14px;\r\n padding-{vb:stylevar right}:14px;\r\n font-size:11px;\r\n font-weight:bold;\r\n font-family:inherit;\r\n color:{vb:stylevar inline_edit_button_flat_text_color};\r\n cursor:pointer;\r\n -moz-user-select:none;\r\n -webkit-user-select:none;\r\n -khtml-user-select:none;\r\n -o-user-select:none;\r\n user-select:none;\r\n}\r\n.admin-button-flat .icon {\r\n margin-{vb:stylevar right}:9px;\r\n background:transparent url(images/css/sprite_icons_{vb:stylevar textdirection}.png) no-repeat scroll;\r\n display:inline-block;\r\n height:16px;\r\n width:16px;\r\n vertical-align:text-bottom;\r\n}\r\n.lnkSaveChanges .icon {\r\n background-position:0 0;\r\n}\r\n.lnkExitWithoutSaving .icon {\r\n background-position:-16px 0;\r\n}\r\n.lnkPageMap .icon {\r\n background-position:-32px 0;\r\n}\r\n.edit-mode.lnkHeader #header {\r\n z-index:1;\r\n position:relative;\r\n}\r\n.edit-mode.lnkHeader #header-axd.header-edit-box,\r\n.edit-mode.lnkHeader #header .header-cell {\r\n border:2px dashed #4DCDFF;\r\n border-top:0;\r\n}\r\n/*.edit-mode.lnkHeader #header-ad.header-edit-box.selected,\r\n.edit-mode.lnkHeader #header .site-logo.header-edit-box.selected {\r\n background:#FFF url(images/css/bckg_selected.png) repeat scroll 0 0;\r\n}*/\r\n.edit-mode.lnkHeader #header .site-logo {\r\n width:320px;\r\n z-index:3;\r\n}\r\n.edit-mode.lnkHeader #header .site-logo > a {\r\n cursor:default;\r\n}\r\n.edit-mode.lnkHeader #header .disable-overlay {\r\n width:100%;\r\n background:transparent url(\"images/css/bckg_nonedit.png\") repeat scroll 0 0;\r\n position:absolute;\r\n z-index:2;\r\n {vb:stylevar right}:0;\r\n top:0;\r\n}\r\n.edit-mode.lnkHeader #header-axd {\r\n min-height:80px;\r\n}\r\n.edit-mode.lnkHeader #header-axd .axd {\r\n overflow:hidden;\r\n}\r\n.edit-mode.lnkHeader #header-axd .iframe-axd-container {\r\n height:70px;\r\n}\r\n.edit-mode.lnkHeader #header-axd .admin-only,\r\n.edit-mode.lnkHeader #header .admin-only {\r\n position:absolute;\r\n top:0;\r\n {vb:stylevar right}:0;\r\n display:inline;\r\n color:#3B3B3B;\r\n background:transparent url(images/css/bckg_areaheader.png) repeat scroll 0 0;\r\n padding:5px;\r\n width:97%;\r\n text-align:{vb:stylevar right};\r\n z-index:100;\r\n}\r\n.edit-mode.lnkHeader #header .admin-only {\r\n {vb:stylevar left}:0;\r\n}\r\n.edit-mode.lnkHeader #header-axd .admin-only {\r\n width:99%;\r\n position: inherit;\r\n}\r\n.edit-mode.lnkHeader #header-axd div.admin-only,\r\n.edit-mode.lnkHeader #header div.admin-only {\r\n display:block;\r\n}\r\n.edit-mode.lnkHeader #header-axd div.admin-only.inline,\r\n.edit-mode.lnkHeader #header div.admin-only.inline {\r\n display:inline;\r\n}\r\n.edit-mode.lnkHeader #header.h-disabled .site-logo {\r\n background-image:none;\r\n}\r\n.edit-mode .axd-container .axd-placeholder {\r\n border: 1px dashed #FF0000;\r\n display: inline-block;\r\n padding: 10px;\r\n background:#FFF;\r\n color:#808080;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button,\r\n.edit-mode .sb-dialog .button,\r\n.edit-mode .admin-only .button,\r\n.config-site-panel .button {\r\n font-family: inherit;\r\n font-size: 11px;\r\n font-weight: bold;\r\n height: 22px;\r\n line-height:22px;\r\n padding: 0 14px;\r\n margin:0 0 0 5px;\r\n text-shadow: 0 2px 2px #E2E3E3;\r\n background: #ced0d1;\r\n border: 1px solid {vb:stylevar post_controls_divider_color};\r\n color: {vb:stylevar inline_edit_button_secondary_text_color};\r\n cursor:pointer;\r\n text-align:center;\r\n -moz-border-radius: 12px;\r\n -webkit-border-radius:12px;\r\n border-radius:12px;\r\n -moz-box-shadow:0 1px 2px #CECECE;\r\n box-shadow:0 1px 2px #CECECE;\r\n min-width:1px;\r\n}\r\n.edit-mode .sb-dialog .button,\r\n.edit-mode #edit-page-dropdown .button {\r\n min-width:46px;\r\n -moz-box-shadow:0 2px 2px #283038;\r\n box-shadow:0 2px 2px #283038;\r\n}\r\n.edit-mode .sb-dialog .action-buttons .button {\r\n margin-{vb:stylevar left}:20px;\r\n}\r\n.edit-mode #sitebuilder-wrapper button.button,\r\n.edit-mode #sitebuilder-wrapper input.button,\r\n.edit-mode .sb-dialog button.button,\r\n.edit-mode .sb-dialog input.button,\r\n.edit-mode .admin-only button.button,\r\n.edit-mode .admin-only input.button {\r\n height:24px;\r\n}\r\n.edit-mode .sb-dialog button.button,\r\n.edit-mode .sb-dialog input.button,\r\n.edit-mode #edit-page-dropdown button.button,\r\n.edit-mode #edit-page-dropdown input.button,\r\n.edit-mode #navbar-edit-item button.button,\r\n.edit-mode #navbar-edit-item input.button,\r\n.config-site-panel .button {\r\n min-width:74px;\r\n}\r\n.edit-mode.ie8 #sitebuilder-wrapper .button,\r\n.edit-mode.ie8 .sb-dialog .button,\r\n.edit-mode.ie8 .admin-only .button {\r\n height:20px;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary,\r\n.edit-mode .sb-dialog .button.primary,\r\n.edit-mode .admin-only .button.primary,\r\n.config-site-panel .button.primary {\r\n background:#B7D654 url(images/css/sprite_gradients.png) repeat-x scroll 0 -350px;\r\n border:{vb:stylevar inline_edit_button_border};\r\n color: {vb:stylevar inline_edit_button_primary_text_color};\r\n text-shadow:0 2px 2px #c5df8e;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary:hover,\r\n.edit-mode .sb-dialog .button.primary:hover,\r\n.edit-mode .admin-only .button.primary:hover,\r\n.config-site-panel .button.primary:hover {\r\n background-position:0 -374px;\r\n background-color:#b7e761;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary:active,\r\n.edit-mode .sb-dialog .button.primary:active,\r\n.edit-mode .admin-only .button.primary:active,\r\n.config-site-panel .button.primary:active {\r\n background-position:0 -398px;\r\n background-color:#95c53e;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.primary[disabled],\r\n.edit-mode .sb-dialog .button.primary[disabled],\r\n.edit-mode .admin-only .button.primary[disabled],\r\n.config-site-panel .button.primary[disabled] {\r\n background-position:0 -422px;\r\n background-color:#ced0d1;\r\n border-color:{vb:stylevar post_controls_divider_color};\r\n color:{vb:stylevar inline_edit_button_disabled_text_color};\r\n text-shadow:0 2px 2px #E2E3E3;\r\n cursor:default;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary,\r\n.edit-mode .sb-dialog .button.secondary,\r\n.edit-mode .admin-only .button.secondary,\r\n.config-site-panel .button.secondary {\r\n background:#ced0d1 url(images/css/sprite_gradients.png) repeat-x scroll 0 -450px;\r\n border-color:{vb:stylevar post_controls_divider_color};\r\n color: {vb:stylevar inline_edit_button_secondary_text_color};\r\n text-shadow:0 2px 2px #E2E3E3;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary:hover,\r\n.edit-mode .sb-dialog .button.secondary:hover,\r\n.edit-mode .admin-only .button.secondary:hover,\r\n.config-site-panel .button.secondary:hover {\r\n background-position:0 -474px;\r\n background-color:#adb2b5;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary:active,\r\n.edit-mode .sb-dialog .button.secondary:active,\r\n.edit-mode .admin-only .button.secondary:active,\r\n.config-site-panel .button.secondary:active {\r\n background-position:0 -498px;\r\n background-color:#ced0d1;\r\n}\r\n.edit-mode #sitebuilder-wrapper .button.secondary[disabled],\r\n.edit-mode .sb-dialog .button.secondary[disabled],\r\n.edit-mode .admin-only .button.secondary[disabled],\r\n.config-site-panel .button.secondary[disabled] {\r\n background-position:0 -522px;\r\n background-color:#ced0d1;\r\n color:{vb:stylevar inline_edit_button_disabled_text_color};\r\n cursor:default;\r\n}\r\n#axd-list-dialog {\r\n padding:30px;\r\n}\r\n#axd-list-dialog .dataTables_wrapper {\r\n margin: 20px 0 0;\r\n}\r\n#axd-list-dialog .action-buttons {\r\n margin-top:30px;\r\n}\r\n#axd-list-dialog .action-buttons .button:first-child {\r\n margin-{vb:stylevar left}:0;\r\n}\r\n#axd-config-dialog .displayoptions {\r\n margin-bottom:0;\r\n}\r\n#axd-config-dialog .displayoptions .sub-header {\r\n color: #F0FDCF;\r\n margin-bottom:10px;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow {\r\n margin-bottom:10px;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow > label {\r\n display:table;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow > label > span {\r\n display:table-cell;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow .textbox {\r\n width: 40px;\r\n}\r\n#axd-config-dialog .displayoptions .blockrow .textbox.is_date {\r\n width: 70px;\r\n}\r\n#axd-config-dialog textarea.textbox {\r\n margin-top:20px;\r\n height: auto;\r\n}\r\n#edit-page-dropdown .viewport .overview {\r\n min-width: 629px;\r\n}\r\n#edit-page-dropdown .scrollbar {\r\n position:absolute;\r\n bottom:25px;\r\n margin: 0;\r\n min-width:629px;\r\n}\r\n#edit-page-dropdown .scrollbar .track {\r\n min-width: 629px;\r\n background: #191919 url(images/css/sprite_gradients.png) repeat-x scroll 0 -650px ;\r\n}\r\n#edit-page-dropdown .scrollbar .thumb {\r\n background: transparent url(images/css/sprite_icons_{vb:stylevar textdirection}.png) no-repeat scroll 0 -144px;\r\n}\r\n.canvas-widget.ui-state-disabled {\r\n opacity: 1;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.no-columns .canvas-widget-list {\r\n min-height:150px;\r\n height:auto;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-layout-row.has-columns .canvas-widget-list {\r\n min-height:300px;\r\n height:300px;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row {\r\n border:0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-layout .canvas-widget.container-widget .canvas-layout-row .canvas-widget-list {\r\n min-height:106px;\r\n height:auto;\r\n border:1px dashed #C0C0C0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget {\r\n margin:8px 0;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.dummy-widget {\r\n text-align:center;\r\n color:#828891;\r\n border:0;\r\n margin:0;\r\n padding:0;;\r\n display:table;\r\n height:106px;\r\n width:100% !important;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.dummy-widget span {\r\n display:table-cell;\r\n vertical-align:middle;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget-highlight {\r\n height:6px;\r\n min-height:0;\r\n padding-top:0;\r\n padding-bottom:0;\r\n border:0;\r\n background:#FF9999;\r\n margin:-3px 0 -6px;\r\n -moz-border-radius:1px;\r\n -webkit-border-radius:1px;\r\n border-radius:1px;\r\n}\r\n.edit-mode .canvas-widget-list .canvas-widget:first-child + .canvas-widget-highlight,\r\n.edit-mode .canvas-widget-list .canvas-widget.canvas-widget-highlight:first-child {\r\n margin-top:1px;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.announcement-widget {\r\n background: #FFF;\r\n}\r\n.edit-mode .announcement-widget .widget-header {\r\n display: block;\r\n}\r\n.edit-mode .page-title-widget {\r\n padding-bottom: 0;\r\n}\r\n.edit-mode .canvas-widget.empty {\r\n display: block;\r\n}\r\n.edit-mode .axd-widget .widget-header {\r\n display: block;\r\n}\r\n.edit-mode .canvas-layout-container .canvas-widget.axd-widget .widget-content {\r\n padding: 15px 0 0;\r\n}\r\n.page_manager_table{\r\n width:100%;\r\n}\r\n.page_manager_table th{\r\n border-bottom:{vb:stylevar module_content_border};\r\n}\r\n.page_manager_table th:last-child,\r\n.page_manager_table td:last-child{\r\n border-{vb:stylevar right}:none;\r\n}\r\n.page_manager_table th,\r\n.page_manager_table td{\r\n border-{vb:stylevar right}:{vb:stylevar module_content_border};\r\n}\r\n.page_manager_table .buttons{\r\n float:{vb:stylevar right};\r\n width:52px;\r\n}\r\n.page_manager_table .channel_name{\r\n width:270px;\r\n}\r\n.page_manager_table .buttons span.edit{\r\n background-position:-32px -64px;\r\n}\r\n.page_manager_table .buttons span.delete{\r\n background-position:-0px -64px;\r\n}\r\n.page_manager_table .buttons span{\r\n background: url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -0px -64px transparent;\r\n height: 24px;\r\n width: 24px;\r\n display: inline-block;\r\n margin: 0;\r\n text-indent: -99999px;\r\n cursor: pointer;\r\n}\r\n\r\n.prof_usersettings_container .prof_usersetting_row .settings_left {\r\n display: table-cell;\r\n font-weight: bold;\r\n padding: 0;\r\n padding-top:2px;\r\n padding-{vb:stylevar left}:30px;\r\n vertical-align: top;\r\n width: 120px;\r\n}\r\n.form_label{\r\n width:150px;\r\n margin-{vb:stylevar right}:10px;\r\n}\r\n.form_cell{\r\n width:460px;\r\n}\r\n#manage-pages .panel-header-text{\r\n margin: 0 !important;\r\n padding: 0 !important;\r\n}\r\n#top-level-channels li{\r\n border-bottom-width: 1px;\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n margin: 0;\r\n}\r\n#top-level-channels li a{\r\n width: 100%;\r\n}\r\n.edit-mode .sb-dialog .selectBox-dropdown,\r\n.edit-mode #sitebuilder-wrapper .selectBox-dropdown {\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n.edit-mode .sb-dialog .dialog-content .jsPsuedoLink,\r\n.edit-mode #sitebuilder-wrapper .jsPsuedoLink,\r\n.edit-mode .sb-dialog .dialog-content .jsPseudoLink,\r\n.edit-mode #sitebuilder-wrapper .jsPseudoLink {\r\n color:#4DCDFF;\r\n}\r\n#search-config-dialog a {\r\n color:#4DCDFF;\r\n max-width: 470px;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .textbox {\r\n width:98.5%;\r\n resize:none;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .textbox.searchFields_from_days {\r\n width:35px;\r\n}\r\n#search-config-dialog {\r\n padding-{vb:stylevar left}: 30px;\r\n padding-{vb:stylevar right}: 30px;\r\n}\r\n#search-config-dialog.sb-dialog .dialog-content {\r\n margin-bottom: 0;\r\n}\r\n#search-config-dialog.sb-dialog .dialog-content .form_layout {\r\n padding:0;\r\n}\r\n#search-config-dialog .form_layout .form-fieldset .form_row .field_column .field-desc {\r\n color:inherit;\r\n}\r\n#search-config-dialog .searchConfigFields .autocomplete-container {\r\n border:{vb:stylevar inline_edit_field_border};\r\n line-height: 16px !important;\r\n min-height: 16px !important;\r\n}\r\n#search-config-dialog .searchConfigFields .autocomplete-container .autocompleteHelper {\r\n height:16px;\r\n}\r\n#search-config-dialog .autocomplete-box .autocomplete {\r\n height: 17px;\r\n line-height: 17px;\r\n}\r\n/* Tab Order config CSS */\r\n.config-value.tab_order ul li {\r\n border: 1px solid #EFF3F8;\r\n padding: 5px;\r\n margin-bottom: 5px;\r\n cursor: N-resize;\r\n}\r\n<vb:comment>\r\nRemove filter to avoid IE9 border-radius and background gradient bleeding bug.\r\nThis occurs in all custom dropdowns but only noticeable when dropdown is in a container with a dark background color or image like in Sitebuilder\r\nSo let\'s remove the filter in the custom dropdowns in Sitebuilder.\r\n</vb:comment>\r\n.ie9.edit-mode #sitebuilder-wrapper .custom-dropdown,\r\n.ie9.edit-mode .sb-dialog .custom-dropdown {\r\n filter:none;\r\n}\r\n\r\n<vb:comment>Custom DataTable CSS for Header Ads</vb:comment>\r\n.dataTables_wrapper .dataTables_filter {\r\n float: none;\r\n padding-bottom: 42px;\r\n text-align: left;\r\n width: auto;\r\n}\r\n.dataTables_wrapper .dataTables_filter .axdfilter {\r\n width: 190px;\r\n font-weight: normal;\r\n margin-{vb:stylevar left}: 5px;\r\n margin-{vb:stylevar right}: 3px;\r\n}\r\n.dataTables_wrapper .dataTables_filter label {\r\n font-weight:bold;\r\n}\r\n.dataTables_wrapper .axdtable {\r\n border-width: 0 0 1px;\r\n border-color: #3B444D;\r\n border-spacing:0;\r\n border-collapse:separate;\r\n}\r\n.dataTables_wrapper .axdtable th.axd-cell {\r\n border-bottom: 1px solid #242B33;\r\n border-top:0;\r\n height:28px;\r\n outline:none;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell,\r\n.dataTables_wrapper .axdtable .dataTables_empty {\r\n border-top: 1px solid #3B444D;\r\n padding: 2px 10px;\r\n background:transparent;\r\n height:24px;\r\n}\r\n.dataTables_wrapper .axdtable tr .axd-cell:first-child {\r\n padding-{vb:stylevar left}: 0;\r\n}\r\n.dataTables_wrapper .axdtable tr {\r\n background:transparent;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-title {\r\n width:60%;\r\n text-align:{vb:stylevar left};\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-active {\r\n width:5%;\r\n text-align:center;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-display-order {\r\n width:20%;\r\n text-align:center;\r\n white-space:nowrap;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-display-order input {\r\n width:40px;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action {\r\n width:15%;\r\n text-align:center;\r\n white-space:nowrap;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .editlink > span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -64px 0;\r\n width:24px;\r\n height:24px;\r\n display:inline-block;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .editlink > span:hover {\r\n background-position:-96px 0;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .deletelink > span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -128px 0;\r\n width:24px;\r\n height:24px;\r\n display:inline-block;\r\n}\r\n.dataTables_wrapper .axdtable .axdtable-action .deletelink > span:hover {\r\n background-position:-160px 0;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_disabled {\r\n cursor:default;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell > span {\r\n background:transparent url(\"images/css/sprite_icons_{vb:stylevar textdirection}.png\") no-repeat scroll -160px -32px;\r\n width:16px;\r\n height:16px;\r\n display:inline-block;\r\n margin-{vb:stylevar left}:5px;\r\n position:relative;\r\n top:3px;\r\n}\r\n.dataTables_wrapper .axdtable .axd-cell.sorting > span {\r\n display:none;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_asc > span {\r\n background-position:-160px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_asc > span:hover {\r\n background-position:-192px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_desc > span {\r\n background-position:-96px -32px;\r\n}\r\n.dataTables_wrapper .axdtable .sorting_desc > span:hover {\r\n background-position:-128px -32px;\r\n}\r\n<<<<<<< .working\r\n<vb:comment>End Custom DataTable CSS</vb:comment>\r\n\r\n<vb:comment>Start Page Map Content CSS</vb:comment>\r\n#page-map-content {\r\n height: 200px;\r\n overflow: auto;\r\n padding: 10px;\r\n margin-top: 3px;\r\n background: #EEF2F7;\r\n}\r\n#page-map-content ul {\r\n width: 120px;\r\n float: {vb:stylevar left};\r\n display: block;\r\n margin-{vb:stylevar right}: 10px;\r\n}\r\n#page-map-content ul li {\r\n border: 1px solid transparent;\r\n}\r\n#page-map-content ul li span {\r\n background: inherit;\r\n display: block;\r\n float: {vb:stylevar right};\r\n padding: 2px 4px;\r\n}\r\n#page-map-content ul li a {\r\n padding: 2px 4px;\r\n color: #4682B4;\r\n display: block;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n}\r\n#page-map-content ul li.current-path {\r\n background: #C8D6E6;\r\n border: 1px solid #AFC2DA;\r\n}\r\n#page-map-content ul li.current-path a {\r\n color: #CD726B;\r\n}\r\n#page-map-content ul li.current-path-end {\r\n background: transparent;\r\n border: 1px solid transparent;\r\n position: relative;\r\n}\r\n#page-map-content ul li.current-path-end a {\r\n font-weight: bold;\r\n color: #000;\r\n}\r\n#page-map-content ul li.current-path-end #you-are-here {\r\n background: #D9D9D9;\r\n border: 1px solid #BFC1C3;\r\n padding: 4px;\r\n position: absolute;\r\n width: 60px;\r\n text-align: center;\r\n font-weight: normal;\r\n color: #000;\r\n}\r\n#page-map-content #you-are-here .arrow {\r\n position: absolute;\r\n {vb:stylevar left}: -10px;\r\n top: 10px;\r\n width: 0;\r\n height: 0;\r\n\r\n border-top: 10px solid transparent;\r\n border-bottom: 10px solid transparent;\r\n border-{vb:stylevar right}:10px solid #BFC1C3;\r\n}\r\n#page-map-content #you-are-here .arrow-inner {\r\n position: absolute;\r\n {vb:stylevar left}: 1px;\r\n top: -10px;\r\n width: 0;\r\n height: 0;\r\n border-top: 10px solid transparent;\r\n border-bottom: 10px solid transparent;\r\n border-{vb:stylevar right}:10px solid #D9D9D9;\r\n}\r\n<vb:comment>End Page Map Content CSS</vb:comment>','template',1383084294,'vBulletin Solutions','5.1.0 Alpha 4','vbulletin','none'),(140,-1,'css_unreset.css','$final_rendered = \'\' . \'\' . \'\r\n/*\r\nCopyright (c) 2009, Yahoo! Inc. All rights reserved.\r\nCode licensed under the BSD License:\r\nhttp://developer.yahoo.net/yui/license.txt\r\nversion: 2.7.0\r\n*/\r\n/**\r\n * YUI Base\r\n * @module base\r\n * @namespace yui-\r\n * @requires reset, fonts\r\n*/\r\n.restore body {\r\n \' . \'\' . \'\r\n margin:10px;\r\n}\r\n.restore h1 {\r\n \' . \'\' . \'\r\n font-size: 138.5%;\r\n}\r\n.restore h2 {\r\n \' . \'\' . \'\r\n font-size: 123.1%;\r\n}\r\n.restore h3 {\r\n \' . \'\' . \'\r\n font-size: 108%;\r\n}\r\n.restore h1,\r\n.restore h2,\r\n.restore h3 {\r\n \' . \'\' . \'\r\n margin: 1em 0;\r\n}\r\n.restore h1,\r\n.restore h2,\r\n.restore h3,\r\n.restore h4,\r\n.restore h5,\r\n.restore h6,\r\n.restore strong,\r\n.restore dt,\r\n.restore b {\r\n \' . \'\' . \'\r\n font-weight: bold;\r\n}\r\n.restore i {\r\n font-style:italic;\r\n}\r\n.restore u {\r\n text-decoration:underline;\r\n}\r\n.restore optgroup {\r\n font-weight:normal;\r\n}\r\n.restore abbr,\r\n.restore acronym {\r\n \' . \'\' . \'\r\n border-bottom: 1px dotted \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n cursor: help;\r\n}\r\n.restore em {\r\n \' . \'\' . \'\r\n font-style: italic;\r\n}\r\n.restore del {\r\n \' . \'\' . \'\r\n text-decoration: line-through;\r\n}\r\n.restore blockquote,\r\n.restore ul,\r\n.restore ol,\r\n.restore dl {\r\n \' . \'\' . \'\r\n margin: 1em;\r\n}\r\n.restore ol,\r\n.restore ul,\r\n.restore dl {\r\n \' . \'\' . \'\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 2em;\r\n}\r\n.restore ol > li,\r\n.restore ol.decimal > li {\r\n list-style:decimal outside;\r\n}\r\n.restore ol.upper-roman > li {\r\n list-style:upper-roman outside;\r\n}\r\n.restore ol.lower-roman > li {\r\n list-style:lower-roman outside;\r\n}\r\n.restore ol.upper-alpha > li {\r\n list-style:upper-alpha outside;\r\n}\r\n.restore ol.lower-alpha > li {\r\n list-style:lower-alpha outside;\r\n}\r\n.restore ul > li {\r\n \' . \'\' . \'\r\n list-style: disc outside;\r\n}\r\n.restore dl dd {\r\n \' . \'\' . \'\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1em;\r\n}\r\n.restore th,\r\n.restore td {\r\n \' . \'\' . \'\r\n border: 1px solid \' . vB_Template_Runtime::fetchStylevar(\"post_controls_divider_color\") . \';\r\n padding: 0.5em;\r\n}\r\n.restore th {\r\n \' . \'\' . \'\r\n font-weight: bold;\r\n text-align: center;\r\n}\r\n.restore caption {\r\n \' . \'\' . \'\r\n margin-bottom: .5em;\r\n \' . \'\' . \'\r\n text-align: center;\r\n}\r\n.restore sup {\r\n \' . \'\' . \'\r\n vertical-align: super;\r\n font-size: smaller;\r\n}\r\n.restore sub {\r\n \' . \'\' . \'\r\n vertical-align: sub;\r\n font-size: smaller;\r\n}\r\n.restore p,\r\n.restore fieldset,\r\n.restore table,\r\n.restore pre {\r\n \' . \'\' . \'\r\n margin-bottom: 1em;\r\n}\r\n\' . \'\' . \'\r\n.restore button,\r\n.restore input[type=\"checkbox\"],\r\n.restore input[type=\"radio\"],\r\n.restore input[type=\"reset\"],\r\n.restore input[type=\"submit\"] {\r\n padding:1px;\r\n}\';','<vb:comment>\r\n/**\r\n* UN-RESET\r\n*\r\n* These definitions are designed to undo the effects of CSS Reset, but only when contained within a *.reset element.\r\n* Code is based on YUI Base\r\n*/\r\n</vb:comment>\r\n/*\r\nCopyright (c) 2009, Yahoo! Inc. All rights reserved.\r\nCode licensed under the BSD License:\r\nhttp://developer.yahoo.net/yui/license.txt\r\nversion: 2.7.0\r\n*/\r\n/**\r\n * YUI Base\r\n * @module base\r\n * @namespace yui-\r\n * @requires reset, fonts\r\n*/\r\n.restore body {\r\n <vb:comment>/* For breathing room between content and viewport. */</vb:comment>\r\n margin:10px;\r\n}\r\n.restore h1 {\r\n <vb:comment>/* 18px via YUI Fonts CSS foundation. */</vb:comment>\r\n font-size: 138.5%;\r\n}\r\n.restore h2 {\r\n <vb:comment>/* 16px via YUI Fonts CSS foundation. */</vb:comment>\r\n font-size: 123.1%;\r\n}\r\n.restore h3 {\r\n <vb:comment>/* 14px via YUI Fonts CSS foundation. */</vb:comment>\r\n font-size: 108%;\r\n}\r\n.restore h1,\r\n.restore h2,\r\n.restore h3 {\r\n <vb:comment>/* Top & bottom margin based on font size. */</vb:comment>\r\n margin: 1em 0;\r\n}\r\n.restore h1,\r\n.restore h2,\r\n.restore h3,\r\n.restore h4,\r\n.restore h5,\r\n.restore h6,\r\n.restore strong,\r\n.restore dt,\r\n.restore b {\r\n <vb:comment>/* Bringing boldness back to headers and the strong element. */</vb:comment>\r\n font-weight: bold;\r\n}\r\n.restore i {\r\n font-style:italic;\r\n}\r\n.restore u {\r\n text-decoration:underline;\r\n}\r\n.restore optgroup {\r\n font-weight:normal;\r\n}\r\n.restore abbr,\r\n.restore acronym {\r\n <vb:comment>/* Indicating to users that more info is available. */</vb:comment>\r\n border-bottom: 1px dotted {vb:stylevar post_controls_divider_color};\r\n cursor: help;\r\n}\r\n.restore em {\r\n <vb:comment>/* Bringing italics back to the em element. */</vb:comment>\r\n font-style: italic;\r\n}\r\n.restore del {\r\n <vb:comment>/* Striking deleted phrases. */</vb:comment>\r\n text-decoration: line-through;\r\n}\r\n.restore blockquote,\r\n.restore ul,\r\n.restore ol,\r\n.restore dl {\r\n <vb:comment>/* Giving blockquotes and lists room to breath. */</vb:comment>\r\n margin: 1em;\r\n}\r\n.restore ol,\r\n.restore ul,\r\n.restore dl {\r\n <vb:comment>/* Bringing lists on to the page with breathing room. */</vb:comment>\r\n margin-{vb:stylevar left}: 2em;\r\n}\r\n.restore ol > li,\r\n.restore ol.decimal > li {\r\n list-style:decimal outside;\r\n}\r\n.restore ol.upper-roman > li {\r\n list-style:upper-roman outside;\r\n}\r\n.restore ol.lower-roman > li {\r\n list-style:lower-roman outside;\r\n}\r\n.restore ol.upper-alpha > li {\r\n list-style:upper-alpha outside;\r\n}\r\n.restore ol.lower-alpha > li {\r\n list-style:lower-alpha outside;\r\n}\r\n.restore ul > li {\r\n <vb:comment>/* Giving UL\'s LIs generated disc markers. */</vb:comment>\r\n list-style: disc outside;\r\n}\r\n.restore dl dd {\r\n <vb:comment>/* Giving UL\'s LIs generated numbers. */</vb:comment>\r\n margin-{vb:stylevar left}: 1em;\r\n}\r\n.restore th,\r\n.restore td {\r\n <vb:comment>/* Borders and padding to make the table readable. */</vb:comment>\r\n border: 1px solid {vb:stylevar post_controls_divider_color};\r\n padding: 0.5em;\r\n}\r\n.restore th {\r\n <vb:comment>/* Distinguishing table headers from data cells. */</vb:comment>\r\n font-weight: bold;\r\n text-align: center;\r\n}\r\n.restore caption {\r\n <vb:comment>/* Coordinated margin to match cell\'s padding. */</vb:comment>\r\n margin-bottom: .5em;\r\n <vb:comment>/* Centered so it doesn\'t blend in to other content. */</vb:comment>\r\n text-align: center;\r\n}\r\n.restore sup {\r\n <vb:comment>/* to preserve line-height and selector appearance */</vb:comment>\r\n vertical-align: super;\r\n font-size: smaller;\r\n}\r\n.restore sub {\r\n <vb:comment>/* to preserve line-height and selector appearance */</vb:comment>\r\n vertical-align: sub;\r\n font-size: smaller;\r\n}\r\n.restore p,\r\n.restore fieldset,\r\n.restore table,\r\n.restore pre {\r\n <vb:comment>/* So things don\'t run into each other. */</vb:comment>\r\n margin-bottom: 1em;\r\n}\r\n<vb:comment>\r\n/* Opera requires 1px of padding to render with contemporary native chrome */\r\n</vb:comment>\r\n.restore button,\r\n.restore input[type=\"checkbox\"],\r\n.restore input[type=\"radio\"],\r\n.restore input[type=\"reset\"],\r\n.restore input[type=\"submit\"] {\r\n padding:1px;\r\n}','template',1359143866,'vBulletin Solutions','5.0.0 Beta 28','vbulletin','none'),(141,-1,'css_utilities.css','$final_rendered = \'.h-left {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.h-right {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.h-clear {\r\n clear:both;\r\n}\r\n.h-clearfix:after {\r\n clear:both;\r\n content:\".\";\r\n display:block;\r\n font-size:0;\r\n height:0;\r\n line-height:0;\r\n visibility:hidden;\r\n}\r\n.ie7 .h-clearfix {\r\n zoom:1;\r\n}\r\n.h-pointer{\r\n cursor:pointer;\r\n}\r\n\' . \'\' . \'\r\n.h-text-size--10 { font-size: 10px; }\r\n.h-text-size--11 { font-size: 11px; }\r\n.h-text-size--14 { font-size: 14px; }\r\n\r\n.h-text--right {\r\n text-align: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\r\n.h-wordwrap {\r\n word-wrap: break-word;\r\n}\r\n\r\n.h-warning {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_login_error_text_color\") . \'; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n\r\n.textbox {\r\n height:18px;\r\n padding:3px 8px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"form_field_border\") . \';\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_field_background\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"form_field_text_color\") . \';\r\n font:inherit;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.textbox[type=\"text\"] {\r\n \' . \'\' . \'\r\n height:22px;\r\n padding-top: 1px;\r\n padding-bottom: 1px;\r\n}\r\ntextarea.textbox {\r\n padding:8px;\r\n height:auto;\r\n}\r\n.textbox.stretch {\r\n width:100%;\r\n height:26px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\ntextarea.textbox.stretch {\r\n height:auto;\r\n}\r\n.h-hide {\r\n display: none;\r\n}\r\n.h-hide-imp {\r\n display:none !important;\r\n}\r\n.h-hide-on-small{\r\n display: inline-block;\r\n}\r\n.h-hide-on-large{\r\n display: none;\r\n}\r\n.l-small .h-hide-on-small{\r\n display: none;\r\n}\r\n.l-small .h-hide-on-large{ \r\n display: inline-block;\r\n}\r\n.h-visible {\r\n visibility:visible;\r\n}\r\n.h-invisible {\r\n visibility:hidden;\r\n}\r\n.h-align-center {\r\n text-align:center;\r\n}\r\n.h-align-right {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.h-align-left {\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.h-align-top {\r\n vertical-align: top;\r\n}\r\n.h-align-middle {\r\n vertical-align: middle;\r\n}\r\n.h-align-bottom {\r\n vertical-align: bottom;\r\n}\r\n.warning {\r\n border: 1px solid #E5D6D6;\r\n background: #FFE6E6;\r\n padding: 5px 10px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.error {\r\n border: 1px solid #E5D6D6;\r\n background: #FFE6E6;\r\n padding: 5px 10px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.h-disabled {\r\n cursor:default;\r\n}\r\n.uppercase {\r\n text-transform:uppercase;\r\n}\r\n.text-bold {\r\n font-weight: bold;\r\n}\r\n.placeholder {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"placeholder_text_color\") . \' !important;\r\n}\r\n.ellipsis {\r\n white-space:nowrap;\r\n overflow:hidden;\r\n o-text-overflow:ellipsis;\r\n text-overflow:ellipsis;\r\n}\r\n.table {\r\n display:table !important;\r\n}\r\n.table.h-hide {\r\n display:none !important;\r\n}\r\n.ie7 .table.center-vertical {\r\n position:relative !important;\r\n}\r\n.table .tr {\r\n display:table-row !important;\r\n}\r\n.table .td\r\n{\r\n display:table-cell !important;\r\n}\r\n.table.center-vertical .td,\r\n.table .td.center-vertical\r\n{\r\n vertical-align:middle !important;\r\n}\r\n.ie7 .table.center-vertical .td,\r\n.ie7 .table .td.center-vertical\r\n{\r\n position:absolute !important;\r\n top:50% !important;\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.h-margin-xs {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs\") . \';\r\n}\r\n\r\n.h-margin-s {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s\") . \';\r\n}\r\n\r\n.h-margin-m {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m\") . \';\r\n}\r\n\r\n.h-margin-l {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l\") . \';\r\n}\r\n\r\n.h-margin-xl {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl\") . \';\r\n}\r\n\r\n.h-margin-xxl {\r\n margin: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl\") . \';\r\n}\r\n\r\n.h-margin-none {\r\n margin: 0;\r\n}\r\n\r\n\r\n.h-margin-horiz-xs {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n.h-margin-vert-xs {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n\r\n.h-margin-horiz-s {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n.h-margin-vert-s {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n\r\n.h-margin-horiz-m {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n.h-margin-vert-m {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n\r\n.h-margin-horiz-l {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n.h-margin-vert-l {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n\r\n.h-margin-horiz-xl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n.h-margin-vert-xl {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n\r\n.h-margin-horiz-xxl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n.h-margin-vert-xxl {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n\r\n.h-margin-left-xs {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n.h-margin-right-xs {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n.h-margin-top-xs {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n.h-margin-bottom-xs {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xs.units\") . \';\r\n}\r\n.h-margin-left-s {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n.h-margin-right-s {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n.h-margin-top-s {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n.h-margin-bottom-s {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_s.units\") . \';\r\n}\r\n.h-margin-left-m {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n.h-margin-right-m {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n.h-margin-top-m {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n.h-margin-bottom-m {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_m.units\") . \';\r\n}\r\n.h-margin-left-l {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n.h-margin-right-l {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n.h-margin-top-l {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n.h-margin-bottom-l {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_l.units\") . \';\r\n}\r\n\r\n.h-margin-left-xl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n.h-margin-right-xl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n.h-margin-top-xl {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n.h-margin-bottom-xl {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xl.units\") . \';\r\n}\r\n\r\n.h-margin-left-xxl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n.h-margin-right-xxl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n.h-margin-top-xxl {\r\n margin-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n.h-margin-bottom-xxl {\r\n margin-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_margin_xxl.units\") . \';\r\n}\r\n\r\n.h-margin-left-none {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.h-margin-right-none {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.h-margin-top-none {\r\n margin-top: 0;\r\n}\r\n.h-margin-bottom-none {\r\n margin-bottom: 0;\r\n}\r\n.h-margin-horiz-none {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.h-margin-vert-none {\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n.l-small .h-margin-left-xs,\r\n.l-small .h-margin-horiz-xs,\r\n.l-small .h-margin-xs,\r\n.l-small .h-margin-left-s,\r\n.l-small .h-margin-horiz-s,\r\n.l-small .h-margin-s {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n}\r\n\r\n.l-small .h-margin-left-m,\r\n.l-small .h-margin-horiz-m,\r\n.l-small .h-margin-m,\r\n.l-small .h-margin-left-l,\r\n.l-small .h-margin-horiz-l,\r\n.l-small .h-margin-l {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n}\r\n\r\n.l-small .h-margin-left-xl,\r\n.l-small .h-margin-horiz-xl,\r\n.l-small .h-margin-xl,\r\n.l-small .h-margin-left-xxl,\r\n.l-small .h-margin-horiz-xxl,\r\n.l-small .h-margin-xxl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 8px;\r\n}\r\n\r\n.l-small .h-margin-right-xs,\r\n.l-small .h-margin-horiz-xs,\r\n.l-small .h-margin-xs,\r\n.l-small .h-margin-right-s,\r\n.l-small .h-margin-horiz-s,\r\n.l-small .h-margin-s {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n}\r\n\r\n.l-small .h-margin-left-m,\r\n.l-small .h-margin-horiz-m,\r\n.l-small .h-margin-m,\r\n.l-small .h-margin-left-l,\r\n.l-small .h-margin-horiz-l,\r\n.l-small .h-margin-l {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n\r\n.l-small .h-margin-left-xl,\r\n.l-small .h-margin-horiz-xl,\r\n.l-small .h-margin-xl,\r\n.l-small .h-margin-left-xxl,\r\n.l-small .h-margin-horiz-xxl,\r\n.l-small .h-margin-xxl {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n\r\n.h-padding-xs {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs\") . \';\r\n}\r\n\r\n.h-padding-s {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s\") . \';\r\n}\r\n\r\n.h-padding-m {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m\") . \';\r\n}\r\n\r\n.h-padding-l {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l\") . \';\r\n}\r\n\r\n.h-padding-xl {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl\") . \';\r\n}\r\n\r\n.h-padding-xxl {\r\n padding: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl\") . \';\r\n}\r\n\r\n.h-padding-none {\r\n padding: 0;\r\n}\r\n\r\n.h-padding-horiz-xs {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n.h-padding-vert-xs {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n\r\n.h-padding-horiz-s {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n.h-padding-vert-s {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n\r\n.h-padding-horiz-m {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n.h-padding-vert-m {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n\r\n.h-padding-horiz-l {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n.h-padding-vert-l {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n\r\n.h-padding-horiz-xl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n.h-padding-vert-xl {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n\r\n.h-padding-horiz-xxl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n.h-padding-vert-xxl {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n\r\n\r\n.h-padding-left-xs {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n.h-padding-right-xs {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n.h-padding-top-xs {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n.h-padding-bottom-xs {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xs.units\") . \';\r\n}\r\n\r\n.h-padding-left-s {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n.h-padding-right-s {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n.h-padding-top-s {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n.h-padding-bottom-s {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_s.units\") . \';\r\n}\r\n.h-padding-left-m {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n.h-padding-right-m {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n.h-padding-top-m {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n.h-padding-bottom-m {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_m.units\") . \';\r\n}\r\n.h-padding-left-l {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n.h-padding-right-l {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n.h-padding-top-l {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n.h-padding-bottom-l {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_l.units\") . \';\r\n}\r\n.h-padding-left-xl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n.h-padding-right-xl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n.h-padding-top-xl {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n.h-padding-bottom-xl {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xl.units\") . \';\r\n}\r\n.h-padding-left-xxl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.left\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n.h-padding-right-xxl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.right\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n.h-padding-top-xxl {\r\n padding-top: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.top\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n.h-padding-bottom-xxl {\r\n padding-bottom: \' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.bottom\") . \'\' . vB_Template_Runtime::fetchStylevar(\"spacing_padding_xxl.units\") . \';\r\n}\r\n\r\n.h-padding-left-none {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.h-padding-right-none {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n.h-padding-top-none {\r\n padding-top: 0;\r\n}\r\n.h-padding-bottom-none {\r\n padding-bottom: 0;\r\n}\r\n.h-padding-vert-none {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n.h-padding-horiz-none {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n}\r\n\r\n\r\n.l-small .h-padding-left-xs,\r\n.l-small .h-padding-horiz-xs,\r\n.l-small .h-padding-xs,\r\n.l-small .h-padding-left-s,\r\n.l-small .h-padding-horiz-s,\r\n.l-small .h-padding-s {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 3px;\r\n}\r\n\r\n.l-small .h-padding-left-m,\r\n.l-small .h-padding-horiz-m,\r\n.l-small .h-padding-m,\r\n.l-small .h-padding-left-l,\r\n.l-small .h-padding-horiz-l,\r\n.l-small .h-padding-l {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n}\r\n\r\n.l-small .h-padding-left-xl,\r\n.l-small .h-padding-horiz-xl,\r\n.l-small .h-padding-xl,\r\n.l-small .h-padding-left-xxl,\r\n.l-small .h-padding-horiz-xxl,\r\n.l-small .h-padding-xxl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 8px;\r\n}\r\n\r\n.l-small .h-padding-right-xs,\r\n.l-small .h-padding-horiz-xs,\r\n.l-small .h-padding-xs,\r\n.l-small .h-padding-right-s,\r\n.l-small .h-padding-horiz-s,\r\n.l-small .h-padding-s {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 3px;\r\n}\r\n\r\n.l-small .h-padding-right-m,\r\n.l-small .h-padding-horiz-m,\r\n.l-small .h-padding-m,\r\n.l-small .h-padding-right-l,\r\n.l-small .h-padding-horiz-l,\r\n.l-small .h-padding-l {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n\r\n.l-small .h-padding-right-xl,\r\n.l-small .h-padding-horiz-xl,\r\n.l-small .h-padding-xl,\r\n.l-small .h-padding-right-xxl,\r\n.l-small .h-padding-horiz-xxl,\r\n.l-small .h-padding-xxl {\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 8px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.h-border-none {\r\n border:0;\r\n}\r\n.h-border-left-none {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n}\r\n.h-border-right-none {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n}\r\n.h-border-top-none {\r\n border-top:0;\r\n}\r\n.h-border-bottom-none {\r\n border-bottom:0;\r\n}\r\n.h-border-horiz-none {\r\n border-top:0;\r\n border-bottom:0;\r\n}\r\n.h-border-vert-none {\r\n border-left:0;\r\n border-right:0;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon {\r\n background:transparent url(\"images/css/sprite_icons_vb_\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'.png\") no-repeat scroll 0 0;\r\n display: inline-block;\r\n overflow: hidden;\r\n text-indent: -99999px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-toggle {\r\n height: 14px;\r\n width: 14px;\r\n margin: 0;\r\n}\r\n.collapse > .vb-icon-toggle {\r\n background-position:0px -16px;\r\n}\r\n.expand > .vb-icon-toggle {\r\n background-position:-16px -16px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-arrow-left,\r\n.vb-icon-arrow-right {\r\n display: inline-block;\r\n height: 10px;\r\n width: 6px;\r\n margin-top: 6px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-arrow-left {\r\n background-position:-104px -48px;\r\n}\r\n.left-arrow:hover > .vb-icon-arrow-left {\r\n background-position:-112px -48px;\r\n}\r\n.h-disabled .vb-icon-arrow-left,\r\n.h-disabled:hover .vb-icon-arrow-left {\r\n background-position:-96px -48px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-arrow-next,\r\n.vb-icon-arrow-prev {\r\n width: 6px;\r\n height: 10px;\r\n cursor: pointer;\r\n}\r\n.vb-icon-arrow-next {\r\n background-position:-128px -48px;\r\n}\r\n.vb-icon-arrow-next.h-disabled {\r\n background-position:-120px -48px;\r\n cursor:default;\r\n}\r\n.vb-icon-arrow-prev {\r\n background-position:-104px -48px;\r\n}\r\n.vb-icon-arrow-prev.h-disabled {\r\n background-position:-96px -48px;\r\n cursor:default;\r\n}\r\n.vb-icon-x-square {\r\n background-position:-160px -112px;\r\n width:17px;\r\n height:16px;\r\n}\r\n.vb-icon-x-round {\r\n width: 19px;\r\n height: 19px;\r\n background-position:-368px -176px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-arrow-down-small {\r\n background-position: -48px -16px;\r\n width: 8px;\r\n height: 6px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-username-toggle {\r\n background-position:-64px -16px;\r\n height: 5px;\r\n width: 7px;\r\n}\r\n.username-container-active .vb-icon-username-toggle {\r\n background-position:-80px -16px;\r\n height:7px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-info-blue {\r\n background-position:-416px -80px;\r\n height: 12px;\r\n width: 12px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-question-blue {\r\n background-position:-384px -112px;\r\n width:14px;\r\n height:14px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-x-blue {\r\n background-position:-352px -80px;\r\n width:11px;\r\n height:11px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-minus-blue {\r\n background-position:-288px -16px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-or-blue {\r\n background-position:-320px -16px;\r\n}\r\n.vb-icon-minus-blue,\r\n.vb-icon-or-blue {\r\n width: 24px;\r\n height: 24px;\r\n}\r\n.vb-icon-double-arrow-blue {\r\n background-position:-368px -80px;\r\n width:14px;\r\n height:10px;\r\n}\r\n.vb-icon-trash-blue {\r\n width:19px;\r\n height:19px;\r\n background-position:-480px -80px;\r\n}\r\n\r\n/* Private Message icons */\r\n.vb-icon-messages {\r\n background-position:0 -176px;\r\n}\r\n.selected .vb-icon-messages {\r\n background-position:-16px -176px;\r\n}\r\n.vb-icon-sent-items {\r\n background-position:-192px -192px;\r\n}\r\n.selected .vb-icon-sent-items {\r\n background-position:-208px -192px;\r\n}\r\n.vb-icon-custom-folder {\r\n background-position:-64px -176px;\r\n}\r\n.vb-icon-folder-black,\r\n.selected .vb-icon-custom-folder {\r\n background-position:-80px -176px;\r\n}\r\n.vb-icon-pending-posts {\r\n background-position:-192px -208px;\r\n height: 15px;\r\n}\r\n.selected .vb-icon-pending-posts {\r\n background-position:-208px -208px;\r\n}\r\n.vb-icon-flag {\r\n background-position:-160px -208px;\r\n}\r\n.selected .vb-icon-flag {\r\n background-position:-176px -208px;\r\n}\r\n.vb-icon-infractions {\r\n background-position: -112px -96px;\r\n}\r\n.vb-icon-add-folder {\r\n background-position:-32px -176px;\r\n}\r\n.selected .vb-icon-add-folder {\r\n background-position:-48px -176px;\r\n}\r\n.vb-icon-trash {\r\n background-position:-96px -176px;\r\n height:15px;\r\n}\r\n.vb-icon-trash-black,\r\n.selected .vb-icon-trash {\r\n background-position:-112px -176px;\r\n}\r\n.vb-icon-requests {\r\n background-position:-128px -176px;\r\n height:16px;\r\n margin-top:-8px;\r\n}\r\n.selected .vb-icon-requests {\r\n background-position:-144px -176px;\r\n}\r\n.vb-icon-notifications {\r\n background-position:-160px -176px;\r\n height:15px;\r\n}\r\n.selected .vb-icon-notifications {\r\n background-position:-176px -176px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.vb-icon-topic-status {\r\n background-position: -68px -240px;\r\n height: 18px;\r\n width: 16px;\r\n}\r\n.hot-unread .vb-icon-topic-status {\r\n background-position: -4px -240px;\r\n}\r\n.hot-read .vb-icon-topic-status {\r\n background-position: -36px -240px;\r\n}\r\n.read .vb-icon-topic-status {\r\n background-position: -100px -240px;\r\n}\r\n.closed .vb-icon-topic-status {\r\n background-position: -132px -240px;\r\n}\r\n.posted .vb-icon-topic-status {\r\n background-position: -164px -240px;\r\n}\r\n.posted-closed .vb-icon-topic-status {\r\n background-position: -196px -240px;\r\n}\r\n.deleted .vb-icon-topic-status {\r\n background-position: -228px -240px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-warning-orange {\r\n background-position:-288px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-attach {\r\n background-position:-256px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.vb-icon-delete {\r\n background-position:-208px -176px;\r\n width:12px;\r\n height: 12px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-error,\r\n.vb-icon-warning {\r\n background-position:-240px -112px;\r\n width: 44px;\r\n height: 40px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.vb-icon-back {\r\n background-position:-104px -48px;\r\n float:left;\r\n height: 10px;\r\n width: 6px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n top: -1px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n margin-top: 3px;\r\n position: relative;\r\n}\r\n\' . \'\' . \'\r\n\r\n\r\n\' . \'\' . \'\r\n.vb-icon-search {\r\n background-position: -32px -16px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-search-small-gray {\r\n background-position:-32px -48px;\r\n height: 12px;\r\n width: 11px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.vb-icon-discussion {\r\n background-position:-112px -80px;\r\n width: 14px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-discussion {\r\n background-position:-128px -80px;\r\n}\r\n.vb-icon-photo {\r\n background-position:-144px -80px;\r\n width:15px;\r\n height:15px;\r\n}\r\n.ui-tabs-selected .vb-icon-photo {\r\n background-position:-160px -80px;\r\n}\r\n\r\n.vb-icon-video {\r\n background-position:-176px -80px;\r\n}\r\n.ui-tabs-selected .vb-icon-video {\r\n background-position:-192px -80px;\r\n}\r\n\r\n.vb-icon-link {\r\n background-position:-176px -80px;\r\n width:12px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-link {\r\n background-position:-192px -80px;\r\n}\r\n\r\n.vb-icon-poll {\r\n background-position:-271px -80px;\r\n width:15px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-poll {\r\n background-position:-287px -80px;\r\n}\r\n.vb-icon-editor {\r\n background-position:-208px -80px;\r\n width:12px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-editor {\r\n background-position:-224px -80px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-tab {\r\n width: 13px;\r\n height:13px;\r\n}\r\n.vb-icon-tab-profile {\r\n background-position:-241px -176px;\r\n width:14px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-profile {\r\n background-position:-257px -176px;\r\n}\r\n.vb-icon-tab-account {\r\n background-position:-272px -176px;\r\n width:15px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-account {\r\n background-position:-288px -176px;\r\n}\r\n.vb-icon-tab-privacy {\r\n background-position:-306px -176px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-privacy {\r\n background-position:-322px -176px;\r\n}\r\n.vb-icon-tab-notifications {\r\n background-position:-338px -176px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-notifications {\r\n background-position:-354px -176px;\r\n}\r\n.vb-icon-tab-subscriptions {\r\n background-position:-306px -192px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-subscriptions {\r\n background-position:-322px -192px;\r\n}\r\n\r\n\r\n\r\n\r\n.vb-icon-pencil {\r\n background-position:-336px -80px;\r\n width: 12px;\r\n height:12px;\r\n}\r\n\r\n\r\n\' . \'\' . \'\r\n.vb-icon-ip {\r\n background-position:-48px -96px;\r\n width:13px;\r\n height:12px;\r\n}\r\n.vb-icon-ctrl-infract {\r\n background-position:-112px -96px;\r\n width:15px;\r\n height:12px;\r\n}\r\n.infraction-received .vb-icon-ctrl-infract {\r\n background-position:-176px -96px;\r\n}\r\n.infraction-received.infraction-warning .vb-icon-ctrl-infract {\r\n background-position:-144px -96px;\r\n}\r\n.vb-icon-ctrl-edit {\r\n background-position:-336px -80px;\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-ctrl-flag {\r\n background-position:0 -80px;\r\n width:10px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-quote {\r\n background-position:-16px -80px;\r\n width:13px;\r\n height: 12px;\r\n}\r\n.selected .vb-icon-ctrl-quote {\r\n background-position:-32px -80px;\r\n}\r\n.vb-icon-postcount {\r\n background-position:-320px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-comment {\r\n background-position:-48px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-vote {\r\n background-position:-64px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n.h-disabled .vb-icon-ctrl-vote {\r\n background-position: -64px -95px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-arrow-right {\r\n background-position:-128px -48px;\r\n}\r\n.right-arrow:hover > .vb-icon-arrow-right {\r\n background-position:-136px -48px;\r\n}\r\n.h-disabled .vb-icon-arrow-right,\r\n.h-disabled:hover .vb-icon-arrow-right {\r\n background-position:-120px -48px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-triangle-down-wide {\r\n background-position:0 -42px !important;\r\n}\r\n.ui-state-default .vb-icon-triangle-down-wide {\r\n background-position:-68px -16px !important;\r\n}\r\n\r\n.vb-icon-triangle-up-wide {\r\n background-position:-16px -42px !important;\r\n}\r\n.vb-icon-triangle-down-wide,\r\n.vb-icon-triangle-up-wide {\r\n width:9px !important;\r\n height:16px !important;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-4.5px !important;\r\n margin-top:-8px !important;\r\n position:absolute !important;\r\n top:50% !important;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':50% !important;\r\n}\r\n.vb-icon-triangle-down-narrow {\r\n background-position:-80px -48px !important;\r\n}\r\n.vb-icon-triangle-up-narrow {\r\n background-position:-56px -48px !important;\r\n}\r\n.vb-icon-wrapper.has-hover:hover .vb-icon-triangle-down-narrow {\r\n background-position:-88px -48px !important;\r\n}\r\n.vb-icon-wrapper.has-hover:hover .vb-icon-triangle-up-narrow {\r\n background-position:-64px -48px !important;\r\n}\r\n.vb-icon-wrapper {\r\n position:relative;\r\n display:inline-block;\r\n height:24px;\r\n width:9px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':6px;\r\n}\r\n.ie7 .vb-icon-wrapper {\r\n display:inline;\r\n zoom:1;\r\n}\r\n.vb-icon-wrapper.h-disabled .vb-icon-triangle-up-narrow,\r\n.vb-icon-wrapper.h-disabled.has-hover:hover .vb-icon-triangle-up-narrow {\r\n background-position:-48px -48px !important;\r\n}\r\n.vb-icon-wrapper.h-disabled .vb-icon-triangle-down-narrow,\r\n.vb-icon-wrapper.h-disabled.has-hover:hover .vb-icon-triangle-down-narrow {\r\n background-position:-72px -48px !important;\r\n}\r\n.vb-icon-triangle-down-narrow,\r\n.vb-icon-triangle-up-narrow {\r\n width:7px !important;\r\n height:6px !important;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-3.5px !important;\r\n margin-top:-3px !important;\r\n position:absolute !important;\r\n top:50% !important;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':50% !important;\r\n}\r\n\r\n\' . \'\' . \'\r\n.vb-icon-login-facebook {\r\n background-position:-144px -16px;\r\n}\r\n.vb-icon-login-twitter {\r\n background-position:-176px -16px;\r\n}\r\n.vb-icon-login-openid {\r\n background-position:-208px -16px;\r\n}\r\n.vb-icon-status-offline {\r\n background-position:-320px -112px;\r\n}\r\n.vb-icon-status-online {\r\n background-position:-304px -112px;\r\n}\r\n.vb-icon-signature {\r\n background-position:-336px -112px;\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-quote-large {\r\n background-position:-80px -80px;\r\n height: 16px;\r\n width: 17px;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.button,\r\n.ui-widget .button {\r\n display:inline-block;\r\n height:26px;\r\n min-width:65px;\r\n margin:0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':7px;\r\n padding:1px 10px;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_secondary_border\") . \';\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"button_secondary_text_color\") . \';\r\n font-family:inherit;\r\n font-size: 12px;\r\n font-weight:bold;\r\n text-align: center;\r\n cursor:pointer;\r\n outline:0;\r\n overflow:visible; \' . \'\' . \'\r\n}\r\n.content-entry-box .action-buttons .button {\r\n float: \' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n\' . \'\' . \'\r\n.toolset .button {\r\n min-width: 0;\r\n}\r\n\r\n.ie8 .button[disabled] {\r\n padding-top:2px;\r\n padding-bottom:2px;\r\n}\r\n\' . \'\' . \'\r\n.button.super {\r\n background:#99EB99;\r\n text-shadow:1px 1px 1px #E6FAE6;\r\n}\r\n.button.super:hover,\r\n.button.super:focus {\r\n background:#B2F0B2;\r\n}\r\n.button.super:active {\r\n background:#80E680;\r\n}\r\n\' . \'\' . \'\r\n.button.primary {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_text_color.color\") . \';\r\n}\r\n.button.primary:hover,\r\n.button.primary:focus {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_border_hover\") . \';\r\n}\r\n.button.primary.light {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_primary_light_background\") . \';\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"button_primary_light_text_color\") . \' !important;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_primary_light_border\") . \';\r\n}\r\n.button.primary.light:hover,\r\n.button.primary.light:focus {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_primary_light_border_hover\") . \';\r\n}\r\na.button,\r\nspan.button {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n line-height: 22px;\r\n}\r\n\' . \'\' . \'\r\n.button.secondary,\r\nselect.button.secondary option,\r\n.button.primary[disabled],\r\n\' . \'\' . \'\r\n.button.primary.h-disabled {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_secondary_background\") . \';\r\n}\r\na.button.secondary {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"button_secondary_text_color\") . \';\r\n}\r\n.button.secondary:hover,\r\n.button.secondary:focus,\r\n.split-button .split-button-wrapper.button.secondary:hover,\r\n.split-button .split-button-wrapper.button.secondary:focus {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_secondary_border_hover\") . \';\r\n}\r\n\' . \'\' . \'\r\n.button.special {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"button_special_background\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_special_border\") . \';\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"button_special_text_color\") . \';\r\n}\r\n.button.special:hover,\r\n.button.special:focus {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"button_special_border_hover\") . \';\r\n}\r\n.button.special:active {\r\n}\r\n\r\n\' . \'\' . \'\r\n\r\n.button[disabled],\r\n\' . \'\' . \'\r\n.button.h-disabled {\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"button_disabled_text_color\") . \'; \' . \'\' . \'\r\n cursor:default !important;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_disabled_border\") . \';\r\n background:\' . vB_Template_Runtime::fetchStylevar(\"button_disabled_background\") . \'\r\n}\r\nbutton[disabled]:hover,\r\n\' . \'\' . \'\r\n.button.h-disabled:hover {\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"button_disabled_border\") . \' !important;\r\n}\r\n.button .button-icon {\r\n display: inline-block;\r\n height: 8px;\r\n width: 8px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 5px;\r\n}\r\n.ie7 .button .button-icon {\r\n display: inline;\r\n zoom:1;\r\n}\r\n.button .button-text {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n}\r\n.button.custom-upload-button {\r\n position:relative;\r\n overflow:hidden;\r\n text-align:center;\r\n}\r\n.button.custom-upload-button input[type=file] {\r\n position: absolute;\r\n top: 0;\r\n margin: 0;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n opacity: 0;\r\n /*filter: alpha(opacity=0);*/\r\n -o-transform: translate(250px,-50px) scale(1);\r\n transform: translate(-300px, 0) scale(4);\r\n font-size: 23px;\r\n direction: ltr;\r\n cursor: pointer;\r\n}\r\n.button.custom-upload-button input[type=file][disabled] {\r\n cursor: default;\r\n}\r\n.vertical-bar {\r\n color:#ADADAD;\r\n margin:0 2px;\r\n}\r\n\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.custom-dropdown {\r\n display:inline-block;\r\n height:24px;\r\n padding:0;\r\n position:relative;\r\n\r\n}\r\n.custom-dropdown:focus {\r\n outline:none;\r\n}\r\n.custom-dropdown select {\r\n opacity:0;\r\n border:0;\r\n padding:0;\r\n margin:0;\r\n height:24px;\r\n}\r\n.custom-dropdown .selected-text {\r\n height: 24px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n line-height: 24px;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n width: 80%;\r\n}\r\n.custom-dropdown .arrow {\r\n height: 24px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n line-height: 24px;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n width: 20%;\r\n}\r\n.custom-dropdown select option {\r\n font:bold 11px \' . vB_Template_Runtime::fetchStylevar(\"body_font.fontFamily\") . \';\r\n height:20px;\r\n padding-top:4px;\r\n}\r\n\' . \'\' . \'\r\n\' . \'\' . \'\r\n.split-button {\r\n position:relative;\r\n min-width:109px;\r\n font-size:12px;\r\n}\r\n.split-button .split-button-wrapper {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_border\") . \';\r\n height: 22px;\r\n min-width:100px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n position: relative;\r\n background:#D5E8EE url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -250px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n/* fix for Post Reply button */\r\n.split-button .split-button-wrapper.button.primary.light {\r\n min-width:50px;\r\n}\r\n.split-button .split-button-wrapper.special {\r\n background-position:0 -350px !important;\r\n}\r\n.ie7 .split-button .split-button-wrapper {\r\n min-width:109px;\r\n width:1px;\r\n}\r\n.split-button.open .split-button-wrapper {\r\n -moz-border-radius-bottomleft:0;\r\n -moz-border-radius-bottomright:0;\r\n -webkit-border-bottom-left-radius:0;\r\n -webkit-border-bottom-right-radius:0;\r\n border-bottom-left-radius:0;\r\n border-bottom-right-radius:0;\r\n}\r\n.split-button.open .split-button-wrapper .button-set {\r\n border-bottom: 1px solid #CACECF;\r\n}\r\n.split-button .split-button-wrapper .button-set {\r\n border: 0;\r\n width: 100%;\r\n}\r\n.ie7 .split-button .split-button-wrapper .button-set {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':0;\r\n white-space:nowrap;\r\n}\r\n.split-button .split-button-wrapper .button-set button {\r\n height:20px;\r\n font-size:11px;\r\n font-weight:bold;\r\n border:0;\r\n background:transparent none;\r\n color:\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_text_color\") . \';\r\n margin:0;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n min-width:78px;\r\n width:auto;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text .ui-button-text {\r\n height:22px;\r\n line-height:22px;\r\n padding-top:0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n padding-bottom:0;\r\n padding-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':10px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text .button-text-secondary {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon {\r\n text-indent:-99999px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n width:24px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only .ui-button-text {\r\n line-height:16px;\r\n}\r\n.ie8 .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only .ui-button-text {\r\n line-height:14.4px;\r\n}\r\n.split-button .split-button-wrapper .submenu {\r\n background:#D5E8EE url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -274px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_border\") . \';\r\n position: relative;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-1px;\r\n width:100%;\r\n line-height:22px;\r\n z-index:1;\r\n -moz-border-radius-bottomleft: 2px;\r\n -moz-border-radius-bottomright: 2px;\r\n -webkit-border-bottom-left-radius:2px;\r\n -webkit-border-bottom-right-radius:2px;\r\n border-bottom-left-radius:2px;\r\n border-bottom-right-radius:2px;\r\n}\r\n.split-button .split-button-wrapper.special .submenu {\r\n background-position:0 -374px;\r\n}\r\n.split-button.open .split-button-wrapper .submenu {\r\n border-top:0;\r\n}\r\n.split-button .split-button-wrapper .submenu.h-hide {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-99999px; /*needs this to keep the button text width the same as this submenu even if submenu is hidden*/\r\n display:block;\r\n}\r\n.split-button .split-button-wrapper .submenu li {\r\n border-bottom:1px solid #CACECF;\r\n border-top:1px solid #DDE8EC;\r\n height:22px;\r\n cursor:pointer;\r\n}\r\n.split-button .split-button-wrapper .submenu li:last-child {\r\n border-bottom:0;\r\n height:23px;\r\n}\r\n.split-button .split-button-wrapper .submenu li :first-child {\r\n padding:0 10px;\r\n white-space:nowrap;\r\n}\r\n\' . \'\' . \'\r\n.view-more-ctrl, .view-less-ctrl {\r\n position:relative;\r\n font-weight:bold;\r\n}\r\n.view-more-ctrl .expand-arrow-icon, .view-less-ctrl .expand-arrow-icon {\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \':-17px;\r\n top:50%;\r\n margin-top:-6px;\r\n}\r\n.vb-icon-expand-arrow-left,\r\n.vb-icon-expand-arrow-right {\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-expand-arrow-right {\r\n background-position:-528px -80px;\r\n}\r\n\' . \'\' . \'\r\n.vb-icon-expand-arrow-left {\r\n background-position:-528px -80px;\r\n}\r\n\r\n\' . \'\' . \'\r\n.horizontal-arrows .left-arrow {\r\n border-right:1px solid \' . vB_Template_Runtime::fetchStylevar(\"pagination_nextprev_divider_left_color\") . \';\r\n float:left;\r\n}\r\n.horizontal-arrows .right-arrow {\r\n float:right;\r\n border-left:1px solid \' . vB_Template_Runtime::fetchStylevar(\"pagination_nextprev_divider_right_color\") . \';\r\n}\r\n\' . \'\' . \'\r\n\r\n.horizontal-arrows {\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"toolbar_form_field_border\") . \';\r\n height: 22px;\r\n width: auto;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 5px;\r\n cursor:pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.horizontal-arrows .arrow {\r\n display: block;\r\n width: 13px;\r\n text-align:center;\r\n height:100%;\r\n}\r\n/*START Switch controls*/\r\n.switch-container {\r\n color: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_admin_bar_text_color\") . \';\r\n font-size: 12px;\r\n font-weight: bold;\r\n line-height: 20px;\r\n}\r\n.switch-container .switch-control {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':5px;\r\n}\r\n.switch-control {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"main_nav_button_border\") . \';\r\n font-size:11px;\r\n min-width:34px;\r\n height:18px;\r\n cursor:pointer;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.switch-container.h-disabled .switch-control {\r\n cursor: default;\r\n}\r\n.switch-control .switch-label {\r\n line-height:18px;\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n min-width:16px;\r\n text-align:center;\r\n background:#E0E4E5 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1100px;\r\n color: #727272;\r\n padding:0 5px;\r\n position:relative;\r\n}\r\n.switch-control .switch-label.on {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n background:#2183C3 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1050px;\r\n color: #FFF;\r\n}\r\n.switch-control .switch-label .switch-handle {\r\n background:#F9FAFA url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1075px;\r\n display: inline-block;\r\n height: 100%;\r\n width: 100%;\r\n position: absolute;\r\n top: 0;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.switch-control .switch-label.off .switch-handle {\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 1px solid #AEAEAE;\r\n}\r\n.switch-control .switch-label.on .switch-handle {\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 1px solid #AEAEAE;\r\n}\r\n.switch-control.on .switch-label.on .switch-handle,\r\n.switch-control .switch-label.off .switch-handle {\r\n display:none;\r\n}\r\n.switch-control.on .switch-label.off .switch-handle,\r\n.switch-control .switch-label.on .switch-handle {\r\n display:inline-block;\r\n}\r\n/*END Switch controls*/\r\n.field-set .field-row {\r\n margin-bottom:20px;\r\n}\r\n.field-set .field-row .field-desc {\r\n margin-top:10px;\r\n margin-bottom:0;\r\n color: #777;\r\n font-size:11px;\r\n}\r\n.pointer-left {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-width: 0;\r\n}\r\n.pointer-up {\r\n border-top-width: 0;\r\n}\r\n.pointer-left,\r\n.pointer-up {\r\n position: absolute;\r\n background: transparent;\r\n height: 0;\r\n width: 0;\r\n}\r\n.pointer-left {\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 10px solid #FFF;\r\n border-top: 6px solid transparent;\r\n border-bottom: 6px solid transparent;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -10px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"right\") . \': auto;\r\n top: 25px;\r\n}\r\n.pointer-up {\r\n border-bottom: 12px solid #FFF;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': 7px solid transparent;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 7px solid transparent;\r\n top: -12px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 25px;\r\n}\r\n.bubble-flyout {\r\n position:relative;\r\n border:\' . vB_Template_Runtime::fetchStylevar(\"post_controls_votes_border\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':4px;\r\n top:-2px;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':0;\r\n display:inline-block;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.bubble-flyout i, .bubble-flyout u {\r\n position: absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n top: 50%;\r\n line-height: 0;\r\n width: 0;\r\n height: 0;\r\n margin: 0;\r\n margin-top:-4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-5px;\r\n margin-bottom:0;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \': \' . vB_Template_Runtime::fetchStylevar(\"post_controls_votes_border\") . \';\r\n border: 4px transparent solid;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 0;\r\n}\r\n.bubble-flyout u {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -4px;\r\n border-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-color: #FFF;\r\n}\r\n.bubble-flyout i {\r\n border-right-color: \' . vB_Template_Runtime::fetchStylevar(\"post_controls_votes_border.color\") . \';\r\n}\r\n/* FF hack */\r\n@-moz-document url-prefix() {\r\n .bubble-flyout u {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-3px;\r\n }\r\n .bubble-flyout i {\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-4px;\r\n }\r\n}\r\n.bubble-flyout .bubble-content {\r\n min-width:20px;\r\n height:18px;\r\n line-height:18px;\r\n display:inline-block;\r\n text-align:center;\r\n font-size:11px;\r\n}\r\n.divider,\r\n.content-divider {\r\n border-color: \' . vB_Template_Runtime::fetchStylevar(\"content_divider_color\") . \';\r\n border-style: dotted;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 10px 0;\r\n}\r\n\' . \'\' . \'\r\n.grayed-out {\r\n color:#C8C8C8;\r\n}\r\n.action-buttons {\r\n margin:4px;\r\n text-align:\' . vB_Template_Runtime::fetchStylevar(\"right\") . \';\r\n}\r\n.note {\r\n font-size:12px;\r\n}\r\n.admin-only {\r\n display:none;\r\n}\r\n.loading-icon {\r\n margin:0 4px;\r\n}\r\n.grip-icon div {\r\n font-size:20px;\r\n height:4px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n color:#C0C0C0;\r\n cursor:move;\r\n}\r\n.shadow {\r\n -moz-box-shadow: 1px 2px 3px #DCDCDC;\r\n -webkit-box-shadow: 1px 2px 3px #DCDCDC;\r\n box-shadow: 1px 2px 3px #DCDCDC;\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\\\'#DCDCDC\\\')\";\r\n /* For IE 5.5 - 7 */\r\n filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\\\'#DCDCDC\\\');\r\n}\r\n.stretch {\r\n width:100%;\r\n}\r\n.round-corner4 {\r\n -moz-border-radius: 4px;\r\n -webkit-border-radius: 4px;\r\n border-radius: 4px;\r\n}\r\n.round-corner5 {\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n}\r\n.round-corner6 {\r\n -moz-border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n border-radius: 6px;\r\n}\r\n.round-corner7 {\r\n -moz-border-radius: 7px;\r\n -webkit-border-radius: 7px;\r\n border-radius: 7px;\r\n}\r\n\r\n.avatar {\r\n height:32px;\r\n width:32px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':10px;\r\n border: \' . vB_Template_Runtime::fetchStylevar(\"activity_stream_avatar_border\") . \';\r\n}\r\n.avatar > img {\r\n max-height:32px;\r\n max-width:32px !important;\r\n}\r\n.avatar.medium {\r\n height:64px;\r\n width:64px;\r\n}\r\n.avatar.medium > img {\r\n max-height:64px;\r\n max-width:64px !important;\r\n}\r\n.avatar.x-small {\r\n height:24px;\r\n width:24px;\r\n}\r\n.avatar.x-small > img {\r\n max-height:24px;\r\n max-width:24px !important;\r\n}\r\n.avatar.xx-small {\r\n height:18px;\r\n width:18px;\r\n}\r\n.avatar.xx-small > img {\r\n max-height:18px;\r\n max-width:18px !important;\r\n}\r\n.mainmenu {\r\n padding: 5px 0 0 5px;\r\n}\r\n.mainmenu > li {\r\n height:14px;\r\n}\r\n.mainmenu li {\r\n float:\' . vB_Template_Runtime::fetchStylevar(\"left\") . \';\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \':5px;\r\n padding:2px 4px;\r\n position:relative;\r\n border: 1px solid transparent;\r\n color:inherit;\r\n font-size:11px;\r\n}\r\n.mainmenu li a {\r\n color: #4682B4;\r\n}\r\n.mainmenu.has-hover li:hover {\r\n border-color:#BCBCBC;\r\n background:#FFF;\r\n}\r\n.mainmenu .submenu li a:hover {\r\n background:#E6E6E6;\r\n color:#FFF;\r\n}\r\n.mainmenu .submenu {\r\n display:none;\r\n position:absolute;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \':-1px;\r\n top:18px;\r\n border:1px solid #BCBCBC;\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"form_dropdown_background.backgroundColor\") . \';\r\n background: -webkit-gradient(linear, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom, from(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'), to(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'));\r\n background: -webkit-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -moz-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -ms-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n background: -o-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'\\\', EndColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'\\\');\r\n background: linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \');\r\n min-width:100px;\r\n z-index:1000;\r\n}\r\n.mainmenu.pos-top .submenu {\r\n background: -webkit-gradient(linear, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' top, \' . vB_Template_Runtime::fetchStylevar(\"left\") . \' bottom, from(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'), to(\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \')); /* Saf4+, Chrome */\r\n background: -webkit-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \');\r\n background: -moz-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \');\r\n background: -ms-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \');\r\n background: -o-linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \');\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \'\\\', EndColorStr=\\\'\' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \'\\\');\r\n background: linear-gradient(top, \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_end.backgroundColor\") . \', \' . vB_Template_Runtime::fetchStylevar(\"toolbar_dropdown_background_gradient_start.backgroundColor\") . \');\r\n}\r\n.mainmenu .submenu li {\r\n margin:0;\r\n padding:0;\r\n border:0;\r\n white-space:nowrap;\r\n width:100%;\r\n min-width:100px;\r\n}\r\n.mainmenu .submenu li a {\r\n padding:2px 15px;\r\n display:block;\r\n height: 23px;\r\n line-height: 23px;\r\n}\r\n.mainmenu li a span,\r\n.mainmenu li button span.arrow {\r\n font-size:9px;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \':2px;\r\n}\r\n.divider-container {\r\n position: relative;\r\n margin:25px 0;\r\n}\r\n.divider-container .overlap {\r\n background: \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_background\") . \';\r\n color:#939CA7;\r\n font-size: 17px;\r\n line-height:18px;\r\n font-style: italic;\r\n \' . vB_Template_Runtime::fetchStylevar(\"left\") . \': 50%;\r\n margin-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \': -24px;\r\n padding: 0 10px;\r\n position: absolute;\r\n top: -8px;\r\n}\r\n.ie7 .divider-container .overlap {\r\n top: -3px;\r\n}\r\n.divider-light {\r\n border-color: #242B33 transparent \' . vB_Template_Runtime::fetchStylevar(\"inline_edit_popup_comment_line_color\") . \';\r\n border-style: solid;\r\n border-width: 1px 0;\r\n height: 0;\r\n}\r\n.upload-progress-bar {\r\n margin-top:20px;\r\n text-align:center;\r\n}\r\n.noselect {\r\n -webkit-touch-callout: none;\r\n -webkit-user-select: none;\r\n -khtml-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n}\r\n.select {\r\n -webkit-touch-callout: initial;\r\n -webkit-user-select: initial;\r\n -khtml-user-select: initial;\r\n -moz-user-select: initial;\r\n -ms-user-select: initial;\r\n user-select: initial;\r\n}\r\n.blockbody > .blockrow {\r\n margin-top:20px;\r\n}\r\n.blockbody > .blockrow:first-child {\r\n margin-top:0;\r\n}\r\n.field-desc {\r\n font-size: 11px;\r\n margin-top: 5px;\r\n color:#777;\r\n}\';','.h-left {\r\n float:{vb:stylevar left};\r\n}\r\n.h-right {\r\n float:{vb:stylevar right};\r\n}\r\n.h-clear {\r\n clear:both;\r\n}\r\n.h-clearfix:after {\r\n clear:both;\r\n content:\".\";\r\n display:block;\r\n font-size:0;\r\n height:0;\r\n line-height:0;\r\n visibility:hidden;\r\n}\r\n.ie7 .h-clearfix {\r\n zoom:1;\r\n}\r\n.h-pointer{\r\n cursor:pointer;\r\n}\r\n<vb:comment>\r\n/* Text size helpers */\r\n</vb:comment>\r\n.h-text-size--10 { font-size: 10px; }\r\n.h-text-size--11 { font-size: 11px; }\r\n.h-text-size--14 { font-size: 14px; }\r\n\r\n.h-text--right {\r\n text-align: {vb:stylevar right};\r\n}\r\n\r\n.h-wordwrap {\r\n word-wrap: break-word;\r\n}\r\n\r\n.h-warning {\r\n color: {vb:stylevar main_nav_login_error_text_color}; /* this stylevar should be renamed to warning_color or similar*/\r\n}\r\n\r\n.textbox {\r\n height:18px;\r\n padding:3px 8px;\r\n border: {vb:stylevar form_field_border};\r\n background: {vb:stylevar form_field_background};\r\n color: {vb:stylevar form_field_text_color};\r\n font:inherit;\r\n -moz-border-radius:3px;\r\n -webkit-border-radius:3px;\r\n border-radius:3px;\r\n}\r\n.textbox[type=\"text\"] {\r\n <vb:comment>temporary workaround for VBV-8583 until we get the global css under better control</vb:comment>\r\n height:22px;\r\n padding-top: 1px;\r\n padding-bottom: 1px;\r\n}\r\ntextarea.textbox {\r\n padding:8px;\r\n height:auto;\r\n}\r\n.textbox.stretch {\r\n width:100%;\r\n height:26px;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n}\r\ntextarea.textbox.stretch {\r\n height:auto;\r\n}\r\n.h-hide {\r\n display: none;\r\n}\r\n.h-hide-imp {\r\n display:none !important;\r\n}\r\n.h-hide-on-small{\r\n display: inline-block;\r\n}\r\n.h-hide-on-large{\r\n display: none;\r\n}\r\n.l-small .h-hide-on-small{\r\n display: none;\r\n}\r\n.l-small .h-hide-on-large{ \r\n display: inline-block;\r\n}\r\n.h-visible {\r\n visibility:visible;\r\n}\r\n.h-invisible {\r\n visibility:hidden;\r\n}\r\n.h-align-center {\r\n text-align:center;\r\n}\r\n.h-align-right {\r\n text-align:{vb:stylevar right};\r\n}\r\n.h-align-left {\r\n text-align:{vb:stylevar left};\r\n}\r\n.h-align-top {\r\n vertical-align: top;\r\n}\r\n.h-align-middle {\r\n vertical-align: middle;\r\n}\r\n.h-align-bottom {\r\n vertical-align: bottom;\r\n}\r\n.warning {\r\n border: 1px solid #E5D6D6;\r\n background: #FFE6E6;\r\n padding: 5px 10px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.error {\r\n border: 1px solid #E5D6D6;\r\n background: #FFE6E6;\r\n padding: 5px 10px;\r\n -moz-border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n.h-disabled {\r\n cursor:default;\r\n}\r\n.uppercase {\r\n text-transform:uppercase;\r\n}\r\n.text-bold {\r\n font-weight: bold;\r\n}\r\n.placeholder {\r\n color: {vb:stylevar placeholder_text_color} !important;\r\n}\r\n.ellipsis {\r\n white-space:nowrap;\r\n overflow:hidden;\r\n o-text-overflow:ellipsis;\r\n text-overflow:ellipsis;\r\n}\r\n.table {\r\n display:table !important;\r\n}\r\n.table.h-hide {\r\n display:none !important;\r\n}\r\n.ie7 .table.center-vertical {\r\n position:relative !important;\r\n}\r\n.table .tr {\r\n display:table-row !important;\r\n}\r\n.table .td\r\n{\r\n display:table-cell !important;\r\n}\r\n.table.center-vertical .td,\r\n.table .td.center-vertical\r\n{\r\n vertical-align:middle !important;\r\n}\r\n.ie7 .table.center-vertical .td,\r\n.ie7 .table .td.center-vertical\r\n{\r\n position:absolute !important;\r\n top:50% !important;\r\n}\r\n\r\n<vb:comment>\r\n/*******************************************************************\r\n * Margin Helpers (Can be used with both blocks and containers)\r\n *******************************************************************/\r\n</vb:comment>\r\n\r\n.h-margin-xs {\r\n margin: {vb:stylevar spacing_margin_xs};\r\n}\r\n\r\n.h-margin-s {\r\n margin: {vb:stylevar spacing_margin_s};\r\n}\r\n\r\n.h-margin-m {\r\n margin: {vb:stylevar spacing_margin_m};\r\n}\r\n\r\n.h-margin-l {\r\n margin: {vb:stylevar spacing_margin_l};\r\n}\r\n\r\n.h-margin-xl {\r\n margin: {vb:stylevar spacing_margin_xl};\r\n}\r\n\r\n.h-margin-xxl {\r\n margin: {vb:stylevar spacing_margin_xxl};\r\n}\r\n\r\n.h-margin-none {\r\n margin: 0;\r\n}\r\n\r\n\r\n.h-margin-horiz-xs {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xs.left}{vb:stylevar spacing_margin_xs.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xs.right}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n.h-margin-vert-xs {\r\n margin-top: {vb:stylevar spacing_margin_xs.top}{vb:stylevar spacing_margin_xs.units};\r\n margin-bottom: {vb:stylevar spacing_margin_xs.bottom}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n\r\n.h-margin-horiz-s {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_s.left}{vb:stylevar spacing_margin_s.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_s.right}{vb:stylevar spacing_margin_s.units};\r\n}\r\n.h-margin-vert-s {\r\n margin-top: {vb:stylevar spacing_margin_s.top}{vb:stylevar spacing_margin_s.units};\r\n margin-bottom: {vb:stylevar spacing_margin_s.bottom}{vb:stylevar spacing_margin_s.units};\r\n}\r\n\r\n.h-margin-horiz-m {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_m.left}{vb:stylevar spacing_margin_m.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_m.right}{vb:stylevar spacing_margin_m.units};\r\n}\r\n.h-margin-vert-m {\r\n margin-top: {vb:stylevar spacing_margin_m.top}{vb:stylevar spacing_margin_m.units};\r\n margin-bottom: {vb:stylevar spacing_margin_m.bottom}{vb:stylevar spacing_margin_m.units};\r\n}\r\n\r\n.h-margin-horiz-l {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_l.left}{vb:stylevar spacing_margin_l.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_l.right}{vb:stylevar spacing_margin_l.units};\r\n}\r\n.h-margin-vert-l {\r\n margin-top: {vb:stylevar spacing_margin_l.top}{vb:stylevar spacing_margin_l.units};\r\n margin-bottom: {vb:stylevar spacing_margin_l.bottom}{vb:stylevar spacing_margin_l.units};\r\n}\r\n\r\n.h-margin-horiz-xl {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xl.left}{vb:stylevar spacing_margin_xl.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xl.right}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n.h-margin-vert-xl {\r\n margin-top: {vb:stylevar spacing_margin_xl.top}{vb:stylevar spacing_margin_xl.units};\r\n margin-bottom: {vb:stylevar spacing_margin_xl.bottom}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n\r\n.h-margin-horiz-xxl {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xxl.left}{vb:stylevar spacing_margin_xxl.units};\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xxl.right}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n.h-margin-vert-xxl {\r\n margin-top: {vb:stylevar spacing_margin_xxl.top}{vb:stylevar spacing_margin_xxl.units};\r\n margin-bottom: {vb:stylevar spacing_margin_xxl.bottom}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n\r\n.h-margin-left-xs {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xs.left}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n.h-margin-right-xs {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xs.right}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n.h-margin-top-xs {\r\n margin-top: {vb:stylevar spacing_margin_xs.top}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n.h-margin-bottom-xs {\r\n margin-bottom: {vb:stylevar spacing_margin_xs.bottom}{vb:stylevar spacing_margin_xs.units};\r\n}\r\n.h-margin-left-s {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_s.left}{vb:stylevar spacing_margin_s.units};\r\n}\r\n.h-margin-right-s {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_s.right}{vb:stylevar spacing_margin_s.units};\r\n}\r\n.h-margin-top-s {\r\n margin-top: {vb:stylevar spacing_margin_s.top}{vb:stylevar spacing_margin_s.units};\r\n}\r\n.h-margin-bottom-s {\r\n margin-bottom: {vb:stylevar spacing_margin_s.bottom}{vb:stylevar spacing_margin_s.units};\r\n}\r\n.h-margin-left-m {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_m.left}{vb:stylevar spacing_margin_m.units};\r\n}\r\n.h-margin-right-m {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_m.right}{vb:stylevar spacing_margin_m.units};\r\n}\r\n.h-margin-top-m {\r\n margin-top: {vb:stylevar spacing_margin_m.top}{vb:stylevar spacing_margin_m.units};\r\n}\r\n.h-margin-bottom-m {\r\n margin-bottom: {vb:stylevar spacing_margin_m.bottom}{vb:stylevar spacing_margin_m.units};\r\n}\r\n.h-margin-left-l {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_l.left}{vb:stylevar spacing_margin_l.units};\r\n}\r\n.h-margin-right-l {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_l.right}{vb:stylevar spacing_margin_l.units};\r\n}\r\n.h-margin-top-l {\r\n margin-top: {vb:stylevar spacing_margin_l.top}{vb:stylevar spacing_margin_l.units};\r\n}\r\n.h-margin-bottom-l {\r\n margin-bottom: {vb:stylevar spacing_margin_l.bottom}{vb:stylevar spacing_margin_l.units};\r\n}\r\n\r\n.h-margin-left-xl {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xl.left}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n.h-margin-right-xl {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xl.right}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n.h-margin-top-xl {\r\n margin-top: {vb:stylevar spacing_margin_xl.top}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n.h-margin-bottom-xl {\r\n margin-bottom: {vb:stylevar spacing_margin_xl.bottom}{vb:stylevar spacing_margin_xl.units};\r\n}\r\n\r\n.h-margin-left-xxl {\r\n margin-{vb:stylevar left}: {vb:stylevar spacing_margin_xxl.left}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n.h-margin-right-xxl {\r\n margin-{vb:stylevar right}: {vb:stylevar spacing_margin_xxl.right}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n.h-margin-top-xxl {\r\n margin-top: {vb:stylevar spacing_margin_xxl.top}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n.h-margin-bottom-xxl {\r\n margin-bottom: {vb:stylevar spacing_margin_xxl.bottom}{vb:stylevar spacing_margin_xxl.units};\r\n}\r\n\r\n.h-margin-left-none {\r\n margin-{vb:stylevar left}: 0;\r\n}\r\n.h-margin-right-none {\r\n margin-{vb:stylevar right}: 0;\r\n}\r\n.h-margin-top-none {\r\n margin-top: 0;\r\n}\r\n.h-margin-bottom-none {\r\n margin-bottom: 0;\r\n}\r\n.h-margin-horiz-none {\r\n margin-{vb:stylevar left}: 0;\r\n margin-{vb:stylevar right}: 0;\r\n}\r\n.h-margin-vert-none {\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n.l-small .h-margin-left-xs,\r\n.l-small .h-margin-horiz-xs,\r\n.l-small .h-margin-xs,\r\n.l-small .h-margin-left-s,\r\n.l-small .h-margin-horiz-s,\r\n.l-small .h-margin-s {\r\n margin-{vb:stylevar left}: 3px;\r\n}\r\n\r\n.l-small .h-margin-left-m,\r\n.l-small .h-margin-horiz-m,\r\n.l-small .h-margin-m,\r\n.l-small .h-margin-left-l,\r\n.l-small .h-margin-horiz-l,\r\n.l-small .h-margin-l {\r\n margin-{vb:stylevar left}: 5px;\r\n}\r\n\r\n.l-small .h-margin-left-xl,\r\n.l-small .h-margin-horiz-xl,\r\n.l-small .h-margin-xl,\r\n.l-small .h-margin-left-xxl,\r\n.l-small .h-margin-horiz-xxl,\r\n.l-small .h-margin-xxl {\r\n margin-{vb:stylevar left }: 8px;\r\n}\r\n\r\n.l-small .h-margin-right-xs,\r\n.l-small .h-margin-horiz-xs,\r\n.l-small .h-margin-xs,\r\n.l-small .h-margin-right-s,\r\n.l-small .h-margin-horiz-s,\r\n.l-small .h-margin-s {\r\n margin-{vb:stylevar right}: 3px;\r\n}\r\n\r\n.l-small .h-margin-left-m,\r\n.l-small .h-margin-horiz-m,\r\n.l-small .h-margin-m,\r\n.l-small .h-margin-left-l,\r\n.l-small .h-margin-horiz-l,\r\n.l-small .h-margin-l {\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n\r\n.l-small .h-margin-left-xl,\r\n.l-small .h-margin-horiz-xl,\r\n.l-small .h-margin-xl,\r\n.l-small .h-margin-left-xxl,\r\n.l-small .h-margin-horiz-xxl,\r\n.l-small .h-margin-xxl {\r\n margin-{vb:stylevar right}: 8px;\r\n}\r\n\r\n\r\n<vb:comment>\r\n/*******************************************************************\r\n * Padding Helpers (Meant to be used more for container divs)\r\n *******************************************************************/\r\n</vb:comment>\r\n\r\n.h-padding-xs {\r\n padding: {vb:stylevar spacing_padding_xs};\r\n}\r\n\r\n.h-padding-s {\r\n padding: {vb:stylevar spacing_padding_s};\r\n}\r\n\r\n.h-padding-m {\r\n padding: {vb:stylevar spacing_padding_m};\r\n}\r\n\r\n.h-padding-l {\r\n padding: {vb:stylevar spacing_padding_l};\r\n}\r\n\r\n.h-padding-xl {\r\n padding: {vb:stylevar spacing_padding_xl};\r\n}\r\n\r\n.h-padding-xxl {\r\n padding: {vb:stylevar spacing_padding_xxl};\r\n}\r\n\r\n.h-padding-none {\r\n padding: 0;\r\n}\r\n\r\n.h-padding-horiz-xs {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xs.left}{vb:stylevar spacing_padding_xs.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xs.right}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n.h-padding-vert-xs {\r\n padding-top: {vb:stylevar spacing_padding_xs.top}{vb:stylevar spacing_padding_xs.units};\r\n padding-bottom: {vb:stylevar spacing_padding_xs.bottom}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n\r\n.h-padding-horiz-s {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_s.left}{vb:stylevar spacing_padding_s.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_s.right}{vb:stylevar spacing_padding_s.units};\r\n}\r\n.h-padding-vert-s {\r\n padding-top: {vb:stylevar spacing_padding_s.top}{vb:stylevar spacing_padding_s.units};\r\n padding-bottom: {vb:stylevar spacing_padding_s.bottom}{vb:stylevar spacing_padding_s.units};\r\n}\r\n\r\n.h-padding-horiz-m {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_m.left}{vb:stylevar spacing_padding_m.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_m.right}{vb:stylevar spacing_padding_m.units};\r\n}\r\n.h-padding-vert-m {\r\n padding-top: {vb:stylevar spacing_padding_m.top}{vb:stylevar spacing_padding_m.units};\r\n padding-bottom: {vb:stylevar spacing_padding_m.bottom}{vb:stylevar spacing_padding_m.units};\r\n}\r\n\r\n.h-padding-horiz-l {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_l.left}{vb:stylevar spacing_padding_l.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_l.right}{vb:stylevar spacing_padding_l.units};\r\n}\r\n.h-padding-vert-l {\r\n padding-top: {vb:stylevar spacing_padding_l.top}{vb:stylevar spacing_padding_l.units};\r\n padding-bottom: {vb:stylevar spacing_padding_l.bottom}{vb:stylevar spacing_padding_l.units};\r\n}\r\n\r\n.h-padding-horiz-xl {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xl.left}{vb:stylevar spacing_padding_xl.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xl.right}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n.h-padding-vert-xl {\r\n padding-top: {vb:stylevar spacing_padding_xl.top}{vb:stylevar spacing_padding_xl.units};\r\n padding-bottom: {vb:stylevar spacing_padding_xl.bottom}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n\r\n.h-padding-horiz-xxl {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xxl.left}{vb:stylevar spacing_padding_xxl.units};\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xxl.right}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n.h-padding-vert-xxl {\r\n padding-top: {vb:stylevar spacing_padding_xxl.top}{vb:stylevar spacing_padding_xxl.units};\r\n padding-bottom: {vb:stylevar spacing_padding_xxl.bottom}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n\r\n\r\n.h-padding-left-xs {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xs.left}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n.h-padding-right-xs {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xs.right}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n.h-padding-top-xs {\r\n padding-top: {vb:stylevar spacing_padding_xs.top}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n.h-padding-bottom-xs {\r\n padding-bottom: {vb:stylevar spacing_padding_xs.bottom}{vb:stylevar spacing_padding_xs.units};\r\n}\r\n\r\n.h-padding-left-s {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_s.left}{vb:stylevar spacing_padding_s.units};\r\n}\r\n.h-padding-right-s {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_s.right}{vb:stylevar spacing_padding_s.units};\r\n}\r\n.h-padding-top-s {\r\n padding-top: {vb:stylevar spacing_padding_s.top}{vb:stylevar spacing_padding_s.units};\r\n}\r\n.h-padding-bottom-s {\r\n padding-bottom: {vb:stylevar spacing_padding_s.bottom}{vb:stylevar spacing_padding_s.units};\r\n}\r\n.h-padding-left-m {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_m.left}{vb:stylevar spacing_padding_m.units};\r\n}\r\n.h-padding-right-m {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_m.right}{vb:stylevar spacing_padding_m.units};\r\n}\r\n.h-padding-top-m {\r\n padding-top: {vb:stylevar spacing_padding_m.top}{vb:stylevar spacing_padding_m.units};\r\n}\r\n.h-padding-bottom-m {\r\n padding-bottom: {vb:stylevar spacing_padding_m.bottom}{vb:stylevar spacing_padding_m.units};\r\n}\r\n.h-padding-left-l {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_l.left}{vb:stylevar spacing_padding_l.units};\r\n}\r\n.h-padding-right-l {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_l.right}{vb:stylevar spacing_padding_l.units};\r\n}\r\n.h-padding-top-l {\r\n padding-top: {vb:stylevar spacing_padding_l.top}{vb:stylevar spacing_padding_l.units};\r\n}\r\n.h-padding-bottom-l {\r\n padding-bottom: {vb:stylevar spacing_padding_l.bottom}{vb:stylevar spacing_padding_l.units};\r\n}\r\n.h-padding-left-xl {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xl.left}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n.h-padding-right-xl {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xl.right}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n.h-padding-top-xl {\r\n padding-top: {vb:stylevar spacing_padding_xl.top}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n.h-padding-bottom-xl {\r\n padding-bottom: {vb:stylevar spacing_padding_xl.bottom}{vb:stylevar spacing_padding_xl.units};\r\n}\r\n.h-padding-left-xxl {\r\n padding-{vb:stylevar left}: {vb:stylevar spacing_padding_xxl.left}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n.h-padding-right-xxl {\r\n padding-{vb:stylevar right}: {vb:stylevar spacing_padding_xxl.right}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n.h-padding-top-xxl {\r\n padding-top: {vb:stylevar spacing_padding_xxl.top}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n.h-padding-bottom-xxl {\r\n padding-bottom: {vb:stylevar spacing_padding_xxl.bottom}{vb:stylevar spacing_padding_xxl.units};\r\n}\r\n\r\n.h-padding-left-none {\r\n padding-{vb:stylevar left}: 0;\r\n}\r\n.h-padding-right-none {\r\n padding-{vb:stylevar right}: 0;\r\n}\r\n.h-padding-top-none {\r\n padding-top: 0;\r\n}\r\n.h-padding-bottom-none {\r\n padding-bottom: 0;\r\n}\r\n.h-padding-vert-none {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n}\r\n.h-padding-horiz-none {\r\n padding-{vb:stylevar left}: 0;\r\n padding-{vb:stylevar right}: 0;\r\n}\r\n\r\n\r\n.l-small .h-padding-left-xs,\r\n.l-small .h-padding-horiz-xs,\r\n.l-small .h-padding-xs,\r\n.l-small .h-padding-left-s,\r\n.l-small .h-padding-horiz-s,\r\n.l-small .h-padding-s {\r\n padding-{vb:stylevar left}: 3px;\r\n}\r\n\r\n.l-small .h-padding-left-m,\r\n.l-small .h-padding-horiz-m,\r\n.l-small .h-padding-m,\r\n.l-small .h-padding-left-l,\r\n.l-small .h-padding-horiz-l,\r\n.l-small .h-padding-l {\r\n padding-{vb:stylevar left}: 5px;\r\n}\r\n\r\n.l-small .h-padding-left-xl,\r\n.l-small .h-padding-horiz-xl,\r\n.l-small .h-padding-xl,\r\n.l-small .h-padding-left-xxl,\r\n.l-small .h-padding-horiz-xxl,\r\n.l-small .h-padding-xxl {\r\n padding-{vb:stylevar left }: 8px;\r\n}\r\n\r\n.l-small .h-padding-right-xs,\r\n.l-small .h-padding-horiz-xs,\r\n.l-small .h-padding-xs,\r\n.l-small .h-padding-right-s,\r\n.l-small .h-padding-horiz-s,\r\n.l-small .h-padding-s {\r\n padding-{vb:stylevar right}: 3px;\r\n}\r\n\r\n.l-small .h-padding-right-m,\r\n.l-small .h-padding-horiz-m,\r\n.l-small .h-padding-m,\r\n.l-small .h-padding-right-l,\r\n.l-small .h-padding-horiz-l,\r\n.l-small .h-padding-l {\r\n padding-{vb:stylevar right}: 5px;\r\n}\r\n\r\n.l-small .h-padding-right-xl,\r\n.l-small .h-padding-horiz-xl,\r\n.l-small .h-padding-xl,\r\n.l-small .h-padding-right-xxl,\r\n.l-small .h-padding-horiz-xxl,\r\n.l-small .h-padding-xxl {\r\n padding-{vb:stylevar right}: 8px;\r\n}\r\n\r\n<vb:comment>\r\n/*******************************************************************\r\n * Border Helpers\r\n *******************************************************************/\r\n </vb:comment>\r\n.h-border-none {\r\n border:0;\r\n}\r\n.h-border-left-none {\r\n border-{vb:stylevar left}:0;\r\n}\r\n.h-border-right-none {\r\n border-{vb:stylevar right}:0;\r\n}\r\n.h-border-top-none {\r\n border-top:0;\r\n}\r\n.h-border-bottom-none {\r\n border-bottom:0;\r\n}\r\n.h-border-horiz-none {\r\n border-top:0;\r\n border-bottom:0;\r\n}\r\n.h-border-vert-none {\r\n border-left:0;\r\n border-right:0;\r\n}\r\n\r\n<vb:comment>\r\n/*******************************************************************\r\n * Sprite Icons\r\n *******************************************************************/\r\n</vb:comment>\r\n.vb-icon {\r\n background:transparent url(\"images/css/sprite_icons_vb_{vb:stylevar textdirection}.png\") no-repeat scroll 0 0;\r\n display: inline-block;\r\n overflow: hidden;\r\n text-indent: -99999px;\r\n}\r\n\r\n<vb:comment>/* + and - toggle buttons */</vb:comment>\r\n.vb-icon-toggle {\r\n height: 14px;\r\n width: 14px;\r\n margin: 0;\r\n}\r\n.collapse > .vb-icon-toggle {\r\n background-position:0px -16px;\r\n}\r\n.expand > .vb-icon-toggle {\r\n background-position:-16px -16px;\r\n}\r\n\r\n<vb:comment>/* Arrows left and right sizing */</vb:comment>\r\n.vb-icon-arrow-left,\r\n.vb-icon-arrow-right {\r\n display: inline-block;\r\n height: 10px;\r\n width: 6px;\r\n margin-top: 6px;\r\n}\r\n<vb:comment>/* Arrow Left (and states) */</vb:comment>\r\n.vb-icon-arrow-left {\r\n background-position:-104px -48px;\r\n}\r\n.left-arrow:hover > .vb-icon-arrow-left {\r\n background-position:-112px -48px;\r\n}\r\n.h-disabled .vb-icon-arrow-left,\r\n.h-disabled:hover .vb-icon-arrow-left {\r\n background-position:-96px -48px;\r\n}\r\n\r\n<vb:comment>/* Next and previous arrows */</vb:comment>\r\n.vb-icon-arrow-next,\r\n.vb-icon-arrow-prev {\r\n width: 6px;\r\n height: 10px;\r\n cursor: pointer;\r\n}\r\n.vb-icon-arrow-next {\r\n background-position:-128px -48px;\r\n}\r\n.vb-icon-arrow-next.h-disabled {\r\n background-position:-120px -48px;\r\n cursor:default;\r\n}\r\n.vb-icon-arrow-prev {\r\n background-position:-104px -48px;\r\n}\r\n.vb-icon-arrow-prev.h-disabled {\r\n background-position:-96px -48px;\r\n cursor:default;\r\n}\r\n.vb-icon-x-square {\r\n background-position:-160px -112px;\r\n width:17px;\r\n height:16px;\r\n}\r\n.vb-icon-x-round {\r\n width: 19px;\r\n height: 19px;\r\n background-position:-368px -176px;\r\n}\r\n\r\n<vb:comment>/* Arrow down in search field */</vb:comment>\r\n.vb-icon-arrow-down-small {\r\n background-position: -48px -16px;\r\n width: 8px;\r\n height: 6px;\r\n}\r\n<vb:comment>/* Arrow down in username field */</vb:comment>\r\n.vb-icon-username-toggle {\r\n background-position:-64px -16px;\r\n height: 5px;\r\n width: 7px;\r\n}\r\n.username-container-active .vb-icon-username-toggle {\r\n background-position:-80px -16px;\r\n height:7px;\r\n}\r\n\r\n<vb:comment>/* Light blue info icon */</vb:comment>\r\n.vb-icon-info-blue {\r\n background-position:-416px -80px;\r\n height: 12px;\r\n width: 12px;\r\n}\r\n\r\n<vb:comment>/* Blue question mark icon */</vb:comment>\r\n.vb-icon-question-blue {\r\n background-position:-384px -112px;\r\n width:14px;\r\n height:14px;\r\n}\r\n\r\n<vb:comment>/* Blue close button */</vb:comment>\r\n.vb-icon-x-blue {\r\n background-position:-352px -80px;\r\n width:11px;\r\n height:11px;\r\n}\r\n<vb:comment>/* Blue minus in circle */</vb:comment>\r\n.vb-icon-minus-blue {\r\n background-position:-288px -16px;\r\n}\r\n<vb:comment>/* Blue \'or\' in circle */</vb:comment>\r\n.vb-icon-or-blue {\r\n background-position:-320px -16px;\r\n}\r\n.vb-icon-minus-blue,\r\n.vb-icon-or-blue {\r\n width: 24px;\r\n height: 24px;\r\n}\r\n.vb-icon-double-arrow-blue {\r\n background-position:-368px -80px;\r\n width:14px;\r\n height:10px;\r\n}\r\n.vb-icon-trash-blue {\r\n width:19px;\r\n height:19px;\r\n background-position:-480px -80px;\r\n}\r\n\r\n/* Private Message icons */\r\n.vb-icon-messages {\r\n background-position:0 -176px;\r\n}\r\n.selected .vb-icon-messages {\r\n background-position:-16px -176px;\r\n}\r\n.vb-icon-sent-items {\r\n background-position:-192px -192px;\r\n}\r\n.selected .vb-icon-sent-items {\r\n background-position:-208px -192px;\r\n}\r\n.vb-icon-custom-folder {\r\n background-position:-64px -176px;\r\n}\r\n.vb-icon-folder-black,\r\n.selected .vb-icon-custom-folder {\r\n background-position:-80px -176px;\r\n}\r\n.vb-icon-pending-posts {\r\n background-position:-192px -208px;\r\n height: 15px;\r\n}\r\n.selected .vb-icon-pending-posts {\r\n background-position:-208px -208px;\r\n}\r\n.vb-icon-flag {\r\n background-position:-160px -208px;\r\n}\r\n.selected .vb-icon-flag {\r\n background-position:-176px -208px;\r\n}\r\n.vb-icon-infractions {\r\n background-position: -112px -96px;\r\n}\r\n.vb-icon-add-folder {\r\n background-position:-32px -176px;\r\n}\r\n.selected .vb-icon-add-folder {\r\n background-position:-48px -176px;\r\n}\r\n.vb-icon-trash {\r\n background-position:-96px -176px;\r\n height:15px;\r\n}\r\n.vb-icon-trash-black,\r\n.selected .vb-icon-trash {\r\n background-position:-112px -176px;\r\n}\r\n.vb-icon-requests {\r\n background-position:-128px -176px;\r\n height:16px;\r\n margin-top:-8px;\r\n}\r\n.selected .vb-icon-requests {\r\n background-position:-144px -176px;\r\n}\r\n.vb-icon-notifications {\r\n background-position:-160px -176px;\r\n height:15px;\r\n}\r\n.selected .vb-icon-notifications {\r\n background-position:-176px -176px;\r\n}\r\n\r\n\r\n<vb:comment>/* Topic status icons */</vb:comment>\r\n.vb-icon-topic-status {\r\n background-position: -68px -240px;\r\n height: 18px;\r\n width: 16px;\r\n}\r\n.hot-unread .vb-icon-topic-status {\r\n background-position: -4px -240px;\r\n}\r\n.hot-read .vb-icon-topic-status {\r\n background-position: -36px -240px;\r\n}\r\n.read .vb-icon-topic-status {\r\n background-position: -100px -240px;\r\n}\r\n.closed .vb-icon-topic-status {\r\n background-position: -132px -240px;\r\n}\r\n.posted .vb-icon-topic-status {\r\n background-position: -164px -240px;\r\n}\r\n.posted-closed .vb-icon-topic-status {\r\n background-position: -196px -240px;\r\n}\r\n.deleted .vb-icon-topic-status {\r\n background-position: -228px -240px;\r\n}\r\n\r\n<vb:comment>/* Smaller orange warning icon */</vb:comment>\r\n.vb-icon-warning-orange {\r\n background-position:-288px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n<vb:comment>/* Attachment icon */</vb:comment>\r\n.vb-icon-attach {\r\n background-position:-256px -240px;\r\n width: 16px;\r\n height: 15px;\r\n}\r\n\r\n.vb-icon-delete {\r\n background-position:-208px -176px;\r\n width:12px;\r\n height: 12px;\r\n}\r\n\r\n<vb:comment>\r\n/* Warning & error icon */\r\n/* Note that these were separate rules in the old global css with a TODO to\r\n * update the position of the error icon when it\'s available. It doesn\'t appear\r\n * available yet. */\r\n</vb:comment>\r\n.vb-icon-error,\r\n.vb-icon-warning {\r\n background-position:-240px -112px;\r\n width: 44px;\r\n height: 40px;\r\n}\r\n\r\n\r\n<vb:comment>/* Back button icon */</vb:comment>\r\n.vb-icon-back {\r\n background-position:-104px -48px;\r\n float:left;\r\n height: 10px;\r\n width: 6px;\r\n {vb:stylevar left}: 0;\r\n top: -1px;\r\n margin-{vb:stylevar right}: 5px;\r\n margin-top: 3px;\r\n position: relative;\r\n}\r\n<vb:comment>\r\n.button > .vb-icon-back,\r\nbutton > .vb-icon-back {\r\n margin-top: 3px;\r\n}\r\n</vb:comment>\r\n\r\n\r\n<vb:comment>/* Search icon */</vb:comment>\r\n.vb-icon-search {\r\n background-position: -32px -16px;\r\n width: 16px;\r\n height: 16px;\r\n}\r\n\r\n<vb:comment>/* Search icon inside toolbar */</vb:comment>\r\n.vb-icon-search-small-gray {\r\n background-position:-32px -48px;\r\n height: 12px;\r\n width: 11px;\r\n}\r\n\r\n\r\n<vb:comment>/* Post icons: Discussion */</vb:comment>\r\n.vb-icon-discussion {\r\n background-position:-112px -80px;\r\n width: 14px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-discussion {\r\n background-position:-128px -80px;\r\n}\r\n.vb-icon-photo {\r\n background-position:-144px -80px;\r\n width:15px;\r\n height:15px;\r\n}\r\n.ui-tabs-selected .vb-icon-photo {\r\n background-position:-160px -80px;\r\n}\r\n\r\n.vb-icon-video {\r\n background-position:-176px -80px;\r\n}\r\n.ui-tabs-selected .vb-icon-video {\r\n background-position:-192px -80px;\r\n}\r\n\r\n.vb-icon-link {\r\n background-position:-176px -80px;\r\n width:12px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-link {\r\n background-position:-192px -80px;\r\n}\r\n\r\n.vb-icon-poll {\r\n background-position:-271px -80px;\r\n width:15px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-poll {\r\n background-position:-287px -80px;\r\n}\r\n.vb-icon-editor {\r\n background-position:-208px -80px;\r\n width:12px;\r\n height: 15px;\r\n}\r\n.ui-tabs-selected .vb-icon-editor {\r\n background-position:-224px -80px;\r\n}\r\n\r\n<vb:comment>/* Settings icons */</vb:comment>\r\n.vb-icon-tab {\r\n width: 13px;\r\n height:13px;\r\n}\r\n.vb-icon-tab-profile {\r\n background-position:-241px -176px;\r\n width:14px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-profile {\r\n background-position:-257px -176px;\r\n}\r\n.vb-icon-tab-account {\r\n background-position:-272px -176px;\r\n width:15px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-account {\r\n background-position:-288px -176px;\r\n}\r\n.vb-icon-tab-privacy {\r\n background-position:-306px -176px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-privacy {\r\n background-position:-322px -176px;\r\n}\r\n.vb-icon-tab-notifications {\r\n background-position:-338px -176px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-notifications {\r\n background-position:-354px -176px;\r\n}\r\n.vb-icon-tab-subscriptions {\r\n background-position:-306px -192px;\r\n}\r\n.ui-tabs-selected .vb-icon-tab-subscriptions {\r\n background-position:-322px -192px;\r\n}\r\n\r\n\r\n\r\n\r\n.vb-icon-pencil {\r\n background-position:-336px -80px;\r\n width: 12px;\r\n height:12px;\r\n}\r\n\r\n\r\n<vb:comment></vb:comment>\r\n.vb-icon-ip {\r\n background-position:-48px -96px;\r\n width:13px;\r\n height:12px;\r\n}\r\n.vb-icon-ctrl-infract {\r\n background-position:-112px -96px;\r\n width:15px;\r\n height:12px;\r\n}\r\n.infraction-received .vb-icon-ctrl-infract {\r\n background-position:-176px -96px;\r\n}\r\n.infraction-received.infraction-warning .vb-icon-ctrl-infract {\r\n background-position:-144px -96px;\r\n}\r\n.vb-icon-ctrl-edit {\r\n background-position:-336px -80px;\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-ctrl-flag {\r\n background-position:0 -80px;\r\n width:10px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-quote {\r\n background-position:-16px -80px;\r\n width:13px;\r\n height: 12px;\r\n}\r\n.selected .vb-icon-ctrl-quote {\r\n background-position:-32px -80px;\r\n}\r\n.vb-icon-postcount {\r\n background-position:-320px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-comment {\r\n background-position:-48px -80px;\r\n width: 11px;\r\n height: 12px;\r\n}\r\n.vb-icon-ctrl-vote {\r\n background-position:-64px -80px;\r\n width: 13px;\r\n height: 12px;\r\n}\r\n.h-disabled .vb-icon-ctrl-vote {\r\n background-position: -64px -95px;\r\n}\r\n\r\n<vb:comment>/* Arrow right (and states) */</vb:comment>\r\n.vb-icon-arrow-right {\r\n background-position:-128px -48px;\r\n}\r\n.right-arrow:hover > .vb-icon-arrow-right {\r\n background-position:-136px -48px;\r\n}\r\n.h-disabled .vb-icon-arrow-right,\r\n.h-disabled:hover .vb-icon-arrow-right {\r\n background-position:-120px -48px;\r\n}\r\n\r\n<vb:comment>/* Triangle Down icon */</vb:comment>\r\n.vb-icon-triangle-down-wide {\r\n background-position:0 -42px !important;\r\n}\r\n.ui-state-default .vb-icon-triangle-down-wide {\r\n background-position:-68px -16px !important;\r\n}\r\n\r\n.vb-icon-triangle-up-wide {\r\n background-position:-16px -42px !important;\r\n}\r\n.vb-icon-triangle-down-wide,\r\n.vb-icon-triangle-up-wide {\r\n width:9px !important;\r\n height:16px !important;\r\n margin-{vb:stylevar left}:-4.5px !important;\r\n margin-top:-8px !important;\r\n position:absolute !important;\r\n top:50% !important;\r\n {vb:stylevar left}:50% !important;\r\n}\r\n.vb-icon-triangle-down-narrow {\r\n background-position:-80px -48px !important;\r\n}\r\n.vb-icon-triangle-up-narrow {\r\n background-position:-56px -48px !important;\r\n}\r\n.vb-icon-wrapper.has-hover:hover .vb-icon-triangle-down-narrow {\r\n background-position:-88px -48px !important;\r\n}\r\n.vb-icon-wrapper.has-hover:hover .vb-icon-triangle-up-narrow {\r\n background-position:-64px -48px !important;\r\n}\r\n.vb-icon-wrapper {\r\n position:relative;\r\n display:inline-block;\r\n height:24px;\r\n width:9px;\r\n margin-{vb:stylevar left}:6px;\r\n}\r\n.ie7 .vb-icon-wrapper {\r\n display:inline;\r\n zoom:1;\r\n}\r\n.vb-icon-wrapper.h-disabled .vb-icon-triangle-up-narrow,\r\n.vb-icon-wrapper.h-disabled.has-hover:hover .vb-icon-triangle-up-narrow {\r\n background-position:-48px -48px !important;\r\n}\r\n.vb-icon-wrapper.h-disabled .vb-icon-triangle-down-narrow,\r\n.vb-icon-wrapper.h-disabled.has-hover:hover .vb-icon-triangle-down-narrow {\r\n background-position:-72px -48px !important;\r\n}\r\n.vb-icon-triangle-down-narrow,\r\n.vb-icon-triangle-up-narrow {\r\n width:7px !important;\r\n height:6px !important;\r\n margin-{vb:stylevar left}:-3.5px !important;\r\n margin-top:-3px !important;\r\n position:absolute !important;\r\n top:50% !important;\r\n {vb:stylevar left}:50% !important;\r\n}\r\n\r\n<vb:comment>/* Alternate login providers */</vb:comment>\r\n.vb-icon-login-facebook {\r\n background-position:-144px -16px;\r\n}\r\n.vb-icon-login-twitter {\r\n background-position:-176px -16px;\r\n}\r\n.vb-icon-login-openid {\r\n background-position:-208px -16px;\r\n}\r\n.vb-icon-status-offline {\r\n background-position:-320px -112px;\r\n}\r\n.vb-icon-status-online {\r\n background-position:-304px -112px;\r\n}\r\n.vb-icon-signature {\r\n background-position:-336px -112px;\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-quote-large {\r\n background-position:-80px -80px;\r\n height: 16px;\r\n width: 17px;\r\n}\r\n<vb:comment>\r\n/*end sprite icons*/\r\n</vb:comment>\r\n<vb:comment>\r\n/**\r\n * Buttons\r\n **/\r\n\r\n</vb:comment>\r\n.button,\r\n.ui-widget .button {\r\n display:inline-block;\r\n height:26px;\r\n min-width:65px;\r\n margin:0;\r\n margin-{vb:stylevar left}:7px;\r\n padding:1px 10px;\r\n border:{vb:stylevar button_secondary_border};\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n color:{vb:stylevar button_secondary_text_color};\r\n font-family:inherit;\r\n font-size: 12px;\r\n font-weight:bold;\r\n text-align: center;\r\n cursor:pointer;\r\n outline:0;\r\n overflow:visible; <vb:comment>/*for IE7 & below*/</vb:comment>\r\n}\r\n.content-entry-box .action-buttons .button {\r\n float: {vb:stylevar right};\r\n}\r\n<vb:comment>\r\n/* Toolset buttons can be allowed to collapse to natural width,\r\n * so override the min-width set above. */\r\n</vb:comment>\r\n.toolset .button {\r\n min-width: 0;\r\n}\r\n\r\n.ie8 .button[disabled] {\r\n padding-top:2px;\r\n padding-bottom:2px;\r\n}\r\n<vb:comment>\r\n\r\n\r\n/**\r\n * Super Button\r\n **/\r\n\r\n</vb:comment>\r\n.button.super {\r\n background:#99EB99;\r\n text-shadow:1px 1px 1px #E6FAE6;\r\n}\r\n.button.super:hover,\r\n.button.super:focus {\r\n background:#B2F0B2;\r\n}\r\n.button.super:active {\r\n background:#80E680;\r\n}\r\n<vb:comment>\r\n\r\n\r\n/**\r\n * Primary Button\r\n **/\r\n\r\n</vb:comment>\r\n.button.primary {\r\n background: {vb:stylevar button_primary_background};\r\n border: {vb:stylevar button_primary_border};\r\n color: {vb:stylevar button_primary_text_color.color};\r\n}\r\n.button.primary:hover,\r\n.button.primary:focus {\r\n border: {vb:stylevar button_primary_border_hover};\r\n}\r\n.button.primary.light {\r\n background: {vb:stylevar button_primary_light_background};\r\n color:{vb:stylevar button_primary_light_text_color} !important;\r\n border:{vb:stylevar button_primary_light_border};\r\n}\r\n.button.primary.light:hover,\r\n.button.primary.light:focus {\r\n border:{vb:stylevar button_primary_light_border_hover};\r\n}\r\na.button,\r\nspan.button {\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n line-height: 22px;\r\n}\r\n<vb:comment>\r\n\r\n\r\n/**\r\n * Secondary Button\r\n **/\r\n\r\n</vb:comment>\r\n.button.secondary,\r\nselect.button.secondary option,\r\n.button.primary[disabled],\r\n<vb:comment>\r\ndiv.button.primary.h-disabled,\r\nspan.button.primary.h-disabled,\r\na.button.primary.h-disabled {\r\n</vb:comment>\r\n.button.primary.h-disabled {\r\n background: {vb:stylevar button_secondary_background};\r\n}\r\na.button.secondary {\r\n color:{vb:stylevar button_secondary_text_color};\r\n}\r\n.button.secondary:hover,\r\n.button.secondary:focus,\r\n.split-button .split-button-wrapper.button.secondary:hover,\r\n.split-button .split-button-wrapper.button.secondary:focus {\r\n border:{vb:stylevar button_secondary_border_hover};\r\n}\r\n<vb:comment>\r\n/**\r\n * Special Button\r\n **/\r\n</vb:comment>\r\n.button.special {\r\n background: {vb:stylevar button_special_background};\r\n border: {vb:stylevar button_special_border};\r\n color: {vb:stylevar button_special_text_color};\r\n}\r\n.button.special:hover,\r\n.button.special:focus {\r\n border: {vb:stylevar button_special_border_hover};\r\n}\r\n.button.special:active {\r\n}\r\n\r\n<vb:comment>\r\n a.button.primary {\r\n color: {vb:stylevar button_primary_text_color} !important;\r\n }\r\n a.button.secondary {\r\n color:{vb:stylevar button_secondary_text_color} !important;\r\n }\r\n a.button:hover,\r\n a.button:focus,\r\n a.button:active {\r\n text-decoration:none !important;\r\n }\r\n</vb:comment>\r\n\r\n.button[disabled],\r\n<vb:comment>\r\ndiv.button.h-disabled,\r\nspan.button.h-disabled,\r\na.button.h-disabled {\r\n</vb:comment>\r\n.button.h-disabled {\r\n color:{vb:stylevar button_disabled_text_color}; <vb:comment>!important;</vb:comment>\r\n cursor:default !important;\r\n border:{vb:stylevar button_disabled_border};\r\n background:{vb:stylevar button_disabled_background}\r\n}\r\nbutton[disabled]:hover,\r\n<vb:comment>\r\ndiv.button.h-disabled:hover,\r\nspan.button.h-disabled:hover,\r\na.button.h-disabled:hover {\r\n</vb:comment>\r\n.button.h-disabled:hover {\r\n border:{vb:stylevar button_disabled_border} !important;\r\n}\r\n.button .button-icon {\r\n display: inline-block;\r\n height: 8px;\r\n width: 8px;\r\n margin-{vb:stylevar right}: 5px;\r\n}\r\n.ie7 .button .button-icon {\r\n display: inline;\r\n zoom:1;\r\n}\r\n.button .button-text {\r\n margin-{vb:stylevar left}:2px;\r\n}\r\n.button.custom-upload-button {\r\n position:relative;\r\n overflow:hidden;\r\n text-align:center;\r\n}\r\n.button.custom-upload-button input[type=file] {\r\n position: absolute;\r\n top: 0;\r\n margin: 0;\r\n {vb:stylevar right}: 0;\r\n opacity: 0;\r\n /*filter: alpha(opacity=0);*/\r\n -o-transform: translate(250px,-50px) scale(1);\r\n transform: translate(-300px, 0) scale(4);\r\n font-size: 23px;\r\n direction: ltr;\r\n cursor: pointer;\r\n}\r\n.button.custom-upload-button input[type=file][disabled] {\r\n cursor: default;\r\n}\r\n.vertical-bar {\r\n color:#ADADAD;\r\n margin:0 2px;\r\n}\r\n\r\n<vb:comment>\r\n/* Couldn\'t find any references to this class in the code base. */\r\na.link-button {\r\n height: 18px;\r\n padding: 4px 10px 0 10px;\r\n text-align: center;\r\n}\r\n</vb:comment>\r\n<vb:comment>/* Custom Dropdown for SelectBox Plugin START*/</vb:comment>\r\n.custom-dropdown {\r\n display:inline-block;\r\n height:24px;\r\n padding:0;\r\n position:relative;\r\n\r\n}\r\n.custom-dropdown:focus {\r\n outline:none;\r\n}\r\n.custom-dropdown select {\r\n opacity:0;\r\n border:0;\r\n padding:0;\r\n margin:0;\r\n height:24px;\r\n}\r\n.custom-dropdown .selected-text {\r\n height: 24px;\r\n {vb:stylevar left}: 0;\r\n line-height: 24px;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n width: 80%;\r\n}\r\n.custom-dropdown .arrow {\r\n height: 24px;\r\n {vb:stylevar right}: 0;\r\n line-height: 24px;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n width: 20%;\r\n}\r\n.custom-dropdown select option {\r\n font:bold 11px {vb:stylevar body_font.fontFamily};\r\n height:20px;\r\n padding-top:4px;\r\n}\r\n<vb:comment>/* Custom Dropdown for SelectBox Plugin END */</vb:comment>\r\n<vb:comment>/* Split Buttons START */</vb:comment>\r\n.split-button {\r\n position:relative;\r\n min-width:109px;\r\n font-size:12px;\r\n}\r\n.split-button .split-button-wrapper {\r\n border: {vb:stylevar toolbar_form_field_border};\r\n height: 22px;\r\n min-width:100px;\r\n margin-{vb:stylevar right}:0;\r\n margin-{vb:stylevar left}:0;\r\n padding-{vb:stylevar right}:0;\r\n padding-{vb:stylevar left}:0;\r\n position: relative;\r\n background:#D5E8EE url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -250px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n/* fix for Post Reply button */\r\n.split-button .split-button-wrapper.button.primary.light {\r\n min-width:50px;\r\n}\r\n.split-button .split-button-wrapper.special {\r\n background-position:0 -350px !important;\r\n}\r\n.ie7 .split-button .split-button-wrapper {\r\n min-width:109px;\r\n width:1px;\r\n}\r\n.split-button.open .split-button-wrapper {\r\n -moz-border-radius-bottomleft:0;\r\n -moz-border-radius-bottomright:0;\r\n -webkit-border-bottom-left-radius:0;\r\n -webkit-border-bottom-right-radius:0;\r\n border-bottom-left-radius:0;\r\n border-bottom-right-radius:0;\r\n}\r\n.split-button.open .split-button-wrapper .button-set {\r\n border-bottom: 1px solid #CACECF;\r\n}\r\n.split-button .split-button-wrapper .button-set {\r\n border: 0;\r\n width: 100%;\r\n}\r\n.ie7 .split-button .split-button-wrapper .button-set {\r\n margin-{vb:stylevar right}:0;\r\n white-space:nowrap;\r\n}\r\n.split-button .split-button-wrapper .button-set button {\r\n height:20px;\r\n font-size:11px;\r\n font-weight:bold;\r\n border:0;\r\n background:transparent none;\r\n color:{vb:stylevar toolbar_dropdown_text_color};\r\n margin:0;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text {\r\n float:{vb:stylevar left};\r\n min-width:78px;\r\n width:auto;\r\n text-align:{vb:stylevar left};\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text .ui-button-text {\r\n height:22px;\r\n line-height:22px;\r\n padding-top:0;\r\n padding-{vb:stylevar right}:5px;\r\n padding-bottom:0;\r\n padding-{vb:stylevar left}:10px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-text .button-text-secondary {\r\n margin-{vb:stylevar left}:2px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon {\r\n text-indent:-99999px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only {\r\n float:{vb:stylevar right};\r\n width:24px;\r\n}\r\n.split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only .ui-button-text {\r\n line-height:16px;\r\n}\r\n.ie8 .split-button .split-button-wrapper .button-set .button-icon.ui-button-icon-only .ui-button-text {\r\n line-height:14.4px;\r\n}\r\n.split-button .split-button-wrapper .submenu {\r\n background:#D5E8EE url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -274px;\r\n border: {vb:stylevar toolbar_form_field_border};\r\n position: relative;\r\n {vb:stylevar left}:-1px;\r\n width:100%;\r\n line-height:22px;\r\n z-index:1;\r\n -moz-border-radius-bottomleft: 2px;\r\n -moz-border-radius-bottomright: 2px;\r\n -webkit-border-bottom-left-radius:2px;\r\n -webkit-border-bottom-right-radius:2px;\r\n border-bottom-left-radius:2px;\r\n border-bottom-right-radius:2px;\r\n}\r\n.split-button .split-button-wrapper.special .submenu {\r\n background-position:0 -374px;\r\n}\r\n.split-button.open .split-button-wrapper .submenu {\r\n border-top:0;\r\n}\r\n.split-button .split-button-wrapper .submenu.h-hide {\r\n {vb:stylevar left}:-99999px; /*needs this to keep the button text width the same as this submenu even if submenu is hidden*/\r\n display:block;\r\n}\r\n.split-button .split-button-wrapper .submenu li {\r\n border-bottom:1px solid #CACECF;\r\n border-top:1px solid #DDE8EC;\r\n height:22px;\r\n cursor:pointer;\r\n}\r\n.split-button .split-button-wrapper .submenu li:last-child {\r\n border-bottom:0;\r\n height:23px;\r\n}\r\n.split-button .split-button-wrapper .submenu li :first-child {\r\n padding:0 10px;\r\n white-space:nowrap;\r\n}\r\n<vb:comment>/* Split Buttons END */</vb:comment>\r\n.view-more-ctrl, .view-less-ctrl {\r\n position:relative;\r\n font-weight:bold;\r\n}\r\n.view-more-ctrl .expand-arrow-icon, .view-less-ctrl .expand-arrow-icon {\r\n position:absolute;\r\n {vb:stylevar right}:-17px;\r\n top:50%;\r\n margin-top:-6px;\r\n}\r\n.vb-icon-expand-arrow-left,\r\n.vb-icon-expand-arrow-right {\r\n width:12px;\r\n height:12px;\r\n}\r\n.vb-icon-expand-arrow-right {\r\n background-position:-528px -80px;\r\n}\r\n<vb:comment> /*@TODO: change position, or rotate the element(?) */ </vb:comment>\r\n.vb-icon-expand-arrow-left {\r\n background-position:-528px -80px;\r\n}\r\n\r\n<vb:comment>\r\n/********NOTE: Don\'t use left/right stylevars for these CSS rules (START)********/\r\n</vb:comment>\r\n.horizontal-arrows .left-arrow {\r\n border-right:1px solid {vb:stylevar pagination_nextprev_divider_left_color};\r\n float:left;\r\n}\r\n.horizontal-arrows .right-arrow {\r\n float:right;\r\n border-left:1px solid {vb:stylevar pagination_nextprev_divider_right_color};\r\n}\r\n<vb:comment>\r\n/********NOTE: Don\'t use left/right stylevars for these CSS rules (END)********/\r\n</vb:comment>\r\n\r\n.horizontal-arrows {\r\n border: {vb:stylevar toolbar_form_field_border};\r\n height: 22px;\r\n width: auto;\r\n margin-{vb:stylevar left}: 5px;\r\n cursor:pointer;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n.horizontal-arrows .arrow {\r\n display: block;\r\n width: 13px;\r\n text-align:center;\r\n height:100%;\r\n}\r\n/*START Switch controls*/\r\n.switch-container {\r\n color: {vb:stylevar main_nav_admin_bar_text_color};\r\n font-size: 12px;\r\n font-weight: bold;\r\n line-height: 20px;\r\n}\r\n.switch-container .switch-control {\r\n margin-{vb:stylevar left}:5px;\r\n}\r\n.switch-control {\r\n float:{vb:stylevar left};\r\n border: {vb:stylevar main_nav_button_border};\r\n font-size:11px;\r\n min-width:34px;\r\n height:18px;\r\n cursor:pointer;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.switch-container.h-disabled .switch-control {\r\n cursor: default;\r\n}\r\n.switch-control .switch-label {\r\n line-height:18px;\r\n float:{vb:stylevar left};\r\n min-width:16px;\r\n text-align:center;\r\n background:#E0E4E5 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1100px;\r\n color: #727272;\r\n padding:0 5px;\r\n position:relative;\r\n}\r\n.switch-control .switch-label.on {\r\n float:{vb:stylevar right};\r\n background:#2183C3 url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1050px;\r\n color: #FFF;\r\n}\r\n.switch-control .switch-label .switch-handle {\r\n background:#F9FAFA url(\"images/css/sprite_gradients_vb.png\") repeat-x scroll 0 -1075px;\r\n display: inline-block;\r\n height: 100%;\r\n width: 100%;\r\n position: absolute;\r\n top: 0;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.switch-control .switch-label.off .switch-handle {\r\n {vb:stylevar left}: 0;\r\n border-{vb:stylevar right}: 1px solid #AEAEAE;\r\n}\r\n.switch-control .switch-label.on .switch-handle {\r\n {vb:stylevar right}: 0;\r\n border-{vb:stylevar left}: 1px solid #AEAEAE;\r\n}\r\n.switch-control.on .switch-label.on .switch-handle,\r\n.switch-control .switch-label.off .switch-handle {\r\n display:none;\r\n}\r\n.switch-control.on .switch-label.off .switch-handle,\r\n.switch-control .switch-label.on .switch-handle {\r\n display:inline-block;\r\n}\r\n/*END Switch controls*/\r\n.field-set .field-row {\r\n margin-bottom:20px;\r\n}\r\n.field-set .field-row .field-desc {\r\n margin-top:10px;\r\n margin-bottom:0;\r\n color: #777;\r\n font-size:11px;\r\n}\r\n.pointer-left {\r\n border-{vb:stylevar left}-width: 0;\r\n}\r\n.pointer-up {\r\n border-top-width: 0;\r\n}\r\n.pointer-left,\r\n.pointer-up {\r\n position: absolute;\r\n background: transparent;\r\n height: 0;\r\n width: 0;\r\n}\r\n.pointer-left {\r\n border-{vb:stylevar right}: 10px solid #FFF;\r\n border-top: 6px solid transparent;\r\n border-bottom: 6px solid transparent;\r\n {vb:stylevar left}: -10px;\r\n {vb:stylevar right}: auto;\r\n top: 25px;\r\n}\r\n.pointer-up {\r\n border-bottom: 12px solid #FFF;\r\n border-{vb:stylevar right}: 7px solid transparent;\r\n border-{vb:stylevar left}: 7px solid transparent;\r\n top: -12px;\r\n {vb:stylevar left}: 25px;\r\n}\r\n.bubble-flyout {\r\n position:relative;\r\n border:{vb:stylevar post_controls_votes_border};\r\n margin-{vb:stylevar left}:4px;\r\n top:-2px;\r\n {vb:stylevar left}:0;\r\n display:inline-block;\r\n -moz-border-radius:2px;\r\n -webkit-border-radius:2px;\r\n border-radius:2px;\r\n}\r\n.bubble-flyout i, .bubble-flyout u {\r\n position: absolute;\r\n {vb:stylevar left}: 0;\r\n top: 50%;\r\n line-height: 0;\r\n width: 0;\r\n height: 0;\r\n margin: 0;\r\n margin-top:-4px;\r\n margin-{vb:stylevar left}:-5px;\r\n margin-bottom:0;\r\n border-{vb:stylevar right}: {vb:stylevar post_controls_votes_border};\r\n border: 4px transparent solid;\r\n border-{vb:stylevar left}: 0;\r\n}\r\n.bubble-flyout u {\r\n margin-{vb:stylevar left}: -4px;\r\n border-{vb:stylevar right}-color: #FFF;\r\n}\r\n.bubble-flyout i {\r\n border-right-color: {vb:stylevar post_controls_votes_border.color};\r\n}\r\n/* FF hack */\r\n@-moz-document url-prefix() {\r\n .bubble-flyout u {\r\n margin-{vb:stylevar left}:-3px;\r\n }\r\n .bubble-flyout i {\r\n margin-{vb:stylevar left}:-4px;\r\n }\r\n}\r\n.bubble-flyout .bubble-content {\r\n min-width:20px;\r\n height:18px;\r\n line-height:18px;\r\n display:inline-block;\r\n text-align:center;\r\n font-size:11px;\r\n}\r\n.divider,\r\n.content-divider {\r\n border-color: {vb:stylevar content_divider_color};\r\n border-style: dotted;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 10px 0;\r\n}\r\n<vb:comment>\r\n/* TODO: Remove after CSS conversion to BEM */\r\n.section-divider {\r\n border-color: {vb:stylevar section_divider_color};\r\n border-style: solid;\r\n border-width: 1px 0 0;\r\n height:0;\r\n margin: 10px 0;\r\n}\r\n</vb:comment>\r\n.grayed-out {\r\n color:#C8C8C8;\r\n}\r\n.action-buttons {\r\n margin:4px;\r\n text-align:{vb:stylevar right};\r\n}\r\n.note {\r\n font-size:12px;\r\n}\r\n.admin-only {\r\n display:none;\r\n}\r\n.loading-icon {\r\n margin:0 4px;\r\n}\r\n.grip-icon div {\r\n font-size:20px;\r\n height:4px;\r\n margin-{vb:stylevar left}:2px;\r\n color:#C0C0C0;\r\n cursor:move;\r\n}\r\n.shadow {\r\n -moz-box-shadow: 1px 2px 3px #DCDCDC;\r\n -webkit-box-shadow: 1px 2px 3px #DCDCDC;\r\n box-shadow: 1px 2px 3px #DCDCDC;\r\n /* For IE 8 */\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#DCDCDC\')\";\r\n /* For IE 5.5 - 7 */\r\n filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#DCDCDC\');\r\n}\r\n.stretch {\r\n width:100%;\r\n}\r\n.round-corner4 {\r\n -moz-border-radius: 4px;\r\n -webkit-border-radius: 4px;\r\n border-radius: 4px;\r\n}\r\n.round-corner5 {\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n}\r\n.round-corner6 {\r\n -moz-border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n border-radius: 6px;\r\n}\r\n.round-corner7 {\r\n -moz-border-radius: 7px;\r\n -webkit-border-radius: 7px;\r\n border-radius: 7px;\r\n}\r\n\r\n.avatar {\r\n height:32px;\r\n width:32px;\r\n margin-{vb:stylevar right}:10px;\r\n border: {vb:stylevar activity_stream_avatar_border};\r\n}\r\n.avatar > img {\r\n max-height:32px;\r\n max-width:32px !important;\r\n}\r\n.avatar.medium {\r\n height:64px;\r\n width:64px;\r\n}\r\n.avatar.medium > img {\r\n max-height:64px;\r\n max-width:64px !important;\r\n}\r\n.avatar.x-small {\r\n height:24px;\r\n width:24px;\r\n}\r\n.avatar.x-small > img {\r\n max-height:24px;\r\n max-width:24px !important;\r\n}\r\n.avatar.xx-small {\r\n height:18px;\r\n width:18px;\r\n}\r\n.avatar.xx-small > img {\r\n max-height:18px;\r\n max-width:18px !important;\r\n}\r\n.mainmenu {\r\n padding: 5px 0 0 5px;\r\n}\r\n.mainmenu > li {\r\n height:14px;\r\n}\r\n.mainmenu li {\r\n float:{vb:stylevar left};\r\n margin-{vb:stylevar right}:5px;\r\n padding:2px 4px;\r\n position:relative;\r\n border: 1px solid transparent;\r\n color:inherit;\r\n font-size:11px;\r\n}\r\n.mainmenu li a {\r\n color: #4682B4;\r\n}\r\n.mainmenu.has-hover li:hover {\r\n border-color:#BCBCBC;\r\n background:#FFF;\r\n}\r\n.mainmenu .submenu li a:hover {\r\n background:#E6E6E6;\r\n color:#FFF;\r\n}\r\n.mainmenu .submenu {\r\n display:none;\r\n position:absolute;\r\n {vb:stylevar left}:-1px;\r\n top:18px;\r\n border:1px solid #BCBCBC;\r\n background: {vb:stylevar form_dropdown_background.backgroundColor};\r\n background: -webkit-gradient(linear, {vb:stylevar left} top, {vb:stylevar left} bottom, from({vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}), to({vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}));\r\n background: -webkit-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -moz-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -ms-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n background: -o-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}\', EndColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}\');\r\n background: linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor});\r\n min-width:100px;\r\n z-index:1000;\r\n}\r\n.mainmenu.pos-top .submenu {\r\n background: -webkit-gradient(linear, {vb:stylevar left} top, {vb:stylevar left} bottom, from({vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}), to({vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor})); /* Saf4+, Chrome */\r\n background: -webkit-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor});\r\n background: -moz-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor});\r\n background: -ms-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor});\r\n background: -o-linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor});\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}\', EndColorStr=\'{vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor}\');\r\n background: linear-gradient(top, {vb:stylevar toolbar_dropdown_background_gradient_end.backgroundColor}, {vb:stylevar toolbar_dropdown_background_gradient_start.backgroundColor});\r\n}\r\n.mainmenu .submenu li {\r\n margin:0;\r\n padding:0;\r\n border:0;\r\n white-space:nowrap;\r\n width:100%;\r\n min-width:100px;\r\n}\r\n.mainmenu .submenu li a {\r\n padding:2px 15px;\r\n display:block;\r\n height: 23px;\r\n line-height: 23px;\r\n}\r\n.mainmenu li a span,\r\n.mainmenu li button span.arrow {\r\n font-size:9px;\r\n margin-{vb:stylevar left}:2px;\r\n}\r\n.divider-container {\r\n position: relative;\r\n margin:25px 0;\r\n}\r\n.divider-container .overlap {\r\n background: {vb:stylevar inline_edit_background};\r\n color:#939CA7;\r\n font-size: 17px;\r\n line-height:18px;\r\n font-style: italic;\r\n {vb:stylevar left}: 50%;\r\n margin-{vb:stylevar left}: -24px;\r\n padding: 0 10px;\r\n position: absolute;\r\n top: -8px;\r\n}\r\n.ie7 .divider-container .overlap {\r\n top: -3px;\r\n}\r\n.divider-light {\r\n border-color: #242B33 transparent {vb:stylevar inline_edit_popup_comment_line_color};\r\n border-style: solid;\r\n border-width: 1px 0;\r\n height: 0;\r\n}\r\n.upload-progress-bar {\r\n margin-top:20px;\r\n text-align:center;\r\n}\r\n.noselect {\r\n -webkit-touch-callout: none;\r\n -webkit-user-select: none;\r\n -khtml-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n}\r\n.select {\r\n -webkit-touch-callout: initial;\r\n -webkit-user-select: initial;\r\n -khtml-user-select: initial;\r\n -moz-user-select: initial;\r\n -ms-user-select: initial;\r\n user-select: initial;\r\n}\r\n.blockbody > .blockrow {\r\n margin-top:20px;\r\n}\r\n.blockbody > .blockrow:first-child {\r\n margin-top:0;\r\n}\r\n.field-desc {\r\n font-size: 11px;\r\n margin-top: 5px;\r\n color:#777;\r\n}','template',1386964884,'vBulletin Solutions','5.1.0 Alpha 6','vbulletin','none'),(142,-1,'display_Comments','$final_rendered = \'\' . \'\'; $totalComments = $conversation[\'textcount\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $modPerms = $conversation[\'moderatorperms\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($enableInlineMod AND $modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $totalComments = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($totalComments) . \'\'.\'+\'.\'\' . $conversation[\'totalunpubcount\'] . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"b-comments js-comments \' . ((!empty($parentNodeIsBlog)) ? \" b-comments--blog js-comments--blog\" : \"\") . \' \' . ((!empty($parentNodeIsArticle)) ? \" b-comments--article js-comments--article\" : \"\") . \' h-margin-bottom-xl h-clearfix\' . \'\'; if (!$totalComments) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (empty($commentsPerPage)) {\n $final_rendered .= \'\r\n \' . \'\'; $commentsPerPage = $widgetConfig[\'commentsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($commentsPerPage)) {\n $final_rendered .= \'\r\n \' . \'\'; $commentsPerPage = \'25\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($initialCommentsPerPage)) {\n $final_rendered .= \'\r\n \' . \'\'; $initialCommentsPerPage = $widgetConfig[\'initialCommentsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($initialCommentsPerPage)) {\n $final_rendered .= \'\r\n \' . \'\'; $initialCommentsPerPage = \'3\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $scrollToCommentFlag = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $hasComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sortOption[\'created\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $options[\'sort\'] = $sortOption; $final_rendered .= \'\' . \'\r\n \' . \'\'; $options[\'nolimit\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($commentId) AND intval($commentId) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::parseData(\'search\', \'getPageNumber\', $commentId, $conversation, $commentsPerPage, \'1\', $sortOption[\'created\'], \'0\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $initialCommentsPerPage = $commentsPerPage; $final_rendered .= \'\' . \'\r\n \' . \'\'; $scrollToCommentFlag = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($totalPages = ceil($totalComments / $initialCommentsPerPage)) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $nodes = vB_Template_Runtime::parseData(\'node\', \'listNodeContent\', $conversation[\'nodeid\'], $pagenum, $initialCommentsPerPage, \'1\', \'\', $options); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($nodes[\'errors\']) AND ($nodeCount = count($nodes)) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $hasComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $commentIndex = $totalComments; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($scrollToCommentFlag AND $pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $commentIndex = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($commentIndex) . \'\'.\'-\'.\'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenum) . \'\'.\'*\'.\'\' . vB_Template_Runtime::vBVar($commentsPerPage) . \'\') . \'\'.\'+\'.\'\' . vB_Template_Runtime::vBVar($commentsPerPage) . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $commentIndex = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($commentIndex) . \'\'.\'-\'.\'\' . vB_Template_Runtime::vBVar($nodeCount) . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\r\n\r\n <div class=\"b-comments__header js-comments__header OLD__top b-media h-padding-vert-m h-padding-horiz-l\">\r\n <div class=\"b-media__img--rev js-comments__pagination\' . \'\'; if ($totalComments <= $initialCommentsPerPage) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <label>\r\n \' . \'\'; if ($pagenum > 1 OR ($pagenum == 1 AND $nodeCount > 1)) {\n $final_rendered .= \'\r\n \' . \'\'; $topIndexFrom = $commentIndex; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topIndexTo = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($topIndexFrom) . \'\'.\'+\'.\'\' . vB_Template_Runtime::vBVar($commentsPerPage) . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($commentsPerPage > $nodeCount) {\n $final_rendered .= \'\r\n \' . \'\'; $topIndexTo = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($topIndexFrom) . \'\'.\'+\'.\'\' . vB_Template_Runtime::vBVar($nodeCount) . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topIndexTo > $totalComments) {\n $final_rendered .= \'\r\n \' . \'\'; $topIndexTo = $totalComments; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topIndexFrom == $topIndexTo) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::numberFormat($topIndexFrom) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::numberFormat($topIndexFrom) . \' - \' . vB_Template_Runtime::numberFormat($topIndexTo) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </label>\r\n <span class=\"b-comments__pagination--up js-comments__page--prev h-margin-left-s OLD__icon\' . \'\'; if ($pagenum == $totalPages) {\n $final_rendered .= \' h-hide-imp\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"see_previous_comments\") . \'\"\' . \'\'; if ($scrollToCommentFlag AND $pagenum < $totalPages) {\n $final_rendered .= \' data-page-num=\"\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenum) . \'\'.\'+1\') . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'><span class=\"b-icon b-icon__arrow-up-m--default\"></span></span>\r\n </div>\r\n <div class=\"js-comments__total OLD__comment-total h-margin-left-l OLD__h-left b-media__body\">\r\n <span class=\"b-icon b-icon__speech-single h-margin-right-s\"></span>\r\n <label class=\"js-comments__total-text h-align-top\">\r\n \' . \'\'; if ($totalComments > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_comments_lower\", htmlspecialchars(\'\' . vB_Template_Runtime::numberFormat($totalComments) . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_comment\", htmlspecialchars(\'\' . vB_Template_Runtime::numberFormat($totalComments) . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </label>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n \' . \'\' . \'\r\n\r\n\r\n \' . \'\'; if ($nodes = array_reverse($nodes, true)) {\n $final_rendered .= \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemprop\'] = \'comment\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/UserComments\'; $final_rendered .= \'\' . \'\r\n\r\n\r\n <ul class=\"b-comments__comments js-comments__comments h-left\" \' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'>\r\n \r\n \' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userAvatarIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $node[\'content\'][\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $num_elem = array_push($userAvatarIds, $node[\'content\'][\'userid\']); $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $usersInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUsernames\', $userIds); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userAvatars = vB_Template_Runtime::parseData(\'user\', \'fetchAvatars\', $userAvatarIds, \'1\'); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; if ($node[\'content\'][\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $hidePostIndex = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $hidePostIndex = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($node[\'content\'][\'deleteuserid\']) OR empty($usersInfo[$node[\'content\'][\'deleteuserid\']]) OR !($deleteUserInfo = $usersInfo[$node[\'content\'][\'deleteuserid\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($userAvatars[$node[\'userid\']]) OR !($userAvatar = $userAvatars[$node[\'userid\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $userAvatar = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_comment_item\',array(\'conversation\' => $node[\'content\'], \'commentIndex\' => $commentIndex, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'hidePostIndex\' => $hidePostIndex, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $parentNodeIsBlog, \'parentNodeIsArticle\' => $parentNodeIsArticle, \'deleteUserInfo\' => $deleteUserInfo, \'avatar\' => $userAvatar)) . \'\r\n\r\n \' . \'\'; $commentIndex = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($commentIndex) . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\r\n </ul>\r\n\r\n\r\n <div class=\"b-comments__footer js-comments__footer b-media OLD__bottom h-padding-vert-m h-padding-horiz-l h-clear\' . \'\'; if (!$scrollToCommentFlag OR $pagenum == 1) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"b-media__img--rev js-comments__pagination\">\r\n <label>\r\n \' . \'\'; if ($scrollToCommentFlag AND $pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $bottomIndexFrom = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($topIndexTo) . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $bottomIndexTo = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($bottomIndexFrom) . \'\'.\'+\'.\'\' . vB_Template_Runtime::vBVar($commentsPerPage) . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($bottomIndexTo > $totalComments) {\n $final_rendered .= \'\r\n \' . \'\'; $bottomIndexTo = $totalComments; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::numberFormat($bottomIndexFrom) . \' - \' . vB_Template_Runtime::numberFormat($bottomIndexTo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </label>\r\n <span class=\"b-comments__pagination--down js-comments__page--next h-margin-left-s OLD__icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"see_next_comments\") . \'\"\' . \'\'; if (isset($bottomIndexTo) AND $pagenum > 1) {\n $final_rendered .= \' data-page-num=\"\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenum) . \'\'.\'-1\') . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'><span class=\"b-icon b-icon__arrow-down-m--default\"></span></span>\r\n </div>\r\n </div>\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!$hasComments) {\n $final_rendered .= \'\r\n <div class=\"b-comments__header js-comments__header OLD__top b-media h-padding-vert-m h-padding-horiz-l h-hide\">\r\n <div class=\"js-comments__total OLD__comment-total h-margin-left-l OLD__h-left b-media__body\">\r\n <span class=\"b-icon b-icon__speech-single h-margin-right-s\"></span>\r\n <label class=\"js-comments__total-text h-align-top\"></label>\r\n </div>\r\n <div class=\"b-media__img--rev js-comments__pagination h-hide\">\r\n <label></label>\r\n <span class=\"b-comments__pagination--up js-comments__page--prev h-margin-left-s OLD__icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"see_previous_comments\") . \'\"><span class=\"b-icon b-icon__arrow-up-m--default\"></span></span>\r\n </div>\r\n </div>\r\n <ul class=\"b-comments__comments js-comments__comments h-left\"></ul>\r\n <div class=\"b-comments__footer js-comments__footer b-media OLD__bottom h-padding-vert-m h-padding-horiz-l h-clear h-hide\">\r\n <div class=\"b-media__img--rev js-comments__pagination\">\r\n <label></label>\r\n <span class=\"b-comments__pagination--down js-comments__page--next h-margin-left-s OLD__icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"see_next_comments\") . \'\"><span class=\"b-icon b-icon__arrow-down-m--default\"></span></span>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','{vb:set totalComments, {vb:raw conversation.textcount}}\r\n{vb:set modPerms, {vb:raw conversation.moderatorperms}}\r\n<vb:if condition=\"$enableInlineMod AND $modPerms[\'canmoderateposts\'] > 0\">\r\n {vb:set totalComments, {vb:math {vb:var totalComments} + {vb:raw conversation.totalunpubcount}}}\r\n</vb:if>\r\n\r\n<div class=\"b-comments js-comments {vb:if \"!empty($parentNodeIsBlog)\", \' b-comments--blog js-comments--blog\'} {vb:if \"!empty($parentNodeIsArticle)\", \' b-comments--article js-comments--article\'} h-margin-bottom-xl h-clearfix<vb:if condition=\"!$totalComments\"> h-hide</vb:if>\">\r\n <vb:if condition=\"empty($commentsPerPage)\">\r\n {vb:set commentsPerPage, {vb:raw widgetConfig.commentsPerPage}}\r\n </vb:if>\r\n <vb:if condition=\"empty($commentsPerPage)\">\r\n {vb:set commentsPerPage, 25}\r\n </vb:if>\r\n <vb:if condition=\"empty($initialCommentsPerPage)\">\r\n {vb:set initialCommentsPerPage, {vb:raw widgetConfig.initialCommentsPerPage}}\r\n </vb:if>\r\n <vb:if condition=\"empty($initialCommentsPerPage)\">\r\n {vb:set initialCommentsPerPage, 3}\r\n </vb:if>\r\n\r\n {vb:set pagenum, 1}\r\n {vb:set scrollToCommentFlag, 0}\r\n {vb:set hasComments, 0}\r\n {vb:set sortOption.created, \'DESC\'}\r\n {vb:set options.sort, {vb:raw sortOption}}\r\n {vb:set options.nolimit, 1}\r\n\r\n <vb:if condition=\"isset($commentId) AND intval($commentId) > 0\">\r\n {vb:data pagenum, search, getPageNumber, {vb:raw commentId}, {vb:raw conversation}, {vb:raw commentsPerPage}, 1, {vb:raw sortOption.created}, 0}\r\n <vb:if condition=\"$pagenum > 0\">\r\n {vb:set initialCommentsPerPage, {vb:raw commentsPerPage}}\r\n {vb:set scrollToCommentFlag, 1}\r\n <vb:else />\r\n {vb:set pagenum, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"($totalPages = ceil($totalComments / $initialCommentsPerPage)) > 0\">\r\n {vb:data nodes, node, listNodeContent, {vb:raw conversation.nodeid}, {vb:raw pagenum}, {vb:raw initialCommentsPerPage}, 1, null, {vb:raw options}}\r\n <vb:if condition=\"empty($nodes[\'errors\']) AND ($nodeCount = count($nodes)) > 0\">\r\n {vb:set hasComments, 1}\r\n {vb:set commentIndex, {vb:raw totalComments}}\r\n <vb:if condition=\"$scrollToCommentFlag AND $pagenum > 1\">\r\n {vb:set commentIndex, {vb:math {vb:var commentIndex} - {vb:math {vb:var pagenum} * {vb:var commentsPerPage}} + {vb:var commentsPerPage}}}\r\n <vb:else />\r\n {vb:set commentIndex, {vb:math {vb:var commentIndex} - {vb:var nodeCount} + 1}}\r\n </vb:if>\r\n\r\n\r\n\r\n\r\n <div class=\"b-comments__header js-comments__header OLD__top b-media h-padding-vert-m h-padding-horiz-l\">\r\n <div class=\"b-media__img--rev js-comments__pagination<vb:if condition=\"$totalComments <= $initialCommentsPerPage\"> h-hide</vb:if>\">\r\n <label>\r\n <vb:if condition=\"$pagenum > 1 OR ($pagenum == 1 AND $nodeCount > 1)\">\r\n {vb:set topIndexFrom, {vb:raw commentIndex}}\r\n {vb:set topIndexTo, {vb:math {vb:var topIndexFrom} + {vb:var commentsPerPage} - 1}}\r\n <vb:if condition=\"$commentsPerPage > $nodeCount\">\r\n {vb:set topIndexTo, {vb:math {vb:var topIndexFrom} + {vb:var nodeCount} - 1}}\r\n </vb:if>\r\n <vb:if condition=\"$topIndexTo > $totalComments\">\r\n {vb:set topIndexTo, {vb:raw totalComments}}\r\n </vb:if>\r\n <vb:if condition=\"$topIndexFrom == $topIndexTo\">\r\n {vb:number {vb:raw topIndexFrom}}\r\n <vb:else />\r\n {vb:number {vb:raw topIndexFrom}} - {vb:number {vb:raw topIndexTo}}\r\n </vb:if>\r\n </vb:if>\r\n </label>\r\n <span class=\"b-comments__pagination--up js-comments__page--prev h-margin-left-s OLD__icon<vb:if condition=\"$pagenum == $totalPages\"> h-hide-imp</vb:if>\" title=\"{vb:phrase see_previous_comments}\"<vb:if condition=\"$scrollToCommentFlag AND $pagenum < $totalPages\"> data-page-num=\"{vb:math {vb:var pagenum} + 1}\"</vb:if>><span class=\"b-icon b-icon__arrow-up-m--default\"></span></span>\r\n </div>\r\n <div class=\"js-comments__total OLD__comment-total h-margin-left-l OLD__h-left b-media__body\">\r\n <span class=\"b-icon b-icon__speech-single h-margin-right-s\"></span>\r\n <label class=\"js-comments__total-text h-align-top\">\r\n <vb:if condition=\"$totalComments > 1\">\r\n {vb:phrase x_comments_lower, {vb:number {vb:raw totalComments}}}\r\n <vb:else />\r\n {vb:phrase x_comment, {vb:number {vb:raw totalComments}}}\r\n </vb:if>\r\n </label>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n <vb:comment>\r\n <vb:if condition=\"$scrollToCommentFlag AND $nodeCount > 1\">\r\n Ugly hack but the nodes need to be displayed in reversed order.\r\n The nodes should always be fetched in descending order but later when displaying (in certain condition such as this), they need to be in ascending order.\r\n </vb:if>\r\n </vb:comment>\r\n\r\n\r\n <vb:if condition=\"$nodes = array_reverse($nodes, true)\"></vb:if>\r\n {vb:set nodeSchemaInfo.itemprop, comment}\r\n {vb:set nodeSchemaInfo.itemscope, 1}\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/UserComments}\r\n\r\n\r\n <ul class=\"b-comments__comments js-comments__comments h-left\" {vb:schema {vb:raw nodeSchemaInfo}}>\r\n \r\n {vb:set userIds, {vb:php array}}\r\n {vb:set userAvatarIds, {vb:php array}}\r\n <vb:each from=\"nodes\" value=\"node\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw node.content.deleteuserid}}}\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userAvatarIds}, {vb:raw node.content.userid}}}\r\n </vb:each>\r\n {vb:data usersInfo, user, fetchUsernames, {vb:raw userIds}}\r\n {vb:data userAvatars, user, fetchAvatars, {vb:raw userAvatarIds}, 1}\r\n\r\n <vb:each from=\"nodes\" value=\"node\">\r\n <vb:if condition=\"$node[\'content\'][\'unpublishdate\']\">\r\n {vb:set hidePostIndex, 1}\r\n <vb:else />\r\n {vb:set hidePostIndex, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($node[\'content\'][\'deleteuserid\']) OR empty($usersInfo[$node[\'content\'][\'deleteuserid\']]) OR !($deleteUserInfo = $usersInfo[$node[\'content\'][\'deleteuserid\']])\">\r\n {vb:set deleteUserInfo, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($userAvatars[$node[\'userid\']]) OR !($userAvatar = $userAvatars[$node[\'userid\']])\">\r\n {vb:set userAvatar, 0}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_comment_item, conversation={vb:raw node.content}, commentIndex={vb:raw commentIndex}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, hidePostIndex={vb:raw hidePostIndex}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw parentNodeIsBlog}, parentNodeIsArticle={vb:raw parentNodeIsArticle}, deleteUserInfo={vb:raw deleteUserInfo}, avatar={vb:raw userAvatar}}\r\n\r\n {vb:set commentIndex, {vb:math {vb:var commentIndex} + 1}}\r\n </vb:each>\r\n\r\n </ul>\r\n\r\n\r\n <div class=\"b-comments__footer js-comments__footer b-media OLD__bottom h-padding-vert-m h-padding-horiz-l h-clear<vb:if condition=\"!$scrollToCommentFlag OR $pagenum == 1\"> h-hide</vb:if>\">\r\n <div class=\"b-media__img--rev js-comments__pagination\">\r\n <label>\r\n <vb:if condition=\"$scrollToCommentFlag AND $pagenum > 1\">\r\n {vb:set bottomIndexFrom, {vb:math {vb:var topIndexTo} + 1}}\r\n {vb:set bottomIndexTo, {vb:math {vb:var bottomIndexFrom} + {vb:var commentsPerPage} - 1}}\r\n <vb:if condition=\"$bottomIndexTo > $totalComments\">\r\n {vb:set bottomIndexTo, {vb:raw totalComments}}\r\n </vb:if>\r\n {vb:number {vb:raw bottomIndexFrom}} - {vb:number {vb:raw bottomIndexTo}}\r\n </vb:if>\r\n </label>\r\n <span class=\"b-comments__pagination--down js-comments__page--next h-margin-left-s OLD__icon\" title=\"{vb:phrase see_next_comments}\"<vb:if condition=\"isset($bottomIndexTo) AND $pagenum > 1\"> data-page-num=\"{vb:math {vb:var pagenum} - 1}\"</vb:if>><span class=\"b-icon b-icon__arrow-down-m--default\"></span></span>\r\n </div>\r\n </div>\r\n\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!$hasComments\">\r\n <div class=\"b-comments__header js-comments__header OLD__top b-media h-padding-vert-m h-padding-horiz-l h-hide\">\r\n <div class=\"js-comments__total OLD__comment-total h-margin-left-l OLD__h-left b-media__body\">\r\n <span class=\"b-icon b-icon__speech-single h-margin-right-s\"></span>\r\n <label class=\"js-comments__total-text h-align-top\"></label>\r\n </div>\r\n <div class=\"b-media__img--rev js-comments__pagination h-hide\">\r\n <label></label>\r\n <span class=\"b-comments__pagination--up js-comments__page--prev h-margin-left-s OLD__icon\" title=\"{vb:phrase see_previous_comments}\"><span class=\"b-icon b-icon__arrow-up-m--default\"></span></span>\r\n </div>\r\n </div>\r\n <ul class=\"b-comments__comments js-comments__comments h-left\"></ul>\r\n <div class=\"b-comments__footer js-comments__footer b-media OLD__bottom h-padding-vert-m h-padding-horiz-l h-clear h-hide\">\r\n <div class=\"b-media__img--rev js-comments__pagination\">\r\n <label></label>\r\n <span class=\"b-comments__pagination--down js-comments__page--next h-margin-left-s OLD__icon\" title=\"{vb:phrase see_next_comments}\"><span class=\"b-icon b-icon__arrow-down-m--default\"></span></span>\r\n </div>\r\n </div>\r\n </vb:if>\r\n</div>','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(143,-1,'display_contenttype_conversationreply_BlogChannel','$final_rendered = \'\' . \'\'; $blogSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $blogSchema[\'itemtype\'] = \'http://schema.org/Blog\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $blogMicrodata = \'\' . vB_Template_Runtime::parseSchema($blogSchema) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item list-item-text h-left h-clear\" \' . $blogMicrodata . \'>\r\n\r\n \' . \'\'; if (!empty($blogMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"blogChannel-table table\">\r\n <div class=\"tr\">\r\n \' . \'\'; if (!empty($conversation[\'avatar\'][\'avatarpath\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $profileURL = vB_Template_Runtime::vBVar($conversation[\'avatar\'][\'avatarpath\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileURL = \'image.php?u=\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileURL .= $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileURL .= \'&type=profile\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"blogChannel-memberblogs td h-wordwrap\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($conversation[\'content\'][\'filedataid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $conversation[\'content\'][\'nodeid\'] . \'&type=icon\" alt=\"\' . $conversation[\'content\'][\'htmltitle\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img class=\"noGroupIcon\" src=\"\' . $baseurl_corecdn . \'/images/default/default_blog_icon.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'content\'][\'htmltitle\'] . \'\" id=\"blogIconImg\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $blogInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\" \' . vB_Template_Runtime::parseSchema($blogInfo) . \'>\' . $conversation[\'title\'] . \'</a> <span class=\"viewer\">(\' . $conversation[\'viewing\'] . \' viewing)</span>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'content\'][\'rss_enabled\']) {\n $final_rendered .= \'\r\n \' . \'\'; $url = vB_Template_Runtime::vBVar($baseurl); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= vB_Template_Runtime::vBVar($conversation[\'content\'][\'rss_route\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . $url . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"external_view_this_blog_rss_feed\") . \'\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n </div>\r\n \r\n <div class=\"blogChannel-statistics td\">\r\n \' . \'\'; $childs = \'\' . vB_Template_Runtime::runMaths(\'\' . $conversation[\'totalcount\'] . \'\'.\'-\'.\'\' . $conversation[\'textcount\'] . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"blog_blogentries\") . \' \' . $conversation[\'textcount\'] . \'<br />\r\n \' . vB_Template_Runtime::parsePhrase(\"blog_blogcomments\") . \' \' . $childs . \'\r\n </div>\r\n\r\n \' . \'\'; $blogPostSchema[\'itemprop\'] = \'blogPost\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogPostSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogPostSchema[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n <div class=\"blogChannel-last-post td\" \' . vB_Template_Runtime::parseSchema($blogPostSchema) . \'>\r\n \' . \'\'; $lasturl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'lastpost\'][\'routeid\'], $conversation[\'lastpost\'])) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $blogPostInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $blogPostInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogPostInfo[\'content\'] = $lasturl; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($blogPostInfo) . \'\r\n\r\n \' . \'\'; $blogPostInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogPostInfo[\'content\'] = $conversation[\'lastposttitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($blogPostInfo) . \'\r\n\r\n \' . \'\'; $blogPostInfo[\'itemprop\'] = \'author\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $blogPostInfo[\'content\'] = $conversation[\'lastcontentauthor\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($blogPostInfo) . \'\r\n\r\n \' . \'\'; if ($conversation[\'lastpost\']) {\n $final_rendered .= \'\r\n \' . \'\'; $routeInfo[\'userid\'] = $conversation[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($conversation[\'lastauthorid\'])) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($conversation[\'content\'][\'avatar_last_poster\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[\'content\'][\'avatar_last_poster\'][\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'lastcontentauthor\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'lastcontentauthor\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . $lasturl . \'\">\' . $conversation[\'lastposttitle\'] . \'</a>\r\n \r\n \' . \'\'; if (!empty($conversation[\'lastauthorid\'])) {\n $final_rendered .= \'\r\n <div class=\"by-author\">\' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'lastcontentauthor\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"by-author\">\' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'lastcontent\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'lastcontent\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blogChannel-contributors h-clearfix\">\r\n <label class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"blog_ownerblog\") . \'</label>\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar xx-small h-left\">\r\n \' . \'\'; if ($conversation[\'content\'][\'avatar\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[\'content\'][\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"h-left\">\' . $conversation[\'authorname\'] . \'</a>\r\n\r\n \' . \'\'; if ($conversation[\'contributors\']) {\n $final_rendered .= \'\r\n <label class=\"h-left h-clear\">\' . vB_Template_Runtime::parsePhrase(\"blog_contributors\") . \'</label>\r\n \' . \'\'; if (is_array($conversation[\'contributors\']) || $conversation[\'contributors\'] instanceof ArrayAccess) { foreach ($conversation[\'contributors\'] AS $contributor) {$final_rendered .= \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\" class=\"avatar xx-small h-left\">\r\n \' . \'\'; if ($contributor[\'avatar\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $contributor[avatar][avatarpath] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\" class=\"h-left\">\' . vB_Template_Runtime::vBVar($contributor[\'username\']) . \'</a>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</li>\';','{vb:set blogSchema.itemscope, 1}\r\n{vb:set blogSchema.itemtype, http://schema.org/Blog}\r\n{vb:set blogMicrodata, {vb:schema {vb:raw blogSchema}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item list-item-text h-left h-clear\" {vb:raw blogMicrodata}>\r\n\r\n <vb:if condition=\"!empty($blogMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <div class=\"blogChannel-table table\">\r\n <div class=\"tr\">\r\n <vb:if condition=\"!empty($conversation[\'avatar\'][\'avatarpath\'])\">\r\n {vb:set profileURL {vb:var conversation.avatar.avatarpath}}\r\n <vb:else />\r\n {vb:set profileURL, \'image.php?u=\'}\r\n {vb:strcat profileURL, {vb:raw conversation.userid}}\r\n {vb:strcat profileURL, \'&type=profile\'}\r\n </vb:if>\r\n <div class=\"blogChannel-memberblogs td h-wordwrap\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$conversation[\'content\'][\'filedataid\']\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw conversation.content.nodeid}&type=icon\" alt=\"{vb:raw conversation.content.htmltitle}\" />\r\n <vb:else />\r\n <img class=\"noGroupIcon\" src=\"{vb:raw baseurl_corecdn}/images/default/default_blog_icon.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.content.htmltitle}\" id=\"blogIconImg\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n {vb:set blogInfo.itemprop, name}\r\n <a href=\"{vb:url {vb:raw conversation.routeid}}\" {vb:schema {vb:raw blogInfo}}>{vb:raw conversation.title}</a> <span class=\"viewer\">({vb:raw conversation.viewing} viewing)</span>\r\n\r\n <vb:comment> External Icon</vb:comment>\r\n <vb:if condition=\"$conversation[\'content\'][\'rss_enabled\']\">\r\n {vb:set url, {vb:var baseurl}}\r\n {vb:strcat url, {vb:var conversation.content.rss_route}}\r\n <a href=\"{vb:raw url}\" title=\"{vb:phrase external_view_this_blog_rss_feed}\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n </vb:if>\r\n <vb:comment> External Icon END</vb:comment>\r\n </div>\r\n \r\n <div class=\"blogChannel-statistics td\">\r\n {vb:set childs, {vb:math {vb:raw conversation.totalcount}-{vb:raw conversation.textcount}}}\r\n {vb:phrase blog_blogentries} {vb:raw conversation.textcount}<br />\r\n {vb:phrase blog_blogcomments} {vb:raw childs}\r\n </div>\r\n\r\n {vb:set blogPostSchema.itemprop, blogPost}\r\n {vb:set blogPostSchema.itemscope, 1}\r\n {vb:set blogPostSchema.itemtype, http://schema.org/BlogPosting}\r\n <div class=\"blogChannel-last-post td\" {vb:schema {vb:raw blogPostSchema}}>\r\n {vb:set lasturl, {vb:url {vb:raw conversation.lastpost.routeid},{vb:raw conversation.lastpost}}}\r\n\r\n {vb:set blogPostInfo.tag, meta}\r\n\r\n {vb:set blogPostInfo.itemprop, url}\r\n {vb:set blogPostInfo.content, {vb:raw lasturl}}\r\n {vb:schema {vb:raw blogPostInfo}}\r\n\r\n {vb:set blogPostInfo.itemprop, name}\r\n {vb:set blogPostInfo.content, {vb:raw conversation.lastposttitle}}\r\n {vb:schema {vb:raw blogPostInfo}}\r\n\r\n {vb:set blogPostInfo.itemprop, author}\r\n {vb:set blogPostInfo.content, {vb:raw conversation.lastcontentauthor}}\r\n {vb:schema {vb:raw blogPostInfo}}\r\n\r\n <vb:if condition=\"$conversation[\'lastpost\']\">\r\n {vb:set routeInfo.userid, {vb:raw conversation.lastauthorid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw routeInfo}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"!empty($conversation[\'lastauthorid\'])\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$conversation[\'content\'][\'avatar_last_poster\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation.content.avatar_last_poster.avatarpath}\" alt=\"{vb:raw conversation.lastcontentauthor}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.lastcontentauthor}\" />\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <a href=\"{vb:raw lasturl}\">{vb:raw conversation.lastposttitle}</a>\r\n \r\n <vb:if condition=\"!empty($conversation[\'lastauthorid\'])\">\r\n <div class=\"by-author\">{vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw conversation.lastcontentauthor}}</div>\r\n <vb:else />\r\n <div class=\"by-author\">{vb:phrase by_guest}</div>\r\n </vb:if>\r\n\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.lastcontent}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.lastcontent}}</time></div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blogChannel-contributors h-clearfix\">\r\n <label class=\"h-left\">{vb:phrase blog_ownerblog}</label>\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar xx-small h-left\">\r\n <vb:if condition=\"$conversation[\'content\'][\'avatar\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation.content.avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"h-left\">{vb:raw conversation.authorname}</a>\r\n\r\n <vb:if condition=\"$conversation[\'contributors\']\">\r\n <label class=\"h-left h-clear\">{vb:phrase blog_contributors}</label>\r\n <vb:each from=\"conversation.contributors\" value=\"contributor\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\" class=\"avatar xx-small h-left\">\r\n <vb:if condition=\"$contributor[\'avatar\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw contributor[\'avatar\'][\'avatarpath\']}\" alt=\"{vb:raw conversation.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\" class=\"h-left\">{vb:var contributor.username}</a>\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n</li>','template',1380251512,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(144,-1,'display_contenttype_conversationreply_Channel','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\' . \'\r\n\' . \'\'; if ($mainBlogChannelId == $conversation[\'parentid\'] OR $mainBlogChannelId == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Blog\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channelType = \'blog\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($mainSGChannelId == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channelType = \'social-group\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channelType = \'forum\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item list-item-channel list-item-\' . $channelType . \' h-left h-clear\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n \r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"list-item-header h-left\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($channelType == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'filedataid\']) {\n $final_rendered .= \' \r\n <img src=\"\' . $baseurl . \'/filedata/fetch?filedataid=\' . $conversation[\'filedataid\'] . \'\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_blog_large.png\" width=\"350\" height=\"350\" alt=\"\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($channelType == \'social-group\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'filedataid\']) {\n $final_rendered .= \' \r\n <img src=\"\' . $baseurl . \'/filedata/fetch?filedataid=\' . $conversation[\'filedataid\'] . \'\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_sg_large.png\" width=\"350\" height=\"350\" alt=\"\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"forum-icon\"></span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n <div class=\"channel-info\">\r\n <div class=\"channel-title\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\">\' . $conversation[\'title\'] . \'</a></div>\r\n \' . \'\'; $channelSchema[\'itemprop\'] = \'description\'; $final_rendered .= \'\' . \'\r\n <div class=\"channel-desc ellipsis\" \' . vB_Template_Runtime::parseSchema($channelSchema) . \'>\' . vB_Template_Runtime::vBVar($conversation[\'description\']) . \'</div>\r\n </div>\r\n </div>\r\n</li>\';','<vb:comment>Per discussion with Alan Chiu on 8/28/12, only the icon, channel title and description should be displayed in the search results</vb:comment>\r\n<vb:comment>@TODO: When categories are implemented, these checks will have to change</vb:comment>\r\n<vb:if condition=\"$mainBlogChannelId == $conversation[\'parentid\'] OR $mainBlogChannelId == $conversation[\'nodeid\']\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Blog}\r\n {vb:set channelType, \'blog\'}\r\n<vb:elseif condition=\"$mainSGChannelId == $conversation[\'parentid\']\" OR $mainSGChannelId == $conversation[\'nodeid\'] />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set channelType, \'social-group\'}\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set channelType, \'forum\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item list-item-channel list-item-{vb:raw channelType} h-left h-clear\" {vb:var nodeMicrodata}>\r\n \r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n \r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <div class=\"list-item-header h-left\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$channelType == \'blog\'\">\r\n <vb:if condition=\"$conversation[\'filedataid\']\"> \r\n <img src=\"{vb:raw baseurl}/filedata/fetch?filedataid={vb:raw conversation.filedataid}\" alt=\"\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_blog_large.png\" width=\"350\" height=\"350\" alt=\"\" />\r\n </vb:if>\r\n <vb:elseif condition=\"$channelType == \'social-group\'\" />\r\n <vb:if condition=\"$conversation[\'filedataid\']\"> \r\n <img src=\"{vb:raw baseurl}/filedata/fetch?filedataid={vb:raw conversation.filedataid}\" alt=\"\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_sg_large.png\" width=\"350\" height=\"350\" alt=\"\" />\r\n </vb:if>\r\n <vb:else />\r\n <span class=\"forum-icon\"></span>\r\n </vb:if>\r\n </a>\r\n <div class=\"channel-info\">\r\n <div class=\"channel-title\"><a href=\"{vb:url {vb:raw conversation.routeid}}\">{vb:raw conversation.title}</a></div>\r\n {vb:set channelSchema.itemprop, description}\r\n <div class=\"channel-desc ellipsis\" {vb:schema {vb:raw channelSchema}}>{vb:var conversation.description}</div>\r\n </div>\r\n </div>\r\n</li>','template',1372709029,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(145,-1,'display_contenttype_conversationreply_Gallery','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $conversationStarterUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationStarterExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-gallery h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' js-slideshow__gallery-node\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'comment\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $postType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"delete-reason h-clear\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $vmRouteInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteInfo[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $vmRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($vmUrl) . \'\', $conversation[\'startertitle\'], $conversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($vmUrl) . \'\', $conversation[\'startertitle\'], $conversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $postfor[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userUrl) . \'\', $postfor[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $postfor[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($parentConversation[\'authorname\']) . \'\', \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\'], \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($parentConversation[\'authorname\']) . \'\', \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\'], \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\'], \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $convconversationStarterUrlarconversationStarterExtraUrl, $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\'], \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($conversationStarterExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationStarterUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $postfor[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $postfor[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $postfor[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($parentConversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($parentConversation[\'authorname\']) . \'\', \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body h-clearfix\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; if (is_array($conversation[\'photopreview\']) || $conversation[\'photopreview\'] instanceof ArrayAccess) { foreach ($conversation[\'photopreview\'] AS $photo) {$final_rendered .= \'\r\n \' . \'\'; $photoSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemtype\'] = \'http://schema.org/ImageObject\'; $final_rendered .= \'\' . \'\r\n <span class=\"galleryLink b-gallery-thumbnail-list__item\" \' . vB_Template_Runtime::parseSchema($photoSchema) . \'>\r\n \' . \'\'; if (!empty($photo[\'htmltitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $photoInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'content\'] = $photo[\'htmltitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($photoInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?\' . ((!empty($previewMode)) ? \"filedataid\" : \"photoid\") . \'=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"b-photo-count\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", $conversation[\'photocount\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", $conversation[\'photocount\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links h-left h-clear\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter, $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\'; $blogChannel = vB_Template_Runtime::parseDataWithErrors(\'node\', \'getNode\', $conversation[\'parentid\']); $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.title, {vb:raw conversation.startertitle}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n\r\n <vb:comment>This is the starter route, no inner post</vb:comment>\r\n {vb:set conversationStarterUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n\r\n <vb:comment>This is inner post permalink</vb:comment>\r\n {vb:set starter.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set conversationStarterExtraUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-gallery h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if> js-slideshow__gallery-node<vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'comment\'}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:strcat phraseId, \'topic\'}\r\n <vb:else />\r\n {vb:strcat phraseId, {vb:raw postType}}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"delete-reason h-clear\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$reportActivity\">\r\n {vb:set vmRouteInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set vmRouteInfo.title, {vb:raw conversation.starterurlident}}\r\n {vb:set vmUrl, {vb:url \'visitormessage\', {vb:raw vmRouteInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_vm_from_y, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var vmUrl}, {vb:raw conversation.startertitle}, {vb:raw conversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_vm_from_y, {vb:var vmUrl}, {vb:raw conversation.startertitle}, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileInfo.userid, {vb:raw postfor.userid}}\r\n <vb:comment>url fetching will be delayed and fetched in batches</vb:comment>\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userUrl}, {vb:raw postfor.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw postfor.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_ys_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:var parentConversation.authorname}, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_ys_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:var parentConversation.authorname}, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z_with_prefix, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_guests_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_guests_reply_to_z, {vb:var profileUrl}, {vb:raw convconversationStarterUrlar conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z_with_prefix, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z, {vb:var conversationStarterExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationStarterUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:set profileInfo.userid, {vb:raw postfor.userid}}\r\n <vb:comment>url fetching will be delayed and fetched in batches</vb:comment>\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw postfor.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw postfor.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set parentConversationUrl, {vb:url {vb:raw parentConversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:var parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:rawphrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body h-clearfix\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <div class=\"photo-preview h-left\">\r\n <vb:each from=\"conversation.photopreview\" value=\"photo\">\r\n {vb:set photoSchema.itemscope, 1}\r\n {vb:set photoSchema.itemtype, http://schema.org/ImageObject}\r\n <span class=\"galleryLink b-gallery-thumbnail-list__item\" {vb:schema {vb:raw photoSchema}}>\r\n <vb:if condition=\"!empty($photo[\'htmltitle\'])\">\r\n {vb:set photoInfo.tag, meta}\r\n {vb:set photoInfo.itemprop, name}\r\n {vb:set photoInfo.content, {vb:raw photo.htmltitle}}\r\n {vb:schema {vb:raw photoInfo}}\r\n </vb:if>\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?{vb:if !empty($previewMode), filedataid, photoid}={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </vb:each>\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"b-photo-count\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:rawphrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:rawphrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links h-left h-clear\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}, {vb:raw extra}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n {vb:rawdata blogChannel, \'node\', \'getNode\', {vb:raw conversation.parentid}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(146,-1,'display_contenttype_conversationreply_Infraction','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'nodeid\'] != $conversation[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $isVmComment = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'comment\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $commentNodeId = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversation = $conversation[\'parentConversation\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-text h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'comment\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $postType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $vmRouteInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteInfo[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $vmRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($parentConversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\" data-node-type=\"\' . $postType . \'\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPostParent\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\" class=\"goto-post\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $blogChannel = $conversation[\'parents\'][\'1\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n <vb:if condition=\"$conversation[\'nodeid\'] != $conversation[\'starter\']\">\r\n {vb:set isVmComment, 1}\r\n </vb:if>\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n<vb:else />\r\n {vb:set postType, \'comment\'}\r\n {vb:set commentNodeId, {vb:raw conversation.parentid}}\r\n {vb:set parentConversation, {vb:raw conversation.parentConversation}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-text h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if><vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'comment\'}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:strcat phraseId, \'topic\'}\r\n <vb:else />\r\n {vb:strcat phraseId, {vb:raw postType}}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileRouteUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$reportActivity\">\r\n {vb:set vmRouteInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set vmRouteInfo.title, {vb:raw conversation.starterurlident}}\r\n {vb:set vmRouteUrl, {vb:url \'visitormessage\', {vb:raw vmRouteInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_vm_from_y, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_vm_from_y, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set starter.innerPost, {vb:raw conversation.parentid}}\r\n {vb:set conversationExtraUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n {vb:set conversationTitle, {vb:raw conversation.startertitle}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_ys_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_ys_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z_with_prefix, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_guests_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_guests_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z_with_prefix, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set parentConversationUrl, {vb:url {vb:raw parentConversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\" data-node-type=\"{vb:raw postType}\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n <vb:else />\r\n {vb:set starter.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set starter.innerPostParent, {vb:raw conversation.parentid}}\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n </vb:if>\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set controls.showVoteCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n <vb:comment>parents.0 is this same node</vb:comment>\r\n {vb:set blogChannel, {vb:raw conversation.parents.1}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(147,-1,'display_contenttype_conversationreply_Link','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam = $starter; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-link h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'comment\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $postType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'link\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'], \'filedataid\' => $conversation[\'filedataid\'], \'previewMode\' => $previewMode, \'previewImage\' => $conversation[\'previewImage\'])) . \'\r\n\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starterWithReplyParam)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $blogChannel = $conversation[\'parents\'][\'1\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n {vb:set starterWithReplyParam, {vb:raw starter}}\r\n {vb:set starterWithReplyParam.innerPost, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-link h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if><vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'comment\'}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:strcat phraseId, \'topic\'}\r\n <vb:else />\r\n {vb:strcat phraseId, {vb:raw postType}}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:rawphrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n\r\n {vb:template link, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}, filedataid={vb:raw conversation.filedataid}, previewMode={vb:raw previewMode}, previewImage={vb:raw conversation.previewImage}}\r\n\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starterWithReplyParam}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n <vb:comment>parents.0 is this same node</vb:comment>\r\n {vb:set blogChannel, {vb:raw conversation.parents.1}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(148,-1,'display_contenttype_conversationreply_Photo','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-photoleft h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' js-slideshow__gallery-node\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_topic_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_topic_y\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_replied_to_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied_to_y\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \' . \'\' . \'\r\n \';\n } else if ($postType ==\'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_topic\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_topic\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body h-clearfix\">\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n <div class=\"photo-preview h-left\">\r\n\' . \'\'; $photoSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemtype\'] = \'http://schema.org/ImageObject\'; $final_rendered .= \'\' . \'\r\n <span class=\"photoLink\" \' . vB_Template_Runtime::parseSchema($photoSchema) . \'>\r\n \' . \'\'; if (!empty($photo[\'htmltitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $photoInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'content\'] = $photo[\'htmltitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($photoInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"thumbnail-photo\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $conversation[\'nodeid\'] . \'&type=thumb\" title=\"\' . $conversation[\'htmltitle\'] . \'\" alt=\"\' . $conversation[\'htmltitle\'] . \'\" />\r\n </span>\r\n </div>\r\n <div class=\"photo-details h-left\" >\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"b-photo-count\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter, $extra)) . \'\" class=\"b-photo-count\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"b-photo-count\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", \'1\') . \'\r\n </a>\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links h-left h-clear\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter, $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n \' . \'\'; if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:else />\r\n {vb:set postType, \'reply\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.title, {vb:raw conversation.startertitle}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n {vb:set starter.innerPost, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n</vb:if>\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-photoleft h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if> js-slideshow__gallery-node<vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <vb:comment><!-- \r\n Hide the list item header when viewing an individual article \r\n This information is shown in the page_title module for articles \r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info, \r\n conversation={vb:raw conversation}, \r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_started_a_topic_y, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_topic_y, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_replied_to_y, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied_to_y, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info, \r\n conversation={vb:raw conversation}, \r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:comment>TODO No title for visitor messages here?</vb:comment>\r\n <vb:elseif condition=\"$postType ==\'starter\'\" />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase x_started_a_topic, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_topic}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:rawphrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body h-clearfix\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <div class=\"photo-preview h-left\">\r\n{vb:set photoSchema.itemscope, 1}\r\n {vb:set photoSchema.itemtype, http://schema.org/ImageObject}\r\n <span class=\"photoLink\" {vb:schema {vb:raw photoSchema}}>\r\n <vb:if condition=\"!empty($photo[\'htmltitle\'])\">\r\n {vb:set photoInfo.tag, meta}\r\n {vb:set photoInfo.itemprop, name}\r\n {vb:set photoInfo.content, {vb:raw photo.htmltitle}}\r\n {vb:schema {vb:raw photoInfo}}\r\n </vb:if>\r\n <img class=\"thumbnail-photo\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw conversation.nodeid}&type=thumb\" title=\"{vb:raw conversation.htmltitle}\" alt=\"{vb:raw conversation.htmltitle}\" />\r\n </span>\r\n </div>\r\n <div class=\"photo-details h-left\" >\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"b-photo-count\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}, {vb:raw extra}}\" class=\"b-photo-count\">\r\n </vb:if>\r\n <vb:else />\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"b-photo-count\">\r\n </vb:if>\r\n {vb:rawphrase x_photo, 1}\r\n </a>\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links h-left h-clear\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}, {vb:raw extra}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <vb:if condition=\"$postType == \'reply\'\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n </div>\r\n</li>','template',1392929977,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(149,-1,'display_contenttype_conversationreply_Poll','$final_rendered = \'\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-poll h-left h-clear\' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($nodeType == \'blog_post\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"delete-reason h-clear\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_poll_y_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_poll_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_poll_y_with_prefix\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_poll_y\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_poll_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_poll_y\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND (!$conversation[\'isVisitorMessage\'])) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body js-poll__parent\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <div class=\"post-content\">\r\n <h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\r\n <div class=\"pollresults\' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>\' . vB_Template_Runtime::numberFormat($conversation[\'poll_votes\']) . \'</span>\r\n <label>\' . \'\'; if ($conversation[\'poll_votes\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"notify_abbrev_vote\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $maxIndex = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <tr class=\"pollresults-option-\' . $option[\'polloptionid\'] . \' option-\' . $index . \'\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: \' . $option[\'percentage\'] . \'%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">\' . $option[\'percentage\'] . \'%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>\' . $option[\'votes\'] . \'</span>\r\n <label>\' . \'\'; if ($option[\'votes\'] > 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"vote_lower\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n </td>\r\n \' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \'\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"click_to_see_who_voted_for_this_option\") . \'\" data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" data-polloption-id=\"\' . $option[\'polloptionid\'] . \'\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \' . \'\'; if (++$index > $maxIndex) {\n $final_rendered .= \'\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND ($conversation[\'permissions\'][\'canviewthreads\'] > 0)) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"back_to_poll\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'istimeout\']) {\n $final_rendered .= \'<p class=\"expired\">\' . vB_Template_Runtime::parsePhrase(\"poll_expired\") . \'</p>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND ($conversation[\'permissions\'][\'canviewthreads\'] > 0)) {\n $final_rendered .= \'\r\n <form class=\"poll\" action=\"\' . $baseurl . \'/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n \' . \'\'; $pollIndex = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li\' . \'\'; if (isset($reportActivity) AND $reportActivity AND ++$pollIndex > 3) {\n $final_rendered .= \' class=\"h-hide\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n \' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \'\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"\' . $option[\'polloptionid\'] . \'\" /><span class=\"poll-item ellipsis multiline\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"\' . $option[\'polloptionid\'] . \'\" /><span class=\"poll-item ellipsis multiline\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</span></label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n <a href=\"#view-more\" class=\"view-more-ctrl h-hide\">\' . vB_Template_Runtime::parsePhrase(\"view_more_answers\") . \' <span class=\"vb-icon vb-icon-expand-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></a>\r\n <div class=\"b-button-group b-button-group--left-align\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">\' . vB_Template_Runtime::parsePhrase(\"vote_now\") . \'</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"view_poll_results\") . \'</button>\r\n </div>\r\n <a href=\"#view-less\" class=\"view-less-ctrl h-hide\">\' . vB_Template_Runtime::parsePhrase(\"view_less_answers\") . \'<span class=\"vb-icon vb-icon-expand-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></a>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"poll-desc restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'</a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls OR ($conversation[\'permissions\'][\'canviewthreads\'] == 0)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $blogChannel = $conversation[\'parents\'][\'1\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-poll h-left h-clear<vb:if condition=\"!isset($reportActivity) OR !$reportActivity\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if><vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$nodeType == \'blog_post\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'topic\'}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"delete-reason h-clear\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$conversation[\'isVisitorMessage\']\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:rawphrase x_started_a_poll_y_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_started_a_poll_y, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:rawphrase guest_started_a_poll_y_with_prefix, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_poll_y, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$conversation[\'isVisitorMessage\']\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase x_started_a_poll_y, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_poll_y, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND (!$conversation[\'isVisitorMessage\'])\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:rawphrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body js-poll__parent\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <div class=\"post-content\">\r\n <h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2>\r\n <div class=\"pollresults<vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\']\"> h-hide</vb:if>\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>{vb:number {vb:raw conversation.poll_votes}}</span>\r\n <label><vb:if condition=\"$conversation[\'poll_votes\'] == 1\">{vb:rawphrase notify_abbrev_vote}<vb:else />{vb:rawphrase votes}</vb:if></label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n {vb:set index, 1}\r\n {vb:set maxIndex, 12}\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <tr class=\"pollresults-option-{vb:raw option.polloptionid} option-{vb:raw index}\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">{vb:var option.title}</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: {vb:raw option.percentage}%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">{vb:raw option.percentage}%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>{vb:raw option.votes}</span>\r\n <label><vb:if condition=\"$option[\'votes\'] > 1\">{vb:rawphrase votes_lower}<vb:else />{vb:rawphrase vote_lower}</vb:if></label>\r\n </div>\r\n </td>\r\n <vb:if condition=\"$conversation[\'public\']\">\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"{vb:rawphrase click_to_see_who_voted_for_this_option}\" data-node-id=\"{vb:raw conversation.nodeid}\" data-polloption-id=\"{vb:raw option.polloptionid}\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>\r\n <vb:if condition=\"++$index > $maxIndex\">\r\n {vb:set index, 1}\r\n </vb:if>\r\n </vb:each>\r\n </table>\r\n <vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND ($conversation[\'permissions\'][\'canviewthreads\'] > 0)\">\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:rawphrase back_to_poll}</button>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$conversation[\'istimeout\']\"><p class=\"expired\">{vb:phrase poll_expired}</p></vb:if>\r\n </div>\r\n <vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND ($conversation[\'permissions\'][\'canviewthreads\'] > 0)\">\r\n <form class=\"poll\" action=\"{vb:raw baseurl}/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n {vb:set pollIndex, 0}\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li<vb:if condition=\"isset($reportActivity) AND $reportActivity AND ++$pollIndex > 3\"> class=\"h-hide\"</vb:if>>\r\n <vb:if condition=\"$conversation[\'multiple\']\">\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"{vb:raw option.polloptionid}\" /><span class=\"poll-item ellipsis multiline\">{vb:var option.title}</span></label>\r\n <vb:else />\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"{vb:raw option.polloptionid}\" /><span class=\"poll-item ellipsis multiline\">{vb:var option.title}</span></label>\r\n </vb:if>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n <a href=\"#view-more\" class=\"view-more-ctrl h-hide\">{vb:rawphrase view_more_answers} <span class=\"vb-icon vb-icon-expand-arrow-{vb:stylevar right}\"></span></a>\r\n <div class=\"b-button-group b-button-group--left-align<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> h-hide</vb:if>\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">{vb:rawphrase vote_now}</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:rawphrase view_poll_results}</button>\r\n </div>\r\n <a href=\"#view-less\" class=\"view-less-ctrl h-hide\">{vb:rawphrase view_less_answers}<span class=\"vb-icon vb-icon-expand-arrow-{vb:stylevar right}\"></span></a>\r\n </form>\r\n </vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"poll-desc restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">{vb:rawphrase go_to_post}</a>\r\n </div>\r\n </vb:if>\r\n </div>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls OR ($conversation[\'permissions\'][\'canviewthreads\'] == 0)\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n <vb:comment>parents.0 is this same node</vb:comment>\r\n {vb:set blogChannel, {vb:raw conversation.parents.1}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(150,-1,'display_contenttype_conversationreply_PrivateMessage','$final_rendered = \'\' . \'\'; if ($conversation[\'msgtype\'] == \'notification\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_notificationdetail\',array(\'message\' => $conversation, \'messageid\' => $conversation[\'nodeid\'])) . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_preview\',array(\'message\' => $conversation, \'recipients\' => $message[\'recipients\'])) . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$conversation[\'msgtype\'] == \'notification\'\">\r\n {vb:template privatemessage_notificationdetail, message={vb:raw conversation}, messageid = {vb:raw conversation.nodeid}}\r\n<vb:else />\r\n {vb:template privatemessage_preview, message={vb:raw conversation}, recipients={vb:raw message.recipients}}\r\n</vb:if>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(151,-1,'display_contenttype_conversationreply_SGChannel','$final_rendered = \'\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item list-item-text h-left h-clear\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'> \r\n \r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"sg-table table\">\r\n <div class=\"tr\">\r\n \' . \'\'; $content = $conversation[\'content\']; $final_rendered .= \'\' . \'\r\n <div class=\"sg-groups td\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($content[\'filedataid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $content[\'nodeid\'] . \'&type=icon\" alt=\"\' . $content[\'htmltitle\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img class=\"noGroupIcon\" src=\"\' . $baseurl_corecdn . \'/images/default/default_sg_icon.png\" width=\"32\" height=\"32\" alt=\"\' . $content[\'htmltitle\'] . \'\" id=\"groupIconImg\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'])) . \'\">\' . $conversation[\'title\'] . \'</a> <span class=\"viewer\">\' . vB_Template_Runtime::parsePhrase(\"social_group_viewing_x\", htmlspecialchars(\'\' . $conversation[\'viewing\'] . \'\')) . \'</span>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'content\'][\'rss_enabled\']) {\n $final_rendered .= \'\r\n \' . \'\'; $url = vB_Template_Runtime::vBVar($baseurl); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= vB_Template_Runtime::vBVar($conversation[\'content\'][\'rss_route\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . $url . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"external_view_this_group_rss_feed\") . \'\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \r\n <div>\r\n \' . \'\'; if ($conversation[\'content\'][\'invite_only\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"group_type_inviteonly\") . \'\r\n \';\n } else if ($conversation[\'content\'][\'approve_membership\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"group_type_public\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"group_type_moderated\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div>\r\n \' . vB_Template_Runtime::vBVar($conversation[\'description\']) . \'\r\n </div>\r\n </div>\r\n <div class=\"sg-statistics td\">\r\n \' . \'\'; $childs = \'\' . vB_Template_Runtime::runMaths(\'\' . $conversation[\'totalcount\'] . \'\'.\'-\'.\'\' . $conversation[\'textcount\'] . \'\') . \'\'; $final_rendered .= \'\' . \'\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"social_group_count_topics_x\", htmlspecialchars(\'\' . $conversation[\'textcount\'] . \'\')) . \'</div>\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"social_group_count_comments_x\", htmlspecialchars(\'\' . $childs . \'\')) . \'</div>\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"social_group_count_members_x\", htmlspecialchars(\'\' . $conversation[\'members\'] . \'\')) . \'</div>\r\n </div>\r\n <div class=\"sg-last-topics td\">\r\n \' . \'\'; if ($conversation[\'lastposttitle\']) {\n $final_rendered .= \' \r\n \' . \'\'; $routeInfo[\'userid\'] = $conversation[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($conversation[\'lastauthorid\'])) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($conversation[\'lastauthor_avatar\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[lastauthor_avatar][avatarpath] . \'\" alt=\"\' . $conversation[\'lastcontentauthor\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'lastcontentauthor\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $conversation[\'lastcontentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'lastpostrouteid\'], $routeInfo)) . \'\">\' . $conversation[\'lastposttitle\'] . \'</a>\r\n\r\n \' . \'\'; if (!empty($conversation[\'lastauthorid\'])) {\n $final_rendered .= \'\r\n <div class=\"by-author\">\' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'lastcontentauthor\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"by-author\">\' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \r\n <div class=\"post-date\">\' . vB_Template_Runtime::datetime($conversation[\'lastcontent\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"sg-item-footer h-left stretch\">\r\n <div class=\"sg-contributors h-left\">\r\n <label class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"blog_ownerblog\") . \'</label>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar xx-small h-left\">\r\n \' . \'\'; if ($conversation[\'owner_avatar\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $conversation[owner_avatar][avatarpath] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \' \r\n </a>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"h-left\">\' . $conversation[\'authorname\'] . \'</a>\r\n\r\n \' . \'\'; if ($conversation[\'contributors\']) {\n $final_rendered .= \'\r\n <label class=\"h-left h-clear\">\r\n \' . \'\'; if ($conversation[\'contributorscount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"social_group_managers\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"social_group_manager\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </label>\r\n \' . \'\'; if (is_array($conversation[\'contributors\']) || $conversation[\'contributors\'] instanceof ArrayAccess) { foreach ($conversation[\'contributors\'] AS $contributor) {$final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\" class=\"avatar xx-small h-left\">\r\n \' . \'\'; if ($contributor[\'avatar\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $contributor[avatar][avatarpath] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \' \r\n </a>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\" class=\"h-left\">\' . vB_Template_Runtime::vBVar($contributor[\'username\']) . \'</a>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"sg-category h-right\">\r\n \' . \'\'; $socialGroupURL = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'content\'][\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"social_group_category_x_y\", \'\' . vB_Template_Runtime::vBVar($socialGroupURL) . \'\', $conversation[\'content\'][\'channeltitle\']) . \'\r\n </div>\r\n </div>\r\n</li>\';','{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item list-item-text h-left h-clear\" {vb:var nodeMicrodata}> \r\n \r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n \r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <div class=\"sg-table table\">\r\n <div class=\"tr\">\r\n {vb:set content {vb:raw conversation.content}}\r\n <div class=\"sg-groups td\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$content[\'filedataid\']\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw content.nodeid}&type=icon\" alt=\"{vb:raw content.htmltitle}\" />\r\n <vb:else />\r\n <img class=\"noGroupIcon\" src=\"{vb:raw baseurl_corecdn}/images/default/default_sg_icon.png\" width=\"32\" height=\"32\" alt=\"{vb:raw content.htmltitle}\" id=\"groupIconImg\" />\r\n </vb:if>\r\n </a>\r\n <a href=\"{vb:url {vb:raw conversation.routeid}}\">{vb:raw conversation.title}</a> <span class=\"viewer\">{vb:phrase social_group_viewing_x, {vb:raw conversation.viewing}}</span>\r\n\r\n <vb:comment> External Icon</vb:comment>\r\n <vb:if condition=\"$conversation[\'content\'][\'rss_enabled\']\">\r\n {vb:set url, {vb:var baseurl}}\r\n {vb:strcat url, {vb:var conversation.content.rss_route}}\r\n <a href=\"{vb:raw url}\" title=\"{vb:phrase external_view_this_group_rss_feed}\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n </vb:if>\r\n <vb:comment> External Icon END</vb:comment>\r\n \r\n <div>\r\n <vb:if condition=\"$conversation[\'content\'][\'invite_only\']\">\r\n {vb:phrase group_type_inviteonly}\r\n <vb:elseif condition=\"$conversation[\'content\'][\'approve_membership\']\" />\r\n {vb:phrase group_type_public}\r\n <vb:else />\r\n {vb:phrase group_type_moderated}\r\n </vb:if>\r\n </div>\r\n <div>\r\n {vb:var conversation.description}\r\n </div>\r\n </div>\r\n <div class=\"sg-statistics td\">\r\n {vb:set childs, {vb:math {vb:raw conversation.totalcount}-{vb:raw conversation.textcount}}}\r\n <div>{vb:phrase social_group_count_topics_x, {vb:raw conversation.textcount}}</div>\r\n <div>{vb:phrase social_group_count_comments_x, {vb:raw childs}}</div>\r\n <div>{vb:phrase social_group_count_members_x, {vb:raw conversation.members}}</div>\r\n </div>\r\n <div class=\"sg-last-topics td\">\r\n <vb:if condition=\"$conversation[\'lastposttitle\']\"> \r\n {vb:set routeInfo.userid, {vb:raw conversation.lastauthorid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw routeInfo}}}\r\n <vb:if condition=\"!empty($conversation[\'lastauthorid\'])\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$conversation[\'lastauthor_avatar\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation[\'lastauthor_avatar\'][\'avatarpath\']}\" alt=\"{vb:raw conversation.lastcontentauthor}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.lastcontentauthor}\" />\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n {vb:set routeInfo.nodeid, {vb:raw conversation.lastcontentid}}\r\n <a href=\"{vb:url {vb:raw conversation.lastpostrouteid}, {vb:raw routeInfo}}\">{vb:raw conversation.lastposttitle}</a>\r\n\r\n <vb:if condition=\"!empty($conversation[\'lastauthorid\'])\">\r\n <div class=\"by-author\">{vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw conversation.lastcontentauthor}}</div>\r\n <vb:else />\r\n <div class=\"by-author\">{vb:phrase by_guest}</div>\r\n </vb:if>\r\n \r\n <div class=\"post-date\">{vb:datetime {vb:raw conversation.lastcontent}}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"sg-item-footer h-left stretch\">\r\n <div class=\"sg-contributors h-left\">\r\n <label class=\"h-left\">{vb:phrase blog_ownerblog}</label>\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar xx-small h-left\">\r\n <vb:if condition=\"$conversation[\'owner_avatar\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw conversation[\'owner_avatar\'][\'avatarpath\']}\" alt=\"{vb:raw conversation.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" />\r\n </vb:if> \r\n </a>\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"h-left\">{vb:raw conversation.authorname}</a>\r\n\r\n <vb:if condition=\"$conversation[\'contributors\']\">\r\n <label class=\"h-left h-clear\">\r\n <vb:if condition=\"$conversation[\'contributorscount\'] > 1\">\r\n {vb:phrase social_group_managers}\r\n <vb:else />\r\n {vb:phrase social_group_manager}\r\n </vb:if>\r\n </label>\r\n <vb:each from=\"conversation.contributors\" value=\"contributor\">\r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\" class=\"avatar xx-small h-left\">\r\n <vb:if condition=\"$contributor[\'avatar\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw contributor[\'avatar\'][\'avatarpath\']}\" alt=\"{vb:raw conversation.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" />\r\n </vb:if> \r\n </a>\r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\" class=\"h-left\">{vb:var contributor.username}</a>\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n <div class=\"sg-category h-right\">\r\n {vb:set socialGroupURL, {vb:url {vb:raw conversation.content.channelroute}}}\r\n {vb:rawphrase social_group_category_x_y, {vb:var socialGroupURL}, {vb:raw conversation.content.channeltitle}}\r\n </div>\r\n </div>\r\n</li>','template',1380251512,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(152,-1,'display_contenttype_conversationreply_Text','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'nodeid\'] != $conversation[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $isVmComment = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'comment\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $commentNodeId = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversation = $conversation[\'parentConversation\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-text h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'comment\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $postType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $vmRouteInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteInfo[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $vmRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($parentConversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\" data-node-type=\"\' . $postType . \'\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND $conversation[\'previewimage\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_numeric($conversation[\'previewimage\'])) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?id=\' . vB_Template_Runtime::vBVar($conversation[\'previewimage\']) . \'&type=\' . vB_Template_Runtime::vBVar($vboptions[\'cmspreviewimagesize\']) . \'\" class=\"h-left h-margin-right-l h-margin-bottom-m h-padding-xs b-post__preview-image\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $conversation[\'previewimage\'] . \'\" width=\"\' . $conversation[\'imagewidth\'] . \'\" height=\"\' . $conversation[\'imageheight\'] . \'\" class=\"h-left h-margin-right-l h-margin-bottom-m h-padding-xs b-post__preview-image\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPostParent\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\" class=\"goto-post\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $controls = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showIp\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $blogChannel = $conversation[\'parents\'][\'1\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n <vb:if condition=\"$conversation[\'nodeid\'] != $conversation[\'starter\']\">\r\n {vb:set isVmComment, 1}\r\n </vb:if>\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n<vb:else />\r\n {vb:set postType, \'comment\'}\r\n {vb:set commentNodeId, {vb:raw conversation.parentid}}\r\n {vb:set parentConversation, {vb:raw conversation.parentConversation}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-text h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if><vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\" {vb:var nodeMicrodata}>\r\n\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'comment\'}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:strcat phraseId, \'topic\'}\r\n <vb:else />\r\n {vb:strcat phraseId, {vb:raw postType}}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileRouteUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$reportActivity\">\r\n {vb:set vmRouteInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set vmRouteInfo.title, {vb:raw conversation.starterurlident}}\r\n {vb:set vmRouteUrl, {vb:url \'visitormessage\', {vb:raw vmRouteInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_vm_from_y, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_vm_from_y, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set starter.innerPost, {vb:raw conversation.parentid}}\r\n {vb:set conversationExtraUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n {vb:set conversationTitle, {vb:raw conversation.startertitle}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_ys_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_ys_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z_with_prefix, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_guests_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_guests_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z_with_prefix, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set parentConversationUrl, {vb:url {vb:raw parentConversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\" data-node-type=\"{vb:raw postType}\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore js-post__content-text\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND $conversation[\'previewimage\']\">\r\n <vb:if condition=\"is_numeric($conversation[\'previewimage\'])\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?id={vb:var conversation.previewimage}&type={vb:var vboptions.cmspreviewimagesize}\" class=\"h-left h-margin-right-l h-margin-bottom-m h-padding-xs b-post__preview-image\" />\r\n <vb:else />\r\n <img src=\"{vb:raw conversation.previewimage}\" width=\"{vb:raw conversation.imagewidth}\" height=\"{vb:raw conversation.imageheight}\" class=\"h-left h-margin-right-l h-margin-bottom-m h-padding-xs b-post__preview-image\" />\r\n </vb:if>\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n <vb:else />\r\n {vb:set starter.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set starter.innerPostParent, {vb:raw conversation.parentid}}\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n {vb:set controls, {vb:php array}}\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n {vb:set controls.showIp, 0}\r\n </vb:if>\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set controls.showVoteCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n <vb:comment>parents.0 is this same node</vb:comment>\r\n {vb:set blogChannel, {vb:raw conversation.parents.1}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(153,-1,'display_contenttype_conversationreply_threadview_Gallery','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'gallery\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'contentHook\' => \'reply_threadview_gallery_1\', \'adlocation\' => $adlocation)) . \'\r\n\r\n\r\n\r\n\' . \'\'; if ($conversation[\'photo\']) {\n $final_rendered .= \'\r\n <div class=\"h-clearfix\">\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; if (is_array($conversation[\'photopreview\']) || $conversation[\'photopreview\'] instanceof ArrayAccess) { foreach ($conversation[\'photopreview\'] AS $photo) {$final_rendered .= \'\r\n \' . \'\'; $photoSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemtype\'] = \'http://schema.org/ImageObject\'; $final_rendered .= \'\' . \'\r\n <span class=\"b-gallery-thumbnail-list__item\" \' . vB_Template_Runtime::parseSchema($photoSchema) . \'>\r\n \' . \'\'; if (!empty($photo[\'htmltitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $photoInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'content\'] = $photo[\'htmltitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($photoInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"b-photo-count\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'link\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=gallery, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, contentHook=reply_threadview_gallery_1, adlocation={vb:raw adlocation}}\r\n\r\n\r\n\r\n<vb:if condition=\"$conversation[\'photo\']\">\r\n <div class=\"h-clearfix\">\r\n <div class=\"photo-preview h-left\">\r\n <vb:each from=\"conversation.photopreview\" value=\"photo\">\r\n {vb:set photoSchema.itemscope, 1}\r\n {vb:set photoSchema.itemtype, http://schema.org/ImageObject}\r\n <span class=\"b-gallery-thumbnail-list__item\" {vb:schema {vb:raw photoSchema}}>\r\n <vb:if condition=\"!empty($photo[\'htmltitle\'])\">\r\n {vb:set photoInfo.tag, meta}\r\n {vb:set photoInfo.itemprop, name}\r\n {vb:set photoInfo.content, {vb:raw photo.htmltitle}}\r\n {vb:schema {vb:raw photoInfo}}\r\n </vb:if>\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </vb:each>\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"b-photo-count\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:phrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=link, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(154,-1,'display_contenttype_conversationreply_threadview_Link','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'link\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'contentHook\' => \'reply_threadview_link_1\', \'adlocation\' => $adlocation)) . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'link\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'], \'filedataid\' => $conversation[\'filedataid\'], \'previewMode\' => $previewMode, \'previewImage\' => $conversation[\'previewImage\'])) . \'\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'link\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=link, conversationtype=reply, showInlineMod={vb:raw $showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, contentHook=reply_threadview_link_1, adlocation={vb:raw adlocation}}\r\n\r\n {vb:template link, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}, filedataid={vb:raw conversation.filedataid}, previewMode={vb:raw previewMode}, previewImage={vb:raw conversation.previewImage}}\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=link, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(155,-1,'display_contenttype_conversationreply_threadview_Poll','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'poll\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'contentHook\' => \'reply_threadview_poll_1\', \'adlocation\' => $adlocation)) . \'\r\n\r\n\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canPhysicallyDeletePost) {\n $final_rendered .= \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n <div class=\"post-content restore\">\r\n <div class=\"pollresults\' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>\' . vB_Template_Runtime::numberFormat($conversation[\'poll_votes\']) . \'</span>\r\n <label>\' . \'\'; if ($conversation[\'poll_votes\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"notify_abbrev_vote\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $maxIndex = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <tr class=\"pollresults-option-\' . $option[\'polloptionid\'] . \' option-\' . $index . \'\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: \' . $option[\'percentage\'] . \'%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">\' . $option[\'percentage\'] . \'%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>\' . $option[\'votes\'] . \'</span>\r\n <label>votes</label>\r\n </div>\r\n </td>\r\n \' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \'\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"click_to_see_who_voted_for_this_option\") . \'\" data-node-id=\"\' . $nodeid . \'\" data-polloption-id=\"\' . $option[\'polloptionid\'] . \'\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \' . \'\'; if (++$index > $maxIndex) {\n $final_rendered .= \'\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"back_to_poll\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \'\r\n <form class=\"poll\" action=\"\' . $baseurl . \'/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li>\r\n \' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \'\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">\' . vB_Template_Runtime::parsePhrase(\"vote_now\") . \'</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"view_poll_results\") . \'</button>\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'poll\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=poll, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, contentHook=reply_threadview_poll_1, adlocation={vb:raw adlocation}}\r\n\r\n\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canPhysicallyDeletePost\">\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n <div class=\"post-content restore\">\r\n <div class=\"pollresults<vb:if condition=\"!$conversation[\'voted\']\"> h-hide</vb:if>\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>{vb:number {vb:raw conversation.poll_votes}}</span>\r\n <label><vb:if condition=\"$conversation[\'poll_votes\'] == 1\">{vb:rawphrase notify_abbrev_vote}<vb:else />{vb:rawphrase votes}</vb:if></label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n {vb:set index, 1}\r\n {vb:set maxIndex, 12}\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <tr class=\"pollresults-option-{vb:raw option.polloptionid} option-{vb:raw index}\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">{vb:var option.title}</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: {vb:raw option.percentage}%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">{vb:raw option.percentage}%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>{vb:raw option.votes}</span>\r\n <label>votes</label>\r\n </div>\r\n </td>\r\n <vb:if condition=\"$conversation[\'public\']\">\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"{vb:phrase click_to_see_who_voted_for_this_option}\" data-node-id=\"{vb:raw nodeid}\" data-polloption-id=\"{vb:raw option.polloptionid}\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>\r\n <vb:if condition=\"++$index > $maxIndex\">\r\n {vb:set index, 1}\r\n </vb:if>\r\n </vb:each>\r\n </table>\r\n <vb:if condition=\"!$conversation[\'voted\']\">\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase back_to_poll}</button>\r\n </div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"!$conversation[\'voted\']\">\r\n <form class=\"poll\" action=\"{vb:raw baseurl}/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li>\r\n <vb:if condition=\"$conversation[\'multiple\']\">\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n <vb:else />\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n </vb:if>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">{vb:phrase vote_now}</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase view_poll_results}</button>\r\n </div>\r\n </form>\r\n </vb:if>\r\n </vb:if>\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=poll, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(156,-1,'display_contenttype_conversationreply_threadview_Text','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'text\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'contentHook\' => \'reply_threadview_text_1\', \'adlocation\' => $adlocation)) . \'\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'text\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=text, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, contentHook=reply_threadview_text_1, adlocation={vb:raw adlocation}}\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=text, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(157,-1,'display_contenttype_conversationreply_threadview_Video','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'video\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'contentHook\' => \'reply_threadview_video_1\', \'adlocation\' => $adlocation)) . \'\r\n\r\n\r\n <div class=\"videoscontainer h-clearfix\">\r\n \' . \'\'; if (is_array($conversation[\'items\']) || $conversation[\'items\'] instanceof ArrayAccess) { foreach ($conversation[\'items\'] AS $video) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $video, \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n \r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'video\', \'conversationtype\' => \'reply\', \'showInlineMod\' => $showInlineMod, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=video, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, contentHook=reply_threadview_video_1, adlocation={vb:raw adlocation}}\r\n\r\n\r\n <div class=\"videoscontainer h-clearfix\">\r\n <vb:each from=\"conversation.items\" value=\"video\">\r\n {vb:template video_edit, video={vb:raw video}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </vb:each>\r\n </div>\r\n \r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=video, conversationtype=reply, showInlineMod={vb:raw showInlineMod}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(158,-1,'display_contenttype_conversationreply_Video','$final_rendered = \'\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam = $starter; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $cacheInfo[\'nodeid\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent list-item\' . $postStatus . \' list-item-video h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!empty($addLiClass)) {\n $final_rendered .= \' \' . $addLiClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l OLD__unpublish-info h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'this_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog OR $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'comment\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'topic\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= $postType; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_by_x_has_been_deleted_by_y_link\'; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\' OR $reportActivity) {\n $final_rendered .= \'\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'displayCompact\' => \'1\', \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \';\n } else if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_title_info\',array(\'conversation\' => $conversation, \'reportActivity\' => $reportActivity)) . \'\r\n\r\n \' . \'\' . \'\r\n \';\n } else if ($postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'<div class=\"post-date\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($showSubscribedInfo) {\n $final_rendered .= \'\r\n <ul data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"h-hide unfollow_panel\">\r\n \' . \'\'; if ($node[\'isFollowingContent\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingContent\'] . \'\" class=\"unfollow_content\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_discussion\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingMember\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingMember\'] . \'\" class=\"unfollow_member\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($node[\'isFollowingChannel\']) {\n $final_rendered .= \'\r\n <li data-item-id=\"\' . $node[\'isFollowingChannel\'] . \'\" class=\"unfollow_channel\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'<!-- end list item header -->\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!$reportActivity AND $conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <div class=\"checkbox h-right\">\r\n \' . \'\'; if (!$conversation[\'approved\']) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \'\r\n <input class=\"cb_inlinemod \' . \'\'; if (!empty($conversation[\'attach\'])) {\n $final_rendered .= \' im_attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle AND $adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-content restore js-post__content-text\">\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n <div class=\"videoscontainer h-clearfix\">\r\n \' . \'\'; $videoCount = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if (($videoCount = count($conversation[\'items\'])) > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $conversation[items][0], \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($conversation[\'items\']) || $conversation[\'items\'] instanceof ArrayAccess) { foreach ($conversation[\'items\'] AS $video) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $video, \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($videoCount > 1) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"view-more-ctrl h-left\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\" class=\"view-more-ctrl h-left\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"view_more_videos\") . \'<span class=\"vb-icon vb-icon-expand-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n <div class=\"post-links h-clear\">\r\n \' . \'\'; if (empty($conversation[\'previewonly\'])) {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starterWithReplyParam, $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n </div>\r\n\r\n \' . \'\'; if (empty($reportActivity) AND $currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'article_content_pagenav\',array(\'conversation\' => $conversation)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($displayOwner AND $postfor) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($reportActivity) OR !$reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'conversation_detail\') {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showVoteCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showPostCount\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showInfractionCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showEditCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showFlagCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showVoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showQuoteCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showTagList\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $controls[\'showReplyCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $controls[\'showCommentCtrl\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $controls = array_merge($controls, $footerControls); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($showNoControls) {\n $final_rendered .= \'\r\n \' . \'\'; $sum = array_sum($controls); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($sum) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsArticle AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $showNoControls = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'showNoControls\' => $showNoControls, \'controls\' => $controls)) . \'\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n \' . \'\'; if ($displayComments) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod, \'parentNodeIsBlog\' => $currentNodeIsBlog, \'parentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenav\',array(\'pagenav\' => $pagingInfo)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisBlog == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else if ($userCanCommentOnThisBlog == -2) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $blogChannel = $conversation[\'parents\'][\'1\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_subscribe_to_post_comment\", \'is-blog-channel\', $blogChannel[\'nodeid\'], $blogChannel[\'userid\'], \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($blogChannel[\'routeid\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($blogChannel[\'title\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \' h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'post\')) . \'\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else if ($currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"notice comment-disabled\">\r\n \' . \'\'; if ($userCanCommentOnThisArticle == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_comment_is_disabled\") . \'\r\n \';\n } else if ($userCanCommentOnThisArticle == -1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_be_logged_in_to_post_comment\") . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"leave_a_comment\") . \':</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n {vb:set starterWithReplyParam, {vb:raw starter}}\r\n {vb:set starterWithReplyParam.innerPost, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($showInlineMod) AND !empty($conversation[\'permissions\']) AND (!empty($conversation[\'permissions\'][\'canmoderate\']) OR !empty($conversation[\'moderatorperms\'][\'canmoderateposts\']) OR !empty($conversation[\'moderatorperms\'][\'candeleteposts\']) OR !empty($conversation[\'moderatorperms\'][\'caneditposts\']) OR !empty($conversation[\'moderatorperms\'][\'canopenclose\']) OR !empty($conversation[\'moderatorperms\'][\'canmassmove\']) OR !empty($conversation[\'moderatorperms\'][\'canmassprune\']) OR !empty($conversation[\'moderatorperms\'][\'canremoveposts\']) OR !empty($conversation[\'moderatorperms\'][\'cansetfeatured\']))\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n{vb:set cacheInfo.nodeid, {vb:raw conversation.nodeid}}\r\n{vb:set postStatus, \'\'}\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item{vb:raw postStatus} list-item-video h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if><vb:if condition=\"!empty($addLiClass)\"> {vb:raw addLiClass}</vb:if>\">\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l OLD__unpublish-info h-padding-horiz-xl\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n {vb:set phraseId, \'this_\'}\r\n <vb:if condition=\"$currentNodeIsBlog OR $currentNodeIsArticle\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n <vb:else />\r\n {vb:strcat phraseId, \'comment\'}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:strcat phraseId, \'topic\'}\r\n <vb:else />\r\n {vb:strcat phraseId, {vb:raw postType}}\r\n </vb:if>\r\n {vb:strcat phraseId, \'_by_x_has_been_deleted_by_y_link\'}\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase {vb:raw phraseId}, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\">\r\n\r\n <vb:comment><!--\r\n Hide the list item header when viewing an individual article\r\n This information is shown in the page_title module for articles\r\n --></vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\' OR $reportActivity\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\'] AND $conversation[\'channeltype\'] != \'article\'\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on channel page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n displayCompact=1,\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:elseif condition=\"$postType ==\'visitorMessage\'\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\' AND $postType ==\'starter\'\">\r\n\r\n <vb:comment>**** Article Title (on article page) ****</vb:comment>\r\n {vb:template article_title_info,\r\n conversation={vb:raw conversation},\r\n reportActivity={vb:raw reportActivity}}\r\n\r\n <vb:comment>TODO No title for visitor messages here?</vb:comment>\r\n <vb:elseif condition=\"$postfor\" />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\"><div class=\"post-date\">{vb:datetime {vb:raw conversation.created}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:if condition=\"$showSubscribedInfo\">\r\n <ul data-node-id=\"{vb:raw conversation.nodeid}\" class=\"h-hide unfollow_panel\">\r\n <vb:if condition=\"$node[\'isFollowingContent\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingContent}\" class=\"unfollow_content\">{vb:rawphrase unfollow_discussion}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingMember\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingMember}\" class=\"unfollow_member\">{vb:rawphrase unfollow_member}</li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$node[\'isFollowingChannel\']\">\r\n <li data-item-id=\"{vb:raw node.isFollowingChannel}\" class=\"unfollow_channel\">{vb:rawphrase unfollow_channel}</li>\r\n </vb:if>\r\n </ul>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:rawphrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod im_attach\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"(empty($currentNodeIsBlog) OR !empty($reportActivity)) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">{vb:datetime {vb:raw conversation.created}}</span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </vb:if><!-- end list item header -->\r\n\r\n <vb:comment>Since the list item header is hidden for articles, we need\r\n to add the inline mod checkbox here</vb:comment>\r\n <vb:if condition=\"!$reportActivity AND $conversation[\'channeltype\'] == \'article\'\">\r\n <vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\">\r\n <div class=\"checkbox h-right\">\r\n <vb:if condition=\"!$conversation[\'approved\']\">\r\n <span class=\"js-unapprove-label b-post__inlinemod-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod\">\r\n <input class=\"cb_inlinemod <vb:if condition=\"!empty($conversation[\'attach\'])\"> im_attach</vb:if>\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle AND $adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"js-post__content list-item-body conversation-body\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n <div class=\"post-content restore js-post__content-text\">\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <div class=\"videoscontainer h-clearfix\">\r\n {vb:set videoCount, 0}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"($videoCount = count($conversation[\'items\'])) > 0\">\r\n {vb:template video_edit, video={vb:raw $conversation[\'items\'][0]}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:each from=\"conversation.items\" value=\"video\">\r\n {vb:template video_edit, video={vb:raw video}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </vb:each>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$videoCount > 1\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"view-more-ctrl h-left\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}\" class=\"view-more-ctrl h-left\">\r\n </vb:if>\r\n {vb:rawphrase view_more_videos}<span class=\"vb-icon vb-icon-expand-arrow-{vb:stylevar right}\"></span></a>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n <div class=\"post-links h-clear\">\r\n <vb:if condition=\"empty($conversation[\'previewonly\'])\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starterWithReplyParam}, {vb:raw extra}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n </div>\r\n\r\n <vb:if condition=\"empty($reportActivity) AND $currentNodeIsArticle\">\r\n {vb:template article_content_pagenav, conversation={vb:raw conversation}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set controls.showIp, 1}\r\n </vb:if>\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n {vb:set controls.showVoteCount, 1}\r\n {vb:set controls.showPostCount, 1}\r\n {vb:set controls.showInfractionCtrl, 1}\r\n {vb:set controls.showEditCtrl, 1}\r\n {vb:set controls.showFlagCtrl, 1}\r\n {vb:set controls.showVoteCtrl, 1}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n <vb:if condition=\"$displayOwner AND $postfor\">\r\n {vb:set controls.showReplyCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"!isset($reportActivity) OR !$reportActivity\">\r\n {vb:set controls.showPostCount, 0}\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set controls.showTagList, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$postType == \'reply\' OR $vmDetail\">\r\n {vb:set controls.showCommentCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$view == \'conversation_detail\'\">\r\n {vb:set controls.showQuoteCtrl, 1}\r\n </vb:if>\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set controls.showVoteCount, 0}\r\n {vb:set controls.showPostCount, 0}\r\n {vb:set controls.showInfractionCtrl, 0}\r\n {vb:set controls.showEditCtrl, 0}\r\n {vb:set controls.showFlagCtrl, 0}\r\n {vb:set controls.showVoteCtrl, 0}\r\n {vb:set controls.showQuoteCtrl, 0}\r\n {vb:set controls.showCommentCtrl, 0}\r\n {vb:set controls.showTagList, 0}\r\n {vb:set controls.showReplyCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set controls.showCommentCtrl, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($footerControls)\">\r\n {vb:set controls, {vb:php array_merge, {vb:raw controls}, {vb:raw footerControls}}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$showNoControls\">\r\n {vb:set sum, {vb:php array_sum, {vb:raw controls}}}\r\n <vb:if condition=\"$sum\">\r\n {vb:set showNoControls, 0}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsArticle AND $reportActivity\">\r\n {vb:set showNoControls, 1}\r\n </vb:if>\r\n\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, showNoControls={vb:raw showNoControls}, controls={vb:raw controls}}\r\n\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n\r\n <vb:if condition=\"$displayComments\">\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}, parentNodeIsBlog={vb:raw currentNodeIsBlog}, parentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:template pagenav, pagenav={vb:raw pagingInfo}}\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Blog posts</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisBlog > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--blog h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsBlog AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisBlog == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n <vb:elseif condition=\"$userCanCommentOnThisBlog == -2\" />\r\n <vb:comment>parents.0 is this same node</vb:comment>\r\n {vb:set blogChannel, {vb:raw conversation.parents.1}}\r\n {vb:rawphrase you_must_subscribe_to_post_comment, \'is-blog-channel\', {vb:raw blogChannel.nodeid}, {vb:raw blogChannel.userid}, {vb:url {vb:raw blogChannel.routeid}}, {vb:var blogChannel.title}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Articles</vb:comment>\r\n <vb:if condition=\"$userCanCommentOnThisArticle > 0 AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry js-comment-entry--article h-padding-xxl h-padding-top-xl comment-entry-box {vb:if $conversation[\'textcount\'] > 0, has-comments} h-clearfix\">\r\n <h2 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n {vb:template humanverify, action=\"post\"}\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post_comment}</button>\r\n </div>\r\n </div>\r\n <vb:elseif condition=\"$currentNodeIsArticle AND empty($reportActivity) AND !$conversation[\'unpublishdate\']\" />\r\n <div class=\"notice comment-disabled\">\r\n <vb:if condition=\"$userCanCommentOnThisArticle == 0\">\r\n {vb:phrase posting_comment_is_disabled}\r\n <vb:elseif condition=\"$userCanCommentOnThisArticle == -1\" />\r\n {vb:phrase you_must_be_logged_in_to_post_comment}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>Comment box for Forum posts</vb:comment>\r\n <vb:if condition=\"$postType == \'reply\' AND !$currentNodeIsBlog AND !$currentNodeIsArticle AND !$conversation[\'unpublishdate\']\">\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide\">\r\n <h3 class=\"h-margin-bottom-xl comment-entry-box-header\">{vb:rawphrase leave_a_comment}:</h3>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow reload-on-post\" placeholder=\"{vb:rawphrase type_your_comment_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:rawphrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:rawphrase post_comment}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(159,-1,'display_contenttype_conversationstarter_Poll','$final_rendered = \'\' . \'\'; $extra[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $nodeid . \'\" class=\"b-post js-post js-comment-entry__parent list-item list-item-poll conversation-starter js-conversation-starter h-left h-clear\">\r\n <a id=\"post\' . $nodeid . \'\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left\"><img src=\"\' . $baseurl_core . \'/image.php?u=\' . $conversation[\'userid\'] . \'&type=profile\" width=\"30\" height=\"30\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"author h-left\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\">\' . $conversation[\'authorname\'] . \'</a> <span>\' . vB_Template_Runtime::parsePhrase(\"started_a_new_discussion\") . \'</span></div>\r\n \' . \'\' . \'\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</span>\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"pointer-up\"></div>\r\n <div class=\"list-item-body conversation-body js-poll__parent\">\r\n <h2 class=\"post-title\">\' . vB_Template_Runtime::vBVar($conversation[\'title\']) . \'</h2>\r\n <div class=\"post-content js-post__content\">\r\n \' . \'\' . \'\r\n <div class=\"text restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n\r\n <div class=\"pollresults\' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>\' . vB_Template_Runtime::numberFormat($conversation[\'votes\']) . \'</span>\r\n <label>\' . \'\'; if ($conversation[\'votes\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"notify_abbrev_vote\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $maxIndex = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <tr class=\"pollresults-option-\' . $option[\'polloptionid\'] . \' option-\' . $index . \'\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: \' . $option[\'percentage\'] . \'%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">\' . $option[\'percentage\'] . \'%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>\' . $option[\'votes\'] . \'</span>\r\n <label>votes</label>\r\n </div>\r\n </td>\r\n \' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \'\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"click_to_see_who_voted_for_this_option\") . \'\" data-node-id=\"\' . $nodeid . \'\" data-polloption-id=\"\' . $option[\'polloptionid\'] . \'\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \' . \'\'; if (++$index > $maxIndex) {\n $final_rendered .= \'\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\']) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"back_to_poll\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'istimeout\']) {\n $final_rendered .= \'<p class=\"expired\">\' . vB_Template_Runtime::parsePhrase(\"poll_expired\") . \'</p>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!$conversation[\'voted\'] AND !$conversation[\'istimeout\']) {\n $final_rendered .= \'\r\n <form class=\"poll\" action=\"\' . $baseurl . \'/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li>\r\n \' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \'\r\n <label for=\"polloption_\' . $option[\'polloptionid\'] . \'\"><input id=\"polloption_\' . $option[\'polloptionid\'] . \'\" type=\"checkbox\" name=\"polloptionids[]\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label for=\"polloption_\' . $option[\'polloptionid\'] . \'\"><input id=\"polloption_\' . $option[\'polloptionid\'] . \'\" type=\"radio\" name=\"polloptionid\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">Vote Now</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"view_poll_results\") . \'</button>\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showInfractionCtrl\', \'showTagList\', \'showEditCtrl\', \'showFlagCtrl\', \'showQuoteCtrl\', \'showVoteCtrl\'), \'1\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showNoControls\'] = $showNoControls; $final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'controls\' => $footerControls)) . \'\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n </div>\r\n</li>\';','{vb:set extra.userid, {vb:raw conversation.userid}}\r\n\r\n<li data-node-id=\"{vb:raw nodeid}\" class=\"b-post js-post js-comment-entry__parent list-item list-item-poll conversation-starter js-conversation-starter h-left h-clear\">\r\n <a id=\"post{vb:raw nodeid}\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left\"><img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw conversation.userid}&type=profile\" width=\"30\" height=\"30\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n <div class=\"author h-left\"><a href=\"{vb:url \'profile\', {vb:raw conversation}}\">{vb:raw conversation.authorname}</a> <span>{vb:phrase started_a_new_discussion}</span></div>\r\n <vb:comment><div class=\"checkbox h-right\"><input type=\"checkbox\" name=\"node[]\" value=\"{vb:raw nodeid}\" /></div></vb:comment>\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">{vb:datetime {vb:raw conversation.created}}</span>\r\n </div>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clear\">\r\n <div class=\"pointer-up\"></div>\r\n <div class=\"list-item-body conversation-body js-poll__parent\">\r\n <h2 class=\"post-title\">{vb:var conversation.title}</h2>\r\n <div class=\"post-content js-post__content\">\r\n <vb:comment><!-- @TODO: The markup for the content is temporary. Still waiting for the final UI design. --></vb:comment>\r\n <div class=\"text restore\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n\r\n <div class=\"pollresults<vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\']\"> h-hide</vb:if>\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>{vb:number {vb:raw conversation.votes}}</span>\r\n <label><vb:if condition=\"$conversation[\'votes\'] == 1\">{vb:rawphrase notify_abbrev_vote}<vb:else />{vb:rawphrase votes}</vb:if></label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n {vb:set index, 1}\r\n {vb:set maxIndex, 12}\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <tr class=\"pollresults-option-{vb:raw option.polloptionid} option-{vb:raw index}\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">{vb:var option.title}</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: {vb:raw option.percentage}%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">{vb:raw option.percentage}%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>{vb:raw option.votes}</span>\r\n <label>votes</label>\r\n </div>\r\n </td>\r\n <vb:if condition=\"$conversation[\'public\']\">\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"{vb:phrase click_to_see_who_voted_for_this_option}\" data-node-id=\"{vb:raw nodeid}\" data-polloption-id=\"{vb:raw option.polloptionid}\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>\r\n <vb:if condition=\"++$index > $maxIndex\">\r\n {vb:set index, 1}\r\n </vb:if>\r\n </vb:each>\r\n </table>\r\n <vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\']\">\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase back_to_poll}</button>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$conversation[\'istimeout\']\"><p class=\"expired\">{vb:phrase poll_expired}</p></vb:if>\r\n </div>\r\n <vb:if condition=\"!$conversation[\'voted\'] AND !$conversation[\'istimeout\']\">\r\n <form class=\"poll\" action=\"{vb:raw baseurl}/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li>\r\n <vb:if condition=\"$conversation[\'multiple\']\">\r\n <label for=\"polloption_{vb:raw option.polloptionid}\"><input id=\"polloption_{vb:raw option.polloptionid}\" type=\"checkbox\" name=\"polloptionids[]\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n <vb:else />\r\n <label for=\"polloption_{vb:raw option.polloptionid}\"><input id=\"polloption_{vb:raw option.polloptionid}\" type=\"radio\" name=\"polloptionid\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n </vb:if>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">Vote Now</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase view_poll_results}</button>\r\n </div>\r\n </form>\r\n </vb:if>\r\n </div>\r\n </div>\r\n {vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showInfractionCtrl, showTagList, showEditCtrl, showFlagCtrl, showQuoteCtrl, showVoteCtrl}, 1}}\r\n {vb:set footerControls.showNoControls,{vb:raw showNoControls}}\r\n\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, controls={vb:raw footerControls}}\r\n\r\n <div class=\"edit-conversation-container OLD__edit-conversation-container\"></div>\r\n </div>\r\n</li>','template',1392929977,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(160,-1,'display_contenttype_conversationstarter_threadview_Gallery','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'gallery\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_gallery_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n \' . \'\'; if ($conversation[\'photocount\'] > 0) {\n $final_rendered .= \'\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; if (is_array($conversation[\'photopreview\']) || $conversation[\'photopreview\'] instanceof ArrayAccess) { foreach ($conversation[\'photopreview\'] AS $photo) {$final_rendered .= \'\r\n \' . \'\'; $photoSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemtype\'] = \'http://schema.org/ImageObject\'; $final_rendered .= \'\' . \'\r\n <span class=\"b-gallery-thumbnail-list__item\" \' . vB_Template_Runtime::parseSchema($photoSchema) . \'>\r\n \' . \'\'; if (!empty($photo[\'htmltitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $photoInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'content\'] = $photo[\'htmltitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($photoInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?\' . ((!empty($previewMode)) ? \"filedataid\" : \"photoid\") . \'=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"gallery-details h-left\">\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"b-photo-count\" >\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"b-photo-count\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $conversation[\'photocount\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'gallery\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=gallery, conversationtype=starter, contentHook=starter_threadview_gallery_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n <vb:if condition=\"$conversation[\'photocount\'] > 0\">\r\n <div class=\"photo-preview h-left\">\r\n <vb:each from=\"conversation.photopreview\" value=\"photo\">\r\n {vb:set photoSchema.itemscope, 1}\r\n {vb:set photoSchema.itemtype, http://schema.org/ImageObject}\r\n <span class=\"b-gallery-thumbnail-list__item\" {vb:schema {vb:raw photoSchema}}>\r\n <vb:if condition=\"!empty($photo[\'htmltitle\'])\">\r\n {vb:set photoInfo.tag, meta}\r\n {vb:set photoInfo.itemprop, name}\r\n {vb:set photoInfo.content, {vb:raw photo.htmltitle}}\r\n {vb:schema {vb:raw photoInfo}}\r\n </vb:if>\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?{vb:if !empty($previewMode), filedataid, photoid}={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </vb:each>\r\n </div>\r\n <div class=\"gallery-details h-left\">\r\n <vb:if condition=\"empty($previewMode)\">\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"b-photo-count\" >\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:phrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"b-photo-count\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:phrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </span>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=gallery, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(161,-1,'display_contenttype_conversationstarter_threadview_Infraction','$final_rendered = \'\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'infraction\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_infraction_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'infraction\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:set postStatus, \'\'}\r\n\r\n{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=infraction, conversationtype=starter, contentHook=starter_threadview_infraction_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=infraction, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(162,-1,'display_contenttype_conversationstarter_threadview_Link','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'link\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_link_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'link\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'], \'filedataid\' => $conversation[\'filedataid\'], \'previewMode\' => $previewMode, \'previewImage\' => $conversation[\'previewImage\'])) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'link\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=link, conversationtype=starter, contentHook=starter_threadview_link_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n <vb:if condition=\"empty($previewMode)\">\r\n {vb:template link, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}, filedataid={vb:raw conversation.filedataid}, previewMode={vb:raw previewMode}, previewImage={vb:raw conversation.previewImage}}\r\n </vb:if>\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=link, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(163,-1,'display_contenttype_conversationstarter_threadview_Poll','$final_rendered = \'\' . \'\'; $canVote = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canvote\', $conversation[\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$user[\'userid\']) {\n $final_rendered .= \'\' . \'\'; $canVote = \'0\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'poll\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_poll_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n \' . \'\'; if ($conversation[\'permissions\'][\'canviewthreads\'] > 0 OR !empty($previewMode)) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n <div class=\"pollresults\' . \'\'; if ($canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>\' . vB_Template_Runtime::numberFormat($conversation[\'poll_votes\']) . \'</span>\r\n <label>\' . \'\'; if ($conversation[\'poll_votes\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"notify_abbrev_vote\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $maxIndex = \'12\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <tr class=\"pollresults-option-\' . $option[\'polloptionid\'] . \' option-\' . $index . \'\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: \' . $option[\'percentage\'] . \'%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">\' . $option[\'percentage\'] . \'%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>\' . $option[\'votes\'] . \'</span>\r\n <label>\' . \'\'; if ($option[\'votes\'] > 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"votes_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"vote_lower\") . \'\';\n }$final_rendered .= \'\' . \'</label>\r\n </div>\r\n </td>\r\n \' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \'\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"click_to_see_who_voted_for_this_option\") . \'\" data-node-id=\"\' . $nodeid . \'\" data-polloption-id=\"\' . $option[\'polloptionid\'] . \'\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \' . \'\'; if (++$index > $maxIndex) {\n $final_rendered .= \'\r\n \' . \'\'; $index = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; if ($canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\']) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align h-clear\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"back_to_poll\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'istimeout\']) {\n $final_rendered .= \'<p class=\"expired\">\' . vB_Template_Runtime::parsePhrase(\"poll_expired\") . \'</p>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <form class=\"poll\" action=\"\' . $baseurl . \'/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\" id=\"polloption_\' . $option[\'polloptionid\'] . \'\">\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li>\r\n \' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \'\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">\' . vB_Template_Runtime::parsePhrase(\"vote_now\") . \'</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"view_poll_results\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'poll\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:data canVote, user, hasPermissions, forumpermissions, canvote, {vb:raw conversation.nodeid}}\r\n<vb:if condition=\"!$user[\'userid\']\">{vb:set canVote, 0}</vb:if>\r\n\r\n{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=poll, conversationtype=starter, contentHook=starter_threadview_poll_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n <vb:if condition=\"$conversation[\'permissions\'][\'canviewthreads\'] > 0 OR !empty($previewMode)\">\r\n <vb:comment>I don\'t know why \"$conversation[\'permissions\'][\'canviewthreads\'] > 0\" is here, but not in other contenttypes.</vb:comment>\r\n <vb:if condition=\"empty($previewMode)\">\r\n <div class=\"pollresults<vb:if condition=\"$canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND !$conversation[\'unpublishdate\']\"> h-hide</vb:if>\">\r\n <div class=\"pollvote-count h-right\">\r\n <span>{vb:number {vb:raw conversation.poll_votes}}</span>\r\n <label><vb:if condition=\"$conversation[\'poll_votes\'] == 1\">{vb:phrase notify_abbrev_vote}<vb:else />{vb:phrase votes}</vb:if></label>\r\n </div>\r\n <table class=\"pollresults-data\">\r\n {vb:set index, 1}\r\n {vb:set maxIndex, 12}\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <tr class=\"pollresults-option-{vb:raw option.polloptionid} option-{vb:raw index}\">\r\n <td class=\"polloption-cell\">\r\n <div class=\"title\">{vb:var option.title}</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: {vb:raw option.percentage}%\"></div>\r\n </div>\r\n </td>\r\n <td class=\"pollpercent-cell\">\r\n <div class=\"percentage\">{vb:raw option.percentage}%</div>\r\n </td>\r\n <td class=\"pollvote-cell\">\r\n <div class=\"votes\">\r\n <span>{vb:raw option.votes}</span>\r\n <label><vb:if condition=\"$option[\'votes\'] > 1\">{vb:phrase votes_lower}<vb:else />{vb:phrase vote_lower}</vb:if></label>\r\n </div>\r\n </td>\r\n <vb:if condition=\"$conversation[\'public\']\">\r\n <td class=\"pollvoter-cell\">\r\n <div class=\"voter-icon\" title=\"{vb:phrase click_to_see_who_voted_for_this_option}\" data-node-id=\"{vb:raw nodeid}\" data-polloption-id=\"{vb:raw option.polloptionid}\">\r\n <div class=\"voters\"></div>\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>\r\n <vb:if condition=\"++$index > $maxIndex\">\r\n {vb:set index, 1}\r\n </vb:if>\r\n </vb:each>\r\n </table>\r\n <vb:if condition=\"$canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\']\">\r\n <div class=\"b-button-group b-button-group--left-align h-clear\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase back_to_poll}</button>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$conversation[\'istimeout\']\"><p class=\"expired\">{vb:phrase poll_expired}</p></vb:if>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$canVote AND !$conversation[\'voted\'] AND !$conversation[\'istimeout\'] AND !$conversation[\'unpublishdate\']\">\r\n <form class=\"poll\" action=\"{vb:raw baseurl}/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\" id=\"polloption_{vb:raw option.polloptionid}\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li>\r\n <vb:if condition=\"$conversation[\'multiple\']\">\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n <vb:else />\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n </vb:if>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n <vb:if condition=\"empty($previewMode)\">\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">{vb:phrase vote_now}</button>\r\n <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase view_poll_results}</button>\r\n </div>\r\n </vb:if>\r\n </form>\r\n </vb:if>\r\n </vb:if>\r\n\r\n\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=poll, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(164,-1,'display_contenttype_conversationstarter_threadview_Text','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'text\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_text_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'text\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=text, conversationtype=starter, contentHook=starter_threadview_text_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=text, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(165,-1,'display_contenttype_conversationstarter_threadview_Video','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_header\',array(\'conversation\' => $conversation, \'contenttype\' => \'video\', \'conversationtype\' => \'starter\', \'contentHook\' => \'starter_threadview_video_1\', \'showInlineMod\' => $showInlineMod, \'hidePostIndex\' => $hidePostIndex, \'adlocation\' => $adlocation)) . \'\r\n\r\n <div class=\"videoscontainer h-clearfix\">\r\n \' . \'\'; if (is_array($conversation[\'items\']) || $conversation[\'items\'] instanceof ArrayAccess) { foreach ($conversation[\'items\'] AS $video) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $video, \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_threadview_footer\',array(\'conversation\' => $conversation, \'contenttype\' => \'video\', \'conversationtype\' => \'starter\', \'footerControls\' => $footerControls, \'showNoControls\' => $showNoControls, \'adlocation\' => $adlocation)) . \'\';','{vb:template display_contenttype_threadview_header, conversation={vb:raw conversation}, contenttype=video, conversationtype=starter, contentHook=starter_threadview_video_1, showInlineMod={vb:raw showInlineMod}, hidePostIndex={vb:raw hidePostIndex}, adlocation={vb:raw adlocation}}\r\n\r\n <div class=\"videoscontainer h-clearfix\">\r\n <vb:each from=\"conversation.items\" value=\"video\">\r\n {vb:template video_edit, video={vb:raw video}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </vb:each>\r\n </div>\r\n\r\n\r\n{vb:template display_contenttype_threadview_footer, conversation={vb:raw conversation}, contenttype=video, conversationtype=starter, footerControls={vb:raw footerControls}, showNoControls={vb:raw showNoControls}, adlocation={vb:raw adlocation}}','template',1377092298,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(166,-1,'display_contenttype_inchannel_Link','$final_rendered = \'<li class=\"list-item list-item-link h-left h-clear\">\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" width=\"35\" height=\"35\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"author h-left\">\' . \'\'; if ($conversation[\'userid\']) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_started_a_topic\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"guest_started_a_topic\") . \'\';\n }$final_rendered .= \'\' . \'</div>\r\n <div class=\"info h-right\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</div>\r\n </div>\r\n <div class=\"list-item-title h-left\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversationRoute, $conversation)) . \'\">\' . $conversation[\'title\'] . \'</a></div>\r\n <div class=\"list-item-body h-left\">\r\n \' . $conversation[\'previewtext\'] . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'link\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'], \'filedataid\' => $conversation[\'filedataid\'])) . \'\r\n </div>\r\n\r\n <div class=\"mainmenu-container h-left h-clear\">\r\n <ul class=\"mainmenu h-left\">\r\n <li id=\"replyCount-\' . $conversation[\'nodeid\'] . \'\">\r\n <span class=\"count\">\' . vB_Template_Runtime::numberFormat($conversation[\'textcount\']) . \'</span> <span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'</span>\r\n </li>\r\n <li id=\"likeCount-\' . $conversation[\'nodeid\'] . \'\"><span class=\"count\">0</span> <span class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"likes\") . \'</span></li>\r\n </ul>\r\n </div>\r\n</li>\';','<li class=\"list-item list-item-link h-left h-clear\">\r\n <div class=\"list-item-header h-left\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" width=\"35\" height=\"35\" alt=\"{vb:raw conversation.authorname}\" />\r\n </a>\r\n </vb:if>\r\n <div class=\"author h-left\"><vb:if condition=\"$conversation[\'userid\']\">{vb:rawphrase x_started_a_topic, {vb:var profileUrl}, {vb:raw conversation.authorname}}<vb:else />{vb:phrase guest_started_a_topic}</vb:if></div>\r\n <div class=\"info h-right\">{vb:datetime {vb:raw conversation.created}}</div>\r\n </div>\r\n <div class=\"list-item-title h-left\"><a href=\"{vb:url {vb:raw conversationRoute}, {vb:raw conversation}}\">{vb:raw conversation.title}</a></div>\r\n <div class=\"list-item-body h-left\">\r\n {vb:raw conversation.previewtext}\r\n {vb:template link, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}, filedataid={vb:raw conversation.filedataid}}\r\n </div>\r\n\r\n <div class=\"mainmenu-container h-left h-clear\">\r\n <ul class=\"mainmenu h-left\">\r\n <li id=\"replyCount-{vb:raw conversation.nodeid}\">\r\n <span class=\"count\">{vb:number {vb:raw conversation.textcount}}</span> <span class=\"label\">{vb:phrase replies}</span>\r\n </li>\r\n <li id=\"likeCount-{vb:raw conversation.nodeid}\"><span class=\"count\">0</span> <span class=\"label\">{vb:phrase likes}</span></li>\r\n </ul>\r\n </div>\r\n</li>','template',1368134709,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(167,-1,'display_contenttype_searchwidget_Gallery','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; $photo = array_shift($conversation[\'photopreview\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoSchema[\'itemtype\'] = \'http://schema.org/ImageObject\'; $final_rendered .= \'\' . \'\r\n <span class=\"b-gallery-thumbnail-list__item\" \' . vB_Template_Runtime::parseSchema($photoSchema) . \'>\r\n \' . \'\'; if (!empty($photo[\'htmltitle\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $photoInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photoInfo[\'content\'] = $photo[\'htmltitle\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($photoInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"b-photo-count\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", $conversation[\'photocount\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", $conversation[\'photocount\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Gallery\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n <div class=\"photo-preview h-left\">\r\n {vb:set photo, {vb:php array_shift, {vb:raw conversation.photopreview}}}\r\n {vb:set photoSchema.itemscope, 1}\r\n {vb:set photoSchema.itemtype, http://schema.org/ImageObject}\r\n <span class=\"b-gallery-thumbnail-list__item\" {vb:schema {vb:raw photoSchema}}>\r\n <vb:if condition=\"!empty($photo[\'htmltitle\'])\">\r\n {vb:set photoInfo.tag, meta}\r\n {vb:set photoInfo.itemprop, name}\r\n {vb:set photoInfo.content, {vb:raw photo.htmltitle}}\r\n {vb:schema {vb:raw photoInfo}}\r\n </vb:if>\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </div>\r\n <div class=\"gallery-details h-left\" >\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"b-photo-count\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:rawphrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:rawphrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Gallery,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(168,-1,'display_contenttype_searchwidget_Infraction','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Infraction\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Infraction,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(169,-1,'display_contenttype_searchwidget_item_footer','$final_rendered = \'\' . \'\' . \'\r\n\r\n \' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \r\n \' . \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ((!isset($displayFooter) OR $displayFooter != false) AND (empty($compact) OR !$compact)) {\n $final_rendered .= \'\r\n <div class=\"list-item-footer h-clearfix\">\r\n <ul class=\"replylike_count h-left\">\r\n <li id=\"channel-\' . $conversation[\'nodeid\'] . \'\">\r\n <div class=\"channel h-left\"><div class=\"channel_text\">\' . vB_Template_Runtime::parsePhrase(\"channel\") . \': <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\">\' . $conversation[\'channeltitle\'] . \'</a></div></div>\r\n </li>\r\n <li id=\"separator-\' . $conversation[\'nodeid\'] . \'\">|</li>\r\n <li id=\"replyCount-\' . $conversation[\'nodeid\'] . \'\">\r\n <a href=\"#\" class=\"replyCtrl\">\r\n \' . vB_Template_Runtime::numberFormat($replyCount) . \'\r\n \' . \'\'; if ($replyCount == 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"reply\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"replies\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </li>\r\n <li id=\"separator2-\' . $conversation[\'nodeid\'] . \'\">|</li>\r\n <li id=\"likeCount-\' . $conversation[\'nodeid\'] . \'\">\r\n <a href=\"#\" class=\"likeCtrl\">\r\n \' . vB_Template_Runtime::numberFormat($likeCount) . \'\r\n \' . \'\'; if ($likeCount == 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"like\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"likes\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </li>\r\n \' . \'\'; if ($contentType == \'Poll\') {\n $final_rendered .= \'\r\n <li id=\"separator3-\' . $conversation[\'nodeid\'] . \'\">|</li>\r\n <li id=\"votesCount-\' . $conversation[\'votes\'] . \'\">\r\n <a href=\"#\" class=\"votesCtrl\">\r\n \' . vB_Template_Runtime::numberFormat($conversation[\'votes\']) . \'\r\n \' . \'\'; if ($conversation[\'votes\'] == 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"vote\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"votes\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__date\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</div>\r\n </div>\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</li>\';','<vb:comment>\r\n<li> opened in display_contenttype_searchwidget_item_header\r\n</vb:comment>\r\n\r\n <vb:if condition=\"empty($compact) OR !$compact\">\r\n \r\n <vb:comment>\r\n <div> opened in display_contenttype_searchwidget_item_header\r\n </vb:comment>\r\n\r\n <vb:comment>----- Footer -----</vb:comment>\r\n <vb:if condition=\"(!isset($displayFooter) OR $displayFooter != false) AND (empty($compact) OR !$compact)\">\r\n <div class=\"list-item-footer h-clearfix\">\r\n <ul class=\"replylike_count h-left\">\r\n <li id=\"channel-{vb:raw conversation.nodeid}\">\r\n <div class=\"channel h-left\"><div class=\"channel_text\">{vb:phrase channel}: <a href=\"{vb:url {vb:raw conversation.channelroute}}\">{vb:raw conversation.channeltitle}</a></div></div>\r\n </li>\r\n <li id=\"separator-{vb:raw conversation.nodeid}\">|</li>\r\n <li id=\"replyCount-{vb:raw conversation.nodeid}\">\r\n <a href=\"#\" class=\"replyCtrl\">\r\n {vb:number {vb:raw replyCount}}\r\n <vb:if condition=\"$replyCount == 1\">\r\n {vb:phrase reply}\r\n <vb:else />\r\n {vb:phrase replies}\r\n </vb:if>\r\n </a>\r\n </li>\r\n <li id=\"separator2-{vb:raw conversation.nodeid}\">|</li>\r\n <li id=\"likeCount-{vb:raw conversation.nodeid}\">\r\n <a href=\"#\" class=\"likeCtrl\">\r\n {vb:number {vb:raw likeCount}}\r\n <vb:if condition=\"$likeCount == 1\">\r\n {vb:phrase like}\r\n <vb:else />\r\n {vb:phrase likes}\r\n </vb:if>\r\n </a>\r\n </li>\r\n <vb:if condition=\"$contentType == \'Poll\'\">\r\n <li id=\"separator3-{vb:raw conversation.nodeid}\">|</li>\r\n <li id=\"votesCount-{vb:raw conversation.votes}\">\r\n <a href=\"#\" class=\"votesCtrl\">\r\n {vb:number {vb:raw conversation.votes}}\r\n <vb:if condition=\"$conversation[\'votes\'] == 1\">\r\n {vb:phrase vote}\r\n <vb:else />\r\n {vb:phrase votes}\r\n </vb:if>\r\n </a>\r\n </li>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>----- Date -----</vb:comment>\r\n <div class=\"b-post-sm__date\">{vb:datetime {vb:raw conversation.created}}</div>\r\n </div>\r\n\r\n </vb:if>\r\n</li>','template',1376423004,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(170,-1,'display_contenttype_searchwidget_item_header','$final_rendered = \'\' . \'\'; if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'comment\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($conversation[\'title\'])) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; $conversation[\'title\'] = \'\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<li class=\"b-post-sm\' . \'\'; if (!empty($compact) AND $compact) {\n $final_rendered .= \' b-post-sm--compact\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' js-post-sm\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ((empty($compact) OR !$compact) AND $user[\'showavatars\'] AND empty($hideAvatars)) {\n $final_rendered .= \'\r\n <div class=\"b-post-sm__avatar avatar h-left\">\r\n \' . \'\'; if (!empty($conversation[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" />\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__content\' . \'\'; if ((empty($compact) OR !$compact) AND $user[\'showavatars\'] AND empty($hideAvatars)) {\n $final_rendered .= \' b-post-sm__content--has-avatar\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__title ellipsis\">\r\n \' . \'\'; $qs[\'p\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\' OR $postType == \'comment\') {\n $final_rendered .= \'\r\n \' . \'\'; $url = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $conversation, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= \'#post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"search_module_topic_link_reply_to_x\", \'\' . vB_Template_Runtime::vBVar($url) . \'\', $conversation[\'startertitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"search_module_topic_link_comment_on_x\", \'\' . vB_Template_Runtime::vBVar($url) . \'\', $conversation[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $conversation)) . \'\">\' . $conversation[\'startertitle\'] . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n <div class=\"b-post-sm__author\">\r\n \' . \'\'; if (!empty($conversation[\'userid\'])) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\">\' . $conversation[\'authorname\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\' . \'\';','<vb:if condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\">\r\n {vb:set postType, \'starter\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n<vb:else />\r\n {vb:set postType, \'comment\'}\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($conversation[\'title\'])\">\r\n <vb:comment>Photos don\'t always have a title</vb:comment>\r\n {vb:set conversation.title, {vb:phrase untitled}}\r\n</vb:if>\r\n\r\n<li class=\"b-post-sm<vb:if condition=\"!empty($compact) AND $compact\"> b-post-sm--compact</vb:if> js-post-sm\" data-nodeid=\"{vb:raw conversation.nodeid}\">\r\n\r\n <vb:comment>----- Avatar -----</vb:comment>\r\n <vb:if condition=\"(empty($compact) OR !$compact) AND $user[\'showavatars\'] AND empty($hideAvatars)\">\r\n <div class=\"b-post-sm__avatar avatar h-left\">\r\n <vb:if condition=\"!empty($conversation[\'userid\'])\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" />\r\n </a>\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:comment>----- Content -----</vb:comment>\r\n <div class=\"b-post-sm__content<vb:if condition=\"(empty($compact) OR !$compact) AND $user[\'showavatars\'] AND empty($hideAvatars)\"> b-post-sm__content--has-avatar</vb:if>\">\r\n\r\n <vb:comment>----- Title -----</vb:comment>\r\n <div class=\"b-post-sm__title ellipsis\">\r\n {vb:set qs.p, {vb:raw conversation.nodeid}}\r\n <vb:if condition=\"$postType == \'reply\' OR $postType == \'comment\'\">\r\n {vb:set url, {vb:url {vb:raw conversation.starterroute}, {vb:raw conversation}, {vb:raw qs}}}\r\n {vb:strcat url, \"#post\"}\r\n {vb:strcat url, {vb:raw conversation.nodeid}}\r\n <vb:if condition=\"$postType == \'reply\'\">\r\n {vb:rawphrase search_module_topic_link_reply_to_x, {vb:var url}, {vb:raw conversation.startertitle}}\r\n <vb:else />\r\n {vb:rawphrase search_module_topic_link_comment_on_x, {vb:var url}, {vb:raw conversation.startertitle}}\r\n </vb:if>\r\n <vb:else />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw conversation}}\">{vb:raw conversation.startertitle}</a>\r\n </vb:if>\r\n </div>\r\n\r\n <vb:comment>----- Author -----</vb:comment>\r\n <vb:if condition=\"empty($compact) OR !$compact\">\r\n <div class=\"b-post-sm__author\">\r\n <vb:if condition=\"!empty($conversation[\'userid\'])\">\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\">{vb:raw conversation.authorname}</a>\r\n <vb:else />\r\n {vb:phrase guest}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n<vb:comment>\r\n </div> closed in display_contenttype_searchwidget_item_footer\r\n</li> closed in display_contenttype_searchwidget_item_footer\r\n</vb:comment>','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(171,-1,'display_contenttype_searchwidget_Link','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'link\',array(\'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'], \'filedataid\' => $conversation[\'filedataid\'])) . \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Link\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n {vb:template link, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}, filedataid={vb:raw conversation.filedataid} }\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Link,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(172,-1,'display_contenttype_searchwidget_Photo','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n <div class=\"photo_result h-left\">\r\n <img class=\"slider_image\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $conversation[\'nodeid\'] . \'&type=medium\" title=\"\' . $conversation[\'htmltitle\'] . \'\" alt=\"\' . $conversation[\'htmltitle\'] . \'\" />\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Photo\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n <div class=\"photo_result h-left\">\r\n <img class=\"slider_image\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw conversation.nodeid}&type=medium\" title=\"{vb:raw conversation.htmltitle}\" alt=\"{vb:raw conversation.htmltitle}\" />\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Photo,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(173,-1,'display_contenttype_searchwidget_Poll','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content js-poll__parent ellipsis\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n <div class=\"pollresults\' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <table class=\"pollresults-data\">\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <tr>\r\n <td class=\"col-1\">\r\n <div class=\"title\">\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: \' . $option[\'percentage\'] . \'%\">\' . $option[\'percentage\'] . \'%</div>\r\n </div>\r\n </td>\r\n <td class=\"col-2\">\r\n <div class=\"votes\">\' . $option[\'votes\'] . \'</div>\r\n </td>\r\n \' . \'\'; if ($conversation[\'public\']) {\n $final_rendered .= \'\r\n <td class=\"col-3\">\r\n <div class=\"voter-icon\"></div>\r\n <div class=\"voters\">\r\n \' . \'\' . \'\r\n\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \'\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"back_to_poll\") . \'</button>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (!$conversation[\'voted\']) {\n $final_rendered .= \'\r\n <form class=\"poll\" action=\"\' . $baseurl . \'/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n \' . \'\'; if (is_array($conversation[\'options\']) || $conversation[\'options\'] instanceof ArrayAccess) { foreach ($conversation[\'options\'] AS $option) {$final_rendered .= \'\r\n <li>\r\n \' . \'\'; if ($conversation[\'multiple\']) {\n $final_rendered .= \'\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"\' . $option[\'polloptionid\'] . \'\" />\' . vB_Template_Runtime::vBVar($option[\'title\']) . \'</label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">\' . vB_Template_Runtime::parsePhrase(\"vote_now\") . \'</button>\r\n <!-- <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"\' . $conversation[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"view_poll_results\") . \'</button> -->\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Poll\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content js-poll__parent ellipsis\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n <div class=\"pollresults<vb:if condition=\"!$conversation[\'voted\']\"> h-hide</vb:if>\">\r\n <table class=\"pollresults-data\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <tr>\r\n <td class=\"col-1\">\r\n <div class=\"title\">{vb:var option.title}</div>\r\n <div class=\"bar-container\">\r\n <div class=\"bar\" style=\"width: {vb:raw option.percentage}%\">{vb:raw option.percentage}%</div>\r\n </div>\r\n </td>\r\n <td class=\"col-2\">\r\n <div class=\"votes\">{vb:raw option.votes}</div>\r\n </td>\r\n <vb:if condition=\"$conversation[\'public\']\">\r\n <td class=\"col-3\">\r\n <div class=\"voter-icon\"></div>\r\n <div class=\"voters\">\r\n <vb:comment> @TODO: List of voters should go here </vb:comment>\r\n\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>\r\n </vb:each>\r\n </table>\r\n <vb:if condition=\"!$conversation[\'voted\']\">\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"button\" name=\"backtopoll\" class=\"b-button js-poll__back-to-poll\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase back_to_poll}</button>\r\n </div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"!$conversation[\'voted\']\">\r\n <form class=\"poll\" action=\"{vb:raw baseurl}/poll/vote/\" method=\"post\">\r\n <ul class=\"poll\">\r\n <vb:each from=\"conversation.options\" value=\"option\">\r\n <li>\r\n <vb:if condition=\"$conversation[\'multiple\']\">\r\n <label><input type=\"checkbox\" name=\"polloptionids[]\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n <vb:else />\r\n <label><input type=\"radio\" name=\"polloptionid\" value=\"{vb:raw option.polloptionid}\" />{vb:var option.title}</label>\r\n </vb:if>\r\n </li>\r\n </vb:each>\r\n </ul>\r\n <div class=\"b-button-group b-button-group--left-align\">\r\n <button type=\"submit\" name=\"vote\" class=\"b-button b-button--primary\">{vb:phrase vote_now}</button>\r\n <!-- <button type=\"button\" name=\"viewpollresults\" class=\"b-button js-poll__view-results\" data-nodeid=\"{vb:raw conversation.nodeid}\">{vb:phrase view_poll_results}</button> -->\r\n </div>\r\n </form>\r\n </vb:if>\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Poll,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(174,-1,'display_contenttype_searchwidget_Text','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Text\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Text,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'),(175,-1,'display_contenttype_searchwidget_Video','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_header\',array(\'conversation\' => $conversation, \'compact\' => $compact, \'avatar\' => $avatar, \'hideAvatars\' => $hideAvatars)) . \'\r\n\r\n\' . \'\'; if (empty($compact) OR !$compact) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n <div class=\"videoscontainer\">\r\n \' . \'\'; if (is_array($conversation[\'items\']) || $conversation[\'items\'] instanceof ArrayAccess) { foreach ($conversation[\'items\'] AS $video) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $video, \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'display_contenttype_searchwidget_item_footer\',array(\'contentType\' => \'Video\', \'conversation\' => $conversation, \'compact\' => $compact, \'displayFooter\' => $displayFooter, \'replyCount\' => $replyCount, \'likeCount\' => $likeCount)) . \'\';','{vb:template display_contenttype_searchwidget_item_header,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n avatar={vb:raw avatar},\r\n hideAvatars={vb:raw hideAvatars}}\r\n\r\n<vb:if condition=\"empty($compact) OR !$compact\">\r\n <vb:comment>----- Post Content -----</vb:comment>\r\n <div class=\"b-post-sm__post-content post-content ellipsis restore\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n {vb:raw parsedText}\r\n <div class=\"videoscontainer\">\r\n <vb:each from=\"conversation.items\" value=\"video\">\r\n {vb:template video_edit, video={vb:raw video}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </vb:each>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n{vb:template display_contenttype_searchwidget_item_footer,\r\n contentType=Video,\r\n conversation={vb:raw conversation},\r\n compact={vb:raw compact},\r\n displayFooter={vb:raw displayFooter},\r\n replyCount={vb:raw replyCount},\r\n likeCount={vb:raw likeCount}}','template',1387400109,'vBulletin Solutions','5.1.0 Alpha 7','vbulletin','none'); INSERT INTO `template` VALUES (176,-1,'display_contenttype_threadview_footer','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'conversation_posthistory\',array(\'conversation\' => $conversation)) . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_signature\',array(\'type\' => \'inline\', \'conversation\' => $conversation)) . \'\r\n </div> \' . \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if (isset($showInlineMod) AND $showInlineMod AND !empty($conversation[\'permissions\']) AND $conversation[\'permissions\'][\'canmoderate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showInfractionCtrl\', \'showTagList\', \'showEditCtrl\', \'showFlagCtrl\', \'showQuoteCtrl\', \'showVoteCtrl\'), \'1\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $footerControls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showNoControls\'] = $showNoControls; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'controls\' => $footerControls)) . \'\r\n <div class=\"edit-conversation-container\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; if (!$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; if (empty($footerControls)) {\n $final_rendered .= \'\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showInfractionCtrl\', \'showEditCtrl\', \'showFlagCtrl\', \'showQuoteCtrl\', \'showVoteCtrl\', \'showCommentCtrl\', \'showStickied\'), \'1\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($conversation[\'moderatorperms\'][\'canviewips\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $footerControls[\'showIp\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showNoControls\'] = $showNoControls; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'controls\' => $footerControls)) . \'\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide \' . (($conversation[textcount]>0) ? \"has-comments\" : \"\") . \'\">\r\n <h2 class=\"h-margin-bottom-xl OLD__comment-entry-box-header\">\' . vB_Template_Runtime::parsePhrase(\"comment\") . \'</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_your_comment_here\") . \'\"></textarea>\r\n\r\n <div class=\"b-button-group h-margin-top-xl h-text--right\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button js-comment-entry__cancel\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <button type=\"button\" id=\"btnPostComment-\' . $conversation[\'nodeid\'] . \'\" class=\"b-button b-button--primary js-comment-entry__post\">\' . vB_Template_Runtime::parsePhrase(\"post\") . \'</button>\r\n </div>\r\n </div>\r\n\r\n <div class=\"edit-conversation-container\"></div>\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Comments\',array(\'conversation\' => $conversation, \'widgetConfig\' => $widgetConfig, \'postIndex\' => $postIndex, \'pagingInfo\' => $pagingInfo, \'commentId\' => $commentId, \'commentsPerPage\' => $commentsPerPage, \'enableInlineMod\' => $enableInlineMod)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\' . \'\' . \'\r\n </div> \' . \'\' . \'\r\n </div> \' . \'\' . \'\r\n</li><!-- /end .b-post -->\';','{vb:template conversation_posthistory, conversation={vb:raw conversation}}\r\n {vb:template conversation_signature, type=inline, conversation={vb:raw conversation}}\r\n </div> <vb:comment> /end .b-post__content </vb:comment>\r\n\r\n<vb:if condition=\"$conversationtype == \'reply\'\">\r\n <vb:comment>Matched from display_contenttype_threadview_header. @TODO refactor</vb:comment>\r\n <vb:if condition=\"isset($showInlineMod) AND $showInlineMod AND !empty($conversation[\'permissions\']) AND $conversation[\'permissions\'][\'canmoderate\']\">\r\n {vb:set enableInlineMod, 1}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$conversationtype == \'starter\'\">\r\n <vb:if condition=\"empty($previewMode)\">\r\n <vb:if condition=\"empty($footerControls)\">\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showInfractionCtrl, showTagList, showEditCtrl, showFlagCtrl, showQuoteCtrl, showVoteCtrl}, 1}}\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set footerControls.showIp, 1}\r\n </vb:if>\r\n {vb:set footerControls.showNoControls,{vb:raw showNoControls}}\r\n </vb:if>\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, controls={vb:raw footerControls}}\r\n <div class=\"edit-conversation-container\"></div>\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$conversationtype == \'reply\'\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\']\">\r\n <vb:if condition=\"empty($footerControls)\">\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showInfractionCtrl, showEditCtrl, showFlagCtrl, showQuoteCtrl, showVoteCtrl, showCommentCtrl, showStickied}, 1}}\r\n <vb:if condition=\"!empty($conversation[\'moderatorperms\'][\'canviewips\'])\">\r\n {vb:set footerControls.showIp, 1}\r\n </vb:if>\r\n {vb:set footerControls.showNoControls,{vb:raw showNoControls}}\r\n </vb:if>\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, controls={vb:raw footerControls}}\r\n <div class=\"b-comment-entry js-comment-entry h-padding-xxl h-padding-top-xl comment-entry-box h-hide {vb:if $conversation[\'textcount\'] > 0, has-comments}\">\r\n <h2 class=\"h-margin-bottom-xl OLD__comment-entry-box-header\">{vb:phrase comment}</h2>\r\n <textarea class=\"b-comment-entry__textbox js-comment-entry__textbox autogrow\" placeholder=\"{vb:phrase type_your_comment_here}\"></textarea>\r\n\r\n <div class=\"b-button-group h-margin-top-xl h-text--right\">\r\n <button type=\"button\" id=\"btnPostCommentCancel-{vb:raw conversation.nodeid}\" class=\"b-button js-comment-entry__cancel\">{vb:phrase cancel}</button>\r\n <button type=\"button\" id=\"btnPostComment-{vb:raw conversation.nodeid}\" class=\"b-button b-button--primary js-comment-entry__post\">{vb:phrase post}</button>\r\n </div>\r\n </div>\r\n\r\n <div class=\"edit-conversation-container\"></div>\r\n\r\n {vb:template display_Comments, conversation={vb:raw conversation}, widgetConfig={vb:raw widgetConfig}, postIndex={vb:raw postIndex}, pagingInfo={vb:raw pagingInfo}, commentId={vb:raw commentId}, commentsPerPage={vb:raw commentsPerPage}, enableInlineMod={vb:raw enableInlineMod}}\r\n </vb:if>\r\n\r\n</vb:if>\r\n </div><vb:comment> /end .b-post__body </vb:comment>\r\n </div> <vb:comment> /end .l-col__flex-3 </vb:comment>\r\n </div> <vb:comment> /end .l-row </vb:comment>\r\n</li><!-- /end .b-post -->','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(177,-1,'display_contenttype_threadview_header','$final_rendered = \'\' . \'\'; if ($conversationtype == \'starter\' and $contenttype == \'poll\') {\n $final_rendered .= \'\r\n \' . \'\'; $canVote = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canvote\', $conversation[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$user[\'userid\']) {\n $final_rendered .= \'\' . \'\'; $canVote = \'0\'; $final_rendered .= \'\' . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $postStatus = \'\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $optionsArray[showInlineMod] = $showInlineMod; $final_rendered .= \'\' . \'\r\n \' . \'\'; $enableInlineMod = vB_Template_Runtime::parseAction(\'permission\', \'showInlinemodMenu\', $conversation, \'\', $optionsArray); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if (isset($showInlineMod) AND $showInlineMod AND !empty($conversation[\'permissions\']) AND $conversation[\'permissions\'][\'canmoderate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' unapproved b-post--unapproved\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' featured b-post--featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postStatus .= \' deleted b-post--deleted\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeSchemaInfo[\'itemscope\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($conversationtype == \'starter\') {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if ($contenttype == \'video\') {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/VideoObject\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Comment\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodeMicrodata = \'\' . vB_Template_Runtime::parseSchema($nodeSchemaInfo) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent h-restore--on-preview b-post--\' . $contenttype . \' \' . \'\'; if ($conversationtype == \'starter\') {\n $final_rendered .= \'b-post--first\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' OLD__list-item\' . $postStatus . \' OLD__list-item-\' . $contenttype . \' OLD__conversation-\' . $conversationtype . \' js-conversation-\' . $conversationtype . \' h-left h-clear\' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' js-slideshow__gallery-node js-poll__parent\" \' . $nodeMicrodata . \'>\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($contenttype == \'link\') {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo = $conversation; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n <a id=\"post\' . $nodeid . \'\" class=\"anchor\"></a>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-hide--on-preview h-padding-right-l\">\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_userinfo\',array(\'conversation\' => $conversation)) . \'\r\n </div>\r\n\r\n <div class=\"js-post__content-wrapper l-col__flex-3 l-col__small--full h-restore--on-preview OLD__list-item-body-wrapper\">\r\n <div class=\"b-post__body h-restore--on-preview h-padding-horiz-xxl h-padding-top-xl h-padding-bottom-m h-clearfix\">\r\n <div class=\"b-post__arrow b-post__hide-when-deleted OLD__pointer-left\"></div>\r\n\r\n\r\n \' . \'\'; if ($conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n ) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l\">\r\n <div class=\"b-media__img--rev\">\r\n \' . \'\'; if ($canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"hide\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"show\") . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n \' . vB_Template_Runtime::datetime($conversation[\'unpublishdate\']) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $conversation[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n \' . vB_Template_Runtime::parsePhrase(\"this_topic_by_x_has_been_deleted_by_y_link\", $conversation[\'authorname\'], $deleteuserlink, $deleteusername) . \'\r\n </div>\r\n\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n\r\n <!-- REPLY -->\r\n <!--vb:if condition=\"!$conversation[\\\'unpublishdate\\\'] OR $canPhysicallyDeletePost\"-->\r\n <!-- /REPLY -->\r\n\r\n <div class=\"b-post__content js-post__content b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n\r\n <div class=\"b-media h-hide--on-preview\">\r\n <div class=\"b-media__img--rev\">\r\n\r\n \' . \'\'; if (!empty($contentHook)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::hook($contentHook, get_defined_vars()) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $starterRoute = $conversation[\'starterroute\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterPost[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterPost[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterPost[\'innerPostParent\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversationtype == \'starter\' AND !$hidePostIndex) {\n $final_rendered .= \'\r\n <a class=\"b-post__count\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($starterRoute, $starterPost)) . \'\">#\' . \'\'; if (isset($postIndex) AND intval($postIndex) >= 0) {\n $final_rendered .= \'\' . $postIndex . \'\';\n } else {\n $final_rendered .= \'1\';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversationtype == \'reply\' AND !$hidePostIndex AND isset($postIndex) AND $postIndex >= 0 AND !empty($pagingInfo)) {\n $final_rendered .= \'\r\n <a class=\"b-post__count\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($starterRoute, $starterPost)) . \'\">#\' . vB_Template_Runtime::runMaths(\'(\'.\'\' . vB_Template_Runtime::vBVar($postIndex) . \'\'.\'+(\'.\'\' . vB_Template_Runtime::vBVar($pagingInfo[\'currentpage\']) . \'\'.\'-1)*\'.\'\' . vB_Template_Runtime::vBVar($pagingInfo[\'perpage\']) . \'\'.\')+1\') . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($enableInlineMod)) {\n $final_rendered .= \'\r\n <span class=\"b-inlinemod__checkbox OLD__checkbox\">\r\n \' . \'\'; if ($conversation[\'approved\'] == 0) {\n $final_rendered .= \'\r\n <span class=\"js-unapprove-label b-inlinemod__checkbox-text\">\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input class=\"cb_inlinemod b-form-control__control\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n </span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n </div>\r\n <div class=\"b-media__body\">\r\n \' . \'\'; if ($conversationtype == \'starter\') {\n $final_rendered .= \'\r\n\r\n <h2 class=\"b-post__title OLD__post-title\">\r\n \' . \'\'; if ($conversation[\'iconid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/images/icons/icon\' . vB_Template_Runtime::vBVar($conversation[\'iconid\']) . \'.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $searchStr = \'{\"prefix\":[\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= vB_Template_Runtime::vBVar($conversation[\'prefixid\']).\'\"]}\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'?searchJSON=\' . vB_Template_Runtime::urlEncode($searchStr) . \'\">\' . $conversation[\'prefix_rich\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . $conversation[\'title\'] . \'\r\n </h2>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"b-post__timestamp OLD__post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n\r\n </div>\r\n </div>\r\n\r\n <div class=\"OLD__post-content h-padding-vert-xl\">\r\n \' . \'\'; if ($adlocation) {\n $final_rendered .= \'\r\n <div class=\"axd axd_\' . $adlocation . \'\">\r\n \' . \'\'; $adtemplatename = \'ad_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $adtemplatename .= $adlocation; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($adtemplatename,array()) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"js-post__content-text OLD__post-content-text restore\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n </div>\r\n\r\n <!-- REPLY -->\r\n <!--/vb:if-->\r\n <!-- /REPLY -->\';','<vb:if condition=\"$conversationtype == \'starter\' and $contenttype == \'poll\'\">\r\n {vb:data canVote, user, hasPermissions, forumpermissions, canvote, {vb:raw conversation.nodeid}}\r\n <vb:if condition=\"!$user[\'userid\']\">{vb:set canVote, 0}</vb:if>\r\n</vb:if>\r\n\r\n{vb:set postStatus, \'\'}\r\n\r\n<vb:if condition=\"$conversationtype == \'starter\'\">\r\n {vb:set optionsArray[\'showInlineMod\'], {vb:raw showInlineMod}}\r\n {vb:action enableInlineMod, permission, showInlinemodMenu, {vb:raw conversation}, \'\', {vb:raw optionsArray}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$conversationtype == \'reply\'\">\r\n <vb:comment>Matched from display_contenttype_threadview_footer. @TODO refactor</vb:comment>\r\n <vb:if condition=\"isset($showInlineMod) AND $showInlineMod AND !empty($conversation[\'permissions\']) AND $conversation[\'permissions\'][\'canmoderate\']\">\r\n {vb:set enableInlineMod, 1}\r\n </vb:if>\r\n</vb:if>\r\n\r\n\r\n<vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n {vb:strcat postStatus, \' unapproved b-post--unapproved\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'featured\']\">\r\n {vb:strcat postStatus, \' featured b-post--featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n {vb:strcat postStatus, \' deleted b-post--deleted\'}\r\n</vb:if>\r\n\r\n{vb:set nodeSchemaInfo.itemscope, 1}\r\n\r\n<vb:if condition=\"$conversationtype == \'starter\'\">\r\n\r\n <vb:if condition=\"$contenttype == \'video\'\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/VideoObject}\r\n <vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n </vb:if>\r\n\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Comment}\r\n</vb:if>\r\n\r\n{vb:set nodeMicrodata, {vb:schema {vb:raw nodeSchemaInfo}}}\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"b-post js-post js-comment-entry__parent h-restore--on-preview b-post--{vb:raw contenttype} <vb:if condition=\"$conversationtype == \'starter\'\">b-post--first</vb:if> OLD__list-item{vb:raw postStatus} OLD__list-item-{vb:raw contenttype} OLD__conversation-{vb:raw conversationtype} js-conversation-{vb:raw conversationtype} h-left h-clear<vb:if condition=\"$enableInlineMod\"> inlinemod-item</vb:if> js-slideshow__gallery-node js-poll__parent\" {vb:raw nodeMicrodata}>\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n\r\n <vb:if condition=\"$contenttype == \'link\'\">\r\n {vb:set urlInfo, {vb:raw conversation}}\r\n {vb:set urlInfo.innerPost, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n\r\n <a id=\"post{vb:raw nodeid}\" class=\"anchor\"></a>\r\n\r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-hide--on-preview h-padding-right-l\">\r\n {vb:template conversation_userinfo, conversation={vb:raw conversation}}\r\n </div>\r\n\r\n <div class=\"js-post__content-wrapper l-col__flex-3 l-col__small--full h-restore--on-preview OLD__list-item-body-wrapper\">\r\n <div class=\"b-post__body h-restore--on-preview h-padding-horiz-xxl h-padding-top-xl h-padding-bottom-m h-clearfix\">\r\n <div class=\"b-post__arrow b-post__hide-when-deleted OLD__pointer-left\"></div>\r\n\r\n\r\n <vb:if condition=\"$conversation[\'unpublishdate\']\">\r\n\r\n <vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n \">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n <vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n </vb:if>\r\n\r\n <div class=\"b-media b-post__unpublish-info h-padding-bottom-l\">\r\n <div class=\"b-media__img--rev\">\r\n <vb:if condition=\"$canViewSoftdeletedNode\">\r\n <label class=\"js-post__manage b-link OLD__manage OLD__jsPseudoLink\">{vb:phrase manage}</label>\r\n | <label class=\"js-post__show-hide js-post__show-hide--show b-link\" data-toggle-text=\"{vb:phrase hide}\">{vb:phrase show}</label>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"b-media__body\">\r\n\r\n <div class=\"b-post__date OLD__post-date\">\r\n {vb:datetime {vb:raw conversation.unpublishdate}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deleteuserid\']) AND !empty($conversation[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var conversation.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw conversation.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n\r\n <div class=\"b-post__delete-note OLD__delete-note\">\r\n {vb:rawphrase this_topic_by_x_has_been_deleted_by_y_link, {vb:raw conversation.authorname}, {vb:raw deleteuserlink}, {vb:raw deleteusername}}\r\n </div>\r\n\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n <div class=\"b-post__delete-reason OLD__delete-reason\"><label>{vb:phrase reason}:</label> {vb:var conversation.deletereason}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n\r\n\r\n <!-- REPLY -->\r\n <!--vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canPhysicallyDeletePost\"-->\r\n <!-- /REPLY -->\r\n\r\n <div class=\"b-post__content js-post__content b-post__hide-when-deleted\">\r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n\r\n <div class=\"b-media h-hide--on-preview\">\r\n <div class=\"b-media__img--rev\">\r\n\r\n <vb:if condition=\"!empty($contentHook)\">\r\n {vb:hook {vb:raw contentHook}}\r\n </vb:if>\r\n\r\n {vb:set starterRoute, {vb:raw conversation.starterroute}}\r\n {vb:set starterPost.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starterPost.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set starterPost.innerPostParent, {vb:raw conversation.starter}}\r\n <vb:if condition=\"$conversationtype == \'starter\' AND !$hidePostIndex\">\r\n <a class=\"b-post__count\" href=\"{vb:url {vb:raw starterRoute}, {vb:raw starterPost}}\">#<vb:if condition=\"isset($postIndex) AND intval($postIndex) >= 0\">{vb:raw postIndex}<vb:else />1</vb:if>\r\n </a>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversationtype == \'reply\' AND !$hidePostIndex AND isset($postIndex) AND $postIndex >= 0 AND !empty($pagingInfo)\">\r\n <a class=\"b-post__count\" href=\"{vb:url {vb:raw starterRoute}, {vb:raw starterPost}}\">#{vb:math ({vb:var postIndex} + ({vb:var pagingInfo.currentpage} - 1) * {vb:var pagingInfo.perpage}) + 1}</a>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($enableInlineMod)\">\r\n <span class=\"b-inlinemod__checkbox OLD__checkbox\">\r\n <vb:if condition=\"$conversation[\'approved\'] == 0\">\r\n <span class=\"js-unapprove-label b-inlinemod__checkbox-text\">{vb:phrase unapproved}</span>\r\n </vb:if>\r\n <input class=\"cb_inlinemod b-form-control__control\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n </span>\r\n </vb:if>\r\n\r\n\r\n </div>\r\n <div class=\"b-media__body\">\r\n <vb:if condition=\"$conversationtype == \'starter\'\">\r\n\r\n <h2 class=\"b-post__title OLD__post-title\">\r\n <vb:if condition=\"$conversation[\'iconid\']\">\r\n <img src=\"{vb:var baseurl_core}/images/icons/icon{vb:var conversation.iconid}.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n </vb:if>\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:set searchStr, \'{\"prefix\":[\"\'}\r\n {vb:strcat searchStr, {vb:var conversation.prefixid}, \'\"]}\'}\r\n <a href=\"{vb:url \'search\'}?searchJSON={vb:urlencode {vb:raw searchStr}}\">{vb:raw conversation.prefix_rich}</a>\r\n </vb:if>\r\n {vb:raw conversation.title}\r\n </h2>\r\n </vb:if>\r\n\r\n\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"b-post__timestamp OLD__post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n\r\n </div>\r\n </div>\r\n\r\n <div class=\"OLD__post-content h-padding-vert-xl\">\r\n <vb:if condition=\"$adlocation\">\r\n <div class=\"axd axd_{vb:raw adlocation}\">\r\n {vb:set adtemplatename, \'ad_\'}\r\n {vb:strcat adtemplatename, {vb:raw adlocation}}\r\n {vb:template {vb:raw adtemplatename}}\r\n </div>\r\n </vb:if>\r\n\r\n\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"js-post__content-text OLD__post-content-text restore\" {vb:schema {vb:raw textSchema}}>\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n </div>\r\n\r\n <!-- REPLY -->\r\n <!--/vb:if-->\r\n <!-- /REPLY -->','template',1393013518,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(178,-1,'display_Forums','$final_rendered = \'<table class=\"forum-list-container stretch\">\r\n<tr class=\"forum-list-header\">\r\n <th class=\"header-forum\"><span>\' . \'\'; if (isset($forumHeaderPhrase)) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase($forumHeaderPhrase) . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"directory\") . \'\';\n }$final_rendered .= \'\' . \'</span></th>\r\n <th class=\"header-topics\"><span>\' . vB_Template_Runtime::parsePhrase(\"topics\") . \'</span></th>\r\n <th class=\"header-posts\"><span>\' . vB_Template_Runtime::parsePhrase(\"posts\") . \'</span></th>\r\n <th class=\"header-lastpost\"><span>\' . vB_Template_Runtime::parsePhrase(\"last_post\") . \'</span></th>\r\n</tr>\r\n\' . \'\'; if (!empty($channels) AND empty($channels[\'errors\'])) {\n $final_rendered .= \' \r\n \' . vB_Template_Runtime::includeTemplate(\'display_Forums_list\',array(\'channels\' => $channels, \'root\' => $root)) . \'\r\n </table>\r\n\';\n } else if (!empty($channels[\'errors\'])) {\n $final_rendered .= \'\r\n </table>\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"error_fetching_forums\") . \'</div>\r\n\';\n } else {\n $final_rendered .= \'\r\n </table>\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_forums_found\") . \'</div>\r\n\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"list-footer\"><a href=\"#\" class=\"markchannelsread\">\' . vB_Template_Runtime::parsePhrase(\"mark_channels_read\") . \'</a></div>\';','<table class=\"forum-list-container stretch\">\r\n<tr class=\"forum-list-header\">\r\n <th class=\"header-forum\"><span><vb:if condition=\"isset($forumHeaderPhrase)\">{vb:rawphrase {vb:raw forumHeaderPhrase}}<vb:else />{vb:rawphrase directory}</vb:if></span></th>\r\n <th class=\"header-topics\"><span>{vb:rawphrase topics}</span></th>\r\n <th class=\"header-posts\"><span>{vb:rawphrase posts}</span></th>\r\n <th class=\"header-lastpost\"><span>{vb:rawphrase last_post}</span></th>\r\n</tr>\r\n<vb:if condition=\"!empty($channels) AND empty($channels[\'errors\'])\"> \r\n {vb:template display_Forums_list, channels={vb:raw channels}, root={vb:raw root}}\r\n </table>\r\n<vb:elseif condition=\"!empty($channels[\'errors\'])\" />\r\n </table>\r\n <div class=\"conversation-empty\">{vb:rawphrase error_fetching_forums}</div>\r\n<vb:else />\r\n </table>\r\n <div class=\"conversation-empty\">{vb:rawphrase no_forums_found}</div>\r\n</vb:if>\r\n<div class=\"list-footer\"><a href=\"#\" class=\"markchannelsread\">{vb:rawphrase mark_channels_read}</a></div>','template',1358680327,'vBulletin Solutions','5.0.0 Beta 28','vbulletin','none'),(179,-1,'display_Forums_item','$final_rendered = \'\' . \'\'; $forumStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($forumLevel == 3) {\n $final_rendered .= \'\r\n \' . \'\'; $forumCssPrefix = \'subsub\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($forumLevel == 2) {\n $final_rendered .= \'\r\n \' . \'\'; $forumCssPrefix = \'sub\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $forumCssPrefix = \'main\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($forum[\'is_new\']) {\n $final_rendered .= \'\r\n \' . \'\'; $forumCssPrefix .= \' new\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\' . \'\r\n\r\n\r\n <tr class=\"forum-item \' . $forumCssPrefix . \' forum-item\' . $forumStatus . \'\" data-channel-id=\"\' . $forum[\'nodeid\'] . \'\" data-lastcontent=\"\' . $forum[\'lastcontent\'][\'created\'] . \'\" data-readtime=\"\' . $forum[\'readtime\'] . \'\">\r\n \' . \'\'; if (isset($inMessageCenter) AND $inMessageCenter) {\n $final_rendered .= \'\r\n <td class=\"cell-forum\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($forum[\'routeid\'])) . \'\" class=\"forum-title\">\' . $forum[\'title\'] . \'</a>\r\n <div class=\"forum-desc\">\' . $forum[\'description\'] . \'</div>\r\n </td>\r\n <td class=\"cell-gotopost\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($forum[\'routeid\'])) . \'\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'</a>\r\n </td>\r\n <td class=\"lastpost\">\r\n <div class=\"lastpost-wrapper\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'nodeid\'] > 0 AND !$isSubcategory) {\n $final_rendered .= \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $forum[\'lastcontent\'])) . \'\" class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[$forum[lastcontent][userid]][avatarpath] . \'\" alt=\"\' . $forum[\'lastcontent\'][\'authorname\'] . \'\" />\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-info\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'iconid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/images/icons/icon\' . vB_Template_Runtime::vBVar($forum[\'lastcontent\'][\'starter\'][\'iconid\']) . \'.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $searchStr = \'{\"prefix\":[\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= vB_Template_Runtime::vBVar($forum[\'lastcontent\'][\'starter\'][\'prefixid\']).\'\"]}\'; $final_rendered .= \'\' . \'\r\n [<a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'?searchJSON=\' . vB_Template_Runtime::urlEncode($searchStr) . \'\">\' . $forum[\'lastcontent\'][\'starter\'][\'prefix_rich\'] . \'</a>]\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $forum[\'lastcontent\'][\'starter\'][\'innerPost\'] = $forum[\'lastcontent\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $forum[\'lastcontent\'][\'starter\'][\'innerPostParent\'] = $forum[\'lastcontent\'][\'parentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($forum[\'lastcontent\'][\'starter\'][\'routeid\'], $forum[\'lastcontent\'][\'starter\'])) . \'\" class=\"lastpost-title ellipsis\">\' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'nodeid\'] == $forum[\'lastcontent\'][\'nodeid\']) {\n $final_rendered .= \'\' . $forum[\'lastcontent\'][\'title\'] . \'\';\n } else {\n $final_rendered .= \'\' . $forum[\'lastcontent\'][\'starter\'][\'title\'] . \'\';\n }$final_rendered .= \'\' . \'</a>\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $forum[\'lastcontent\'])) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $forum[\'lastcontent\'][\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"lastpost-date post-date\">\' . vB_Template_Runtime::datetime($forum[\'lastcontent\'][\'created\']) . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\r\n <td class=\"cell-forum\">\r\n <div class=\"forum-wrapper\">\r\n <span class=\"icon\"></span>\r\n <div class=\"forum-info\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($forum[\'routeid\'])) . \'\" class=\"forum-title ellipsis\">\' . $forum[\'title\'] . \'</a>\r\n </div>\r\n \' . \'\' . \'\r\n \' . \'\'; if ($forum[\'rss_enabled\']) {\n $final_rendered .= \'\r\n \' . \'\'; $url = vB_Template_Runtime::vBVar($baseurl); $final_rendered .= \'\' . \'\r\n \' . \'\'; $url .= vB_Template_Runtime::vBVar($forum[\'rss_route\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . $url . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"external_view_this_forum_rss_feed\") . \'\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n </div>\r\n \' . \'\' . \'\r\n\r\n <div class=\"forum-desc\">\' . $forum[\'description\'] . \'</div>\r\n \' . \'\'; if (isset($inMessageCenter) AND $inMessageCenter) {\n $final_rendered .= \'\r\n <div class=\"links\"><a href=\"#\" data-follow-id=\"\' . vB_Template_Runtime::vBVar($forum[\'nodeid\']) . \'\" class=\"following_remove\">\' . vB_Template_Runtime::parsePhrase(\"following_remove\") . \'</a></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </td>\r\n <td class=\"topics-count\">\' . \'\'; if (!$isSubcategory) {\n $final_rendered .= \'\' . vB_Template_Runtime::numberFormat($forum[\'topics\']) . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'</td>\r\n <td class=\"posts-count\">\' . \'\'; if (!$isSubcategory) {\n $final_rendered .= \'\' . vB_Template_Runtime::numberFormat($forum[\'posts\']) . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'</td>\r\n <td class=\"lastpost\">\r\n <div class=\"lastpost-wrapper\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'nodeid\'] > 0 AND !$isSubcategory) {\n $final_rendered .= \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $forum[\'lastcontent\'])) . \'\" class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[$forum[lastcontent][userid]][avatarpath] . \'\" alt=\"\' . $forum[\'lastcontent\'][\'authorname\'] . \'\" />\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-info\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'iconid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/images/icons/icon\' . vB_Template_Runtime::vBVar($forum[\'lastcontent\'][\'starter\'][\'iconid\']) . \'.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $searchStr = \'{\"prefix\":[\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= vB_Template_Runtime::vBVar($forum[\'lastcontent\'][\'starter\'][\'prefixid\']).\'\"]}\'; $final_rendered .= \'\' . \'\r\n [<a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'?searchJSON=\' . vB_Template_Runtime::urlEncode($searchStr) . \'\">\' . $forum[\'lastcontent\'][\'starter\'][\'prefix_rich\'] . \'</a>]\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $forum[\'lastcontent\'][\'starter\'][\'innerPost\'] = $forum[\'lastcontent\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $forum[\'lastcontent\'][\'starter\'][\'innerPostParent\'] = $forum[\'lastcontent\'][\'parentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($forum[\'lastcontent\'][\'starter\'][\'routeid\'], $forum[\'lastcontent\'][\'starter\'])) . \'\" class=\"lastpost-title ellipsis\">\' . \'\'; if ($forum[\'lastcontent\'][\'starter\'][\'nodeid\'] == $forum[\'lastcontent\'][\'nodeid\']) {\n $final_rendered .= \'\' . $forum[\'lastcontent\'][\'title\'] . \'\';\n } else {\n $final_rendered .= \'\' . $forum[\'lastcontent\'][\'starter\'][\'title\'] . \'\';\n }$final_rendered .= \'\' . \'</a>\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($forum[\'lastcontent\'][\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $forum[\'lastcontent\'])) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $forum[\'lastcontent\'][\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"lastpost-date post-date\">\' . vB_Template_Runtime::datetime($forum[\'lastcontent\'][\'created\']) . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </td>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </tr>\';','{vb:set forumStatus, \'\'}\r\n<vb:if condition=\"$forumLevel == 3\">\r\n {vb:set forumCssPrefix, \'subsub\'}\r\n<vb:elseif condition=\"$forumLevel == 2\" />\r\n {vb:set forumCssPrefix, \'sub\'}\r\n<vb:else />\r\n {vb:set forumCssPrefix, \'main\'}\r\n</vb:if>\r\n<vb:if condition=\"$forum[\'is_new\']\">\r\n {vb:strcat forumCssPrefix, \' new\'}\r\n</vb:if>\r\n<vb:comment>@TOD: Add CSS classes \' inactive\' and \' closed\' as forum status</vb:comment>\r\n\r\n\r\n <tr class=\"forum-item {vb:raw forumCssPrefix} forum-item{vb:raw forumStatus}\" data-channel-id=\"{vb:raw forum.nodeid}\" data-lastcontent=\"{vb:raw forum.lastcontent.created}\" data-readtime=\"{vb:raw forum.readtime}\">\r\n <vb:if condition=\"isset($inMessageCenter) AND $inMessageCenter\">\r\n <td class=\"cell-forum\">\r\n <a href=\"{vb:url {vb:raw forum.routeid}}\" class=\"forum-title\">{vb:raw forum.title}</a>\r\n <div class=\"forum-desc\">{vb:raw forum.description}</div>\r\n </td>\r\n <td class=\"cell-gotopost\">\r\n <a href=\"{vb:url {vb:raw forum.routeid}}\" class=\"button secondary\">{vb:phrase go_to_post}</a>\r\n </td>\r\n <td class=\"lastpost\">\r\n <div class=\"lastpost-wrapper\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'nodeid\'] > 0 AND !$isSubcategory\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'userid\'] > 0\">\r\n <vb:comment>avatar info must be fetched in batches in the parent template</vb:comment>\r\n <a href=\"{vb:url \'profile\', {vb:raw forum.lastcontent}}\" class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar[$forum[\'lastcontent\'][\'userid\']][\'avatarpath\']}\" alt=\"{vb:raw forum.lastcontent.authorname}\" />\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-info\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'iconid\']\">\r\n <img src=\"{vb:var baseurl_core}/images/icons/icon{vb:var forum.lastcontent.starter.iconid}.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n </vb:if>\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'prefixid\']\">\r\n {vb:set searchStr, \'{\"prefix\":[\"\'}\r\n {vb:strcat searchStr, {vb:var forum.lastcontent.starter.prefixid}, \'\"]}\'}\r\n [<a href=\"{vb:url \'search\'}?searchJSON={vb:urlencode {vb:raw searchStr}}\">{vb:raw forum.lastcontent.starter.prefix_rich}</a>]\r\n </vb:if>\r\n {vb:set forum.lastcontent.starter.innerPost, {vb:raw forum.lastcontent.nodeid}}\r\n {vb:set forum.lastcontent.starter.innerPostParent, {vb:raw forum.lastcontent.parentid}}\r\n <a href=\"{vb:url {vb:raw forum.lastcontent.starter.routeid}, {vb:raw forum.lastcontent.starter}}\" class=\"lastpost-title ellipsis\"><vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'nodeid\'] == $forum[\'lastcontent\'][\'nodeid\']\">{vb:raw forum.lastcontent.title}<vb:else />{vb:raw forum.lastcontent.starter.title}</vb:if></a>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw forum.lastcontent}}}\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw forum.lastcontent.authorname}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <div class=\"lastpost-date post-date\">{vb:datetime {vb:raw forum.lastcontent.created}}</div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </td>\r\n <vb:else />\r\n <td class=\"cell-forum\">\r\n <div class=\"forum-wrapper\">\r\n <span class=\"icon\"></span>\r\n <div class=\"forum-info\">\r\n <a href=\"{vb:url {vb:raw forum.routeid}}\" class=\"forum-title ellipsis\">{vb:raw forum.title}</a>\r\n </div>\r\n <vb:comment> External Icon</vb:comment>\r\n <vb:if condition=\"$forum[\'rss_enabled\']\">\r\n {vb:set url, {vb:var baseurl}}\r\n {vb:strcat url, {vb:var forum.rss_route}}\r\n <a href=\"{vb:raw url}\" title=\"{vb:phrase external_view_this_forum_rss_feed}\" class=\"h-right h-margin-right-xl\"><span class=\"b-icon b-icon__rss\"></span></a>\r\n </vb:if>\r\n <vb:comment> External Icon END</vb:comment>\r\n </div>\r\n <vb:comment>Per Kevin, we should comment this out in m6 and we will implement viewer count after initial launch.\r\n <span class=\"viewer\"><vb:if condition=\"!$isSubcategory\">({vb:number 0} <span>{vb:rawphrase viewing}</span>)</vb:if></span>\r\n </vb:comment>\r\n\r\n <div class=\"forum-desc\">{vb:raw forum.description}</div>\r\n <vb:if condition=\"isset($inMessageCenter) AND $inMessageCenter\">\r\n <div class=\"links\"><a href=\"#\" data-follow-id=\"{vb:var forum.nodeid}\" class=\"following_remove\">{vb:phrase following_remove}</a></div>\r\n </vb:if>\r\n </td>\r\n <td class=\"topics-count\"><vb:if condition=\"!$isSubcategory\">{vb:number {vb:raw forum.topics}}</vb:if></td>\r\n <td class=\"posts-count\"><vb:if condition=\"!$isSubcategory\">{vb:number {vb:raw forum.posts}}</vb:if></td>\r\n <td class=\"lastpost\">\r\n <div class=\"lastpost-wrapper\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'nodeid\'] > 0 AND !$isSubcategory\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'userid\'] > 0\">\r\n <vb:comment>avatar info must be fetched in batches in the parent template</vb:comment>\r\n <a href=\"{vb:url \'profile\', {vb:raw forum.lastcontent}}\" class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar[$forum[\'lastcontent\'][\'userid\']][\'avatarpath\']}\" alt=\"{vb:raw forum.lastcontent.authorname}\" />\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-info\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'iconid\']\">\r\n <img src=\"{vb:var baseurl_core}/images/icons/icon{vb:var forum.lastcontent.starter.iconid}.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n </vb:if>\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'prefixid\']\">\r\n {vb:set searchStr, \'{\"prefix\":[\"\'}\r\n {vb:strcat searchStr, {vb:var forum.lastcontent.starter.prefixid}, \'\"]}\'}\r\n [<a href=\"{vb:url \'search\'}?searchJSON={vb:urlencode {vb:raw searchStr}}\">{vb:raw forum.lastcontent.starter.prefix_rich}</a>]\r\n </vb:if>\r\n {vb:set forum.lastcontent.starter.innerPost, {vb:raw forum.lastcontent.nodeid}}\r\n {vb:set forum.lastcontent.starter.innerPostParent, {vb:raw forum.lastcontent.parentid}}\r\n <a href=\"{vb:url {vb:raw forum.lastcontent.starter.routeid}, {vb:raw forum.lastcontent.starter}}\" class=\"lastpost-title ellipsis\"><vb:if condition=\"$forum[\'lastcontent\'][\'starter\'][\'nodeid\'] == $forum[\'lastcontent\'][\'nodeid\']\">{vb:raw forum.lastcontent.title}<vb:else />{vb:raw forum.lastcontent.starter.title}</vb:if></a>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$forum[\'lastcontent\'][\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw forum.lastcontent}}}\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw forum.lastcontent.authorname}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <div class=\"lastpost-date post-date\">{vb:datetime {vb:raw forum.lastcontent.created}}</div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </td>\r\n </vb:if>\r\n </tr>','template',1380251512,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(180,-1,'display_Forums_list','$final_rendered = \'\' . \'\' . \'\r\n\' . \'\' . \'\r\n\' . \'\'; $subChannelsPerRow = \'3\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($channels) || $channels instanceof ArrayAccess) { foreach ($channels AS $channel) {$final_rendered .= \'\r\n \' . \'\'; if ($channel[\'category\'] == 1) {\n $final_rendered .= \'\r\n <!-- Categories -->\r\n <tr class=\"category-header\">\r\n <td colspan=\"4\"><a class=\"category\" data-nodeid=\"\' . $channel[\'nodeid\'] . \'\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($channel[\'routeid\'])) . \'\">\' . $channel[\'title\'] . \'</a></td>\r\n </tr>\r\n\r\n \';\n } else if ($channel[\'parentid\'] == $root) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($channel[\'parents\']) AND end($channel[\'parents\']) AND ($forumRoot = prev($channel[\'parents\'])) AND $forumRoot == $root) {\n $final_rendered .= \'\r\n <!-- Categories -->\r\n \' . \'\' . \'\r\n <tr class=\"category-header\">\r\n <td colspan=\"4\"><span class=\"category\"></span></td>\r\n </tr>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $nodeid = $channel[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $tempChannel = $channel; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channel[\'subchannels\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channel[subchannels][$nodeid] = $tempChannel; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($channel[\'subchannels\']) || $channel[\'subchannels\'] instanceof ArrayAccess) { foreach ($channel[\'subchannels\'] AS $forum) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($forum[\'lastcontent\'][\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $forum[\'lastcontent\'][\'userid\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $userThumbAvatars = vB_Template_Runtime::parseData(\'user\', \'fetchAvatars\', $userIds, \'1\'); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (is_array($channel[\'subchannels\']) || $channel[\'subchannels\'] instanceof ArrayAccess) { foreach ($channel[\'subchannels\'] AS $forum) {$final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($forum[\'category\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $isSubcategory = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isSubcategory = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (count($forum[\'parents\']) >= 5) {\n $final_rendered .= \'\r\n <!-- Sub Forums -->\r\n \' . \'\'; $forumLevel = \'2\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <!-- Top level Forums -->\r\n \' . \'\'; $forumLevel = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Forums_item\',array(\'forum\' => $forum, \'forumLevel\' => $forumLevel, \'isSubcategory\' => $isSubcategory, \'avatar\' => $userThumbAvatars)) . \'\r\n\r\n \' . \'\'; if (!empty($forum[\'subchannels\'])) {\n $final_rendered .= \'\r\n <!-- Sub-Forums -->\r\n <tr class=\"subforum-list\"><td colspan=\"4\">\r\n <div class=\"subforum-header h-clear\">\' . vB_Template_Runtime::parsePhrase(\"sub_forums\") . \':</div>\r\n <table>\r\n \' . \'\'; $cols = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($forum[\'subchannels\']) || $forum[\'subchannels\'] instanceof ArrayAccess) { foreach ($forum[\'subchannels\'] AS $subforum) {$final_rendered .= \'\r\n \' . \'\'; if ((($cols - 1) % $subChannelsPerRow == 0)) {\n $final_rendered .= \'\r\n <tr>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $colspan = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (($cols == count($forum[\'subchannels\'])) AND (($remaining = ($cols % $subChannelsPerRow)) != 0)) {\n $final_rendered .= \'\r\n \' . \'\'; $colspan = \'\' . \'colspan=\"\'.vB_Template_Runtime::runMaths(\'\' . $subChannelsPerRow . \'\'.\'-\'.\'\' . $remaining . \'\'.\'+1\').\'\"\' . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <td class=\"subforum-item\" data-lastcontent=\"\' . $subforum[\'lastcontent\'][\'created\'] . \'\" data-channel-id=\"\' . $subforum[\'nodeid\'] . \'\" \' . $colspan . \'>\r\n <div class=\"subforum-info\">\r\n <span class=\"icon\' . \'\'; if (!empty($subforum[\'is_new\'])) {\n $final_rendered .= \' new\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\"></span>\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($subforum[\'routeid\'])) . \'\" class=\"subforum-title\">\' . $subforum[\'title\'] . \'</a>\r\n <span class=\"counts\">(\' . vB_Template_Runtime::numberFormat($subforum[\'topics\']) . \'/\' . vB_Template_Runtime::numberFormat($subforum[\'posts\']) . \')</span>\r\n </div>\r\n </td>\r\n \' . \'\'; if (($cols % $subChannelsPerRow == 0) OR $cols == count($forum[\'subchannels\'])) {\n $final_rendered .= \'\r\n </tr>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $cols = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($cols) . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n </td></tr>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:comment>NOTE: The $channels object passed here should contain forum tree structure containing categories, main forums and subforums under the specified root id</vb:comment>\r\n<vb:comment>Change this value to adjust the number of colums for the subchannels</vb:comment>\r\n{vb:set subChannelsPerRow, 3}\r\n\r\n<vb:each from=\"channels\" value=\"channel\">\r\n <vb:if condition=\"$channel[\'category\'] == 1\">\r\n <!-- Categories -->\r\n <tr class=\"category-header\">\r\n <td colspan=\"4\"><a class=\"category\" data-nodeid=\"{vb:raw channel.nodeid}\" href=\"{vb:url {vb:raw channel.routeid}}\">{vb:raw channel.title}</a></td>\r\n </tr>\r\n\r\n <vb:elseif condition=\"$channel[\'parentid\'] == $root\" />\r\n <vb:if condition=\"!empty($channel[\'parents\']) AND end($channel[\'parents\']) AND ($forumRoot = prev($channel[\'parents\'])) AND $forumRoot == $root\">\r\n <!-- Categories -->\r\n <vb:comment>this is a channel without category, so display a blank category first then the channels (forums/subforums)</vb:comment>\r\n <tr class=\"category-header\">\r\n <td colspan=\"4\"><span class=\"category\"></span></td>\r\n </tr>\r\n </vb:if>\r\n\r\n <vb:comment>Move the entire $channel array to its \'subchannels\' array</vb:comment>\r\n {vb:set nodeid, {vb:raw channel.nodeid}}\r\n {vb:set tempChannel, {vb:raw channel}}\r\n {vb:set channel.subchannels, \'\'}\r\n {vb:set channel[\'subchannels\'][$nodeid], {vb:raw tempChannel}}\r\n </vb:if>\r\n\r\n <vb:comment>fetch info in batches</vb:comment>\r\n {vb:set userIds, {vb:php array}}\r\n <vb:each from=\"channel.subchannels\" value=\"forum\">\r\n <vb:if condition=\"!empty($forum[\'lastcontent\'][\'userid\'])\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw forum.lastcontent.userid}}}\r\n </vb:if>\r\n </vb:each>\r\n {vb:data userThumbAvatars, user, fetchAvatars, {vb:raw userIds}, 1}\r\n\r\n <vb:each from=\"channel.subchannels\" value=\"forum\">\r\n <vb:comment>if the forum is actually a Category (category within a category), then let it be displayed like a forum would but don\'t display any statistics</vb:comment>\r\n <vb:if condition=\"$forum[\'category\'] == 1\">\r\n {vb:set isSubcategory, 1}\r\n <vb:else />\r\n {vb:set isSubcategory, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"count($forum[\'parents\']) >= 5\">\r\n <!-- Sub Forums -->\r\n {vb:set forumLevel, 2}\r\n <vb:else />\r\n <!-- Top level Forums -->\r\n {vb:set forumLevel, 1}\r\n </vb:if>\r\n\r\n {vb:template display_Forums_item, forum={vb:raw forum}, forumLevel={vb:raw forumLevel}, isSubcategory={vb:raw isSubcategory}, avatar={vb:raw userThumbAvatars}}\r\n\r\n <vb:if condition=\"!empty($forum[\'subchannels\'])\">\r\n <!-- Sub-Forums -->\r\n <tr class=\"subforum-list\"><td colspan=\"4\">\r\n <div class=\"subforum-header h-clear\">{vb:rawphrase sub_forums}:</div>\r\n <table>\r\n {vb:set cols, 1}\r\n <vb:each from=\"forum.subchannels\" value=\"subforum\">\r\n <vb:if condition=\"(($cols - 1) % $subChannelsPerRow == 0)\">\r\n <tr>\r\n </vb:if>\r\n {vb:set colspan, \'\'}\r\n <vb:if condition=\"($cols == count($forum[\'subchannels\'])) AND (($remaining = ($cols % $subChannelsPerRow)) != 0)\">\r\n {vb:set colspan, {vb:concat \'colspan=\"\', {vb:math {vb:raw subChannelsPerRow} - {vb:raw remaining} + 1}, \'\"\'}}\r\n </vb:if>\r\n <td class=\"subforum-item\" data-lastcontent=\"{vb:raw subforum.lastcontent.created}\" data-channel-id=\"{vb:raw subforum.nodeid}\" {vb:raw colspan}>\r\n <div class=\"subforum-info\">\r\n <span class=\"icon<vb:if condition=\"!empty($subforum[\'is_new\'])\"> new</vb:if>\"></span>\r\n <a href=\"{vb:url {vb:raw subforum.routeid}}\" class=\"subforum-title\">{vb:raw subforum.title}</a>\r\n <span class=\"counts\">({vb:number {vb:raw subforum.topics}}/{vb:number {vb:raw subforum.posts}})</span>\r\n </div>\r\n </td>\r\n <vb:if condition=\"($cols % $subChannelsPerRow == 0) OR $cols == count($forum[\'subchannels\'])\">\r\n </tr>\r\n </vb:if>\r\n {vb:set cols, {vb:math {vb:var cols} + 1}}\r\n </vb:each>\r\n </table>\r\n </td></tr>\r\n </vb:if>\r\n </vb:each>\r\n</vb:each>','template',1380137262,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(181,-1,'display_Forums_tab','$final_rendered = \'\' . \'\'; $dataLoaded = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($default_tab) OR $default_tab == \'#forum-tab\') {\n $final_rendered .= \'\r\n \' . \'\'; $forumTabContent = vB_Template_Runtime::parseDataWithErrors(\'node\', \'fetchChannelNodeTree\', \'-1\', \'3\', \'1\', \'100\'); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($forumTabContent) AND empty($forumTabContent[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $channels = $forumTabContent[\'channels\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $root = $forumTabContent[\'root\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataLoaded = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else if (!empty($forumTabContent) AND !empty($forumTabContent[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $channels = $forumTabContent; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($default_tab)) {\n $final_rendered .= \'\r\n <div id=\"forum-tab\" class=\"\' . \'\'; if ($default_tab != \'#forum-tab\') {\n $final_rendered .= \'ui-tabs-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($dataLoaded) {\n $final_rendered .= \' dataLoaded\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!isset($default_tab) OR $default_tab == \'#forum-tab\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Forums\',array(\'channels\' => $channels, \'root\' => $root)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($default_tab)) {\n $final_rendered .= \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','{vb:set dataLoaded, 0}\r\n <vb:if condition=\"!isset($default_tab) OR $default_tab == \'#forum-tab\'\">\r\n {vb:rawdata forumTabContent, node, fetchChannelNodeTree, -1, 3, 1, 100}\r\n\r\n <vb:if condition=\"!empty($forumTabContent) AND empty($forumTabContent[\'errors\'])\">\r\n {vb:set channels, {vb:raw forumTabContent.channels}}\r\n {vb:set root, {vb:raw forumTabContent.root}}\r\n {vb:set dataLoaded, 1}\r\n <vb:elseif condition=\"!empty($forumTabContent) AND !empty($forumTabContent[\'errors\'])\" />\r\n {vb:set channels, {vb:raw forumTabContent}}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($default_tab)\">\r\n <div id=\"forum-tab\" class=\"<vb:if condition=\"$default_tab != \'#forum-tab\'\">ui-tabs-hide</vb:if><vb:if condition=\"$dataLoaded\"> dataLoaded</vb:if>\">\r\n </vb:if>\r\n\r\n <vb:if condition=\"!isset($default_tab) OR $default_tab == \'#forum-tab\'\">\r\n {vb:template display_Forums, channels={vb:raw channels}, root={vb:raw root}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($default_tab)\">\r\n </div>\r\n </vb:if>','template',1348264728,'vBulletin Solutions','5.0.0 Beta 12','vbulletin','none'),(182,-1,'display_posthistory','$final_rendered = \'\' . \'\'; if (isset($conversation[\'edit_userid\']) AND !$conversation[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $editUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($conversation[\'edit_userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $edituserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $editUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $editusername = $conversation[\'edit_username\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-edit\">\r\n \' . \'\' . \'\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'postedithistory\') AND !empty($conversation[\'hashistory\']) AND !empty($conversation[\'canedit\'])) {\n $final_rendered .= \'\r\n <span id=\"post-history-\' . $conversation[\'nodeid\'] . \'\" class=\"post-history\">\' . vB_Template_Runtime::parsePhrase(\"last_edited_link_by_x_on_y_at_z_nodeid\", $conversation[\'edit_username\'], \'\' . vB_Template_Runtime::datetime($conversation[\'edit_dateline\']) . \'\') . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"last_edited_by_x_on_y_at_z\", $conversation[\'edit_username\'], $edituserlink, \'\' . vB_Template_Runtime::datetime($conversation[\'edit_dateline\']) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($conversation[\'edit_reason\']) AND !empty($conversation[\'edit_reason\'])) {\n $final_rendered .= \'\r\n <span class=\"reason\">\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</span> \' . $conversation[\'edit_reason\'] . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"isset($conversation[\'edit_userid\']) AND !$conversation[\'unpublishdate\']\">\r\n {vb:set editUserInfo.userid, {vb:var conversation.edit_userid}}\r\n {vb:set edituserlink, {vb:url \'profile\', {vb:raw editUserInfo}}}\r\n {vb:set editusername, {vb:raw conversation.edit_username}}\r\n <div class=\"post-edit\">\r\n <vb:comment>see vB_Api_Posthistory::canViewPostHistory</vb:comment>\r\n <vb:if condition=\"$vboptions[\'postedithistory\'] AND !empty($conversation[\'hashistory\']) AND !empty($conversation[\'canedit\'])\">\r\n <span id=\"post-history-{vb:raw conversation.nodeid}\" class=\"post-history\">{vb:rawphrase last_edited_link_by_x_on_y_at_z_nodeid, {vb:raw conversation.edit_username}, {vb:datetime {vb:raw conversation.edit_dateline}}}</span>\r\n <vb:else />\r\n {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw conversation.edit_username}, {vb:raw edituserlink}, {vb:datetime {vb:raw conversation.edit_dateline}}}\r\n </vb:if>\r\n <vb:if condition=\"isset($conversation[\'edit_reason\']) AND !empty($conversation[\'edit_reason\'])\">\r\n <span class=\"reason\">{vb:rawphrase reason}:</span> {vb:raw conversation.edit_reason}\r\n </vb:if>\r\n\r\n </div>\r\n</vb:if>','template',1369055457,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(183,-1,'display_Topics','$final_rendered = \'\' . \'\'; if (!empty($topics) AND empty($topics[\'errors\'])) {\n $final_rendered .= \'\r\n\' . \'\'; if (empty($no_header)) {\n $final_rendered .= \'\r\n <thead class=\"topic-list-header\">\r\n <tr>\r\n <th class=\"header-topic\"><span>\' . vB_Template_Runtime::parsePhrase(\"topic\") . \'</span></th>\r\n <th class=\"header-icons\"></th>\r\n <th class=\"header-stats\"><span>\' . vB_Template_Runtime::parsePhrase(\"statistics\") . \'</span></th>\r\n <th class=\"header-lastpost\"\' . ((!empty($canmoderate)) ? \"colspan=2\" : \"\") . \'><span>\' . vB_Template_Runtime::parsePhrase(\"last_post\") . \'</span></th>\r\n </tr>\r\n </thead>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <tbody class=\"topic-list \' . $topic_list_class . \'\">\r\n \' . \'\'; $firstNonStickyThread = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topics = vB_Template_Runtime::parseData(\'node\', \'mergeNodeviewsForTopics\', $topics); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($topics) || $topics instanceof ArrayAccess) { foreach ($topics AS $topic) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Topics_item\',array(\'topic\' => $topic, \'canmoderate\' => $canmoderate, \'no_header\' => $no_header)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </tbody>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!empty($topics) AND empty($topics[\'errors\'])\">\r\n<vb:if condition=\"empty($no_header)\">\r\n <thead class=\"topic-list-header\">\r\n <tr>\r\n <th class=\"header-topic\"><span>{vb:rawphrase topic}</span></th>\r\n <th class=\"header-icons\"></th>\r\n <th class=\"header-stats\"><span>{vb:rawphrase statistics}</span></th>\r\n <th class=\"header-lastpost\"{vb:if !empty($canmoderate), colspan=\"2\"}><span>{vb:rawphrase last_post}</span></th>\r\n </tr>\r\n </thead>\r\n</vb:if>\r\n <tbody class=\"topic-list {vb:raw topic_list_class}\">\r\n {vb:set firstNonStickyThread, 0}\r\n {vb:data topics, node, \'mergeNodeviewsForTopics\', {vb:raw topics}}\r\n <vb:each from=\"topics\" value=\"topic\">\r\n {vb:template display_Topics_item, topic={vb:raw topic}, canmoderate={vb:raw canmoderate}, no_header={vb:raw no_header}}\r\n </vb:each>\r\n </tbody>\r\n</vb:if>','template',1376599992,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(184,-1,'display_Topics_item','$final_rendered = \'\' . \'\'; $channelid = $topic[\'parentid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $readtime = $topic[\'readtime\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $parentreadtime = $topic[\'parentreadtime\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $attachcount = $topic[\'attachcount\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $topic = $topic[\'content\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $topicStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $topicPrefix = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $iconTooltip = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $enableInlineMod = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $showNode = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!empty($canmoderate) AND !empty($topic[\'permissions\']) AND $topic[\'permissions\'][\'canmoderate\']) {\n $final_rendered .= \'\r\n \' . \'\'; $enableInlineMod = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($topic[\'lastcontent\']) {\n $final_rendered .= \'\r\n \' . \'\'; $lastcontent = $topic[\'lastcontent\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $lastcontent = $topic[\'created\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (vB::getDatastore()->getOption(\'threadmarking\') > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $cutoff = \'\' . vB_Template_Runtime::runMaths(\'(\'.\'\' . $timenow . \'\'.\'-(\'.\'\' . $vboptions[\'markinglimit\'] . \'\'.\'*86400))\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($readtime < $cutoff) {\n $final_rendered .= \'\r\n \' . \'\'; $readtime = $cutoff; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($readtime < $parentreadtime) {\n $final_rendered .= \'\r\n \' . \'\'; $readtime = $parentreadtime; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($readtime) AND $readtime > $lastcontent) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' read\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' unapproved\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phrase_unapproved = \'\' . vB_Template_Runtime::parsePhrase(\"unapproved\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicPrefix .= $phrase_unapproved; $final_rendered .= \'\' . \'\r\n \' . \'\'; $hasUnpublishedPosts = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($enableInlineMod AND ($topic[\'totalunpubcount\'] > 0) AND !empty($topic[\'showUnpublishedNotice\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $hasUnpublishedPosts = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicStatus .= \' has-unpublished\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'featured\']) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' featured\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'showpublished\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' deleted\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $topicPrefix .= \', \'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phrase_deleted = \'\' . vB_Template_Runtime::parsePhrase(\"deleted\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicPrefix .= $phrase_deleted; $final_rendered .= \'\' . \'\r\n \' . \'\'; $iconTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"this_topic_is_deleted\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($topic[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $topic[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'showopen\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' closed\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $topicPrefix .= \', \'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phrase_closed = \'\' . vB_Template_Runtime::parsePhrase(\"closed\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicPrefix .= $phrase_closed; $final_rendered .= \'\' . \'\r\n \' . \'\'; $iconTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"this_topic_is_closed\") . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'sticky\']) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' sticky\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $topicPrefix .= \', \'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phrase_sticky_node = \'\' . vB_Template_Runtime::parsePhrase(\"sticky_node\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicPrefix .= $phrase_sticky_node; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($topic[\'approved\'] == 0 OR $topic[\'showpublished\'] == 0 OR $topic[\'sticky\']) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' hasprefix\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (isset($topic[\'tonodeid\']) AND $topic[\'tonodeid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $isRedirect = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicStatus .= \' redirect\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topic[\'unpublishdate\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' expiring-redirect\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $topicPrefix .= \', \'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phrase_redirect = \'\' . vB_Template_Runtime::parsePhrase(\"redirect\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $topicPrefix .= $phrase_redirect; $final_rendered .= \'\' . \'\r\n \' . \'\'; $redirectTopic = $topic[\'toNode\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($redirectTopic) OR !empty($redirectTopic[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $showNode = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $isRedirect = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($topic[\'title\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $topic[\'title\'] = $topic[\'startertitle\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\r\n\' . \'\'; if ($topic[\'sticky\'] == false AND $firstNonStickyThread == 0) {\n $final_rendered .= \'\r\n \' . \'\'; $firstNonStickyThread = \'1\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::hook(\'topics_after_sticky\', get_defined_vars()) . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($showNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($isRedirect AND !strpos($topicStatus, \'read\')) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' read\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <tr class=\"topic-item\' . $topicStatus . \'\' . \'\'; if ($enableInlineMod) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($attachcount > 0) {\n $final_rendered .= \' im-attach\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" data-lastcontent=\"\' . $lastcontent . \'\" data-readtime=\"\' . $readtime . \'\" data-channelreadtime=\"\' . $parentreadtime . \'\" data-node-id=\"\' . $topic[\'nodeid\'] . \'\" data-channel-id=\"\' . $channelid . \'\">\r\n \' . \'\'; if (isset($inMessageCenter) AND $inMessageCenter) {\n $final_rendered .= \'\r\n <td class=\"cell-topic\">\r\n <div class=\"topic-wrapper\">\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'<span class=\"prefix\">\' . $topicPrefix . \': </span>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topic[\'iconid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/images/icons/icon\' . vB_Template_Runtime::vBVar($topic[\'iconid\']) . \'.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topic[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $searchStr = \'{\"prefix\":[\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= vB_Template_Runtime::vBVar($topic[\'prefixid\']).\'\"]}\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'?searchJSON=\' . vB_Template_Runtime::urlEncode($searchStr) . \'\">\' . $topic[\'prefix_rich\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$topic[\'showpublished\'] AND !$enableInlineMod) {\n $final_rendered .= \'\r\n \' . $topic[\'title\'] . \'\r\n \';\n } else if ($isRedirect) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($redirectTopic[\'routeid\'], $redirectTopic)) . \'\" class=\"topic-title\">\' . $topic[\'title\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'routeid\'], $topic)) . \'\" class=\"topic-title\">\' . $topic[\'title\'] . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"topic-info h-clear\">\r\n \' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'channelroute\'])) . \'\', \'\' . vB_Template_Runtime::vBVar($topic[\'channeltitle\']) . \'\') . \'<br>\r\n \' . \'\'; if (!empty($topic[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $topic)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"started_by_link_x_y_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'authorname\'], \'\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"started_by_guest_x\", \'\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </td>\r\n <td class=\"cell-gotopost\">\r\n \' . \'\'; $starter[\'nodeid\'] = $topic[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $topic[\'lastcontentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'starterroute\'], $starter)) . \'\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'</a>\r\n </td>\r\n <td class=\"cell-lastpost\">\r\n \' . \'\'; if ($enableInlineMod AND $topic[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"post_needs_to_be_approved\") . \'\r\n \';\n } else if ($topic[\'showpublished\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($topic[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteUserInfo[\'username\'] = vB_Template_Runtime::vBVar($topic[\'deleteusername\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $topic[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"delete-note\">\' . vB_Template_Runtime::parsePhrase(\"topic_deleted_by_x_link\", $deleteuserlink, $deleteusername) . \'</div>\r\n \' . \'\'; if (!empty($topic[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($topic[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($isRedirect) {\n $final_rendered .= \'\r\n —\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (($topic[\'lastcontentid\'] > 0) AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'userid\'] = $topic[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $data[\'username\'] = $topic[\'lastauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $data)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'lastauthorid\'] > 0) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if (($topic[\'lastauthorid\'] > 0) AND ($topic[\'avatar_last_poster\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'avatar_last_poster\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar_last_poster\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'lastcontentauthor\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'lastcontentauthor\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'avatar\'][\'avatarpath\'] AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($topic[\'lastauthorid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'lastcontentauthor\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <span class=\"post-date\">\' . vB_Template_Runtime::datetime($topic[\'lastcontent\']) . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $topic)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'userid\'] > 0) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($topic[\'avatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($topic[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <span class=\"post-date\">\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'</span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </td>\r\n \';\n } else {\n $final_rendered .= \'\r\n\r\n <td class=\"cell-topic\">\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'threadmarking\') > 0 AND $user[userid] > 0 AND !empty($readtime) AND $readtime < $lastcontent AND !$isRedirect) {\n $final_rendered .= \'\r\n \' . \'\'; $newpostAvailable = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $iconTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"new_posts\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $newpostAvailable = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <span class=\"vb-icon vb-icon-topic-status\" title=\"\' . $iconTooltip . \'\"></span>\r\n <div class=\"topic-wrapper\">\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($newpostAvailable)) {\n $final_rendered .= \'\r\n \' . \'\'; $querystring[\'goto\'] = \'newpost\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'routeid\'], $topic, $querystring)) . \'\" class=\"go-to-first-unread\" title=\"\' . vB_Template_Runtime::parsePhrase(\"go_to_first_new_post\") . \'\"> </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($topicPrefix)) {\n $final_rendered .= \'<span class=\"prefix\">\' . $topicPrefix . \': </span>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topic[\'iconid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/images/icons/icon\' . vB_Template_Runtime::vBVar($topic[\'iconid\']) . \'.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($topic[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $searchStr = \'{\"prefix\":[\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= vB_Template_Runtime::vBVar($topic[\'prefixid\']).\'\"]}\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'?searchJSON=\' . vB_Template_Runtime::urlEncode($searchStr) . \'\">\' . $topic[\'prefix_rich\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$topic[\'showpublished\'] AND !$enableInlineMod) {\n $final_rendered .= \'\r\n \' . $topic[\'title\'] . \'\r\n \';\n } else if ($isRedirect) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($redirectTopic[\'routeid\'], $redirectTopic)) . \'\" class=\"topic-title\">\' . $topic[\'title\'] . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'routeid\'], $topic)) . \'\" class=\"topic-title\">\' . $topic[\'title\'] . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"topic-info h-clear\">\r\n \' . \'\'; if (!empty($topic[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $topic)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"started_by_link_x_y_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'authorname\'], \'\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"started_by_guest_x\", \'\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($inMessageCenter) AND $inMessageCenter) {\n $final_rendered .= \'\r\n <div class=\"links\"><a href=\"#\" data-follow-id=\"\' . vB_Template_Runtime::vBVar($topic[\'nodeid\']) . \'\" class=\"following_remove\">\' . vB_Template_Runtime::parsePhrase(\"following_remove\") . \'</a></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </td>\r\n <td class=\"cell-icons\">\r\n \' . \'\'; if ($attachcount > 0) {\n $final_rendered .= \'\r\n <span class=\"vb-icon vb-icon-attach\" title=\"\' . vB_Template_Runtime::parsePhrase(\"x_attachments\", htmlspecialchars(\'\' . $attachcount . \'\')) . \'\"></span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($enableInlineMod AND $hasUnpublishedPosts) {\n $final_rendered .= \'\r\n <span class=\"vb-icon vb-icon-warning-orange\" title=\"\' . vB_Template_Runtime::parsePhrase(\"x_unpublished_posts\", htmlspecialchars(\'\' . $topic[\'totalunpubcount\'] . \'\')) . \'\"></span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isRedirect AND $topic[\'unpublishdate\'] > 0) {\n $final_rendered .= \'\r\n <span class=\"icon expiring-redirect-icon\" title=\"\' . vB_Template_Runtime::parsePhrase(\"expiring_redirect\") . \'\"></span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </td>\r\n <td class=\"cell-count\">\r\n \' . \'\'; if ($enableInlineMod AND ($topic[\'approved\'] == 0 OR $topic[\'showpublished\'] == 0)) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'routeid\'], $topic)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage\") . \'</a>\r\n \';\n } else if ($isRedirect OR !$topic[\'showpublished\']) {\n $final_rendered .= \'\r\n —\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"posts-count\">\' . vB_Template_Runtime::numberFormat($topic[\'totalcount_1\']) . \' \' . \'\'; if ($topic[\'totalcount_1\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"post_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"posts_lower\") . \'\';\n }$final_rendered .= \'\' . \'</div>\r\n <div class=\"views-count\">\' . vB_Template_Runtime::numberFormat($topic[\'views\']) . \' \' . \'\'; if ($topic[\'views\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"view_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"views_lower\") . \'\';\n }$final_rendered .= \'\' . \'</div>\r\n <div class=\"votes-count\">\' . vB_Template_Runtime::numberFormat($topic[\'votes\']) . \' \' . \'\'; if ($topic[\'votes\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"like_lower\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"likes_lower\") . \'\';\n }$final_rendered .= \'\' . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </td>\r\n <td class=\"cell-lastpost\">\r\n \' . \'\'; if ($enableInlineMod AND $topic[\'approved\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"post_needs_to_be_approved\") . \'\r\n \';\n } else if ($topic[\'showpublished\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteUserInfo[\'userid\'] = vB_Template_Runtime::vBVar($topic[\'deleteuserid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteUserInfo[\'username\'] = vB_Template_Runtime::vBVar($topic[\'deleteusername\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $deleteUserInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteusername = $topic[\'deleteusername\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $deleteusername = \'\' . vB_Template_Runtime::parsePhrase(\"unknown\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteuserlink = \'#\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"delete-note\">\' . vB_Template_Runtime::parsePhrase(\"topic_deleted_by_x_link\", $deleteuserlink, $deleteusername) . \'</div>\r\n \' . \'\'; if (!empty($topic[\'deletereason\'])) {\n $final_rendered .= \'\r\n <div class=\"delete-reason\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label> \' . vB_Template_Runtime::vBVar($topic[\'deletereason\']) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($isRedirect) {\n $final_rendered .= \'\r\n —\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (($topic[\'lastcontentid\'] > 0) AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'userid\'] = $topic[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $data[\'username\'] = $topic[\'lastauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $data)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'lastauthorid\'] > 0) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if (($topic[\'lastauthorid\'] > 0) AND ($topic[\'avatar_last_poster\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'avatar_last_poster\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar_last_poster\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'lastcontentauthor\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'lastcontentauthor\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'avatar\'][\'avatarpath\'] AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($topic[\'lastauthorid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'lastcontentauthor\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <span class=\"post-date\">\' . vB_Template_Runtime::datetime($topic[\'lastcontent\']) . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $topic)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($topic[\'userid\'] > 0) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($topic[\'avatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $topic[\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" alt=\"\' . $topic[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" />\r\n </span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lastpost-by\">\r\n \' . \'\'; if ($topic[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $topic[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_guest\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <span class=\"post-date\">\' . vB_Template_Runtime::datetime($topic[\'created\']) . \'</span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $qs[\'p\'] = $topic[\'lastcontentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($topic[\'routeid\'], $topic, $qs)) . \'\" class=\"go-to-last-post\" title=\"\' . vB_Template_Runtime::parsePhrase(\"go_to_last_post\") . \'\"> </a>\r\n </td>\r\n\r\n \' . \'\'; if (isset($enableInlineMod) AND $enableInlineMod > 0) {\n $final_rendered .= \'\r\n <td class=\"cell-inlinemod-item\"><input class=\"cb_inlinemod\" type=\"checkbox\" name=\"node[]\" value=\"\' . $topic[\'nodeid\'] . \'\" /></td>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','{vb:set channelid, {vb:raw topic.parentid}}\r\n{vb:set readtime, {vb:raw topic.readtime}}\r\n{vb:set parentreadtime, {vb:raw topic.parentreadtime}}\r\n{vb:set attachcount, {vb:raw topic.attachcount}}\r\n{vb:set topic, {vb:raw topic.content}}\r\n{vb:set topicStatus, \'\'}\r\n{vb:set topicPrefix, \'\'}\r\n{vb:set iconTooltip, \'\'}\r\n{vb:set enableInlineMod, 0}\r\n{vb:set showNode, 1}\r\n<vb:if condition=\"!empty($canmoderate) AND !empty($topic[\'permissions\']) AND $topic[\'permissions\'][\'canmoderate\']\">\r\n {vb:set enableInlineMod, 1}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$topic[\'lastcontent\']\">\r\n {vb:set lastcontent, {vb:raw topic.lastcontent}}\r\n<vb:else />\r\n {vb:set lastcontent, {vb:raw topic.created}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$vboptions[\'threadmarking\'] > 0\">\r\n {vb:set cutoff, {vb:math ({vb:raw timenow} - ({vb:raw vboptions.markinglimit} * 86400))}}\r\n <vb:if condition=\"$readtime < $cutoff\">\r\n {vb:set readtime, {vb:raw cutoff}}\r\n </vb:if>\r\n <vb:if condition=\"$readtime < $parentreadtime\">\r\n {vb:set readtime, {vb:raw parentreadtime}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($readtime) AND $readtime > $lastcontent\">\r\n {vb:strcat topicStatus, \' read\'}\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'approved\'] == 0\">\r\n {vb:strcat topicStatus, \' unapproved\'}\r\n {vb:set phrase_unapproved, {vb:phrase unapproved}}\r\n {vb:strcat topicPrefix, {vb:raw phrase_unapproved}}\r\n {vb:set hasUnpublishedPosts, 0}\r\n<vb:elseif condition=\"$enableInlineMod AND ($topic[\'totalunpubcount\'] > 0) AND !empty($topic[\'showUnpublishedNotice\'])\" />\r\n {vb:set hasUnpublishedPosts, 1}\r\n {vb:strcat topicStatus, \' has-unpublished\'}\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'featured\']\">\r\n {vb:strcat topicStatus, \' featured\'}\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'showpublished\'] == 0\">\r\n {vb:strcat topicStatus, \' deleted\'}\r\n <vb:if condition=\"!empty($topicPrefix)\">\r\n {vb:strcat topicPrefix, \', \'}\r\n </vb:if>\r\n {vb:set phrase_deleted, {vb:phrase deleted}}\r\n {vb:strcat topicPrefix, {vb:raw phrase_deleted}}\r\n {vb:set iconTooltip, {vb:phrase this_topic_is_deleted}}\r\n <vb:if condition=\"!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var topic.deleteuserid}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw topic.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'showopen\'] == 0\">\r\n {vb:strcat topicStatus, \' closed\'}\r\n <vb:if condition=\"!empty($topicPrefix)\">\r\n {vb:strcat topicPrefix, \', \'}\r\n </vb:if>\r\n {vb:set phrase_closed, {vb:phrase closed}}\r\n {vb:strcat topicPrefix, {vb:raw phrase_closed}}\r\n {vb:set iconTooltip, {vb:phrase this_topic_is_closed}}\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'sticky\']\">\r\n {vb:strcat topicStatus, \' sticky\'}\r\n <vb:if condition=\"!empty($topicPrefix)\">\r\n {vb:strcat topicPrefix, \', \'}\r\n </vb:if>\r\n {vb:set phrase_sticky_node, {vb:phrase sticky_node}}\r\n {vb:strcat topicPrefix, {vb:raw phrase_sticky_node}}\r\n</vb:if>\r\n<vb:if condition=\"$topic[\'approved\'] == 0 OR $topic[\'showpublished\'] == 0 OR $topic[\'sticky\']\">\r\n {vb:strcat topicStatus, \' hasprefix\'}\r\n</vb:if>\r\n<vb:if condition=\"isset($topic[\'tonodeid\']) AND $topic[\'tonodeid\'] > 0\">\r\n {vb:set isRedirect, 1}\r\n {vb:strcat topicStatus, \' redirect\'}\r\n <vb:if condition=\"$topic[\'unpublishdate\'] > 0\">\r\n {vb:strcat topicStatus, \' expiring-redirect\'}\r\n </vb:if>\r\n <vb:if condition=\"!empty($topicPrefix)\">\r\n {vb:strcat topicPrefix, \', \'}\r\n </vb:if>\r\n {vb:set phrase_redirect, {vb:phrase redirect}}\r\n {vb:strcat topicPrefix, {vb:raw phrase_redirect}}\r\n {vb:set redirectTopic, {vb:raw topic.toNode}}\r\n <vb:if condition=\"empty($redirectTopic) OR !empty($redirectTopic[\'errors\'])\">\r\n {vb:set showNode, 0}\r\n </vb:if>\r\n<vb:else />\r\n {vb:set isRedirect, 0}\r\n</vb:if>\r\n<vb:if condition=\"empty($topic[\'title\'])\">\r\n {vb:set topic.title, {vb:raw topic.startertitle}}\r\n</vb:if>\r\n\r\n<vb:comment>\r\n*****************************************************************************\r\n//@TODO:\r\n\r\n1. Append to $topicStatus var the following CSS classes\r\n when the node API has implemented these topic statuses:\r\n\r\n hot-unread (unread hot topic)\r\n hot-read (read hot topic)\r\n read (read topic, default status is unread which doesn\'t need to be specified)\r\n posted (logged-in user has posted in this topic)\r\n posted-closed (logged-in user has posted in this closed topic)\r\n\r\n2. Set $iconTooltip text for the above topic statuses.\r\n\r\nThere\'s a problem here. Topic read state is set by javascript not the node API.\r\nAlso it\'s better to seperate different status into different class, for example:\r\nhot unread (2 classes) instead of hot-unread (1 class) -- Xiaoyu\r\n\r\n*****************************************************************************\r\n</vb:comment>\r\n\r\n<vb:if condition=\"$topic[\'sticky\'] == false AND $firstNonStickyThread == 0\">\r\n {vb:set firstNonStickyThread, 1}\r\n {vb:hook topics_after_sticky}\r\n</vb:if>\r\n<vb:if condition=\"$showNode\">\r\n <vb:if condition=\"$isRedirect AND !strpos($topicStatus, \'read\')\">\r\n {vb:strcat topicStatus, \' read\'}\r\n </vb:if>\r\n <tr class=\"topic-item{vb:raw topicStatus}<vb:if condition=\"$enableInlineMod\"> inlinemod-item</vb:if><vb:if condition=\"$attachcount > 0\"> im-attach</vb:if>\" data-lastcontent=\"{vb:raw lastcontent}\" data-readtime=\"{vb:raw readtime}\" data-channelreadtime=\"{vb:raw parentreadtime}\" data-node-id=\"{vb:raw topic.nodeid}\" data-channel-id=\"{vb:raw channelid}\">\r\n <vb:if condition=\"isset($inMessageCenter) AND $inMessageCenter\">\r\n <td class=\"cell-topic\">\r\n <div class=\"topic-wrapper\">\r\n <vb:comment>The \"go-to-first-unread\" span is added here via JS</vb:comment>\r\n <vb:if condition=\"!empty($topicPrefix)\"><span class=\"prefix\">{vb:raw topicPrefix}: </span></vb:if>\r\n <vb:if condition=\"$topic[\'iconid\']\">\r\n <img src=\"{vb:var baseurl_core}/images/icons/icon{vb:var topic.iconid}.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n </vb:if>\r\n <vb:if condition=\"$topic[\'prefixid\']\">\r\n {vb:set searchStr, \'{\"prefix\":[\"\'}\r\n {vb:strcat searchStr, {vb:var topic.prefixid}, \'\"]}\'}\r\n <a href=\"{vb:url \'search\'}?searchJSON={vb:urlencode {vb:raw searchStr}}\">{vb:raw topic.prefix_rich}</a>\r\n </vb:if>\r\n <vb:if condition=\"!$topic[\'showpublished\'] AND !$enableInlineMod\">\r\n {vb:raw topic.title}\r\n <vb:elseif condition=\"$isRedirect\" />\r\n <a href=\"{vb:url {vb:raw redirectTopic.routeid}, {vb:raw redirectTopic}}\" class=\"topic-title\">{vb:raw topic.title}</a>\r\n <vb:else />\r\n <a href=\"{vb:url {vb:raw topic.routeid}, {vb:raw topic}}\" class=\"topic-title\">{vb:raw topic.title}</a>\r\n </vb:if>\r\n </div>\r\n <div class=\"topic-info h-clear\">\r\n {vb:rawphrase in_x_channel, {vb:url {vb:raw topic.channelroute}}, {vb:var topic.channeltitle}}<br>\r\n <vb:if condition=\"!empty($topic[\'userid\'])\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw topic}}}\r\n {vb:rawphrase started_by_link_x_y_z, {vb:var profileUrl}, {vb:raw topic.authorname}, {vb:datetime {vb:raw topic.created}}}\r\n <vb:else />\r\n {vb:rawphrase started_by_guest_x, {vb:datetime {vb:raw topic.created}}}\r\n </vb:if>\r\n </div>\r\n </td>\r\n <td class=\"cell-gotopost\">\r\n {vb:set starter.nodeid, {vb:raw topic.starter}}\r\n {vb:set starter.innerPost, {vb:raw topic.lastcontentid}}\r\n <a href=\"{vb:url {vb:raw topic.starterroute}, {vb:raw starter}}\" class=\"button secondary\">{vb:phrase go_to_post}</a>\r\n </td>\r\n <td class=\"cell-lastpost\">\r\n <vb:if condition=\"$enableInlineMod AND $topic[\'approved\'] == 0\">\r\n {vb:phrase post_needs_to_be_approved}\r\n <vb:elseif condition=\"$topic[\'showpublished\'] == 0\" />\r\n <vb:if condition=\"!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var topic.deleteuserid}}\r\n {vb:set deleteUserInfo.username, {vb:var topic.deleteusername}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw topic.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n <div class=\"delete-note\">{vb:rawphrase topic_deleted_by_x_link, {vb:raw deleteuserlink}, {vb:raw deleteusername}}</div>\r\n <vb:if condition=\"!empty($topic[\'deletereason\'])\">\r\n <div class=\"delete-reason\"><label>{vb:phrase reason}:</label> {vb:var topic.deletereason}</div>\r\n </vb:if>\r\n <vb:elseif condition=\"$isRedirect\" />\r\n —\r\n <vb:else />\r\n <vb:if condition=\"($topic[\'lastcontentid\'] > 0) AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])\">\r\n {vb:set data.userid, {vb:raw topic.lastauthorid}}\r\n {vb:set data.username, {vb:raw topic.lastauthorname}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw data}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$topic[\'lastauthorid\'] > 0\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"($topic[\'lastauthorid\'] > 0) AND ($topic[\'avatar_last_poster\'])\">\r\n <vb:if condition=\"$topic[\'avatar_last_poster\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar_last_poster.avatarpath}\" alt=\"{vb:raw topic.lastcontentauthor}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.lastcontentauthor}\" />\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$topic[\'avatar\'][\'avatarpath\'] AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar.avatarpath}\" alt=\"{vb:raw topic.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.authorname}\" />\r\n </vb:if>\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$topic[\'lastauthorid\'] > 0\">\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw topic.lastcontentauthor}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <span class=\"post-date\">{vb:datetime {vb:raw topic.lastcontent}}</span>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw topic}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$topic[\'userid\'] > 0\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$topic[\'avatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar.avatarpath}\" alt=\"{vb:raw topic.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.authorname}\" />\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$topic[\'userid\'] > 0\">\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw topic.authorname}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <span class=\"post-date\">{vb:datetime {vb:raw topic.created}}</span>\r\n </vb:if>\r\n </vb:if>\r\n </td>\r\n <vb:else />\r\n\r\n <td class=\"cell-topic\">\r\n <vb:if condition=\"$vboptions[\'threadmarking\'] > 0 AND $user[userid] > 0 AND !empty($readtime) AND $readtime < $lastcontent AND !$isRedirect\">\r\n {vb:set newpostAvailable, 1}\r\n {vb:set iconTooltip, {vb:phrase new_posts}}\r\n <vb:else />\r\n {vb:set newpostAvailable, 0}\r\n </vb:if>\r\n\r\n <span class=\"vb-icon vb-icon-topic-status\" title=\"{vb:raw iconTooltip}\"></span>\r\n <div class=\"topic-wrapper\">\r\n <vb:comment>The \"go-to-first-unread\" anchor</vb:comment>\r\n <vb:if condition=\"!empty($newpostAvailable)\">\r\n {vb:set querystring.goto, \'newpost\'}\r\n <a href=\"{vb:url {vb:raw topic.routeid}, {vb:raw topic}, {vb:raw querystring}}\" class=\"go-to-first-unread\" title=\"{vb:phrase \'go_to_first_new_post\'}\"> </a>\r\n </vb:if>\r\n\r\n <vb:if condition=\"!empty($topicPrefix)\"><span class=\"prefix\">{vb:raw topicPrefix}: </span></vb:if>\r\n <vb:if condition=\"$topic[\'iconid\']\">\r\n <img src=\"{vb:var baseurl_core}/images/icons/icon{vb:var topic.iconid}.png\" width=\"16\" height=\"16\" alt=\"\" />\r\n </vb:if>\r\n <vb:if condition=\"$topic[\'prefixid\']\">\r\n {vb:set searchStr, \'{\"prefix\":[\"\'}\r\n {vb:strcat searchStr, {vb:var topic.prefixid}, \'\"]}\'}\r\n <a href=\"{vb:url \'search\'}?searchJSON={vb:urlencode {vb:raw searchStr}}\">{vb:raw topic.prefix_rich}</a>\r\n </vb:if>\r\n <vb:if condition=\"!$topic[\'showpublished\'] AND !$enableInlineMod\">\r\n {vb:raw topic.title}\r\n <vb:elseif condition=\"$isRedirect\" />\r\n <a href=\"{vb:url {vb:raw redirectTopic.routeid}, {vb:raw redirectTopic}}\" class=\"topic-title\">{vb:raw topic.title}</a>\r\n <vb:else />\r\n <a href=\"{vb:url {vb:raw topic.routeid}, {vb:raw topic}}\" class=\"topic-title\">{vb:raw topic.title}</a>\r\n </vb:if>\r\n </div>\r\n <div class=\"topic-info h-clear\">\r\n <vb:if condition=\"!empty($topic[\'userid\'])\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw topic}}}\r\n {vb:rawphrase started_by_link_x_y_z, {vb:var profileUrl}, {vb:raw topic.authorname}, {vb:datetime {vb:raw topic.created}}}\r\n <vb:else />\r\n {vb:rawphrase started_by_guest_x, {vb:datetime {vb:raw topic.created}}}\r\n </vb:if>\r\n <vb:if condition=\"isset($inMessageCenter) AND $inMessageCenter\">\r\n <div class=\"links\"><a href=\"#\" data-follow-id=\"{vb:var topic.nodeid}\" class=\"following_remove\">{vb:phrase following_remove}</a></div>\r\n </vb:if>\r\n </div>\r\n </td>\r\n <td class=\"cell-icons\">\r\n <vb:if condition=\"$attachcount > 0\">\r\n <span class=\"vb-icon vb-icon-attach\" title=\"{vb:phrase x_attachments, {vb:raw attachcount}}\"></span>\r\n </vb:if>\r\n <vb:if condition=\"$enableInlineMod AND $hasUnpublishedPosts\">\r\n <span class=\"vb-icon vb-icon-warning-orange\" title=\"{vb:phrase x_unpublished_posts, {vb:raw topic.totalunpubcount}}\"></span>\r\n </vb:if>\r\n <vb:if condition=\"$isRedirect AND $topic[\'unpublishdate\'] > 0\">\r\n <span class=\"icon expiring-redirect-icon\" title=\"{vb:phrase expiring_redirect}\"></span>\r\n </vb:if>\r\n </td>\r\n <td class=\"cell-count\">\r\n <vb:if condition=\"$enableInlineMod AND ($topic[\'approved\'] == 0 OR $topic[\'showpublished\'] == 0)\">\r\n <a href=\"{vb:url {vb:raw topic.routeid}, {vb:raw topic}}\">{vb:phrase manage}</a>\r\n <vb:elseif condition=\"$isRedirect OR !$topic[\'showpublished\']\" />\r\n —\r\n <vb:else />\r\n <div class=\"posts-count\">{vb:number {vb:raw topic.totalcount_1}} <vb:if condition=\"$topic[\'totalcount_1\'] == 1\">{vb:phrase post_lower}<vb:else />{vb:phrase posts_lower}</vb:if></div>\r\n <div class=\"views-count\">{vb:number {vb:raw topic.views}} <vb:if condition=\"$topic[\'views\'] == 1\">{vb:phrase view_lower}<vb:else />{vb:phrase views_lower}</vb:if></div>\r\n <div class=\"votes-count\">{vb:number {vb:raw topic.votes}} <vb:if condition=\"$topic[\'votes\'] == 1\">{vb:phrase like_lower}<vb:else />{vb:phrase likes_lower}</vb:if></div>\r\n </vb:if>\r\n </td>\r\n <td class=\"cell-lastpost\">\r\n <vb:if condition=\"$enableInlineMod AND $topic[\'approved\'] == 0\">\r\n {vb:phrase post_needs_to_be_approved}\r\n <vb:elseif condition=\"$topic[\'showpublished\'] == 0\" />\r\n <vb:if condition=\"!empty($topic[\'deleteuserid\']) AND !empty($topic[\'deleteusername\'])\">\r\n {vb:set deleteUserInfo.userid, {vb:var topic.deleteuserid}}\r\n {vb:set deleteUserInfo.username, {vb:var topic.deleteusername}}\r\n {vb:set deleteuserlink, {vb:url \'profile\', {vb:raw deleteUserInfo}}}\r\n {vb:set deleteusername, {vb:raw topic.deleteusername}}\r\n <vb:else />\r\n {vb:set deleteusername, {vb:rawphrase unknown}}\r\n {vb:set deleteuserlink, \'#\'}\r\n </vb:if>\r\n <div class=\"delete-note\">{vb:rawphrase topic_deleted_by_x_link, {vb:raw deleteuserlink}, {vb:raw deleteusername}}</div>\r\n <vb:if condition=\"!empty($topic[\'deletereason\'])\">\r\n <div class=\"delete-reason\"><label>{vb:phrase reason}:</label> {vb:var topic.deletereason}</div>\r\n </vb:if>\r\n <vb:elseif condition=\"$isRedirect\" />\r\n —\r\n <vb:else />\r\n <vb:if condition=\"($topic[\'lastcontentid\'] > 0) AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])\">\r\n {vb:set data.userid, {vb:raw topic.lastauthorid}}\r\n {vb:set data.username, {vb:raw topic.lastauthorname}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw data}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$topic[\'lastauthorid\'] > 0\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"($topic[\'lastauthorid\'] > 0) AND ($topic[\'avatar_last_poster\'])\">\r\n <vb:if condition=\"$topic[\'avatar_last_poster\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar_last_poster.avatarpath}\" alt=\"{vb:raw topic.lastcontentauthor}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.lastcontentauthor}\" />\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$topic[\'avatar\'][\'avatarpath\'] AND ($topic[\'lastcontentid\'] != $topic[\'starter\'])\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar.avatarpath}\" alt=\"{vb:raw topic.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.authorname}\" />\r\n </vb:if>\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$topic[\'lastauthorid\'] > 0\">\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw topic.lastcontentauthor}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <span class=\"post-date\">{vb:datetime {vb:raw topic.lastcontent}}</span>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw topic}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$topic[\'userid\'] > 0\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$topic[\'avatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw topic.avatar.avatarpath}\" alt=\"{vb:raw topic.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" alt=\"{vb:raw topic.authorname}\" />\r\n </vb:if>\r\n </a>\r\n <vb:else />\r\n <span class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:phrase guest_avatar}\" />\r\n </span>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"lastpost-by\">\r\n <vb:if condition=\"$topic[\'userid\'] > 0\">\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw topic.authorname}}\r\n <vb:else />\r\n {vb:phrase by_guest}\r\n </vb:if>\r\n </div>\r\n <span class=\"post-date\">{vb:datetime {vb:raw topic.created}}</span>\r\n </vb:if>\r\n </vb:if>\r\n {vb:set qs.p, {vb:raw topic.lastcontentid}}\r\n <a href=\"{vb:url {vb:raw topic.routeid}, {vb:raw topic}, {vb:raw qs}}\" class=\"go-to-last-post\" title=\"{vb:phrase \'go_to_last_post\'}\"> </a>\r\n </td>\r\n\r\n <vb:if condition=\"isset($enableInlineMod) AND $enableInlineMod > 0\">\r\n <td class=\"cell-inlinemod-item\"><input class=\"cb_inlinemod\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw topic.nodeid}\" /></td>\r\n </vb:if>\r\n </vb:if>\r\n </tr>\r\n</vb:if>','template',1393013518,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(185,-1,'editor_contenttype_Text_comment','$final_rendered = \'<form id=\"newTextForm\" action=\"\' . $baseurl . \'/create-content/text/\" method=\"post\" data-content-type=\"comment\" class=\"h-padding-bottom-xxl\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n <input type=\"hidden\" name=\"parentid\" value=\"\' . $conversation[\'parentid\'] . \'\" />\r\n <input type=\"hidden\" name=\"subtype\" value=\"comment\" />\r\n \' . \'\'; if (!empty($hiddenVars)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($hiddenVars) || $hiddenVars instanceof ArrayAccess) { foreach ($hiddenVars AS $varname => $fieldVal) {$final_rendered .= \'\r\n <input type=\"hidden\" id=\"hiddenVar_\' . $varname . \'\" name=\"\' . $varname . \'\" value=\"\' . $fieldVal . \'\">\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <textarea name=\"text\" class=\"js-editor b-form-textarea__textarea b-form-textarea__textarea--full h-margin-bottom-xl autogrow\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"write_something_here\") . \'\" tabindex=\"1\">\' . vB_Template_Runtime::vBVar($conversation[\'rawtext\']) . \'</textarea>\r\n\r\n <input type=\"text\" name=\"reason\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"tell_people_reason_for_editing\") . \'\" class=\"b-form-input__input b-form-input__input--full\" autocomplete=\"off\" />\r\n\r\n \' . \'\'; if (empty($showDelete) OR !($conversation[\'userid\'] == $user[\'userid\'] OR $conversation[\'canremove\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $showDelete = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry_buttons\',array(\'editPost\' => \'1\', \'conversation\' => $conversation, \'showCancel\' => \'1\', \'showDelete\' => $showDelete, \'showSubmit\' => \'1\', \'showPreview\' => \'0\')) . \'\r\n</form>\';','<form id=\"newTextForm\" action=\"{vb:raw baseurl}/create-content/text/\" method=\"post\" data-content-type=\"comment\" class=\"h-padding-bottom-xxl\">\r\n <input type=\"hidden\" name=\"nodeid\" value=\"{vb:raw conversation.nodeid}\" />\r\n <input type=\"hidden\" name=\"parentid\" value=\"{vb:raw conversation.parentid}\" />\r\n <input type=\"hidden\" name=\"subtype\" value=\"comment\" />\r\n <vb:if condition=\"!empty($hiddenVars)\">\r\n <vb:each from=\"hiddenVars\" key=\"varname\" value=\"fieldVal\">\r\n <input type=\"hidden\" id=\"hiddenVar_{vb:raw varname}\" name=\"{vb:raw varname}\" value=\"{vb:raw fieldVal}\">\r\n </vb:each>\r\n </vb:if>\r\n\r\n <textarea name=\"text\" class=\"js-editor b-form-textarea__textarea b-form-textarea__textarea--full h-margin-bottom-xl autogrow\" placeholder=\"{vb:phrase write_something_here}\" tabindex=\"1\">{vb:var conversation.rawtext}</textarea>\r\n\r\n <input type=\"text\" name=\"reason\" placeholder=\"{vb:phrase tell_people_reason_for_editing}\" class=\"b-form-input__input b-form-input__input--full\" autocomplete=\"off\" />\r\n\r\n <vb:if condition=\"empty($showDelete) OR !($conversation[\'userid\'] == $user[\'userid\'] OR $conversation[\'canremove\'])\">\r\n {vb:set showDelete, 0}\r\n </vb:if>\r\n\r\n {vb:template contententry_buttons,\r\n editPost=1,\r\n conversation={vb:raw conversation},\r\n showCancel=1,\r\n showDelete={vb:raw showDelete},\r\n showSubmit=1,\r\n showPreview=0}\r\n</form>','template',1372695358,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(186,-1,'editor_gallery_photoblock','$final_rendered = \'<div class=\"b-gallery-thumbnail-list\" >\r\n <div class=\"h-left\">\r\n \' . \'\'; $count = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($photos) || $photos instanceof ArrayAccess) { foreach ($photos AS $photo) {$final_rendered .= \'\r\n \' . \'\'; if ($count < 3) {\n $final_rendered .= \'\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?filedataid=\' . $photo[\'filedataid\'] . \'&type=thumb\" title=\"\' . vB_Template_Runtime::vBVar($photo[\'title\']) . \'\" alt=\"\' . vB_Template_Runtime::vBVar($photo[\'title\']) . \'\" />\r\n </span>\r\n \' . \'\'; $count = \'\' . vB_Template_Runtime::runMaths(\'\' . $count . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"b-gallery-thumbnail-list__aside b-table__cell\">\r\n <span class=\"b-photo-count\">\r\n \' . \'\'; if (empty($photocount) OR !is_numeric($photocount)) {\n $final_rendered .= \'\r\n \' . \'\'; $photocount = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($photocount > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $photocount . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $photocount . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </span>\r\n <div class=\"js-edit-photos b-link h-margin-top-m\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"edit_photos\") . \'</div>\r\n </div>\r\n</div>\';','<div class=\"b-gallery-thumbnail-list\" >\r\n <div class=\"h-left\">\r\n {vb:set count, 0}\r\n <vb:each from=\"photos\" value=\"photo\">\r\n <vb:if condition=\"$count < 3\">\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?filedataid={vb:raw photo.filedataid}&type=thumb\" title=\"{vb:var photo.title}\" alt=\"{vb:var photo.title}\" />\r\n </span>\r\n {vb:set count, {vb:math {vb:raw count} + 1}}\r\n </vb:if>\r\n </vb:each>\r\n </div>\r\n <div class=\"b-gallery-thumbnail-list__aside b-table__cell\">\r\n <span class=\"b-photo-count\">\r\n <vb:if condition=\"empty($photocount) OR !is_numeric($photocount)\">\r\n {vb:set $photocount, 0}\r\n </vb:if>\r\n <vb:if condition=\"$photocount > 1\">\r\n {vb:phrase x_photos, {vb:raw photocount}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw photocount}}\r\n </vb:if>\r\n </span>\r\n <div class=\"js-edit-photos b-link h-margin-top-m\" tabindex=\"1\">{vb:phrase edit_photos}</div>\r\n </div>\r\n</div>','template',1364604779,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(187,-1,'editor_prefixchooser','$final_rendered = \'\' . \'\'; if (!isset($prefixsets)) {\n $final_rendered .= \'\r\n \' . \'\'; $prefixsets = vB_Template_Runtime::parseData(\'prefix\', \'fetch\', $channelid); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($prefixsets) {\n $final_rendered .= \'\r\n <select name=\"prefixid\" class=\"prefixid\">\r\n <option value=\"\"\' . \'\'; if (empty($conversation[\'prefixid\'])) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"no_prefix_meta\") . \'</option>\r\n \' . \'\'; if (count($prefixsets) > 1) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; $prefixsetvarname = \'prefixset_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= $prefixsetid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixsetvarname .= \'_title\'; $final_rendered .= \'\' . \'\r\n <optgroup label=\"\' . vB_Template_Runtime::parsePhrase(\"$prefixsetvarname\") . \'\">\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n <option value=\"\' . $prefixid . \'\"\' . \'\'; if ($prefixid == $conversation[\'prefixid\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </optgroup>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixsets) || $prefixsets instanceof ArrayAccess) { foreach ($prefixsets AS $prefixsetid => $prefixset) {$final_rendered .= \'\r\n \' . \'\'; if (is_array($prefixset) || $prefixset instanceof ArrayAccess) { foreach ($prefixset AS $prefixid => $prefix) {$final_rendered .= \'\r\n \' . \'\'; $prefixvarname = \'prefix_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= $prefixid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prefixvarname .= \'_title_plain\'; $final_rendered .= \'\' . \'\r\n <option value=\"\' . $prefixid . \'\"\' . \'\'; if ($prefixid == $conversation[\'prefixid\']) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"$prefixvarname\") . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!isset($prefixsets)\">\r\n {vb:data prefixsets, prefix, fetch, {vb:raw channelid}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$prefixsets\">\r\n <select name=\"prefixid\" class=\"prefixid\">\r\n <option value=\"\"<vb:if condition=\"empty($conversation[\'prefixid\'])\"> selected=\"selected\"</vb:if>>{vb:phrase no_prefix_meta}</option>\r\n <vb:if condition=\"count($prefixsets) > 1\">\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n {vb:set prefixsetvarname, \'prefixset_\'}\r\n {vb:strcat prefixsetvarname, {vb:raw prefixsetid}}\r\n {vb:strcat prefixsetvarname, \'_title\'}\r\n <optgroup label=\"{vb:phrase {vb:raw prefixsetvarname}}\">\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n <option value=\"{vb:raw prefixid}\"<vb:if condition=\"$prefixid == $conversation[\'prefixid\']\"> selected=\"selected\"</vb:if>>{vb:phrase {vb:raw prefixvarname}}</option>\r\n </vb:each>\r\n </optgroup>\r\n </vb:each>\r\n <vb:else />\r\n <vb:each from=\"prefixsets\" key=\"prefixsetid\" value=\"prefixset\">\r\n <vb:each from=\"prefixset\" key=\"prefixid\" value=\"prefix\">\r\n {vb:set prefixvarname, \'prefix_\'}\r\n {vb:strcat prefixvarname, {vb:raw prefixid}}\r\n {vb:strcat prefixvarname, \'_title_plain\'}\r\n <option value=\"{vb:raw prefixid}\"<vb:if condition=\"$prefixid == $conversation[\'prefixid\']\"> selected=\"selected\"</vb:if>>{vb:phrase {vb:raw prefixvarname}}</option>\r\n </vb:each>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n</vb:if>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(188,-1,'error_message','$final_rendered = \'<div class=\"error h-align-center\">\' . vB_Template_Runtime::parsePhrase(\"$error_message\", htmlspecialchars(\'\' . $error_params . \'\')) . \'</div>\';','<div class=\"error h-align-center\">{vb:phrase {vb:raw error_message}, {vb:raw error_params}}</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(189,-1,'error_page','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'header\',array(\'page\' => $page)) . \'\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n <div class=\"canvas-widget-list section-0\">\r\n \' . \'\'; if ($error[\'file\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"debug_error_x_y_z\", htmlspecialchars(\'\' . $error[\'message\'] . \'\'), htmlspecialchars(\'\' . $error[\'file\'] . \'\'), htmlspecialchars(\'\' . $error[\'line\'] . \'\')) . \'<br />\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($error[\'message\']) AND !empty($error[\'message\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $phrasename = $error[\'message\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"$phrasename\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"pm_ajax_error_desc\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($error[\'trace\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"trace\") . \'<br />\r\n <ul>\r\n \' . \'\'; $trace = $error[\'trace\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($trace) || $trace instanceof ArrayAccess) { foreach ($trace AS $step) {$final_rendered .= \'\r\n <li>\' . vB_Template_Runtime::parsePhrase(\"trace_x_y_z\", htmlspecialchars(\'\' . $step[\'function\'] . \'\'), htmlspecialchars(\'\' . $step[\'file\'] . \'\'), htmlspecialchars(\'\' . $step[\'line\'] . \'\')) . \'</li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</div>\r\n\' . vB_Template_Runtime::includeTemplate(\'footer\',array(\'page\' => $page)) . \'\';','{vb:template header, page={vb:raw page}}\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n <div class=\"canvas-widget-list section-0\">\r\n <vb:if condition=\"$error[\'file\']\">\r\n {vb:phrase debug_error_x_y_z, {vb:raw error.message}, {vb:raw error.file}, {vb:raw error.line}}<br />\r\n <vb:else />\r\n <vb:if condition=\"isset($error[\'message\']) AND !empty($error[\'message\'])\">\r\n {vb:set phrasename, {vb:raw error.message}}\r\n {vb:phrase {vb:raw phrasename}}\r\n <vb:else />\r\n {vb:phrase pm_ajax_error_desc}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$error[\'trace\']\">\r\n {vb:phrase trace}<br />\r\n <ul>\r\n {vb:set trace, {vb:raw error.trace}}\r\n <vb:each from=\"trace\" value=\"step\">\r\n <li>{vb:phrase trace_x_y_z, {vb:raw step.function}, {vb:raw step.file}, {vb:raw step.line}}</li>\r\n </vb:each>\r\n </ul>\r\n </vb:if>\r\n </div>\r\n</div>\r\n{vb:template footer, page={vb:raw page}}','template',1368647135,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(190,-1,'error_page_form','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'header\',array(\'page\' => $page)) . \'\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n <div class=\"canvas-widget-list section-0\">\r\n \' . vB_Template_Runtime::parsePhrase($error, $args) . \'\r\n <br />\r\n <a href=\"\' . $url . \'\">\' . vB_Template_Runtime::parsePhrase(\"go_back\") . \'</a>\r\n </div>\r\n\' . vB_Template_Runtime::includeTemplate(\'footer\',array(\'page\' => $page)) . \'\';','{vb:template header, page={vb:raw page}}\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n <div class=\"canvas-widget-list section-0\">\r\n {vb:rawphrase {vb:raw error}, {vb:raw args}}\r\n <br />\r\n <a href=\"{vb:raw url}\">{vb:phrase go_back}</a>\r\n </div>\r\n{vb:template footer, page={vb:raw page}}','template',1368647135,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(191,-1,'groups_list','$final_rendered = \'<div>\' . vB_Template_Runtime::parsePhrase(\"create_group_info\") . \'</div>\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'widget\', \'fetchPageManagerGroups\', \'groups\', $page); $final_rendered .= \'\' . \'\r\n<div class=\"add-channel-container\">\r\n \' . \'\'; if (count($nodes[\'nodes\']) > 0) {\n $final_rendered .= \'\r\n <table class=\"page_manager_table group_table\">\r\n <tr>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"groups_name\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"date_created\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"group_owner\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"nr_of_posts\") . \'</th>\r\n </tr>\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; $groupIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes[\'nodes\']) || $nodes[\'nodes\'] instanceof ArrayAccess) { foreach ($nodes[\'nodes\'] AS $group) {$final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($groupIds, $group[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canUseHTMLNodes = vB_Template_Runtime::parseData(\'user\', \'havePermissions\', \'forumpermissions\', \'canusehtml\', $groupIds); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (is_array($nodes[\'nodes\']) || $nodes[\'nodes\'] instanceof ArrayAccess) { foreach ($nodes[\'nodes\'] AS $group) {$final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $group[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'sgaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <tr class=\"channel_row\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($group[\'nodeid\']) . \'\">\r\n <td>\r\n <span class=\"h-left channel_name\">\r\n <div class=\"channel_name_val\">\' . $group[\'htmltitle\'] . \'</div>\r\n \' . \'\'; if (empty($canUseHTMLNodes[$group[\'nodeid\']]) OR !($canUseHTML = $canUseHTMLNodes[$group[\'nodeid\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHTML = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"text\" value=\"\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($group[\'title\']) : $group[\'title\']) . \'\" name=\"channeltitle\" class=\"h-hide\">\r\n </span>\r\n <span class=\"h-right buttons\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\"><span class=\"edit\">\' . vB_Template_Runtime::parsePhrase(\"edit\") . \'</span></a>\r\n <span class=\"delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span>\r\n </span>\r\n </td>\r\n <td class=\"h-align-center\">\' . vB_Template_Runtime::datetime($group[\'publishdate\']) . \'</td>\r\n <td class=\"h-align-center\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $group)) . \'\">\' . $group[\'authorname\'] . \'</a></td>\r\n <td class=\"h-align-right\">\' . vB_Template_Runtime::vBVar($group[\'count\']) . \'</td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n \' . \'\'; $pagination = $nodes[\'paginationInfo\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagination[\'totalpages\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew_client\',array(\'pagenav\' => $pagination)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"no_groups_found\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div>{vb:phrase create_group_info}</div>\r\n{vb:data nodes, widget, fetchPageManagerGroups, groups, {vb:raw page}}\r\n<div class=\"add-channel-container\">\r\n <vb:if condition=\"count($nodes[\'nodes\']) > 0\">\r\n <table class=\"page_manager_table group_table\">\r\n <tr>\r\n <th>{vb:phrase groups_name}</th>\r\n <th>{vb:phrase date_created}</th>\r\n <th>{vb:phrase group_owner}</th>\r\n <th>{vb:phrase nr_of_posts}</th>\r\n </tr>\r\n\r\n <vb:comment>fetch info in batches</vb:comment>\r\n {vb:set groupIds, {vb:php array}}\r\n <vb:each from=\"nodes.nodes\" value=\"group\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw groupIds}, {vb:raw group.nodeid}}}\r\n </vb:each>\r\n {vb:data canUseHTMLNodes, user, havePermissions, forumpermissions, canusehtml, {vb:raw groupIds}}\r\n\r\n <vb:each from=\"nodes.nodes\" value=\"group\">\r\n {vb:set urlInfo.nodeid, {vb:raw group.nodeid}}\r\n {vb:set urlInfo.sgaction, \'admin\'}\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <tr class=\"channel_row\" data-nodeid=\"{vb:var group.nodeid}\">\r\n <td>\r\n <span class=\"h-left channel_name\">\r\n <div class=\"channel_name_val\">{vb:raw group.htmltitle}</div>\r\n <vb:if condition=\"empty($canUseHTMLNodes[$group[\'nodeid\']]) OR !($canUseHTML = $canUseHTMLNodes[$group[\'nodeid\']])\">\r\n {vb:set canUseHTML, 0}\r\n </vb:if>\r\n <input type=\"text\" value=\"{vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var group.title}, {vb:raw group.title}}\" name=\"channeltitle\" class=\"h-hide\">\r\n </span>\r\n <span class=\"h-right buttons\">\r\n <a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\"><span class=\"edit\">{vb:phrase edit}</span></a>\r\n <span class=\"delete\">{vb:phrase delete}</span>\r\n </span>\r\n </td>\r\n <td class=\"h-align-center\">{vb:datetime {vb:raw group.publishdate}}</td>\r\n <td class=\"h-align-center\"><a href=\"{vb:url \'profile\', {vb:raw group}}\">{vb:raw group.authorname}</a></td>\r\n <td class=\"h-align-right\">{vb:var group.count}</td>\r\n </tr>\r\n </vb:each>\r\n </table>\r\n {vb:set pagination {vb:raw nodes.paginationInfo}}\r\n <vb:if condition=\"$pagination[\'totalpages\'] > 1\">\r\n {vb:template pagenavnew_client, pagenav={vb:raw pagination}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:phrase no_groups_found}\r\n </vb:if>\r\n</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(192,-1,'group_administrative_menu','$final_rendered = \'\' . \'\'; $urlInfo[\'nodeid\'] = $group[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $urlInfo[\'sgaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"adminmenu_container\">\r\n <div class=\"admin-mainmenu h-clearfix\">\r\n <div class=\"mainmenu administrative \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"administrative\") . \'</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n \' . \'\'; if ($sgPerms[\'canconfig\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'settings\'; $final_rendered .= \'\' . \'\r\n <li class=\"sgadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"general_settings\") . \'</a></li>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'permissions\'; $final_rendered .= \'\' . \'\r\n <li class=\"sgadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"post_settings\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($sgPerms[\'canmanageusers\']) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action2\'] = \'contributors\'; $final_rendered .= \'\' . \'\r\n <li class=\"sgadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_group_managers\") . \'</a></li>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n <li class=\"sgadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"manage_joined_members\") . \'</a></li>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'invite\'; $final_rendered .= \'\' . \'\r\n <li class=\"sgadmin-action\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"invite_members\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\';','{vb:set urlInfo.nodeid, {vb:raw group.nodeid}}\r\n{vb:set urlInfo.sgaction, \'admin\'}\r\n\r\n<div class=\"adminmenu_container\">\r\n <div class=\"admin-mainmenu h-clearfix\">\r\n <div class=\"mainmenu administrative {vb:stylevar left}\">\r\n <span>{vb:phrase administrative}</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n <vb:if condition=\"$sgPerms[\'canconfig\']\">\r\n {vb:set urlInfo.action2, \'settings\'}\r\n <li class=\"sgadmin-action\"><a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase general_settings}</a></li>\r\n {vb:set urlInfo.action2, \'permissions\'}\r\n <li class=\"sgadmin-action\"><a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase post_settings}</a></li>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$sgPerms[\'canmanageusers\']\">\r\n {vb:set urlInfo.action2, \'contributors\'}\r\n <li class=\"sgadmin-action\"><a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_group_managers}</a></li>\r\n {vb:set urlInfo.action2, \'subscribers\'}\r\n <li class=\"sgadmin-action\"><a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase manage_joined_members}</a></li>\r\n {vb:set urlInfo.action2, \'invite\'}\r\n <li class=\"sgadmin-action\"><a href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase invite_members}</a></li>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(193,-1,'humanverify','$final_rendered = \'\' . \'\'; $showHv = vB_Template_Runtime::parseData(\'hv\', \'fetchRequireHvcheck\', $action); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($showHv) {\n $final_rendered .= \'\r\n \' . \'\'; $type = vB_Template_Runtime::parseData(\'hv\', \'fetchHvType\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($noToken)) {\n $final_rendered .= \'\r\n \' . \'\'; $token = vB_Template_Runtime::parseData(\'hv\', \'generateToken\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $token[\'hash\'] = \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($var_prefix)) {\n $final_rendered .= \'\r\n \' . \'\'; $var_prefix = \'humanverify\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($type == \'Image\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify_image\',array(\'hash\' => $token[\'hash\'], \'var_prefix\' => $var_prefix)) . \'\r\n \';\n } else if ($type == \'Question\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify_question\',array(\'hash\' => $token[\'hash\'], \'var_prefix\' => $var_prefix)) . \'\r\n \';\n } else if ($type == \'Recaptcha\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify_recaptcha\',array(\'hash\' => $token[\'hash\'], \'var_prefix\' => $var_prefix)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','{vb:data showHv, hv, fetchRequireHvcheck, {vb:raw action}}\r\n\r\n<vb:if condition=\"$showHv\">\r\n {vb:data type, hv, fetchHvType}\r\n <vb:if condition=\"empty($noToken)\">\r\n {vb:data token, hv, generateToken}\r\n <vb:else />\r\n {vb:set token.hash, \'\'}\r\n </vb:if>\r\n <vb:if condition=\"empty($var_prefix)\">\r\n {vb:set var_prefix, \'humanverify\'}\r\n </vb:if>\r\n <vb:if condition=\"$type == \'Image\'\">\r\n {vb:template humanverify_image, hash={vb:raw token.hash}, var_prefix={vb:raw var_prefix}}\r\n <vb:elseif condition=\"$type == \'Question\'\" />\r\n {vb:template humanverify_question, hash={vb:raw token.hash}, var_prefix={vb:raw var_prefix}}\r\n <vb:elseif condition=\"$type == \'Recaptcha\'\" />\r\n {vb:template humanverify_recaptcha, hash={vb:raw token.hash}, var_prefix={vb:raw var_prefix}}\r\n </vb:if>\r\n</vb:if>','template',1361556071,'vBulletin Solutions','5.0.1 Alpha 2','vbulletin','none'),(194,-1,'humanverify_image','$final_rendered = \'<div class=\"form_row humanverify humanverify_image\">\r\n \' . \'\'; if (empty($hash)) {\n $final_rendered .= \'\r\n \' . \'\'; $hvurl = vB_Template_Runtime::vBVar($vboptions[\'bburl\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $hvurl .= \'/\'.vB_Template_Runtime::vBVar($vboptions[\'cleargifurl\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $hvurl = $baseurl; $final_rendered .= \'\' . \'\r\n \' . \'\'; $hvurl .= \'/hv/image?hash=\'.$hash; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"image_verification\") . \'</label>\r\n <div class=\"field_column\">\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"please_enter_the_text\") . \'</p>\r\n <div class=\"imagereg_container\">\r\n <img class=\"imagereg\" src=\"\' . $hvurl . \'\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"registration_image\") . \'\" width=\"201\" height=\"61\" border=\"0\" />\r\n <span class=\"refresh_imagereg jsPseudoLink h-hide\">\' . vB_Template_Runtime::parsePhrase(\"refresh_image\") . \'</span>\r\n <img class=\"progress_imagereg \' . ((empty($hash)) ? \"\" : \"h-hide\") . \'\" src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/progress.gif\" alt=\"\" width=\"16\" height=\"16\" />\r\n </div>\r\n <input type=\"text\" class=\"imageregt textbox\" name=\"\' . $var_prefix . \'[input]\" maxlength=\"6\" autocomplete=\"off\" />\r\n <input class=\"hash\" type=\"hidden\" name=\"\' . $var_prefix . \'[hash]\" value=\"\' . $hash . \'\" />\r\n </div>\r\n</div>\';','<div class=\"form_row humanverify humanverify_image\">\r\n <vb:if condition=\"empty($hash)\">\r\n {vb:set hvurl, {vb:var vboptions.bburl}}\r\n {vb:strcat hvurl,\'/\',{vb:var vboptions.cleargifurl}}\r\n <vb:else />\r\n {vb:set hvurl, {vb:raw baseurl}}\r\n {vb:strcat hvurl,\'/hv/image?hash=\',{vb:raw hash}}\r\n </vb:if>\r\n <label class=\"label_column\">{vb:rawphrase image_verification}</label>\r\n <div class=\"field_column\">\r\n <p class=\"description\">{vb:rawphrase please_enter_the_text}</p>\r\n <div class=\"imagereg_container\">\r\n <img class=\"imagereg\" src=\"{vb:raw hvurl}\" alt=\"{vb:rawphrase registration_image}\" width=\"201\" height=\"61\" border=\"0\" />\r\n <span class=\"refresh_imagereg jsPseudoLink h-hide\">{vb:rawphrase refresh_image}</span>\r\n <img class=\"progress_imagereg {vb:if empty($hash),\'\',h-hide}\" src=\"{vb:stylevar imgdir_misc}/progress.gif\" alt=\"\" width=\"16\" height=\"16\" />\r\n </div>\r\n <input type=\"text\" class=\"imageregt textbox\" name=\"{vb:raw var_prefix}[input]\" maxlength=\"6\" autocomplete=\"off\" />\r\n <input class=\"hash\" type=\"hidden\" name=\"{vb:raw var_prefix}[hash]\" value=\"{vb:raw hash}\" />\r\n </div>\r\n</div>','template',1363814060,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(195,-1,'humanverify_question','$final_rendered = \'\r\n<div class=\"form_row humanverify humanverify_question\">\r\n \' . \'\'; if (!empty($hash)) {\n $final_rendered .= \'\r\n \' . \'\'; $question = vB_Template_Runtime::parseData(\'hv\', \'fetchHvQuestion\', $hash); $final_rendered .= \'\' . \'\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"random_question\") . \'</label>\r\n <div class=\"field_column\">\r\n <p class=\"description\">\' . $question . \'</p>\r\n <input type=\"text\" class=\"textbox answer\" name=\"\' . $var_prefix . \'[input]\" id=\"humanverify\" autocomplete=\"off\" />\r\n <input id=\"hash\" type=\"hidden\" name=\"\' . $var_prefix . \'[hash]\" value=\"\' . $hash . \'\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"form_row humanverify humanverify_question\">\r\n <vb:if condition=\"!empty($hash)\">\r\n {vb:data question, hv, fetchHvQuestion, {vb:raw hash}}\r\n <label class=\"label_column\">{vb:rawphrase random_question}</label>\r\n <div class=\"field_column\">\r\n <p class=\"description\">{vb:raw question}</p>\r\n <input type=\"text\" class=\"textbox answer\" name=\"{vb:raw var_prefix}[input]\" id=\"humanverify\" autocomplete=\"off\" />\r\n <input id=\"hash\" type=\"hidden\" name=\"{vb:raw var_prefix}[hash]\" value=\"{vb:raw hash}\" />\r\n </div>\r\n </vb:if>\r\n</div>','template',1363213355,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(196,-1,'humanverify_recaptcha','$final_rendered = \'\' . \'\'; $data = vB_Template_Runtime::parseData(\'hv\', \'fetchHvRecaptcha\'); $final_rendered .= \'\' . \'\r\n<div class=\"form_row humanverify humanverify_recaptcha\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"image_verification\") . \'</label>\r\n <div class=\"field_column\">\r\n <input class=\"hash\" type=\"hidden\" name=\"\' . $var_prefix . \'[hash]\" value=\"\' . $hash . \'\" />\r\n <div id=\"recaptcha_div\"></div>\r\n </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n\r\n var RecaptchaOptions = {\r\n theme : \\\'\' . $data[\'theme\'] . \'\\\'\r\n \' . \'\'; if ($humanverify[\'langcode\']) {\n $final_rendered .= \',lang : \\\'\' . $data[\'langcode\'] . \'\\\'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n };\r\n function reloadRecaptcha(){\r\n if( typeof(Recaptcha) != \\\'undefined\\\')\r\n {\r\n Recaptcha.create(\"\' . $data[\'publickey\'] . \'\", \"recaptcha_div\", RecaptchaOptions);\r\n }\r\n }\r\n\r\n if (typeof Recaptcha == \\\'undefined\\\') {\r\n window.vBulletin = window.vBulletin || {};\r\n window.vBulletin.hv_script = \"//www.google.com/recaptcha/api/js/recaptcha_ajax.js\";\r\n if (typeof $ == \\\'undefined\\\')\r\n {\r\n window.vBulletin.delayedInit = true;\r\n }\r\n else\r\n {\r\n $.getScript(window.vBulletin.hv_script, function() {\r\n reloadRecaptcha();\r\n });\r\n }\r\n }\r\n else {\r\n reloadRecaptcha();\r\n }\r\n</script>\';','{vb:data data, hv, fetchHvRecaptcha}\r\n<div class=\"form_row humanverify humanverify_recaptcha\">\r\n <label class=\"label_column\">{vb:rawphrase image_verification}</label>\r\n <div class=\"field_column\">\r\n <input class=\"hash\" type=\"hidden\" name=\"{vb:raw var_prefix}[hash]\" value=\"{vb:raw hash}\" />\r\n <div id=\"recaptcha_div\"></div>\r\n </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n\r\n var RecaptchaOptions = {\r\n theme : \'{vb:raw data.theme}\'\r\n <vb:if condition=\"$humanverify[\'langcode\']\">,lang : \'{vb:raw data.langcode}\'</vb:if>\r\n };\r\n function reloadRecaptcha(){\r\n if( typeof(Recaptcha) != \'undefined\')\r\n {\r\n Recaptcha.create(\"{vb:raw data.publickey}\", \"recaptcha_div\", RecaptchaOptions);\r\n }\r\n }\r\n\r\n if (typeof Recaptcha == \'undefined\') {\r\n window.vBulletin = window.vBulletin || {};\r\n window.vBulletin.hv_script = \"//www.google.com/recaptcha/api/js/recaptcha_ajax.js\";\r\n if (typeof $ == \'undefined\')\r\n {\r\n window.vBulletin.delayedInit = true;\r\n }\r\n else\r\n {\r\n $.getScript(window.vBulletin.hv_script, function() {\r\n reloadRecaptcha();\r\n });\r\n }\r\n }\r\n else {\r\n reloadRecaptcha();\r\n }\r\n</script>','template',1360184091,'vBulletin Solutions','5.0.1 Alpha 1','vbulletin','none'),(197,-1,'inlinemod_auth','$final_rendered = \'<form action=\"\' . $baseurl . \'/auth/inlinemodLogin\" method=\"post\" name=\"inlinemodAuthForm\" class=\"inlinemod-auth-form\">\r\n <div class=\"error-msg-box error h-hide\"></div>\r\n\r\n <div class=\"login-fields table stretch\">\r\n\r\n \' . \'\'; if ($user->userid == 0) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <label for=\"username\" class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"inlinemod_auth_enter_username\") . \':</label>\r\n <div class=\"td\"><input type=\"text\" name=\"username\" class=\"textbox js-inlineauth_username h-margin-bottom-m\" /></div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"tr\">\r\n <label for=\"password\" class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"inlinemod_auth_enter_password\") . \':</label>\r\n <div class=\"td\"><input type=\"password\" autocomplete=\"off\" name=\"password\" id=\"password\" class=\"textbox js-inlineauth_password\" /></div>\r\n </div>\r\n\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/auth/inlinemodLogin\" method=\"post\" name=\"inlinemodAuthForm\" class=\"inlinemod-auth-form\">\r\n <div class=\"error-msg-box error h-hide\"></div>\r\n\r\n <div class=\"login-fields table stretch\">\r\n\r\n <vb:if condition=\"$user->userid == 0\">\r\n <div class=\"tr\">\r\n <label for=\"username\" class=\"td\">{vb:phrase inlinemod_auth_enter_username}:</label>\r\n <div class=\"td\"><input type=\"text\" name=\"username\" class=\"textbox js-inlineauth_username h-margin-bottom-m\" /></div>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"tr\">\r\n <label for=\"password\" class=\"td\">{vb:phrase inlinemod_auth_enter_password}:</label>\r\n <div class=\"td\"><input type=\"password\" autocomplete=\"off\" name=\"password\" id=\"password\" class=\"textbox js-inlineauth_password\" /></div>\r\n </div>\r\n\r\n </div>\r\n</form>','template',1390339849,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(198,-1,'inlinemod_copyPosts','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/cloneNodes\" method=\"post\" name=\"copyPostsForm\" class=\"copy-posts-form\">\r\n <h3 class=\"blockhead copy-posts-header\">\' . vB_Template_Runtime::parsePhrase(\"copying_x_posts\", $postcount) . \'</h3>\r\n <div class=\"blockbody copy-posts-body\">\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"0\" checked=\"checked\" class=\"newthread\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"copy_posts_to_new_thread\") . \'</label></h4>\r\n <label for=\"destchannelid\">\' . vB_Template_Runtime::parsePhrase(\"destination_channel\") . \':</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $queryOptions[\'exclude_categories\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $channels = vB_Template_Runtime::parseData(\'search\', \'getChannels\', \'true\', $queryOptions); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($channels)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($channels) || $channels instanceof ArrayAccess) { foreach ($channels AS $nodeId => $channel) {$final_rendered .= \'\r\n \' . \'\'; if ($channel[\'nodeid\'] != 1) {\n $final_rendered .= \'\r\n \' . \'\'; $indent = \' \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $indent = str_repeat($indent, intval($channel[depth])); $final_rendered .= \'\' . \'\r\n <option value=\"\' . $channel[\'nodeid\'] . \'\">\' . $indent . \'\' . $channel[\'htmltitle\'] . \'</option>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n <br />\r\n <label for=\"title_textbox\">\' . vB_Template_Runtime::parsePhrase(\"title\") . \':</label>\r\n <input type=\"text\" class=\"title\" name=\"title\" id=\"title_textbox\" value=\"\" maxlength=\"\' . $vboptions[\'titlemaxchars\'] . \'\" tabindex=\"1\" />\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"you_must_have_the_required_permission\") . \'</p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"1\" class=\"mergethread\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"copy_posts_to_existing_thread\") . \'</label></h4>\r\n <label for=\"mergethreadurl\">\' . vB_Template_Runtime::parsePhrase(\"url_of_thread_to_be_merged\") . \':</label>\r\n <input type=\"text\" class=\"mergethreadurl\" name=\"mergethreadurl\" id=\"mergethreadurl\" value=\"\" tabindex=\"1\" />\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"copy_posts_note\") . \'</p>\r\n </div>\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/cloneNodes\" method=\"post\" name=\"copyPostsForm\" class=\"copy-posts-form\">\r\n <h3 class=\"blockhead copy-posts-header\">{vb:rawphrase copying_x_posts, {vb:raw postcount}}</h3>\r\n <div class=\"blockbody copy-posts-body\">\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"0\" checked=\"checked\" class=\"newthread\" tabindex=\"1\" /> {vb:rawphrase copy_posts_to_new_thread}</label></h4>\r\n <label for=\"destchannelid\">{vb:rawphrase destination_channel}:</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n {vb:set queryOptions.exclude_categories, 1}\r\n {vb:data channels, search, getChannels, true, {vb:raw queryOptions}}\r\n <vb:if condition=\"!empty($channels)\">\r\n <vb:each from=\"channels\" key=\"nodeId\" value=\"channel\">\r\n <vb:if condition=\"$channel[\'nodeid\'] != 1\">\r\n {vb:set indent, \" \"}\r\n {vb:strrepeat indent {vb:raw channel[\'depth\']}}\r\n <option value=\"{vb:raw channel.nodeid}\">{vb:raw $indent}{vb:raw channel.htmltitle}</option>\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n <br />\r\n <label for=\"title_textbox\">{vb:rawphrase title}:</label>\r\n <input type=\"text\" class=\"title\" name=\"title\" id=\"title_textbox\" value=\"\" maxlength=\"{vb:raw vboptions.titlemaxchars}\" tabindex=\"1\" />\r\n <p class=\"description\">{vb:rawphrase you_must_have_the_required_permission}</p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"1\" class=\"mergethread\" tabindex=\"1\" /> {vb:rawphrase copy_posts_to_existing_thread}</label></h4>\r\n <label for=\"mergethreadurl\">{vb:rawphrase url_of_thread_to_be_merged}:</label>\r\n <input type=\"text\" class=\"mergethreadurl\" name=\"mergethreadurl\" id=\"mergethreadurl\" value=\"\" tabindex=\"1\" />\r\n <p class=\"description\">{vb:rawphrase copy_posts_note}</p>\r\n </div>\r\n </div>\r\n</form>','template',1354727818,'vBulletin Solutions','5.0.0 Beta 22','vbulletin','none'),(199,-1,'inlinemod_delete_form','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/deleteNodes\" method=\"post\" name=\"deletePostsForm\" class=\"delete-posts-form\">\r\n <h3 class=\"blockhead delete-posts-header\">\' . vB_Template_Runtime::parsePhrase(\"deleting_x_posts\", $postcount) . \'</h3>\r\n \' . \'\'; $canmassprune = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleteposts = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $removeposts = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($nodeids)) {\n $final_rendered .= \'\r\n \' . \'\'; $nodes = vB_Template_Runtime::parseData(\'node\', \'getFullContentforNodes\', vB_Template_Runtime::vBVar($nodeids)); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($node[\'content\'][\'moderatorperms\'][\'canmassprune\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $canmassprune = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($node[\'content\'][\'candeleteposts\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $deleteposts = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($node[\'content\'][\'canharddeleteposts\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $removeposts = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"delete_options\") . \':</label>\r\n <ul class=\"delete-posts-options\">\r\n \' . \'\'; if ($deleteposts) {\n $final_rendered .= \'\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"1\" tabindex=\"1\" checked=\"checked\" /> \' . vB_Template_Runtime::parsePhrase(\"soft_delete_leave_deleted_message\") . \'</label></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($removeposts) {\n $final_rendered .= \'\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"2\" tabindex=\"2\" /> \' . vB_Template_Runtime::parsePhrase(\"physically_remove\") . \'</label></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"delete_types_explained\") . \'\r\n \' . \'\'; if ($firstpost) {\n $final_rendered .= \'<br /><br />\' . vB_Template_Runtime::parsePhrase(\"deleting_the_first_post\") . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </p>\r\n </div>\r\n\r\n \' . \'\'; if ($deleteposts) {\n $final_rendered .= \'\r\n <div class=\"blockrow\">\r\n <label for=\"deletereason\">\' . vB_Template_Runtime::parsePhrase(\"reason_for_deletion_ginlinemod\") . \' (\' . vB_Template_Runtime::parsePhrase(\"optional\") . \'):</label>\r\n <textarea class=\"textbox delete-posts-reason\" name=\"deletereason\" rows=\"3\" cols=\"69\" tabindex=\"3\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"leave_reason_for_deletion\") . \'\"></textarea>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canmassprune) {\n $final_rendered .= \'\r\n <fieldset class=\"blockrow\">\r\n <legend>\' . vB_Template_Runtime::parsePhrase(\"spam_management\") . \':</legend>\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"deleteother\"><input type=\"checkbox\" name=\"deleteother\" id=\"deleteother\" value=\"1\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"delete_other_posts_and_threads_by_affected_users\") . \'</label></li>\r\n \' . \'\'; if (vB::getDatastore()->getOption(\'vb_antispam_type\')) {\n $final_rendered .= \'<li><label for=\"report\"><input type=\"checkbox\" name=\"report\" id=\"report\" value=\"1\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"submit_data_to_antispam_service\") . \'</label></li>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </fieldset>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canBanUsers = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'moderatorpermissions\', \'canbanusers\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canBanUsers) {\n $final_rendered .= \'\r\n <fieldset class=\"blockrow\">\r\n <legend>\' . vB_Template_Runtime::parsePhrase(\"punitive_action\") . \':</legend>\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"do_what_with_affected_users\", $usercount) . \'</label>\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"useraction_none\"><input type=\"radio\" name=\"useraction\" value=\"\" id=\"useraction_none\" checked=\"checked\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"do_nothing\") . \'</label></li>\r\n <li><label for=\"useraction_ban\"><input type=\"radio\" name=\"useraction\" value=\"ban\" id=\"useraction_ban\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"ban_users\") . \'</label></li>\r\n </ul>\r\n </fieldset>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/deleteNodes\" method=\"post\" name=\"deletePostsForm\" class=\"delete-posts-form\">\r\n <h3 class=\"blockhead delete-posts-header\">{vb:rawphrase deleting_x_posts, {vb:raw postcount}}</h3>\r\n {vb:set canmassprune, 0}\r\n {vb:set deleteposts, 0}\r\n {vb:set removeposts, 0}\r\n <vb:if condition=\"!empty($nodeids)\">\r\n {vb:data nodes, node, getFullContentforNodes, {vb:var nodeids}}\r\n <vb:each from=\"nodes\" value=\"node\">\r\n <vb:if condition=\"!empty($node[\'content\'][\'moderatorperms\'][\'canmassprune\'])\">\r\n {vb:set canmassprune, 1}\r\n </vb:if>\r\n <vb:if condition=\"!empty($node[\'content\'][\'candeleteposts\'])\">\r\n {vb:set deleteposts, 1}\r\n </vb:if>\r\n <vb:if condition=\"!empty($node[\'content\'][\'canharddeleteposts\'])\">\r\n {vb:set removeposts, 1}\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <label>{vb:rawphrase delete_options}:</label>\r\n <ul class=\"delete-posts-options\">\r\n <vb:if condition=\"$deleteposts\">\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"1\" tabindex=\"1\" checked=\"checked\" /> {vb:rawphrase soft_delete_leave_deleted_message}</label></li>\r\n </vb:if>\r\n <vb:if condition=\"$removeposts\">\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"2\" tabindex=\"2\" /> {vb:rawphrase physically_remove}</label></li>\r\n </vb:if>\r\n </ul>\r\n <p class=\"description\">\r\n {vb:rawphrase delete_types_explained}\r\n <vb:if condition=\"$firstpost\"><br /><br />{vb:rawphrase deleting_the_first_post}</vb:if>\r\n </p>\r\n </div>\r\n\r\n <vb:if condition=\"$deleteposts\">\r\n <div class=\"blockrow\">\r\n <label for=\"deletereason\">{vb:rawphrase reason_for_deletion_ginlinemod} ({vb:phrase optional}):</label>\r\n <textarea class=\"textbox delete-posts-reason\" name=\"deletereason\" rows=\"3\" cols=\"69\" tabindex=\"3\" placeholder=\"{vb:phrase leave_reason_for_deletion}\"></textarea>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$canmassprune\">\r\n <fieldset class=\"blockrow\">\r\n <legend>{vb:rawphrase spam_management}:</legend>\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"deleteother\"><input type=\"checkbox\" name=\"deleteother\" id=\"deleteother\" value=\"1\" tabindex=\"1\" /> {vb:rawphrase delete_other_posts_and_threads_by_affected_users}</label></li>\r\n <vb:if condition=\"$vboptions[\'vb_antispam_type\']\"><li><label for=\"report\"><input type=\"checkbox\" name=\"report\" id=\"report\" value=\"1\" tabindex=\"1\" /> {vb:rawphrase submit_data_to_antispam_service}</label></li></vb:if>\r\n </ul>\r\n </fieldset>\r\n </vb:if>\r\n {vb:data canBanUsers, user, hasPermissions, moderatorpermissions, canbanusers}\r\n <vb:if condition=\"$canBanUsers\">\r\n <fieldset class=\"blockrow\">\r\n <legend>{vb:rawphrase punitive_action}:</legend>\r\n <label>{vb:rawphrase do_what_with_affected_users, {vb:raw usercount}}</label>\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"useraction_none\"><input type=\"radio\" name=\"useraction\" value=\"\" id=\"useraction_none\" checked=\"checked\" tabindex=\"1\" /> {vb:rawphrase do_nothing}</label></li>\r\n <li><label for=\"useraction_ban\"><input type=\"radio\" name=\"useraction\" value=\"ban\" id=\"useraction_ban\" tabindex=\"1\" /> {vb:rawphrase ban_users}</label></li>\r\n </ul>\r\n </fieldset>\r\n </vb:if>\r\n </div>\r\n</form>','template',1361896751,'vBulletin Solutions','5.0.1 Alpha 2','vbulletin','none'),(200,-1,'inlinemod_delete_spam','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/deleteNodesAsSpam\" method=\"post\" name=\"spamForm\" class=\"spam-form blockbody\">\r\n \' . \'\'; $users = vB_Template_Runtime::parseData(\'node\', \'fetchUsersFromNodeids\', $nodeIds); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($users)) {\n $final_rendered .= \'\r\n <fieldset class=\"blockrow\">\r\n <legend>\' . vB_Template_Runtime::parsePhrase(\"applying_punitive_action_to\") . \':</legend>\r\n <ul class=\"userlist\">\r\n \' . \'\'; if (is_array($users) || $users instanceof ArrayAccess) { foreach ($users AS $userid => $username) {$final_rendered .= \'\r\n <li><label><input type=\"checkbox\" tabindex=\"1\" checked=\"checked\" value=\"\' . $userid . \'\" name=\"userids[]\" /> \' . $username . \'</label></li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n </fieldset>\r\n \' . \'\'; if ($banusers) {\n $final_rendered .= \'\r\n \' . \'\'; $ban_usergroups = vB_Template_Runtime::parseData(\'usergroup\', \'fetchBannedUsergroups\'); $final_rendered .= \'\' . \'\r\n <fieldset class=\"blockrow\">\r\n <legend>\' . vB_Template_Runtime::parsePhrase(\"ban_user_gbanning\") . \':</legend>\r\n <ul class=\"group userban\">\r\n <li>\r\n <label for=\"usergroupid\">\' . vB_Template_Runtime::parsePhrase(\"place_ban_users_in\") . \':</label>\r\n <select class=\"primary userbanfield\" name=\"usergroupid\" tabindex=\"1\">\r\n \' . \'\'; if (is_array($ban_usergroups) || $ban_usergroups instanceof ArrayAccess) { foreach ($ban_usergroups AS $usergroup) {$final_rendered .= \'\r\n <option value=\"\' . vB_Template_Runtime::vBVar($usergroup[\'usergroupid\']) . \'\">\' . vB_Template_Runtime::vBVar($usergroup[\'title\']) . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </li>\r\n <li>\r\n <label for=\"period\">\' . vB_Template_Runtime::parsePhrase(\"lift_ban\") . \':</label>\r\n <select class=\"primary userbanfield\" name=\"period\" tabindex=\"1\">\r\n <optgroup label=\"\' . vB_Template_Runtime::parsePhrase(\"temporary_ban_options\") . \'\">\r\n <option value=\"D_1\">1 \' . vB_Template_Runtime::parsePhrase(\"day\") . \'</option>\r\n <option value=\"D_2\">2 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_3\">3 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_4\">4 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_5\">5 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_6\">6 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_7\">7 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_10\">10 \' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"D_14\">2 \' . vB_Template_Runtime::parsePhrase(\"weeks\") . \'</option>\r\n <option value=\"D_21\">3 \' . vB_Template_Runtime::parsePhrase(\"weeks\") . \'</option>\r\n <option value=\"M_1\">1 \' . vB_Template_Runtime::parsePhrase(\"month\") . \'</option>\r\n <option value=\"M_2\">2 \' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"M_3\">3 \' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"M_4\">4 \' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"M_5\">5 \' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"M_6\">6 \' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"Y_1\">1 \' . vB_Template_Runtime::parsePhrase(\"year\") . \'</option>\r\n <option value=\"Y_2\">2 \' . vB_Template_Runtime::parsePhrase(\"years\") . \'</option>\r\n </optgroup>\r\n <optgroup label=\"\' . vB_Template_Runtime::parsePhrase(\"permanent_ban_options\") . \'\">\r\n <option value=\"PERMANENT\" selected=\"selected\">\' . vB_Template_Runtime::parsePhrase(\"permanent_ban\") . \' - \' . vB_Template_Runtime::parsePhrase(\"never_lift_ban\") . \'</option>\r\n </optgroup>\r\n </select>\r\n </li>\r\n <li>\r\n <label for=\"reason\">\' . vB_Template_Runtime::parsePhrase(\"ban_reason\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox userbanfield\" name=\"banreason\" value=\"\" tabindex=\"1\" />\r\n </li>\r\n </ul>\r\n </fieldset>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"click_proceed\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/deleteNodesAsSpam\" method=\"post\" name=\"spamForm\" class=\"spam-form blockbody\">\r\n {vb:data users, node, fetchUsersFromNodeids, {vb:raw nodeIds}}\r\n <vb:if condition=\"!empty($users)\">\r\n <fieldset class=\"blockrow\">\r\n <legend>{vb:rawphrase applying_punitive_action_to}:</legend>\r\n <ul class=\"userlist\">\r\n <vb:each from=\"users\" key=\"userid\" value=\"username\">\r\n <li><label><input type=\"checkbox\" tabindex=\"1\" checked=\"checked\" value=\"{vb:raw userid}\" name=\"userids[]\" /> {vb:raw username}</label></li>\r\n </vb:each>\r\n </ul>\r\n </fieldset>\r\n <vb:if condition=\"$banusers\">\r\n {vb:data ban_usergroups, usergroup, fetchBannedUsergroups}\r\n <fieldset class=\"blockrow\">\r\n <legend>{vb:rawphrase ban_user_gbanning}:</legend>\r\n <ul class=\"group userban\">\r\n <li>\r\n <label for=\"usergroupid\">{vb:rawphrase place_ban_users_in}:</label>\r\n <select class=\"primary userbanfield\" name=\"usergroupid\" tabindex=\"1\">\r\n <vb:each from=\"ban_usergroups\" value=\"usergroup\">\r\n <option value=\"{vb:var usergroup.usergroupid}\">{vb:var usergroup.title}</option>\r\n </vb:each>\r\n </select>\r\n </li>\r\n <li>\r\n <label for=\"period\">{vb:rawphrase lift_ban}:</label>\r\n <select class=\"primary userbanfield\" name=\"period\" tabindex=\"1\">\r\n <optgroup label=\"{vb:rawphrase temporary_ban_options}\">\r\n <option value=\"D_1\">1 {vb:rawphrase day}</option>\r\n <option value=\"D_2\">2 {vb:rawphrase days}</option>\r\n <option value=\"D_3\">3 {vb:rawphrase days}</option>\r\n <option value=\"D_4\">4 {vb:rawphrase days}</option>\r\n <option value=\"D_5\">5 {vb:rawphrase days}</option>\r\n <option value=\"D_6\">6 {vb:rawphrase days}</option>\r\n <option value=\"D_7\">7 {vb:rawphrase days}</option>\r\n <option value=\"D_10\">10 {vb:rawphrase days}</option>\r\n <option value=\"D_14\">2 {vb:rawphrase weeks}</option>\r\n <option value=\"D_21\">3 {vb:rawphrase weeks}</option>\r\n <option value=\"M_1\">1 {vb:rawphrase month}</option>\r\n <option value=\"M_2\">2 {vb:rawphrase months}</option>\r\n <option value=\"M_3\">3 {vb:rawphrase months}</option>\r\n <option value=\"M_4\">4 {vb:rawphrase months}</option>\r\n <option value=\"M_5\">5 {vb:rawphrase months}</option>\r\n <option value=\"M_6\">6 {vb:rawphrase months}</option>\r\n <option value=\"Y_1\">1 {vb:rawphrase year}</option>\r\n <option value=\"Y_2\">2 {vb:rawphrase years}</option>\r\n </optgroup>\r\n <optgroup label=\"{vb:rawphrase permanent_ban_options}\">\r\n <option value=\"PERMANENT\" selected=\"selected\">{vb:rawphrase permanent_ban} - {vb:rawphrase never_lift_ban}</option>\r\n </optgroup>\r\n </select>\r\n </li>\r\n <li>\r\n <label for=\"reason\">{vb:rawphrase ban_reason}:</label>\r\n <input type=\"text\" class=\"primary textbox userbanfield\" name=\"banreason\" value=\"\" tabindex=\"1\" />\r\n </li>\r\n </ul>\r\n </fieldset>\r\n </vb:if>\r\n <vb:else />\r\n {vb:phrase click_proceed}\r\n </vb:if>\r\n\r\n</form>','template',1369055457,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(201,-1,'inlinemod_manage_deleted','$final_rendered = \'\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'node\', \'getNodeFullContent\', vB_Template_Runtime::vBVar($nodeid)); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $canRemovePost = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'moderatorpermissions\', \'canremoveposts\', vB_Template_Runtime::vBVar($nodeid)); $final_rendered .= \'\' . \'\r\n\' . \'\'; $canDeletePosts = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'moderatorpermissions\', \'candeleteposts\', vB_Template_Runtime::vBVar($nodeid)); $final_rendered .= \'\' . \'\r\n\' . \'\'; $canManage = \'0\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!($canRemovePost OR $canDeletePosts)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($user[\'userid\'] == $node[\'userid\'] AND $user[\'userid\'] == $node[\'deleteuserid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $canManage = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canManage = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($canManage) {\n $final_rendered .= \'\r\n <form action=\"\' . $baseurl . \'/ajax/api/node/manageDeletedNode\" method=\"post\" name=\"deletePostsForm\" class=\"manage-deleted-form\">\r\n\r\n \' . \'\'; if ($nodeid == $node[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $contenttype = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $headertext = \'\' . vB_Template_Runtime::parsePhrase(\"edit_topic\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleted_question = \'\' . vB_Template_Runtime::parsePhrase(\"deleted_topic_question\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if (empty($isblogcomment) AND empty($isarticlecomment) AND $node[\'parentid\'] == $node[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $contenttype = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $headertext = \'\' . vB_Template_Runtime::parsePhrase(\"edit_reply\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleted_question = \'\' . vB_Template_Runtime::parsePhrase(\"deleted_reply_question\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $contenttype = \'comment\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $headertext = \'\' . vB_Template_Runtime::parsePhrase(\"edit_comment\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $deleted_question = \'\' . vB_Template_Runtime::parsePhrase(\"deleted_comment_question\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n <h2 class=\"blockhead dialog_header\">\' . $headertext . \'</h2>\r\n\r\n \' . \'\'; if ($contenttype == \'topic\') {\n $final_rendered .= \'\r\n\r\n \' . \'\'; $prefixsets = vB_Template_Runtime::parseData(\'prefix\', \'fetch\', $node[\'parentid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($prefixsets) {\n $final_rendered .= \'\r\n <h3 class=\"blockhead edit-topic-header\">\' . vB_Template_Runtime::parsePhrase(\"prefix\") . \'</h3>\r\n <div class=\"blockbody edit-topic-prefix\">\r\n <div class=\"blockrow\">\r\n \' . vB_Template_Runtime::includeTemplate(\'editor_prefixchooser\',array(\'prefixsets\' => $prefixsets, \'channelid\' => $node[\'parentid\'], \'conversation\' => $node)) . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <h3 class=\"blockhead edit-topic-header\">\' . vB_Template_Runtime::parsePhrase(\"topic_title\") . \'</h3>\r\n <div class=\"blockbody edit-topic-title\">\r\n <div class=\"blockrow\">\r\n <input type=\"text\" name=\"topic_title\" value=\"\' . $node[\'title\'] . \'\" tabindex=\"1\" class=\"textbox\" />\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"edit_topic_title_explained\") . \'\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <h3 class=\"blockhead moderator-notes-header\">\' . vB_Template_Runtime::parsePhrase(\"moderator_notes\") . \'</h3>\r\n <div class=\"blockbody moderator-notes-body\">\r\n <div class=\"blockrow\">\r\n <textarea name=\"moderator_notes\" rows=\"2\" class=\"textbox\"></textarea>\r\n </div>\r\n </div>\r\n\r\n <h3 class=\"blockhead posticons-header\">\' . vB_Template_Runtime::parsePhrase(\"post_icons\") . \'</h3>\r\n \' . \'\'; $postIcons = vB_Template_Runtime::parseData(\'icon\', \'fetchAll\'); $final_rendered .= \'\' . \'\r\n <div class=\"blockbody post-icons-body\">\r\n <ul class=\"post-icon-menu\">\r\n \' . \'\'; if (is_array($postIcons) || $postIcons instanceof ArrayAccess) { foreach ($postIcons AS $postIcon) {$final_rendered .= \'\r\n <li class=\"post-icon-item\">\r\n <label for=\"rb_iconid_\' . vB_Template_Runtime::vBVar($postIcon[\'iconid\']) . \'\">\r\n <input id=\"rb_iconid_\' . vB_Template_Runtime::vBVar($postIcon[\'iconid\']) . \'\" type=\"radio\" \' . \'\'; if ($postIcon[\'iconid\'] == $node[\'iconid\']) {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' value=\"\' . vB_Template_Runtime::vBVar($postIcon[\'iconid\']) . \'\" name=\"iconid\"><img id=\"pi_\' . vB_Template_Runtime::vBVar($postIcon[\'iconid\']) . \'\" alt=\"\' . vB_Template_Runtime::vBVar($postIcon[\'title\']) . \'\" src=\"\' . vB_Template_Runtime::vBVar($baseurl_core) . \'/\' . vB_Template_Runtime::vBVar($postIcon[\'iconpath\']) . \'\" title=\"\' . vB_Template_Runtime::vBVar($postIcon[\'title\']) . \'\"></label>\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><label for=\"rb_iconid_0\"><input id=\"rb_iconid_0\" type=\"radio\" \' . \'\'; if (empty($node[\'iconid\'])) {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' value=\"0\" name=\"iconid\">\' . vB_Template_Runtime::parsePhrase(\"no_icon\") . \'</label></li>\r\n </ul>\r\n </div>\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <h3 class=\"blockhead delete-posts-header\">\r\n \' . \'\'; if ($node[\'unpublishdate\']) {\n $final_rendered .= \'\r\n \' . $deleted_question . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"options\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </h3>\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <ul class=\"delete-posts-options\">\r\n \' . \'\'; if ($node[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"1\" tabindex=\"1\" checked=\"checked\" /> \' . vB_Template_Runtime::parsePhrase(\"leave_it_deleted_gthreadmanage\") . \'</label>\r\n \' . \'\'; if ($contenttype == \'topic\' OR $contenttype == \'reply\' ) {\n $final_rendered .= \'\r\n <div id=\"keep_attachments\" class=\"indented\"><label><input type=\"checkbox\" name=\"keep_attachments\" value=\"1\" checked=\"checked\" /> \' . vB_Template_Runtime::parsePhrase(\"keep_attachments_gthreadmanage\") . \'</label></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \' . \'\'; if ($canDeletePosts) {\n $final_rendered .= \'\r\n <li>\r\n <label><input type=\"radio\" name=\"deletetype\" value=\"2\" /> \' . vB_Template_Runtime::parsePhrase(\"undelete_it_restore\") . \'</label>\r\n \' . \'\'; if ($contenttype == \'topic\') {\n $final_rendered .= \'\r\n <div class=\"indented\">\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"topicopen\"><input type=\"checkbox\" name=\"topicopen\" value=\"1\" id=\"topicopen\" \' . \'\'; if ($node[\'open\']) {\n $final_rendered .= \'checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/> \' . vB_Template_Runtime::parsePhrase(\"topic_is_open\") . \'</label></li>\r\n <li><label for=\"topicsticky\"><input type=\"checkbox\" name=\"topicsticky\" value=\"1\" id=\"topicsticky\" \' . \'\'; if ($node[\'sticky\']) {\n $final_rendered .= \' checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /> \' . vB_Template_Runtime::parsePhrase(\"topic_is_sticky\") . \'</label></li>\r\n <li><label for=\"topicvisible\"><input type=\"checkbox\" name=\"topicvisible\" value=\"1\" id=\"topicvisible\" \' . \'\'; if ($node[\'approved\']) {\n $final_rendered .= \' checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /> \' . vB_Template_Runtime::parsePhrase(\"topic_is_visible\") . \'</label></li>\r\n </ul>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($canRemovePost) {\n $final_rendered .= \'\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"3\" /> \' . vB_Template_Runtime::parsePhrase(\"physically_remove\") . \'</label></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <li><label for=\"topicopen\"><input type=\"checkbox\" name=\"topicopen\" value=\"1\" id=\"topicopen\" \' . \'\'; if ($node[\'open\']) {\n $final_rendered .= \'checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/> \' . vB_Template_Runtime::parsePhrase(\"topic_is_open\") . \'</label></li>\r\n <li><label for=\"topicsticky\"><input type=\"checkbox\" name=\"topicsticky\" value=\"1\" id=\"topicsticky\" \' . \'\'; if ($node[\'sticky\']) {\n $final_rendered .= \'checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/> \' . vB_Template_Runtime::parsePhrase(\"topic_is_sticky\") . \'</label></li>\r\n <li><label for=\"topicvisible\"><input type=\"checkbox\" name=\"topicvisible\" value=\"1\" id=\"topicvisible\" \' . \'\'; if ($node[\'approved\']) {\n $final_rendered .= \'checked=\"checked\" \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/> \' . vB_Template_Runtime::parsePhrase(\"topic_is_visible\") . \'</label></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n\r\n \' . \'\'; if ($node[\'unpublishdate\']) {\n $final_rendered .= \'\r\n <div class=\"blockrow deletereason-row\">\r\n <label for=\"deletereason\">\' . vB_Template_Runtime::parsePhrase(\"reason_for_deletion_ginlinemod\") . \' (\' . vB_Template_Runtime::parsePhrase(\"optional\") . \'):</label>\r\n <textarea name=\"deletereason\" rows=\"2\" tabindex=\"3\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"leave_reason_for_deletion\") . \'\" class=\"textbox\"></textarea>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; $logs = vB_Template_Runtime::parseData(\'node\', \'fetchModLogs\', vB_Template_Runtime::vBVar($nodeid)); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($logs)) {\n $final_rendered .= \'\r\n <h2 class=\"blockhead dialog_header moderationlog-header\">\' . vB_Template_Runtime::parsePhrase(\"moderation_log\") . \'</h2>\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <ul class=\"modlog_rows\">\r\n \' . \'\'; if (is_array($logs) || $logs instanceof ArrayAccess) { foreach ($logs AS $log) {$final_rendered .= \'\r\n <li>\' . $log[\'action\'] . \' <span class=\"post-date\">(\' . vB_Template_Runtime::datetime($log[\'dateline\']) . \')</span></li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </form>\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"no_permission\") . \'\r\n\';\n }$final_rendered .= \'\' . \'\';','{vb:data nodes, node, getNodeFullContent, {vb:var nodeid}}\r\n<vb:each from=\"nodes\" value=\"node\"></vb:each>\r\n{vb:data canRemovePost, user, hasPermissions, moderatorpermissions, canremoveposts, {vb:var nodeid}}\r\n{vb:data canDeletePosts, user, hasPermissions, moderatorpermissions, candeleteposts, {vb:var nodeid}}\r\n{vb:set canManage, 0}\r\n<vb:if condition=\"!($canRemovePost OR $canDeletePosts)\">\r\n <vb:if condition=\"$user[\'userid\'] == $node[\'userid\'] AND $user[\'userid\'] == $node[\'deleteuserid\']\">\r\n {vb:set canManage, 1}\r\n </vb:if>\r\n<vb:else />\r\n {vb:set canManage, 1}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$canManage\">\r\n <form action=\"{vb:raw baseurl}/ajax/api/node/manageDeletedNode\" method=\"post\" name=\"deletePostsForm\" class=\"manage-deleted-form\">\r\n\r\n <vb:if condition=\"$nodeid == $node[\'starter\']\">\r\n {vb:set contenttype, \'topic\'}\r\n {vb:set headertext, {vb:rawphrase edit_topic}}\r\n {vb:set deleted_question, {vb:rawphrase deleted_topic_question}}\r\n <vb:elseif condition=\"empty($isblogcomment) AND empty($isarticlecomment) AND $node[\'parentid\'] == $node[\'starter\']\" />\r\n {vb:set contenttype, \'reply\'}\r\n {vb:set headertext, {vb:rawphrase edit_reply}}\r\n {vb:set deleted_question, {vb:rawphrase deleted_reply_question}}\r\n <vb:else />\r\n {vb:set contenttype, \'comment\'}\r\n {vb:set headertext, {vb:rawphrase edit_comment}}\r\n {vb:set deleted_question, {vb:rawphrase deleted_comment_question}}\r\n </vb:if>\r\n\r\n <h2 class=\"blockhead dialog_header\">{vb:raw headertext}</h2>\r\n\r\n <vb:if condition=\"$contenttype == \'topic\'\">\r\n\r\n {vb:data prefixsets, prefix, fetch, {vb:raw node.parentid}}\r\n <vb:if condition=\"$prefixsets\">\r\n <h3 class=\"blockhead edit-topic-header\">{vb:rawphrase prefix}</h3>\r\n <div class=\"blockbody edit-topic-prefix\">\r\n <div class=\"blockrow\">\r\n {vb:template editor_prefixchooser, prefixsets={vb:raw prefixsets}, channelid={vb:raw node.parentid}, conversation={vb:raw node}}\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n <h3 class=\"blockhead edit-topic-header\">{vb:rawphrase topic_title}</h3>\r\n <div class=\"blockbody edit-topic-title\">\r\n <div class=\"blockrow\">\r\n <input type=\"text\" name=\"topic_title\" value=\"{vb:raw node.title}\" tabindex=\"1\" class=\"textbox\" />\r\n <p class=\"description\">\r\n {vb:rawphrase edit_topic_title_explained}\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <h3 class=\"blockhead moderator-notes-header\">{vb:rawphrase moderator_notes}</h3>\r\n <div class=\"blockbody moderator-notes-body\">\r\n <div class=\"blockrow\">\r\n <textarea name=\"moderator_notes\" rows=\"2\" class=\"textbox\"></textarea>\r\n </div>\r\n </div>\r\n\r\n <h3 class=\"blockhead posticons-header\">{vb:rawphrase post_icons}</h3>\r\n {vb:data postIcons, icon, fetchAll}\r\n <div class=\"blockbody post-icons-body\">\r\n <ul class=\"post-icon-menu\">\r\n <vb:each from=\"postIcons\" value=\"postIcon\">\r\n <li class=\"post-icon-item\">\r\n <label for=\"rb_iconid_{vb:var postIcon.iconid}\">\r\n <input id=\"rb_iconid_{vb:var postIcon.iconid}\" type=\"radio\" <vb:if condition=\"$postIcon[\'iconid\'] == $node[\'iconid\']\">checked=\"checked\"</vb:if> value=\"{vb:var postIcon.iconid}\" name=\"iconid\"><img id=\"pi_{vb:var postIcon.iconid}\" alt=\"{vb:var postIcon.title}\" src=\"{vb:var baseurl_core}/{vb:var postIcon.iconpath}\" title=\"{vb:var postIcon.title}\"></label>\r\n </li>\r\n </vb:each>\r\n <li><label for=\"rb_iconid_0\"><input id=\"rb_iconid_0\" type=\"radio\" <vb:if condition=\"empty($node[\'iconid\'])\">checked=\"checked\"</vb:if> value=\"0\" name=\"iconid\">{vb:phrase no_icon}</label></li>\r\n </ul>\r\n </div>\r\n\r\n </vb:if>\r\n\r\n <h3 class=\"blockhead delete-posts-header\">\r\n <vb:if condition=\"$node[\'unpublishdate\']\">\r\n {vb:raw deleted_question}\r\n <vb:else />\r\n {vb:rawphrase options}\r\n </vb:if>\r\n </h3>\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <ul class=\"delete-posts-options\">\r\n <vb:if condition=\"$node[\'unpublishdate\']\">\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"1\" tabindex=\"1\" checked=\"checked\" /> {vb:rawphrase leave_it_deleted_gthreadmanage}</label>\r\n <vb:if condition=\"$contenttype == \'topic\' OR $contenttype == \'reply\' \">\r\n <div id=\"keep_attachments\" class=\"indented\"><label><input type=\"checkbox\" name=\"keep_attachments\" value=\"1\" checked=\"checked\" /> {vb:rawphrase keep_attachments_gthreadmanage}</label></div>\r\n </vb:if>\r\n </li>\r\n <vb:if condition=\"$canDeletePosts\">\r\n <li>\r\n <label><input type=\"radio\" name=\"deletetype\" value=\"2\" /> {vb:rawphrase undelete_it_restore}</label>\r\n <vb:if condition=\"$contenttype == \'topic\'\">\r\n <div class=\"indented\">\r\n <ul class=\"spamoptions rightcol\">\r\n <li><label for=\"topicopen\"><input type=\"checkbox\" name=\"topicopen\" value=\"1\" id=\"topicopen\" <vb:if condition=\"$node[\'open\']\">checked=\"checked\" </vb:if>/> {vb:rawphrase topic_is_open}</label></li>\r\n <li><label for=\"topicsticky\"><input type=\"checkbox\" name=\"topicsticky\" value=\"1\" id=\"topicsticky\" <vb:if condition=\"$node[\'sticky\']\"> checked=\"checked\" </vb:if> /> {vb:rawphrase topic_is_sticky}</label></li>\r\n <li><label for=\"topicvisible\"><input type=\"checkbox\" name=\"topicvisible\" value=\"1\" id=\"topicvisible\" <vb:if condition=\"$node[\'approved\']\"> checked=\"checked\" </vb:if> /> {vb:rawphrase topic_is_visible}</label></li>\r\n </ul>\r\n </div>\r\n </vb:if>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"$canRemovePost\">\r\n <li><label><input type=\"radio\" name=\"deletetype\" value=\"3\" /> {vb:rawphrase physically_remove}</label></li>\r\n </vb:if>\r\n <vb:else />\r\n <li><label for=\"topicopen\"><input type=\"checkbox\" name=\"topicopen\" value=\"1\" id=\"topicopen\" <vb:if condition=\"$node[\'open\']\">checked=\"checked\" </vb:if>/> {vb:rawphrase topic_is_open}</label></li>\r\n <li><label for=\"topicsticky\"><input type=\"checkbox\" name=\"topicsticky\" value=\"1\" id=\"topicsticky\" <vb:if condition=\"$node[\'sticky\']\">checked=\"checked\" </vb:if>/> {vb:rawphrase topic_is_sticky}</label></li>\r\n <li><label for=\"topicvisible\"><input type=\"checkbox\" name=\"topicvisible\" value=\"1\" id=\"topicvisible\" <vb:if condition=\"$node[\'approved\']\">checked=\"checked\" </vb:if>/> {vb:rawphrase topic_is_visible}</label></li>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n\r\n <vb:if condition=\"$node[\'unpublishdate\']\">\r\n <div class=\"blockrow deletereason-row\">\r\n <label for=\"deletereason\">{vb:rawphrase reason_for_deletion_ginlinemod} ({vb:phrase optional}):</label>\r\n <textarea name=\"deletereason\" rows=\"2\" tabindex=\"3\" placeholder=\"{vb:phrase leave_reason_for_deletion}\" class=\"textbox\"></textarea>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n {vb:data logs, node, fetchModLogs, {vb:var nodeid}}\r\n <vb:if condition=\"!empty($logs)\">\r\n <h2 class=\"blockhead dialog_header moderationlog-header\">{vb:rawphrase moderation_log}</h2>\r\n <div class=\"blockbody delete-posts-body\">\r\n <div class=\"blockrow\">\r\n <ul class=\"modlog_rows\">\r\n <vb:each from=\"logs\" value=\"log\">\r\n <li>{vb:raw log.action} <span class=\"post-date\">({vb:datetime {vb:raw log.dateline}})</span></li>\r\n </vb:each>\r\n </ul>\r\n </div>\r\n </div>\r\n </vb:if>\r\n\r\n </form>\r\n<vb:else />\r\n {vb:phrase no_permission}\r\n</vb:if>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(202,-1,'inlinemod_menu','$final_rendered = \'\' . \'\'; $optionsArray[view] = $view; $final_rendered .= \'\' . \'\r\n\' . \'\'; $modMenu = vB_Template_Runtime::parseAction(\'permission\', \'showInlinemodMenu\', $conversation, $modPerms, $optionsArray); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($modMenu)) {\n $final_rendered .= \'\r\n\r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (!empty($includeLI)) {\n $final_rendered .= \'\r\n <li class=\"toolbar-inline-mod\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($view == \'blog_post\' OR $view == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $view = \'thread\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"moderationmenu_container \' . $view . \'\" data-view=\"\' . $view . \'\">\r\n <div class=\"moderation-mainmenu h-clearfix\">\r\n \' . \'\'; if (($view == \'thread\' AND $conversation[\'channeltype\'] != \'infraction\' AND (($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canopenclose\'] > 0) OR ($modPerms[\'canopenclose\'] > 0) OR ($modPerms[\'canmoderateposts\'] > 0) OR ($modPerms[\'canmassmove\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'cansetfeatured\'] > 0)))) {\n $final_rendered .= \'\r\n <div class=\"mainmenu administrative h-left\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"administrative\") . \'</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n \' . \'\'; if ($view == \'thread\' AND !empty($conversation[\'nodeid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0) ) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-move\"><a href=\"#\" data-action=\"moveThreads\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"move_thread_gthreadmanage\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'canopenclose\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-open\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"open\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"open_thread\") . \'</a></li>\r\n <li class=\"moderation-action moderation-close\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"close\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"close_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-approve\"><a href=\"#\" data-action=\"approveThreads\" data-params=\"approve\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"approve_thread\") . \'</a></li>\r\n <li class=\"moderation-action moderation-unapprove\"><a href=\"#\" data-action=\"approveThreads\" data-params=\"unapprove\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"unapprove_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-copy\"><a href=\"#\" data-action=\"copyPosts\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"copy_thread_gthreadmanage\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'cansetfeatured\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-edit\"><a href=\"#\" data-action=\"editTopic\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"edit_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-delete\"><a href=\"#\" data-action=\"delete_form_thread\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"delete_thread\") . \'</a></li>\r\n \' . \'\'; if ($modPerms[\'canremoveposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-undelete\"><a href=\"#\" data-action=\"undelete\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"delete_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmanagethreads\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'channeltype\'] != \'article\') {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-stick\"><a href=\"#\" data-action=\"stickThreads\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"stick_thread\") . \'</a></li>\r\n <li class=\"moderation-action moderation-unstick\"><a href=\"#\" data-action=\"unstickThreads\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"unstick_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"moderation-action moderation-remove-redirects\"><a href=\"#\" data-action=\"removeRedirect\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"remove_redirects\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'cansetfeatured\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action moderation-feature\"><a href=\"#\" data-action=\"featureThreads\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"feature_thread\") . \'</a></li>\r\n <li class=\"moderation-action moderation-unfeature\"><a href=\"#\" data-action=\"unfeatureThreads\" \' . \'\'; if ($conversation[\'contenttypeclass\'] != \'Channel\') {\n $final_rendered .= \'data-node-id=\"\' . $conversation[\'nodeid\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"unfeature_thread\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($view == \'topic\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"mainmenu moderation h-left\">\r\n <span>\' . vB_Template_Runtime::parsePhrase(\"moderation\") . \'</span>\r\n <input type=\"checkbox\" class=\"cb_inlinemod_main\" title=\"\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'\" data-title-select=\"\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'\" data-title-unselect=\"\' . vB_Template_Runtime::parsePhrase(\"deselect_all_ginlinemod\") . \'\" />\r\n <ul class=\"submenu moderation-submenu\">\r\n \' . \'\'; if (!empty($conversation)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-markread\"><a href=\"#\" data-action=\"markRead\">\' . vB_Template_Runtime::parsePhrase(\"mark_this_channel_read\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($view == \'thread\' OR $view == \'search\' OR $view == \'conversation_stream\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($modPerms[\'canmassmove\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-move\"><a href=\"#\" data-action=\"movePosts\">\' . vB_Template_Runtime::parsePhrase(\"move_posts\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmanagethreads\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-merge\"><a href=\"#\" data-action=\"mergePosts\">\' . vB_Template_Runtime::parsePhrase(\"merge_posts\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'canmassmove\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-copy\"><a href=\"#\" data-action=\"copyPosts\">\' . vB_Template_Runtime::parsePhrase(\"copy_posts\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'candeleteposts\'] > 0) OR ($modPerms[\'canharddeleteposts\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'candeleteposts\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-delete\"><a href=\"#\" data-action=\"delete_form\" data-delete-type=\"\' . (($modPerms[canharddeleteposts]>0) ? \"hard\" : \"soft\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"delete_posts\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canundeleteposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-undelete\"><a href=\"#\" data-action=\"undelete\">\' . vB_Template_Runtime::parsePhrase(\"undelete_posts\") . \'</a></li>\r\n\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-approve\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"approve\">\' . vB_Template_Runtime::parsePhrase(\"approve_posts\") . \'</a></li>\r\n <li class=\"moderation-action col1 moderation-unapprove\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"unapprove\">\' . vB_Template_Runtime::parsePhrase(\"unapprove_posts\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"moderation-action col2 moderation-view\"><a href=\"#\" data-action=\"viewSelectedPosts\">\' . vB_Template_Runtime::parsePhrase(\"view_selected_posts\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-all\"><a href=\"#\" data-action=\"selectAll\">\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-none\"><a href=\"#\" data-action=\"selectNone\">\' . vB_Template_Runtime::parsePhrase(\"select_none_gposting\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-invert\"><a href=\"#\" data-action=\"invertSelection\">\' . vB_Template_Runtime::parsePhrase(\"invert_selection_ginlinemod\") . \'</a></li>\r\n \' . \'\'; if ($modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col2 moderation-select-unapproved\"><a href=\"#\" data-action=\"selectClass\" data-params=\"unapproved\">\' . vB_Template_Runtime::parsePhrase(\"select_unapproved_posts_ginlinemod\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canundeleteposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-candeleteposts col2 moderation-select-deleted\"><a href=\"#\" data-action=\"selectClass\" data-params=\"deleted\">\' . vB_Template_Runtime::parsePhrase(\"select_deleted_posts_ginlinemod\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmoderateattachments\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col2 last-item moderation-select-attachments\"><a href=\"#\" data-action=\"selectClass\" data-params=\"im-attach\">\' . vB_Template_Runtime::parsePhrase(\"select_posts_with_attachments\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($view == \'topic\') {\n $final_rendered .= \'\r\n \' . \'\'; if (($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-move\"><a href=\"#\" data-action=\"moveThreads\">\' . vB_Template_Runtime::parsePhrase(\"move_threads_ginlinemod\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmanagethreads\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-merge\"><a href=\"#\" data-action=\"mergeThreads\">\' . vB_Template_Runtime::parsePhrase(\"merge_threads_ginlinemod\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-delete\"><a href=\"#\" data-action=\"delete_form_thread\">\' . vB_Template_Runtime::parsePhrase(\"delete_threads\") . \'</a></li>\r\n \' . \'\'; if ($modPerms[\'canremoveposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-undelete\"><a href=\"#\" data-action=\"undelete\">\' . vB_Template_Runtime::parsePhrase(\"undelete_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'canopenclose\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-open\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"open\">\' . vB_Template_Runtime::parsePhrase(\"open_threads\") . \'</a></li>\r\n <li class=\"moderation-action col1 moderation-close\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"close\">\' . vB_Template_Runtime::parsePhrase(\"close_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-approve\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"approve\">\' . vB_Template_Runtime::parsePhrase(\"approve_threads\") . \'</a></li>\r\n <li class=\"moderation-action col1 moderation-unapprove\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"unapprove\">\' . vB_Template_Runtime::parsePhrase(\"unapprove_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmanagethreads\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-stick\"><a href=\"#\" data-action=\"stickThreads\">\' . vB_Template_Runtime::parsePhrase(\"stick_threads\") . \'</a></li>\r\n <li class=\"moderation-action col1 moderation-unstick\"><a href=\"#\" data-action=\"unstickThreads\">\' . vB_Template_Runtime::parsePhrase(\"unstick_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'cansetfeatured\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col1 moderation-feature\"><a href=\"#\" data-action=\"featureThreads\" data-params=\"feature\">\' . vB_Template_Runtime::parsePhrase(\"feature_threads\") . \'</a></li>\r\n <li class=\"moderation-action col1 moderation-unfeature\"><a href=\"#\" data-action=\"featureThreads\" data-params=\"unfeature\">\' . vB_Template_Runtime::parsePhrase(\"unfeature_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"moderation-action col2 moderation-view\"><a href=\"#\" data-action=\"viewSelectedPosts\">\' . vB_Template_Runtime::parsePhrase(\"view_selected_threads\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-all\"><a href=\"#\" data-action=\"selectAll\">\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-none\"><a href=\"#\" data-action=\"selectNone\">\' . vB_Template_Runtime::parsePhrase(\"select_none_gposting\") . \'</a></li>\r\n <li class=\"moderation-action col2 moderation-select-invert\"><a href=\"#\" data-action=\"invertSelection\">\' . vB_Template_Runtime::parsePhrase(\"invert_selection_ginlinemod\") . \'</a></li>\r\n \' . \'\'; if ($modPerms[\'canmoderateposts\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col2 moderation-select-unapproved\"><a href=\"#\" data-action=\"selectClass\" data-params=\"unapproved\">\' . vB_Template_Runtime::parsePhrase(\"select_unapproved_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($modPerms[\'canharddeleteposts\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'candeleteposts\'] > 0)) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col2 moderation-select-deleted\"><a href=\"#\" data-action=\"selectClass\" data-params=\"deleted\">\' . vB_Template_Runtime::parsePhrase(\"select_deleted_threads\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($modPerms[\'canmoderateattachments\'] > 0) {\n $final_rendered .= \'\r\n <li class=\"moderation-action col2 last-item moderation-select-attachments\"><a href=\"#\" data-action=\"selectClass\" data-params=\"im-attach\">\' . vB_Template_Runtime::parsePhrase(\"select_threads_with_attachments\") . \'</a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n \' . \'\'; if (!empty($includeLI)) {\n $final_rendered .= \'\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','{vb:set optionsArray[\'view\'], {vb:raw view}}\r\n{vb:action modMenu, permission, showInlinemodMenu, {vb:raw conversation}, {vb:raw modPerms}, {vb:raw optionsArray}}\r\n\r\n<vb:if condition=\"!empty($modMenu)\">\r\n\r\n {vb:js js/inlinemod.js}\r\n\r\n <vb:if condition=\"!empty($includeLI)\">\r\n <li class=\"toolbar-inline-mod\">\r\n </vb:if>\r\n\r\n <vb:if condition=\"$view == \'blog_post\' OR $view == \'article\'\">\r\n {vb:set view, \'thread\'}\r\n </vb:if>\r\n\r\n <div class=\"moderationmenu_container {vb:raw view}\" data-view=\"{vb:raw view}\">\r\n <div class=\"moderation-mainmenu h-clearfix\">\r\n <vb:if condition=\"($view == \'thread\' AND $conversation[\'channeltype\'] != \'infraction\' AND (($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canopenclose\'] > 0) OR ($modPerms[\'canopenclose\'] > 0) OR ($modPerms[\'canmoderateposts\'] > 0) OR ($modPerms[\'canmassmove\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'cansetfeatured\'] > 0)))\">\r\n <div class=\"mainmenu administrative h-left\">\r\n <span>{vb:phrase administrative}</span>\r\n <ul class=\"submenu administrative-submenu\">\r\n <vb:if condition=\"$view == \'thread\' AND !empty($conversation[\'nodeid\'])\">\r\n <vb:if condition=\"($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0) \">\r\n <li class=\"moderation-action moderation-move\"><a href=\"#\" data-action=\"moveThreads\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase move_thread_gthreadmanage}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canopenclose\'] > 0)\">\r\n <li class=\"moderation-action moderation-open\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"open\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase open_thread}</a></li>\r\n <li class=\"moderation-action moderation-close\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"close\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase close_thread}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action moderation-approve\"><a href=\"#\" data-action=\"approveThreads\" data-params=\"approve\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase approve_thread}</a></li>\r\n <li class=\"moderation-action moderation-unapprove\"><a href=\"#\" data-action=\"approveThreads\" data-params=\"unapprove\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase unapprove_thread}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0)\">\r\n <li class=\"moderation-action moderation-copy\"><a href=\"#\" data-action=\"copyPosts\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase copy_thread_gthreadmanage}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'cansetfeatured\'] > 0\">\r\n <li class=\"moderation-action moderation-edit\"><a href=\"#\" data-action=\"editTopic\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase edit_thread}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0)\">\r\n <li class=\"moderation-action moderation-delete\"><a href=\"#\" data-action=\"delete_form_thread\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase delete_thread}</a></li>\r\n <vb:if condition=\"$modPerms[\'canremoveposts\'] > 0\">\r\n <li class=\"moderation-action moderation-undelete\"><a href=\"#\" data-action=\"undelete\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase delete_thread}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmanagethreads\'] > 0\">\r\n <vb:comment>Currently can\'t stick articles VBV-11976</vb:comment>\r\n <vb:if condition=\"$conversation[\'channeltype\'] != \'article\'\">\r\n <li class=\"moderation-action moderation-stick\"><a href=\"#\" data-action=\"stickThreads\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase stick_thread}</a></li>\r\n <li class=\"moderation-action moderation-unstick\"><a href=\"#\" data-action=\"unstickThreads\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase unstick_thread}</a></li>\r\n </vb:if>\r\n <li class=\"moderation-action moderation-remove-redirects\"><a href=\"#\" data-action=\"removeRedirect\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase remove_redirects}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'cansetfeatured\'] > 0\">\r\n <li class=\"moderation-action moderation-feature\"><a href=\"#\" data-action=\"featureThreads\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase feature_thread}</a></li>\r\n <li class=\"moderation-action moderation-unfeature\"><a href=\"#\" data-action=\"unfeatureThreads\" <vb:if condition=\"$conversation[\'contenttypeclass\'] != \'Channel\'\">data-node-id=\"{vb:raw conversation.nodeid}\"</vb:if>>{vb:phrase unfeature_thread}</a></li>\r\n </vb:if>\r\n <vb:elseif condition=\"$view == \'topic\'\" />\r\n <vb:comment>these are not implemented\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action moderation-view-post-q\"><a href=\"#\" data-action=\"viewPostsQueue\">{vb:phrase view_posts_queue}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateattachments\'] > 0\">\r\n <li class=\"moderation-action moderation-view-attach-q\"><a href=\"#\" data-action=\"viewAttachmentQueue\">{vb:phrase view_attachment_queue}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canmassmove\'] > 0) OR ($modPerms[\'canmovethread\'] > 0)\">\r\n <li class=\"moderation-action moderation-mass-move\"><a href=\"#\" data-action=\"massMovePosts\">{vb:phrase massmove_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmassprune\'] > 0\">\r\n <li class=\"moderation-action moderation-mass-prune\"><a href=\"#\" data-action=\"massPrunePosts\">{vb:phrase massprune_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canaddowners\'] > 0\">\r\n <li class=\"moderation-action moderation-add-mod\"><a href=\"#\" data-action=\"addModerator\">{vb:phrase add_moderator_gforum}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canannounce\'] > 0\">\r\n <li class=\"moderation-action moderation-post-announcement\" ><a href=\"#\" data-action=\"postAnnouncement\">{vb:phrase post_new_announcement_gposting}</a></li>\r\n </vb:if>\r\n </vb:comment>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"mainmenu moderation h-left\">\r\n <span>{vb:phrase moderation}</span>\r\n <input type=\"checkbox\" class=\"cb_inlinemod_main\" title=\"{vb:phrase select_all_ginlinemod}\" data-title-select=\"{vb:phrase select_all_ginlinemod}\" data-title-unselect=\"{vb:phrase deselect_all_ginlinemod}\" />\r\n <ul class=\"submenu moderation-submenu\">\r\n <vb:if condition=\"!empty($conversation)\">\r\n <li class=\"moderation-action col1 moderation-markread\"><a href=\"#\" data-action=\"markRead\">{vb:phrase mark_this_channel_read}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$view == \'thread\' OR $view == \'search\' OR $view == \'conversation_stream\'\">\r\n <vb:if condition=\"$modPerms[\'canmassmove\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-move\"><a href=\"#\" data-action=\"movePosts\">{vb:phrase move_posts}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmanagethreads\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-merge\"><a href=\"#\" data-action=\"mergePosts\">{vb:phrase merge_posts}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canmassmove\'] > 0)\">\r\n <li class=\"moderation-action col1 moderation-copy\"><a href=\"#\" data-action=\"copyPosts\">{vb:phrase copy_posts}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'candeleteposts\'] > 0) OR ($modPerms[\'canharddeleteposts\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'candeleteposts\'] > 0)\">\r\n <li class=\"moderation-action col1 moderation-delete\"><a href=\"#\" data-action=\"delete_form\" data-delete-type=\"{vb:if $modPerms[\'canharddeleteposts\'] > 0, hard, soft}\">{vb:phrase delete_posts}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canundeleteposts\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-undelete\"><a href=\"#\" data-action=\"undelete\">{vb:phrase undelete_posts}</a></li>\r\n\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-approve\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"approve\">{vb:phrase approve_posts}</a></li>\r\n <li class=\"moderation-action col1 moderation-unapprove\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"unapprove\">{vb:phrase unapprove_posts}</a></li>\r\n </vb:if>\r\n <li class=\"moderation-action col2 moderation-view\"><a href=\"#\" data-action=\"viewSelectedPosts\">{vb:phrase view_selected_posts}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-all\"><a href=\"#\" data-action=\"selectAll\">{vb:phrase select_all_ginlinemod}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-none\"><a href=\"#\" data-action=\"selectNone\">{vb:phrase select_none_gposting}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-invert\"><a href=\"#\" data-action=\"invertSelection\">{vb:phrase invert_selection_ginlinemod}</a></li>\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action col2 moderation-select-unapproved\"><a href=\"#\" data-action=\"selectClass\" data-params=\"unapproved\">{vb:phrase select_unapproved_posts_ginlinemod}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canundeleteposts\'] > 0\">\r\n <li class=\"moderation-candeleteposts col2 moderation-select-deleted\"><a href=\"#\" data-action=\"selectClass\" data-params=\"deleted\">{vb:phrase select_deleted_posts_ginlinemod}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateattachments\'] > 0\">\r\n <li class=\"moderation-action col2 last-item moderation-select-attachments\"><a href=\"#\" data-action=\"selectClass\" data-params=\"im-attach\">{vb:phrase select_posts_with_attachments}</a></li>\r\n </vb:if>\r\n <vb:elseif condition=\"$view == \'topic\'\" />\r\n <vb:if condition=\"($modPerms[\'canmove\'] > 0) OR ($modPerms[\'canmassmove\'] > 0)\">\r\n <li class=\"moderation-action col1 moderation-move\"><a href=\"#\" data-action=\"moveThreads\">{vb:phrase move_threads_ginlinemod}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmanagethreads\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-merge\"><a href=\"#\" data-action=\"mergeThreads\">{vb:phrase merge_threads_ginlinemod}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0)\">\r\n <li class=\"moderation-action col1 moderation-delete\"><a href=\"#\" data-action=\"delete_form_thread\">{vb:phrase delete_threads}</a></li>\r\n <vb:if condition=\"$modPerms[\'canremoveposts\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-undelete\"><a href=\"#\" data-action=\"undelete\">{vb:phrase undelete_threads}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canopenclose\'] > 0)\">\r\n <li class=\"moderation-action col1 moderation-open\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"open\">{vb:phrase open_threads}</a></li>\r\n <li class=\"moderation-action col1 moderation-close\"><a href=\"#\" data-action=\"openCloseThreads\" data-params=\"close\">{vb:phrase close_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-approve\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"approve\">{vb:phrase approve_threads}</a></li>\r\n <li class=\"moderation-action col1 moderation-unapprove\"><a href=\"#\" data-action=\"approvePosts\" data-params=\"unapprove\">{vb:phrase unapprove_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmanagethreads\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-stick\"><a href=\"#\" data-action=\"stickThreads\">{vb:phrase stick_threads}</a></li>\r\n <li class=\"moderation-action col1 moderation-unstick\"><a href=\"#\" data-action=\"unstickThreads\">{vb:phrase unstick_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'cansetfeatured\'] > 0\">\r\n <li class=\"moderation-action col1 moderation-feature\"><a href=\"#\" data-action=\"featureThreads\" data-params=\"feature\">{vb:phrase feature_threads}</a></li>\r\n <li class=\"moderation-action col1 moderation-unfeature\"><a href=\"#\" data-action=\"featureThreads\" data-params=\"unfeature\">{vb:phrase unfeature_threads}</a></li>\r\n </vb:if>\r\n <li class=\"moderation-action col2 moderation-view\"><a href=\"#\" data-action=\"viewSelectedPosts\">{vb:phrase view_selected_threads}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-all\"><a href=\"#\" data-action=\"selectAll\">{vb:phrase select_all_ginlinemod}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-none\"><a href=\"#\" data-action=\"selectNone\">{vb:phrase select_none_gposting}</a></li>\r\n <li class=\"moderation-action col2 moderation-select-invert\"><a href=\"#\" data-action=\"invertSelection\">{vb:phrase invert_selection_ginlinemod}</a></li>\r\n <vb:if condition=\"$modPerms[\'canmoderateposts\'] > 0\">\r\n <li class=\"moderation-action col2 moderation-select-unapproved\"><a href=\"#\" data-action=\"selectClass\" data-params=\"unapproved\">{vb:phrase select_unapproved_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"($modPerms[\'canharddeleteposts\'] > 0) OR ($modPerms[\'canremoveposts\'] > 0) OR ($modPerms[\'candeletethread\'] > 0) OR ($modPerms[\'candeleteposts\'] > 0)\">\r\n <li class=\"moderation-action col2 moderation-select-deleted\"><a href=\"#\" data-action=\"selectClass\" data-params=\"deleted\">{vb:phrase select_deleted_threads}</a></li>\r\n </vb:if>\r\n <vb:if condition=\"$modPerms[\'canmoderateattachments\'] > 0\">\r\n <li class=\"moderation-action col2 last-item moderation-select-attachments\"><a href=\"#\" data-action=\"selectClass\" data-params=\"im-attach\">{vb:phrase select_threads_with_attachments}</a></li>\r\n </vb:if>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <vb:if condition=\"!empty($includeLI)\">\r\n </li>\r\n </vb:if>\r\n</vb:if>','template',1392928480,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(203,-1,'inlinemod_mergePosts','$final_rendered = \'\' . \'\'; $mergeInfo = vB_Template_Runtime::parseDataWithErrors(\'node\', \'getMergePostsInfo\', $posts); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (isset($mergeInfo[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $errors = $mergeInfo[\'errors\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($errors) || $errors instanceof ArrayAccess) { foreach ($errors AS $error) {$final_rendered .= \'\r\n \' . \'\'; $errorid = $error[0]; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($errorid != \'exception_trace\') {\n $final_rendered .= \'\r\n \' . \'\'; if (count($error)>1) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($error) || $error instanceof ArrayAccess) { foreach ($error AS $index => $arg) {$final_rendered .= \'\r\n \' . \'\'; if ($index>0) {\n $final_rendered .= \'\r\n \' . \'\'; $args[] = $arg; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $errorMessage = \'\' . vB_Template_Runtime::parsePhrase($errorid, $args) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $errorMessage = \'\' . vB_Template_Runtime::parsePhrase($errorid) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <p>\' . $errorMessage . \'</p>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n <h3 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"merging_x_posts\", $postcount) . \'</h3>\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"you_must_have_the_required_permission\") . \'</p>\r\n <p>\r\n <label for=\"destnodeid\">\' . vB_Template_Runtime::parsePhrase(\"post\") . \':</label>\r\n <select id=\"destnodeid\" name=\"destnodeid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $destnodes = $mergeInfo[\'destnodes\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($destnodes) || $destnodes instanceof ArrayAccess) { foreach ($destnodes AS $index => $node) {$final_rendered .= \'\r\n <option value=\"\' . $node[\'nodeid\'] . \'\">\' . vB_Template_Runtime::parsePhrase(\"x_y_by_z\", \'\' . vB_Template_Runtime::runMaths(\'\' . $index . \'\'.\'+1\') . \'\', \'\' . vB_Template_Runtime::datetime($node[\'created\']) . \'\', $node[\'authorname\']) . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </p>\r\n <p>\r\n <label for=\"destauthor\">\' . vB_Template_Runtime::parsePhrase(\"user_name\") . \':</label>\r\n <select id=\"destauthorid\" name=\"destauthorid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $destauthors = $mergeInfo[\'destauthors\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($destauthors) || $destauthors instanceof ArrayAccess) { foreach ($destauthors AS $authorid => $authorname) {$final_rendered .= \'\r\n <option value=\"\' . $authorid . \'\">\' . $authorname . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <div class=\"edit-conversation-container\">\r\n \' . \'\'; $hidden[\'mergePosts\'] = $posts; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $nodeid = $mergeInfo[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $destnodes = $mergeInfo[\'destnodes\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $node = $destnodes[$nodeid]; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeContent = $node[\'content\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createpermissions = vB_Template_Runtime::parseDataWithErrors(\'user\', \'getCanCreate\', $nodeContent[\'channelid\']); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $contentType = $mergeInfo[\'contenttypeclass\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $contentTypes = array(\'Text\', \'Gallery\', \'Poll\', \'Video\', \'Link\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $allowTypes = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($contentTypes) || $contentTypes instanceof ArrayAccess) { foreach ($contentTypes AS $type) {$final_rendered .= \'\r\n \' . \'\'; if ($contentType == $type) {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypes[$type] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $allowTypes[$type] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry\',array(\'nodeid\' => $nodeid, \'conversation\' => $mergeInfo, \'hiddenVars\' => $hidden, \'noActionButtons\' => \'1\', \'showToggleEditor\' => \'1\', \'showSmiley\' => \'1\', \'showAttachment\' => \'1\', \'editPost\' => \'1\', \'showTitle\' => \'0\', \'noJavascriptInclude\' => \'1\', \'initOnPageLoad\' => \'1\', \'focusOnPageLoad\' => \'1\', \'allowTypeText\' => $allowTypes[\'Text\'], \'allowTypePhoto\' => $allowTypes[\'Gallery\'], \'allowTypePoll\' => $allowTypes[\'Poll\'], \'allowTypeVideo\' => $allowTypes[\'Video\'], \'allowTypeLink\' => $allowTypes[\'Link\'], \'defaultContentType\' => $contentType, \'createpermissions\' => $createpermissions)) . \'\r\n </div>\r\n </div>\r\n </div>\r\n\';\n }$final_rendered .= \'\' . \'\';','{vb:rawdata mergeInfo, node, getMergePostsInfo, {vb:raw posts}}\r\n<vb:if condition=\"isset($mergeInfo[\'errors\'])\">\r\n {vb:set errors, {vb:raw mergeInfo.errors}}\r\n <vb:each from=\"errors\" value=\"error\">\r\n {vb:set errorid, {vb:raw $error[0]}}\r\n <vb:if condition=\"$errorid != \'exception_trace\'\">\r\n <vb:if condition=\"count($error)>1\">\r\n <vb:each from=\"error\" key=\"index\" value=\"arg\">\r\n <vb:if condition=\"$index>0\">\r\n {vb:set args[], {vb:raw arg}}\r\n </vb:if>\r\n </vb:each>\r\n {vb:set errorMessage, {vb:rawphrase {vb:raw errorid}, {vb:raw args}}}\r\n <vb:else />\r\n {vb:set errorMessage, {vb:rawphrase {vb:raw errorid}}}\r\n </vb:if>\r\n <p>{vb:raw errorMessage}</p>\r\n </vb:if>\r\n </vb:each>\r\n<vb:else />\r\n <h3 class=\"blockhead\">{vb:rawphrase merging_x_posts, {vb:raw postcount}}</h3>\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n <p class=\"description\">{vb:rawphrase you_must_have_the_required_permission}</p>\r\n <p>\r\n <label for=\"destnodeid\">{vb:rawphrase post}:</label>\r\n <select id=\"destnodeid\" name=\"destnodeid\" class=\"primary\" tabindex=\"1\">\r\n {vb:set destnodes, {vb:raw mergeInfo.destnodes}}\r\n <vb:each from=\"destnodes\" key=\"index\" value=\"node\">\r\n <option value=\"{vb:raw node.nodeid}\">{vb:rawphrase x_y_by_z, {vb:math {vb:raw index} + 1}, {vb:datetime {vb:raw node.created}},{vb:raw node.authorname}}</option>\r\n </vb:each>\r\n </select>\r\n </p>\r\n <p>\r\n <label for=\"destauthor\">{vb:rawphrase user_name}:</label>\r\n <select id=\"destauthorid\" name=\"destauthorid\" class=\"primary\" tabindex=\"1\">\r\n {vb:set destauthors, {vb:raw mergeInfo.destauthors}}\r\n <vb:each from=\"destauthors\" key=\"authorid\" value=\"authorname\">\r\n <option value=\"{vb:raw authorid}\">{vb:raw authorname}</option>\r\n </vb:each>\r\n </select>\r\n </p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <div class=\"edit-conversation-container\">\r\n {vb:set hidden.mergePosts, {vb:raw posts}}\r\n\r\n {vb:set nodeid, {vb:raw mergeInfo.nodeid}}\r\n {vb:set destnodes, {vb:raw mergeInfo.destnodes}}\r\n {vb:set node, {vb:raw destnodes.$nodeid}}\r\n {vb:set nodeContent, {vb:raw node.content}}\r\n {vb:rawdata createpermissions, user, getCanCreate, {vb:raw nodeContent.channelid}}\r\n\r\n {vb:set contentType, {vb:raw mergeInfo.contenttypeclass}}\r\n {vb:set contentTypes, {vb:php array, \'Text\', \'Gallery\', \'Poll\', \'Video\', \'Link\'}}\r\n {vb:set allowTypes, {vb:php array}}\r\n <vb:each from=\"contentTypes\" value=\"type\">\r\n <vb:if condition=\"$contentType == $type\">\r\n {vb:set allowTypes.$type, 1}\r\n <vb:else />\r\n {vb:set allowTypes.$type, 0}\r\n </vb:if>\r\n </vb:each>\r\n\r\n {vb:template contententry,\r\n nodeid={vb:raw nodeid},\r\n conversation={vb:raw mergeInfo},\r\n hiddenVars={vb:raw hidden},\r\n noActionButtons=1,\r\n showToggleEditor=1,\r\n showSmiley=1,\r\n showAttachment=1,\r\n editPost=1,\r\n showTitle=0,\r\n noJavascriptInclude=1,\r\n initOnPageLoad=1,\r\n focusOnPageLoad=1,\r\n allowTypeText={vb:raw allowTypes.Text},\r\n allowTypePhoto={vb:raw allowTypes.Gallery},\r\n allowTypePoll={vb:raw allowTypes.Poll},\r\n allowTypeVideo={vb:raw allowTypes.Video},\r\n allowTypeLink={vb:raw allowTypes.Link},\r\n defaultContentType={vb:raw contentType},\r\n createpermissions={vb:raw createpermissions}\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n</vb:if>','template',1369408047,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(204,-1,'inlinemod_mergeThreads','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/mergeTopics\" method=\"post\" name=\"movePostsForm\" class=\"merge-threads-form\">\r\n <h3 class=\"blockhead move-posts-header\">\' . vB_Template_Runtime::parsePhrase(\"merging_x_threads\", $postcount) . \'</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <label for=\"targetnodeid\">\' . vB_Template_Runtime::parsePhrase(\"destination_thread\") . \':</label>\r\n <select id=\"targetnodeid\" name=\"targetnodeid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $threads = vB_Template_Runtime::parseData(\'node\', \'getNodes\', $nodeids); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($threads)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($threads) || $threads instanceof ArrayAccess) { foreach ($threads AS $nodeId => $node) {$final_rendered .= \'\r\n <option value=\"\' . $node[\'nodeid\'] . \'\">\' . $node[\'htmltitle\'] . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"which_thread_main_thread\") . \'</p>\r\n </div>\r\n <!-- start redirect options -->\r\n \' . \'\'; if (count($nodeids) == 2) {\n $final_rendered .= \'\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"redirect\") . \':</label>\r\n <ul class=\"checkradio group dep_group rightcol\">\r\n <li><label><input type=\"checkbox\" name=\"enableredirect\" id=\"redirect\" value=\"1\" class=\"dep_ctrl\" tabindex=\"1\" checked=\"checked\" /> \' . vB_Template_Runtime::parsePhrase(\"yes\") . \'</label></li>\r\n <li id=\"redirect_deps\" class=\"floatcontainer deps\">\r\n <ul class=\"group checkradio\">\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_perm\"><input type=\"radio\" name=\"redirect\" value=\"perm\" id=\"rb_redirect_perm\" checked=\"checked\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"leave_permanent_redirect\") . \'</label>\r\n </dt>\r\n </dl>\r\n </li>\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_expires\"><input type=\"radio\" name=\"redirect\" value=\"expires\" id=\"rb_redirect_expires\" class=\"dep_ctrl\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"leave_expiring_redirect\") . \'</label>\r\n </dt>\r\n <dd class=\"group\" id=\"rb_redirect_expires_deps\">\r\n \' . vB_Template_Runtime::parsePhrase(\"expires_in\") . \':\r\n <select name=\"period\" tabindex=\"1\">\r\n <option value=\"1\">1</option>\r\n <option value=\"2\">2</option>\r\n <option value=\"3\">3</option>\r\n <option value=\"4\">4</option>\r\n <option value=\"5\">5</option>\r\n <option value=\"6\">6</option>\r\n <option value=\"7\">7</option>\r\n <option value=\"8\">8</option>\r\n <option value=\"9\">9</option>\r\n <option value=\"10\">10</option>\r\n </select>\r\n \r\n <select name=\"frame\" tabindex=\"1\">\r\n <option value=\"h\">\' . vB_Template_Runtime::parsePhrase(\"hours\") . \'</option>\r\n <option value=\"d\">\' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"w\">\' . vB_Template_Runtime::parsePhrase(\"weeks\") . \'</option>\r\n <option value=\"m\" selected=\"selected\">\' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"y\">\' . vB_Template_Runtime::parsePhrase(\"years\") . \'</option>\r\n </select>\r\n </dd>\r\n </dl>\r\n </li>\r\n </li>\r\n </ul>\r\n </ul>\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"moving_moderated_and_soft_deleted_threads\") . \'<br /><br />\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_have_the_required_permission_channel\") . \'\r\n </p>\r\n </div> \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <!-- end redirect options -->\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/mergeTopics\" method=\"post\" name=\"movePostsForm\" class=\"merge-threads-form\">\r\n <h3 class=\"blockhead move-posts-header\">{vb:rawphrase merging_x_threads, {vb:raw postcount}}</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <label for=\"targetnodeid\">{vb:rawphrase destination_thread}:</label>\r\n <select id=\"targetnodeid\" name=\"targetnodeid\" class=\"primary\" tabindex=\"1\">\r\n {vb:data threads, node, getNodes, {vb:raw nodeids}}\r\n <vb:if condition=\"!empty($threads)\">\r\n <vb:each from=\"threads\" key=\"nodeId\" value=\"node\">\r\n <option value=\"{vb:raw node.nodeid}\">{vb:raw node.htmltitle}</option>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n <p class=\"description\">{vb:rawphrase which_thread_main_thread}</p>\r\n </div>\r\n <!-- start redirect options -->\r\n <vb:if condition=\"count($nodeids) == 2\">\r\n <div class=\"blockrow\">\r\n <label>{vb:rawphrase redirect}:</label>\r\n <ul class=\"checkradio group dep_group rightcol\">\r\n <li><label><input type=\"checkbox\" name=\"enableredirect\" id=\"redirect\" value=\"1\" class=\"dep_ctrl\" tabindex=\"1\" checked=\"checked\" /> {vb:rawphrase yes}</label></li>\r\n <li id=\"redirect_deps\" class=\"floatcontainer deps\">\r\n <ul class=\"group checkradio\">\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_perm\"><input type=\"radio\" name=\"redirect\" value=\"perm\" id=\"rb_redirect_perm\" checked=\"checked\" tabindex=\"1\" /> {vb:rawphrase leave_permanent_redirect}</label>\r\n </dt>\r\n </dl>\r\n </li>\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_expires\"><input type=\"radio\" name=\"redirect\" value=\"expires\" id=\"rb_redirect_expires\" class=\"dep_ctrl\" tabindex=\"1\" /> {vb:rawphrase leave_expiring_redirect}</label>\r\n </dt>\r\n <dd class=\"group\" id=\"rb_redirect_expires_deps\">\r\n {vb:rawphrase expires_in}:\r\n <select name=\"period\" tabindex=\"1\">\r\n <option value=\"1\">1</option>\r\n <option value=\"2\">2</option>\r\n <option value=\"3\">3</option>\r\n <option value=\"4\">4</option>\r\n <option value=\"5\">5</option>\r\n <option value=\"6\">6</option>\r\n <option value=\"7\">7</option>\r\n <option value=\"8\">8</option>\r\n <option value=\"9\">9</option>\r\n <option value=\"10\">10</option>\r\n </select>\r\n \r\n <select name=\"frame\" tabindex=\"1\">\r\n <option value=\"h\">{vb:rawphrase hours}</option>\r\n <option value=\"d\">{vb:rawphrase days}</option>\r\n <option value=\"w\">{vb:rawphrase weeks}</option>\r\n <option value=\"m\" selected=\"selected\">{vb:rawphrase months}</option>\r\n <option value=\"y\">{vb:rawphrase years}</option>\r\n </select>\r\n </dd>\r\n </dl>\r\n </li>\r\n </li>\r\n </ul>\r\n </ul>\r\n <p class=\"description\">\r\n {vb:rawphrase moving_moderated_and_soft_deleted_threads}<br /><br />\r\n {vb:rawphrase you_must_have_the_required_permission_channel}\r\n </p>\r\n </div> \r\n </vb:if>\r\n <!-- end redirect options -->\r\n </div>\r\n</form>','template',1366798334,'vBulletin Solutions','5.0.3 Alpha 2','vbulletin','none'),(205,-1,'inlinemod_movePosts','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/movePosts\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <h3 class=\"blockhead move-posts-header\">\' . vB_Template_Runtime::parsePhrase(\"moving_x_posts\", $postcount) . \'</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"0\" checked=\"checked\" class=\"newthread\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"move_posts_to_new_thread\") . \'</label></h4>\r\n <label for=\"destchannelid\">\' . vB_Template_Runtime::parsePhrase(\"destination_channel\") . \':</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $channels = vB_Template_Runtime::parseData(\'search\', \'getForumChannels\', \'true\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($channels)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($channels) || $channels instanceof ArrayAccess) { foreach ($channels AS $nodeId => $channel) {$final_rendered .= \'\r\n \' . \'\'; if ($channel[\'depth\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $indent = \' \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $indent = str_repeat($indent, intval($channel[\'depth\'])); $final_rendered .= \'\' . \'\r\n <option value=\"\' . $channel[\'nodeid\'] . \'\">\' . $indent . \'\' . $channel[\'htmltitle\'] . \'</option>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"which_channel_moved_thread\") . \'</p>\r\n <label for=\"title_textbox\">\' . vB_Template_Runtime::parsePhrase(\"title\") . \':</label>\r\n <input type=\"text\" class=\"title\" name=\"title\" id=\"title_textbox\" value=\"\" maxlength=\"\' . $vboptions[\'titlemaxchars\'] . \'\" tabindex=\"1\" />\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"you_must_have_the_required_permission\") . \'</p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"1\" class=\"mergethread\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"move_posts_to_existing_thread\") . \'</label></h4>\r\n <label for=\"mergethreadurl\">\' . vB_Template_Runtime::parsePhrase(\"url_of_thread_to_be_merged\") . \':</label>\r\n <input type=\"text\" class=\"mergethreadurl\" name=\"mergethreadurl\" id=\"mergethreadurl\" value=\"\" tabindex=\"1\" />\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"move_posts_note\") . \'</p>\r\n </div>\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/movePosts\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <h3 class=\"blockhead move-posts-header\">{vb:rawphrase moving_x_posts, {vb:raw postcount}}</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"0\" checked=\"checked\" class=\"newthread\" tabindex=\"1\" /> {vb:rawphrase move_posts_to_new_thread}</label></h4>\r\n <label for=\"destchannelid\">{vb:rawphrase destination_channel}:</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n {vb:data channels, search, getForumChannels, true}\r\n <vb:if condition=\"!empty($channels)\">\r\n <vb:each from=\"channels\" key=\"nodeId\" value=\"channel\">\r\n <vb:if condition=\"$channel[\'depth\'] > 1\">\r\n {vb:set indent, \' \'}\r\n {vb:strrepeat indent {vb:raw channel.depth}}\r\n <option value=\"{vb:raw channel.nodeid}\">{vb:raw indent}{vb:raw channel.htmltitle}</option>\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n <p class=\"description\">{vb:rawphrase which_channel_moved_thread}</p>\r\n <label for=\"title_textbox\">{vb:rawphrase title}:</label>\r\n <input type=\"text\" class=\"title\" name=\"title\" id=\"title_textbox\" value=\"\" maxlength=\"{vb:raw vboptions.titlemaxchars}\" tabindex=\"1\" />\r\n <p class=\"description\">{vb:rawphrase you_must_have_the_required_permission}</p>\r\n </div>\r\n <div class=\"blockrow\">\r\n <h4><label><input type=\"radio\" name=\"type\" value=\"1\" class=\"mergethread\" tabindex=\"1\" /> {vb:rawphrase move_posts_to_existing_thread}</label></h4>\r\n <label for=\"mergethreadurl\">{vb:rawphrase url_of_thread_to_be_merged}:</label>\r\n <input type=\"text\" class=\"mergethreadurl\" name=\"mergethreadurl\" id=\"mergethreadurl\" value=\"\" tabindex=\"1\" />\r\n <p class=\"description\">{vb:rawphrase move_posts_note}</p>\r\n </div>\r\n </div>\r\n</form>','template',1364603833,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(206,-1,'inlinemod_move_form','$final_rendered = \'<form action=\"\' . $baseurl . \'/ajax/api/node/moveNodes\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <h3 class=\"blockhead move-posts-header\">\' . vB_Template_Runtime::parsePhrase(\"moving_x_threads\", $postcount) . \'</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <label for=\"destchannelid\">\' . vB_Template_Runtime::parsePhrase(\"destination_channel\") . \':</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n \' . \'\'; $channels = vB_Template_Runtime::parseData(\'search\', \'getForumChannels\', \'true\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($channels)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($channels) || $channels instanceof ArrayAccess) { foreach ($channels AS $nodeId => $channel) {$final_rendered .= \'\r\n \' . \'\'; if ($channel[\'depth\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $indent = \' \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $indent = str_repeat($indent, intval($channel[\'depth\'])); $final_rendered .= \'\' . \'\r\n <option value=\"\' . $channel[\'nodeid\'] . \'\">\' . $indent . \'\' . $channel[\'htmltitle\'] . \'</option>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"which_channel_moved_thread\") . \'</p>\r\n </div>\r\n <!-- start redirect options -->\r\n <div class=\"blockrow\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"redirect\") . \':</label>\r\n <ul class=\"checkradio group dep_group rightcol\">\r\n <li><label><input type=\"checkbox\" name=\"enableredirect\" id=\"redirect\" value=\"1\" class=\"dep_ctrl\" tabindex=\"1\" checked=\"checked\" /> \' . vB_Template_Runtime::parsePhrase(\"yes\") . \'</label></li>\r\n <li id=\"redirect_deps\" class=\"floatcontainer deps\">\r\n <ul class=\"group checkradio\">\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_perm\"><input type=\"radio\" name=\"redirect\" value=\"perm\" id=\"rb_redirect_perm\" checked=\"checked\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"leave_permanent_redirect\") . \'</label>\r\n </dt>\r\n </dl>\r\n </li>\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_expires\"><input type=\"radio\" name=\"redirect\" value=\"expires\" id=\"rb_redirect_expires\" class=\"dep_ctrl\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"leave_expiring_redirect\") . \'</label>\r\n </dt>\r\n <dd class=\"group\" id=\"rb_redirect_expires_deps\">\r\n \' . vB_Template_Runtime::parsePhrase(\"expires_in\") . \':\r\n <select name=\"period\" tabindex=\"1\">\r\n <option value=\"1\">1</option>\r\n <option value=\"2\">2</option>\r\n <option value=\"3\">3</option>\r\n <option value=\"4\">4</option>\r\n <option value=\"5\">5</option>\r\n <option value=\"6\">6</option>\r\n <option value=\"7\">7</option>\r\n <option value=\"8\">8</option>\r\n <option value=\"9\">9</option>\r\n <option value=\"10\">10</option>\r\n </select>\r\n\r\n <select name=\"frame\" tabindex=\"1\">\r\n <option value=\"h\">\' . vB_Template_Runtime::parsePhrase(\"hours\") . \'</option>\r\n <option value=\"d\">\' . vB_Template_Runtime::parsePhrase(\"days\") . \'</option>\r\n <option value=\"w\">\' . vB_Template_Runtime::parsePhrase(\"weeks\") . \'</option>\r\n <option value=\"m\" selected=\"selected\">\' . vB_Template_Runtime::parsePhrase(\"months\") . \'</option>\r\n <option value=\"y\">\' . vB_Template_Runtime::parsePhrase(\"years\") . \'</option>\r\n </select>\r\n </dd>\r\n </dl>\r\n </li>\r\n </li>\r\n </ul>\r\n </ul>\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"moving_moderated_and_soft_deleted_threads\") . \'<br /><br />\r\n \' . vB_Template_Runtime::parsePhrase(\"you_must_have_the_required_permission_channel\") . \'\r\n </p>\r\n </div> \r\n <!-- end redirect options -->\r\n </div>\r\n</form>\';','<form action=\"{vb:raw baseurl}/ajax/api/node/moveNodes\" method=\"post\" name=\"movePostsForm\" class=\"move-posts-form\">\r\n <h3 class=\"blockhead move-posts-header\">{vb:rawphrase moving_x_threads, {vb:raw postcount}}</h3>\r\n <div class=\"blockbody move-posts-body\">\r\n <div class=\"blockrow\">\r\n <label for=\"destchannelid\">{vb:rawphrase destination_channel}:</label>\r\n <select id=\"destchannelid\" name=\"destchannelid\" class=\"primary\" tabindex=\"1\">\r\n {vb:data channels, search, getForumChannels, true}\r\n <vb:if condition=\"!empty($channels)\">\r\n <vb:each from=\"channels\" key=\"nodeId\" value=\"channel\">\r\n <vb:if condition=\"$channel[\'depth\'] > 1\">\r\n {vb:set indent, \' \'}\r\n {vb:strrepeat indent {vb:raw channel.depth}}\r\n <option value=\"{vb:raw channel.nodeid}\">{vb:raw indent}{vb:raw channel.htmltitle}</option>\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n <p class=\"description\">{vb:rawphrase which_channel_moved_thread}</p>\r\n </div>\r\n <!-- start redirect options -->\r\n <div class=\"blockrow\">\r\n <label>{vb:rawphrase redirect}:</label>\r\n <ul class=\"checkradio group dep_group rightcol\">\r\n <li><label><input type=\"checkbox\" name=\"enableredirect\" id=\"redirect\" value=\"1\" class=\"dep_ctrl\" tabindex=\"1\" checked=\"checked\" /> {vb:rawphrase yes}</label></li>\r\n <li id=\"redirect_deps\" class=\"floatcontainer deps\">\r\n <ul class=\"group checkradio\">\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_perm\"><input type=\"radio\" name=\"redirect\" value=\"perm\" id=\"rb_redirect_perm\" checked=\"checked\" tabindex=\"1\" /> {vb:rawphrase leave_permanent_redirect}</label>\r\n </dt>\r\n </dl>\r\n </li>\r\n <li>\r\n <dl>\r\n <dt>\r\n <label for=\"rb_redirect_expires\"><input type=\"radio\" name=\"redirect\" value=\"expires\" id=\"rb_redirect_expires\" class=\"dep_ctrl\" tabindex=\"1\" /> {vb:rawphrase leave_expiring_redirect}</label>\r\n </dt>\r\n <dd class=\"group\" id=\"rb_redirect_expires_deps\">\r\n {vb:rawphrase expires_in}:\r\n <select name=\"period\" tabindex=\"1\">\r\n <option value=\"1\">1</option>\r\n <option value=\"2\">2</option>\r\n <option value=\"3\">3</option>\r\n <option value=\"4\">4</option>\r\n <option value=\"5\">5</option>\r\n <option value=\"6\">6</option>\r\n <option value=\"7\">7</option>\r\n <option value=\"8\">8</option>\r\n <option value=\"9\">9</option>\r\n <option value=\"10\">10</option>\r\n </select>\r\n\r\n <select name=\"frame\" tabindex=\"1\">\r\n <option value=\"h\">{vb:rawphrase hours}</option>\r\n <option value=\"d\">{vb:rawphrase days}</option>\r\n <option value=\"w\">{vb:rawphrase weeks}</option>\r\n <option value=\"m\" selected=\"selected\">{vb:rawphrase months}</option>\r\n <option value=\"y\">{vb:rawphrase years}</option>\r\n </select>\r\n </dd>\r\n </dl>\r\n </li>\r\n </li>\r\n </ul>\r\n </ul>\r\n <p class=\"description\">\r\n {vb:rawphrase moving_moderated_and_soft_deleted_threads}<br /><br />\r\n {vb:rawphrase you_must_have_the_required_permission_channel}\r\n </p>\r\n </div> \r\n <!-- end redirect options -->\r\n </div>\r\n</form>','template',1355466220,'vBulletin Solutions','5.0.0 Beta 23','vbulletin','none'),(207,-1,'link','$final_rendered = \'\' . \'\'; if (!empty($filedataid) OR !empty($previewImage)) {\n $final_rendered .= \'\r\n \' . \'\'; $hasImg = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $hasImg = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"linkviewcontainer h-clearfix \' . \'\'; if (!$hasImg) {\n $final_rendered .= \' noimg\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; if ($hasImg) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($url) . \'\" target=\"_blank\" class=\"urlimg_container\">\r\n \' . \'\'; if (empty($previewMode)) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?linkid=\' . $linkid . \'&type=thumb\" class=\"thumbnailbox\" alt=\"\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . vB_Template_Runtime::vBVar($previewImage) . \'\" class=\"thumbnailbox\" alt=\"\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"urlinfo\">\r\n <div class=\"title ellipsis\"><a href=\"\' . vB_Template_Runtime::vBVar($url) . \'\" target=\"_blank\">\' . $title . \'</a></div>\r\n <div class=\"url ellipsis\">\r\n \' . \'\'; $urlparts = vB5_String::parseUrl($url); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($urlparts !== false) {\n $final_rendered .= \'\r\n \' . \'\'; $domain = $urlparts[\'scheme\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $domain .= \'://\'; $final_rendered .= \'\' . \' \r\n \' . \'\'; if (!empty($urlparts[\'user\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $domain .= $urlparts[\'user\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $domain .= \':\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $domain .= $urlparts[\'pass\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $domain .= $urlparts[\'host\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($urlparts[\'port\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $domain .= \':\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $domain .= $urlparts[\'port\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($domain) . \'\" target=\"_blank\">\' . vB_Template_Runtime::vBVar($domain) . \'</a>\r\n </div>\r\n <div class=\"meta ellipsis\">\' . $meta . \'</div>\r\n </div>\r\n</div>\';','<vb:if condition=\"!empty($filedataid) OR !empty($previewImage)\">\r\n {vb:set hasImg, 1}\r\n<vb:else />\r\n {vb:set hasImg, 0}\r\n</vb:if>\r\n<div class=\"linkviewcontainer h-clearfix <vb:if condition=\"!$hasImg\"> noimg</vb:if>\">\r\n <vb:if condition=\"$hasImg\">\r\n <a href=\"{vb:var url}\" target=\"_blank\" class=\"urlimg_container\">\r\n <vb:if condition=\"empty($previewMode)\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?linkid={vb:raw linkid}&type=thumb\" class=\"thumbnailbox\" alt=\"\" />\r\n <vb:else />\r\n <img src=\"{vb:var $previewImage}\" class=\"thumbnailbox\" alt=\"\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <div class=\"urlinfo\">\r\n <div class=\"title ellipsis\"><a href=\"{vb:var url}\" target=\"_blank\">{vb:raw title}</a></div>\r\n <div class=\"url ellipsis\">\r\n {vb:set urlparts {vb:php vB5_String::parseUrl, {vb:raw $url}}}\r\n <vb:if condition=\"$urlparts !== false\">\r\n {vb:set domain, {vb:raw urlparts.scheme}}\r\n {vb:strcat domain, \'://\'} \r\n <vb:if condition=\"!empty($urlparts[\'user\'])\">\r\n {vb:strcat domain, {vb:raw urlparts.user}}\r\n {vb:strcat domain, \':\'}\r\n {vb:strcat domain, {vb:raw urlparts.pass}}\r\n </vb:if>\r\n {vb:strcat domain, {vb:raw urlparts.host}}\r\n <vb:if condition=\"!empty($urlparts[\'port\'])\">\r\n {vb:strcat domain, \':\'}\r\n {vb:strcat domain, {vb:raw urlparts.port}}\r\n </vb:if>\r\n </vb:if>\r\n <a href=\"{vb:var domain}\" target=\"_blank\">{vb:var domain}</a>\r\n </div>\r\n <div class=\"meta ellipsis\">{vb:raw meta}</div>\r\n </div>\r\n</div>','template',1374870311,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(208,-1,'link_edit','$final_rendered = \'\' . \'\'; if (!empty($images)) {\n $final_rendered .= \' \r\n <div class=\"b-link-content__thumbnail b-link-content__thumbnail--carousel h-margin-bottom-l\"> \r\n <ul class=\"b-link-thumbnail-list\">\r\n \' . \'\'; if (is_array($images) || $images instanceof ArrayAccess) { foreach ($images AS $key => $image) {$final_rendered .= \'\r\n <li>\r\n <div class=\"b-link-thumbnail-list__item\"><img src=\"\' . vB_Template_Runtime::vBVar($image) . \'\" class=\"b-link-thumbnail\" /></div>\r\n <input type=\"radio\" class=\"js-link-url-image\" name=\"url_image\" value=\"\' . vB_Template_Runtime::vBVar($image) . \'\"\' . \'\'; if ($key == 0) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' class=\"h-hide\" />\r\n </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul> \r\n <div class=\"b-thumbnail-nav\">\r\n <span class=\"b-icon b-icon__arrow-left-m--disabled b-thumbnail-nav__prev-arrow js-link\" tabindex=\"1\"></span>\r\n <span class=\"b-thumbnail-nav__counter\"></span>\r\n <span class=\"b-icon b-icon__arrow-right-m--default b-thumbnail-nav__next-arrow js-link\" tabindex=\"1\"></span>\r\n </div> \r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"b-link-content__urlinfo b-table__cell\">\r\n <div class=\"b-link-content__urlinfo-meta\">\r\n <div class=\"b-link-content__urlinfo-display-title\">\r\n <span class=\"b-link-content__urlinfo-text js-link-display-text\">\' . $title . \'</span>\r\n <a href=\"#\" class=\"js-link-edit h-margin-left-xs\"><span class=\"b-icon b-icon__pencil--active js-link\" tabindex=\"1\"></span></a>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-edit-title\">\r\n <input type=\"text\" name=\"url_title\" class=\"b-link-title b-form-input__input b-form-input__input--full h-left js-link-textbox js-link-title\" value=\"\' . $title . \'\" /><button type=\"button\" class=\"b-button js-link-save h-margin-left-s\">\' . vB_Template_Runtime::parsePhrase(\"ok\") . \'</button>\r\n </div>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-url h-clear\">\' . vB_Template_Runtime::vBVar($url) . \'<input type=\"hidden\" class=\"js-link-url\" name=\"url\" value=\"\' . vB_Template_Runtime::vBVar($url) . \'\" /></div>\r\n <div class=\"b-link-content__urlinfo-meta b-link-content__urlinfo-meta--desc h-margin-bottom-l h-clearfix\">\r\n <div class=\"b-link-content__urlinfo-display-desc\">\r\n <span class=\"b-link-content__urlinfo-text js-link-display-text\">\' . $meta . \'</span>\r\n <a href=\"#\" class=\"js-link-edit h-margin-left-xs\"><span class=\"b-icon b-icon__pencil--active js-link\" tabindex=\"1\"></span></a>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-edit-desc h-left\">\r\n <textarea name=\"url_meta\" class=\"b-link-desc b-form-textarea__textarea b-form-textarea__textarea--full h-margin-bottom-s js-link-textbox js-link-meta\">\' . $meta . \'</textarea>\r\n <button type=\"button\" class=\"b-button js-link-save h-right\">\' . vB_Template_Runtime::parsePhrase(\"ok\") . \'</button>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"b-link-content__bottom-controls h-clear h-left\">\r\n <label class=\"b-form-control__label h-margin-bottom-l h-left\"><input type=\"checkbox\" name=\"url_nopreview\" class=\"b-form-control__control js-link-preview-checkbox\" value=\"1\"\' . \'\'; if (empty($images)) {\n $final_rendered .= \' checked=\"checked\" disabled=\"disabled\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' tabindex=\"1\" /><span class=\"b-form-control__text\">\' . vB_Template_Runtime::parsePhrase(\"no_preview_thumbnail\") . \'</span></label>\r\n <span class=\"b-link js-link-remove js-link h-clear h-left\" tabindex=\"1\">\' . vB_Template_Runtime::parsePhrase(\"remove_link\") . \'</span>\r\n</div>\';','<vb:if condition=\"!empty($images)\"> \r\n <div class=\"b-link-content__thumbnail b-link-content__thumbnail--carousel h-margin-bottom-l\"> \r\n <ul class=\"b-link-thumbnail-list\">\r\n <vb:each from=\"images\" key=\"key\" value=\"image\">\r\n <li>\r\n <div class=\"b-link-thumbnail-list__item\"><img src=\"{vb:var image}\" class=\"b-link-thumbnail\" /></div>\r\n <input type=\"radio\" class=\"js-link-url-image\" name=\"url_image\" value=\"{vb:var image}\"<vb:if condition=\"$key == 0\"> checked=\"checked\"</vb:if> class=\"h-hide\" />\r\n </li>\r\n </vb:each>\r\n </ul> \r\n <div class=\"b-thumbnail-nav\">\r\n <span class=\"b-icon b-icon__arrow-left-m--disabled b-thumbnail-nav__prev-arrow js-link\" tabindex=\"1\"></span>\r\n <span class=\"b-thumbnail-nav__counter\"></span>\r\n <span class=\"b-icon b-icon__arrow-right-m--default b-thumbnail-nav__next-arrow js-link\" tabindex=\"1\"></span>\r\n </div> \r\n </div>\r\n</vb:if>\r\n<div class=\"b-link-content__urlinfo b-table__cell\">\r\n <div class=\"b-link-content__urlinfo-meta\">\r\n <div class=\"b-link-content__urlinfo-display-title\">\r\n <span class=\"b-link-content__urlinfo-text js-link-display-text\">{vb:raw title}</span>\r\n <a href=\"#\" class=\"js-link-edit h-margin-left-xs\"><span class=\"b-icon b-icon__pencil--active js-link\" tabindex=\"1\"></span></a>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-edit-title\">\r\n <input type=\"text\" name=\"url_title\" class=\"b-link-title b-form-input__input b-form-input__input--full h-left js-link-textbox js-link-title\" value=\"{vb:raw title}\" /><button type=\"button\" class=\"b-button js-link-save h-margin-left-s\">{vb:phrase ok}</button>\r\n </div>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-url h-clear\">{vb:var url}<input type=\"hidden\" class=\"js-link-url\" name=\"url\" value=\"{vb:var url}\" /></div>\r\n <div class=\"b-link-content__urlinfo-meta b-link-content__urlinfo-meta--desc h-margin-bottom-l h-clearfix\">\r\n <div class=\"b-link-content__urlinfo-display-desc\">\r\n <span class=\"b-link-content__urlinfo-text js-link-display-text\">{vb:raw meta}</span>\r\n <a href=\"#\" class=\"js-link-edit h-margin-left-xs\"><span class=\"b-icon b-icon__pencil--active js-link\" tabindex=\"1\"></span></a>\r\n </div>\r\n <div class=\"b-link-content__urlinfo-edit-desc h-left\">\r\n <textarea name=\"url_meta\" class=\"b-link-desc b-form-textarea__textarea b-form-textarea__textarea--full h-margin-bottom-s js-link-textbox js-link-meta\">{vb:raw meta}</textarea>\r\n <button type=\"button\" class=\"b-button js-link-save h-right\">{vb:phrase ok}</button>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"b-link-content__bottom-controls h-clear h-left\">\r\n <label class=\"b-form-control__label h-margin-bottom-l h-left\"><input type=\"checkbox\" name=\"url_nopreview\" class=\"b-form-control__control js-link-preview-checkbox\" value=\"1\"<vb:if condition=\"empty($images)\"> checked=\"checked\" disabled=\"disabled\"</vb:if> tabindex=\"1\" /><span class=\"b-form-control__text\">{vb:phrase no_preview_thumbnail}</span></label>\r\n <span class=\"b-link js-link-remove js-link h-clear h-left\" tabindex=\"1\">{vb:phrase remove_link}</span>\r\n</div>','template',1374518670,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(209,-1,'login_form','$final_rendered = \'<!DOCTYPE html>\r\n<html id=\"idLoginHtml\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\" dir=\"\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'\">\r\n<head>\r\n <title>\' . vB_Template_Runtime::parsePhrase(\"login\") . \'- \' . vB_Template_Runtime::vBVar($vboptions[\'bbtitle\']) . \'</title>\r\n <meta http-equiv=\"content-type\" content=\"text/html; charset=\' . $charset . \'\" />\r\n <!--[if IE]><![endif]-->\r\n \' . \'\'; vB_Template_Runtime::includeCss(\'main-cssnormalization.css\', \'css_login.css\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/login_md5.js\'); $final_rendered .= \'\' . \'\r\n</head>\r\n\r\n<!--[if gte IE 9]>\r\n<body id=\"idLoginPage\" class=\"ie ie9\">\r\n<![endif]-->\r\n<!--[if IE 8]>\r\n<body id=\"idLoginPage\" class=\"ie ie8\">\r\n<![endif]-->\r\n<!--[if !IE]><!-->\r\n<body id=\"idLoginPage\">\r\n<!--<![endif]-->\r\n\r\n\' . \'\'; if (!empty($errors)) {\n $final_rendered .= \'\r\n \' . \'\'; $index = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($errors[\'errors\']) || $errors[\'errors\'] instanceof ArrayAccess) { foreach ($errors[\'errors\'] AS $error) {$final_rendered .= \'\r\n \' . \'\'; if ($error[0] != \'exception_trace\') {\n $final_rendered .= \'\r\n \' . \'\'; if (($error[0] == \'badlogin_strikes_passthru\') OR ($error[0] == \'badlogin_passthru\') OR ($error[0] == \'strikes\') OR ($error[0] == \'badlogin\')) {\n $final_rendered .= \'\r\n \' . \'\'; $error[1][0] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'lostpw\')) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"error\">\' . vB_Template_Runtime::parsePhrase($error) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<form id=\"idLoginForm\" action=\"\' . $baseurl_login . \'/auth/login\" method=\"post\" class=\"h-clearfix\">\r\n <input type=\"hidden\" name=\"url\" value=\"\' . $url . \'\" />\r\n <div class=\"login-fieldset table\">\r\n <div class=\"tr\">\r\n <label for=\"idLoginUserName\" class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"username\") . \'</label>\r\n <span class=\"td\"><input tabindex=\"100\" type=\"text\" name=\"username\" id=\"idLoginUserName\" value=\"\' . vB_Template_Runtime::vBVar($formData[\'username\']) . \'\" class=\"textbox \' . $errors[errorIds] . \'\" /></span>\r\n </div>\r\n <div class=\"tr\">\r\n <label for=\"idLoginPassword\" class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"password\") . \'</label>\r\n <span class=\"td\"><input tabindex=\"101\" type=\"password\" autocomplete=\"off\" name=\"password\" id=\"idLoginPassword\" class=\"textbox \' . $errors[errorIds] . \'\" /></span>\r\n </div>\r\n </div>\r\n <div class=\"secondary-controls h-left\">\r\n <input tabindex=\"102\" type=\"checkbox\" name=\"rememberme\" id=\"idLoginRememberMe\" \' . $formData[\'remembermeCheckedAttr\'] . \' /> \r\n <label for=\"idLoginRememberMe\">\' . vB_Template_Runtime::parsePhrase(\"remember_me\") . \'</label>\r\n <a tabindex=\"104\" href=\"\' . $baseurl . \'/lostpw\" id=\"idLostPasswordLink\" target=\"_top\">\' . vB_Template_Runtime::parsePhrase(\"forgot_password\") . \'</a>\r\n </div>\r\n <div class=\"primary-controls h-right\">\r\n <button type=\"submit\" tabindex=\"103\" id=\"idLoginBtn\" class=\"button primary\">\' . vB_Template_Runtime::parsePhrase(\"log_in\") . \'</button>\r\n \' . vB_Template_Runtime::parsePhrase(\"or_sign_up\", $baseurl, $urlpath) . \'\r\n </div>\r\n <input type=\"hidden\" id=\"vb_loginmd5\" name=\"vb_login_md5password\" value=\"\">\r\n <input type=\"hidden\" id=\"vb_loginmd5_utf8\" name=\"vb_login_md5password_utf\" value=\"\">\r\n</form>\r\n\' . \'\' . \'\r\n\' . \'\r\n<script type=\"text/javascript\">\r\n(function(){\r\n //remove highlight on focus\r\n var loginInputs = document.querySelectorAll(\\\'#idLoginForm .login-fieldset input\\\');\r\n for (var i = 0; i < loginInputs.length; i++) {\r\n loginInputs[i].onfocus = function() {\r\n this.className = this.className.replace(/\\\\bbadlogin\\\\S*/g, \\\'\\\');\r\n }\r\n };\r\n\r\n /*disable the submit button when submitting the form to prevent\r\n it from being clicked or tapped a second time */\r\n document.getElementById(\\\'idLoginForm\\\').onsubmit = function() {\r\n document.getElementById(\\\'idLoginBtn\\\').disabled = \\\'disabled\\\';\r\n md5hash(document.getElementById(\\\'idLoginPassword\\\'), document.getElementById(\\\'vb_loginmd5\\\'), document.getElementById(\\\'vb_loginmd5_utf8\\\'), 0);\r\n\r\n };\r\n\r\n //set focus to first textbox if error is not related to invalid username or password\r\n if (document.querySelectorAll(\\\'#idLoginForm .login-fieldset input[type=text][class*=badlogin]\\\').length == 0) {\r\n try {\r\n document.querySelectorAll(\\\'#idLoginForm .login-fieldset input\\\')[0].focus();\r\n }catch(e){}\r\n }\r\n\r\n\r\n})();\r\n</script>\r\n\' . \'\r\n</body>\r\n</html>\';','<!DOCTYPE html>\r\n<html id=\"idLoginHtml\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\" dir=\"{vb:stylevar textdirection}\">\r\n<head>\r\n <title>{vb:phrase login}- {vb:var vboptions.bbtitle}</title>\r\n <meta http-equiv=\"content-type\" content=\"text/html; charset={vb:raw charset}\" />\r\n <!--[if IE]><![endif]-->\r\n {vb:cssExtra \r\n main-cssnormalization.css,\r\n css_login.css}\r\n{vb:js js/login_md5.js}\r\n</head>\r\n\r\n<!--[if gte IE 9]>\r\n<body id=\"idLoginPage\" class=\"ie ie9\">\r\n<![endif]-->\r\n<!--[if IE 8]>\r\n<body id=\"idLoginPage\" class=\"ie ie8\">\r\n<![endif]-->\r\n<!--[if !IE]><!-->\r\n<body id=\"idLoginPage\">\r\n<!--<![endif]-->\r\n\r\n<vb:if condition=\"!empty($errors)\">\r\n {vb:set index, 0}\r\n <vb:each from=\"errors.errors\" value=\"error\">\r\n <vb:if condition=\"$error[0] != \'exception_trace\'\">\r\n <vb:if condition=\"($error[0] == \'badlogin_strikes_passthru\') OR ($error[0] == \'badlogin_passthru\') OR ($error[0] == \'strikes\') OR ($error[0] == \'badlogin\')\">\r\n {vb:set error[1][0], {vb:url \'lostpw\'}}\r\n </vb:if>\r\n <div class=\"error\">{vb:rawphrase {vb:raw error}}</div>\r\n </vb:if>\r\n </vb:each>\r\n</vb:if>\r\n\r\n<form id=\"idLoginForm\" action=\"{vb:raw baseurl_login}/auth/login\" method=\"post\" class=\"h-clearfix\">\r\n <input type=\"hidden\" name=\"url\" value=\"{vb:raw url}\" />\r\n <div class=\"login-fieldset table\">\r\n <div class=\"tr\">\r\n <label for=\"idLoginUserName\" class=\"td\">{vb:phrase username}</label>\r\n <span class=\"td\"><input tabindex=\"100\" type=\"text\" name=\"username\" id=\"idLoginUserName\" value=\"{vb:var formData.username}\" class=\"textbox {vb:raw $errors[\'errorIds\']}\" /></span>\r\n </div>\r\n <div class=\"tr\">\r\n <label for=\"idLoginPassword\" class=\"td\">{vb:phrase password}</label>\r\n <span class=\"td\"><input tabindex=\"101\" type=\"password\" autocomplete=\"off\" name=\"password\" id=\"idLoginPassword\" class=\"textbox {vb:raw $errors[\'errorIds\']}\" /></span>\r\n </div>\r\n </div>\r\n <div class=\"secondary-controls h-left\">\r\n <input tabindex=\"102\" type=\"checkbox\" name=\"rememberme\" id=\"idLoginRememberMe\" {vb:raw formData.remembermeCheckedAttr} /> \r\n <label for=\"idLoginRememberMe\">{vb:phrase remember_me}</label>\r\n <a tabindex=\"104\" href=\"{vb:raw baseurl}/lostpw\" id=\"idLostPasswordLink\" target=\"_top\">{vb:phrase forgot_password}</a>\r\n </div>\r\n <div class=\"primary-controls h-right\">\r\n <button type=\"submit\" tabindex=\"103\" id=\"idLoginBtn\" class=\"button primary\">{vb:phrase log_in}</button>\r\n {vb:rawphrase or_sign_up, {vb:raw baseurl}, {vb:raw urlpath}}\r\n </div>\r\n <input type=\"hidden\" id=\"vb_loginmd5\" name=\"vb_login_md5password\" value=\"\">\r\n <input type=\"hidden\" id=\"vb_loginmd5_utf8\" name=\"vb_login_md5password_utf\" value=\"\">\r\n</form>\r\n<vb:comment>This script is small enough that leaving it inline is better than putting it in its own file. jQuery code not used to reduce load on the client.</vb:comment>\r\n<vb:literal>\r\n<script type=\"text/javascript\">\r\n(function(){\r\n //remove highlight on focus\r\n var loginInputs = document.querySelectorAll(\'#idLoginForm .login-fieldset input\');\r\n for (var i = 0; i < loginInputs.length; i++) {\r\n loginInputs[i].onfocus = function() {\r\n this.className = this.className.replace(/\\bbadlogin\\S*/g, \'\');\r\n }\r\n };\r\n\r\n /*disable the submit button when submitting the form to prevent\r\n it from being clicked or tapped a second time */\r\n document.getElementById(\'idLoginForm\').onsubmit = function() {\r\n document.getElementById(\'idLoginBtn\').disabled = \'disabled\';\r\n md5hash(document.getElementById(\'idLoginPassword\'), document.getElementById(\'vb_loginmd5\'), document.getElementById(\'vb_loginmd5_utf8\'), 0);\r\n\r\n };\r\n\r\n //set focus to first textbox if error is not related to invalid username or password\r\n if (document.querySelectorAll(\'#idLoginForm .login-fieldset input[type=text][class*=badlogin]\').length == 0) {\r\n try {\r\n document.querySelectorAll(\'#idLoginForm .login-fieldset input\')[0].focus();\r\n }catch(e){}\r\n }\r\n\r\n\r\n})();\r\n</script>\r\n</vb:literal>\r\n</body>\r\n</html>','template',1390339849,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(210,-1,'login_redirect','$final_rendered = \'<!DOCTYPE html>\r\n<html id=\"idLoginRedirectHtml\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\" dir=\"\' . vB_Template_Runtime::fetchStylevar(\"textdirection\") . \'\">\r\n<head>\r\n <title>\' . vB_Template_Runtime::parsePhrase(\"login_redirect\") . \'- \' . vB_Template_Runtime::vBVar($vboptions[\'bbtitle\']) . \'</title>\r\n <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\r\n \' . \'\'; vB_Template_Runtime::includeCss(\'main-cssnormalization.css\', \'css_login.css\'); $final_rendered .= \'\' . \'\r\n</head>\r\n<body id=\"idLoginPage\">\r\n<div class=\"redirectMessage-wrapper\">\r\n <div id=\"redirectMessage\">\' . vB_Template_Runtime::parsePhrase(\"logging_in\") . \'...</div>\r\n</div>\r\n\r\n\' . \'\' . \'\r\n<script type=\"text/javascript\">\r\n(function()\r\n{\r\n var url = \"\' . $url . \'\" || \"/\";\r\n\r\n //remove hash from the url of the top most window (if any)\r\n var a = document.createElement(\\\'a\\\');\r\n a.setAttribute(\\\'href\\\', url);\r\n if (a.hash) {\r\n url = url.replace(a.hash, \\\'\\\');\r\n }\r\n else if (url.lastIndexOf(\\\'#\\\') != -1) { //a.hash with just # returns empty\r\n url = url.replace(\\\'#\\\', \\\'\\\');\r\n }\r\n\r\n // Add current time to url to prevent IE from caching the top page.\r\n // See VBV-316\r\n if (url.search(/\\\\?/) == -1) {\r\n url = url + \\\'?_=\\\' + (new Date()).valueOf();\r\n }\r\n else {\r\n url = url + \\\'&_=\\\' + (new Date()).valueOf();\r\n }\r\n\r\n \' . \'\' . \'\r\n\r\n window.open(url, \\\'_top\\\');\r\n})();\r\n</script>\r\n</body>\r\n</html>\';','<!DOCTYPE html>\r\n<html id=\"idLoginRedirectHtml\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\" dir=\"{vb:stylevar textdirection}\">\r\n<head>\r\n <title>{vb:phrase login_redirect}- {vb:var vboptions.bbtitle}</title>\r\n <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\r\n {vb:cssExtra \r\n main-cssnormalization.css,\r\n css_login.css}\r\n</head>\r\n<body id=\"idLoginPage\">\r\n<div class=\"redirectMessage-wrapper\">\r\n <div id=\"redirectMessage\">{vb:phrase logging_in}...</div>\r\n</div>\r\n\r\n<vb:comment>Injecting script tags instead of using vb:js because we\'re using baseurl_login rather than baseurl</vb:comment>\r\n<script type=\"text/javascript\">\r\n(function()\r\n{\r\n var url = \"{vb:raw url}\" || \"/\";\r\n\r\n //remove hash from the url of the top most window (if any)\r\n var a = document.createElement(\'a\');\r\n a.setAttribute(\'href\', url);\r\n if (a.hash) {\r\n url = url.replace(a.hash, \'\');\r\n }\r\n else if (url.lastIndexOf(\'#\') != -1) { //a.hash with just # returns empty\r\n url = url.replace(\'#\', \'\');\r\n }\r\n\r\n // Add current time to url to prevent IE from caching the top page.\r\n // See VBV-316\r\n if (url.search(/\\?/) == -1) {\r\n url = url + \'?_=\' + (new Date()).valueOf();\r\n }\r\n else {\r\n url = url + \'&_=\' + (new Date()).valueOf();\r\n }\r\n\r\n <vb:comment>//don\'t use top.location to avoid security error if protocols don\'t match</vb:comment>\r\n\r\n window.open(url, \'_top\');\r\n})();\r\n</script>\r\n</body>\r\n</html>','template',1359169230,'vBulletin Solutions','5.0.0 Beta 28','vbulletin','none'),(211,-1,'mediabbcode_video','$final_rendered = \'\' . \'\'; if ($provider == \'hulu\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"128\" height=\"74\" data=\"http://www.hulu.com/embed/\' . $code . \'\">\r\n <param name=\"movie\" value=\"http://www.hulu.com/embed/\' . $code . \'\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"128\" height=\"74\" type=\"application/x-shockwave-flash\" src=\"http://www.hulu.com/embed/\' . $code . \'\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'youtube\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"160\" height=\"96\" data=\"http://www.youtube.com/v/\' . $code . \'?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\">\r\n <param name=\"movie\" value=\"http://www.youtube.com/v/\' . $code . \'?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <param name=\"allowfullscreen\" value=\"true\" />\r\n <!--[if IE 6]>\r\n <embed width=\"160\" height=\"96\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/\' . $code . \'?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\" allowfullscreen=\"true\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'vimeo\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"160\" height=\"96\" data=\"http://vimeo.com/moogaloop.swf?clip_id=\' . $code . \'\">\r\n <param name=\"movie\" value=\"http://vimeo.com/moogaloop.swf?clip_id=\' . $code . \'\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"160\" height=\"90\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/moogaloop.swf?clip_id=\' . $code . \'\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'dailymotion\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"140\" height=\"112\" data=\"http://www.dailymotion.com/swf/\' . $code . \'\">\r\n <param name=\"movie\" value=\"http://www.dailymotion.com/swf/\' . $code . \'\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"140\" height=\"112\" type=\"application/x-shockwave-flash\" src=\"http://www.dailymotion.com/swf/\' . $code . \'\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'metacafe\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"100\" height=\"86\" data=\"http://www.metacafe.com/fplayer/\' . $code . \'.swf\">\r\n <param name=\"movie\" value=\"http://www.metacafe.com/fplayer/\' . $code . \'.swf\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"100\" height=\"86\" type=\"application/x-shockwave-flash\" src=\"http://www.metacafe.com/fplayer/\' . $code . \'.swf\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'google\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"100\" height=\"82\" data=\"http://video.google.com/googleplayer.swf?docid=\' . $code . \'\">\r\n <param name=\"movie\" value=\"http://video.google.com/googleplayer.swf?docid=\' . $code . \'\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"100\" height=\"82\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docid=\' . $code . \'\" />\r\n <![endif]--></object>\r\n\';\n } else if ($provider == \'facebook\') {\n $final_rendered .= \'\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"144\" height=\"108\" data=\"http://www.facebook.com/v/\' . $code . \'\">\r\n <param name=\"movie\" value=\"http://www.facebook.com/v/\' . $code . \'\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"144\" height=\"108\" type=\"application/x-shockwave-flash\" src=\"http://www.facebook.com/v/\' . $code . \'\" />\r\n <![endif]--></object>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$provider == \'hulu\'\">\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"128\" height=\"74\" data=\"http://www.hulu.com/embed/{vb:raw code}\">\r\n <param name=\"movie\" value=\"http://www.hulu.com/embed/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"128\" height=\"74\" type=\"application/x-shockwave-flash\" src=\"http://www.hulu.com/embed/{vb:raw code}\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'youtube\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"160\" height=\"96\" data=\"http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\">\r\n <param name=\"movie\" value=\"http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <param name=\"allowfullscreen\" value=\"true\" />\r\n <!--[if IE 6]>\r\n <embed width=\"160\" height=\"96\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded\" allowfullscreen=\"true\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'vimeo\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"160\" height=\"96\" data=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}\">\r\n <param name=\"movie\" value=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"160\" height=\"90\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'dailymotion\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"140\" height=\"112\" data=\"http://www.dailymotion.com/swf/{vb:raw code}\">\r\n <param name=\"movie\" value=\"http://www.dailymotion.com/swf/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"140\" height=\"112\" type=\"application/x-shockwave-flash\" src=\"http://www.dailymotion.com/swf/{vb:raw code}\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'metacafe\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"100\" height=\"86\" data=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\">\r\n <param name=\"movie\" value=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"100\" height=\"86\" type=\"application/x-shockwave-flash\" src=\"http://www.metacafe.com/fplayer/{vb:raw code}.swf\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'google\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"100\" height=\"82\" data=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}\">\r\n <param name=\"movie\" value=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"100\" height=\"82\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docid={vb:raw code}\" />\r\n <![endif]--></object>\r\n<vb:elseif condition=\"$provider == \'facebook\'\" />\r\n<object class=\"restrain\" type=\"application/x-shockwave-flash\" width=\"144\" height=\"108\" data=\"http://www.facebook.com/v/{vb:raw code}\">\r\n <param name=\"movie\" value=\"http://www.facebook.com/v/{vb:raw code}\" />\r\n <param name=\"wmode\" value=\"transparent\" />\r\n <!--[if IE 6]>\r\n <embed width=\"144\" height=\"108\" type=\"application/x-shockwave-flash\" src=\"http://www.facebook.com/v/{vb:raw code}\" />\r\n <![endif]--></object>\r\n</vb:if>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(212,-1,'media_addphotos','$final_rendered = \'\' . \'\'; if (empty($conversation) AND !empty($nodeid)) {\n $final_rendered .= \'\r\n \' . \'\'; $conversation = vB_Template_Runtime::parseData(\'node\', \'getNodeFullContent\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation = $conversation[$nodeid]; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'dialog_photo_display\',array(\'conversation\' => $conversation, \'addMediaPhotos\' => \'1\')) . \'\';','<vb:if condition=\"empty($conversation) AND !empty($nodeid)\">\r\n {vb:data conversation, node, getNodeFullContent, {vb:raw nodeid}}\r\n {vb:set conversation, {vb:raw conversation.{vb:raw nodeid}}}\r\n</vb:if>\r\n\r\n{vb:template dialog_photo_display, conversation={vb:raw conversation}, addMediaPhotos=1}','template',1364513025,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(213,-1,'modifyprofile','$final_rendered = \'\' . \'\'; if (vB::getCurrentSession()->fetch_userinfo_value(\'coppauser\')) {\n $final_rendered .= \'\r\n\r\n <form action=\"register.php?do=coppaform\" method=\"post\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"coppa_information\") . \'</h2>\r\n <div class=\"blockbody formcontrols\">\r\n <div class=\"blockrow singlebutton\">\r\n <div class=\"groupoption\">\r\n <label for=\"coppaform\">\' . vB_Template_Runtime::parsePhrase(\"print_new_permissions_form\") . \'</label>\r\n <input type=\"submit\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"display_permissions_form\") . \'\" />\r\n <input type=\"hidden\" name=\"s\" value=\"\' . $session[\'sessionhash\'] . \'\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $bbuserinfo[\'securitytoken\'] . \'\" />\r\n <input type=\"hidden\" name=\"do\" value=\"coppaform\" />\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<form action=\"profile.php?do=updateprofile\" method=\"post\" id=\"profileform\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"edit_your_details\") . \' \' . $bbuserinfo[\'username\'] . \'</h2>\r\n <div class=\"blockbody formcontrols settings_form_border\">\r\n \r\n <h3 class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"registration_required_information\") . \'</h3>\r\n <div class=\"section\">\r\n \r\n <div class=\"blockrow singlebutton\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"email_and_password\") . \':</label>\r\n <div class=\"rightcol\">\r\n <!-- DO NOT REMOVE -->\r\n <input type=\"image\" style=\"width: 1px; height: 1px;\" src=\"clear.gif\" />\r\n <!-- / DO NOT REMOVE -->\r\n <input type=\"submit\" class=\"button\" tabindex=\"1\" value=\"\' . vB_Template_Runtime::parsePhrase(\"edit_email_and_password\") . \'\" name=\"gotopassword\" />\r\n </div>\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"click_button_below_edit_email\") . \'\r\n </p>\r\n </div>\r\n\r\n \' . \'\'; if (vB::getCurrentSession()->fetch_userinfo_value(\'coppauser\')) {\n $final_rendered .= \'\r\n <div class=\"blockrow\">\r\n <label for=\"tb_parentemail\">\' . vB_Template_Runtime::parsePhrase(\"parent_guardian_email\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" name=\"parentemail\" id=\"tb_parentemail\" maxlength=\"30\" value=\"\' . $bbuserinfo[\'parentemail\'] . \'\" tabindex=\"1\" />\r\n <input type=\"hidden\" name=\"coppauser\" value=\"1\" />\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"if_under_13_provide_parent\") . \'\r\n </p>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($show[\'birthday_required\']) {\n $final_rendered .= \'\r\n \' . $birthdaybit . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . $customfields[\'required\'] . \'\r\n </div>\r\n\r\n <h3 class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"optional_information_will\") . \'</h3>\r\n <div class=\"section\">\r\n \' . \'\'; if ($show[\'customtitleoption\']) {\n $final_rendered .= \'\r\n <div class=\"blockrow\"> \r\n <label for=\"tb_customtext\">\' . vB_Template_Runtime::parsePhrase(\"custom_user_title\") . \':</label>\r\n <div class=\"rightcol\">\r\n <p class=\"label\">\' . vB_Template_Runtime::parsePhrase(\"your_current_user_title_is\") . \'</p>\r\n <div id=\"customtitle\">\r\n <span id=\"currentcustomtitle\">\' . $bbuserinfo[\'usertitle\'] . \'</span>\r\n <label for=\"cb_resettitle\" id=\"resetcustomtitle\">\r\n <input type=\"checkbox\" name=\"resettitle\" value=\"yes\" id=\"cb_resettitle\" tabindex=\"1\" /> \' . vB_Template_Runtime::parsePhrase(\"reset\") . \'\r\n </label> \r\n </div>\r\n </div>\r\n <p class=\"description\">\' . vB_Template_Runtime::parsePhrase(\"title_appears_beneath_your_name\") . \'</p>\r\n <input type=\"text\" class=\"primary textbox rightcol\" name=\"customtext\" id=\"tb_customtext\" value=\"\" maxlength=\"\' . $vboptions[\'ctMaxChars\'] . \'\" tabindex=\"1\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($show[\'birthday_optional\']) {\n $final_rendered .= \'\r\n \' . $birthdaybit . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"blockrow\">\r\n <label for=\"tb_homepage\">\' . vB_Template_Runtime::parsePhrase(\"home_page_url\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" name=\"homepage\" id=\"tb_homepage\" value=\"\' . $bbuserinfo[\'homepage\'] . \'\" maxlength=\"200\" dir=\"ltr\" tabindex=\"1\" />\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"let_other_visitors_know_url\") . \'\r\n </p>\r\n </div>\r\n\r\n <fieldset class=\"blockrow\">\r\n <legend>\' . vB_Template_Runtime::parsePhrase(\"instant_messaging\") . \'</legend>\r\n <ul class=\"group\">\r\n <li>\r\n <label for=\"icq\">\' . vB_Template_Runtime::parsePhrase(\"icq_number\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"icq\" name=\"icq\" value=\"\' . $bbuserinfo[\'icq\'] . \'\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"aim\">\' . vB_Template_Runtime::parsePhrase(\"aim_screen_name\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"aim\" name=\"aim\" value=\"\' . $bbuserinfo[\'aim\'] . \'\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"msn\">\' . vB_Template_Runtime::parsePhrase(\"msn_messenger_handle\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"msn\" name=\"msn\" value=\"\' . $bbuserinfo[\'msn\'] . \'\" maxlength=\"50\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"yahoo\">\' . vB_Template_Runtime::parsePhrase(\"yahoo_messenger_handle\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"yahoo\" name=\"yahoo\" value=\"\' . $bbuserinfo[\'yahoo\'] . \'\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"skype\">\' . vB_Template_Runtime::parsePhrase(\"skype_name\") . \':</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"skype\" name=\"skype\" value=\"\' . $bbuserinfo[\'skype\'] . \'\" maxlength=\"32\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n </ul>\r\n <p class=\"description\">\r\n \' . vB_Template_Runtime::parsePhrase(\"may_enter_identity_for_im\") . \'\r\n </p>\r\n </fieldset>\r\n </div>\r\n\r\n \' . \'\'; if ($customfields[\'regular\']) {\n $final_rendered .= \'\r\n <!-- start if customfields -->\r\n <h3 class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"additional_information\") . \'</h3>\r\n <div class=\"section\">\r\n \' . $customfields[\'regular\'] . \'\r\n </div>\r\n <!-- end if custom fields -->\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n\r\n </div>\r\n\r\n <div class=\"blockfoot actionbuttons settings_form_border\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'\" tabindex=\"1\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'\" tabindex=\"1\" accesskey=\"r\" />\r\n <input type=\"hidden\" name=\"s\" value=\"\' . $session[\'sessionhash\'] . \'\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $bbuserinfo[\'securitytoken\'] . \'\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updateprofile\" />\r\n </div>\r\n </div>\r\n\r\n</form>\';','<vb:if condition=\"$bbuserinfo[\'coppauser\']\">\r\n\r\n <form action=\"register.php?do=coppaform\" method=\"post\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">{vb:rawphrase coppa_information}</h2>\r\n <div class=\"blockbody formcontrols\">\r\n <div class=\"blockrow singlebutton\">\r\n <div class=\"groupoption\">\r\n <label for=\"coppaform\">{vb:rawphrase print_new_permissions_form}</label>\r\n <input type=\"submit\" class=\"button\" value=\"{vb:rawphrase display_permissions_form}\" />\r\n <input type=\"hidden\" name=\"s\" value=\"{vb:raw session.sessionhash}\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw bbuserinfo.securitytoken}\" />\r\n <input type=\"hidden\" name=\"do\" value=\"coppaform\" />\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n</vb:if>\r\n\r\n<form action=\"profile.php?do=updateprofile\" method=\"post\" id=\"profileform\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">{vb:rawphrase edit_your_details} {vb:raw bbuserinfo.username}</h2>\r\n <div class=\"blockbody formcontrols settings_form_border\">\r\n \r\n <h3 class=\"blocksubhead\">{vb:rawphrase registration_required_information}</h3>\r\n <div class=\"section\">\r\n \r\n <div class=\"blockrow singlebutton\">\r\n <label>{vb:rawphrase email_and_password}:</label>\r\n <div class=\"rightcol\">\r\n <!-- DO NOT REMOVE -->\r\n <input type=\"image\" style=\"width: 1px; height: 1px;\" src=\"clear.gif\" />\r\n <!-- / DO NOT REMOVE -->\r\n <input type=\"submit\" class=\"button\" tabindex=\"1\" value=\"{vb:rawphrase edit_email_and_password}\" name=\"gotopassword\" />\r\n </div>\r\n <p class=\"description\">\r\n {vb:rawphrase click_button_below_edit_email}\r\n </p>\r\n </div>\r\n\r\n <vb:if condition=\"$bbuserinfo[\'coppauser\']\">\r\n <div class=\"blockrow\">\r\n <label for=\"tb_parentemail\">{vb:rawphrase parent_guardian_email}:</label>\r\n <input type=\"text\" class=\"primary textbox\" name=\"parentemail\" id=\"tb_parentemail\" maxlength=\"30\" value=\"{vb:raw bbuserinfo.parentemail}\" tabindex=\"1\" />\r\n <input type=\"hidden\" name=\"coppauser\" value=\"1\" />\r\n <p class=\"description\">\r\n {vb:rawphrase if_under_13_provide_parent}\r\n </p>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$show[\'birthday_required\']\">\r\n {vb:raw birthdaybit}\r\n </vb:if>\r\n\r\n {vb:raw customfields.required}\r\n </div>\r\n\r\n <h3 class=\"blocksubhead\">{vb:rawphrase optional_information_will}</h3>\r\n <div class=\"section\">\r\n <vb:if condition=\"$show[\'customtitleoption\']\">\r\n <div class=\"blockrow\"> \r\n <label for=\"tb_customtext\">{vb:rawphrase custom_user_title}:</label>\r\n <div class=\"rightcol\">\r\n <p class=\"label\">{vb:rawphrase your_current_user_title_is}</p>\r\n <div id=\"customtitle\">\r\n <span id=\"currentcustomtitle\">{vb:raw bbuserinfo.usertitle}</span>\r\n <label for=\"cb_resettitle\" id=\"resetcustomtitle\">\r\n <input type=\"checkbox\" name=\"resettitle\" value=\"yes\" id=\"cb_resettitle\" tabindex=\"1\" /> {vb:rawphrase reset}\r\n </label> \r\n </div>\r\n </div>\r\n <p class=\"description\">{vb:rawphrase title_appears_beneath_your_name}</p>\r\n <input type=\"text\" class=\"primary textbox rightcol\" name=\"customtext\" id=\"tb_customtext\" value=\"\" maxlength=\"{vb:raw vboptions.ctMaxChars}\" tabindex=\"1\" />\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$show[\'birthday_optional\']\">\r\n {vb:raw birthdaybit}\r\n </vb:if>\r\n\r\n <div class=\"blockrow\">\r\n <label for=\"tb_homepage\">{vb:rawphrase home_page_url}:</label>\r\n <input type=\"text\" class=\"primary textbox\" name=\"homepage\" id=\"tb_homepage\" value=\"{vb:raw bbuserinfo.homepage}\" maxlength=\"200\" dir=\"ltr\" tabindex=\"1\" />\r\n <p class=\"description\">\r\n {vb:rawphrase let_other_visitors_know_url}\r\n </p>\r\n </div>\r\n\r\n <fieldset class=\"blockrow\">\r\n <legend>{vb:rawphrase instant_messaging}</legend>\r\n <ul class=\"group\">\r\n <li>\r\n <label for=\"icq\">{vb:rawphrase icq_number}:</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"icq\" name=\"icq\" value=\"{vb:raw bbuserinfo.icq}\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"aim\">{vb:rawphrase aim_screen_name}:</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"aim\" name=\"aim\" value=\"{vb:raw bbuserinfo.aim}\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"msn\">{vb:rawphrase msn_messenger_handle}:</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"msn\" name=\"msn\" value=\"{vb:raw bbuserinfo.msn}\" maxlength=\"50\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"yahoo\">{vb:rawphrase yahoo_messenger_handle}:</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"yahoo\" name=\"yahoo\" value=\"{vb:raw bbuserinfo.yahoo}\" maxlength=\"30\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n <li>\r\n <label for=\"skype\">{vb:rawphrase skype_name}:</label>\r\n <input type=\"text\" class=\"primary textbox\" id=\"skype\" name=\"skype\" value=\"{vb:raw bbuserinfo.skype}\" maxlength=\"32\" dir=\"ltr\" tabindex=\"1\" />\r\n </li>\r\n </ul>\r\n <p class=\"description\">\r\n {vb:rawphrase may_enter_identity_for_im}\r\n </p>\r\n </fieldset>\r\n </div>\r\n\r\n <vb:if condition=\"$customfields[\'regular\']\">\r\n <!-- start if customfields -->\r\n <h3 class=\"blocksubhead\">{vb:rawphrase additional_information}</h3>\r\n <div class=\"section\">\r\n {vb:raw customfields.regular}\r\n </div>\r\n <!-- end if custom fields -->\r\n </vb:if>\r\n \r\n\r\n </div>\r\n\r\n <div class=\"blockfoot actionbuttons settings_form_border\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"{vb:rawphrase save_changes}\" tabindex=\"1\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"{vb:rawphrase reset_fields}\" tabindex=\"1\" accesskey=\"r\" />\r\n <input type=\"hidden\" name=\"s\" value=\"{vb:raw session.sessionhash}\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw bbuserinfo.securitytoken}\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updateprofile\" />\r\n </div>\r\n </div>\r\n\r\n</form>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(214,-1,'modifyprofileprivacy','$final_rendered = \'\' . \'\'; if ($errors) {\n $final_rendered .= \'\r\n <div class=\"block\">\r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"errors_occurred_when_submitted\") . \'</h2>\r\n <div class=\"blockbody\">\r\n <ul class=\"blockrow\">\r\n $errors\r\n </ul>\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<form action=\"profile.php?do=doprivacy\" method=\"post\" id=\"profileform\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"profile_privacy\") . \'</h2>\r\n <div class=\"blockbody formcontrols settings_form_border\">\r\n <div class=\"section\">\r\n <div class=\"blockrow\">\r\n <p class=\"singledescription\">\r\n \' . vB_Template_Runtime::parsePhrase(\"block_display_options\") . \'\r\n </p>\r\n </div>\r\n \' . $profileprivacybits . \'\r\n </div>\r\n </div>\r\n \r\n <div class=\"blockfoot actionbuttons settings_form_border\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"save\") . \'\" accesskey=\"v\" />\r\n <input type=\"hidden\" name=\"s\" value=\"\' . $session[\'sessionhash\'] . \'\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $bbuserinfo[\'securitytoken\'] . \'\" />\r\n <input type=\"hidden\" name=\"do\" value=\"doprivacy\" />\r\n </div>\r\n </div>\r\n\r\n</form>\';','<vb:if condition=\"$errors\">\r\n <div class=\"block\">\r\n <h2 class=\"blockhead\">{vb:rawphrase errors_occurred_when_submitted}</h2>\r\n <div class=\"blockbody\">\r\n <ul class=\"blockrow\">\r\n $errors\r\n </ul>\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n<form action=\"profile.php?do=doprivacy\" method=\"post\" id=\"profileform\" class=\"block\">\r\n\r\n <h2 class=\"blockhead\">{vb:rawphrase profile_privacy}</h2>\r\n <div class=\"blockbody formcontrols settings_form_border\">\r\n <div class=\"section\">\r\n <div class=\"blockrow\">\r\n <p class=\"singledescription\">\r\n {vb:rawphrase block_display_options}\r\n </p>\r\n </div>\r\n {vb:raw profileprivacybits}\r\n </div>\r\n </div>\r\n \r\n <div class=\"blockfoot actionbuttons settings_form_border\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"{vb:rawphrase save}\" accesskey=\"v\" />\r\n <input type=\"hidden\" name=\"s\" value=\"{vb:raw session.sessionhash}\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw bbuserinfo.securitytoken}\" />\r\n <input type=\"hidden\" name=\"do\" value=\"doprivacy\" />\r\n </div>\r\n </div>\r\n\r\n</form>','template',1345249502,'vBulletin Solutions','5.0.0 Alpha 35','vbulletin','none'),(215,-1,'modifyusercss','$final_rendered = \'<div id=\"colorpickers\">\r\n <form id=\"usercss_form\" class=\"block\" action=\"profile.php?do=docustomize\" method=\"post\">\r\n <input type=\"hidden\" name=\"do\" value=\"docustomize\" />\r\n <input type=\"hidden\" name=\"s\" value=\"\' . $session[\'sessionhash\'] . \'\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $bbuserinfo[\'securitytoken\'] . \'\" />\r\n <input type=\"hidden\" name=\"do\" value=\"docustomize\" />\r\n \r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"customize_profile\") . \'</h2>\r\n\r\n <div class=\"blockbody formcontrols\">\r\n \' . \'\'; if ($errors) {\n $final_rendered .= \'\r\n <h2 class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"errors_occurred_when_submitted\") . \'</h2>\r\n\r\n <div class=\"blockrow\">\r\n <ul>\r\n \' . $errors . \'\r\n </ul>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . $usercssbits . \'\r\n\r\n <div class=\"blockrow\" style=\"display:none\">\r\n \' . \'\' . \'\r\n <a name=\"example\"></a>\r\n <div id=\"usercss\" class=\"floatcontainer\">\r\n <div id=\"usercss_example\" class=\"floatcontainer\">\r\n <div class=\"block\">\r\n <h2 class=\"blockhead\">\' . vB_Template_Runtime::parsePhrase(\"usercss_tabletitle\") . \'</h2>\r\n <div class=\"blockbody formcontrols\">\r\n <img src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/progress.gif\" id=\"preview_progress\" class=\"inlineimg\" alt=\"\" />\r\n <h3 class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"usercss_tableheader\") . \'</h3>\r\n <div class=\"floatcontainer blockrow contentrow\">\r\n <div class=\"alt1\">\r\n <div class=\"altcontent\">\r\n \' . vB_Template_Runtime::parsePhrase(\"usercss_alternating1\") . \'<br />\r\n <a href=\"javascript://\">\' . vB_Template_Runtime::parsePhrase(\"usercss_linkcolor\") . \'</a>\r\n <span class=\"shade\">\' . vB_Template_Runtime::parsePhrase(\"usercss_shadecolor\") . \'</span>\r\n </div>\r\n </div>\r\n <div class=\"alt2\">\r\n <div class=\"altcontent\">\r\n \' . vB_Template_Runtime::parsePhrase(\"usercss_alternating2\") . \'<br />\r\n <a href=\"javascript://\">\' . vB_Template_Runtime::parsePhrase(\"usercss_linkcolor\") . \'</a>\r\n <span class=\"shade\">\' . vB_Template_Runtime::parsePhrase(\"usercss_shadecolor\") . \'</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blockrow preview_controls\">\r\n <div class=\"multifield group preview_controls\">\r\n <input type=\"text\" class=\"primary textbox\" id=\"simpletextbox\" value=\"\' . vB_Template_Runtime::parsePhrase(\"usercss_inputs\") . \'\" />\r\n <input type=\"submit\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"go\") . \'\" />\r\n </div>\r\n </div>\r\n <div class=\"blockfoot\">\r\n \' . vB_Template_Runtime::parsePhrase(\"usercss_tablefooter\") . \'\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blockfoot actionbuttons\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'\"/>\r\n <input type=\"button\" class=\"button\" id=\"clear_all_button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"clear_all\") . \'\" />\r\n <input class=\"button\" type=\"reset\" value=\"\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'\"/>\r\n </div>\r\n </div>\r\n\r\n </form>\r\n</div>\r\n\r\n\' . \'\' . \'\r\n<div id=\"colorpicker\" class=\"block\" style=\"display:none\">\r\n <div class=\"blockhead\">\r\n <div class=\"floatcontainer\">\r\n <button id=\"colorpicker_transparent\" title=\"\' . vB_Template_Runtime::parsePhrase(\"reset_to_default\") . \'\">\r\n <img src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/colorpicker_transparent.gif\" width=\"9\" height=\"9\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"reset_to_default\") . \'\" />\r\n </button>\r\n \r\n <div id=\"colorpicker_feedback\">\r\n <div id=\"colorpicker_currentvalue\"> </div>\r\n <div id=\"colorpicker_newvalue\"> </div>\r\n </div>\r\n \r\n <button id=\"colorpicker_close\" title=\"\' . vB_Template_Runtime::parsePhrase(\"close\") . \'\">\r\n <img src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/colorpicker_close.gif\" width=\"9\" height=\"9\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"close\") . \'\" />\r\n </button>\r\n </div>\r\n </div>\r\n \r\n <div id=\"colorpicker_swatches\" class=\"blockbody\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td class=\"alt1\" id=\"colorpicker_swatches_container\"> </td>\r\n </tr>\r\n </table>\r\n </div>\r\n</div>\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if ($show[\'backgroundpicker\']) {\n $final_rendered .= \'\r\n<div id=\"backgroundpicker\" class=\"block\" style=\"display:none\">\r\n <div class=\"blockhead\">\r\n <div class=\"floatcontainer\">\r\n <button id=\"backgroundpicker_close\">\r\n <img src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/colorpicker_close.gif\" width=\"9\" height=\"9\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"close\") . \'\" />\r\n </button>\r\n \r\n <select name=\"backgroundpicker_select\" id=\"backgroundpicker_select\" \' . \'\'; if (!$show[\'albumselect\']) {\n $final_rendered .= \'style=\"display:none\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n \' . $albumbits . \'\r\n </select>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blockbody\">\r\n \' . $picturerowbits . \'\r\n </div>\r\n</div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<div id=\"colorpickers\">\r\n <form id=\"usercss_form\" class=\"block\" action=\"profile.php?do=docustomize\" method=\"post\">\r\n <input type=\"hidden\" name=\"do\" value=\"docustomize\" />\r\n <input type=\"hidden\" name=\"s\" value=\"{vb:raw session.sessionhash}\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw bbuserinfo.securitytoken}\" />\r\n <input type=\"hidden\" name=\"do\" value=\"docustomize\" />\r\n \r\n <h2 class=\"blockhead\">{vb:rawphrase customize_profile}</h2>\r\n\r\n <div class=\"blockbody formcontrols\">\r\n <vb:if condition=\"$errors\">\r\n <h2 class=\"blocksubhead\">{vb:rawphrase errors_occurred_when_submitted}</h2>\r\n\r\n <div class=\"blockrow\">\r\n <ul>\r\n {vb:raw errors}\r\n </ul>\r\n </div>\r\n </vb:if>\r\n\r\n {vb:raw usercssbits}\r\n\r\n <div class=\"blockrow\" style=\"display:none\">\r\n <vb:comment>Customized Preview</vb:comment>\r\n <a name=\"example\"></a>\r\n <div id=\"usercss\" class=\"floatcontainer\">\r\n <div id=\"usercss_example\" class=\"floatcontainer\">\r\n <div class=\"block\">\r\n <h2 class=\"blockhead\">{vb:rawphrase usercss_tabletitle}</h2>\r\n <div class=\"blockbody formcontrols\">\r\n <img src=\"{vb:stylevar imgdir_misc}/progress.gif\" id=\"preview_progress\" class=\"inlineimg\" alt=\"\" />\r\n <h3 class=\"blocksubhead\">{vb:rawphrase usercss_tableheader}</h3>\r\n <div class=\"floatcontainer blockrow contentrow\">\r\n <div class=\"alt1\">\r\n <div class=\"altcontent\">\r\n {vb:rawphrase usercss_alternating1}<br />\r\n <a href=\"javascript://\">{vb:rawphrase usercss_linkcolor}</a>\r\n <span class=\"shade\">{vb:rawphrase usercss_shadecolor}</span>\r\n </div>\r\n </div>\r\n <div class=\"alt2\">\r\n <div class=\"altcontent\">\r\n {vb:rawphrase usercss_alternating2}<br />\r\n <a href=\"javascript://\">{vb:rawphrase usercss_linkcolor}</a>\r\n <span class=\"shade\">{vb:rawphrase usercss_shadecolor}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blockrow preview_controls\">\r\n <div class=\"multifield group preview_controls\">\r\n <input type=\"text\" class=\"primary textbox\" id=\"simpletextbox\" value=\"{vb:rawphrase usercss_inputs}\" />\r\n <input type=\"submit\" class=\"button\" value=\"{vb:rawphrase go}\" />\r\n </div>\r\n </div>\r\n <div class=\"blockfoot\">\r\n {vb:rawphrase usercss_tablefooter}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blockfoot actionbuttons\">\r\n <div class=\"group\">\r\n <input type=\"submit\" class=\"button\" value=\"{vb:rawphrase save_changes}\"/>\r\n <input type=\"button\" class=\"button\" id=\"clear_all_button\" value=\"{vb:rawphrase clear_all}\" />\r\n <input class=\"button\" type=\"reset\" value=\"{vb:rawphrase reset_fields}\"/>\r\n </div>\r\n </div>\r\n\r\n </form>\r\n</div>\r\n\r\n<vb:comment>Colorpicker Control</vb:comment>\r\n<div id=\"colorpicker\" class=\"block\" style=\"display:none\">\r\n <div class=\"blockhead\">\r\n <div class=\"floatcontainer\">\r\n <button id=\"colorpicker_transparent\" title=\"{vb:rawphrase reset_to_default}\">\r\n <img src=\"{vb:stylevar imgdir_misc}/colorpicker_transparent.gif\" width=\"9\" height=\"9\" alt=\"{vb:rawphrase reset_to_default}\" />\r\n </button>\r\n \r\n <div id=\"colorpicker_feedback\">\r\n <div id=\"colorpicker_currentvalue\"> </div>\r\n <div id=\"colorpicker_newvalue\"> </div>\r\n </div>\r\n \r\n <button id=\"colorpicker_close\" title=\"{vb:rawphrase close}\">\r\n <img src=\"{vb:stylevar imgdir_misc}/colorpicker_close.gif\" width=\"9\" height=\"9\" alt=\"{vb:rawphrase close}\" />\r\n </button>\r\n </div>\r\n </div>\r\n \r\n <div id=\"colorpicker_swatches\" class=\"blockbody\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td class=\"alt1\" id=\"colorpicker_swatches_container\"> </td>\r\n </tr>\r\n </table>\r\n </div>\r\n</div>\r\n\r\n<vb:comment>Backgroundpicker Control</vb:comment>\r\n<vb:if condition=\"$show[\'backgroundpicker\']\">\r\n<div id=\"backgroundpicker\" class=\"block\" style=\"display:none\">\r\n <div class=\"blockhead\">\r\n <div class=\"floatcontainer\">\r\n <button id=\"backgroundpicker_close\">\r\n <img src=\"{vb:stylevar imgdir_misc}/colorpicker_close.gif\" width=\"9\" height=\"9\" alt=\"{vb:rawphrase close}\" />\r\n </button>\r\n \r\n <select name=\"backgroundpicker_select\" id=\"backgroundpicker_select\" <vb:if condition=\"!$show[\'albumselect\']\">style=\"display:none\"</vb:if>>\r\n {vb:raw albumbits}\r\n </select>\r\n </div>\r\n </div>\r\n \r\n <div class=\"blockbody\">\r\n {vb:raw picturerowbits}\r\n </div>\r\n</div>\r\n</vb:if>','template',1359148449,'vBulletin Solutions','5.0.0 Beta 28','vbulletin','none'),(216,-1,'pagenav','$final_rendered = \'\' . \'\'; if (empty($pagenav)) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'totalpages\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else if (isset($pagenav[\'pagenumber\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = $pagenav[\'pagenumber\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"pagenav-container noselect\' . (($pagenav[\'totalpages\'] == 1) ? \" h-hide\" : \"\") . \'\">\r\n <div class=\"pagenav h-right\">\r\n \' . \'\'; if ($pagenav[\'totalpages\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $pages = vB_Template_Runtime::parseData(\'page\', \'getPageNav\', $pagenav[\'currentpage\'], $pagenav[\'totalpages\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenav[\'currentpage\'] != 1) {\n $final_rendered .= \'\r\n <a class=\"button secondary\" data-page=\"\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenav[\'currentpage\']) . \'\'.\'-1\') . \'\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($pages)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($pages) || $pages instanceof ArrayAccess) { foreach ($pages AS $page) {$final_rendered .= \'\r\n \' . \'\'; if ($pagenav[\'currentpage\'] == $page) {\n $final_rendered .= \'\r\n <a class=\"button primary page\" data-page=\"\' . $page . \'\">\' . $page . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"button secondary\" data-page=\"\' . $page . \'\">\' . $page . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenav[\'currentpage\'] != $pagenav[\'totalpages\']) {\n $final_rendered .= \'\r\n <a class=\"button secondary\" data-page=\"\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenav[\'currentpage\']) . \'\'.\'+1\') . \'\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</div>\';','<vb:if condition=\"empty($pagenav)\">\r\n {vb:set pagenav.currentpage, 1}\r\n {vb:set pagenav.totalpages, 1}\r\n<vb:elseif condition=\"isset($pagenav[\'pagenumber\'])\" />\r\n {vb:set pagenav.currentpage, {vb:raw pagenav.pagenumber}}\r\n</vb:if>\r\n\r\n<div class=\"pagenav-container noselect{vb:if \"$pagenav[\'totalpages\'] == 1\", \" h-hide\"}\">\r\n <div class=\"pagenav h-right\">\r\n <vb:if condition=\"$pagenav[\'totalpages\'] > 1\">\r\n {vb:data pages, page, getPageNav, {vb:raw pagenav.currentpage}, {vb:raw pagenav.totalpages}}\r\n </vb:if>\r\n <vb:if condition=\"$pagenav[\'currentpage\'] != 1\">\r\n <a class=\"button secondary\" data-page=\"{vb:math {vb:var pagenav.currentpage} - 1}\">{vb:phrase previous}</a>\r\n </vb:if>\r\n <vb:if condition=\"!empty($pages)\">\r\n <vb:each from=\"pages\" value=\"page\">\r\n <vb:if condition=\"$pagenav[\'currentpage\'] == $page\">\r\n <a class=\"button primary page\" data-page=\"{vb:raw page}\">{vb:raw page}</a>\r\n <vb:else />\r\n <a class=\"button secondary\" data-page=\"{vb:raw page}\">{vb:raw page}</a>\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"$pagenav[\'currentpage\'] != $pagenav[\'totalpages\']\">\r\n <a class=\"button secondary\" data-page=\"{vb:math {vb:var pagenav.currentpage} + 1}\">{vb:phrase next}</a>\r\n </vb:if>\r\n </div>\r\n</div>','template',1367263425,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(217,-1,'pagenavnew','$final_rendered = \'<!-- Page Nav controls -->\r\n\' . \'\'; if (empty($pagenav)) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'totalpages\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $prevpage = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevdisabled = \'h-disabled\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextdisabled = \'h-disabled\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($pagenav[\'currentpage\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenav[\'currentpage\']) . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prevpage = \'data-page=\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prevpage .= $pagenum.\'\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prevdisabled = \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($pagenav[\'currentpage\'] < $pagenav[\'totalpages\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($pagenav[\'currentpage\']) . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nextpage = \'data-page=\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nextpage .= $pagenum.\'\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nextdisabled = \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"pagenav-controls \' . $cssClass . \'\">\r\n <form class=\"pagenav-form h-clearfix\"\' . \'\'; if (!empty($pagenav[\'baseurl\'])) {\n $final_rendered .= \' action=\"\' . $pagenav[\'baseurl\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\r\n <input type=\"hidden\" class=\"defaultpage\" value=\"\' . $pagenav[\'currentpage\'] . \'\" />\r\n \' . \'\'; if (!empty($pagenav[\'articleDisplayColumns\'])) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"article_display_columns\" value=\"\' . $pagenav[\'articleDisplayColumns\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"\' . $pagenav[\'currentpage\'] . \'\" /> \' . vB_Template_Runtime::parsePhrase(\"of_pagination\") . \' <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pagenav[\'totalpages\']) . \'</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a \' . \'\'; if (!empty($pagenav[\'prevurl\'])) {\n $final_rendered .= \' href=\"\' . $pagenav[\'prevurl\'] . \'\" data-orig-href=\"\' . $pagenav[\'prevurl\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' class=\"arrow left-arrow \' . $prevdisabled . \'\" \' . $prevpage . \' title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a \' . \'\'; if (!empty($pagenav[\'nexturl\'])) {\n $final_rendered .= \' href=\"\' . $pagenav[\'nexturl\'] . \'\" data-orig-href=\"\' . $pagenav[\'nexturl\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' class=\"arrow right-arrow \' . $nextdisabled . \'\" \' . $nextpage . \' title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a \' . \'\'; if (!empty($pagenav[\'nexturl\'])) {\n $final_rendered .= \' href=\"\' . $pagenav[\'nexturl\'] . \'\" data-orig-href=\"\' . $pagenav[\'nexturl\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' class=\"arrow left-arrow \' . $nextdisabled . \'\" \' . $nextpage . \' title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a \' . \'\'; if (!empty($pagenav[\'prevurl\'])) {\n $final_rendered .= \' href=\"\' . $pagenav[\'prevurl\'] . \'\" data-orig-href=\"\' . $pagenav[\'prevurl\'] . \'\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' class=\"arrow right-arrow \' . $prevdisabled . \'\" \' . $prevpage . \' title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form> \r\n</div>\';','<!-- Page Nav controls -->\r\n<vb:if condition=\"empty($pagenav)\">\r\n {vb:set pagenav.currentpage, 1}\r\n {vb:set pagenav.totalpages, 1}\r\n</vb:if>\r\n\r\n{vb:set prevpage, \'\'}\r\n{vb:set prevdisabled, \'h-disabled\'}\r\n{vb:set nextpage, \'\'}\r\n{vb:set nextdisabled, \'h-disabled\'}\r\n\r\n<vb:if condition=\"$pagenav[\'currentpage\'] > 1\">\r\n {vb:set pagenum, {vb:math {vb:var pagenav.currentpage} - 1}}\r\n {vb:set prevpage, \'data-page=\"\'}\r\n {vb:strcat prevpage, {vb:raw pagenum}, \'\"\'}\r\n {vb:set prevdisabled, \'\'}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$pagenav[\'currentpage\'] < $pagenav[\'totalpages\']\">\r\n {vb:set pagenum, {vb:math {vb:var pagenav.currentpage} + 1}}\r\n {vb:set nextpage, \'data-page=\"\'}\r\n {vb:strcat nextpage, {vb:raw pagenum}, \'\"\'}\r\n {vb:set nextdisabled, \'\'}\r\n</vb:if>\r\n\r\n<div class=\"pagenav-controls {vb:raw cssClass}\">\r\n <form class=\"pagenav-form h-clearfix\"<vb:if condition=\"!empty($pagenav[\'baseurl\'])\"> action=\"{vb:raw pagenav.baseurl}\"</vb:if>>\r\n <input type=\"hidden\" class=\"defaultpage\" value=\"{vb:raw pagenav.currentpage}\" />\r\n <vb:if condition=\"!empty($pagenav[\'articleDisplayColumns\'])\">\r\n <input type=\"hidden\" name=\"article_display_columns\" value=\"{vb:raw pagenav.articleDisplayColumns}\" />\r\n </vb:if>\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"{vb:raw pagenav.currentpage}\" /> {vb:phrase of_pagination} <span class=\"pagetotal\">{vb:number {vb:raw pagenav.totalpages}}</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a <vb:if condition=\"!empty($pagenav[\'prevurl\'])\"> href=\"{vb:raw pagenav.prevurl}\" data-orig-href=\"{vb:raw pagenav.prevurl}\"</vb:if> class=\"arrow left-arrow {vb:raw prevdisabled}\" {vb:raw prevpage} title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a <vb:if condition=\"!empty($pagenav[\'nexturl\'])\"> href=\"{vb:raw pagenav.nexturl}\" data-orig-href=\"{vb:raw pagenav.nexturl}\"</vb:if> class=\"arrow right-arrow {vb:raw nextdisabled}\" {vb:raw nextpage} title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a <vb:if condition=\"!empty($pagenav[\'nexturl\'])\"> href=\"{vb:raw pagenav.nexturl}\" data-orig-href=\"{vb:raw pagenav.nexturl}\"</vb:if> class=\"arrow left-arrow {vb:raw nextdisabled}\" {vb:raw nextpage} title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a <vb:if condition=\"!empty($pagenav[\'prevurl\'])\"> href=\"{vb:raw pagenav.prevurl}\" data-orig-href=\"{vb:raw pagenav.prevurl}\"</vb:if> class=\"arrow right-arrow {vb:raw prevdisabled}\" {vb:raw prevpage} title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </form> \r\n</div>','template',1382477874,'vBulletin Solutions','5.1.0 Alpha 3','vbulletin','none'),(218,-1,'pagenavnew_client','$final_rendered = \'<!-- Page Nav controls for JS operations -->\r\n<div class=\"pagenav-controls \' . $cssClass . \'\">\r\n <form class=\"pagenav-form h-clearfix\" action=\"\' . $pagenav[\'baseurl\'] . \'\">\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"\' . $pagenav[\'page\'] . \'\" /> \' . vB_Template_Runtime::parsePhrase(\"of_pagination\") . \' <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pagenav[\'totalpages\']) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-left\">\r\n\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a href=\"\" class=\"arrow left-arrow \' . (($pagenav[page]==1) ? \"h-disabled\" : \"\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"\" class=\"arrow right-arrow \' . (($pagenav[page]==$pagenav[totalpages]) ? \"h-disabled\" : \"\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\" class=\"arrow left-arrow \' . (($pagenav[page]==$pagenav[totalpages]) ? \"h-disabled\" : \"\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"\" class=\"arrow right-arrow \' . (($pagenav[page]==1) ? \"h-disabled\" : \"\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form> \r\n</div>\';','<!-- Page Nav controls for JS operations -->\r\n<div class=\"pagenav-controls {vb:raw cssClass}\">\r\n <form class=\"pagenav-form h-clearfix\" action=\"{vb:raw pagenav.baseurl}\">\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"{vb:raw pagenav.page}\" /> {vb:phrase of_pagination} <span class=\"pagetotal\">{vb:number {vb:raw pagenav.totalpages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-left\">\r\n\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a href=\"\" class=\"arrow left-arrow {vb:if $pagenav[\'page\'] == 1, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"\" class=\"arrow right-arrow {vb:if $pagenav[\'page\'] == $pagenav[\'totalpages\'], h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a href=\"\" class=\"arrow left-arrow {vb:if $pagenav[\'page\'] == $pagenav[\'totalpages\'], h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"\" class=\"arrow right-arrow {vb:if $pagenav[\'page\'] == 1, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </form> \r\n</div>','template',1370473155,'vBulletin Solutions','5.0.3 Release Candidate 1','vbulletin','none'),(219,-1,'pagenavpm','$final_rendered = \'<!-- Page Nav controls -->\r\n\' . \'\'; if (empty($pageRouteInfo)) {\n $final_rendered .= \'\r\n\' . \'\'; $pageRouteInfo = \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($pagenav[\'tab\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pageRouteInfo[\'tab\'] = $pagenav[\'tab\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($pagenav[\'userid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pageRouteInfo[\'userid\'] = $pagenav[\'userid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"pagenav-controls \' . $cssClass . \'\">\r\n <form class=\"pagenav-form h-clearfix\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($pagenav[\'name\'], $pageRouteInfo, $pagenav[\'queryParams\'])) . \'\">\r\n <div class=\"pagenav h-left\">\r\n \' . $page . \' <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"\' . $pagenav[\'currentpage\'] . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pagenav[\'totalpages\']) . \'</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($pagenav[\'prevpage\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[queryParams][\'page\'] = $pagenav[prevpage]; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($pagenav[\'name\'], $pageRouteInfo, $pagenav[\'queryParams\'])) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($pagenav[\'nextpage\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[queryParams][\'page\'] = $pagenav[nextpage]; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($pagenav[\'name\'], $pageRouteInfo, $pagenav[\'queryParams\'])) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($pagenav[\'nextpage\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[queryParams][\'page\'] = $pagenav[nextpage]; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($pagenav[\'name\'], $pageRouteInfo, $pagenav[\'queryParams\'])) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($pagenav[\'prevpage\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenav[queryParams][\'page\'] = $pagenav[prevpage]; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($pagenav[\'name\'], $pageRouteInfo, $pagenav[\'queryParams\'])) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n</div>\';','<!-- Page Nav controls -->\r\n<vb:if condition=\"empty($pageRouteInfo)\">\r\n{vb:set pageRouteInfo, \'\'}\r\n</vb:if>\r\n<vb:if condition=\"$pagenav[\'tab\']\">\r\n {vb:set pageRouteInfo.tab, {vb:raw pagenav.tab}}\r\n</vb:if>\r\n<vb:if condition=\"$pagenav[\'userid\']\">\r\n {vb:set pageRouteInfo.userid, {vb:raw pagenav.userid}}\r\n</vb:if>\r\n\r\n<div class=\"pagenav-controls {vb:raw cssClass}\">\r\n <form class=\"pagenav-form h-clearfix\" action=\"{vb:url {vb:raw pagenav.name}, {vb:raw pageRouteInfo}, {vb:raw pagenav.queryParams}}\">\r\n <div class=\"pagenav h-left\">\r\n {vb:raw page} <input type=\"text\" name=\"page\" class=\"js-pagenum textbox h-padding-horiz-none\" value=\"{vb:raw pagenav.currentpage}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pagenav.totalpages}}</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"!empty($pagenav[\'prevpage\'])\">\r\n {vb:set pagenav[\'queryParams\'].page, {vb:raw pagenav[\'prevpage\']}}\r\n <a href=\"{vb:url {vb:raw pagenav.name}, {vb:raw pageRouteInfo}, {vb:raw pagenav.queryParams}}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"!empty($pagenav[\'nextpage\'])\">\r\n {vb:set pagenav[\'queryParams\'].page, {vb:raw pagenav[\'nextpage\']}}\r\n <a href=\"{vb:url {vb:raw pagenav.name}, {vb:raw pageRouteInfo}, {vb:raw pagenav.queryParams}}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"!empty($pagenav[\'nextpage\'])\">\r\n {vb:set pagenav[\'queryParams\'].page, {vb:raw pagenav[\'nextpage\']}}\r\n <a href=\"{vb:url {vb:raw pagenav.name}, {vb:raw pageRouteInfo}, {vb:raw pagenav.queryParams}}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"!empty($pagenav[\'prevpage\'])\">\r\n {vb:set pagenav[\'queryParams\'].page, {vb:raw pagenav[\'prevpage\']}}\r\n <a href=\"{vb:url {vb:raw pagenav.name}, {vb:raw pageRouteInfo}, {vb:raw pagenav.queryParams}}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </form>\r\n</div>','template',1370473155,'vBulletin Solutions','5.0.3 Release Candidate 1','vbulletin','none'),(220,-1,'photo_edit','$final_rendered = \'<div class=\"photo-item-wrapper h-left\">\r\n \' . \'\'; $current_server_datetime = vB_Template_Runtime::parseData(\'content_text\', \'getTimeNow\'); $final_rendered .= \'\' . \'\r\n <div class=\"photo-item\">\r\n <input type=\"hidden\" value=\"\' . $filedataid . \'\" name=\"filedataid[]\" class=\"filedataid\"/>\r\n\r\n <div class=\"thumbnail-container\">\r\n <div class=\"thumbnailbox-wrapper\">\r\n <div class=\"thumbnailbox\">\r\n <div class=\"thumbnail-holder\">\r\n \' . \'\'; if ($nodeid) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $nodeid . \'&type=small&t=\' . $current_server_datetime . \'\" class=\"thumbnail\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $imgUrl . \'\" class=\"thumbnail\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"vb-icon vb-icon-trash-blue remove-icon\">X</div>\r\n </div>\r\n </div>\r\n </div>\r\n <hr class=\"divider\" />\r\n <div class=\"photo-caption\">\r\n <textarea name=\"photo_title\" class=\"caption-box\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"write_something_here_about_this_photo\") . \'\">\' . $caption . \'</textarea>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\';','<div class=\"photo-item-wrapper h-left\">\r\n {vb:data current_server_datetime, content_text, getTimeNow}\r\n <div class=\"photo-item\">\r\n <input type=\"hidden\" value=\"{vb:raw filedataid}\" name=\"filedataid[]\" class=\"filedataid\"/>\r\n\r\n <div class=\"thumbnail-container\">\r\n <div class=\"thumbnailbox-wrapper\">\r\n <div class=\"thumbnailbox\">\r\n <div class=\"thumbnail-holder\">\r\n <vb:if condition=\"$nodeid\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw nodeid}&type=small&t={vb:raw current_server_datetime}\" class=\"thumbnail\" />\r\n <vb:else />\r\n <img src=\"{vb:raw imgUrl}\" class=\"thumbnail\" />\r\n </vb:if>\r\n <div class=\"vb-icon vb-icon-trash-blue remove-icon\">X</div>\r\n </div>\r\n </div>\r\n </div>\r\n <hr class=\"divider\" />\r\n <div class=\"photo-caption\">\r\n <textarea name=\"photo_title\" class=\"caption-box\" placeholder=\"{vb:phrase write_something_here_about_this_photo}\">{vb:raw caption}</textarea>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','template',1380029783,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(221,-1,'photo_item','$final_rendered = \'\' . \'\'; if (is_array($items) || $items instanceof ArrayAccess) { foreach ($items AS $itemid => $item) {$final_rendered .= \'\r\n<div class=\"photo-item-wrapper h-left\' . \'\'; if ($wrapperClass) {\n $final_rendered .= \' \' . $wrapperClass . \'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($item[\'lastinrow\']) {\n $final_rendered .= \' last-in-row\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"photo-item h-clearfix\">\r\n <div class=\"photo-checkbox h-left\">\r\n <input type=\"\' . \'\'; if ($photoSelector) {\n $final_rendered .= \'checkbox\';\n } else {\n $final_rendered .= \'hidden\';\n }$final_rendered .= \'\' . \'\" value=\"\' . $item[\'filedataid\'] . \'\" name=\"filedataid[]\" class=\"filedataid\" data-nodeid=\"\' . $itemid . \'\" />\r\n </div>\r\n <div class=\"thumbnail-container h-left\">\r\n <div class=\"thumbnailbox-wrapper\"> \r\n <div class=\"thumbnailbox\">\r\n <div class=\"thumbnail-holder\">\r\n <img src=\"\' . $item[\'imgUrl\'] . \'\" class=\"thumbnail\" />\r\n \' . \'\'; if (!$photoSelector) {\n $final_rendered .= \'\r\n <div class=\"vb-icon vb-icon-trash-blue remove-icon\">X</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div> \r\n \' . \'\'; if (!$photoSelector) {\n $final_rendered .= \'\r\n <hr class=\"divider\" />\r\n <div class=\"photo-caption\">\r\n <textarea name=\"photo_title\" class=\"caption-box\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"write_something_here_about_this_photo\") . \'\">\' . \'\'; if ($item[\'title\'] != \'\') {\n $final_rendered .= \'\' . vB_Template_Runtime::vBVar($item[\'title\']) . \'\';\n } else {\n $final_rendered .= \'\' . $caption . \'\';\n }$final_rendered .= \'\' . \'</textarea>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</div>\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:each from=\"items\" key=\"itemid\" value=\"item\">\r\n<div class=\"photo-item-wrapper h-left<vb:if condition=\"$wrapperClass\"> {vb:raw wrapperClass}</vb:if><vb:if condition=\"$item[\'lastinrow\']\"> last-in-row</vb:if>\">\r\n <div class=\"photo-item h-clearfix\">\r\n <div class=\"photo-checkbox h-left\">\r\n <input type=\"<vb:if condition=\"$photoSelector\">checkbox<vb:else />hidden</vb:if>\" value=\"{vb:raw item.filedataid}\" name=\"filedataid[]\" class=\"filedataid\" data-nodeid=\"{vb:raw itemid}\" />\r\n </div>\r\n <div class=\"thumbnail-container h-left\">\r\n <div class=\"thumbnailbox-wrapper\"> \r\n <div class=\"thumbnailbox\">\r\n <div class=\"thumbnail-holder\">\r\n <img src=\"{vb:raw item.imgUrl}\" class=\"thumbnail\" />\r\n <vb:if condition=\"!$photoSelector\">\r\n <div class=\"vb-icon vb-icon-trash-blue remove-icon\">X</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div> \r\n <vb:if condition=\"!$photoSelector\">\r\n <hr class=\"divider\" />\r\n <div class=\"photo-caption\">\r\n <textarea name=\"photo_title\" class=\"caption-box\" placeholder=\"{vb:phrase write_something_here_about_this_photo}\"><vb:if condition=\"$item[\'title\'] != \'\'\">{vb:var item.title}<vb:else />{vb:raw caption}</vb:if></textarea>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</div>\r\n</vb:each>','template',1380029783,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(222,-1,'picturecomment_form','$final_rendered = \'\' . \'\'; if ($show[\'quickcomment\']) {\n $final_rendered .= \'\r\n\' . $vBeditTemplate[\'clientscript\'] . \'\r\n <form class=\"block\" action=\"picturecomment.php?\' . $session[\'sessionurl\'] . \'do=message\" method=\"post\" id=\"message_form\">\r\n <h2 class=\"blockhead\"><img border=\"0\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"comments\") . \'\" src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/comment.png\" title=\"\' . vB_Template_Runtime::parsePhrase(\"comments\") . \'\"/> \' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'</h2>\r\n <div class=\"wysiwyg_block\">\r\n <div class=\"blockbody formcontrols\">\r\n <div class=\"blockrow\">\' . vB_Template_Runtime::parsePhrase(\"comment\") . \' <span class=\"shade\">\' . vB_Template_Runtime::parsePhrase(\"note_comment_may_be_visible_locations\") . \'</span>:</div>\r\n\' . \'\' . \'\r\n <div class=\"errorblock hidden\" id=\"qc_error_div\">\r\n <h3 id=\"qc_error_header\" class=\"blocksubhead\">\' . vB_Template_Runtime::parsePhrase(\"errors_occurred_when_submitted\") . \'</h3>\r\n <div id=\"qc_error_list\" class=\"blockrow error\"> </div>\r\n <div id=\"qc_error_okay\" class=\"blockrow\"><input type=\"button\" class=\"button\" value=\"\' . vB_Template_Runtime::parsePhrase(\"okay\") . \'\" tabindex=\"1\" id=\"qc_hide_errors\" /></div>\r\n </div>\r\n <div class=\"blockrow\">\' . $messagearea . \'</div>\r\n \' . \'\'; if ($allowed_bbcode) {\n $final_rendered .= \'<div class=\"allowed_bbcode\">\' . $allowed_bbcode . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"blockfoot actionbuttons\">\r\n <div class=\"group\">\r\n <input type=\"submit\" id=\"qr_submit\" value=\"\' . vB_Template_Runtime::parsePhrase(\"post_comment\") . \'\" name=\"sbutton\" tabindex=\"1\" class=\"button\" accesskey=\"s\" onclick=\"clickedelm = this.value\" />\r\n <input type=\"submit\" id=\"qr_preview\" value=\"\' . vB_Template_Runtime::parsePhrase(\"go_advanced\") . \'\" name=\"preview\" tabindex=\"1\" class=\"button\" accesskey=\"x\" onclick=\"clickedelm = this.value\" />\r\n </div>\r\n </div>\r\n <div id=\"qc_posting_msg\" class=\"hidden\">\r\n <img class=\"inlineimg\" src=\"\' . vB_Template_Runtime::fetchStylevar(\"imgdir_misc\") . \'/progress.gif\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"posting_comment\") . \' - \' . vB_Template_Runtime::parsePhrase(\"please_wait\") . \'\" />\r\n <strong>\' . vB_Template_Runtime::parsePhrase(\"posting_message_please_wait\") . \'</strong>\r\n </div>\r\n <input type=\"hidden\" name=\"fromquickcomment\" value=\"1\" />\r\n <input type=\"hidden\" name=\"s\" value=\"\' . $session[\'sessionhash\'] . \'\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $bbuserinfo[\'securitytoken\'] . \'\" />\r\n <input type=\"hidden\" name=\"do\" value=\"message\" />\r\n <input type=\"hidden\" name=\"attachmentid\" value=\"\' . $pictureinfo[\'attachmentid\'] . \'\" />\r\n <input type=\"hidden\" name=\"albumid\" value=\"\' . $albuminfo[\'albumid\'] . \'\" />\r\n <input type=\"hidden\" name=\"groupid\" value=\"\' . $group[\'groupid\'] . \'\" />\r\n <input type=\"hidden\" name=\"loggedinuser\" value=\"\' . $bbuserinfo[\'userid\'] . \'\" />\r\n <input type=\"hidden\" name=\"parseurl\" value=\"1\" />\r\n <input type=\"hidden\" name=\"lastcomment\" value=\"\' . $messagestats[\'lastcomment\'] . \'\" />\r\n <input type=\"hidden\" name=\"allow_ajax_qc\" value=\"\' . $show[\'allow_ajax_qc\'] . \'\" />\r\n </div>\r\n </form>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$show[\'quickcomment\']\">\r\n{vb:raw vBeditTemplate.clientscript}\r\n <form class=\"block\" action=\"picturecomment.php?{vb:raw session.sessionurl}do=message\" method=\"post\" id=\"message_form\">\r\n <h2 class=\"blockhead\"><img border=\"0\" alt=\"{vb:rawphrase comments}\" src=\"{vb:stylevar imgdir_misc}/comment.png\" title=\"{vb:rawphrase comments}\"/> {vb:rawphrase post_comment}</h2>\r\n <div class=\"wysiwyg_block\">\r\n <div class=\"blockbody formcontrols\">\r\n <div class=\"blockrow\">{vb:rawphrase comment} <span class=\"shade\">{vb:rawphrase note_comment_may_be_visible_locations}</span>:</div>\r\n<vb:comment>\r\n <div class=\"blockrow hidden\" id=\"qc_error_div\">\r\n <div class=\"alt1 block_title\">\r\n <div id=\"qc_error_header\">{vb:rawphrase errors_occurred_when_submitted}</div>\r\n <div id=\"qc_error_list\"> </div>\r\n <div id=\"qc_error_okay\"><input type=\"button\" class=\"button\" value=\"{vb:rawphrase okay}\" id=\"qc_hide_errors\" tabindex=\"1\" /></div>\r\n </div>\r\n </div>\r\n</vb:comment>\r\n <div class=\"errorblock hidden\" id=\"qc_error_div\">\r\n <h3 id=\"qc_error_header\" class=\"blocksubhead\">{vb:rawphrase errors_occurred_when_submitted}</h3>\r\n <div id=\"qc_error_list\" class=\"blockrow error\"> </div>\r\n <div id=\"qc_error_okay\" class=\"blockrow\"><input type=\"button\" class=\"button\" value=\"{vb:rawphrase okay}\" tabindex=\"1\" id=\"qc_hide_errors\" /></div>\r\n </div>\r\n <div class=\"blockrow\">{vb:raw messagearea}</div>\r\n <vb:if condition=\"$allowed_bbcode\"><div class=\"allowed_bbcode\">{vb:raw allowed_bbcode}</div></vb:if>\r\n </div>\r\n <div class=\"blockfoot actionbuttons\">\r\n <div class=\"group\">\r\n <input type=\"submit\" id=\"qr_submit\" value=\"{vb:rawphrase post_comment}\" name=\"sbutton\" tabindex=\"1\" class=\"button\" accesskey=\"s\" onclick=\"clickedelm = this.value\" />\r\n <input type=\"submit\" id=\"qr_preview\" value=\"{vb:rawphrase go_advanced}\" name=\"preview\" tabindex=\"1\" class=\"button\" accesskey=\"x\" onclick=\"clickedelm = this.value\" />\r\n </div>\r\n </div>\r\n <div id=\"qc_posting_msg\" class=\"hidden\">\r\n <img class=\"inlineimg\" src=\"{vb:stylevar imgdir_misc}/progress.gif\" alt=\"{vb:rawphrase posting_comment} - {vb:rawphrase please_wait}\" />\r\n <strong>{vb:rawphrase posting_message_please_wait}</strong>\r\n </div>\r\n <input type=\"hidden\" name=\"fromquickcomment\" value=\"1\" />\r\n <input type=\"hidden\" name=\"s\" value=\"{vb:raw session.sessionhash}\" />\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw bbuserinfo.securitytoken}\" />\r\n <input type=\"hidden\" name=\"do\" value=\"message\" />\r\n <input type=\"hidden\" name=\"attachmentid\" value=\"{vb:raw pictureinfo.attachmentid}\" />\r\n <input type=\"hidden\" name=\"albumid\" value=\"{vb:raw albuminfo.albumid}\" />\r\n <input type=\"hidden\" name=\"groupid\" value=\"{vb:raw group.groupid}\" />\r\n <input type=\"hidden\" name=\"loggedinuser\" value=\"{vb:raw bbuserinfo.userid}\" />\r\n <input type=\"hidden\" name=\"parseurl\" value=\"1\" />\r\n <input type=\"hidden\" name=\"lastcomment\" value=\"{vb:raw messagestats.lastcomment}\" />\r\n <input type=\"hidden\" name=\"allow_ajax_qc\" value=\"{vb:raw show.allow_ajax_qc}\" />\r\n </div>\r\n </form>\r\n</vb:if>','template',1345249502,'vBulletin Solutions','5.0.0 Alpha 35','vbulletin','none'),(223,-1,'picturecomment_preview','$final_rendered = \'<div class=\"block vbform\">\r\n <h2 class=\"blockhead\">\r\n \' . \'\'; if ($show[\'errors\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"errors_occurred_when_submitted\") . \':\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"preview\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </h2>\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n \' . \'\'; if ($show[\'errors\']) {\n $final_rendered .= \'\r\n <!--POSTERROR do not remove this comment-->\r\n <ol>\' . $errorlist . \'</ol>\r\n <!--/POSTERROR do not remove this comment-->\r\n \';\n } else {\n $final_rendered .= \'\r\n\r\n \' . \'\'; if ($newpost[\'title\']) {\n $final_rendered .= \'\r\n <!-- icon and title -->\r\n <div class=\"smallfont\">\r\n \' . $message[\'title\'] . \'\r\n </div>\r\n <!-- / icon and title -->\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . $previewmessage . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n <div class=\"blockfoot actionbuttons\"></div>\r\n</div>\';','<div class=\"block vbform\">\r\n <h2 class=\"blockhead\">\r\n <vb:if condition=\"$show[\'errors\']\">\r\n {vb:rawphrase errors_occurred_when_submitted}:\r\n <vb:else />\r\n {vb:rawphrase preview}\r\n </vb:if>\r\n </h2>\r\n <div class=\"blockbody\">\r\n <div class=\"blockrow\">\r\n <vb:if condition=\"$show[\'errors\']\">\r\n <!--POSTERROR do not remove this comment-->\r\n <ol>{vb:raw errorlist}</ol>\r\n <!--/POSTERROR do not remove this comment-->\r\n <vb:else />\r\n\r\n <vb:if condition=\"$newpost[\'title\']\">\r\n <!-- icon and title -->\r\n <div class=\"smallfont\">\r\n {vb:raw message.title}\r\n </div>\r\n <!-- / icon and title -->\r\n </vb:if>\r\n {vb:raw previewmessage}\r\n </vb:if>\r\n </div>\r\n </div>\r\n <div class=\"blockfoot actionbuttons\"></div>\r\n</div>','template',1345249502,'vBulletin Solutions','5.0.0 Alpha 35','vbulletin','none'),(224,-1,'privatemessage_deleteditems_main','$final_rendered = \'\' . \'\'; if ($setCurrentPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $setCurrentPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($setPerPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $setPerPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $search_json[\'deleted_only\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($options[\'time\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $search_json[\'date\'] = $options[\'time\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($options[\'type\']) AND $options[\'type\'] == \'vm\') {\n $final_rendered .= \'\r\n \' . \'\'; $VMChannelId = vB_Template_Runtime::parseData(\'node\', \'fetchVMChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'channel\'] = $VMChannelId; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($options[\'type\']) AND $options[\'type\'] == \'post\') {\n $final_rendered .= \'\r\n \' . \'\'; $search_json[\'exclude_visitor_messages\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $deletedItems = vB_Template_Runtime::parseData(\'search\', \'getInitialResults\', $search_json, $options[\'perpage\'], $options[\'page\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($deletedItems[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"totalpages\" value=\"\' . $deletedItems[\'totalpages\'] . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $deletedItems[\'pagination\'][\'currentpage\'] . \'\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"\' . $deletedItems[\'pagination\'][\'totalcount\'] . \'\" />\r\n</div>\r\n\' . \'\'; if ($deletedItems[\'totalRecords\'] > 0) {\n $final_rendered .= \'\r\n <ul class=\"conversation-list list-container message-list deletedItems-list stream-view h-clearfix\">\r\n \' . \'\'; if (is_array($deletedItems[\'results\']) || $deletedItems[\'results\'] instanceof ArrayAccess) { foreach ($deletedItems[\'results\'] AS $deletedItem) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_deleted_item\',array(\'post\' => $deletedItem, \'reportActivity\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\';\n } else {\n $final_rendered .= \'\r\n <div class=\"message-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_message_found\") . \'</div>\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$setCurrentPage\">\r\n {vb:set options.page, {vb:raw setCurrentPage}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$setPerPage\">\r\n {vb:set options.perpage, {vb:raw setPerPage}}\r\n</vb:if>\r\n{vb:set search_json.deleted_only, 1}\r\n\r\n<vb:if condition=\"!empty($options[\'time\'])\">\r\n {vb:set search_json.date, {vb:raw options.time}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($options[\'type\']) AND $options[\'type\'] == \'vm\'\">\r\n {vb:data VMChannelId, node, fetchVMChannel}\r\n {vb:set search_json.channel, {vb:raw VMChannelId}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($options[\'type\']) AND $options[\'type\'] == \'post\'\">\r\n {vb:set search_json.exclude_visitor_messages, 1}\r\n</vb:if>\r\n\r\n{vb:data deletedItems, search, getInitialResults, {vb:raw search_json}, {vb:raw options.perpage}, {vb:raw options.page}}\r\n\r\n<vb:if condition=\"$deletedItems[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"totalpages\" value=\"{vb:raw deletedItems.totalpages}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw deletedItems.pagination.currentpage}\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"{vb:raw deletedItems.pagination.totalcount}\" />\r\n</div>\r\n<vb:if condition=\"$deletedItems[\'totalRecords\'] > 0\">\r\n <ul class=\"conversation-list list-container message-list deletedItems-list stream-view h-clearfix\">\r\n <vb:each from=\"deletedItems.results\" value=\"deletedItem\">\r\n {vb:template privatemessage_deleted_item, post={vb:raw deletedItem}, reportActivity=1}\r\n </vb:each>\r\n </ul>\r\n<vb:else />\r\n <div class=\"message-empty\">{vb:phrase no_message_found}</div>\r\n</vb:if>','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(225,-1,'privatemessage_deleted_item','$final_rendered = \'\' . \'\'; $conversation = $post[\'content\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n) {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canViewSoftdeletedNode = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $showChannelInfo = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($conversation[\'isVisitorMessage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'nodeid\'] != $conversation[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $isVmComment = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversation[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'comment\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $commentNodeId = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversation = $conversation[\'parentConversation\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/BlogPosting\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'blog_post\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/Article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'article\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayComments = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeSchemaInfo[\'itemtype\'] = \'http://schema.org/CreativeWork\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nodeType = \'topic\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userCanCommentOnThisBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $displayComments = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"list-item\' . $postStatus . \' list-item-text h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($enableInlineMod OR !$conversation[\'approved\']) {\n $final_rendered .= \' inlinemod-item\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" \' . vB_Template_Runtime::vBVar($nodeMicrodata) . \'>\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"\' . $conversation[\'nodeid\'] . \'\" />\r\n \' . \'\'; if (!empty($nodeMicrodata)) {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'tag\'] = \'meta\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'name\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $schemaInfo[\'itemprop\'] = \'url\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $schemaInfo[\'content\'] = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parseSchema($schemaInfo) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; $avatar = vB_Template_Runtime::vBVar($conversation[\'avatar\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!$conversation[\'userid\']) {\n $final_rendered .= \'\r\n <span class=\"avatar h-left\"><img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . vB_Template_Runtime::parsePhrase(\"guest_avatar\") . \'\" /></span>\r\n \';\n } else if ($avatar AND $avatar[\'avatarpath\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left avatar-\' . $conversation[\'userid\'] . \'\"><img src=\"\' . $baseurl_corecdn . \'/\' . $avatar[\'avatarpath\'] . \'\" alt=\"\' . $conversation[\'authorname\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $vmRouteInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteInfo[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $vmRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($vmRouteUrl) . \'\', $conversation[\'starterauthorname\'], $conversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileRouteUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'prefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'prefixid\']) . \'\', $conversation[\'prefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $topicTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'x_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_blog_post_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($currentNodeIsArticle) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_commented_on_article_y\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_replied_to_y\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId .= \'_with_prefix\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $topicTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationTitle = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($conversation[\'starterprefixid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z_with_prefix\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle, \'\' . vB_Template_Runtime::vBVar($searchUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($conversation[\'starterprefixid\']) . \'\', $conversation[\'starterprefix_rich\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($conversationExtraUrl) . \'\', $parentConversation[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'starter\'], $conversationTitle) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $vm_userInfo = vB_Template_Runtime::vBVar($conversation[\'vm_userInfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $conversation[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId = \'x_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phraseId = \'guest_started_a_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= $nodeType; $final_rendered .= \'\' . \'\r\n \' . \'\'; $phraseId .= \'_y\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phraseId, \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'nodeid\'], $conversation[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentConversation)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentConversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($parentConversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentConversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else if ($conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $conversation[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($parentConversationUrl) . \'\', $parentConversation[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($currentNodeIsBlog AND empty($reportActivity)) {\n $final_rendered .= \'\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <div class=\"post-date\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info ellipsis\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\' . \'\r\n \' . \'\'; if (empty($currentNodeIsBlog) AND empty($currentNodeIsArticle)) {\n $final_rendered .= \'\r\n <div class=\"info h-right\">\r\n \' . \'\'; $createdSchema[\'itemprop\'] = \'dateCreated\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $createdSchema[\'datetime\'] = $conversation[\'created\']; $final_rendered .= \'\' . \'\r\n <span class=\"post-date h-left\"><time \' . vB_Template_Runtime::parseSchema($createdSchema) . \'>\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</time></span>\r\n \' . \'\'; if (!$currentNodeIsBlog) {\n $final_rendered .= \'\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"list-item-body-wrapper h-clear\" data-node-type=\"\' . $postType . \'\">\r\n <div class=\"list-item-body conversation-body\">\r\n \' . \'\'; if (!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $textSchema[\'itemprop\'] = \'text\'; $final_rendered .= \'\' . \'\r\n <div class=\"post-content restore\" \' . vB_Template_Runtime::parseSchema($textSchema) . \'>\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity AND !$vmDetail) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodePreview\', vB_Template_Runtime::vBVar($conversation[\'nodeid\'])); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n <div class=\"delete-reason h-clear\"><label>\' . vB_Template_Runtime::parsePhrase(\"reason\") . \':</label>\r\n \' . \'\'; if (!empty($conversation[\'deletereason\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::vBVar($conversation[\'deletereason\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"none\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\" button goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"button goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPostParent\'] = $conversation[\'parentid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\" class=\"button goto-post\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n\r\n \' . \'\'; if ($conversation[\'contenttypeclass\'] == \'Gallery\') {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"photo-count\" target=\"_blank\">\r\n <span class=\"icon\"></span>\r\n <span class=\"count\">\' . $conversation[\'photocount\'] . \'</span>\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button primary deletedItems-restore\">\' . vB_Template_Runtime::parsePhrase(\"restore\") . \'</button>\r\n <button class=\"button secondary deletedItems-remove\">\' . vB_Template_Runtime::parsePhrase(\"physically_remove\") . \'</button>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</li>\';','{vb:set conversation {vb:raw post.content}}\r\n<vb:if condition=\"\r\n ($conversation[\'moderatorperms\'][\'canundeleteposts\'] > 0) OR\r\n ($conversation[\'moderatorperms\'][\'canremoveposts\'] > 0)\r\n\">\r\n {vb:set canViewSoftdeletedNode, 1}\r\n<vb:else />\r\n {vb:set canViewSoftdeletedNode, 0}\r\n</vb:if>\r\n{vb:set showChannelInfo, 1}\r\n<vb:if condition=\"$conversation[\'isVisitorMessage\']\">\r\n {vb:set postType, \'visitorMessage\'}\r\n <vb:if condition=\"$conversation[\'nodeid\'] != $conversation[\'starter\']\">\r\n {vb:set isVmComment, 1}\r\n </vb:if>\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set conversation.innerPost, {vb:raw conversation.nodeid}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n<vb:else />\r\n {vb:set postType, \'comment\'}\r\n {vb:set commentNodeId, {vb:raw conversation.parentid}}\r\n {vb:set parentConversation, {vb:raw conversation.parentConversation}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/BlogPosting}\r\n {vb:set nodeType, \'blog_post\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisBlog must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/Article}\r\n {vb:set nodeType, \'article\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set displayComments, 0}\r\n {vb:set userCanCommentOnThisArticle, 0}\r\n <vb:else />\r\n {vb:set displayComments, 1}\r\n <vb:comment>userCanCommentOnThisArticle must be set in parent widget</vb:comment>\r\n </vb:if>\r\n<vb:else />\r\n {vb:set nodeSchemaInfo.itemtype, http://schema.org/CreativeWork}\r\n {vb:set nodeType, \'topic\'}\r\n {vb:set userCanCommentOnThisBlog, 0}\r\n {vb:set displayComments, 0}\r\n</vb:if>\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"list-item{vb:raw postStatus} list-item-text h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if><vb:if condition=\"$enableInlineMod OR !$conversation[\'approved\']\"> inlinemod-item</vb:if>\" {vb:var nodeMicrodata}>\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw conversation.nodeid}\" />\r\n <vb:if condition=\"!empty($nodeMicrodata)\">\r\n {vb:set schemaInfo.tag, meta}\r\n\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n {vb:set schemaInfo.itemprop, name}\r\n {vb:set schemaInfo.content, {vb:raw conversation.title}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n {vb:set schemaInfo.itemprop, url}\r\n {vb:set schemaInfo.content, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:schema {vb:raw schemaInfo}}\r\n </vb:if>\r\n\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n {vb:set avatar, {vb:var conversation.avatar}}\r\n <vb:if condition=\"!$conversation[\'userid\']\">\r\n <span class=\"avatar h-left\"><img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:rawphrase guest_avatar}\" /></span>\r\n <vb:elseif condition=\"$avatar AND $avatar[\'avatarpath\']\" />\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left avatar-{vb:raw conversation.userid}\"><img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatar.avatarpath}\" alt=\"{vb:raw conversation.authorname}\" /></a>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$postType ==\'visitorMessage\'\">\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileRouteUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$reportActivity\">\r\n {vb:set vmRouteInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set vmRouteInfo.title, {vb:raw conversation.starterurlident}}\r\n {vb:set vmRouteUrl, {vb:url \'visitormessage\', {vb:raw vmRouteInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_vm_from_y, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_vm_from_y, {vb:var vmRouteUrl}, {vb:raw conversation.starterauthorname}, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileRouteUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.title}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n <vb:if condition=\"$conversation[\'prefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.prefixid}, {vb:raw conversation.prefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set topicTitle, {vb:raw conversation.startertitle}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n\r\n <vb:comment>blog comments are essentially reply nodes, but we just call them comments not replies</vb:comment>\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'x_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'x_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'x_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$currentNodeIsBlog\">\r\n {vb:set phraseId, \'guest_commented_on_blog_post_y\'}\r\n <vb:elseif condition=\"$currentNodeIsArticle\" />\r\n {vb:set phraseId, \'guest_commented_on_article_y\'}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_replied_to_y\'}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:strcat phraseId, \'_with_prefix\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw topicTitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set starter.innerPost, {vb:raw conversation.parentid}}\r\n {vb:set conversationExtraUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:set searchUrl, {vb:url \'search\'}}\r\n {vb:set conversationTitle, {vb:raw conversation.startertitle}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_ys_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_ys_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z_with_prefix, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase x_commented_on_guests_reply_to_z_with_prefix, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_guests_reply_to_z, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$conversation[\'starterprefixid\']\">\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z_with_prefix, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}, {vb:var searchUrl}, {vb:var conversation.starterprefixid}, {vb:raw conversation.starterprefix_rich}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z, {vb:var conversationExtraUrl}, {vb:raw parentConversation.nodeid}, {vb:var conversationUrl}, {vb:raw conversation.starter}, {vb:raw conversationTitle}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$postType ==\'visitorMessage\'\">\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:set vm_userInfo, {vb:var conversation.vm_userInfo}}\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw conversation.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw conversation.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'starter\'\" />\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set phraseId, \'x_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n <vb:else />\r\n {vb:set phraseId, \'guest_started_a_\'}\r\n {vb:strcat phraseId, {vb:raw nodeType}}\r\n {vb:strcat phraseId, \'_y\'}\r\n {vb:rawphrase {vb:raw phraseId}, {vb:var conversationUrl}, {vb:raw conversation.nodeid}, {vb:raw conversation.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:comment><!-- In a topic\'s stream view --></vb:comment>\r\n <vb:if condition=\"$conversation[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw conversation.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw conversation}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentConversation}}}\r\n {vb:set parentConversationUrl, {vb:url {vb:raw parentConversation.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] == 0 AND $parentConversation[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply, {vb:var parentProfileUrl}, {vb:raw parentConversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:elseif condition=\"$conversation[\'userid\'] > 0 AND $parentConversation[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply, {vb:var profileUrl}, {vb:raw conversation.authorname}, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply, {vb:var parentConversationUrl}, {vb:raw parentConversation.nodeid}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$currentNodeIsBlog AND empty($reportActivity)\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <div class=\"post-date\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info ellipsis\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <vb:comment>VBV-7701 Blog entries have a second timestamp</vb:comment>\r\n <vb:if condition=\"empty($currentNodeIsBlog) AND empty($currentNodeIsArticle)\">\r\n <div class=\"info h-right\">\r\n {vb:set createdSchema.itemprop, dateCreated}\r\n {vb:set createdSchema.datetime, {vb:raw conversation.created}}\r\n <span class=\"post-date h-left\"><time {vb:schema {vb:raw createdSchema}}>{vb:datetime {vb:raw conversation.created}}</time></span>\r\n <vb:if condition=\"!$currentNodeIsBlog\">\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n\r\n <div class=\"list-item-body-wrapper h-clear\" data-node-type=\"{vb:raw postType}\">\r\n <div class=\"list-item-body conversation-body\">\r\n <vb:if condition=\"!$conversation[\'unpublishdate\'] OR $canViewSoftdeletedNode\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n {vb:set textSchema.itemprop, text}\r\n <div class=\"post-content restore\" {vb:schema {vb:raw textSchema}}>\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity AND !$vmDetail\">\r\n {vb:action parsedText, bbcode, parseNodePreview, {vb:var conversation.nodeid}}\r\n <vb:else />\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n <div class=\"delete-reason h-clear\"><label>{vb:phrase reason}:</label>\r\n <vb:if condition=\"!empty($conversation[\'deletereason\'])\">\r\n {vb:var conversation.deletereason}\r\n <vb:else />\r\n {vb:phrase none}\r\n </vb:if>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\" button goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"button goto-post\">\r\n <vb:else />\r\n {vb:set starter.innerPost, {vb:raw conversation.nodeid}}\r\n {vb:set starter.innerPostParent, {vb:raw conversation.parentid}}\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}\" class=\"button goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n\r\n <vb:if condition=\"$conversation[\'contenttypeclass\'] == \'Gallery\'\">\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"photo-count\" target=\"_blank\">\r\n <span class=\"icon\"></span>\r\n <span class=\"count\">{vb:raw conversation.photocount}</span>\r\n </a>\r\n </vb:if>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button primary deletedItems-restore\">{vb:phrase restore}</button>\r\n <button class=\"button secondary deletedItems-remove\">{vb:phrase physically_remove}</button>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</li>','template',1393012912,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(226,-1,'privatemessage_detail','$final_rendered = \'<li id=\"msgSummary_\' . $message[\'nodeid\'] . \'\" class=\"b-post js-post js-comment-entry__parent h-restore--on-preview b-post--\' . $contenttype . \' \' . \'\'; if ($message[\'starter\']) {\n $final_rendered .= \'b-post--first\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' OLD__list-item OLD__list-item-text\' . (($message[starter]) ? \" OLD__conversation-starter js-conversation-starter\" : \"\") . \'\">\r\n <a id=\"post\' . $message[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n \r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-hide--on-preview h-padding-right-l\">\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_userinfo\',array(\'conversation\' => $message)) . \'\r\n </div>\r\n \r\n <div class=\"js-post__content-wrapper l-col__flex-3 l-col__small--full h-restore--on-preview OLD__list-item-body-wrapper\">\r\n <div class=\"b-post__body h-restore--on-preview h-padding-horiz-xxl h-padding-top-xl h-padding-bottom-m h-clearfix\">\r\n <div class=\"b-post__arrow b-post__hide-when-deleted OLD__pointer-left\"></div>\r\n \r\n <div class=\"b-post__content js-post__content b-post__hide-when-deleted\">\r\n \r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n \r\n <div class=\"b-media h-hide--on-preview\">\r\n <div class=\"b-media__img--rev\">\r\n <div class=\"pmViewCb checkbox h-right\' . \'\'; if ($hideCheckbox) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\"><input type=\"checkbox\" id=\"cbMessage_\' . $message[\'nodeid\'] . \'\" class=\"privateMessageActionCheck\" value=\"\' . $message[\'nodeid\'] . \'\" /></div>\r\n </div>\r\n <div class=\"b-media__body\">\r\n \' . \'\'; if ($message[\'starter\']) {\n $final_rendered .= \'\r\n \r\n <h2 class=\"b-post__title OLD__post-title\">\r\n \' . \'\'; if ($message[\'title\']) {\n $final_rendered .= \'\r\n \' . $message[\'title\'] . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n (\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \')\r\n \';\n }$final_rendered .= \'\' . \'\r\n </h2>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n <div class=\"b-post__timestamp OLD__post-date\">\' . vB_Template_Runtime::date($message[\'created\']) . \'</div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div class=\"h-padding-vert-xl\">\r\n <div class=\"js-post__content OLD__post-content restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($message[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_signature\',array(\'type\' => \'inline\', \'conversation\' => $message)) . \'\r\n </div>\r\n \r\n </div> \' . \'\' . \'\r\n </div> \' . \'\' . \'\r\n </div> \' . \'\' . \'\r\n </div> \' . \'\' . \'\r\n</li>\';','<li id=\"msgSummary_{vb:raw message.nodeid}\" class=\"b-post js-post js-comment-entry__parent h-restore--on-preview b-post--{vb:raw contenttype} <vb:if condition=\"$message[\'starter\']\">b-post--first</vb:if> OLD__list-item OLD__list-item-text{vb:if $message[\'starter\'], \' OLD__conversation-starter js-conversation-starter\'}\">\r\n <a id=\"post{vb:raw message.nodeid}\" class=\"anchor\"></a>\r\n \r\n <div class=\"l-row l-row__fixed--left\">\r\n <div class=\"l-col__fixed-3 l-col__small--full h-hide--on-preview h-padding-right-l\">\r\n {vb:template conversation_userinfo, conversation={vb:raw message}}\r\n </div>\r\n \r\n <div class=\"js-post__content-wrapper l-col__flex-3 l-col__small--full h-restore--on-preview OLD__list-item-body-wrapper\">\r\n <div class=\"b-post__body h-restore--on-preview h-padding-horiz-xxl h-padding-top-xl h-padding-bottom-m h-clearfix\">\r\n <div class=\"b-post__arrow b-post__hide-when-deleted OLD__pointer-left\"></div>\r\n \r\n <div class=\"b-post__content js-post__content b-post__hide-when-deleted\">\r\n \r\n <hr class=\"b-divider--section OLD__section-divider\" />\r\n \r\n <div class=\"b-media h-hide--on-preview\">\r\n <div class=\"b-media__img--rev\">\r\n <div class=\"pmViewCb checkbox h-right<vb:if condition=\"$hideCheckbox\"> h-hide</vb:if>\"><input type=\"checkbox\" id=\"cbMessage_{vb:raw message.nodeid}\" class=\"privateMessageActionCheck\" value=\"{vb:raw message.nodeid}\" /></div>\r\n </div>\r\n <div class=\"b-media__body\">\r\n <vb:if condition=\"$message[\'starter\']\">\r\n \r\n <h2 class=\"b-post__title OLD__post-title\">\r\n <vb:if condition=\"$message[\'title\']\">\r\n {vb:raw message.title}\r\n <vb:else />\r\n ({vb:phrase untitled})\r\n </vb:if>\r\n </h2>\r\n </vb:if>\r\n \r\n <div class=\"b-post__timestamp OLD__post-date\">{vb:date {vb:raw message.created}}</div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div class=\"h-padding-vert-xl\">\r\n <div class=\"js-post__content OLD__post-content restore\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var message.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n {vb:template conversation_signature, type=inline, conversation={vb:raw message}}\r\n </div>\r\n \r\n </div> <vb:comment> /end .b-post__content </vb:comment>\r\n </div> <vb:comment> /end .b-post__body </vb:comment>\r\n </div> <vb:comment> /end .l-col__flex-3 </vb:comment>\r\n </div> <vb:comment> /end .l-row </vb:comment>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(227,-1,'privatemessage_detail_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(228,-1,'privatemessage_foldersummary','$final_rendered = \'<div class=\"main-pane-container\">\r\n \' . \'\'; $folders = vB_Template_Runtime::parseData(\'content_privatemessage\', \'previewMessages\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $foldername => $folder) {$final_rendered .= \'\r\n \' . \'\'; $folderNamePhrase = vB_Template_Runtime::vBVar($folder[\'title\']); $final_rendered .= \'\' . \' \' . \'\' . \'\r\n <h2 class=\"main-pane-header\">\' . vB_Template_Runtime::parsePhrase(\"x_preview\", $folderNamePhrase) . \'</h2>\r\n \' . \'\'; $messages = $folder[\'messages\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($messages)) {\n $final_rendered .= \'\r\n \' . \'\'; $folderNameLower = $foldername; $final_rendered .= \'\' . \'\r\n \' . \'\'; $folderNameLower .= \'s_lower\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $folderNameLower = \'\' . vB_Template_Runtime::parsePhrase($folderNameLower) . \'\'; $final_rendered .= \'\' . \'\r\n <div class=\"message-empty\">\' . vB_Template_Runtime::parsePhrase(\"there_are_no_new_x\", $folderNameLower) . \'</div>\r\n \';\n } else {\n $final_rendered .= \' \r\n <ul class=\"list-container message-list pm-\' . $foldername . \'-list\">\r\n \' . \'\'; if ($foldername == \'request\') {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . \'\'; if (date(\'Ymd\') == date(\'Ymd\', $message[\'publishdate\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (!isset($headerToday)) {\n $final_rendered .= \'\r\n \' . \'\'; $headerToday = \'1\'; $final_rendered .= \'\' . \'\r\n <li class=\"main-pane-header\">\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if (!isset($headerOtherDate)) {\n $final_rendered .= \'\r\n \' . \'\'; $headerOtherDate = \'1\'; $final_rendered .= \'\' . \'\r\n <li class=\"main-pane-header\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_requestdetail\',array(\'message\' => $message)) . \' \r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else if ($foldername == \'notification\') {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_notificationdetail\',array(\'message\' => $message)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $page[\'folderid\'] = $folder[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_preview\',array(\'message\' => $message, \'page\' => $page)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n \r\n \' . \'\'; $messageCount = count($messages); $final_rendered .= \'\' . \'\r\n <div class=\"action-buttons h-align-center\' . \'\'; if ($foldername == \'message\' AND !$messages[$messageCount - 1][\'msgread\']) {\n $final_rendered .= \' last-msg-unread\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $folderinfo[\'folderid\'] = $folder[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $folderinfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($foldername == \'message\') {\n $final_rendered .= \'\r\n \' . \'\'; $folderinfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $folderinfo[\'action\'] = $foldername; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $folderinfo)) . \'\" class=\"button secondary see-all-btn\">\' . vB_Template_Runtime::parsePhrase(\"see_all_x\", $folderNamePhrase) . \'</a>\r\n </div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"main-pane-container\">\r\n {vb:data folders, content_privatemessage, previewMessages}\r\n <vb:each from=\"folders\" key=\"foldername\" value=\"folder\">\r\n {vb:set folderNamePhrase, {vb:var folder.title}} <vb:comment>folder title is already translated in the PM api</vb:comment>\r\n <h2 class=\"main-pane-header\">{vb:rawphrase x_preview, {vb:raw folderNamePhrase}}</h2>\r\n {vb:set messages, {vb:raw folder.messages}}\r\n <vb:if condition=\"empty($messages)\">\r\n {vb:set folderNameLower, {vb:raw foldername}}\r\n {vb:strcat folderNameLower, \'s_lower\'}\r\n {vb:set folderNameLower, {vb:rawphrase {vb:raw folderNameLower}}}\r\n <div class=\"message-empty\">{vb:rawphrase there_are_no_new_x, {vb:raw folderNameLower}}</div>\r\n <vb:else /> \r\n <ul class=\"list-container message-list pm-{vb:raw foldername}-list\">\r\n <vb:if condition=\"$foldername == \'request\'\">\r\n <vb:each from=\"messages\" value=\"message\">\r\n <vb:if condition=\"date(\'Ymd\') == date(\'Ymd\', $message[\'publishdate\'])\">\r\n <vb:if condition=\"!isset($headerToday)\">\r\n {vb:set headerToday, 1}\r\n <li class=\"main-pane-header\">{vb:phrase today}</li>\r\n </vb:if>\r\n <vb:elseif condition=\"!isset($headerOtherDate)\" />\r\n {vb:set headerOtherDate, 1}\r\n <li class=\"main-pane-header\">{vb:datetime {vb:raw message.publishdate}}</li>\r\n </vb:if>\r\n {vb:template privatemessage_requestdetail, message={vb:raw message}} \r\n </vb:each>\r\n <vb:elseif condition=\"$foldername == \'notification\'\" />\r\n <vb:each from=\"messages\" value=\"message\">\r\n {vb:template privatemessage_notificationdetail, message={vb:raw message}}\r\n </vb:each>\r\n <vb:else />\r\n {vb:set page.folderid, {vb:raw folder.folderid}}\r\n <vb:each from=\"messages\" value=\"message\">\r\n {vb:template privatemessage_preview, message={vb:raw message}, page={vb:raw page}}\r\n </vb:each>\r\n </vb:if>\r\n </ul>\r\n \r\n {vb:set messageCount, {vb:php count, {vb:raw $messages}}}\r\n <div class=\"action-buttons h-align-center<vb:if condition=\"$foldername == \'message\' AND !$messages[$messageCount - 1][\'msgread\']\"> last-msg-unread</vb:if>\">\r\n {vb:set folderinfo.folderid, {vb:raw folder.folderid}}\r\n {vb:set folderinfo.pagenum, 1}\r\n <vb:if condition=\"$foldername == \'message\'\">\r\n {vb:set folderinfo.action, \'list\'}\r\n <vb:else />\r\n {vb:set folderinfo.action, {vb:raw foldername}}\r\n </vb:if>\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw folderinfo}}\" class=\"button secondary see-all-btn\">{vb:rawphrase see_all_x, {vb:raw folderNamePhrase}}</a>\r\n </div>\r\n </vb:if>\r\n </vb:each>\r\n</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(229,-1,'privatemessage_foldersummary_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(230,-1,'privatemessage_forward','$final_rendered = \'\' . \'\'; $forwardInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getForward\', $page[\'messageid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = $forwardInfo[\'messages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $title = $forwardInfo[\'first\'][\'title\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($title)) {\n $final_rendered .= \'\r\n \' . \'\'; $messageid = $forwardInfo[\'first\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $message = vB_Template_Runtime::parseDataWithErrors(\'node\', \'getNodeFullContent\', $messageid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($message) AND empty($message[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $message = $message[$messageid]; $final_rendered .= \'\' . \'\r\n \' . \'\'; $title = $message[\'startertitle\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $messageBody = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $msgid => $msg) {$final_rendered .= \'\r\n \' . \'\'; $messageBody .= \'[QUOTE=\'.$msg[\'from\'].\']\'.$msg[\'pagetext\'].\'[/QUOTE]\'; $final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $messageBody = vB_Template_Runtime::parseAction(\'bbcode\', \'parseWysiwyg\', $messageBody); $final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::includeTemplate(\'privatemessage_newpm\',array(\'messageBody\' => $messageBody, \'title\' => $title, \'messageAction\' => \'forward\')) . \'\';','{vb:data forwardInfo, content_privatemessage, getForward, {vb:raw page.messageid}}\r\n{vb:set messages, {vb:raw forwardInfo.messages}}\r\n{vb:set title, {vb:raw forwardInfo.first.title}}\r\n<vb:if condition=\"empty($title)\">\r\n {vb:set messageid, {vb:raw forwardInfo.first.nodeid}}\r\n {vb:rawdata message, node, getNodeFullContent, {vb:raw messageid}}\r\n <vb:if condition=\"!empty($message) AND empty($message[\'errors\'])\">\r\n {vb:set message, {vb:raw message[$messageid]}}\r\n {vb:set title, {vb:raw message.startertitle}}\r\n </vb:if>\r\n</vb:if>\r\n{vb:set messageBody, \'\'}\r\n<vb:each from=\"messages\" key=\"msgid\" value=\"msg\">\r\n {vb:strcat messageBody, \'[QUOTE=\', {vb:raw msg.from}, \']\', {vb:raw msg.pagetext}, \'[/QUOTE]\'}\r\n</vb:each>\r\n{vb:action messageBody, bbcode, parseWysiwyg, {vb:raw messageBody}}\r\n{vb:template privatemessage_newpm, messageBody={vb:raw messageBody}, title={vb:raw title}, messageAction=forward}','template',1365186619,'vBulletin Solutions','5.0.2 Beta 1','vbulletin','none'),(231,-1,'privatemessage_forward_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(232,-1,'privatemessage_infraction_item','$final_rendered = \'\' . \'\'; $content = $post[\'content\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (isset($content[\'lastreply\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $lastReply = $content[\'lastreply\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $lastReply = $content; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($lastReply[\'lastcontent\']) {\n $final_rendered .= \'\r\n \' . \'\'; $lastcontent = $lastReply[\'lastcontent\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $lastcontent = $lastReply[\'created\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $readtime = $post[\'readtime\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $parentreadtime = $post[\'parentreadtime\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $topicStatus = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (vB::getDatastore()->getOption(\'threadmarking\') > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $cutoff = \'\' . vB_Template_Runtime::runMaths(\'(\'.\'\' . $timenow . \'\'.\'-(\'.\'\' . $vboptions[\'markinglimit\'] . \'\'.\'*86400))\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($readtime < $cutoff) {\n $final_rendered .= \'\r\n \' . \'\'; $readtime = $cutoff; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($readtime < $parentreadtime) {\n $final_rendered .= \'\r\n \' . \'\'; $readtime = $parentreadtime; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($readtime) AND $readtime > $lastcontent) {\n $final_rendered .= \'\r\n \' . \'\'; $topicStatus .= \' read\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\r\n<li data-node-id=\"\' . $post[\'nodeid\'] . \'\" data-node-contenttype-id=\"\' . $post[\'contenttypeid\'] . \'\" data-user-id=\"\' . $post[\'userid\'] . \'\" class=\"list-item list-item-text h-left h-clear\' . $topicStatus . \'\">\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"\' . $post[\'nodeid\'] . \'\" />\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-clearfix\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $lastReply)) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($lastReply[\'senderAvatar\'] AND $lastReply[\'senderAvatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $lastReply[\'senderAvatar\'][\'avatarpath\'] . \'\" alt=\"\' . $lastReply[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $lastReply[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $lastReply)) . \'\" class=\"user-profile author\">\' . $lastReply[\'authorname\'] . \'</a>\r\n \' . \'\'; $others = $participants; $final_rendered .= \'\' . \'\r\n \' . \'\'; $x = array_pop($others); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (count($others) == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $other = array_pop($others); $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"and_x\", $other) . \'\r\n \';\n } else if (count($others) > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"and_x_others\", \'\' . count($others) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"infraction-info\">\r\n \' . \'\'; if (!empty($infractedContent)) {\n $final_rendered .= \'\r\n \' . \'\'; $infractedUser = $infractedContent[\'userinfo\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $infractedUser = vB_Template_Runtime::parseData(\'user\', \'fetchUserinfo\', $content[\'infracteduserid\']); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionInfo[\'action\'] = \'viewinfraction\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionInfo[\'nodeid\'] = $post[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $params[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $infractionInfo, $params)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"x_gave_infraction_for_y_z\", htmlspecialchars(\'\' . $content[\'starterauthorname\'] . \'\'), htmlspecialchars(\'\' . $infractedUser[\'username\'] . \'\'), htmlspecialchars(\'\' . $infractionLevel[\'title\'] . \'\')) . \'</a>\r\n </div>\r\n </div>\r\n <div class=\"info h-right\">\r\n <div class=\"post-date\">\r\n \' . \'\'; if ($content[\'textcount\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; if ($content[\'textcount\'] == 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_reply\", htmlspecialchars(\'1\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_replies\", htmlspecialchars(\'\' . $content[\'textcount\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n |\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::datetime($content[\'created\']) . \'\r\n </div>\r\n </div>\r\n <div class=\"post-content restore ellipsis h-clear\">\r\n \' . \'\'; if (!empty($content[\'lastreply\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $lastreply = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', $content[\'lastreply\'][\'nodeid\'], \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . \'\'; $parsedText = \'\' . \'[\'.vB_Template_Runtime::parsePhrase(\"reply_content\").\'] \'.$lastreply . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if (!empty($content[\'note\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = \'\' . \'[\'.vB_Template_Runtime::parsePhrase(\"admin_note\").\'] \'.vB_Template_Runtime::vBVar($content[\'note\']) . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $parsedText = \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n \' . \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n</li>\';','{vb:set content {vb:raw post.content}}\r\n<vb:if condition=\"isset($content[\'lastreply\'])\">\r\n {vb:set lastReply, {vb:raw content.lastreply}}\r\n<vb:else />\r\n {vb:set lastReply, {vb:raw content}}\r\n</vb:if>\r\n<vb:if condition=\"$lastReply[\'lastcontent\']\">\r\n {vb:set lastcontent, {vb:raw lastReply.lastcontent}}\r\n<vb:else />\r\n {vb:set lastcontent, {vb:raw lastReply.created}}\r\n</vb:if>\r\n\r\n{vb:set readtime, {vb:raw post.readtime}}\r\n{vb:set parentreadtime, {vb:raw post.parentreadtime}}\r\n{vb:set topicStatus, \'\'}\r\n<vb:if condition=\"$vboptions[\'threadmarking\'] > 0\">\r\n {vb:set cutoff, {vb:math ({vb:raw timenow} - ({vb:raw vboptions.markinglimit} * 86400))}}\r\n <vb:if condition=\"$readtime < $cutoff\">\r\n {vb:set readtime, {vb:raw cutoff}}\r\n </vb:if>\r\n <vb:if condition=\"$readtime < $parentreadtime\">\r\n {vb:set readtime, {vb:raw parentreadtime}}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($readtime) AND $readtime > $lastcontent\">\r\n {vb:strcat topicStatus, \' read\'}\r\n</vb:if>\r\n\r\n\r\n<li data-node-id=\"{vb:raw post.nodeid}\" data-node-contenttype-id=\"{vb:raw post.contenttypeid}\" data-user-id=\"{vb:raw post.userid}\" class=\"list-item list-item-text h-left h-clear{vb:raw topicStatus}\">\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw post.nodeid}\" />\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-clearfix\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw lastReply}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$lastReply[\'senderAvatar\'] AND $lastReply[\'senderAvatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw lastReply.senderAvatar.avatarpath}\" alt=\"{vb:raw lastReply.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw lastReply.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if>\">\r\n <a href=\"{vb:url \'profile\', {vb:raw lastReply}}\" class=\"user-profile author\">{vb:raw lastReply.authorname}</a>\r\n {vb:set others, {vb:raw participants}}\r\n {vb:set x, {vb:php array_pop, {vb:raw others}}}\r\n <vb:if condition=\"count($others) == 1\">\r\n {vb:set other, {vb:php array_pop, {vb:raw others}}}\r\n {vb:rawphrase and_x, {vb:raw other}}\r\n <vb:elseif condition=\"count($others) > 1\" />\r\n {vb:rawphrase and_x_others, {vb:php count, {vb:raw others}}}\r\n </vb:if>\r\n </div>\r\n <div class=\"infraction-info\">\r\n <vb:if condition=\"!empty($infractedContent)\">\r\n {vb:set infractedUser, {vb:raw infractedContent.userinfo}}\r\n <vb:else />\r\n {vb:data infractedUser, user, fetchUserinfo, {vb:raw content.infracteduserid}}\r\n </vb:if>\r\n {vb:set infractionInfo.action, \'viewinfraction\'}\r\n {vb:set infractionInfo.nodeid, {vb:raw post.nodeid}}\r\n {vb:set params.folderid, {vb:raw page.folderid}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw infractionInfo}, {vb:raw params}}\">{vb:phrase x_gave_infraction_for_y_z, {vb:raw content.starterauthorname}, {vb:raw infractedUser.username}, {vb:raw infractionLevel.title}}</a>\r\n </div>\r\n </div>\r\n <div class=\"info h-right\">\r\n <div class=\"post-date\">\r\n <vb:if condition=\"$content[\'textcount\'] > 0\">\r\n <vb:if condition=\"$content[\'textcount\'] == 1\">\r\n {vb:phrase x_reply, 1}\r\n <vb:else />\r\n {vb:phrase x_replies, {vb:raw content.textcount}}\r\n </vb:if>\r\n |\r\n </vb:if>\r\n {vb:datetime {vb:raw content.created}}\r\n </div>\r\n </div>\r\n <div class=\"post-content restore ellipsis h-clear\">\r\n <vb:if condition=\"!empty($content[\'lastreply\'])\">\r\n {vb:action lastreply, bbcode, parseNodeText, {vb:raw content.lastreply.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:set parsedText, {vb:concat \'[\', {vb:phrase reply_content}, \'] \', {vb:raw lastreply}}}\r\n <vb:elseif condition=\"!empty($content[\'note\'])\" />\r\n {vb:set parsedText, {vb:concat \'[\', {vb:phrase admin_note}, \'] \', {vb:var content.note}}}\r\n <vb:else />\r\n {vb:set parsedText, \'\'}\r\n </vb:if>\r\n {vb:raw parsedText}\r\n </div>\r\n </div>\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <vb:comment>\r\n <button class=\"button secondary view-infraction infraction-received js-infraction-received\" data-userid=\"{vb:raw content.infracteduserid}\" data-nodeid=\"{vb:raw content.infractednodeid}\">{vb:rawphrase view_infraction}</button>\r\n </vb:comment>\r\n </div>\r\n </div>\r\n </div>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(233,-1,'privatemessage_infraction_main','$final_rendered = \'\' . \'\'; if ($setCurrentPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $setCurrentPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($setPerPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $setPerPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $infractionChannelId = vB_Template_Runtime::parseData(\'content_infraction\', \'getChannelId\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $search_json[\'type\'] = \'vBForum_Infraction\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $search_json[\'channel\'] = $infractionChannelId; $final_rendered .= \'\' . \'\r\n\' . \'\'; $search_json[\'view\'] = \'topic\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $search_json[\'exclude_deleted\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($options[\'time\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $search_json[\'date\'] = $options[\'time\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!empty($options[\'type\']) OR !empty($options[\'replied_by_me\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $type_infractions = vB_Template_Runtime::parseData(\'content_infraction\', \'getInfractionsByType\', $options[\'type\'], $options[\'replied_by_me\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'specific\'] = array_keys($type_infractions); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $infraction_nodes = vB_Template_Runtime::parseData(\'search\', \'getInitialResults\', $search_json, $options[\'perpage\'], $options[\'page\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($infraction_nodes[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($infraction_nodes[\'results\']) || $infraction_nodes[\'results\'] instanceof ArrayAccess) { foreach ($infraction_nodes[\'results\'] AS $infraction) {$final_rendered .= \'\r\n \' . \'\'; $additional_nodeIds[$infraction[content][infractednodeid]] = $infraction[\'content\'][\'infractednodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $postids[] = $infraction[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($infraction[\'lastcontentid\'] != $infraction[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $additional_nodeIds[$infraction[lastcontentid]] = $infraction[\'lastcontentid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $additional_nodes = vB_Template_Runtime::parseData(\'node\', \'getContentforNodes\', $additional_nodeIds); $final_rendered .= \'\' . \'\r\n\' . \'\'; $infractionLevels = vB_Template_Runtime::parseData(\'content_infraction\', \'getInfractionLevels\'); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $participants = vB_Template_Runtime::parseData(\'content_infraction\', \'getParticipants\', $postids); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"totalpages\" value=\"\' . $infraction_nodes[\'totalpages\'] . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $infraction_nodes[\'pagination\'][\'currentpage\'] . \'\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"\' . $infraction_nodes[\'pagination\'][\'totalcount\'] . \'\" />\r\n</div>\r\n\' . \'\'; if ($infraction_nodes[\'totalRecords\'] > 0) {\n $final_rendered .= \'\r\n <ul class=\"conversation-list list-container message-list infractions-list stream-view h-clearfix\">\r\n \' . \'\'; if (is_array($infraction_nodes[\'results\']) || $infraction_nodes[\'results\'] instanceof ArrayAccess) { foreach ($infraction_nodes[\'results\'] AS $infraction) {$final_rendered .= \'\r\n \' . \'\'; $infractionContent = $additional_nodes[$infraction[infractednodeid]]; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($infraction[\'lastcontentid\'] != $infraction[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $infraction[\'content\'][\'lastreply\'] = $additional_nodes[$infraction[lastcontentid]]; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($infraction[\'infractionlevelid\']) AND isset($infractionLevels[$infraction[\'infractionlevelid\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $infractionLevel = $infractionLevels[$infraction[infractionlevelid]]; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $infractionLevel = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionLevel[\'title\'] = $infraction[\'content\'][\'customreason\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_infraction_item\',array(\'post\' => $infraction, \'infractedContent\' => $infractionContent[\'content\'], \'infractionLevel\' => $infractionLevel, \'participants\' => $participants[$infraction[nodeid]], \'reportActivity\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\';\n } else {\n $final_rendered .= \'\r\n <div class=\"message-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_message_found\") . \'</div>\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$setCurrentPage\">\r\n {vb:set options.page, {vb:raw setCurrentPage}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$setPerPage\">\r\n {vb:set options.perpage, {vb:raw setPerPage}}\r\n</vb:if>\r\n{vb:data infractionChannelId, content_infraction, getChannelId}\r\n{vb:set search_json.type, \"vBForum_Infraction\"}\r\n{vb:set search_json.channel, {vb:raw infractionChannelId}}\r\n{vb:set search_json.view, \"topic\"}\r\n{vb:set search_json.exclude_deleted, 1}\r\n\r\n<vb:if condition=\"!empty($options[\'time\'])\">\r\n {vb:set search_json.date, {vb:raw options.time}}\r\n</vb:if>\r\n<vb:if condition=\"!empty($options[\'type\']) OR !empty($options[\'replied_by_me\'])\">\r\n {vb:data type_infractions, content_infraction, getInfractionsByType, {vb:raw options.type}, {vb:raw options.replied_by_me}}\r\n {vb:set search_json.specific, {vb:php array_keys, {vb:raw type_infractions}}}\r\n</vb:if>\r\n\r\n{vb:data infraction_nodes, search, getInitialResults, {vb:raw search_json}, {vb:raw options.perpage}, {vb:raw options.page}}\r\n\r\n<vb:if condition=\"$infraction_nodes[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n<vb:each from=\"infraction_nodes.results\" value=\"infraction\">\r\n {vb:set $additional_nodeIds[$infraction[\'content\'][\'infractednodeid\']], {vb:raw infraction.content.infractednodeid}}\r\n {vb:set postids[], {vb:raw infraction.nodeid}}\r\n <vb:if condition=\"$infraction[\'lastcontentid\'] != $infraction[\'nodeid\']\">\r\n {vb:set $additional_nodeIds[$infraction[\'lastcontentid\']], {vb:raw infraction.lastcontentid}}\r\n </vb:if>\r\n</vb:each>\r\n\r\n{vb:data additional_nodes, node, getContentforNodes, {vb:raw additional_nodeIds}}\r\n{vb:data infractionLevels, content_infraction, getInfractionLevels}\r\n\r\n{vb:data participants, content_infraction, getParticipants, {vb:raw postids}}\r\n\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"totalpages\" value=\"{vb:raw infraction_nodes.totalpages}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw infraction_nodes.pagination.currentpage}\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"{vb:raw infraction_nodes.pagination.totalcount}\" />\r\n</div>\r\n<vb:if condition=\"$infraction_nodes[\'totalRecords\'] > 0\">\r\n <ul class=\"conversation-list list-container message-list infractions-list stream-view h-clearfix\">\r\n <vb:each from=\"infraction_nodes.results\" value=\"infraction\">\r\n {vb:set infractionContent, {vb:raw $additional_nodes[$infraction[\'infractednodeid\']]}}\r\n <vb:if condition=\"$infraction[\'lastcontentid\'] != $infraction[\'nodeid\']\">\r\n {vb:set infraction.content.lastreply, {vb:raw $additional_nodes[$infraction[\'lastcontentid\']]}}\r\n </vb:if>\r\n <vb:if condition=\"!empty($infraction[\'infractionlevelid\']) AND isset($infractionLevels[$infraction[\'infractionlevelid\']])\">\r\n {vb:set infractionLevel, {vb:raw $infractionLevels[$infraction[\'infractionlevelid\']]}}\r\n <vb:else />\r\n {vb:set infractionLevel, {vb:php array}}\r\n {vb:set infractionLevel.title, {vb:raw infraction.content.customreason}}\r\n </vb:if>\r\n {vb:template privatemessage_infraction_item, post={vb:raw infraction}, infractedContent={vb:raw infractionContent.content}, infractionLevel={vb:raw infractionLevel}, participants={vb:raw $participants[$infraction[\'nodeid\']]}, reportActivity=1}\r\n </vb:each>\r\n </ul>\r\n<vb:else />\r\n <div class=\"message-empty\">{vb:phrase no_message_found}</div>\r\n</vb:if>','template',1371461997,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(234,-1,'privatemessage_infraction_overlay','$final_rendered = \'\' . \'\'; $conversation = vB_Template_Runtime::parseData(\'node\', \'getNodeFullContent\', $nodeid, $contenttypeid); $final_rendered .= \'\' . \'\r\n\' . \'\'; $conversation = $conversation[$nodeid]; $final_rendered .= \'\' . \'\r\n<div class=\"dialog-content h-clearfix content-entry-box\">\r\n <div class=\"h-right nav-buttons\">\r\n <button class=\"button secondary pending-post-previous \' . \'\'; if ($currentPosition == 1) {\n $final_rendered .= \'h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</span>\r\n </button>\r\n <button class=\"button secondary pending-post-next \' . \'\'; if ($currentPosition == $maxPosition) {\n $final_rendered .= \'h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</span>\r\n <span class=\"button-icon\"></span>\r\n </button>\r\n </div>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix\">\r\n <li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"list-item h-left h-clear\">\r\n <form>\r\n \' . \'\'; if (empty($conversation[\'setfor\']) AND $conversation[\'nodeid\'] == $conversation[\'starter\']) {\n $final_rendered .= \'\r\n <input tabindex=\"1\" type=\"text\" name=\"title\" class=\"title-field entry-field\" value=\"\' . $conversation[\'title\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lnkToggleAdvancedWrapper\">\r\n <span class=\"lnkToggleAdvanced jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"toggle_advanced_editor\") . \'</span>\r\n </div>\r\n <textarea id=\"ckeditor-bare\" name=\"text\" rows=\"2\" class=\"ckeditor-bare-box ckeditor-no-toolbar entry-field text-field\" tabindex=\"1\">\' . vB_Template_Runtime::vBVar($conversation[\'rawtext\']) . \'</textarea>\r\n </form>\r\n \' . \'\'; if (!empty($conversation[\'photopreview\'])) {\n $final_rendered .= \'\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; if (is_array($conversation[\'photopreview\']) || $conversation[\'photopreview\'] instanceof ArrayAccess) { foreach ($conversation[\'photopreview\'] AS $photo) {$final_rendered .= \'\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"gallery-details h-clearfix\">\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"photo-count\" target=\"_blank\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", $conversation[\'photocount\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", $conversation[\'photocount\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"notes\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"notes_gthreadmanage\") . \'</label>\r\n <input tabindex=\"1\" type=\"text\" name=\"reason\" class=\"notes-field entry-field\" value=\"\" />\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary pending-post-close\">\' . vB_Template_Runtime::parsePhrase(\"close\") . \'</button>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n <button class=\"button primary pending-post-approve\">\' . vB_Template_Runtime::parsePhrase(\"approve\") . \'</button>\r\n </div>\r\n</div>\';','{vb:data conversation, node, getNodeFullContent, {vb:raw nodeid}, {vb:raw contenttypeid}}\r\n{vb:set conversation, {vb:raw conversation[$nodeid]}}\r\n<div class=\"dialog-content h-clearfix content-entry-box\">\r\n <div class=\"h-right nav-buttons\">\r\n <button class=\"button secondary pending-post-previous <vb:if condition=\"$currentPosition == 1\">h-hide</vb:if>\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">{vb:phrase previous}</span>\r\n </button>\r\n <button class=\"button secondary pending-post-next <vb:if condition=\"$currentPosition == $maxPosition\">h-hide</vb:if>\">\r\n <span class=\"button-text-primary\">{vb:phrase next}</span>\r\n <span class=\"button-icon\"></span>\r\n </button>\r\n </div>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix\">\r\n <li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"list-item h-left h-clear\">\r\n <form>\r\n <vb:if condition=\"empty($conversation[\'setfor\']) AND $conversation[\'nodeid\'] == $conversation[\'starter\']\">\r\n <input tabindex=\"1\" type=\"text\" name=\"title\" class=\"title-field entry-field\" value=\"{vb:raw conversation.title}\" />\r\n </vb:if>\r\n <div class=\"lnkToggleAdvancedWrapper\">\r\n <span class=\"lnkToggleAdvanced jsPseudoLink\">{vb:phrase toggle_advanced_editor}</span>\r\n </div>\r\n <textarea id=\"ckeditor-bare\" name=\"text\" rows=\"2\" class=\"ckeditor-bare-box ckeditor-no-toolbar entry-field text-field\" tabindex=\"1\">{vb:var conversation.rawtext}</textarea>\r\n </form>\r\n <vb:if condition=\"!empty($conversation[\'photopreview\'])\">\r\n <div class=\"photo-preview h-left\">\r\n <vb:each from=\"conversation.photopreview\" value=\"photo\">\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </vb:each>\r\n </div>\r\n <div class=\"gallery-details h-clearfix\">\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"photo-count\" target=\"_blank\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:rawphrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:rawphrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n </div>\r\n </vb:if>\r\n <div class=\"notes\">\r\n <label>{vb:phrase notes_gthreadmanage}</label>\r\n <input tabindex=\"1\" type=\"text\" name=\"reason\" class=\"notes-field entry-field\" value=\"\" />\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary pending-post-close\">{vb:phrase close}</button>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">{vb:phrase delete}</button>\r\n <button class=\"button primary pending-post-approve\">{vb:phrase approve}</button>\r\n </div>\r\n</div>','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(235,-1,'privatemessage_listdeletedItems','$final_rendered = \'\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n \' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($widgetConfig[\'resultsPerPage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"pending-posts-container\">\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_deleteditems_main\',array(\'options\' => $options)) . \'\r\n </div>\r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/deleteditems.js\'); $final_rendered .= \'\' . \'\';','<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n <vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n <vb:if condition=\"$widgetConfig[\'resultsPerPage\']\">\r\n {vb:set options.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n </vb:if>\r\n <div class=\"pending-posts-container\">\r\n {vb:template privatemessage_deleteditems_main, options = {vb:raw options}}\r\n </div>\r\n</div>\r\n{vb:js js/inlinemod.js}\r\n{vb:js js/deleteditems.js}','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(236,-1,'privatemessage_listdeletedItems_toolbar','$final_rendered = \'\' . \'\'; if ($pageInfo[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($pageInfo) OR empty($pageInfo)) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($setPerPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $setPerPage; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = \'20\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'deleted_only\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($options[\'type\']) AND $options[\'type\'] == \'vm\') {\n $final_rendered .= \'\r\n \' . \'\'; $VMChannelId = vB_Template_Runtime::parseData(\'node\', \'fetchVMChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'channel\'] = $infractionChannelId; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (!empty($options[\'type\']) AND $options[\'type\'] == \'post\') {\n $final_rendered .= \'\r\n \' . \'\'; $search_json[\'exclude_visitor_messages\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $deletedItems = vB_Template_Runtime::parseData(\'search\', \'getInitialNodes\', $search_json, $options[\'perpage\'], $options[\'page\']); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $pages = $deletedItems[\'totalpages\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenum = $deletedItems[\'pagination\'][\'currentpage\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $folderid = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getDeletedItemsFolderId\'); $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $deletedItems[\'pagination\'][\'currentpage\'] . \'\";\r\n var pmPerPage = \"\' . $options[\'perpage\'] . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"deletedItems-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button secondary deletedItems-restore\">\' . vB_Template_Runtime::parsePhrase(\"restore\") . \'</button>\r\n <button class=\"button secondary deletedItems-remove\">\' . vB_Template_Runtime::parsePhrase(\"physically_remove\") . \'</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'+1\') . \'\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'-1\') . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $pagenum . \'\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"\' . $deletedItems[\'pagination\'][\'totalcount\'] . \'\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $options[\'perpage\'] . \'\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">\' . vB_Template_Runtime::parsePhrase(\"page\") . \'</span> <input type=\"text\" name=\"page\" class=\"deletedItemsPageTo textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"deletedItemsPageCount pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"deletedItemsPrev arrow left-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"deletedItemsNext arrow right-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"deletedItemsNext arrow left-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"deletedItemsPrev arrow right-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"deletedItemsFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"time\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"any_time\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastDay\" /><span>\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastWeek\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastMonth\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"type\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>\' . vB_Template_Runtime::parsePhrase(\"post\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"vm\" /><span>\' . vB_Template_Runtime::parsePhrase(\"visitor_messages\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>\';','<vb:if condition=\"$pageInfo[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<vb:if condition=\"!isset($pageInfo) OR empty($pageInfo)\">\r\n <vb:if condition=\"isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$setPerPage\">\r\n {vb:set options.perpage, {vb:raw setPerPage}}\r\n <vb:else />\r\n {vb:set options.perpage, 20}\r\n </vb:if>\r\n {vb:set search_json.deleted_only, 1}\r\n <vb:if condition=\"!empty($options[\'type\']) AND $options[\'type\'] == \'vm\'\">\r\n {vb:data VMChannelId, node, fetchVMChannel}\r\n {vb:set search_json.channel, {vb:raw infractionChannelId}}\r\n </vb:if>\r\n \r\n <vb:if condition=\"!empty($options[\'type\']) AND $options[\'type\'] == \'post\'\">\r\n {vb:set search_json.exclude_visitor_messages, 1}\r\n </vb:if>\r\n\r\n {vb:data deletedItems, search, getInitialNodes, {vb:raw search_json}, {vb:raw options.perpage}, {vb:raw options.page}}\r\n\r\n {vb:set pages, {vb:raw deletedItems.totalpages}}\r\n {vb:set pagenum, {vb:raw deletedItems.pagination.currentpage}}\r\n</vb:if>\r\n\r\n{vb:data folderid, content_privatemessage, getDeletedItemsFolderId}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw deletedItems.pagination.currentpage}\";\r\n var pmPerPage = \"{vb:raw options.perpage}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"deletedItems-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button secondary deletedItems-restore\">{vb:phrase restore}</button>\r\n <button class=\"button secondary deletedItems-remove\">{vb:phrase physically_remove}</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"{vb:math {vb:raw pagenum} + 1}\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"{vb:math {vb:raw pagenum} - 1}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw pagenum}\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"{vb:raw deletedItems.pagination.totalcount}\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw options.perpage}\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">{vb:phrase page}</span> <input type=\"text\" name=\"page\" class=\"deletedItemsPageTo textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"deletedItemsPageCount pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a href=\"#\" class=\"deletedItemsPrev arrow left-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"deletedItemsNext arrow right-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a href=\"#\" class=\"deletedItemsNext arrow left-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"deletedItemsPrev arrow right-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"deletedItemsFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase time}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>{vb:phrase any_time}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastDay\" /><span>{vb:phrase today}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastWeek\" /><span>{vb:phrase last_week}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastMonth\" /><span>{vb:phrase last_month}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase type}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>{vb:phrase post}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"vm\" /><span>{vb:phrase visitor_messages}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(237,-1,'privatemessage_listfolder','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::vBVar($page[\'pagenum\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $data[\'folderid\'] = vB_Template_Runtime::vBVar($page[\'folderid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'pageNum\'] = vB_Template_Runtime::vBVar($pagenum); $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'perpage\'] = vB_Template_Runtime::vBVar($widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listMessages\', vB_Template_Runtime::vBVar($data)); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', vB_Template_Runtime::vBVar($page[\'folderid\']), vB_Template_Runtime::vBVar($page[\'pagenum\']), vB_Template_Runtime::vBVar($data[\'perpage\'])); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span> \r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-message-list folder-message-list\">\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $messageid => $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_preview\',array(\'message\' => $message, \'recipients\' => $message[\'recipients\'], \'page\' => $page, \'showCheckbox\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\r\n \' . \'\' . \'\r\n\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:var page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:set data.folderid, {vb:var page.folderid}}\r\n{vb:set data.pageNum, {vb:var pagenum}}\r\n{vb:set data.perpage, {vb:var widgetConfig.resultsPerPage}}\r\n{vb:data messages, content_privatemessage, listMessages, {vb:var data}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:var page.folderid}, {vb:var page.pagenum}, {vb:var data.perpage}}\r\n\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span> \r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-message-list folder-message-list\">\r\n <vb:each from=\"messages\" key=\"messageid\" value=\"message\">\r\n {vb:template privatemessage_preview, message={vb:raw message}, recipients={vb:raw message.recipients}, page={vb:raw page}, showCheckbox=1}\r\n </vb:each>\r\n </ul>\r\n\r\n <vb:comment>\r\n <vb:if condition=\"!empty($pagenav[\'nextpage\']) || !empty($pagenav[\'nextpage\'])\">\r\n <div id=\"listfolderPagination\" class=\"listfolder-pagination\">\r\n <input type=\"hidden\" id=\"listfolderPerPage\" name=\"listfolder-per-page\" value=\"{vb:raw params.perpage}\" />\r\n <input type=\"hidden\" id=\"listfolderTotalCount\" name=\"listfolder-totalCount\" value=\"{vb:raw paginationInfo.count}\" />\r\n <input type=\"hidden\" id=\"listfolderCurrentPage\" name=\"privatemessages-page\" value=\"{vb:raw params.page}\" />\r\n <div class=\"pagenavContainer\">\r\n {vb:template pagenavpm, pagenav = {vb:raw pageInfo}, pageRouteInfo = {vb:raw routeInfo}}\r\n </div>\r\n </div>\r\n </vb:if>\r\n </vb:comment>\r\n\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(238,-1,'privatemessage_listfolders','$final_rendered = \'<div class=\"stretch\">\r\n \' . \'\'; $routeInfo[\'action\'] = \'index\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $folderid => $folder) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_listfolderfolder=\',array($folder)) . \'\r\n \' . \'\'; $routeInfo[\'folderid\'] = $folder[\'folderid\']; $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n <div class=\"stretch h-align-center\"><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $routeInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_all_messages\") . \'</a></div>\r\n</div>\';','<div class=\"stretch\">\r\n {vb:set routeInfo.action, \'index\'}\r\n {vb:set routeInfo.pagenum, \'1\'}\r\n <vb:each from=\"folders\" key=\"folderid\" value=\"folder\">\r\n {vb:template privatemessage_listfolder folder = {vb:raw folder}}\r\n {vb:set routeInfo.folderid, {vb:raw folder.folderid}}\r\n </vb:each>\r\n <div class=\"stretch h-align-center\"><a href=\"{vb:url \'privatemessage\', {vb:raw routeInfo}}\">{vb:rawphrase see_all_messages}</a></div>\r\n</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(239,-1,'privatemessage_listfolders_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(240,-1,'privatemessage_listfolder_toolbar','$final_rendered = \'\' . \'\'; $ignore[0] = \'trash\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[1] = \'requests\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[2] = \'your_notifications\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[3] = \'sent_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[4] = \'pending_posts\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[5] = \'infractions\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[6] = \'deleted_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folders = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listFolders\', $ignore); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', $page[\'folderid\'], $pagenum, $widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnMarkRead\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_read\") . \'</button>\r\n <button id=\"pmBtnMarkUnRead\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_unread\") . \'</button>\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span></button>\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"><span>\' . $folder . \'</span></li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" \' . \'\'; if ($data[\'sortDir\'] == \'DESC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" \' . \'\'; if ($data[\'sortDir\'] == \'ASC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>\';','{vb:set ignore[0], \'trash\'}\r\n{vb:set ignore[1], \'requests\'}\r\n{vb:set ignore[2], \'your_notifications\'}\r\n{vb:set ignore[3], \'sent_items\'}\r\n{vb:set ignore[4], \'pending_posts\'}\r\n{vb:set ignore[5], \'infractions\'}\r\n{vb:set ignore[6], \'deleted_items\'}\r\n{vb:data folders, content_privatemessage, listFolders, {vb:raw ignore}}\r\n<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($page[\'pagenum\'])\">\r\n {vb:set pagenum, 1}\r\n<vb:else />\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n</vb:if>\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:raw page.folderid}, {vb:raw pagenum}, {vb:raw widgetConfig.resultsPerPage}}\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n{vb:set folderid, {vb:raw page.folderid}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnMarkRead\" type=\"button\" class=\"button secondary h-left\">{vb:phrase mark_as_read}</button>\r\n <button id=\"pmBtnMarkUnRead\" type=\"button\" class=\"button secondary h-left\">{vb:phrase mark_as_unread}</button>\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">{vb:phrase delete}</span></button>\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">{vb:phrase move}</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"><span>{vb:raw folder}</span></li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, 1}\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" <vb:if condition=\"$data[\'sortDir\'] == \'DESC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase newest_first}</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" <vb:if condition=\"$data[\'sortDir\'] == \'ASC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>','template',1375471443,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(241,-1,'privatemessage_listinfractions','$final_rendered = \'\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"> \' . $folder . \' </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">\' . vB_Template_Runtime::parsePhrase(\"name\") . \'<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n \' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($widgetConfig[\'resultsPerPage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"pending-posts-container\">\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_infraction_main\',array(\'options\' => $options)) . \'\r\n </div>\r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\';','<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"> {vb:raw folder} </li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">{vb:rawphrase name}<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">{vb:phrase move}</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n <vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n <vb:if condition=\"$widgetConfig[\'resultsPerPage\']\">\r\n {vb:set options.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n </vb:if>\r\n <div class=\"pending-posts-container\">\r\n {vb:template privatemessage_infraction_main, options = {vb:raw options}}\r\n </div>\r\n</div>\r\n{vb:js js/inlinemod.js}','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(242,-1,'privatemessage_listinfractions_toolbar','$final_rendered = \'\' . \'\'; if ($pageInfo[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($pageInfo) OR empty($pageInfo)) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($setPerPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $setPerPage; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $infractionChannelId = vB_Template_Runtime::parseData(\'content_infraction\', \'getChannelId\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'type\'] = \'vBForum_Infraction\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'channel\'] = $infractionChannelId; $final_rendered .= \'\' . \'\r\n \' . \'\'; $search_json[\'exclude_deleted\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $infractions = vB_Template_Runtime::parseData(\'search\', \'getInitialNodes\', $search_json, $options[\'perpage\'], $options[\'page\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pages = $infractions[\'totalpages\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenum = $infractions[\'pagination\'][\'currentpage\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $ppFolderId = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getInfractionsFolderId\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $ppFolderId; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $infractions[\'pagination\'][\'currentpage\'] . \'\";\r\n var pmPerPage = \"\' . $infractions[\'perpage\'] . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"infractions-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button primary infraction-mark_as_read\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_read\") . \'</button>\r\n <button class=\"button secondary infraction-mark_as_unread\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_unread\") . \'</button>\r\n <button class=\"button secondary infraction-delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'+1\') . \'\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'-1\') . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $pagenum . \'\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"\' . $infractions[\'pagination\'][\'totalcount\'] . \'\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $infractions[\'perpage\'] . \'\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">\' . vB_Template_Runtime::parsePhrase(\"page\") . \'</span> <input type=\"text\" name=\"page\" class=\"infractionsPageTo textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"infractionsPageCount pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"infractionsPrev arrow left-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"infractionsNext arrow right-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"infractionsNext arrow left-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"infractionsPrev arrow right-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"infractionFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"time\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"any_time\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastDay\" /><span>\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastWeek\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastMonth\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"infraction_type\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>\' . vB_Template_Runtime::parsePhrase(\"post\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"user\" /><span>\' . vB_Template_Runtime::parsePhrase(\"users\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"replied_by_me\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"replied_by_me\" value=\"0\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"off\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"replied_by_me\" value=\"1\" /><span>\' . vB_Template_Runtime::parsePhrase(\"on\") . \'</span></label>\r\n </div>\r\n </li>\r\n\r\n </ul>\r\n </form>\r\n</div>\';','<vb:if condition=\"$pageInfo[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<vb:if condition=\"!isset($pageInfo) OR empty($pageInfo)\">\r\n <vb:if condition=\"isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$setPerPage\">\r\n {vb:set options.perpage, {vb:raw setPerPage}}\r\n </vb:if>\r\n {vb:data infractionChannelId, content_infraction, getChannelId}\r\n {vb:set search_json.type, \"vBForum_Infraction\"}\r\n {vb:set search_json.channel, {vb:raw infractionChannelId}}\r\n {vb:set search_json.exclude_deleted, 1}\r\n\r\n {vb:data infractions, search, getInitialNodes, {vb:raw search_json}, {vb:raw options.perpage}, {vb:raw options.page}}\r\n {vb:set pages, {vb:raw infractions.totalpages}}\r\n {vb:set pagenum, {vb:raw infractions.pagination.currentpage}}\r\n</vb:if>\r\n\r\n{vb:data ppFolderId, content_privatemessage, getInfractionsFolderId}\r\n{vb:set folderid, {vb:raw ppFolderId}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw infractions.pagination.currentpage}\";\r\n var pmPerPage = \"{vb:raw infractions.perpage}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"infractions-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button primary infraction-mark_as_read\">{vb:phrase mark_as_read}</button>\r\n <button class=\"button secondary infraction-mark_as_unread\">{vb:phrase mark_as_unread}</button>\r\n <button class=\"button secondary infraction-delete\">{vb:phrase delete}</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"{vb:math {vb:raw pagenum} + 1}\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"{vb:math {vb:raw pagenum} - 1}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw pagenum}\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"{vb:raw infractions.pagination.totalcount}\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw infractions.perpage}\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">{vb:phrase page}</span> <input type=\"text\" name=\"page\" class=\"infractionsPageTo textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"infractionsPageCount pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a href=\"#\" class=\"infractionsPrev arrow left-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"infractionsNext arrow right-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a href=\"#\" class=\"infractionsNext arrow left-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"infractionsPrev arrow right-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"infractionFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase time}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>{vb:phrase any_time}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastDay\" /><span>{vb:phrase today}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastWeek\" /><span>{vb:phrase last_week}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"lastMonth\" /><span>{vb:phrase last_month}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase infraction_type}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>{vb:phrase post}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"user\" /><span>{vb:phrase users}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase replied_by_me}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"replied_by_me\" value=\"0\" checked=\"checked\" /><span>{vb:phrase off}</span></label>\r\n <label><input type=\"radio\" name=\"replied_by_me\" value=\"1\" /><span>{vb:phrase on}</span></label>\r\n </div>\r\n </li>\r\n\r\n </ul>\r\n </form>\r\n</div>','template',1371461997,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(243,-1,'privatemessage_listinractions','$final_rendered = \'\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"> \' . $folder . \' </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">\' . vB_Template_Runtime::parsePhrase(\"name\") . \'<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n \' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($widgetConfig[\'resultsPerPage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"pending-posts-container\">\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_infraction_main\',array(\'options\' => $options)) . \'\r\n </div>\r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\';','<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"> {vb:raw folder} </li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">{vb:rawphrase name}<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">{vb:phrase move}</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n <vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n <vb:if condition=\"$widgetConfig[\'resultsPerPage\']\">\r\n {vb:set options.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n </vb:if>\r\n <div class=\"pending-posts-container\">\r\n {vb:template privatemessage_infraction_main, options = {vb:raw options}}\r\n </div>\r\n</div>\r\n{vb:js js/inlinemod.js}','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(244,-1,'privatemessage_listnotifications','$final_rendered = \'\' . \'\'; if (!$folderid) {\n $final_rendered .= \'\r\n \' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($sortDir) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = $sortDir; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"list-controls main-pane-header h-clearfix notifications-action-bar\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span> \r\n </div>\r\n</div>\r\n<div class=\"main-pane-container h-left stretch\" id=\"notificationContent\">\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_notificationcontent\',array(\'folderid\' => $folderid, \'pageNum\' => $pagenum, \'sortDir\' => $sortDir, \'perPage\' => $widgetConfig[\'resultsPerPage\'])) . \'\r\n</div>\';','<vb:if condition=\"!$folderid\">\r\n {vb:set folderid, {vb:raw page.folderid}}\r\n</vb:if>\r\n<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n<vb:if condition=\"$sortDir\">\r\n {vb:set params.sortDir, {vb:raw sortDir}}\r\n<vb:else />\r\n {vb:set params.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n<div class=\"list-controls main-pane-header h-clearfix notifications-action-bar\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span> \r\n </div>\r\n</div>\r\n<div class=\"main-pane-container h-left stretch\" id=\"notificationContent\">\r\n {vb:template privatemessage_notificationcontent, folderid={vb:raw folderid}, pageNum = {vb:raw pagenum}, sortDir={vb:raw $sortDir}, perPage={vb:raw widgetConfig.resultsPerPage}}\r\n</div>','template',1372247223,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(245,-1,'privatemessage_listnotifications_toolbar','$final_rendered = \'\' . \'\'; if (!$folderid) {\n $final_rendered .= \'\r\n \' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($sortDir) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = $sortDir; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($about) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'about\'] = $about; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $params[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listNotifications\', $params); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', vB_Template_Runtime::vBVar($folderid), vB_Template_Runtime::vBVar($pagenum), vB_Template_Runtime::vBVar($widgetConfig[\'resultsPerPage\'])); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n var pmPages = \"\' . $pages . \'\";\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPerPage = \"\' . $widgetConfig[\'resultsPerPage\'] . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnNotificationDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span></button> \r\n \' . \'\'; $settingsRoute[\'tab\'] = \'notifications\'; $final_rendered .= \'\' . \' \r\n <a class=\"button secondary h-left\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'settings\', $settingsRoute)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"notification_settings\") . \'</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right \' . (($pages<1) ? \"h-hide\" : \"\") . \'\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">\' . vB_Template_Runtime::parsePhrase(\"page\") . \'</span> <input type=\"text\" id=\"notificationPageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span id=\"notificationPageCount\" class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a href=\"#\" id=\"iconNotificationPrevious\" class=\"arrow left-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" id=\"iconNotificationNext\" class=\"arrow right-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"#\" id=\"iconNotificationNext\" class=\"arrow left-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" id=\"iconNotificationPrevious\" class=\"arrow right-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"notificationFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"sortDir\" value=\"DESC\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"sortDir\" value=\"ASC\" /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"type\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"about\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"follow\" /><span>\' . vB_Template_Runtime::parsePhrase(\"follow_request\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vm\" /><span>\' . vB_Template_Runtime::parsePhrase(\"visitor_message\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"reply\" /><span>\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vote\" /><span>\' . vB_Template_Runtime::parsePhrase(\"votes_on_conversations\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vote_reply\" /><span>\' . vB_Template_Runtime::parsePhrase(\"votes_on_replies\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"comment\" /><span>\' . vB_Template_Runtime::parsePhrase(\"comments\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form> \r\n</div>\';','<vb:if condition=\"!$folderid\">\r\n {vb:set folderid, {vb:raw page.folderid}}\r\n</vb:if>\r\n<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n<vb:if condition=\"$sortDir\">\r\n {vb:set params.sortDir, {vb:raw sortDir}}\r\n<vb:else />\r\n {vb:set params.sortDir, \'DESC\'}\r\n</vb:if>\r\n<vb:if condition=\"$about\">\r\n {vb:set params.about, {vb:raw about}}\r\n</vb:if>\r\n\r\n{vb:set params.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set params.folderid, {vb:raw folderid}}\r\n{vb:data messages, content_privatemessage, listNotifications, {vb:raw params}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:var folderid}, {vb:var pagenum}, {vb:var widgetConfig.resultsPerPage}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n var pmPages = \"{vb:raw pages}\";\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPerPage = \"{vb:raw widgetConfig.resultsPerPage}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnNotificationDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">{vb:phrase delete}</span></button> \r\n {vb:set settingsRoute.tab, \'notifications\'} \r\n <a class=\"button secondary h-left\" href=\"{vb:url \'settings\', {vb:raw settingsRoute}}\">{vb:rawphrase notification_settings}</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right {vb:if $pages < 1, h-hide}\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">{vb:phrase page}</span> <input type=\"text\" id=\"notificationPageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span id=\"notificationPageCount\" class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a href=\"#\" id=\"iconNotificationPrevious\" class=\"arrow left-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" id=\"iconNotificationNext\" class=\"arrow right-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a href=\"#\" id=\"iconNotificationNext\" class=\"arrow left-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" id=\"iconNotificationPrevious\" class=\"arrow right-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </li>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"notificationFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"sortDir\" value=\"DESC\" checked=\"checked\" /><span>{vb:phrase newest_first}</span></label>\r\n <label><input type=\"radio\" name=\"sortDir\" value=\"ASC\" /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase type}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"about\" value=\"\" checked=\"checked\" /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"follow\" /><span>{vb:phrase follow_request}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vm\" /><span>{vb:phrase visitor_message}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"reply\" /><span>{vb:phrase replies}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vote\" /><span>{vb:phrase votes_on_conversations}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"vote_reply\" /><span>{vb:phrase votes_on_replies}</span></label>\r\n <label><input type=\"radio\" name=\"about\" value=\"comment\" /><span>{vb:phrase comments}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form> \r\n</div>','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(246,-1,'privatemessage_listpending','$final_rendered = \'\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"> \' . $folder . \' </li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">\' . vB_Template_Runtime::parsePhrase(\"name\") . \'<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n \' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($widgetConfig[\'resultsPerPage\']) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"pending-posts-container\">\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_pendingpost_main\',array(\'options\' => $options)) . \'\r\n </div>\r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/inlinemod.js\'); $final_rendered .= \'\' . \'\';','<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n</div>\r\n<div class=\"main-pane-container\">\r\n <div class=\"stretch h-hide pmMoveDetail h-left\">\r\n <div class=\"post-buttonset split-button h-left\" id=\"pmMoveBlock\">\r\n <div class=\"split-button-wrapper secondary h-left\">\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"> {vb:raw folder} </li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n <li id=\"pmNewFolderName\" class=\"h-hide\">\r\n <span><form id=\"frmPmMewFolderName\">{vb:rawphrase name}<input type=\"text\" id=\"pmNewFolder\"/></form>\r\n <button id=\"pmBtnCreateAndMove\" type=\"button\" class=\"button-text h-right\"><span class=\"button-text-primary\">{vb:phrase move}</span>\r\n </button>\r\n </span>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"pending-post-overlay sb-dialog\"></div>\r\n <vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n <vb:if condition=\"$widgetConfig[\'resultsPerPage\']\">\r\n {vb:set options.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n </vb:if>\r\n <div class=\"pending-posts-container\">\r\n {vb:template privatemessage_pendingpost_main, options = {vb:raw options}}\r\n </div>\r\n</div>\r\n{vb:js js/inlinemod.js}','template',1364240780,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(247,-1,'privatemessage_listpending_toolbar','$final_rendered = \'\' . \'\'; if ($pageInfo[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($pageInfo) OR empty($pageInfo)) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'totalcount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $pendingPosts = vB_Template_Runtime::parseData(\'node\', \'listPendingPostsForCurrentUser\', $options); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pageInfo = $pendingPosts[\'pageInfo\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $count = $pageInfo[\'totalcount\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenum = $pageInfo[\'currentpage\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $ppFolderId = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getPendingPostFolderId\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $ppFolderId; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n var pmPerPage = \"\' . $pageInfo[\'perpage\'] . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"pending-posts-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button secondary pending-post-delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n <button class=\"button primary pending-post-approve\">\' . vB_Template_Runtime::parsePhrase(\"approve\") . \'</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"\' . $pageInfo[\'nextpage\'] . \'\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"\' . $pageInfo[\'prevpage\'] . \'\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"\' . $pageInfo[\'currentpage\'] . \'\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"\' . $pageInfo[\'totalcount\'] . \'\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"\' . $pageInfo[\'perpage\'] . \'\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">\' . vB_Template_Runtime::parsePhrase(\"page\") . \'</span> <input type=\"text\" name=\"page\" class=\"pendingpostsPageTo textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pendingpostsPageCount pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"pendingpostsPrev arrow left-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"pendingpostsNext arrow right-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"#\" class=\"pendingpostsNext arrow left-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"pendingpostsPrev arrow right-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"pendingFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"time\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"any_time\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"today\" /><span>\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"thisweek\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"thismonth\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"type\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>\' . vB_Template_Runtime::parsePhrase(\"post\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"vm\" /><span>\' . vB_Template_Runtime::parsePhrase(\"visitor_message\") . \'</span></label>\r\n \' . \'\' . \'\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>\';','<vb:if condition=\"$pageInfo[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n<vb:if condition=\"!isset($pageInfo) OR empty($pageInfo)\">\r\n {vb:set options.totalcount, 1}\r\n <vb:if condition=\"isset($page[\'pagenum\']) AND !empty($page[\'pagenum\'])\">\r\n {vb:set options.page, {vb:raw page.pagenum}}\r\n </vb:if>\r\n {vb:data pendingPosts, node, listPendingPostsForCurrentUser, {vb:raw options}}\r\n {vb:set pageInfo, {vb:raw pendingPosts.pageInfo}}\r\n {vb:set pages, {vb:raw pageInfo.pages}}\r\n {vb:set count, {vb:raw pageInfo.totalcount}}\r\n {vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n {vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n {vb:set pagenum, {vb:raw pageInfo.currentpage}}\r\n</vb:if>\r\n\r\n{vb:data ppFolderId, content_privatemessage, getPendingPostFolderId}\r\n{vb:set folderid, {vb:raw ppFolderId}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n var pmPerPage = \"{vb:raw pageInfo.perpage}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"pending-posts-paginator horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button class=\"button secondary pending-post-delete\">{vb:phrase delete}</button>\r\n <button class=\"button primary pending-post-approve\">{vb:phrase approve}</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <input type=\"hidden\" name=\"next-page\" value=\"{vb:raw pageInfo.nextpage}\" />\r\n <input type=\"hidden\" name=\"prev-page\" value=\"{vb:raw pageInfo.prevpage}\" />\r\n <input type=\"hidden\" name=\"pagenum\" value=\"{vb:raw pageInfo.currentpage}\" />\r\n <input type=\"hidden\" name=\"totalcount\" value=\"{vb:raw pageInfo.totalcount}\" />\r\n <input type=\"hidden\" name=\"per-page\" value=\"{vb:raw pageInfo.perpage}\" />\r\n\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">{vb:phrase page}</span> <input type=\"text\" name=\"page\" class=\"pendingpostsPageTo textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pendingpostsPageCount pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <a href=\"#\" class=\"pendingpostsPrev arrow left-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"pendingpostsNext arrow right-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a href=\"#\" class=\"pendingpostsNext arrow left-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <a href=\"#\" class=\"pendingpostsPrev arrow right-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </li>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <form id=\"pendingFilters\" class=\"toolbar-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase time}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"time\" value=\"\" checked=\"checked\" /><span>{vb:phrase any_time}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"today\" /><span>{vb:phrase today}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"thisweek\" /><span>{vb:phrase last_week}</span></label>\r\n <label><input type=\"radio\" name=\"time\" value=\"thismonth\" /><span>{vb:phrase last_month}</span></label>\r\n </div>\r\n </li>\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase type}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input type=\"radio\" name=\"type\" value=\"\" checked=\"checked\" /><span>{vb:phrase all}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"post\" /><span>{vb:phrase post}</span></label>\r\n <label><input type=\"radio\" name=\"type\" value=\"vm\" /><span>{vb:phrase visitor_message}</span></label>\r\n <vb:comment>Enable when events are added\r\n <label><input type=\"radio\" name=\"type\" value=\"event\" /><span>{vb:phrase events}</span></label>\r\n </vb:comment>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>','template',1364506317,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(248,-1,'privatemessage_listrequests','$final_rendered = \'\' . \'\'; $params[\'pageNum\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'params\'] = $params; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listrequests\', $data); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', $page[\'folderid\'], $page[\'pagenum\'], $widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<ul class=\"list-container message-list pm-request-list\">\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $messageid => $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_requestdetail\',array(\'message\' => $message, \'recipients\' => $message[\'recipients\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n</ul>\';','{vb:set params.pageNum, {vb:raw page.pagenum}}\r\n{vb:set params.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set data.params, {vb:raw params}}\r\n{vb:data messages, content_privatemessage, listrequests, {vb:raw data}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:raw page.folderid}, {vb:raw page.pagenum}, {vb:raw widgetConfig.resultsPerPage}}\r\n\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set pagenum, {vb:raw page.pagenum}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n{vb:set folderid, {vb:raw page.folderid}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<ul class=\"list-container message-list pm-request-list\">\r\n <vb:each from=\"messages\" key=\"messageid\" value=\"message\">\r\n {vb:template privatemessage_requestdetail, message={vb:raw message}, recipients={vb:raw message.recipients}}\r\n </vb:each>\r\n</ul>','template',1354309358,'vBulletin Solutions','5.0.0 Beta 21','vbulletin','none'),(249,-1,'privatemessage_listrequests_toolbar','$final_rendered = \'\' . \'\'; $params[\'pageNum\'] = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'params\'] = $params; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listrequests\', $data); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', $page[\'folderid\'], $pagenum, $widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n \' . \'\'; $settingsRoute[\'tab\'] = \'account\'; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'settings\', $settingsRoute)) . \'#ignore_list\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"ignore_list\") . \'</a>\r\n </div>\r\n <div class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'list\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</div>\';','{vb:set params.pageNum, {vb:raw page.pagenum}}\r\n{vb:set params.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set data.params, {vb:raw params}}\r\n{vb:data messages, content_privatemessage, listrequests, {vb:raw data}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:raw page.folderid}, {vb:raw pagenum}, {vb:raw widgetConfig.resultsPerPage}}\r\n\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n{vb:set folderid, {vb:raw page.folderid}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n {vb:set settingsRoute.tab, \'account\'}\r\n <a href=\"{vb:url \'settings\', {vb:raw settingsRoute}}#ignore_list\" class=\"button secondary h-left\">{vb:phrase ignore_list}</a>\r\n </div>\r\n <div class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'list\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</div>','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(250,-1,'privatemessage_listsent','$final_rendered = \'\' . \'\'; if (!$folderid) {\n $final_rendered .= \'\r\n \' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $params[\'pageNum\'] = vB_Template_Runtime::vBVar($pagenum); $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'sent_items\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listMessages\', $params); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-request-list\">\r\n \' . \'\'; if (!empty($messages)) {\n $final_rendered .= \'\r\n \' . \'\'; $bbcodeOptions = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getBbcodeOptions\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $messageid => $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_sentdetail\',array(\'message\' => $message, \'recipients\' => $message[\'recipients\'], \'showCheckbox\' => \'1\', \'bbcodeOptions\' => $bbcodeOptions)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"message-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_message_found\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n</div>\';','<vb:if condition=\"!$folderid\">\r\n {vb:set folderid, {vb:raw page.folderid}}\r\n</vb:if>\r\n<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set params.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set params.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:set params.pageNum, {vb:var pagenum}}\r\n{vb:set params.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set params.folderid, {vb:raw folderid}}\r\n{vb:set params.sent_items, 1}\r\n{vb:data messages, content_privatemessage, listMessages, {vb:raw params}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-request-list\">\r\n <vb:if condition=\"!empty($messages)\">\r\n {vb:data bbcodeOptions, content_privatemessage, getBbcodeOptions, {vb:raw nodeid}}\r\n <vb:each from=\"messages\" key=\"messageid\" value=\"message\">\r\n {vb:template privatemessage_sentdetail, message={vb:raw message}, recipients={vb:raw message.recipients}, showCheckbox = 1, bbcodeOptions = {vb:raw bbcodeOptions}}\r\n </vb:each>\r\n <vb:else />\r\n <div class=\"message-empty\">{vb:phrase no_message_found}</div>\r\n </vb:if>\r\n </ul>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(251,-1,'privatemessage_listsent_toolbar','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $sortBy = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $sortBy = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', $page[\'folderid\'], vB_Template_Runtime::vBVar($pagenum), $widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($pageInfo[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n var pmPages = \"\' . $pages . \'\";\r\n var folderid = \"\' . $page[\'folderid\'] . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span></button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right \' . (($pages<1) ? \"h-hide\" : \"\") . \'\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">\' . vB_Template_Runtime::parsePhrase(\"page\") . \'</span> <input type=\"text\" id=\"sentItemsPageTo\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span id=\"notificationPageCount\" class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'sentitems\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . $sortBy . \'\" id=\"iconSentItemsPrevious\" class=\"arrow left-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \' . \'\'; $urlInfo[\'action\'] = \'sentitems\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . $sortBy . \'\" id=\"iconSentItemsNext\" class=\"arrow right-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'sentitems\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . $sortBy . \'\" id=\"iconSentItemsNext\" class=\"arrow left-arrow \' . (($pagenum<$pages) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \' . \'\'; $urlInfo[\'action\'] = \'sentitems\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . $sortBy . \'\" id=\"iconSentItemsPPrevious\" class=\"arrow right-arrow \' . (($pagenum>1) ? \"jsPseudoLink\" : \"h-disabled\") . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </li>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n \r\n \' . \'\'; $urlInfo[\'action\'] = \'sentitems\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" \' . \'\'; if ($sortBy == \'DESC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" \' . \'\'; if ($sortBy == \'ASC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set sortBy, \'ASC\'}\r\n<vb:else />\r\n {vb:set sortBy, \'DESC\'}\r\n</vb:if>\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:raw page.folderid}, {vb:var pagenum}, {vb:raw widgetConfig.resultsPerPage}}\r\n<vb:if condition=\"$pageInfo[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n var pmPages = \"{vb:raw pages}\";\r\n var folderid = \"{vb:raw page.folderid}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">{vb:phrase delete}</span></button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <li id=\"privatemessagePaging\" class=\"toolset-item pagenav-controls h-right {vb:if $pages < 1, h-hide}\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n <span class=\"hideable-text\">{vb:phrase page}</span> <input type=\"text\" id=\"sentItemsPageTo\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span id=\"notificationPageCount\" class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n <div class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n {vb:set urlInfo.action, \'sentitems\'}\r\n {vb:set urlInfo.folderid, {vb:raw page.folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:raw sortBy}\" id=\"iconSentItemsPrevious\" class=\"arrow left-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n {vb:set urlInfo.action, \'sentitems\'}\r\n {vb:set urlInfo.folderid, {vb:raw page.folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:raw sortBy}\" id=\"iconSentItemsNext\" class=\"arrow right-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n {vb:set urlInfo.action, \'sentitems\'}\r\n {vb:set urlInfo.folderid, {vb:raw page.folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:raw sortBy}\" id=\"iconSentItemsNext\" class=\"arrow left-arrow {vb:if $pagenum < $pages, jsPseudoLink, h-disabled}\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n {vb:set urlInfo.action, \'sentitems\'}\r\n {vb:set urlInfo.folderid, {vb:raw page.folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:raw sortBy}\" id=\"iconSentItemsPPrevious\" class=\"arrow right-arrow {vb:if $pagenum > 1, jsPseudoLink, h-disabled}\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </div>\r\n </li>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n \r\n {vb:set urlInfo.action, \'sentitems\'}\r\n {vb:set urlInfo.folderid, {vb:raw page.folderid}}\r\n {vb:set urlInfo.pagenum, 1}\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" <vb:if condition=\"$sortBy == \'DESC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase newest_first}</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" <vb:if condition=\"$sortBy == \'ASC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n</div>','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(252,-1,'privatemessage_newpm','$final_rendered = \'\' . \'\'; if ($messageAction == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $headerTitle = \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sendButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($messageAction == \'forward\') {\n $final_rendered .= \'\r\n \' . \'\'; $headerTitle = \'\' . vB_Template_Runtime::parsePhrase(\"forward_message\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sendButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"forward\") . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $messageAction = \'new\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $headerTitle = \'\' . vB_Template_Runtime::parsePhrase(\"new_message\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $sendButtonLabel = \'\' . vB_Template_Runtime::parsePhrase(\"send\") . \'\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!empty($title)) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHTML = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canusehtml\', $conversation[\'nodeid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $title = \'\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($title) : $title) . \'\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $pm_channel = vB_Template_Runtime::parseData(\'node\', \'fetchPMChannel\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $canSendAttachments = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canpostattachment\', $pm_channel); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"content-entry-box content-entry-box-reply h-clear hide-on-editmode msg-type-\' . $messageAction . \'\">\r\n \' . \'\'; if ($messageAction != \'reply\') {\n $final_rendered .= \'\r\n <h2 class=\"content-entry-box-header\">\' . $headerTitle . \'</h2>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($messageAction == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $compactButtonSpacing = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $compactButtonSpacing = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $initOnPageLoad = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $focusOnPageLoad = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $preloadJavascript = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry\',array(\'page\' => $page, \'parentid\' => $pm_channel, \'isPrivateMessage\' => \'1\', \'privateMessageAction\' => $messageAction, \'privateMessageRespondTo\' => $respondto, \'prefillTitle\' => $title, \'prefillEditor\' => $messageBody, \'allowTypeText\' => \'1\', \'allowTypePhoto\' => \'0\', \'allowTypeLink\' => \'0\', \'allowTypePoll\' => \'0\', \'defaultContentType\' => \'Text\', \'showToggleEditor\' => \'1\', \'showSmiley\' => \'1\', \'showAttachment\' => \'\' . (($canSendAttachments) ? \"1\" : \"\") . \'\', \'showTags\' => \'0\', \'initOnPageLoad\' => $initOnPageLoad, \'focusOnPageLoad\' => $focusOnPageLoad, \'preloadJavascript\' => $preloadJavascript, \'compactButtonSpacing\' => $compactButtonSpacing, \'uploadFrom\' => \'newContent\')) . \'\r\n</div>\';','<vb:if condition=\"$messageAction == \'reply\'\">\r\n {vb:set headerTitle, {vb:phrase post_reply}}\r\n {vb:set sendButtonLabel, {vb:phrase post_reply}}\r\n<vb:elseif condition=\"$messageAction == \'forward\'\" />\r\n {vb:set headerTitle, {vb:phrase forward_message}}\r\n {vb:set sendButtonLabel, {vb:phrase forward}}\r\n<vb:else />\r\n {vb:set messageAction, \'new\'}\r\n {vb:set headerTitle, {vb:phrase new_message}}\r\n {vb:set sendButtonLabel, {vb:phrase send}}\r\n</vb:if>\r\n<vb:if condition=\"!empty($title)\">\r\n {vb:data canUseHTML, user, hasPermissions, forumpermissions, canusehtml, {vb:raw conversation.nodeid}}\r\n {vb:set title, {vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var title}, {vb:raw title}}}\r\n</vb:if>\r\n{vb:data pm_channel, node, fetchPMChannel}\r\n{vb:data canSendAttachments, user, hasPermissions, forumpermissions, canpostattachment, {vb:raw pm_channel}}\r\n\r\n<div class=\"content-entry-box content-entry-box-reply h-clear hide-on-editmode msg-type-{vb:raw messageAction}\">\r\n <vb:if condition=\"$messageAction != \'reply\'\">\r\n <h2 class=\"content-entry-box-header\">{vb:raw headerTitle}</h2>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$messageAction == \'reply\'\">\r\n {vb:set compactButtonSpacing, 1}\r\n <vb:else />\r\n {vb:set compactButtonSpacing, 0}\r\n </vb:if>\r\n\r\n {vb:set initOnPageLoad, 1}\r\n {vb:set focusOnPageLoad, 0}\r\n {vb:set preloadJavascript, 1}\r\n\r\n {vb:template contententry,\r\n page={vb:raw page},\r\n parentid={vb:raw pm_channel},\r\n isPrivateMessage=1,\r\n privateMessageAction={vb:raw messageAction},\r\n privateMessageRespondTo={vb:raw respondto},\r\n prefillTitle={vb:raw title},\r\n prefillEditor={vb:raw messageBody},\r\n allowTypeText=1,\r\n allowTypePhoto=0,\r\n allowTypeLink=0,\r\n allowTypePoll=0,\r\n defaultContentType=Text,\r\n showToggleEditor=1,\r\n showSmiley=1,\r\n showAttachment={vb:if \"$canSendAttachments\", \"1\", \"0\"},\r\n showTags=0,\r\n initOnPageLoad={vb:raw initOnPageLoad},\r\n focusOnPageLoad={vb:raw focusOnPageLoad},\r\n preloadJavascript={vb:raw preloadJavascript},\r\n compactButtonSpacing={vb:raw compactButtonSpacing},\r\n uploadFrom=newContent}\r\n</div>','template',1369769370,'vBulletin Solutions','5.0.4 Alpha 1','vbulletin','none'),(253,-1,'privatemessage_newpm_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(254,-1,'privatemessage_notificationcontent','$final_rendered = \'\' . \'\'; $params[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $params[\'page\'] = $pageNum; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($sortDir) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'sortDir\'] = $sortDir; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($about) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'about\'] = $about; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($perPage) {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'perpage\'] = vB_Template_Runtime::vBVar($perPage); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $params[\'perpage\'] = \'50\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listNotifications\', $params); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $prevDay = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $today = \'\' . vB_Template_Runtime::datetime($TODAY, \"date\", \"Y-m-d\") . \'\'; $final_rendered .= \'\' . \'\r\n<ul class=\"list-container message-list pm-notification-list\">\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $messageid => $message) {$final_rendered .= \'\r\n \' . \'\'; $publishdate = \'\' . vB_Template_Runtime::datetime($message[\'publishdate\'], \"date\", \"Y-m-d\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($prevDay != $publishdate) {\n $final_rendered .= \'\r\n <div class=\"list-controls main-pane-header h-clearfix notification-date-bar\">\r\n \' . \'\'; if ($publishdate == $today) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"today\") . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::datetime($message[\'publishdate\'], \"date\", \"F d\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $prevDay = $publishdate; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_notificationdetail\',array(\'message\' => $message, \'messageid\' => $messageid, \'showCheckbox\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n</ul>\';','{vb:set params.folderid, {vb:raw folderid}}\r\n{vb:set params.page, {vb:raw pageNum}}\r\n\r\n<vb:if condition=\"$sortDir\">\r\n {vb:set params.sortDir, {vb:raw sortDir}}\r\n</vb:if>\r\n<vb:if condition=\"$about\">\r\n {vb:set params.about, {vb:raw about}}\r\n</vb:if>\r\n<vb:if condition=\"$perPage\">\r\n {vb:set params.perpage, {vb:var perPage}}\r\n<vb:else />\r\n {vb:set params.perpage, 50}\r\n</vb:if>\r\n\r\n{vb:data messages, content_privatemessage, listNotifications, {vb:raw params}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set prevDay,\'\'}\r\n{vb:set today, {vb:datetime {vb:raw TODAY}, \'date\', \'Y-m-d\'}}\r\n<ul class=\"list-container message-list pm-notification-list\">\r\n <vb:each from=\"messages\" key=\"messageid\" value=\"message\">\r\n {vb:set publishdate, {vb:datetime {vb:raw message.publishdate}, \'date\', \'Y-m-d\'}}\r\n <vb:if condition=\"$prevDay != $publishdate\">\r\n <div class=\"list-controls main-pane-header h-clearfix notification-date-bar\">\r\n <vb:if condition=\"$publishdate == $today\">\r\n {vb:phrase today}\r\n <vb:else />\r\n {vb:datetime {vb:raw message.publishdate}, \'date\', \'F d\'}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n {vb:set prevDay, {vb:raw publishdate}}\r\n {vb:template privatemessage_notificationdetail, message={vb:raw message}, messageid = {vb:raw messageid}, showCheckbox=1}\r\n </vb:each>\r\n</ul>','template',1372247223,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(255,-1,'privatemessage_notificationcontent_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(256,-1,'privatemessage_notificationdetail','$final_rendered = \'\' . \'\'; $routeInfo[\'title\'] = $message[\'abouttitle\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[\'routeid\'] = $message[\'aboutrouteid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[\'prefix\'] = $message[\'prefix\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[\'contentid\'] = $message[\'contentid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n\r\n<li class=\"list-item message-item message-header\" id=\"msgSummary_\' . $message[\'nodeid\'] . \'\">\r\n <div class=\"h-clearfix\">\r\n <div class=\"notification-message h-left\">\r\n \' . \'\'; if (isset($showCheckbox) AND $showCheckbox) {\n $final_rendered .= \'\r\n <div class=\"notification-checkbox message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbNotificationDelete_\' . $message[\'nodeid\'] . \'\" class=\"privateMessageActionCheck\" value=\"\' . $message[\'nodeid\'] . \'\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($message[\'userinfo\']) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = $message[\'userinfo\'][\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'userinfo\'][\'username\']; $final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'about\'] == \'vm\' OR $message[\'about\'] == \'follow\' OR $message[\'about\'] == \'following\' OR $message[\'about\'] == \'comment\') {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = $message[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'authorname\']; $final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'lastauthorid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = $message[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'lastauthor\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = $message[\'aboutuserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'aboutuser\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($message[\'userinfo\'][\'avatar\']) AND !empty($message[\'userinfo\'][\'avatar\'][\'avatarpath\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $avatarpath = $message[\'userinfo\'][\'avatar\'][\'avatarpath\']; $final_rendered .= \'\' . \'\r\n \';\n } else if (!empty($message[\'lastcontentavatar\']) AND !empty($message[\'lastcontentavatar\'][\'avatarpath\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $avatarpath = $message[\'lastcontentavatar\'][\'avatarpath\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($avatarpath) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatarpath . \'\" alt=\"\' . $userInfo[\'username\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $userInfo[\'username\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($message[\'about\'] == \'vm\') {\n $final_rendered .= \'\r\n \' . \'\'; $routeInfoVm[\'nodeid\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfoVm[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfoVm[\'title\'] = \'\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", htmlspecialchars(\'\' . $message[\'authorname\'] . \'\')) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_url\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $routeInfoVm)) . \'\') . \'\r\n \';\n } else if ($message[\'about\'] == \'follow\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_accepted_follow_request\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\') . \'\r\n \';\n } else if ($message[\'about\'] == \'following\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_is_following_you\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\') . \'\r\n \';\n } else if ($message[\'about\'] == \'rate\') {\n $final_rendered .= \'\r\n \' . \'\'; if (!empty($message[\'otherRecipients\']) AND $message[\'showdetail\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'is_conversation\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_and_y_others_rated_z\", $userInfo[\'username\'], $message[\'otherRecipients\'], $message[\'abouttitle\'], $message[\'aboutid\'], $link, \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'p\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutstarterid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutstarterrouteid\'], $routeInfo, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_and_y_others_rated_reply_z\", $userInfo[\'username\'], $message[\'otherRecipients\'], $message[\'aboutstartertitle\'], $message[\'aboutid\'], $link, \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'showdetail\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'is_conversation\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_rated_conversation_y\", $userInfo[\'username\'], $message[\'abouttitle\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $link) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'p\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutstarterid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutstarterrouteid\'], $routeInfo, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_rated_reply_y\", $userInfo[\'username\'], $message[\'aboutstartertitle\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $link) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'otherRecipients\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $phrasename = \'x_user_rated_conversation_yz\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $phrasename = \'x_users_rated_conversation_yz\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($message[\'is_conversation\'] == 1) {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phrasename, $message[\'otherRecipients\'], $message[\'abouttitle\'], $link) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'p\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutstarterid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutstarterrouteid\'], $routeInfo, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase($phrasename, $message[\'otherRecipients\'], $message[\'aboutstartertitle\'], $link) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'about\'] == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'p\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutstarterid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'innerPost\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutstarterrouteid\'], $routeInfo, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userReplyInfo[\'userid\'] = $message[\'lastauthorid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userReplyProfile = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userReplyInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($message[\'otherRecipients\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_and_y_others_replied_to_z\", $message[\'aboutuser\'], $message[\'otherRecipients\'], $message[\'aboutstartertitle\'], $message[\'aboutstarterid\'], $link, \'\' . vB_Template_Runtime::vBVar($userReplyProfile) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_replied_to_y\", \'\' . vB_Template_Runtime::vBVar($userReplyProfile) . \'\', $message[\'aboutuser\'], $link, \'\', $message[\'aboutstartertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'about\'] == \'comment\') {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($message[\'otherRecipients\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_and_y_others_commented_z\", $userInfo[\'username\'], $message[\'otherRecipients\'], $message[\'aboutstartertitle\'], $message[\'aboutid\'], $link, \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_your_reply_at_y\", $userInfo[\'username\'], $message[\'aboutstartertitle\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $link) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'about\'] == \'moderate\') {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"post_x_needs_moderation_link\", htmlspecialchars(\'\' . $message[\'aboutuser\'] . \'\'), htmlspecialchars(\'\' . $link . \'\')) . \'\r\n \';\n } else if ($message[\'about\'] == \'threadcomment\') {\n $final_rendered .= \'\r\n \' . \'\'; $qs[\'p\'] = $message[\'aboutid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $routeInfo[\'nodeid\'] = $message[\'aboutstarterid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutstarterrouteid\'], $routeInfo, $qs)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($message[\'otherRecipients\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_and_y_others_commented_on_zs\", $userInfo[\'username\'], $message[\'otherRecipients\'], $message[\'aboutstartertitle\'], $message[\'aboutid\'], $link, \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $message[\'aboutuser\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_at_z\", $userInfo[\'username\'], $message[\'aboutstartertitle\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $message[\'aboutid\'], $link, $message[\'aboutuser\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'about\'] == \'vote\') {\n $final_rendered .= \'\r\n \' . \'\'; $link = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'], $routeInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $voterUrl[userid] = $message[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $voterUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $voterUrl)) . \'\'; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($message[\'votes\'] > 2) {\n $final_rendered .= \'\r\n \' . \'\'; $otherVoters = \'\' . vB_Template_Runtime::runMaths(\'\' . vB_Template_Runtime::vBVar($message[\'votes\']) . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_y_users_voted_z\", $voterUrl, \'\' . vB_Template_Runtime::vBVar($message[\'authorname\']) . \'\', $message[\'aboutid\'], \'\' . vB_Template_Runtime::vBVar($otherVoters) . \'\', $link, $message[\'abouttitle\']) . \'\r\n \';\n } else if ($message[\'votes\'] == 2) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_y_user_voted_z\", $voterUrl, \'\' . vB_Template_Runtime::vBVar($message[\'authorname\']) . \'\', $message[\'aboutid\'], $link, $message[\'abouttitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_voted_y\", \'\' . vB_Template_Runtime::vBVar($message[\'authorname\']) . \'\', $message[\'abouttitle\'], $voterUrl, $link) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\' . \'\r\n\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <div class=\"post-date\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</div>\r\n <button id=\"notificationBtnDelete_\' . $message[\'nodeid\'] . \'\" type=\"button\" class=\"notificationBtnDelete button secondary h-right\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n </div>\r\n </div>\r\n \' . \'\' . \'\r\n</li>\';','{vb:set routeInfo.title, {vb:raw message.abouttitle}}\r\n{vb:set routeInfo.routeid, {vb:raw message.aboutrouteid}}\r\n{vb:set routeInfo.prefix, {vb:raw message.prefix}}\r\n{vb:set routeInfo.contentid, {vb:raw message.contentid}}\r\n{vb:set routeInfo.nodeid, {vb:raw message.aboutid}}\r\n{vb:set routeInfo.innerPost, {vb:raw message.aboutid}}\r\n\r\n<li class=\"list-item message-item message-header\" id=\"msgSummary_{vb:raw message.nodeid}\">\r\n <div class=\"h-clearfix\">\r\n <div class=\"notification-message h-left\">\r\n <vb:if condition=\"isset($showCheckbox) AND $showCheckbox\">\r\n <div class=\"notification-checkbox message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbNotificationDelete_{vb:raw message.nodeid}\" class=\"privateMessageActionCheck\" value=\"{vb:raw message.nodeid}\" />\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$message[\'userinfo\']\">\r\n {vb:set userInfo.userid, {vb:raw message.userinfo.userid}}\r\n {vb:set userInfo.username, {vb:raw message.userinfo.username}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'vm\' OR $message[\'about\'] == \'follow\' OR $message[\'about\'] == \'following\' OR $message[\'about\'] == \'comment\'\" />\r\n {vb:set userInfo.userid, {vb:raw message.userid}}\r\n {vb:set userInfo.username, {vb:raw message.authorname}}\r\n <vb:elseif condition=\"$message[\'lastauthorid\']\" />\r\n {vb:set userInfo.userid, {vb:raw message.lastauthorid}}\r\n {vb:set userInfo.username, {vb:raw message.lastauthor}}\r\n <vb:else />\r\n {vb:set userInfo.userid, {vb:raw message.aboutuserid}}\r\n {vb:set userInfo.username, {vb:raw message.aboutuser}}\r\n </vb:if>\r\n\r\n <vb:comment>Set avatar info</vb:comment>\r\n <vb:if condition=\"!empty($message[\'userinfo\'][\'avatar\']) AND !empty($message[\'userinfo\'][\'avatar\'][\'avatarpath\'])\">\r\n {vb:set avatarpath, {vb:raw message.userinfo.avatar.avatarpath}}\r\n <vb:elseif condition=\"!empty($message[\'lastcontentavatar\']) AND !empty($message[\'lastcontentavatar\'][\'avatarpath\'])\" />\r\n {vb:set avatarpath, {vb:raw message.lastcontentavatar.avatarpath}}\r\n </vb:if>\r\n\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:var userProfileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$avatarpath\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatarpath}\" alt=\"{vb:raw userInfo.username}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw userInfo.username}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <vb:if condition=\"$message[\'about\'] == \'vm\'\">\r\n {vb:set routeInfoVm.nodeid, {vb:raw message.aboutid}}\r\n {vb:set routeInfoVm.innerPost, {vb:raw message.aboutid}}\r\n {vb:set routeInfoVm.title, {vb:phrase visitor_message_from_x, {vb:raw message.authorname}}}\r\n {vb:rawphrase x_posted_visitormessage_url, {vb:raw userInfo.username}, {vb:var userProfileUrl}, {vb:url \'visitormessage\', {vb:raw routeInfoVm}}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'follow\'\" />\r\n {vb:rawphrase x_accepted_follow_request, {vb:raw userInfo.username}, {vb:var userProfileUrl}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'following\'\" />\r\n {vb:rawphrase x_is_following_you, {vb:raw userInfo.username}, {vb:var userProfileUrl}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'rate\'\" />\r\n <vb:if condition=\"!empty($message[\'otherRecipients\']) AND $message[\'showdetail\']\">\r\n <vb:if condition=\"$message[\'is_conversation\'] == 1\">\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:rawphrase x_and_y_others_rated_z, {vb:raw userInfo.username}, {vb:raw message.otherRecipients}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}, {vb:var userProfileUrl}}\r\n <vb:else />\r\n {vb:set qs.p, {vb:raw message.aboutid}}\r\n {vb:set routeInfo.nodeid, {vb:raw message.aboutstarterid}}\r\n {vb:set routeInfo.innerPost, {vb:raw message.aboutid}}\r\n {vb:set link, {vb:url {vb:raw message.aboutstarterrouteid}, {vb:raw routeInfo}, {vb:raw qs}}}\r\n {vb:rawphrase x_and_y_others_rated_reply_z, {vb:raw userInfo.username}, {vb:raw message.otherRecipients}, {vb:raw message.aboutstartertitle}, {vb:raw message.aboutid}, {vb:raw link}, {vb:var userProfileUrl}}\r\n </vb:if>\r\n <vb:elseif condition=\"$message[\'showdetail\']\" />\r\n <vb:if condition=\"$message[\'is_conversation\'] == 1\">\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:rawphrase x_rated_conversation_y, {vb:raw userInfo.username}, {vb:raw message.abouttitle}, {vb:var userProfileUrl}, {vb:raw link}}\r\n <vb:else />\r\n {vb:set qs.p, {vb:raw message.aboutid}}\r\n {vb:set routeInfo.nodeid, {vb:raw message.aboutstarterid}}\r\n {vb:set routeInfo.innerPost, {vb:raw message.aboutid}}\r\n {vb:set link, {vb:url {vb:raw message.aboutstarterrouteid}, {vb:raw routeInfo}, {vb:raw qs}}}\r\n {vb:rawphrase x_rated_reply_y, {vb:raw userInfo.username}, {vb:raw message.aboutstartertitle}, {vb:var userProfileUrl}, {vb:raw link}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$message[\'otherRecipients\'] == 1\">\r\n {vb:set phrasename, \'x_user_rated_conversation_yz\'}\r\n <vb:else />\r\n {vb:set phrasename, \'x_users_rated_conversation_yz\'}\r\n </vb:if>\r\n \r\n <vb:if condition=\"$message[\'is_conversation\'] == 1\">\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:rawphrase {vb:raw phrasename}, {vb:raw message.otherRecipients}, {vb:raw message.abouttitle}, {vb:raw link}}\r\n <vb:else />\r\n {vb:set qs.p, {vb:raw message.aboutid}}\r\n {vb:set routeInfo.nodeid, {vb:raw message.aboutstarterid}}\r\n {vb:set routeInfo.innerPost, {vb:raw message.aboutid}}\r\n {vb:set link, {vb:url {vb:raw message.aboutstarterrouteid}, {vb:raw routeInfo}, {vb:raw qs}}}\r\n {vb:rawphrase {vb:raw phrasename}, {vb:raw message.otherRecipients}, {vb:raw message.aboutstartertitle}, {vb:raw link}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$message[\'about\'] == \'reply\'\" />\r\n {vb:set qs.p, {vb:raw message.aboutid}}\r\n {vb:set routeInfo.nodeid, {vb:raw message.aboutstarterid}}\r\n {vb:set routeInfo.innerPost, {vb:raw message.aboutid}}\r\n {vb:set link, {vb:url {vb:raw message.aboutstarterrouteid}, {vb:raw routeInfo}, {vb:raw qs}}}\r\n {vb:set userReplyInfo.userid, {vb:raw message.lastauthorid}}\r\n {vb:set userReplyProfile, {vb:url \'profile\', {vb:raw userReplyInfo}}}\r\n <vb:if condition=\"!empty($message[\'otherRecipients\'])\">\r\n {vb:rawphrase x_and_y_others_replied_to_z, {vb:raw message.aboutuser}, {vb:raw message.otherRecipients}, {vb:raw message.aboutstartertitle}, {vb:raw message.aboutstarterid}, {vb:raw link}, {vb:var userReplyProfile}}\r\n <vb:else />\r\n {vb:rawphrase x_replied_to_y, {vb:var userReplyProfile}, {vb:raw message.aboutuser}, {vb:raw link}, \'\', {vb:raw message.aboutstartertitle}}\r\n </vb:if>\r\n <vb:elseif condition=\"$message[\'about\'] == \'comment\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <vb:comment>Replies don\'t have a title, so use starter title</vb:comment>\r\n <vb:if condition=\"!empty($message[\'otherRecipients\'])\">\r\n {vb:rawphrase x_and_y_others_commented_z, {vb:raw userInfo.username}, {vb:raw message.otherRecipients}, {vb:raw message.aboutstartertitle}, {vb:raw message.aboutid}, {vb:raw link}, {vb:var userProfileUrl}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_your_reply_at_y, {vb:raw userInfo.username}, {vb:raw message.aboutstartertitle}, {vb:var userProfileUrl}, {vb:raw link}}\r\n </vb:if>\r\n <vb:elseif condition=\"$message[\'about\'] == \'moderate\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:phrase post_x_needs_moderation_link, {vb:raw message.aboutuser}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'threadcomment\'\" />\r\n {vb:set qs.p, {vb:raw message.aboutid}}\r\n {vb:set routeInfo.nodeid, {vb:raw message.aboutstarterid}}\r\n {vb:set link, {vb:url {vb:raw message.aboutstarterrouteid}, {vb:raw routeInfo}, {vb:raw qs}}}\r\n <vb:if condition=\"!empty($message[\'otherRecipients\'])\">\r\n {vb:rawphrase x_and_y_others_commented_on_zs, {vb:raw userInfo.username}, {vb:raw message.otherRecipients}, {vb:raw message.aboutstartertitle}, {vb:raw message.aboutid}, {vb:raw link}, {vb:var userProfileUrl}, {vb:raw message.aboutuser}}\r\n <vb:else />\r\n {vb:rawphrase x_commented_on_ys_reply_at_z, {vb:raw userInfo.username}, {vb:raw message.aboutstartertitle}, {vb:var userProfileUrl}, {vb:raw message.aboutid}, {vb:raw link}, {vb:raw message.aboutuser}}\r\n </vb:if>\r\n <vb:elseif condition=\"$message[\'about\'] == \'vote\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:set voterUrl[\'userid\'], {vb:raw message.userid}}\r\n {vb:set voterUrl {vb:url \'profile\', {vb:raw voterUrl}}}\r\n\r\n <vb:if condition=\"$message[\'votes\'] > 2\">\r\n {vb:set otherVoters, {vb:math {vb:var message.votes} - 1}}\r\n {vb:rawphrase x_y_users_voted_z, {vb:raw voterUrl}, {vb:var message.authorname}, {vb:raw message.aboutid}, {vb:var otherVoters}, {vb:raw link}, {vb:raw message.abouttitle}}\r\n <vb:elseif condition=\"$message[\'votes\'] == 2\" />\r\n {vb:rawphrase x_y_user_voted_z, {vb:raw voterUrl}, {vb:var message.authorname}, {vb:raw message.aboutid}, {vb:raw link}, {vb:raw message.abouttitle}}\r\n <vb:else />\r\n {vb:rawphrase x_voted_y, {vb:var message.authorname}, {vb:raw message.abouttitle}, {vb:raw voterUrl}, {vb:raw link}}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:comment>\r\n <vb:if condition=\"$message[\'about\'] == \'vm\'\">\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_visitormessage}</div>\r\n {vb:rawphrase x_posted_visitormessage, {vb:raw message.aboutuser}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'follow\'\" />\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_follow}</div>\r\n {vb:rawphrase x_accepted_follow_request, {vb:raw message.aboutuser}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'vote\'\" />\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_vote}</div>\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n {vb:rawphrase x_voted_y, {vb:var message.votes}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'vote_reply\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_vote}</div>\r\n {vb:rawphrase x_voted_reply_y, {vb:var message.votes}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'rate\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_rate}</div>\r\n {vb:rawphrase x_and_y_others_rated_z, {vb:raw message.lastauthor}, {vb:raw aboutcount}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'reply\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_reply}</div>\r\n {vb:rawphrase x_and_y_others_replied_to_z, {vb:raw message.lastauthor}, {vb:raw aboutcount}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'comment\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_comment}</div>\r\n {vb:rawphrase x_and_y_others_commented_z, {vb:raw message.lastauthor}, {vb:raw aboutcount}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}}\r\n <vb:elseif condition=\"$message[\'about\'] == \'threadcomment\'\" />\r\n {vb:set link, {vb:url {vb:raw message.aboutrouteid} , {vb:raw routeInfo}}}\r\n <div class=\"h-left notificationIcon\">{vb:phrase notify_abbrev_comment}</div>\r\n {vb:rawphrase x_and_y_others_commented_on_zs, {vb:raw userInfo.username}, {vb:raw message.otherRecipients}, {vb:raw message.abouttitle}, {vb:raw message.aboutid}, {vb:raw link}, {vb:var userProfileUrl}, {vb:raw message.aboutuser}}\r\n </vb:if>\r\n </vb:comment>\r\n\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <div class=\"post-date\">{vb:datetime {vb:raw message.publishdate}}</div>\r\n <button id=\"notificationBtnDelete_{vb:raw message.nodeid}\" type=\"button\" class=\"notificationBtnDelete button secondary h-right\">{vb:phrase delete}</button>\r\n </div>\r\n </div>\r\n <vb:comment>\r\n <div class=\"stretch h-clear h-left\">\r\n <button id=\"notificationBtnDelete_{vb:raw message.nodeid}\" type=\"button\" class=\"button-text h-right notificationBtnDelete\"><span class=\"button-text-primary\">{vb:phrase delete}</span></button>\r\n </div>\r\n </vb:comment>\r\n</li>','template',1375141887,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(257,-1,'privatemessage_notificationdetail_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(258,-1,'privatemessage_participants','$final_rendered = \'\' . \'\'; if (isset($notificationType) AND $notificationType == \'rate\') {\n $final_rendered .= \'\r\n\' . \'\'; $members = vB_Template_Runtime::parseData(\'reputation\', \'fetchWhovoted\', $nodeid, \'true\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n\' . \'\'; $members = vB_Template_Runtime::parseData(\'content_privatemessage\', \'fetchParticipants\', $nodeid); $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n<ul class=\"member-list\">\r\n\' . \'\'; if (is_array($members) || $members instanceof ArrayAccess) { foreach ($members AS $member) {$final_rendered .= \'\r\n <li class=\"member-item h-clearfix\">\r\n \' . \'\'; $userInfo[\'userid\'] = $member[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $member[\'username\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($member[\'avatarurl\']) {\n $final_rendered .= \'\r\n \' . \'\'; $avatarthumb = $member[\'avatarurl\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($avatarthumb)) {\n $final_rendered .= \'\r\n \' . \'\'; $avatarthumb = $avatarthumb[\'avatarpath\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $avatarthumb = \'images/default/default_avatar_thumb.png\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\" class=\"avatar h-left\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatarthumb . \'\" alt=\"\' . $member[\'username\'] . \'\" />\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\">\' . vB_Template_Runtime::vBVar($member[\'username\']) . \'</a>\r\n \' . \'\'; if ($showFollowButtons) {\n $final_rendered .= \'\r\n \' . \'\'; if ($member[\'following\'] == 1) {\n $final_rendered .= \'\r\n <button data-userid=\"\' . $member[\'userid\'] . \'\" type=\"button\" class=\"button follow-btn special isSubscribed button-text h-right\" disabled=\"disabled\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</span></button>\r\n \';\n } else if ($member[\'following\'] == 2) {\n $final_rendered .= \'\r\n <button data-userid=\"\' . $member[\'userid\'] . \'\" type=\"button\" class=\"button follow-btn secondary subscribe_pending button-text h-right\" disabled=\"disabled\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</span></button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button data-userid=\"\' . $member[\'userid\'] . \'\" type=\"button\" class=\"button follow-btn secondary button-text h-right pmBtnFollowRequest\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"follow\") . \'</span></button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pmLink[\'action\'] = \'new\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pmLink[\'userid\'] = $member[\'userid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $pmLink)) . \'\" class=\"button secondary h-right pmBtnSendPM\">\' . vB_Template_Runtime::parsePhrase(\"private_message\") . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </li>\r\n\'; } }$final_rendered .= \'\' . \'\r\n</ul>\r\n\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/subscribe.js\'); $final_rendered .= \'\' . \'\';','<vb:if condition=\"isset($notificationType) AND $notificationType == \'rate\'\">\r\n{vb:data members, reputation, fetchWhovoted, {vb:raw nodeid}, true}\r\n<vb:else />\r\n{vb:data members, content_privatemessage, fetchParticipants, {vb:raw nodeid}}\r\n</vb:if>\r\n<ul class=\"member-list\">\r\n<vb:each from=\"members\" value=\"member\">\r\n <li class=\"member-item h-clearfix\">\r\n {vb:set userInfo.userid, {vb:raw member.userid}}\r\n {vb:set userInfo.username, {vb:raw member.username}}\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$member[\'avatarurl\']\">\r\n {vb:set avatarthumb, {vb:raw member.avatarurl}}\r\n <vb:if condition=\"is_array($avatarthumb)\">\r\n {vb:set avatarthumb, {vb:raw avatarthumb.avatarpath}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set avatarthumb, \'images/default/default_avatar_thumb.png\'}\r\n </vb:if>\r\n <a href=\"{vb:url \'profile\', {vb:raw userInfo}}\" class=\"avatar h-left\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatarthumb}\" alt=\"{vb:raw member.username}\" />\r\n </a>\r\n </vb:if>\r\n <a href=\"{vb:url \'profile\', {vb:raw userInfo}}\">{vb:var member.username}</a>\r\n <vb:if condition=\"$showFollowButtons\">\r\n <vb:if condition=\"$member[\'following\'] == 1\">\r\n <button data-userid=\"{vb:raw member.userid}\" type=\"button\" class=\"button follow-btn special isSubscribed button-text h-right\" disabled=\"disabled\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">{vb:phrase following}</span></button>\r\n <vb:elseif condition=\"$member[\'following\'] == 2\" />\r\n <button data-userid=\"{vb:raw member.userid}\" type=\"button\" class=\"button follow-btn secondary subscribe_pending button-text h-right\" disabled=\"disabled\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">{vb:phrase following_pending}</span></button>\r\n <vb:else />\r\n <button data-userid=\"{vb:raw member.userid}\" type=\"button\" class=\"button follow-btn secondary button-text h-right pmBtnFollowRequest\"><span class=\"button-icon\"></span><span class=\"button-text-primary\">{vb:phrase follow}</span></button>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set pmLink.action, \'new\'}\r\n {vb:set pmLink.userid, {vb:raw member.userid}}\r\n <a href=\"{vb:url privatemessage, {vb:raw pmLink}}\" class=\"button secondary h-right pmBtnSendPM\">{vb:phrase private_message}</a>\r\n </vb:if>\r\n </li>\r\n</vb:each>\r\n</ul>\r\n\r\n{vb:js js/subscribe.js}','template',1376676453,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(259,-1,'privatemessage_participants_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(260,-1,'privatemessage_pendingpost_item','$final_rendered = \'\' . \'\'; $isVisitorMessage = $post[\'isVisitorMessage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($isVisitorMessage) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vm_userInfo = $post[\'vm_userInfo\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'nodeid\'] != $post[\'starter\']) {\n $final_rendered .= \'\r\n \' . \'\'; $isVmComment = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else if ($post[\'starter\'] == $post[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'topic\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($post[\'starter\'] == $post[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'comment\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<li data-node-id=\"\' . $post[\'nodeid\'] . \'\" data-node-contenttype-id=\"\' . $post[\'contenttypeid\'] . \'\" data-user-id=\"\' . $post[\'userid\'] . \'\" data-post-type=\"\' . $postType . \'\" class=\"list-item list-item-text h-left h-clear\">\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"\' . $post[\'nodeid\'] . \'\" />\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-clearfix\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $post[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($post[\'senderAvatar\'] AND $post[\'senderAvatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $post[\'senderAvatar\'][\'avatarpath\'] . \'\" alt=\"\' . $post[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $post[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $starter[\'nodeid\'] = $post[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $post[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $post[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $post[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $vmRouteInfo[\'nodeid\'] = $post[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmRouteInfo[\'title\'] = $post[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $vmUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $vmRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($vmUrl) . \'\', $post[\'startertitle\'], $post[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_vm_from_y\", \'\' . vB_Template_Runtime::vBVar($vmUrl) . \'\', $post[\'startertitle\'], $post[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $post[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'topic\') {\n $final_rendered .= \'\r\n \' . \'\'; $postUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'routeid\'], $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_topic_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'nodeid\'], $post[\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_topic_y\", \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'nodeid\'], $post[\'title\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $postUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_replied_to_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied_to_y\", \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentPost)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; $postUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $parentPost[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $postExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0 AND $parentPost[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentPost[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n } else if ($post[\'userid\'] == 0 AND $parentPost[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentPost[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n } else if ($post[\'userid\'] > 0 AND $parentPost[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($postUrl) . \'\', $post[\'starter\'], $post[\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType ==\'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($isVmComment) {\n $final_rendered .= \'\r\n \' . \'\'; $profileRouteInfo[\'userid\'] = $post[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileRouteInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $profileInfo[\'userid\'] = $vm_userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $profileInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'userid\'] = $post[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_posted_visitormessage_for_y_2\", $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($userProfileUrl) . \'\', $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_posted_visitormessage_for_y_2\", $vm_userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'topic\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_started_a_topic\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_started_a_topic\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($post[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"link_x_y_replied\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_replied\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'innerPost\'] = $parentPost[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $post)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $parentPost)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $postExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($parentPost[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($post[\'userid\'] > 0 AND $parentPost[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentPost[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\']) . \'\r\n \';\n } else if ($post[\'userid\'] == 0 AND $parentPost[\'userid\'] > 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_ys_reply\", \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $parentPost[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\']) . \'\r\n \';\n } else if ($post[\'userid\'] > 0 AND $parentPost[\'userid\'] == 0) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $post[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"guest_commented_on_guests_reply\", \'\' . vB_Template_Runtime::vBVar($postExtraUrl) . \'\', $parentPost[\'nodeid\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($post[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $post[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"info h-right\">\r\n <div class=\"post-date\">\' . vB_Template_Runtime::datetime($post[\'created\']) . \'</div>\r\n </div>\r\n </div>\r\n \' . \'\'; if (!empty($post[\'rawtext\'])) {\n $final_rendered .= \'<div class=\"post-content restore ellipsis h-clear\">\' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($post[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\' . $parsedText . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary view-post\">\' . vB_Template_Runtime::parsePhrase(\"view_post\") . \'</button>\r\n \' . \'\'; if ($post[\'contenttypeclass\'] == \'Gallery\') {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $post[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $post[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"photo-count\" target=\"_blank\">\r\n <span class=\"icon\"></span>\r\n <span class=\"count\">\' . $post[\'photocount\'] . \'</span>\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n <button class=\"button primary pending-post-approve\">\' . vB_Template_Runtime::parsePhrase(\"approve\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n</li>\';','{vb:set isVisitorMessage, {vb:raw post.isVisitorMessage}}\r\n<vb:if condition=\"$isVisitorMessage\">\r\n {vb:set postType, \'visitorMessage\'}\r\n {vb:set vm_userInfo, {vb:raw post.vm_userInfo}}\r\n <vb:if condition=\"$post[\'nodeid\'] != $post[\'starter\']\">\r\n {vb:set isVmComment, 1}\r\n </vb:if>\r\n<vb:elseif condition=\"$post[\'starter\'] == $post[\'nodeid\']\" />\r\n {vb:set postType, \'topic\'}\r\n<vb:elseif condition=\"$post[\'starter\'] == $post[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n<vb:else />\r\n {vb:set postType, \'comment\'}\r\n</vb:if>\r\n\r\n<li data-node-id=\"{vb:raw post.nodeid}\" data-node-contenttype-id=\"{vb:raw post.contenttypeid}\" data-user-id=\"{vb:raw post.userid}\" data-post-type=\"{vb:raw postType}\" class=\"list-item list-item-text h-left h-clear\">\r\n <input class=\"privateMessageActionCheck h-left\" type=\"checkbox\" name=\"node[]\" value=\"{vb:raw post.nodeid}\" />\r\n <div class=\"h-left list-item-wrapper\">\r\n <div class=\"list-item-header h-clearfix\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw post.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw post}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$post[\'senderAvatar\'] AND $post[\'senderAvatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw post.senderAvatar.avatarpath}\" alt=\"{vb:raw post.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw post.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if>\">\r\n {vb:set starter.nodeid, {vb:raw post.starter}}\r\n {vb:set starter.username, {vb:raw post.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw post.starteruserid}}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n <vb:if condition=\"$postType ==\'visitorMessage\'\">\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw post.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$reportActivity\">\r\n {vb:set vmRouteInfo.nodeid, {vb:raw post.starter}}\r\n {vb:set vmRouteInfo.title, {vb:raw post.starterurlident}}\r\n {vb:set vmUrl, {vb:url \'visitormessage\', {vb:raw vmRouteInfo}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_vm_from_y, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var vmUrl}, {vb:raw post.startertitle}, {vb:raw post.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_vm_from_y, {vb:var vmUrl}, {vb:raw post.startertitle}, {vb:raw post.nodeid}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw post.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw post.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw post.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'topic\'\" />\r\n {vb:set postUrl, {vb:url {vb:raw post.routeid}, {vb:raw post}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:rawphrase x_started_a_topic_y, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var postUrl}, {vb:raw post.nodeid}, {vb:raw post.title}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_topic_y, {vb:var postUrl}, {vb:raw post.nodeid}, {vb:raw post.title}}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n {vb:set postUrl, {vb:url {vb:raw post.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:rawphrase x_replied_to_y, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied_to_y, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentPost}}}\r\n <vb:comment>We do not want to use the innerPost in this first URL</vb:comment>\r\n {vb:set postUrl, {vb:url {vb:raw post.starterroute}, {vb:raw starter}}}\r\n {vb:set starter.innerPost, {vb:raw parentPost.nodeid}}\r\n {vb:set postExtraUrl, {vb:url {vb:raw post.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0 AND $parentPost[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply_to_z, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var parentProfileUrl}, {vb:raw parentPost.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n <vb:elseif condition=\"$post[\'userid\'] == 0 AND $parentPost[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply_to_z, {vb:var parentProfileUrl}, {vb:raw parentPost.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n <vb:elseif condition=\"$post[\'userid\'] > 0 AND $parentPost[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply_to_z, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply_to_z, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}, {vb:var postUrl}, {vb:raw post.starter}, {vb:raw post.startertitle}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$postType ==\'visitorMessage\'\">\r\n <vb:if condition=\"$isVmComment\">\r\n {vb:set profileRouteInfo.userid, {vb:raw post.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileRouteInfo}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented, {vb:var profileUrl}, {vb:raw post.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set profileInfo.userid, {vb:raw vm_userInfo.userid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw profileInfo}}}\r\n {vb:set userInfo.userid, {vb:raw post.userid}}\r\n {vb:set userProfileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:rawphrase x_posted_visitormessage_for_y_2, {vb:raw post.authorname}, {vb:var userProfileUrl}, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n <vb:else />\r\n {vb:rawphrase guest_posted_visitormessage_for_y_2, {vb:raw vm_userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'topic\'\" />\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:rawphrase x_started_a_topic, {vb:var profileUrl}, {vb:raw post.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_started_a_topic}\r\n </vb:if>\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <vb:if condition=\"$post[\'userid\'] > 0\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:rawphrase link_x_y_replied, {vb:var profileUrl}, {vb:raw post.authorname}}\r\n <vb:else />\r\n {vb:rawphrase guest_replied}\r\n </vb:if>\r\n <vb:else />\r\n {vb:set starter.innerPost, {vb:raw parentPost.nodeid}}\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw post}}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw parentPost}}}\r\n {vb:set postExtraUrl, {vb:url {vb:raw parentPost.starterroute}, {vb:raw starter}}}\r\n <vb:if condition=\"$post[\'userid\'] > 0 AND $parentPost[\'userid\'] > 0\">\r\n {vb:rawphrase x_commented_on_ys_reply, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var parentProfileUrl}, {vb:raw parentPost.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}}\r\n <vb:elseif condition=\"$post[\'userid\'] == 0 AND $parentPost[\'userid\'] > 0\"/>\r\n {vb:rawphrase guest_commented_on_ys_reply, {vb:var parentProfileUrl}, {vb:raw parentPost.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}}\r\n <vb:elseif condition=\"$post[\'userid\'] > 0 AND $parentPost[\'userid\'] == 0\"/>\r\n {vb:rawphrase x_commented_on_guests_reply, {vb:var profileUrl}, {vb:raw post.authorname}, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}}\r\n <vb:else />\r\n {vb:rawphrase guest_commented_on_guests_reply, {vb:var postExtraUrl}, {vb:raw parentPost.nodeid}}\r\n </vb:if>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw post.channelroute}}}<div class=\"channel-info\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw post.channeltitle}}</div></vb:if>\r\n </div>\r\n <div class=\"info h-right\">\r\n <div class=\"post-date\">{vb:datetime {vb:raw post.created}}</div>\r\n </div>\r\n </div>\r\n <vb:if condition=\"!empty($post[\'rawtext\'])\"><div class=\"post-content restore ellipsis h-clear\">{vb:action parsedText, bbcode, parseNodeText, {vb:var post.nodeid}, 0, {vb:var page.contentpagenum}}{vb:raw parsedText}</div></vb:if>\r\n <div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary view-post\">{vb:rawphrase view_post}</button>\r\n <vb:if condition=\"$post[\'contenttypeclass\'] == \'Gallery\'\">\r\n {vb:set urlInfo.nodeid, {vb:raw post.starter}}\r\n {vb:set urlInfo.title, {vb:raw post.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"photo-count\" target=\"_blank\">\r\n <span class=\"icon\"></span>\r\n <span class=\"count\">{vb:raw post.photocount}</span>\r\n </a>\r\n </vb:if>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">{vb:phrase delete}</button>\r\n <button class=\"button primary pending-post-approve\">{vb:phrase approve}</button>\r\n </div>\r\n </div>\r\n </div>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(261,-1,'privatemessage_pendingpost_main','$final_rendered = \'\r\n\' . \'\'; if ($getPagingInfo) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'totalcount\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($setCurrentPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'page\'] = $setCurrentPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if ($setPerPage) {\n $final_rendered .= \'\r\n \' . \'\'; $options[\'perpage\'] = $setPerPage; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'showVM\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'node\', \'listPendingPostsForCurrentUser\', $options); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = $messages[\'pageInfo\']; $final_rendered .= \'\' . \'\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"pagenum\" value=\"\' . $pageInfo[\'currentpage\'] . \'\"/>\r\n <input type=\"hidden\" class=\"totalcount\" value=\"\' . $pageInfo[\'totalcount\'] . \'\" />\r\n <input type=\"hidden\" class=\"totalpages\" value=\"\' . $pageInfo[\'pages\'] . \'\" />\r\n</div>\r\n\' . \'\'; if ($messages[\'totalcount\'] > 0) {\n $final_rendered .= \'\r\n <ul class=\"conversation-list list-container message-list stream-view h-clearfix\">\r\n \' . \'\'; if (is_array($messages[\'nodes\']) || $messages[\'nodes\'] instanceof ArrayAccess) { foreach ($messages[\'nodes\'] AS $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_pendingpost_item\',array(\'post\' => $message[\'content\'], \'parentPost\' => $message[\'parent\'], \'reportActivity\' => \'1\', \'showChannelInfo\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\';\n } else {\n $final_rendered .= \'\r\n <div class=\"message-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_message_found\") . \'</div>\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"$getPagingInfo\">\r\n {vb:set options.totalcount, 1}\r\n</vb:if>\r\n<vb:if condition=\"$setCurrentPage\">\r\n {vb:set options.page, {vb:raw setCurrentPage}}\r\n</vb:if>\r\n<vb:if condition=\"$setPerPage\">\r\n {vb:set options.perpage, {vb:raw setPerPage}}\r\n</vb:if>\r\n{vb:set options.showVM, 1}\r\n{vb:data messages, node, listPendingPostsForCurrentUser, {vb:raw options}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:set pageInfo, {vb:raw messages.pageInfo}}\r\n<div class=\"h-hide pending-posts-pageinfo\">\r\n <input type=\"hidden\" class=\"pagenum\" value=\"{vb:raw pageInfo.currentpage}\"/>\r\n <input type=\"hidden\" class=\"totalcount\" value=\"{vb:raw pageInfo.totalcount}\" />\r\n <input type=\"hidden\" class=\"totalpages\" value=\"{vb:raw pageInfo.pages}\" />\r\n</div>\r\n<vb:if condition=\"$messages[\'totalcount\'] > 0\">\r\n <ul class=\"conversation-list list-container message-list stream-view h-clearfix\">\r\n <vb:each from=\"messages.nodes\" value=\"message\">\r\n {vb:template privatemessage_pendingpost_item, post={vb:raw message.content}, parentPost={vb:raw message.parent}, reportActivity=1, showChannelInfo=1}\r\n </vb:each>\r\n </ul>\r\n<vb:else />\r\n <div class=\"message-empty\">{vb:phrase no_message_found}</div>\r\n</vb:if>','template',1363907571,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(262,-1,'privatemessage_pendingpost_overlay','$final_rendered = \'\' . \'\'; $conversation = vB_Template_Runtime::parseData(\'node\', \'getNodeFullContent\', $nodeid, $contenttypeid); $final_rendered .= \'\' . \'\r\n\' . \'\'; $conversation = $conversation[$nodeid]; $final_rendered .= \'\' . \'\r\n<div class=\"dialog-content h-clearfix content-entry-box\">\r\n <div class=\"h-right nav-buttons\">\r\n <button class=\"button secondary pending-post-previous \' . \'\'; if ($currentPosition == 1) {\n $final_rendered .= \'h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</span>\r\n </button>\r\n <button class=\"button secondary pending-post-next \' . \'\'; if ($currentPosition == $maxPosition) {\n $final_rendered .= \'h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <span class=\"button-text-primary\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</span>\r\n <span class=\"button-icon\"></span>\r\n </button>\r\n </div>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix\">\r\n <li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"list-item h-left h-clear\">\r\n <form>\r\n \' . \'\'; if (empty($conversation[\'setfor\']) AND $conversation[\'nodeid\'] == $conversation[\'starter\']) {\n $final_rendered .= \'\r\n <input tabindex=\"1\" type=\"text\" name=\"title\" class=\"title-field entry-field\" value=\"\' . $conversation[\'title\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"lnkToggleAdvancedWrapper\">\r\n <span class=\"lnkToggleAdvanced jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"toggle_advanced_editor\") . \'</span>\r\n </div>\r\n <textarea id=\"ckeditor-bare\" name=\"text\" rows=\"2\" class=\"ckeditor-bare-box ckeditor-no-toolbar entry-field text-field\" tabindex=\"1\">\' . vB_Template_Runtime::vBVar($conversation[\'rawtext\']) . \'</textarea>\r\n </form>\r\n \' . \'\'; if (!empty($conversation[\'photopreview\'])) {\n $final_rendered .= \'\r\n <div class=\"photo-preview h-left\">\r\n \' . \'\'; if (is_array($conversation[\'photopreview\']) || $conversation[\'photopreview\'] instanceof ArrayAccess) { foreach ($conversation[\'photopreview\'] AS $photo) {$final_rendered .= \'\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </span>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"gallery-details h-clearfix\">\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'title\'] = $conversation[\'startertitle\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'album\', $urlInfo)) . \'\" class=\"photo-count\" target=\"_blank\">\r\n \' . \'\'; if ($conversation[\'photocount\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", $conversation[\'photocount\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", $conversation[\'photocount\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"notes\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"notes_gthreadmanage\") . \'</label>\r\n <input tabindex=\"1\" type=\"text\" name=\"reason\" class=\"notes-field entry-field\" value=\"\" />\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary pending-post-close\">\' . vB_Template_Runtime::parsePhrase(\"close\") . \'</button>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n <button class=\"button primary pending-post-approve\">\' . vB_Template_Runtime::parsePhrase(\"approve\") . \'</button>\r\n </div>\r\n</div>\';','{vb:data conversation, node, getNodeFullContent, {vb:raw nodeid}, {vb:raw contenttypeid}}\r\n{vb:set conversation, {vb:raw conversation[$nodeid]}}\r\n<div class=\"dialog-content h-clearfix content-entry-box\">\r\n <div class=\"h-right nav-buttons\">\r\n <button class=\"button secondary pending-post-previous <vb:if condition=\"$currentPosition == 1\">h-hide</vb:if>\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">{vb:phrase previous}</span>\r\n </button>\r\n <button class=\"button secondary pending-post-next <vb:if condition=\"$currentPosition == $maxPosition\">h-hide</vb:if>\">\r\n <span class=\"button-text-primary\">{vb:phrase next}</span>\r\n <span class=\"button-icon\"></span>\r\n </button>\r\n </div>\r\n <ul class=\"conversation-list list-container stream-view activity-view h-clearfix\">\r\n <li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"list-item h-left h-clear\">\r\n <form>\r\n <vb:if condition=\"empty($conversation[\'setfor\']) AND $conversation[\'nodeid\'] == $conversation[\'starter\']\">\r\n <input tabindex=\"1\" type=\"text\" name=\"title\" class=\"title-field entry-field\" value=\"{vb:raw conversation.title}\" />\r\n </vb:if>\r\n <div class=\"lnkToggleAdvancedWrapper\">\r\n <span class=\"lnkToggleAdvanced jsPseudoLink\">{vb:phrase toggle_advanced_editor}</span>\r\n </div>\r\n <textarea id=\"ckeditor-bare\" name=\"text\" rows=\"2\" class=\"ckeditor-bare-box ckeditor-no-toolbar entry-field text-field\" tabindex=\"1\">{vb:var conversation.rawtext}</textarea>\r\n </form>\r\n <vb:if condition=\"!empty($conversation[\'photopreview\'])\">\r\n <div class=\"photo-preview h-left\">\r\n <vb:each from=\"conversation.photopreview\" value=\"photo\">\r\n <span class=\"b-gallery-thumbnail-list__item\">\r\n <img class=\"b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </span>\r\n </vb:each>\r\n </div>\r\n <div class=\"gallery-details h-clearfix\">\r\n {vb:set urlInfo.nodeid, {vb:raw conversation.starter}}\r\n {vb:set urlInfo.title, {vb:raw conversation.startertitle}}\r\n <a href=\"{vb:url \'album\', {vb:raw urlInfo}}\" class=\"photo-count\" target=\"_blank\">\r\n <vb:if condition=\"$conversation[\'photocount\'] > 1\">\r\n {vb:rawphrase x_photos, {vb:raw conversation.photocount}}\r\n <vb:else />\r\n {vb:rawphrase x_photo, {vb:raw conversation.photocount}}\r\n </vb:if>\r\n </a>\r\n </div>\r\n </vb:if>\r\n <div class=\"notes\">\r\n <label>{vb:phrase notes_gthreadmanage}</label>\r\n <input tabindex=\"1\" type=\"text\" name=\"reason\" class=\"notes-field entry-field\" value=\"\" />\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"action-buttons h-clear\">\r\n <div class=\"pending-buttons h-left\">\r\n <button class=\"button secondary pending-post-close\">{vb:phrase close}</button>\r\n </div>\r\n <div class=\"pending-post-controls h-right\">\r\n <button class=\"button secondary pending-post-delete\">{vb:phrase delete}</button>\r\n <button class=\"button primary pending-post-approve\">{vb:phrase approve}</button>\r\n </div>\r\n</div>','template',1364863891,'vBulletin Solutions','5.0.3 Alpha 1','vbulletin','none'),(263,-1,'privatemessage_preview','$final_rendered = \'<li class=\"list-item list-item-body message-item \' . \'\'; if (!$message[\'msgread\']) {\n $final_rendered .= \' message-unread\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" id=\"msgSummary_\' . $message[\'nodeid\'] . \'\">\r\n \' . \'\'; if (isset($showCheckbox) AND $showCheckbox) {\n $final_rendered .= \'\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_\' . $message[\'nodeid\'] . \'\" class=\"privateMessageActionCheck\" value=\"\' . $message[\'nodeid\'] . \'\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($message[\'firstrecipient\']) AND !empty($message[\'firstrecipient\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($message[firstrecipient][userid]); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[firstrecipient][username]; $final_rendered .= \'\' . \'\r\n \';\n } else if ($message[\'included\']) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $user[\'username\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($message[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'authorname\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n <div class=\"message-header\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($message[\'senderAvatar\'] AND $message[\'senderAvatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $message[\'senderAvatar\'][\'avatarpath\'] . \'\" alt=\"\' . $message[\'username\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $message[\'username\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (($message[\'otherRecipients\'] == 1)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'included\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"href_x_y_me_and_other\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[\'username\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_other\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[\'username\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if (($message[\'otherRecipients\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'included\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"href_x_y_me_and_y_others\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($message[\'otherRecipients\']) . \'\') . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_y_others\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($message[\'otherRecipients\']) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($message[\'included\'] AND ($userInfo[\'userid\'] != $user[\'userid\'])) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_me\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[\'username\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar($profileUrl) . \'\">\' . $userInfo[\'username\'] . \'</a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \r\n <div class=\"info h-right post-date\">\r\n \' . \'\'; if ($message[\'responses\'] > 0) {\n $final_rendered .= \'\r\n <span class=\"replies\">\' . \'\'; if ($message[\'responses\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_reply\", htmlspecialchars(\'1\')) . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_replies\", htmlspecialchars(\'\' . $message[\'responses\'] . \'\')) . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n <span class=\"divider-vertical\">|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <span class=\"date\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</span>\r\n </div>\r\n <div class=\"subject ellipsis\">\r\n \' . \'\'; $messageInfo[action] = \'view\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($message[\'starter\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $messageInfo[messageid] = $message[\'starter\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $messageInfo[messageid] = $message[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $params[folderid] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $messageInfo, $params)) . \'\">\' . \'\'; if (empty($message[\'title\'])) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"reply_prefix\") . \' \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if ($message[\'abouttitle\']) {\n $final_rendered .= \'\' . $message[\'abouttitle\'] . \'\';\n } else if (!empty($message[\'title\'])) {\n $final_rendered .= \'\' . $message[\'title\'] . \'\';\n } else {\n $final_rendered .= \'(\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \')\';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($message[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n <div class=\"post-links hide-see-link\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n </div>\r\n</li>\';','<li class=\"list-item list-item-body message-item <vb:if condition=\"!$message[\'msgread\']\"> message-unread</vb:if>\" id=\"msgSummary_{vb:raw message.nodeid}\">\r\n <vb:if condition=\"isset($showCheckbox) AND $showCheckbox\">\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_{vb:raw message.nodeid}\" class=\"privateMessageActionCheck\" value=\"{vb:raw message.nodeid}\" />\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"isset($message[\'firstrecipient\']) AND !empty($message[\'firstrecipient\'])\">\r\n {vb:set userInfo.userid, {vb:var message[\'firstrecipient\'][\'userid\']}}\r\n {vb:set userInfo.username, {vb:raw message[\'firstrecipient\'][\'username\']}}\r\n <vb:elseif condition=\"$message[\'included\']\" />\r\n {vb:set userInfo.userid, {vb:var user.userid}}\r\n {vb:set userInfo.username, {vb:raw user.username}}\r\n <vb:else />\r\n {vb:set userInfo.userid, {vb:var message.userid}}\r\n {vb:set userInfo.username, {vb:raw message.authorname}}\r\n </vb:if>\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <div class=\"message-header\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:var profileUrl}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$message[\'senderAvatar\'] AND $message[\'senderAvatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw message.senderAvatar.avatarpath}\" alt=\"{vb:raw message.username}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw message.username}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n \r\n <vb:if condition=\"($message[\'otherRecipients\'] == 1)\">\r\n <vb:if condition=\"$message[\'included\']\">\r\n {vb:rawphrase href_x_y_me_and_other, {vb:var profileUrl}, {vb:raw userInfo.username}}\r\n <vb:else />\r\n {vb:rawphrase href_x_y_and_other, {vb:var profileUrl}, {vb:raw userInfo.username}}\r\n </vb:if>\r\n <vb:elseif condition=\"($message[\'otherRecipients\'])\" />\r\n <vb:if condition=\"$message[\'included\']\">\r\n {vb:rawphrase href_x_y_me_and_y_others, {vb:var profileUrl}, {vb:raw userInfo.username}, {vb:var message.otherRecipients}}\r\n <vb:else />\r\n {vb:rawphrase href_x_y_and_y_others, {vb:var profileUrl}, {vb:raw userInfo.username}, {vb:var message.otherRecipients}}\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$message[\'included\'] AND ($userInfo[\'userid\'] != $user[\'userid\'])\">\r\n {vb:rawphrase href_x_y_and_me, {vb:var profileUrl}, {vb:raw userInfo.username}}\r\n <vb:else />\r\n <a href=\"{vb:var profileUrl}\">{vb:raw userInfo.username}</a>\r\n </vb:if>\r\n </vb:if>\r\n \r\n <div class=\"info h-right post-date\">\r\n <vb:if condition=\"$message[\'responses\'] > 0\">\r\n <span class=\"replies\"><vb:if condition=\"$message[\'responses\'] == 1\">{vb:phrase x_reply, 1}<vb:else />{vb:phrase x_replies, {vb:raw message.responses}}</vb:if></span>\r\n <span class=\"divider-vertical\">|</span>\r\n </vb:if>\r\n <span class=\"date\">{vb:datetime {vb:raw message.publishdate}}</span>\r\n </div>\r\n <div class=\"subject ellipsis\">\r\n {vb:set messageInfo[\'action\'], \'view\'}\r\n <vb:if condition=\"isset($message[\'starter\'])\">\r\n {vb:set messageInfo[\'messageid\'], {vb:raw message.starter}}\r\n <vb:else />\r\n {vb:set messageInfo[\'messageid\'], {vb:raw message.nodeid}}\r\n </vb:if>\r\n {vb:set params[\'folderid\'], {vb:raw page.folderid}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw messageInfo}, {vb:raw params}}\"><vb:if condition=\"empty($message[\'title\'])\">{vb:phrase reply_prefix} </vb:if><vb:if condition=\"$message[\'abouttitle\']\">{vb:raw message.abouttitle}<vb:elseif condition=\"!empty($message[\'title\'])\" />{vb:raw message.title}<vb:else />({vb:phrase untitled})</vb:if>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var message.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n <div class=\"post-links hide-see-link\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n </div>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(264,-1,'privatemessage_preview_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(265,-1,'privatemessage_reply','$final_rendered = \'<h3>Reply to Message Content Goes Here</h3>\';','<h3>Reply to Message Content Goes Here</h3>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(266,-1,'privatemessage_reply_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(267,-1,'privatemessage_report','$final_rendered = \'\' . \'\'; $reportchannelid = vB_Template_Runtime::parseData(\'node\', \'fetchReportChannel\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $sortOption[\'created\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'sort\'] = $sortOption; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'includeProtected\'] = \'true\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'nolimit\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'node\', \'listNodeContent\', $reportchannelid, $page[\'pagenum\'], \'20\', \'0\', \'\', $options); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($nodes[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-report-list\">\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_reportpreview\',array(\'message\' => $node, \'page\' => $page)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n</div>\';','{vb:data reportchannelid, node, fetchReportChannel}\r\n{vb:set sortOption.created, \'DESC\'}\r\n{vb:set options.sort, {vb:raw sortOption}}\r\n{vb:set options.includeProtected, true}\r\n{vb:set options.nolimit, 1}\r\n\r\n{vb:data nodes, node, listNodeContent, {vb:raw reportchannelid}, {vb:raw page.pagenum}, 20, 0, null, {vb:raw options}}\r\n<vb:if condition=\"$nodes[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-report-list\">\r\n <vb:each from=\"nodes\" value=\"node\">\r\n {vb:template privatemessage_reportpreview, message={vb:raw node}, page={vb:raw page}}\r\n </vb:each>\r\n </ul>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(268,-1,'privatemessage_reportpreview','$final_rendered = \'<li class=\"list-item message-item \' . \'\'; if (!$message[\'content\'][\'closed\']) {\n $final_rendered .= \' message-unread\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" id=\"msgSummary_\' . $message[\'nodeid\'] . \'\">\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_\' . $message[\'nodeid\'] . \'\" class=\"privateMessageActionCheck\" value=\"\' . $message[\'nodeid\'] . \'\" />\r\n </div>\r\n <div class=\"message-header\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $message)) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if (!empty($message[\'content\'][\'avatar\']) AND !empty($message[\'content\'][\'avatar\'][\'avatarpath\'])) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $message[\'content\'][\'avatar\'][\'avatarpath\'] . \'\" alt=\"\' . $message[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $message[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $message)) . \'\">\' . $message[\'authorname\'] . \'</a>\r\n <div class=\"info h-right\">\r\n <span class=\"date post-date\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</span>\r\n </div>\r\n <div class=\"subject\">\r\n \' . \'\'; $messageInfo[\'action\'] = \'reportview\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $messageInfo[\'messageid\'] = $message[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $params[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $title = $message[\'title\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($title)) {\n $final_rendered .= \'\r\n \' . \'\'; $title = \'\' . vB_Template_Runtime::parsePhrase(\"no_title\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $messageInfo, $params)) . \'\">\' . $title . \'</a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">\' . $message[\'content\'][\'previewtext\'] . \'</div>\r\n</li>\';','<li class=\"list-item message-item <vb:if condition=\"!$message[\'content\'][\'closed\']\"> message-unread</vb:if>\" id=\"msgSummary_{vb:raw message.nodeid}\">\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_{vb:raw message.nodeid}\" class=\"privateMessageActionCheck\" value=\"{vb:raw message.nodeid}\" />\r\n </div>\r\n <div class=\"message-header\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw message}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"!empty($message[\'content\'][\'avatar\']) AND !empty($message[\'content\'][\'avatar\'][\'avatarpath\'])\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw message.content.avatar.avatarpath}\" alt=\"{vb:raw message.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw message.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n\r\n <a href=\"{vb:url \'profile\', {vb:raw message}}\">{vb:raw message.authorname}</a>\r\n <div class=\"info h-right\">\r\n <span class=\"date post-date\">{vb:datetime {vb:raw message.publishdate}}</span>\r\n </div>\r\n <div class=\"subject\">\r\n {vb:set messageInfo.action, \'reportview\'}\r\n {vb:set messageInfo.messageid, {vb:raw message.nodeid}}\r\n {vb:set params.folderid, {vb:raw page.folderid}}\r\n {vb:set title, {vb:raw message.title}}\r\n <vb:if condition=\"empty($title)\">\r\n {vb:set title, {vb:phrase no_title}}\r\n </vb:if>\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw messageInfo}, {vb:raw params}}\">{vb:raw title}</a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">{vb:raw message.content.previewtext}</div>\r\n</li>','template',1369055457,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(269,-1,'privatemessage_reportpreview_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(270,-1,'privatemessage_reportview','$final_rendered = \'\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_report\', \'getContent\', $page[\'messageid\']); $final_rendered .= \'\' . \'\r\n<input type=\"hidden\" id=\"privateMessageNodeid\" value=\"\' . $page[\'messageid\'] . \'\"/>\r\n<ul class=\"conversation-list list-container h-clearfix stream-view pm-report-list\">\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $message[\'userid\']); $final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \' . \'\'; $userThumbAvatars = vB_Template_Runtime::parseData(\'user\', \'fetchAvatars\', $userIds, \'1\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . \'\'; $reportnode[\'nodeid\'] = $message[\'reportnodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $reportnode[\'routeid\'] = $message[\'reportnoderouteid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $reportnode[\'title\'] = $message[\'reportnodetitle\']; $final_rendered .= \'\' . \'\r\n <li class=\"list-item list-item-text h-left h-clear\">\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $message)) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if (!empty($userThumbAvatars[$message[\'userid\']][\'avatarpath\']) AND ($avatarpath = $userThumbAvatars[$message[\'userid\']][\'avatarpath\'])) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $avatarpath . \'\" alt=\"\' . $message[\'authorname\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $message[\'authorname\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\">\r\n <div class=\"post-action-wrapper\">\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $message)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($message[\'reportnodetype\'] == \'starter\') {\n $final_rendered .= \'\r\n \' . \'\'; $reportnodeUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($reportnode[\'routeid\'], $reportnode)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_flagged_a_topic_y\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $message[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($reportnodeUrl) . \'\', $reportnode[\'title\']) . \'\r\n \';\n } else if ($message[\'reportnodetype\'] == \'reply\') {\n $final_rendered .= \'\r\n \' . \'\'; $reportnodeParentUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'reportparentnode\'][\'routeid\'], $message[\'reportparentnode\'])) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_flagged_a_reply_to_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $message[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($reportnodeParentUrl) . \'\', $message[\'reportparentnode\'][\'title\']) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $message[\'reportparentnode\'][\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $message[\'reportparentnode\'][\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $message[\'reportparentnode\'][\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $parentProfileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $message[\'reportparentnode\'])) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $reportnodeParentUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'reportparentnode\'][\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $reportnode[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $reportnodeParentExtraUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'reportparentnode\'][\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_flagged_a_comment_on_ys_reply_to_z\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $message[\'authorname\'], \'\' . vB_Template_Runtime::vBVar($parentProfileUrl) . \'\', $message[\'reportparentnode\'][\'authorname\'], \'\' . vB_Template_Runtime::vBVar($reportnodeParentExtraUrl) . \'\', $message[\'reportparentnode\'][\'nodeid\'], \'\' . vB_Template_Runtime::vBVar($reportnodeParentUrl) . \'\', $message[\'reportparentnode\'][\'startertitle\']) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"channel-info\">\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'reportparentnode\'][\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $message[\'reportparentnode\'][\'channeltitle\']) . \'</div>\r\n </div>\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</span>\r\n </div>\r\n </div>\r\n <div class=\"list-item-body-wrapper h-clear\">\r\n <div class=\"list-item-body conversation-body\">\r\n <div class=\"post-content\">\' . vB_Template_Runtime::vBVar($message[\'rawtext\']) . \'</div>\r\n <div class=\"post-links\">\r\n \' . \'\'; if ($message[\'reportnodetype\'] == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($reportnode[\'routeid\'], $reportnode)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $message[\'reportparentnode\'][\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $message[\'reportparentnode\'][\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $message[\'reportparentnode\'][\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPost\'] = $reportnode[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'innerPostParent\'] = $message[\'reportparentnode\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'reportparentnode\'][\'starterroute\'], $starter, $extra)) . \'\" class=\"goto-post\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </li>\r\n\'; } }$final_rendered .= \'\' . \'\r\n</ul>\';','{vb:data messages, content_report, getContent, {vb:raw page.messageid}}\r\n<input type=\"hidden\" id=\"privateMessageNodeid\" value=\"{vb:raw page.messageid}\"/>\r\n<ul class=\"conversation-list list-container h-clearfix stream-view pm-report-list\">\r\n\r\n<vb:comment>fetch info in batches</vb:comment>\r\n<vb:if condition=\"$user[\'showavatars\']\">\r\n {vb:set userIds, {vb:php array}}\r\n <vb:each from=\"messages\" value=\"message\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw message.userid}}}\r\n </vb:each>\r\n {vb:data userThumbAvatars, user, fetchAvatars, {vb:raw userIds}, 1}\r\n</vb:if>\r\n\r\n<vb:each from=\"messages\" value=\"message\">\r\n {vb:set reportnode.nodeid, {vb:raw message.reportnodeid}}\r\n {vb:set reportnode.routeid, {vb:raw message.reportnoderouteid}}\r\n {vb:set reportnode.title, {vb:raw message.reportnodetitle}}\r\n <li class=\"list-item list-item-text h-left h-clear\">\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw message}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"!empty($userThumbAvatars[$message[\'userid\']][\'avatarpath\']) AND ($avatarpath = $userThumbAvatars[$message[\'userid\']][\'avatarpath\'])\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw avatarpath}\" alt=\"{vb:raw message.authorname}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw message.authorname}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <div class=\"post-header h-left\">\r\n <div class=\"post-action-wrapper\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw message}}}\r\n <vb:if condition=\"$message[\'reportnodetype\'] == \'starter\'\">\r\n {vb:set reportnodeUrl, {vb:url {vb:raw reportnode.routeid}, {vb:raw reportnode}}}\r\n {vb:rawphrase x_flagged_a_topic_y, {vb:var profileUrl}, {vb:raw message.authorname}, {vb:var reportnodeUrl}, {vb:raw reportnode.title}}\r\n <vb:elseif condition=\"$message[\'reportnodetype\'] == \'reply\'\" />\r\n {vb:set reportnodeParentUrl, {vb:url {vb:raw message.reportparentnode.routeid}, {vb:raw message.reportparentnode}}}\r\n {vb:rawphrase x_flagged_a_reply_to_x, \r\n {vb:var profileUrl}, {vb:raw message.authorname}, \r\n {vb:var reportnodeParentUrl}, {vb:raw message.reportparentnode.title}}\r\n <vb:else />\r\n {vb:set starter.nodeid, {vb:raw message.reportparentnode.starter}}\r\n {vb:set starter.username, {vb:raw message.reportparentnode.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw message.reportparentnode.starteruserid}}\r\n {vb:set parentProfileUrl, {vb:url \'profile\', {vb:raw message.reportparentnode}}}\r\n {vb:set reportnodeParentUrl, {vb:url {vb:raw message.reportparentnode.starterroute}, {vb:raw starter}}}\r\n {vb:set starter.innerPost, {vb:raw reportnode.nodeid}}\r\n {vb:set reportnodeParentExtraUrl, {vb:url {vb:raw message.reportparentnode.starterroute}, {vb:raw starter}}}\r\n {vb:rawphrase x_flagged_a_comment_on_ys_reply_to_z, \r\n {vb:var profileUrl}, {vb:raw message.authorname},\r\n {vb:var parentProfileUrl}, {vb:raw message.reportparentnode.authorname}, \r\n {vb:var reportnodeParentExtraUrl}, {vb:raw message.reportparentnode.nodeid}, \r\n {vb:var reportnodeParentUrl}, {vb:raw message.reportparentnode.startertitle}}\r\n </vb:if>\r\n </div>\r\n <div class=\"channel-info\">{vb:set channelUrl, {vb:url {vb:raw message.reportparentnode.channelroute}}}{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw message.reportparentnode.channeltitle}}</div>\r\n </div>\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">{vb:datetime {vb:raw message.publishdate}}</span>\r\n </div>\r\n </div>\r\n <div class=\"list-item-body-wrapper h-clear\">\r\n <div class=\"list-item-body conversation-body\">\r\n <div class=\"post-content\">{vb:var message.rawtext}</div>\r\n <div class=\"post-links\">\r\n <vb:if condition=\"$message[\'reportnodetype\'] == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw reportnode.routeid}, {vb:raw reportnode}}\" class=\"goto-post\">\r\n <vb:else />\r\n {vb:set starter.nodeid, {vb:raw message.reportparentnode.starter}}\r\n {vb:set starter.username, {vb:raw message.reportparentnode.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw message.reportparentnode.starteruserid}}\r\n {vb:set starter.innerPost, {vb:raw reportnode.nodeid}}\r\n {vb:set starter.innerPostParent, {vb:raw message.reportparentnode.nodeid}}\r\n <a href=\"{vb:url {vb:raw message.reportparentnode.starterroute}, {vb:raw starter}, {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </li>\r\n</vb:each>\r\n</ul>','template',1369055457,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(271,-1,'privatemessage_reportview_toolbar','$final_rendered = \'<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"reportBtnDelete\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n </div>\r\n </div>\r\n</div>\';','<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"reportBtnDelete\" type=\"button\" class=\"button secondary h-left\">{vb:phrase delete}</button>\r\n </div>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(272,-1,'privatemessage_report_toolbar','$final_rendered = \'\' . \'\'; $reportchannelid = vB_Template_Runtime::parseData(\'node\', \'fetchReportChannel\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $sortOption[\'created\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'sort\'] = $sortOption; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'includeProtected\'] = \'true\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'nolimit\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'node\', \'listNodeContent\', $reportchannelid, $pagenum, \'20\', \'0\', \'\', $options); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($nodes[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (($totalCount = count($nodes)) > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $pagingInfo = vB_Template_Runtime::parseData(\'page\', \'getPagingInfo\', $pagenum, $totalCount, \'20\', $page[\'routeInfo\'], $baseurl); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"reportBtnMarkOpen\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_open\") . \'</button>\r\n <button id=\"reportBtnMarkClosed\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_closed\") . \'</button>\r\n <button id=\"reportBtnDelete\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</button>\r\n </div>\r\n <div class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n\r\n <div id=\"privatemessagePaging\" class=\"horizontal-arrows h-right\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'report\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a id=\"pmIconMovePrevious\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a id=\"pmIconMovePrevious\" class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'report\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a id=\"pmIconMoveNext\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a id=\"pmIconMoveNext\" class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'report\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a id=\"pmIconMoveNext\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a id=\"pmIconMoveNext\" class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'report\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a id=\"pmIconMovePrevious\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a id=\"pmIconMovePrevious\" class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n</div>\';','{vb:data reportchannelid, node, fetchReportChannel}\r\n{vb:set sortOption.created, \'DESC\'}\r\n{vb:set options.sort, {vb:raw sortOption}}\r\n{vb:set options.includeProtected, true}\r\n{vb:set options.nolimit, 1}\r\n\r\n<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n{vb:data nodes, node, listNodeContent, {vb:raw reportchannelid}, {vb:raw pagenum}, 20, 0, null, {vb:raw options}}\r\n<vb:if condition=\"$nodes[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"($totalCount = count($nodes)) > 0\">\r\n {vb:data pagingInfo, page, getPagingInfo, {vb:raw pagenum}, {vb:raw totalCount}, 20, {vb:raw page.routeInfo}, {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n\r\n<script type=\"text/javascript\">\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"reportBtnMarkOpen\" type=\"button\" class=\"button secondary h-left\">{vb:phrase mark_as_open}</button>\r\n <button id=\"reportBtnMarkClosed\" type=\"button\" class=\"button secondary h-left\">{vb:phrase mark_as_closed}</button>\r\n <button id=\"reportBtnDelete\" type=\"button\" class=\"button secondary h-left\">{vb:phrase delete}</button>\r\n </div>\r\n <div class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-right\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n\r\n <div id=\"privatemessagePaging\" class=\"horizontal-arrows h-right\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'report\'}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a id=\"pmIconMovePrevious\" href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a id=\"pmIconMovePrevious\" class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'report\'}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a id=\"pmIconMoveNext\" href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a id=\"pmIconMoveNext\" class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'report\'}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a id=\"pmIconMoveNext\" href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a id=\"pmIconMoveNext\" class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'report\'}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a id=\"pmIconMovePrevious\" href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a id=\"pmIconMovePrevious\" class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n</div>','template',1363827557,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(273,-1,'privatemessage_requestdetail','$final_rendered = \'<li class=\"pmgDetailHolder list-item message-item\" id=\"msgSummary_\' . $message[\'nodeid\'] . \'\">\r\n <div class=\"pmPreview h-clearfix\">\r\n \' . \'\'; $userInfo[\'userid\'] = $message[\'userid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'username\']; $final_rendered .= \'\' . \'\r\n <div class=\"pmRequestMesage h-left\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\" class=\"avatar h-left\">\r\n \' . \'\'; if ($message[\'senderAvatar\'] AND $message[\'senderAvatar\'][\'avatarpath\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $message[\'senderAvatar\'][\'avatarpath\'] . \'\" alt=\"\' . $message[\'username\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl_corecdn . \'/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"\' . $message[\'username\'] . \'\" />\r\n \';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($message[\'aboutid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $blogTitle = $message[\'abouttitle\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $blogTitle = \'\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $phrasename = $message[\'phrasename\']; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \' . \'\'; if ($message[\'aboutrouteid\']) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"$phrasename\", htmlspecialchars(\'\' . $message[\'authorname\'] . \'\'), htmlspecialchars(\'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'), htmlspecialchars(\'\' . $blogTitle . \'\'), htmlspecialchars(\'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($message[\'aboutrouteid\'])) . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"$phrasename\", htmlspecialchars(\'\' . $message[\'authorname\'] . \'\'), htmlspecialchars(\'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <div class=\"post-date\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</div>\r\n <button id=\"pmRequestAccept_\' . $message[\'nodeid\'] . \'\" type=\"button\" class=\"button primary light pmRequestAccept\">\' . vB_Template_Runtime::parsePhrase(\"accept\") . \'</button>\r\n <button id=\"pmRequestDeny_\' . $message[\'nodeid\'] . \'\" type=\"button\" class=\"button secondary pmRequestDeny\">\' . vB_Template_Runtime::parsePhrase(\"ignore\") . \'</button>\r\n </div>\r\n </div>\r\n</li>\';','<li class=\"pmgDetailHolder list-item message-item\" id=\"msgSummary_{vb:raw message.nodeid}\">\r\n <div class=\"pmPreview h-clearfix\">\r\n {vb:set userInfo.userid, {vb:raw message.userid}}\r\n {vb:set userInfo.username, {vb:raw message.username}}\r\n <div class=\"pmRequestMesage h-left\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw userInfo}}\" class=\"avatar h-left\">\r\n <vb:if condition=\"$message[\'senderAvatar\'] AND $message[\'senderAvatar\'][\'avatarpath\']\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw message.senderAvatar.avatarpath}\" alt=\"{vb:raw message.username}\" />\r\n <vb:else />\r\n <img src=\"{vb:raw baseurl_corecdn}/images/default/default_avatar_thumb.png\" width=\"32\" height=\"32\" alt=\"{vb:raw message.username}\" />\r\n </vb:if>\r\n </a>\r\n </vb:if>\r\n <vb:if condition=\"$message[\'aboutid\']\">\r\n {vb:set blogTitle, {vb:raw message.abouttitle}}\r\n <vb:else />\r\n {vb:set blogTitle, {vb:phrase untitled}}\r\n </vb:if>\r\n {vb:set phrasename, {vb:raw message.phrasename}}\r\n <vb:comment>If aboutrouteid is set, it\'s a channel request and needs title & url</vb:comment>\r\n <vb:if condition=\"$message[\'aboutrouteid\']\">\r\n {vb:phrase {vb:raw phrasename}, {vb:raw message.authorname}, {vb:url \'profile\', {vb:raw userInfo}}, {vb:raw blogTitle}, {vb:url {vb:raw message.aboutrouteid}}}\r\n <vb:else />\r\n {vb:phrase {vb:raw phrasename}, {vb:raw message.authorname}, {vb:url \'profile\', {vb:raw userInfo}}}\r\n </vb:if>\r\n </div>\r\n <div class=\"action-buttons h-right\">\r\n <div class=\"post-date\">{vb:datetime {vb:raw message.publishdate}}</div>\r\n <button id=\"pmRequestAccept_{vb:raw message.nodeid}\" type=\"button\" class=\"button primary light pmRequestAccept\">{vb:phrase accept}</button>\r\n <button id=\"pmRequestDeny_{vb:raw message.nodeid}\" type=\"button\" class=\"button secondary pmRequestDeny\">{vb:phrase ignore}</button>\r\n </div>\r\n </div>\r\n</li>','template',1368134709,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(274,-1,'privatemessage_requestdetail_toolbar','$final_rendered = \' \';',' ','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(275,-1,'privatemessage_sentdetail','$final_rendered = \'<li class=\"list-item message-item \' . \'\'; if (!$message[\'msgread\']) {\n $final_rendered .= \' message-unread\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" id=\"msgSummary_\' . $message[\'nodeid\'] . \'\">\r\n \' . \'\'; if (!empty($showCheckbox)) {\n $final_rendered .= \'\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_\' . $message[\'nodeid\'] . \'\" class=\"privateMessageActionCheck\" value=\"\' . $message[\'nodeid\'] . \'\" />\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($message[\'firstrecipient\']) AND !empty($message[\'firstrecipient\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($message[firstrecipient][userid]); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[firstrecipient][username]; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $user[\'username\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n <div class=\"message-header\">\r\n \' . \'\'; if (($message[\'otherRecipients\'] == 1)) {\n $final_rendered .= \'\r\n <span class=\"others\">\' . vB_Template_Runtime::parsePhrase(\"to_x_and_other\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'</span>\r\n \';\n } else if (($message[\'otherRecipients\'])) {\n $final_rendered .= \'\r\n <span class=\"others\">\' . vB_Template_Runtime::parsePhrase(\"to_x_and_others\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', \'\' . vB_Template_Runtime::vBVar($message[\'otherRecipients\']) . \'\') . \'</span>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"to_x\", $userInfo[\'username\'], \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\') . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"info h-right post-date\">\r\n \' . \'\'; if ($message[\'responses\'] > 0) {\n $final_rendered .= \'\r\n <span class=\"replies\">\' . \'\'; if ($message[\'responses\'] == 1) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_reply\", htmlspecialchars(\'1\')) . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"x_replies\", htmlspecialchars(\'\' . $message[\'responses\'] . \'\')) . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n <span class=\"divider-vertical\">|</span>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <span class=\"date\">\' . vB_Template_Runtime::datetime($message[\'publishdate\']) . \'</span>\r\n </div>\r\n <div class=\"subject ellipsis\">\r\n \' . \'\'; $messageInfo[\'action\'] = \'view\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $messageInfo[\'messageid\'] = $message[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $params[\'folderid\'] = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $messageInfo, $params)) . \'\">\' . \'\'; if ($message[\'title\']) {\n $final_rendered .= \'\' . $message[\'title\'] . \'\';\n } else {\n $final_rendered .= \'(\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \')\';\n }$final_rendered .= \'\' . \'\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($message[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n</li>\';','<li class=\"list-item message-item <vb:if condition=\"!$message[\'msgread\']\"> message-unread</vb:if>\" id=\"msgSummary_{vb:raw message.nodeid}\">\r\n <vb:if condition=\"!empty($showCheckbox)\">\r\n <div class=\"message-checkbox\">\r\n <input type=\"checkbox\" id=\"cbMessage_{vb:raw message.nodeid}\" class=\"privateMessageActionCheck\" value=\"{vb:raw message.nodeid}\" />\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"isset($message[\'firstrecipient\']) AND !empty($message[\'firstrecipient\'])\">\r\n {vb:set userInfo.userid, {vb:var message[\'firstrecipient\'][\'userid\']}}\r\n {vb:set userInfo.username, {vb:raw message[\'firstrecipient\'][\'username\']}}\r\n <vb:else />\r\n {vb:set userInfo.userid, {vb:var user.userid}}\r\n {vb:set userInfo.username, {vb:raw user.username}}\r\n </vb:if>\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <div class=\"message-header\">\r\n <vb:if condition=\"($message[\'otherRecipients\'] == 1)\">\r\n <span class=\"others\">{vb:rawphrase to_x_and_other, {vb:raw userInfo.username}, {vb:var profileUrl}}</span>\r\n <vb:elseif condition=\"($message[\'otherRecipients\'])\" />\r\n <span class=\"others\">{vb:rawphrase to_x_and_others, {vb:raw userInfo.username}, {vb:var profileUrl}, {vb:var message.otherRecipients}}</span>\r\n <vb:else />\r\n {vb:rawphrase to_x, {vb:raw userInfo.username}, {vb:var profileUrl}}\r\n </vb:if>\r\n <div class=\"info h-right post-date\">\r\n <vb:if condition=\"$message[\'responses\'] > 0\">\r\n <span class=\"replies\"><vb:if condition=\"$message[\'responses\'] == 1\">{vb:phrase x_reply, 1}<vb:else />{vb:phrase x_replies, {vb:raw message.responses}}</vb:if></span>\r\n <span class=\"divider-vertical\">|</span>\r\n </vb:if>\r\n <span class=\"date\">{vb:datetime {vb:raw message.publishdate}}</span>\r\n </div>\r\n <div class=\"subject ellipsis\">\r\n {vb:set messageInfo.action, \'view\'}\r\n {vb:set messageInfo.messageid, {vb:raw message.nodeid}}\r\n {vb:set params.folderid, {vb:raw page.folderid}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw messageInfo}, {vb:raw params}}\"><vb:if condition=\"$message[\'title\']\">{vb:raw message.title}<vb:else />({vb:phrase untitled})</vb:if>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"message-body ellipsis\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var message.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(276,-1,'privatemessage_subscribedchannels','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::vBVar($page[\'pagenum\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_channel\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'leastactive\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'mostactive\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $following = vB_Template_Runtime::parseData(\'follow\', \'getFollowingChannels\', $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($following) || $following instanceof ArrayAccess) { foreach ($following AS $forum) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($forum[\'lastcontent\'][\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $forum[\'lastcontent\'][\'userid\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $userThumbAvatars = vB_Template_Runtime::parseData(\'user\', \'fetchAvatars\', $userIds, \'1\'); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($following[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span> \r\n </div>\r\n <div class=\"h-right\">\r\n \' . \'\'; $arguments[\'tab\'] = \'subscriptions\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $arguments[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'subscription\', $arguments, \'\')) . \'\">\' . vB_Template_Runtime::parsePhrase(\"go_to_subscriptions_list\") . \'</a>\r\n </div>\r\n </div>\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n \' . \'\'; if (is_array($following) || $following instanceof ArrayAccess) { foreach ($following AS $forum) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Forums_item\',array(\'forum\' => $forum, \'inMessageCenter\' => \'1\', \'avatar\' => $userThumbAvatars)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:var page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_channel\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set followingInfo.options.filter_sort, \'leastactive\'}\r\n<vb:else />\r\n {vb:set followingInfo.options.filter_sort, \'mostactive\'}\r\n</vb:if>\r\n\r\n{vb:data following, follow, getFollowingChannels, {vb:raw followingInfo.options}}\r\n\r\n<vb:comment>fetch info in batches</vb:comment>\r\n{vb:set userIds, {vb:php array}}\r\n<vb:each from=\"following\" value=\"forum\">\r\n <vb:if condition=\"!empty($forum[\'lastcontent\'][\'userid\'])\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw forum.lastcontent.userid}}}\r\n </vb:if>\r\n</vb:each>\r\n{vb:data userThumbAvatars, user, fetchAvatars, {vb:raw userIds}, 1}\r\n\r\n<vb:if condition=\"$following[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span> \r\n </div>\r\n <div class=\"h-right\">\r\n {vb:set arguments.tab, \'subscriptions\'}\r\n {vb:set arguments.userid, {vb:var user.userid}}\r\n <a href=\"{vb:url \'subscription\', {vb:raw arguments}, \'\'}\">{vb:phrase go_to_subscriptions_list}</a>\r\n </div>\r\n </div>\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n <vb:each from=\"following\" value=\"forum\">\r\n {vb:template display_Forums_item, forum={vb:raw forum}, inMessageCenter=1, avatar={vb:raw userThumbAvatars}}\r\n </vb:each>\r\n </table>\r\n\r\n</div>','template',1367860442,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(277,-1,'privatemessage_subscribedchannels_toolbar','$final_rendered = \'\' . \'\'; if (empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \' \r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_channel\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followings = vB_Template_Runtime::parseData(\'follow\', \'getFollowingForCurrentUser\', $followingInfo[\'type\'], $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $followings[\'paginationInfo\'][\'totalpages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $followings[\'paginationInfo\'][\'totalcount\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $followings[\'paginationInfo\'][\'nexturl\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $followings[\'paginationInfo\'][\'prevurl\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = \'0\'; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnMarkReadChannel\" type=\"button\" class=\"button secondary left\">\' . vB_Template_Runtime::parsePhrase(\"mark_as_read\") . \'</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n \r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedchannels\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" \' . \'\'; if ($data[\'sortDir\'] == \'DESC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" \' . \'\'; if ($data[\'sortDir\'] == \'ASC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>\';','<vb:if condition=\"empty($page[\'pagenum\'])\">\r\n {vb:set pagenum, 1}\r\n<vb:else />\r\n {vb:set pagenum, {vb:raw page.pagenum}} \r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_channel\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:data followings, follow, getFollowingForCurrentUser, {vb:raw followingInfo.type}, {vb:raw followingInfo.options}}\r\n\r\n{vb:set pages, {vb:raw followings.paginationInfo.totalpages}}\r\n{vb:set count, {vb:raw followings.paginationInfo.totalcount}}\r\n{vb:set nextpage, {vb:raw followings.paginationInfo.nexturl}}\r\n{vb:set prevpage, {vb:raw followings.paginationInfo.prevurl}}\r\n{vb:set folderid, 0}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnMarkReadChannel\" type=\"button\" class=\"button secondary left\">{vb:phrase mark_as_read}</button>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n \r\n {vb:set urlInfo.action, \'subscribedchannels\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, 1}\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" <vb:if condition=\"$data[\'sortDir\'] == \'DESC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase newest_first}</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" <vb:if condition=\"$data[\'sortDir\'] == \'ASC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>','template',1364506317,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(278,-1,'privatemessage_subscribedposts','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::vBVar($page[\'pagenum\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_contents\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'mostactive\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $following = vB_Template_Runtime::parseData(\'follow\', \'getFollowingActivities\', $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($following[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($following[\'results\']) || $following[\'results\'] instanceof ArrayAccess) { foreach ($following[\'results\'] AS $forum) {$final_rendered .= \'\r\n \' . \'\'; if ($forum[\'type\'] == \'Channel\' AND !empty($forum[\'lastcontent\'][\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $forum[\'lastcontent\'][\'userid\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $userThumbAvatars = vB_Template_Runtime::parseData(\'user\', \'fetchAvatars\', $userIds, \'1\'); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"main-pane-container\">\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n \' . \'\'; if (is_array($following[\'results\']) || $following[\'results\'] instanceof ArrayAccess) { foreach ($following[\'results\'] AS $node) {$final_rendered .= \'\r\n \' . \'\'; if ($node[\'type\'] == \'Channel\') {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Forums_item\',array(\'forum\' => $node, \'inMessageCenter\' => \'1\', \'avatar\' => $userThumbAvatars)) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Topics_item\',array(\'topic\' => $node, \'canmoderate\' => \'0\', \'no_header\' => \'1\', \'inMessageCenter\' => \'1\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:var page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_contents\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n\r\n{vb:set followingInfo.options.filter_sort, \'mostactive\'}\r\n\r\n{vb:data following, follow, getFollowingActivities, {vb:raw followingInfo.options}}\r\n<vb:if condition=\"$following[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<vb:comment>fetch info in batches</vb:comment>\r\n{vb:set userIds, {vb:php array}}\r\n<vb:each from=\"following.results\" value=\"forum\">\r\n <vb:if condition=\"$forum[\'type\'] == \'Channel\' AND !empty($forum[\'lastcontent\'][\'userid\'])\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw forum.lastcontent.userid}}}\r\n </vb:if>\r\n</vb:each>\r\n{vb:data userThumbAvatars, user, fetchAvatars, {vb:raw userIds}, 1}\r\n\r\n<div class=\"main-pane-container\">\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n <vb:each from=\"following.results\" value=\"node\">\r\n <vb:if condition=\"$node[\'type\'] == \'Channel\'\">\r\n {vb:template display_Forums_item, forum={vb:raw node}, inMessageCenter=1, avatar={vb:raw userThumbAvatars}}\r\n <vb:else />\r\n {vb:template display_Topics_item, topic={vb:raw node}, canmoderate=0, no_header=1, inMessageCenter=1}\r\n </vb:if>\r\n </vb:each>\r\n </table>\r\n\r\n</div>','template',1371822680,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(279,-1,'privatemessage_subscribedposts_toolbar','$final_rendered = \'\' . \'\'; if (empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \' \r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_contents\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'mostactive\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followings = vB_Template_Runtime::parseData(\'follow\', \'getFollowingActivities\', $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $followings[\'paginationInfo\'][\'totalpages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = \'\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = \'\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = \'0\'; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n \' . \'\'; $arguments[\'tab\'] = \'subscriptions\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $arguments[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'subscription\', $arguments, \'\')) . \'\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"go_to_subscriptions_list\") . \'</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribedposts\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n </div>\r\n</div>\';','<vb:if condition=\"empty($page[\'pagenum\'])\">\r\n {vb:set pagenum, 1}\r\n<vb:else />\r\n {vb:set pagenum, {vb:raw page.pagenum}} \r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_contents\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:set followingInfo.options.filter_sort, \'mostactive\'}\r\n\r\n{vb:data followings, follow, getFollowingActivities, {vb:raw followingInfo.options}}\r\n\r\n{vb:set pages, {vb:raw followings.paginationInfo.totalpages}}\r\n{vb:set nextpage, {vb:math {vb:raw pagenum} + 1}}\r\n{vb:set prevpage, {vb:math {vb:raw pagenum} - 1}}\r\n{vb:set folderid, 0}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n {vb:set arguments.tab, \'subscriptions\'}\r\n {vb:set arguments.userid, {vb:var user.userid}}\r\n <a href=\"{vb:url \'subscription\', {vb:raw arguments}, \'\'}\" class=\"button secondary\">{vb:phrase go_to_subscriptions_list}</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribedposts\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </ul>\r\n </div>\r\n</div>','template',1375372624,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(280,-1,'privatemessage_subscribers','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::vBVar($page[\'pagenum\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_members\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'asc\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $followingInfo[\'options\'][\'filter_sort\'] = \'desc\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $following = vB_Template_Runtime::parseData(\'follow\', \'getFollowingUserActivities\', $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($following[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n \' . \'\'; if (is_array($following[\'results\']) || $following[\'results\'] instanceof ArrayAccess) { foreach ($following[\'results\'] AS $node) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'display_Topics_item\',array(\'topic\' => $node, \'canmoderate\' => \'0\', \'no_header\' => \'1\', \'inMessageCenter\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </table>\r\n\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:var page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_members\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set followingInfo.options.filter_sort, \'asc\'}\r\n<vb:else />\r\n {vb:set followingInfo.options.filter_sort, \'desc\'}\r\n</vb:if>\r\n\r\n{vb:data following, follow, getFollowingUserActivities, {vb:raw followingInfo.options}}\r\n\r\n<vb:if condition=\"$following[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"0\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <table class=\"list-container message-list pm-message-list folder-message-list topic-list-container conversation-list\">\r\n <vb:each from=\"following.results\" value=\"node\">\r\n {vb:template display_Topics_item, topic={vb:raw node}, canmoderate=0, no_header=1, inMessageCenter=1}\r\n </vb:each>\r\n </table>\r\n\r\n</div>','template',1372886468,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(281,-1,'privatemessage_subscribers_toolbar','$final_rendered = \'\' . \'\'; if (empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \' \r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $page[\'perpage\'] = $widgetConfig[\'resultsPerPage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'page\'] = $pagenum; $final_rendered .= \'\' . \'\r\n\' . \'\'; $page[\'type\'] = \'follow_members\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followingInfo = vB_Template_Runtime::parseData(\'follow\', \'getFollowingInfo\', $page); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $followings = vB_Template_Runtime::parseData(\'follow\', \'getFollowingUserActivities\', $followingInfo[\'options\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $followings[\'pagination\'][\'totalpages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $followings[\'pagination\'][\'totalcount\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = \'\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = \'\' . vB_Template_Runtime::runMaths(\'\' . $pagenum . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = \'0\'; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n \' . \'\'; $arguments[\'tab\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $arguments[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'subscription\', $arguments, \'\')) . \'\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"subscribers_list\") . \'</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n \r\n \' . \'\'; $urlInfo[\'action\'] = \'subscribers\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" \' . \'\'; if ($data[\'sortDir\'] == \'DESC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" \' . \'\'; if ($data[\'sortDir\'] == \'ASC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>\';','<vb:if condition=\"empty($page[\'pagenum\'])\">\r\n {vb:set pagenum, 1}\r\n<vb:else />\r\n {vb:set pagenum, {vb:raw page.pagenum}} \r\n</vb:if>\r\n\r\n{vb:set page.perpage, {vb:raw widgetConfig.resultsPerPage}}\r\n{vb:set page.page, {vb:raw pagenum}}\r\n{vb:set page.type, \'follow_members\'}\r\n\r\n{vb:data followingInfo, follow, getFollowingInfo, {vb:raw page}}\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:data followings, follow, getFollowingUserActivities, {vb:raw followingInfo.options}}\r\n\r\n{vb:set pages, {vb:raw followings.pagination.totalpages}}\r\n{vb:set count, {vb:raw followings.pagination.totalcount}}\r\n{vb:set nextpage, {vb:math {vb:raw pagenum} + 1}}\r\n{vb:set prevpage, {vb:math {vb:raw pagenum} - 1}}\r\n{vb:set folderid, 0}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n {vb:set arguments.tab, \'subscribers\'}\r\n {vb:set arguments.userid, {vb:var user.userid}}\r\n <a href=\"{vb:url \'subscription\', {vb:raw arguments}, \'\'}\" class=\"button secondary\">{vb:phrase subscribers_list}</a>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n \r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribers\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribers\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'subscribers\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'subscribers\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n \r\n {vb:set urlInfo.action, \'subscribers\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, 1}\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" <vb:if condition=\"$data[\'sortDir\'] == \'DESC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase newest_first}</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" <vb:if condition=\"$data[\'sortDir\'] == \'ASC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>','template',1375471443,'vBulletin Solutions','5.0.4 Release Candidate 1','vbulletin','none'),(282,-1,'privatemessage_trash','$final_rendered = \'\' . \'\'; if ($page[\'pagenum\']) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = vB_Template_Runtime::vBVar($page[\'pagenum\']); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $data[\'folderid\'] = vB_Template_Runtime::vBVar($page[\'folderid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'pageNum\'] = vB_Template_Runtime::vBVar($pagenum); $final_rendered .= \'\' . \'\r\n\' . \'\'; $data[\'perpage\'] = vB_Template_Runtime::vBVar($widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $messages = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listMessages\', vB_Template_Runtime::vBVar($data)); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', vB_Template_Runtime::vBVar($page[\'folderid\']), vB_Template_Runtime::vBVar($page[\'pagenum\']), vB_Template_Runtime::vBVar($data[\'perpage\'])); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($messages[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span> \r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-message-list folder-message-list\">\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $messageid => $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_preview\',array(\'message\' => $message, \'recipients\' => $message[\'recipients\'], \'page\' => $page, \'showCheckbox\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n\r\n</div>\';','<vb:if condition=\"$page[\'pagenum\']\">\r\n {vb:set pagenum, {vb:var page.pagenum}}\r\n<vb:else />\r\n {vb:set pagenum, 1}\r\n</vb:if>\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:set data.folderid, {vb:var page.folderid}}\r\n{vb:set data.pageNum, {vb:var pagenum}}\r\n{vb:set data.perpage, {vb:var widgetConfig.resultsPerPage}}\r\n\r\n{vb:data messages, content_privatemessage, listMessages, {vb:var data}}\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:var page.folderid}, {vb:var page.pagenum}, {vb:var data.perpage}}\r\n\r\n<vb:if condition=\"$messages[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl }}\r\n</vb:if>\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div class=\"main-pane-container\">\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span> \r\n </div>\r\n </div>\r\n <ul class=\"list-container message-list pm-message-list folder-message-list\">\r\n <vb:each from=\"messages\" key=\"messageid\" value=\"message\">\r\n {vb:template privatemessage_preview, message={vb:raw message}, recipients={vb:raw message.recipients}, page={vb:raw page}, showCheckbox=1}\r\n </vb:each>\r\n </ul>\r\n\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(283,-1,'privatemessage_trash_toolbar','$final_rendered = \'\' . \'\'; $ignore[0] = \'trash\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[1] = \'requests\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[2] = \'your_notifications\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[3] = \'sent_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[4] = \'messages\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[5] = \'pending_posts\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[6] = \'infractions\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[7] = \'deleted_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folders = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listFolders\', $ignore); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($folders[\'errors\']) {\n $final_rendered .= \'\r\n \' . \'\'; vB_Template_Runtime::doRedirect(\'\' . $baseurl . \'\'); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (empty($page[\'pagenum\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pagenum = $page[\'pagenum\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $queryParams = vB_Template_Runtime::vBVar($page[routeInfo][queryParameters]); $final_rendered .= \'\' . \'\r\n\' . \'\'; if ($queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')) {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $data[\'sortDir\'] = \'DESC\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pageInfo = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getFolderMsgCount\', $page[\'folderid\'], $pagenum, $widgetConfig[\'resultsPerPage\']); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $pages = $pageInfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $count = $pageInfo[\'count\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nextpage = $pageInfo[\'nextpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $prevpage = $pageInfo[\'prevpage\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folderid = $page[\'folderid\']; $final_rendered .= \'\' . \'\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"\' . $folderid . \'\";\r\n var pmPageNum = \"\' . $pagenum . \'\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button type=\"button\" class=\"button secondary h-left pmBtnUndelete\">\' . vB_Template_Runtime::parsePhrase(\"undelete\") . \'</button>\r\n <button type=\"button\" class=\"button secondary h-left pmBtnDeletePermanently\">\' . vB_Template_Runtime::parsePhrase(\"delete_permanently\") . \'</button>\r\n \' . \'\'; if (!empty($folders)) {\n $final_rendered .= \'\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"><span>\' . $folder . \'</span></li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n \' . \'\'; if ($pages > 1) {\n $final_rendered .= \'\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"\' . $pages . \'\" />\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"\' . $pagenum . \'\" /> / <span class=\"pagetotal\">\' . vB_Template_Runtime::numberFormat($pages) . \'</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'trash\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'trash\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($pagenum < $pages) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'trash\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = $nextpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow left-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow left-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($pagenum > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $urlInfo[\'action\'] = \'trash\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[pagenum] = $prevpage; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'?sortDir=\' . vB_Template_Runtime::vBVar($data[\'sortDir\']) . \'\" class=\"arrow right-arrow\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a class=\"arrow right-arrow h-disabled\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n\r\n \' . \'\'; $urlInfo[\'action\'] = \'trash\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'folderid\'] = $folderid; $final_rendered .= \'\' . \'\r\n \' . \'\'; $urlInfo[\'pagenum\'] = \'1\'; $final_rendered .= \'\' . \'\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $urlInfo)) . \'\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" \' . \'\'; if ($data[\'sortDir\'] == \'DESC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"newest_first\") . \'</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" \' . \'\'; if ($data[\'sortDir\'] == \'ASC\') {\n $final_rendered .= \'checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"oldest_first\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>\';','{vb:set ignore[0], \'trash\'}\r\n{vb:set ignore[1], \'requests\'}\r\n{vb:set ignore[2], \'your_notifications\'}\r\n{vb:set ignore[3], \'sent_items\'}\r\n{vb:set ignore[4], \'messages\'}\r\n{vb:set ignore[5], \'pending_posts\'}\r\n{vb:set ignore[6], \'infractions\'}\r\n{vb:set ignore[7], \'deleted_items\'}\r\n{vb:data folders, content_privatemessage, listFolders, {vb:raw ignore}}\r\n<vb:if condition=\"$folders[\'errors\']\">\r\n {vb:redirect {vb:raw baseurl}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"empty($page[\'pagenum\'])\">\r\n {vb:set pagenum, 1}\r\n<vb:else />\r\n {vb:set pagenum, {vb:raw page.pagenum}}\r\n</vb:if>\r\n\r\n{vb:set queryParams, {vb:var page[\'routeInfo\'][\'queryParameters\']}}\r\n<vb:if condition=\"$queryParams[\'sortDir\'] AND ($queryParams[\'sortDir\'] == \'ASC\')\">\r\n {vb:set data.sortDir, \'ASC\'}\r\n<vb:else />\r\n {vb:set data.sortDir, \'DESC\'}\r\n</vb:if>\r\n\r\n{vb:data pageInfo, content_privatemessage, getFolderMsgCount, {vb:raw page.folderid}, {vb:raw pagenum}, {vb:raw widgetConfig.resultsPerPage}}\r\n\r\n{vb:set pages, {vb:raw pageInfo.pages}}\r\n{vb:set count, {vb:raw pageInfo.count}}\r\n{vb:set nextpage, {vb:raw pageInfo.nextpage}}\r\n{vb:set prevpage, {vb:raw pageInfo.prevpage}}\r\n{vb:set folderid, {vb:raw page.folderid}}\r\n\r\n<script type=\"text/javascript\">\r\n var folderid = \"{vb:raw folderid}\";\r\n var pmPageNum = \"{vb:raw pagenum}\";\r\n</script>\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button type=\"button\" class=\"button secondary h-left pmBtnUndelete\">{vb:phrase undelete}</button>\r\n <button type=\"button\" class=\"button secondary h-left pmBtnDeletePermanently\">{vb:phrase delete_permanently}</button>\r\n <vb:if condition=\"!empty($folders)\">\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">{vb:phrase move}</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"><span>{vb:raw folder}</span></li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n <ul class=\"toolset h-right\">\r\n <vb:if condition=\"$pages > 1\">\r\n <div class=\"toolset-item pagenav-controls h-left\">\r\n <input type=\"hidden\" id=\"maxPageNum\" value=\"{vb:raw pages}\" />\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" id=\"privatemessagePageto\" name=\"page\" class=\"textbox\" value=\"{vb:raw pagenum}\" /> / <span class=\"pagetotal\">{vb:number {vb:raw pages}}</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'trash\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'trash\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$pagenum < $pages\">\r\n {vb:set urlInfo.action, \'trash\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, {vb:raw nextpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow left-arrow\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow left-arrow h-disabled\" title=\"{vb:phrase next_page}\" rel=\"next\"><span class=\"vb-icon vb-icon-arrow-left\"></span></a>\r\n </vb:if>\r\n <vb:if condition=\"$pagenum > 1\">\r\n {vb:set urlInfo.action, \'trash\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo[\'pagenum\'] {vb:raw prevpage}}\r\n <a href=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}?sortDir={vb:var data.sortDir}\" class=\"arrow right-arrow\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n <vb:else />\r\n <a class=\"arrow right-arrow h-disabled\" title=\"{vb:phrase previous_page}\" rel=\"prev\"><span class=\"vb-icon vb-icon-arrow-right\"></span></a>\r\n </vb:if>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <li class=\"toolbar-filter\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n\r\n {vb:set urlInfo.action, \'trash\'}\r\n {vb:set urlInfo.folderid, {vb:raw folderid}}\r\n {vb:set urlInfo.pagenum, 1}\r\n <form class=\"toolbar-filter-overlay h-clearfix message-filters\" method=\"POST\" action=\"{vb:url \'privatemessage\', {vb:raw urlInfo}}\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase sort_by}</div>\r\n <div class=\"filter-options h-left\">\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"DESC\" <vb:if condition=\"$data[\'sortDir\'] == \'DESC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase newest_first}</span></label>\r\n <label><input class=\"sort-filter\" type=\"radio\" name=\"sortDir\" value=\"ASC\" <vb:if condition=\"$data[\'sortDir\'] == \'ASC\'\">checked=\"checked\"</vb:if> /><span>{vb:phrase oldest_first}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n </div>\r\n</div>','template',1375471443,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(284,-1,'privatemessage_view','$final_rendered = \'\' . \'\'; $messageTree = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getMessage\', $page[\'messageid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $message = $messageTree[\'message\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $messageid = $message[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $otherRecipients = $messageTree[\'otherRecipients\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $included = vB_Template_Runtime::vBVar($messageTree[\'included\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $messages = $messageTree[\'messages\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $firstRecipient = $messageTree[\'firstRecipient\']; $final_rendered .= \'\' . \'\r\n<script type=\"text/javascript\">\r\nvar messageDetailPage = true;\r\nvar pmParentFolderId = \"\' . $page[\'folderid\'] . \'\";\r\n</script>\r\n\r\n<input type=\"hidden\" id=\"privateMessageNodeid\" value=\"\' . $messageid . \'\"/>\r\n\r\n\' . \'\'; if (!empty($firstRecipient)) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($firstRecipient[userid]); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $firstRecipient[username]; $final_rendered .= \'\' . \'\r\n\';\n } else if ($included) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($user[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $user[\'username\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo[\'userid\'] = vB_Template_Runtime::vBVar($message[\'userid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $userInfo[\'username\'] = $message[\'authorname\']; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"conversation-content private-message-detail\">\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $userInfo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (($otherRecipients == 1)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($included) {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_me_and_y_1_other_are_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username], \'\' . vB_Template_Runtime::vBVar($message[\'nodeid\']) . \'\') . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_y_1_other_are_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username], \'\' . vB_Template_Runtime::vBVar($message[\'nodeid\']) . \'\') . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else if (($otherRecipients)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($included) {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_me_and_y_z_others_are_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username], \'\' . vB_Template_Runtime::vBVar($message[\'nodeid\']) . \'\', \'\' . vB_Template_Runtime::vBVar($otherRecipients) . \'\') . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_y_z_others_are_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username], \'\' . vB_Template_Runtime::vBVar($message[\'nodeid\']) . \'\', \'\' . vB_Template_Runtime::vBVar($otherRecipients) . \'\') . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; if ($included AND ($userInfo[\'userid\'] != $user[\'userid\'])) {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_and_me_are_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username]) . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">\' . vB_Template_Runtime::parsePhrase(\"href_x_y_is_in_this_message\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $userInfo[username]) . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"select\") . \':</label>\r\n <span class=\"select-all jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"all\") . \'</span> | <span class=\"select-none jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</span>\r\n </div>\r\n </div>\r\n <ul class=\"privateMessageDetail conversation-list list-container thread-view h-clearfix\">\r\n \' . \'\'; $bbcodeOptions = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getBbcodeOptions\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($messages) || $messages instanceof ArrayAccess) { foreach ($messages AS $message) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'privatemessage_detail\',array(\'message\' => $message, \'hideCheckbox\' => \'1\', \'bbcodeOptions\' => $bbcodeOptions)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n</div>\r\n\r\n\' . vB_Template_Runtime::includeTemplate(\'privatemessage_newpm\',array(\'messageAction\' => \'reply\', \'respondto\' => $messageid, \'showCancel\' => \'0\')) . \'\';','{vb:data messageTree, content_privatemessage, getMessage, {vb:raw page.messageid}}\r\n{vb:set message, {vb:raw messageTree.message}}\r\n{vb:set messageid, {vb:raw message.nodeid}}\r\n{vb:set otherRecipients, {vb:raw messageTree.otherRecipients}}\r\n{vb:set included, {vb:var messageTree.included}}\r\n{vb:set messages, {vb:raw messageTree.messages}}\r\n{vb:set firstRecipient, {vb:raw messageTree.firstRecipient}}\r\n<script type=\"text/javascript\">\r\nvar messageDetailPage = true;\r\nvar pmParentFolderId = \"{vb:raw page.folderid}\";\r\n</script>\r\n\r\n<input type=\"hidden\" id=\"privateMessageNodeid\" value=\"{vb:raw messageid}\"/>\r\n\r\n<vb:if condition=\"!empty($firstRecipient)\">\r\n {vb:set userInfo.userid, {vb:var firstRecipient[\'userid\']}}\r\n {vb:set userInfo.username, {vb:raw firstRecipient[\'username\']}}\r\n<vb:elseif condition=\"$included\" />\r\n {vb:set userInfo.userid, {vb:var user.userid}}\r\n {vb:set userInfo.username, {vb:raw user.username}}\r\n<vb:else />\r\n {vb:set userInfo.userid, {vb:var message.userid}}\r\n {vb:set userInfo.username, {vb:raw message.authorname}}\r\n</vb:if>\r\n\r\n<div class=\"conversation-content private-message-detail\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw userInfo}}}\r\n <vb:if condition=\"($otherRecipients == 1)\">\r\n <vb:if condition=\"$included\">\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_me_and_y_1_other_are_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}, {vb:var message.nodeid}}</div>\r\n <vb:else />\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_and_y_1_other_are_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}, {vb:var message.nodeid}}</div>\r\n </vb:if>\r\n <vb:elseif condition=\"($otherRecipients)\" />\r\n <vb:if condition=\"$included\">\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_me_and_y_z_others_are_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}, {vb:var message.nodeid}, {vb:var otherRecipients}}</div>\r\n <vb:else />\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_and_y_z_others_are_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}, {vb:var message.nodeid}, {vb:var otherRecipients}}</div>\r\n </vb:if>\r\n <vb:else />\r\n <vb:if condition=\"$included AND ($userInfo[\'userid\'] != $user[\'userid\'])\">\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_and_me_are_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}}</div>\r\n <vb:else />\r\n <div id=\"pmOtherRecipientsOpen\" class=\"privateMessageSummary\">{vb:rawphrase href_x_y_is_in_this_message, {vb:var profileUrl}, {vb:raw userInfo[\'username\']}}</div>\r\n </vb:if>\r\n </vb:if>\r\n <div class=\"list-controls main-pane-header h-clearfix\">\r\n <div class=\"h-left\">\r\n <label>{vb:phrase select}:</label>\r\n <span class=\"select-all jsPseudoLink\">{vb:phrase all}</span> | <span class=\"select-none jsPseudoLink\">{vb:phrase none}</span>\r\n </div>\r\n </div>\r\n <ul class=\"privateMessageDetail conversation-list list-container thread-view h-clearfix\">\r\n {vb:data bbcodeOptions, content_privatemessage, getBbcodeOptions, {vb:raw nodeid}}\r\n <vb:each from=\"messages\" value=\"message\">\r\n {vb:template privatemessage_detail, message = {vb:raw message}, hideCheckbox = 1, bbcodeOptions = {vb:raw bbcodeOptions}}\r\n </vb:each>\r\n </ul>\r\n</div>\r\n\r\n{vb:template privatemessage_newpm, messageAction=reply, respondto={vb:raw messageid}, showCancel=0}','template',1369332642,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(285,-1,'privatemessage_viewinfraction','$final_rendered = \'\' . \'\'; $options[\'channel\'] = $page[\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'include_starter\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $sortOption[\'created\'] = \'ASC\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'sort\'] = $sortOption; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'nolimit\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'depth\'] = \'1\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $options[\'view\'] = \'conversation_thread\'; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseDataWithErrors(\'search\', \'getInitialResults\', $options); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"conversation-content infractions\">\r\n <ul class=\"conversation-list list-container h-clearfix thread-view\">\r\n \' . \'\'; $starterTemplateName = \'display_contenttype_conversationstarter_threadview_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $baseReplyTemplateName = \'display_contenttype_conversationreply_threadview_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes[\'results\']) || $nodes[\'results\'] instanceof ArrayAccess) { foreach ($nodes[\'results\'] AS $node) {$final_rendered .= \'\r\n \' . \'\'; $conversation = $node[\'content\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($currentConversation)) {\n $final_rendered .= \'\r\n \' . \'\'; $currentConversation = $conversation; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showQuoteCtrl\'), \'1\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($node[\'nodeid\'] != $node[\'starter\']) {\n $final_rendered .= \'\r\n <!-- Conversation Replies or Comments -->\r\n \' . \'\'; $replyTemplateName = \'\' . $baseReplyTemplateName.$node[\'contenttypeclass\'] . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($replyTemplateName,array(\'conversation\' => $node[\'content\'], \'bbcodeOptions\' => $channelBbcodes, \'showInlineMod\' => \'0\', \'widgetConfig\' => $widgetConfig, \'view\' => $view, \'hidePostIndex\' => \'1\', \'previewMode\' => \'1\', \'showNoControls\' => \'1\', \'footerControls\' => $footerControls)) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <!-- Starter Conversation -->\r\n \' . \'\'; $replyTemplateName = \'\' . $starterTemplateName.$node[\'contenttypeclass\'] . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate($replyTemplateName,array(\'conversation\' => $node[\'content\'], \'bbcodeOptions\' => $channelBbcodes, \'showInlineMod\' => \'0\', \'widgetConfig\' => $widgetConfig, \'view\' => $view, \'hidePostIndex\' => \'1\', \'showNoControls\' => \'1\', \'footerControls\' => $footerControls)) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n</div>\r\n\r\n<div class=\"content-entry-box content-entry-box-reply h-clear hide-on-editmode msg-type-reply\">\r\n \' . \'\'; $infraction_channel = vB_Template_Runtime::parseData(\'node\', \'fetchInfractionChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $canSendAttachments = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canpostattachment\', $infraction_channel); $final_rendered .= \'\' . \'\r\n \' . \'\'; $conversationRoute = vB_Template_Runtime::parseData(\'route\', \'getChannelConversationRoute\', $currentConversation[\'parentid\']); $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry\',array(\'page\' => $page, \'parentid\' => $page[\'nodeid\'], \'conversation\' => $conversation, \'routeid\' => $conversationRoute, \'submitButtonLabel\' => \'\' . vB_Template_Runtime::parsePhrase(\"post_reply\") . \'\', \'contentEntryType\' => \'reply\', \'allowTypeText\' => \'1\', \'allowTypePhoto\' => \'1\', \'allowTypeLink\' => \'1\', \'allowTypePoll\' => \'0\', \'defaultContentType\' => \'Text\', \'showToggleEditor\' => \'1\', \'showSmiley\' => \'1\', \'showCancel\' => \'0\', \'showAttachment\' => \'\' . (($canSendAttachments) ? \"1\" : \"\") . \'\', \'showTags\' => \'0\', \'showTitle\' => \'0\', \'isVm\' => \'0\', \'initOnPageLoad\' => \'1\', \'focusOnPageLoad\' => \'0\', \'preloadJavascript\' => \'1\', \'compactButtonSpacing\' => \'1\', \'uploadFrom\' => \'newContent\')) . \'\r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/conversation-rollup.js\'); $final_rendered .= \'\' . \'\';','{vb:set options.channel, {vb:raw page.nodeid}}\r\n{vb:set options.include_starter, 1}\r\n{vb:set sortOption.created, \'ASC\'}\r\n{vb:set options.sort, {vb:raw sortOption}}\r\n{vb:set options.nolimit, 1}\r\n{vb:set options.depth, 1}\r\n{vb:set options.view, \'conversation_thread\'}\r\n\r\n{vb:rawdata nodes, search, getInitialResults, {vb:raw options}}\r\n\r\n<div class=\"conversation-content infractions\">\r\n <ul class=\"conversation-list list-container h-clearfix thread-view\">\r\n {vb:set starterTemplateName, \'display_contenttype_conversationstarter_threadview_\'}\r\n {vb:set baseReplyTemplateName, \'display_contenttype_conversationreply_threadview_\'}\r\n <vb:each from=\"nodes.results\" value=\"node\">\r\n {vb:set conversation, {vb:raw node.content}}\r\n <vb:if condition=\"empty($currentConversation)\">\r\n {vb:set currentConversation, {vb:raw conversation}}\r\n </vb:if>\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showQuoteCtrl}, 1}}\r\n <vb:if condition=\"$node[\'nodeid\'] != $node[\'starter\']\">\r\n <!-- Conversation Replies or Comments -->\r\n {vb:set replyTemplateName, {vb:concat {vb:raw baseReplyTemplateName}, {vb:raw node.contenttypeclass}}}\r\n {vb:set footerControls.showEditCtrl, 1}\r\n {vb:template {vb:raw replyTemplateName}, conversation={vb:raw node.content}, bbcodeOptions={vb:raw channelBbcodes}, showInlineMod=0, widgetConfig={vb:raw widgetConfig}, view={vb:raw view}, hidePostIndex=1, previewMode=1, showNoControls=1, footerControls={vb:raw footerControls}}\r\n <vb:else />\r\n <!-- Starter Conversation -->\r\n {vb:set replyTemplateName, {vb:concat {vb:raw starterTemplateName}, {vb:raw node.contenttypeclass}}}\r\n {vb:template {vb:raw replyTemplateName}, conversation={vb:raw node.content}, bbcodeOptions={vb:raw channelBbcodes}, showInlineMod=0, widgetConfig={vb:raw widgetConfig}, view={vb:raw view}, hidePostIndex=1, showNoControls=1, footerControls={vb:raw footerControls}}\r\n </vb:if>\r\n </vb:each>\r\n </ul>\r\n</div>\r\n\r\n<div class=\"content-entry-box content-entry-box-reply h-clear hide-on-editmode msg-type-reply\">\r\n {vb:data infraction_channel, node, fetchInfractionChannel}\r\n {vb:data canSendAttachments, user, hasPermissions, forumpermissions, canpostattachment, {vb:raw infraction_channel}}\r\n {vb:data conversationRoute,\r\n route,\r\n getChannelConversationRoute,\r\n {vb:raw currentConversation.parentid}}\r\n {vb:template contententry,\r\n page={vb:raw page},\r\n parentid={vb:raw page.nodeid},\r\n conversation={vb:raw conversation},\r\n routeid={vb:raw conversationRoute},\r\n submitButtonLabel={vb:phrase post_reply},\r\n contentEntryType=\"reply\",\r\n allowTypeText=1,\r\n allowTypePhoto=1,\r\n allowTypeLink=1,\r\n allowTypePoll=0,\r\n defaultContentType=Text,\r\n showToggleEditor=1,\r\n showSmiley=1,\r\n showCancel=0,\r\n showAttachment={vb:if \"$canSendAttachments\", \"1\", \"0\"},\r\n showTags=0,\r\n showTitle=0,\r\n isVm=0,\r\n initOnPageLoad=1,\r\n focusOnPageLoad=0,\r\n preloadJavascript=1,\r\n compactButtonSpacing=1,\r\n uploadFrom=newContent\r\n }\r\n</div>\r\n{vb:js js/conversation-rollup.js}','template',1377701853,'vBulletin Solutions','5.0.5 Alpha 4','vbulletin','none'),(286,-1,'privatemessage_viewinfraction_toolbar','$final_rendered = \'\' . \'\'; $routeInfo[\'action\'] = \'infractions\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $routeInfo[folderid] = vB_Template_Runtime::parseData(\'content_privatemessage\', \'getInfractionFolderId\'); $final_rendered .= \'\' . \'\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper conversation-toolbar\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <a id=\"pmBtnBackToInfractions\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'privatemessage\', $routeInfo)) . \'\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-back\"></span>\' . vB_Template_Runtime::parsePhrase(\"back_to_infractions\") . \'</a>\r\n\r\n <button id=\"infractionBtnReply\" type=\"button\" class=\"button secondary h-left post-reply-btn\">\' . vB_Template_Runtime::parsePhrase(\"reply\") . \'</button>\r\n <button type=\"button\" class=\"infraction-delete button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span></button>\r\n </div>\r\n\' . \'\' . \'\r\n </div>\r\n</div>\';','{vb:set routeInfo.action, \'infractions\'}\r\n{vb:data routeInfo[\'folderid\'], content_privatemessage, getInfractionFolderId}\r\n\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper conversation-toolbar\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <a id=\"pmBtnBackToInfractions\" href=\"{vb:url \'privatemessage\', {vb:raw routeInfo}}\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-back\"></span>{vb:phrase back_to_infractions}</a>\r\n\r\n <button id=\"infractionBtnReply\" type=\"button\" class=\"button secondary h-left post-reply-btn\">{vb:phrase reply}</button>\r\n <button type=\"button\" class=\"infraction-delete button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">{vb:phrase delete}</span></button>\r\n </div>\r\n<vb:comment>\r\n <div class=\"h-right nav-buttons\">\r\n <button class=\"button secondary infractions-previous h-disabled\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">{vb:phrase previous}</span>\r\n </button>\r\n <button class=\"button secondary infractions-next h-disabled\">\r\n <span class=\"button-text-primary\">{vb:phrase next}</span>\r\n <span class=\"button-icon\"></span>\r\n </button>\r\n </div>\r\n</vb:comment>\r\n </div>\r\n</div>','template',1374779359,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(287,-1,'privatemessage_view_toolbar','$final_rendered = \'\' . \'\'; $ignore[0] = \'trash\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[1] = \'requests\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[2] = \'your_notifications\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[3] = \'sent_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[4] = \'infractions\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $ignore[5] = \'deleted_items\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $folders = vB_Template_Runtime::parseData(\'content_privatemessage\', \'listFolders\', $ignore); $final_rendered .= \'\' . \'\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnBackToMessage\" type=\"button\" class=\"button secondary h-left back-button\"><span class=\"vb-icon vb-icon-back\"></span>\' . vB_Template_Runtime::parsePhrase(\"back_to_messages\") . \'</button>\r\n <button id=\"pmBtnReply\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"reply\") . \'</button>\r\n <button id=\"pmBtnForward\" type=\"button\" class=\"button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"forward\") . \'</button>\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">\' . vB_Template_Runtime::parsePhrase(\"delete\") . \'</span></button>\r\n <button id=\"pmBtnCancel\" type=\"button\" class=\"button secondary h-left h-hide-imp\">\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n <div id=\"pmForwardPrompt\" class=\"h-hide h-left\">\' . vB_Template_Runtime::parsePhrase(\"select_messages_to_forward\") . \'</div>\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">\' . vB_Template_Runtime::parsePhrase(\"move\") . \'</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n \' . \'\'; if (is_array($folders) || $folders instanceof ArrayAccess) { foreach ($folders AS $thisFolderid => $folder) {$final_rendered .= \'\r\n <li class=\"pmMoveToFolder\" id=\"folder_\' . $thisFolderid . \'\"><span>\' . $folder . \'</span></li>\r\n \'; } }$final_rendered .= \'\' . \'\r\n <li><span id=\"pmOpenNewFolderName\">+\' . vB_Template_Runtime::parsePhrase(\"add_a_folder\") . \'</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\';','{vb:set ignore[0], \'trash\'}\r\n{vb:set ignore[1], \'requests\'}\r\n{vb:set ignore[2], \'your_notifications\'}\r\n{vb:set ignore[3], \'sent_items\'}\r\n{vb:set ignore[4], \'infractions\'}\r\n{vb:set ignore[5], \'deleted_items\'}\r\n{vb:data folders, content_privatemessage, listFolders, {vb:raw ignore}}\r\n<div id=\"pmFloatingBar\" class=\"toolbar-wrapper\">\r\n <div id=\"pmFloatingBarContent\" class=\"horizontal-toolbar h-clearfix\">\r\n <div class=\"toolset h-left\">\r\n <button id=\"pmBtnBackToMessage\" type=\"button\" class=\"button secondary h-left back-button\"><span class=\"vb-icon vb-icon-back\"></span>{vb:phrase back_to_messages}</button>\r\n <button id=\"pmBtnReply\" type=\"button\" class=\"button secondary h-left\">{vb:phrase reply}</button>\r\n <button id=\"pmBtnForward\" type=\"button\" class=\"button secondary h-left\">{vb:phrase forward}</button>\r\n <button id=\"pmBtnDelete\" type=\"button\" class=\"button secondary h-left\"><span class=\"vb-icon vb-icon-trash-black\"></span><span class=\"phrase\">{vb:phrase delete}</span></button>\r\n <button id=\"pmBtnCancel\" type=\"button\" class=\"button secondary h-left h-hide-imp\">{vb:phrase cancel}</button>\r\n <div id=\"pmForwardPrompt\" class=\"h-hide h-left\">{vb:phrase select_messages_to_forward}</div>\r\n <div class=\"split-button h-left\">\r\n <div class=\"split-button-wrapper button secondary\">\r\n <div class=\"button-set move-button-set one-click table\">\r\n <div class=\"td\">\r\n <button id=\"btnMove\" type=\"button\" class=\"button-text move-btn\">\r\n <span class=\"vb-icon vb-icon-folder-black\"></span>\r\n <span class=\"button-text-primary phrase\">{vb:phrase move}</span>\r\n <span class=\"button-text-secondary\"></span>\r\n </button>\r\n </div>\r\n <div class=\"td\">\r\n <button type=\"button\" class=\"button-icon arrow-btn\"></button>\r\n </div>\r\n </div>\r\n <ul class=\"submenu h-clear h-hide\" id=\"pmMoveToFolder\">\r\n <vb:each from=\"folders\" key=\"thisFolderid\" value=\"folder\">\r\n <li class=\"pmMoveToFolder\" id=\"folder_{vb:raw thisFolderid}\"><span>{vb:raw folder}</span></li>\r\n </vb:each>\r\n <li><span id=\"pmOpenNewFolderName\">+{vb:phrase add_a_folder}</span></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','template',1375471443,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(288,-1,'profilefields','$final_rendered = \'\' . \'\'; if (is_array($fields) || $fields instanceof ArrayAccess) { foreach ($fields AS $field) {$final_rendered .= \'\r\n \' . \'\'; if ($field[\'type\'] == \'input\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'userfield_textbox\',array(\'profilefield\' => $field, \'profilefieldname\' => $field[\'fieldname\'])) . \'\r\n \';\n } else if ($field[\'type\'] == \'textarea\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'userfield_textarea\',array(\'profilefield\' => $field, \'profilefieldname\' => $field[\'fieldname\'])) . \'\r\n \';\n } else if ($field[\'type\'] == \'radio\' OR $field[\'type\'] == \'checkbox\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'userfield_radio\',array(\'profilefield\' => $field, \'profilefieldname\' => $field[\'fieldname\'])) . \'\r\n \';\n } else if ($field[\'type\'] == \'select\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'userfield_select\',array(\'profilefield\' => $field, \'profilefieldname\' => $field[\'fieldname\'])) . \'\r\n \';\n } else if ($field[\'type\'] == \'select_multiple\') {\n $final_rendered .= \'\r\n \' . \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'userfield_select_multiple\',array(\'profilefield\' => $field, \'profilefieldname\' => $field[\'fieldname\'])) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:each from=\"fields\" value=\"field\">\r\n <vb:if condition=\"$field[\'type\'] == \'input\'\">\r\n <vb:comment><!-- Input Field --></vb:comment>\r\n {vb:template userfield_textbox, profilefield={vb:raw field}, profilefieldname={vb:raw field.fieldname}}\r\n <vb:elseif condition=\"$field[\'type\'] == \'textarea\'\"/>\r\n <vb:comment><!-- Text Area --></vb:comment>\r\n {vb:template userfield_textarea, profilefield={vb:raw field}, profilefieldname={vb:raw field.fieldname}}\r\n <vb:elseif condition=\"$field[\'type\'] == \'radio\' OR $field[\'type\'] == \'checkbox\'\"/>\r\n <vb:comment><!-- Radio & Checkbox --></vb:comment>\r\n {vb:template userfield_radio, profilefield={vb:raw field}, profilefieldname={vb:raw field.fieldname}}\r\n <vb:elseif condition=\"$field[\'type\'] == \'select\'\"/>\r\n <vb:comment><!-- Select --></vb:comment>\r\n {vb:template userfield_select, profilefield={vb:raw field}, profilefieldname={vb:raw field.fieldname}}\r\n <vb:elseif condition=\"$field[\'type\'] == \'select_multiple\'\"/>\r\n <vb:comment><!-- Select Multiple --></vb:comment>\r\n {vb:template userfield_select_multiple, profilefield={vb:raw field}, profilefieldname={vb:raw field.fieldname}}\r\n </vb:if>\r\n</vb:each>','template',1345856303,'vBulletin Solutions','5.0.0 Alpha 37','vbulletin','none'),(289,-1,'profile_about','$final_rendered = \'\' . \'\'; if (!isset($displayOwner)) {\n $final_rendered .= \'\r\n \' . \'\'; if ($userInfo[\'userid\'] == $user[\'userid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $displayOwner = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $displayOwner = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if ($displayOwner) {\n $final_rendered .= \'\r\n \' . \'\'; $canseehiddencustomfields = \'1\'; $final_rendered .= \'\' . \'\r\n <div class=\"section about-status\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"status\") . \'\r\n </div>\r\n <div class=\"section-content\">\r\n <textarea rows=\"2\" class=\"autogrow textbox js-user-status-text\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"enter_your_status_here\") . \'\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" class=\"button secondary js-updata-status-btn\">\' . vB_Template_Runtime::parsePhrase(\"update\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canseehiddencustomfields = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'genericpermissions\', \'canseehiddencustomfields\'); $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"section about-basicinfo\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"basicinfo\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"username\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'username\'] . \'</div>\r\n </div>\r\n \r\n \' . \'\'; if ($userInfo[\'birthday_search\'] != 0) {\n $final_rendered .= \'\r\n \r\n \' . \'\'; if ($userInfo[\'showbirthday\'] == 1) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"age\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'age\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'showbirthday\'] == 2) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"birthday\") . \'</div>\r\n <div class=\"td\">\' . vB_Template_Runtime::date($userInfo[\'birthdayTimestamp\'], \"cal1\") . \' (\' . $userInfo[\'age\'] . \')</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'showbirthday\'] == 3) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"birthday\") . \'</div>\r\n <div class=\"td\">\' . vB_Template_Runtime::date($userInfo[\'birthdayTimestamp\'], \"cal2\") . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if (is_array($userInfo[\'customFields\']) || $userInfo[\'customFields\'] instanceof ArrayAccess) { foreach ($userInfo[\'customFields\'] AS $category => $fields) {$final_rendered .= \'\r\n \' . \'\'; if ($category != \'default\') {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase($category) . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($fields) || $fields instanceof ArrayAccess) { foreach ($fields AS $name => $field) {$final_rendered .= \'\r\n \' . \'\'; if ($field[\'hidden\'] == 0 OR ($field[\'hidden\'] AND $canseehiddencustomfields)) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase($name) . \'</div>\r\n <div class=\"td\">\' . $field[\'val\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::hook(\'profile_basics_end\', get_defined_vars()) . \'\r\n </div>\r\n</div> \r\n\r\n\' . \'\'; if ($userInfo[\'homepage\'] OR $userInfo[\'icq\'] OR $userInfo[\'aim\'] OR $userInfo[\'google\'] OR $userInfo[\'yahoo\'] OR $userInfo[\'skype\']) {\n $final_rendered .= \'\r\n <div class=\"section about-contact\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"contact\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n \' . \'\'; if ($userInfo[\'homepage\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"web\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'homepage\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'icq\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"icq\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'icq\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'aim\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"aim\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'aim\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'yahoo\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"yahoo\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'yahoo\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'google\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"google\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'google\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n \' . \'\'; if ($userInfo[\'skype\']) {\n $final_rendered .= \'\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"skype\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'skype\'] . \'</div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::hook(\'profile_contacts_end\', get_defined_vars()) . \'\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"section about-stats\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"statistics\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\r\n <div class=\"sub-section about-stats-totalpost\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"total_posts\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"total_posts\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'posts\'] . \'</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"posts_per_day\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'postPerDay\'] . \'</div>\r\n </div> \r\n \' . vB_Template_Runtime::hook(\'profile_about_posts\', get_defined_vars()) . \'\r\n </div>\r\n </div>\r\n <div class=\"sub-section about-stats-vm\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"visitor_messages\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"visitor_messages\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'vmCount\'] . \'</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"most_recent_message\") . \'</div>\r\n <div class=\"td\">\' . \'\'; if ($userInfo[\'vmMostRecent\']) {\n $final_rendered .= \'\' . vB_Template_Runtime::date($userInfo[\'vmMostRecent\']) . \'\';\n } else {\n $final_rendered .= \'-\';\n }$final_rendered .= \'\' . \'</div>\r\n </div> \r\n \' . vB_Template_Runtime::hook(\'profile_about_vms\', get_defined_vars()) . \'\r\n </div>\r\n </div>\r\n <div class=\"sub-section about-stats-generalinfo\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"general_information\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"last_activity\") . \'</div>\r\n <div class=\"td\">\' . vB_Template_Runtime::date($userInfo[\'lastactivity\']) . \'</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"joined_date\") . \'</div>\r\n <div class=\"td\">\' . vB_Template_Runtime::date($userInfo[\'joindate\']) . \'</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">\' . vB_Template_Runtime::parsePhrase(\"referrals\") . \'</div>\r\n <div class=\"td\">\' . $userInfo[\'referralsCount\'] . \'</div>\r\n </div>\r\n \' . vB_Template_Runtime::hook(\'profile_about_general\', get_defined_vars()) . \'\r\n </div>\r\n </div>\r\n \' . vB_Template_Runtime::hook(\'profile_about_sectionend\', get_defined_vars()) . \'\r\n </div> \r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"section about-links\">\r\n <div class=\"section-header\">\r\n \' . vB_Template_Runtime::parsePhrase(\"links\") . \'\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\r\n <div class=\"sub-section\">\r\n <div class=\"section-content\">\r\n <ul>\r\n \' . \'\'; $forumChannel = vB_Template_Runtime::parseData(\'node\', \'fetchForumChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr = \'{\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"authorid\":[\"\'.vB_Template_Runtime::vBVar($userInfo[\'userid\']).\'\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"channel\":\"\'.$forumChannel.\'\",\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"exclude_type\":[\"vBForum_PrivateMessage\"]\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'}\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'searchJSON\'] = $searchStr; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\', NULL, $extra)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"find_all_posts\") . \'</a></li>\r\n\r\n \' . \'\'; $searchStr = \'{\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"authorid\":[\"\'.vB_Template_Runtime::vBVar($userInfo[\'userid\']).\'\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"channel\":\"\'.$forumChannel.\'\",\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"starter_only\":\"1\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'}\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'searchJSON\'] = $searchStr; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\', NULL, $extra)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"find_all_started_threads\") . \'</a></li>\r\n\r\n \' . \'\'; $blogChannel = vB_Template_Runtime::parseData(\'blog\', \'getBlogChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr = \'{\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"authorid\":[\"\'.vB_Template_Runtime::vBVar($userInfo[\'userid\']).\'\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"channel\":\"\'.$blogChannel.\'\",\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"starter_only\":\"1\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'}\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'searchJSON\'] = $searchStr; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\', NULL, $extra)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"find_all_blog_entries\") . \'</a></li>\r\n\r\n \' . \'\'; $sgChannel = vB_Template_Runtime::parseData(\'socialgroup\', \'getSGChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr = \'{\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"authorid\":[\"\'.vB_Template_Runtime::vBVar($userInfo[\'userid\']).\'\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"channel\":\"\'.$sgChannel.\'\",\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"starter_only\":\"1\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'}\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'searchJSON\'] = $searchStr; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\', NULL, $extra)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"find_all_group_topics\") . \'</a></li>\r\n\r\n \' . \'\'; $searchStr = \'{\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"authorid\":[\"\'.vB_Template_Runtime::vBVar($userInfo[\'userid\']).\'\"],\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'\"exclude_type\":[\"vBForum_PrivateMessage\"]\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $searchStr .= \'}\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'searchJSON\'] = $searchStr; $final_rendered .= \'\' . \'\r\n <li><a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\', NULL, $extra)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"find_all_content\") . \'</a></li>\r\n\r\n \' . vB_Template_Runtime::hook(\'profile_about_links\', get_defined_vars()) . \'\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\';','<vb:if condition=\"!isset($displayOwner)\">\r\n <vb:if condition=\"$userInfo[\'userid\'] == $user[\'userid\']\">\r\n {vb:set displayOwner, 1}\r\n <vb:else />\r\n {vb:set displayOwner, 0}\r\n </vb:if>\r\n</vb:if>\r\n\r\n<vb:if condition=\"$displayOwner\">\r\n {vb:set canseehiddencustomfields, 1}\r\n <div class=\"section about-status\">\r\n <div class=\"section-header\">\r\n {vb:phrase status}\r\n </div>\r\n <div class=\"section-content\">\r\n <textarea rows=\"2\" class=\"autogrow textbox js-user-status-text\" placeholder=\"{vb:phrase enter_your_status_here}\"></textarea>\r\n <div class=\"action-buttons\">\r\n <button type=\"button\" class=\"button secondary js-updata-status-btn\">{vb:phrase update}</button>\r\n </div>\r\n </div>\r\n </div>\r\n<vb:else />\r\n {vb:data canseehiddencustomfields, user, hasPermissions, \'genericpermissions\', \'canseehiddencustomfields\'}\r\n</vb:if>\r\n\r\n<div class=\"section about-basicinfo\">\r\n <div class=\"section-header\">\r\n {vb:phrase basicinfo}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase username}</div>\r\n <div class=\"td\">{vb:raw userInfo.username}</div>\r\n </div>\r\n \r\n <vb:if condition=\"$userInfo[\'birthday_search\'] != 0\">\r\n \r\n <vb:if condition=\"$userInfo[\'showbirthday\'] == 1\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase age}</div>\r\n <div class=\"td\">{vb:raw userInfo.age}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'showbirthday\'] == 2\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase birthday}</div>\r\n <div class=\"td\">{vb:date {vb:raw userInfo.birthdayTimestamp}, \'cal1\'} ({vb:raw userInfo.age})</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'showbirthday\'] == 3\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase birthday}</div>\r\n <div class=\"td\">{vb:date {vb:raw userInfo.birthdayTimestamp}, \'cal2\'}</div>\r\n </div>\r\n </vb:if>\r\n \r\n </vb:if>\r\n \r\n <vb:each from=\"userInfo.customFields\" key=\"category\" value=\"fields\">\r\n <vb:if condition=\"$category != \'default\'\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:rawphrase {vb:raw category}}</div>\r\n </div>\r\n </vb:if>\r\n <vb:each from=\"fields\" key=\"name\" value=\"field\">\r\n <vb:if condition=\"$field[\'hidden\'] == 0 OR ($field[\'hidden\'] AND $canseehiddencustomfields)\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:rawphrase {vb:raw name}}</div>\r\n <div class=\"td\">{vb:raw field.val}</div>\r\n </div>\r\n </vb:if>\r\n </vb:each>\r\n </vb:each>\r\n\r\n {vb:hook profile_basics_end}\r\n </div>\r\n</div> \r\n\r\n<vb:if condition=\"$userInfo[\'homepage\'] OR $userInfo[\'icq\'] OR $userInfo[\'aim\'] OR $userInfo[\'google\'] OR $userInfo[\'yahoo\'] OR $userInfo[\'skype\']\">\r\n <div class=\"section about-contact\">\r\n <div class=\"section-header\">\r\n {vb:phrase contact}\r\n </div>\r\n <div class=\"section-content table\">\r\n <vb:if condition=\"$userInfo[\'homepage\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase web}</div>\r\n <div class=\"td\">{vb:raw userInfo.homepage}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'icq\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase icq}</div>\r\n <div class=\"td\">{vb:raw userInfo.icq}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'aim\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase aim}</div>\r\n <div class=\"td\">{vb:raw userInfo.aim}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'yahoo\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase yahoo}</div>\r\n <div class=\"td\">{vb:raw userInfo.yahoo}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'google\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase google}</div>\r\n <div class=\"td\">{vb:raw userInfo.google}</div>\r\n </div>\r\n </vb:if>\r\n \r\n <vb:if condition=\"$userInfo[\'skype\']\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase skype}</div>\r\n <div class=\"td\">{vb:raw userInfo.skype}</div>\r\n </div>\r\n </vb:if>\r\n\r\n {vb:hook profile_contacts_end}\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n<div class=\"section about-stats\">\r\n <div class=\"section-header\">\r\n {vb:phrase statistics}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\r\n <div class=\"sub-section about-stats-totalpost\">\r\n <div class=\"section-header\">\r\n {vb:phrase total_posts}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase total_posts}</div>\r\n <div class=\"td\">{vb:raw userInfo.posts}</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase posts_per_day}</div>\r\n <div class=\"td\">{vb:raw userInfo.postPerDay}</div>\r\n </div> \r\n {vb:hook profile_about_posts}\r\n </div>\r\n </div>\r\n <div class=\"sub-section about-stats-vm\">\r\n <div class=\"section-header\">\r\n {vb:phrase visitor_messages}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase visitor_messages}</div>\r\n <div class=\"td\">{vb:raw userInfo.vmCount}</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase most_recent_message}</div>\r\n <div class=\"td\"><vb:if condition=\"$userInfo[\'vmMostRecent\']\">{vb:date {vb:raw userInfo.vmMostRecent}}<vb:else />-</vb:if></div>\r\n </div> \r\n {vb:hook profile_about_vms}\r\n </div>\r\n </div>\r\n <div class=\"sub-section about-stats-generalinfo\">\r\n <div class=\"section-header\">\r\n {vb:phrase general_information}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase last_activity}</div>\r\n <div class=\"td\">{vb:date {vb:raw userInfo.lastactivity}}</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase joined_date}</div>\r\n <div class=\"td\">{vb:date {vb:raw userInfo.joindate}}</div>\r\n </div>\r\n <div class=\"tr\">\r\n <div class=\"td\">{vb:phrase referrals}</div>\r\n <div class=\"td\">{vb:raw userInfo.referralsCount}</div>\r\n </div>\r\n {vb:hook profile_about_general}\r\n </div>\r\n </div>\r\n {vb:hook profile_about_sectionend}\r\n </div> \r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"section about-links\">\r\n <div class=\"section-header\">\r\n {vb:phrase links}\r\n </div>\r\n <div class=\"section-content table\">\r\n <div class=\"tr\">\r\n <div class=\"td\">\r\n <div class=\"sub-section\">\r\n <div class=\"section-content\">\r\n <ul>\r\n {vb:data forumChannel, node, fetchForumChannel}\r\n {vb:set searchStr, \'{\'}\r\n {vb:strcat searchStr, \'\"authorid\":[\"\', {vb:var userInfo.userid}, \'\"],\'}\r\n {vb:strcat searchStr, \'\"channel\":\"\', {vb:raw forumChannel}, \'\",\'}\r\n {vb:strcat searchStr, \'\"exclude_type\":[\"vBForum_PrivateMessage\"]\'}\r\n {vb:strcat searchStr, \'}\'}\r\n {vb:set extra.searchJSON, {vb:raw searchStr}}\r\n <li><a href=\"{vb:url \'search\', null, {vb:raw extra}}\">{vb:phrase find_all_posts}</a></li>\r\n\r\n {vb:set searchStr, \'{\'}\r\n {vb:strcat searchStr, \'\"authorid\":[\"\', {vb:var userInfo.userid}, \'\"],\'}\r\n {vb:strcat searchStr, \'\"channel\":\"\', {vb:raw forumChannel}, \'\",\'}\r\n {vb:strcat searchStr, \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'}\r\n {vb:strcat searchStr, \'\"starter_only\":\"1\"\'}\r\n {vb:strcat searchStr, \'}\'}\r\n {vb:set extra.searchJSON, {vb:raw searchStr}}\r\n <li><a href=\"{vb:url \'search\', null, {vb:raw extra}}\">{vb:phrase find_all_started_threads}</a></li>\r\n\r\n {vb:data blogChannel, blog, getBlogChannel}\r\n {vb:set searchStr, \'{\'}\r\n {vb:strcat searchStr, \'\"authorid\":[\"\', {vb:var userInfo.userid}, \'\"],\'}\r\n {vb:strcat searchStr, \'\"channel\":\"\', {vb:raw blogChannel}, \'\",\'}\r\n {vb:strcat searchStr, \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'}\r\n {vb:strcat searchStr, \'\"starter_only\":\"1\"\'}\r\n {vb:strcat searchStr, \'}\'}\r\n {vb:set extra.searchJSON, {vb:raw searchStr}}\r\n <li><a href=\"{vb:url \'search\', null, {vb:raw extra}}\">{vb:phrase find_all_blog_entries}</a></li>\r\n\r\n {vb:data sgChannel, socialgroup, getSGChannel}\r\n {vb:set searchStr, \'{\'}\r\n {vb:strcat searchStr, \'\"authorid\":[\"\', {vb:var userInfo.userid}, \'\"],\'}\r\n {vb:strcat searchStr, \'\"channel\":\"\', {vb:raw sgChannel}, \'\",\'}\r\n {vb:strcat searchStr, \'\"exclude_type\":[\"vBForum_PrivateMessage\"],\'}\r\n {vb:strcat searchStr, \'\"starter_only\":\"1\"\'}\r\n {vb:strcat searchStr, \'}\'}\r\n {vb:set extra.searchJSON, {vb:raw searchStr}}\r\n <li><a href=\"{vb:url \'search\', null, {vb:raw extra}}\">{vb:phrase find_all_group_topics}</a></li>\r\n\r\n {vb:set searchStr, \'{\'}\r\n {vb:strcat searchStr, \'\"authorid\":[\"\', {vb:var userInfo.userid}, \'\"],\'}\r\n {vb:strcat searchStr, \'\"exclude_type\":[\"vBForum_PrivateMessage\"]\'}\r\n {vb:strcat searchStr, \'}\'}\r\n {vb:set extra.searchJSON, {vb:raw searchStr}}\r\n <li><a href=\"{vb:url \'search\', null, {vb:raw extra}}\">{vb:phrase find_all_content}</a></li>\r\n\r\n {vb:hook profile_about_links}\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','template',1372290471,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(290,-1,'profile_activity','$final_rendered = \'\' . vB_Template_Runtime::hook(\'profile_activity_start\', get_defined_vars()) . \'\r\n\' . \'\'; $profileInfo = vB_Template_Runtime::parseData(\'user\', \'fetchProfileInfo\', $userid); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($node[\'setfor\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $node[\'setfor\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $setForInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUsernames\', $userIds, \'0\'); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $canViewAlbum = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'albumpermissions\', \'canviewalbum\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $albumChannel = vB_Template_Runtime::parseData(\'node\', \'fetchAlbumChannel\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $isFollowing = vB_Template_Runtime::parseData(\'follow\', \'isFollowingUser\', $userid); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; $conversation = $node[\'content\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $contenttypeclass = $conversation[\'contenttypeclass\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($contenttypeclass != \'PrivateMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $showContent = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($contenttypeclass == \'Gallery\') {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($canViewAlbum) AND !$canViewAlbum AND ($node[\'parentid\'] == $albumChannel)) {\n $final_rendered .= \'\r\n \' . \'\'; $showContent = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($contenttypeclass == \'Video\' AND $profileInfo[\'showVideos\'] == 0) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($isFollowing) AND $isFollowing !== 1) {\n $final_rendered .= \'\r\n \' . \'\'; $showContent = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($showContent) AND $showContent > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $replyTemplateName = \'display_contenttype_conversationreply_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $replyTemplateName .= $contenttypeclass; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsBlog = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsArticle = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($node[\'setfor\']) OR empty($setForInfo[$node[\'setfor\']]) OR !($postfor = $setForInfo[$node[\'setfor\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $postfor = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate($replyTemplateName,array(\'conversation\' => $conversation, \'postfor\' => $postfor, \'reportActivity\' => \'1\', \'showChannelInfo\' => \'1\', \'showInlineMod\' => $showInlineMod, \'currentNodeIsBlog\' => $currentNodeIsBlog, \'currentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::hook(\'profile_activity_end\', get_defined_vars()) . \'\';','{vb:hook profile_activity_start}\r\n{vb:data profileInfo, user, fetchProfileInfo, {vb:raw userid}}\r\n\r\n<vb:comment>fetch postfor info in batches</vb:comment>\r\n{vb:set userIds, {vb:php array}}\r\n<vb:each from=\"nodes\" value=\"node\">\r\n <vb:if condition=\"!empty($node[\'setfor\'])\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw node.setfor}}}\r\n </vb:if>\r\n</vb:each>\r\n{vb:data setForInfo, user, fetchUsernames, {vb:raw userIds}, 0}\r\n\r\n{vb:data canViewAlbum, user, hasPermissions, albumpermissions, canviewalbum}\r\n{vb:data albumChannel, node, fetchAlbumChannel}\r\n{vb:data isFollowing, follow, isFollowingUser, {vb:raw userid}}\r\n\r\n<vb:each from=\"nodes\" value=\"node\">\r\n {vb:set conversation, {vb:raw node.content}}\r\n {vb:set contenttypeclass, {vb:raw conversation.contenttypeclass}}\r\n <vb:if condition=\"$contenttypeclass != \'PrivateMessage\'\">\r\n {vb:set showContent, 1}\r\n <vb:if condition=\"$contenttypeclass == \'Gallery\'\">\r\n <vb:if condition=\"isset($canViewAlbum) AND !$canViewAlbum AND ($node[\'parentid\'] == $albumChannel)\">\r\n {vb:set showContent, 0}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"$contenttypeclass == \'Video\' AND $profileInfo[\'showVideos\'] == 0\">\r\n <vb:if condition=\"isset($isFollowing) AND $isFollowing !== 1\">\r\n {vb:set showContent, 0}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"isset($showContent) AND $showContent > 0\">\r\n {vb:set replyTemplateName, \'display_contenttype_conversationreply_\'}\r\n {vb:strcat replyTemplateName, {vb:raw contenttypeclass}}\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'blog\'\">\r\n {vb:set currentNodeIsBlog, 1}\r\n <vb:comment>we do not need to check for comment permissions since reportActivity=1</vb:comment>\r\n <vb:else />\r\n {vb:set currentNodeIsBlog, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\'\">\r\n {vb:set currentNodeIsArticle, 1}\r\n <vb:comment>we do not need to check for comment permissions since reportActivity=1</vb:comment>\r\n <vb:else />\r\n {vb:set currentNodeIsArticle, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($node[\'setfor\']) OR empty($setForInfo[$node[\'setfor\']]) OR !($postfor = $setForInfo[$node[\'setfor\']])\">\r\n {vb:set postfor, 0}\r\n </vb:if>\r\n\r\n {vb:template {vb:raw replyTemplateName}, conversation={vb:raw conversation}, postfor={vb:raw postfor}, reportActivity = 1, showChannelInfo = 1, showInlineMod={vb:raw showInlineMod}, currentNodeIsBlog={vb:raw currentNodeIsBlog}, currentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n </vb:if>\r\n </vb:if>\r\n</vb:each>\r\n{vb:hook profile_activity_end}','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(291,-1,'profile_custom_edit','$final_rendered = \'\' . \'\'; $fontInfo = vB_Template_Runtime::parseData(\'profile\', \'getAllowedFonts\', \'\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $canSaveSiteDefaultStyle = vB_Template_Runtime::parseData(\'stylevar\', \'canSaveDefault\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $fontnames = $fontInfo[\'fontnames\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $fontsizes = $fontInfo[\'fontsizes\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $cssPermissions = vB_Template_Runtime::parseData(\'stylevar\', \'fetchCustomizationPermissions\'); $final_rendered .= \'\' . \'\r\n\r\n<div class=\"tabs profileTabs profileNavTabs h-left stretch\" id=\"profileNavTabs\">\r\n\r\n <!-- Edit buttons -->\r\n <div class=\"stretch h-left h-clear profileEditButtons\">\r\n <div class=\"profileEditButtonsInner h-clear h-right\">\r\n <button class=\"button primary profCustomSave h-right\">\' . vB_Template_Runtime::parsePhrase(\"save\") . \'</button>\r\n\r\n <button class=\"button secondary profCustomCancel h-right\">\' . vB_Template_Runtime::parsePhrase(\"exit_without_saving\") . \'</button>\r\n\r\n <button class=\"button secondary profCustomDefault h-right\">\' . vB_Template_Runtime::parsePhrase(\"default\") . \'</button>\r\n\r\n <button class=\"button secondary profCustomRevert h-right\">\' . vB_Template_Runtime::parsePhrase(\"revert\") . \'</button>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"stretch h-left h-clear profileEditContent\">\r\n <!-- Left nav -->\r\n <ul class=\"h-clear profileNavOuter\">\r\n <li><a href=\"#profCustom_navbar \" id=\"tablink-1\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_navbar\"></span><span>\' . vB_Template_Runtime::parsePhrase(\"navigation_bar\") . \'</span></a></li>\r\n <li><a href=\"#profCustom_content\" id=\"tablink-2\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_content\"></span><span>\' . vB_Template_Runtime::parsePhrase(\"content\") . \'</span></a></li>\r\n <li><a href=\"#profCustom_user\" id=\"tablink-3\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_user\"></span><span>\' . vB_Template_Runtime::parsePhrase(\"user_panel\") . \'</span></a></li>\r\n \' . \'\'; if ($canSaveSiteDefaultStyle) {\n $final_rendered .= \'\r\n <li><a href=\"#profCustom_admin\" id=\"tablink-4\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_admin\"></span><span>\' . vB_Template_Runtime::parsePhrase(\"admin\") . \'</span></a></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 1 content -->\r\n <div id=\"profCustom_navbar\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_navbarActive\" id=\"tablink-11\">\' . vB_Template_Runtime::parsePhrase(\"active\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarInactive\" id=\"tablink-12\">\' . vB_Template_Runtime::parsePhrase(\"inactive\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarText\" id=\"tablink-13\">\' . vB_Template_Runtime::parsePhrase(\"usercss_toolbar\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarButtons\" id=\"tablink-14\">\' . vB_Template_Runtime::parsePhrase(\"buttons\") . \'</a></li>\r\n </ul>\r\n\r\n\r\n <!-- Tab 1 Subtab 1 -->\r\n\r\n <div id=\"profCustom_navbarActive\" class=\"tab\">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbar_background_active\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbar_text_color_active\" data=\"profcustom_navbar_text_color_active\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_text_color_active.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbar_border_active\" data=\"profcustom_navbar_border_active\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_border_active.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n <!-- Tab 1 Subtab 2 -->\r\n\r\n <div id=\"profCustom_navbarInactive\" class=\"tab\">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbar_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbar_text_color\" data=\"profcustom_navbar_text_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_text_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbar_border\" data=\"profcustom_navbar_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n <!-- Tab 1 Subtab 3 -->\r\n\r\n <div id=\"profCustom_navbarText\" class=\"tab\">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"toolbar_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\" profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbar_toolbar_text_color\" data=\"profcustom_navbar_toolbar_text_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_toolbar_text_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"side_nav_item_border_bottom\" data=\"side_nav_item_border_bottom\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_item_border_bottom.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 1 Subtab 4 -->\r\n\r\n <div id=\"profCustom_navbarButtons\" class=\"tab\">\r\n <div>\r\n <div class=\"profCustomEditField\">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\'] OR $cssPermissions[\'borders\'] OR $cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <h3 class=\"profCustomTitle\">\' . vB_Template_Runtime::parsePhrase(\"primary_button\") . \'</h3>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbarbutton_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbarbutton_border\" data=\"profcustom_navbarbutton_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbarbutton_color\" data=\"profcustom_navbarbutton_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbutton_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n </div>\r\n\r\n <div>\r\n <div class=\"profCustomEditField profCustomEditBorderTop\">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\'] OR $cssPermissions[\'borders\'] OR $cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <h3 class=\"profCustomTitle\">\' . vB_Template_Runtime::parsePhrase(\"secondary_button\") . \'</h3>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_button_secondary_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbarbuttonsecondary_border\" data=\"profcustom_navbarbuttonsecondary_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profcustom_navbarbuttonsecondary_color\" data=\"profcustom_navbarbuttonsecondary_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbarbuttonsecondary_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 2 content -->\r\n\r\n <div id=\"profCustom_content\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_contentColors\" id=\"tablink-21\">\' . vB_Template_Runtime::parsePhrase(\"colors\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentHeader\" id=\"tablink-22\">\' . vB_Template_Runtime::parsePhrase(\"header\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentText\" id=\"tablink-23\">\' . vB_Template_Runtime::parsePhrase(\"pure_text\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentButtons\" id=\"tablink-24\">\' . vB_Template_Runtime::parsePhrase(\"buttons\") . \'</a></li>\r\n </ul>\r\n\r\n\r\n <!-- Tab 2 Subtab 1 -->\r\n\r\n <div id=\"profCustom_contentColors\" class=\"tab \">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_content_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profile_content_border\" data=\"profile_content_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"divider_color\") . \'</span>\r\n <input type=\"text\" name=\"profile_content_divider_border\" data=\"profile_content_divider_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_divider_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n <!-- Tab 2 Subtab 2 -->\r\n\r\n <div id=\"profCustom_contentHeader\" class=\"tab \">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_section_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profile_section_border\" data=\"profile_section_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"fontselectorWrapper\">\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profile_section_text_color\" data=\"profile_section_text_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_section_text_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'fontFamily\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">\' . vB_Template_Runtime::parsePhrase(\"usercss_font_family\") . \'</div>\r\n <select name=\"profile_section_font\" data=\"profile_section_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n \' . \'\'; if (is_array($fontnames) || $fontnames instanceof ArrayAccess) { foreach ($fontnames AS $fontDef => $fontname) {$final_rendered .= \'\r\n <option value=\"\' . $fontDef . \'\" style=\"font-family: \\\'\' . $fontDef . \'\\\'\">\' . $fontname . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'fontSize\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">\' . vB_Template_Runtime::parsePhrase(\"usercss_font_size\") . \'</div>\r\n <select name=\"profile_section_font\" data=\"profile_section_font\" data-type=\"size\" class=\"selectCustomProfFontsize lightgraybackground tall_select\">\r\n \' . \'\'; if (is_array($fontsizes) || $fontsizes instanceof ArrayAccess) { foreach ($fontsizes AS $fontDef => $fontsize) {$final_rendered .= \'\r\n <option value=\"\' . $fontDef . \'\" style=\"font-size: \\\'\' . $fontDef . \'\\\'\">\' . $fontsize . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n\r\n <!-- Tab 2 Subtab 3 -->\r\n\r\n <div id=\"profCustom_contentText\" class=\"tab \">\r\n <div class=\"\">\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <h3 class=\"profCustomTitle\">\' . vB_Template_Runtime::parsePhrase(\"content_text_color\") . \'</h3>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"primary\") . \'</span>\r\n <input type=\"text\" name=\"profile_content_primarytext\" data=\"profile_content_primarytext\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_primarytext.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"secondary\") . \'</span>\r\n <input type=\"text\" name=\"profile_content_secondarytext\" data=\"profile_content_secondarytext\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_secondarytext.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"link\") . \'</span>\r\n <input type=\"text\" name=\"profile_content_linktext\" data=\"profile_content_linktext\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_content_linktext.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"fontselectorWrapper\">\r\n \' . \'\'; if ($cssPermissions[\'fontFamily\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_font_family\") . \'</div>\r\n <select name=\"profile_content_font\" data=\"profile_content_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n \' . \'\'; if (is_array($fontnames) || $fontnames instanceof ArrayAccess) { foreach ($fontnames AS $fontDef => $fontname) {$final_rendered .= \'\r\n <option value=\"\' . $fontDef . \'\" style=\"font-family: \\\'\' . $fontDef . \'\\\'\">\' . $fontname . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'fontSize\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">\' . vB_Template_Runtime::parsePhrase(\"usercss_font_size\") . \'</div>\r\n <select name=\"profile_content_font\" data=\"profile_content_font\" data-type=\"size\" class=\"selectCustomProfFontsize lightgraybackground tall_select\">\r\n \' . \'\'; if (is_array($fontsizes) || $fontsizes instanceof ArrayAccess) { foreach ($fontsizes AS $fontDef => $fontsize) {$final_rendered .= \'\r\n <option value=\"\' . $fontDef . \'\" style=\"font-size: \\\'\' . $fontDef . \'\\\'\">\' . $fontsize . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 2 Subtab 4 -->\r\n\r\n <div id=\"profCustom_contentButtons\" class=\"tab \">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_button_primary_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"\">\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"button_primary_border\" data=\"button_primary_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"button_primary_text_color\" data=\"button_primary_text_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"button_primary_text_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 3 content -->\r\n\r\n <div id=\"profCustom_user\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_userColors\" id=\"tablink-31\">\' . vB_Template_Runtime::parsePhrase(\"colors\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_userText\" id=\"tablink-32\">\' . vB_Template_Runtime::parsePhrase(\"pure_text\") . \'</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_userButtons\" id=\"tablink-33\">\' . vB_Template_Runtime::parsePhrase(\"buttons\") . \'</a></li>\r\n </ul>\r\n\r\n\r\n\r\n <!-- Tab 3 Subtab 1 -->\r\n\r\n <div id=\"profCustom_userColors\" class=\"tab \">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"side_nav_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"form_dropdown_border\" data=\"form_dropdown_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"form_dropdown_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"avatar_border\") . \'</span>\r\n <input type=\"text\" name=\"side_nav_avatar_border\" data=\"side_nav_avatar_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_avatar_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"divider_color\") . \'</span>\r\n <input type=\"text\" name=\"side_nav_item_border_bottom\" data=\"side_nav_item_border_bottom\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"side_nav_item_border_bottom.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 3 Subtab 2 -->\r\n\r\n <div id=\"profCustom_userText\" class=\"tab \">\r\n <div class=\"\">\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <h3 class=\"profCustomTitle\">\' . vB_Template_Runtime::parsePhrase(\"color\") . \'</h3>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"pure_text\") . \'</span>\r\n <input type=\"text\" name=\"profile_userpanel_textcolor\" data=\"profile_userpanel_textcolor\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_textcolor.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"link\") . \'</span>\r\n <input type=\"text\" name=\"profile_userpanel_linkcolor\" data=\"profile_userpanel_linkcolor\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profile_userpanel_linkcolor.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($cssPermissions[\'fontFamily\']) {\n $final_rendered .= \'\r\n <div class=\"fontselectorWrapper\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">\' . vB_Template_Runtime::parsePhrase(\"usercss_font_family\") . \'</div>\r\n <select name=\"profile_userpanel_font\" data=\"profile_userpanel_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n \' . \'\'; if (is_array($fontnames) || $fontnames instanceof ArrayAccess) { foreach ($fontnames AS $fontDef => $fontname) {$final_rendered .= \'\r\n <option value=\"\' . $fontDef . \'\" style=\"font-family: \\\'\' . $fontDef . \'\\\'\">\' . $fontname . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n\r\n <!-- Tab 3 Subtab 3 -->\r\n\r\n <div id=\"profCustom_userButtons\" class=\"tab \">\r\n \' . \'\'; if ($cssPermissions[\'bgimage\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomBackgroundEdit\" data=\"profilesidebar_button_background\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"\">\r\n \' . \'\'; if ($cssPermissions[\'borders\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"border_color\") . \'</span>\r\n <input type=\"text\" name=\"profilesidebar_button_border\" data=\"profilesidebar_button_border\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_border.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($cssPermissions[\'colors\']) {\n $final_rendered .= \'\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"usercss_color\") . \'</span>\r\n <input type=\"text\" name=\"profilesidebar_button_text_color\" data=\"profilesidebar_button_text_color\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profilesidebar_button_text_color.color\", $userid) . \'\" class=\"colorPicker\"/>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 4 content -->\r\n\r\n \' . \'\'; if ($canSaveSiteDefaultStyle) {\n $final_rendered .= \'\r\n <div id=\"profCustom_admin\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <div>\r\n \' . vB_Template_Runtime::parsePhrase(\"save_as_site_default_text\") . \'\r\n </div>\r\n <div class=\"h-right\">\r\n <button class=\"button primary profCustomApplyAll h-right\" >\' . vB_Template_Runtime::parsePhrase(\"save_as_site_default\") . \'</button>\r\n </div>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"profCustomBgTemplate\" style=\"display:none\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">\' . vB_Template_Runtime::parsePhrase(\"background\") . \'</span>\r\n <label>\r\n <input type=\"radio\" class=\"rdProfCustomBgTypeColor\" id=\"rdProfCustomBgTypeColor\" value=\"color\"/> \' . vB_Template_Runtime::parsePhrase(\"color\") . \'\r\n </label>\r\n <label>\r\n <input type=\"radio\" class=\"rdProfCustomBgTypeImage\" id=\"rdProfCustomBgTypeImage\" value=\"image\"/> \' . vB_Template_Runtime::parsePhrase(\"image\") . \'\r\n </label>\r\n </div>\r\n\r\n <div class=\"profCustomBgColor h-hide profCustomSubField\" >\r\n <div class=\"profCustomEditField\">\r\n <input type=\"text\" name=\"profcustom_navbar_background_active\" data=\"\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background_active.color\", $userid) . \'\" class=\"colorPicker template\"/>\r\n <label>\r\n <input type=\"checkbox\" data=\"\" value=\"\' . vB_Template_Runtime::fetchCustomStylevar(\"profcustom_navbar_background_active\") . \'\" class=\"rdProfCustomBgColorClear\" id=\"rdProfCustomBgColorClear\" /> \' . vB_Template_Runtime::parsePhrase(\"transparent\") . \'</label>\r\n <div class=\"backgroundImage\" data=\"\"></div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"profCustomBgImage h-hide profCustomSubField\">\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" name=\"\" value=\"file\" checked=\"checked\" class=\"rdProfCustomFile\" id=\"rdProfCustomFile\" />\r\n \' . vB_Template_Runtime::parsePhrase(\"browse_image_from_hard_drive\") . \'\r\n </label>\r\n <form class=\"frmBgImageFile\" enctype=\"multipart/form-data\" method=\"post\" id=\"frmBgImageFile\">\r\n <div class=\"profile-img-option-container \">\r\n <span class=\"profile-img-option-field \"><input type=\"text\" name=\"fileText\" class=\"fileText textbox\" readonly=\"readonly\" /></span>\r\n <span class=\"button primary custom-upload-button\">\' . vB_Template_Runtime::parsePhrase(\"browse\") . \'<input type=\"file\" id=\"profCustomBgImageFile\" class=\"profCustomBgImageFile\" name=\"file\"/></span>\r\n </div>\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $user[\'securitytoken\'] . \'\" />\r\n </form>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" name=\"profile-img-option\" value=\"url\" class=\"rdProfCustomUrl\" id=\"rdProfCustomUrl\"/>\r\n \' . vB_Template_Runtime::parsePhrase(\"copy_and_paste_from_image_hosting\") . \'\r\n </label>\r\n <form class=\"frmBgImageUrl h-hide\" enctype=\"multipart/form-data\" method=\"post\">\r\n <div class=\"profile-img-option-container \">\r\n <span class=\"profile-img-option-field \"><input type=\"text\" class=\"profCustomBgImageUrl textbox\" name=\"urlupload\" id=\"profCustomBgImageUrl\" /></span>\r\n <span class=\"button primary custom-upload-button profCustomUploadUrl\">\' . vB_Template_Runtime::parsePhrase(\"upload\") . \'</span>\r\n </div>\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"\' . $user[\'securitytoken\'] . \'\" />\r\n </form>\r\n </div>\r\n\r\n <div class=\"ProfCustomBgRepeat profCustomEditField\">\r\n \' . vB_Template_Runtime::parsePhrase(\"usercss_background_repeat\") . \'\r\n <select name=\"repeat_type\" class=\"ProfCustomBgRepeatType\" >\r\n <option value=\"no-repeat\">\' . vB_Template_Runtime::parsePhrase(\"none\") . \'</option>\r\n <option value=\"repeat-x\">\' . vB_Template_Runtime::parsePhrase(\"horizontal\") . \'</option>\r\n <option value=\"repeat-y\">\' . vB_Template_Runtime::parsePhrase(\"vertical\") . \'</option>\r\n <option value=\"repeat\" selected=\"selected\">\' . vB_Template_Runtime::parsePhrase(\"both\") . \'</option>\r\n </select>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" value=\"none\" name=\"\" id=\"rdProfCustomBgImageNone\" class=\"rdProfCustomBgImageNone\" />\r\n \' . vB_Template_Runtime::parsePhrase(\"no_background_image\") . \'\r\n </label>\r\n </div>\r\n </div>\r\n\r\n </div> \r\n</div>\r\n\' . \'\'; vB_Template_Runtime::includeJs(\'js/profile-custom-edit-rollup.js\'); $final_rendered .= \'\' . \'\';','{vb:data fontInfo, profile, getAllowedFonts, null}\r\n{vb:data canSaveSiteDefaultStyle, stylevar, canSaveDefault}\r\n{vb:set fontnames, {vb:raw fontInfo.fontnames}}\r\n{vb:set fontsizes, {vb:raw fontInfo.fontsizes}}\r\n{vb:data cssPermissions, stylevar, fetchCustomizationPermissions}\r\n\r\n<div class=\"tabs profileTabs profileNavTabs h-left stretch\" id=\"profileNavTabs\">\r\n\r\n <!-- Edit buttons -->\r\n <div class=\"stretch h-left h-clear profileEditButtons\">\r\n <div class=\"profileEditButtonsInner h-clear h-right\">\r\n <button class=\"button primary profCustomSave h-right\">{vb:phrase save}</button>\r\n\r\n <button class=\"button secondary profCustomCancel h-right\">{vb:phrase exit_without_saving}</button>\r\n\r\n <button class=\"button secondary profCustomDefault h-right\">{vb:phrase default}</button>\r\n\r\n <button class=\"button secondary profCustomRevert h-right\">{vb:phrase revert}</button>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"stretch h-left h-clear profileEditContent\">\r\n <!-- Left nav -->\r\n <ul class=\"h-clear profileNavOuter\">\r\n <li><a href=\"#profCustom_navbar \" id=\"tablink-1\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_navbar\"></span><span>{vb:phrase navigation_bar}</span></a></li>\r\n <li><a href=\"#profCustom_content\" id=\"tablink-2\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_content\"></span><span>{vb:phrase content}</span></a></li>\r\n <li><a href=\"#profCustom_user\" id=\"tablink-3\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_user\"></span><span>{vb:phrase user_panel}</span></a></li>\r\n <vb:if condition=\"$canSaveSiteDefaultStyle\">\r\n <li><a href=\"#profCustom_admin\" id=\"tablink-4\" class=\"profCustom_Tabs\"><span class=\"icon profCustom_admin\"></span><span>{vb:phrase admin}</span></a></li>\r\n </vb:if>\r\n </ul>\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 1 content -->\r\n <div id=\"profCustom_navbar\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_navbarActive\" id=\"tablink-11\">{vb:phrase active}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarInactive\" id=\"tablink-12\">{vb:phrase inactive}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarText\" id=\"tablink-13\">{vb:phrase usercss_toolbar}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_navbarButtons\" id=\"tablink-14\">{vb:phrase buttons}</a></li>\r\n </ul>\r\n\r\n\r\n <!-- Tab 1 Subtab 1 -->\r\n\r\n <div id=\"profCustom_navbarActive\" class=\"tab\">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbar_background_active\"></div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbar_text_color_active\" data=\"profcustom_navbar_text_color_active\" value=\"{vb:customstylevar profcustom_navbar_text_color_active.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbar_border_active\" data=\"profcustom_navbar_border_active\" value=\"{vb:customstylevar profcustom_navbar_border_active.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n <!-- Tab 1 Subtab 2 -->\r\n\r\n <div id=\"profCustom_navbarInactive\" class=\"tab\">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbar_background\"></div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbar_text_color\" data=\"profcustom_navbar_text_color\" value=\"{vb:customstylevar profcustom_navbar_text_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbar_border\" data=\"profcustom_navbar_border\" value=\"{vb:customstylevar profcustom_navbar_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n <!-- Tab 1 Subtab 3 -->\r\n\r\n <div id=\"profCustom_navbarText\" class=\"tab\">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"toolbar_background\"></div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\" profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbar_toolbar_text_color\" data=\"profcustom_navbar_toolbar_text_color\" value=\"{vb:customstylevar profcustom_navbar_toolbar_text_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"side_nav_item_border_bottom\" data=\"side_nav_item_border_bottom\" value=\"{vb:customstylevar side_nav_item_border_bottom.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 1 Subtab 4 -->\r\n\r\n <div id=\"profCustom_navbarButtons\" class=\"tab\">\r\n <div>\r\n <div class=\"profCustomEditField\">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\'] OR $cssPermissions[\'borders\'] OR $cssPermissions[\'colors\']\">\r\n <h3 class=\"profCustomTitle\">{vb:phrase primary_button}</h3>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profcustom_navbarbutton_background\"></div>\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbarbutton_border\" data=\"profcustom_navbarbutton_border\" value=\"{vb:customstylevar profcustom_navbarbutton_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbarbutton_color\" data=\"profcustom_navbarbutton_color\" value=\"{vb:customstylevar profcustom_navbarbutton_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n </div>\r\n\r\n <div>\r\n <div class=\"profCustomEditField profCustomEditBorderTop\">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\'] OR $cssPermissions[\'borders\'] OR $cssPermissions[\'colors\']\">\r\n <h3 class=\"profCustomTitle\">{vb:phrase secondary_button}</h3>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_button_secondary_background\"></div>\r\n </vb:if>\r\n </div>\r\n\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbarbuttonsecondary_border\" data=\"profcustom_navbarbuttonsecondary_border\" value=\"{vb:customstylevar profcustom_navbarbuttonsecondary_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profcustom_navbarbuttonsecondary_color\" data=\"profcustom_navbarbuttonsecondary_color\" value=\"{vb:customstylevar profcustom_navbarbuttonsecondary_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 2 content -->\r\n\r\n <div id=\"profCustom_content\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_contentColors\" id=\"tablink-21\">{vb:phrase colors}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentHeader\" id=\"tablink-22\">{vb:phrase header}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentText\" id=\"tablink-23\">{vb:phrase pure_text}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_contentButtons\" id=\"tablink-24\">{vb:phrase buttons}</a></li>\r\n </ul>\r\n\r\n\r\n <!-- Tab 2 Subtab 1 -->\r\n\r\n <div id=\"profCustom_contentColors\" class=\"tab \">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_content_background\"></div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profile_content_border\" data=\"profile_content_border\" value=\"{vb:customstylevar profile_content_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase divider_color}</span>\r\n <input type=\"text\" name=\"profile_content_divider_border\" data=\"profile_content_divider_border\" value=\"{vb:customstylevar profile_content_divider_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n <!-- Tab 2 Subtab 2 -->\r\n\r\n <div id=\"profCustom_contentHeader\" class=\"tab \">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_section_background\"></div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profile_section_border\" data=\"profile_section_border\" value=\"{vb:customstylevar profile_section_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n\r\n <div class=\"fontselectorWrapper\">\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profile_section_text_color\" data=\"profile_section_text_color\" value=\"{vb:customstylevar profile_section_text_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'fontFamily\']\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">{vb:rawphrase usercss_font_family}</div>\r\n <select name=\"profile_section_font\" data=\"profile_section_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n <vb:each from=\"fontnames\" value=\"fontname\" key=\"fontDef\">\r\n <option value=\"{vb:raw fontDef}\" style=\"font-family: \'{vb:raw fontDef}\'\">{vb:raw fontname}</option>\r\n </vb:each>\r\n </select>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'fontSize\']\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">{vb:rawphrase usercss_font_size}</div>\r\n <select name=\"profile_section_font\" data=\"profile_section_font\" data-type=\"size\" class=\"selectCustomProfFontsize lightgraybackground tall_select\">\r\n <vb:each from=\"fontsizes\" value=\"fontsize\" key=\"fontDef\">\r\n <option value=\"{vb:raw fontDef}\" style=\"font-size: \'{vb:raw fontDef}\'\">{vb:raw fontsize}</option>\r\n </vb:each>\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n\r\n\r\n <!-- Tab 2 Subtab 3 -->\r\n\r\n <div id=\"profCustom_contentText\" class=\"tab \">\r\n <div class=\"\">\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <h3 class=\"profCustomTitle\">{vb:rawphrase content_text_color}</h3>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase primary}</span>\r\n <input type=\"text\" name=\"profile_content_primarytext\" data=\"profile_content_primarytext\" value=\"{vb:customstylevar profile_content_primarytext.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase secondary}</span>\r\n <input type=\"text\" name=\"profile_content_secondarytext\" data=\"profile_content_secondarytext\" value=\"{vb:customstylevar profile_content_secondarytext.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase link}</span>\r\n <input type=\"text\" name=\"profile_content_linktext\" data=\"profile_content_linktext\" value=\"{vb:customstylevar profile_content_linktext.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"fontselectorWrapper\">\r\n <vb:if condition=\"$cssPermissions[\'fontFamily\']\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel\">{vb:rawphrase usercss_font_family}</div>\r\n <select name=\"profile_content_font\" data=\"profile_content_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n <vb:each from=\"fontnames\" value=\"fontname\" key=\"fontDef\">\r\n <option value=\"{vb:raw fontDef}\" style=\"font-family: \'{vb:raw fontDef}\'\">{vb:raw fontname}</option>\r\n </vb:each>\r\n </select>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'fontSize\']\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">{vb:rawphrase usercss_font_size}</div>\r\n <select name=\"profile_content_font\" data=\"profile_content_font\" data-type=\"size\" class=\"selectCustomProfFontsize lightgraybackground tall_select\">\r\n <vb:each from=\"fontsizes\" value=\"fontsize\" key=\"fontDef\">\r\n <option value=\"{vb:raw fontDef}\" style=\"font-size: \'{vb:raw fontDef}\'\">{vb:raw fontsize}</option>\r\n </vb:each>\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 2 Subtab 4 -->\r\n\r\n <div id=\"profCustom_contentButtons\" class=\"tab \">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profile_button_primary_background\"></div>\r\n </vb:if>\r\n <div class=\"\">\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"button_primary_border\" data=\"button_primary_border\" value=\"{vb:customstylevar button_primary_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"button_primary_text_color\" data=\"button_primary_text_color\" value=\"{vb:customstylevar button_primary_text_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 3 content -->\r\n\r\n <div id=\"profCustom_user\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <ul class=\"profileNavInner\">\r\n <li><a class=\"button\" href=\"#profCustom_userColors\" id=\"tablink-31\">{vb:phrase colors}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_userText\" id=\"tablink-32\">{vb:phrase pure_text}</a></li>\r\n <li><a class=\"button\" href=\"#profCustom_userButtons\" id=\"tablink-33\">{vb:phrase buttons}</a></li>\r\n </ul>\r\n\r\n\r\n\r\n <!-- Tab 3 Subtab 1 -->\r\n\r\n <div id=\"profCustom_userColors\" class=\"tab \">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"side_nav_background\"></div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"form_dropdown_border\" data=\"form_dropdown_border\" value=\"{vb:customstylevar form_dropdown_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase avatar_border}</span>\r\n <input type=\"text\" name=\"side_nav_avatar_border\" data=\"side_nav_avatar_border\" value=\"{vb:customstylevar side_nav_avatar_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase divider_color}</span>\r\n <input type=\"text\" name=\"side_nav_item_border_bottom\" data=\"side_nav_item_border_bottom\" value=\"{vb:customstylevar side_nav_item_border_bottom.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n\r\n <!-- Tab 3 Subtab 2 -->\r\n\r\n <div id=\"profCustom_userText\" class=\"tab \">\r\n <div class=\"\">\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <h3 class=\"profCustomTitle\">{vb:rawphrase color}</h3>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase pure_text}</span>\r\n <input type=\"text\" name=\"profile_userpanel_textcolor\" data=\"profile_userpanel_textcolor\" value=\"{vb:customstylevar profile_userpanel_textcolor.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase link}</span>\r\n <input type=\"text\" name=\"profile_userpanel_linkcolor\" data=\"profile_userpanel_linkcolor\" value=\"{vb:customstylevar profile_userpanel_linkcolor.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"$cssPermissions[\'fontFamily\']\">\r\n <div class=\"fontselectorWrapper\">\r\n <div class=\"profCustomEditField\">\r\n <div class=\"profCustomLabel \">{vb:rawphrase usercss_font_family}</div>\r\n <select name=\"profile_userpanel_font\" data=\"profile_userpanel_font\" data-type=\"family\" class=\"selectCustomProfFontfamily lightgraybackground tall_select\">\r\n <vb:each from=\"fontnames\" value=\"fontname\" key=\"fontDef\">\r\n <option value=\"{vb:raw fontDef}\" style=\"font-family: \'{vb:raw fontDef}\'\">{vb:raw fontname}</option>\r\n </vb:each>\r\n </select>\r\n <span class=\"fontDisplay\"></span>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n\r\n <!-- Tab 3 Subtab 3 -->\r\n\r\n <div id=\"profCustom_userButtons\" class=\"tab \">\r\n <vb:if condition=\"$cssPermissions[\'bgimage\']\">\r\n <div class=\"profCustomBackgroundEdit\" data=\"profilesidebar_button_background\"></div>\r\n </vb:if>\r\n <div class=\"\">\r\n <vb:if condition=\"$cssPermissions[\'borders\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase border_color}</span>\r\n <input type=\"text\" name=\"profilesidebar_button_border\" data=\"profilesidebar_button_border\" value=\"{vb:customstylevar profilesidebar_button_border.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$cssPermissions[\'colors\']\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase usercss_color}</span>\r\n <input type=\"text\" name=\"profilesidebar_button_text_color\" data=\"profilesidebar_button_text_color\" value=\"{vb:customstylevar profilesidebar_button_text_color.color, {vb:var userid}}\" class=\"colorPicker\"/>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n <!-- Tab 4 content -->\r\n\r\n <vb:if condition=\"$canSaveSiteDefaultStyle\">\r\n <div id=\"profCustom_admin\" class=\"tab\">\r\n <div class=\"tabs profileTabs widget-tabs profCustomTab h-clearfix\">\r\n <div>\r\n {vb:phrase save_as_site_default_text}\r\n </div>\r\n <div class=\"h-right\">\r\n <button class=\"button primary profCustomApplyAll h-right\" >{vb:phrase save_as_site_default}</button>\r\n </div>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"profCustomBgTemplate\" style=\"display:none\">\r\n <div class=\"profCustomEditField\">\r\n <span class=\"profCustomLabel\">{vb:phrase background}</span>\r\n <label>\r\n <input type=\"radio\" class=\"rdProfCustomBgTypeColor\" id=\"rdProfCustomBgTypeColor\" value=\"color\"/> {vb:phrase color}\r\n </label>\r\n <label>\r\n <input type=\"radio\" class=\"rdProfCustomBgTypeImage\" id=\"rdProfCustomBgTypeImage\" value=\"image\"/> {vb:phrase image}\r\n </label>\r\n </div>\r\n\r\n <div class=\"profCustomBgColor h-hide profCustomSubField\" >\r\n <div class=\"profCustomEditField\">\r\n <input type=\"text\" name=\"profcustom_navbar_background_active\" data=\"\" value=\"{vb:customstylevar profcustom_navbar_background_active.color, {vb:var userid}}\" class=\"colorPicker template\"/>\r\n <label>\r\n <input type=\"checkbox\" data=\"\" value=\"{vb:customstylevar profcustom_navbar_background_active}\" class=\"rdProfCustomBgColorClear\" id=\"rdProfCustomBgColorClear\" /> {vb:phrase transparent}</label>\r\n <div class=\"backgroundImage\" data=\"\"></div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"profCustomBgImage h-hide profCustomSubField\">\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" name=\"\" value=\"file\" checked=\"checked\" class=\"rdProfCustomFile\" id=\"rdProfCustomFile\" />\r\n {vb:phrase browse_image_from_hard_drive}\r\n </label>\r\n <form class=\"frmBgImageFile\" enctype=\"multipart/form-data\" method=\"post\" id=\"frmBgImageFile\">\r\n <div class=\"profile-img-option-container \">\r\n <span class=\"profile-img-option-field \"><input type=\"text\" name=\"fileText\" class=\"fileText textbox\" readonly=\"readonly\" /></span>\r\n <span class=\"button primary custom-upload-button\">{vb:phrase browse}<input type=\"file\" id=\"profCustomBgImageFile\" class=\"profCustomBgImageFile\" name=\"file\"/></span>\r\n </div>\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw user.securitytoken}\" />\r\n </form>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" name=\"profile-img-option\" value=\"url\" class=\"rdProfCustomUrl\" id=\"rdProfCustomUrl\"/>\r\n {vb:phrase copy_and_paste_from_image_hosting}\r\n </label>\r\n <form class=\"frmBgImageUrl h-hide\" enctype=\"multipart/form-data\" method=\"post\">\r\n <div class=\"profile-img-option-container \">\r\n <span class=\"profile-img-option-field \"><input type=\"text\" class=\"profCustomBgImageUrl textbox\" name=\"urlupload\" id=\"profCustomBgImageUrl\" /></span>\r\n <span class=\"button primary custom-upload-button profCustomUploadUrl\">{vb:phrase upload}</span>\r\n </div>\r\n <input type=\"hidden\" name=\"securitytoken\" value=\"{vb:raw user.securitytoken}\" />\r\n </form>\r\n </div>\r\n\r\n <div class=\"ProfCustomBgRepeat profCustomEditField\">\r\n {vb:rawphrase usercss_background_repeat}\r\n <select name=\"repeat_type\" class=\"ProfCustomBgRepeatType\" >\r\n <option value=\"no-repeat\">{vb:rawphrase none}</option>\r\n <option value=\"repeat-x\">{vb:rawphrase horizontal}</option>\r\n <option value=\"repeat-y\">{vb:rawphrase vertical}</option>\r\n <option value=\"repeat\" selected=\"selected\">{vb:rawphrase both}</option>\r\n </select>\r\n </div>\r\n\r\n <div class=\"profCustomEditField\">\r\n <label>\r\n <input type=\"radio\" value=\"none\" name=\"\" id=\"rdProfCustomBgImageNone\" class=\"rdProfCustomBgImageNone\" />\r\n {vb:phrase no_background_image}\r\n </label>\r\n </div>\r\n </div>\r\n\r\n </div> \r\n</div>\r\n{vb:js js/profile-custom-edit-rollup.js}','template',1367017066,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(292,-1,'profile_following','$final_rendered = \'\' . vB_Template_Runtime::hook(\'following_list_start\', get_defined_vars()) . \'\r\n\r\n\' . \'\' . \'\r\n\' . \'\'; $userIds = array(); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; if (!empty($node[\'setfor\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $num_elem = array_push($userIds, $node[\'setfor\']); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; $setForInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUsernames\', $userIds, \'0\'); $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; $replyTemplateName = \'display_contenttype_conversationreply_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $replyTemplateName .= $node[\'content\'][\'contenttypeclass\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'blog\') {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsBlog = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsBlog = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($conversation[\'channeltype\'] == \'article\') {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsArticle = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $currentNodeIsArticle = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (empty($node[\'setfor\']) OR empty($setForInfo[$node[\'setfor\']]) OR !($postfor = $setForInfo[$node[\'setfor\']])) {\n $final_rendered .= \'\r\n \' . \'\'; $postfor = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . vB_Template_Runtime::includeTemplate($replyTemplateName,array(\'node\' => $node, \'conversation\' => $node[\'content\'], \'postfor\' => $postfor, \'reportActivity\' => \'1\', \'showChannelInfo\' => $showChannelInfo, \'showSubscribedInfo\' => \'1\', \'currentNodeIsBlog\' => $currentNodeIsBlog, \'currentNodeIsArticle\' => $currentNodeIsArticle)) . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::hook(\'following_list_end\', get_defined_vars()) . \'\';','{vb:hook following_list_start}\r\n\r\n<vb:comment>fetch postfor info in batches</vb:comment>\r\n{vb:set userIds, {vb:php array}}\r\n<vb:each from=\"nodes\" value=\"node\">\r\n <vb:if condition=\"!empty($node[\'setfor\'])\">\r\n {vb:set num_elem, {vb:php array_push, {vb:raw userIds}, {vb:raw node.setfor}}}\r\n </vb:if>\r\n</vb:each>\r\n{vb:data setForInfo, user, fetchUsernames, {vb:raw userIds}, 0}\r\n\r\n<vb:each from=\"nodes\" value=\"node\">\r\n {vb:set replyTemplateName, \'display_contenttype_conversationreply_\'}\r\n {vb:strcat replyTemplateName, {vb:raw node.content.contenttypeclass}}\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'blog\'\">\r\n {vb:set currentNodeIsBlog, 1}\r\n <vb:comment>we do not need to check for comment permissions since reportActivity=1</vb:comment>\r\n <vb:else />\r\n {vb:set currentNodeIsBlog, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"$conversation[\'channeltype\'] == \'article\'\">\r\n {vb:set currentNodeIsArticle, 1}\r\n <vb:comment>we do not need to check for comment permissions since reportActivity=1</vb:comment>\r\n <vb:else />\r\n {vb:set currentNodeIsArticle, 0}\r\n </vb:if>\r\n\r\n <vb:if condition=\"empty($node[\'setfor\']) OR empty($setForInfo[$node[\'setfor\']]) OR !($postfor = $setForInfo[$node[\'setfor\']])\">\r\n {vb:set postfor, 0}\r\n </vb:if>\r\n\r\n {vb:template {vb:raw replyTemplateName}, node = {vb:raw node}, conversation={vb:raw node.content}, postfor={vb:raw postfor}, reportActivity = 1, showChannelInfo = {vb:raw showChannelInfo}, showSubscribedInfo = 1, currentNodeIsBlog={vb:raw currentNodeIsBlog}, currentNodeIsArticle={vb:raw currentNodeIsArticle}}\r\n</vb:each>\r\n{vb:hook following_list_end}','template',1380214657,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(293,-1,'profile_following_unsubscribe','$final_rendered = \'\' . \'\'; $unsubscribeData = vB_Template_Runtime::parseData(\'follow\', \'getUnsubscribeText\', $isFollowingContent, $isFollowingMember, $isFollowingChannel); $final_rendered .= \'\' . \'\r\n\' . \'\'; $unsubscribePhrase = \'unsubscribe_text_\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; $unsubscribePhrase .= $unsubscribeData[\'messageType\']; $final_rendered .= \'\' . \'\r\n<div class=\"unsubscribe-overlay sb-dialog\" data-node-id=\"\' . $nodeId . \'\">\r\n <div class=\"unsubscribe-text\">\' . vB_Template_Runtime::parsePhrase(\"$unsubscribePhrase\") . \'</div>\r\n <ul class=\"unsubscribe-options\">\r\n \' . \'\'; if ($unsubscribeData[\'showAll\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($isFollowingContent) {\n $final_rendered .= \'\r\n \' . \'\'; $contentInfo = vB_Template_Runtime::parseData(\'node\', \'getNode\', $isFollowingContent); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-node-\' . $isFollowingContent . \'\" data-type=\"follow_contents\" data-item-id=\"\' . $isFollowingContent . \'\" name=\"unsubscribeItems\" /> <label for=\"\' . $nodeId . \'-unsubscribe-node-\' . $isFollowingContent . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_content\") . \': <strong>\' . $contentInfo[\'title\'] . \'</strong></label>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isFollowingMember) {\n $final_rendered .= \'\r\n \' . \'\'; $memberInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUserInfo\', $isFollowingMember); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-user-\' . $isFollowingMember . \'\" data-type=\"follow_members\" data-item-id=\"\' . $isFollowingMember . \'\" name=\"unsubscribeItems\" /> <label for=\"\' . $nodeId . \'-unsubscribe-user-\' . $isFollowingMember . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \': <strong>\' . $memberInfo[\'username\'] . \'</strong></label>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($isFollowingChannel) {\n $final_rendered .= \'\r\n \' . \'\'; $channelInfo = vB_Template_Runtime::parseData(\'node\', \'getNode\', $isFollowingChannel); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-channel-\' . $isFollowingChannel . \'\" data-type=\"follow_channel\" data-item-id=\"\' . $isFollowingChannel . \'\" name=\"unsubscribeItems\" /> <label for=\"\' . $nodeId . \'-unsubscribe-channel-\' . $isFollowingChannel . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \': <strong>\' . $channelInfo[\'title\'] . \'</strong></label>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribeAll\" /><label for=\"\' . $nodeId . \'-unsubscribeAll\">\' . vB_Template_Runtime::parsePhrase(\"unsubscribe_all\") . \'</label>\r\n </li>\r\n \';\n } else if ($unsubscribeData[\'item\'] == \'follow_contents\') {\n $final_rendered .= \'\r\n \' . \'\'; $contentInfo = vB_Template_Runtime::parseData(\'node\', \'getNode\', $isFollowingContent); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-node-\' . $isFollowingContent . \'\" data-type=\"follow_contents\" data-item-id=\"\' . $isFollowingContent . \'\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"\' . $nodeId . \'-unsubscribe-node-\' . $isFollowingContent . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_content\") . \': <strong>\' . $contentInfo[\'title\'] . \'</strong></label>\r\n </li>\r\n \';\n } else if ($unsubscribeData[\'item\'] == \'follow_members\') {\n $final_rendered .= \'\r\n \' . \'\'; $memberInfo = vB_Template_Runtime::parseData(\'user\', \'fetchUserInfo\', $isFollowingMember); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-user-\' . $isFollowingMember . \'\" data-type=\"follow_members\" data-item-id=\"\' . $isFollowingMember . \'\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"\' . $nodeId . \'-unsubscribe-user-\' . $isFollowingMember . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_member\") . \': <strong>\' . $memberInfo[\'username\'] . \'</strong></label>\r\n </li>\r\n \';\n } else if ($unsubscribeData[\'item\'] == \'follow_channel\') {\n $final_rendered .= \'\r\n \' . \'\'; $channelInfo = vB_Template_Runtime::parseData(\'node\', \'getNode\', $isFollowingChannel); $final_rendered .= \'\' . \'\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"\' . $nodeId . \'-unsubscribe-channel-\' . $isFollowingChannel . \'\" data-type=\"follow_channel\" data-item-id=\"\' . $isFollowingChannel . \'\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"\' . $nodeId . \'-unsubscribe-channel-\' . $isFollowingChannel . \'\">\' . vB_Template_Runtime::parsePhrase(\"unfollow_channel\") . \': <strong>\' . $channelInfo[\'title\'] . \'</strong></label>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n <div class=\"unsubscribe-button action-buttons h-right\">\r\n <button class=\"unsubscribe-delete button-text button primary h-left\">\' . vB_Template_Runtime::parsePhrase(\"unsubscribe\") . \'</button>\r\n <button class=\"unsubscribe-close button-text button secondary h-left\">\' . vB_Template_Runtime::parsePhrase(\"close\") . \'</button>\r\n </div>\r\n</div>\';','{vb:data unsubscribeData, follow, getUnsubscribeText, {vb:raw isFollowingContent}, {vb:raw isFollowingMember}, {vb:raw isFollowingChannel}}\r\n{vb:set unsubscribePhrase, \'unsubscribe_text_\'}\r\n{vb:strcat unsubscribePhrase, {vb:raw unsubscribeData.messageType}}\r\n<div class=\"unsubscribe-overlay sb-dialog\" data-node-id=\"{vb:raw nodeId}\">\r\n <div class=\"unsubscribe-text\">{vb:phrase {vb:raw unsubscribePhrase}}</div>\r\n <ul class=\"unsubscribe-options\">\r\n <vb:if condition=\"$unsubscribeData[\'showAll\']\">\r\n <vb:if condition=\"$isFollowingContent\">\r\n {vb:data contentInfo, node, getNode, {vb:raw isFollowingContent}}\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-node-{vb:raw isFollowingContent}\" data-type=\"follow_contents\" data-item-id=\"{vb:raw isFollowingContent}\" name=\"unsubscribeItems\" /> <label for=\"{vb:raw nodeId}-unsubscribe-node-{vb:raw isFollowingContent}\">{vb:phrase unfollow_content}: <strong>{vb:raw contentInfo.title}</strong></label>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"$isFollowingMember\">\r\n {vb:data memberInfo, user, fetchUserInfo, {vb:raw isFollowingMember}}\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-user-{vb:raw isFollowingMember}\" data-type=\"follow_members\" data-item-id=\"{vb:raw isFollowingMember}\" name=\"unsubscribeItems\" /> <label for=\"{vb:raw nodeId}-unsubscribe-user-{vb:raw isFollowingMember}\">{vb:phrase unfollow_member}: <strong>{vb:raw memberInfo.username}</strong></label>\r\n </li>\r\n </vb:if>\r\n <vb:if condition=\"$isFollowingChannel\">\r\n {vb:data channelInfo, node, getNode, {vb:raw isFollowingChannel}}\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-channel-{vb:raw isFollowingChannel}\" data-type=\"follow_channel\" data-item-id=\"{vb:raw isFollowingChannel}\" name=\"unsubscribeItems\" /> <label for=\"{vb:raw nodeId}-unsubscribe-channel-{vb:raw isFollowingChannel}\">{vb:phrase unfollow_channel}: <strong>{vb:raw channelInfo.title}</strong></label>\r\n </li>\r\n </vb:if>\r\n <li class=\"unsubscribe-option\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribeAll\" /><label for=\"{vb:raw nodeId}-unsubscribeAll\">{vb:phrase unsubscribe_all}</label>\r\n </li>\r\n <vb:elseif condition=\"$unsubscribeData[\'item\'] == \'follow_contents\'\" />\r\n {vb:data contentInfo, node, getNode, {vb:raw isFollowingContent}}\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-node-{vb:raw isFollowingContent}\" data-type=\"follow_contents\" data-item-id=\"{vb:raw isFollowingContent}\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"{vb:raw nodeId}-unsubscribe-node-{vb:raw isFollowingContent}\">{vb:phrase unfollow_content}: <strong>{vb:raw contentInfo.title}</strong></label>\r\n </li>\r\n <vb:elseif condition=\"$unsubscribeData[\'item\'] == \'follow_members\'\" />\r\n {vb:data memberInfo, user, fetchUserInfo, {vb:raw isFollowingMember}}\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-user-{vb:raw isFollowingMember}\" data-type=\"follow_members\" data-item-id=\"{vb:raw isFollowingMember}\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"{vb:raw nodeId}-unsubscribe-user-{vb:raw isFollowingMember}\">{vb:phrase unfollow_member}: <strong>{vb:raw memberInfo.username}</strong></label>\r\n </li>\r\n <vb:elseif condition=\"$unsubscribeData[\'item\'] == \'follow_channel\'\" />\r\n {vb:data channelInfo, node, getNode, {vb:raw isFollowingChannel}}\r\n <li class=\"unsubscribe-option h-hide\">\r\n <input type=\"checkbox\" id=\"{vb:raw nodeId}-unsubscribe-channel-{vb:raw isFollowingChannel}\" data-type=\"follow_channel\" data-item-id=\"{vb:raw isFollowingChannel}\" name=\"unsubscribeItems\" checked=\"checked\" /> <label for=\"{vb:raw nodeId}-unsubscribe-channel-{vb:raw isFollowingChannel}\">{vb:phrase unfollow_channel}: <strong>{vb:raw channelInfo.title}</strong></label>\r\n </li>\r\n </vb:if>\r\n </ul>\r\n <div class=\"unsubscribe-button action-buttons h-right\">\r\n <button class=\"unsubscribe-delete button-text button primary h-left\">{vb:phrase unsubscribe}</button>\r\n <button class=\"unsubscribe-close button-text button secondary h-left\">{vb:phrase close}</button>\r\n </div>\r\n</div>','template',1363814060,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(294,-1,'profile_media','$final_rendered = \'\' . \'\'; if (isset($userInfo) AND isset($userInfo[\'userid\']) AND intval($userInfo[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $mediaFilter[\'userId\'] = $userInfo[\'userid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if (isset($userid) AND intval($userid)) {\n $final_rendered .= \'\r\n \' . \'\'; $mediaFilter[\'userId\'] = $userid; $final_rendered .= \'\' . \'\r\n\';\n } else if (isset($page[\'userid\']) AND intval($page[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $mediaFilter[\'userId\'] = $pagedata[\'userid\']; $final_rendered .= \'\' . \'\r\n\';\n } else if (isset($channelid) AND intval($channelid)) {\n $final_rendered .= \'\r\n \' . \'\'; $mediaFilter[\'channelId\'] = $channelid; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($doNoFetchData) OR !$doNoFetchData) {\n $final_rendered .= \'\r\n \' . \'\'; if (!intval($pageno)) {\n $final_rendered .= \'\r\n \' . \'\'; if (intval($page[\'mediaPage\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $pageno = $page[\'mediaPage\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $pageno = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($perpage) OR !intval($perpage)) {\n $final_rendered .= \'\r\n \' . \'\'; $perpage = \'15\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $galleries = vB_Template_Runtime::parseData(\'profile\', \'fetchMedia\', $mediaFilter, $pageno, $perpage); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav = $galleries[\'paging\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $gallery = $galleries[\'nodes\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!isset($allowHistory)) {\n $final_rendered .= \'\r\n \' . \'\'; $allowHistory = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"conversation-toolbar-wrapper top h-clear hide-on-editmode\' . \'\'; if (isset($source) AND in_array($source, array(\'forum\', \'socialGroup\'))) {\n $final_rendered .= \' scrolltofixed-floating\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" data-allow-history=\"\' . $allowHistory . \'\">\r\n <div class=\"profile-toolbar conversation-toolbar\">\r\n <ul class=\"toolset-left h-left\">\r\n \' . \'\'; if (isset($source) AND in_array($source, array(\'forum\', \'socialGroup\'))) {\n $final_rendered .= \'\r\n \' . \'\'; if ( !isset($showNewConversationBtn) OR $showNewConversationBtn) {\n $final_rendered .= \'\r\n \' . \'\'; $canAlwaysCreateDiscussion = vB_Template_Runtime::parseDataWithErrors(\'user\', \'hasPermissions\', \'forumpermissions2\', \'canalwayspostnew\', $channelid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (((($user[\'is_admin\']) OR ($channelInfo[\'userid\'] == $user[\'userid\']) OR (isset($hasJoined)\r\n AND ($hasJoined == 1) AND isset($canCreateDiscussion) AND $canCreateDiscussion))\r\n OR (!empty($canAlwaysCreateDiscussion) AND empty($canAlwaysCreateDiscussion[\'errors\']) AND $canAlwaysCreateDiscussion)) OR $source == \'forum\') {\n $final_rendered .= \'\r\n <li>\r\n <button type=\"button\" class=\"button primary light new-conversation-btn\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\">\' . \'\'; if ($showSGNewTopicButton) {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_sg_post\") . \'\';\n } else {\n $final_rendered .= \'\' . vB_Template_Runtime::parsePhrase(\"plus_new_conversation\") . \'\';\n }$final_rendered .= \'\' . \'</span>\r\n </button>\r\n </li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $albumChannel = vB_Template_Runtime::parseData(\'node\', \'fetchAlbumChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $canViewAlbum = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canview\', $albumChannel); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($canViewAlbum) AND empty($canViewAlbum[\'errors\']) AND $canViewAlbum) {\n $final_rendered .= \'\r\n \' . \'\'; if ($galleries[\'cancreatePhoto\']) {\n $final_rendered .= \'\r\n <li><button class=\"button secondary profile-media-upload\" type=\"button\">\' . vB_Template_Runtime::parsePhrase(\"add_photos\") . \'</button></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($galleries[\'cancreateVideo\']) {\n $final_rendered .= \'\r\n <li><button class=\"button secondary profile-media-createvideo\" type=\"button\" >\' . vB_Template_Runtime::parsePhrase(\"add_video\") . \'</button></li>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <li class=\"h-hide\"><button class=\"button secondary profile-media-backbtn back-button\" type=\"button\" id=\"profile-media-backbtn\"><span class=\"vb-icon vb-icon-back\"></span>\' . vB_Template_Runtime::parsePhrase(\"back_to_media\") . \'</button></li>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </ul>\r\n <ul class=\"toolset-right h-right\">\r\n <li class=\"pagenav-controls-container\' . \'\'; if (!$pagenav OR $pagenav[\'totalpages\'] < 2) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"pagenav-controls \' . $cssClass . \' h-right\">\r\n <div class=\"pagenav h-left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"page\") . \' <input type=\"text\" name=\"mediaPage\" class=\"textbox\" value=\"\' . vB_Template_Runtime::numberFormat($pagenav[\'currentpage\']) . \'\" id=\"mediaCurrentPage\"/> \' . vB_Template_Runtime::parsePhrase(\"of_pagination\") . \' <span class=\"pagetotal\" id=\"mediaPageCount\">\' . vB_Template_Runtime::numberFormat($pagenav[\'totalpages\']) . \'</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n \' . \'\'; if (vB_Template_Runtime::fetchStylevar(\'left\') == \'left\') {\n $final_rendered .= \'\r\n <span id=\"mediaPreviousPage\" class=\"arrow \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-arrow \' . \'\'; if (!$pagenav[\'previous\']) {\n $final_rendered .= \' h-disabled\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\"><span class=\"vb-icon vb-icon-arrow-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'\"></span></span>\r\n <span id=\"mediaNextPage\" class=\"arrow \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-arrow \' . \'\'; if (!$pagenav[\'next\']) {\n $final_rendered .= \' h-disabled\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\"><span class=\"vb-icon vb-icon-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></span>\r\n \';\n } else {\n $final_rendered .= \'\r\n <span id=\"mediaPreviousPage\" class=\"arrow \' . vB_Template_Runtime::fetchStylevar(\"right\") . \'-arrow \' . \'\'; if (!$pagenav[\'next\']) {\n $final_rendered .= \' h-disabled\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"next_page\") . \'\"><span class=\"vb-icon vb-icon-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></span>\r\n <span id=\"mediaNextPage\" class=\"arrow \' . vB_Template_Runtime::fetchStylevar(\"left\") . \'-arrow \' . \'\'; if (!$pagenav[\'previous\']) {\n $final_rendered .= \' h-disabled\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\" title=\"\' . vB_Template_Runtime::parsePhrase(\"previous_page\") . \'\"><span class=\"vb-icon vb-icon-arrow-\' . vB_Template_Runtime::fetchStylevar(\"left\") . \'\"></span></span>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </li>\r\n <li id=\"toolbar-filter-\' . $position . \'\" class=\"toolbar-filter media-toolbar-filter\' . \'\'; if (empty($loadPhotoDetails)) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">\' . vB_Template_Runtime::parsePhrase(\"filter\") . \'</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n \' . \'\'; if (!isset($widgetConfig) OR !isset($widgetConfig[\'filter_time\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $widgetConfig[\'filter_time\'] = \'time_lastmonth\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <form class=\"toolbar-filter-overlay media-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">\' . vB_Template_Runtime::parsePhrase(\"time\") . \'</div>\r\n <div class=\"filter-options h-left\">\r\n \' . \'\'; $filterTimeStates[\'time_all\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_all\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_today\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_today\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastweek\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastweek\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastmonth\'][\'checked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[\'time_lastmonth\'][\'defaultChecked\'] = \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($widgetConfig[\'url_default_filters\'][\'filter_time\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'url_default_filters\'][\'filter_time\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $filterValue = $widgetConfig[\'filter_time\']; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $defaultFilterValue = $widgetConfig[\'filter_time\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $filterTimeStates[$filterValue][\'checked\'] = \' checked=\"checked\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTimeStates[$defaultFilterValue][\'defaultChecked\'] = \' class=\"js-default-checked\"\'; $final_rendered .= \'\' . \'\r\n\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_all\" tabindex=\"1\"\' . $filterTimeStates[\'time_all\'][\'checked\'] . \'\' . $filterTimeStates[\'time_all\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"any_time\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_today\" tabindex=\"2\"\' . $filterTimeStates[\'time_today\'][\'checked\'] . \'\' . $filterTimeStates[\'time_today\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"today\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastweek\" tabindex=\"3\"\' . $filterTimeStates[\'time_lastweek\'][\'checked\'] . \'\' . $filterTimeStates[\'time_lastweek\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastmonth\" tabindex=\"4\"\' . $filterTimeStates[\'time_lastmonth\'][\'checked\'] . \'\' . $filterTimeStates[\'time_lastmonth\'][\'defaultChecked\'] . \' /><span>\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n <div class=\"filtered-by h-clearfix\' . \'\'; if (empty($widgetConfig[\'url_default_filters\'])) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <label>\' . vB_Template_Runtime::parsePhrase(\"filtered_by\") . \':</label>\r\n <div class=\"filter-text-wrapper h-left\">\r\n \' . \'\'; if (is_array($widgetConfig[\'url_default_filters\']) || $widgetConfig[\'url_default_filters\'] instanceof ArrayAccess) { foreach ($widgetConfig[\'url_default_filters\'] AS $filterName => $filterValue) {$final_rendered .= \'\r\n <div class=\"filter-text\" data-filter-name=\"\' . $filterName . \'\" data-filter-value=\"\' . vB_Template_Runtime::vBVar($filterValue) . \'\">\r\n \' . \'\'; if ($filterName == \'filter_time\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterTextTooltip = \'\' . vB_Template_Runtime::parsePhrase(\"time\") . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $filterTextTooltip .= \' - \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($filterValue == \'time_all\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"any_time\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'time_today\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"today\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'time_lastweek\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"last_week\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($filterValue == \'time_lastmonth\') {\n $final_rendered .= \'\r\n \' . \'\'; $filterText = \'\' . vB_Template_Runtime::parsePhrase(\"last_month\") . \'\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $filterTextTooltip .= $filterText; $final_rendered .= \'\' . \'\r\n\r\n <span title=\"\' . $filterTextTooltip . \'\">\' . $filterText . \'</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n\r\n </div>\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n <a href=\"#\" class=\"clear-all\' . \'\'; if (!isset($widgetConfig[\'url_default_filters\']) OR count($widgetConfig[\'url_default_filters\']) < 2) {\n $final_rendered .= \' h-hide\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\' . vB_Template_Runtime::parsePhrase(\"clear_all\") . \'</a>\r\n </div>\r\n</div>\r\n\r\n\' . \'\'; if ($galleries[\'cancreatePhoto\'] OR $galleries[\'cancreateVideo\']) {\n $final_rendered .= \'\r\n <div class=\"profileMediaEditContainer sb-dialog js-dialog-body\">\r\n <div id=\"profileMediaEditContent\" class=\"dialog-content\">\r\n \' . \'\'; $mediaChannel = vB_Template_Runtime::parseData(\'node\', \'fetchAlbumChannel\'); $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'contententry\',array(\'page\' => $page, \'channelInfo\' => $channelInfo, \'parentid\' => $mediaChannel, \'routeid\' => $channelInfo[\'routeid\'], \'allowTypeText\' => \'0\', \'allowTypePhoto\' => \'1\', \'allowTypeVideo\' => \'1\', \'defaultContentType\' => \'Gallery\', \'showToggleEditor\' => \'1\', \'showSmiley\' => \'1\', \'uploadFrom\' => $uploadFrom, \'showCancel\' => \'1\', \'noJavascriptInclude\' => $noJavascriptInclude)) . \'\r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (isset($nodeid)) {\n $final_rendered .= \'\r\n \' . \'\'; $mediaFilter[\'nodeid\'] = $nodeid; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $dataProperties = \'\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (is_array($mediaFilter) || $mediaFilter instanceof ArrayAccess) { foreach ($mediaFilter AS $key => $filter) {$final_rendered .= \'\r\n \' . \'\'; $dataProperties .= \' data-\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataProperties .= $key; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataProperties .= \'=\"\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataProperties .= $filter; $final_rendered .= \'\' . \'\r\n \' . \'\'; $dataProperties .= \'\"\'; $final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!isset($source) OR !in_array($source, array(\'forum\', \'socialGroup\'))) {\n $final_rendered .= \'\r\n <div id=\"profileMediaContainer\" \' . $dataProperties . \'>\r\n <div id=\"mediacontent\">\r\n \' . \'\' . \'\r\n \' . \'\'; if (!empty($gallery)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_media_content\',array(\'gallery\' => $gallery, \'userInfo\' => $userInfo, \'pagingInfo\' => $pagenav)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \r\n </div>\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div id=\"profileMediaDetailContainer\" class=\"js-slideshow__gallery-node h-hide\" \' . $dataProperties . \'>\r\n \' . \'\'; if (!empty($loadPhotoDetails)) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_textphotodetail\',array(\'nodeid\' => \'-2\', \'channelid\' => $channelid, \'pageno\' => \'1\', \'perpage\' => \'35\', \'dateFilter\' => $filterValue)) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\r\n\r\n\' . \'\r\n<script type=\"text/javascript\">\r\n window.vBulletin = window.vBulletin || {};\r\n window.vBulletin.media = window.vBulletin.media || {};\r\n\' . \'\r\n window.vBulletin.media.TARGET_PHOTOS_PERPAGE = 35;\r\n window.vBulletin.media.ALBUMS_PERPAGE = Number(\"\' . $perpage . \'\") || 15;\r\n window.vBulletin.media.MEDIA_USERID = \"\' . $page[\'userid\'] . \'\";\r\n</script>\';','<vb:if condition=\"isset($userInfo) AND isset($userInfo[\'userid\']) AND intval($userInfo[\'userid\'])\">\r\n {vb:set mediaFilter.userId, {vb:raw userInfo.userid}}\r\n<vb:elseif condition=\"isset($userid) AND intval($userid)\" />\r\n {vb:set mediaFilter.userId, {vb:raw userid}}\r\n<vb:elseif condition=\"isset($page[\'userid\']) AND intval($page[\'userid\'])\" />\r\n {vb:set mediaFilter.userId, {vb:raw pagedata.userid}}\r\n<vb:elseif condition=\"isset($channelid) AND intval($channelid)\" />\r\n {vb:set mediaFilter.channelId, {vb:raw channelid}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!isset($doNoFetchData) OR !$doNoFetchData\">\r\n <vb:if condition=\"!intval($pageno)\">\r\n <vb:if condition=\"intval($page[\'mediaPage\'])\">\r\n {vb:set pageno, {vb:raw page.mediaPage}}\r\n <vb:else />\r\n {vb:set pageno, 1}\r\n </vb:if>\r\n </vb:if>\r\n <vb:if condition=\"empty($perpage) OR !intval($perpage)\">\r\n {vb:set perpage, 15} <vb:comment>UI can contain up to 5 items per row, so ideally perpage should be divisible by 5</vb:comment>\r\n </vb:if>\r\n\r\n {vb:data galleries, profile, fetchMedia, {vb:raw mediaFilter}, {vb:raw pageno}, {vb:raw perpage}}\r\n {vb:set pagenav, {vb:raw galleries.paging}}\r\n {vb:set gallery, {vb:raw galleries.nodes}}\r\n</vb:if>\r\n\r\n<vb:if condition=\"!isset($allowHistory)\">\r\n {vb:set allowHistory, 0}\r\n</vb:if>\r\n\r\n<div class=\"conversation-toolbar-wrapper top h-clear hide-on-editmode<vb:if condition=\"isset($source) AND in_array($source, array(\'forum\', \'socialGroup\'))\"> scrolltofixed-floating</vb:if>\" data-allow-history=\"{vb:raw allowHistory}\">\r\n <div class=\"profile-toolbar conversation-toolbar\">\r\n <ul class=\"toolset-left h-left\">\r\n <vb:if condition=\"isset($source) AND in_array($source, array(\'forum\', \'socialGroup\'))\">\r\n <vb:if condition=\" !isset($showNewConversationBtn) OR $showNewConversationBtn\">\r\n {vb:rawdata canAlwaysCreateDiscussion, user, hasPermissions, forumpermissions2, canalwayspostnew, {vb:raw channelid}}\r\n <vb:if condition=\"((($user[\'is_admin\']) OR ($channelInfo[\'userid\'] == $user[\'userid\']) OR (isset($hasJoined)\r\n AND ($hasJoined == 1) AND isset($canCreateDiscussion) AND $canCreateDiscussion))\r\n OR (!empty($canAlwaysCreateDiscussion) AND empty($canAlwaysCreateDiscussion[\'errors\']) AND $canAlwaysCreateDiscussion)) OR $source == \'forum\'\">\r\n <li>\r\n <button type=\"button\" class=\"button primary light new-conversation-btn\">\r\n <span class=\"button-icon\"></span>\r\n <span class=\"button-text-primary\"><vb:if condition=\"$showSGNewTopicButton\">{vb:phrase plus_new_sg_post}<vb:else />{vb:phrase plus_new_conversation}</vb:if></span>\r\n </button>\r\n </li>\r\n </vb:if>\r\n </vb:if>\r\n <vb:else />\r\n {vb:data albumChannel, node, fetchAlbumChannel}\r\n {vb:data canViewAlbum, user, hasPermissions, forumpermissions, canview, {vb:raw $albumChannel}}\r\n <vb:if condition=\"!empty($canViewAlbum) AND empty($canViewAlbum[\'errors\']) AND $canViewAlbum\">\r\n <vb:if condition=\"$galleries[\'cancreatePhoto\']\">\r\n <li><button class=\"button secondary profile-media-upload\" type=\"button\">{vb:phrase add_photos}</button></li>\r\n </vb:if>\r\n <vb:if condition=\"$galleries[\'cancreateVideo\']\">\r\n <li><button class=\"button secondary profile-media-createvideo\" type=\"button\" >{vb:phrase add_video}</button></li>\r\n </vb:if>\r\n </vb:if>\r\n <li class=\"h-hide\"><button class=\"button secondary profile-media-backbtn back-button\" type=\"button\" id=\"profile-media-backbtn\"><span class=\"vb-icon vb-icon-back\"></span>{vb:phrase back_to_media}</button></li>\r\n </vb:if>\r\n </ul>\r\n <ul class=\"toolset-right h-right\">\r\n <li class=\"pagenav-controls-container<vb:if condition=\"!$pagenav OR $pagenav[\'totalpages\'] < 2\"> h-hide</vb:if>\">\r\n <div class=\"pagenav-controls {vb:raw cssClass} h-right\">\r\n <div class=\"pagenav h-left\">\r\n {vb:phrase page} <input type=\"text\" name=\"mediaPage\" class=\"textbox\" value=\"{vb:number {vb:raw pagenav.currentpage}}\" id=\"mediaCurrentPage\"/> {vb:phrase of_pagination} <span class=\"pagetotal\" id=\"mediaPageCount\">{vb:number {vb:raw pagenav.totalpages}}</span>\r\n </div>\r\n\r\n <div class=\"horizontal-arrows h-left\">\r\n <vb:if condition=\"$stylevar[\'left\'] == \'left\'\">\r\n <span id=\"mediaPreviousPage\" class=\"arrow {vb:stylevar left}-arrow <vb:if condition=\"!$pagenav[\'previous\']\"> h-disabled</vb:if>\" title=\"{vb:phrase previous_page}\"><span class=\"vb-icon vb-icon-arrow-{vb:stylevar left}\"></span></span>\r\n <span id=\"mediaNextPage\" class=\"arrow {vb:stylevar right}-arrow <vb:if condition=\"!$pagenav[\'next\']\"> h-disabled</vb:if>\" title=\"{vb:phrase next_page}\"><span class=\"vb-icon vb-icon-arrow-{vb:stylevar right}\"></span></span>\r\n <vb:else />\r\n <span id=\"mediaPreviousPage\" class=\"arrow {vb:stylevar right}-arrow <vb:if condition=\"!$pagenav[\'next\']\"> h-disabled</vb:if>\" title=\"{vb:phrase next_page}\"><span class=\"vb-icon vb-icon-arrow-{vb:stylevar right}\"></span></span>\r\n <span id=\"mediaNextPage\" class=\"arrow {vb:stylevar left}-arrow <vb:if condition=\"!$pagenav[\'previous\']\"> h-disabled</vb:if>\" title=\"{vb:phrase previous_page}\"><span class=\"vb-icon vb-icon-arrow-{vb:stylevar left}\"></span></span>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </li>\r\n <li id=\"toolbar-filter-{vb:raw position}\" class=\"toolbar-filter media-toolbar-filter<vb:if condition=\"empty($loadPhotoDetails)\"> h-hide</vb:if>\">\r\n <div class=\"filter-wrapper h-clearfix\">\r\n <div class=\"label h-left\">{vb:phrase filter}</div>\r\n <div class=\"arrow vb-icon-wrapper h-left\"><span class=\"vb-icon vb-icon-triangle-down-wide\"></span></div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <vb:if condition=\"!isset($widgetConfig) OR !isset($widgetConfig[\'filter_time\'])\">\r\n {vb:set widgetConfig.filter_time, \'time_lastmonth\'}\r\n </vb:if>\r\n\r\n <form class=\"toolbar-filter-overlay media-filter-overlay h-clearfix\">\r\n <ul class=\"filter-options-list\">\r\n <li>\r\n <div class=\"filter-header\">{vb:phrase time}</div>\r\n <div class=\"filter-options h-left\">\r\n {vb:set filterTimeStates.time_all.checked, \'\'}\r\n {vb:set filterTimeStates.time_all.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_today.checked, \'\'}\r\n {vb:set filterTimeStates.time_today.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_lastweek.checked, \'\'}\r\n {vb:set filterTimeStates.time_lastweek.defaultChecked, \'\'}\r\n {vb:set filterTimeStates.time_lastmonth.checked, \'\'}\r\n {vb:set filterTimeStates.time_lastmonth.defaultChecked, \'\'}\r\n <vb:if condition=\"isset($widgetConfig[\'url_default_filters\'][\'filter_time\'])\">\r\n {vb:set filterValue, {vb:raw widgetConfig.url_default_filters.filter_time}}\r\n <vb:else />\r\n {vb:set filterValue, {vb:raw widgetConfig.filter_time}}\r\n </vb:if>\r\n {vb:set defaultFilterValue, {vb:raw widgetConfig.filter_time}}\r\n\r\n {vb:set filterTimeStates.$filterValue.checked, \' checked=\"checked\"\'}\r\n {vb:set filterTimeStates.$defaultFilterValue.defaultChecked, \' class=\"js-default-checked\"\'}\r\n\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_all\" tabindex=\"1\"{vb:raw filterTimeStates.time_all.checked}{vb:raw filterTimeStates.time_all.defaultChecked} /><span>{vb:phrase any_time}</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_today\" tabindex=\"2\"{vb:raw filterTimeStates.time_today.checked}{vb:raw filterTimeStates.time_today.defaultChecked} /><span>{vb:phrase today}</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastweek\" tabindex=\"3\"{vb:raw filterTimeStates.time_lastweek.checked}{vb:raw filterTimeStates.time_lastweek.defaultChecked} /><span>{vb:phrase last_week}</span></label>\r\n <label><input type=\"radio\" name=\"filter_time\" value=\"time_lastmonth\" tabindex=\"4\"{vb:raw filterTimeStates.time_lastmonth.checked}{vb:raw filterTimeStates.time_lastmonth.defaultChecked} /><span>{vb:phrase last_month}</span></label>\r\n </div>\r\n </li>\r\n </ul>\r\n </form>\r\n <div class=\"filtered-by h-clearfix<vb:if condition=\"empty($widgetConfig[\'url_default_filters\'])\"> h-hide</vb:if>\">\r\n <label>{vb:phrase filtered_by}:</label>\r\n <div class=\"filter-text-wrapper h-left\">\r\n <vb:each from=\"widgetConfig.url_default_filters\" value=\"filterValue\" key=\"filterName\">\r\n <div class=\"filter-text\" data-filter-name=\"{vb:raw filterName}\" data-filter-value=\"{vb:var filterValue}\">\r\n <vb:if condition=\"$filterName == \'filter_time\'\">\r\n {vb:set filterTextTooltip, {vb:phrase time}}\r\n {vb:strcat filterTextTooltip, \' - \'}\r\n <vb:if condition=\"$filterValue == \'time_all\'\">\r\n {vb:set filterText, {vb:rawphrase any_time}}\r\n <vb:elseif condition=\"$filterValue == \'time_today\'\" />\r\n {vb:set filterText, {vb:rawphrase today}}\r\n <vb:elseif condition=\"$filterValue == \'time_lastweek\'\" />\r\n {vb:set filterText, {vb:rawphrase last_week}}\r\n <vb:elseif condition=\"$filterValue == \'time_lastmonth\'\" />\r\n {vb:set filterText, {vb:rawphrase last_month}}\r\n </vb:if>\r\n </vb:if>\r\n\r\n {vb:strcat filterTextTooltip, {vb:raw filterText}}\r\n\r\n <span title=\"{vb:raw filterTextTooltip}\">{vb:raw filterText}</span>\r\n <span class=\"x vb-icon vb-icon-x-blue\"></span>\r\n\r\n </div>\r\n </vb:each>\r\n </div>\r\n <a href=\"#\" class=\"clear-all<vb:if condition=\"!isset($widgetConfig[\'url_default_filters\']) OR count($widgetConfig[\'url_default_filters\']) < 2\"> h-hide</vb:if>\">{vb:phrase clear_all}</a>\r\n </div>\r\n</div>\r\n\r\n<vb:if condition=\"$galleries[\'cancreatePhoto\'] OR $galleries[\'cancreateVideo\']\">\r\n <div class=\"profileMediaEditContainer sb-dialog js-dialog-body\">\r\n <div id=\"profileMediaEditContent\" class=\"dialog-content\">\r\n {vb:data mediaChannel, node, fetchAlbumChannel}\r\n {vb:template contententry,\r\n page={vb:raw page},\r\n channelInfo={vb:raw channelInfo},\r\n parentid={vb:raw mediaChannel},\r\n routeid={vb:raw channelInfo.routeid},\r\n allowTypeText=0,\r\n allowTypePhoto=1,\r\n allowTypeVideo=1,\r\n defaultContentType=Gallery,\r\n showToggleEditor=1,\r\n showSmiley=1,\r\n uploadFrom={vb:raw uploadFrom},\r\n showCancel=1,\r\n noJavascriptInclude={vb:raw noJavascriptInclude}}\r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n<vb:if condition=\"isset($nodeid)\">\r\n {vb:set mediaFilter.nodeid, {vb:raw nodeid}}\r\n</vb:if>\r\n\r\n{vb:set dataProperties, \'\'}\r\n<vb:each from=\"mediaFilter\" key=\"key\" value=\"filter\">\r\n {vb:strcat dataProperties, \' data-\'}\r\n {vb:strcat dataProperties, {vb:raw key}}\r\n {vb:strcat dataProperties, \'=\"\'}\r\n {vb:strcat dataProperties, {vb:raw filter}}\r\n {vb:strcat dataProperties, \'\"\'}\r\n</vb:each>\r\n<vb:if condition=\"!isset($source) OR !in_array($source, array(\'forum\', \'socialGroup\'))\">\r\n <div id=\"profileMediaContainer\" {vb:raw dataProperties}>\r\n <div id=\"mediacontent\">\r\n <vb:comment><!-- TODO: we don\'t seem to need userInfo here, check with Ed --></vb:comment>\r\n <vb:if condition=\"!empty($gallery)\">\r\n {vb:template profile_media_content, gallery={vb:raw gallery}, userInfo={vb:raw userInfo}, pagingInfo={vb:raw pagenav}}\r\n </vb:if>\r\n \r\n </div>\r\n </div>\r\n</vb:if>\r\n\r\n<div id=\"profileMediaDetailContainer\" class=\"js-slideshow__gallery-node h-hide\" {vb:raw dataProperties}>\r\n <vb:if condition=\"!empty($loadPhotoDetails)\">\r\n {vb:template profile_textphotodetail, nodeid=-2, channelid={vb:raw channelid}, pageno=1, perpage=35, dateFilter={vb:raw filterValue}}\r\n </vb:if>\r\n</div>\r\n\r\n<vb:literal>\r\n<script type=\"text/javascript\">\r\n window.vBulletin = window.vBulletin || {};\r\n window.vBulletin.media = window.vBulletin.media || {};\r\n</vb:literal>\r\n window.vBulletin.media.TARGET_PHOTOS_PERPAGE = 35;\r\n window.vBulletin.media.ALBUMS_PERPAGE = Number(\"{vb:raw perpage}\") || 15;\r\n window.vBulletin.media.MEDIA_USERID = \"{vb:raw page.userid}\";\r\n</script>','template',1374693621,'vBulletin Solutions','5.0.5 Alpha 2','vbulletin','none'),(295,-1,'profile_media_content','$final_rendered = \'\' . \'\'; if (empty($gallery)) {\n $final_rendered .= \'\r\n \' . \'\'; if (!intval($pageno)) {\n $final_rendered .= \'\r\n \' . \'\'; $pageno = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($userid)) {\n $final_rendered .= \'\r\n \' . \'\'; $mediafilter[\'userId\'] = $userid; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($channelId)) {\n $final_rendered .= \'\r\n \' . \'\'; $mediafilter[\'channelId\'] = $channelId; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (empty($perpage)) {\n $final_rendered .= \'\r\n \' . \'\'; $perpage = \'15\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $galleryData = vB_Template_Runtime::parseData(\'profile\', \'fetchMedia\', $mediafilter, $pageno, $perpage); $final_rendered .= \'\' . \'\r\n \' . \'\'; $gallery = $galleryData[\'nodes\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagingInfo = $galleryData[\'paging\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($gallery)) {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_media_to_display\") . \'</div>\r\n\';\n } else {\n $final_rendered .= \'\r\n <div id=\"mediaList\" class=\"conversation-list list-container stream-view activity-view h-clearfix ajax-order-newest-first\" data-totalpages=\"\' . $pagingInfo[\'totalpages\'] . \'\" data-totalcount=\"\' . $pagingInfo[\'totalcount\'] . \'\">\r\n \' . \'\'; if (is_array($gallery) || $gallery instanceof ArrayAccess) { foreach ($gallery AS $node) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_media_galleryitem\',array(\'node\' => $node)) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div >\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"empty($gallery)\">\r\n <vb:if condition=\"!intval($pageno)\">\r\n {vb:set pageno, 1}\r\n </vb:if>\r\n <vb:if condition=\"isset($userid)\">\r\n {vb:set mediafilter.userId, {vb:raw userid}}\r\n </vb:if>\r\n <vb:if condition=\"isset($channelId)\">\r\n {vb:set mediafilter.channelId, {vb:raw channelId}}\r\n </vb:if>\r\n <vb:if condition=\"empty($perpage)\">\r\n {vb:set perpage, 15} <vb:comment>UI can contain up to 5 albums per row, so ideally perpage should be divisible by 5</vb:comment>\r\n </vb:if>\r\n {vb:data galleryData, profile, fetchMedia, {vb:raw mediafilter}, {vb:raw pageno}, {vb:raw perpage}}\r\n {vb:set gallery, {vb:raw galleryData.nodes}}\r\n {vb:set pagingInfo, {vb:raw galleryData.paging}}\r\n</vb:if>\r\n<vb:if condition=\"empty($gallery)\">\r\n <div class=\"conversation-empty\">{vb:phrase no_media_to_display}</div>\r\n<vb:else />\r\n <div id=\"mediaList\" class=\"conversation-list list-container stream-view activity-view h-clearfix ajax-order-newest-first\" data-totalpages=\"{vb:raw pagingInfo.totalpages}\" data-totalcount=\"{vb:raw pagingInfo.totalcount}\">\r\n <vb:each from=\"gallery\" value=\"node\">\r\n {vb:template profile_media_galleryitem, node={vb:raw node}}\r\n </vb:each>\r\n </div >\r\n</vb:if>','template',1372290471,'vBulletin Solutions','5.0.4 Alpha 3','vbulletin','none'),(296,-1,'profile_media_galleryitem','$final_rendered = \'<div class=\"item-album h-left\" data-nodeid=\"\' . $node[\'nodeid\'] . \'\">\r\n \' . \'\'; if ($node[\'nodeid\'] == -1) {\n $final_rendered .= \' \r\n <div class=\"media-thumbnail albumLink\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($node[\'nodeid\']) . \'\" data-albumid=\"\' . vB_Template_Runtime::vBVar($node[\'albumid\']) . \'\">\r\n <img src=\"\' . $baseurl_cdn . \'/images/css/video_icon.png\" width=\"100\" height=\"94\" alt=\"\' . $node[\'htmltitle\'] . \'\" title=\"\' . $node[\'htmltitle\'] . \'\" />\r\n </div>\r\n <div class=\"media-title albumLink jsPseudoLink ellipsis\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($node[\'nodeid\']) . \'\" data-albumid=\"\' . vB_Template_Runtime::vBVar($node[\'albumid\']) . \'\">\' . $node[\'title\'] . \'</div>\r\n <div class=\"media-count\">\r\n \' . \'\'; if ($node[\'qty\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_videos\", htmlspecialchars(\'\' . $node[\'qty\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_video\", htmlspecialchars(\'\' . $node[\'qty\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \' \r\n <div class=\"media-thumbnail albumLink\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($node[\'nodeid\']) . \'\" data-albumid=\"\' . vB_Template_Runtime::vBVar($node[\'albumid\']) . \'\">\r\n \' . \'\'; if ($node[\'photoid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?photoid=\' . $node[\'photoid\'] . \'&type=small\" title=\"\' . $node[\'htmltitle\'] . \'\" alt=\"\' . $node[\'htmltitle\'] . \'\" />\r\n \';\n } else if ($node[\'attachid\']) {\n $final_rendered .= \'\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?attachid=\' . $node[\'attachid\'] . \'&type=small\" title=\"\' . $node[\'htmltitle\'] . \'\" alt=\"\' . $node[\'htmltitle\'] . \'\" />\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"media-title albumLink jsPseudoLink ellipsis\" data-nodeid=\"\' . vB_Template_Runtime::vBVar($node[\'nodeid\']) . \'\" data-albumid=\"\' . vB_Template_Runtime::vBVar($node[\'albumid\']) . \'\">\' . \'\'; if ($node[\'title\']) {\n $final_rendered .= \'\' . $node[\'title\'] . \'\';\n } else {\n $final_rendered .= \'(\' . vB_Template_Runtime::parsePhrase(\"untitled\") . \')\';\n }$final_rendered .= \'\' . \'</div>\r\n <div class=\"media-count\">\r\n \' . \'\'; if ($node[\'qty\'] > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $node[\'qty\'] . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $node[\'qty\'] . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"item-album h-left\" data-nodeid=\"{vb:raw node.nodeid}\">\r\n <vb:if condition=\"$node[\'nodeid\'] == -1\"> \r\n <div class=\"media-thumbnail albumLink\" data-nodeid=\"{vb:var node.nodeid}\" data-albumid=\"{vb:var node.albumid}\">\r\n <img src=\"{vb:raw baseurl_cdn}/images/css/video_icon.png\" width=\"100\" height=\"94\" alt=\"{vb:raw node.htmltitle}\" title=\"{vb:raw node.htmltitle}\" />\r\n </div>\r\n <div class=\"media-title albumLink jsPseudoLink ellipsis\" data-nodeid=\"{vb:var node.nodeid}\" data-albumid=\"{vb:var node.albumid}\">{vb:raw node.title}</div>\r\n <div class=\"media-count\">\r\n <vb:if condition=\"$node[\'qty\'] > 1\">\r\n {vb:phrase x_videos, {vb:raw node.qty}}\r\n <vb:else />\r\n {vb:phrase x_video, {vb:raw node.qty}}\r\n </vb:if>\r\n </div>\r\n <vb:else /> \r\n <div class=\"media-thumbnail albumLink\" data-nodeid=\"{vb:var node.nodeid}\" data-albumid=\"{vb:var node.albumid}\">\r\n <vb:if condition=\"$node[\'photoid\']\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?photoid={vb:raw node.photoid}&type=small\" title=\"{vb:raw node.htmltitle}\" alt=\"{vb:raw node.htmltitle}\" />\r\n <vb:elseif condition=\"$node[\'attachid\']\"/>\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?attachid={vb:raw node.attachid}&type=small\" title=\"{vb:raw node.htmltitle}\" alt=\"{vb:raw node.htmltitle}\" />\r\n </vb:if>\r\n </div>\r\n <div class=\"media-title albumLink jsPseudoLink ellipsis\" data-nodeid=\"{vb:var node.nodeid}\" data-albumid=\"{vb:var node.albumid}\"><vb:if condition=\"$node[\'title\']\">{vb:raw node.title}<vb:else />({vb:phrase untitled})</vb:if></div>\r\n <div class=\"media-count\">\r\n <vb:if condition=\"$node[\'qty\'] > 1\">\r\n {vb:phrase x_photos, {vb:raw node.qty}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw node.qty}}\r\n </vb:if>\r\n </div>\r\n </vb:if>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'); INSERT INTO `template` VALUES (297,-1,'profile_media_videoitem','$final_rendered = \'\' . \'\'; if (($conversation[\'setfor\'] > 0)) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'visitorMessage\'; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'starter\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter = $conversation; $final_rendered .= \'\' . \'\r\n\';\n } else if ($conversation[\'starter\'] == $conversation[\'parentid\']) {\n $final_rendered .= \'\r\n \' . \'\'; $postType = \'reply\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \'\r\n \' . \'\'; $starter[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'username\'] = $conversation[\'starterauthorname\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starter[\'userid\'] = $conversation[\'starteruserid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam = $starter; $final_rendered .= \'\' . \'\r\n \' . \'\'; $starterWithReplyParam[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n<li data-node-id=\"\' . $conversation[\'nodeid\'] . \'\" class=\"list-item list-item-video h-left h-clear\' . \'\'; if ((!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\') {\n $final_rendered .= \' conversation-starter js-conversation-starter\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <a id=\"post\' . $conversation[\'nodeid\'] . \'\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n \' . \'\'; if (($postType == \'visitorMessage\') AND $vmDetail) {\n $final_rendered .= \'<h3 class=\"vm-desc\">\' . vB_Template_Runtime::parsePhrase(\"visitor_message_from_x\", $conversation[\'authorname\']) . \'</h3>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $conversation)) . \'\" class=\"avatar h-left\"><img src=\"\' . $baseurl_core . \'/image.php?u=\' . $conversation[\'userid\'] . \'&type=profile\" width=\"32\" height=\"32\" alt=\"\' . $conversation[\'authorname\'] . \'\" class=\"avatar-\' . $conversation[\'userid\'] . \'\" /></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-header h-left\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' table center-vertical\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n <div class=\"post-action-wrapper\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\' . \'\'; if (!isset($showChannelInfo) OR !$showChannelInfo) {\n $final_rendered .= \' td\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $conversationUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starter)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"video_in_link_x_y\", \'\' . vB_Template_Runtime::vBVar($conversationUrl) . \'\', $conversation[\'startertitle\']) . \'\r\n </div>\r\n \' . \'\'; if (isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')) {\n $final_rendered .= \'\' . \'\'; $channelUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'channelroute\'])) . \'\'; $final_rendered .= \'\' . \'<div class=\"channel-info\">\' . vB_Template_Runtime::parsePhrase(\"in_x_channel\", \'\' . vB_Template_Runtime::vBVar($channelUrl) . \'\', $conversation[\'channeltitle\']) . \'</div>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">\' . vB_Template_Runtime::datetime($conversation[\'created\']) . \'</span>\r\n \' . \'\'; if ($showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])) {\n $final_rendered .= \'\r\n <div class=\"subscribed h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"following\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (($reportActivity AND $conversation[\'joined\'])) {\n $final_rendered .= \'\r\n <div class=\"joined h-clear\"><span></span>\' . vB_Template_Runtime::parsePhrase(\"joined\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n <div class=\"list-item-body-wrapper h-clear\" data-node-type=\"media\">\r\n <div class=\"list-item-body conversation-body\">\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'<h2 class=\"post-title h-hide\">\' . $conversation[\'title\'] . \'</h2>\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"post-content restore\' . \'\'; if (isset($reportActivity) AND $reportActivity) {\n $final_rendered .= \' ellipsis multiline\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($conversation[\'nodeid\']), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \' . \'\'; if (count($conversation[\'items\']) > 0) {\n $final_rendered .= \'\r\n <div class=\"videoscontainer h-clearfix\">\r\n \' . vB_Template_Runtime::includeTemplate(\'video_edit\',array(\'video\' => $conversation[items][0], \'existing\' => \'1\', \'title\' => $conversation[\'url_title\'], \'url\' => $conversation[\'url\'], \'meta\' => $conversation[\'meta\'], \'linkid\' => $conversation[\'nodeid\'])) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (count($conversation[\'items\']) > 1) {\n $final_rendered .= \'\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation, $url_options)) . \'\" class=\"view-more-ctrl h-left\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starterWithReplyParam)) . \'\" class=\"view-more-ctrl h-left\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"view_more_videos\") . \'<span class=\"vb-icon vb-icon-expand-arrow-\' . vB_Template_Runtime::fetchStylevar(\"right\") . \'\"></span></a>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"post-links hide-see-link h-clear\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"\' . vB_Template_Runtime::parsePhrase(\"see_less\") . \'\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</a>\r\n <span>|</span>\r\n \' . \'\'; if ($postType == \'starter\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'routeid\'], $conversation)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'reply\') {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl($conversation[\'starterroute\'], $starterWithReplyParam)) . \'\" class=\"goto-post\">\r\n \';\n } else if ($postType == \'visitorMessage\') {\n $final_rendered .= \'\r\n \' . \'\'; $extra[\'nodeid\'] = $conversation[\'starter\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'title\'] = $conversation[\'starterurlident\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $extra[\'innerPost\'] = $conversation[\'nodeid\']; $final_rendered .= \'\' . \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'visitormessage\', $extra)) . \'\" class=\"goto-post\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"go_to_post\") . \'\r\n </a>\r\n </div>\r\n </div>\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showTagList\', \'showPostCount\', \'showVoteCount\', \'showFlagCtrl\', \'showQuoteCtrl\', \'showCommentCtrl\', \'showVoteCtrl\', \'showReplyCtrl\', \'showNoControls\'), \'0\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $conversation, \'controls\' => $footerControls)) . \'\r\n <div class=\"edit-conversation-container\"></div>\r\n </div>\r\n</li>\';','<vb:if condition=\"($conversation[\'setfor\'] > 0)\">\r\n {vb:set postType, \'visitorMessage\'}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'nodeid\']\" />\r\n {vb:set postType, \'starter\'}\r\n {vb:set starter, {vb:raw conversation}}\r\n<vb:elseif condition=\"$conversation[\'starter\'] == $conversation[\'parentid\']\" />\r\n {vb:set postType, \'reply\'}\r\n <vb:if condition=\"isset($reportActivity) AND $reportActivity\">\r\n {vb:set starter.nodeid, {vb:raw conversation.starter}}\r\n {vb:set starter.username, {vb:raw conversation.starterauthorname}}\r\n {vb:set starter.userid, {vb:raw conversation.starteruserid}}\r\n {vb:set starterWithReplyParam, {vb:raw starter}}\r\n {vb:set starterWithReplyParam.innerPost, {vb:raw conversation.nodeid}}\r\n </vb:if>\r\n</vb:if>\r\n<li data-node-id=\"{vb:raw conversation.nodeid}\" class=\"list-item list-item-video h-left h-clear<vb:if condition=\"(!isset($reportActivity) OR !$reportActivity) AND $postType == \'starter\'\"> conversation-starter js-conversation-starter</vb:if>\">\r\n <a id=\"post{vb:raw conversation.nodeid}\" class=\"anchor\"></a>\r\n <div class=\"list-item-header h-left\">\r\n <vb:if condition=\"($postType == \'visitorMessage\') AND $vmDetail\"><h3 class=\"vm-desc\">{vb:rawphrase visitor_message_from_x, {vb:raw conversation.authorname}}</h3></vb:if>\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw conversation}}\" class=\"avatar h-left\"><img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw conversation.userid}&type=profile\" width=\"32\" height=\"32\" alt=\"{vb:raw conversation.authorname}\" class=\"avatar-{vb:raw conversation.userid}\" /></a>\r\n </vb:if>\r\n <div class=\"post-header h-left<vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> table center-vertical</vb:if>\">\r\n <div class=\"post-action-wrapper<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if><vb:if condition=\"!isset($showChannelInfo) OR !$showChannelInfo\"> td</vb:if>\">\r\n {vb:set conversationUrl, {vb:url {vb:raw conversation.starterroute}, {vb:raw starter}}}\r\n {vb:rawphrase video_in_link_x_y, {vb:var conversationUrl}, {vb:raw conversation.startertitle}}\r\n </div>\r\n <vb:if condition=\"isset($showChannelInfo) AND $showChannelInfo AND ($postType != \'visitorMessage\')\">{vb:set channelUrl, {vb:url {vb:raw conversation.channelroute}}}<div class=\"channel-info\">{vb:rawphrase in_x_channel, {vb:var channelUrl}, {vb:raw conversation.channeltitle}}</div></vb:if>\r\n </div>\r\n <div class=\"info h-right\">\r\n <span class=\"post-date h-left\">{vb:datetime {vb:raw conversation.created}}</span>\r\n <vb:if condition=\"$showSubscribedInfo OR ($reportActivity AND $conversation[\'subscribed\'])\">\r\n <div class=\"subscribed h-clear\"><span></span>{vb:rawphrase following}</div>\r\n </vb:if>\r\n <vb:if condition=\"($reportActivity AND $conversation[\'joined\'])\">\r\n <div class=\"joined h-clear\"><span></span>{vb:rawphrase joined}</div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n <div class=\"list-item-body-wrapper h-clear\" data-node-type=\"media\">\r\n <div class=\"list-item-body conversation-body\">\r\n <vb:if condition=\"$postType == \'starter\'\"><h2 class=\"post-title h-hide\">{vb:raw conversation.title}</h2></vb:if>\r\n <div class=\"post-content restore<vb:if condition=\"isset($reportActivity) AND $reportActivity\"> ellipsis multiline</vb:if>\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n <vb:if condition=\"count($conversation[\'items\']) > 0\">\r\n <div class=\"videoscontainer h-clearfix\">\r\n {vb:template video_edit, video={vb:raw $conversation[\'items\'][0]}, existing=1, title={vb:raw conversation.url_title}, url={vb:raw conversation.url}, meta={vb:raw conversation.meta}, linkid={vb:raw conversation.nodeid}}\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"count($conversation[\'items\']) > 1\">\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}, {vb:raw url_options}}\" class=\"view-more-ctrl h-left\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starterWithReplyParam}}\" class=\"view-more-ctrl h-left\">\r\n </vb:if>\r\n {vb:rawphrase view_more_videos}<span class=\"vb-icon vb-icon-expand-arrow-{vb:stylevar right}\"></span></a>\r\n </vb:if>\r\n\r\n <div class=\"post-links hide-see-link h-clear\">\r\n <a href=\"#\" class=\"see-link more\" data-toggle-text=\"{vb:rawphrase see_less}\">{vb:rawphrase see_more}</a>\r\n <span>|</span>\r\n <vb:if condition=\"$postType == \'starter\'\">\r\n <a href=\"{vb:url {vb:raw conversation.routeid}, {vb:raw conversation}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'reply\'\" />\r\n <a href=\"{vb:url {vb:raw conversation.starterroute}, {vb:raw starterWithReplyParam}}\" class=\"goto-post\">\r\n <vb:elseif condition=\"$postType == \'visitorMessage\'\" />\r\n {vb:set extra.nodeid, {vb:raw conversation.starter}}\r\n {vb:set extra.title, {vb:raw conversation.starterurlident}}\r\n {vb:set extra.innerPost, {vb:raw conversation.nodeid}}\r\n <a href=\"{vb:url \'visitormessage\', {vb:raw extra}}\" class=\"goto-post\">\r\n </vb:if>\r\n {vb:rawphrase go_to_post}\r\n </a>\r\n </div>\r\n </div>\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showTagList, showPostCount, showVoteCount, showFlagCtrl, showQuoteCtrl, showCommentCtrl, showVoteCtrl, showReplyCtrl, showNoControls}, 0}}\r\n {vb:set footerControls.showEditCtrl, 1}\r\n {vb:template conversation_footer, conversation={vb:raw conversation}, controls={vb:raw footerControls}}\r\n <div class=\"edit-conversation-container\"></div>\r\n </div>\r\n</li>','template',1379464955,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(298,-1,'profile_media_videolist','$final_rendered = \'\' . \'\'; if (empty($pageno) OR !intval($pageno)) {\n $final_rendered .= \'\r\n \' . \'\'; $pageno = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($userid) OR !intval($userid)) {\n $final_rendered .= \'\r\n \' . \'\'; $userid = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($channelid) OR !intval($channelid)) {\n $final_rendered .= \'\r\n \' . \'\'; $channelid = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($perpage) OR !intval($perpage)) {\n $final_rendered .= \'\r\n \' . \'\'; $perpage = \'10\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'nodeid\'] = $nodeid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'page\'] = $pageno; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'perpage\'] = $perpage; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'userid\'] = $userid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'channelid\'] = $channelid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'dateFilter\'] = $dateFilter; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseData(\'profile\', \'getAlbum\', $mediaFilters); $final_rendered .= \'\' . \'\r\n\' . \'\' . \'\r\n\' . \'\'; if (!empty($nodes)) {\n $final_rendered .= \'\r\n \' . \'\'; $channelBbcodes = vB_Template_Runtime::parseData(\'content_channel\', \'getBbcodeOptions\', $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; $pagingInfo = $node[\'pagenav\']; $final_rendered .= \'\' . \'\r\n <ul class=\"media-video-list conversation-list list-container stream-view activity-view full-activity-view h-clearfix\" data-totalpages=\"\' . $pagingInfo[\'totalpages\'] . \'\" data-totalcount=\"\' . $pagingInfo[\'totalcount\'] . \'\">\r\n \' . \'\'; $videos = $node[\'videos\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $counter = \'0\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($videos) || $videos instanceof ArrayAccess) { foreach ($videos AS $video) {$final_rendered .= \'\r\n \' . \'\'; $counter = \'\' . vB_Template_Runtime::runMaths(\'\' . $counter . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_media_videoitem\',array(\'conversation\' => $video[\'content\'], \'reportActivity\' => \'1\')) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </ul>\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\';','<vb:if condition=\"empty($pageno) OR !intval($pageno)\">\r\n {vb:set pageno, 1}\r\n</vb:if>\r\n<vb:if condition=\"empty($userid) OR !intval($userid)\">\r\n {vb:set userid, 0}\r\n</vb:if>\r\n<vb:if condition=\"empty($channelid) OR !intval($channelid)\">\r\n {vb:set channelid, 0}\r\n</vb:if>\r\n<vb:if condition=\"empty($perpage) OR !intval($perpage)\">\r\n {vb:set perpage, 10}\r\n</vb:if>\r\n{vb:set mediaFilters.nodeid, {vb:raw nodeid}}\r\n{vb:set mediaFilters.page, {vb:raw pageno}}\r\n{vb:set mediaFilters.perpage, {vb:raw perpage}}\r\n{vb:set mediaFilters.userid, {vb:raw userid}}\r\n{vb:set mediaFilters.channelid, {vb:raw channelid}}\r\n{vb:set mediaFilters.dateFilter, {vb:raw dateFilter}}\r\n{vb:data nodes, profile, getAlbum, {vb:raw mediaFilters}}\r\n<vb:comment>Since the data returned is an associative array, we need to do an \"each\" even though there is only one node.</vb:comment>\r\n<vb:if condition=\"!empty($nodes)\">\r\n {vb:data channelBbcodes, content_channel, getBbcodeOptions, {vb:raw page.channelid}}\r\n <vb:each from=\"nodes\" value=\"node\">\r\n {vb:set pagingInfo, {vb:raw node.pagenav}}\r\n <ul class=\"media-video-list conversation-list list-container stream-view activity-view full-activity-view h-clearfix\" data-totalpages=\"{vb:raw pagingInfo.totalpages}\" data-totalcount=\"{vb:raw pagingInfo.totalcount}\">\r\n {vb:set videos, {vb:raw node.videos}}\r\n {vb:set counter, 0}\r\n <vb:each from =\"videos\" value=\"video\">\r\n {vb:set counter, {vb:math {vb:raw counter} + 1}}\r\n {vb:template profile_media_videoitem, conversation={vb:raw video.content}, reportActivity=1}\r\n </vb:each>\r\n </ul>\r\n </vb:each>\r\n</vb:if>','template',1369055457,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(299,-1,'profile_textphotodetail','$final_rendered = \'\' . \'\'; if (empty($pageno) OR !intval($pageno)) {\n $final_rendered .= \'\r\n \' . \'\'; $pageno = \'1\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($userid) OR !intval($userid)) {\n $final_rendered .= \'\r\n \' . \'\'; $userid = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $albumChannel = vB_Template_Runtime::parseData(\'node\', \'fetchAlbumChannel\'); $final_rendered .= \'\' . \'\r\n\' . \'\'; $canViewAlbum = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canview\', $albumChannel); $final_rendered .= \'\' . \'\r\n\' . \'\'; if (isset($canViewAlbum) AND !$canViewAlbum) {\n $final_rendered .= \'\r\n \' . \'\'; $userid = $user[userid]; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($channelid) OR !intval($channelid)) {\n $final_rendered .= \'\r\n \' . \'\'; $channelid = $conversation[\'channelid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (empty($perpage) OR !intval($perpage)) {\n $final_rendered .= \'\r\n \' . \'\'; $perpage = \'35\'; $final_rendered .= \'\' . \' \' . \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'nodeid\'] = $nodeid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'page\'] = $pageno; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'perpage\'] = $perpage; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'userid\'] = $userid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'channelid\'] = $channelid; $final_rendered .= \'\' . \'\r\n\' . \'\'; $mediaFilters[\'dateFilter\'] = $dateFilter; $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodes = vB_Template_Runtime::parseDataWithErrors(\'profile\', \'getAlbum\', $mediaFilters); $final_rendered .= \'\' . \'\r\n\' . \'\' . \'\r\n\' . \'\'; if (!$viewMore) {\n $final_rendered .= \'\r\n <input type=\"hidden\" class=\"albumSlideShowPageNo\" value=\"\' . $pageno . \'\" />\r\n <input type=\"hidden\" class=\"albumSlideShowPerPage\" value=\"\' . $perpage . \'\" />\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (!empty($nodes) AND empty($nodes[\'errors\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($nodes) || $nodes instanceof ArrayAccess) { foreach ($nodes AS $node) {$final_rendered .= \'\r\n \' . \'\'; $pagingInfo = $node[\'pagenav\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $photos = $node[\'photo\']; $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($viewMore) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($photos) || $photos instanceof ArrayAccess) { foreach ($photos AS $photo) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_textphotodetail_block\',array(\'photo\' => $photo, \'nodeid\' => $node[\'nodeid\'], \'userid\' => vB_Template_Runtime::vBVar($userid), \'channelid\' => vB_Template_Runtime::vBVar($channelid), \'isAttach\' => $photo[\'isAttach\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"js-album-detail album-detail conversation-list list-container stream-view activity-view full-activity-view h-clearfix\" data-totalpages=\"\' . $pagingInfo[\'totalpages\'] . \'\" data-totalcount=\"\' . $pagingInfo[\'totalcount\'] . \'\">\r\n <div class=\"list-item-header\">\r\n <span class=\"album-title\">\' . $node[\'title\'] . \'</span>\r\n <span class=\"media-count\">\r\n \' . \'\'; if ($nodeid == -2) {\n $final_rendered .= \'\r\n \' . \'\'; $count = $pagingInfo[\'totalcount\']; $final_rendered .= \'\' . \'\r\n \';\n } else if ($node[\'photocount\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $count = $node[\'photocount\']; $final_rendered .= \'\' . \'\r\n \';\n } else if ($node[\'attachcount\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $count = $node[\'attachcount\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($count > 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photos\", htmlspecialchars(\'\' . $count . \'\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"x_photo\", htmlspecialchars(\'\' . $count . \'\')) . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </span>\r\n </div>\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clearfix\" data-node-type=\"media\">\r\n\r\n <div class=\"conversation-body list-item-body node-body h-left\">\r\n \' . \'\'; if (intval($nodeid) > 0) {\n $final_rendered .= \'\r\n <div class=\"post-content restore\">\r\n \' . \'\'; $parsedText = vB_Template_Runtime::parseAction(\'bbcode\', \'parseNodeText\', vB_Template_Runtime::vBVar($nodeid), \'0\', vB_Template_Runtime::vBVar($page[\'contentpagenum\'])); $final_rendered .= \'\' . \'\r\n \' . $parsedText . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . \'\'; if ($node[\'canedit\']) {\n $final_rendered .= \'\r\n \' . \'\'; $footerControls = array_fill_keys(array(\'showTagList\', \'showVoteCount\', \'showFlagCtrl\', \'showQuoteCtrl\', \'showVoteCtrl\', \'showNoControls\', \'showDivider\', \'showIp\'), \'0\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $footerControls[\'showEditCtrl\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'conversation_footer\',array(\'conversation\' => $node, \'controls\' => $footerControls)) . \'\r\n <div class=\"edit-conversation-container\" data-content-type=\"media\"></div>\r\n <button type=\"button\" class=\"button secondary profile-media-uploadphotos\">\' . vB_Template_Runtime::parsePhrase(\"add_photos\") . \'</button>\r\n\r\n <div class=\"js-photo-display photo-display-container js-profile-media-photoupload-dialog profile-media-photoupload-dialog sb-dialog gallery-wrapper\" data-nodeid=\"\' . $nodeid . \'\"></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"photo-preview h-clearfix\">\r\n \' . \'\'; if (is_array($photos) || $photos instanceof ArrayAccess) { foreach ($photos AS $photo) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate(\'profile_textphotodetail_block\',array(\'photo\' => $photo, \'nodeid\' => $node[\'nodeid\'], \'userid\' => vB_Template_Runtime::vBVar($userid), \'channelid\' => vB_Template_Runtime::vBVar($channelid), \'isAttach\' => $photo[\'isAttach\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </div>\r\n \' . \'\'; if ($pagingInfo[\'totalpages\'] > $pagingInfo[\'currentpage\']) {\n $final_rendered .= \'\r\n <div class=\"h-align-center\"><button type=\"button\" class=\"button secondary more-gallery view-more-btn\">\' . vB_Template_Runtime::parsePhrase(\"see_more\") . \'</button></div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_photos_found\") . \'</div>\r\n\';\n }$final_rendered .= \'\' . \'\';','<vb:if condition=\"empty($pageno) OR !intval($pageno)\">\r\n {vb:set pageno, 1}\r\n</vb:if>\r\n<vb:if condition=\"empty($userid) OR !intval($userid)\">\r\n {vb:set userid, 0}\r\n</vb:if>\r\n{vb:data albumChannel, node, fetchAlbumChannel}\r\n{vb:data canViewAlbum, user, hasPermissions, forumpermissions, canview, {vb:raw $albumChannel}}\r\n<vb:if condition=\"isset($canViewAlbum) AND !$canViewAlbum\">\r\n {vb:set userid, {vb:raw $user[\'userid\']}}\r\n</vb:if>\r\n<vb:if condition=\"empty($channelid) OR !intval($channelid)\">\r\n {vb:set channelid, {vb:raw conversation.channelid}}\r\n</vb:if>\r\n<vb:if condition=\"empty($perpage) OR !intval($perpage)\">\r\n {vb:set perpage, 35} <vb:comment>Album detail photo gallery UI can contain up to 7 items per row in Media tab, so ideally perpage should be divisible by 7</vb:comment>\r\n</vb:if>\r\n{vb:set mediaFilters.nodeid, {vb:raw nodeid}}\r\n{vb:set mediaFilters.page, {vb:raw pageno}}\r\n{vb:set mediaFilters.perpage, {vb:raw perpage}}\r\n{vb:set mediaFilters.userid, {vb:raw userid}}\r\n{vb:set mediaFilters.channelid, {vb:raw channelid}}\r\n{vb:set mediaFilters.dateFilter, {vb:raw dateFilter}}\r\n{vb:rawdata nodes, profile, getAlbum, {vb:raw mediaFilters}}\r\n<vb:comment>Since the data returned is an associative array, we need to do an \"each\" even though there is only one node.</vb:comment>\r\n<vb:if condition=\"!$viewMore\">\r\n <input type=\"hidden\" class=\"albumSlideShowPageNo\" value=\"{vb:raw pageno}\" />\r\n <input type=\"hidden\" class=\"albumSlideShowPerPage\" value=\"{vb:raw perpage}\" />\r\n</vb:if>\r\n\r\n<vb:if condition=\"!empty($nodes) AND empty($nodes[\'errors\'])\">\r\n <vb:each from=\"nodes\" value=\"node\">\r\n {vb:set pagingInfo, {vb:raw node.pagenav}}\r\n {vb:set photos, {vb:raw node.photo}}\r\n\r\n <vb:if condition=\"$viewMore\">\r\n <vb:each from=\"photos\" value=\"photo\">\r\n {vb:template profile_textphotodetail_block, photo={vb:raw photo}, nodeid={vb:raw node.nodeid}, userid={vb:var userid}, channelid={vb:var channelid}, isAttach={vb:raw photo.isAttach}}\r\n </vb:each>\r\n <vb:else />\r\n <div class=\"js-album-detail album-detail conversation-list list-container stream-view activity-view full-activity-view h-clearfix\" data-totalpages=\"{vb:raw pagingInfo.totalpages}\" data-totalcount=\"{vb:raw pagingInfo.totalcount}\">\r\n <div class=\"list-item-header\">\r\n <span class=\"album-title\">{vb:raw node.title}</span>\r\n <span class=\"media-count\">\r\n <vb:if condition=\"$nodeid == -2\">\r\n {vb:set count, {vb:raw pagingInfo.totalcount}}\r\n <vb:elseif condition=\"$node[\'photocount\'] > 0\" />\r\n {vb:set count, {vb:raw node.photocount}}\r\n <vb:elseif condition=\"$node[\'attachcount\'] > 0\" />\r\n {vb:set count, {vb:raw node.attachcount}}\r\n </vb:if>\r\n <vb:if condition=\"$count > 1\">\r\n {vb:phrase x_photos, {vb:raw count}}\r\n <vb:else />\r\n {vb:phrase x_photo, {vb:raw count}}\r\n </vb:if>\r\n </span>\r\n </div>\r\n <div class=\"js-post__content-wrapper list-item-body-wrapper h-clearfix\" data-node-type=\"media\">\r\n\r\n <div class=\"conversation-body list-item-body node-body h-left\">\r\n <vb:if condition=\"intval($nodeid) > 0\">\r\n <div class=\"post-content restore\">\r\n {vb:action parsedText, bbcode, parseNodeText, {vb:var nodeid}, 0, {vb:var page.contentpagenum}}\r\n {vb:raw parsedText}\r\n </div>\r\n </vb:if>\r\n </div>\r\n <vb:if condition=\"$node[\'canedit\']\">\r\n {vb:set footerControls, {vb:php array_fill_keys, {vb:php array, showTagList, showVoteCount, showFlagCtrl, showQuoteCtrl, showVoteCtrl, showNoControls, showDivider, showIp}, 0}}\r\n {vb:set footerControls.showEditCtrl, 1}\r\n {vb:template conversation_footer, conversation={vb:raw node}, controls={vb:raw footerControls}}\r\n <div class=\"edit-conversation-container\" data-content-type=\"media\"></div>\r\n <button type=\"button\" class=\"button secondary profile-media-uploadphotos\">{vb:phrase add_photos}</button>\r\n\r\n <div class=\"js-photo-display photo-display-container js-profile-media-photoupload-dialog profile-media-photoupload-dialog sb-dialog gallery-wrapper\" data-nodeid=\"{vb:raw nodeid}\"></div>\r\n </vb:if>\r\n <div class=\"photo-preview h-clearfix\">\r\n <vb:each from=\"photos\" value=\"photo\">\r\n {vb:template profile_textphotodetail_block, photo={vb:raw photo}, nodeid={vb:raw node.nodeid}, userid={vb:var userid}, channelid={vb:var channelid}, isAttach={vb:raw photo.isAttach}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n </div>\r\n <vb:if condition=\"$pagingInfo[\'totalpages\'] > $pagingInfo[\'currentpage\']\">\r\n <div class=\"h-align-center\"><button type=\"button\" class=\"button secondary more-gallery view-more-btn\">{vb:phrase see_more}</button></div>\r\n </vb:if>\r\n </vb:if>\r\n </vb:each>\r\n<vb:else />\r\n <div class=\"conversation-empty\">{vb:phrase no_photos_found}</div>\r\n</vb:if>','template',1382732563,'vBulletin Solutions','5.1.0 Alpha 1','vbulletin','none'),(300,-1,'profile_textphotodetail_block','$final_rendered = \'<div class=\"h-left photoPreviewBox\">\r\n <div class=\"galleryLink b-gallery-thumbnail-list__item\" id=\"galleryLink_\' . $nodeid . \'\" data-userid=\"\' . vB_Template_Runtime::vBVar($userid) . \'\" data-channelid=\"\' . vB_Template_Runtime::vBVar($channelid) . \'\">\r\n\' . \'\'; if ($isAttach) {\n $final_rendered .= \'\r\n\' . \'\'; $query = \'id\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n\' . \'\'; $query = \'photoid\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?\' . $query . \'=\' . $photo[\'nodeid\'] . \'&type=thumb\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </div>\r\n <div class=\"photoPreviewBox-large\">\r\n <div class=\"galleryLink b-gallery-thumbnail-list__item\" id=\"galleryLink_\' . $node[\'nodeid\'] . \'_large\" data-userid=\"\' . vB_Template_Runtime::vBVar($userid) . \'\" data-channelid=\"\' . vB_Template_Runtime::vBVar($channelid) . \'\">\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"\' . $baseurl . \'/filedata/fetch?\' . $query . \'=\' . $photo[\'nodeid\'] . \'&type=small\" title=\"\' . $photo[\'htmltitle\'] . \'\" alt=\"\' . $photo[\'htmltitle\'] . \'\" />\r\n </div>\r\n <div class=\"media-title\">\' . $photo[\'title\'] . \'</div>\r\n <div class=\"media-info\">\r\n <span class=\"media-author\">\r\n \' . \'\'; $profileUrl = \'\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $photo)) . \'\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::parsePhrase(\"by_x\", \'\' . vB_Template_Runtime::vBVar($profileUrl) . \'\', $photo[\'authorname\']) . \'\r\n <span class=\"vertical-divider\">|</span>\r\n </span>\r\n <span class=\"post-date\">\' . vB_Template_Runtime::datetime(vB_Template_Runtime::vBVar($photo[\'publishdate\'])) . \'</span>\r\n </div>\r\n </div>\r\n</div>\';','<div class=\"h-left photoPreviewBox\">\r\n <div class=\"galleryLink b-gallery-thumbnail-list__item\" id=\"galleryLink_{vb:raw nodeid}\" data-userid=\"{vb:var userid}\" data-channelid=\"{vb:var channelid}\">\r\n<vb:if condition=\"$isAttach\">\r\n{vb:set query, id}\r\n<vb:else />\r\n{vb:set query, photoid}\r\n</vb:if>\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?{vb:raw query}={vb:raw photo.nodeid}&type=thumb\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </div>\r\n <div class=\"photoPreviewBox-large\">\r\n <div class=\"galleryLink b-gallery-thumbnail-list__item\" id=\"galleryLink_{vb:raw node.nodeid}_large\" data-userid=\"{vb:var userid}\" data-channelid=\"{vb:var channelid}\">\r\n <img class=\"thumbnail-photo b-gallery-thumbnail-list__thumbnail\" src=\"{vb:raw baseurl}/filedata/fetch?{vb:raw query}={vb:raw photo.nodeid}&type=small\" title=\"{vb:raw photo.htmltitle}\" alt=\"{vb:raw photo.htmltitle}\" />\r\n </div>\r\n <div class=\"media-title\">{vb:raw photo.title}</div>\r\n <div class=\"media-info\">\r\n <span class=\"media-author\">\r\n {vb:set profileUrl, {vb:url \'profile\', {vb:raw photo}}}\r\n {vb:rawphrase by_x, {vb:var profileUrl}, {vb:raw photo.authorname}}\r\n <span class=\"vertical-divider\">|</span>\r\n </span>\r\n <span class=\"post-date\">{vb:datetime {vb:var photo.publishdate}}</span>\r\n </div>\r\n </div>\r\n</div>','template',1364863891,'vBulletin Solutions','5.0.3 Alpha 1','vbulletin','none'),(301,-1,'screenlayout_1','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'header\',array(\'page\' => $page)) . \'\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n \' . \'\'; $pagetemplatewidgets = vB_Template_Runtime::parseData(\'widget\', \'fetchHierarchicalWidgetInstancesByPageTemplateId\', $page[\'pagetemplateid\'], $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen1_section2\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'2\']) || $pagetemplatewidgets[\'2\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'2\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- section 0 (no section 1) -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen1_section0\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-0 l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'0\']) || $pagetemplatewidgets[\'0\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'0\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen1_section3\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'3\']) || $pagetemplatewidgets[\'3\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'3\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n \' . \'\'; $screenlayouts = vB_Template_Runtime::parseData(\'screenlayout\', \'fetchScreenLayoutList\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($screenlayouts) || $screenlayouts instanceof ArrayAccess) { foreach ($screenlayouts AS $screenlayout) {$final_rendered .= \'\r\n \' . \'\'; if ($screenlayout[\'screenlayoutid\'] != 1) {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($screenlayout[\'admintemplate\'],array(\'displayClass\' => \'h-hide\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::includeTemplate(\'footer\',array(\'page\' => $page)) . \'\';','{vb:template header, page={vb:raw page}}\r\n<div id=\"canvas-layout-full\" class=\"canvas-layout\" data-layout-id=\"1\">\r\n {vb:data pagetemplatewidgets, widget, fetchHierarchicalWidgetInstancesByPageTemplateId, {vb:raw page.pagetemplateid}, {vb:raw page.channelid}}\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen1_section2\'}\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.2\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- section 0 (no section 1) -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen1_section0\'}\r\n <div class=\"canvas-widget-list section-0 l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.0\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen1_section3\'}\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.3\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n {vb:data screenlayouts, screenlayout, fetchScreenLayoutList}\r\n <vb:each from=\"screenlayouts\" value=\"screenlayout\">\r\n <vb:if condition=\"$screenlayout[\'screenlayoutid\'] != 1\">\r\n {vb:template {vb:raw screenlayout.admintemplate}, displayClass=\"h-hide\"}\r\n </vb:if>\r\n </vb:each>\r\n</vb:if>\r\n{vb:template footer, page={vb:raw page}}','template',1368653297,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(302,-1,'screenlayout_2','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'header\',array(\'page\' => $page)) . \'\r\n<div id=\"canvas-layout-wide-narrow\" class=\"canvas-layout\" data-layout-id=\"2\">\r\n \' . \'\'; $pagetemplatewidgets = vB_Template_Runtime::parseData(\'widget\', \'fetchHierarchicalWidgetInstancesByPageTemplateId\', $page[\'pagetemplateid\'], $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen2_section2\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'2\']) || $pagetemplatewidgets[\'2\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'2\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- sections 0, 1 -->\r\n <div class=\"canvas-layout-row has-columns l-row l-row__fixed--right\">\r\n \' . vB_Template_Runtime::hook(\'screen2_section1\', get_defined_vars()) . \'\r\n <div class=\"l-small canvas-widget-list section-1 has-adjacent-left-col l-col__fixed-6 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'1\']) || $pagetemplatewidgets[\'1\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'1\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . vB_Template_Runtime::hook(\'screen2_section0\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-0 has-adjacent-right-col l-col__flex-6 l-col__small--full h-padding-right-xl\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'0\']) || $pagetemplatewidgets[\'0\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'0\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen2_section3\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'3\']) || $pagetemplatewidgets[\'3\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'3\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n \' . \'\'; $screenlayouts = vB_Template_Runtime::parseData(\'screenlayout\', \'fetchScreenLayoutList\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($screenlayouts) || $screenlayouts instanceof ArrayAccess) { foreach ($screenlayouts AS $screenlayout) {$final_rendered .= \'\r\n \' . \'\'; if ($screenlayout[\'screenlayoutid\'] != 2) {\n $final_rendered .= \' \r\n \' . vB_Template_Runtime::includeTemplate($screenlayout[\'admintemplate\'],array(\'displayClass\' => \'h-hide\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::includeTemplate(\'footer\',array(\'page\' => $page)) . \'\';','{vb:template header, page={vb:raw page}}\r\n<div id=\"canvas-layout-wide-narrow\" class=\"canvas-layout\" data-layout-id=\"2\">\r\n {vb:data pagetemplatewidgets, widget, fetchHierarchicalWidgetInstancesByPageTemplateId, {vb:raw page.pagetemplateid}, {vb:raw page.channelid}}\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen2_section2\'}\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.2\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- sections 0, 1 -->\r\n <div class=\"canvas-layout-row has-columns l-row l-row__fixed--right\">\r\n {vb:hook \'screen2_section1\'}\r\n <div class=\"l-small canvas-widget-list section-1 has-adjacent-left-col l-col__fixed-6 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.1\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n {vb:hook \'screen2_section0\'}\r\n <div class=\"canvas-widget-list section-0 has-adjacent-right-col l-col__flex-6 l-col__small--full h-padding-right-xl\">\r\n <vb:each from=\"pagetemplatewidgets.0\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen2_section3\'}\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.3\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n {vb:data screenlayouts, screenlayout, fetchScreenLayoutList}\r\n <vb:each from=\"screenlayouts\" value=\"screenlayout\">\r\n <vb:if condition=\"$screenlayout[\'screenlayoutid\'] != 2\"> \r\n {vb:template {vb:raw screenlayout.admintemplate}, displayClass=\"h-hide\"}\r\n </vb:if>\r\n </vb:each>\r\n</vb:if>\r\n{vb:template footer, page={vb:raw page}}','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(303,-1,'screenlayout_4','$final_rendered = \'\' . vB_Template_Runtime::includeTemplate(\'header\',array(\'page\' => $page)) . \'\r\n<div id=\"canvas-layout-narrow-wide\" class=\"canvas-layout \' . $displayClass . \'\" data-layout-id=\"4\">\r\n \' . \'\'; $pagetemplatewidgets = vB_Template_Runtime::parseData(\'widget\', \'fetchHierarchicalWidgetInstancesByPageTemplateId\', $page[\'pagetemplateid\'], $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen4_section2\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'2\']) || $pagetemplatewidgets[\'2\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'2\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- section 0, 1 -->\r\n <div class=\"canvas-layout-row has-columns l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen4_section0\', get_defined_vars()) . \'\r\n <div class=\"l-small canvas-widget-list section-0 has-adjacent-right-col l-col__fixed-6 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'0\']) || $pagetemplatewidgets[\'0\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'0\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n \' . vB_Template_Runtime::hook(\'screen4_section1\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-1 has-adjacent-left-col l-col__flex-6 l-col__small--full h-padding-left-xl\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'1\']) || $pagetemplatewidgets[\'1\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'1\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n \' . vB_Template_Runtime::hook(\'screen4_section3\', get_defined_vars()) . \'\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n \' . \'\'; if (is_array($pagetemplatewidgets[\'3\']) || $pagetemplatewidgets[\'3\'] instanceof ArrayAccess) { foreach ($pagetemplatewidgets[\'3\'] AS $widget) {$final_rendered .= \'\r\n \' . vB_Template_Runtime::includeTemplate($widget[\'template\'],array(\'widgetid\' => $widget[\'widgetid\'], \'widgetinstanceid\' => $widget[\'widgetinstanceid\'], \'widgettitle\' => $widget[\'title\'], \'page\' => $page, \'isWidget\' => \'1\', \'subModules\' => $widget[\'subModules\'])) . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n\' . \'\'; if ($user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n \' . \'\'; $screenlayouts = vB_Template_Runtime::parseData(\'screenlayout\', \'fetchScreenLayoutList\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (is_array($screenlayouts) || $screenlayouts instanceof ArrayAccess) { foreach ($screenlayouts AS $screenlayout) {$final_rendered .= \'\r\n \' . \'\'; if ($screenlayout[\'screenlayoutid\'] != 4) {\n $final_rendered .= \' \r\n \' . vB_Template_Runtime::includeTemplate($screenlayout[\'admintemplate\'],array(\'displayClass\' => \'h-hide\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\' . vB_Template_Runtime::includeTemplate(\'footer\',array(\'page\' => $page)) . \'\';','{vb:template header, page={vb:raw page}}\r\n<div id=\"canvas-layout-narrow-wide\" class=\"canvas-layout {vb:raw displayClass}\" data-layout-id=\"4\">\r\n {vb:data pagetemplatewidgets, widget, fetchHierarchicalWidgetInstancesByPageTemplateId, {vb:raw page.pagetemplateid}, {vb:raw page.channelid}}\r\n\r\n <!-- section 2 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen4_section2\'}\r\n <div class=\"canvas-widget-list section-2 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.2\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- section 0, 1 -->\r\n <div class=\"canvas-layout-row has-columns l-row\">\r\n {vb:hook \'screen4_section0\'}\r\n <div class=\"l-small canvas-widget-list section-0 has-adjacent-right-col l-col__fixed-6 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.0\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n {vb:hook \'screen4_section1\'}\r\n <div class=\"canvas-widget-list section-1 has-adjacent-left-col l-col__flex-6 l-col__small--full h-padding-left-xl\">\r\n <vb:each from=\"pagetemplatewidgets.1\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <!-- section 3 -->\r\n <div class=\"canvas-layout-row no-columns h-clearfix l-row\">\r\n {vb:hook \'screen4_section3\'}\r\n <div class=\"canvas-widget-list section-3 h-clearfix l-col__large-12 l-col__small--full\">\r\n <vb:each from=\"pagetemplatewidgets.3\" value=\"widget\">\r\n {vb:template {vb:raw widget.template}, widgetid={vb:raw widget.widgetid}, widgetinstanceid={vb:raw widget.widgetinstanceid}, widgettitle={vb:raw widget.title}, page={vb:raw page}, isWidget=1, subModules={vb:raw widget.subModules}}\r\n </vb:each>\r\n </div>\r\n </div>\r\n\r\n <input type=\"hidden\" name=\"displaysections[0]\" />\r\n <input type=\"hidden\" name=\"displaysections[1]\" />\r\n <input type=\"hidden\" name=\"displaysections[2]\" />\r\n <input type=\"hidden\" name=\"displaysections[3]\" />\r\n</div>\r\n<vb:if condition=\"$user[\'can_use_sitebuilder\']\">\r\n {vb:data screenlayouts, screenlayout, fetchScreenLayoutList}\r\n <vb:each from=\"screenlayouts\" value=\"screenlayout\">\r\n <vb:if condition=\"$screenlayout[\'screenlayoutid\'] != 4\"> \r\n {vb:template {vb:raw screenlayout.admintemplate}, displayClass=\"h-hide\"}\r\n </vb:if>\r\n </vb:each>\r\n</vb:if>\r\n{vb:template footer, page={vb:raw page}}','template',1371846421,'vBulletin Solutions','5.0.4 Alpha 2','vbulletin','none'),(304,-1,'search-tips-dialog','$final_rendered = \'<div class=\"left_col\">\r\n <div class=\"title\">\r\n <img src=\"\' . $baseurl . \'/images/exclude_words_icon.png\" width=\"63\" height=\"62\" alt=\"Excluded Words\" align=absmiddle /> Excluded Words\r\n </div>\r\n <p><b>What it does:</b> excludes search results with a particular word or phrase<br /><b>What to type</b>: bass -fishing<br /><b>What you\\\'ll get</b>: results about bass that are not related to fishing</p>\r\n </div>\r\n <div class=\"right_col\">\r\n <div class=\"title\">\r\n <img src=\"\' . $baseurl . \'/images/multiple_mords_icon.png\" width=\"63\" height=\"62\" alt=\"Multiple Words\" align=absmiddle /> Multiple Words\r\n </div>\r\n <p><b>What it does:</b> searches for webpages that include either word<br /><b>What to type</b>: vacation London OR Paris<br /><b>What you\\\'ll get</b>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\r\n </div>\r\n <div class=\"h-clear\"></div>\';','<div class=\"left_col\">\r\n <div class=\"title\">\r\n <img src=\"{vb:raw baseurl}/images/exclude_words_icon.png\" width=\"63\" height=\"62\" alt=\"Excluded Words\" align=absmiddle /> Excluded Words\r\n </div>\r\n <p><b>What it does:</b> excludes search results with a particular word or phrase<br /><b>What to type</b>: bass -fishing<br /><b>What you\'ll get</b>: results about bass that are not related to fishing</p>\r\n </div>\r\n <div class=\"right_col\">\r\n <div class=\"title\">\r\n <img src=\"{vb:raw baseurl}/images/multiple_mords_icon.png\" width=\"63\" height=\"62\" alt=\"Multiple Words\" align=absmiddle /> Multiple Words\r\n </div>\r\n <p><b>What it does:</b> searches for webpages that include either word<br /><b>What to type</b>: vacation London OR Paris<br /><b>What you\'ll get</b>: results with the word \"vacation\" and either \"London\" or \"Paris\"</p>\r\n </div>\r\n <div class=\"h-clear\"></div>','template',1363303379,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(305,-1,'search_config','$final_rendered = \'\' . \'\'; vB_Template_Runtime::includeCss(\'css_form.css\'); $final_rendered .= \'\' . \'\r\n<div id=\"\' . $configID . \'\" class=\"advancedSearchFields form_layout\">\r\n \' . \'\'; if (!empty($hasForm)) {\n $final_rendered .= \'\r\n <form action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\" method=\"GET\" class=\"advSearchForm\">\r\n <input name=\"searchJSON\" type=\"hidden\" class=\"searchFields_searchJSON\" value=\"\' . vB_Template_Runtime::vBVar($searchJSON) . \'\" />\r\n <div class=\"action-buttons\">\r\n <button class=\"button primary searchSubmitBtn\" name=\"btnSubmit\" type=\"submit\">\' . vB_Template_Runtime::parsePhrase(\"search_now\") . \'</button>\r\n \' . \'\' . \'\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"searchConfigFields add-search-container\">\r\n \' . \'\'; if (empty($noAdvancedSwitch)) {\n $final_rendered .= \'\r\n <div class=\"searchSwitchToAdvanced h-clearfix\">\r\n <label class=\"h-left jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"switch_to_advanced_editor\") . \'</label>\r\n </div>\r\n <div class=\"searchSwitchToForm h-clearfix\">\r\n <label class=\"h-left jsPseudoLink\">\' . vB_Template_Runtime::parsePhrase(\"switch_to_simple_editor\") . \'</label>\r\n <div class=\"widget-note h-right\"><em>(\' . vB_Template_Runtime::parsePhrase(\"fields_denoted_required\") . \')</em></div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"add-search-fieldset form-fieldset\">\r\n \' . vB_Template_Runtime::includeTemplate(\'humanverify\',array(\'action\' => \'search\')) . \'\r\n \' . \'\'; if ($showSearchWidgetInfo AND $user[\'can_use_sitebuilder\']) {\n $final_rendered .= \'\r\n <div class=\"form_row form-row-title\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"widget_title\") . \'</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchTitle\" id=\"searchTitle\" class=\"textbox\" />\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-perpage\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"number_of_results\") . \'</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"resultsPerPage\" id=\"resultsPerPage\" class=\"textbox\" />\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"widget_search_hide_avatars_label\") . \'</label>\r\n <div class=\"field_column\">\r\n <label><input type=\"radio\" name=\"hide_avatars\" id=\"searchconfig_hide_avatars_yes\" value=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"yes\") . \'</label>\r\n <label><input type=\"radio\" name=\"hide_avatars\" id=\"searchconfig_hide_avatars_no\" value=\"0\" />\' . vB_Template_Runtime::parsePhrase(\"no\") . \'</label>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($showSearchJSONField) {\n $final_rendered .= \'\r\n <div class=\"form_row form-row-json h-hide-imp\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"search_json\") . \' <span class=\"config-required-mark\">*</span></label>\r\n <div class=\"field_column\">\r\n <textarea name=\"searchJSON\" class=\"searchFields_searchJSON textbox\">\' . $searchJSON . \'</textarea>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"form_row form-row-keywords\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"keywords\") . \'</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchFields[keywords]\" class=\"searchFields_keywords textbox\" />\r\n <a href=\"#\" class=\"search-tips\">\' . vB_Template_Runtime::parsePhrase(\"search_tips\") . \'</a>\r\n </div>\r\n <div class=\"info_column\"><label><input type=\"checkbox\" name=\"searchFields[title_only]\" class=\"searchFields_title_only\" value=\"1\" /><span>\' . vB_Template_Runtime::parsePhrase(\"title_only\") . \'</span></label></div>\r\n\r\n <div class=\"sb-dialog search-tips-dialog\">\r\n <div class=\"dialog-content table\">\r\n <div class=\"td excluded-words\">\r\n <h1 class=\"h-clearfix\"><span class=\"vb-icon vb-icon-minus-blue\"></span>\' . vB_Template_Runtime::parsePhrase(\"excluded_words\") . \'</h1>\r\n \' . vB_Template_Runtime::parsePhrase(\"excluded_words_desc\") . \'\r\n </div>\r\n <div class=\"td multiple-words\">\r\n <h1 class=\"h-clearfix\"><span class=\"vb-icon vb-icon-or-blue\"></span>\' . vB_Template_Runtime::parsePhrase(\"multiple_words\") . \'</h1>\r\n \' . vB_Template_Runtime::parsePhrase(\"multiple_words_desc\") . \'\r\n </div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n <div class=\"form_row form-row-members\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"members\") . \'</label>\r\n \' . \'\' . \'\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchFields[author]\" class=\"searchFields_author textbox\" />\r\n </div>\r\n <div class=\"info_column\"><label><input type=\"checkbox\" name=\"searchFields[starter_only]\" class=\"searchFields_starter_only\" value=\"1\" /><span>\' . vB_Template_Runtime::parsePhrase(\"started_posts_only\") . \'</span></label></div>\r\n </div>\r\n <div class=\"form_row form-row-tags\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"tags\") . \'</label>\r\n <div class=\"field_column\">\r\n \' . \'\'; if (!empty($searchJSON)) {\n $final_rendered .= \'\r\n \' . \'\'; $decodedSearchJSON = json_decode($searchJSON, \'1\'); $final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if ($decodedSearchJSON AND !empty($decodedSearchJSON[\'tag\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $tagList = $decodedSearchJSON[\'tag\']; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; $configID .= \'-searchFields_tag\'; $final_rendered .= \'\' . \'\r\n \' . vB_Template_Runtime::includeTemplate(\'tag_editor\',array(\'editorClass\' => $configID, \'cssClass\' => \'entry-field searchFields_tag\', \'tagList\' => $tagList, \'noManageTagCheck\' => \'1\', \'tagtype\' => \'search\', \'tagEditorInline\' => \'1\', \'hideTagsDesc\' => \'1\', \'noTagPlaceholder\' => \'1\')) . \'\r\n\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-daterange\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"date_range\") . \'</label>\r\n <div class=\"field_column\">\r\n \' . \'\'; if (empty($fullDate)) {\n $final_rendered .= \'\r\n <label class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"from_x_days\", \'<input type=\"text\" name=\"searchFields[date][from]\" class=\"searchFields_from_days textbox datefield\" />\') . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\r\n <label class=\"date-from h-left\">\' . vB_Template_Runtime::parsePhrase(\"from\") . \' <input type=\"text\" name=\"searchFields[date][from]\" class=\"searchFields_from_date textbox short datefield\" readonly=\"readonly\" /></label>\r\n <label class=\"date-to\">\' . vB_Template_Runtime::parsePhrase(\"to\") . \' <input type=\"text\" name=\"searchFields[date][to]\" class=\"searchFields_to_date textbox short datefield\" readonly=\"readonly\" /></label>\r\n \';\n }$final_rendered .= \'\' . \'\r\n <label class=\"date-lastvisit\"><input type=\"checkbox\" name=\"searchFields[last_visit]\" class=\"searchFields_last_visit\" value=\"1\" /><span>\' . vB_Template_Runtime::parsePhrase(\"last_visit\") . \'</span></label>\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-sortby\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"sort_by\") . \'</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[order][field]\" class=\"searchFields_order_field custom-dropdown\">\r\n <option value=\"relevance\">\' . vB_Template_Runtime::parsePhrase(\"relevance\") . \'</option>\r\n <option value=\"title\">\' . vB_Template_Runtime::parsePhrase(\"title\") . \'</option>\r\n <option value=\"author\">\' . vB_Template_Runtime::parsePhrase(\"members\") . \'</option>\r\n <option value=\"created\">\' . vB_Template_Runtime::parsePhrase(\"date_started_post\") . \'</option>\r\n <option value=\"lastcontent\">\' . vB_Template_Runtime::parsePhrase(\"date_last_update\") . \'</option>\r\n <option value=\"replies\">\' . vB_Template_Runtime::parsePhrase(\"replies\") . \'</option>\r\n <option value=\"votes\">\' . vB_Template_Runtime::parsePhrase(\"likes\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column label sort-order\">\' . vB_Template_Runtime::parsePhrase(\"order\") . \'</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[order][direction]\" class=\"searchFields_order_direction custom-dropdown\">\r\n <option value=\"desc\" >\' . vB_Template_Runtime::parsePhrase(\"descending\") . \'</option>\r\n <option value=\"asc\">\' . vB_Template_Runtime::parsePhrase(\"ascending\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-contenttypes\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"types\") . \'</label>\r\n <div class=\"field_column searchFields_type_container\">\r\n \' . \'\'; if (!empty($contentTypes)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contentTypes) || $contentTypes instanceof ArrayAccess) { foreach ($contentTypes AS $contentTypeId => $contentType) {$final_rendered .= \'\r\n \' . \'\'; if (!isset($search_exclude_types) OR !is_array($search_exclude_types) OR !in_array($contentTypeId, $search_exclude_types)) {\n $final_rendered .= \'\r\n \' . \'\'; $contentPhraseId = \'content_type_\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $contentPhraseId .= $contentType[\'class\']; $final_rendered .= \'\' . \'\r\n <label><input type=\"checkbox\" name=\"searchFields[type][]\" class=\"searchFields_type\" value=\"\' . $contentTypeId . \'\" /><span>\' . vB_Template_Runtime::parsePhrase($contentPhraseId) . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <label class=\"field-desc\">\' . vB_Template_Runtime::parsePhrase(\"you_can_choose_to_display_type\") . \'</label>\r\n\r\n \' . \'\'; if (is_array($search_exclude_types) || $search_exclude_types instanceof ArrayAccess) { foreach ($search_exclude_types AS $exclude_type) {$final_rendered .= \'\r\n <input type=\"hidden\" class=\"searchFields_exclude_type\" name=\"searchFields[exclude_type][]\" value=\"\' . $exclude_type . \'\" />\r\n \'; } }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \' . \'\'; if (isset($showSearchOptions) AND $showSearchOptions AND !empty($user[\'userid\'])) {\n $final_rendered .= \'\r\n <div class=\"form_row form-row-searchoptions\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"search_options\") . \'</label>\r\n <div class=\"field_column\">\r\n <label><input type=\"checkbox\" name=\"searchFields[my_following]\" class=\"searchFields_my_following\" value=\"1\" /><span>\' . vB_Template_Runtime::parsePhrase(\"search_in_my_following_only\") . \'</span></label>\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"form_row form-row-sources\">\r\n <label class=\"label_column\">\' . vB_Template_Runtime::parsePhrase(\"sources\") . \'</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[channel]\" class=\"searchFields_channel h-left\" multiple=\"multiple\">\r\n \' . \'\'; if (!empty($channels)) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($channels) || $channels instanceof ArrayAccess) { foreach ($channels AS $nodeId => $channel) {$final_rendered .= \'\r\n \' . \'\'; if ($channel[\'depth\'] > 1) {\n $final_rendered .= \'\r\n \' . \'\'; $indent = \' \'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $depth = \'\' . vB_Template_Runtime::runMaths(\'\' . $channel[\'depth\'] . \'\'.\'-1\') . \'\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $indent = str_repeat($indent, intval($depth)); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $indent = \'\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n <option value=\"\' . $channel[\'nodeid\'] . \'\">\' . $indent . \'\' . $channel[\'htmltitle\'] . \'</option>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </select>\r\n \' . \'\'; if (empty($noParam)) {\n $final_rendered .= \'\r\n <label class=\"load-from-current\"><input type=\"checkbox\" name=\"searchFields[channel_param]\" class=\"searchFields_channel_param\" value=\"channelid\" /><span>\' . vB_Template_Runtime::parsePhrase(\"load_from_current_page\") . \'</span></label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column label sort-order\">\' . vB_Template_Runtime::parsePhrase(\"view\") . \'</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[view]\" class=\"searchFields_view custom-dropdown\">\r\n <option value=\"\" >\' . vB_Template_Runtime::parsePhrase(\"default\") . \'</option>\r\n <option value=\"topic\">\' . vB_Template_Runtime::parsePhrase(\"topic\") . \'</option>\r\n <option value=\"compact\">\' . vB_Template_Runtime::parsePhrase(\"compact\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \' . \'\'; if (!empty($hasForm)) {\n $final_rendered .= \'\r\n <form action=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'search\')) . \'\" method=\"GET\" class=\"advSearchForm\">\r\n <input name=\"searchJSON\" type=\"hidden\" class=\"searchFields_searchJSON\" value=\"\' . vB_Template_Runtime::vBVar($searchJSON) . \'\" />\r\n <div class=\"action-buttons\">\r\n <button class=\"button primary searchSubmitBtn\" name=\"btnSubmit\" type=\"submit\">\' . vB_Template_Runtime::parsePhrase(\"search_now\") . \'</button>\r\n \' . \'\' . \'\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','{vb:cssExtra css_form.css}\r\n<div id=\"{vb:raw configID}\" class=\"advancedSearchFields form_layout\">\r\n <vb:if condition=\"!empty($hasForm)\">\r\n <form action=\"{vb:url \'search\'}\" method=\"GET\" class=\"advSearchForm\">\r\n <input name=\"searchJSON\" type=\"hidden\" class=\"searchFields_searchJSON\" value=\"{vb:var searchJSON}\" />\r\n <div class=\"action-buttons\">\r\n <button class=\"button primary searchSubmitBtn\" name=\"btnSubmit\" type=\"submit\">{vb:phrase search_now}</button>\r\n <vb:comment>VBV-2456\r\n <button class=\"button secondary searchResetBtn\" name=\"btnReset\" type=\"button\">{vb:phrase reset_fields}</button>\r\n </vb:comment>\r\n </div>\r\n </form>\r\n </vb:if>\r\n <div class=\"searchConfigFields add-search-container\">\r\n <vb:if condition=\"empty($noAdvancedSwitch)\">\r\n <div class=\"searchSwitchToAdvanced h-clearfix\">\r\n <label class=\"h-left jsPseudoLink\">{vb:phrase switch_to_advanced_editor}</label>\r\n </div>\r\n <div class=\"searchSwitchToForm h-clearfix\">\r\n <label class=\"h-left jsPseudoLink\">{vb:phrase switch_to_simple_editor}</label>\r\n <div class=\"widget-note h-right\"><em>({vb:rawphrase fields_denoted_required})</em></div>\r\n </div>\r\n </vb:if>\r\n <div class=\"add-search-fieldset form-fieldset\">\r\n {vb:template humanverify, action=\"search\"}\r\n <vb:if condition=\"$showSearchWidgetInfo AND $user[\'can_use_sitebuilder\']\">\r\n <div class=\"form_row form-row-title\">\r\n <label class=\"label_column\">{vb:phrase widget_title}</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchTitle\" id=\"searchTitle\" class=\"textbox\" />\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-perpage\">\r\n <label class=\"label_column\">{vb:phrase number_of_results}</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"resultsPerPage\" id=\"resultsPerPage\" class=\"textbox\" />\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column\">{vb:phrase widget_search_hide_avatars_label}</label>\r\n <div class=\"field_column\">\r\n <label><input type=\"radio\" name=\"hide_avatars\" id=\"searchconfig_hide_avatars_yes\" value=\"1\" />{vb:phrase yes}</label>\r\n <label><input type=\"radio\" name=\"hide_avatars\" id=\"searchconfig_hide_avatars_no\" value=\"0\" />{vb:phrase no}</label>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <vb:if condition=\"$showSearchJSONField\">\r\n <div class=\"form_row form-row-json h-hide-imp\">\r\n <label class=\"label_column\">{vb:phrase search_json} <span class=\"config-required-mark\">*</span></label>\r\n <div class=\"field_column\">\r\n <textarea name=\"searchJSON\" class=\"searchFields_searchJSON textbox\">{vb:raw searchJSON}</textarea>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <div class=\"form_row form-row-keywords\">\r\n <label class=\"label_column\">{vb:phrase keywords}</label>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchFields[keywords]\" class=\"searchFields_keywords textbox\" />\r\n <a href=\"#\" class=\"search-tips\">{vb:phrase search_tips}</a>\r\n </div>\r\n <div class=\"info_column\"><label><input type=\"checkbox\" name=\"searchFields[title_only]\" class=\"searchFields_title_only\" value=\"1\" /><span>{vb:phrase title_only}</span></label></div>\r\n\r\n <div class=\"sb-dialog search-tips-dialog\">\r\n <div class=\"dialog-content table\">\r\n <div class=\"td excluded-words\">\r\n <h1 class=\"h-clearfix\"><span class=\"vb-icon vb-icon-minus-blue\"></span>{vb:phrase excluded_words}</h1>\r\n {vb:rawphrase excluded_words_desc}\r\n </div>\r\n <div class=\"td multiple-words\">\r\n <h1 class=\"h-clearfix\"><span class=\"vb-icon vb-icon-or-blue\"></span>{vb:phrase multiple_words}</h1>\r\n {vb:rawphrase multiple_words_desc}\r\n </div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n <div class=\"form_row form-row-members\">\r\n <label class=\"label_column\">{vb:phrase members}</label>\r\n <vb:comment>\r\n <label><input type=\"checkbox\" name=\"searchFields[myFriends]\" class=\"searchFields_myFriends\" value=\"1\" />{vb:phrase by_my_friends}</label>\r\n <label><input type=\"checkbox\" name=\"searchFields[iFollow]\" class=\"searchFields_iFollow\" value=\"1\" />{vb:phrase by_people_i_follow}</label>\r\n </vb:comment>\r\n <div class=\"field_column\">\r\n <input type=\"text\" name=\"searchFields[author]\" class=\"searchFields_author textbox\" />\r\n </div>\r\n <div class=\"info_column\"><label><input type=\"checkbox\" name=\"searchFields[starter_only]\" class=\"searchFields_starter_only\" value=\"1\" /><span>{vb:phrase started_posts_only}</span></label></div>\r\n </div>\r\n <div class=\"form_row form-row-tags\">\r\n <label class=\"label_column\">{vb:phrase tags}</label>\r\n <div class=\"field_column\">\r\n <vb:if condition=\"!empty($searchJSON)\">\r\n {vb:set decodedSearchJSON, {vb:php json_decode, {vb:raw searchJSON}, 1}}\r\n\r\n <vb:if condition=\"$decodedSearchJSON AND !empty($decodedSearchJSON[\'tag\'])\">\r\n {vb:set tagList, {vb:raw decodedSearchJSON.tag}}\r\n </vb:if>\r\n </vb:if>\r\n\r\n {vb:strCat configID,\'-searchFields_tag\'}\r\n {vb:template tag_editor, editorClass={vb:raw configID}, cssClass=\"entry-field searchFields_tag\", tagList={vb:raw tagList}, noManageTagCheck=1, tagtype=search, tagEditorInline=1, hideTagsDesc=1, noTagPlaceholder=1}\r\n\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-daterange\">\r\n <label class=\"label_column\">{vb:phrase date_range}</label>\r\n <div class=\"field_column\">\r\n <vb:if condition=\"empty($fullDate)\">\r\n <label class=\"h-left\">{vb:rawphrase from_x_days, \'<input type=\"text\" name=\"searchFields[date][from]\" class=\"searchFields_from_days textbox datefield\" />\'}</label>\r\n <vb:else />\r\n <label class=\"date-from h-left\">{vb:phrase from} <input type=\"text\" name=\"searchFields[date][from]\" class=\"searchFields_from_date textbox short datefield\" readonly=\"readonly\" /></label>\r\n <label class=\"date-to\">{vb:phrase to} <input type=\"text\" name=\"searchFields[date][to]\" class=\"searchFields_to_date textbox short datefield\" readonly=\"readonly\" /></label>\r\n </vb:if>\r\n <label class=\"date-lastvisit\"><input type=\"checkbox\" name=\"searchFields[last_visit]\" class=\"searchFields_last_visit\" value=\"1\" /><span>{vb:phrase last_visit}</span></label>\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-sortby\">\r\n <label class=\"label_column\">{vb:phrase sort_by}</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[order][field]\" class=\"searchFields_order_field custom-dropdown\">\r\n <option value=\"relevance\">{vb:phrase relevance}</option>\r\n <option value=\"title\">{vb:phrase title}</option>\r\n <option value=\"author\">{vb:phrase members}</option>\r\n <option value=\"created\">{vb:phrase date_started_post}</option>\r\n <option value=\"lastcontent\">{vb:phrase date_last_update}</option>\r\n <option value=\"replies\">{vb:phrase replies}</option>\r\n <option value=\"votes\">{vb:phrase likes}</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column label sort-order\">{vb:phrase order}</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[order][direction]\" class=\"searchFields_order_direction custom-dropdown\">\r\n <option value=\"desc\" >{vb:phrase descending}</option>\r\n <option value=\"asc\">{vb:phrase ascending}</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"form_row form-row-contenttypes\">\r\n <label class=\"label_column\">{vb:phrase types}</label>\r\n <div class=\"field_column searchFields_type_container\">\r\n <vb:if condition=\"!empty($contentTypes)\">\r\n <vb:each from=\"contentTypes\" key=\"contentTypeId\" value=\"contentType\">\r\n <vb:if condition=\"!isset($search_exclude_types) OR !is_array($search_exclude_types) OR !in_array($contentTypeId, $search_exclude_types)\">\r\n {vb:set contentPhraseId, \'content_type_\'}\r\n {vb:strcat contentPhraseId, {vb:raw contentType.class}}\r\n <label><input type=\"checkbox\" name=\"searchFields[type][]\" class=\"searchFields_type\" value=\"{vb:raw contentTypeId}\" /><span>{vb:rawphrase {vb:raw contentPhraseId}}</span></label>\r\n </vb:if>\r\n </vb:each>\r\n </vb:if>\r\n <label class=\"field-desc\">{vb:phrase you_can_choose_to_display_type}</label>\r\n\r\n <vb:each from=\"search_exclude_types\" value=\"exclude_type\">\r\n <input type=\"hidden\" class=\"searchFields_exclude_type\" name=\"searchFields[exclude_type][]\" value=\"{vb:raw exclude_type}\" />\r\n </vb:each>\r\n </div>\r\n </div>\r\n <vb:if condition=\"isset($showSearchOptions) AND $showSearchOptions AND !empty($user[\'userid\'])\">\r\n <div class=\"form_row form-row-searchoptions\">\r\n <label class=\"label_column\">{vb:phrase search_options}</label>\r\n <div class=\"field_column\">\r\n <label><input type=\"checkbox\" name=\"searchFields[my_following]\" class=\"searchFields_my_following\" value=\"1\" /><span>{vb:phrase search_in_my_following_only}</span></label>\r\n </div>\r\n </div>\r\n </vb:if>\r\n <div class=\"form_row form-row-sources\">\r\n <label class=\"label_column\">{vb:phrase sources}</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[channel]\" class=\"searchFields_channel h-left\" multiple=\"multiple\">\r\n <vb:if condition=\"!empty($channels)\">\r\n <vb:each from=\"channels\" key=\"nodeId\" value=\"channel\">\r\n <vb:if condition=\"$channel[\'depth\'] > 1\">\r\n {vb:set indent, \" \"}\r\n {vb:set depth, {vb:math {vb:raw channel.depth} - 1}}\r\n {vb:strrepeat indent {vb:raw depth}}\r\n <vb:else />\r\n {vb:set indent, \'\'}\r\n </vb:if>\r\n <option value=\"{vb:raw channel.nodeid}\">{vb:raw $indent}{vb:raw channel.htmltitle}</option>\r\n </vb:each>\r\n </vb:if>\r\n </select>\r\n <vb:if condition=\"empty($noParam)\">\r\n <label class=\"load-from-current\"><input type=\"checkbox\" name=\"searchFields[channel_param]\" class=\"searchFields_channel_param\" value=\"channelid\" /><span>{vb:phrase load_from_current_page}</span></label>\r\n </vb:if>\r\n </div>\r\n </div>\r\n <div class=\"form_row\">\r\n <label class=\"label_column label sort-order\">{vb:phrase view}</label>\r\n <div class=\"field_column\">\r\n <select name=\"searchFields[view]\" class=\"searchFields_view custom-dropdown\">\r\n <option value=\"\" >{vb:phrase default}</option>\r\n <option value=\"topic\">{vb:phrase topic}</option>\r\n <option value=\"compact\">{vb:phrase compact}</option>\r\n </select>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <vb:if condition=\"!empty($hasForm)\">\r\n <form action=\"{vb:url \'search\'}\" method=\"GET\" class=\"advSearchForm\">\r\n <input name=\"searchJSON\" type=\"hidden\" class=\"searchFields_searchJSON\" value=\"{vb:var searchJSON}\" />\r\n <div class=\"action-buttons\">\r\n <button class=\"button primary searchSubmitBtn\" name=\"btnSubmit\" type=\"submit\">{vb:phrase search_now}</button>\r\n <vb:comment>VBV-2456\r\n <button class=\"button secondary searchResetBtn\" name=\"btnReset\" type=\"button\">{vb:phrase reset_fields}</button>\r\n </vb:comment>\r\n </div>\r\n </form>\r\n </vb:if>\r\n</div>','template',1390595597,'vBulletin Solutions','5.1.0 Beta 1','vbulletin','none'),(306,-1,'search_popup','$final_rendered = \'<div class=\"searchPopupBody\">\r\n <label><input type=\"checkbox\" name=\"searchFields[title_only]\" class=\"searchFields_title_only\" value=\"1\" />\' . vB_Template_Runtime::parsePhrase(\"search_in_titles_only\") . \'</label>\r\n <div class=\"h-clear\"></div>\r\n \' . \'\'; if (!empty($page[\'userid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $userInfo = vB_Template_Runtime::parseData(\'user\', \'fetchProfileInfo\', $page[\'userid\']); $final_rendered .= \'\' . \'\r\n <label><input type=\"checkbox\" name=\"searchFields[author][]\" class=\"searchFields_author\" value=\"\' . $page[\'userid\'] . \'\" />\' . vB_Template_Runtime::parsePhrase(\"search_in_posts_by_x_only\", $userInfo[\'username\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($page[\'channelid\'])) {\n $final_rendered .= \'\r\n \' . \'\'; $channelInfo = vB_Template_Runtime::parseDataWithErrors(\'content_channel\', \'fetchChannelById\', $page[\'channelid\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!isset($channelInfo[\'errors\'])) {\n $final_rendered .= \'\r\n <label><input type=\"checkbox\" name=\"searchFields[channel][]\" class=\"searchFields_channel\" value=\"\' . $page[\'channelid\'] . \'\" />\' . vB_Template_Runtime::parsePhrase(\"search_in_x_only\", $channelInfo[\'title\']) . \'</label>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <label><span class=\"vb-icon vb-icon-adv-search\"></span><a href=\"#\" id=\"btnAdvSearch\" class=\"adv-search-btn\">\' . vB_Template_Runtime::parsePhrase(\"advanced_search\") . \'</a></label>\r\n <div class=\"h-clear\"></div>\r\n <div>\r\n \r\n <button type=\"submit\" id=\"btnSearch-popup\" class=\"button primary h-right\">\' . vB_Template_Runtime::parsePhrase(\"search\") . \'</button>\r\n </div>\r\n</div>\r\n<input type=\"hidden\" name=\"searchJSON\" value=\"\" />\';','<div class=\"searchPopupBody\">\r\n <label><input type=\"checkbox\" name=\"searchFields[title_only]\" class=\"searchFields_title_only\" value=\"1\" />{vb:phrase search_in_titles_only}</label>\r\n <div class=\"h-clear\"></div>\r\n <vb:if condition=\"!empty($page[\'userid\'])\">\r\n {vb:data userInfo, user, fetchProfileInfo, {vb:raw page.userid}}\r\n <label><input type=\"checkbox\" name=\"searchFields[author][]\" class=\"searchFields_author\" value=\"{vb:raw page.userid}\" />{vb:rawphrase search_in_posts_by_x_only, {vb:raw userInfo.username}}</label>\r\n </vb:if>\r\n <vb:if condition=\"!empty($page[\'channelid\'])\">\r\n {vb:rawdata channelInfo, content_channel, fetchChannelById, {vb:raw page.channelid}}\r\n <vb:if condition=\"!isset($channelInfo[\'errors\'])\">\r\n <label><input type=\"checkbox\" name=\"searchFields[channel][]\" class=\"searchFields_channel\" value=\"{vb:raw page.channelid}\" />{vb:rawphrase search_in_x_only, {vb:raw channelInfo.title}}</label>\r\n </vb:if>\r\n </vb:if>\r\n <label><span class=\"vb-icon vb-icon-adv-search\"></span><a href=\"#\" id=\"btnAdvSearch\" class=\"adv-search-btn\">{vb:phrase advanced_search}</a></label>\r\n <div class=\"h-clear\"></div>\r\n <div>\r\n \r\n <button type=\"submit\" id=\"btnSearch-popup\" class=\"button primary h-right\">{vb:phrase search}</button>\r\n </div>\r\n</div>\r\n<input type=\"hidden\" name=\"searchJSON\" value=\"\" />','template',1363303379,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(307,-1,'sgadmin_addicondlg','$final_rendered = \'<div class=\"h-hide sgIconUploader\">\r\n <h4 class=\"stretch h-left\">\' . vB_Template_Runtime::parsePhrase(\"choose_option_icon\") . \'</h4>\r\n <form class=\"sgicon-upload-form\" enctype=\"multipart/form-data\" method=\"POST\" action=\"\' . $baseurl . \'/uploader/upload_file\" onsubmit=\"return false;\" data-content-type=\"sgicon\" data-nodeid=\"\' . $nodeid . \'\">\r\n\r\n <div class=\"blog-form-row rx-modal-label rx-fileinput\">\r\n <div class=\"row-title\">\r\n <input type=\"radio\" class=\"sgRadioIconFile\" name=\"sgIconToggle\" id=\"sgRadioIconFile\"/>\r\n </div>\r\n <div class=\"row-content\">\r\n <label for=\"sgRadioIconFile\">\' . vB_Template_Runtime::parsePhrase(\"browse_image_from_hard_drive\") . \'</label>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-content\">\r\n <div class=\"row-content\">\r\n <div class=\"file-chooser sgIconFileChooser\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">Upload</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-sg-admin__upload-icon\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"\' . $baseurl . \'/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"Uploading...\" /></span>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-label\">\r\n <div class=\"row-title\">\r\n <input type=\"radio\" class=\"sgRadioIconUrl\" name=\"sgIconToggle\" id=\"sgRadioIconUrl\"/>\r\n </div>\r\n <div class=\"row-content\">\r\n <label for=\"sgRadioIconUrl\">\' . vB_Template_Runtime::parsePhrase(\"copy_and_paste_from_image_hosting\") . \'</label>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-content\">\r\n <div class=\"row-content\">\r\n <div class=\"stretch h-left sgIconUrlInput h-hide\">\r\n <input type=\"text\" name=\"imgUrl\" id=\"imgUrl\"/><button type=\"submit\" id=\"btnSGIconUrlSubmit\" name=\"btnSave\" class=\"button secondary save btnSGIconUrlSubmit h-right\" >\r\n \' . vB_Template_Runtime::parsePhrase(\"attach\") . \'</button>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"h-right h-clear\">\r\n <button type=\"submit\" id=\"btnSGIconCancel\" name=\"btnSave\" class=\"button secondary cancel btnSGIconCancel\" >\' . vB_Template_Runtime::parsePhrase(\"cancel\") . \'</button>\r\n </div>\r\n\r\n </form>\r\n</div>\';','<div class=\"h-hide sgIconUploader\">\r\n <h4 class=\"stretch h-left\">{vb:phrase choose_option_icon}</h4>\r\n <form class=\"sgicon-upload-form\" enctype=\"multipart/form-data\" method=\"POST\" action=\"{vb:raw baseurl}/uploader/upload_file\" onsubmit=\"return false;\" data-content-type=\"sgicon\" data-nodeid=\"{vb:raw nodeid}\">\r\n\r\n <div class=\"blog-form-row rx-modal-label rx-fileinput\">\r\n <div class=\"row-title\">\r\n <input type=\"radio\" class=\"sgRadioIconFile\" name=\"sgIconToggle\" id=\"sgRadioIconFile\"/>\r\n </div>\r\n <div class=\"row-content\">\r\n <label for=\"sgRadioIconFile\">{vb:phrase browse_image_from_hard_drive}</label>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-content\">\r\n <div class=\"row-content\">\r\n <div class=\"file-chooser sgIconFileChooser\">\r\n <label class=\"b-button b-button--upload h-left\" tabindex=\"2\"><span class=\"label\">Upload</span><input type=\"file\" name=\"file\" class=\"b-form-input__file--hidden js-sg-admin__upload-icon\" /></label>\r\n <span class=\"upload-status-bar h-left h-hide\"><img src=\"{vb:raw baseurl}/images/loader-box-blue.gif\" width=\"128\" height=\"15\" alt=\"Uploading...\" /></span>\r\n <div class=\"h-clear\"></div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-label\">\r\n <div class=\"row-title\">\r\n <input type=\"radio\" class=\"sgRadioIconUrl\" name=\"sgIconToggle\" id=\"sgRadioIconUrl\"/>\r\n </div>\r\n <div class=\"row-content\">\r\n <label for=\"sgRadioIconUrl\">{vb:phrase copy_and_paste_from_image_hosting}</label>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"blog-form-row rx-modal-content\">\r\n <div class=\"row-content\">\r\n <div class=\"stretch h-left sgIconUrlInput h-hide\">\r\n <input type=\"text\" name=\"imgUrl\" id=\"imgUrl\"/><button type=\"submit\" id=\"btnSGIconUrlSubmit\" name=\"btnSave\" class=\"button secondary save btnSGIconUrlSubmit h-right\" >\r\n {vb:phrase attach}</button>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"h-right h-clear\">\r\n <button type=\"submit\" id=\"btnSGIconCancel\" name=\"btnSave\" class=\"button secondary cancel btnSGIconCancel\" >{vb:phrase cancel}</button>\r\n </div>\r\n\r\n </form>\r\n</div>','template',1376488855,'vBulletin Solutions','5.0.5 Alpha 3','vbulletin','none'),(308,-1,'sgadmin_admincontributors','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'manage_group_managers\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <form onSubmit=\"return false;\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"add_a_moderator_to_be_group_coowner\") . \'</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"add_moderator_gforumdisplay\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" class=\"stretch moderator_input\" />\r\n <button type=\"button\" class=\"button secondary add_moderator\">\' . vB_Template_Runtime::parsePhrase(\"add\") . \'</button>\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"to_add_a_member_to_coown_this_group\") . \'</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"current_list\") . \'\r\n </div>\r\n\r\n <div class=\"row-content\">\r\n \' . \'\'; $contributors = vB_Template_Runtime::parseData(\'content_channel\', \'getContributors\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors) AND !empty($contributors)) {\n $final_rendered .= \'\r\n <table class=\"contributors-list\">\r\n <tr>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"members_list\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"role\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"status\") . \'</th>\r\n <th>\' . vB_Template_Runtime::parsePhrase(\"action\") . \'</th>\r\n </tr>\r\n \' . \'\'; if (isset($contributors[\'active\']) AND !empty($contributors[\'active\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($contributors[\'active\'][\'owner\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'active\'][\'owner\']) || $contributors[\'active\'][\'owner\'] instanceof ArrayAccess) { foreach ($contributors[\'active\'][\'owner\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" alt=\"\' . $contributor[\'username\'] . \'\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td><strong>\' . vB_Template_Runtime::parsePhrase(\"owner\") . \'</strong></td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"active\") . \'</td>\r\n \' . \'\'; if (isset($contributors[\'pending\']) AND isset($contributors[\'pending\'][\'owner\'])) {\n $final_rendered .= \'\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n \';\n } else {\n $final_rendered .= \'\r\n <td><button class=\"button secondary btnTransferOwnership\">\' . vB_Template_Runtime::parsePhrase(\"transfer\") . \'</button></td>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors[\'active\'][\'moderator\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'active\'][\'moderator\']) || $contributors[\'active\'][\'moderator\'] instanceof ArrayAccess) { foreach ($contributors[\'active\'][\'moderator\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"moderator\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"active\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"button secondary btnRemoveContributor\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n \' . \'\'; if (isset($contributors[\'pending\']) AND !empty($contributors[\'pending\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (isset($contributors[\'pending\'][\'owner\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'pending\'][\'owner\']) || $contributors[\'pending\'][\'owner\'] instanceof ArrayAccess) { foreach ($contributors[\'pending\'][\'owner\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"owner\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"button secondary btnCancelTransfer\">\' . vB_Template_Runtime::parsePhrase(\"cancel_transfer\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if (isset($contributors[\'pending\'][\'moderator\'])) {\n $final_rendered .= \'\r\n \' . \'\'; if (is_array($contributors[\'pending\'][\'moderator\']) || $contributors[\'pending\'][\'moderator\'] instanceof ArrayAccess) { foreach ($contributors[\'pending\'][\'moderator\'] AS $contributor) {$final_rendered .= \'\r\n <tr>\r\n <td>\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $contributor[\'userid\'] . \'&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $contributor)) . \'\">\' . $contributor[\'username\'] . \'</a>\r\n </td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"moderator\") . \'</td>\r\n <td>\' . vB_Template_Runtime::parsePhrase(\"following_pending\") . \'</td>\r\n <td><button userid=\"\' . $contributor[\'userid\'] . \'\" usergroupid=\"\' . $contributor[\'usergroupid\'] . \'\" class=\"button secondary btnRemoveContributor\">\' . vB_Template_Runtime::parsePhrase(\"remove\") . \'</button></td>\r\n </tr>\r\n \'; } }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </table>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n </form>\r\n\r\n </div>\r\n \' . \'\'; if ($sgaction == \'create\') {\n $final_rendered .= \'\r\n <div class=\"action-buttons h-right stretch\">\r\n \' . \'\'; $urlInfo[\'action2\'] = \'permissions\'; $final_rendered .= \'\' . \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\"><span class=\"blogAdminLink\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</span></a>\r\n \' . \'\'; $urlInfo[\'action2\'] = \'invite\'; $final_rendered .= \'\' . \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\"><span class=\"blogAdminLink\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</span></a>\r\n\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" style=\"display:inline\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($nodeid) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"hidden\" name=\"sgaction\" value=\"\' . $sgaction . \'\">\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary\" tabindex=\"6\">\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n </form>\r\n\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'manage_group_managers\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <form onSubmit=\"return false;\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase add_a_moderator_to_be_group_coowner}</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase add_moderator_gforumdisplay}\r\n </div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" class=\"stretch moderator_input\" />\r\n <button type=\"button\" class=\"button secondary add_moderator\">{vb:phrase add}</button>\r\n <div>{vb:phrase to_add_a_member_to_coown_this_group}</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase current_list}\r\n </div>\r\n\r\n <div class=\"row-content\">\r\n {vb:data contributors, content_channel, getContributors, {vb:raw nodeid}}\r\n <vb:if condition=\"isset($contributors) AND !empty($contributors)\">\r\n <table class=\"contributors-list\">\r\n <tr>\r\n <th>{vb:phrase members_list}</th>\r\n <th>{vb:phrase role}</th>\r\n <th>{vb:phrase status}</th>\r\n <th>{vb:phrase action}</th>\r\n </tr>\r\n <vb:if condition=\"isset($contributors[\'active\']) AND !empty($contributors[\'active\'])\">\r\n <vb:if condition=\"isset($contributors[\'active\'][\'owner\'])\">\r\n <vb:each from=\"contributors.active.owner\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" alt=\"{vb:raw contributor.username}\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td><strong>{vb:phrase owner}</strong></td>\r\n <td>{vb:phrase active}</td>\r\n <vb:if condition=\"isset($contributors[\'pending\']) AND isset($contributors[\'pending\'][\'owner\'])\">\r\n <td>{vb:phrase following_pending}</td>\r\n <vb:else />\r\n <td><button class=\"button secondary btnTransferOwnership\">{vb:phrase transfer}</button></td>\r\n </vb:if>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"isset($contributors[\'active\'][\'moderator\'])\">\r\n <vb:each from=\"contributors.active.moderator\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase moderator}</td>\r\n <td>{vb:phrase active}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"button secondary btnRemoveContributor\">{vb:phrase remove}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n </vb:if>\r\n\r\n <vb:if condition=\"isset($contributors[\'pending\']) AND !empty($contributors[\'pending\'])\">\r\n <vb:if condition=\"isset($contributors[\'pending\'][\'owner\'])\">\r\n <vb:each from=\"contributors.pending.owner\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase owner}</td>\r\n <td>{vb:phrase following_pending}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"button secondary btnCancelTransfer\">{vb:phrase cancel_transfer}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n <vb:if condition=\"isset($contributors[\'pending\'][\'moderator\'])\">\r\n <vb:each from=\"contributors.pending.moderator\" value=\"contributor\">\r\n <tr>\r\n <td>\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw contributor.userid}&type=profile\" width=\"24\" height=\"24\" class=\"h-left\" /> \r\n <a href=\"{vb:url \'profile\', {vb:raw contributor}}\">{vb:raw contributor.username}</a>\r\n </td>\r\n <td>{vb:phrase moderator}</td>\r\n <td>{vb:phrase following_pending}</td>\r\n <td><button userid=\"{vb:raw contributor.userid}\" usergroupid=\"{vb:raw contributor.usergroupid}\" class=\"button secondary btnRemoveContributor\">{vb:phrase remove}</button></td>\r\n </tr>\r\n </vb:each>\r\n </vb:if>\r\n </vb:if>\r\n </table>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </form>\r\n\r\n </div>\r\n <vb:if condition=\"$sgaction == \'create\'\">\r\n <div class=\"action-buttons h-right stretch\">\r\n {vb:set urlInfo.action2, \'permissions\'}\r\n <a class=\"button secondary\" href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\"><span class=\"blogAdminLink\">{vb:phrase previous}</span></a>\r\n {vb:set urlInfo.action2, \'invite\'}\r\n <a class=\"button secondary\" href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\"><span class=\"blogAdminLink\">{vb:phrase next}</span></a>\r\n\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" style=\"display:inline\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$nodeid\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n </vb:if>\r\n <input type=\"hidden\" name=\"sgaction\" value=\"{vb:raw sgaction}\">\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary\" tabindex=\"6\">{vb:phrase publish}</button>\r\n </form>\r\n\r\n </div>\r\n </vb:if>\r\n</div>','template',1392153155,'vBulletin Solutions','5.1.0 Beta 3','vbulletin','none'),(309,-1,'sgadmin_admindelete','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $urlInfo[\'sgaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'delete_socialgroup\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n \' . \'\'; $ownerPerms = vB_Template_Runtime::parseData(\'socialgroup\', \'getSGOwnerPerms\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($ownerPerms[\'candeleteowngroups\']) AND $ownerPerms[\'candeleteowngroups\'] AND $sgPerms[\'canmoderate\']) {\n $final_rendered .= \'\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"delete_group\") . \'</div>\r\n <div class=\"row-content\">\' . vB_Template_Runtime::parsePhrase(\"permanently_remove_socialgroup_entries\") . \'</div>\r\n </div>\r\n\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"sgAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <div class=\"action-buttons h-right\">\r\n <button type=\"button\" id=\"btnGroupDelete\" name=\"btnDelete\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"delete_group\") . \'</button>\r\n </div>\r\n </form>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"row-content\">\' . vB_Template_Runtime::parsePhrase(\"no_delete_permissions\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n{vb:set urlInfo.sgaction, \'admin\'}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'delete_socialgroup\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n {vb:data ownerPerms, socialgroup, getSGOwnerPerms}\r\n <vb:if condition=\"!empty($ownerPerms[\'candeleteowngroups\']) AND $ownerPerms[\'candeleteowngroups\'] AND $sgPerms[\'canmoderate\']\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase delete_group}</div>\r\n <div class=\"row-content\">{vb:phrase permanently_remove_socialgroup_entries}</div>\r\n </div>\r\n\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"sgAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <div class=\"action-buttons h-right\">\r\n <button type=\"button\" id=\"btnGroupDelete\" name=\"btnDelete\" class=\"button primary cancel\" >{vb:phrase delete_group}</button>\r\n </div>\r\n </form>\r\n <vb:else />\r\n <div class=\"row-content\">{vb:phrase no_delete_permissions}</div>\r\n </vb:if>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(310,-1,'sgadmin_adminevents','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'manage_events\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <h3>\' . vB_Template_Runtime::parsePhrase(\"content_for_group_event_administration_would_you_go_here\") . \'</h3>\r\n </div>\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'manage_events\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <h3>{vb:phrase content_for_group_event_administration_would_you_go_here}</h3>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(311,-1,'sgadmin_admininvite','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; $urlInfo[\'sgaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$sgaction) {\n $final_rendered .= \'\r\n \' . \'\'; $sgaction = \'admin\'; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'invite_members\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm inviteMembersForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"sgadmin_invite_desc\") . \'</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_row_username_title\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <input placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"type_member_name_here\") . \'\" class=\"stretch moderator_members_input\" name=\"invite_usernames\" />\r\n <div>\' . vB_Template_Runtime::parsePhrase(\"sgadmin_invite_row_username_desc\") . \'</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blogadmin_invite_row_mysubscribers_title\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n \' . \'\'; $followType = \'follow_members\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'follow\', \'getFollowingForCurrentUser\', $followType); $final_rendered .= \'\' . \'\r\n \' . \'\'; if ($subscribers[\'totalcount\'] > 0) {\n $final_rendered .= \'\r\n <input type=\"checkbox\" id=\"select-all\" />\r\n <label for=\"select-all\">\' . vB_Template_Runtime::parsePhrase(\"select_all_ginlinemod\") . \'</label>\r\n \' . vB_Template_Runtime::includeTemplate(\'blogadmin_admininvite_subscriberslist\',array(\'subscribers\' => $subscribers[\'results\'], \'subscribersPerRow\' => \'2\')) . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . vB_Template_Runtime::parsePhrase(\"you_dont_have_any_subscribers_yet\") . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"action-buttons stretch h-right\">\r\n <button type=\"reset\" name=\"btnPrev\" class=\"btnBlogPrev submit button secondary h-hide\" >\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</button>\r\n \' . \'\'; if ($sgaction == \'create\') {\n $final_rendered .= \'\r\n <button type=\"submit\" name=\"btnSave\" class=\"btnSave button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_and_publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n{vb:set urlInfo.sgaction, \'admin\'}\r\n<vb:if condition=\"!$sgaction\">\r\n {vb:set sgaction, \'admin\'}\r\n</vb:if>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'invite_members\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm inviteMembersForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase sgadmin_invite_desc}</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase blogadmin_invite_row_username_title}\r\n </div>\r\n <div class=\"row-content\">\r\n <input placeholder=\"{vb:phrase type_member_name_here}\" class=\"stretch moderator_members_input\" name=\"invite_usernames\" />\r\n <div>{vb:phrase sgadmin_invite_row_username_desc}</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase blogadmin_invite_row_mysubscribers_title}\r\n </div>\r\n <div class=\"row-content\">\r\n {vb:set followType, \'follow_members\'}\r\n {vb:data subscribers, follow, getFollowingForCurrentUser, {vb:raw followType}}\r\n <vb:if condition=\"$subscribers[\'totalcount\'] > 0\">\r\n <input type=\"checkbox\" id=\"select-all\" />\r\n <label for=\"select-all\">{vb:phrase select_all_ginlinemod}</label>\r\n {vb:template blogadmin_admininvite_subscriberslist, subscribers = {vb:raw subscribers.results}, subscribersPerRow = 2}\r\n <vb:else />\r\n {vb:phrase you_dont_have_any_subscribers_yet}\r\n </vb:if>\r\n </div>\r\n </div>\r\n\r\n <div class=\"action-buttons stretch h-right\">\r\n <button type=\"reset\" name=\"btnPrev\" class=\"btnBlogPrev submit button secondary h-hide\" >{vb:phrase previous}</button>\r\n <vb:if condition=\"$sgaction == \'create\'\">\r\n <button type=\"submit\" name=\"btnSave\" class=\"btnSave button primary cancel\" >{vb:phrase save_and_publish}</button>\r\n <vb:else />\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >{vb:phrase save_changes}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363814060,'vBulletin Solutions','5.0.2 Alpha 2','vbulletin','none'),(312,-1,'sgadmin_admininvite_subscriberslist','$final_rendered = \'<div class=\"subscribers-list-container h-left\">\r\n\' . \'\'; if (is_array($subscribers) || $subscribers instanceof ArrayAccess) { foreach ($subscribers AS $idx => $subscriber) {$final_rendered .= \'\r\n \' . \'\'; if (!($idx % $subscribersPerRow)) {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($subscriberListRow) {\n $final_rendered .= \'\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n \' . \'\'; $itemCount = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $listRowClosed = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" name=\"invite_userids[]\" value=\"\' . $subscriber[\'keyval\'] . \'\" />\r\n <label for=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" class=\"h-left\">\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $subscriber[\'keyval\'] . \'&type=profile\" width=\"32\" height=\"32\" alt=\"\' . $subscriber[\'title\'] . \'\" class=\"avatar h-left\">\' . $subscriber[\'title\'] . \'</img>\r\n </label>\r\n </div>\r\n\r\n \' . \'\'; if ($itemCount == $subscribersPerRow) {\n $final_rendered .= \'\r\n </div>\r\n \' . \'\'; $listRowClosed = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $itemCount = \'\' . vB_Template_Runtime::runMaths(\'\' . $itemCount . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$listRowClosed) {\n $final_rendered .= \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"subscribers-list-container h-left\">\r\n<vb:each from=\"subscribers\" key=\"idx\" value=\"subscriber\">\r\n <vb:if condition=\"!($idx % $subscribersPerRow)\">\r\n {vb:set subscriberListRow, 1}\r\n <vb:else />\r\n {vb:set subscriberListRow, 0}\r\n </vb:if>\r\n <vb:if condition=\"$subscriberListRow\">\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n {vb:set itemCount, 1}\r\n {vb:set listRowClosed, 0}\r\n </vb:if>\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-{vb:raw subscriber.keyval}\" name=\"invite_userids[]\" value=\"{vb:raw subscriber.keyval}\" />\r\n <label for=\"subscriber-{vb:raw subscriber.keyval}\" class=\"h-left\">\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw subscriber.keyval}&type=profile\" width=\"32\" height=\"32\" alt=\"{vb:raw subscriber.title}\" class=\"avatar h-left\">{vb:raw subscriber.title}</img>\r\n </label>\r\n </div>\r\n\r\n <vb:if condition=\"$itemCount == $subscribersPerRow\">\r\n </div>\r\n {vb:set listRowClosed, 1}\r\n </vb:if>\r\n {vb:set itemCount, {vb:math {vb:raw itemCount} + 1}}\r\n</vb:each>\r\n<vb:if condition=\"!$listRowClosed\">\r\n </div>\r\n</vb:if>\r\n</div>','template',1368134709,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(313,-1,'sgadmin_adminmemberlist','$final_rendered = \'<div class=\"subscribers-list-container h-left\">\r\n\' . \'\'; if (is_array($subscribers) || $subscribers instanceof ArrayAccess) { foreach ($subscribers AS $idx => $subscriber) {$final_rendered .= \'\r\n \' . \'\'; if (!($idx % $subscribersPerRow)) {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $subscriberListRow = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; if ($subscriberListRow) {\n $final_rendered .= \'\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n \' . \'\'; $itemCount = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $listRowClosed = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" name=\"invite_userids[]\" value=\"\' . $subscriber[\'keyval\'] . \'\" />\r\n <label for=\"subscriber-\' . $subscriber[\'keyval\'] . \'\" class=\"h-left\">\r\n <img src=\"\' . $baseurl_core . \'/image.php?u=\' . $subscriber[\'keyval\'] . \'&type=profile\" width=\"32\" height=\"32\" alt=\"\' . $subscriber[\'title\'] . \'\" class=\"avatar h-left\">\' . $subscriber[\'title\'] . \'</img>\r\n </label>\r\n </div>\r\n\r\n \' . \'\'; if ($itemCount == $subscribersPerRow) {\n $final_rendered .= \'\r\n </div>\r\n \' . \'\'; $listRowClosed = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $itemCount = \'\' . vB_Template_Runtime::runMaths(\'\' . $itemCount . \'\'.\'+1\') . \'\'; $final_rendered .= \'\' . \'\r\n\'; } }$final_rendered .= \'\' . \'\r\n\' . \'\'; if (!$listRowClosed) {\n $final_rendered .= \'\r\n </div>\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<div class=\"subscribers-list-container h-left\">\r\n<vb:each from=\"subscribers\" key=\"idx\" value=\"subscriber\">\r\n <vb:if condition=\"!($idx % $subscribersPerRow)\">\r\n {vb:set subscriberListRow, 1}\r\n <vb:else />\r\n {vb:set subscriberListRow, 0}\r\n </vb:if>\r\n <vb:if condition=\"$subscriberListRow\">\r\n <div class=\"subscribers-list-row stretch h-left\">\r\n {vb:set itemCount, 1}\r\n {vb:set listRowClosed, 0}\r\n </vb:if>\r\n <div class=\"subscriber-container h-left\">\r\n <input type=\"checkbox\" class=\"h-left\" id=\"subscriber-{vb:raw subscriber.keyval}\" name=\"invite_userids[]\" value=\"{vb:raw subscriber.keyval}\" />\r\n <label for=\"subscriber-{vb:raw subscriber.keyval}\" class=\"h-left\">\r\n <img src=\"{vb:raw baseurl_core}/image.php?u={vb:raw subscriber.keyval}&type=profile\" width=\"32\" height=\"32\" alt=\"{vb:raw subscriber.title}\" class=\"avatar h-left\">{vb:raw subscriber.title}</img>\r\n </label>\r\n </div>\r\n\r\n <vb:if condition=\"$itemCount == $subscribersPerRow\">\r\n </div>\r\n {vb:set listRowClosed, 1}\r\n </vb:if>\r\n {vb:set itemCount, {vb:math {vb:raw itemCount} + 1}}\r\n</vb:each>\r\n<vb:if condition=\"!$listRowClosed\">\r\n </div>\r\n</vb:if>\r\n</div>','template',1368134709,'vBulletin Solutions','5.0.3 Alpha 3','vbulletin','none'),(314,-1,'sgadmin_adminmembers','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'manage_joined_members\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n \' . \'\'; $members = vB_Template_Runtime::parseData(\'socialgroup\', \'fetchMembers\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'totalpages\'] = $members[\'pagecount\']; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"blogAdminRight\">\r\n <div class=\"blogAdminEditPage h-right stretch\" data-pagecount=\"\' . $members[\'pagecount\'] . \'\" data-nodeid=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($members[\'pagecount\'] > 1) {\n $final_rendered .= \'\r\n <div class=\"stretch h-right title-bar blogAdminSubscriberPaging\" data-pagecount= \' . $members[\'pagecount\'] . \'>\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew\',array(\'pagenav\' => $pagenav)) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"group_members_list\") . \'\r\n </div>\r\n <div class=\"moderators_right\">\r\n \' . vB_Template_Runtime::parsePhrase(\"action\") . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_memberlist\',array(\'members\' => $members, \'nodeid\' => $nodeid)) . \'\r\n </div>\r\n </div>\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'manage_joined_members\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n {vb:data members, socialgroup, \'fetchMembers\', {vb:raw nodeid}}\r\n {vb:set pagenav.currentpage, 1}\r\n {vb:set pagenav.totalpages, {vb:raw members.pagecount}}\r\n\r\n <div class=\"blogAdminRight\">\r\n <div class=\"blogAdminEditPage h-right stretch\" data-pagecount=\"{vb:raw members.pagecount}\" data-nodeid=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$members[\'pagecount\'] > 1\">\r\n <div class=\"stretch h-right title-bar blogAdminSubscriberPaging\" data-pagecount= {vb:raw members.pagecount}>\r\n {vb:template pagenavnew, pagenav = {vb:raw pagenav}}\r\n </div>\r\n </vb:if>\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n {vb:phrase group_members_list}\r\n </div>\r\n <div class=\"moderators_right\">\r\n {vb:phrase action}\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n {vb:template sgadmin_memberlist, members={vb:raw members}, nodeid={vb:raw nodeid}}\r\n </div>\r\n </div>\r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(315,-1,'sgadmin_adminpermissions','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'post_settings\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" class=\"sgAdminForm\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\r\n \' . vB_Template_Runtime::parsePhrase(\"edit_permission_for_socialgroup\") . \'\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"group_topic_options\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n \' . vB_Template_Runtime::parsePhrase(\"posting_new_group_topic_desc\") . \'\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminModerate\" type=\"checkbox\" name=\"moderate_topics\" value=\"1\"\r\n \' . \'\'; if ($node[\'moderate_topics\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n </div><span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"moderate_topics_before_display\") . \'</span>\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminModerate h-left\" type=\"checkbox\" name=\"allow_post\" value=\"1\"\r\n \' . \'\'; if ($node[\'allow_post\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n </div><span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"allow_replies_and_comments\") . \'</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"subscriber_requests\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminApproveSubscription\" type=\"checkbox\" name=\"approve_subscription\" value=\"1\"\r\n \' . \'\'; if ($node[\'approve_subscription\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n </div><span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"autoaccept_subscriber_requests\") . \'</span>\r\n </div>\r\n <div class=\"row-content h-clear\">\r\n <span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"autoaccept_subscriber_requests_group_text\") . \'</span>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"default_post_options\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminParseLinks\" type=\"checkbox\" name=\"autoparselinks\" value=\"1\"\r\n \' . \'\'; if ($node[\'autoparselinks\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n </div><span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"automatically_parse_links_in_text\") . \'</span>\r\n </div>\r\n <div class=\"row-content h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminDisableSmilies\" type=\"checkbox\" name=\"disablesmilies\" value=\"1\"\r\n \' . \'\'; if ($node[\'disablesmilies\']) {\n $final_rendered .= \' checked=\"checked\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'/>\r\n </div><span class=\"h-left\">\' . vB_Template_Runtime::parsePhrase(\"disable_smilies_in_text\") . \'</span>\r\n </div>\r\n </div>\r\n <input type=\"hidden\" name=\"nodeid\" class=\"sgAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <input type=\"hidden\" name=\"sgaction\" class=\"sgAdminsgaction\" value=\"\' . $sgaction . \'\">\r\n <input type=\"hidden\" name=\"next\" class=\"sgAdminNext\" value=\\\'contributors\\\'>\r\n <div class=\"action-buttons h-right stretch h-clear\">\r\n \' . \'\'; if ($sgaction == \'create\') {\n $final_rendered .= \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</a>\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button secondary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'post_settings\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n \r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" class=\"sgAdminForm\">\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\r\n {vb:phrase edit_permission_for_socialgroup}\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase group_topic_options}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n {vb:phrase posting_new_group_topic_desc}\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminModerate\" type=\"checkbox\" name=\"moderate_topics\" value=\"1\"\r\n <vb:if condition=\"$node[\'moderate_topics\']\"> checked=\"checked\"</vb:if>/>\r\n </div><span class=\"h-left\">{vb:phrase moderate_topics_before_display}</span>\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminModerate h-left\" type=\"checkbox\" name=\"allow_post\" value=\"1\"\r\n <vb:if condition=\"$node[\'allow_post\']\"> checked=\"checked\"</vb:if>/>\r\n </div><span class=\"h-left\">{vb:phrase allow_replies_and_comments}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase subscriber_requests}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminApproveSubscription\" type=\"checkbox\" name=\"approve_subscription\" value=\"1\"\r\n <vb:if condition=\"$node[\'approve_subscription\']\"> checked=\"checked\"</vb:if>/>\r\n </div><span class=\"h-left\">{vb:phrase autoaccept_subscriber_requests}</span>\r\n </div>\r\n <div class=\"row-content h-clear\">\r\n <span class=\"h-left\">{vb:phrase autoaccept_subscriber_requests_group_text}</span>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase default_post_options}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminParseLinks\" type=\"checkbox\" name=\"autoparselinks\" value=\"1\"\r\n <vb:if condition=\"$node[\'autoparselinks\']\"> checked=\"checked\"</vb:if>/>\r\n </div><span class=\"h-left\">{vb:phrase automatically_parse_links_in_text}</span>\r\n </div>\r\n <div class=\"row-content h-clear\">\r\n <div class=\"checkbox h-left\"><input class=\"cb_sgadminDisableSmilies\" type=\"checkbox\" name=\"disablesmilies\" value=\"1\"\r\n <vb:if condition=\"$node[\'disablesmilies\']\"> checked=\"checked\"</vb:if>/>\r\n </div><span class=\"h-left\">{vb:phrase disable_smilies_in_text}</span>\r\n </div>\r\n </div>\r\n <input type=\"hidden\" name=\"nodeid\" class=\"sgAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <input type=\"hidden\" name=\"sgaction\" class=\"sgAdminsgaction\" value=\"{vb:raw sgaction}\">\r\n <input type=\"hidden\" name=\"next\" class=\"sgAdminNext\" value=\'contributors\'>\r\n <div class=\"action-buttons h-right stretch h-clear\">\r\n <vb:if condition=\"$sgaction == \'create\'\">\r\n <a class=\"button secondary\" href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase previous}</a>\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button secondary cancel\" >{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase reset_fields}</button>\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >{vb:phrase save_changes}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363377470,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(316,-1,'sgadmin_adminsettings','$final_rendered = \'\' . \'\'; if ($routeInfo[\'arguments\'][\'nodeid\'] > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n \' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n <h3>\' . $node[\'title\'] . \'</h3>\r\n \' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $nodeid = \'0\'; $final_rendered .= \'\' . \'\r\n\';\n }$final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n \' . \'\'; $sgChannel = vB_Template_Runtime::parseData(\'socialgroup\', \'getSGChannel\'); $final_rendered .= \'\' . \'\r\n \' . \'\'; $canCreateNew = vB_Template_Runtime::parseDataWithErrors(\'content_channel\', \'canAddChannel\', vB_Template_Runtime::vBVar($sgChannel)); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (($nodeid == 0) AND !$canCreateNew[\'can\'] AND $canCreateNew[\'exceeded\']) {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"you_can_only_create_x_groups_delete\", htmlspecialchars(\'\' . vB_Template_Runtime::vBVar($canCreateNew[\'exceeded\']) . \'\')) . \'</div>\r\n \';\n } else if ($canCreateNew[\'error\']) {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"$canCreateNew[error]\") . \'</div>\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $categories = vB_Template_Runtime::parseData(\'socialgroup\', \'getCategories\'); $final_rendered .= \'\' . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'settings\', \'sgPerms\' => $sgPerms, \'routeinfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n \' . \'\'; if (($nodeid==0) OR ($sgPerms[\'canconfig\'])) {\n $final_rendered .= \'\r\n <div class=\"blogAdminRight\">\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" class=\"sgAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($nodeid) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <input type=\"hidden\" name=\"sgaction\" value=\"\' . $sgaction . \'\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\\\'permissions\\\'>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">\' . vB_Template_Runtime::parsePhrase(\"edit_sgroup_title_and_description\") . \'</div>\r\n </div>\r\n\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"group_category\") . \'</div>\r\n <div class=\"row-content\">\r\n <select name=\"parentid\" class=\"entry-field sgCategory stretch\" >\r\n <option value=\"-1\">\' . vB_Template_Runtime::parsePhrase(\"select_a_category\") . \'</option>\r\n \' . \'\'; if (is_array($categories) || $categories instanceof ArrayAccess) { foreach ($categories AS $catnodeid => $category) {$final_rendered .= \'\r\n <option value=\"\' . $catnodeid . \'\" \' . \'\'; if (($node[\'parentid\'] == $catnodeid) OR (count($categories) < 2)) {\n $final_rendered .= \'selected=\\\'selected\\\'\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . $category[\'title\'] . \'</option>\r\n \'; } }$final_rendered .= \'\' . \' \r\n </select>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"group_name\") . \'</div>\r\n <div class=\"row-content\">\r\n \' . \'\'; if ($nodeid > 0) {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHtmlNodeId = $nodeid; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $canUseHtmlNodeId = vB_Template_Runtime::parseData(\'socialgroup\', \'getSGChannel\'); $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canUseHTML = vB_Template_Runtime::parseData(\'user\', \'hasPermissions\', \'forumpermissions\', \'canusehtml\', $canUseHtmlNodeId); $final_rendered .= \'\' . \'\r\n <input type=\"text\" id=\"sGtitle\" name=\"title\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"create_a_title_here\") . \'\" class=\"entry-field stretch sGtitle\" value=\"\' . ((isset($canUseHTML) AND ($canUseHTML > 0)) ? vB_Template_Runtime::vBVar($node[\'title\']) : $node[\'title\']) . \'\" />\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"description\") . \'</div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" id=\"description\" name=\"description\" placeholder=\"\' . vB_Template_Runtime::parsePhrase(\"create_a_description_here\") . \'\" class=\"entry-field stretch\" value=\"\' . vB_Template_Runtime::vBVar($node[\'description\']) . \'\" />\r\n </div>\r\n <div class=\"row-description\">\' . vB_Template_Runtime::parsePhrase(\"describe_your_group\") . \'</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n \' . \'\'; if ($node[\'nodeid\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($node[\'invite_only\']) {\n $final_rendered .= \'\r\n \' . \'\'; $node[\'group_type\'] = \'2\'; $final_rendered .= \'\' . \'\r\n \';\n } else if ($node[\'approve_membership\']) {\n $final_rendered .= \'\r\n \' . \'\'; $node[\'group_type\'] = \'0\'; $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\r\n \' . \'\'; $node[\'group_type\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"group_type\") . \'</div>\r\n <div class=\"row-content\">\r\n <select name=\"group_type\" class=\"entry-field sgtype stretch\" >\r\n <option value=\"0\" \' . \'\'; if ($node[\'group_type\'] == \'0\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"public\") . \'</option>\r\n <option value=\"1\" \' . \'\'; if ($node[\'group_type\'] == \'1\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"moderated\") . \'</option>\r\n <option value=\"2\" \' . \'\'; if ($node[\'group_type\'] == \'2\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"invite_only\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"permission_and_privacy\") . \'\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n \' . vB_Template_Runtime::parsePhrase(\"view_perm_group\") . \'\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <select name=\"viewperms\" class=\"entry-field sgtype stretch\" >\r\n <option value=\"2\" \' . \'\'; if (empty($node[\'viewperms\']) OR $node[\'viewperms\'] == \'2\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"everyone\") . \'</option>\r\n <option value=\"1\" \' . \'\'; if ($node[\'viewperms\'] == \'1\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"group_members_and_registered\") . \'</option>\r\n <option value=\"0\" \' . \'\'; if (isset($node[\'viewperms\']) AND $node[\'viewperms\'] == \'0\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"social_group_members\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-content\">\r\n <div class=\"row-title\">\r\n \' . vB_Template_Runtime::parsePhrase(\"can_post\") . \'\r\n </div>\r\n\r\n <select class=\"blogadminCommentPerms h-left h-clear\" name=\"commentperms\">\r\n <option value=\"0\" \' . \'\'; if (empty($node[\'commentperms\']) OR ($node[\'commentperms\'] == \'0\')) {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"social_group_members\") . \'</option>\r\n <option value=\"1\" \' . \'\'; if ($node[\'commentperms\'] == \'1\') {\n $final_rendered .= \' selected=\"selected\"\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'>\' . vB_Template_Runtime::parsePhrase(\"group_members_and_registered\") . \'</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n \' . \'\'; if (empty($nodeid)) {\n $final_rendered .= \'\r\n \' . \'\'; $nodeid = vB_Template_Runtime::parseData(\'socialgroup\', \'getSGChannel\'); $final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n \' . \'\'; $canUploadIcon = vB_Template_Runtime::parseDataWithErrors(\'user\', \'hasPermissions\', \'forumpermissions\', \'canuploadchannelicon\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; if (!empty($canUploadIcon) AND empty($canUploadIcon[\'errors\']) AND $canUploadIcon) {\n $final_rendered .= \'\r\n <div class=\"row-title\">\' . vB_Template_Runtime::parsePhrase(\"group_icon\") . \'</div>\r\n <div class=\"row-content\">\r\n <div id=\"upload-button-placeholder\"></div>\r\n <div class=\"stretch blogIcon\">\r\n \' . \'\'; if ($nodeid AND $node[\'filedataid\']) {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\' . $node[\'content\'][\'filedataid\'] . \'\">\r\n <img src=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $node[\'nodeid\'] . \'&type=medium\" alt=\"\" class=\"blogIconImg\">\r\n <input type=\"hidden\" class=\"blogIconUrl\" value=\"\' . $baseurl . \'/filedata/fetch?channelid=\' . $node[\'nodeid\'] . \'\">\r\n <input type=\"hidden\" class=\"initFiledataid\" value=\"\' . $node[\'filedataid\'] . \'\">\r\n \';\n } else {\n $final_rendered .= \'\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"\' . vB_Template_Runtime::vBVar($vboptions[\'bburl\']) . \'/\' . vB_Template_Runtime::vBVar($vboptions[\'cleargifurl\']) . \'\" alt=\"\" class=\"h-hide blogIconImg\">\r\n <div class=\"h-right\"><button class=\"button secondary sgAddIcon\">\' . vB_Template_Runtime::parsePhrase(\"add_icon\") . \'</button>\r\n </div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n\r\n <div class=\"h-align-center h-clear sgIconPreview\"></div>\r\n\r\n <div class=\"action-buttons h-right h-clear\">\r\n \' . \'\'; if ($sgaction == \'create\') {\n $final_rendered .= \'\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" tabindex=\"5\">\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary cancel\" tabindex=\"6\">\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnBlogReset\" class=\"button secondary btnBlogReset\" >\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n <input type=\"hidden\" class=\"sGIconfiledataid\" name=\"filedataid\" value=\"\' . $node[\'filedataid\'] . \'\"/>\r\n </form>\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_addicondlg\',array(\'nodeid\' => $nodeid)) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\r\n <div class=\"conversation-empty\">\' . vB_Template_Runtime::parsePhrase(\"no_permission\") . \'</div>\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n }$final_rendered .= \'\' . \'\r\n</div>\';','<vb:if condition=\"$routeInfo[\'arguments\'][\'nodeid\'] > 0\">\r\n {vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n {vb:data node, content_channel, \'getContent\', {vb:raw nodeid}}\r\n {vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n <h3>{vb:raw node.title}</h3>\r\n {vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<vb:else />\r\n {vb:set nodeid, 0}\r\n</vb:if>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n {vb:data sgChannel, socialgroup, getSGChannel}\r\n {vb:rawdata canCreateNew, content_channel, canAddChannel, {vb:var sgChannel}}\r\n <vb:if condition=\"($nodeid == 0) AND !$canCreateNew[\'can\'] AND $canCreateNew[\'exceeded\']\">\r\n <div class=\"conversation-empty\">{vb:phrase \'you_can_only_create_x_groups_delete\', {vb:var canCreateNew.exceeded}}</div>\r\n <vb:elseif condition=\"$canCreateNew[\'error\']\" />\r\n <div class=\"conversation-empty\">{vb:phrase {vb:var canCreateNew[\'error\']}}</div>\r\n <vb:else />\r\n {vb:data categories, socialgroup, getCategories}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'settings\', sgPerms={vb:raw sgPerms}, routeinfo={vb:raw routeInfo}}\r\n </div>\r\n\r\n <vb:if condition=\"($nodeid==0) OR ($sgPerms[\'canconfig\'])\">\r\n <div class=\"blogAdminRight\">\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" class=\"sgAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$nodeid\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n </vb:if>\r\n <input type=\"hidden\" name=\"sgaction\" value=\"{vb:raw sgaction}\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\'permissions\'>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">{vb:phrase edit_sgroup_title_and_description}</div>\r\n </div>\r\n\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase group_category}</div>\r\n <div class=\"row-content\">\r\n <select name=\"parentid\" class=\"entry-field sgCategory stretch\" >\r\n <option value=\"-1\">{vb:phrase select_a_category}</option>\r\n <vb:each from=\"categories\" value=\"category\" key=\"catnodeid\">\r\n <option value=\"{vb:raw catnodeid}\" <vb:if condition=\"($node[\'parentid\'] == $catnodeid) OR (count($categories) < 2)\">selected=\'selected\'</vb:if>>{vb:raw category.title}</option>\r\n </vb:each> \r\n </select>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase group_name}</div>\r\n <div class=\"row-content\">\r\n <vb:if condition=\"$nodeid > 0\">\r\n {vb:set canUseHtmlNodeId, {vb:raw nodeid}}\r\n <vb:else />\r\n {vb:data canUseHtmlNodeId, socialgroup, getSGChannel}\r\n </vb:if>\r\n {vb:data canUseHTML, user, hasPermissions, forumpermissions, canusehtml, {vb:raw canUseHtmlNodeId}}\r\n <input type=\"text\" id=\"sGtitle\" name=\"title\" placeholder=\"{vb:phrase create_a_title_here}\" class=\"entry-field stretch sGtitle\" value=\"{vb:if \"isset($canUseHTML) AND ($canUseHTML > 0)\", {vb:var node.title}, {vb:raw node.title}}\" />\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">{vb:phrase description}</div>\r\n <div class=\"row-content\">\r\n <input type=\"text\" id=\"description\" name=\"description\" placeholder=\"{vb:phrase create_a_description_here}\" class=\"entry-field stretch\" value=\"{vb:var node.description}\" />\r\n </div>\r\n <div class=\"row-description\">{vb:phrase describe_your_group}</div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <vb:if condition=\"$node[\'nodeid\']\">\r\n <vb:if condition=\"$node[\'invite_only\']\">\r\n {vb:set node.group_type, 2}\r\n <vb:elseif condition=\"$node[\'approve_membership\']\" />\r\n {vb:set node.group_type, 0}\r\n <vb:else />\r\n {vb:set node.group_type, 1}\r\n </vb:if>\r\n </vb:if>\r\n\r\n <div class=\"row-title\">{vb:phrase group_type}</div>\r\n <div class=\"row-content\">\r\n <select name=\"group_type\" class=\"entry-field sgtype stretch\" >\r\n <option value=\"0\" <vb:if condition=\"$node[\'group_type\'] == \'0\'\"> selected=\"selected\"</vb:if>>{vb:phrase public}</option>\r\n <option value=\"1\" <vb:if condition=\"$node[\'group_type\'] == \'1\'\"> selected=\"selected\"</vb:if>>{vb:phrase moderated}</option>\r\n <option value=\"2\" <vb:if condition=\"$node[\'group_type\'] == \'2\'\"> selected=\"selected\"</vb:if>>{vb:phrase invite_only}</option>\r\n </select>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title\">\r\n {vb:phrase permission_and_privacy}\r\n </div>\r\n <div class=\"row-content\">\r\n <div class=\"stretch\">\r\n {vb:phrase view_perm_group}\r\n </div>\r\n <div class=\"stretch h-clear\">\r\n <select name=\"viewperms\" class=\"entry-field sgtype stretch\" >\r\n <option value=\"2\" <vb:if condition=\"empty($node[\'viewperms\']) OR $node[\'viewperms\'] == \'2\'\"> selected=\"selected\"</vb:if>>{vb:phrase everyone}</option>\r\n <option value=\"1\" <vb:if condition=\"$node[\'viewperms\'] == \'1\'\"> selected=\"selected\"</vb:if>>{vb:phrase group_members_and_registered}</option>\r\n <option value=\"0\" <vb:if condition=\"isset($node[\'viewperms\']) AND $node[\'viewperms\'] == \'0\'\"> selected=\"selected\"</vb:if>>{vb:phrase social_group_members}</option>\r\n </select>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-content\">\r\n <div class=\"row-title\">\r\n {vb:phrase can_post}\r\n </div>\r\n\r\n <select class=\"blogadminCommentPerms h-left h-clear\" name=\"commentperms\">\r\n <option value=\"0\" <vb:if condition=\"empty($node[\'commentperms\']) OR ($node[\'commentperms\'] == \'0\')\"> selected=\"selected\"</vb:if>>{vb:phrase social_group_members}</option>\r\n <option value=\"1\" <vb:if condition=\"$node[\'commentperms\'] == \'1\'\"> selected=\"selected\"</vb:if>>{vb:phrase group_members_and_registered}</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"blog-form-row\">\r\n <vb:if condition=\"empty($nodeid)\">\r\n {vb:data nodeid, socialgroup, getSGChannel}\r\n </vb:if>\r\n {vb:rawdata canUploadIcon, user, hasPermissions, forumpermissions, canuploadchannelicon, {vb:raw $nodeid}}\r\n <vb:if condition=\"!empty($canUploadIcon) AND empty($canUploadIcon[\'errors\']) AND $canUploadIcon\">\r\n <div class=\"row-title\">{vb:phrase group_icon}</div>\r\n <div class=\"row-content\">\r\n <div id=\"upload-button-placeholder\"></div>\r\n <div class=\"stretch blogIcon\">\r\n <vb:if condition=\"$nodeid AND $node[\'filedataid\']\">\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"{vb:raw node.content.filedataid}\">\r\n <img src=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw node.nodeid}&type=medium\" alt=\"\" class=\"blogIconImg\">\r\n <input type=\"hidden\" class=\"blogIconUrl\" value=\"{vb:raw baseurl}/filedata/fetch?channelid={vb:raw node.nodeid}\">\r\n <input type=\"hidden\" class=\"initFiledataid\" value=\"{vb:raw node.filedataid}\">\r\n <vb:else />\r\n <input type=\"hidden\" name=\"filedataid\" class=\"blogFileDataId\" value=\"\">\r\n <img src=\"{vb:var vboptions.bburl}/{vb:var vboptions.cleargifurl}\" alt=\"\" class=\"h-hide blogIconImg\">\r\n <div class=\"h-right\"><button class=\"button secondary sgAddIcon\">{vb:phrase add_icon}</button>\r\n </div>\r\n </vb:if>\r\n </div>\r\n </div>\r\n </vb:if>\r\n </div>\r\n\r\n <div class=\"h-align-center h-clear sgIconPreview\"></div>\r\n\r\n <div class=\"action-buttons h-right h-clear\">\r\n <vb:if condition=\"$sgaction == \'create\'\">\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" tabindex=\"5\">{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary cancel\" tabindex=\"6\">{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary cancel\" >{vb:phrase save_changes}</button>\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnBlogReset\" class=\"button secondary btnBlogReset\" >{vb:phrase reset_fields}</button>\r\n </vb:if>\r\n </div>\r\n <input type=\"hidden\" class=\"sGIconfiledataid\" name=\"filedataid\" value=\"{vb:raw node.filedataid}\"/>\r\n </form>\r\n {vb:template sgadmin_addicondlg, nodeid={vb:raw nodeid}}\r\n </div>\r\n <vb:else />\r\n <div class=\"conversation-empty\">{vb:phrase no_permission}</div>\r\n </vb:if>\r\n </vb:if>\r\n</div>','template',1369243315,'vBulletin Solutions','5.0.3 Beta 1','vbulletin','none'),(317,-1,'sgadmin_adminsidebar','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'organize_sidebar\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">Blog Sidebar Settings Go Here</div>\r\n <div class=\"row-content span-columns\">The settings to select and arrange the sidebar sub-widgets goes here</div>\r\n </div>\r\n\r\n <form action=\"\' . $baseurl . \'/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"\' . $nodeid . \'\">\r\n <input type=\"hidden\" name=\"sgaction\" class=\"blogAdminsgaction\" value=\"\' . $sgaction . \'\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\\\'invite\\\'>\r\n <div class=\"action-buttons h-right\">\r\n \' . \'\'; if ($sgaction == \'create\') {\n $final_rendered .= \'\r\n <a class=\"button secondary\" href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'sgadmin\', $urlInfo)) . \'\">\' . vB_Template_Runtime::parsePhrase(\"previous\") . \'</a>\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"next\") . \'</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary cancel\" >\' . vB_Template_Runtime::parsePhrase(\"publish\") . \'</button>\r\n \';\n } else {\n $final_rendered .= \'\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >\' . vB_Template_Runtime::parsePhrase(\"reset_fields\") . \'</button>\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary\" >\' . vB_Template_Runtime::parsePhrase(\"save_changes\") . \'</button>\r\n \';\n }$final_rendered .= \'\' . \'\r\n </div>\r\n </form>\r\n </div>\r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'organize_sidebar\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n\r\n <div class=\"blog-form-row\">\r\n <div class=\"row-title span-columns\">Blog Sidebar Settings Go Here</div>\r\n <div class=\"row-content span-columns\">The settings to select and arrange the sidebar sub-widgets goes here</div>\r\n </div>\r\n\r\n <form action=\"{vb:raw baseurl}/create-content/socialgroup\" method=\"post\" class=\"blogAdminForm\">\r\n <input type=\"hidden\" name=\"nodeid\" class=\"blogAdminNodeId\" value=\"{vb:raw nodeid}\">\r\n <input type=\"hidden\" name=\"sgaction\" class=\"blogAdminsgaction\" value=\"{vb:raw sgaction}\">\r\n <input type=\"hidden\" name=\"next\" class=\"blogAdminNext\" value=\'invite\'>\r\n <div class=\"action-buttons h-right\">\r\n <vb:if condition=\"$sgaction == \'create\'\">\r\n <a class=\"button secondary\" href=\"{vb:url \'sgadmin\', {vb:raw urlInfo}}\">{vb:phrase previous}</a>\r\n <button type=\"submit\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase next}</button>\r\n <button type=\"submit\" id=\"btnSGPublish\" name=\"btnPublish\" class=\"button primary cancel\" >{vb:phrase publish}</button>\r\n <vb:else />\r\n <button type=\"reset\" id=\"btnSGNext\" name=\"btnSubmit\" class=\"submit button secondary\" >{vb:phrase reset_fields}</button>\r\n <button type=\"submit\" id=\"btnSGSave\" name=\"btnSave\" class=\"button primary\" >{vb:phrase save_changes}</button>\r\n </vb:if>\r\n </div>\r\n </form>\r\n </div>\r\n</div>','template',1363377470,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(318,-1,'sgadmin_adminstats','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'content_channel\', \'getContent\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $node = $node[$nodeid]; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\' . \'\'; $urlInfo[\'nodeid\'] = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n\' . \'\'; $urlInfo[\'sgaction\'] = \'admin\'; $final_rendered .= \'\' . \'\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => \'admin\', \'thisStep\' => \'blog_statistics\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n \' . vB_Template_Runtime::includeTemplate(\'widget_blogstats\',array(\'nodeid\' => $nodeid, \'page\' => \'1\')) . \'\r\n </div>\r\n \r\n \' . \'\'; vB_Template_Runtime::includeJs(\'js/sb_blog-stats.js\'); $final_rendered .= \'\' . \'\r\n \r\n</div>\';','{vb:data node, content_channel, \'getContent\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set node, {vb:raw node.{vb:raw nodeid}}}\r\n<h3>{vb:raw node.title}</h3>\r\n{vb:set urlInfo.nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set urlInfo.sgaction, \'admin\'}\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction=\'admin\', thisStep=\'blog_statistics\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n <div class=\"blogAdminRight\">\r\n {vb:template widget_blogstats, nodeid={vb:raw nodeid}, page=1}\r\n </div>\r\n \r\n {vb:js js/sb_blog-stats.js}\r\n \r\n</div>','template',1363379568,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(319,-1,'sgadmin_adminsubscribers','$final_rendered = \'\' . \'\'; $node = vB_Template_Runtime::parseData(\'node\', \'getNode\', $routeInfo[\'arguments\'][\'nodeid\']); $final_rendered .= \'\' . \'\r\n\' . \'\'; $nodeid = $routeInfo[\'arguments\'][\'nodeid\']; $final_rendered .= \'\' . \'\r\n<h3>\' . $node[\'title\'] . \'</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_header\',array()) . \'\r\n\r\n <div class=\"blogAdminLeft\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_sidebar\',array(\'nodeid\' => $nodeid, \'sgaction\' => $sgaction, \'thisStep\' => \'manage_subscribers\', \'sgPerms\' => $sgPerms, \'routeInfo\' => $routeInfo)) . \'\r\n </div>\r\n\r\n \' . \'\'; $subscribers = vB_Template_Runtime::parseData(\'follow\', \'getNodeSubscribers\', $nodeid); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pageinfo = vB_Template_Runtime::vBVar($subscribers[\'pageinfo\']); $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'currentpage\'] = \'1\'; $final_rendered .= \'\' . \'\r\n \' . \'\'; $pagenav[\'totalpages\'] = $pageinfo[\'pages\']; $final_rendered .= \'\' . \'\r\n\r\n <div class=\"blogAdminRight\">\r\n <div class=\"groupAdminEditPage h-right stretch\" data-pagecount=\"\' . $pageinfo[\'pages\'] . \'\" data-nodeid=\"\' . $nodeid . \'\">\r\n \' . \'\'; if ($pageinfo[\'pages\'] > 1) {\n $final_rendered .= \'\r\n <div class=\"stretch h-right title-bar groupAdminSubscriberPaging\" data-pagecount= \' . $pageinfo[\'pages\'] . \'>\r\n \' . vB_Template_Runtime::includeTemplate(\'pagenavnew\',array(\'pagenav\' => $pagenav)) . \'\r\n </div>\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . vB_Template_Runtime::parsePhrase(\"blog_subscribers_list\") . \'\r\n </div>\r\n <div class=\"moderators_right\">\r\n \' . vB_Template_Runtime::parsePhrase(\"action\") . \'\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n \' . vB_Template_Runtime::includeTemplate(\'sgadmin_subscriberlist\',array(\'subscribers\' => $subscribers, \'nodeid\' => $nodeid)) . \'\r\n </div>\r\n </div>\r\n</div>\';','{vb:data node, node, \'getNode\', {vb:raw routeInfo.arguments.nodeid}}\r\n{vb:set nodeid, {vb:raw routeInfo.arguments.nodeid}}\r\n<h3>{vb:raw node.title}</h3>\r\n\r\n<div class=\"blog-admin-content h-clearfix\">\r\n\r\n {vb:template sgadmin_header}\r\n\r\n <div class=\"blogAdminLeft\">\r\n {vb:template sgadmin_sidebar, nodeid={vb:raw nodeid}, sgaction={vb:raw sgaction}, thisStep=\'manage_subscribers\', sgPerms = {vb:raw sgPerms}, routeInfo = {vb:raw routeInfo}}\r\n </div>\r\n\r\n {vb:data subscribers, follow, \'getNodeSubscribers\', {vb:raw nodeid}}\r\n {vb:set pageinfo, {vb:var subscribers.pageinfo}}\r\n {vb:set pagenav.currentpage, 1}\r\n {vb:set pagenav.totalpages, {vb:raw pageinfo.pages}}\r\n\r\n <div class=\"blogAdminRight\">\r\n <div class=\"groupAdminEditPage h-right stretch\" data-pagecount=\"{vb:raw pageinfo.pages}\" data-nodeid=\"{vb:raw nodeid}\">\r\n <vb:if condition=\"$pageinfo[\'pages\'] > 1\">\r\n <div class=\"stretch h-right title-bar groupAdminSubscriberPaging\" data-pagecount= {vb:raw pageinfo.pages}>\r\n {vb:template pagenavnew, pagenav = {vb:raw pagenav}}\r\n </div>\r\n </vb:if>\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n {vb:phrase blog_subscribers_list}\r\n </div>\r\n <div class=\"moderators_right\">\r\n {vb:phrase action}\r\n </div>\r\n </div>\r\n\r\n <div class=\"subscriberList\">\r\n {vb:template sgadmin_subscriberlist, subscribers={vb:raw subscribers}, nodeid={vb:raw nodeid}}\r\n </div>\r\n </div>\r\n</div>','template',1363377470,'vBulletin Solutions','5.0.2 Alpha 1','vbulletin','none'),(320,-1,'sgadmin_header','$final_rendered = \'<div class=\"title-bar\">\r\n <a href=\"\' . $baseurl . \'/social-groups\" class=\"button secondary\">\' . vB_Template_Runtime::parsePhrase(\"back_to_socialgroups\") . \'</a>\r\n</div>\';','<div class=\"title-bar\">\r\n <a href=\"{vb:raw baseurl}/social-groups\" class=\"button secondary\">{vb:phrase back_to_socialgroups}</a>\r\n</div>','template',1358543007,'vBulletin Solutions','5.0.0 Beta 27','vbulletin','none'),(321,-1,'sgadmin_memberlist','$final_rendered = \'\' . \'\'; if (!$members) {\n $final_rendered .= \'\r\n\' . \'\'; $members = vB_Template_Runtime::parseData(\'socialgroup\', \'fetchMembers\', $nodeid, $pageno); $final_rendered .= \'\' . \'\r\n\';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n\r\n\' . \'\'; if (is_array($members[\'members\']) || $members[\'members\'] instanceof ArrayAccess) { foreach ($members[\'members\'] AS $member) {$final_rendered .= \'\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n \' . \'\'; if ($user[\'showavatars\']) {\n $final_rendered .= \'\r\n \' . \'\'; if ($member[\'avatarUrl\']) {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $member)) . \'\">\r\n <img src=\"\' . $baseurl_corecdn . \'/\' . $member[\'avatarUrl\'] . \'\" alt=\"\' . $member[\'username\'] . \'\" class=\"avatar h-left\"/>\r\n \';\n } else {\n $final_rendered .= \'\r\n <a href=\"\' . vB_Template_Runtime::vBVar(vB_Template_Runtime::buildUrl(\'profile\', $member)) . \'\" class=\"h-left\">\r\n \';\n }$final_rendered .= \'\' . \'\r\n \';\n } else {\n $final_rendered .= \'\';\n }$final_rendered .= \'\' . \'\r\n <span class=\"h-left\">\' . $member[\'username\'] . \'</span></a>\r\n </div>\r\n\r\n <div class=\"moderators_right groupRemoveMember jsPseudoLink\" data-userid=\"\' . $member[\'userid\'] . \'\" data-nodeid=\"\' . $nodeid . \'\" data-groupid=\"\' . $member[\'groupid\'] . \'\" >\r\n \' . vB_Template_Runtime::parsePhrase(\"remove\") . \'\r\n </div>\r\n </div>\r\n\'; } }$final_rendered .= \'\' . \'\';','<vb:if condition=\"!$members\">\r\n{vb:data members, socialgroup, \'fetchMembers\', {vb:raw nodeid}, {vb:raw pageno}}\r\n</vb:if>\r\n\r\n<vb:each from=\"members.members\" value=\"member\">\r\n <div class=\"manage_moderators_row\">\r\n <div class=\"moderators_left\">\r\n <vb:if condition=\"$user[\'showavatars\']\">\r\n <vb:if condition=\"$member[\'avatarUrl\']\">\r\n <a href=\"{vb:url \'profile\', {vb:raw member}}\">\r\n <img src=\"{vb:raw baseurl_corecdn}/{vb:raw member.avatarUrl}\" alt=\"{vb:raw member.username}\" class=\"